aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-05-06 11:29:57 +0000
committerEli Zaretskii2005-05-06 11:29:57 +0000
commit6ff95f1d3bf4fa0827d3d3eca3711a73e5f43c99 (patch)
tree1bd5c549b4d917499d34909ba9d876e0e9b59334
parent6e6851b04f61deda6dbdfbaad653cd5debf45eb3 (diff)
downloademacs-6ff95f1d3bf4fa0827d3d3eca3711a73e5f43c99.tar.gz
emacs-6ff95f1d3bf4fa0827d3d3eca3711a73e5f43c99.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog15
-rw-r--r--src/ChangeLog4
2 files changed, 16 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4cf47c9e2c6..6e1d5845581 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12005-05-06 Eli Zaretskii <eliz@gnu.org>
2
3 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4
5 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6
7 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8 file-name clash with jka-compr.el on 8+3 filesystems.
9
12005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 102005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 11
3 * term/mac-win.el: Don't define or bind scroll bar functions if 12 * term/mac-win.el: Don't define or bind scroll bar functions if
@@ -232,10 +241,10 @@
232 241
233 * loadup.el: load jka-comp-hook. 242 * loadup.el: load jka-comp-hook.
234 243
235 * jka-compr.el: Many functions and vars moved to jka-compr-hook.el. 244 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
236 (jka-compr-handler): Add autoload. `put' calls moved 245 (jka-compr-handler): Add autoload. `put' calls moved
237 to jka-compr-hook.el. 246 to jka-comp-hook.el.
238 (compression, jka-compr): defgroups moved to jka-compr-hook.el. 247 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
239 (jka-compr-inhibit): Autoload. 248 (jka-compr-inhibit): Autoload.
240 249
241 * jka-comp-hook.el: New file. 250 * jka-comp-hook.el: New file.
diff --git a/src/ChangeLog b/src/ChangeLog
index b44e3e4e626..299e1457655 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-05-06 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
4
12005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * macselect.c (x_own_selection): Accept Lisp string as result of 7 * macselect.c (x_own_selection): Accept Lisp string as result of