diff options
| author | David Kastrup | 2015-08-08 18:00:17 +0200 |
|---|---|---|
| committer | David Kastrup | 2015-08-08 18:00:56 +0200 |
| commit | ab574175a4696a1eff95ed0aa2dadf821f9aafc7 (patch) | |
| tree | b18c5da2387a1ced77306486e97997a95ccb8cee | |
| parent | ac9960b9a0e7d381ad3d33c29df10e5022b5bc4e (diff) | |
| download | emacs-ab574175a4696a1eff95ed0aa2dadf821f9aafc7.tar.gz emacs-ab574175a4696a1eff95ed0aa2dadf821f9aafc7.zip | |
; Add missing ChangeLog entry
| -rw-r--r-- | ChangeLog.2 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 4d3608741f1..751e558577a 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -1,3 +1,47 @@ | |||
| 1 | 2015-08-04 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | Do not overwrite preexisting contents of unread-command-events | ||
| 4 | * lisp/vc/emerge.el (emerge-show-file-name): | ||
| 5 | * lisp/progmodes/vhdl-mode.el (vhdl-electric-dash) | ||
| 6 | (vhdl-comment-insert, vhdl-hooked-abbrev): | ||
| 7 | * lisp/progmodes/octave.el (inferior-octave-dynamic-list-input-ring): | ||
| 8 | * lisp/progmodes/fortran.el (fortran-window-create-momentarily): | ||
| 9 | * lisp/progmodes/ebrowse.el (ebrowse-hack-electric-buffer-menu): | ||
| 10 | * lisp/progmodes/cperl-mode.el (cperl-putback-char): | ||
| 11 | * lisp/obsolete/vip.el (vip-escape-to-emacs) | ||
| 12 | (vip-prefix-arg-value, vip-prefix-arg-com): | ||
| 13 | * lisp/obsolete/terminal.el (te-escape-extended-command-unread): | ||
| 14 | * lisp/leim/quail/tibetan.el (quail-tibetan-update-translation) | ||
| 15 | (quail-tibkey-update-translation): | ||
| 16 | * lisp/leim/quail/lrt.el (quail-lrt-update-translation): | ||
| 17 | * lisp/leim/quail/lao.el (quail-lao-update-translation): | ||
| 18 | * lisp/leim/quail/japanese.el (quail-japanese-update-translation) | ||
| 19 | (quail-japanese-self-insert-and-switch-to-alpha): | ||
| 20 | * lisp/leim/quail/hangul.el (hangul2-input-method) | ||
| 21 | (hangul3-input-method, hangul390-input-method): | ||
| 22 | * lisp/language/hanja-util.el (hangul-to-hanja-char): | ||
| 23 | * lisp/international/robin.el (robin-input-method): | ||
| 24 | * lisp/international/quail.el (quail-start-translation) | ||
| 25 | (quail-start-conversion): | ||
| 26 | * lisp/gnus/gnus-art.el (gnus-article-describe-key) | ||
| 27 | (gnus-article-describe-key-briefly): | ||
| 28 | * lisp/eshell/em-hist.el (eshell-list-history): | ||
| 29 | * lisp/term.el (term-dynamic-list-input-ring) | ||
| 30 | (term-dynamic-list-completions): | ||
| 31 | * lisp/subr.el (momentary-string-display): | ||
| 32 | * lisp/simple.el (read-quoted-char): | ||
| 33 | * lisp/pcomplete.el (pcomplete-show-completions): | ||
| 34 | * lisp/kmacro.el (kmacro-repeat-on-last-key): | ||
| 35 | * lisp/info.el (Info-summary): | ||
| 36 | * lisp/ehelp.el (electric-help-command-loop): | ||
| 37 | * lisp/ebuff-menu.el (electric-buffer-list) | ||
| 38 | (Electric-buffer-menu-exit): | ||
| 39 | * lisp/double.el (double-translate-key): | ||
| 40 | * lisp/comint.el (comint-dynamic-list-input-ring) | ||
| 41 | (comint-dynamic-list-completions): Do not overwrite preexisting | ||
| 42 | contents of `unread-command-events' when putting new events into | ||
| 43 | it. | ||
| 44 | |||
| 1 | 2015-08-04 Daniel Colascione <dancol@dancol.org> | 45 | 2015-08-04 Daniel Colascione <dancol@dancol.org> |
| 2 | 46 | ||
| 3 | Improve ansi-color filtering of unrecognized escape sequences | 47 | Improve ansi-color filtering of unrecognized escape sequences |