# HG changeset patch # User Richard M. Stallman # Date 1114892459 0 # Node ID 722ca07ff821274828e3000def63d536addd5854 # Parent 8d917e74f1359f80ab94662a6524a482d998288f *** empty log message *** diff -r 8d917e74f135 -r 722ca07ff821 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 30 20:20:41 2005 +0000 +++ b/lisp/ChangeLog Sat Apr 30 20:20:59 2005 +0000 @@ -1,3 +1,32 @@ +2005-04-30 Richard M. Stallman + + + * loadup.el: load jka-comp-hook. + + * jka-compr.el: Many functions and vars moved to jka-compr-hook.el. + (jka-compr-handler): Add autoload. `put' calls moved + to jka-compr-hook.el. + (compression, jka-compr): defgroups moved to jka-compr-hook.el. + (jka-compr-inhibit): Autoload. + + * jka-comp-hook.el: New file. + Enable the mode by default. + + * files.el (backup-buffer-copy): Use copy-file instead + of write-region, and put back the 'excl. + +2005-04-30 Chong Yidong + + * progmodes/flymake.el (flymake-split-string) + (flymake-split-string, flymake-log, flymake-pid-to-names) + (flymake-reg-names, flymake-get-source-buffer-name) + (flymake-unreg-names, flymake-add-line-err-info) + (flymake-add-err-info): Clarify docstrings. + (flymake-popup-menu, flymake-make-emacs-menu) + (flymake-make-xemacs-menu): Add docstrings. + (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted. + Set variables directly throughout. + 2005-04-30 Nick Roberts * progmodes/cc-mode.el (cc-create-define-alist): Check that file