aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2017-11-08 19:22:26 -0800
committerPaul Eggert2017-11-08 19:22:26 -0800
commit6ee827059463e4b95c9251ef22a21f9c67cf668d (patch)
tree0612e1b84922cc43eeed5ea219104d4c5985cbdf /etc
parent83dc3f0e9b518e45bcfb0aaebcc706f79622f157 (diff)
parent255ba01148f69f452937e67feb7af5d4c1466fed (diff)
downloademacs-6ee827059463e4b95c9251ef22a21f9c67cf668d.tar.gz
emacs-6ee827059463e4b95c9251ef22a21f9c67cf668d.zip
Merge from origin/emacs-26
255ba01148 Fix handling of nil PRED2 arg for completion-table-with-pr... 949b70a7d8 ; Minor comment copyedit in window.c 20f9bf30f0 Describe Lao rendering problem 3d61657694 Fix docstring of arabic-shaper-ZWNJ-handling db949166ec Handle single-line comments correctly (Bug#26049) 795bb233a5 * test/lisp/net/tramp-tests.el (tramp-test16-file-expand-w... ba00ea7d0d * etc/PROBLEMS: Add URL to relevant issues for xterm+evil bug 4a6015811e ; In text.texi fix typo spotted by Štěpán Němec 93cd8415b2 Document new treatment of 'comment-auto-fill-only-comments' ca2d94ba61 Do not load Tramp unless `tramp-mode' is non-nil 709478eaa8 Prefer `customize-set-variable' in tramp.texi 5d36f2227f Fix last change in hscroll_window_tree 72d07d1950 Ediff: add some missing documentation 18af404ef3 Support python virtualenv on w32 (Bug#24464) efd0371c23 Improve dired deletion error handling (Bug#28797) 5d744e032f Don't replace user input when completion prefix is empty (... ec6cf35c5f ; Describe xt-mouse problems with Evil mode c572e1f329 Return non-nil from gnutls-available-p under GnuTLS 2.x a2cc6d74c5 Fix Flymake help-echo functions across windows (bug#29142) 58bb3462ee Add tests for Flymake backends for Ruby and Perl 58e742b21d Add a Flymake backend for Perl 9dee764165 Add a Flymake backend for Ruby 3ad712ebc9 Add a Flymake backend for Python (bug#28808) 8db2b3a79b Allow "%" in Tramp host names 8c50842790 ; Fix typo in test/file-organization.org 00fa4449cd ; Fix typo 918a2dda07 Use hybrid malloc for FreeBSD (Bug#28308) 725ab635d9 Add html-, mhtml- and python-mode support to semantic symref 369da28702 Improve documentation of 'window-scroll-functions' 93818eed8a Fix subtle problems in tabulated-list-mode with line numbers 1f1de8e872 Make gdb-non-stop-setting default to nil on MS-Windows 680e8e119b Fix gdb-mi prompt after "attach PID" command ff33074546 Fix doc string of 'window-configuration-change-hook' 787b75ad71 Improve documentation of window hooks d9be8704ae Fix hscroll suspension after cursor motion 6f43d29d29 ; * CONTRIBUTE, admin/make-tarball.txt: Doc tweaks re 'ema... a0d30d6369 Introduce a function to CC Mode which displays the current... 383abc8898 ; Fix some comment typos b02c2714c3 Fix typos in ediff-wind.el 4f38bdec74 Examine tex-chktex--process in the correct buffer 94b490529a * nt/INSTALL.W64: Update to current mingw64 install instru... c25113d4ac Don't resignal errors in flymake-diag-region e950f329c0 New xref-quit-and-goto-xref command bound to TAB (bug#28814) 5d34e1b288 Allow split-window-sensibly to split threshold in further ... 2a973edeac Honor window-switching intents in xref-find-definitions (b... 78e9065e9f * lisp/emacs-lisp/generator.el (iter-do): Add a debug decl... caa63cc96c * lisp/progmodes/flymake.el (flymake-start): Fix dead buff... 9f4f130b79 Fix buffer name comparison in async shell-command # Conflicts: # etc/NEWS # lisp/vc/ediff-wind.el
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.2619
-rw-r--r--etc/PROBLEMS46
2 files changed, 65 insertions, 0 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index 286d27455fe..f79c2cbc8ea 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -1213,6 +1213,16 @@ New user options `term-char-mode-buffer-read-only' and
1213are non-nil by default. Customize these options to nil if you want 1213are non-nil by default. Customize these options to nil if you want
1214the previous behavior. 1214the previous behavior.
1215 1215
1216** Xref
1217
1218+++
1219*** When an *xref* buffer is needed, 'TAB' quits and jumps to an xref.
1220
1221A new command 'xref-quit-and-goto-xref', bound to 'TAB' in *xref*
1222buffers, quits the window before jumping to the destination. In many
1223situations, the intended window configuration is restored, just as if
1224the *xref* buffer hadn't been necessary in the first place.
1225
1216 1226
1217* New Modes and Packages in Emacs 26.1 1227* New Modes and Packages in Emacs 26.1
1218 1228
@@ -1262,6 +1272,11 @@ table implementation. This uses a new bytecode op 'switch', which
1262isn't compatible with previous Emacs versions. This functionality can 1272isn't compatible with previous Emacs versions. This functionality can
1263be disabled by setting 'byte-compile-cond-use-jump-table' to nil. 1273be disabled by setting 'byte-compile-cond-use-jump-table' to nil.
1264 1274
1275+++
1276** If 'comment-auto-fill-only-comments' is non-nil, 'auto-fill-function'
1277is now called only if either no comment syntax is defined for the
1278current buffer or the self-insertion takes place within a comment.
1279
1265--- 1280---
1266** The alist 'ucs-names' is now a hash table. 1281** The alist 'ucs-names' is now a hash table.
1267 1282
@@ -1526,6 +1541,10 @@ and 'gnutls-symmetric-decrypt'.
1526See the node "(elisp) GnuTLS Cryptography" in the ELisp manual for details. 1541See the node "(elisp) GnuTLS Cryptography" in the ELisp manual for details.
1527 1542
1528+++ 1543+++
1544** The function 'gnutls-available-p' now returns a list of capabilities
1545supported by the GnuTLS library used by Emacs.
1546
1547+++
1529** Emacs now supports records for user-defined types, via the new 1548** Emacs now supports records for user-defined types, via the new
1530functions 'make-record', 'record', and 'recordp'. Records are now 1549functions 'make-record', 'record', and 'recordp'. Records are now
1531used internally to represent cl-defstruct and defclass instances, for 1550used internally to represent cl-defstruct and defclass instances, for
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 4db97ffd74c..6a847f695b9 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -826,6 +826,36 @@ index 45cc554..0cc5e76 100644
826If you can't modify that file directly, copy it to the directory 826If you can't modify that file directly, copy it to the directory
827~/.m17n.d/ (create it if it doesn't exist), and apply the patch. 827~/.m17n.d/ (create it if it doesn't exist), and apply the patch.
828 828
829** Emacs running on GNU/Linux system with the m17n library Ver.1.7.1 or the
830earlier version has a problem with rendering Lao script with OpenType font.
831
832The problem can be fixed by installing the newer version of the m17n
833library (if any), or by following this procedure:
834
8351. Locate the file LAOO-OTF.flt installed on your system as part of the
836m17n library. Usually it is under the directory /usr/share/m17n.
837
8382. Apply the following patch to LAOO-OTF.flt
839
840------------------------------------------------------------
841diff --git a/FLT/LAOO-OTF.flt b/FLT/LAOO-OTF.flt
842index 5504171..431adf8 100644
843--- a/FLT/LAOO-OTF.flt
844+++ b/FLT/LAOO-OTF.flt
845@@ -3,7 +3,7 @@
846 ;; See the end for copying conditions.
847
848 (font layouter laoo-otf nil
849- (font (nil phetsarath\ ot unicode-bmp)))
850+ (font (nil nil unicode-bmp :otf=lao\ )))
851
852 ;;; <li> LAOO-OTF.flt
853
854------------------------------------------------------------
855
856If you can't modify that file directly, copy it to the directory
857~/.m17n.d/ (create it if it doesn't exist), and apply the patch.
858
829* Internationalization problems 859* Internationalization problems
830 860
831** M-{ does not work on a Spanish PC keyboard. 861** M-{ does not work on a Spanish PC keyboard.
@@ -1462,6 +1492,22 @@ this, you can remove the X resource or put this in your init file:
1462 1492
1463 (xterm-remove-modify-other-keys) 1493 (xterm-remove-modify-other-keys)
1464 1494
1495** Emacs's xterm-mouse doesn't work well in Evil mode.
1496
1497Specifically, clicking mouse-1 doesn't work as expected: instead of
1498moving point where you click, it highlights the region between the
1499line beginning and the click location, and displays error messages
1500about unbound keys in the echo area.
1501
1502To work around this, put this in your .emacs file:
1503
1504 (with-eval-after-load 'evil-maps
1505 (define-key evil-motion-state-map [down-mouse-1] nil))
1506
1507This appears to be a bug in Evil.
1508See discussions in https://github.com/emacs-evil/evil/issues/960
1509and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29143
1510
1465** Emacs spontaneously displays "I-search: " at the bottom of the screen. 1511** Emacs spontaneously displays "I-search: " at the bottom of the screen.
1466 1512
1467This means that Control-S/Control-Q (XON/XOFF) "flow control" is being 1513This means that Control-S/Control-Q (XON/XOFF) "flow control" is being