Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 193:f53b5ca2e663 r20-3b23
Import from CVS: tag r20-3b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:58:30 +0200 |
parents | ecf6ba7b0a10 |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
192:9d35321dd38c | 193:f53b5ca2e663 |
---|---|
1 1997-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
2 | |
3 * packages/etags.el: Lots of changes. | |
4 | |
5 1997-09-20 SL Baur <steve@altair.xemacs.org> | |
6 | |
7 * prim/faces.el (Top Level): Back out use of the loop macro. It now | |
8 isn't defined until loaddefs gets loaded. | |
9 | |
10 1997-09-20 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu> | |
11 | |
12 * prim/help.el (help-for-help): Make menu items style more uniform. | |
13 | |
14 1997-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
15 | |
16 * modes/sendmail.el: Don't define keys to mail etc. | |
17 | |
18 * prim/keydefs.el: Add bindings to `compose-mail'. | |
19 | |
20 * prim/simple.el: Synch mail stuff with Emacs 20. | |
21 | |
22 * utils/reporter.el: Removed mail-user-agent stuff. | |
23 | |
24 * x11/x-menubar.el (default-menubar): Use new semantics for | |
25 `gnuserv-frame'. | |
26 | |
27 * prim/obsolete.el (string-to-sequence): Wouldn't work with TYPE | |
28 `vector'. | |
29 | |
30 1997-09-19 Hrvoje Niksic <hniksic@srce.hr> | |
31 | |
32 * cl/cl.el: Don't load cl-defs. | |
33 | |
34 * cl/cl-macs.el: Added autoload cookies. | |
35 | |
36 1997-09-19 SL Baur <steve@altair.xemacs.org> | |
37 | |
38 * packages/man.el (Manual-buffers-have-prefix): New function. | |
39 (manual-entry): Use it. | |
40 From Remek Trzaska <remek@postoffice.npac.syr.edu> | |
41 | |
42 1997-09-18 Colin Rafferty <craffert@ml.com> | |
43 | |
44 * prim/novice.el (disable-command): Made it modify `custom-file' | |
45 instead of `user-init-file'. | |
46 | |
47 Stop multiple disable/enable-command calls from adding | |
48 extra newlines. | |
49 | |
50 1997-09-19 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu> | |
51 | |
52 * prim/make-docfile.el: Use null, not not. | |
53 | |
54 1997-09-18 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
55 | |
56 * prim/isearch-mode.el (isearch-message): Display-message as | |
57 progress (this way isearch message won't appear in the message | |
58 log). | |
59 | |
60 1997-09-18 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
61 | |
62 * packages/info.el (Info-elisp-ref): Use `find-function-function'. | |
63 | |
64 1997-09-18 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
65 | |
66 * packages/lazy-lock.el (lazy-lock-pre-idle-fontify-windows): | |
67 Don't do lazy-lock'ing if we're in the minibuffer. | |
68 | |
1 1997-09-17 SL Baur <steve@altair.xemacs.org> | 69 1997-09-17 SL Baur <steve@altair.xemacs.org> |
70 | |
71 * oobr/Makefile (autoloads): Fix target. | |
72 | |
73 * hyperbole/Makefile (autoloads): Fix target. | |
74 | |
75 * utils/autoload.el (batch-update-autoloads): Obey | |
76 `autoload-package-name' setting. | |
77 | |
78 * efs/Makefile: Correct autoloads target. | |
2 | 79 |
3 * prim/packages.el (locate-library): Simplify regexp for | 80 * prim/packages.el (locate-library): Simplify regexp for |
4 compression suffixes. | 81 compression suffixes. |
5 Suggested by: Hrvoje Niksic <hniksic@srce.hr> | 82 Suggested by: Hrvoje Niksic <hniksic@srce.hr> |
6 | 83 |