diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec7791597f0..f4963a07a92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,67 @@ | |||
| 1 | 2012-12-03 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * sort.el (delete-duplicate-lines): New command. (Bug#13032) | ||
| 4 | |||
| 5 | 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es> | ||
| 6 | |||
| 7 | * textmodes/ispell.el (ispell-init-process) | ||
| 8 | (ispell-start-process, ispell-internal-change-dictionary): | ||
| 9 | Make sure personal dictionary name is expanded after initial | ||
| 10 | `default-directory' value. Use expanded strings for | ||
| 11 | keep/restart checks and for value (Bug#13019). | ||
| 12 | |||
| 13 | 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 14 | |||
| 15 | * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number. | ||
| 16 | |||
| 17 | 2012-12-03 Leo Liu <sdl.web@gmail.com> | ||
| 18 | |||
| 19 | * files.el (dir-locals-read-from-file): Check file non-empty | ||
| 20 | before reading. (Bug#13038) | ||
| 21 | |||
| 22 | 2012-12-03 Glenn Morris <rgm@gnu.org> | ||
| 23 | |||
| 24 | * jka-cmpr-hook.el (jka-compr-get-compression-info): | ||
| 25 | Remove any version extension before checking filename. (Bug#13006) | ||
| 26 | (jka-compr-compression-info-list): Belated :version bump. | ||
| 27 | |||
| 28 | 2012-12-03 Chong Yidong <cyd@gnu.org> | ||
| 29 | |||
| 30 | * simple.el (transient-mark-mode): Doc fix (Bug#11523). | ||
| 31 | |||
| 32 | * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode) | ||
| 33 | (buffer-menu): Doc fix (Bug#12294). | ||
| 34 | |||
| 35 | 2012-12-03 Roland Winkler <winkler@gnu.org> | ||
| 36 | |||
| 37 | * calendar/diary-lib.el (diary-header-line-format): Use keybinding | ||
| 38 | of diary-show-all-entries in the diary buffer (Bug#12994). | ||
| 39 | |||
| 40 | 2012-12-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 41 | |||
| 42 | * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of | ||
| 43 | "<STDIN>". This is binary safe. | ||
| 44 | |||
| 45 | 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 46 | |||
| 47 | * calc/calc-forms.el (math-absolute-from-iso-dt) | ||
| 48 | (math-date-to-iso-dt, math-parse-iso-date-validate) | ||
| 49 | (math-iso-dt-to-date): New functions. | ||
| 50 | (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek) | ||
| 51 | (math-fd-isoweekday): New variables. | ||
| 52 | (calc-date-notation, math-parse-standard-date, math-format-date) | ||
| 53 | (math-format-date-part): Add support for more formatting codes. | ||
| 54 | |||
| 55 | 2012-12-02 Dmitry Gutov <dgutov@yandex.ru> | ||
| 56 | |||
| 57 | * vc/vc.el (vc-delete-file, vc-rename-file): Default to the | ||
| 58 | current buffer's file name when called interactively (Bug#12488). | ||
| 59 | |||
| 60 | 2012-12-02 Juri Linkov <juri@jurta.org> | ||
| 61 | |||
| 62 | * info.el (info-display-manual): Don't clobber an existing Info | ||
| 63 | buffer (Bug#10770). Add completion (Bug#10771). | ||
| 64 | |||
| 1 | 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change) | 65 | 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change) |
| 2 | 66 | ||
| 3 | * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename | 67 | * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename |