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