diff options
| author | Richard M. Stallman | 1999-12-25 23:01:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-12-25 23:01:14 +0000 |
| commit | f7c9e039d2487f11d2d714ce6803a464040be6cd (patch) | |
| tree | 624f6d5597a1f011d3ddfdc303ca400accae9a90 | |
| parent | e073a3561ba285bdbdb8588ebe53c643d6a97d54 (diff) | |
| download | emacs-f7c9e039d2487f11d2d714ce6803a464040be6cd.tar.gz emacs-f7c9e039d2487f11d2d714ce6803a464040be6cd.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 7181c639694..86853c02caa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | ||
| 2 | |||
| 3 | * jka-compr.el (jka-compr-info-file-magic-bytes): New function. | ||
| 4 | (jka-compr-compression-info-list): Add new elt to each vector. | ||
| 5 | (jka-compr-write-region): Don't compress the data if it is | ||
| 6 | already compressed. | ||
| 7 | |||
| 8 | * jka-compr.el (jka-compr-really-do-compress): New variable. | ||
| 9 | (jka-compr-insert-file-contents): Set jka-compr-really-do-compress | ||
| 10 | if visiting. | ||
| 11 | (jka-compr-write-region): Set jka-compr-really-do-compress | ||
| 12 | if visiting. Test it when deciding to compress. | ||
| 13 | |||
| 1 | 1999-12-22 Gerd Moellmann <gerd@gnu.org> | 14 | 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 15 | ||
| 3 | * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | 16 | * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell |
diff --git a/src/ChangeLog b/src/ChangeLog index 6528e5f8653..8380a68b78b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,11 @@ | |||
| 8 | * process.c (read_process_output): Fix the arg FROM to | 8 | * process.c (read_process_output): Fix the arg FROM to |
| 9 | update_compositions. | 9 | update_compositions. |
| 10 | 10 | ||
| 11 | 1999-12-22 Richard M. Stallman <rms@caffeine.ai.mit.edu> | ||
| 12 | |||
| 13 | * search.c (Freplace_match): For nonliteral replacement in buffer, | ||
| 14 | construct all the new text first, then insert all at once. | ||
| 15 | |||
| 11 | 1999-12-22 Dave Love <fx@gnu.org> | 16 | 1999-12-22 Dave Love <fx@gnu.org> |
| 12 | 17 | ||
| 13 | * xfns.c (Fx_show_tip): Gcpro `timeout' too. | 18 | * xfns.c (Fx_show_tip): Gcpro `timeout' too. |