Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 929b76928fce |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
1 1997-07-13 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * prim/files.el (save-some-buffers): Guard call to | |
4 `delete-other-windows'. | |
5 | |
6 1997-07-13 Karl M. Hegbloom <karlheg@inetarena.com> | |
7 | |
8 * prim/minibuf.el: (read-from-minibuffer) Corrected indentation, | |
9 History lists don't contain dups anymore, newest is put on top and | |
10 removed from the cdr. | |
11 | |
12 1997-07-13 Karl M. Hegbloom <karlheg@inetarena.com> | |
13 | |
14 * packages/man.el: (manual-entry) Added `Manual-page- | |
15 minibuffer-history', and added it to the read-string statement. | |
16 Added #\: to `fmh' so that manuals named like MIME::Parser(3) are | |
17 found at point. | |
18 (Manual-mouseify-xrefs) Fixed it so now it will mousify the manual | |
19 entry on the first line of an apropos listing. | |
20 | |
21 1997-07-10 Karl M. Hegbloom <karlheg@inetarena.com> | |
22 | |
23 * packages/info.el: Added `Info-minibuffer-history', and made it | |
24 the minibuffer history variable in the `completing-read' calls. | |
25 | |
26 * utils/savehist.el: Added `Info-minibuffer-history' to default | |
27 value of `savehist-history-variables'. | |
28 | |
29 1997-07-13 Steven L Baur <steve@altair.xemacs.org> | |
30 | |
31 * modes/lisp-mode.el: Restore verbosity as an option. | |
32 From Hrvoje Niksic <hniksic@srce.hr> | |
33 | |
34 1997-07-11 Hrvoje Niksic <hniksic@srce.hr> | |
35 | |
36 * prim/cmdloop.el (execute-extended-command): Use | |
37 `sorted-key-descriptions'. | |
38 | |
39 * prim/help.el (sorted-key-descriptions): New function. | |
40 (where-is): Use it. | |
41 (where-is): Use `read-command'. | |
42 | |
43 * prim/macros.el (kbd-macro-query): Use `read-char-exclusive' | |
44 instead of `read-char'. | |
45 | |
46 * prim/cmdloop.el (read-char): Correctly inhibit quit. | |
47 | |
48 * prim/files.el: Use `files' group. | |
49 | |
50 * prim/disp-table.el (describe-display-table): Made it work; don't | |
51 use `describe-vector'. | |
52 | |
53 * prim/gui.el: Customized. | |
54 | |
55 * utils/edmacro.el (insert-kbd-macro): Move to macros.el. | |
56 | |
57 * prim/macros.el: Synch with FSF 19.34. | |
58 | |
59 * prim/featurep.el: Comment addition. | |
60 | |
61 * prim/cus-start.el: Add variables from replace.el. | |
62 | |
63 * prim/replace.el (case-replace): Use `defvar', not `defconst'. | |
64 | |
65 * utils/crontab.el: Customized. | |
66 | |
67 * utils/highlight-headers.el: Define -faces as a separate group; | |
68 customize the variables. | |
69 | |
70 * utils/uniquify.el: Hide from the Customize tree; the package | |
71 changes state of XEmacs on load. | |
72 | |
73 * packages/igrep.el: Don't insinuate XEmacs when loading. | |
74 (igrep-insinuate): New function. | |
75 | |
76 * packages/blink-cursor.el (blink-cursor-callback): Don't blink on | |
77 TTY-s. | |
78 | |
79 * prim/console.el (resume-pid-console): Use `eql'. | |
80 | |
81 * prim/profile.el (profile): Restore old profiling state, instead | |
82 of blindly turning off profiling. | |
83 | |
84 * packages/add-log.el (add-log-c-like-modes): Add java-mode. | |
85 | |
86 * packages/add-log.el: Require fortran when compiling. | |
87 | |
88 * prim/device.el (device-list): Use `nconc' instead of `append'. | |
89 | |
90 1997-07-13 Steven L Baur <steve@altair.xemacs.org> | |
91 | |
92 * prim/files.el (save-some-buffers): Only delete other windows the | |
93 first time through. | |
94 Based on code from Hrvoje Niksic <hniksic@srce.hr> | |
95 | |
96 1997-07-12 Steven L Baur <steve@altair.xemacs.org> | |
97 | |
98 * prim/modeline.el (mouse-drag-modeline): Don't queue dummy eval | |
99 events. | |
100 From Kyle Jones <kyle_jones@wonderworks.com> | |
101 | |
102 1997-07-10 Hrvoje Niksic <hniksic@srce.hr> | |
103 | |
104 * packages/gnuserv.el (gnuserv-edit-files): Operate on this | |
105 buffer's menubar. | |
106 | |
107 1997-07-11 Steven L Baur <steve@altair.xemacs.org> | |
108 | |
109 * packages/gnuserv.el: Add done button. | |
110 From Hrvoje Niksic <hniksic@srce.hr> | |
111 | |
112 1997-07-10 Steven L Baur <steve@altair.xemacs.org> | |
113 | |
114 * utils/edit-toolbar.el: (edit-toolbar-file-name): Use | |
115 `emacs-user-extension-dir'. | |
116 (edit-toolbar-add-initialization): Ditto. | |
117 (edit-toolbar-prompt-for-initialization): Ditto. | |
118 | |
119 * utils/edit-toolbar.el: New file. | |
120 From Peter Pezaris <pez@dwwc.com> | |
121 | |
122 * utils/toolbar-utils.el: New file. | |
123 From Jeff Miller <jmiller@smart.net> | |
124 | |
125 1997-07-10 Hrvoje Niksic <hniksic@srce.hr> | |
126 | |
127 * packages/add-log.el (change-log-font-lock-keywords): Don't | |
128 fontify closing paren. | |
129 | |
130 * packages/pending-del.el: Some renamings, synch with Emacs 19.34. | |
131 | |
132 1997-07-10 Steven L Baur <steve@altair.xemacs.org> | |
133 | |
134 * packages/hyper-apropos.el (hyper-apropos-get-doc): Don't | |
135 autoload, there is very little point. | |
136 | |
137 * prim/obsolete.el (frame-first-window): Make compatible, not | |
138 obsolete. | |
139 | |
140 1997-07-10 Hrvoje Niksic <hniksic@srce.hr> | |
141 | |
142 * packages/pending-del.el (pending-delete-pre-hook): Don't quote | |
143 lambda. | |
144 (pending-delete-pre-hook): Use `error-message-string'. | |
145 (pending-delete): Treat as minor mode; define the standard turn-on | |
146 and turn-off functions. | |
147 (delete-active-region): Simplified. | |
148 | |
149 * packages/pending-del.el: Don't turn on by default. | |
150 | |
151 1997-07-09 Steven L Baur <steve@altair.xemacs.org> | |
152 | |
153 * packages/pending-del.el: Correct typo in Hrvoje's upgrade. | |
154 | |
155 * mel/mel-u.el (uuencode-external-decode-region): Force | |
156 buffer-read-only nil because it gets changed magically to t during | |
157 the call to `insert-file-contents'. | |
158 | |
159 * tm/tm-image.el (mime-preview/filter-for-image): Comment out test | |
160 for invalid glyph. It appears to be non-functional. | |
161 | |
162 * modes/lisp-mode.el (lisp-interaction-mode-popup-menu-1): Add | |
163 entry for debug on signal. | |
164 | |
165 * packages/supercite.el (sc-attribs-%@-addresses): + is valid in | |
166 an Email address. | |
167 (sc-attribs-<>-addresses): Ditto. | |
168 (sc-get-address): Ditto. | |
169 | |
170 * cc-mode/cc-cmds.el (c-electric-brace): Fix Ebola infection. | |
171 | |
172 * prim/dumped-lisp.el (dumped-lisp-packages): Tweak dump order | |
173 so "startup" is loaded before the autoloads. | |
174 | |
175 * custom/cus-edit.el (custom-file): Use same logic as startup.el | |
176 | |
177 j1997-07-08 Hrvoje Niksic <hniksic@srce.hr> | |
178 | |
179 * prim/simple.el (log-message-ignore-regexps): Reduced | |
180 significantly. | |
181 | |
1 Tue Jul 8 23:47:47 1997 Barry A. Warsaw <cc-mode-help@python.org> | 182 Tue Jul 8 23:47:47 1997 Barry A. Warsaw <cc-mode-help@python.org> |
2 | 183 |
3 * cc-mode/Release 5.12 | 184 * cc-mode/Release 5.12 |
4 | 185 |
5 Mon Jul 7 23:47:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | 186 Mon Jul 7 23:47:02 1997 Barry A. Warsaw <cc-mode-help@python.org> |