153
|
1 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Naive
|
|
4 port to XEmacs.
|
|
5 (bookmark-bmenu-other-window-with-mouse): Naive port to XEmacs.
|
|
6
|
|
7 * utils/autoload.el (generated-custom-file): custom-load.el
|
|
8 renamed to cus-load.el.
|
|
9
|
|
10 * prim/loadup.el: Don't preload custom-load.elc.
|
|
11
|
|
12 Thu May 29 19:03:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
13
|
|
14 * x11/x-menubar.el (default-menubar): Updated customize entries.
|
|
15
|
|
16 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
17
|
|
18 * prim/about.el (about-xemacs-xref): Update contributors list.
|
|
19
|
|
20 1997-05-28 Steven L Baur <steve@altair.xemacs.org>
|
|
21
|
|
22 * prim/minibuf.el (mouse-file-display-completion-list): Protect
|
|
23 against bogus directory becoming default.
|
|
24 (mouse-directory-display-completion-list): Ditto.
|
|
25
|
|
26 From Per Abrahamsen <abraham@dina.kvl.dk>
|
|
27 * bytecomp/bytecomp.el
|
|
28 (byte-compile-file-form-custom-declare-variable): New function.
|
|
29 (custom-declare-variable): Use it.
|
|
30
|
|
31 * packages/vc.el (vc-directory): dirname typo'ed as dir.
|
|
32
|
|
33 * packages/vc-hooks.el (vc-menu): Remove vc-file-status.
|
|
34 (Toplevel): Remove key definition for vc-file-status.
|
|
35
|
|
36 1997-05-27 Steven L Baur <steve@altair.xemacs.org>
|
|
37
|
|
38 * prim/cus-start.el (Toplevel): Rename factory-value to
|
|
39 standard-value for Custom-1.98.
|
|
40
|
|
41 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
42
|
|
43 * prim/help.el (view-lossage-key-count): New variable.
|
|
44 (view-lossage-message-count): New variable.
|
|
45 (view-lossage): Use them.
|
|
46
|
|
47 From Hrvoje Niksic
|
|
48 * prim/help.el (view-lossage): Use new argument to `recent-keys'.
|
|
49
|
|
50 * cl/cl-macs.el (recent-keys-ring-size): New setf method.
|
|
51
|
|
52 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
53
|
|
54 * prim/process.el (shell-command-to-string): Alias exec-to-string
|
|
55 to more logical name.
|
|
56
|
|
57 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
58
|
|
59 * tm/tm-view.el (mime/content-decoding-condition): Add image/png
|
|
60 mime type.
|
|
61
|
|
62 * tm/tm-image.el (toplevel): Add image/png mime type.
|
|
63
|
|
64 * tm/tm-edit.el (mime-file-types): Add png handling.
|
|
65 (mime-content-types): Ditto.
|
|
66
|
151
|
67 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
68
|
|
69 * prim/files.el (auto-mode-alist): Reorg. Support
|
|
70 pre-processed fortran files. *.m4 files now default to autoconf mode.
|
|
71
|
|
72 * prim/about.el: Promote Hrvoje. Picture still needed...
|
|
73
|
|
74 * modes/ksh-mode.el: _ has symbol syntax.
|
|
75 * modes/m4-mode.el: _ has symbol syntax.
|
|
76 * modes/pascal.el: _ has symbol syntax.
|
|
77 * modes/f90.el: _ has symbol syntax.
|
|
78 * modes/cperl-mode.el: _ has symbol syntax.
|
|
79 * modes/autoconf-mode.el: _ has symbol syntax.
|
|
80
|
|
81 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
82
|
|
83 * prim/files.el (save-buffer): From Hrvoje Niksic. Don't clear
|
|
84 zmacs region.
|
|
85
|
|
86 * packages/func-menu.el: Update for David Hughes' new email
|
|
87 address.
|
|
88
|
|
89 1997-05-21 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
90
|
|
91 * eldoc.el (eldoc-message-commands): Move docstring into comments,
|
|
92 since this isn't a user variable.
|
|
93 (eldoc-message-commands-table-size, eldoc-use-idle-timer-p,
|
|
94 eldoc-function-argstring-from-docstring-method-table): Use defvar,
|
|
95 not defconst.
|
|
96 (eldoc-last-data): Use cons explicitly; don't rely on dotted pair
|
|
97 read syntax. I'm worried the latter might get compiled as
|
|
98 read-only data someday.
|
|
99 (eldoc-docstring-message): If truncating symbol name, show ending
|
|
100 of name rather than beginning. The former is generally more unique.
|
|
101 (eldoc-function-argstring-from-docstring-method-table): Handle
|
|
102 pathological `save-restriction' case.
|
|
103 [top level]: Add `indent-for-tab-command' to eldoc-message-commands.
|
|
104
|
|
105 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
106
|
|
107 * x11/x-menubar.el (default-menubar): strokes added to mouse
|
|
108 menu.
|
|
109
|
|
110 Wed May 21 17:12:28 1997 Per Bothner <bothner@deneb.cygnus.com>
|
|
111
|
|
112 * eterm/term.el (term-send-raw): Better XEmacs character event
|
|
113 handling.
|
|
114 * eterm/term.el (term-char-mode): Re-do Meta-handling by temporarily
|
|
115 setting meta-prefix-char to -1 while building keymaps.
|
|
116 (term-send-raw-meta): Removed.
|
|
117
|
|
118 Tue Mar 11 20:15:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
|
119
|
|
120 * eterm/term.el (term-completion-addsuffix): Doc fix.
|
|
121 (term-dynamic-complete-as-filename): Support the case where
|
|
122 term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons
|
|
123 pair.
|
|
124
|
|
125 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
126
|
|
127 * eterm/term.el: Add kd, kl, kr, du capabilities.
|
|
128 * eterm/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
129
|
|
130 Wed May 15 14:38:45 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
131
|
|
132 * eterm/term.el (term-send-raw-string): send-string ->
|
|
133 process-send-string.
|
|
134 * eterm/term.el (term-arguments): Remove unused local 'values'.
|
|
135 * eterm/term.el (term-handle-deferred-scroll): Fix off-by-one bug,
|
|
136
|
|
137 * eterm/term.el: Merge changes from FSF (mostly typos).
|
|
138
|
|
139 Mon Sep 25 17:19:51 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
140
|
|
141 * eterm/term.el (term-emulate-terminal): On CR, set
|
|
142 term-current-column to term-start-line-column, not 0.
|
|
143
|
|
144 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
145
|
|
146 * packages/add-log.el (change-log-font-lock-keywords): Tweak
|
|
147 font-lock-keywords.
|
|
148
|
|
149 1997-05-21 Erik Naggum <erik@naggum.no>
|
|
150
|
|
151 * lisp/add-log.el (add-log-lisp-like-modes, add-log-c-like-modes,
|
|
152 add-log-tex-like-modes): New variables.
|
|
153 (add-log-current-defun): Use them instead of constant lists.
|
|
154
|
|
155 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
156
|
|
157 * packages/add-log.el: Synch to Emacs 20.0.
|
|
158
|
|
159 * prim/obsolete.el (read-minibuffer): Make compatible not obsolete.
|
|
160 (read-input): Ditto.
|
|
161
|
|
162 Tue May 20 20:32:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
163
|
|
164 * prim/subr.el (buffer-substring-no-properties): Clean out extents
|
|
165 too.
|
|
166
|
|
167 Mon May 19 19:48:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
168
|
|
169 * prim/process.el (shell-command-on-region): Remove region active
|
|
170 test (which played havoc with the hack in call-interactively to
|
|
171 place explicit calls to region-beginning and region-end in
|
|
172 interactive specs in the command history).
|
|
173
|
|
174 Mon May 19 18:13:50 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
175
|
|
176 * utils/easymenu.el (easy-menu-add): Check for existing, before
|
|
177 entering MENU to `easy-menu-all-popups'.
|
|
178
|
|
179 Sun May 18 09:11:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
180
|
|
181 * prim/files.el (revert-buffer): Add optional third parameter to
|
|
182 preserve buffer modes (from Emacs 19.34.94).
|
|
183 (after-find-file): Add optional fifth parameter to preserve buffer
|
|
184 modes (from Emacs 19.34.94).
|
|
185
|
|
186 * packages/vc.el: Synch with Emacs 19.34.94 because our version was
|
|
187 hopeless.
|
|
188 (vc-checkout): Autoload.
|
|
189 (vc-find-binary): Ditto.
|
|
190
|
|
191 * prim/files.el (find-buffer-visiting): Restore because FSF vc.el
|
|
192 needs it.
|
|
193
|
149
|
194 Fri Apr 25 13:21:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
195
|
|
196 * apropos.el (apropos): Add support for customization groups.
|
|
197 (apropos-print): Ditto.
|
|
198
|
|
199 Sat May 17 19:56:31 1997 Glynn Clements <glynn@sensei.co.uk>
|
|
200
|
|
201 * packages/man.el (manual-entry): Strip out stderr output.
|
|
202
|
|
203 Sun May 11 18:24:25 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
204
|
|
205 * lisp/prim/modeline.el: new mouse-drag-modeline function.
|
|
206 Allows bottommost modeline to be dragged.
|
|
207
|
|
208 Sat May 17 03:41:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
209
|
|
210 * cl/cl-macs.el: A whole bunch of XEmacs specific setf methods
|
|
211 from Hrvoje Niksic.
|
|
212
|
|
213 * prim/files.el (auto-mode-alist): Don't copy to purespace.
|
|
214 (interpreter-mode-alist): Ditto.
|
|
215
|
|
216 Fri May 16 21:43:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
217
|
|
218 * packages/info.el (Info-button1-follows-hyperlink): New variable.
|
|
219 (Info-maybe-follow-clicked-node): Use it.
|
|
220
|
|
221 * prim/simple.el (transpose-preceding-chars): New function.
|
|
222
|
|
223 Wed Apr 23 16:04:22 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
224
|
|
225 * prim/loaddefs.el (debug-ignored-errors): Initialize.
|
|
226
|
|
227 Fri May 16 20:37:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
228
|
|
229 * version.el: Update minor version number.
|
|
230
|
146
|
231 Mon May 12 13:47:37 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
232
|
|
233 * tm/tm-vm.el: Provide for vm-unsaved-message having been removed
|
|
234 in recent versions of VM.
|
|
235
|
144
|
236 Fri May 9 10:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
237
|
|
238 * iso/iso-acc.el (iso-accents-compose): Fix XEmacs 19.14
|
|
239 compatibility (patch suggested by Hrvoje Niksic).
|
|
240
|
|
241 * packages/man.el (manual-entry): (Patch from Soren Dayton) Allow
|
|
242 subchapters not to be trimmed on Solaris.
|
|
243
|
|
244 * prim/itimer.el (itimer-edit-mode): Correct use of obsolete
|
|
245 function.
|
|
246
|
|
247 * prim/startup.el: Update copyright notice.
|
|
248
|
142
|
249 Thu May 8 14:35:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
250
|
|
251 * hm--html-menus/hm--html.el: Define obsolete aliases for the
|
|
252 previous function spellings.
|
144
|
253
|
142
|
254 * hm--html-menus/hm--html-keys.el: Define obsolete aliases for the
|
|
255 previous variable spellings.
|
|
256
|
|
257 * prim/obsolete.el (define-obsolete-variable-alias): Fix docstring
|
|
258 spelling.
|
|
259 (define-compatible-variable-alias): Ditto.
|
|
260
|
|
261 * tm/tm-vm.el (vm-unsaved-message): Symbol doesn't exist any
|
|
262 more.
|
|
263
|
|
264 Tue May 6 21:33:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
265
|
|
266 * mule/mule-files.el (write-region): Correct docstring.
|
|
267
|
|
268 * prim/files-nomule.el (write-region): Correct docstring.
|
|
269
|
|
270 Mon May 5 12:26:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
271
|
|
272 * prim/about.el (about-xemacs-xref): Infodock Associates is now
|
|
273 Altrasoft.
|
|
274
|
|
275 Sat May 3 16:32:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
276
|
|
277 * efs/dired.el (dired-chown-program): chown program is in /bin on
|
|
278 Linux.
|
|
279
|
|
280 Fri May 2 20:04:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
281
|
|
282 * egg/egg.el: paren.el needed at bytecompile time for
|
|
283 `pos-visible-in-window-safe' defsubst.
|
|
284
|
|
285 * pcl-cvs/pcl-cvs.el (cvs-update): Inhibit dialog box usage in
|
|
286 call to cvs-do-update as this bombs when this function is invoked
|
|
287 from a menu.
|
|
288
|
140
|
289 Wed Apr 30 18:06:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
290
|
|
291 * prim/loadup.el: Put features.elc in the dump list.
|
|
292
|
|
293 * prim/about.el (about-xemacs): Change date.
|
|
294
|
|
295 Tue Apr 29 18:51:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
296
|
|
297 * mule/mule-files.el (buffer-file-coding-system-alist): Regexp for
|
|
298 handling info files didn't match the right pattern.
|
|
299
|
|
300 Sun Apr 27 18:09:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
301
|
|
302 * prim/sound.el (load-sound-file): Fix typo.
|
|
303
|
138
|
304 Sat Apr 26 16:25:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
305
|
|
306 * utils/lib-complete.el: Make conformant to Lisp coding standards
|
|
307 MULE-ize by allowing for coding system argument.
|
|
308
|
|
309 Fri Apr 25 08:39:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
310
|
|
311 * modes/sh-script.el (sh-indent-line): Deal with pathological case
|
|
312 of indenting a first line containing a `#' as first non-white
|
|
313 space character.
|
|
314
|
|
315 Thu Apr 24 18:40:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
316
|
|
317 * comint/telnet.el (telnet-mode-map): Correct Emacs synch typo.
|
|
318
|
|
319 * rmail/rmail.el (rmail-get-new-mail): display-time-string is not
|
|
320 necessarily a string.
|
|
321
|
|
322 Thu Apr 24 11:08:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
323
|
|
324 * packages/balloon-help.el:
|
|
325 - default background color now grey80 to match XEmacs default.
|
|
326 - default border width is now 1.
|
|
327 - default font is now "variable"
|
|
328 - balloon-help can now handle variable width fonts.
|
|
329 - loading balooon-help no longer turns on balloon-help-mode.
|
|
330 - new `balloon-help' command.
|
|
331 - changes to the font/background/foreground variables now affect
|
|
332 the help frame at next display.
|
|
333 - help frame should now pop up on the correct display if XEmacs
|
|
334 is running with multiple devices open.
|
|
335 - Customized, courtesy of Hrvoje.
|
|
336 - don't use the padding lines that were needed for 19.12.
|
|
337 Compatibility with older XEmacs versions is hereby disavowed.
|
|
338 - xclock frame name hack is gone.
|
|
339
|
136
|
340 Wed Apr 23 10:56:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
341
|
|
342 * prim/files.el (hack-local-variables-prop-line): Mistakenly
|
|
343 returned t when enable-local-variables was nil.
|
|
344
|
|
345 * psgml/psgml-charent.el (sgml-display-char-list-filename): Move
|
|
346 iso88591.map to a proper location.
|
|
347
|
|
348 * prim/sound.el (load-sound-file): Make sure sound files are read
|
|
349 as binary files.
|
|
350
|
|
351 Tue Apr 22 02:05:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
352
|
|
353 * packages/vc.el (vc-directory): Set text properties.
|
|
354
|
|
355 * psgml/psgml-xemacs.el (sgml-xemacs-get-popup-value): Allow for
|
|
356 interactive commands.
|
|
357
|
|
358 Mon Apr 21 15:15:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
359
|
|
360 * prim/minibuf.el (input-error): New error type.
|
|
361 (read-from-minibuffer): Use it.
|
|
362
|
|
363 * comint/comint.el (comint-exec-hook): Do not Customize due to
|
|
364 interactions with setting language environment in MULE.
|
|
365
|
|
366 Sun Apr 20 09:36:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
367
|
|
368 * packages/info.el (Info-footnote-tag): Changing the footnote tag
|
|
369 from the default "Note" is broken.
|
|
370
|
|
371 Tue Apr 22 07:01:20 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
372
|
|
373 * prim/keydefs.el (global-map): Bind it to `C-z'.
|
|
374
|
|
375 * prim/frame.el (suspend-emacs-or-iconify-frame): New function.
|
|
376
|
134
|
377 Fri Apr 18 16:45:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
378
|
|
379 * utils/skeleton.el (skeleton-pair-insert-maybe): Guard test with
|
|
380 existence check on mark-active too.
|
|
381 (skeleton-proxy): Ditto.
|
|
382 (skeleton-proxy-new): Ditto.
|
|
383
|
|
384 Fri Apr 18 09:26:24 1997 Dave Gillespie <daveg@synaptics.com>
|
|
385
|
|
386 * cl/cl-macs.el (values): New setf-method.
|
|
387
|
|
388 Thu Apr 17 21:29:57 1997 Bob Weiner <weiner@infodock.com>
|
|
389
|
|
390 * packages/avoid.el (mouse-avoidance-kbd-command): Correct
|
|
391 detection of keypress.
|
|
392
|
|
393 Thu Apr 17 21:20:04 1997 Michael McNamara <mac@silicon-sorcery.com>
|
|
394
|
|
395 * modes/verilog-mode.el: Changes to 2.25
|
|
396 1) Autoindent a new declaration according to the previous
|
|
397 declaration, if any. Only use the previous one, don't try to re
|
|
398 line things up.
|
|
399 2) Include "Customize Verilog-Mode" in the Verilog menu bar. Make it
|
|
400 safe to do so, even if the underlying emacs does not yet support
|
|
401 custom.
|
|
402 3) Include keybinding C-c C-b for reporting bugs.
|
|
403 4) Include keybinding C-c i for reindenting declarations.
|
|
404
|
|
405 * modes/verilog-mode.el: Changes to 2.24
|
|
406 Cleaned up menubar items; added submit bug report there, for
|
|
407 example.
|
|
408
|
|
409 * modes/verilog-mode.el: Changes to 2.23
|
|
410 1) Support custom (XEmacs) or defvar method of customization.
|
|
411 2) fix verilog-pretty declarations
|
|
412 3) add support so folks turning up the complexity of commenting don't
|
|
413 get errors (they don't get any more complexity either)
|
|
414
|
|
415 * modes/verilog-mode.el: Changes to 2.22
|
|
416 1) Moved installation hints to the web page.
|
|
417 2) Added support for XEmacs's custom variable setting package.
|
|
418 3) Added variables to separatly control indentation of
|
|
419 module level items (always, initial. etc)
|
|
420 declarations
|
|
421 behavorial (the begin in the task & function declaration
|
|
422 4) Attempted to shorten comments and lisp so that the %@* NT
|
|
423 mailers won't turn long comments into extra code.
|
|
424 5) Used make-regexp to optimize many regular expressions so that they
|
|
425 are no longer backtrack.
|
|
426 6) fixed bugs
|
|
427 a) a newline on a blank line no longer generates two new lines.
|
|
428 b) a semicolon on a comment no longer auto indents
|
|
429 c) lines like ''else if (a) begin''
|
|
430 no longer confuse auto commenter
|
|
431 d) a number of other bugs which fail to come to mind...
|
|
432 7) Added support for menu pulldowns on FSF and XEmacs
|
|
433 8) Added support for XEmacs v20
|
|
434 9) Changed verilog-comment-region to insert comments that Verilog-XL
|
|
435 doesn't b*tch about.
|
|
436 10) Eliminated auto lineup of declarations upon typing newline of
|
|
437 semicolon. (Cheers all around) Now instead there is a command, and
|
|
438 also a menu pulldown, which lines up indentations around point.
|
|
439 11) Added verilog-submit-bug-report
|
|
440
|
126
|
441 Mon Apr 14 13:06:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
442
|
|
443 * utils/autoload.el (generate-file-autoloads-1): Turn off local
|
|
444 variable processing.
|
|
445
|
|
446 * prim/files.el (hack-local-variables-prop-line): Respect setting
|
|
447 of enable-local-variables.
|
|
448
|
|
449 * vm/vm-startup.el (vm-session-initialization): Remove for
|
|
450 production version.
|
|
451
|
|
452 * utils/smtpmail.el (smtpmail-send-it): Forgot quote.
|
|
453 (smtpmail-deduce-address-list): case-fold-search mistakenly set
|
|
454 before buffer change.
|
|
455
|
|
456 Sun Apr 13 14:49:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
457
|
|
458 * x11/x-menubar.el (default-menubar): Added `send-pr' to Help
|
|
459 menu.
|
|
460
|
|
461 * modes/make-mode.el (makefile-font-lock-keywords): Correct old,
|
|
462 restored :-( 19.14 makefile-space-face lossage.
|
|
463
|
|
464 Sat Apr 12 23:20:31 1997 David Moore <dmoore@ucsd.edu>
|
|
465
|
|
466 * packages/font-lock.el (c-font-lock-keywords-1): Performance
|
|
467 tuned regexps.
|
|
468
|
|
469 Sat Apr 12 21:32:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
470
|
|
471 * prim/about.el (about-xemacs): Update printed release date.
|
|
472
|
|
473 * calendar/appt.el (install-display-time-hook): Friends don't let
|
|
474 Friends quote lambda functions.
|
|
475
|
124
|
476 Fri Apr 11 11:50:14 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
477
|
|
478 * tm/tm-vm.el: tm-vm/use-original-url-button:
|
|
479 - Default is now t (principle of least surprise).
|
|
480 (tm-vm/build-preview-buffer):
|
|
481 - Bind vm-message-pointer in Preview-buffer.
|
|
482 - X-Face was not displayed for a certain set of enabling variables.
|
|
483 Calls to (vm-xemacs-p) were removed.
|
|
484
|
|
485 Sat Apr 12 05:27:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
486
|
|
487 * modes/list-mode.el (list-mode-item-mouse-selected): Sometimes
|
|
488 event-closest-point returns nil.
|
|
489
|
|
490 * comint/telnet.el (telnet-check-software-type-initialize):
|
|
491 Restore 19.14 initialization of telnet-prompt-pattern for Unix.
|
|
492 (rsh): Allow a way to get back old password-less behavior.
|
|
493
|
|
494 * edebug/edebug.el (edebug-read-and-maybe-wrap-form): Protect
|
|
495 against pathological recursive calls.
|
|
496
|
|
497 * prim/loadup.el: add cus-start as dumped package.
|
|
498
|
|
499 * packages/vc.el (vc-directory): Dired requires a list not a
|
|
500 string of space separated names.
|
|
501
|
|
502 * utils/live-icon.el (live-icon-colour-name-from-face): `face' may
|
|
503 be a list of faces since it is generated by `extent-face'.
|
|
504
|
|
505 Fri Apr 11 21:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
506
|
|
507 * packages/ispell.el: Don't attempt creation of the menubar unless
|
|
508 XEmacs has been compiled with menubars.
|
|
509
|
|
510 * prim/simple.el (yank-pop): mark-marker needs optional force
|
|
511 parameter to activate the region (suggested by Jamie Zawinski).
|
|
512
|
|
513 Fri Apr 11 17:47:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
514
|
|
515 * packages/apropos.el (apropos): Add support for faces, widgets,
|
|
516 and user options.
|
|
517 (apropos-print): Ditto.
|
|
518
|
|
519 Fri Apr 11 01:23:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
520
|
|
521 * prim/loadup.el (running-xemacs): Declare. This variable is the
|
|
522 new canonical way of determining whether you're running under
|
|
523 XEmacs.
|
|
524
|
122
|
525 Thu Apr 10 13:23:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
526
|
124
|
527 * packages/font-lock.el (font-lock-apply-highlight): Remove
|
|
528 support for back to back font hack (and restore correct
|
|
529 fontification of `int a, b, c;'). Patch from Anders Lindgren.
|
|
530
|
122
|
531 * prim/about.el (about-xemacs-xref): Forgot to link David Moore's
|
|
532 picture (oops).
|
|
533
|
|
534 Thu Apr 10 12:30:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
535
|
|
536 * efs/dired-faces.el (dired): Move to environment group.
|
|
537
|
120
|
538 Wed Apr 9 19:45:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
539
|
122
|
540 * x11/x-menubar.el (default-menubar): Inline definition of
|
|
541 customize menu.
|
120
|
542
|
|
543 Wed Apr 9 10:45:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
544
|
|
545 * prim/about.el (about-xemacs-xref): Add Jan Vroonhof to list of
|
|
546 contributors.
|
|
547 (about-xemacs-xref): Add MORIOKA Tomohiko's bio.
|
|
548 (about-xemacs-xref): Add Per Abrahamsen.
|
|
549
|
|
550 Tue Apr 8 12:57:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
551
|
|
552 * modes/lisp-mode.el (eval-defun): Evaluate defcustom in defconst
|
|
553 style instead of defvar style (patch derived from Emacs 19.35/Lars
|
|
554 Magne Ingebrigtsen).
|
|
555
|
|
556 Mon Apr 7 16:38:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
557
|
|
558 * prim/frame.el (temp-buffer-shrink-to-fit): Default to nil since
|
|
559 this feature has gotten broken.
|
|
560
|
|
561 Sun Apr 6 06:56:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
562
|
|
563 * modes/outl-mouse.el (outline-down-arrow-mask): Set up arrow
|
|
564 glyphs to display on when no X11 support is available.
|
|
565
|
|
566 * modes/outline.el (outline-install-menubar): short circuit if no
|
|
567 menubars are available.
|
|
568
|
|
569 * x11/x-menubar.el (default-menubar): Use xmine not mine.
|
|
570
|
|
571 * prim/help.el (describe-variable): Some doc strings weren't being
|
|
572 terminated with a newline.
|
|
573
|
|
574 Sat Apr 5 20:20:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
575
|
|
576 * prim/about.el (about-xemacs-xref): Correct Jareth Hein's links.
|
|
577
|
|
578 Sat Apr 5 13:18:05 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
579
|
|
580 * packages/etags.el (tags-query-replace): Fixed DELIMITED argument
|
|
581 bug. `with-caps-disable-folding' moved to isearch-mode.el.
|
|
582
|
|
583 * packages/info.el (Info-search): Use `with-caps-disable-folding'.
|
|
584
|
118
|
585 Sat Apr 5 09:32:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
586
|
|
587 * utils/finder-inf.el: Regenerated.
|
|
588
|
|
589 * utils/finder.el (finder-known-keywords): Add mule keyword.
|
|
590
|
|
591 Tue Apr 1 14:08:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
592
|
|
593 * prim/winnt.el: New file. Derived from Emacs 19.34, adapted by
|
|
594 Marc Paquette.
|
|
595
|
|
596 * prim/faces.el (set-face-stipple): Allow usage of a pixmap
|
|
597 (suggested by Per Abrahamsen).
|
|
598
|
|
599 * mule/canna.el (running-xemacs): Move to the top.
|
|
600
|
|
601 * prim/cmdloop.el (y-or-n-p-minibuf): Add protection in case user
|
|
602 hits something that can't be bound to a key.
|
|
603
|
|
604 Tue Apr 1 11:25:33 1997 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
605
|
|
606 * bytecomp/bytecomp.el (char-after): Correct coding of calling
|
|
607 sequence.
|
|
608
|
|
609 Mon Mar 31 21:36:47 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
610
|
|
611 * prim/faces.el (set-face-stipple): New function.
|
|
612
|
|
613 Sat Mar 29 14:52:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
614
|
|
615 * gnats/send-pr.el (send-pr:submit-pr): Pass send-pr:datadir in
|
|
616 the environment to send-pr.
|
|
617 (send-pr::insert-template): Ditto.
|
|
618 (send-pr:default-site): Default submission address is at xemacs.org.
|
|
619
|
116
|
620 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
621
|
|
622 * packages/info.el (Info-elisp-ref): Look first in lispref, then
|
|
623 elisp.
|
|
624
|
|
625 * packages/func-menu.el (fume-function-name-regexp-bibtex): `,'
|
|
626 isn't allowed.
|
|
627
|
|
628 * packages/etags.el (list-tags): Interactive argument should be an
|
|
629 existing file name.
|
|
630
|
|
631 Wed Mar 26 22:33:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
632
|
|
633 * Remove ns lisp directory.
|
|
634 * Remove vms lisp directory.
|
|
635
|
|
636 Tue Mar 25 12:22:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
637
|
|
638 * prim/files.el (file-remote-p): Update doc string.
|
|
639
|
|
640 * packages/terminal.el (te-stty-string): Fix definition for Linux.
|
|
641
|
|
642 Mon Mar 24 23:43:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
643
|
|
644 * prim/files.el (file-remote-p): Correct documentation and allow
|
|
645 for `allow-remote-paths' to control loading of efs.
|
|
646
|
|
647 Sun Mar 23 16:58:08 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
648
|
|
649 * packages/etags.el (with-caps-disable-folding): New macro.
|
|
650 (find-tag-internal): Use it.
|
|
651 (tags-search): Use it.
|
|
652 (tags-query-replace): Use it. Case bug corrected.
|
|
653
|
|
654 Mon Mar 24 00:47:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
655
|
|
656 * x11/x-menubar.el (popup-mode-menu): Change guard when stripping
|
|
657 keywords to be more robust.
|
|
658
|
|
659 Sun Mar 23 00:26:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
660
|
|
661 * prim/startup.el (splash-hack-version-string): Correct for case
|
|
662 of hosts with '-' in the names.
|
|
663
|
|
664 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
665
|
|
666 * modes/sendmail.el (user-mail-address): Require cus-edit.
|
|
667 Fix when scope.
|
|
668
|
|
669 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
670
|
|
671 * calendar/diary-lib.el (diary-countdown): New function.
|
|
672 (fancy-diary-display): Use modeline-buffer-identification.
|
|
673
|
|
674 * calendar/appt.el (appt-diary-entries): Do not display diary.
|
|
675 (appt-check): Display diary buffer at midnight.
|
|
676
|
114
|
677 Fri Mar 21 19:16:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
678
|
|
679 * mule/mule-coding.el (enable-multibyte-characters): MULE
|
116
|
680 compatible variable.
|
114
|
681
|
|
682 Thu Mar 20 13:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
683
|
|
684 * bytecomp/bytecomp.el (byte-compile-output-docform): Ebola fix.
|
|
685 (byte-compile-lambda): Ebola fix.
|
|
686
|
|
687 * prim/obsolete.el (following-char): Make this turkey obsolete.
|
|
688 (preceding-char): Ditto. (Suggested by Richard Mlynarik).
|
|
689
|
|
690 Wed Mar 19 10:12:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
691
|
|
692 * modes/sendmail.el (sendmail-send-it): Use function for
|
|
693 user-mail-address.
|
|
694 (user-mail-address): Autoload.
|
|
695
|
|
696 * pcl-cvs/pcl-cvs.el (cvs-changelog-ours-p): Use function for
|
|
697 user-mail-address.
|
|
698
|
|
699 * prim/startup.el (load-init-file): Only set user-mail-address if
|
|
700 non-interactive.
|
|
701
|
|
702 * utils/smtpmail.el (smtpmail-send-it): Use function for
|
|
703 user-mail-address.
|
|
704 (smtpmail-via-smtp): Ditto.
|
|
705
|
|
706 * packages/add-log.el (add-log-mailing-address): Use new function
|
|
707 to obtaion email address.
|
|
708 (add-change-log-entry): Ditto.
|
|
709
|
|
710 * prim/device.el (device-pixel-depth): New alias for
|
|
711 `device-bitplanes'.
|
|
712
|
|
713 * comint/comint-xemacs.el (comint): Fix typo in defgroup.
|
|
714
|
|
715 Tue Mar 18 11:16:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
716
|
|
717 * prim/loadup.el: ls-lisp doesn't exist now.
|
|
718
|
|
719 * comint/comint-xemacs.el (comint): Touch up fixes from Per
|
|
720 Abrahamsen.
|
|
721
|
|
722 * prim/glyphs.el (subwindow-image-instance-p): Change doc string
|
|
723 to reflect unimplemented status.
|
|
724
|
112
|
725 Mon Mar 17 15:34:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
726
|
|
727 * comint/comint.el (comint-input-setup): Require comint-xemacs.
|
|
728
|
|
729 * utils/autoload.el (autoload-snarf-defcustom): Don't snarf from
|
|
730 auto-autoloads.el.
|
|
731
|
|
732 * comint/comint-xemacs.el: New file. Contains face declarations
|
|
733 for comint.
|
|
734
|
|
735 * comint/comint.el: Remove inline defface.
|
|
736
|
110
|
737 Sat Mar 15 15:14:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
738
|
|
739 * prim/loadup.el: Add prim/auto-customize.elc to dumped files.
|
|
740
|
|
741 * utils/autoload.el (generated-custom-file): New variable.
|
|
742 (autoload-snarf-defcustom): New function. Grab Customization as
|
|
743 we look for autoload cookies. (based on code by Per Abrahamsen).
|
|
744 (update-file-autoloads): Use it.
|
|
745 (autoload-save-customization): New function (based on code by Per
|
|
746 Abrahamsen).
|
|
747 (batch-update-autoloads): Use it.
|
|
748
|
|
749 Fri Mar 14 19:59:36 1997 Bob Weiner <weiner@infodock.com>
|
|
750
|
|
751 * packages/jka-compr.el (jka-compr-installed-p): Simplify.
|
|
752
|
|
753 Fri Mar 14 17:24:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
754
|
|
755 * modes/sendmail.el: Correct vm macro hack.
|
|
756 (query-user-mail-address): New customizable variable.
|
|
757 (user-mail-address): New function, use it. (Courtesy of Per
|
|
758 Abrahamsen <abraham@dina.kvl.dk>).
|
|
759
|
|
760 Thu Mar 13 18:49:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
761
|
|
762 * x11/x-menubar.el (popup-mode-menu): Do something more correct
|
|
763 when combining a global popup menu and a local mode menu.
|
|
764
|
|
765 Thu Mar 13 08:36:35 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
766
|
|
767 * packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string.
|
|
768
|
|
769 Wed Mar 12 13:46:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
770
|
|
771 * prim/obsolete.el (char=): Make alias for common lisp
|
|
772 compatibility.
|
|
773
|
|
774 Mon Mar 10 09:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
775
|
|
776 * prim/simple.el (set-fill-column): Clean up docstring.
|
|
777
|
|
778 * x11/x-menubar.el (save-options-non-customized-face-list): Allow
|
|
779 save-options to save faces declared with defface macro.
|
|
780
|
|
781 * packages/vc.el: diff-switches is autoloaded again in diff.el.
|
|
782
|
|
783 * packages/diff.el (diff-switches): Default to "-c".
|
|
784
|
|
785 Sun Mar 9 18:44:59 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
786
|
|
787 * prim/help.el (describe-function-1): Add missing stream arguments
|
|
788 to terpri and princ.
|
|
789
|
|
790 Sun Mar 9 15:38:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
791
|
|
792 * prim/modeline.el (modeline-minor-mode-menu): Evaluate minor
|
|
793 modes in context of correct buffer.
|
|
794
|
|
795 * prim/help.el (locate-library): Synched with Emacs 19.35.
|
|
796
|
|
797 * packages/icomplete.el (icomplete-get-keys): Make it work.
|
|
798
|
|
799 * prim/about.el: Add Jens Lautenbacher's picture.
|
|
800
|
|
801 Sun Mar 9 12:38:53 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
802
|
|
803 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use
|
|
804 eldoc-display-message-p, not eldoc-display-message-no-interference-p.
|
|
805
|
108
|
806 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
807
|
110
|
808 * prim/startup.el (startup-splash-frame-body): More text tweaking.
|
|
809
|
108
|
810 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user
|
|
811 variable. Allow trying oblique fonts ahead of italic fonts (from
|
|
812 Raymond Toy).
|
|
813 (x-make-font-italic): Use it.
|
|
814
|
|
815 * prim/obsolete.el (window-system): Make it compatible not
|
|
816 obsolete.
|
|
817
|
|
818 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
819
|
110
|
820 * packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in
|
108
|
821 parentheses if instantiation uses fallback.
|
|
822 (hypropos-face-history): New variable.
|
|
823 (hyper-describe-face): New function.
|
|
824 (hyper-where-is): New command.
|
|
825 (hypropos-read-function-symbol): New function.
|
|
826 (hyper-describe-key): New command.
|
|
827 (hyper-describe-key-briefly): New command.
|
|
828 (hypropos-read-variable-symbol): New function.
|
|
829 (hyper-set-variable): New command.
|
|
830 (hypropos-set-variable): Changed to work with buffer-locals.
|
|
831
|
|
832 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
833
|
110
|
834 * packages/hyper-apropos.el: Massive changes--the original knew nothing
|
108
|
835 about buffer-locals and local-bindings.
|
|
836 (hypropos-shrink-window): New user option.
|
|
837 (hypropos-ref-buffer): New variable.
|
|
838 (hypropos-regexp-history): New variable.
|
|
839 (hyper-apropos): Better interactive version.
|
|
840 (hypropos-grok-variables): Omit OBSOLETE stuff.
|
|
841 (hyper-describe-variable): Additional ARG, better interactive
|
|
842 version.
|
|
843 (hyper-describe-function): Ditto.
|
|
844 (hypropos-last-help): Without prefix arg, just display buffer.
|
|
845 (hypropos-insert-face): New function.
|
|
846 (hypropos-insert-keybinding): New function.
|
|
847 (hypropos-get-doc): Additional ARG, display documentation for
|
|
848 faces, complete change.
|
|
849 (hypropos-this-symbol): Using better regexp.
|
|
850
|
|
851 Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
852
|
|
853 * x11/x-menubar.el (default-menubar): Reorganize again undoing
|
|
854 previous change. Customize submenu moved to top of options menu.
|
|
855 Edit faces restored to edit-faces and renamed to Browse faces.
|
|
856
|
|
857 Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
858
|
|
859 * x11/x-menubar.el (options-menu): New variable.
|
|
860 (default-menubar): Use it.
|
|
861
|
|
862 * prim/about.el (view-less): Explicit require.
|
|
863
|
|
864 Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
865
|
|
866 * prim/cleantree.el: New file based on suggestion by David Moore,
|
|
867 and derived from Gnus nnml code.
|
|
868
|
|
869 Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
870
|
|
871 * edebug/edebug.el (edebug-compute-previous-result): Don't treat
|
|
872 numbers as chars.
|
|
873
|
|
874 Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
875
|
|
876 * prim/startup.el (splash-hack-version-string): New function to
|
|
877 narrow the output of (emacs-version) for the splash screen.
|
|
878 (splash-frame-present): Use it.
|
|
879
|
|
880 Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
881
|
|
882 * packages/supercite.el (sc-name-filter-alist): (Idea from Bob
|
|
883 Weiner). Update to handle names like Michael Sperber
|
|
884 [Mr. Preprocessor].
|
|
885
|
|
886 Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
887
|
|
888 * prim/faces.el (init-face-from-resources): New variable.
|
|
889 (init-face-from-resources): Use it.
|
|
890 (init-device-faces): Use it.
|
|
891 (init-frame-faces): Use it.
|
|
892 (make-empty-face): New function.
|
|
893
|
|
894 * x11/x-faces.el (x-init-face-from-resources): Made second
|
|
895 argument optional, and added a third argument.
|
|
896 (make-face-x-resource-internal): New alias.
|
|
897
|
104
|
898 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
899
|
106
|
900 * prim/loadup.el: Remove custom.elc.
|
|
901
|
104
|
902 * prim/simple.el (newline): Attempt to not add newline to a
|
|
903 previous end-open extent.
|
|
904
|
|
905 Sun Mar 2 10:10:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
906
|
|
907 * hm--html-menus/tmpl-minor-mode.el (tmpl-sign): Remove nul byte.
|
|
908
|
|
909 * site-load.el: Move site-packages to the top level.
|
|
910
|
|
911 Sun Mar 2 01:37:04 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
912
|
|
913 * utils/mail-extr.el (all-top-level-domains): Added "hr" domain.
|
|
914
|
|
915 * packages/ps-print.el (ps-print-color-p): Default to nil.
|
|
916
|
|
917 * x11/x-menubar.el (default-menubar): Changed menubar entry for
|
|
918 color printing.
|
|
919
|
|
920 * prim/faces.el (init-other-random-faces): Use gray65 for
|
|
921 zmacs-region and primary-selection background.
|
|
922
|
|
923 * x11/x-faces.el (x-init-global-faces): New default background
|
|
924 gray80.
|
|
925
|
|
926 Sat Mar 1 14:38:14 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
927
|
|
928 * packages/diff.el: (diff): Autoload.
|
|
929 (diff-backup): Autoload.
|
|
930 (diff-switches): Autoload.
|
|
931
|
|
932 Sat Mar 1 01:09:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
933
|
|
934 * packages/tar-mode.el (tar-mode-map): Removed extraneous C-c
|
|
935 binding of tar-copy.
|
|
936
|
|
937 * prim/keydefs.el: Don't disable upcase-region and
|
|
938 downcase-region.
|
|
939
|
|
940 Fri Feb 28 11:22:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
941
|
|
942 * prim/obsolete.el (char-to-int): Define as alias to `char-int'.
|
|
943
|
|
944 * prim/help.el (describe-function-1): Show annotation contents if
|
|
945 they exist.
|
|
946
|
|
947 * packages/man.el (Manual-mode): Don't turn off scrollbars if
|
|
948 XEmacs doesn't have them to begin with.
|
|
949
|
|
950 * prim/keydefs.el: Don't disable eval-expression by default now
|
|
951 that it is harder to type.
|
|
952
|
|
953 Thu Feb 27 13:06:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
954
|
|
955 * prim/subr.el (with-string-as-buffer-contents): Moved from
|
|
956 mule/mule-coding.el.
|
|
957
|
|
958 * mule/mule-coding.el: Remove with-string-as-buffer-contents.
|
|
959
|
|
960 * prim/format.el (format-insert-file): Correct wrong order of args
|
|
961 passed to format-decode.
|
|
962
|
|
963 * prim/startup.el (load-user-init-file): Allow XEmacs to read a
|
|
964 bytecompiled .emacs if it exists.
|
|
965
|
|
966 Thu Feb 27 17:41:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
967
|
|
968 * subr.el (eval-after-load): Enable.
|
|
969 (eval-next-after-load): Ditto.
|
|
970
|
|
971 Thu Feb 27 10:59:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
972
|
|
973 * prim/subr.el (with-temp-buffer): New function from Emacs 19.35,
|
|
974 courtesy of Erik Naggum <erik@naggum.no>.
|
|
975
|
|
976 Fri Feb 28 22:17:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
977
|
|
978 * prim/isearch-mode.el: Added "_" to the `interactive' forms of
|
|
979 most functions.
|
|
980 (isearch-mode-map): Define M-y.
|
|
981 (isearch-yank-kill): New function.
|
|
982
|
|
983 * prim/keydefs.el: Don't bind `C-x C-n' to `set-goal-column';
|
|
984 don't disable `set-goal-column'.
|
|
985
|
|
986 * mule/mule-init.el (ctl-x-map): Use `C-x C-n' as mule-prefix,
|
|
987 instead of `C-x C-k'.
|
|
988
|
102
|
989 Wed Feb 26 18:09:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
990
|
|
991 * x11/x-menubar.el (default-menubar): `FAQ' should be `FAQ
|
|
992 (local)' in Help menu.
|
|
993
|
|
994 Mon Feb 24 18:33:38 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
995
|
|
996 * mule/mule-debug.el (describe-coding-system): Ported from
|
|
997 Mule to XEmacs.
|
|
998
|
|
999 * mule/mule-x-init.el (x-use-halfwidth-roman-font): New
|
|
1000 function:
|
|
1001 "Maybe set charset registry of the 'ascii charset to ROMAN-REGISTRY.
|
|
1002
|
|
1003 Do this only if:
|
|
1004 - the current display is an X device
|
|
1005 - the displayed width of FULLWIDTH-CHARSET is twice the displayed
|
|
1006 width of the 'ascii charset, but only when using ROMAN-REGISTRY.
|
|
1007
|
|
1008 Traditionally, Asian characters have been displayed so that they
|
|
1009 occupy exactly twice the screen space of ASCII (`halfwidth')
|
|
1010 characters. On many systems, e.g. Sun CDE systems, this can only be
|
|
1011 achieved by using a national variant roman font to display ASCII."
|
|
1012
|
100
|
1013 Sun Feb 23 12:56:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1014
|
|
1015 * edebug/edebug.el: Synch up with Emacs 19.34.
|
|
1016
|
|
1017 * prim/itimer-autosave.el (auto-save-timeout): Increase to 960.
|
|
1018
|
|
1019 Sat Feb 22 17:11:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1020
|
|
1021 * prim/loadup.el: Dump new file itimer-autosave.el.
|
|
1022
|
|
1023 Sat Feb 22 17:06:32 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1024
|
|
1025 * prim/itimer.el: Cleanup, removal of autosave cruft.
|
|
1026
|
|
1027 Fri Feb 21 09:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1028
|
|
1029 * prim/simple.el (line-move-ignore-invisible): Reverse previous
|
|
1030 change to make this default to nil again.
|
|
1031
|
|
1032 Thu Feb 20 14:30:50 1997 Jamie Zawinski <jwz@netscape.com>
|
|
1033
|
|
1034 * prim/files.el (hack-local-variables-prop-line): New version.
|
|
1035
|
|
1036 Thu Feb 20 11:14:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1037
|
|
1038 * prim/files.el: Delete definition of dired-kept-versions.
|
|
1039
|
|
1040 * prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)
|
|
1041
|
|
1042 Wed Feb 19 15:47:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1043
|
|
1044 * packages/vc.el (diff-switches): Restore since this global
|
|
1045 variable went away with the passing of ange-ftp.
|
|
1046
|
|
1047 * utils/autoload.el (generate-file-autoloads-1): Don't let
|
|
1048 find-file-hooks be run.
|
|
1049 (update-file-autoloads): Ditto.
|
|
1050 (update-autoloads-from-directory): Ditto.
|
|
1051
|
|
1052 * x11/x-menubar.el (default-menubar): Correct unguarded reference
|
|
1053 to fast-lock-mode variable.
|
|
1054
|
|
1055 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
1056
|
110
|
1057 * utils/eldoc.el (eldoc-message-commands): Doc fixes.
|
100
|
1058 (eldoc-message): Make function, not macro.
|
|
1059
|
110
|
1060 * utils/eldoc.el (eldoc-last-message): New internal variable.
|
100
|
1061 (eldoc-mode): Initialize it to nil.
|
|
1062 (eldoc-message): Use it.
|
|
1063 (eldoc-print-current-symbol-info): Use it.
|
|
1064
|
110
|
1065 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
|
100
|
1066 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
|
|
1067 idle timers in Emacs.
|
|
1068
|
110
|
1069 * utils/eldoc.el (eldoc-message-commands-table-size): New constant.
|
100
|
1070 (eldoc-add-command): Use it to initialize eldoc-message-commands.
|
|
1071
|
110
|
1072 * utils/eldoc.el (eldoc-display-message-no-interference-p): New
|
|
1073 function.
|
100
|
1074 (eldoc-display-message-p): Use it.
|
|
1075
|
110
|
1076 * utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
|
100
|
1077 Arg sym no longer optional.
|
|
1078 Do not initialize arg if nil.
|
|
1079
|
110
|
1080 * utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted.
|
100
|
1081 (eldoc-beginning-of-sexp): New function.
|
|
1082 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
|
|
1083 Use eldoc-current-symbol to get symbol at point.
|
|
1084
|
110
|
1085 * utils/eldoc.el
|
|
1086 (eldoc-function-argstring-from-docstring-method-table): Forge
|
|
1087 docstrings for `and', `or', `list', `+', and `-'.
|
100
|
1088
|
110
|
1089 * utils/eldoc.el (eldoc-add-command-completions): New function.
|
100
|
1090 (eldoc-add-command): Take list of args.
|
|
1091 No longer interactive.
|
|
1092 (eldoc-remove-command-completions): New function.
|
|
1093 (eldoc-remove-command): Take list of args.
|
|
1094 No longer interactive.
|
|
1095
|
110
|
1096 * utils/eldoc.el: Initialize eldoc-message-commands using
|
100
|
1097 eldoc-add-command-completions.
|
|
1098
|
110
|
1099 * utils/eldoc.el (eldoc-display-message-p): New function.
|
100
|
1100 Return nil if cursor-in-echo-area, or using idle timers and a
|
|
1101 command is still active.
|
|
1102 (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
|
|
1103
|
|
1104 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se>
|
|
1105
|
|
1106 * packages/paren.el (paren-highlight): Minor typo correction.
|
|
1107
|
|
1108 Tue Feb 18 13:05:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1109
|
|
1110 * prim/loadup.el: Dump new file custom-xmas.
|
|
1111
|
|
1112 Mon Feb 17 21:01:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1113
|
|
1114 * prim/help.el (function-compatible-p): New function.
|
|
1115 (function-compatibility-doc): New function.
|
|
1116 (describe-function-1): Use them.
|
|
1117 (variable-compatible-p): New function.
|
|
1118 (variable-compatibility-doc): New function.
|
|
1119 (describe-variable): Use them.
|
|
1120
|
|
1121 Mon Feb 17 19:12:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1122
|
|
1123 * prim/obsolete.el (x-color-values): Added for Emacs
|
|
1124 compatibility.
|
|
1125
|
|
1126 Mon Feb 17 18:11:24 1997 Michael Kifer <kifer@CS.SunySB.EDU>
|
|
1127
|
|
1128 * prim/files.el (file-remote-p): Force load of EFS if not already
|
|
1129 loaded.
|
|
1130
|
|
1131 Mon Feb 17 17:45:23 1997 Bob Weiner <weiner@infodock.com>
|
|
1132
|
|
1133 * modes/lisp-mode.el (eval-last-sexp): Do something special if
|
|
1134 evaluating (interactive ...).
|
|
1135
|
|
1136 Sun Feb 16 21:49:18 1997 Bjorn Victor <Bjorn.Victor@DoCS.UU.SE>
|
|
1137
|
|
1138 * utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
|
|
1139 face is neither nil nor cons.
|
|
1140
|
|
1141 Sun Feb 16 14:26:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1142
|
|
1143 * prim/loadup.el: Try not dumping font.elc.
|
|
1144
|
|
1145 * prim/obsolete.el (display-column-mode): Remove column.el and
|
|
1146 leave a forwarding address.
|
|
1147
|
|
1148 Sat Feb 15 23:21:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1149
|
|
1150 * prim/minibuf.el (read-from-minibuffer): Don't put evaluated
|
|
1151 expressions in the minibuffer history list.
|
|
1152
|
|
1153 Sat Feb 15 22:57:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1154
|
|
1155 * packages/scroll-in-place.el (scroll-signal-boundary-error):
|
|
1156 Allow user to suspend error signals.
|
|
1157
|
|
1158 Sat Feb 15 21:43:49 1997 John Turner <turner@branagh.ta52.lanl.gov>
|
|
1159
|
|
1160 * packages/column.el (current-line): Correct defaults for starting
|
|
1161 at 1, remove an obsolete variable.
|
|
1162
|
|
1163 Sat Feb 15 20:17:46 1997 Hal Peterson <hrp@netstar.com>
|
|
1164
|
|
1165 * packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
|
|
1166 `cvs log'
|
|
1167
|
|
1168 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
1169
|
|
1170 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
1171 macro.
|
|
1172
|
|
1173 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
1174
|
|
1175 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
1176 macro.
|
|
1177 (edmacro-fix-menu-commands): Would bug out on 'control, etc.
|
|
1178 (edmacro-events-to-keys): New function.
|
|
1179 (edmacro-format-keys): Use it.
|
|
1180 (edmacro-finish-edit): Compare to macros, not strings.
|
|
1181 (edmacro-fkeys): New function.
|
|
1182 (edmacro-format-keys): Use it.
|
|
1183 (edit-kbd-macro): Tweak.
|
|
1184
|
98
|
1185 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1186
|
|
1187 * packages/info.el: Don't call switch-to-buffer if the Info frame
|
|
1188 is being deleted.
|
|
1189
|
|
1190 Sat Feb 15 12:07:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1191
|
|
1192 * prim/simple.el (previous-line): Allow escape from signaled error
|
|
1193 on buffer boundary.
|
|
1194 (next-line): Ditto.
|
|
1195
|
|
1196 Sat Feb 15 11:05:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1197 * utils/redo.el: made before and after status messages so that
|
|
1198 the user is aware if a long action is still being processed.
|
|
1199
|
|
1200 rolled version number up to 1.00, since the package seems to be
|
|
1201 stable.
|
|
1202
|
|
1203 cosmetic changes so the file could be included in the XEmacs
|
|
1204 distribution.
|
|
1205
|
|
1206 Sat Feb 15 11:13:05 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1207
|
|
1208 * prim/simple.el (line-move-ignore-invisible): Change default to
|
|
1209 t.
|
|
1210
|
|
1211 Sat Feb 15 01:04:21 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
1212
|
|
1213 * prim/macros.el: Removed. Superseded by new version in
|
|
1214 edmacro.el.
|
|
1215
|
|
1216 Fri Feb 14 23:29:16 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1217
|
|
1218 * modes/executable.el (executable-set-magic): Correct for the #!
|
|
1219 getting lost.
|
|
1220
|
|
1221 Fri Feb 14 23:10:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1222
|
|
1223 * prim/modeline.el (modeline-modified-map): Call
|
|
1224 vc-toggle-read-only instead of toggle-read-only to be consistent
|
|
1225 with override of `C-x C-q'.
|
|
1226
|
|
1227 Fri Feb 14 16:11:10 1997 Jonathon Edwards <edwards@intranet.com>
|
|
1228
|
|
1229 * packages/blink-cursor.el (blink-cursor-post-command-hook): stop
|
|
1230 cursor blink momentarily after receiving user input.
|
|
1231
|
|
1232 Fri Feb 14 15:26:38 1997 Jacques Duthen <duthen@club-internet.fr>
|
|
1233
|
|
1234 * x11/x-menubar.el (default-menubar): mine goes into games menu.
|
|
1235
|
|
1236 Thu Feb 13 22:16:09 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1237
|
|
1238 * prim/files.el (recover-session-finish): Modify for efs.
|
|
1239
|
|
1240 Thu Feb 13 21:23:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1241
|
|
1242 * prim/files.el (file-remote-p): New function.
|
|
1243
|
|
1244 * sunpro/sunpro-load.el: Do not dump mime-setup under any
|
|
1245 circumstances.
|
|
1246
|
|
1247 Thu Feb 13 17:58:09 1997 Richard Mlynarik <mly@adoc.xerox.com>
|
|
1248
|
|
1249 * prim/obsolete.el (insert-before-markers-and-inherit): Correct
|
|
1250 typo.
|
|
1251
|
|
1252 Wed Feb 12 17:48:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1253
|
|
1254 * comint/gdb.el (gdb-control-c-subjob): Nuke this loser.
|
|
1255
|
|
1256 Wed Feb 12 13:58:01 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
1257
|
|
1258 * utils/edmacro.el: New file.
|
|
1259
|
|
1260 Wed Feb 12 09:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1261
|
|
1262 * prim/sound.el (load-sound-file): Update documentation of
|
|
1263 restrictions on what machines XEmacs can play sound on.
|
|
1264
|
|
1265 Tue Feb 11 09:39:25 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1266
|
|
1267 * prim/glyphs.el (init-glyphs): Correct autodetection to find
|
|
1268 GIF89. Look for PNG.
|
|
1269
|
|
1270 Mon Feb 10 21:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1271
|
|
1272 * prim/frame.el (show-temp-buffer-in-current-frame): Conditional
|
|
1273 shrink-to-fit behavior on `temp-buffer-shrink-to-fit'.
|
|
1274
|
|
1275 * packages/apropos.el (apropos-print): Ditto.
|
|
1276
|
|
1277 * prim/lisp.el (lisp-complete-symbol): Ditto.
|
|
1278
|
|
1279 * prim/help.el (with-displaying-help-buffer): Ditto.
|
|
1280
|
|
1281 Mon Feb 10 20:58:19 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
1282
|
|
1283 * x11/x-toolbar.el: Allow customization of toolbar functions by
|
|
1284 customizable variables.
|
|
1285
|
|
1286 Mon Feb 10 14:58:05 1997 Greg Klanderman <greg@alphatech.com>
|
|
1287
|
|
1288 * comint/gdb.el (gdb-mode): Correct setting of obsolete hook.
|
|
1289
|
|
1290 Sun Feb 9 19:55:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1291
|
|
1292 * prim/obsolete.el (define-compatible-variable-alias): New function.
|
|
1293 (define-compatible-variable-alias): New function.
|
|
1294 .*mode-line.*, frame-parameters, modify-frame-parameters,
|
|
1295 x-display-.* all made compatible not obsolete.
|
|
1296
|
|
1297 * bytecomp/bytecomp.el (byte-compile-variable-ref): Warn for
|
|
1298 compatibility symbols.
|
|
1299 (byte-compile-compatible): New function.
|
|
1300
|
|
1301 * bytecomp/bytecomp-runtime.el (make-compatible): New function.
|
|
1302 (make-compatible-variable): New function.
|
|
1303
|
|
1304 Sun Feb 9 19:14:25 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1305
|
|
1306 * utils/redo.el: New file.
|
|
1307
|
|
1308 * utils/floating-toolbar.el: New file.
|
|
1309
|
|
1310 Sun Feb 9 15:19:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1311
|
|
1312 * custom/custom.el: Remove ;;;###autoloads since this file is
|
|
1313 dumped with XEmacs.
|
|
1314
|
|
1315 Sun Feb 9 00:28:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1316
|
|
1317 * custom/widget.el: New file.
|
|
1318
|
|
1319 * custom/widget-example.el: New file.
|
|
1320
|
|
1321 * custom/widget-edit.el: New file.
|
|
1322
|
|
1323 * custom/custom.el: New file.
|
|
1324
|
|
1325 * custom/custom-edit.el: New file.
|
|
1326
|
96
|
1327 Fri Feb 7 03:09:32 1997 Alastair Burt <burt@dfki.uni-sb.de>
|
|
1328
|
|
1329 * bytecomp/bytecomp.el (byte-compile-insert-header): Correct
|
|
1330 typo.
|
|
1331
|
|
1332 Thu Feb 6 17:14:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1333
|
|
1334 * packages/font-lock.el (font-lock-fontify-keywords-region):
|
|
1335 Correct bounds checking in case the keywords regexp is not
|
|
1336 properly anchored.
|
|
1337
|
|
1338 * packages/ps-print.el: Update maintainer address.
|
|
1339
|
|
1340 Thu Feb 6 12:35:39 1997 Bill Dubuque <wgd@martigny.ai.mit.edu>
|
|
1341
|
|
1342 * cl/cl-macs.el (cl-do-proclaim): Correct addition of bound
|
|
1343 variables to `byte-compile-bound-variables'.
|
|
1344
|
|
1345 Thu Feb 6 01:07:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1346
|
|
1347 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
1348 Reverse previous patch.
|
|
1349
|
|
1350 * prim/minibuf.el (use-dialog-box): Rename from
|
|
1351 should-use-dialog-box.
|
|
1352 (should-use-dialog-box-p): Use it.
|
|
1353
|
|
1354 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
1355 cell is not a cons when the cl declare macro is used.
|
|
1356
|
|
1357 Wed Feb 5 21:37:13 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
1358
|
|
1359 * modes/cperl-mode.el: Provide 'cperl-mode.
|
|
1360
|
94
|
1361 Tue Feb 4 11:51:25 1997 Greg Klanderman <greg@alphatech.com>
|
|
1362
|
|
1363 * modes/make-mode.el: Remove `makefile-runtime-macros-list' from
|
|
1364 `makefile-macro-table'.
|
|
1365
|
|
1366 Tue Feb 4 11:06:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1367
|
|
1368 * packages/metamail.el (metamail-region): *junet* coding system
|
|
1369 name changed to 'junet.
|
|
1370
|
|
1371 Mon Feb 3 22:34:09 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
1372
|
|
1373 * iso/iso-acc.el: Critical Bug fix.
|
|
1374 Add ISO-8859-3 support to iso-acc.el, as suggested by Dale
|
|
1375 Gulledge.
|
|
1376
|
|
1377 Mon Feb 3 17:11:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1378
|
|
1379 * modes/make-mode.el (makefile-browser-format-macro-line): Remove
|
|
1380 redundant (and wrong) format statement.
|
|
1381
|
88
|
1382 Fri Jan 31 21:38:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1383
|
|
1384 * psgml/psgml-html.el (html-auto-sgml-entity-conversion): Allow
|
|
1385 user control over automatic sgml entity to ISO-8859-1 conversion.
|
|
1386
|
|
1387 Fri Jan 31 09:50:51 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1388
|
|
1389 * x11/x-toolbar.el (toolbar-mail-commands-alist): Updated with a
|
|
1390 lot of new mailer possiblities.
|
|
1391
|
|
1392 Fri Jan 31 09:28:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1393
|
|
1394 * x11/x-font-menu.el (reset-device-font-menus): Correct guard on
|
|
1395 charset-registry call.
|
|
1396
|
|
1397 Fri Jan 31 00:21:07 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
1398
|
|
1399 * packages/font-lock.el (font-lock-mode): Don't remove the
|
|
1400 `font-lock-pre-idle-hook' from `pre-idle-hook'.
|
|
1401
|
|
1402 Thu Jan 30 22:43:43 1997 David Moore <dmoore@UCSD.EDU>
|
|
1403
|
|
1404 * packages/compile.el: Speed up regexps.
|
|
1405 (compilation-parse-errors): replace re-search-forward with
|
|
1406 something faster.
|
|
1407
|
|
1408 Thu Jan 30 20:33:56 1997 Hvoje Niksic <hniksic@srce.hr>
|
|
1409
|
|
1410 * x11/x-toolbar.el
|
|
1411 (toolbar-open,toolbar-dired,toolbar-save,toolbar-print,toolbar-cut,toolbar-copy,toolbar-paste,toolbar-undo,toolbar-replace):
|
|
1412 New functions.
|
|
1413 (toolbar-news): Allow running without separate frame.
|
|
1414 (toolbar-mail-commands-alist): New variable.
|
|
1415 (toolbar-mail-reader): Ditto.
|
|
1416 (toolbar-mail): Use them.
|
|
1417
|
|
1418 * x11/x-menubar.el: Shorten help menu item names.
|
|
1419
|
|
1420 Thu Jan 30 17:22:15 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
1421
|
|
1422 * iso/iso-acc.el: Accept accents in isearch.
|
|
1423
|
|
1424 Wed Jan 29 22:25:38 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1425
|
|
1426 * packages/ps-print.el: Make postscript files generated by
|
|
1427 ps-print conformant to Adobe DSC specification.
|
|
1428
|
86
|
1429 Mon Jan 27 21:45:17 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1430
|
|
1431 * dired/ange-ftp.el (ange-ftp-write-region): Changes for jka-compr.
|
|
1432
|
|
1433 * packages/jka-compr.el (jka-compr-write-region): Convert to 20.0
|
|
1434 write-region interface.
|
|
1435
|
|
1436 Mon Jan 27 19:09:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1437
|
|
1438 * prim/about.el (about-xemacs): Updated to reflect change of
|
|
1439 management.
|
|
1440
|
|
1441 Mon Jan 27 13:25:17 1997 William M. Perry <wmperry@aventail.com>
|
|
1442
|
|
1443 * packages/man.el (Manual-entry-switches): Don't default to -s.
|
|
1444
|
|
1445 Sun Jan 26 16:27:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1446
|
|
1447 * bytecomp/byte-optimize.el (byte-compile-inline-expand):
|
|
1448 Correctly refresh the pointer to a symbol being autoloaded prior
|
|
1449 to inline.
|
|
1450
|
|
1451 Sun Jan 26 13:57:22 1997 Bob Weiner <weiner@infodock.com>
|
|
1452
|
|
1453 * prim/about.el (about-xemacs-xref): Update bio.
|
|
1454
|
|
1455 Sat Jan 25 22:58:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1456
|
|
1457 * x11/x-menubar.el (default-menubar): Update ps-paper-type options
|
|
1458 for new ps-print.el.
|
|
1459
|
84
|
1460 Thu Jan 23 01:40:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1461
|
|
1462 * psgml/psgml-html.el (html-mode): Set up friendlier syntax
|
|
1463 table.
|
|
1464
|
|
1465 * psgml/psgml.el (sgml-running-xemacs): Remove
|
|
1466 sgml-mode-syntax-table since it has been superseded.
|
|
1467
|
82
|
1468 Thu Jan 9 13:32:01 1997 Jacques Duthen Prestataire <duthen@cegelec-red.fr>
|
|
1469
|
|
1470 * ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
|
|
1471 <simon@gnu.ai.mit.edu>
|
|
1472 (ps-print-version): Fix value.
|
|
1473 (cl lisp-float-type): Require them.
|
|
1474 (ps-number-of-columns ps-*-font-size): Try to select defaults
|
|
1475 better suited when `ps-landscape-mode' is non-nil.
|
|
1476 (ps-*-faces): Change default for Font Lock mode faces when
|
|
1477 `ps-print-color-p' is nil.
|
|
1478 (ps-right-header): Replace `time-stamp-yy/mm/dd'
|
|
1479 by `time-stamp-mon-dd-yyyy'.
|
|
1480 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
|
|
1481 (ps-generate-postscript-with-faces): Replace `ps-sorter' by
|
|
1482 `car-less-than-car'.
|
|
1483 (ps-plot ps-generate): Replace `%d' by `%3d'.
|
|
1484
|
|
1485 Wed Jan 22 15:32:39 1997 Greg Klanderman <greg@alphatech.com>
|
|
1486
|
|
1487 * modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
|
|
1488 minibuffer earlier than the first received event.
|
|
1489
|
|
1490 Wed Jan 22 15:29:08 1997 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
1491
|
|
1492 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
|
|
1493 menu-bar lookup fails.
|
|
1494
|
|
1495 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1496
|
|
1497 * lisp/x11/x-font-menu.el: Make font menus work better in a
|
|
1498 Japanese environment.
|
|
1499
|
|
1500 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1501
|
|
1502 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.
|
|
1503
|
|
1504 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
1505
|
|
1506 * man.el (Manual-mode): Don't mess with scrollbars if they aren't
|
|
1507 present.
|
|
1508
|
|
1509 Tue Jan 21 19:52:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1510
|
|
1511 * utils/timezone.el (timezone-parse-date): Fix Y2K bug.
|
|
1512
|
|
1513 Tue Jan 21 19:32:44 1997 Barry A. Warsaw <bwarsaw@anthem.cnri.reston.va.us>
|
|
1514
|
|
1515 * prim/files.el (hack-local-variables-prop-line): XEmacs should
|
|
1516 not query to set local variables in the -*- line if there aren't
|
|
1517 any to set!
|
|
1518
|
|
1519 Thu Jan 16 18:24:20 1997 Steven L Baur <steve@miranova.com>
|
|
1520
|
|
1521 * psgml/psgml.el: Use newer interface form for nsgmls.
|
|
1522
|
|
1523 Thu Jan 16 04:06:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1524
|
|
1525 * comint/telnet.el (rsh): (Mostly) correct dealing with detection
|
|
1526 of password prompt at login.
|
|
1527
|
|
1528 Thu Jan 16 03:28:25 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1529
|
|
1530 * modes/view.el (View-scroll-lines-forward): Correct format typo.
|
|
1531
|
|
1532 Mon Jan 13 22:50:23 1997 David Moore <dmoore@UCSD.EDU>
|
|
1533
|
|
1534 * packages/compile.el: Clean up regexps.
|
|
1535
|
|
1536 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1537
|
|
1538 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.
|
|
1539
|
151
|
1540 Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
82
|
1541
|
|
1542 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
|
|
1543 alias
|
|
1544 Import definition of `truncate-string-to-width' from Emacs/mule-delta.
|
|
1545
|
|
1546 Sun Jan 12 13:57:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1547
|
|
1548 * prim/window.el (shrink-window-if-larger-than-buffer): Don't let
|
|
1549 readjusted window change the buffer order stack.
|
|
1550
|
|
1551 Sat Jan 11 20:12:47 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
1552
|
|
1553 * utils/finder.el (finder-insert-at-column): Correct off-by-one
|
|
1554 error affecting long file names.
|
|
1555
|
80
|
1556 Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com>
|
|
1557
|
|
1558 * utils/bench.el: New version.
|
|
1559
|
|
1560 Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1561
|
|
1562 * packages/man.el (Manual-entry-switches): New variable.
|
|
1563 (Manual-apropos-switches): New variable.
|
|
1564 (Manual-run-formatter): Use them.
|
|
1565
|
|
1566 Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com>
|
|
1567
|
|
1568 * modes/make-mode.el: Allow disabling of suspicious line warnings
|
|
1569 allow macro pickup when a macro is entered normally
|
|
1570 add the runtime macros to the completion list so confirmation is
|
|
1571 not necessary when minibuffer-confirm-incomplete is t.
|
|
1572 (these last two only in effect when makefile-electric-keys=t)
|
|
1573
|
|
1574 Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1575
|
|
1576 * mule/mule-files.el (file-coding-system-alist): Default to 8 bit
|
|
1577 on .el and .info files.
|
|
1578
|
|
1579 Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1580
|
|
1581 * prim/help.el (help-mode-quit): Correct typo in docstring.
|
|
1582 (help-mode-quit): Bury help buffer before restoring previous
|
|
1583 window configuration.
|
|
1584
|
|
1585 Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
1586
|
|
1587 * x11/x-menubar.el (default-menubar): Include enriched.doc in the
|
|
1588 samples in the help menu.
|
|
1589
|
|
1590 Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
1591
|
|
1592 * x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
|
|
1593 (toolbar-news): Use it.
|
|
1594
|
|
1595 Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1596
|
|
1597 * x11/x-compose.el (global-map): Keysyms use `-' not `_'.
|
|
1598
|
|
1599 Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1600
|
|
1601 * comint/telnet.el (telnet-initial-filter): Enable
|
|
1602 case-fold-search.
|
|
1603 (telnet-maximum-count): Bump up to 6, since 4 does not always
|
|
1604 appear to be enough.
|
|
1605
|
|
1606 Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu>
|
|
1607
|
|
1608 * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
|
|
1609 has been renamed to no-conversion.
|
|
1610 (sgml-bdtd-merge): Ditto.
|
|
1611 (sgml-push-to-entity): Ditto.
|
|
1612
|
|
1613 Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1614
|
|
1615 * utils/loadhist.el (symbol-file): Make interactive.
|
|
1616
|
|
1617 Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com>
|
|
1618
|
|
1619 * packages/avoid.el (mouse-avoidance-mode): autoload.
|
|
1620
|
|
1621 * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
|
|
1622 mode option.
|
|
1623
|
78
|
1624 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1625
|
|
1626 * prim/faces.el (init-other-random-faces): Guard against adding
|
|
1627 modeline buffer tty face if no tty support.
|
|
1628
|
|
1629 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com>
|
|
1630
|
|
1631 * packages/backup-dir.el: Added to distribution.
|
|
1632
|
|
1633 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1634
|
|
1635 * gnus/gnus-setup.el: Updated to gracefully handle installed
|
|
1636 auxilliary packages like tm, and handle eventual integration of
|
|
1637 Red Gnus/Gnus 5.4.
|
|
1638
|
|
1639 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
1640
|
|
1641 * packages/gnuserv.el (gnuserv-frame): Autoload.
|
|
1642
|
|
1643 * x11/x-menubar.el (default-menubar): Add option to control gnuserv
|
|
1644 creating a new frame.
|
|
1645 (options-menu-saved-forms): Ditto.
|
|
1646
|
|
1647 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1648
|
|
1649 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
|
|
1650 feature test on 'scrollbar.
|
|
1651
|
|
1652 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1653
|
|
1654 * packages/mic-paren.el (paren-activate): Update to v1.2.
|
|
1655
|
|
1656 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu>
|
|
1657
|
|
1658 * x11/x-menubar.el (default-menubar): Add require-final-newline
|
|
1659 and next-line-add-newlines as options in the options menu.
|
|
1660 (options-menu-saved-forms): Ditto.
|
|
1661
|
|
1662 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com>
|
|
1663
|
|
1664 * prim/simple.el (blink-matching-open): Make sure point is visible
|
|
1665 when blinking.
|
|
1666
|
|
1667 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
1668
|
|
1669 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
|
|
1670 synch up.
|
|
1671 (occur-mode-map): Ditto.
|
|
1672
|
|
1673 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1674
|
|
1675 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
|
|
1676 sgml-top-tree. Needed by sgml-open-element.
|
|
1677
|
|
1678 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1679
|
|
1680 * Version 1.0 released.
|
|
1681
|
|
1682 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1683
|
|
1684 * psgml.el (sgml-mode): modify mode-line-format with subst, don't
|
|
1685 replicate the whole format in the code.
|
|
1686
|
|
1687 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1688
|
|
1689 * psgml-parse.el (sgml-external-file): Try to find system
|
|
1690 identifiers using the sgml-public-map
|
|
1691 if sgml-system-identifiers-are-preferred; this way that flag will
|
|
1692 have effect even if the sgml-public-map contains `%s'.
|
|
1693 (sgml-final): moved to be defined before use.
|
|
1694
|
|
1695 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
|
|
1696 character references to character number above 255 by leaving a
|
|
1697 character reference in then parsed entity text.
|
|
1698
|
|
1699 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk>
|
|
1700
|
|
1701 * psgml-other.el (sgml-set-face-for): Nullify
|
|
1702 {after,before}-change-functions as well as (obsolete)
|
|
1703 {after,before}-change-function.
|
|
1704
|
|
1705 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1706
|
|
1707 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
|
|
1708 prior to starting gdb.
|
|
1709
|
|
1710 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1711
|
|
1712 * comint/telnet.el (telnet-check-software-type-initialize): Remove
|
|
1713 default in cond (which allows special treatment of password prompt
|
|
1714 to work).
|
|
1715
|
|
1716 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
1717
|
|
1718 * packages/gnuserv.el (server-edit): Add option to allow killing
|
|
1719 last visible frame.
|
|
1720
|
|
1721 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1722
|
|
1723 * prim/files-nomule.el: Add trailing newline.
|
|
1724
|
|
1725 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org>
|
|
1726
|
|
1727 * modes/perl-mode.el: Add (provide 'perl-mode).
|
|
1728
|
|
1729 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1730
|
|
1731 * ilisp/Makefile (elc): Be a little smarter about recompilation.
|
|
1732
|
|
1733 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1734
|
|
1735 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.
|
|
1736
|
76
|
1737 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1738
|
|
1739 * x11/x-menubar.el (default-menubar): Move Frame-local font menu
|
|
1740 option to Frame Appearance submenu.
|
|
1741
|
|
1742 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1743
|
|
1744 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
|
|
1745 nil, because everyone was confused by it defaulting to t.
|
|
1746
|
|
1747 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
1748
|
|
1749 * prim/sort.el (sort-subr): Document use of `sort-fold-case'.
|
|
1750 (sort-lines): Ditto.
|
|
1751 (sort-paragraphs): Ditto.
|
|
1752 (sort-pages): Ditto.
|
|
1753 (sort-regexp-fields): Ditto.
|
|
1754 (sort-numeric-fields): Ditto.
|
|
1755 (sort-regexp-fields): Ditto.
|
|
1756 (sort-columns): Ditto.
|
|
1757 (sort-regexp-fields): Use compare-buffer-substrings if available.
|
|
1758
|
|
1759 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu>
|
|
1760
|
|
1761 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
|
|
1762 expansion from happening multiple times.
|
|
1763
|
|
1764 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1765
|
|
1766 * prim/help.el (help-for-help): Don't confuse help character `b'
|
|
1767 with scrolling character `b' in view-less help buffer.
|
|
1768
|
|
1769 * packages/scroll-in-place.el: Synch with 19.15.
|
|
1770
|
|
1771 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1772
|
|
1773 * x11/x-menubar.el (xemacs-splash-buffer): New function.
|
|
1774 (default-menubar): Use it.
|
|
1775 (default-menubar): Reorganize help menus.
|
|
1776
|
|
1777 * prim/startup.el (startup-message-timeout): More or less disable
|
|
1778 the timeout of the splash screen.
|
|
1779
|
|
1780 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's
|
|
1781 Rosetta Man patch.
|
|
1782 (Manual-nuke-nroff-bs): Use it.
|
|
1783
|
|
1784 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1785
|
|
1786 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
|
|
1787 buffer to fit.
|
|
1788
|
|
1789 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1790
|
|
1791 * utils/delbackspace.el: Correct rebindings so they work properly
|
|
1792 when cc-mode is not dumped with XEmacs.
|
|
1793
|
|
1794 * packages/apropos.el (apropos-print): Minimize size of *Apropos*
|
|
1795 window if it is small.
|
|
1796
|
|
1797 * prim/lisp.el (lisp-complete-symbol): Minimize size of
|
|
1798 *Completions* window.
|
|
1799
|
|
1800 * prim/help.el (with-displaying-help-buffer): (Based on an idea
|
|
1801 from Sudish Joseph) minimize size of displayed help window.
|
|
1802
|
|
1803 * modes/fortran.el (fortran-window-create-momentarily): Fix
|
|
1804 lossage from synch with Emacs 19.34.
|
|
1805 (fortran-abbrev-start): Ditto.
|
|
1806
|
|
1807 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
1808
|
|
1809 * x11/x-toolbar.el (toolbar-news): Check whether this is the last
|
|
1810 frame before deleting it.
|
|
1811
|
|
1812 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com>
|
|
1813
|
|
1814 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
|
|
1815 as well as linefeeds.
|
|
1816
|
|
1817 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism
|
|
1818 in setting unread-command-events.
|
|
1819
|
|
1820 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com>
|
|
1821
|
|
1822 * packages/font-lock.el: Update Java support.
|
|
1823
|
|
1824 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1825
|
|
1826 * packages/fontl-hooks.el: Add provide (synch with 19.15).
|
|
1827
|
|
1828 * x11/x-toolbar.el: Don't quote lambda macro.
|
|
1829
|
|
1830 * packages/session.el: Removed from distribution.
|
|
1831
|
|
1832 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
1833
|
|
1834 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
1835
|
74
|
1836 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1837
|
|
1838 * packages/compile.el (compilation-error-regexp-alist): Complete
|
|
1839 fix for lossage on bad regexps.
|
|
1840
|
|
1841 * prim/loadup.el: Remove cc-mode as a dumped package.
|
|
1842
|
|
1843 * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.
|
|
1844
|
|
1845 * prim/minibuf.el (minibuffer-complete-word): Correct an ebola
|
|
1846 infection that caused incorrect interpretation of SPC in the
|
|
1847 minibuffer.
|
|
1848
|
|
1849 Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
1850
|
|
1851 * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
|
|
1852 Add Show all item.
|
|
1853
|
|
1854 Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
1855
|
|
1856 * prim/files.el: Make enable-local-variables 'ask-me behave sanely.
|
|
1857
|
|
1858 Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1859
|
|
1860 * prim/simple.el (next-line-add-newlines): Now defaults to nil.
|
|
1861
|
|
1862 Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
1863
|
|
1864 * utils/bench.el (bench-mark-13): Added.
|
|
1865
|
|
1866 Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1867
|
|
1868 * mule/mule-coding.el: Change charset names.
|
|
1869
|
|
1870 * mule/japanese-hooks.el: Change charset names.
|
|
1871
|
|
1872 * mule/hebrew-hooks.el: Change charset names.
|
|
1873 Remove quail hooks.
|
|
1874
|
|
1875 * mule/greek-hooks.el: Change charset names.
|
|
1876 Remove quail hooks.
|
|
1877
|
|
1878 * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
|
|
1879 charset names.
|
|
1880 Remove quail hooks.
|
|
1881
|
|
1882 * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
|
|
1883 Remove quail hooks.
|
|
1884
|
|
1885 * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
|
|
1886 Use chinese-gb2312.
|
|
1887 Remove quail hooks.
|
|
1888 (chinese): Comment out code for egg.
|
|
1889
|
|
1890 * mule/thai-hooks.el: Use thai-tis620.
|
|
1891 (thai): Prefer macro definition of lambda.
|
|
1892
|
|
1893 * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
|
|
1894 censorship.
|
|
1895
|
|
1896 * prim/obsolete.el (wholenump): New obsolete alias.
|
|
1897
|
|
1898 * prim/simple.el (comment-indent-function): Use macro definition
|
|
1899 of (lambda () ...).
|
|
1900
|
|
1901 * prim/replace.el (list-matching-lines): Remove redundant
|
|
1902 (message (format ...))
|
|
1903
|
|
1904 * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
|
|
1905 a dumped package).
|
|
1906
|
|
1907 Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1908
|
|
1909 * comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
|
|
1910 (telnet-check-software-type-initialize): Cleanup from Synch.
|
|
1911
|
|
1912 Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1913
|
|
1914 * packages/buff-menu.el (list-buffers-directory): autoload.
|
|
1915
|
|
1916 Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1917
|
|
1918 * electric/ebuff-menu.el (electric-buffer-list): Restore behavior
|
|
1919 of using prefix argument.
|
|
1920
|
|
1921 * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
|
|
1922 kp-\1.
|
|
1923
|
|
1924 * emulators/tpu-edt.el: Ditto.
|
|
1925
|
|
1926 * x11/x-win-sun.el: Ditto.
|
|
1927
|
|
1928 * x11/x-iso8859-1.el: Ditto.
|
|
1929
|
|
1930 * term/tvi970.el: Ditto.
|
|
1931
|
|
1932 * term/news.el: Ditto.
|
|
1933
|
|
1934 * term/lk201.el: Ditto.
|
|
1935
|
|
1936 * term/linux.el: Ditto.
|
|
1937
|
|
1938 * prim/keydefs.el: Ditto.
|
|
1939
|
|
1940 * prim/events.el: Ditto.
|
|
1941
|
|
1942 * packages/icomplete.el (icomplete-get-keys): Ditto.
|
|
1943
|
|
1944 * games/gomoku.el (gomoku-mode-map): Ditto.
|
|
1945
|
|
1946 * games/blackbox.el (blackbox-mode-map): Ditto.
|
|
1947
|
|
1948 Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com>
|
|
1949
|
|
1950 * prim/minibuf.el (next-history-element): Remove kludge test on
|
|
1951 minibuffer-history-sexp-flag.
|
|
1952
|
|
1953 * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
|
|
1954 on XEmacsen started on X displays.
|
|
1955
|
|
1956 Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se>
|
|
1957
|
|
1958 * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
|
|
1959 version check to look at major numbers.
|
|
1960 (ilisp-find-top-left-most-window): Ditto.
|
|
1961
|
|
1962 Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1963
|
|
1964 * utils/mail-extr.el (mail-extract-address-components): Don't
|
|
1965 automatically downcase extracted elements. It violates standards.
|
|
1966
|
|
1967 Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1968
|
|
1969 * x11/x-menubar.el (buffers-menu-filter): The buffer menu was
|
|
1970 shortened to `buffers-menu-max-size' items even if
|
|
1971 `buffers-menu-submenus-for-groups-p' is non-nil.
|
|
1972
|
|
1973 Let `buffers-menu-submenus-for-groups-p' be an integer : if there
|
|
1974 are more buffers than this value, use submenus, otherwise not.
|
|
1975
|
|
1976 * packages/vc.el (vc-rename-this-file): New function (was missing,
|
|
1977 but referred to on the menubar).
|
|
1978
|
|
1979 * packages/compile.el (compilation-font-lock-keywords): `defvar'
|
|
1980 instead of `defconst'!
|
|
1981
|
|
1982 * prim/mouse.el (default-mouse-track-normalize-point): Double
|
|
1983 click mouse-1 on sexpr selects the sexpr.
|
|
1984
|
|
1985 * x11/x-menubar.el (options-menu-saved-forms): Fix bug in
|
|
1986 `save-options-menu-settings'.
|
|
1987
|
|
1988 Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1989
|
|
1990 * prim/simple.el (forward-to-indentation): Do not deactivate zmacs
|
|
1991 region on usage.
|
|
1992 (backward-to-indentation): Ditto.
|
|
1993
|
|
1994 Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1995
|
|
1996 * prim/lisp.el (backward-up-list): Do not deactivate zmacs region
|
|
1997 on usage.
|
|
1998
|
|
1999 Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
2000
|
|
2001 * prim/files.el (set-auto-mode): Require a #! signature to set
|
|
2002 mode based on interpreter.
|
|
2003
|
|
2004 Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2005
|
|
2006 * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
|
|
2007 Rosetta Man Patch.
|
|
2008 (Man-cleanup-manpage): Use it.
|
|
2009
|
|
2010 * prim/simple.el (yank): Corrected a mistaken synch with Emacs
|
|
2011 19.34.
|
|
2012
|
|
2013 * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
|
|
2014 syntax entry so update-autoloads doesn't barf.
|
|
2015
|
|
2016 * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
|
|
2017 bindings.
|
|
2018
|
|
2019 Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2020
|
|
2021 * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
|
|
2022 `ps-lpr-switches'.
|
|
2023
|
|
2024 * packages/lpr.el (print-region-1): Allow dynamic expansion of
|
|
2025 `lpr-switches'.
|
|
2026
|
72
|
2027 Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
2028
|
|
2029 * modes/vhdl-mode.el: New File.
|
|
2030
|
|
2031 Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com>
|
|
2032
|
|
2033 * utils/bench.el: New file. Utility for benchmarking emacs
|
|
2034 performance.
|
|
2035
|
|
2036 Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2037
|
|
2038 * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
|
|
2039 bad 19.34 synch patch.
|
|
2040
|
|
2041 * utils/pretty-print.el: New File.
|
|
2042
|
|
2043 Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2044
|
|
2045 * prim/files-nomule.el: Documentation corrections.
|
|
2046
|
|
2047 * prim/files.el: Synch to 19.15/Emacs 19.34.
|
|
2048
|
|
2049 Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2050
|
|
2051 * packages/hexl.el (hexl-mode-map): Corrected obsolescent key
|
|
2052 names introduced in 19.15-b2.
|
|
2053
|
|
2054 Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2055
|
|
2056 * games/yow.el: Sync to GNU Emacs 19.34.
|
|
2057
|
|
2058 * games/studly.el: Documentation fixes.
|
|
2059
|
|
2060 * games/spook.el: Sync to GNU Emacs 19.34.
|
|
2061
|
|
2062 * games/mpuz.el: Sync to GNU Emacs 19.34.
|
|
2063
|
|
2064 * games/life.el: Sync to GNU Emacs 19.34.
|
|
2065
|
|
2066 * games/hanoi.el: Sync to GNU Emacs 19.34.
|
|
2067
|
|
2068 * games/flame.el: Documentation fixes.
|
|
2069
|
|
2070 * games/dunnet.el: Sync to GNU Emacs 19.34.
|
|
2071
|
|
2072 * games/doctor.el: Sync to GNU Emacs 19.34.
|
|
2073
|
|
2074 * games/dissociate.el: Sync to GNU Emacs 19.34.
|
|
2075
|
|
2076 * games/cookie1.el: Sync to GNU Emacs 19.34.
|
|
2077
|
|
2078 * games/conx.el: Documentation fixes.
|
|
2079
|
|
2080 * games/blackbox.el: Sync to GNU Emacs 19.34.
|
|
2081
|
|
2082 * games/NeXTify.el: Documentation fixes.
|
|
2083
|
|
2084 * packages/man.el: New file/replacement from Emacs 19.34.
|
|
2085
|
|
2086 * packages/man-xref.el: New file from Emacs 19.35.
|
|
2087
|
|
2088 * utils/smtpmail.el: New file from Emacs 19.34.
|
|
2089
|
151
|
2090 Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
72
|
2091
|
|
2092 * prim/startup.el (set-default-load-path): Set default-load-path
|
|
2093 dynamically since file-detect.el is dumped with XEmacs.
|
|
2094
|
|
2095 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2096
|
|
2097 * emulators/tpu-mapper.el: Total replacement with version in GNU
|
|
2098 Emacs 19.34.
|
|
2099
|
|
2100 * emulators/tpu-extras.el: Total replacement with version in GNU
|
|
2101 Emacs 19.34.
|
|
2102
|
|
2103 * emulators/tpu-edt.el: Total replacement with version in GNU Emacs
|
|
2104 19.34.
|
|
2105
|
|
2106 * comint/history.el: Documentation fixes.
|
|
2107
|
|
2108 * comint/gdb.el: Documentation fixes.
|
|
2109
|
|
2110 * comint/dbx.el: Documentation fixes.
|
|
2111
|
|
2112 * comint/background.el: Documentation fixes.
|
|
2113
|
|
2114 * rmail/rmail-xemacs.el: Documentation fixes.
|
|
2115
|
|
2116 * rmail/rmail-kill.el: Documentation fixes.
|
|
2117
|
|
2118 * emulators/ws-mode.el: Synch up to Emacs 19.34.
|
|
2119
|
|
2120 * emulators/teco.el: Documentation cleanup.
|
|
2121
|
|
2122 * emulators/mlsupport.el: Synch up to Emacs 19.34.
|
|
2123
|
|
2124 * emulators/mlconvert.el: Synch up to Emacs 19.34.
|
|
2125
|
|
2126 * emulators/edt-vt100.el: New file from Emacs 19.34.
|
|
2127
|
|
2128 * emulators/edt-pc.el: New file from Emacs 19.34.
|
|
2129
|
|
2130 * emulators/edt-mapper.el: New file from Emacs 19.34.
|
|
2131
|
|
2132 * emulators/edt-lk201.el: New file from Emacs 19.34.
|
|
2133
|
|
2134 * emulators/edt.el: Synched up to Emacs 19.34.
|
|
2135
|
|
2136 Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
2137
|
|
2138 * prim/replace.el (match-string): Use a function instead of a
|
|
2139 macro to be compatible with .elc files compiled under Emacs.
|
|
2140
|
|
2141 Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com>
|
|
2142
|
|
2143 * utils/id-select.el: New file -- Version 1.4.3.
|
|
2144
|
|
2145 Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2146
|
|
2147 * emulators/crisp.el: New file.
|
|
2148
|
|
2149 * emulators/scroll-lock.el: New file.
|
|
2150
|
|
2151 Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2152
|
|
2153 * prim/help.el: A callable library-type function should not
|
|
2154 contain an unprotected print statement. This change implements my
|
|
2155 version of Erik Naggum's statement about locate-library being less
|
|
2156 chatty in Emacs 19.35.
|
|
2157
|
|
2158 Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2159
|
|
2160 * utils/flow-ctrl.el: Synch up to Emacs 19.34.
|
|
2161
|
|
2162 * utils/forms.el: Synch up to Emacs 19.34.
|
|
2163
|
|
2164 * packages/column.el: Allow column numbers to start at one.
|
|
2165
|
|
2166 * prim/userlock.el: Synch up to Emacs 19.34.
|
|
2167
|
|
2168 * prim/paragraphs.el: Synch up to Emacs 19.34.
|
|
2169
|
|
2170 * prim/page.el: Synch up to Emacs 19.34.
|
|
2171
|
|
2172 * prim/options.el: Synch up to Emacs 19.34.
|
|
2173
|
|
2174 * prim/novice.el: Synch up to Emacs 19.34.
|
|
2175
|
|
2176 * prim/rect.el: Sync up to Emacs 19.34.
|
|
2177
|
|
2178 * prim/reposition.el: Synch up to Emacs 19.34.
|
|
2179
|
|
2180 * prim/replace.el: Synch up to Emacs 19.34.
|
|
2181
|
|
2182 * prim/register.el: Synch up to Emacs 19.34.
|
|
2183
|
|
2184 * prim/indent.el: Synch up to Emacs 19.34.
|
|
2185
|
|
2186 * prim/subr.el: Synch up to Emacs 19.34.
|
|
2187
|
|
2188 * prim/simple.el: Synch up to Emacs 19.34.
|
|
2189
|
|
2190 * prim/debug.el: Synch up to Emacs 19.34.
|
|
2191
|
|
2192 * edebug/cl-specs.el: Comment formatting changes.
|
|
2193
|
|
2194 * edebug/cl-read.el: Protect advisement of eval-region from being
|
|
2195 evaluated more than once.
|
|
2196
|
|
2197 Comment formatting changes.
|
|
2198
|
|
2199 * edebug/advise-eval-region.el: New File. Separate out advise for
|
|
2200 eval-region so it is only evaluated once.
|
|
2201
|
|
2202 * packages/icomplete.el: Fix a bug in locating command bound to key.
|
|
2203
|
|
2204 icomplete-exhibit needs to be called in the setup-hook.
|
|
2205
|
|
2206 * packages/apropos.el: Correct a typo in button binding.
|
|
2207
|
|
2208 Fixes the bug where if apropos-label-face is actually defined as
|
|
2209 face, apropos bombs with an error
|
|
2210
|
|
2211 Do a (provide 'apropos), like all packages should.
|
|
2212
|
|
2213 Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
|
|
2214 customization is unnecessarily painful).
|
|
2215
|
|
2216 Redefines the default faces for the various apropos faces so they
|
|
2217 come out in color by default (defaults are based on various
|
|
2218 standard font-lock faces).
|
|
2219
|
|
2220 * version.el: Bumped up to b31.
|
|
2221
|
|
2222
|