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