+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
* 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.