summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update files for 27.1.91 pretestemacs-27.1.91Eli Zaretskii2021-01-29
| | | | | | * ChangeLog.3: * etc/AUTHORS * lisp/ldefs-boot.el: Update.
* Bump Emacs version to 27.1.91Eli Zaretskii2021-01-29
| | | | | | | * README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 27.1.91.
* Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-27
| | | | | | | | | | | * doc/emacs/glossary.texi (Glossary): Add "Tag" to the Glossary. * doc/emacs/maintaining.texi (Xref): Mention that identifiers are also known as "tags". * lisp/replace.el (read-regexp, read-regexp-suggestions): Improve wording of doc strings. (Bug#46088) (Bug#46089) (cherry picked from commit 49eb03d6c8a181fd46adbbcf1f0a976d0a9efa87)
* read-regexp-suggestions doc string improvementLars Ingebrigtsen2021-01-27
| | | | | | | * lisp/replace.el (read-regexp-suggestions): Add a link to the manual to explain what a tag is (bug#46089). (cherry picked from commit f9cc2d48246fe8370e9286866e6115ba8e2acf44)
* Try to improve the read-regexp doc stringLars Ingebrigtsen2021-01-27
| | | | | | | * lisp/replace.el (read-regexp): Attempt to clarify the semantics (bug#46088). (cherry picked from commit eded2a7ad7d456a417354a2797c18e9a578414d7)
* ; xref-revert-buffer: Drop the (goto-char) at the endDmitry Gutov2021-01-24
| | | | (cherry picked from commit cc98d0bf5225c281f91152aa838c4cb093df52e9)
* Erase the buffer only after fetching the new contentsDmitry Gutov2021-01-24
| | | | | | | * lisp/progmodes/xref.el (xref-revert-buffer): Erase the buffer only after fetching the new contents (bug#46042). (cherry picked from commit 5821dee0949b2913c07970d6e4b8bb8e8a35f036)
* Fix last changeEli Zaretskii2021-01-23
| | | | | | | * doc/lispref/text.texi (Undo): Add a cross-reference to the description of 'undo-amalgamate-change-group'. (Atomic Changes): Expand and improve the description of 'undo-amalgamate-change-group'. (Bug#42303)
* Mention undo-amalgamate-change-group in the lispref manualLars Ingebrigtsen2021-01-23
| | | | | | | * doc/lispref/text.texi (Atomic Changes): Mention undo-amalgamate-change-group (bug#42303). (cherry picked from commit ba25a82855a2c03c25fec83f3056c166b692e94f)
* Avoid sending systemd shutdown notifications if non-daemonEli Zaretskii2021-01-22
| | | | | * src/emacs.c (Fkill_emacs): Send the shutdown notification only in daemon mode. (Bug#46022)
* * src/cmds.c (Fforward_line): Doc fix. (Bug#46027)Eli Zaretskii2021-01-22
|
* Improve documentation of sendmail.el defcustom'sEli Zaretskii2021-01-22
| | | | | | | | * lisp/mail/sendmail.el (mail-archive-file-name) (mail-default-reply-to, mail-self-blind, mail-default-headers): Say in the doc string that 'message-default-mail-headers' shall be customized when using 'message-mode' for email composition. (Bug#46029)
* Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-20
| | | | | | | * src/alloc.c (garbage_collect): Postpone `unblock_input` a bit. * src/window.c (window_parameter): Avoid `maybe_quit`. cherry picked from commit 420661af07448857f0a17e15dc27bceeb6aff541
* ; * lisp/language/cham.el: Fix copy-paste mistake in comment.Eli Zaretskii2021-01-16
|
* Remove one of recently added warnings abound binding keys in Isearch mapsJuri Linkov2021-01-13
| | | | | | | * lisp/isearch.el (minibuffer-local-isearch-map): Remove comments which warn against wantonly rebinding unbound keys from irrelevant keymap. https://lists.gnu.org/archive/html/emacs-devel/2021-01/msg00259.html
* Fix assertion failure in window_box_height (Bug#45737)Martin Rudalics2021-01-10
| | | | | | * lisp/window.el (window-sizable): Don't try to grow a mini window when the root window's minimum height is already larger than its actual height (Bug#45737).
* Fix cl-concatenate inliningEli Zaretskii2021-01-09
| | | | | * lisp/emacs-lisp/seq.el (seq-concatenate): Auto-load it. Do not merge to master. (Bug#45610)
* Fix infloop in 'pixel-scroll-mode'Tak Kunihiro2021-01-09
| | | | | * lisp/pixel-scroll.el (pixel-scroll-up, pixel-scroll-down): Avoid inflooping when 'vertical-motion' doesn't move. (Bug#45628)
* Fix inhibiting the default.el loading in user init fileEli Zaretskii2021-01-08
| | | | | | | | | | | * lisp/startup.el (startup--load-user-init-file): Test the value of 'inhibit-default-init', not just the LOAD-DEFAULTS argument, because loading the user's init file could have set the value of the former. (command-line): Call 'startup--load-user-init-file' with last arg t: there's no longer any need to test the value of 'inhibit-default-init' here, as it will be tested by the called function. (Bug#45708)
* Fix problem with 8bit content-transfer-encoding in nndoc mbox filesLars Ingebrigtsen2021-01-07
| | | | | | | | | * lisp/gnus/nndoc.el (nndoc-possibly-change-buffer): If we're reading an mbox file, it may contain messages that use content-transfer-encoding 8bit, which means that we have to treat the file as a sequence of byte (bug#42951). This avoids double-decoding -- once by Emacs when inserting the mbox into the buffer, and once by Gnus when displaying the articles.
* * doc/misc/tramp.texi (Quick Start Guide): Fix thinko.Michael Albinus2021-01-05
|
* Tell people how to remove fontconfig customizationsRobert Pluim2021-01-05
|
* ; * doc/lispref/modes.texi (SMIE Indentation Example): Fix previous commitSimen Heggestøyl2021-01-05
|
* Remove extraneous closing parenSimen Heggestøyl2021-01-04
| | | | | * doc/lispref/modes.texi (SMIE Indentation Example): Remove extraneous closing paren.
* Update two user option names in the Widget manualMauro Aranda2021-01-04
| | | | | | | * doc/misc/widget.texi (Basic Types): The user options widget-glyph-directory and widget-glyph-enable were renamed long ago to widget-image-directory and widget-image-enable, but the manual kept calling them by their old names. Update the names.
* Mention -lcurses problem on AIXPaul Eggert2021-01-03
| | | | | * etc/PROBLEMS: Describe problem with Emacs 27 and -lcurses. Do not merge to master.
* Revert previous patch which was installed into wrong branch.Paul Eggert2021-01-03
|
* Fix broken build on AIX 7.2Paul Eggert2021-01-03
| | | | | | | | | | Without this fix, the build on AIX 7.2 with xlc fails in the ‘CCLD temacs’ step with the diagnostic ‘ld: 0711-317 ERROR: Undefined symbol: BC’. This is because -lcurses does not define BC etc. * configure.ac: When building terminfo.o, define TERMINFO_DEFINES_BC if the library defines BC etc. * src/terminfo.c (UP, BC, PC): Define depending on TERMINFO_DEFINES_BC, not on TERMINFO.
* Fix last changeEli Zaretskii2021-01-02
| | | | | * doc/lispref/strings.texi (Creating Strings): Improve wording of last change. (Bug#45516)
* Add a reference between the Strings node and Search/ReplaceLars Ingebrigtsen2021-01-02
| | | | | | | * doc/lispref/strings.texi (Creating Strings): Mention string-replace/replace-regexp-in-string (bug#45516). (cherry picked from commit b9359d4183a1a6923122d3aa12b922ab89693354)
* Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/emacs into emacs-27Eli Zaretskii2021-01-01
|\
| * ; Auto-commit of loaddefs files.Glenn Morris2021-01-01
| |
* | Add warning comments abound binding keys in Isearch mapsEli Zaretskii2021-01-01
|/ | | | | | * lisp/isearch.el (isearch-mode-map) (minibuffer-local-isearch-map): Add comments which warn against wantonly rebinding unbound keys.
* Fix crash in ns_mouse_position (bug#45541)Alan Third2021-01-01
| | | | | | * src/nsterm.m (ns_mouse_position): Explicitly initialize f to NULL. ; Do not merge to master
* Fix copyright years by handPaul Eggert2021-01-01
| | | | These are dates that admin/update-copyright did not update.
* Update copyright year to 2021Paul Eggert2021-01-01
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Improve documentation of 'network-lookup-address-info'Eli Zaretskii2020-12-31
| | | | | | * src/process.c (Fnetwork_lookup_address_info): * doc/lispref/processes.texi (Misc Network): Document the error message emitted by 'network-lookup-address-info' when it fails.
* Display messages sent using ERC's /sayAmin Bandali2020-12-28
| | | | | | | * lisp/erc/erc.el (erc-cmd-SAY): Call `erc-display-msg' to display the user's message in the buffer, just like other [non-command] messages. https://lists.gnu.org/r/help-gnu-emacs/2020-12/msg00066.html
* Fix Rmail summary display when From: header is malformedEli Zaretskii2020-12-26
| | | | | | * lisp/mail/rmailsum.el (rmail-header-summary): Remove newlines from the "From:" value, to avoid producing corrupted summary display.
* ; lisp/org/org.el: Fix Version header.Glenn Morris2020-12-25
| | | | This is flagged by the single org test that exists in Emacs.
* Add more details to the "word processor" sectionEli Zaretskii2020-12-25
| | | | | * etc/TODO (Emacs as word processor): Add more details based on recent discussions.
* * src/Makefile.in (DO_CODESIGN): Fix expected architecture name.Philipp Stephani2020-12-23
|
* Codesign the executable on recene MacOS systemsItai Seggev2020-12-23
| | | | | | | | * src/Makefile.in (temacs$(EXEEXT)): Codesign the executable on recent (ARM) MacOS systems (bug#43878). Without this, building Emacs fails. Copyright-paperwork-exempt: yes
* Support build of Emacs on ARM Macos machinesLars Ingebrigtsen2020-12-23
| | | | | * configure.ac: Add support for aarch64-* on Macos (i.e., 64-bit ARM) (bug#43369).
* Update to Org 9.4.4Bastien Guerry2020-12-22
|
* * lisp/so-long.el: Decrease use of passive voice.Stefan Kangas2020-12-21
| | | | Suggested by Richard Stallman <rms@gnu.org>.
* * doc/misc/efaq.texi (New in Emacs 27): Add section.Stefan Kangas2020-12-21
|
* * doc/misc/efaq.texi (Latest version of Emacs): Bump version.Stefan Kangas2020-12-21
|
* * lisp/face-remap.el (face-remap-set-base): Doc fix. (Bug#45264)Eli Zaretskii2020-12-19
|
* Correct argument order in commentVasilij Schneidermann2020-12-19
| | | | * etc/ETAGS.EBNF (position): Correct comment.