]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Dec 1999 23:01:14 +0000 (23:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Dec 1999 23:01:14 +0000 (23:01 +0000)
lisp/ChangeLog
src/ChangeLog

index 7181c639694122d7fe1ec4153eceda76de764ae4..86853c02caa2e29bc7f3840793a772e35599607d 100644 (file)
@@ -1,3 +1,16 @@
+1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
+       (jka-compr-compression-info-list): Add new elt to each vector.
+       (jka-compr-write-region): Don't compress the data if it is
+       already compressed.
+
+       * jka-compr.el (jka-compr-really-do-compress): New variable.
+       (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
+       if visiting.
+       (jka-compr-write-region): Set jka-compr-really-do-compress
+       if visiting.  Test it when deciding to compress.
+
 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
 
        * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
index 6528e5f8653cd48d9fe2f457fada50a500233d92..8380a68b78bbe7e1ef11499b34830fb4f5ee47c0 100644 (file)
@@ -8,6 +8,11 @@
        * process.c (read_process_output): Fix the arg FROM to
        update_compositions.
 
+1999-12-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * search.c (Freplace_match): For nonliteral replacement in buffer,
+       construct all the new text first, then insert all at once.
+
 1999-12-22  Dave Love  <fx@gnu.org>
 
        * xfns.c (Fx_show_tip): Gcpro `timeout' too.