Glenn Morris
3764ab4186
* etc/PROBLEMS: New entry about GTK+ 3 crash with some X servers.
2018-08-28 16:05:04 -04:00
Glenn Morris
624e7dc778
Update GNOME bugtracker URLs
...
* 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.
2018-08-24 13:13:08 -04:00
Eli Zaretskii
1a350d771a
; * etc/NEWS: Fix format of first lines of some entries.
2018-08-21 18:58:15 +03:00
Tino Calancha
e73e6838aa
Ibuffer: Add toggle ibuffer-do-toggle-lock
...
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.
2018-08-13 19:24:31 +09:00
Juri Linkov
cc233365a9
New function read-answer (Bug#31782)
...
* 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)")
2018-08-04 11:37:39 -04:00
Eli Zaretskii
cc4ceed18d
; etc/NEWS: Remove unnecessary reference to a bug number.
2018-07-21 19:44:38 +03:00
Michael Albinus
7a258fa0bb
Adapt shadowfile.el for Tramp (Bug#4526, Bug#4846)
...
* 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.
2018-07-18 16:51:56 +02:00
Paul Eggert
f205928d1f
* etc/HISTORY: Cite Brinkoff on early history.
2018-07-01 08:25:46 -07:00
Robert Pluim
c79a6275b2
Update etc/NEWS for mail-source-movemail-program change
...
* etc/NEWS: Describe change in how we search for
mail-source-movemail-program.
2018-06-15 10:25:14 +02:00
Eli Zaretskii
36bbdfc017
Update Unicode data files to version 11.0.0 of Unicode
...
* 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.
2018-06-09 15:41:21 +03:00
Eli Zaretskii
b7b7a5f4f3
* etc/NEWS: Belatedly call out vc-hg changes in v26.1. (Bug#31759)
2018-06-09 12:33:20 +03:00
Eli Zaretskii
9db97b49cd
; * etc/DEBUG: Add information about debugging libXft problems.
2018-06-08 18:22:50 +03:00
Nicolas Petton
4af077ab4d
* etc/emacs.appdata.xml: Update Emacs screenshot.
2018-06-06 20:55:33 +02:00
Robert Pluim
f21fa142ac
Ignore color fonts when using Xft
...
* 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.
2018-06-05 14:08:08 +02:00
Martin Rudalics
90bea37d46
; * etc/PROBLEMS: Fix fvwm version number in last commit
2018-06-02 11:05:52 +02:00
Martin Rudalics
af82d1f4bd
* etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31650)
2018-06-02 09:49:13 +02:00
Eli Zaretskii
ca3f0a8343
; * etc/NEWS: Belated announcement of 2 changes made in Emacs 26.1.
2018-06-01 11:37:56 +03:00
Eli Zaretskii
b682a7e5bc
; * etc/NEWS: Add headings for Emacs 26.2
2018-05-30 22:31:52 +03:00
Nicolas Petton
5cec2b03ef
* etc/HISTORY: Update for Emacs 26.1 release.
2018-05-25 17:28:58 +02:00
Nicolas Petton
7c474e1c26
* etc/AUTHORS: Update.
2018-05-25 17:19:29 +02:00
Noam Postavsky
d65430f6cb
* etc/NEWS: Mention change in `edebug-prin1-to-string'.
2018-05-21 17:11:29 -04:00
Paul Eggert
eb0bc6f7b3
* etc/PROBLEMS: Document Bug#31305.
2018-05-18 09:26:26 -07:00
Eli Zaretskii
58f9e15a49
A minor addition to etc/DEBUG
...
* etc/DEBUG: Add a note for macOS users who get error messages
when trying to run GDB.
2018-05-04 17:43:29 +03:00
Paul Eggert
4b10800b59
Advise CFLAGS= operand, not in environment, when configuring
...
Backport from master.
2018-04-30 10:14:01 -07:00
Eli Zaretskii
71be806d01
; * etc/DEBUG: Minor clarification.
2018-04-29 19:27:55 +03:00
Eli Zaretskii
40b3317046
* etc/DEBUG: Minor copyedits.
2018-04-28 14:28:24 +03:00
Martin Rudalics
06245b625e
* etc/NEWS: Another fix for the last change (noted by Juri Linkov)
2018-04-20 08:12:10 +02:00
Martin Rudalics
ce0e253f48
; * etc/NEWS: Improve last change as proposed by Phil Sainty
2018-04-18 14:19:21 +02:00
Martin Rudalics
326a296fed
; * etc/NEWS: Mention 'display-buffer-in-major-side-window' change (Bug#31194)
2018-04-18 09:10:03 +02:00
Eli Zaretskii
92e0fd880c
; * etc/NEWS: Remove a FIXME. (Bug#31122)
2018-04-10 18:25:27 +03:00
Nicolas Petton
aa77415774
* etc/AUTHORS: Regenerate.
2018-04-09 21:00:47 +02:00
Nicolas Petton
86825c4242
* etc/NEWS: Remove temporary markup.
2018-04-03 22:50:00 +02:00
Nicolas Petton
737d0a258d
* Update etc/AUTHORS
2018-04-03 15:00:12 +02:00
Eli Zaretskii
eb8b13fc01
; * etc/NEWS: Improve the entry about pinentry.el removal.
2018-04-02 08:59:27 +03:00
Rasmus
613c9a5c1f
Update Org to v9.1.9
...
Please note this is a bugfix release. See etc/ORG-NEWS for details.
2018-03-27 23:34:41 +02:00
Michael Heerdegen
441fe201ea
De-obsolete if-let' and when-let'
...
For the following release it is planned to make `if-let*' and
`when-let*' aliases for `if-let' and `when-let'. For now we revert
declaring `if-let' and `when-let' obsolete and tweak the docstrings.
* lisp/emacs-lisp/subr-x.el (if-let*, when-let*): Make docstrings
refer to those of `if-let' and `when-let'.
(if-let, when-let): De-obsolete. Rewrite documentation.
2018-03-27 01:54:22 +02:00
Nicolas Petton
16d0cc73f2
* etc/NEWS: Add an entry for auth-source-pass.
2018-03-22 11:55:15 +01:00
Glenn Morris
a6437924f7
Doc fixes re obsolete items
...
* doc/emacs/maintaining.texi (VC Undo):
* doc/misc/efaq-w32.texi (Font names): Replace obsolete aliases.
* doc/misc/url.texi (Customization):
Don't mention url-temporary-directory, it essentially does nothing.
* lisp/hilit-chg.el
(highlight-changes-global-changes-existing-buffers): Doc fix.
; * lisp/w32-fns.el: Comment.
; * etc/TODO: Remove obsolete ffap mention.
2018-03-13 13:49:05 -04:00
Michael Heerdegen
f6bd7e0686
Revert last commit
...
This reverts commit af4697faa1 . It's
too late for this to be in the release.
2018-03-06 18:32:04 +01:00
Michael Heerdegen
af4697faa1
Define if-let* and derivatives as aliases for if-let etc
...
This commit reverts declaring `if-let' and `when-let' obsolete in
favor of the new `if-let*' and `when-let*' versions because of the
compiler warning mess (Bug#30039). Instead we make foo-let* aliases
for foo-let. The old single-tuple variable spec case is still
supported for backward compatibility.
* lisp/emacs-lisp/subr-x.el (if-let, when-let): Don't declare
obsolete. Tweak edebug specs.
(and-let): Renamed from `and-let*' for compatibility with the names
`if-let' and `when-let'.
(if-let*, when-let*, and-let*): Define as aliases for `if-let',
`when-let' and `and-let'.
* test/lisp/emacs-lisp/subr-x-tests.el (if-let-single-tuple-case-test)
(when-let-single-tuple-case-test): New tests for the single-binding
tuple case.
In the whole file, prefer the names without "*".
2018-03-06 15:47:05 +01:00
Paul Eggert
f2caf08ca6
; Spelling fixes
2018-03-04 17:10:34 -08:00
Tak Kunihiro
3968f72be8
Rename some mwheel options, for consistency
...
* lisp/mwheel.el (mouse-wheel-tilt-scroll)
(mouse-wheel-flip-direction): Rename from mwheel-tilt-scroll-p,
mwheel-flip-direction.
(mwheel-scroll): Update for option renaming.
* doc/emacs/frames.texi (Mouse Commands):
Update for option renaming.
2018-03-01 20:44:22 -05:00
Paul Eggert
5e69219fda
Document print-escape-control-characters
...
* doc/lispref/streams.texi, etc/NEWS: Add doc.
2018-02-27 20:13:37 -08:00
Glenn Morris
69107f347b
; Fix doc typos related to indefinite articles
2018-02-16 17:33:57 -05:00
Eli Zaretskii
e055a12839
NEWS update about 'string-trim'
...
* etc/NEWS: Mention changes in string-trim family of functions.
(Bug#30442)
2018-02-13 07:49:30 +02:00
Juri Linkov
c787a49682
* lisp/vc/vc-git.el (vc-git-print-log): Restrict file scope to a single file
...
when vc-git-print-log-follow is non-nil (bug#19045).
(vc-git-print-log-follow): Doc fix.
* etc/NEWS: Mention 'vc-git-print-log-follow'.
2018-02-04 23:58:37 +02:00
Alan Mackenzie
76b5a687d0
* etc/NEWS: Expunge the solecism "allow(s)" + infinitive
2018-02-04 17:18:39 +00:00
Juri Linkov
aafcd12eeb
* etc/NEWS: Rename image-dired-thumb-job-limit
...
to image-dired-queue-active-limit (bug#30279)
2018-02-03 23:42:55 +02:00
Noam Postavsky
0510a78da5
Revert "Signal error for symbol names with strange quotes (Bug#2967)"
...
That commit did not make the corresponding change to printing, thus
breaking the (eq (read (prin1-to-string SYM)) SYM) invariant for those
symbols. It's too late in the release cycle to change printing
behavior, therefore revert the reader change.
Don't merge to master, the print function will be updated there (see
"Fix round tripping of read->print for symbols with strange quotes").
2018-01-28 10:49:51 -05:00
Eli Zaretskii
8cb4ffb262
* etc/PROBLEMS: Document issues with double-buffering. (Bug#30088)
2018-01-27 17:26:29 +02:00