aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-30 20:20:59 +0000
committerRichard M. Stallman2005-04-30 20:20:59 +0000
commit0b1fc48a5cb40a2ce5d6bc10a83e76d06f7161dc (patch)
tree5265220a1f86b0b6c086afc994c4ae92b8f89d77
parent0e2846fbad9bf418b652a6ade1cc3ae8d34266df (diff)
downloademacs-0b1fc48a5cb40a2ce5d6bc10a83e76d06f7161dc.tar.gz
emacs-0b1fc48a5cb40a2ce5d6bc10a83e76d06f7161dc.zip
Load jka-comp-hook.
-rw-r--r--lisp/ChangeLog29
-rw-r--r--lisp/loadup.el1
2 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 39905fadeef..16f9b5435bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
12005-04-30 Richard M. Stallman <rms@gnu.org>
2
3
4 * loadup.el: load jka-comp-hook.
5
6 * jka-compr.el: Many functions and vars moved to jka-compr-hook.el.
7 (jka-compr-handler): Add autoload. `put' calls moved
8 to jka-compr-hook.el.
9 (compression, jka-compr): defgroups moved to jka-compr-hook.el.
10 (jka-compr-inhibit): Autoload.
11
12 * jka-comp-hook.el: New file.
13 Enable the mode by default.
14
15 * files.el (backup-buffer-copy): Use copy-file instead
16 of write-region, and put back the 'excl.
17
182005-04-30 Chong Yidong <cyd@stupidchicken.com>
19
20 * progmodes/flymake.el (flymake-split-string)
21 (flymake-split-string, flymake-log, flymake-pid-to-names)
22 (flymake-reg-names, flymake-get-source-buffer-name)
23 (flymake-unreg-names, flymake-add-line-err-info)
24 (flymake-add-err-info): Clarify docstrings.
25 (flymake-popup-menu, flymake-make-emacs-menu)
26 (flymake-make-xemacs-menu): Add docstrings.
27 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28 Set variables directly throughout.
29
12005-04-30 Nick Roberts <nickrob@snap.net.nz> 302005-04-30 Nick Roberts <nickrob@snap.net.nz>
2 31
3 * progmodes/cc-mode.el (cc-create-define-alist): Check that file 32 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 58572aa1d9f..7db1dec425c 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -191,6 +191,7 @@
191(message "%s" (garbage-collect)) 191(message "%s" (garbage-collect))
192 192
193(load "vc-hooks") 193(load "vc-hooks")
194(load "jka-comp-hook")
194(load "ediff-hook") 195(load "ediff-hook")
195(if (fboundp 'x-show-tip) (load "tooltip")) 196(if (fboundp 'x-show-tip) (load "tooltip"))
196(message "%s" (garbage-collect)) 197(message "%s" (garbage-collect))