Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 54cc21c15cbb |
children | c7528f8e288d |
comparison
equal
deleted
inserted
replaced
75:a4e0195b387b | 76:c0c698873ce1 |
---|---|
1 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * x11/x-menubar.el (default-menubar): Move Frame-local font menu | |
4 option to Frame Appearance submenu. | |
5 | |
6 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org> | |
7 | |
8 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to | |
9 nil, because everyone was confused by it defaulting to t. | |
10 | |
11 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com> | |
12 | |
13 * prim/sort.el (sort-subr): Document use of `sort-fold-case'. | |
14 (sort-lines): Ditto. | |
15 (sort-paragraphs): Ditto. | |
16 (sort-pages): Ditto. | |
17 (sort-regexp-fields): Ditto. | |
18 (sort-numeric-fields): Ditto. | |
19 (sort-regexp-fields): Ditto. | |
20 (sort-columns): Ditto. | |
21 (sort-regexp-fields): Use compare-buffer-substrings if available. | |
22 | |
23 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu> | |
24 | |
25 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev | |
26 expansion from happening multiple times. | |
27 | |
28 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org> | |
29 | |
30 * prim/help.el (help-for-help): Don't confuse help character `b' | |
31 with scrolling character `b' in view-less help buffer. | |
32 | |
33 * packages/scroll-in-place.el: Synch with 19.15. | |
34 | |
35 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org> | |
36 | |
37 * x11/x-menubar.el (xemacs-splash-buffer): New function. | |
38 (default-menubar): Use it. | |
39 (default-menubar): Reorganize help menus. | |
40 | |
41 * prim/startup.el (startup-message-timeout): More or less disable | |
42 the timeout of the splash screen. | |
43 | |
44 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's | |
45 Rosetta Man patch. | |
46 (Manual-nuke-nroff-bs): Use it. | |
47 | |
48 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org> | |
49 | |
50 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp | |
51 buffer to fit. | |
52 | |
53 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org> | |
54 | |
55 * utils/delbackspace.el: Correct rebindings so they work properly | |
56 when cc-mode is not dumped with XEmacs. | |
57 | |
58 * packages/apropos.el (apropos-print): Minimize size of *Apropos* | |
59 window if it is small. | |
60 | |
61 * prim/lisp.el (lisp-complete-symbol): Minimize size of | |
62 *Completions* window. | |
63 | |
64 * prim/help.el (with-displaying-help-buffer): (Based on an idea | |
65 from Sudish Joseph) minimize size of displayed help window. | |
66 | |
67 * modes/fortran.el (fortran-window-create-momentarily): Fix | |
68 lossage from synch with Emacs 19.34. | |
69 (fortran-abbrev-start): Ditto. | |
70 | |
71 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr> | |
72 | |
73 * x11/x-toolbar.el (toolbar-news): Check whether this is the last | |
74 frame before deleting it. | |
75 | |
76 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com> | |
77 | |
78 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns | |
79 as well as linefeeds. | |
80 | |
81 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism | |
82 in setting unread-command-events. | |
83 | |
84 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com> | |
85 | |
86 * packages/font-lock.el: Update Java support. | |
87 | |
88 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org> | |
89 | |
90 * packages/fontl-hooks.el: Add provide (synch with 19.15). | |
91 | |
92 * x11/x-toolbar.el: Don't quote lambda macro. | |
93 | |
94 * packages/session.el: Removed from distribution. | |
95 | |
96 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com> | |
97 | |
98 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9. | |
99 | |
1 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org> | 100 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org> |
2 | 101 |
3 * packages/compile.el (compilation-error-regexp-alist): Complete | 102 * packages/compile.el (compilation-error-regexp-alist): Complete |
4 fix for lossage on bad regexps. | 103 fix for lossage on bad regexps. |
5 | 104 |