169
|
1 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * prim/cmdloop.el (errors-deactivate-region): Default to no error
|
|
4 behavior for beta testing.
|
|
5
|
|
6 * prim/dumped-lisp.el (dumped-lisp-packages): Reenable dumping
|
|
7 winnt.elc with MS Windows NT version of XEmacs.
|
|
8
|
|
9 1997-07-05 Steven L Baur <steve@altair.xemacs.org>
|
|
10
|
|
11 * comint/shell.el ((not shell-mode-map)): M-RET conflicts with
|
|
12 Hyperbole binding.
|
|
13
|
|
14 * comint/comint.el (comint-mode): Use easymenu for making menus.
|
|
15 (comint-popup-menu): Use mode-popup menu instead of private menu.
|
|
16
|
|
17 * efs/dired.el (toplevel): Do not string test version against
|
|
18 "Lucid".
|
|
19
|
|
20 * prim/obsolete.el (add-menu): Don't make obsolete.
|
|
21
|
|
22 * utils/easymenu.el (easy-menu-remove): Do something neater when
|
|
23 only one buffer menu is in effect.
|
|
24 (easy-menu-add): Ditto.
|
|
25
|
|
26 * prim/dumped-lisp.el (dumped-lisp-packages): easymenu will be
|
|
27 dumped with XEmacs.
|
|
28
|
|
29 * utils/easymenu.el (easy-menu-define): Don't autoload.
|
|
30
|
|
31 * modes/lisp-mode.el (toplevel): Rename menu descriptors.
|
|
32 (emacs-lisp-mode): Use easy-menu-define/easy-menu-add to add menus.
|
|
33 (lisp-interaction-mode): Ditto.
|
|
34
|
|
35 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
|
|
36
|
|
37 * prim/cmdloop.el (errors-deactivate-region): Default to existing
|
|
38 behavior.
|
|
39
|
|
40 * leim/quail.el (quail-mode): Correct addition of quail minor mode
|
|
41 info to minor-mode-map-alist.
|
|
42 (top-level): Ditto.
|
|
43
|
|
44 1997-06-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
45
|
|
46 * modes/abbrev.el (define-mode-abbrev): Call `define-abbrev' with
|
|
47 correct arguments.
|
|
48
|
|
49 1997-07-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
50
|
|
51 * prim/minibuf.el (read-from-minibuffer): Initialize
|
|
52 `current-minibuffer-contents', `current-minibuffer-point', and
|
|
53 `initial-minibuffer-history-position'.
|
|
54 (next-history-element): Use them.
|
|
55 (previous-matching-history-element): Ditto.
|
|
56
|
|
57 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
|
|
58
|
|
59 * prim/cus-load.el (custom-put): New alias for overloadable
|
|
60 function.
|
|
61
|
|
62 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
63
|
|
64 * utils/autoload.el (batch-update-directory): Fix typo.
|
|
65 (update-autoloads-from-directory): Avoid scanning custom-load.el
|
|
66 and auto-autoload.el files.
|
|
67 (batch-update-autoloads): Remove duplicate status message.
|
|
68 (autoload-snarf-defcustom): Keep track of what symbols we have
|
|
69 attached property lists to.
|
|
70
|
|
71 * ilisp/Makefile (autoloads): Add autoloads dependencies.
|
|
72
|
|
73 * hyperbole/Makefile: Add autoloads dependencies.
|
|
74
|
|
75 * utils/autoload.el (batch-update-autoloads): Load custom-load
|
|
76 prior to updating autoloads.
|
|
77
|
|
78 * cc-mode/Makefile (autoloads): New targets to automatically
|
|
79 rebuild autoloads and custom-loads.
|
|
80
|
|
81 1997-07-02 Steven L Baur <steve@altair.xemacs.org>
|
|
82
|
|
83 * auctex/Makefile (autoloads): New targets to automatically
|
|
84 rebuild autoloads and custom-loads.
|
|
85
|
|
86 * utils/autoload.el (batch-update-autoloads): Add new parameter,
|
|
87 update DOC string.
|
|
88
|
|
89 * comint/gdb.el (gdb-mode): Semantics of c-mode-syntax-table have
|
|
90 changed.
|
|
91
|
|
92 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
93
|
|
94 * x11/x-menubar.el: bookmark submenu beautification -- This will
|
|
95 make it look better (and will prevent some consing, but that's
|
|
96 being anal).
|
|
97 From Hrvoje Niksic <hniksic@srce.hr>
|
|
98
|
|
99 * prim/simple.el (delete-key-deletes-forward): Mark docstring as
|
|
100 an user option.
|
|
101 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
102
|
|
103 * mel/mel-q.el (q-encoding-encode-string): Fix Ebola-ified
|
|
104 comparison.
|
|
105
|
|
106 * efs/efs-ovwrt.el (efs-overwrite-fn): efs is manufacturing its
|
|
107 own byte code. Whee.
|
|
108 * utils/advice.el (ad-interactive-form): Don't treat bytecode as a
|
|
109 vector if it can be avoided.
|
|
110 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
111
|
|
112 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
113
|
|
114 * prim/files.el (auto-mode-alist): Don't set image-mode by default
|
|
115 on xpms.
|
|
116
|
|
117 Sun Jun 29 20:57:15 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
118
|
|
119 * prim/simple.el: bind inhibit-read-only to t before
|
|
120 trying to erase or otherwise modify the echo area buffer.
|
|
121
|
|
122 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
123
|
|
124 * modes/image-mode.el: Add `image-maybe-restore' to
|
|
125 `change-major-mode-hook'.
|
|
126
|
|
127 * modes/image-mode.el (image-maybe-restore): New function.
|
|
128
|
167
|
129 1997-06-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
130
|
|
131 * modes/abbrev.el (define-mode-abbrev): Would ignore EXPANSION.
|
|
132
|
|
133 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
134
|
|
135 * modes/abbrev.el (define-abbrev): If NAME contains a non-word
|
|
136 character, intern a ` ' symbol in the obarray.
|
|
137
|
|
138 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
139
|
|
140 * prim/files.el (auto-mode-alist): Set image-mode for various
|
|
141 image file names (JPEG, GIF, PNG, and xpm).
|
|
142
|
|
143 Sun Jun 29 03:02:10 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
144
|
|
145 * src/undo.c (record_extent):
|
|
146 If the extent's object is a string, just return. We
|
|
147 can't record undo information for strings, and it is
|
|
148 very bad to reference through a string pointer as if it
|
|
149 were a buffer pointer.
|
|
150
|
|
151 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
152
|
|
153 * utils/delbs.el: Removed as obsolete.
|
|
154 Suggested by Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
155
|
|
156 * packages/hyper-apropos.el (hyper-apropos-documentation): Remove
|
|
157 obsolete alias.
|
|
158 (hyper-apropos-hyperlink): Ditto.
|
|
159 (hyper-apropos-major-heading): Ditto.
|
|
160 (hyper-apropos-section-heading): Ditto.
|
|
161 (hyper-apropos-heading): Ditto.
|
|
162 (hyper-apropos-warning): Ditto.
|
|
163 From Hrvoje Niksic <hniksic@srce.hr>
|
|
164
|
|
165 * prim/simple.el (show-message-log): Restore an oldie-but
|
|
166 prematurely-retired-goodie.
|
|
167
|
|
168 * x11/x-menubar.el (default-menubar): Restore Show Message Log
|
|
169 command in Edit menu.
|
|
170
|
|
171 * mule/mule-util.el: Change defsubst to defun for
|
|
172 string-to-sequence, string-to-list, string-to-vector,
|
|
173 nested-alist-p to shut up build time diagnostics.
|
|
174
|
|
175 * prim/loadup.el (Top level): Added instrumentation to diagnose
|
|
176 where the 0 property list is getting added at dump. Naturally, I
|
|
177 cannot reproduce the problem now.
|
|
178
|
|
179 * modes/abbrev.el (define-abbrev): Trap nil tables (which might
|
|
180 cause bogus plists to get put into obarray).
|
|
181 Fix docstring.
|
|
182
|
|
183 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
184
|
|
185 * modes/auto-show.el: Customized.
|
|
186
|
|
187 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
188
|
|
189 * prim/make-docfile.el: [oops] Check auto-autoloads.elc for
|
|
190 out-of-dated-ness too.
|
|
191
|
|
192 * utils/autoload.el (batch-update-directory): Kill command line
|
|
193 args when done.
|
|
194 (autoload-save-customization): Print a warning message with the
|
|
195 offending symbol when we run across the elusive malformed property
|
|
196 list ((0 0)).
|
|
197
|
|
198 1997-06-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
199
|
|
200 * prim/profile.el (profile-key-sequence): New function.
|
|
201 (pretty-print-profiling-info): Allow interactive calls.
|
|
202
|
|
203 * prim/overlay.el: Make more FSF compatible.
|
|
204
|
|
205 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
206
|
|
207 * prim/loaddefs.el (debug-ignored-errors): Fix regexps.
|
|
208 From Hrvoje Niksic <hniksic@srce.hr>
|
|
209
|
|
210 * hyperbole/wrolo-menu.el (TopLevel): Fix tests so that W3's
|
|
211 id-menubar simulation doesn't bollux up feature tests.
|
|
212
|
|
213 * prim/about.el (about-xemacs): Adjust planned release date.
|
|
214
|
|
215 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
216
|
|
217 * prim/cus-load.el: Use correct load name.
|
|
218 - Silence the load messages.
|
|
219
|
|
220 * mule/mule-util.el (string-to-sequence): Spelling correction.
|
|
221
|
|
222 * prim/make-docfile.el: Don't overwrite DOC file when it is
|
|
223 up-to-date.
|
|
224
|
|
225 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
226
|
|
227 * language/chinese.el: Add chinese-isoir165 (CCITT Extended GB).
|
|
228
|
|
229 * language/chinese.el: Modify charset DOC-strings for CNS 11643 to
|
|
230 be more detailed.
|
|
231
|
|
232 * language/arabic.el: (require 'language/arabic-util) instead
|
|
233 of (require 'arabic) for Arabic environment.
|
|
234
|
|
235 * language/arabic-util.el: Provide `language/arabic-util' instead
|
|
236 of `arabic'.
|
|
237
|
|
238 * language/arabic.el: Rename `arabic-0', `arabic-1' and `arabic-2'
|
|
239 to `arabic-digit', `arabic-1-column' and `arabic-2-column' to sync
|
|
240 with Emacs/mule-19.34.94-zeta.
|
|
241
|
|
242 * tl/char-table.el (char-position-to-string): Use `defsubst'.
|
|
243 (char-table-1): New implementation.
|
|
244
|
|
245 Use BOX DRAWINGS characters of JIS X0208.
|
|
246
|
|
247 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
248
|
|
249 * apel/richtext.el: Add autoload comments for `richtext-encode'
|
|
250 and `richtext-decode'.
|
|
251
|
|
252 * prim/format.el (format-alist): Add `text/richtext'.
|
|
253
|
|
254 * modes/image-mode.el (image-decode): Display description for some
|
|
255 commands when XEmacs cannot decodes current buffer as inline
|
|
256 image.
|
|
257
|
|
258 * tl/chartblxmas.el: New file.
|
|
259
|
|
260 * tl/char-table.el (view-charset): Use `view-buffer'.
|
|
261
|
|
262 * x11/x-menubar.el (default-menubar): Add "Show character table"
|
|
263 for MULE menu.
|
|
264
|
|
265 * apel/emu.el: Check richtext.el is bundled.
|
|
266
|
|
267 * tl/char-table.el: Use `charset-doc-string' directly.
|
|
268
|
|
269 * tl/char-table.el (view-charset): New command.
|
|
270
|
|
271 * tl/char-table.el: `show-char-table' -> `insert-charset-table'.
|
|
272
|
|
273 * tl/char-table.el: `show-96x96-table' ->
|
|
274 `insert-96x96-charset-table'.
|
|
275
|
|
276 * tl/char-table.el: `show-94x94-table' ->
|
|
277 `insert-94x94-charset-table'.
|
|
278
|
|
279 * tl/char-table.el: `show-96-table' -> `insert-96-charset-table'.
|
|
280
|
|
281 * tl/char-table.el: `show-94-table' -> `insert-94-charset-table'.
|
|
282
|
|
283 * tl/char-table.el: Use `insert'.
|
|
284
|
|
285 * packages/hexl.el (hexl-mode-exit): Run `hexl-mode-exit-hook'.
|
|
286
|
|
287 * x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
288 support" and "Set language environment" of mule menu.
|
|
289
|
|
290 * apel/file-detect.el: Add autoload comments for function
|
|
291 `add-path', `add-latest-path', `get-latest-path',
|
|
292 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
293 variable `exec-suffix-list'.
|
|
294
|
|
295 * prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
296 image/png and image/x-xpm.
|
|
297
|
|
298 * modes/image-mode.el: New file.
|
|
299
|
|
300 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
301
|
|
302 * tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite loop
|
|
303 caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
304
|
|
305 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
306
|
165
|
307 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
308
|
|
309 * x11/x-menubar.el(default-menubar): Comment out changes to the
|
|
310 Mule menu because they bombed after recompilation.
|
|
311
|
|
312 * packages/hyper-apropos.el
|
|
313 (hyper-apropos-toggle-programming-flag): Use `with-current-buffer'
|
|
314 instead of `eval-in-buffer'.
|
|
315
|
|
316 * term/sun-mouse.el: Remove bogus redefinition of
|
|
317 `eval-in-buffer'.
|
|
318 (sun-mouse-handler): Use with-current-buffer instead of
|
|
319 `eval-in-buffer'.
|
|
320
|
|
321 * prim/make-docfile.el: Use princ not print.
|
|
322 Suggested by Hrvoje Niksic.
|
|
323
|
|
324 * packages/info.el (Info-select-node): Desensitive case search for
|
|
325 Note:.
|
|
326 (Info-next-reference): Ditto.
|
|
327 * prim/simple.el (kill-region): Adjust endpoints of extent to
|
|
328 test and deal with case of the end being less than the beginning.
|
|
329 * prim/cmdloop.el (teach-extended-commands-timeout): Bump value to 4.
|
|
330 From Hrvoje Niksic <hniksic@srce.hr>
|
|
331
|
|
332 * prim/subr.el (eval-in-buffer): Make obsolete.
|
|
333 Suggested by Hrvoje Niksic.
|
|
334
|
|
335 * packages/hyper-apropos.el (hyper-apropos-faces): Change group to
|
|
336 'faces.
|
|
337 Suggested by Per Abrahamsen.
|
|
338
|
|
339 1997-06-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
340
|
|
341 * prim/cmdloop.el (execute-extended-command): Print message after
|
|
342 the command finishes, and restore old echo-area contents.
|
|
343
|
|
344 - Get keybinding before command is executed.
|
|
345 Suggested by Kyle Jones and Steve Baur.
|
|
346
|
|
347 1997-06-24 Steven L Baur <steve@altair.xemacs.org>
|
|
348
|
|
349 * packages/gnuserv.el: Make old symbols Obsolete.
|
|
350 From Hrvoje Niksic <hniksic@srce.hr>
|
|
351
|
|
352 * prim/cmdloop.el (keyboard-quit): Don't kill zmacs-region in
|
|
353 minibuffer.
|
|
354 * prim/minibuf.el (minibuffer-keyboard-quit): Ditto.
|
|
355 From Hrvoje Niksic <hniksic@srce.hr>
|
|
356
|
|
357 * prim/help.el (help-mode-quit): Bury buffer when quitting.
|
|
358 From Hrvoje Niksic <hniksic@srce.hr>
|
|
359
|
|
360 1997-06-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
361
|
|
362 * prim/cmdloop.el: Customize `teach-extended-commands-p' and
|
|
363 `teach-extended-commands-timeout'.
|
|
364
|
|
365 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
366
|
|
367 * version.el (emacs-version): Synch with InfoDock 4.0.
|
|
368 (emacs-version): Ditto.
|
|
369
|
|
370 Mon Jun 23 12:33:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
371
|
|
372 * about.el (about-show-linked-info): Use empty strings for
|
|
373 `widget-link-prefix' and `widget-link-suffix'.
|
|
374
|
|
375 1997-06-22 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
376
|
|
377 * x11/x-menubar.el: Added `bookmark-menu-filter', changed
|
|
378 bookmark submenu from a popup to a cascading submenu.
|
|
379 * packages/bookmark.el: Added an autoload cookie for
|
|
380 `bookmark-all-names' (by Steve Baur)
|
|
381
|
|
382 1997-06-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
383
|
|
384 * packages/info.el (Info-next-reference): Fix up for M-TAB to work
|
|
385 correctly.
|
|
386
|
|
387 * utils/live-icon.el (live-icon-one-frame): Don't set glyphs to
|
|
388 balloon-help frames.
|
|
389
|
|
390 * packages/balloon-help.el (balloon-help-make-help-frame): Set the
|
|
391 `balloon-help' property to the newly created frame.
|
|
392
|
|
393 * prim/profile.el (profile): New macro.
|
|
394
|
|
395 * prim/files.el (auto-mode-alist): Add winmgr-mode.
|
|
396
|
|
397 * modes/winmgr-mode.el: Customize.
|
|
398
|
|
399 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
400
|
|
401 * utils/autoload.el (generate-file-autoloads-1): Remove warning
|
|
402 about 900 character lines.
|
|
403
|
|
404 * x11/x-toolbar.el (toolbar-mail-commands-alist): Correction for
|
|
405 calling Netscape mail.
|
|
406 From Hrvoje Niksic <hniksic@srce.hr>
|
|
407
|
|
408 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
409
|
|
410 * x11/x-menubar.el (default-menubar): Make `Jump to bookmark' menu
|
|
411 dynamic.
|
|
412 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
413
|
|
414 * prim/dumped-lisp.el (dumped-lisp-packages): Sparcworks dumps
|
|
415 comint and ring.
|
|
416
|
|
417 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
418
|
|
419 * language/arabic.el: moved from mule/arabic-hooks.el.
|
|
420
|
|
421 * mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
422 `mh-folder-coding-system'.
|
|
423
|
|
424 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
425
|
|
426 * language/ethio-util.el: imported from Emacs/mule-19.34.94-zeta.
|
|
427
|
|
428 * language/arabic-util.el: moved from mule/arabic.el; repair
|
|
429 Arabic characters.
|
|
430
|
|
431 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
432
|
|
433 * x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
434 language environment" of Mule menu.
|
|
435
|
|
436 * language/visual-mode.el: moved from mule/.
|
|
437
|
|
438 * language/ethiopic.el: Modify for XEmacs.
|
|
439
|
|
440 * language/cyrillic.el: Modify DOC-string of koi8-r; Fixed problem
|
|
441 of setting for `language-info-alist' about koi8-r.
|
|
442
|
|
443 * mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
444
|
|
445 * mule/mule-util.el: New file (imported from
|
|
446 Emacs/mule-19.34.94-zeta).
|
|
447
|
|
448 * mule/mule-misc.el: Function `truncate-string-to-width' was moved
|
|
449 to mule-util.el.
|
|
450
|
|
451 * prim/dumped-lisp.el, mule/mule-load.el: mule/arabic-hooks.el was
|
|
452 moved to language/arabic.el; mule/arabic.el was moved to
|
|
453 language/arabic-util.el; Use language/ethiopic.el instead of
|
|
454 mule/ethiopic-hooks.el; Use language/ethio-util.el instead of
|
|
455 mule/ethiopic.el.
|
|
456
|
|
457 * mule/mule-coding.el (coding-system-docstring): New alias (to
|
|
458 emulate Emacs/mule-19.34.94-zeta function).
|
|
459
|
|
460 * mule/mule-cmds.el: modified to sync with
|
|
461 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
462
|
|
463 (set-language-info): Add to "Describe Language Support" and "Set
|
|
464 Language Environment" menu.
|
|
465
|
|
466 * mule/mule-charset.el: Function `compose-region' and
|
|
467 `decompose-region' were moved to mule-util.el.
|
|
468
|
|
469 * leim/quail.el: modify to sync with latest quail.el of Emacs/mule
|
|
470 in ETL.
|
|
471
|
|
472 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
473
|
|
474 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
475
|
163
|
476 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
477
|
|
478 * prim/tabify.el (untabify): Return nil.
|
|
479 From contributor name lost.
|
|
480
|
|
481 * prim/packages.el (packages-hardcoded-lisp): startup.elc needs to
|
|
482 be scanned for docstrings.
|
|
483
|
|
484 1997-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
485
|
165
|
486 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Change
|
|
487 title to name.
|
163
|
488 * prim/overlay.el (overlay-put): Support `local-map'.
|
|
489 (overlay-get): Support `category'.
|
|
490
|
|
491 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
492
|
|
493 * prim/startup.el (load-user-init-file): Load custom-file if it
|
|
494 has not changed from the default.
|
|
495
|
|
496 1997-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
497
|
|
498 * prim/overlay.el (make-overlay): Avoid temporary variable.
|
|
499 (move-overlay): Ditto.
|
|
500 (overlays-in): Use `mapcar-extents'.
|
|
501 (next-overlay-change): Avoid consing; use `map-extents'.
|
|
502 (previous-overlay-change): Ditto.
|
|
503 (overlay-lists): Ditto.
|
|
504 (overlay-lists): Call `overlay-recenter' with correct value.
|
|
505
|
|
506 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
507
|
|
508 * utils/autoload.el (fixup-autoload-buffer): New function. Insert
|
|
509 guards so a (load "auto-autoloads") works the same as require.
|
|
510 (batch-update-directory): Use it.
|
|
511
|
|
512 * prim/update-elc.el: Allow for specification of packages that
|
|
513 must not be bytecompiled. Better error diagnostics if a package
|
|
514 is not found.
|
|
515
|
|
516 * prim/window.el, prim/window-xemacs.el, prim/simple.el:
|
|
517 * prim/lisp.el, prim/frame.el:
|
|
518 Customizations/synch to Emacs 20.1.
|
|
519 * packages/hyper-apropos.el: Massive update.
|
|
520 From Hrvoje Niksic <hniksic@srce.hr>
|
|
521
|
|
522 * tm/tm-vm.el (vm-menu-mail-menu): Fix typo.
|
|
523
|
|
524 * packages/font-lock.el (lisp-font-lock-keywords-2): Add some new
|
|
525 functions.
|
|
526 From Karl M. Hegbloom <karlheg@inetarena.com>
|
|
527
|
|
528 * prim/files.el (save-some-buffers-query-display-buffer): New
|
|
529 user variable.
|
|
530 (save-some-buffers): Use it.
|
|
531 From David Bakhash <cadet@MIT.EDU>
|
|
532 - Customization patches from Hrvoje Niksic.
|
|
533
|
|
534 * prim/simple.el (kill-region): Undo sorting region limits patch.
|
|
535
|
|
536 1997-06-20 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
537
|
|
538 * prim/tabify.el: Fixed 'untabify' to return 'nil value.
|
|
539
|
|
540 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
541
|
|
542 * efs/dired-xemacs.el (dired-do-interactive-chmod): Advance point
|
|
543 after not failure.
|
|
544 From <rritchie@britannia-life.co.uk>
|
|
545
|
|
546 * utils/edmacro.el (edmacro-parse-word): make (kbd "M-123"), (kbd
|
|
547 "M--256") and such behave as documented.
|
|
548 From Hrvoje Niksic <hniksic@srce.hr>
|
|
549
|
|
550 * prim/cus-start.el: Various additions to built-in variable list.
|
|
551 From Hrvoje Niksic <hniksic@srce.hr>
|
|
552
|
|
553 * prim/subr.el: Remove mapvector.
|
|
554 (with-output-to-string): Use with-current-buffer.
|
|
555 (with-string-as-buffer-contents): Ditto.
|
|
556 From Hrvoje Niksic <hniksic@srce.hr>
|
|
557
|
|
558 * modes/arc-mode.el (archive-quit): New function.
|
|
559 From Karl M. Hegbloom <karlheg@inetarena.com>
|
|
560 (archive-mode-map): Bind it to `q'.
|
|
561
|
|
562 * utils/autoload.el (cusload-file-name): Default to custom-load.el
|
|
563 for each individual file.
|
|
564
|
|
565 * prim/minibuf.el (minibuffer-max-depth-exceeded): Use
|
|
566 `custom-file' as a location for saving enable multiple minibuffers
|
|
567 option.
|
|
568
|
|
569 * packages/man.el (manual-entry): Don't leave empty buffer if
|
|
570 error occurs.
|
|
571 From Glynn Clements <glynn@sensei.co.uk>
|
|
572
|
|
573 * modes/arc-mode.el (archive-arc-summarize): De-ebolify.
|
|
574 (archive-lzh-summarize): Ditto.
|
|
575 (archive-zip-summarize): Ditto.
|
|
576 (archive-zip-chmod-entry): Ditto.
|
|
577
|
|
578 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
579
|
|
580 * prim/update-elc.el: Total rework for dynamic dumped .elc finding.
|
|
581
|
|
582 1997-06-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
583
|
|
584 * prim/loaddefs.el (debug-ignored-errors): Initialize it.
|
|
585
|
|
586 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
587
|
|
588 * prim/files.el (auto-mode-alist): Add /app-defaults/ as candidate
|
|
589 for xrdb-mode.
|
|
590 Suggested by Karl Hegbloom, Regexp by David Moore.
|
|
591
|
|
592 * version.el: Remove variables emacs-version, emacs-major-version,
|
|
593 and emacs-minor-version.
|
|
594
|
|
595 * tooltalk/tooltalk-load.el: Comment as obsolete and move contents
|
|
596 to dumped-lisp.el.
|
|
597
|
|
598 * prim/make-docfile.el: New file.
|
|
599
|
|
600 1997-06-16 Steven L Baur <steve@altair.xemacs.org>
|
|
601
|
|
602 * prim/startup.el (load-user-init-file): Look for ~[user]/.xemacs
|
|
603 before loading .emacs.
|
|
604
|
|
605 * modes/xrdb-mode.el (xrdb-mode): Autoload.
|
|
606
|
|
607 * prim/files.el (auto-mode-alist): Add defaults for xrdb-mode.
|
|
608
|
|
609 * leim/quail.el (quail-toggle-mode-temporarily): Guard against
|
|
610 possibility of quail-conv-overlay not being an overlay.
|
|
611
|
|
612 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
613
|
|
614 * prim/loadup.el: Remove most but not all of the hardcoded dumped
|
|
615 lisp file names.
|
|
616
|
|
617 * prim/dumped-lisp.el: New file.
|
|
618
|
|
619 * prim/update-elc.el (toplevel): Rework using a better function to
|
|
620 determine autoload file locations.
|
|
621
|
|
622 * prim/packages.el: New file.
|
|
623
|
|
624 * prim/update-elc.el: Determine location and count of
|
|
625 auto-autoloads files at run-time.
|
|
626
|
|
627 * prim/loaddefs.el (((dir load-path))): Generalize load of
|
|
628 auto-autoloads.
|
|
629
|
|
630 * utils/autoload.el (autoload-file-name): New variable.
|
|
631 (autoload-target-directory): New variable.
|
|
632 (generated-autoload-file): Use them.
|
|
633 (cusload-file-name): New variable.
|
|
634 (generated-custom-file): Use it.
|
|
635 (batch-update-directory): New function.
|
|
636
|
161
|
637 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
638
|
163
|
639 * mule/canna.el: Guard call to function dynamic-link, which
|
|
640 doesn't exist in XEmacs/Mule.
|
|
641
|
161
|
642 * bytecomp/bytecomp.el (byte-compile-file): Suppress unavoidable
|
|
643 Ebola notices.
|
|
644
|
|
645 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
646
|
|
647 * bytecomp/bytecomp.el (batch-byte-compile): Suppress unavoidable
|
|
648 Ebola notices.
|
|
649 (batch-byte-recompile-directory): Ditto.
|
|
650
|
|
651 * utils/lib-complete.el (read-library): Look for .el.gz if not
|
|
652 using Mule.
|
|
653 (get-library-path): Ditto.
|
|
654 Suggested by Jonathan Doughty <jwd@mitre.org>
|
|
655
|
|
656 * packages/add-log.el: Restore backwards compatible date behavior
|
|
657 as an option.
|
|
658 Eliminate XEmacs specific autoloads.
|
|
659 From Hrvoje Niksic <hniksic@srce.hr>
|
|
660
|
|
661 * efs/dired.el (dired-save-excursion): Ebola cleanup.
|
|
662
|
|
663 * packages/hyper-apropos.el: Massive cleanup, Customize.
|
|
664 From Hrvoje Niksic <hniksic@srce.hr>
|
|
665
|
|
666 Fri Jun 13 13:20:39 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
667
|
|
668 * prim/syntax.el (symbol-near-point):
|
|
669 Check for bobp and avoid (char-syntax (char-before)) if
|
|
670 there.
|
|
671
|
|
672 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
673
|
|
674 * prim/rect.el (operate-on-rectangle): Correct boundary error.
|
|
675 From Bob Weiner <weiner@altrasoft.com>
|
|
676
|
|
677 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
678
|
|
679 * packages/ispell.el (ispell-command-loop): De-Ebolify.
|
|
680
|
|
681 * x11/x-iso8859-1.el: Added Grave keysym.
|
|
682 From Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
683
|
|
684 * modes/make-mode.el (makefile-browse): Shouldn't be interactive.
|
|
685 From Hrvoje Niksic <hniksic@srce.hr>
|
|
686
|
|
687 * prim/files.el (interpreter-mode-alist): ksh-mode is obsoleted by
|
|
688 sh-script.
|
|
689 From Hrvoje Niksic <hniksic@srce.hr>
|
|
690
|
|
691 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
692
|
|
693 * prim/subr.el (with-current-buffer): New macro.
|
|
694 (with-temp-file): Ditto.
|
|
695
|
|
696 * bytecomp/byte-optimize.el (byte-optimize-form-code-walker): Test
|
|
697 for `save-current-buffer'.
|
|
698
|
|
699 * bytecomp/bytecomp.el: Recognize `save-current-buffer'.
|
|
700
|
|
701 * edebug/edebug.el: Register with-current-buffer and others.
|
|
702
|
|
703 * modes/lisp-mode.el: Added specs for save-current-buffer,
|
|
704 with-output-to-string, with-current-buffer, with-temp-file and
|
|
705 with-output-to-temp-buffer.
|
|
706
|
|
707 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
708
|
|
709 * gnus/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
|
|
710 horizontal smiley faces.
|
|
711 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
712
|
|
713 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
714
|
|
715 * leim/quail.el (quail-get-translation): Don't use
|
|
716 `string-to-vector' for XEmacs.
|
|
717
|
159
|
718 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
719
|
|
720 * prim/help.el (function-called-at-point): Use char-(after|before)
|
|
721 instead of (following|preceding)-char.
|
|
722 (variable-at-point): Ditto.
|
|
723
|
|
724 * prim/simple.el (delete-indentation): Use char-(after|before)
|
|
725 instead of (following|preceding)-char.
|
|
726 (just-one-space): Ditto.
|
|
727 (backward-delete-char-untabify): Ditto.
|
|
728 (do-auto-fill): Ditto.
|
|
729
|
|
730 * prim/paragraphs.el (end-of-paragraph-text): Use char-before
|
|
731 instead of preceding-char.
|
|
732
|
|
733 * prim/misc.el (copy-from-above-command): Use char-(after|before)
|
|
734 instead of (following|preceding)-char.
|
|
735
|
|
736 * prim/obsolete.el (preceding-char): Correct a typo.
|
|
737
|
|
738 * prim/minibuf.el (minibuffer-electric-slash): Use char-(after|before)
|
|
739 instead of (following|preceding)-char.
|
|
740 (minibuffer-electric-tilde): Ditto.
|
|
741
|
|
742 * prim/lisp.el (insert-parentheses): Use char-(after|before)
|
|
743 instead of (following|preceding)-char.
|
|
744
|
|
745 * prim/indent.el (tab-to-tab-stop): Use char-(after|before)
|
|
746 instead of (following|preceding)-char.
|
|
747 (move-to-tab-stop): Ditto.
|
|
748
|
|
749 * prim/fill.el (fill-end-of-sentence-p): Use
|
|
750 char-after/char-before instead of following-char/preceding-char.
|
|
751 (canonically-space-region): Ditto.
|
|
752 (fill-region-as-paragraph): Ditto.
|
|
753 (fill-region): Change (= char char) to (eq char char).
|
|
754
|
|
755 * prim/debug.el (debugger-frame-number): Use char-after not
|
|
756 following-char.
|
|
757 (debugger-frame): Ditto.
|
|
758 (debugger-frame-clear): Ditto.
|
|
759
|
|
760 * prim/case-table.el (invert-case): Use char-after not
|
|
761 following-char.
|
|
762 Clean up comments.
|
|
763
|
|
764 * prim/syntax.el (symbol-near-point): Use char-before not
|
|
765 preceding-char.
|
|
766
|
|
767 * prim/window.el (window-list): Update DOCstring.
|
|
768 From Noah Friedman <friedman@splode.com>
|
|
769
|
|
770 * utils/uniquify.el (toplevel): Make version test match XEmacs v20.
|
|
771
|
|
772 * tm/tm-ew-e.el: Clean up Ebola infection.
|
|
773
|
|
774 * x11/x-compose.el: Various corrections
|
|
775 From Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
776
|
|
777 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
778
|
|
779 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
780 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
781
|
|
782 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
783
|
|
784 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
785 the `backward-or-forward-foo' functions.
|
|
786 * lisp/prim/simple.el:
|
|
787 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
788 - Removed `backspace-or-delete-hook'
|
|
789 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
790 - Added functions: `backward-or-forward-kill-word'
|
|
791 `backward-or-forward-kill-sentence'
|
|
792 `backward-or-forward-kill-sexp'
|
|
793 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
794 began playing nicely with pending-del.
|
|
795 * lisp/modes/cc-mode.el:
|
|
796 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
797 to use the new names.
|
|
798
|
|
799 1997-06-11 Karl M Hegbloom <karlheg@inetarena.com>
|
|
800
|
|
801 * ilisp/ilisp-def.el (toplevel): Changed `ilisp-prefix' from
|
|
802 "C-z" to "C-c" because of conflict with global key binding for
|
|
803 `iconify-frame'.
|
|
804
|
|
805 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
806
|
|
807 * prim/window.el (window-list): New function.
|
|
808 Suggested by Noah Friedman <friedman@splode.com>
|
|
809 Modified by Hrvoje Niksic <hniksic@srce.hr>
|
|
810
|
|
811 * utils/mail-extr.el (mail-extract-address-components): Replace
|
|
812 preceding-char with char-before.
|
|
813
|
|
814 * utils/passwd.el (read-passwd-map): Clean up Ebola BS.
|
|
815
|
|
816 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
817
|
|
818 * packages/supercite.el (sc-attribs-extract-namestring): Clean up
|
|
819 Ebola -- replace literal 32 with `?\ '.
|
|
820
|
|
821 * utils/mail-extr.el (mail-extr-voodoo): Clean up Ebola -- replace
|
|
822 `following-char' with `char-after'.
|
|
823
|
|
824 1997-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
825
|
|
826 * prim/subr.el (split-string): Make PATTERN optional.
|
|
827
|
|
828 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
829
|
|
830 * mule/language/misc-lang.el, mule/mule-load.el,
|
|
831 mule/ipa-hooks.el: Use lisp/mule/language/misc-lang.el instead of
|
|
832 lisp/mule/ipa-hooks.el; mule/ipa-hooks.el was deleted.
|
|
833
|
|
834 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
835
|
|
836 * mule/language/thai-util.el, mule/thai.el: Use
|
|
837 lisp/mule/language/thai-util.el instead of lisp/mule/thai.el;
|
|
838 lisp/mule/thai.el was deleted.
|
|
839
|
|
840 * custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
841
|
|
842 * mule/thai-hooks.el, mule/mule-load.el: Use
|
|
843 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el;
|
|
844 lisp/mule/thai-hooks.el was deleted.
|
|
845
|
|
846 * mule/language/thai.el: modified for XEmacs.
|
|
847
|
|
848 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
849
|
|
850 * mule/language/misc-lang.el, mule/language/thai-util.el,
|
|
851 mule/language/thai.el, mule/language/tibetan.el,
|
|
852 mule/language/vietnamese.el, mule/language/japan-util.el,
|
|
853 mule/language/japanese.el, mule/language/korean.el,
|
|
854 mule/language/lao-util.el, mule/language/lao.el,
|
|
855 mule/language/english.el, mule/language/ethiopic.el,
|
|
856 mule/language/european.el, mule/language/greek.el,
|
|
857 mule/language/hebrew.el, mule/language/indian.el,
|
|
858 mule/language/chinese.el, mule/language/cyrillic.el,
|
|
859 mule/language/devanagari.el, mule/language/china-util.el: imported
|
|
860 from Emacs/mule-19.34.94-zeta.
|
|
861
|
|
862 * mule/mule-load.el, mule/chinese-hooks.el, mule/chinese.el,
|
|
863 mule/cyrillic-hooks.el, mule/european-hooks.el,
|
|
864 mule/greek-hooks.el, mule/japanese-hooks.el, mule/korean-hooks.el:
|
|
865 chinese-hooks.el, chinese.el, cyrillic-hooks.el,
|
|
866 european-hooks.el, greek-hooks.el, japanese-hooks.el and
|
|
867 korean-hooks.el were deleted.
|
|
868
|
|
869 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
870
|
|
871 * apel/emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
|
|
872 hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
|
|
873 coding-system.
|
|
874
|
157
|
875 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
876
|
|
877 * prim/keydefs.el, modes/cc-mode.el, modes/cperl-mode.el,
|
|
878 vm/vm-vars.el:
|
|
879 Change usage of \177 to use keysym 'delete.
|
|
880 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
881
|
|
882 * packages/etags.el (tags-loop-scan): Don't pass a straight string
|
|
883 to error as a format string.
|
|
884 Reported by Miles Duke <mduke@erdas.com>
|
|
885
|
|
886 * its/its-kata.el ((require 'egg)): Needed for bytecompilation.
|
|
887
|
|
888 * its/its-hira.el ((require 'egg)): Needed for bytecompilation.
|
|
889
|
|
890 * bytecomp/bytecomp.el (byte-compile-two-args-19->20): Correct an
|
|
891 ebolifaction.
|
|
892 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
893
|
|
894 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
|
|
895
|
|
896 * prim/files.el (auto-mode-alist): Restore bash regexps.
|
|
897 From "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
|
|
898
|
155
|
899 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
900
|
|
901 * packages/jka-compr.el (jka-compr-write-region): Use 'binary
|
|
902 coding-system for compression.
|
|
903 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
904
|
159
|
905 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
906
|
|
907 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
|
908 desired delete direction in both normal and "hungry" modes.
|
|
909 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
910 honor the desired delete direction.
|
|
911
|
155
|
912 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
913
|
|
914 * x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
915
|
|
916 * mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
917 x11/x-menubar.el.
|
|
918
|
|
919 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
920
|
|
921 * leim/quail.el: to avoid compiling warnings about overlay.el.
|
|
922
|
159
|
923 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
924
|
|
925 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
926 `backspace-or-delete-hook'
|
|
927 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
928 delete function.
|
|
929 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
930 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
931 delete bindings.
|
|
932 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
933 use new delete bindings.
|
|
934
|
155
|
935 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
936
|
|
937 * leim/quail.el: to sync with quail.el of Emacs-19.34.94-epsilon.
|
|
938
|
|
939 * leim/quail/ziranma.el, leim/quail/tonepy.el, leim/quail/py.el,
|
|
940 leim/quail/qj.el, leim/quail/sw.el, leim/quail/ccdospy.el,
|
|
941 leim/quail/punct.el, leim/quail/4corner.el,
|
|
942 leim/quail/symbol-ksc.el, leim/quail/ethiopic.el,
|
|
943 leim/quail/hanja.el, leim/quail/quick-cns.el,
|
|
944 leim/quail/tsangchi-cns.el, leim/quail/lrt.el,
|
|
945 leim/quail/tsangchi-b5.el, leim/quail/devanagari.el,
|
|
946 leim/quail/japanese.el, leim/quail/quick-b5.el,
|
|
947 leim/quail/punct-b5.el, leim/quail/qj-b5.el, leim/quail/py-b5.el,
|
|
948 leim/quail/ctlau.el, leim/quail/ctlaub.el, leim/quail/ecdict.el,
|
|
949 leim/quail/array30.el, leim/quail/hangul3.el,
|
|
950 leim/quail/hanja-jis.el, leim/quail/cyrillic.el,
|
|
951 leim/quail/etzy.el, leim/quail/greek.el, leim/quail/ipa.el,
|
|
952 leim/quail/lao.el, leim/quail/zozy.el, leim/quail/viqr.el,
|
|
953 leim/quail/latin.el, leim/quail/thai.el, leim/quail/hangul.el:
|
|
954 quail of LEIM for Emacs-19.34.94-epsilon.
|
|
955
|
|
956 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
957
|
|
958 * prim/about.el: Installed new version 2.1.
|
|
959 From Hrvoje Niksic <hniksic@srce.hr>
|
|
960
|
|
961 * prim/profile.el (pretty-print-profiling-info): Autoload don't
|
|
962 dump.
|
|
963 Clean up comments.
|
|
964
|
|
965 * prim/update-elc.el: Comment cleanup.
|
|
966
|
|
967 * modes/cperl-mode.el (cperl-mode-map): Restore previous
|
|
968 definition.
|
|
969 (cperl-electric-backspace): Use backspace-or-delete if it exists.
|
|
970
|
|
971 * bytecomp/bytecomp-runtime.el (eval-when-feature): New macro.
|
|
972 From Roland McGrath <roland@frob.com>
|
|
973
|
|
974 * prim/glyphs.el (init-glyphs): Add xbm instantiator for 'x
|
|
975 consoles.
|
|
976 Suggested by Hrvoje Niksic <hniksic@srce.hr>.
|
|
977
|
|
978 * utils/passwd.el: Eliminate obsolete Lucid emacs usage.
|
|
979
|
|
980 * utils/timezone.el (timezone-make-date-arpa-standard): Correct
|
|
981 docstring.
|
|
982 (timezone-make-date-sortable): Ditto.
|
|
983
|
|
984 * utils/passwd.el (passwd-invert-frame-when-keyboard-grabbed):
|
|
985 Change default for InfoDock.
|
|
986
|
|
987 * utils/highlight-headers.el
|
|
988 (highlight-headers-follow-url-function): Correct docstring.
|
|
989
|
|
990 * utils/finder.el (finder-known-keywords): Cleanup keyword
|
|
991 documentation.
|
|
992
|
|
993 * prim/startup.el (command-line-do-help): Use emacs-name function
|
|
994 for printing the editor name.
|
|
995
|
|
996 * prim/simple.el: Disable for InfoDock.
|
|
997 (display-warning): Disable for InfoDock.
|
|
998 (emacs-name): New function.
|
|
999
|
|
1000 * prim/toolbar.el (press-toolbar-button): Allow mouse presses on
|
|
1001 blank portions of the toolbar to do something.
|
|
1002 (release-and-activate-toolbar-button): Handle arbitrary functions
|
|
1003 as toolbar callbacks.
|
|
1004 From weiner@altrasoft.com
|
|
1005
|
|
1006 * prim/mouse.el (default-mouse-track-cleanup-extent): Correct test
|
|
1007 on dead-func extent.
|
|
1008
|
|
1009 * prim/help.el (view-emacs-news): outl-mouse turned off in
|
|
1010 InfoDock.
|
|
1011
|
|
1012 * packages/tar-mode.el (tar-mode-map): InfoDock doesn't like the
|
|
1013 mouse bindings.
|
|
1014
|
|
1015 * packages/makesum.el (make-command-summary): Output correct
|
|
1016 program name.
|
|
1017 (double-column): Remove unused variable.
|
|
1018
|
|
1019 * packages/hyper-apropos.el (hypropos-popup-menu): Synch with
|
|
1020 infodock. Initialize command-p to either t or nil.
|
|
1021
|
|
1022 * eterm/term.el (make-term): Fix docstring.
|
|
1023
|
|
1024 * comint/shell.el: Correct comment.
|
|
1025
|
|
1026 * comint/comint.el (comint-mode-map): Infodock doesn't like the
|
|
1027 button3 assignment.
|
|
1028
|
|
1029 1997-06-03 Steven L Baur <steve@altair.xemacs.org>
|
|
1030
|
|
1031 * modes/lisp-mode.el (eval-interactive): Treat defcustom like
|
|
1032 defvar (turn into an effective defconst).
|
|
1033
|
|
1034 * cl/cl-macs.el (widget-get): Add defsetf method.
|
|
1035 (widget-value): Add defsetf method.
|
|
1036 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1037
|
|
1038 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
1039
|
|
1040 * prim/obsolete.el (insert-and-inherit): Make 'compatible not
|
|
1041 'obsolete.
|
|
1042 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
1043 (insert-before-markers-and-inherit): Ditto.
|
|
1044
|
|
1045 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1046
|
|
1047 * lisp/mule/korean.el was abolished because it seems not to be used.
|
|
1048
|
|
1049 * lisp/mule/japanese.el was abolished because it seems not to be used.
|
|
1050
|
|
1051 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1052
|
|
1053 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has Gnus
|
|
1054 5.4.
|
|
1055
|
|
1056 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
1057
|
|
1058 * lisp/tm/tm-view.el: updated to 7.83.
|
|
1059
|
|
1060 * lisp/leim/quail.el: modified for XEmacs.
|
|
1061
|
|
1062 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
1063 mule-process.el because it is not used.
|
|
1064
|
|
1065 * lisp/mule/european.el was abolished because it seems not to be used.
|
|
1066
|
|
1067 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
1068 language-environment.
|
|
1069
|
|
1070 * lisp/mule/mule-cmds.el, lisp/mule/european-hooks.el: Modified
|
|
1071 for LEIM.
|
|
1072
|
|
1073 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
1074 `toggle-input-method'.
|
|
1075
|
|
1076 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved to
|
|
1077 mule-cmds.el).
|
|
1078
|
|
1079 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved from
|
|
1080 mule-init.el).
|
|
1081
|
|
1082 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
1083
|
|
1084 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
1085
|
|
1086 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
1087
|
|
1088 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1089
|
|
1090 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
1091 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to lisp/apel/.
|
|
1092
|
|
1093 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
1094
|
|
1095 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to lisp/apel/.
|
|
1096
|
|
1097 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
1098 19.34.94-epsilon).
|
|
1099
|
|
1100 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because XEmacs
|
|
1101 can not compile it.
|
|
1102
|
|
1103 * leim/skk/skkdic.el, leim/quail/zozy.el, leim/quail/ziranma.el,
|
|
1104 leim/quail/viqr.el, leim/quail/tsangchi-cns.el,
|
|
1105 leim/quail/tsangchi-b5.el, leim/quail/symbol-ksc.el,
|
|
1106 leim/quail/thai.el, leim/quail/tonepy.el, leim/quail/quick-cns.el,
|
|
1107 leim/quail/sw.el, leim/quail/qj-b5.el, leim/quail/qj.el,
|
|
1108 leim/quail/quick-b5.el, leim/quail/py-b5.el, leim/quail/py.el,
|
|
1109 leim/quail/lao.el, leim/quail/latin.el, leim/quail/lrt.el,
|
|
1110 leim/quail/punct-b5.el, leim/quail/punct.el,
|
|
1111 leim/quail/hanja-jis.el, leim/quail/hanja.el, leim/quail/ipa.el,
|
|
1112 leim/quail/japanese.el, leim/quail/hangul3.el, leim/quail/etzy.el,
|
|
1113 leim/quail/greek.el, leim/quail/hangul.el, leim/quail/ethiopic.el,
|
|
1114 leim/quail/devanagari.el, leim/quail/ecdict.el,
|
|
1115 leim/quail/ctlau.el, leim/quail/ctlaub.el, leim/quail/cyrillic.el,
|
|
1116 leim/quail/array30.el, leim/quail/ccdospy.el,
|
|
1117 leim/quail/4corner.el: Add LEIM elisp files.
|
|
1118
|
|
1119 * mule/mule-load.el, mule/mule-cmds.el: Add mule-cmds.el.
|
|
1120
|
|
1121 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
1122 from Emacs/mule-19.34.94-epsilon.
|
|
1123
|
|
1124 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
1125
|
|
1126 * modes/hideshow.el: Make it work again.
|
|
1127 From Pete Ware <ware@cis.ohio-state.edu>
|
|
1128
|
|
1129 Sat May 31 09:00:14 1997 David Moore <dmoore@ucsd.edu>
|
|
1130
|
|
1131 * utils/text-props.el (set-text-properties): Was exiting
|
|
1132 map-extents too early.
|
|
1133
|
|
1134 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
1135
|
|
1136 * cl/cl-macs.el (frame-parameters): Tweaking frame configuration
|
|
1137 defsetf's.
|
|
1138 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1139
|
|
1140 * modes/vhdl-mode.el (vhdl-emacs-features): Allow recognition of
|
|
1141 major version 20.
|
|
1142
|
|
1143 * prim/simple.el (kill-region): Sort beginning and ending
|
|
1144 endpoints to simplify logic.
|
|
1145 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1146
|
|
1147 Tue May 27 13:42:57 1997 Ken Manheimer <klm@python.org>
|
|
1148
|
|
1149 * packages/icomplete.el:
|
|
1150 * Updated my email address - klm@python.org instead of klm@nist.gov.
|
|
1151
|
|
1152 * Icomplete no longer installs itself when you load the package -
|
|
1153 you have to invoke `icomplete-mode'. (Since it's autoloaded in
|
|
1154 both emacs, you can just invoke the function.)
|
|
1155
|
|
1156 * Integrated Emacs 19.34 and XEmacs 19.15 corrections (typos,
|
|
1157 style, command revisions, etc).
|
|
1158
|
|
1159 * Integrated immediate keybindings display. See
|
|
1160 `icomplete-show-key-bindings', `icomplete-get-keys', and
|
|
1161 `icomplete-completions'.
|
|
1162
|
|
1163 * `icomplete-get-keys': Return keys bound in prior buffer to func name.
|
|
1164
|
|
1165 * Added icomplete delay behavior, so completions don't intrude as
|
|
1166 quickly for short input, with customization variables:
|
|
1167
|
|
1168 `icomplete-max-delay-chars' - Maximum number of initial chars to
|
|
1169 apply icomplete compute delay.
|
|
1170
|
|
1171 `icomplete-compute-delay' - Completions-computation stall, used
|
|
1172 only with large-number completions
|
|
1173
|
|
1174 `icomplete-delay-completions-threshold' Pending-completions
|
|
1175 number over which to apply icomplete-compute-delay
|
|
1176
|
|
1177 * Provided `icomplete-exhibit' on `icomplete-minibuffer-setup-hook'
|
|
1178 so icomplete behaves well with XEmacs GNUS.
|
|
1179
|
|
1180 Fri May 30 18:39:01 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1181
|
|
1182 * prim/glyphs.el (init-glyphs): Minor regexp cleanup.
|
|
1183
|
|
1184 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
1185
|
|
1186 * prim/simple.el (fsf:do-auto-fill): Remove unused variable.
|
|
1187 (indent-for-comment): Use comment-indent-function instead of
|
|
1188 obsolete variant. This is dumped with XEmacs!
|
|
1189
|
|
1190 * packages/generic-sc.el (sc-next-operation): Remove unused
|
|
1191 variable.
|
|
1192 (sccs-insert-c-header): Ditto.
|
|
1193 (ccase-new-revision-p): Ditto.
|
|
1194 (sc-sensitize-menu): Ditto.
|
|
1195
|
|
1196 * modes/auto-show.el (TopLevel): Tighten check on
|
|
1197 dump-time initialization.
|
|
1198
|
153
|
1199 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
1200
|
155
|
1201 * prim/format.el (format-alist): Change defconst to defvar.
|
|
1202 From Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1203
|
|
1204 (format-encode-region): Reduce bytecompiler warnings for bound but
|
|
1205 unused variables.
|
|
1206 (format-deannotate-region): Ditto.
|
|
1207 (format-annotate-region): Ditto.
|
|
1208 (format-annotate-single-property-change) Ditto.
|
|
1209
|
|
1210 * utils/lib-complete.el: Clean up documentation in header.
|
|
1211
|
|
1212 * prim/glyphs.el: Eliminate bytecompiler warnings.
|
|
1213 (define-obsolete-pointer-glyph): Mark as 'compatible not 'obsolete.
|
|
1214
|
|
1215 * prim/keydefs.el (ctl-x-map): Bind narrow-to-defun to `C-x n d'.
|
|
1216
|
|
1217 * prim/lisp.el (narrow-to-defun): Narrow to the same defun that
|
|
1218 `mark-defun' would make the region.
|
|
1219 (insert-parentheses): Let a negative argument enclose preceding
|
|
1220 sexps.
|
|
1221 From Erik Naggum <erik@naggum.no>
|
|
1222
|
|
1223 * prim/window-xemacs.el: New file, split from window.el with
|
|
1224 XEmacs-specific stuff.
|
|
1225
|
|
1226 * prim/window.el (display-buffer): Remove unused variable.
|
|
1227
|
|
1228 * prim/keydefs.el (ctl-x-4-map): Add binding for
|
|
1229 `kill-buffer-and-window'.
|
|
1230
|
|
1231 * prim/window.el (kill-buffer-and-window): New command.
|
|
1232 Bind it to C-x 4 0.
|
|
1233 From Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
|
|
1234
|
|
1235 * prim/window.el (split-window-vertically): Don't change point in old
|
|
1236 window if both the original point and the end of the buffer are
|
|
1237 visible after splitting, when split-window-keep-point is nil.
|
|
1238 From Noah Friedman <friedman@prep.ai.mit.edu>
|
|
1239
|
|
1240 * prim/files.el (revert-buffer-internal-hook): Declare.
|
|
1241
|
|
1242 * utils/map-ynp.el: Synch with Emacs 19.34.94.
|
|
1243 (map-y-or-n-p): Clean up bytecompiler warnings.
|
|
1244
|
|
1245 * packages/generic-sc.el: Restored to distribution, comment
|
|
1246 cleanup.
|
|
1247
|
|
1248 * prim/simple.el (message-log-max): Add compatible variable alias
|
|
1249 for `log-message-max-size'.
|
|
1250
|
|
1251 * comint/background.el (background): Autoload.
|
|
1252
|
|
1253 * prim/process.el (shell-command): background.el is now
|
|
1254 autoloaded.
|
|
1255
|
|
1256 * prim/minibuf.el: Clean up file header.
|
|
1257
|
153
|
1258 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Naive
|
|
1259 port to XEmacs.
|
|
1260 (bookmark-bmenu-other-window-with-mouse): Naive port to XEmacs.
|
|
1261
|
|
1262 * utils/autoload.el (generated-custom-file): custom-load.el
|
|
1263 renamed to cus-load.el.
|
|
1264
|
|
1265 * prim/loadup.el: Don't preload custom-load.elc.
|
|
1266
|
|
1267 Thu May 29 19:03:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1268
|
|
1269 * x11/x-menubar.el (default-menubar): Updated customize entries.
|
|
1270
|
|
1271 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
1272
|
|
1273 * prim/about.el (about-xemacs-xref): Update contributors list.
|
|
1274
|
|
1275 1997-05-28 Steven L Baur <steve@altair.xemacs.org>
|
|
1276
|
|
1277 * prim/minibuf.el (mouse-file-display-completion-list): Protect
|
|
1278 against bogus directory becoming default.
|
|
1279 (mouse-directory-display-completion-list): Ditto.
|
|
1280
|
|
1281 From Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1282 * bytecomp/bytecomp.el
|
|
1283 (byte-compile-file-form-custom-declare-variable): New function.
|
|
1284 (custom-declare-variable): Use it.
|
|
1285
|
|
1286 * packages/vc.el (vc-directory): dirname typo'ed as dir.
|
|
1287
|
|
1288 * packages/vc-hooks.el (vc-menu): Remove vc-file-status.
|
|
1289 (Toplevel): Remove key definition for vc-file-status.
|
|
1290
|
|
1291 1997-05-27 Steven L Baur <steve@altair.xemacs.org>
|
|
1292
|
|
1293 * prim/cus-start.el (Toplevel): Rename factory-value to
|
|
1294 standard-value for Custom-1.98.
|
|
1295
|
|
1296 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
1297
|
|
1298 * prim/help.el (view-lossage-key-count): New variable.
|
|
1299 (view-lossage-message-count): New variable.
|
|
1300 (view-lossage): Use them.
|
|
1301
|
|
1302 From Hrvoje Niksic
|
|
1303 * prim/help.el (view-lossage): Use new argument to `recent-keys'.
|
|
1304
|
|
1305 * cl/cl-macs.el (recent-keys-ring-size): New setf method.
|
|
1306
|
|
1307 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
1308
|
|
1309 * prim/process.el (shell-command-to-string): Alias exec-to-string
|
|
1310 to more logical name.
|
|
1311
|
|
1312 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
1313
|
|
1314 * tm/tm-view.el (mime/content-decoding-condition): Add image/png
|
|
1315 mime type.
|
|
1316
|
|
1317 * tm/tm-image.el (toplevel): Add image/png mime type.
|
|
1318
|
|
1319 * tm/tm-edit.el (mime-file-types): Add png handling.
|
|
1320 (mime-content-types): Ditto.
|
|
1321
|
151
|
1322 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1323
|
|
1324 * prim/files.el (auto-mode-alist): Reorg. Support
|
|
1325 pre-processed fortran files. *.m4 files now default to autoconf mode.
|
|
1326
|
|
1327 * prim/about.el: Promote Hrvoje. Picture still needed...
|
|
1328
|
|
1329 * modes/ksh-mode.el: _ has symbol syntax.
|
|
1330 * modes/m4-mode.el: _ has symbol syntax.
|
|
1331 * modes/pascal.el: _ has symbol syntax.
|
|
1332 * modes/f90.el: _ has symbol syntax.
|
|
1333 * modes/cperl-mode.el: _ has symbol syntax.
|
|
1334 * modes/autoconf-mode.el: _ has symbol syntax.
|
|
1335
|
|
1336 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
1337
|
|
1338 * prim/files.el (save-buffer): From Hrvoje Niksic. Don't clear
|
|
1339 zmacs region.
|
|
1340
|
|
1341 * packages/func-menu.el: Update for David Hughes' new email
|
|
1342 address.
|
|
1343
|
|
1344 1997-05-21 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
1345
|
|
1346 * eldoc.el (eldoc-message-commands): Move docstring into comments,
|
|
1347 since this isn't a user variable.
|
|
1348 (eldoc-message-commands-table-size, eldoc-use-idle-timer-p,
|
|
1349 eldoc-function-argstring-from-docstring-method-table): Use defvar,
|
|
1350 not defconst.
|
|
1351 (eldoc-last-data): Use cons explicitly; don't rely on dotted pair
|
|
1352 read syntax. I'm worried the latter might get compiled as
|
|
1353 read-only data someday.
|
|
1354 (eldoc-docstring-message): If truncating symbol name, show ending
|
|
1355 of name rather than beginning. The former is generally more unique.
|
|
1356 (eldoc-function-argstring-from-docstring-method-table): Handle
|
|
1357 pathological `save-restriction' case.
|
|
1358 [top level]: Add `indent-for-tab-command' to eldoc-message-commands.
|
|
1359
|
|
1360 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
1361
|
|
1362 * x11/x-menubar.el (default-menubar): strokes added to mouse
|
|
1363 menu.
|
|
1364
|
|
1365 Wed May 21 17:12:28 1997 Per Bothner <bothner@deneb.cygnus.com>
|
|
1366
|
|
1367 * eterm/term.el (term-send-raw): Better XEmacs character event
|
|
1368 handling.
|
|
1369 * eterm/term.el (term-char-mode): Re-do Meta-handling by temporarily
|
|
1370 setting meta-prefix-char to -1 while building keymaps.
|
|
1371 (term-send-raw-meta): Removed.
|
|
1372
|
|
1373 Tue Mar 11 20:15:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
|
1374
|
|
1375 * eterm/term.el (term-completion-addsuffix): Doc fix.
|
|
1376 (term-dynamic-complete-as-filename): Support the case where
|
|
1377 term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons
|
|
1378 pair.
|
|
1379
|
|
1380 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
1381
|
|
1382 * eterm/term.el: Add kd, kl, kr, du capabilities.
|
|
1383 * eterm/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
1384
|
|
1385 Wed May 15 14:38:45 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
1386
|
|
1387 * eterm/term.el (term-send-raw-string): send-string ->
|
|
1388 process-send-string.
|
|
1389 * eterm/term.el (term-arguments): Remove unused local 'values'.
|
|
1390 * eterm/term.el (term-handle-deferred-scroll): Fix off-by-one bug,
|
|
1391
|
|
1392 * eterm/term.el: Merge changes from FSF (mostly typos).
|
|
1393
|
|
1394 Mon Sep 25 17:19:51 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
1395
|
|
1396 * eterm/term.el (term-emulate-terminal): On CR, set
|
|
1397 term-current-column to term-start-line-column, not 0.
|
|
1398
|
|
1399 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
1400
|
|
1401 * packages/add-log.el (change-log-font-lock-keywords): Tweak
|
|
1402 font-lock-keywords.
|
|
1403
|
|
1404 1997-05-21 Erik Naggum <erik@naggum.no>
|
|
1405
|
|
1406 * lisp/add-log.el (add-log-lisp-like-modes, add-log-c-like-modes,
|
|
1407 add-log-tex-like-modes): New variables.
|
|
1408 (add-log-current-defun): Use them instead of constant lists.
|
|
1409
|
|
1410 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
1411
|
|
1412 * packages/add-log.el: Synch to Emacs 20.0.
|
|
1413
|
|
1414 * prim/obsolete.el (read-minibuffer): Make compatible not obsolete.
|
|
1415 (read-input): Ditto.
|
|
1416
|
|
1417 Tue May 20 20:32:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1418
|
|
1419 * prim/subr.el (buffer-substring-no-properties): Clean out extents
|
|
1420 too.
|
|
1421
|
|
1422 Mon May 19 19:48:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1423
|
|
1424 * prim/process.el (shell-command-on-region): Remove region active
|
|
1425 test (which played havoc with the hack in call-interactively to
|
|
1426 place explicit calls to region-beginning and region-end in
|
|
1427 interactive specs in the command history).
|
|
1428
|
|
1429 Mon May 19 18:13:50 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1430
|
|
1431 * utils/easymenu.el (easy-menu-add): Check for existing, before
|
|
1432 entering MENU to `easy-menu-all-popups'.
|
|
1433
|
|
1434 Sun May 18 09:11:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1435
|
|
1436 * prim/files.el (revert-buffer): Add optional third parameter to
|
|
1437 preserve buffer modes (from Emacs 19.34.94).
|
|
1438 (after-find-file): Add optional fifth parameter to preserve buffer
|
|
1439 modes (from Emacs 19.34.94).
|
|
1440
|
|
1441 * packages/vc.el: Synch with Emacs 19.34.94 because our version was
|
|
1442 hopeless.
|
|
1443 (vc-checkout): Autoload.
|
|
1444 (vc-find-binary): Ditto.
|
|
1445
|
|
1446 * prim/files.el (find-buffer-visiting): Restore because FSF vc.el
|
|
1447 needs it.
|
|
1448
|
149
|
1449 Fri Apr 25 13:21:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1450
|
|
1451 * apropos.el (apropos): Add support for customization groups.
|
|
1452 (apropos-print): Ditto.
|
|
1453
|
|
1454 Sat May 17 19:56:31 1997 Glynn Clements <glynn@sensei.co.uk>
|
|
1455
|
|
1456 * packages/man.el (manual-entry): Strip out stderr output.
|
|
1457
|
|
1458 Sun May 11 18:24:25 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
1459
|
|
1460 * lisp/prim/modeline.el: new mouse-drag-modeline function.
|
|
1461 Allows bottommost modeline to be dragged.
|
|
1462
|
|
1463 Sat May 17 03:41:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1464
|
|
1465 * cl/cl-macs.el: A whole bunch of XEmacs specific setf methods
|
|
1466 from Hrvoje Niksic.
|
|
1467
|
|
1468 * prim/files.el (auto-mode-alist): Don't copy to purespace.
|
|
1469 (interpreter-mode-alist): Ditto.
|
|
1470
|
|
1471 Fri May 16 21:43:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1472
|
|
1473 * packages/info.el (Info-button1-follows-hyperlink): New variable.
|
|
1474 (Info-maybe-follow-clicked-node): Use it.
|
|
1475
|
|
1476 * prim/simple.el (transpose-preceding-chars): New function.
|
|
1477
|
|
1478 Fri May 16 20:37:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1479
|
|
1480 * version.el: Update minor version number.
|
|
1481
|
146
|
1482 Mon May 12 13:47:37 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1483
|
|
1484 * tm/tm-vm.el: Provide for vm-unsaved-message having been removed
|
|
1485 in recent versions of VM.
|
|
1486
|
144
|
1487 Fri May 9 10:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1488
|
|
1489 * iso/iso-acc.el (iso-accents-compose): Fix XEmacs 19.14
|
|
1490 compatibility (patch suggested by Hrvoje Niksic).
|
|
1491
|
|
1492 * packages/man.el (manual-entry): (Patch from Soren Dayton) Allow
|
|
1493 subchapters not to be trimmed on Solaris.
|
|
1494
|
|
1495 * prim/itimer.el (itimer-edit-mode): Correct use of obsolete
|
|
1496 function.
|
|
1497
|
|
1498 * prim/startup.el: Update copyright notice.
|
|
1499
|
142
|
1500 Thu May 8 14:35:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1501
|
|
1502 * hm--html-menus/hm--html.el: Define obsolete aliases for the
|
|
1503 previous function spellings.
|
144
|
1504
|
142
|
1505 * hm--html-menus/hm--html-keys.el: Define obsolete aliases for the
|
|
1506 previous variable spellings.
|
|
1507
|
|
1508 * prim/obsolete.el (define-obsolete-variable-alias): Fix docstring
|
|
1509 spelling.
|
|
1510 (define-compatible-variable-alias): Ditto.
|
|
1511
|
|
1512 * tm/tm-vm.el (vm-unsaved-message): Symbol doesn't exist any
|
|
1513 more.
|
|
1514
|
|
1515 Tue May 6 21:33:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1516
|
|
1517 * mule/mule-files.el (write-region): Correct docstring.
|
|
1518
|
|
1519 * prim/files-nomule.el (write-region): Correct docstring.
|
|
1520
|
|
1521 Mon May 5 12:26:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1522
|
|
1523 * prim/about.el (about-xemacs-xref): Infodock Associates is now
|
|
1524 Altrasoft.
|
|
1525
|
|
1526 Sat May 3 16:32:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1527
|
|
1528 * efs/dired.el (dired-chown-program): chown program is in /bin on
|
|
1529 Linux.
|
|
1530
|
|
1531 Fri May 2 20:04:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1532
|
|
1533 * egg/egg.el: paren.el needed at bytecompile time for
|
|
1534 `pos-visible-in-window-safe' defsubst.
|
|
1535
|
|
1536 * pcl-cvs/pcl-cvs.el (cvs-update): Inhibit dialog box usage in
|
|
1537 call to cvs-do-update as this bombs when this function is invoked
|
|
1538 from a menu.
|
|
1539
|
140
|
1540 Wed Apr 30 18:06:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1541
|
|
1542 * prim/loadup.el: Put features.elc in the dump list.
|
|
1543
|
|
1544 * prim/about.el (about-xemacs): Change date.
|
|
1545
|
|
1546 Tue Apr 29 18:51:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1547
|
|
1548 * mule/mule-files.el (buffer-file-coding-system-alist): Regexp for
|
|
1549 handling info files didn't match the right pattern.
|
|
1550
|
|
1551 Sun Apr 27 18:09:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1552
|
|
1553 * prim/sound.el (load-sound-file): Fix typo.
|
|
1554
|
138
|
1555 Sat Apr 26 16:25:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1556
|
|
1557 * utils/lib-complete.el: Make conformant to Lisp coding standards
|
|
1558 MULE-ize by allowing for coding system argument.
|
|
1559
|
|
1560 Fri Apr 25 08:39:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1561
|
|
1562 * modes/sh-script.el (sh-indent-line): Deal with pathological case
|
|
1563 of indenting a first line containing a `#' as first non-white
|
|
1564 space character.
|
|
1565
|
|
1566 Thu Apr 24 18:40:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1567
|
|
1568 * comint/telnet.el (telnet-mode-map): Correct Emacs synch typo.
|
|
1569
|
|
1570 * rmail/rmail.el (rmail-get-new-mail): display-time-string is not
|
|
1571 necessarily a string.
|
|
1572
|
|
1573 Thu Apr 24 11:08:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1574
|
|
1575 * packages/balloon-help.el:
|
|
1576 - default background color now grey80 to match XEmacs default.
|
|
1577 - default border width is now 1.
|
|
1578 - default font is now "variable"
|
|
1579 - balloon-help can now handle variable width fonts.
|
|
1580 - loading balooon-help no longer turns on balloon-help-mode.
|
|
1581 - new `balloon-help' command.
|
|
1582 - changes to the font/background/foreground variables now affect
|
|
1583 the help frame at next display.
|
|
1584 - help frame should now pop up on the correct display if XEmacs
|
|
1585 is running with multiple devices open.
|
|
1586 - Customized, courtesy of Hrvoje.
|
|
1587 - don't use the padding lines that were needed for 19.12.
|
|
1588 Compatibility with older XEmacs versions is hereby disavowed.
|
|
1589 - xclock frame name hack is gone.
|
|
1590
|
136
|
1591 Wed Apr 23 10:56:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1592
|
|
1593 * prim/files.el (hack-local-variables-prop-line): Mistakenly
|
|
1594 returned t when enable-local-variables was nil.
|
|
1595
|
|
1596 * psgml/psgml-charent.el (sgml-display-char-list-filename): Move
|
|
1597 iso88591.map to a proper location.
|
|
1598
|
|
1599 * prim/sound.el (load-sound-file): Make sure sound files are read
|
|
1600 as binary files.
|
|
1601
|
|
1602 Tue Apr 22 02:05:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1603
|
|
1604 * packages/vc.el (vc-directory): Set text properties.
|
|
1605
|
|
1606 * psgml/psgml-xemacs.el (sgml-xemacs-get-popup-value): Allow for
|
|
1607 interactive commands.
|
|
1608
|
|
1609 Mon Apr 21 15:15:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1610
|
|
1611 * prim/minibuf.el (input-error): New error type.
|
|
1612 (read-from-minibuffer): Use it.
|
|
1613
|
|
1614 * comint/comint.el (comint-exec-hook): Do not Customize due to
|
|
1615 interactions with setting language environment in MULE.
|
|
1616
|
|
1617 Sun Apr 20 09:36:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1618
|
|
1619 * packages/info.el (Info-footnote-tag): Changing the footnote tag
|
|
1620 from the default "Note" is broken.
|
|
1621
|
|
1622 Tue Apr 22 07:01:20 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1623
|
|
1624 * prim/keydefs.el (global-map): Bind it to `C-z'.
|
|
1625
|
|
1626 * prim/frame.el (suspend-emacs-or-iconify-frame): New function.
|
|
1627
|
134
|
1628 Fri Apr 18 16:45:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1629
|
|
1630 * utils/skeleton.el (skeleton-pair-insert-maybe): Guard test with
|
|
1631 existence check on mark-active too.
|
|
1632 (skeleton-proxy): Ditto.
|
|
1633 (skeleton-proxy-new): Ditto.
|
|
1634
|
|
1635 Fri Apr 18 09:26:24 1997 Dave Gillespie <daveg@synaptics.com>
|
|
1636
|
|
1637 * cl/cl-macs.el (values): New setf-method.
|
|
1638
|
|
1639 Thu Apr 17 21:29:57 1997 Bob Weiner <weiner@infodock.com>
|
|
1640
|
|
1641 * packages/avoid.el (mouse-avoidance-kbd-command): Correct
|
|
1642 detection of keypress.
|
|
1643
|
|
1644 Thu Apr 17 21:20:04 1997 Michael McNamara <mac@silicon-sorcery.com>
|
|
1645
|
|
1646 * modes/verilog-mode.el: Changes to 2.25
|
|
1647 1) Autoindent a new declaration according to the previous
|
|
1648 declaration, if any. Only use the previous one, don't try to re
|
|
1649 line things up.
|
|
1650 2) Include "Customize Verilog-Mode" in the Verilog menu bar. Make it
|
|
1651 safe to do so, even if the underlying emacs does not yet support
|
|
1652 custom.
|
|
1653 3) Include keybinding C-c C-b for reporting bugs.
|
|
1654 4) Include keybinding C-c i for reindenting declarations.
|
|
1655
|
|
1656 * modes/verilog-mode.el: Changes to 2.24
|
|
1657 Cleaned up menubar items; added submit bug report there, for
|
|
1658 example.
|
|
1659
|
|
1660 * modes/verilog-mode.el: Changes to 2.23
|
|
1661 1) Support custom (XEmacs) or defvar method of customization.
|
|
1662 2) fix verilog-pretty declarations
|
|
1663 3) add support so folks turning up the complexity of commenting don't
|
|
1664 get errors (they don't get any more complexity either)
|
|
1665
|
|
1666 * modes/verilog-mode.el: Changes to 2.22
|
|
1667 1) Moved installation hints to the web page.
|
|
1668 2) Added support for XEmacs's custom variable setting package.
|
|
1669 3) Added variables to separatly control indentation of
|
|
1670 module level items (always, initial. etc)
|
|
1671 declarations
|
|
1672 behavorial (the begin in the task & function declaration
|
|
1673 4) Attempted to shorten comments and lisp so that the %@* NT
|
|
1674 mailers won't turn long comments into extra code.
|
|
1675 5) Used make-regexp to optimize many regular expressions so that they
|
|
1676 are no longer backtrack.
|
|
1677 6) fixed bugs
|
|
1678 a) a newline on a blank line no longer generates two new lines.
|
|
1679 b) a semicolon on a comment no longer auto indents
|
|
1680 c) lines like ''else if (a) begin''
|
|
1681 no longer confuse auto commenter
|
|
1682 d) a number of other bugs which fail to come to mind...
|
|
1683 7) Added support for menu pulldowns on FSF and XEmacs
|
|
1684 8) Added support for XEmacs v20
|
|
1685 9) Changed verilog-comment-region to insert comments that Verilog-XL
|
|
1686 doesn't b*tch about.
|
|
1687 10) Eliminated auto lineup of declarations upon typing newline of
|
|
1688 semicolon. (Cheers all around) Now instead there is a command, and
|
|
1689 also a menu pulldown, which lines up indentations around point.
|
|
1690 11) Added verilog-submit-bug-report
|
|
1691
|
126
|
1692 Mon Apr 14 13:06:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1693
|
|
1694 * utils/autoload.el (generate-file-autoloads-1): Turn off local
|
|
1695 variable processing.
|
|
1696
|
|
1697 * prim/files.el (hack-local-variables-prop-line): Respect setting
|
|
1698 of enable-local-variables.
|
|
1699
|
|
1700 * vm/vm-startup.el (vm-session-initialization): Remove for
|
|
1701 production version.
|
|
1702
|
|
1703 * utils/smtpmail.el (smtpmail-send-it): Forgot quote.
|
|
1704 (smtpmail-deduce-address-list): case-fold-search mistakenly set
|
|
1705 before buffer change.
|
|
1706
|
|
1707 Sun Apr 13 14:49:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1708
|
|
1709 * x11/x-menubar.el (default-menubar): Added `send-pr' to Help
|
|
1710 menu.
|
|
1711
|
|
1712 * modes/make-mode.el (makefile-font-lock-keywords): Correct old,
|
|
1713 restored :-( 19.14 makefile-space-face lossage.
|
|
1714
|
|
1715 Sat Apr 12 23:20:31 1997 David Moore <dmoore@ucsd.edu>
|
|
1716
|
|
1717 * packages/font-lock.el (c-font-lock-keywords-1): Performance
|
|
1718 tuned regexps.
|
|
1719
|
|
1720 Sat Apr 12 21:32:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1721
|
|
1722 * prim/about.el (about-xemacs): Update printed release date.
|
|
1723
|
|
1724 * calendar/appt.el (install-display-time-hook): Friends don't let
|
|
1725 Friends quote lambda functions.
|
|
1726
|
124
|
1727 Fri Apr 11 11:50:14 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1728
|
|
1729 * tm/tm-vm.el: tm-vm/use-original-url-button:
|
|
1730 - Default is now t (principle of least surprise).
|
|
1731 (tm-vm/build-preview-buffer):
|
|
1732 - Bind vm-message-pointer in Preview-buffer.
|
|
1733 - X-Face was not displayed for a certain set of enabling variables.
|
|
1734 Calls to (vm-xemacs-p) were removed.
|
|
1735
|
|
1736 Sat Apr 12 05:27:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1737
|
|
1738 * modes/list-mode.el (list-mode-item-mouse-selected): Sometimes
|
|
1739 event-closest-point returns nil.
|
|
1740
|
|
1741 * comint/telnet.el (telnet-check-software-type-initialize):
|
|
1742 Restore 19.14 initialization of telnet-prompt-pattern for Unix.
|
|
1743 (rsh): Allow a way to get back old password-less behavior.
|
|
1744
|
|
1745 * edebug/edebug.el (edebug-read-and-maybe-wrap-form): Protect
|
|
1746 against pathological recursive calls.
|
|
1747
|
|
1748 * prim/loadup.el: add cus-start as dumped package.
|
|
1749
|
|
1750 * packages/vc.el (vc-directory): Dired requires a list not a
|
|
1751 string of space separated names.
|
|
1752
|
|
1753 * utils/live-icon.el (live-icon-colour-name-from-face): `face' may
|
|
1754 be a list of faces since it is generated by `extent-face'.
|
|
1755
|
|
1756 Fri Apr 11 21:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1757
|
|
1758 * packages/ispell.el: Don't attempt creation of the menubar unless
|
|
1759 XEmacs has been compiled with menubars.
|
|
1760
|
|
1761 * prim/simple.el (yank-pop): mark-marker needs optional force
|
|
1762 parameter to activate the region (suggested by Jamie Zawinski).
|
|
1763
|
|
1764 Fri Apr 11 17:47:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1765
|
|
1766 * packages/apropos.el (apropos): Add support for faces, widgets,
|
|
1767 and user options.
|
|
1768 (apropos-print): Ditto.
|
|
1769
|
|
1770 Fri Apr 11 01:23:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1771
|
|
1772 * prim/loadup.el (running-xemacs): Declare. This variable is the
|
|
1773 new canonical way of determining whether you're running under
|
|
1774 XEmacs.
|
|
1775
|
122
|
1776 Thu Apr 10 13:23:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1777
|
124
|
1778 * packages/font-lock.el (font-lock-apply-highlight): Remove
|
|
1779 support for back to back font hack (and restore correct
|
|
1780 fontification of `int a, b, c;'). Patch from Anders Lindgren.
|
|
1781
|
122
|
1782 * prim/about.el (about-xemacs-xref): Forgot to link David Moore's
|
|
1783 picture (oops).
|
|
1784
|
|
1785 Thu Apr 10 12:30:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1786
|
|
1787 * efs/dired-faces.el (dired): Move to environment group.
|
|
1788
|
120
|
1789 Wed Apr 9 19:45:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1790
|
122
|
1791 * x11/x-menubar.el (default-menubar): Inline definition of
|
|
1792 customize menu.
|
120
|
1793
|
|
1794 Wed Apr 9 10:45:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1795
|
|
1796 * prim/about.el (about-xemacs-xref): Add Jan Vroonhof to list of
|
|
1797 contributors.
|
|
1798 (about-xemacs-xref): Add MORIOKA Tomohiko's bio.
|
|
1799 (about-xemacs-xref): Add Per Abrahamsen.
|
|
1800
|
|
1801 Tue Apr 8 12:57:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1802
|
|
1803 * modes/lisp-mode.el (eval-defun): Evaluate defcustom in defconst
|
|
1804 style instead of defvar style (patch derived from Emacs 19.35/Lars
|
|
1805 Magne Ingebrigtsen).
|
|
1806
|
|
1807 Mon Apr 7 16:38:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1808
|
|
1809 * prim/frame.el (temp-buffer-shrink-to-fit): Default to nil since
|
|
1810 this feature has gotten broken.
|
|
1811
|
|
1812 Sun Apr 6 06:56:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1813
|
|
1814 * modes/outl-mouse.el (outline-down-arrow-mask): Set up arrow
|
|
1815 glyphs to display on when no X11 support is available.
|
|
1816
|
|
1817 * modes/outline.el (outline-install-menubar): short circuit if no
|
|
1818 menubars are available.
|
|
1819
|
|
1820 * x11/x-menubar.el (default-menubar): Use xmine not mine.
|
|
1821
|
|
1822 * prim/help.el (describe-variable): Some doc strings weren't being
|
|
1823 terminated with a newline.
|
|
1824
|
|
1825 Sat Apr 5 20:20:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1826
|
|
1827 * prim/about.el (about-xemacs-xref): Correct Jareth Hein's links.
|
|
1828
|
|
1829 Sat Apr 5 13:18:05 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
1830
|
|
1831 * packages/etags.el (tags-query-replace): Fixed DELIMITED argument
|
|
1832 bug. `with-caps-disable-folding' moved to isearch-mode.el.
|
|
1833
|
|
1834 * packages/info.el (Info-search): Use `with-caps-disable-folding'.
|
|
1835
|
118
|
1836 Sat Apr 5 09:32:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1837
|
|
1838 * utils/finder-inf.el: Regenerated.
|
|
1839
|
|
1840 * utils/finder.el (finder-known-keywords): Add mule keyword.
|
|
1841
|
|
1842 Tue Apr 1 14:08:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1843
|
|
1844 * prim/winnt.el: New file. Derived from Emacs 19.34, adapted by
|
|
1845 Marc Paquette.
|
|
1846
|
|
1847 * prim/faces.el (set-face-stipple): Allow usage of a pixmap
|
|
1848 (suggested by Per Abrahamsen).
|
|
1849
|
|
1850 * mule/canna.el (running-xemacs): Move to the top.
|
|
1851
|
|
1852 * prim/cmdloop.el (y-or-n-p-minibuf): Add protection in case user
|
|
1853 hits something that can't be bound to a key.
|
|
1854
|
|
1855 Tue Apr 1 11:25:33 1997 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1856
|
|
1857 * bytecomp/bytecomp.el (char-after): Correct coding of calling
|
|
1858 sequence.
|
|
1859
|
|
1860 Mon Mar 31 21:36:47 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1861
|
|
1862 * prim/faces.el (set-face-stipple): New function.
|
|
1863
|
|
1864 Sat Mar 29 14:52:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1865
|
|
1866 * gnats/send-pr.el (send-pr:submit-pr): Pass send-pr:datadir in
|
|
1867 the environment to send-pr.
|
|
1868 (send-pr::insert-template): Ditto.
|
|
1869 (send-pr:default-site): Default submission address is at xemacs.org.
|
|
1870
|
116
|
1871 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1872
|
|
1873 * packages/info.el (Info-elisp-ref): Look first in lispref, then
|
|
1874 elisp.
|
|
1875
|
|
1876 * packages/func-menu.el (fume-function-name-regexp-bibtex): `,'
|
|
1877 isn't allowed.
|
|
1878
|
|
1879 * packages/etags.el (list-tags): Interactive argument should be an
|
|
1880 existing file name.
|
|
1881
|
|
1882 Wed Mar 26 22:33:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1883
|
|
1884 * Remove ns lisp directory.
|
|
1885 * Remove vms lisp directory.
|
|
1886
|
|
1887 Tue Mar 25 12:22:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1888
|
|
1889 * prim/files.el (file-remote-p): Update doc string.
|
|
1890
|
|
1891 * packages/terminal.el (te-stty-string): Fix definition for Linux.
|
|
1892
|
|
1893 Mon Mar 24 23:43:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1894
|
|
1895 * prim/files.el (file-remote-p): Correct documentation and allow
|
|
1896 for `allow-remote-paths' to control loading of efs.
|
|
1897
|
|
1898 Sun Mar 23 16:58:08 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
1899
|
|
1900 * packages/etags.el (with-caps-disable-folding): New macro.
|
|
1901 (find-tag-internal): Use it.
|
|
1902 (tags-search): Use it.
|
|
1903 (tags-query-replace): Use it. Case bug corrected.
|
|
1904
|
|
1905 Mon Mar 24 00:47:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1906
|
|
1907 * x11/x-menubar.el (popup-mode-menu): Change guard when stripping
|
|
1908 keywords to be more robust.
|
|
1909
|
|
1910 Sun Mar 23 00:26:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1911
|
|
1912 * prim/startup.el (splash-hack-version-string): Correct for case
|
|
1913 of hosts with '-' in the names.
|
|
1914
|
|
1915 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
1916
|
|
1917 * modes/sendmail.el (user-mail-address): Require cus-edit.
|
|
1918 Fix when scope.
|
|
1919
|
|
1920 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
1921
|
|
1922 * calendar/diary-lib.el (diary-countdown): New function.
|
|
1923 (fancy-diary-display): Use modeline-buffer-identification.
|
|
1924
|
|
1925 * calendar/appt.el (appt-diary-entries): Do not display diary.
|
|
1926 (appt-check): Display diary buffer at midnight.
|
|
1927
|
114
|
1928 Fri Mar 21 19:16:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1929
|
|
1930 * mule/mule-coding.el (enable-multibyte-characters): MULE
|
116
|
1931 compatible variable.
|
114
|
1932
|
|
1933 Thu Mar 20 13:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1934
|
|
1935 * bytecomp/bytecomp.el (byte-compile-output-docform): Ebola fix.
|
|
1936 (byte-compile-lambda): Ebola fix.
|
|
1937
|
|
1938 * prim/obsolete.el (following-char): Make this turkey obsolete.
|
|
1939 (preceding-char): Ditto. (Suggested by Richard Mlynarik).
|
|
1940
|
|
1941 Wed Mar 19 10:12:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1942
|
|
1943 * modes/sendmail.el (sendmail-send-it): Use function for
|
|
1944 user-mail-address.
|
|
1945 (user-mail-address): Autoload.
|
|
1946
|
|
1947 * pcl-cvs/pcl-cvs.el (cvs-changelog-ours-p): Use function for
|
|
1948 user-mail-address.
|
|
1949
|
|
1950 * prim/startup.el (load-init-file): Only set user-mail-address if
|
|
1951 non-interactive.
|
|
1952
|
|
1953 * utils/smtpmail.el (smtpmail-send-it): Use function for
|
|
1954 user-mail-address.
|
|
1955 (smtpmail-via-smtp): Ditto.
|
|
1956
|
|
1957 * packages/add-log.el (add-log-mailing-address): Use new function
|
|
1958 to obtaion email address.
|
|
1959 (add-change-log-entry): Ditto.
|
|
1960
|
|
1961 * prim/device.el (device-pixel-depth): New alias for
|
|
1962 `device-bitplanes'.
|
|
1963
|
|
1964 * comint/comint-xemacs.el (comint): Fix typo in defgroup.
|
|
1965
|
|
1966 Tue Mar 18 11:16:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1967
|
|
1968 * prim/loadup.el: ls-lisp doesn't exist now.
|
|
1969
|
|
1970 * comint/comint-xemacs.el (comint): Touch up fixes from Per
|
|
1971 Abrahamsen.
|
|
1972
|
|
1973 * prim/glyphs.el (subwindow-image-instance-p): Change doc string
|
|
1974 to reflect unimplemented status.
|
|
1975
|
112
|
1976 Mon Mar 17 15:34:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1977
|
|
1978 * comint/comint.el (comint-input-setup): Require comint-xemacs.
|
|
1979
|
|
1980 * utils/autoload.el (autoload-snarf-defcustom): Don't snarf from
|
|
1981 auto-autoloads.el.
|
|
1982
|
|
1983 * comint/comint-xemacs.el: New file. Contains face declarations
|
|
1984 for comint.
|
|
1985
|
|
1986 * comint/comint.el: Remove inline defface.
|
|
1987
|
110
|
1988 Sat Mar 15 15:14:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1989
|
|
1990 * prim/loadup.el: Add prim/auto-customize.elc to dumped files.
|
|
1991
|
|
1992 * utils/autoload.el (generated-custom-file): New variable.
|
|
1993 (autoload-snarf-defcustom): New function. Grab Customization as
|
|
1994 we look for autoload cookies. (based on code by Per Abrahamsen).
|
|
1995 (update-file-autoloads): Use it.
|
|
1996 (autoload-save-customization): New function (based on code by Per
|
|
1997 Abrahamsen).
|
|
1998 (batch-update-autoloads): Use it.
|
|
1999
|
|
2000 Fri Mar 14 19:59:36 1997 Bob Weiner <weiner@infodock.com>
|
|
2001
|
|
2002 * packages/jka-compr.el (jka-compr-installed-p): Simplify.
|
|
2003
|
|
2004 Fri Mar 14 17:24:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2005
|
|
2006 * modes/sendmail.el: Correct vm macro hack.
|
|
2007 (query-user-mail-address): New customizable variable.
|
|
2008 (user-mail-address): New function, use it. (Courtesy of Per
|
|
2009 Abrahamsen <abraham@dina.kvl.dk>).
|
|
2010
|
|
2011 Thu Mar 13 18:49:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2012
|
|
2013 * x11/x-menubar.el (popup-mode-menu): Do something more correct
|
|
2014 when combining a global popup menu and a local mode menu.
|
|
2015
|
|
2016 Thu Mar 13 08:36:35 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2017
|
|
2018 * packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string.
|
|
2019
|
|
2020 Wed Mar 12 13:46:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2021
|
|
2022 * prim/obsolete.el (char=): Make alias for common lisp
|
|
2023 compatibility.
|
|
2024
|
|
2025 Mon Mar 10 09:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2026
|
|
2027 * prim/simple.el (set-fill-column): Clean up docstring.
|
|
2028
|
|
2029 * x11/x-menubar.el (save-options-non-customized-face-list): Allow
|
|
2030 save-options to save faces declared with defface macro.
|
|
2031
|
|
2032 * packages/vc.el: diff-switches is autoloaded again in diff.el.
|
|
2033
|
|
2034 * packages/diff.el (diff-switches): Default to "-c".
|
|
2035
|
|
2036 Sun Mar 9 18:44:59 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
2037
|
|
2038 * prim/help.el (describe-function-1): Add missing stream arguments
|
|
2039 to terpri and princ.
|
|
2040
|
|
2041 Sun Mar 9 15:38:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2042
|
|
2043 * prim/modeline.el (modeline-minor-mode-menu): Evaluate minor
|
|
2044 modes in context of correct buffer.
|
|
2045
|
|
2046 * prim/help.el (locate-library): Synched with Emacs 19.35.
|
|
2047
|
|
2048 * packages/icomplete.el (icomplete-get-keys): Make it work.
|
|
2049
|
|
2050 * prim/about.el: Add Jens Lautenbacher's picture.
|
|
2051
|
|
2052 Sun Mar 9 12:38:53 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
2053
|
|
2054 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use
|
|
2055 eldoc-display-message-p, not eldoc-display-message-no-interference-p.
|
|
2056
|
108
|
2057 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2058
|
110
|
2059 * prim/startup.el (startup-splash-frame-body): More text tweaking.
|
|
2060
|
108
|
2061 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user
|
|
2062 variable. Allow trying oblique fonts ahead of italic fonts (from
|
|
2063 Raymond Toy).
|
|
2064 (x-make-font-italic): Use it.
|
|
2065
|
|
2066 * prim/obsolete.el (window-system): Make it compatible not
|
|
2067 obsolete.
|
|
2068
|
|
2069 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
2070
|
110
|
2071 * packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in
|
108
|
2072 parentheses if instantiation uses fallback.
|
|
2073 (hypropos-face-history): New variable.
|
|
2074 (hyper-describe-face): New function.
|
|
2075 (hyper-where-is): New command.
|
|
2076 (hypropos-read-function-symbol): New function.
|
|
2077 (hyper-describe-key): New command.
|
|
2078 (hyper-describe-key-briefly): New command.
|
|
2079 (hypropos-read-variable-symbol): New function.
|
|
2080 (hyper-set-variable): New command.
|
|
2081 (hypropos-set-variable): Changed to work with buffer-locals.
|
|
2082
|
|
2083 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
2084
|
110
|
2085 * packages/hyper-apropos.el: Massive changes--the original knew nothing
|
108
|
2086 about buffer-locals and local-bindings.
|
|
2087 (hypropos-shrink-window): New user option.
|
|
2088 (hypropos-ref-buffer): New variable.
|
|
2089 (hypropos-regexp-history): New variable.
|
|
2090 (hyper-apropos): Better interactive version.
|
|
2091 (hypropos-grok-variables): Omit OBSOLETE stuff.
|
|
2092 (hyper-describe-variable): Additional ARG, better interactive
|
|
2093 version.
|
|
2094 (hyper-describe-function): Ditto.
|
|
2095 (hypropos-last-help): Without prefix arg, just display buffer.
|
|
2096 (hypropos-insert-face): New function.
|
|
2097 (hypropos-insert-keybinding): New function.
|
|
2098 (hypropos-get-doc): Additional ARG, display documentation for
|
|
2099 faces, complete change.
|
|
2100 (hypropos-this-symbol): Using better regexp.
|
|
2101
|
|
2102 Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2103
|
|
2104 * x11/x-menubar.el (default-menubar): Reorganize again undoing
|
|
2105 previous change. Customize submenu moved to top of options menu.
|
|
2106 Edit faces restored to edit-faces and renamed to Browse faces.
|
|
2107
|
|
2108 Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2109
|
|
2110 * x11/x-menubar.el (options-menu): New variable.
|
|
2111 (default-menubar): Use it.
|
|
2112
|
|
2113 * prim/about.el (view-less): Explicit require.
|
|
2114
|
|
2115 Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2116
|
|
2117 * prim/cleantree.el: New file based on suggestion by David Moore,
|
|
2118 and derived from Gnus nnml code.
|
|
2119
|
|
2120 Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2121
|
|
2122 * edebug/edebug.el (edebug-compute-previous-result): Don't treat
|
|
2123 numbers as chars.
|
|
2124
|
|
2125 Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2126
|
|
2127 * prim/startup.el (splash-hack-version-string): New function to
|
|
2128 narrow the output of (emacs-version) for the splash screen.
|
|
2129 (splash-frame-present): Use it.
|
|
2130
|
|
2131 Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2132
|
|
2133 * packages/supercite.el (sc-name-filter-alist): (Idea from Bob
|
|
2134 Weiner). Update to handle names like Michael Sperber
|
|
2135 [Mr. Preprocessor].
|
|
2136
|
|
2137 Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2138
|
|
2139 * prim/faces.el (init-face-from-resources): New variable.
|
|
2140 (init-face-from-resources): Use it.
|
|
2141 (init-device-faces): Use it.
|
|
2142 (init-frame-faces): Use it.
|
|
2143 (make-empty-face): New function.
|
|
2144
|
|
2145 * x11/x-faces.el (x-init-face-from-resources): Made second
|
|
2146 argument optional, and added a third argument.
|
|
2147 (make-face-x-resource-internal): New alias.
|
|
2148
|
104
|
2149 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2150
|
106
|
2151 * prim/loadup.el: Remove custom.elc.
|
|
2152
|
104
|
2153 * prim/simple.el (newline): Attempt to not add newline to a
|
|
2154 previous end-open extent.
|
|
2155
|
|
2156 Sun Mar 2 10:10:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2157
|
|
2158 * hm--html-menus/tmpl-minor-mode.el (tmpl-sign): Remove nul byte.
|
|
2159
|
|
2160 * site-load.el: Move site-packages to the top level.
|
|
2161
|
|
2162 Sun Mar 2 01:37:04 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2163
|
|
2164 * utils/mail-extr.el (all-top-level-domains): Added "hr" domain.
|
|
2165
|
|
2166 * packages/ps-print.el (ps-print-color-p): Default to nil.
|
|
2167
|
|
2168 * x11/x-menubar.el (default-menubar): Changed menubar entry for
|
|
2169 color printing.
|
|
2170
|
|
2171 * prim/faces.el (init-other-random-faces): Use gray65 for
|
|
2172 zmacs-region and primary-selection background.
|
|
2173
|
|
2174 * x11/x-faces.el (x-init-global-faces): New default background
|
|
2175 gray80.
|
|
2176
|
|
2177 Sat Mar 1 14:38:14 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2178
|
|
2179 * packages/diff.el: (diff): Autoload.
|
|
2180 (diff-backup): Autoload.
|
|
2181 (diff-switches): Autoload.
|
|
2182
|
|
2183 Sat Mar 1 01:09:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2184
|
|
2185 * packages/tar-mode.el (tar-mode-map): Removed extraneous C-c
|
|
2186 binding of tar-copy.
|
|
2187
|
|
2188 * prim/keydefs.el: Don't disable upcase-region and
|
|
2189 downcase-region.
|
|
2190
|
|
2191 Fri Feb 28 11:22:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2192
|
|
2193 * prim/obsolete.el (char-to-int): Define as alias to `char-int'.
|
|
2194
|
|
2195 * prim/help.el (describe-function-1): Show annotation contents if
|
|
2196 they exist.
|
|
2197
|
|
2198 * packages/man.el (Manual-mode): Don't turn off scrollbars if
|
|
2199 XEmacs doesn't have them to begin with.
|
|
2200
|
|
2201 * prim/keydefs.el: Don't disable eval-expression by default now
|
|
2202 that it is harder to type.
|
|
2203
|
|
2204 Thu Feb 27 13:06:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2205
|
|
2206 * prim/subr.el (with-string-as-buffer-contents): Moved from
|
|
2207 mule/mule-coding.el.
|
|
2208
|
|
2209 * mule/mule-coding.el: Remove with-string-as-buffer-contents.
|
|
2210
|
|
2211 * prim/format.el (format-insert-file): Correct wrong order of args
|
|
2212 passed to format-decode.
|
|
2213
|
|
2214 * prim/startup.el (load-user-init-file): Allow XEmacs to read a
|
|
2215 bytecompiled .emacs if it exists.
|
|
2216
|
|
2217 Thu Feb 27 17:41:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2218
|
|
2219 * subr.el (eval-after-load): Enable.
|
|
2220 (eval-next-after-load): Ditto.
|
|
2221
|
|
2222 Thu Feb 27 10:59:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2223
|
|
2224 * prim/subr.el (with-temp-buffer): New function from Emacs 19.35,
|
|
2225 courtesy of Erik Naggum <erik@naggum.no>.
|
|
2226
|
|
2227 Fri Feb 28 22:17:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2228
|
|
2229 * prim/isearch-mode.el: Added "_" to the `interactive' forms of
|
|
2230 most functions.
|
|
2231 (isearch-mode-map): Define M-y.
|
|
2232 (isearch-yank-kill): New function.
|
|
2233
|
|
2234 * prim/keydefs.el: Don't bind `C-x C-n' to `set-goal-column';
|
|
2235 don't disable `set-goal-column'.
|
|
2236
|
|
2237 * mule/mule-init.el (ctl-x-map): Use `C-x C-n' as mule-prefix,
|
|
2238 instead of `C-x C-k'.
|
|
2239
|
102
|
2240 Wed Feb 26 18:09:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
2241
|
|
2242 * x11/x-menubar.el (default-menubar): `FAQ' should be `FAQ
|
|
2243 (local)' in Help menu.
|
|
2244
|
|
2245 Mon Feb 24 18:33:38 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2246
|
|
2247 * mule/mule-debug.el (describe-coding-system): Ported from
|
|
2248 Mule to XEmacs.
|
|
2249
|
|
2250 * mule/mule-x-init.el (x-use-halfwidth-roman-font): New
|
|
2251 function:
|
|
2252 "Maybe set charset registry of the 'ascii charset to ROMAN-REGISTRY.
|
|
2253
|
|
2254 Do this only if:
|
|
2255 - the current display is an X device
|
|
2256 - the displayed width of FULLWIDTH-CHARSET is twice the displayed
|
|
2257 width of the 'ascii charset, but only when using ROMAN-REGISTRY.
|
|
2258
|
|
2259 Traditionally, Asian characters have been displayed so that they
|
|
2260 occupy exactly twice the screen space of ASCII (`halfwidth')
|
|
2261 characters. On many systems, e.g. Sun CDE systems, this can only be
|
|
2262 achieved by using a national variant roman font to display ASCII."
|
|
2263
|
100
|
2264 Sun Feb 23 12:56:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2265
|
|
2266 * edebug/edebug.el: Synch up with Emacs 19.34.
|
|
2267
|
|
2268 * prim/itimer-autosave.el (auto-save-timeout): Increase to 960.
|
|
2269
|
|
2270 Sat Feb 22 17:11:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2271
|
|
2272 * prim/loadup.el: Dump new file itimer-autosave.el.
|
|
2273
|
|
2274 Sat Feb 22 17:06:32 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2275
|
|
2276 * prim/itimer.el: Cleanup, removal of autosave cruft.
|
|
2277
|
|
2278 Fri Feb 21 09:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2279
|
|
2280 * prim/simple.el (line-move-ignore-invisible): Reverse previous
|
|
2281 change to make this default to nil again.
|
|
2282
|
|
2283 Thu Feb 20 14:30:50 1997 Jamie Zawinski <jwz@netscape.com>
|
|
2284
|
|
2285 * prim/files.el (hack-local-variables-prop-line): New version.
|
|
2286
|
|
2287 Thu Feb 20 11:14:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2288
|
|
2289 * prim/files.el: Delete definition of dired-kept-versions.
|
|
2290
|
|
2291 * prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)
|
|
2292
|
|
2293 Wed Feb 19 15:47:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2294
|
|
2295 * packages/vc.el (diff-switches): Restore since this global
|
|
2296 variable went away with the passing of ange-ftp.
|
|
2297
|
|
2298 * utils/autoload.el (generate-file-autoloads-1): Don't let
|
|
2299 find-file-hooks be run.
|
|
2300 (update-file-autoloads): Ditto.
|
|
2301 (update-autoloads-from-directory): Ditto.
|
|
2302
|
|
2303 * x11/x-menubar.el (default-menubar): Correct unguarded reference
|
|
2304 to fast-lock-mode variable.
|
|
2305
|
|
2306 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
2307
|
110
|
2308 * utils/eldoc.el (eldoc-message-commands): Doc fixes.
|
100
|
2309 (eldoc-message): Make function, not macro.
|
|
2310
|
110
|
2311 * utils/eldoc.el (eldoc-last-message): New internal variable.
|
100
|
2312 (eldoc-mode): Initialize it to nil.
|
|
2313 (eldoc-message): Use it.
|
|
2314 (eldoc-print-current-symbol-info): Use it.
|
|
2315
|
110
|
2316 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
|
100
|
2317 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
|
|
2318 idle timers in Emacs.
|
|
2319
|
110
|
2320 * utils/eldoc.el (eldoc-message-commands-table-size): New constant.
|
100
|
2321 (eldoc-add-command): Use it to initialize eldoc-message-commands.
|
|
2322
|
110
|
2323 * utils/eldoc.el (eldoc-display-message-no-interference-p): New
|
|
2324 function.
|
100
|
2325 (eldoc-display-message-p): Use it.
|
|
2326
|
110
|
2327 * utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
|
100
|
2328 Arg sym no longer optional.
|
|
2329 Do not initialize arg if nil.
|
|
2330
|
110
|
2331 * utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted.
|
100
|
2332 (eldoc-beginning-of-sexp): New function.
|
|
2333 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
|
|
2334 Use eldoc-current-symbol to get symbol at point.
|
|
2335
|
110
|
2336 * utils/eldoc.el
|
|
2337 (eldoc-function-argstring-from-docstring-method-table): Forge
|
|
2338 docstrings for `and', `or', `list', `+', and `-'.
|
100
|
2339
|
110
|
2340 * utils/eldoc.el (eldoc-add-command-completions): New function.
|
100
|
2341 (eldoc-add-command): Take list of args.
|
|
2342 No longer interactive.
|
|
2343 (eldoc-remove-command-completions): New function.
|
|
2344 (eldoc-remove-command): Take list of args.
|
|
2345 No longer interactive.
|
|
2346
|
110
|
2347 * utils/eldoc.el: Initialize eldoc-message-commands using
|
100
|
2348 eldoc-add-command-completions.
|
|
2349
|
110
|
2350 * utils/eldoc.el (eldoc-display-message-p): New function.
|
100
|
2351 Return nil if cursor-in-echo-area, or using idle timers and a
|
|
2352 command is still active.
|
|
2353 (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
|
|
2354
|
|
2355 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se>
|
|
2356
|
|
2357 * packages/paren.el (paren-highlight): Minor typo correction.
|
|
2358
|
|
2359 Tue Feb 18 13:05:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2360
|
|
2361 * prim/loadup.el: Dump new file custom-xmas.
|
|
2362
|
|
2363 Mon Feb 17 21:01:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2364
|
|
2365 * prim/help.el (function-compatible-p): New function.
|
|
2366 (function-compatibility-doc): New function.
|
|
2367 (describe-function-1): Use them.
|
|
2368 (variable-compatible-p): New function.
|
|
2369 (variable-compatibility-doc): New function.
|
|
2370 (describe-variable): Use them.
|
|
2371
|
|
2372 Mon Feb 17 19:12:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2373
|
|
2374 * prim/obsolete.el (x-color-values): Added for Emacs
|
|
2375 compatibility.
|
|
2376
|
|
2377 Mon Feb 17 18:11:24 1997 Michael Kifer <kifer@CS.SunySB.EDU>
|
|
2378
|
|
2379 * prim/files.el (file-remote-p): Force load of EFS if not already
|
|
2380 loaded.
|
|
2381
|
|
2382 Mon Feb 17 17:45:23 1997 Bob Weiner <weiner@infodock.com>
|
|
2383
|
|
2384 * modes/lisp-mode.el (eval-last-sexp): Do something special if
|
|
2385 evaluating (interactive ...).
|
|
2386
|
|
2387 Sun Feb 16 21:49:18 1997 Bjorn Victor <Bjorn.Victor@DoCS.UU.SE>
|
|
2388
|
|
2389 * utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
|
|
2390 face is neither nil nor cons.
|
|
2391
|
|
2392 Sun Feb 16 14:26:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2393
|
|
2394 * prim/loadup.el: Try not dumping font.elc.
|
|
2395
|
|
2396 * prim/obsolete.el (display-column-mode): Remove column.el and
|
|
2397 leave a forwarding address.
|
|
2398
|
|
2399 Sat Feb 15 23:21:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2400
|
|
2401 * prim/minibuf.el (read-from-minibuffer): Don't put evaluated
|
|
2402 expressions in the minibuffer history list.
|
|
2403
|
|
2404 Sat Feb 15 22:57:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2405
|
|
2406 * packages/scroll-in-place.el (scroll-signal-boundary-error):
|
|
2407 Allow user to suspend error signals.
|
|
2408
|
|
2409 Sat Feb 15 21:43:49 1997 John Turner <turner@branagh.ta52.lanl.gov>
|
|
2410
|
|
2411 * packages/column.el (current-line): Correct defaults for starting
|
|
2412 at 1, remove an obsolete variable.
|
|
2413
|
|
2414 Sat Feb 15 20:17:46 1997 Hal Peterson <hrp@netstar.com>
|
|
2415
|
|
2416 * packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
|
|
2417 `cvs log'
|
|
2418
|
|
2419 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
2420
|
|
2421 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
2422 macro.
|
|
2423
|
|
2424 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
2425
|
|
2426 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
2427 macro.
|
|
2428 (edmacro-fix-menu-commands): Would bug out on 'control, etc.
|
|
2429 (edmacro-events-to-keys): New function.
|
|
2430 (edmacro-format-keys): Use it.
|
|
2431 (edmacro-finish-edit): Compare to macros, not strings.
|
|
2432 (edmacro-fkeys): New function.
|
|
2433 (edmacro-format-keys): Use it.
|
|
2434 (edit-kbd-macro): Tweak.
|
|
2435
|
98
|
2436 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2437
|
|
2438 * packages/info.el: Don't call switch-to-buffer if the Info frame
|
|
2439 is being deleted.
|
|
2440
|
|
2441 Sat Feb 15 12:07:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2442
|
|
2443 * prim/simple.el (previous-line): Allow escape from signaled error
|
|
2444 on buffer boundary.
|
|
2445 (next-line): Ditto.
|
|
2446
|
|
2447 Sat Feb 15 11:05:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2448 * utils/redo.el: made before and after status messages so that
|
|
2449 the user is aware if a long action is still being processed.
|
|
2450
|
|
2451 rolled version number up to 1.00, since the package seems to be
|
|
2452 stable.
|
|
2453
|
|
2454 cosmetic changes so the file could be included in the XEmacs
|
|
2455 distribution.
|
|
2456
|
|
2457 Sat Feb 15 11:13:05 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2458
|
|
2459 * prim/simple.el (line-move-ignore-invisible): Change default to
|
|
2460 t.
|
|
2461
|
|
2462 Sat Feb 15 01:04:21 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
2463
|
|
2464 * prim/macros.el: Removed. Superseded by new version in
|
|
2465 edmacro.el.
|
|
2466
|
|
2467 Fri Feb 14 23:29:16 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2468
|
|
2469 * modes/executable.el (executable-set-magic): Correct for the #!
|
|
2470 getting lost.
|
|
2471
|
|
2472 Fri Feb 14 23:10:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2473
|
|
2474 * prim/modeline.el (modeline-modified-map): Call
|
|
2475 vc-toggle-read-only instead of toggle-read-only to be consistent
|
|
2476 with override of `C-x C-q'.
|
|
2477
|
|
2478 Fri Feb 14 16:11:10 1997 Jonathon Edwards <edwards@intranet.com>
|
|
2479
|
|
2480 * packages/blink-cursor.el (blink-cursor-post-command-hook): stop
|
|
2481 cursor blink momentarily after receiving user input.
|
|
2482
|
|
2483 Fri Feb 14 15:26:38 1997 Jacques Duthen <duthen@club-internet.fr>
|
|
2484
|
|
2485 * x11/x-menubar.el (default-menubar): mine goes into games menu.
|
|
2486
|
|
2487 Thu Feb 13 22:16:09 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
2488
|
|
2489 * prim/files.el (recover-session-finish): Modify for efs.
|
|
2490
|
|
2491 Thu Feb 13 21:23:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2492
|
|
2493 * prim/files.el (file-remote-p): New function.
|
|
2494
|
|
2495 * sunpro/sunpro-load.el: Do not dump mime-setup under any
|
|
2496 circumstances.
|
|
2497
|
|
2498 Thu Feb 13 17:58:09 1997 Richard Mlynarik <mly@adoc.xerox.com>
|
|
2499
|
|
2500 * prim/obsolete.el (insert-before-markers-and-inherit): Correct
|
|
2501 typo.
|
|
2502
|
|
2503 Wed Feb 12 17:48:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2504
|
|
2505 * comint/gdb.el (gdb-control-c-subjob): Nuke this loser.
|
|
2506
|
|
2507 Wed Feb 12 13:58:01 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
2508
|
|
2509 * utils/edmacro.el: New file.
|
|
2510
|
|
2511 Wed Feb 12 09:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2512
|
|
2513 * prim/sound.el (load-sound-file): Update documentation of
|
|
2514 restrictions on what machines XEmacs can play sound on.
|
|
2515
|
|
2516 Tue Feb 11 09:39:25 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2517
|
|
2518 * prim/glyphs.el (init-glyphs): Correct autodetection to find
|
|
2519 GIF89. Look for PNG.
|
|
2520
|
|
2521 Mon Feb 10 21:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2522
|
|
2523 * prim/frame.el (show-temp-buffer-in-current-frame): Conditional
|
|
2524 shrink-to-fit behavior on `temp-buffer-shrink-to-fit'.
|
|
2525
|
|
2526 * packages/apropos.el (apropos-print): Ditto.
|
|
2527
|
|
2528 * prim/lisp.el (lisp-complete-symbol): Ditto.
|
|
2529
|
|
2530 * prim/help.el (with-displaying-help-buffer): Ditto.
|
|
2531
|
|
2532 Mon Feb 10 20:58:19 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
2533
|
|
2534 * x11/x-toolbar.el: Allow customization of toolbar functions by
|
|
2535 customizable variables.
|
|
2536
|
|
2537 Mon Feb 10 14:58:05 1997 Greg Klanderman <greg@alphatech.com>
|
|
2538
|
|
2539 * comint/gdb.el (gdb-mode): Correct setting of obsolete hook.
|
|
2540
|
|
2541 Sun Feb 9 19:55:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2542
|
|
2543 * prim/obsolete.el (define-compatible-variable-alias): New function.
|
|
2544 (define-compatible-variable-alias): New function.
|
|
2545 .*mode-line.*, frame-parameters, modify-frame-parameters,
|
|
2546 x-display-.* all made compatible not obsolete.
|
|
2547
|
|
2548 * bytecomp/bytecomp.el (byte-compile-variable-ref): Warn for
|
|
2549 compatibility symbols.
|
|
2550 (byte-compile-compatible): New function.
|
|
2551
|
|
2552 * bytecomp/bytecomp-runtime.el (make-compatible): New function.
|
|
2553 (make-compatible-variable): New function.
|
|
2554
|
|
2555 Sun Feb 9 19:14:25 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2556
|
|
2557 * utils/redo.el: New file.
|
|
2558
|
|
2559 * utils/floating-toolbar.el: New file.
|
|
2560
|
|
2561 Sun Feb 9 15:19:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2562
|
|
2563 * custom/custom.el: Remove ;;;###autoloads since this file is
|
|
2564 dumped with XEmacs.
|
|
2565
|
|
2566 Sun Feb 9 00:28:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2567
|
|
2568 * custom/widget.el: New file.
|
|
2569
|
|
2570 * custom/widget-example.el: New file.
|
|
2571
|
|
2572 * custom/widget-edit.el: New file.
|
|
2573
|
|
2574 * custom/custom.el: New file.
|
|
2575
|
|
2576 * custom/custom-edit.el: New file.
|
|
2577
|
96
|
2578 Fri Feb 7 03:09:32 1997 Alastair Burt <burt@dfki.uni-sb.de>
|
|
2579
|
|
2580 * bytecomp/bytecomp.el (byte-compile-insert-header): Correct
|
|
2581 typo.
|
|
2582
|
|
2583 Thu Feb 6 17:14:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2584
|
|
2585 * packages/font-lock.el (font-lock-fontify-keywords-region):
|
|
2586 Correct bounds checking in case the keywords regexp is not
|
|
2587 properly anchored.
|
|
2588
|
|
2589 * packages/ps-print.el: Update maintainer address.
|
|
2590
|
|
2591 Thu Feb 6 12:35:39 1997 Bill Dubuque <wgd@martigny.ai.mit.edu>
|
|
2592
|
|
2593 * cl/cl-macs.el (cl-do-proclaim): Correct addition of bound
|
|
2594 variables to `byte-compile-bound-variables'.
|
|
2595
|
|
2596 Thu Feb 6 01:07:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2597
|
|
2598 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
2599 Reverse previous patch.
|
|
2600
|
|
2601 * prim/minibuf.el (use-dialog-box): Rename from
|
|
2602 should-use-dialog-box.
|
|
2603 (should-use-dialog-box-p): Use it.
|
|
2604
|
|
2605 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
2606 cell is not a cons when the cl declare macro is used.
|
|
2607
|
|
2608 Wed Feb 5 21:37:13 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
2609
|
|
2610 * modes/cperl-mode.el: Provide 'cperl-mode.
|
|
2611
|
94
|
2612 Tue Feb 4 11:51:25 1997 Greg Klanderman <greg@alphatech.com>
|
|
2613
|
|
2614 * modes/make-mode.el: Remove `makefile-runtime-macros-list' from
|
|
2615 `makefile-macro-table'.
|
|
2616
|
|
2617 Tue Feb 4 11:06:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2618
|
|
2619 * packages/metamail.el (metamail-region): *junet* coding system
|
|
2620 name changed to 'junet.
|
|
2621
|
|
2622 Mon Feb 3 22:34:09 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
2623
|
|
2624 * iso/iso-acc.el: Critical Bug fix.
|
|
2625 Add ISO-8859-3 support to iso-acc.el, as suggested by Dale
|
|
2626 Gulledge.
|
|
2627
|
|
2628 Mon Feb 3 17:11:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2629
|
|
2630 * modes/make-mode.el (makefile-browser-format-macro-line): Remove
|
|
2631 redundant (and wrong) format statement.
|
|
2632
|
88
|
2633 Fri Jan 31 21:38:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2634
|
|
2635 * psgml/psgml-html.el (html-auto-sgml-entity-conversion): Allow
|
|
2636 user control over automatic sgml entity to ISO-8859-1 conversion.
|
|
2637
|
|
2638 Fri Jan 31 09:50:51 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2639
|
|
2640 * x11/x-toolbar.el (toolbar-mail-commands-alist): Updated with a
|
|
2641 lot of new mailer possiblities.
|
|
2642
|
|
2643 Fri Jan 31 09:28:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2644
|
|
2645 * x11/x-font-menu.el (reset-device-font-menus): Correct guard on
|
|
2646 charset-registry call.
|
|
2647
|
|
2648 Fri Jan 31 00:21:07 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
2649
|
|
2650 * packages/font-lock.el (font-lock-mode): Don't remove the
|
|
2651 `font-lock-pre-idle-hook' from `pre-idle-hook'.
|
|
2652
|
|
2653 Thu Jan 30 22:43:43 1997 David Moore <dmoore@UCSD.EDU>
|
|
2654
|
|
2655 * packages/compile.el: Speed up regexps.
|
|
2656 (compilation-parse-errors): replace re-search-forward with
|
|
2657 something faster.
|
|
2658
|
|
2659 Thu Jan 30 20:33:56 1997 Hvoje Niksic <hniksic@srce.hr>
|
|
2660
|
|
2661 * x11/x-toolbar.el
|
|
2662 (toolbar-open,toolbar-dired,toolbar-save,toolbar-print,toolbar-cut,toolbar-copy,toolbar-paste,toolbar-undo,toolbar-replace):
|
|
2663 New functions.
|
|
2664 (toolbar-news): Allow running without separate frame.
|
|
2665 (toolbar-mail-commands-alist): New variable.
|
|
2666 (toolbar-mail-reader): Ditto.
|
|
2667 (toolbar-mail): Use them.
|
|
2668
|
|
2669 * x11/x-menubar.el: Shorten help menu item names.
|
|
2670
|
|
2671 Thu Jan 30 17:22:15 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
2672
|
|
2673 * iso/iso-acc.el: Accept accents in isearch.
|
|
2674
|
|
2675 Wed Jan 29 22:25:38 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
2676
|
|
2677 * packages/ps-print.el: Make postscript files generated by
|
|
2678 ps-print conformant to Adobe DSC specification.
|
|
2679
|
86
|
2680 Mon Jan 27 21:45:17 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
2681
|
|
2682 * dired/ange-ftp.el (ange-ftp-write-region): Changes for jka-compr.
|
|
2683
|
|
2684 * packages/jka-compr.el (jka-compr-write-region): Convert to 20.0
|
|
2685 write-region interface.
|
|
2686
|
|
2687 Mon Jan 27 19:09:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2688
|
|
2689 * prim/about.el (about-xemacs): Updated to reflect change of
|
|
2690 management.
|
|
2691
|
|
2692 Mon Jan 27 13:25:17 1997 William M. Perry <wmperry@aventail.com>
|
|
2693
|
|
2694 * packages/man.el (Manual-entry-switches): Don't default to -s.
|
|
2695
|
|
2696 Sun Jan 26 16:27:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2697
|
|
2698 * bytecomp/byte-optimize.el (byte-compile-inline-expand):
|
|
2699 Correctly refresh the pointer to a symbol being autoloaded prior
|
|
2700 to inline.
|
|
2701
|
|
2702 Sun Jan 26 13:57:22 1997 Bob Weiner <weiner@infodock.com>
|
|
2703
|
|
2704 * prim/about.el (about-xemacs-xref): Update bio.
|
|
2705
|
|
2706 Sat Jan 25 22:58:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2707
|
|
2708 * x11/x-menubar.el (default-menubar): Update ps-paper-type options
|
|
2709 for new ps-print.el.
|
|
2710
|
84
|
2711 Thu Jan 23 01:40:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2712
|
|
2713 * psgml/psgml-html.el (html-mode): Set up friendlier syntax
|
|
2714 table.
|
|
2715
|
|
2716 * psgml/psgml.el (sgml-running-xemacs): Remove
|
|
2717 sgml-mode-syntax-table since it has been superseded.
|
|
2718
|
82
|
2719 Thu Jan 9 13:32:01 1997 Jacques Duthen Prestataire <duthen@cegelec-red.fr>
|
|
2720
|
|
2721 * ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
|
|
2722 <simon@gnu.ai.mit.edu>
|
|
2723 (ps-print-version): Fix value.
|
|
2724 (cl lisp-float-type): Require them.
|
|
2725 (ps-number-of-columns ps-*-font-size): Try to select defaults
|
|
2726 better suited when `ps-landscape-mode' is non-nil.
|
|
2727 (ps-*-faces): Change default for Font Lock mode faces when
|
|
2728 `ps-print-color-p' is nil.
|
|
2729 (ps-right-header): Replace `time-stamp-yy/mm/dd'
|
|
2730 by `time-stamp-mon-dd-yyyy'.
|
|
2731 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
|
|
2732 (ps-generate-postscript-with-faces): Replace `ps-sorter' by
|
|
2733 `car-less-than-car'.
|
|
2734 (ps-plot ps-generate): Replace `%d' by `%3d'.
|
|
2735
|
|
2736 Wed Jan 22 15:32:39 1997 Greg Klanderman <greg@alphatech.com>
|
|
2737
|
|
2738 * modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
|
|
2739 minibuffer earlier than the first received event.
|
|
2740
|
|
2741 Wed Jan 22 15:29:08 1997 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
2742
|
|
2743 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
|
|
2744 menu-bar lookup fails.
|
|
2745
|
|
2746 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2747
|
|
2748 * lisp/x11/x-font-menu.el: Make font menus work better in a
|
|
2749 Japanese environment.
|
|
2750
|
|
2751 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2752
|
|
2753 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.
|
|
2754
|
|
2755 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
2756
|
|
2757 * man.el (Manual-mode): Don't mess with scrollbars if they aren't
|
|
2758 present.
|
|
2759
|
|
2760 Tue Jan 21 19:52:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2761
|
|
2762 * utils/timezone.el (timezone-parse-date): Fix Y2K bug.
|
|
2763
|
|
2764 Tue Jan 21 19:32:44 1997 Barry A. Warsaw <bwarsaw@anthem.cnri.reston.va.us>
|
|
2765
|
|
2766 * prim/files.el (hack-local-variables-prop-line): XEmacs should
|
|
2767 not query to set local variables in the -*- line if there aren't
|
|
2768 any to set!
|
|
2769
|
|
2770 Thu Jan 16 18:24:20 1997 Steven L Baur <steve@miranova.com>
|
|
2771
|
|
2772 * psgml/psgml.el: Use newer interface form for nsgmls.
|
|
2773
|
|
2774 Thu Jan 16 04:06:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2775
|
|
2776 * comint/telnet.el (rsh): (Mostly) correct dealing with detection
|
|
2777 of password prompt at login.
|
|
2778
|
|
2779 Thu Jan 16 03:28:25 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2780
|
|
2781 * modes/view.el (View-scroll-lines-forward): Correct format typo.
|
|
2782
|
|
2783 Mon Jan 13 22:50:23 1997 David Moore <dmoore@UCSD.EDU>
|
|
2784
|
|
2785 * packages/compile.el: Clean up regexps.
|
|
2786
|
|
2787 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2788
|
|
2789 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.
|
|
2790
|
151
|
2791 Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
82
|
2792
|
|
2793 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
|
|
2794 alias
|
|
2795 Import definition of `truncate-string-to-width' from Emacs/mule-delta.
|
|
2796
|
|
2797 Sun Jan 12 13:57:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2798
|
|
2799 * prim/window.el (shrink-window-if-larger-than-buffer): Don't let
|
|
2800 readjusted window change the buffer order stack.
|
|
2801
|
|
2802 Sat Jan 11 20:12:47 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
2803
|
|
2804 * utils/finder.el (finder-insert-at-column): Correct off-by-one
|
|
2805 error affecting long file names.
|
|
2806
|
80
|
2807 Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com>
|
|
2808
|
|
2809 * utils/bench.el: New version.
|
|
2810
|
|
2811 Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
2812
|
|
2813 * packages/man.el (Manual-entry-switches): New variable.
|
|
2814 (Manual-apropos-switches): New variable.
|
|
2815 (Manual-run-formatter): Use them.
|
|
2816
|
|
2817 Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com>
|
|
2818
|
|
2819 * modes/make-mode.el: Allow disabling of suspicious line warnings
|
|
2820 allow macro pickup when a macro is entered normally
|
|
2821 add the runtime macros to the completion list so confirmation is
|
|
2822 not necessary when minibuffer-confirm-incomplete is t.
|
|
2823 (these last two only in effect when makefile-electric-keys=t)
|
|
2824
|
|
2825 Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2826
|
|
2827 * mule/mule-files.el (file-coding-system-alist): Default to 8 bit
|
|
2828 on .el and .info files.
|
|
2829
|
|
2830 Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2831
|
|
2832 * prim/help.el (help-mode-quit): Correct typo in docstring.
|
|
2833 (help-mode-quit): Bury help buffer before restoring previous
|
|
2834 window configuration.
|
|
2835
|
|
2836 Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
2837
|
|
2838 * x11/x-menubar.el (default-menubar): Include enriched.doc in the
|
|
2839 samples in the help menu.
|
|
2840
|
|
2841 Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
2842
|
|
2843 * x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
|
|
2844 (toolbar-news): Use it.
|
|
2845
|
|
2846 Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2847
|
|
2848 * x11/x-compose.el (global-map): Keysyms use `-' not `_'.
|
|
2849
|
|
2850 Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2851
|
|
2852 * comint/telnet.el (telnet-initial-filter): Enable
|
|
2853 case-fold-search.
|
|
2854 (telnet-maximum-count): Bump up to 6, since 4 does not always
|
|
2855 appear to be enough.
|
|
2856
|
|
2857 Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu>
|
|
2858
|
|
2859 * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
|
|
2860 has been renamed to no-conversion.
|
|
2861 (sgml-bdtd-merge): Ditto.
|
|
2862 (sgml-push-to-entity): Ditto.
|
|
2863
|
|
2864 Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2865
|
|
2866 * utils/loadhist.el (symbol-file): Make interactive.
|
|
2867
|
|
2868 Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com>
|
|
2869
|
|
2870 * packages/avoid.el (mouse-avoidance-mode): autoload.
|
|
2871
|
|
2872 * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
|
|
2873 mode option.
|
|
2874
|
78
|
2875 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2876
|
|
2877 * prim/faces.el (init-other-random-faces): Guard against adding
|
|
2878 modeline buffer tty face if no tty support.
|
|
2879
|
|
2880 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com>
|
|
2881
|
|
2882 * packages/backup-dir.el: Added to distribution.
|
|
2883
|
|
2884 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2885
|
|
2886 * gnus/gnus-setup.el: Updated to gracefully handle installed
|
|
2887 auxilliary packages like tm, and handle eventual integration of
|
|
2888 Red Gnus/Gnus 5.4.
|
|
2889
|
|
2890 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
2891
|
|
2892 * packages/gnuserv.el (gnuserv-frame): Autoload.
|
|
2893
|
|
2894 * x11/x-menubar.el (default-menubar): Add option to control gnuserv
|
|
2895 creating a new frame.
|
|
2896 (options-menu-saved-forms): Ditto.
|
|
2897
|
|
2898 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2899
|
|
2900 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
|
|
2901 feature test on 'scrollbar.
|
|
2902
|
|
2903 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2904
|
|
2905 * packages/mic-paren.el (paren-activate): Update to v1.2.
|
|
2906
|
|
2907 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu>
|
|
2908
|
|
2909 * x11/x-menubar.el (default-menubar): Add require-final-newline
|
|
2910 and next-line-add-newlines as options in the options menu.
|
|
2911 (options-menu-saved-forms): Ditto.
|
|
2912
|
|
2913 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com>
|
|
2914
|
|
2915 * prim/simple.el (blink-matching-open): Make sure point is visible
|
|
2916 when blinking.
|
|
2917
|
|
2918 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
2919
|
|
2920 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
|
|
2921 synch up.
|
|
2922 (occur-mode-map): Ditto.
|
|
2923
|
|
2924 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
2925
|
|
2926 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
|
|
2927 sgml-top-tree. Needed by sgml-open-element.
|
|
2928
|
|
2929 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
2930
|
|
2931 * Version 1.0 released.
|
|
2932
|
|
2933 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
2934
|
|
2935 * psgml.el (sgml-mode): modify mode-line-format with subst, don't
|
|
2936 replicate the whole format in the code.
|
|
2937
|
|
2938 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
2939
|
|
2940 * psgml-parse.el (sgml-external-file): Try to find system
|
|
2941 identifiers using the sgml-public-map
|
|
2942 if sgml-system-identifiers-are-preferred; this way that flag will
|
|
2943 have effect even if the sgml-public-map contains `%s'.
|
|
2944 (sgml-final): moved to be defined before use.
|
|
2945
|
|
2946 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
|
|
2947 character references to character number above 255 by leaving a
|
|
2948 character reference in then parsed entity text.
|
|
2949
|
|
2950 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk>
|
|
2951
|
|
2952 * psgml-other.el (sgml-set-face-for): Nullify
|
|
2953 {after,before}-change-functions as well as (obsolete)
|
|
2954 {after,before}-change-function.
|
|
2955
|
|
2956 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2957
|
|
2958 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
|
|
2959 prior to starting gdb.
|
|
2960
|
|
2961 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2962
|
|
2963 * comint/telnet.el (telnet-check-software-type-initialize): Remove
|
|
2964 default in cond (which allows special treatment of password prompt
|
|
2965 to work).
|
|
2966
|
|
2967 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
2968
|
|
2969 * packages/gnuserv.el (server-edit): Add option to allow killing
|
|
2970 last visible frame.
|
|
2971
|
|
2972 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2973
|
|
2974 * prim/files-nomule.el: Add trailing newline.
|
|
2975
|
|
2976 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org>
|
|
2977
|
|
2978 * modes/perl-mode.el: Add (provide 'perl-mode).
|
|
2979
|
|
2980 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
2981
|
|
2982 * ilisp/Makefile (elc): Be a little smarter about recompilation.
|
|
2983
|
|
2984 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2985
|
|
2986 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.
|
|
2987
|
76
|
2988 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2989
|
|
2990 * x11/x-menubar.el (default-menubar): Move Frame-local font menu
|
|
2991 option to Frame Appearance submenu.
|
|
2992
|
|
2993 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2994
|
|
2995 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
|
|
2996 nil, because everyone was confused by it defaulting to t.
|
|
2997
|
|
2998 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
2999
|
|
3000 * prim/sort.el (sort-subr): Document use of `sort-fold-case'.
|
|
3001 (sort-lines): Ditto.
|
|
3002 (sort-paragraphs): Ditto.
|
|
3003 (sort-pages): Ditto.
|
|
3004 (sort-regexp-fields): Ditto.
|
|
3005 (sort-numeric-fields): Ditto.
|
|
3006 (sort-regexp-fields): Ditto.
|
|
3007 (sort-columns): Ditto.
|
|
3008 (sort-regexp-fields): Use compare-buffer-substrings if available.
|
|
3009
|
|
3010 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu>
|
|
3011
|
|
3012 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
|
|
3013 expansion from happening multiple times.
|
|
3014
|
|
3015 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3016
|
|
3017 * prim/help.el (help-for-help): Don't confuse help character `b'
|
|
3018 with scrolling character `b' in view-less help buffer.
|
|
3019
|
|
3020 * packages/scroll-in-place.el: Synch with 19.15.
|
|
3021
|
|
3022 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3023
|
|
3024 * x11/x-menubar.el (xemacs-splash-buffer): New function.
|
|
3025 (default-menubar): Use it.
|
|
3026 (default-menubar): Reorganize help menus.
|
|
3027
|
|
3028 * prim/startup.el (startup-message-timeout): More or less disable
|
|
3029 the timeout of the splash screen.
|
|
3030
|
|
3031 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's
|
|
3032 Rosetta Man patch.
|
|
3033 (Manual-nuke-nroff-bs): Use it.
|
|
3034
|
|
3035 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3036
|
|
3037 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
|
|
3038 buffer to fit.
|
|
3039
|
|
3040 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3041
|
|
3042 * utils/delbackspace.el: Correct rebindings so they work properly
|
|
3043 when cc-mode is not dumped with XEmacs.
|
|
3044
|
|
3045 * packages/apropos.el (apropos-print): Minimize size of *Apropos*
|
|
3046 window if it is small.
|
|
3047
|
|
3048 * prim/lisp.el (lisp-complete-symbol): Minimize size of
|
|
3049 *Completions* window.
|
|
3050
|
|
3051 * prim/help.el (with-displaying-help-buffer): (Based on an idea
|
|
3052 from Sudish Joseph) minimize size of displayed help window.
|
|
3053
|
|
3054 * modes/fortran.el (fortran-window-create-momentarily): Fix
|
|
3055 lossage from synch with Emacs 19.34.
|
|
3056 (fortran-abbrev-start): Ditto.
|
|
3057
|
|
3058 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
3059
|
|
3060 * x11/x-toolbar.el (toolbar-news): Check whether this is the last
|
|
3061 frame before deleting it.
|
|
3062
|
|
3063 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com>
|
|
3064
|
|
3065 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
|
|
3066 as well as linefeeds.
|
|
3067
|
|
3068 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism
|
|
3069 in setting unread-command-events.
|
|
3070
|
|
3071 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com>
|
|
3072
|
|
3073 * packages/font-lock.el: Update Java support.
|
|
3074
|
|
3075 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3076
|
|
3077 * packages/fontl-hooks.el: Add provide (synch with 19.15).
|
|
3078
|
|
3079 * x11/x-toolbar.el: Don't quote lambda macro.
|
|
3080
|
|
3081 * packages/session.el: Removed from distribution.
|
|
3082
|
|
3083 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
3084
|
|
3085 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
3086
|
74
|
3087 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3088
|
|
3089 * packages/compile.el (compilation-error-regexp-alist): Complete
|
|
3090 fix for lossage on bad regexps.
|
|
3091
|
|
3092 * prim/loadup.el: Remove cc-mode as a dumped package.
|
|
3093
|
|
3094 * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.
|
|
3095
|
|
3096 * prim/minibuf.el (minibuffer-complete-word): Correct an ebola
|
|
3097 infection that caused incorrect interpretation of SPC in the
|
|
3098 minibuffer.
|
|
3099
|
|
3100 Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
3101
|
|
3102 * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
|
|
3103 Add Show all item.
|
|
3104
|
|
3105 Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
3106
|
|
3107 * prim/files.el: Make enable-local-variables 'ask-me behave sanely.
|
|
3108
|
|
3109 Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3110
|
|
3111 * prim/simple.el (next-line-add-newlines): Now defaults to nil.
|
|
3112
|
|
3113 Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
3114
|
|
3115 * utils/bench.el (bench-mark-13): Added.
|
|
3116
|
|
3117 Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3118
|
|
3119 * mule/mule-coding.el: Change charset names.
|
|
3120
|
|
3121 * mule/japanese-hooks.el: Change charset names.
|
|
3122
|
|
3123 * mule/hebrew-hooks.el: Change charset names.
|
|
3124 Remove quail hooks.
|
|
3125
|
|
3126 * mule/greek-hooks.el: Change charset names.
|
|
3127 Remove quail hooks.
|
|
3128
|
|
3129 * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
|
|
3130 charset names.
|
|
3131 Remove quail hooks.
|
|
3132
|
|
3133 * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
|
|
3134 Remove quail hooks.
|
|
3135
|
|
3136 * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
|
|
3137 Use chinese-gb2312.
|
|
3138 Remove quail hooks.
|
|
3139 (chinese): Comment out code for egg.
|
|
3140
|
|
3141 * mule/thai-hooks.el: Use thai-tis620.
|
|
3142 (thai): Prefer macro definition of lambda.
|
|
3143
|
|
3144 * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
|
|
3145 censorship.
|
|
3146
|
|
3147 * prim/obsolete.el (wholenump): New obsolete alias.
|
|
3148
|
|
3149 * prim/simple.el (comment-indent-function): Use macro definition
|
|
3150 of (lambda () ...).
|
|
3151
|
|
3152 * prim/replace.el (list-matching-lines): Remove redundant
|
|
3153 (message (format ...))
|
|
3154
|
|
3155 * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
|
|
3156 a dumped package).
|
|
3157
|
|
3158 Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3159
|
|
3160 * comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
|
|
3161 (telnet-check-software-type-initialize): Cleanup from Synch.
|
|
3162
|
|
3163 Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3164
|
|
3165 * packages/buff-menu.el (list-buffers-directory): autoload.
|
|
3166
|
|
3167 Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3168
|
|
3169 * electric/ebuff-menu.el (electric-buffer-list): Restore behavior
|
|
3170 of using prefix argument.
|
|
3171
|
|
3172 * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
|
|
3173 kp-\1.
|
|
3174
|
|
3175 * emulators/tpu-edt.el: Ditto.
|
|
3176
|
|
3177 * x11/x-win-sun.el: Ditto.
|
|
3178
|
|
3179 * x11/x-iso8859-1.el: Ditto.
|
|
3180
|
|
3181 * term/tvi970.el: Ditto.
|
|
3182
|
|
3183 * term/news.el: Ditto.
|
|
3184
|
|
3185 * term/lk201.el: Ditto.
|
|
3186
|
|
3187 * term/linux.el: Ditto.
|
|
3188
|
|
3189 * prim/keydefs.el: Ditto.
|
|
3190
|
|
3191 * prim/events.el: Ditto.
|
|
3192
|
|
3193 * packages/icomplete.el (icomplete-get-keys): Ditto.
|
|
3194
|
|
3195 * games/gomoku.el (gomoku-mode-map): Ditto.
|
|
3196
|
|
3197 * games/blackbox.el (blackbox-mode-map): Ditto.
|
|
3198
|
|
3199 Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com>
|
|
3200
|
|
3201 * prim/minibuf.el (next-history-element): Remove kludge test on
|
|
3202 minibuffer-history-sexp-flag.
|
|
3203
|
|
3204 * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
|
|
3205 on XEmacsen started on X displays.
|
|
3206
|
|
3207 Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se>
|
|
3208
|
|
3209 * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
|
|
3210 version check to look at major numbers.
|
|
3211 (ilisp-find-top-left-most-window): Ditto.
|
|
3212
|
|
3213 Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
3214
|
|
3215 * utils/mail-extr.el (mail-extract-address-components): Don't
|
|
3216 automatically downcase extracted elements. It violates standards.
|
|
3217
|
|
3218 Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3219
|
|
3220 * x11/x-menubar.el (buffers-menu-filter): The buffer menu was
|
|
3221 shortened to `buffers-menu-max-size' items even if
|
|
3222 `buffers-menu-submenus-for-groups-p' is non-nil.
|
|
3223
|
|
3224 Let `buffers-menu-submenus-for-groups-p' be an integer : if there
|
|
3225 are more buffers than this value, use submenus, otherwise not.
|
|
3226
|
|
3227 * packages/vc.el (vc-rename-this-file): New function (was missing,
|
|
3228 but referred to on the menubar).
|
|
3229
|
|
3230 * packages/compile.el (compilation-font-lock-keywords): `defvar'
|
|
3231 instead of `defconst'!
|
|
3232
|
|
3233 * prim/mouse.el (default-mouse-track-normalize-point): Double
|
|
3234 click mouse-1 on sexpr selects the sexpr.
|
|
3235
|
|
3236 * x11/x-menubar.el (options-menu-saved-forms): Fix bug in
|
|
3237 `save-options-menu-settings'.
|
|
3238
|
|
3239 Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3240
|
|
3241 * prim/simple.el (forward-to-indentation): Do not deactivate zmacs
|
|
3242 region on usage.
|
|
3243 (backward-to-indentation): Ditto.
|
|
3244
|
|
3245 Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3246
|
|
3247 * prim/lisp.el (backward-up-list): Do not deactivate zmacs region
|
|
3248 on usage.
|
|
3249
|
|
3250 Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
3251
|
|
3252 * prim/files.el (set-auto-mode): Require a #! signature to set
|
|
3253 mode based on interpreter.
|
|
3254
|
|
3255 Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3256
|
|
3257 * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
|
|
3258 Rosetta Man Patch.
|
|
3259 (Man-cleanup-manpage): Use it.
|
|
3260
|
|
3261 * prim/simple.el (yank): Corrected a mistaken synch with Emacs
|
|
3262 19.34.
|
|
3263
|
|
3264 * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
|
|
3265 syntax entry so update-autoloads doesn't barf.
|
|
3266
|
|
3267 * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
|
|
3268 bindings.
|
|
3269
|
|
3270 Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3271
|
|
3272 * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
|
|
3273 `ps-lpr-switches'.
|
|
3274
|
|
3275 * packages/lpr.el (print-region-1): Allow dynamic expansion of
|
|
3276 `lpr-switches'.
|
|
3277
|
72
|
3278 Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
3279
|
|
3280 * modes/vhdl-mode.el: New File.
|
|
3281
|
|
3282 Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com>
|
|
3283
|
|
3284 * utils/bench.el: New file. Utility for benchmarking emacs
|
|
3285 performance.
|
|
3286
|
|
3287 Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3288
|
|
3289 * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
|
|
3290 bad 19.34 synch patch.
|
|
3291
|
|
3292 * utils/pretty-print.el: New File.
|
|
3293
|
|
3294 Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3295
|
|
3296 * prim/files-nomule.el: Documentation corrections.
|
|
3297
|
|
3298 * prim/files.el: Synch to 19.15/Emacs 19.34.
|
|
3299
|
|
3300 Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3301
|
|
3302 * packages/hexl.el (hexl-mode-map): Corrected obsolescent key
|
|
3303 names introduced in 19.15-b2.
|
|
3304
|
|
3305 Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3306
|
|
3307 * games/yow.el: Sync to GNU Emacs 19.34.
|
|
3308
|
|
3309 * games/studly.el: Documentation fixes.
|
|
3310
|
|
3311 * games/spook.el: Sync to GNU Emacs 19.34.
|
|
3312
|
|
3313 * games/mpuz.el: Sync to GNU Emacs 19.34.
|
|
3314
|
|
3315 * games/life.el: Sync to GNU Emacs 19.34.
|
|
3316
|
|
3317 * games/hanoi.el: Sync to GNU Emacs 19.34.
|
|
3318
|
|
3319 * games/flame.el: Documentation fixes.
|
|
3320
|
|
3321 * games/dunnet.el: Sync to GNU Emacs 19.34.
|
|
3322
|
|
3323 * games/doctor.el: Sync to GNU Emacs 19.34.
|
|
3324
|
|
3325 * games/dissociate.el: Sync to GNU Emacs 19.34.
|
|
3326
|
|
3327 * games/cookie1.el: Sync to GNU Emacs 19.34.
|
|
3328
|
|
3329 * games/conx.el: Documentation fixes.
|
|
3330
|
|
3331 * games/blackbox.el: Sync to GNU Emacs 19.34.
|
|
3332
|
|
3333 * games/NeXTify.el: Documentation fixes.
|
|
3334
|
|
3335 * packages/man.el: New file/replacement from Emacs 19.34.
|
|
3336
|
|
3337 * packages/man-xref.el: New file from Emacs 19.35.
|
|
3338
|
|
3339 * utils/smtpmail.el: New file from Emacs 19.34.
|
|
3340
|
151
|
3341 Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
72
|
3342
|
|
3343 * prim/startup.el (set-default-load-path): Set default-load-path
|
|
3344 dynamically since file-detect.el is dumped with XEmacs.
|
|
3345
|
|
3346 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3347
|
|
3348 * emulators/tpu-mapper.el: Total replacement with version in GNU
|
|
3349 Emacs 19.34.
|
|
3350
|
|
3351 * emulators/tpu-extras.el: Total replacement with version in GNU
|
|
3352 Emacs 19.34.
|
|
3353
|
|
3354 * emulators/tpu-edt.el: Total replacement with version in GNU Emacs
|
|
3355 19.34.
|
|
3356
|
|
3357 * comint/history.el: Documentation fixes.
|
|
3358
|
|
3359 * comint/gdb.el: Documentation fixes.
|
|
3360
|
|
3361 * comint/dbx.el: Documentation fixes.
|
|
3362
|
|
3363 * comint/background.el: Documentation fixes.
|
|
3364
|
|
3365 * rmail/rmail-xemacs.el: Documentation fixes.
|
|
3366
|
|
3367 * rmail/rmail-kill.el: Documentation fixes.
|
|
3368
|
|
3369 * emulators/ws-mode.el: Synch up to Emacs 19.34.
|
|
3370
|
|
3371 * emulators/teco.el: Documentation cleanup.
|
|
3372
|
|
3373 * emulators/mlsupport.el: Synch up to Emacs 19.34.
|
|
3374
|
|
3375 * emulators/mlconvert.el: Synch up to Emacs 19.34.
|
|
3376
|
|
3377 * emulators/edt-vt100.el: New file from Emacs 19.34.
|
|
3378
|
|
3379 * emulators/edt-pc.el: New file from Emacs 19.34.
|
|
3380
|
|
3381 * emulators/edt-mapper.el: New file from Emacs 19.34.
|
|
3382
|
|
3383 * emulators/edt-lk201.el: New file from Emacs 19.34.
|
|
3384
|
|
3385 * emulators/edt.el: Synched up to Emacs 19.34.
|
|
3386
|
|
3387 Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
3388
|
|
3389 * prim/replace.el (match-string): Use a function instead of a
|
|
3390 macro to be compatible with .elc files compiled under Emacs.
|
|
3391
|
|
3392 Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com>
|
|
3393
|
|
3394 * utils/id-select.el: New file -- Version 1.4.3.
|
|
3395
|
|
3396 Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
3397
|
|
3398 * emulators/crisp.el: New file.
|
|
3399
|
|
3400 * emulators/scroll-lock.el: New file.
|
|
3401
|
|
3402 Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3403
|
|
3404 * prim/help.el: A callable library-type function should not
|
|
3405 contain an unprotected print statement. This change implements my
|
|
3406 version of Erik Naggum's statement about locate-library being less
|
|
3407 chatty in Emacs 19.35.
|
|
3408
|
|
3409 Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3410
|
|
3411 * utils/flow-ctrl.el: Synch up to Emacs 19.34.
|
|
3412
|
|
3413 * utils/forms.el: Synch up to Emacs 19.34.
|
|
3414
|
|
3415 * packages/column.el: Allow column numbers to start at one.
|
|
3416
|
|
3417 * prim/userlock.el: Synch up to Emacs 19.34.
|
|
3418
|
|
3419 * prim/paragraphs.el: Synch up to Emacs 19.34.
|
|
3420
|
|
3421 * prim/page.el: Synch up to Emacs 19.34.
|
|
3422
|
|
3423 * prim/options.el: Synch up to Emacs 19.34.
|
|
3424
|
|
3425 * prim/novice.el: Synch up to Emacs 19.34.
|
|
3426
|
|
3427 * prim/rect.el: Sync up to Emacs 19.34.
|
|
3428
|
|
3429 * prim/reposition.el: Synch up to Emacs 19.34.
|
|
3430
|
|
3431 * prim/replace.el: Synch up to Emacs 19.34.
|
|
3432
|
|
3433 * prim/register.el: Synch up to Emacs 19.34.
|
|
3434
|
|
3435 * prim/indent.el: Synch up to Emacs 19.34.
|
|
3436
|
|
3437 * prim/subr.el: Synch up to Emacs 19.34.
|
|
3438
|
|
3439 * prim/simple.el: Synch up to Emacs 19.34.
|
|
3440
|
|
3441 * prim/debug.el: Synch up to Emacs 19.34.
|
|
3442
|
|
3443 * edebug/cl-specs.el: Comment formatting changes.
|
|
3444
|
|
3445 * edebug/cl-read.el: Protect advisement of eval-region from being
|
|
3446 evaluated more than once.
|
|
3447
|
|
3448 Comment formatting changes.
|
|
3449
|
|
3450 * edebug/advise-eval-region.el: New File. Separate out advise for
|
|
3451 eval-region so it is only evaluated once.
|
|
3452
|
|
3453 * packages/icomplete.el: Fix a bug in locating command bound to key.
|
|
3454
|
|
3455 icomplete-exhibit needs to be called in the setup-hook.
|
|
3456
|
|
3457 * packages/apropos.el: Correct a typo in button binding.
|
|
3458
|
|
3459 Fixes the bug where if apropos-label-face is actually defined as
|
|
3460 face, apropos bombs with an error
|
|
3461
|
|
3462 Do a (provide 'apropos), like all packages should.
|
|
3463
|
|
3464 Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
|
|
3465 customization is unnecessarily painful).
|
|
3466
|
|
3467 Redefines the default faces for the various apropos faces so they
|
|
3468 come out in color by default (defaults are based on various
|
|
3469 standard font-lock faces).
|
|
3470
|
|
3471 * version.el: Bumped up to b31.
|
|
3472
|
|
3473
|