aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-09-19 19:43:37 +0000
committerChong Yidong2009-09-19 19:43:37 +0000
commit327dd27aa7b049c7bfec2b50cff10ab113ceb330 (patch)
treef8d0def5e7f740825a225a8e430eb5d3d4b1b357 /lisp/ChangeLog
parent946c009b511d6b459abafb8d2201bb7f526933be (diff)
downloademacs-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/ChangeLog7
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 @@
12009-09-19 Chong Yidong <cyd@stupidchicken.com> 12009-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