summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAge
* * etc/HISTORY: Update for Emacs 26.2 release.Nicolas Petton2019-04-11
|
* * etc/AUTHORS: Update.Nicolas Petton2019-04-11
|
* * etc/AUTHORS: Update.Nicolas Petton2019-03-20
|
* * etc/NEWS: Remove temporary markers.Nicolas Petton2019-03-18
|
* * etc/AUTHORS: Update.Nicolas Petton2019-02-20
|
* * etc/PROBLEMS: Amend entry for profiler bug #34235 to mention kernel 4.14.97Alan Mackenzie2019-02-03
|
* * etc/PROBLEMS: Mention profiler-report bug (Bug#34235).Paul Eggert2019-02-01
|
* * etc/tutorials/TUTORIAL: Fix typo (bug#34049)Stephen Berman2019-01-12
|
* * etc/AUTHORS: Update.Nicolas Petton2019-01-07
|
* Fix copyright years by handPaul Eggert2019-01-01
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2019Paul Eggert2019-01-01
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* ; Cosmetic changes in etc/NEWSMichael Albinus2018-12-22
|
* ; Add notes about cross-compiling macOS versionsAlan Third2018-12-01
|
* * etc/NEWS-*: Fix capitalization of "Emacs"Stefan Monnier2018-12-01
|
* ; NEWS tweakGlenn Morris2018-11-22
|
* ; * etc/NES: Minor change in the description of Dired's 'Z'.Eli Zaretskii2018-11-22
|
* * etc/NEWS: Clarify what 'Z' does in Dired. (Bug#33450)Eli Zaretskii2018-11-21
|
* * etc/AUTHORS: Update.Nicolas Petton2018-11-19
|
* Document Emacs 26 behavior of Dired's 'Z' on directoriesEli Zaretskii2018-11-16
| | | | | | | | * doc/emacs/dired.texi (Operating on Files): Document behavior of 'Z' on directories. * etc/NEWS: Belatedly announce the new behavior of Dired's 'Z' on directory names and on .tar.gz archives.
* ; Cosmetic changes in etc/NEWSMichael Albinus2018-11-13
|
* * etc/AUTHORS: Update.Nicolas Petton2018-11-12
|
* Improve XPM load failure message (bug#33126)Alan Third2018-10-25
| | | | | * src/image.c (xpm_load_image): Only XPM3 is supported, so make that explicit.
* ; * etc/NEWS: Announce that emacs-module.h is now installed.Eli Zaretskii2018-10-16
|
* Revert "* etc/NEWS: Note setting make-cursor-line-fully-visible to nil in ↵Alan Mackenzie2018-10-03
| | | | | | follow-mode" This reverts commit f3c8f4bde2de2b9d42c44f5e44f34c427bebdc58.
* * etc/NEWS: Note setting make-cursor-line-fully-visible to nil in follow-modeAlan Mackenzie2018-10-03
| | | | Also re-insert the "temporary note" explaining --- and +++.
* Avoid returning early in 'while-no-input' due to subprocessesEli Zaretskii2018-09-29
| | | | | | | | | | | | * src/keyboard.c (kbd_buffer_store_buffered_event): Support also the internal buffer-switch events. (syms_of_keyboard) <Qbuffer_switch>: New DEFSYM. * lisp/subr.el (while-no-input-ignore-events): Ignore 'buffer-switch' events. Reported by Michael Heerdegen <michael_heerdegen@web.de>. * etc/NEWS: Mention the change in behavior of 'while-no-input'
* ; * etc/enriched.txt (hanging-indents): Remove extra indent.Eli Zaretskii2018-09-17
|
* Document changes called out in NEWSEli Zaretskii2018-09-15
| | | | | | | | | | * doc/lispref/lists.texi (Association Lists): Document 'assoc-delete-all'. * doc/lispref/minibuf.texi (Minibuffers): Adapt menu. (Multiple Queries): Document 'read-answer'. * etc/NEWS: Reflect the above documentation in the respective entries.
* ; * etc/NEWS: Document recent change in 'thing-at-point'.Eli Zaretskii2018-09-15
|
* * etc/PROBLEMS: Document Ubuntu 16.04 issue.Paul Eggert2018-09-12
|
* Increase default value for imenu-auto-rescan-maxoutAlex Branham2018-09-12
| | | | | | | | | * lisp/imenu.el (imenu-auto-rescan-maxout): Increase default value to 600000. (Bug#18426) * doc/emacs/programs.texi (imenu-auto-rescan-maxout): Add documentation for imenu-auto-rescan-maxout. Copyright-paperwork-exempt: yes
* Rename thread-alive-p to thread-live-pMichael Albinus2018-08-31
| | | | | | | | | | | | | | | * doc/lispref/threads.texi (Basic Thread Functions): Use thread-live-p. * etc/NEWS: 'thread-alive-p' has been renamed to 'thread-live-p'. * src/thread.c (thread_live_p): Rename from thread_alive_p. Adapt all callees. (Fthread_live_p): Rename from Fthread_alive_p. (syms_of_threads): Make thread-alive-p an alias of thread-live-p. * test/src/thread-tests.el (all): Replace `thread-alive-p' by `thread-live-p'. (threads-live): Rename from `threads-alive'.
* * etc/PROBLEMS: New entry about GTK+ 3 crash with some X servers.Glenn Morris2018-08-28
|
* Update GNOME bugtracker URLsGlenn Morris2018-08-24
| | | | | | | | * configure.ac, admin/notes/multi-tty, etc/PROBLEMS: * src/emacs.c (main): * src/xterm.c (x_connection_closed): Update GNOME bugtracker URLs. ; * src/gtkutil.c (xg_display_close): ; * src/image.c (svg_load_image): Update URLs in comments.
* ; * etc/NEWS: Fix format of first lines of some entries.Eli Zaretskii2018-08-21
|
* Ibuffer: Add toggle ibuffer-do-toggle-lockTino Calancha2018-08-13
| | | | | | | | | | | Toggle the locked status in marked buffers or the buffer at point (Bug#32421). * lisp/ibuffer.el (ibuffer-do-toggle-lock): New command. (ibuffer-mode-map): Bind it to 'L'. (ibuffer-mode-operate-map): Add entries for `ibuffer-do-toggle-read-only' and `ibuffer-do-toggle-lock'. * etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.2): Announce the change.
* New function read-answer (Bug#31782)Juri Linkov2018-08-04
| | | | | | | | | | | | | | * lisp/emacs-lisp/map-ynp.el (read-answer-short): New defcustom. (read-answer): New function. * lisp/subr.el (assoc-delete-all): New function. * etc/NEWS: Announce them. * lisp/dired.el (dired-delete-file): Use read-answer. (dired--yes-no-all-quit-help): Remove function. (dired-delete-help): Remove defconst. (backported from master, "New function read-answer (bug#30073)" and "Respect non-saved value of `read-short-answer' (Bug#31782)")
* ; etc/NEWS: Remove unnecessary reference to a bug number.Eli Zaretskii2018-07-21
|
* Adapt shadowfile.el for Tramp (Bug#4526, Bug#4846)Michael Albinus2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | * etc/NEWS: Mention changes in shadowfile.el. * lisp/shadowfile.el (top): Require 'tramp instead of 'ange-ftp. (shadow-cluster): New defstruct. (shadow-make-cluster, shadow-cluster-name, shadow-cluster-primary) (shadow-cluster-regexp, shadow-get-user) (shadow-parse-fullname): Remove. (shadow-info-file, shadow-todo-file, shadow-system-name) (shadow-homedir, shadow-regexp-superquote, shadow-suffix) (shadow-set-cluster, shadow-get-cluster, shadow-site-name) (shadow-name-site, shadow-site-primary, shadow-site-cluster) (shadow-read-site, shadow-parse-name, shadow-make-fullname) (shadow-replace-name-component, shadow-local-file) (shadow-expand-cluster-in-file-name, shadow-contract-file-name) (shadow-same-site, shadow-file-match, shadow-define-cluster) (shadow-define-literal-group, shadow-define-regexp-group) (shadow-make-group, shadow-shadows-of-1, shadow-read-files) (shadow-write-info-file, shadow-write-todo-file) (shadow-initialize): Adapt variables and functions. * test/lisp/shadowfile-tests.el: New file.
* * etc/HISTORY: Cite Brinkoff on early history.Paul Eggert2018-07-01
|
* Update etc/NEWS for mail-source-movemail-program changeRobert Pluim2018-06-15
| | | | | * etc/NEWS: Describe change in how we search for mail-source-movemail-program.
* Update Unicode data files to version 11.0.0 of UnicodeEli Zaretskii2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/unidata/UnicodeData.txt: * admin/unidata/SpecialCasing.txt: * admin/unidata/NormalizationTest.txt: * admin/unidata/copyright.html: * admin/unidata/BidiMirroring.txt: * admin/unidata/BidiBrackets.txt: Import from Unicode 11.0. * admin/notes/unicode: Update the URL for OTF script tags. * lisp/international/mule-cmds.el (ucs-names): Update unused ranges. * lisp/international/fontset.el (script-representative-chars): Add hanifi-rohingya, old-sogdian, sogdian, dogra, gunjala-gondi, makasar, and medefaidrin. (otf-script-alist): Add old-hungarian. * lisp/international/characters.el (tbl): Add syntax entries for Supplemental Mathematical Operators, Miscellaneous Symbols and Arrows, and Supplemental Punctuation. Update the list of wide characters. * test/lisp/international/ucs-normalize-tests.el (ucs-normalize-tests--failing-lines-part2): Update to match admin/unidata/NormalizationTest.txt. * doc/lispref/nonascii.texi (Character Properties): Update the reference to the Unicode Standard. * doc/misc/efaq.texi (New in Emacs 26): * etc/NEWS: Mention compatibility with Unicode 11.0.
* * etc/NEWS: Belatedly call out vc-hg changes in v26.1. (Bug#31759)Eli Zaretskii2018-06-09
|
* ; * etc/DEBUG: Add information about debugging libXft problems.Eli Zaretskii2018-06-08
|
* * etc/emacs.appdata.xml: Update Emacs screenshot.Nicolas Petton2018-06-06
|
* Ignore color fonts when using XftRobert Pluim2018-06-05
| | | | | | | | * src/font.c (syms_of_font): New configuration variable xft-ignore-color-fonts, default t. * src/ftfont.c (ftfont_spec_pattern): Tell fontconfig to ignore color fonts if xft-ignore-color-fonts is t. (Bug#30874, Bug#30045) * etc/NEWS: Document xft-ignore-color-fonts.
* ; * etc/PROBLEMS: Fix fvwm version number in last commitMartin Rudalics2018-06-02
|
* * etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31650)Martin Rudalics2018-06-02
|
* ; * etc/NEWS: Belated announcement of 2 changes made in Emacs 26.1.Eli Zaretskii2018-06-01
|
* ; * etc/NEWS: Add headings for Emacs 26.2Eli Zaretskii2018-05-30
|