112
|
1 Mon Mar 17 15:34:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * comint/comint.el (comint-input-setup): Require comint-xemacs.
|
|
4
|
|
5 * utils/autoload.el (autoload-snarf-defcustom): Don't snarf from
|
|
6 auto-autoloads.el.
|
|
7
|
|
8 * comint/comint-xemacs.el: New file. Contains face declarations
|
|
9 for comint.
|
|
10
|
|
11 * comint/comint.el: Remove inline defface.
|
|
12
|
110
|
13 Sat Mar 15 15:14:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
14
|
|
15 * prim/loadup.el: Add prim/auto-customize.elc to dumped files.
|
|
16
|
|
17 * utils/autoload.el (generated-custom-file): New variable.
|
|
18 (autoload-snarf-defcustom): New function. Grab Customization as
|
|
19 we look for autoload cookies. (based on code by Per Abrahamsen).
|
|
20 (update-file-autoloads): Use it.
|
|
21 (autoload-save-customization): New function (based on code by Per
|
|
22 Abrahamsen).
|
|
23 (batch-update-autoloads): Use it.
|
|
24
|
|
25 Fri Mar 14 19:59:36 1997 Bob Weiner <weiner@infodock.com>
|
|
26
|
|
27 * packages/jka-compr.el (jka-compr-installed-p): Simplify.
|
|
28
|
|
29 Fri Mar 14 17:24:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
30
|
|
31 * modes/sendmail.el: Correct vm macro hack.
|
|
32 (query-user-mail-address): New customizable variable.
|
|
33 (user-mail-address): New function, use it. (Courtesy of Per
|
|
34 Abrahamsen <abraham@dina.kvl.dk>).
|
|
35
|
|
36 Thu Mar 13 18:49:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
37
|
|
38 * x11/x-menubar.el (popup-mode-menu): Do something more correct
|
|
39 when combining a global popup menu and a local mode menu.
|
|
40
|
|
41 Thu Mar 13 08:36:35 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
42
|
|
43 * packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string.
|
|
44
|
|
45 Wed Mar 12 13:46:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
46
|
|
47 * prim/obsolete.el (char=): Make alias for common lisp
|
|
48 compatibility.
|
|
49
|
|
50 Mon Mar 10 09:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
51
|
|
52 * prim/simple.el (set-fill-column): Clean up docstring.
|
|
53
|
|
54 * x11/x-menubar.el (save-options-non-customized-face-list): Allow
|
|
55 save-options to save faces declared with defface macro.
|
|
56
|
|
57 * packages/vc.el: diff-switches is autoloaded again in diff.el.
|
|
58
|
|
59 * packages/diff.el (diff-switches): Default to "-c".
|
|
60
|
|
61 Sun Mar 9 18:44:59 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
62
|
|
63 * prim/help.el (describe-function-1): Add missing stream arguments
|
|
64 to terpri and princ.
|
|
65
|
|
66 Sun Mar 9 15:38:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
67
|
|
68 * prim/modeline.el (modeline-minor-mode-menu): Evaluate minor
|
|
69 modes in context of correct buffer.
|
|
70
|
|
71 * prim/help.el (locate-library): Synched with Emacs 19.35.
|
|
72
|
|
73 * packages/icomplete.el (icomplete-get-keys): Make it work.
|
|
74
|
|
75 * prim/about.el: Add Jens Lautenbacher's picture.
|
|
76
|
|
77 Sun Mar 9 12:38:53 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
78
|
|
79 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use
|
|
80 eldoc-display-message-p, not eldoc-display-message-no-interference-p.
|
|
81
|
108
|
82 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
83
|
110
|
84 * prim/startup.el (startup-splash-frame-body): More text tweaking.
|
|
85
|
108
|
86 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user
|
|
87 variable. Allow trying oblique fonts ahead of italic fonts (from
|
|
88 Raymond Toy).
|
|
89 (x-make-font-italic): Use it.
|
|
90
|
|
91 * prim/obsolete.el (window-system): Make it compatible not
|
|
92 obsolete.
|
|
93
|
|
94 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
95
|
110
|
96 * packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in
|
108
|
97 parentheses if instantiation uses fallback.
|
|
98 (hypropos-face-history): New variable.
|
|
99 (hyper-describe-face): New function.
|
|
100 (hyper-where-is): New command.
|
|
101 (hypropos-read-function-symbol): New function.
|
|
102 (hyper-describe-key): New command.
|
|
103 (hyper-describe-key-briefly): New command.
|
|
104 (hypropos-read-variable-symbol): New function.
|
|
105 (hyper-set-variable): New command.
|
|
106 (hypropos-set-variable): Changed to work with buffer-locals.
|
|
107
|
|
108 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
109
|
110
|
110 * packages/hyper-apropos.el: Massive changes--the original knew nothing
|
108
|
111 about buffer-locals and local-bindings.
|
|
112 (hypropos-shrink-window): New user option.
|
|
113 (hypropos-ref-buffer): New variable.
|
|
114 (hypropos-regexp-history): New variable.
|
|
115 (hyper-apropos): Better interactive version.
|
|
116 (hypropos-grok-variables): Omit OBSOLETE stuff.
|
|
117 (hyper-describe-variable): Additional ARG, better interactive
|
|
118 version.
|
|
119 (hyper-describe-function): Ditto.
|
|
120 (hypropos-last-help): Without prefix arg, just display buffer.
|
|
121 (hypropos-insert-face): New function.
|
|
122 (hypropos-insert-keybinding): New function.
|
|
123 (hypropos-get-doc): Additional ARG, display documentation for
|
|
124 faces, complete change.
|
|
125 (hypropos-this-symbol): Using better regexp.
|
|
126
|
|
127 Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
128
|
|
129 * x11/x-menubar.el (default-menubar): Reorganize again undoing
|
|
130 previous change. Customize submenu moved to top of options menu.
|
|
131 Edit faces restored to edit-faces and renamed to Browse faces.
|
|
132
|
|
133 Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
134
|
|
135 * x11/x-menubar.el (options-menu): New variable.
|
|
136 (default-menubar): Use it.
|
|
137
|
|
138 * prim/about.el (view-less): Explicit require.
|
|
139
|
|
140 Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
141
|
|
142 * prim/cleantree.el: New file based on suggestion by David Moore,
|
|
143 and derived from Gnus nnml code.
|
|
144
|
|
145 Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
146
|
|
147 * edebug/edebug.el (edebug-compute-previous-result): Don't treat
|
|
148 numbers as chars.
|
|
149
|
|
150 Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
151
|
|
152 * prim/startup.el (splash-hack-version-string): New function to
|
|
153 narrow the output of (emacs-version) for the splash screen.
|
|
154 (splash-frame-present): Use it.
|
|
155
|
|
156 Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
157
|
|
158 * packages/supercite.el (sc-name-filter-alist): (Idea from Bob
|
|
159 Weiner). Update to handle names like Michael Sperber
|
|
160 [Mr. Preprocessor].
|
|
161
|
|
162 Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
163
|
|
164 * prim/faces.el (init-face-from-resources): New variable.
|
|
165 (init-face-from-resources): Use it.
|
|
166 (init-device-faces): Use it.
|
|
167 (init-frame-faces): Use it.
|
|
168 (make-empty-face): New function.
|
|
169
|
|
170 * x11/x-faces.el (x-init-face-from-resources): Made second
|
|
171 argument optional, and added a third argument.
|
|
172 (make-face-x-resource-internal): New alias.
|
|
173
|
104
|
174 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
175
|
106
|
176 * prim/loadup.el: Remove custom.elc.
|
|
177
|
104
|
178 * prim/simple.el (newline): Attempt to not add newline to a
|
|
179 previous end-open extent.
|
|
180
|
|
181 Sun Mar 2 10:10:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
182
|
|
183 * hm--html-menus/tmpl-minor-mode.el (tmpl-sign): Remove nul byte.
|
|
184
|
|
185 * site-load.el: Move site-packages to the top level.
|
|
186
|
|
187 Sun Mar 2 01:37:04 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
188
|
|
189 * utils/mail-extr.el (all-top-level-domains): Added "hr" domain.
|
|
190
|
|
191 * packages/ps-print.el (ps-print-color-p): Default to nil.
|
|
192
|
|
193 * x11/x-menubar.el (default-menubar): Changed menubar entry for
|
|
194 color printing.
|
|
195
|
|
196 * prim/faces.el (init-other-random-faces): Use gray65 for
|
|
197 zmacs-region and primary-selection background.
|
|
198
|
|
199 * x11/x-faces.el (x-init-global-faces): New default background
|
|
200 gray80.
|
|
201
|
|
202 Sat Mar 1 14:38:14 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
203
|
|
204 * packages/diff.el: (diff): Autoload.
|
|
205 (diff-backup): Autoload.
|
|
206 (diff-switches): Autoload.
|
|
207
|
|
208 Sat Mar 1 01:09:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
209
|
|
210 * packages/tar-mode.el (tar-mode-map): Removed extraneous C-c
|
|
211 binding of tar-copy.
|
|
212
|
|
213 * prim/keydefs.el: Don't disable upcase-region and
|
|
214 downcase-region.
|
|
215
|
|
216 Fri Feb 28 11:22:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
217
|
|
218 * prim/obsolete.el (char-to-int): Define as alias to `char-int'.
|
|
219
|
|
220 * prim/help.el (describe-function-1): Show annotation contents if
|
|
221 they exist.
|
|
222
|
|
223 * packages/man.el (Manual-mode): Don't turn off scrollbars if
|
|
224 XEmacs doesn't have them to begin with.
|
|
225
|
|
226 * prim/keydefs.el: Don't disable eval-expression by default now
|
|
227 that it is harder to type.
|
|
228
|
|
229 Thu Feb 27 13:06:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
230
|
|
231 * prim/subr.el (with-string-as-buffer-contents): Moved from
|
|
232 mule/mule-coding.el.
|
|
233
|
|
234 * mule/mule-coding.el: Remove with-string-as-buffer-contents.
|
|
235
|
|
236 * prim/format.el (format-insert-file): Correct wrong order of args
|
|
237 passed to format-decode.
|
|
238
|
|
239 * prim/startup.el (load-user-init-file): Allow XEmacs to read a
|
|
240 bytecompiled .emacs if it exists.
|
|
241
|
|
242 Thu Feb 27 17:41:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
243
|
|
244 * subr.el (eval-after-load): Enable.
|
|
245 (eval-next-after-load): Ditto.
|
|
246
|
|
247 Thu Feb 27 10:59:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
248
|
|
249 * prim/subr.el (with-temp-buffer): New function from Emacs 19.35,
|
|
250 courtesy of Erik Naggum <erik@naggum.no>.
|
|
251
|
|
252 Fri Feb 28 22:17:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
253
|
|
254 * prim/isearch-mode.el: Added "_" to the `interactive' forms of
|
|
255 most functions.
|
|
256 (isearch-mode-map): Define M-y.
|
|
257 (isearch-yank-kill): New function.
|
|
258
|
|
259 * prim/keydefs.el: Don't bind `C-x C-n' to `set-goal-column';
|
|
260 don't disable `set-goal-column'.
|
|
261
|
|
262 * mule/mule-init.el (ctl-x-map): Use `C-x C-n' as mule-prefix,
|
|
263 instead of `C-x C-k'.
|
|
264
|
102
|
265 Wed Feb 26 18:09:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
266
|
|
267 * x11/x-menubar.el (default-menubar): `FAQ' should be `FAQ
|
|
268 (local)' in Help menu.
|
|
269
|
|
270 Mon Feb 24 18:33:38 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
271
|
|
272 * mule/mule-debug.el (describe-coding-system): Ported from
|
|
273 Mule to XEmacs.
|
|
274
|
|
275 * mule/mule-x-init.el (x-use-halfwidth-roman-font): New
|
|
276 function:
|
|
277 "Maybe set charset registry of the 'ascii charset to ROMAN-REGISTRY.
|
|
278
|
|
279 Do this only if:
|
|
280 - the current display is an X device
|
|
281 - the displayed width of FULLWIDTH-CHARSET is twice the displayed
|
|
282 width of the 'ascii charset, but only when using ROMAN-REGISTRY.
|
|
283
|
|
284 Traditionally, Asian characters have been displayed so that they
|
|
285 occupy exactly twice the screen space of ASCII (`halfwidth')
|
|
286 characters. On many systems, e.g. Sun CDE systems, this can only be
|
|
287 achieved by using a national variant roman font to display ASCII."
|
|
288
|
100
|
289 Sun Feb 23 12:56:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
290
|
|
291 * edebug/edebug.el: Synch up with Emacs 19.34.
|
|
292
|
|
293 * prim/itimer-autosave.el (auto-save-timeout): Increase to 960.
|
|
294
|
|
295 Sat Feb 22 17:11:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
296
|
|
297 * prim/loadup.el: Dump new file itimer-autosave.el.
|
|
298
|
|
299 Sat Feb 22 17:06:32 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
300
|
|
301 * prim/itimer.el: Cleanup, removal of autosave cruft.
|
|
302
|
|
303 Fri Feb 21 09:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
304
|
|
305 * prim/simple.el (line-move-ignore-invisible): Reverse previous
|
|
306 change to make this default to nil again.
|
|
307
|
|
308 Thu Feb 20 14:30:50 1997 Jamie Zawinski <jwz@netscape.com>
|
|
309
|
|
310 * prim/files.el (hack-local-variables-prop-line): New version.
|
|
311
|
|
312 Thu Feb 20 11:14:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
313
|
|
314 * prim/files.el: Delete definition of dired-kept-versions.
|
|
315
|
|
316 * prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)
|
|
317
|
|
318 Wed Feb 19 15:47:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
319
|
|
320 * packages/vc.el (diff-switches): Restore since this global
|
|
321 variable went away with the passing of ange-ftp.
|
|
322
|
|
323 * utils/autoload.el (generate-file-autoloads-1): Don't let
|
|
324 find-file-hooks be run.
|
|
325 (update-file-autoloads): Ditto.
|
|
326 (update-autoloads-from-directory): Ditto.
|
|
327
|
|
328 * x11/x-menubar.el (default-menubar): Correct unguarded reference
|
|
329 to fast-lock-mode variable.
|
|
330
|
|
331 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
332
|
110
|
333 * utils/eldoc.el (eldoc-message-commands): Doc fixes.
|
100
|
334 (eldoc-message): Make function, not macro.
|
|
335
|
110
|
336 * utils/eldoc.el (eldoc-last-message): New internal variable.
|
100
|
337 (eldoc-mode): Initialize it to nil.
|
|
338 (eldoc-message): Use it.
|
|
339 (eldoc-print-current-symbol-info): Use it.
|
|
340
|
110
|
341 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
|
100
|
342 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
|
|
343 idle timers in Emacs.
|
|
344
|
110
|
345 * utils/eldoc.el (eldoc-message-commands-table-size): New constant.
|
100
|
346 (eldoc-add-command): Use it to initialize eldoc-message-commands.
|
|
347
|
110
|
348 * utils/eldoc.el (eldoc-display-message-no-interference-p): New
|
|
349 function.
|
100
|
350 (eldoc-display-message-p): Use it.
|
|
351
|
110
|
352 * utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
|
100
|
353 Arg sym no longer optional.
|
|
354 Do not initialize arg if nil.
|
|
355
|
110
|
356 * utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted.
|
100
|
357 (eldoc-beginning-of-sexp): New function.
|
|
358 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
|
|
359 Use eldoc-current-symbol to get symbol at point.
|
|
360
|
110
|
361 * utils/eldoc.el
|
|
362 (eldoc-function-argstring-from-docstring-method-table): Forge
|
|
363 docstrings for `and', `or', `list', `+', and `-'.
|
100
|
364
|
110
|
365 * utils/eldoc.el (eldoc-add-command-completions): New function.
|
100
|
366 (eldoc-add-command): Take list of args.
|
|
367 No longer interactive.
|
|
368 (eldoc-remove-command-completions): New function.
|
|
369 (eldoc-remove-command): Take list of args.
|
|
370 No longer interactive.
|
|
371
|
110
|
372 * utils/eldoc.el: Initialize eldoc-message-commands using
|
100
|
373 eldoc-add-command-completions.
|
|
374
|
110
|
375 * utils/eldoc.el (eldoc-display-message-p): New function.
|
100
|
376 Return nil if cursor-in-echo-area, or using idle timers and a
|
|
377 command is still active.
|
|
378 (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
|
|
379
|
|
380 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se>
|
|
381
|
|
382 * packages/paren.el (paren-highlight): Minor typo correction.
|
|
383
|
|
384 Tue Feb 18 13:05:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
385
|
|
386 * prim/loadup.el: Dump new file custom-xmas.
|
|
387
|
|
388 Mon Feb 17 21:01:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
389
|
|
390 * prim/help.el (function-compatible-p): New function.
|
|
391 (function-compatibility-doc): New function.
|
|
392 (describe-function-1): Use them.
|
|
393 (variable-compatible-p): New function.
|
|
394 (variable-compatibility-doc): New function.
|
|
395 (describe-variable): Use them.
|
|
396
|
|
397 Mon Feb 17 19:12:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
398
|
|
399 * prim/obsolete.el (x-color-values): Added for Emacs
|
|
400 compatibility.
|
|
401
|
|
402 Mon Feb 17 18:11:24 1997 Michael Kifer <kifer@CS.SunySB.EDU>
|
|
403
|
|
404 * prim/files.el (file-remote-p): Force load of EFS if not already
|
|
405 loaded.
|
|
406
|
|
407 Mon Feb 17 17:45:23 1997 Bob Weiner <weiner@infodock.com>
|
|
408
|
|
409 * modes/lisp-mode.el (eval-last-sexp): Do something special if
|
|
410 evaluating (interactive ...).
|
|
411
|
|
412 Sun Feb 16 21:49:18 1997 Bjorn Victor <Bjorn.Victor@DoCS.UU.SE>
|
|
413
|
|
414 * utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
|
|
415 face is neither nil nor cons.
|
|
416
|
|
417 Sun Feb 16 14:26:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
418
|
|
419 * prim/loadup.el: Try not dumping font.elc.
|
|
420
|
|
421 * prim/obsolete.el (display-column-mode): Remove column.el and
|
|
422 leave a forwarding address.
|
|
423
|
|
424 Sat Feb 15 23:21:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
425
|
|
426 * prim/minibuf.el (read-from-minibuffer): Don't put evaluated
|
|
427 expressions in the minibuffer history list.
|
|
428
|
|
429 Sat Feb 15 22:57:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
430
|
|
431 * packages/scroll-in-place.el (scroll-signal-boundary-error):
|
|
432 Allow user to suspend error signals.
|
|
433
|
|
434 Sat Feb 15 21:43:49 1997 John Turner <turner@branagh.ta52.lanl.gov>
|
|
435
|
|
436 * packages/column.el (current-line): Correct defaults for starting
|
|
437 at 1, remove an obsolete variable.
|
|
438
|
|
439 Sat Feb 15 20:17:46 1997 Hal Peterson <hrp@netstar.com>
|
|
440
|
|
441 * packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
|
|
442 `cvs log'
|
|
443
|
|
444 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
445
|
|
446 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
447 macro.
|
|
448
|
|
449 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
450
|
|
451 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
452 macro.
|
|
453 (edmacro-fix-menu-commands): Would bug out on 'control, etc.
|
|
454 (edmacro-events-to-keys): New function.
|
|
455 (edmacro-format-keys): Use it.
|
|
456 (edmacro-finish-edit): Compare to macros, not strings.
|
|
457 (edmacro-fkeys): New function.
|
|
458 (edmacro-format-keys): Use it.
|
|
459 (edit-kbd-macro): Tweak.
|
|
460
|
98
|
461 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
462
|
|
463 * packages/info.el: Don't call switch-to-buffer if the Info frame
|
|
464 is being deleted.
|
|
465
|
|
466 Sat Feb 15 12:07:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
467
|
|
468 * prim/simple.el (previous-line): Allow escape from signaled error
|
|
469 on buffer boundary.
|
|
470 (next-line): Ditto.
|
|
471
|
|
472 Sat Feb 15 11:05:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
473 * utils/redo.el: made before and after status messages so that
|
|
474 the user is aware if a long action is still being processed.
|
|
475
|
|
476 rolled version number up to 1.00, since the package seems to be
|
|
477 stable.
|
|
478
|
|
479 cosmetic changes so the file could be included in the XEmacs
|
|
480 distribution.
|
|
481
|
|
482 Sat Feb 15 11:13:05 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
483
|
|
484 * prim/simple.el (line-move-ignore-invisible): Change default to
|
|
485 t.
|
|
486
|
|
487 Sat Feb 15 01:04:21 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
488
|
|
489 * prim/macros.el: Removed. Superseded by new version in
|
|
490 edmacro.el.
|
|
491
|
|
492 Fri Feb 14 23:29:16 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
493
|
|
494 * modes/executable.el (executable-set-magic): Correct for the #!
|
|
495 getting lost.
|
|
496
|
|
497 Fri Feb 14 23:10:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
498
|
|
499 * prim/modeline.el (modeline-modified-map): Call
|
|
500 vc-toggle-read-only instead of toggle-read-only to be consistent
|
|
501 with override of `C-x C-q'.
|
|
502
|
|
503 Fri Feb 14 16:11:10 1997 Jonathon Edwards <edwards@intranet.com>
|
|
504
|
|
505 * packages/blink-cursor.el (blink-cursor-post-command-hook): stop
|
|
506 cursor blink momentarily after receiving user input.
|
|
507
|
|
508 Fri Feb 14 15:26:38 1997 Jacques Duthen <duthen@club-internet.fr>
|
|
509
|
|
510 * x11/x-menubar.el (default-menubar): mine goes into games menu.
|
|
511
|
|
512 Thu Feb 13 22:16:09 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
513
|
|
514 * prim/files.el (recover-session-finish): Modify for efs.
|
|
515
|
|
516 Thu Feb 13 21:23:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
517
|
|
518 * prim/files.el (file-remote-p): New function.
|
|
519
|
|
520 * sunpro/sunpro-load.el: Do not dump mime-setup under any
|
|
521 circumstances.
|
|
522
|
|
523 Thu Feb 13 17:58:09 1997 Richard Mlynarik <mly@adoc.xerox.com>
|
|
524
|
|
525 * prim/obsolete.el (insert-before-markers-and-inherit): Correct
|
|
526 typo.
|
|
527
|
|
528 Wed Feb 12 17:48:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
529
|
|
530 * comint/gdb.el (gdb-control-c-subjob): Nuke this loser.
|
|
531
|
|
532 Wed Feb 12 13:58:01 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
533
|
|
534 * utils/edmacro.el: New file.
|
|
535
|
|
536 Wed Feb 12 09:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
537
|
|
538 * prim/sound.el (load-sound-file): Update documentation of
|
|
539 restrictions on what machines XEmacs can play sound on.
|
|
540
|
|
541 Tue Feb 11 09:39:25 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
542
|
|
543 * prim/glyphs.el (init-glyphs): Correct autodetection to find
|
|
544 GIF89. Look for PNG.
|
|
545
|
|
546 Mon Feb 10 21:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
547
|
|
548 * prim/frame.el (show-temp-buffer-in-current-frame): Conditional
|
|
549 shrink-to-fit behavior on `temp-buffer-shrink-to-fit'.
|
|
550
|
|
551 * packages/apropos.el (apropos-print): Ditto.
|
|
552
|
|
553 * prim/lisp.el (lisp-complete-symbol): Ditto.
|
|
554
|
|
555 * prim/help.el (with-displaying-help-buffer): Ditto.
|
|
556
|
|
557 Mon Feb 10 20:58:19 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
558
|
|
559 * x11/x-toolbar.el: Allow customization of toolbar functions by
|
|
560 customizable variables.
|
|
561
|
|
562 Mon Feb 10 14:58:05 1997 Greg Klanderman <greg@alphatech.com>
|
|
563
|
|
564 * comint/gdb.el (gdb-mode): Correct setting of obsolete hook.
|
|
565
|
|
566 Sun Feb 9 19:55:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
567
|
|
568 * prim/obsolete.el (define-compatible-variable-alias): New function.
|
|
569 (define-compatible-variable-alias): New function.
|
|
570 .*mode-line.*, frame-parameters, modify-frame-parameters,
|
|
571 x-display-.* all made compatible not obsolete.
|
|
572
|
|
573 * bytecomp/bytecomp.el (byte-compile-variable-ref): Warn for
|
|
574 compatibility symbols.
|
|
575 (byte-compile-compatible): New function.
|
|
576
|
|
577 * bytecomp/bytecomp-runtime.el (make-compatible): New function.
|
|
578 (make-compatible-variable): New function.
|
|
579
|
|
580 Sun Feb 9 19:14:25 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
581
|
|
582 * utils/redo.el: New file.
|
|
583
|
|
584 * utils/floating-toolbar.el: New file.
|
|
585
|
|
586 Sun Feb 9 15:19:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
587
|
|
588 * custom/custom.el: Remove ;;;###autoloads since this file is
|
|
589 dumped with XEmacs.
|
|
590
|
|
591 Sun Feb 9 00:28:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
592
|
|
593 * custom/widget.el: New file.
|
|
594
|
|
595 * custom/widget-example.el: New file.
|
|
596
|
|
597 * custom/widget-edit.el: New file.
|
|
598
|
|
599 * custom/custom.el: New file.
|
|
600
|
|
601 * custom/custom-edit.el: New file.
|
|
602
|
96
|
603 Fri Feb 7 03:09:32 1997 Alastair Burt <burt@dfki.uni-sb.de>
|
|
604
|
|
605 * bytecomp/bytecomp.el (byte-compile-insert-header): Correct
|
|
606 typo.
|
|
607
|
|
608 Thu Feb 6 17:14:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
609
|
|
610 * packages/font-lock.el (font-lock-fontify-keywords-region):
|
|
611 Correct bounds checking in case the keywords regexp is not
|
|
612 properly anchored.
|
|
613
|
|
614 * packages/ps-print.el: Update maintainer address.
|
|
615
|
|
616 Thu Feb 6 12:35:39 1997 Bill Dubuque <wgd@martigny.ai.mit.edu>
|
|
617
|
|
618 * cl/cl-macs.el (cl-do-proclaim): Correct addition of bound
|
|
619 variables to `byte-compile-bound-variables'.
|
|
620
|
|
621 Thu Feb 6 01:07:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
622
|
|
623 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
624 Reverse previous patch.
|
|
625
|
|
626 * prim/minibuf.el (use-dialog-box): Rename from
|
|
627 should-use-dialog-box.
|
|
628 (should-use-dialog-box-p): Use it.
|
|
629
|
|
630 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
631 cell is not a cons when the cl declare macro is used.
|
|
632
|
|
633 Wed Feb 5 21:37:13 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
634
|
|
635 * modes/cperl-mode.el: Provide 'cperl-mode.
|
|
636
|
94
|
637 Tue Feb 4 11:51:25 1997 Greg Klanderman <greg@alphatech.com>
|
|
638
|
|
639 * modes/make-mode.el: Remove `makefile-runtime-macros-list' from
|
|
640 `makefile-macro-table'.
|
|
641
|
|
642 Tue Feb 4 11:06:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
643
|
|
644 * packages/metamail.el (metamail-region): *junet* coding system
|
|
645 name changed to 'junet.
|
|
646
|
|
647 Mon Feb 3 22:34:09 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
648
|
|
649 * iso/iso-acc.el: Critical Bug fix.
|
|
650 Add ISO-8859-3 support to iso-acc.el, as suggested by Dale
|
|
651 Gulledge.
|
|
652
|
|
653 Mon Feb 3 17:11:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
654
|
|
655 * modes/make-mode.el (makefile-browser-format-macro-line): Remove
|
|
656 redundant (and wrong) format statement.
|
|
657
|
88
|
658 Fri Jan 31 21:38:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
659
|
|
660 * psgml/psgml-html.el (html-auto-sgml-entity-conversion): Allow
|
|
661 user control over automatic sgml entity to ISO-8859-1 conversion.
|
|
662
|
|
663 Fri Jan 31 09:50:51 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
664
|
|
665 * x11/x-toolbar.el (toolbar-mail-commands-alist): Updated with a
|
|
666 lot of new mailer possiblities.
|
|
667
|
|
668 Fri Jan 31 09:28:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
669
|
|
670 * x11/x-font-menu.el (reset-device-font-menus): Correct guard on
|
|
671 charset-registry call.
|
|
672
|
|
673 Fri Jan 31 00:21:07 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
674
|
|
675 * packages/font-lock.el (font-lock-mode): Don't remove the
|
|
676 `font-lock-pre-idle-hook' from `pre-idle-hook'.
|
|
677
|
|
678 Thu Jan 30 22:43:43 1997 David Moore <dmoore@UCSD.EDU>
|
|
679
|
|
680 * packages/compile.el: Speed up regexps.
|
|
681 (compilation-parse-errors): replace re-search-forward with
|
|
682 something faster.
|
|
683
|
|
684 Thu Jan 30 20:33:56 1997 Hvoje Niksic <hniksic@srce.hr>
|
|
685
|
|
686 * x11/x-toolbar.el
|
|
687 (toolbar-open,toolbar-dired,toolbar-save,toolbar-print,toolbar-cut,toolbar-copy,toolbar-paste,toolbar-undo,toolbar-replace):
|
|
688 New functions.
|
|
689 (toolbar-news): Allow running without separate frame.
|
|
690 (toolbar-mail-commands-alist): New variable.
|
|
691 (toolbar-mail-reader): Ditto.
|
|
692 (toolbar-mail): Use them.
|
|
693
|
|
694 * x11/x-menubar.el: Shorten help menu item names.
|
|
695
|
|
696 Thu Jan 30 17:22:15 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
697
|
|
698 * iso/iso-acc.el: Accept accents in isearch.
|
|
699
|
|
700 Wed Jan 29 22:25:38 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
701
|
|
702 * packages/ps-print.el: Make postscript files generated by
|
|
703 ps-print conformant to Adobe DSC specification.
|
|
704
|
86
|
705 Mon Jan 27 21:45:17 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
706
|
|
707 * dired/ange-ftp.el (ange-ftp-write-region): Changes for jka-compr.
|
|
708
|
|
709 * packages/jka-compr.el (jka-compr-write-region): Convert to 20.0
|
|
710 write-region interface.
|
|
711
|
|
712 Mon Jan 27 19:09:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
713
|
|
714 * prim/about.el (about-xemacs): Updated to reflect change of
|
|
715 management.
|
|
716
|
|
717 Mon Jan 27 13:25:17 1997 William M. Perry <wmperry@aventail.com>
|
|
718
|
|
719 * packages/man.el (Manual-entry-switches): Don't default to -s.
|
|
720
|
|
721 Sun Jan 26 16:27:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
722
|
|
723 * bytecomp/byte-optimize.el (byte-compile-inline-expand):
|
|
724 Correctly refresh the pointer to a symbol being autoloaded prior
|
|
725 to inline.
|
|
726
|
|
727 Sun Jan 26 13:57:22 1997 Bob Weiner <weiner@infodock.com>
|
|
728
|
|
729 * prim/about.el (about-xemacs-xref): Update bio.
|
|
730
|
|
731 Sat Jan 25 22:58:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
732
|
|
733 * x11/x-menubar.el (default-menubar): Update ps-paper-type options
|
|
734 for new ps-print.el.
|
|
735
|
84
|
736 Thu Jan 23 01:40:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
737
|
|
738 * psgml/psgml-html.el (html-mode): Set up friendlier syntax
|
|
739 table.
|
|
740
|
|
741 * psgml/psgml.el (sgml-running-xemacs): Remove
|
|
742 sgml-mode-syntax-table since it has been superseded.
|
|
743
|
82
|
744 Thu Jan 9 13:32:01 1997 Jacques Duthen Prestataire <duthen@cegelec-red.fr>
|
|
745
|
|
746 * ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
|
|
747 <simon@gnu.ai.mit.edu>
|
|
748 (ps-print-version): Fix value.
|
|
749 (cl lisp-float-type): Require them.
|
|
750 (ps-number-of-columns ps-*-font-size): Try to select defaults
|
|
751 better suited when `ps-landscape-mode' is non-nil.
|
|
752 (ps-*-faces): Change default for Font Lock mode faces when
|
|
753 `ps-print-color-p' is nil.
|
|
754 (ps-right-header): Replace `time-stamp-yy/mm/dd'
|
|
755 by `time-stamp-mon-dd-yyyy'.
|
|
756 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
|
|
757 (ps-generate-postscript-with-faces): Replace `ps-sorter' by
|
|
758 `car-less-than-car'.
|
|
759 (ps-plot ps-generate): Replace `%d' by `%3d'.
|
|
760
|
|
761 Wed Jan 22 15:32:39 1997 Greg Klanderman <greg@alphatech.com>
|
|
762
|
|
763 * modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
|
|
764 minibuffer earlier than the first received event.
|
|
765
|
|
766 Wed Jan 22 15:29:08 1997 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
767
|
|
768 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
|
|
769 menu-bar lookup fails.
|
|
770
|
|
771 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
772
|
|
773 * lisp/x11/x-font-menu.el: Make font menus work better in a
|
|
774 Japanese environment.
|
|
775
|
|
776 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
777
|
|
778 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.
|
|
779
|
|
780 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
781
|
|
782 * man.el (Manual-mode): Don't mess with scrollbars if they aren't
|
|
783 present.
|
|
784
|
|
785 Tue Jan 21 19:52:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
786
|
|
787 * utils/timezone.el (timezone-parse-date): Fix Y2K bug.
|
|
788
|
|
789 Tue Jan 21 19:32:44 1997 Barry A. Warsaw <bwarsaw@anthem.cnri.reston.va.us>
|
|
790
|
|
791 * prim/files.el (hack-local-variables-prop-line): XEmacs should
|
|
792 not query to set local variables in the -*- line if there aren't
|
|
793 any to set!
|
|
794
|
|
795 Thu Jan 16 18:24:20 1997 Steven L Baur <steve@miranova.com>
|
|
796
|
|
797 * psgml/psgml.el: Use newer interface form for nsgmls.
|
|
798
|
|
799 Thu Jan 16 04:06:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
800
|
|
801 * comint/telnet.el (rsh): (Mostly) correct dealing with detection
|
|
802 of password prompt at login.
|
|
803
|
|
804 Thu Jan 16 03:28:25 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
805
|
|
806 * modes/view.el (View-scroll-lines-forward): Correct format typo.
|
|
807
|
|
808 Mon Jan 13 22:50:23 1997 David Moore <dmoore@UCSD.EDU>
|
|
809
|
|
810 * packages/compile.el: Clean up regexps.
|
|
811
|
|
812 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
813
|
|
814 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.
|
|
815
|
108
|
816 Sun Jan 12 18:49:30 1997 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
82
|
817
|
|
818 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
|
|
819 alias
|
|
820 Import definition of `truncate-string-to-width' from Emacs/mule-delta.
|
|
821
|
|
822 Sun Jan 12 13:57:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
823
|
|
824 * prim/window.el (shrink-window-if-larger-than-buffer): Don't let
|
|
825 readjusted window change the buffer order stack.
|
|
826
|
|
827 Sat Jan 11 20:12:47 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
828
|
|
829 * utils/finder.el (finder-insert-at-column): Correct off-by-one
|
|
830 error affecting long file names.
|
|
831
|
80
|
832 Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com>
|
|
833
|
|
834 * utils/bench.el: New version.
|
|
835
|
|
836 Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
837
|
|
838 * packages/man.el (Manual-entry-switches): New variable.
|
|
839 (Manual-apropos-switches): New variable.
|
|
840 (Manual-run-formatter): Use them.
|
|
841
|
|
842 Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com>
|
|
843
|
|
844 * modes/make-mode.el: Allow disabling of suspicious line warnings
|
|
845 allow macro pickup when a macro is entered normally
|
|
846 add the runtime macros to the completion list so confirmation is
|
|
847 not necessary when minibuffer-confirm-incomplete is t.
|
|
848 (these last two only in effect when makefile-electric-keys=t)
|
|
849
|
|
850 Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
851
|
|
852 * mule/mule-files.el (file-coding-system-alist): Default to 8 bit
|
|
853 on .el and .info files.
|
|
854
|
|
855 Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
856
|
|
857 * prim/help.el (help-mode-quit): Correct typo in docstring.
|
|
858 (help-mode-quit): Bury help buffer before restoring previous
|
|
859 window configuration.
|
|
860
|
|
861 Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
862
|
|
863 * x11/x-menubar.el (default-menubar): Include enriched.doc in the
|
|
864 samples in the help menu.
|
|
865
|
|
866 Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
867
|
|
868 * x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
|
|
869 (toolbar-news): Use it.
|
|
870
|
|
871 Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
872
|
|
873 * x11/x-compose.el (global-map): Keysyms use `-' not `_'.
|
|
874
|
|
875 Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
876
|
|
877 * comint/telnet.el (telnet-initial-filter): Enable
|
|
878 case-fold-search.
|
|
879 (telnet-maximum-count): Bump up to 6, since 4 does not always
|
|
880 appear to be enough.
|
|
881
|
|
882 Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu>
|
|
883
|
|
884 * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
|
|
885 has been renamed to no-conversion.
|
|
886 (sgml-bdtd-merge): Ditto.
|
|
887 (sgml-push-to-entity): Ditto.
|
|
888
|
|
889 Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
890
|
|
891 * utils/loadhist.el (symbol-file): Make interactive.
|
|
892
|
|
893 Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com>
|
|
894
|
|
895 * packages/avoid.el (mouse-avoidance-mode): autoload.
|
|
896
|
|
897 * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
|
|
898 mode option.
|
|
899
|
78
|
900 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
901
|
|
902 * prim/faces.el (init-other-random-faces): Guard against adding
|
|
903 modeline buffer tty face if no tty support.
|
|
904
|
|
905 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com>
|
|
906
|
|
907 * packages/backup-dir.el: Added to distribution.
|
|
908
|
|
909 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
910
|
|
911 * gnus/gnus-setup.el: Updated to gracefully handle installed
|
|
912 auxilliary packages like tm, and handle eventual integration of
|
|
913 Red Gnus/Gnus 5.4.
|
|
914
|
|
915 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
916
|
|
917 * packages/gnuserv.el (gnuserv-frame): Autoload.
|
|
918
|
|
919 * x11/x-menubar.el (default-menubar): Add option to control gnuserv
|
|
920 creating a new frame.
|
|
921 (options-menu-saved-forms): Ditto.
|
|
922
|
|
923 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
924
|
|
925 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
|
|
926 feature test on 'scrollbar.
|
|
927
|
|
928 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
929
|
|
930 * packages/mic-paren.el (paren-activate): Update to v1.2.
|
|
931
|
|
932 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu>
|
|
933
|
|
934 * x11/x-menubar.el (default-menubar): Add require-final-newline
|
|
935 and next-line-add-newlines as options in the options menu.
|
|
936 (options-menu-saved-forms): Ditto.
|
|
937
|
|
938 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com>
|
|
939
|
|
940 * prim/simple.el (blink-matching-open): Make sure point is visible
|
|
941 when blinking.
|
|
942
|
|
943 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
944
|
|
945 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
|
|
946 synch up.
|
|
947 (occur-mode-map): Ditto.
|
|
948
|
|
949 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
950
|
|
951 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
|
|
952 sgml-top-tree. Needed by sgml-open-element.
|
|
953
|
|
954 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
955
|
|
956 * Version 1.0 released.
|
|
957
|
|
958 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
959
|
|
960 * psgml.el (sgml-mode): modify mode-line-format with subst, don't
|
|
961 replicate the whole format in the code.
|
|
962
|
|
963 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
964
|
|
965 * psgml-parse.el (sgml-external-file): Try to find system
|
|
966 identifiers using the sgml-public-map
|
|
967 if sgml-system-identifiers-are-preferred; this way that flag will
|
|
968 have effect even if the sgml-public-map contains `%s'.
|
|
969 (sgml-final): moved to be defined before use.
|
|
970
|
|
971 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
|
|
972 character references to character number above 255 by leaving a
|
|
973 character reference in then parsed entity text.
|
|
974
|
|
975 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk>
|
|
976
|
|
977 * psgml-other.el (sgml-set-face-for): Nullify
|
|
978 {after,before}-change-functions as well as (obsolete)
|
|
979 {after,before}-change-function.
|
|
980
|
|
981 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
982
|
|
983 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
|
|
984 prior to starting gdb.
|
|
985
|
|
986 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
987
|
|
988 * comint/telnet.el (telnet-check-software-type-initialize): Remove
|
|
989 default in cond (which allows special treatment of password prompt
|
|
990 to work).
|
|
991
|
|
992 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
993
|
|
994 * packages/gnuserv.el (server-edit): Add option to allow killing
|
|
995 last visible frame.
|
|
996
|
|
997 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
998
|
|
999 * prim/files-nomule.el: Add trailing newline.
|
|
1000
|
|
1001 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org>
|
|
1002
|
|
1003 * modes/perl-mode.el: Add (provide 'perl-mode).
|
|
1004
|
|
1005 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1006
|
|
1007 * ilisp/Makefile (elc): Be a little smarter about recompilation.
|
|
1008
|
|
1009 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1010
|
|
1011 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.
|
|
1012
|
76
|
1013 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1014
|
|
1015 * x11/x-menubar.el (default-menubar): Move Frame-local font menu
|
|
1016 option to Frame Appearance submenu.
|
|
1017
|
|
1018 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1019
|
|
1020 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
|
|
1021 nil, because everyone was confused by it defaulting to t.
|
|
1022
|
|
1023 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
1024
|
|
1025 * prim/sort.el (sort-subr): Document use of `sort-fold-case'.
|
|
1026 (sort-lines): Ditto.
|
|
1027 (sort-paragraphs): Ditto.
|
|
1028 (sort-pages): Ditto.
|
|
1029 (sort-regexp-fields): Ditto.
|
|
1030 (sort-numeric-fields): Ditto.
|
|
1031 (sort-regexp-fields): Ditto.
|
|
1032 (sort-columns): Ditto.
|
|
1033 (sort-regexp-fields): Use compare-buffer-substrings if available.
|
|
1034
|
|
1035 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu>
|
|
1036
|
|
1037 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
|
|
1038 expansion from happening multiple times.
|
|
1039
|
|
1040 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1041
|
|
1042 * prim/help.el (help-for-help): Don't confuse help character `b'
|
|
1043 with scrolling character `b' in view-less help buffer.
|
|
1044
|
|
1045 * packages/scroll-in-place.el: Synch with 19.15.
|
|
1046
|
|
1047 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1048
|
|
1049 * x11/x-menubar.el (xemacs-splash-buffer): New function.
|
|
1050 (default-menubar): Use it.
|
|
1051 (default-menubar): Reorganize help menus.
|
|
1052
|
|
1053 * prim/startup.el (startup-message-timeout): More or less disable
|
|
1054 the timeout of the splash screen.
|
|
1055
|
|
1056 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's
|
|
1057 Rosetta Man patch.
|
|
1058 (Manual-nuke-nroff-bs): Use it.
|
|
1059
|
|
1060 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1061
|
|
1062 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
|
|
1063 buffer to fit.
|
|
1064
|
|
1065 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1066
|
|
1067 * utils/delbackspace.el: Correct rebindings so they work properly
|
|
1068 when cc-mode is not dumped with XEmacs.
|
|
1069
|
|
1070 * packages/apropos.el (apropos-print): Minimize size of *Apropos*
|
|
1071 window if it is small.
|
|
1072
|
|
1073 * prim/lisp.el (lisp-complete-symbol): Minimize size of
|
|
1074 *Completions* window.
|
|
1075
|
|
1076 * prim/help.el (with-displaying-help-buffer): (Based on an idea
|
|
1077 from Sudish Joseph) minimize size of displayed help window.
|
|
1078
|
|
1079 * modes/fortran.el (fortran-window-create-momentarily): Fix
|
|
1080 lossage from synch with Emacs 19.34.
|
|
1081 (fortran-abbrev-start): Ditto.
|
|
1082
|
|
1083 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
1084
|
|
1085 * x11/x-toolbar.el (toolbar-news): Check whether this is the last
|
|
1086 frame before deleting it.
|
|
1087
|
|
1088 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com>
|
|
1089
|
|
1090 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
|
|
1091 as well as linefeeds.
|
|
1092
|
|
1093 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism
|
|
1094 in setting unread-command-events.
|
|
1095
|
|
1096 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com>
|
|
1097
|
|
1098 * packages/font-lock.el: Update Java support.
|
|
1099
|
|
1100 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1101
|
|
1102 * packages/fontl-hooks.el: Add provide (synch with 19.15).
|
|
1103
|
|
1104 * x11/x-toolbar.el: Don't quote lambda macro.
|
|
1105
|
|
1106 * packages/session.el: Removed from distribution.
|
|
1107
|
|
1108 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
1109
|
|
1110 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
1111
|
74
|
1112 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1113
|
|
1114 * packages/compile.el (compilation-error-regexp-alist): Complete
|
|
1115 fix for lossage on bad regexps.
|
|
1116
|
|
1117 * prim/loadup.el: Remove cc-mode as a dumped package.
|
|
1118
|
|
1119 * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.
|
|
1120
|
|
1121 * prim/minibuf.el (minibuffer-complete-word): Correct an ebola
|
|
1122 infection that caused incorrect interpretation of SPC in the
|
|
1123 minibuffer.
|
|
1124
|
|
1125 Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
1126
|
|
1127 * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
|
|
1128 Add Show all item.
|
|
1129
|
|
1130 Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
1131
|
|
1132 * prim/files.el: Make enable-local-variables 'ask-me behave sanely.
|
|
1133
|
|
1134 Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1135
|
|
1136 * prim/simple.el (next-line-add-newlines): Now defaults to nil.
|
|
1137
|
|
1138 Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
1139
|
|
1140 * utils/bench.el (bench-mark-13): Added.
|
|
1141
|
|
1142 Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1143
|
|
1144 * mule/mule-coding.el: Change charset names.
|
|
1145
|
|
1146 * mule/japanese-hooks.el: Change charset names.
|
|
1147
|
|
1148 * mule/hebrew-hooks.el: Change charset names.
|
|
1149 Remove quail hooks.
|
|
1150
|
|
1151 * mule/greek-hooks.el: Change charset names.
|
|
1152 Remove quail hooks.
|
|
1153
|
|
1154 * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
|
|
1155 charset names.
|
|
1156 Remove quail hooks.
|
|
1157
|
|
1158 * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
|
|
1159 Remove quail hooks.
|
|
1160
|
|
1161 * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
|
|
1162 Use chinese-gb2312.
|
|
1163 Remove quail hooks.
|
|
1164 (chinese): Comment out code for egg.
|
|
1165
|
|
1166 * mule/thai-hooks.el: Use thai-tis620.
|
|
1167 (thai): Prefer macro definition of lambda.
|
|
1168
|
|
1169 * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
|
|
1170 censorship.
|
|
1171
|
|
1172 * prim/obsolete.el (wholenump): New obsolete alias.
|
|
1173
|
|
1174 * prim/simple.el (comment-indent-function): Use macro definition
|
|
1175 of (lambda () ...).
|
|
1176
|
|
1177 * prim/replace.el (list-matching-lines): Remove redundant
|
|
1178 (message (format ...))
|
|
1179
|
|
1180 * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
|
|
1181 a dumped package).
|
|
1182
|
|
1183 Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1184
|
|
1185 * comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
|
|
1186 (telnet-check-software-type-initialize): Cleanup from Synch.
|
|
1187
|
|
1188 Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1189
|
|
1190 * packages/buff-menu.el (list-buffers-directory): autoload.
|
|
1191
|
|
1192 Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1193
|
|
1194 * electric/ebuff-menu.el (electric-buffer-list): Restore behavior
|
|
1195 of using prefix argument.
|
|
1196
|
|
1197 * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
|
|
1198 kp-\1.
|
|
1199
|
|
1200 * emulators/tpu-edt.el: Ditto.
|
|
1201
|
|
1202 * x11/x-win-sun.el: Ditto.
|
|
1203
|
|
1204 * x11/x-iso8859-1.el: Ditto.
|
|
1205
|
|
1206 * term/tvi970.el: Ditto.
|
|
1207
|
|
1208 * term/news.el: Ditto.
|
|
1209
|
|
1210 * term/lk201.el: Ditto.
|
|
1211
|
|
1212 * term/linux.el: Ditto.
|
|
1213
|
|
1214 * prim/keydefs.el: Ditto.
|
|
1215
|
|
1216 * prim/events.el: Ditto.
|
|
1217
|
|
1218 * packages/icomplete.el (icomplete-get-keys): Ditto.
|
|
1219
|
|
1220 * games/gomoku.el (gomoku-mode-map): Ditto.
|
|
1221
|
|
1222 * games/blackbox.el (blackbox-mode-map): Ditto.
|
|
1223
|
|
1224 Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com>
|
|
1225
|
|
1226 * prim/minibuf.el (next-history-element): Remove kludge test on
|
|
1227 minibuffer-history-sexp-flag.
|
|
1228
|
|
1229 * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
|
|
1230 on XEmacsen started on X displays.
|
|
1231
|
|
1232 Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se>
|
|
1233
|
|
1234 * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
|
|
1235 version check to look at major numbers.
|
|
1236 (ilisp-find-top-left-most-window): Ditto.
|
|
1237
|
|
1238 Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1239
|
|
1240 * utils/mail-extr.el (mail-extract-address-components): Don't
|
|
1241 automatically downcase extracted elements. It violates standards.
|
|
1242
|
|
1243 Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1244
|
|
1245 * x11/x-menubar.el (buffers-menu-filter): The buffer menu was
|
|
1246 shortened to `buffers-menu-max-size' items even if
|
|
1247 `buffers-menu-submenus-for-groups-p' is non-nil.
|
|
1248
|
|
1249 Let `buffers-menu-submenus-for-groups-p' be an integer : if there
|
|
1250 are more buffers than this value, use submenus, otherwise not.
|
|
1251
|
|
1252 * packages/vc.el (vc-rename-this-file): New function (was missing,
|
|
1253 but referred to on the menubar).
|
|
1254
|
|
1255 * packages/compile.el (compilation-font-lock-keywords): `defvar'
|
|
1256 instead of `defconst'!
|
|
1257
|
|
1258 * prim/mouse.el (default-mouse-track-normalize-point): Double
|
|
1259 click mouse-1 on sexpr selects the sexpr.
|
|
1260
|
|
1261 * x11/x-menubar.el (options-menu-saved-forms): Fix bug in
|
|
1262 `save-options-menu-settings'.
|
|
1263
|
|
1264 Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1265
|
|
1266 * prim/simple.el (forward-to-indentation): Do not deactivate zmacs
|
|
1267 region on usage.
|
|
1268 (backward-to-indentation): Ditto.
|
|
1269
|
|
1270 Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1271
|
|
1272 * prim/lisp.el (backward-up-list): Do not deactivate zmacs region
|
|
1273 on usage.
|
|
1274
|
|
1275 Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
1276
|
|
1277 * prim/files.el (set-auto-mode): Require a #! signature to set
|
|
1278 mode based on interpreter.
|
|
1279
|
|
1280 Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1281
|
|
1282 * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
|
|
1283 Rosetta Man Patch.
|
|
1284 (Man-cleanup-manpage): Use it.
|
|
1285
|
|
1286 * prim/simple.el (yank): Corrected a mistaken synch with Emacs
|
|
1287 19.34.
|
|
1288
|
|
1289 * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
|
|
1290 syntax entry so update-autoloads doesn't barf.
|
|
1291
|
|
1292 * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
|
|
1293 bindings.
|
|
1294
|
|
1295 Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1296
|
|
1297 * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
|
|
1298 `ps-lpr-switches'.
|
|
1299
|
|
1300 * packages/lpr.el (print-region-1): Allow dynamic expansion of
|
|
1301 `lpr-switches'.
|
|
1302
|
72
|
1303 Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
1304
|
|
1305 * modes/vhdl-mode.el: New File.
|
|
1306
|
|
1307 Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com>
|
|
1308
|
|
1309 * utils/bench.el: New file. Utility for benchmarking emacs
|
|
1310 performance.
|
|
1311
|
|
1312 Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1313
|
|
1314 * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
|
|
1315 bad 19.34 synch patch.
|
|
1316
|
|
1317 * utils/pretty-print.el: New File.
|
|
1318
|
|
1319 Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1320
|
|
1321 * prim/files-nomule.el: Documentation corrections.
|
|
1322
|
|
1323 * prim/files.el: Synch to 19.15/Emacs 19.34.
|
|
1324
|
|
1325 Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1326
|
|
1327 * packages/hexl.el (hexl-mode-map): Corrected obsolescent key
|
|
1328 names introduced in 19.15-b2.
|
|
1329
|
|
1330 Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1331
|
|
1332 * games/yow.el: Sync to GNU Emacs 19.34.
|
|
1333
|
|
1334 * games/studly.el: Documentation fixes.
|
|
1335
|
|
1336 * games/spook.el: Sync to GNU Emacs 19.34.
|
|
1337
|
|
1338 * games/mpuz.el: Sync to GNU Emacs 19.34.
|
|
1339
|
|
1340 * games/life.el: Sync to GNU Emacs 19.34.
|
|
1341
|
|
1342 * games/hanoi.el: Sync to GNU Emacs 19.34.
|
|
1343
|
|
1344 * games/flame.el: Documentation fixes.
|
|
1345
|
|
1346 * games/dunnet.el: Sync to GNU Emacs 19.34.
|
|
1347
|
|
1348 * games/doctor.el: Sync to GNU Emacs 19.34.
|
|
1349
|
|
1350 * games/dissociate.el: Sync to GNU Emacs 19.34.
|
|
1351
|
|
1352 * games/cookie1.el: Sync to GNU Emacs 19.34.
|
|
1353
|
|
1354 * games/conx.el: Documentation fixes.
|
|
1355
|
|
1356 * games/blackbox.el: Sync to GNU Emacs 19.34.
|
|
1357
|
|
1358 * games/NeXTify.el: Documentation fixes.
|
|
1359
|
|
1360 * packages/man.el: New file/replacement from Emacs 19.34.
|
|
1361
|
|
1362 * packages/man-xref.el: New file from Emacs 19.35.
|
|
1363
|
|
1364 * utils/smtpmail.el: New file from Emacs 19.34.
|
|
1365
|
108
|
1366 Fri Dec 6 09:28:04 1996 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
72
|
1367
|
|
1368 * prim/startup.el (set-default-load-path): Set default-load-path
|
|
1369 dynamically since file-detect.el is dumped with XEmacs.
|
|
1370
|
|
1371 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1372
|
|
1373 * emulators/tpu-mapper.el: Total replacement with version in GNU
|
|
1374 Emacs 19.34.
|
|
1375
|
|
1376 * emulators/tpu-extras.el: Total replacement with version in GNU
|
|
1377 Emacs 19.34.
|
|
1378
|
|
1379 * emulators/tpu-edt.el: Total replacement with version in GNU Emacs
|
|
1380 19.34.
|
|
1381
|
|
1382 * comint/history.el: Documentation fixes.
|
|
1383
|
|
1384 * comint/gdb.el: Documentation fixes.
|
|
1385
|
|
1386 * comint/dbx.el: Documentation fixes.
|
|
1387
|
|
1388 * comint/background.el: Documentation fixes.
|
|
1389
|
|
1390 * rmail/rmail-xemacs.el: Documentation fixes.
|
|
1391
|
|
1392 * rmail/rmail-kill.el: Documentation fixes.
|
|
1393
|
|
1394 * emulators/ws-mode.el: Synch up to Emacs 19.34.
|
|
1395
|
|
1396 * emulators/teco.el: Documentation cleanup.
|
|
1397
|
|
1398 * emulators/mlsupport.el: Synch up to Emacs 19.34.
|
|
1399
|
|
1400 * emulators/mlconvert.el: Synch up to Emacs 19.34.
|
|
1401
|
|
1402 * emulators/edt-vt100.el: New file from Emacs 19.34.
|
|
1403
|
|
1404 * emulators/edt-pc.el: New file from Emacs 19.34.
|
|
1405
|
|
1406 * emulators/edt-mapper.el: New file from Emacs 19.34.
|
|
1407
|
|
1408 * emulators/edt-lk201.el: New file from Emacs 19.34.
|
|
1409
|
|
1410 * emulators/edt.el: Synched up to Emacs 19.34.
|
|
1411
|
|
1412 Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1413
|
|
1414 * prim/replace.el (match-string): Use a function instead of a
|
|
1415 macro to be compatible with .elc files compiled under Emacs.
|
|
1416
|
|
1417 Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com>
|
|
1418
|
|
1419 * utils/id-select.el: New file -- Version 1.4.3.
|
|
1420
|
|
1421 Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1422
|
|
1423 * emulators/crisp.el: New file.
|
|
1424
|
|
1425 * emulators/scroll-lock.el: New file.
|
|
1426
|
|
1427 Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1428
|
|
1429 * prim/help.el: A callable library-type function should not
|
|
1430 contain an unprotected print statement. This change implements my
|
|
1431 version of Erik Naggum's statement about locate-library being less
|
|
1432 chatty in Emacs 19.35.
|
|
1433
|
|
1434 Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1435
|
|
1436 * utils/flow-ctrl.el: Synch up to Emacs 19.34.
|
|
1437
|
|
1438 * utils/forms.el: Synch up to Emacs 19.34.
|
|
1439
|
|
1440 * packages/column.el: Allow column numbers to start at one.
|
|
1441
|
|
1442 * prim/userlock.el: Synch up to Emacs 19.34.
|
|
1443
|
|
1444 * prim/paragraphs.el: Synch up to Emacs 19.34.
|
|
1445
|
|
1446 * prim/page.el: Synch up to Emacs 19.34.
|
|
1447
|
|
1448 * prim/options.el: Synch up to Emacs 19.34.
|
|
1449
|
|
1450 * prim/novice.el: Synch up to Emacs 19.34.
|
|
1451
|
|
1452 * prim/rect.el: Sync up to Emacs 19.34.
|
|
1453
|
|
1454 * prim/reposition.el: Synch up to Emacs 19.34.
|
|
1455
|
|
1456 * prim/replace.el: Synch up to Emacs 19.34.
|
|
1457
|
|
1458 * prim/register.el: Synch up to Emacs 19.34.
|
|
1459
|
|
1460 * prim/indent.el: Synch up to Emacs 19.34.
|
|
1461
|
|
1462 * prim/subr.el: Synch up to Emacs 19.34.
|
|
1463
|
|
1464 * prim/simple.el: Synch up to Emacs 19.34.
|
|
1465
|
|
1466 * prim/debug.el: Synch up to Emacs 19.34.
|
|
1467
|
|
1468 * edebug/cl-specs.el: Comment formatting changes.
|
|
1469
|
|
1470 * edebug/cl-read.el: Protect advisement of eval-region from being
|
|
1471 evaluated more than once.
|
|
1472
|
|
1473 Comment formatting changes.
|
|
1474
|
|
1475 * edebug/advise-eval-region.el: New File. Separate out advise for
|
|
1476 eval-region so it is only evaluated once.
|
|
1477
|
|
1478 * packages/icomplete.el: Fix a bug in locating command bound to key.
|
|
1479
|
|
1480 icomplete-exhibit needs to be called in the setup-hook.
|
|
1481
|
|
1482 * packages/apropos.el: Correct a typo in button binding.
|
|
1483
|
|
1484 Fixes the bug where if apropos-label-face is actually defined as
|
|
1485 face, apropos bombs with an error
|
|
1486
|
|
1487 Do a (provide 'apropos), like all packages should.
|
|
1488
|
|
1489 Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
|
|
1490 customization is unnecessarily painful).
|
|
1491
|
|
1492 Redefines the default faces for the various apropos faces so they
|
|
1493 come out in color by default (defaults are based on various
|
|
1494 standard font-lock faces).
|
|
1495
|
|
1496 * version.el: Bumped up to b31.
|
|
1497
|
|
1498
|