diff options
| author | Paul Eggert | 2016-10-23 02:48:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-10-23 02:48:50 -0700 |
| commit | 6df147c61a2f3fbabe6e47349d4e826cc7414ea2 (patch) | |
| tree | 5164b234cd1018c7997f49f24a95ddcaf5a67dfd /etc | |
| parent | e892e1158619f546182e990f927abea02cdf5db3 (diff) | |
| parent | 8ad0d7da0a84750e1884a89a212963f81ae26816 (diff) | |
| download | emacs-6df147c61a2f3fbabe6e47349d4e826cc7414ea2.tar.gz emacs-6df147c61a2f3fbabe6e47349d4e826cc7414ea2.zip | |
Merge from origin/emacs-25
8ad0d7d ; Fix quoting in etc/NEWS
6b9dee1 Change Tramp version to "2.2.13.25.2"
62f2684 * lisp/emacs-lisp/autoload.el (update-directory-autoloads): F...
b2f32e4 Don't scan compiled module files for autoloads
9a758b4 Fix Bug#24698
baa8ba4 * lisp/subr.el (start-process): Doc fix. (Bug#24693)
e535ca4 Fix display of vc-dir CVS file statuses in subdirectories
12da149 Update URL of MS-Windows optional DLLs
2331056 Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emac...
a4285bc * lisp/simple.el (process-menu-mode, list-processes--refresh)...
b0c447e * lisp/ibuf-ext.el (ibuffer-do-shell-command-file): Fix non-f...
cf3c19b * lisp/ibuffer.el (ibuffer): Improve 'other-window' case. (B...
# Conflicts:
# doc/misc/trampver.texi
# etc/NEWS
# lisp/net/tramp-sh.el
# lisp/net/trampver.el
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.25 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/etc/NEWS.25 b/etc/NEWS.25 index 3e686f98db3..a5bcb8dabdc 100644 --- a/etc/NEWS.25 +++ b/etc/NEWS.25 | |||
| @@ -20,13 +20,13 @@ with a prefix argument or by typing C-u C-h C-n. | |||
| 20 | This is a bug-fix release with (almost) no new features. | 20 | This is a bug-fix release with (almost) no new features. |
| 21 | 21 | ||
| 22 | --- | 22 | --- |
| 23 | ** `find-library', `help-function-def' and `help-variable-def' now run | 23 | ** 'find-library', 'help-function-def' and 'help-variable-def' now run |
| 24 | `find-function-after-hook'. | 24 | 'find-function-after-hook'. |
| 25 | 25 | ||
| 26 | +++ | 26 | +++ |
| 27 | ** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. | 27 | ** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. |
| 28 | The Info-quoted and tex-verbatim faces now default to inheriting from | 28 | The 'Info-quoted' and 'tex-verbatim' faces now default to inheriting |
| 29 | it. | 29 | from it. |
| 30 | 30 | ||
| 31 | --- | 31 | --- |
| 32 | ** New variable 'use-default-font-for-symbols' for backward compatibility. | 32 | ** New variable 'use-default-font-for-symbols' for backward compatibility. |
| @@ -38,6 +38,12 @@ fontsets if the default font supports these characters. Set this | |||
| 38 | variable to nil to disable the new behavior and get back the old | 38 | variable to nil to disable the new behavior and get back the old |
| 39 | behavior. | 39 | behavior. |
| 40 | 40 | ||
| 41 | +++ | ||
| 42 | ** 'electric-quote-mode' is no longer suppressed in a buffer whose | ||
| 43 | whose coding system cannot represent curved quote characters. | ||
| 44 | Instead, users can deal with the unrepresentable characters in the | ||
| 45 | usual way when they save the buffer. | ||
| 46 | |||
| 41 | --- | 47 | --- |
| 42 | ** New variable 'inhibit-compacting-font-caches'. | 48 | ** New variable 'inhibit-compacting-font-caches'. |
| 43 | Set this variable to a non-nil value to speed up display of characters | 49 | Set this variable to a non-nil value to speed up display of characters |