diff options
| author | Glenn Morris | 2013-01-19 12:38:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-19 12:38:13 -0800 |
| commit | 795e7a5b3202851a89a042578ee572962a723d65 (patch) | |
| tree | 5e6525000b592b55f3b5d32415ccc05cedf969d4 /lisp/ChangeLog | |
| parent | 59ac2d1316937bb013ef437885dcdc0225c71de9 (diff) | |
| parent | 2fc71e3c45e521a062ea2ab17a4cfe19c3c6f941 (diff) | |
| download | emacs-795e7a5b3202851a89a042578ee572962a723d65.tar.gz emacs-795e7a5b3202851a89a042578ee572962a723d65.zip | |
Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d0a61525d9..34dbe74f23f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-01-19 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * dired.el (dired-get-marked-files): Prune erroneous values due to | ||
| 4 | last change. (Bug#13152) | ||
| 5 | |||
| 6 | 2013-01-19 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * progmodes/etags.el (tags-table-check-computed-list): | ||
| 9 | Preserve point in tags buffer. (Bug#13412) | ||
| 10 | |||
| 11 | * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix. | ||
| 12 | |||
| 1 | 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change) | 13 | 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change) |
| 2 | Chong Yidong <cyd@gnu.org> | 14 | Chong Yidong <cyd@gnu.org> |
| 3 | 15 | ||