aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.283
1 files changed, 82 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index ad0e1b45aba..4492e9cafff 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,84 @@
12016-11-26 Karl Fogel <kfogel@red-bean.com>
2
3 Handle TeX comments when making new paragraph
4
5 * lisp/textmodes/tex-mode.el (tex-handle-newline): New function.
6 Handle comment case directly, and dispatch to `tex-terminate-paragraph'
7 for original behavior in non-comment case.
8 (tex-mode-map): Bind above to C-j, replacing `tex-terminate-paragraph'.
9
102016-11-25 Eli Zaretskii <eliz@gnu.org>
11
12 Restore keystroke echo in 'C-q'
13
14 * lisp/simple.el (read-quoted-char): Use 'read-event' instead of
15 'read-key', to avoid losing the keystroke echo in 'C-q'. (Bug#24635)
16
172016-11-25 Eli Zaretskii <eliz@gnu.org>
18
19 Improve documentation of 'current-word'
20
21 * lisp/simple.el (current-word): Clarify and improve the doc
22 string. (Bug#24979)
23
242016-11-25 Chunyang Xu <mail@xuchunyang.me>
25
26 Fix a typo in an Eshell defcustom
27
28 * lisp/eshell/esh-mode.el (eshell-scroll-to-bottom-on-output): Fix
29 a typo in the 'others' standard value. (Bug#24983)
30
312016-11-24 Hong Xu <hong@topbug.net> (tiny change)
32
33 Minor copyedits of electric-pair-mode
34
35 * doc/emacs/programs.texi (Matching): Add index entries. Fix
36 typos. (Bug#25012)
37
382016-11-24 Eli Zaretskii <eliz@gnu.org>
39
40 Fix documentation of 'invocation-directory'
41
42 * doc/lispref/os.texi (System Environment): Fix wording of the
43 description of 'invocation-directory'. (Bug#24999)
44
452016-11-23 Glenn Morris <rgm@gnu.org>
46
47 * admin/authors.el (authors-aliases): Add an entry.
48
492016-11-22 Philipp Stephani <phst@google.com>
50
51 Guard terminal parameter in XTerm mouse mode
52
53 It has been observed (in the HTerm terminal emulator) that the
54 event stored in the 'xterm-mouse-last-down' terminal parameter gets
55 overwritten during a mouse drag operation, causing Emacs to attempt to
56 synthesize the non-existing <drag-mouse-0> event. Copy the event into
57 the terminal parameter to protect against such modifications.
58
59 * lisp/xt-mouse.el (xterm-mouse-translate-1): Guard against modification
60 of input event list.
61
622016-11-21 Nicolas Petton <nicolas@petton.fr>
63
64 * etc/AUTHORS: Regenerate the AUTHORS file
65
662016-11-21 Nicolas Petton <nicolas@petton.fr>
67
68 Update ChangeLog files and authors.el
69
70 * admin/authors.el (authors-renamed-files-alist): Add entries for
71 obsolete files.
72 * ChangeLog.2: Update.
73
742016-11-21 Eli Zaretskii <eliz@gnu.org>
75
76 Fix menu bindings of Dired 'A' and 'Q' commands
77
78 * lisp/dired.el (dired-mode-map): Rebind "Search Files" and "Query
79 Replace in Files" menu items to 'dired-do-find-regexp' and
80 'dired-do-find-regexp-and-replace', respectively. (Bug#24977)
81
12016-11-20 Eli Zaretskii <eliz@gnu.org> 822016-11-20 Eli Zaretskii <eliz@gnu.org>
2 83
3 Avoid errors in shr-pixel-column due to dedicated windows 84 Avoid errors in shr-pixel-column due to dedicated windows
@@ -34844,7 +34925,7 @@
34844 34925
34845This file records repository revisions from 34926This file records repository revisions from
34846commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 34927commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
34847commit a725592db8824bb97d07e3897e800eee946757a3 (inclusive). 34928commit 93c0f5126a50a0b1267ba74c444701af9ad46dc6 (inclusive).
34848See ChangeLog.1 for earlier changes. 34929See ChangeLog.1 for earlier changes.
34849 34930
34850;; Local Variables: 34931;; Local Variables: