From f7c9e039d2487f11d2d714ce6803a464040be6cd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Dec 1999 23:01:14 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 13 +++++++++++++ src/ChangeLog | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7181c639694..86853c02caa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +1999-12-25 Richard M. Stallman + + * 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 * 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 @@ * process.c (read_process_output): Fix the arg FROM to update_compositions. +1999-12-22 Richard M. Stallman + + * 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 * xfns.c (Fx_show_tip): Gcpro `timeout' too. -- 2.39.5