diff options
| author | Luc Teirlinck | 2004-07-14 23:35:30 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-14 23:35:30 +0000 |
| commit | 386c8f42f7e23cf32baceca17a96533476a052aa (patch) | |
| tree | 4af64db41a9ba86b03bc3d9cfbffc8baefb2cacc | |
| parent | ec9b5635fb83ae825ff15627043ff8fab16198b1 (diff) | |
| download | emacs-386c8f42f7e23cf32baceca17a96533476a052aa.tar.gz emacs-386c8f42f7e23cf32baceca17a96533476a052aa.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org> | 14 | 2004-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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> | 6 | 2004-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 |