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