aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog13
-rw-r--r--src/ChangeLog5
2 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c0ad8d83ce7..bc4e75be761 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2
3 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4 of two integers, instead of a cons.
5
6 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7 `visited-file-modtime' now returns a list of two integers, instead
8 of a cons.
9
10 * dired.el (dired-directory-changed-p): Ditto.
11
12 * progmodes/grep.el (grep): Doc fix.
13
12004-07-14 Daniel Pfeiffer <occitan@esperanto.org> 142004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2 15
3 * autorevert.el (auto-revert-tail-mode) 16 * autorevert.el (auto-revert-tail-mode)
diff --git a/src/ChangeLog b/src/ChangeLog
index e40abdc3daa..dbb10e305a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2
3 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
4 instead of a cons.
5
12004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> 62004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu>
2 7
3 * keyboard.c (echo_dash): Do nothing if there already is a dash 8 * keyboard.c (echo_dash): Do nothing if there already is a dash