]> git.eshelyaron.com Git - emacs.git/commitdiff
Load jka-comp-hook.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:20:59 +0000 (20:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:20:59 +0000 (20:20 +0000)
lisp/ChangeLog
lisp/loadup.el

index 39905fadeef9ed5e7d2fd90b3647957c941df94c..16f9b5435bbb415268f6186e0919dd6e9fd1a0d7 100644 (file)
@@ -1,3 +1,32 @@
+2005-04-30  Richard M. Stallman  <rms@gnu.org>
+
+
+       * 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  <cyd@stupidchicken.com>
+
+       * 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  <nickrob@snap.net.nz>
 
        * progmodes/cc-mode.el (cc-create-define-alist): Check that file
index 58572aa1d9fb0fc80a642068918ab00e83d0708b..7db1dec425c31dd6a289569bff43c212a5d7cbc8 100644 (file)
 (message "%s" (garbage-collect))
 
 (load "vc-hooks")
+(load "jka-comp-hook")
 (load "ediff-hook")
 (if (fboundp 'x-show-tip) (load "tooltip"))
 (message "%s" (garbage-collect))