Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 8ff55ebd4be9 |
children | fe104dbd9147 |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
1 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user | |
4 variable. Allow trying oblique fonts ahead of italic fonts (from | |
5 Raymond Toy). | |
6 (x-make-font-italic): Use it. | |
7 | |
8 * prim/obsolete.el (window-system): Make it compatible not | |
9 obsolete. | |
10 | |
11 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de> | |
12 | |
13 * hyper-apropos.el (hypropos-get-doc): Put font names etc in | |
14 parentheses if instantiation uses fallback. | |
15 (hypropos-face-history): New variable. | |
16 (hyper-describe-face): New function. | |
17 (hyper-where-is): New command. | |
18 (hypropos-read-function-symbol): New function. | |
19 (hyper-describe-key): New command. | |
20 (hyper-describe-key-briefly): New command. | |
21 (hypropos-read-variable-symbol): New function. | |
22 (hyper-set-variable): New command. | |
23 (hypropos-set-variable): Changed to work with buffer-locals. | |
24 | |
25 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de> | |
26 | |
27 * hyper-apropos.el: Massive changes--the original knew nothing | |
28 about buffer-locals and local-bindings. | |
29 (hypropos-shrink-window): New user option. | |
30 (hypropos-ref-buffer): New variable. | |
31 (hypropos-regexp-history): New variable. | |
32 (hyper-apropos): Better interactive version. | |
33 (hypropos-grok-variables): Omit OBSOLETE stuff. | |
34 (hyper-describe-variable): Additional ARG, better interactive | |
35 version. | |
36 (hyper-describe-function): Ditto. | |
37 (hypropos-last-help): Without prefix arg, just display buffer. | |
38 (hypropos-insert-face): New function. | |
39 (hypropos-insert-keybinding): New function. | |
40 (hypropos-get-doc): Additional ARG, display documentation for | |
41 faces, complete change. | |
42 (hypropos-this-symbol): Using better regexp. | |
43 | |
44 Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org> | |
45 | |
46 * x11/x-menubar.el (default-menubar): Reorganize again undoing | |
47 previous change. Customize submenu moved to top of options menu. | |
48 Edit faces restored to edit-faces and renamed to Browse faces. | |
49 | |
50 Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
51 | |
52 * x11/x-menubar.el (options-menu): New variable. | |
53 (default-menubar): Use it. | |
54 | |
55 * prim/about.el (view-less): Explicit require. | |
56 | |
57 Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org> | |
58 | |
59 * prim/cleantree.el: New file based on suggestion by David Moore, | |
60 and derived from Gnus nnml code. | |
61 | |
62 Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr> | |
63 | |
64 * edebug/edebug.el (edebug-compute-previous-result): Don't treat | |
65 numbers as chars. | |
66 | |
67 Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org> | |
68 | |
69 * prim/startup.el (splash-hack-version-string): New function to | |
70 narrow the output of (emacs-version) for the splash screen. | |
71 (splash-frame-present): Use it. | |
72 | |
73 Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org> | |
74 | |
75 * packages/supercite.el (sc-name-filter-alist): (Idea from Bob | |
76 Weiner). Update to handle names like Michael Sperber | |
77 [Mr. Preprocessor]. | |
78 | |
79 Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
80 | |
81 * prim/faces.el (init-face-from-resources): New variable. | |
82 (init-face-from-resources): Use it. | |
83 (init-device-faces): Use it. | |
84 (init-frame-faces): Use it. | |
85 (make-empty-face): New function. | |
86 | |
87 * x11/x-faces.el (x-init-face-from-resources): Made second | |
88 argument optional, and added a third argument. | |
89 (make-face-x-resource-internal): New alias. | |
90 | |
1 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org> | 91 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 92 |
3 * prim/loadup.el: Remove custom.elc. | 93 * prim/loadup.el: Remove custom.elc. |
4 | 94 |
5 * prim/simple.el (newline): Attempt to not add newline to a | 95 * prim/simple.el (newline): Attempt to not add newline to a |
636 | 726 |
637 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org> | 727 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org> |
638 | 728 |
639 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4. | 729 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4. |
640 | 730 |
641 Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> | 731 Sun Jan 12 18:49:30 1997 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> |
642 | 732 |
643 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns' | 733 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns' |
644 alias | 734 alias |
645 Import definition of `truncate-string-to-width' from Emacs/mule-delta. | 735 Import definition of `truncate-string-to-width' from Emacs/mule-delta. |
646 | 736 |
1186 | 1276 |
1187 * packages/man-xref.el: New file from Emacs 19.35. | 1277 * packages/man-xref.el: New file from Emacs 19.35. |
1188 | 1278 |
1189 * utils/smtpmail.el: New file from Emacs 19.34. | 1279 * utils/smtpmail.el: New file from Emacs 19.34. |
1190 | 1280 |
1191 Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> | 1281 Fri Dec 6 09:28:04 1996 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> |
1192 | 1282 |
1193 * prim/startup.el (set-default-load-path): Set default-load-path | 1283 * prim/startup.el (set-default-load-path): Set default-load-path |
1194 dynamically since file-detect.el is dumped with XEmacs. | 1284 dynamically since file-detect.el is dumped with XEmacs. |
1195 | 1285 |
1196 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org> | 1286 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org> |