diff options
| author | Juanma Barranquero | 2005-06-10 15:00:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-10 15:00:48 +0000 |
| commit | 578c1340ea0f4d6a6aa9d86ff5d89bdf690e8fbb (patch) | |
| tree | 9f0777ee92bfe580e236cbd2c99654d402221d64 | |
| parent | 6cae5f240fedafade79e31e06b73ca1bcb82cf5e (diff) | |
| download | emacs-578c1340ea0f4d6a6aa9d86ff5d89bdf690e8fbb.tar.gz emacs-578c1340ea0f4d6a6aa9d86ff5d89bdf690e8fbb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14f2191fdce..09ce2a4e50a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -14,6 +14,15 @@ | |||
| 14 | 14 | ||
| 15 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | 15 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> |
| 16 | 16 | ||
| 17 | * thumbs.el: Fixes for changes of 2005-06-09. | ||
| 18 | (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable | ||
| 19 | as a directory. | ||
| 20 | (thumbs-thumbname): Remove directory separator from format string; | ||
| 21 | `thumbs-thumbsdir' now returns a valid directory name. | ||
| 22 | (thumbs-temp-dir): New defsubst. | ||
| 23 | (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image): | ||
| 24 | Use it. | ||
| 25 | |||
| 17 | * cus-edit.el (minibuffer): | 26 | * cus-edit.el (minibuffer): |
| 18 | * files.el (make-backup-file-name-function): | 27 | * files.el (make-backup-file-name-function): |
| 19 | * filesets.el (filesets-external-viewers): | 28 | * filesets.el (filesets-external-viewers): |
diff --git a/src/ChangeLog b/src/ChangeLog index 3f76f1f8eb3..8a9f2914519 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]: | ||
| 4 | * w32fns.c (syms_of_w32fns): Fix spellings. | ||
| 5 | |||
| 1 | 2005-06-10 Eli Zaretskii <eliz@gnu.org> | 6 | 2005-06-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument | 8 | * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument |