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