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