diff options
| author | Chong Yidong | 2009-09-19 19:43:37 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-19 19:43:37 +0000 |
| commit | 327dd27aa7b049c7bfec2b50cff10ab113ceb330 (patch) | |
| tree | f8d0def5e7f740825a225a8e430eb5d3d4b1b357 /lisp/ChangeLog | |
| parent | 946c009b511d6b459abafb8d2201bb7f526933be (diff) | |
| download | emacs-327dd27aa7b049c7bfec2b50cff10ab113ceb330.tar.gz emacs-327dd27aa7b049c7bfec2b50cff10ab113ceb330.zip | |
* time-stamp.el (time-stamp-month-dd-yyyy)
(time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
(time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
(time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
(time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove
functions that have been obsolete since 1995 (Bug#4436).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d3f8d686dd..2a949595ef7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2009-09-19 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-09-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * time-stamp.el (time-stamp-month-dd-yyyy) | ||
| 4 | (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy) | ||
| 5 | (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd) | ||
| 6 | (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd) | ||
| 7 | (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove | ||
| 8 | functions that have been obsolete since 1995 (Bug#4436). | ||
| 9 | |||
| 3 | * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the | 10 | * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the |
| 4 | indent buffer only if called interactively (Bug#4452). | 11 | indent buffer only if called interactively (Bug#4452). |
| 5 | 12 | ||