197
|
1 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * prim/dumped-lisp.el (preloaded-file-list): Load
|
|
4 cl/auto-autoloads early.
|
|
5
|
|
6 1997-10-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
7
|
|
8 * custom/cus-edit.el (custom-save-delete): Bind `find-file-hooks'
|
|
9 to nil.
|
|
10
|
|
11 * custom/wid-edit.el (widget-next-button-or-field): Use the
|
|
12 `start-open' flag to `map-extents'.
|
|
13 (widget-previous-button-or-field): Ditto.
|
|
14
|
|
15 * custom/cus-edit.el (custom-face-value-create): Use
|
|
16 `face-custom-attributes'.
|
|
17
|
|
18 * packages/font-lock.el: Defcustomed some variables.
|
|
19
|
|
20 1997-09-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
21
|
|
22 * custom/cus-face.el: Big changes. Most of the functionality
|
|
23 moved to faces.el. Internal functions renamed not to start with
|
|
24 `custom-'.
|
|
25
|
|
26 * custom/cus-face.el (face-spec-set): Use `reset-face'.
|
|
27
|
|
28 * prim/faces.el (reset-face): Accept LOCALE, TAG-SET and EXACT-P.
|
|
29
|
|
30 * custom/cus-face.el (face-spec-set): Use `remove-specifier'.
|
|
31 (get-frame-background-mode): Cache background modes of frames.
|
|
32
|
|
33 * prim/minibuf.el (input-error): Add a `display-error' property.
|
|
34
|
|
35 * custom/cus-face.el (initialize-face-resources): Check for
|
|
36 `make-face-x-resource-internal' before using it.
|
|
37 (custom-get-frame-properties): Use `set-frame-property'.
|
|
38
|
|
39 1997-09-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
40
|
|
41 * custom/wid-edit.el (widget-specify-button): Set the `tabable'
|
|
42 property.
|
|
43 (widget-specify-field): Ditto.
|
|
44 (widget-next-button-or-field): Use it.
|
|
45 (widget-previous-button-or-field): Ditto.
|
|
46
|
|
47 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
48
|
|
49 * sunpro/sunpro-init.el: Fix initialization failure if
|
|
50 compile/debug toolbar buttons are LAST on the toolbar.
|
|
51
|
|
52 1997-09-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
53
|
|
54 * prim/help.el (find-function-noselect): Now finds libraries
|
|
55 explicitly loaded from outside `load-path' as it should.
|
|
56
|
|
57 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
58
|
|
59 * prim/help.el(describe-function-1): Fix for compiled macros.
|
|
60 From Hrvoje Niksic <hniksic@srce.hr>
|
|
61
|
|
62 Mon Sep 29 01:30:45 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
63
|
|
64 * prim/startup.el: Added defvars for lock-directory
|
|
65 and superlock-file to quiet the byte-compiler.
|
|
66
|
|
67 (normal-top-level): Removed call to init-glyphs; it now
|
|
68 runs at dump time from lisp/prim/glyphs.el.
|
|
69
|
|
70 (splash-frame-present): Call splash-hack-version-string
|
|
71 once after all the strings have been inserted, instead
|
|
72 of once per string insertion.
|
|
73
|
|
74 * prim/glyphs.el (init-glyphs): Replaced references
|
|
75 to data-directory with "../etc/" which is the data
|
|
76 directory at dump time. This is likely a lose for
|
|
77 those who CANNOT_DUMP. I don't know what the right
|
|
78 answer is in that case.
|
|
79
|
|
80 Run init-glyphs at dump time.
|
|
81
|
|
82 * prim/faces.el (init-other-random-faces): Don't set
|
|
83 colors for the text cursor if we're initializating a
|
|
84 tty device, since it does nothing on a tty.
|
|
85
|
|
86 Removed modeline-buffer-id, modeline-mousable and
|
|
87 modeline-mousable-minor-mode-code face initialization; this
|
|
88 code is now run at dump time in lisp/prim/modeline.el.
|
|
89
|
|
90 * prim/faces.el: Set reverse-p property on tty devices
|
|
91 for the primary-selection face. Set underline-p property
|
|
92 on tty devices for the secondary-selection face. Both of
|
|
93 these actions are to prevent init-other-random-faces from
|
|
94 considering these faces the same as the default face on
|
|
95 ttys and applying useless color specs to them.
|
|
96
|
|
97 * prim/modeline.el: Initialize modeline-buffer-id,
|
|
98 modeline-mousable and modeline-mousable-minor-mode
|
|
99 faces in this file at dump time.
|
|
100
|
|
101 Added (defvar place) to quiet the byte-compiler.
|
|
102
|
|
103 Mon Sep 29 02:11:35 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
104
|
|
105 * packages/vc-hooks.el: Move menu installation off
|
|
106 before-init-hook and do it at dump time.
|
|
107
|
|
108 * ediff/ediff-hook.el: Move menu installation off
|
|
109 before-init-hook and do it at dump time.
|
|
110
|
|
111 1997-09-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
112
|
|
113 * prim/help.el (describe-function-1): If the function is not yet
|
|
114 loaded, print the autoload file-name. If function is loaded,
|
|
115 print the library name in `load-history' or from
|
|
116 `compiled-function-annotation'.
|
|
117
|
|
118 1997-09-28 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
119
|
|
120 * prim/help.el (find-function-noselect): remove reference to
|
|
121 `path' from the (let* ((path find... since &optional path is no
|
|
122 longer an argument to this function. Cures "Signaling:
|
|
123 (void-variable path)" error when using {M-x find-function}.
|
|
124
|
|
125 1997-09-27 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
126
|
|
127 * utils/regexp-opt.el: Add support for the shy grouping "\\(?:"
|
|
128 that came along with the new regexp syntax.
|
|
129
|
|
130 1997-09-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
131
|
|
132 * x11/x-toolbar.el: Minor fixes.
|
|
133
|
|
134 1997-09-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
135
|
|
136 * custom/wid-edit.el (color): Buttonify the tag.
|
|
137 (widget-color-action): Use `read-color' unconditionally.
|
|
138
|
|
139 * utils/edmacro.el: Use append/vconcat instead of mapcar/mapvector
|
|
140 with `identity'.
|
|
141 (format-kbd-macro): Use `indirect-function' instead of
|
|
142 `symbol-function'.
|
|
143 (read-kbd-macro): Fix docstring.
|
|
144 (edmacro-finish-edit): Use `match-string'.
|
|
145 (edmacro-parse-keys): Ditto.
|
|
146 (edmacro-parse-word): Use `dotimes' instead of `loop'.
|
|
147 (edmacro-format-keys): Ditto.
|
|
148
|
|
149 * custom/cus-face.el (custom-face-attributes): Use
|
|
150 `set-face-background-pixmap', instead of `set-face-stipple'.
|
|
151
|
|
152 * custom/cus-edit.el (custom-group-menu-create): Check whether
|
|
153 `custom-menu-create' returned a list.
|
|
154
|
|
155 1997-09-28 SL Baur <steve@altair.xemacs.org>
|
|
156
|
|
157 * utils/finder.el (finder-known-keywords): Ignore mule entry when
|
|
158 built without Mule.
|
|
159
|
|
160 1997-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
161
|
|
162 * quail.el (quail-execute-non-quail-command): `keylist' is not
|
|
163 list of characters.
|
|
164 (quail-update-translation): Don't use `quail-delete-region'
|
|
165 because overlay emulation of XEmacs can not regard 0 length
|
|
166 overlay.
|
|
167 (quail-show-kbd-layout): Must convert character(code) to event.
|
|
168
|
|
169 1997-09-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
170
|
|
171 * quail.el: sync with Emacs 20.2.
|
|
172
|
|
173 1997-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
174
|
|
175 * mule-init.el (init-mule): Load leim-list.el (to sync with Emacs
|
|
176 20.2).
|
|
177
|
|
178 * mule-cmds.el: Change key binding for `select-input-method' to
|
|
179 sync with Emacs 20.2.
|
|
180
|
|
181 (get-language-info, set-language-info, set-language-info-alist,
|
|
182 read-language-name): Modify to sync with Emacs 20.2.
|
|
183
|
|
184 (leim-list-file-name): New constant (imported from Emacs 20.2).
|
|
185 (leim-list-header, leim-list-entry-regexp,
|
|
186 update-leim-list-functions): New variable (imported from Emacs
|
|
187 20.2).
|
|
188 (update-leim-list-file): New function (imported from Emacs 20.2).
|
|
189
|
|
190 (current-input-method, current-input-method-title): Modify
|
|
191 DOC-string to sync with Emacs 20.2.
|
|
192 (default-input-method): Use `defcustom' (to sync with Emacs 20.2).
|
|
193 (input-method-history): New variable (imported from Emacs 20.2).
|
|
194
|
|
195 (inactivate-current-input-method-function): Modify DOC-string to
|
|
196 sync with Emacs 20.2.
|
|
197
|
|
198 (input-method-alist): New variable (imported from Emacs 20.2).
|
|
199 (register-input-method, read-input-method-name,
|
|
200 activate-input-method, inactivate-input-method): New function
|
|
201 (imported from Emacs 20.2).
|
|
202 (select-input-method, toggle-input-method, describe-input-method,
|
|
203 describe-current-input-method, read-multilingual-string): Modify
|
|
204 to sync with Emacs 20.2.
|
|
205 (input-method-verbose-flag): New variable; abolish
|
|
206 `input-method-tersely-flag'; to sync with Emacs 20.2.
|
|
207 (input-method-highlight-flag): New variable (imported from Emacs
|
|
208 20.2).
|
|
209
|
|
210 (input-method-activate-hook, input-method-inactivate-hook): Modify
|
|
211 DOC-string to sync with Emacs 20.2.
|
|
212 (input-method-exit-on-invalid-key): New variable (imported from
|
|
213 Emacs 20.2).
|
|
214
|
|
215 * mule-coding.el (check-coding-system): New alias.
|
|
216 (modify-coding-system-alist): New function (imported from Emacs
|
|
217 20.2).
|
|
218
|
|
219 Rename coding-system `iso-2022-7' -> `iso-2022-7bit' to sync with
|
|
220 Emacs 20.2; define alias `iso-2022-7' for compatibility.
|
|
221
|
|
222 * mule-process.el (network-coding-system-alist): New variable.
|
|
223 (open-network-stream): Refer it.
|
|
224
|
|
225 1997-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
226
|
|
227 * viet-util.el: New file; Imported from Emacs 20.2.
|
|
228
|
|
229 * tibet-util.el: New file; Imported from Emacs 20.2.
|
|
230
|
|
231 * hebrew.el, lao.el, lao-util.el, vietnamese.el, tibetan.el:
|
|
232 Imported from Emacs 20.2.
|
|
233
|
|
234 * greek.el, european.el, ethiopic.el, english.el, cyrillic.el,
|
|
235 chinese.el, korean.el, japanese.el, thai.el, misc-lang.el: Modify
|
|
236 to sync with Emacs 20.2.
|
|
237
|
|
238 1997-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
239
|
|
240 * mule-process.el (start-process): Refer
|
|
241 `process-coding-system-alist'.
|
|
242
|
|
243 * mule-process.el (call-process-region): Refer
|
|
244 `process-coding-system-alist'.
|
|
245
|
|
246 * mule-process.el (process-coding-system-alist): New variable.
|
|
247 (call-process): Refer it.
|
|
248
|
|
249 * mule-init.el: Rename `pathname-coding-system' to
|
|
250 `file-name-coding-system' to sync with Emacs 20.2.
|
|
251
|
|
252 * mule-coding.el: Rename `pathname-coding-system' to
|
|
253 `file-name-coding-system' to sync with Emacs 20.2; define
|
|
254 `pathname-coding-system' as an obsolete variable.
|
|
255
|
|
256 1997-09-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
257
|
|
258 * lisp/mule/mule-files.el: Implement `file-coding-system-alist' of
|
|
259 Emacs 20.0.97 to sync; abolish variable
|
|
260 `buffer-file-coding-system-alist'.
|
|
261
|
|
262 (find-file-coding-system-for-read-from-filename): Renamed from
|
|
263 `find-buffer-file-coding-system-from-filename'; modify for new
|
|
264 `file-coding-system-alist'.
|
|
265
|
|
266 (find-file-coding-system-for-write-from-filename): New function.
|
|
267
|
|
268 (insert-file-contents): Modify for new `file-coding-system-alist'.
|
|
269
|
|
270 (write-region): Use
|
|
271 `find-file-coding-system-for-write-from-filename'.
|
|
272
|
|
273 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
274
|
|
275 * prim/obsolete.el (define-widget-keywords): Make it obsolete.
|
|
276
|
|
277 * custom/widget.el (define-widget-keywords): Restore superfluous
|
|
278 function `define-widget-keywords'.
|
|
279
|
|
280 * modes/sh-script.el (sh-script): Restore correct feature.
|
|
281
|
|
282 1997-09-27 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
283
|
|
284 * prim/isearch-mode.el (isearch-help-or-delete-char): New function.
|
|
285
|
195
|
286 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
287
|
|
288 * custom/cus-dep.el (Custom-make-dependencies): Minor fixes.
|
|
289
|
|
290 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
291
|
|
292 * packages/completion.el: Remove keybinding of M-return for
|
|
293 hyperbole.
|
|
294 (completion-kill-region): The version of this function in InfoDock
|
|
295 4.0pre was very broken for XEmacs due to active region handling
|
|
296 and because it didn't set the `this-command' variable properly
|
|
297 when doing a kill.
|
|
298 From: Bob Weiner <weiner@altrasoft.com>
|
|
299
|
|
300 1997-09-26 SL Baur <steve@altair.xemacs.org>
|
|
301
|
|
302 * utils/autoload.el: Removed code dealing with customization.
|
|
303 (update-file-autoloads): Fix typo in DOC string, remove custom code.
|
|
304 (update-autoloads-from-directory): Remove custom code.
|
|
305 (batch-update-autoloads): Fix DOC string, remove custom code.
|
|
306 (batch-update-directory): Fix DOC string, remove custom code.
|
|
307
|
|
308 1997-09-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
309
|
|
310 * prim/help.el (describe-function-at-point): new function.
|
|
311 (describe-variable-at-point): ditto.
|
|
312 (help-next-symbol): ditto.
|
|
313 (help-prev-symbol): ditto.
|
|
314 (describe-function): Mention `find-function-function' in
|
|
315 docstring. Use `function-history' in completing-read.
|
|
316 (describe-function-1): Only print one filename, even if we know
|
|
317 two! Use `variable-history' in completing-read.
|
|
318 (where-is): Mention `find-function-function' in docstring.
|
|
319 (find-function-function): improve docstring.
|
197
|
320 (find-function-noselect): Remove optional arg. Search also for
|
|
321 cl's defun*. Return a pair instead of a list.
|
195
|
322 (find-function-read-function): use `function-history'.
|
|
323 (find-function-do-it): new function.
|
|
324 (find-function): Remove optional arg. Use `find-function-do-it'.
|
|
325 (find-function-other-window): ditto.
|
|
326 (find-function-other-frame): ditto.
|
|
327 (find-function-at-point): new function.
|
|
328
|
|
329 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
330
|
|
331 * custom/cus-edit.el: Issue a message about loading customization
|
|
332 dependencies.
|
|
333
|
|
334 * custom/wid-edit.el (widget-map-buttons): Fixed typo.
|
|
335
|
|
336 1997-09-25 SL Baur <steve@altair.xemacs.org>
|
|
337
|
|
338 * prim/files.el (after-find-file): Revert synch to Emacs 20 and
|
|
339 restore old directory creation behavior.
|
|
340
|
|
341 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
342
|
|
343 * custom/wid-edit.el (widget-button-or-field-extent): New
|
|
344 function.
|
|
345 (widget-next-button-or-field): Use it.
|
|
346 (widget-previous-button-or-field): Ditto.
|
|
347 (widget-move): Don't signal an error when there is only one widget
|
|
348 in the buffer.
|
|
349 (widget-push-button-value-create): Cache glyphs themselves,
|
|
350 instead of instantiators.
|
|
351 (widget-documentation-string-value-create): Better help echo
|
|
352 (widget-mouse-help): Use `functionp'.
|
|
353 (widget-echo-help): Ditto.
|
|
354
|
|
355 1997-09-25 SL Baur <steve@altair.xemacs.org>
|
|
356
|
|
357 * prim/glyphs.el (init-glyphs): Fix jpeg signature.
|
|
358
|
|
359 1997-09-24 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
360
|
|
361 * modes/lazy-shot.el (lazy-shot-shot-function): make the message
|
|
362 be displayed as progress.
|
|
363
|
|
364 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
365
|
|
366 * comint/telnet.el: Minor custom changes.
|
|
367
|
|
368 * custom/wid-edit.el (widget-field-action): Edit the value in the
|
|
369 minibuffer.
|
|
370
|
|
371 * custom/cus-edit.el (custom-group-value-create): Renamed `Go to
|
|
372 Group' tag to `Open'.
|
|
373
|
|
374 * custom/wid-edit.el (widget-shadow-subrs): New variable.
|
|
375 (widget-url-link-help-echo): New function.
|
|
376 (url-link): Use it.
|
|
377 (widget-emacs-library-link-help-echo): New function.
|
|
378 (emacs-library-link): Use it.
|
|
379
|
|
380 1997-09-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
381
|
|
382 * custom/wid-edit.el (widget-glyph-insert-glyph): Encode the
|
|
383 widget information to extent, not to the glyph.
|
|
384 (widget-glyph-click): Extract the widget from the extent, not the
|
|
385 glyph.
|
|
386 (widget-glyph-find): Set up a glyph cache.
|
|
387
|
|
388 * prim/about.el: Use :button-prefix and :button-suffix instead of
|
|
389 the variables.
|
|
390
|
|
391 * custom/wid-edit.el (widget-field-keymap): Bind Sh-TAB to
|
|
392 `widget-backward'.
|
|
393 (widget-specify-field): Use extents, not overlays.
|
|
394 (widget-specify-button): Ditto.
|
|
395 (widget-specify-sample): Ditto.
|
|
396 (widget-specify-inactive): Ditto.
|
|
397 (widget-button-click): Ditto.
|
|
398 (widget-field-value-create): Ditto.
|
|
399 (widget-field-value-delete): Ditto.
|
|
400 (widget-color-notify): Ditto.
|
|
401 (widget-setup): Ditto.
|
|
402 (widget-map-buttons): Use `map-extents'.
|
|
403 (widget-keymap): Made `global-map' its parent.
|
|
404 (widget-next-button-or-field): New function.
|
|
405 (widget-previous-button-or-field): Ditto.
|
|
406 (widget-move): Use them.
|
|
407
|
|
408 * custom/custom.el (custom-group-hash-table): Use
|
|
409 `make-hashtable', with initial size 300.
|
|
410 (custom-add-to-group): Update hash-table unconditionally.
|
|
411
|
|
412 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
413
|
|
414 * prim/packages.el (packages-useful-lisp): Arrange to bytecompile
|
|
415 shadow.elc early.
|
|
416
|
|
417 1997-09-22 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
418
|
|
419 * x11/x-toolbar.el (Info-frame-plist): Added.
|
|
420 (toolbar-info) Use new plist variable to make-frame.
|
|
421
|
|
422 1997-09-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
423
|
|
424 * custom/wid-edit.el (widget-button1-click): Would bug out on
|
|
425 events with no bindings.
|
|
426
|
|
427 * custom/cus-edit.el (custom-group-value-create): Update members
|
|
428 after loading the widget.
|
|
429 (custom-group-link-help-echo): New function.
|
|
430 (custom-group-link): Use it.
|
|
431
|
|
432 * prim/cus-load.el (custom-put): Update
|
|
433 `custom-parent-hash-table'.
|
|
434
|
|
435 * custom/cus-edit.el (custom-add-parent-links): Use
|
|
436 `custom-group-hash-table' to map the groups.
|
|
437
|
|
438 * custom/custom.el (custom-parent-hash-table): New variable.
|
|
439 (custom-add-to-group): Use it.
|
|
440
|
|
441 * prim/cus-load.el: Don't issue message for every loaded file.
|
|
442
|
|
443 * custom/cus-edit.el (custom-group-prompt): New function.
|
|
444 (customize): Use it.
|
|
445 (customize-other-window): Ditto.
|
|
446
|
|
447 * custom/wid-edit.el (widget-field-keymap): Bind TAB to
|
|
448 `widget-forward'.
|
|
449
|
|
450 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
451
|
|
452 * custom/cus-edit.el: Use `display-message' to indicate progress
|
|
453 messages.
|
|
454 (customize-set-variable): Use the third argument to `get'.
|
|
455 (customize-save-variable): Ditto.
|
|
456 (custom-variable-value-create): Ditto.
|
|
457 (custom-variable-state-set): Ditto.
|
|
458 (custom-variable-set): Ditto.
|
|
459 (custom-variable-save): Ditto.
|
|
460 (custom-variable-reset-saved): Ditto.
|
|
461 (custom-variable-reset-standard): Ditto.
|
|
462
|
|
463 * custom/cus-edit.el: Removed C-coded routines.
|
|
464
|
|
465 * custom/cus-edit.el (custom-buffer-create-internal): Print a
|
|
466 limited number of messages.
|
|
467 (custom-group-value-create): Ditto.
|
|
468
|
|
469 * custom/wid-edit.el (widget-editable-list-value-get): Revert to
|
|
470 `append'.
|
|
471
|
|
472 1997-09-22 Colin Rafferty <craffert@ml.com>
|
|
473
|
|
474 * modes/lazy-shot.el (lazy-shot-shot-function): Made it do its
|
|
475 work in the correct buffer. Also, changed obsolete
|
|
476 function call to non-obsolete version.
|
|
477
|
|
478 1997-09-22 Colin Rafferty <craffert@ml.com>
|
|
479
|
|
480 * utils/shadow.el (find-emacs-lisp-shadows): Removed extra slash
|
|
481 between directory and filename.
|
|
482
|
|
483 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
484
|
|
485 * ilisp/Makefile (SHELL): Remove dependency on /bin/csh.
|
|
486
|
|
487 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
488
|
|
489 * custom/wid-edit.el (widget-move): Use `incf'.
|
|
490 (widget-after-change): Ditto.
|
|
491 (widget-field-value-get): Ditto.
|
|
492 (widget-info-link-help-echo): New function.
|
|
493 (info-link): Use it.
|
|
494
|
|
495 * custom/cus-edit.el (custom-last): Removed.
|
|
496 (custom-buffer-create-internal): Use `incf'.
|
|
497 (custom-group-value-create): Ditto.
|
|
498
|
|
499 * packages/auto-save.el: Minor custom fixes.
|
|
500
|
|
501 * prim/cus-dep.el (Custom-make-dependencies): Generate correct
|
|
502 output wrt `custom-put'.
|
|
503
|
|
504 * custom/wid-edit.el (widget-tabable-at): Use `widget-at'.
|
|
505
|
|
506 * custom/cus-edit.el (custom-group-value-create): Use
|
|
507 `custom-group-visibility' instead of `group-visibility'.
|
|
508
|
|
509 * prim/help.el (help-map): Bound `C-h C' to `customize'.
|
|
510
|
|
511 * custom/wid-edit.el (widget-princ-to-string): Don't use `let'.
|
|
512 (widget-clear-undo): Removed current-buffer argument.
|
|
513 (widget-choose): Use minibuffer when there are more than 10 items.
|
|
514
|
|
515 1997-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
516
|
|
517 * custom/cus-edit.el (custom-button-face): Made it bold.
|
|
518 (custom-group-value-create): Change outlook of buffer.
|
|
519 (custom-buffer-create-internal): Ditto.
|
|
520 (custom-menu-nesting): Removed -- was unused by XEmacs.
|
|
521 (custom-menu-create): Don't use `custom-menu-nesting'.
|
|
522 (custom-group-menu-create): Define unconditionally.
|
|
523 (customize-menu-create): Ditto.
|
|
524 (custom-unlispify-menu-entry): Use `with-current-buffer'.
|
|
525
|
|
526 * custom/wid-edit.el (widget-checklist-match-inline): Revert to
|
|
527 `append'.
|
|
528 (widget-checklist-value-get): Ditto.
|
|
529 (widget-editable-list-match-inline): Ditto.
|
|
530 (widget-group-match-inline): Ditto.
|
|
531 (widget-glyph-find): Removed compatibility checks; use
|
|
532 `locate-data-directory'.
|
|
533 (widget-glyph-find): Use backquotes.
|
|
534 (widget-push-button-value-create): Ditto.
|
|
535 (widget-choice-mouse-down-action): Don't use `window-system'.
|
|
536 (widget-transpose-chars): New function.
|
|
537 (widget-text-keymap): Use it.
|
|
538 (widget-princ-to-string): Use `with-current-buffer'.
|
|
539 (widget-map-buttons): Ditto.
|
|
540 (widget-push-button-gui): Set to value of `widget-glyph-enable' by
|
|
541 default.
|
|
542 (widget-push-button-value-create): Call `widget-specify-button'.
|
|
543
|
|
544 * utils/mail-extr.el: Customized.
|
|
545
|
|
546 1997-09-21 SL Baur <steve@altair.xemacs.org>
|
|
547
|
|
548 * packages/man.el: Reverse manual prefix patch.
|
|
549
|
|
550 1997-09-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
551
|
|
552 * packages/man.el: Got rid of the `stars', and hard coded a prefix
|
|
553 of "Man: " for manual-entry buffers.
|
|
554
|
|
555 1997-09-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
556
|
|
557 * custom/cus-face.el (frame-background-mode): Renamed from
|
|
558 `custom-background-mode'.
|
|
559 (frame-background-mode): Rewritten.
|
|
560
|
|
561 * x11/x-menubar.el: Customized.
|
|
562
|
|
563 * custom/cus-face.el (face-spec-set-match-display): Use `warn' for
|
|
564 warnings.
|
|
565
|
|
566 * x11/x-font-menu.el: Customized.
|
|
567
|
|
568 * modes/reftex.el: Add prefixes to customization groups.
|
|
569
|
|
570 * custom/cus-edit.el (customize): Accept GROUP.
|
|
571 (customize-group): Defalias to `customize'.
|
|
572 (customize-other-window): New function.
|
|
573 (customize-group-other-window): Alias to `customize-other-window'.
|
|
574
|
|
575 * custom/wid-edit.el (widget-choose): Now works with
|
|
576 `widget-menu-minibuffer-flag' set to nil.
|
|
577 (widget-menu-minibuffer-flag): Default to nil.
|
|
578 (widget-specify-insert): Use new blackquote syntax.
|
|
579 (widget-checklist-value-get): Ditto.
|
|
580 (widget-map-buttons): Ditto.
|
|
581 (widget-checklist-match-inline): Ditto.
|
|
582 (widget-editable-list-match-inline): Ditto.
|
|
583 (widget-group-match-inline): Ditto.
|
|
584 (widget-checklist-match-inline): Use `nconc'.
|
|
585 (widget-keymap): Bind `M-tab' to `widget-backward'.
|
|
586
|
|
587 * prim/help.el (find-function-noselect): `locate-library' is
|
|
588 compression-aware; don't duplicate the work.
|
|
589
|
|
590 * prim/packages.el (packages-hardcoded-lisp): Remove "cl-defs".
|
|
591
|
|
592 * custom/wid-edit.el: Use `remove-if'.
|
|
593 (widget-glyph-directory): Use `locate-data-directory'.
|
|
594
|
|
595 * custom/cus-edit.el (custom-unlispify-remove-prefixes): Default
|
|
596 to t.
|
|
597
|
|
598 * custom/wid-edit.el: Removed *lots* of compatibility stuff.
|
|
599
|
|
600 * custom/wid-edit.el: (widget-editable-list-value-get): Apply
|
|
601 `nconc' instead of `append'.
|
|
602
|
|
603 * custom/wid-edit.el: Ditto.
|
|
604
|
|
605 * custom/cus-edit.el: Ditto.
|
|
606
|
|
607 * custom/custom.el: Use `mapc' instead of `mapcar', where
|
|
608 appropriate.
|
|
609
|
|
610 * custom/wid-edit.el: Ditto.
|
|
611
|
|
612 * custom/cus-edit.el: Ditto.
|
|
613
|
|
614 * custom/custom.el: Ditto.
|
|
615
|
|
616 * custom/widget.el: Don't define widget keywords.
|
|
617
|
|
618 1997-09-21 Joel Peterson <tarzan@aosi.com>
|
|
619
|
|
620 * prim/menubar.el: use normalize-menu-item-name instead of downcase
|
|
621 to compare menu item names.
|
|
622
|
193
|
623 1997-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
624
|
|
625 * packages/etags.el: Lots of changes.
|
|
626
|
|
627 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
628
|
|
629 * prim/faces.el (Top Level): Back out use of the loop macro. It now
|
|
630 isn't defined until loaddefs gets loaded.
|
|
631
|
|
632 1997-09-20 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
633
|
|
634 * prim/help.el (help-for-help): Make menu items style more uniform.
|
|
635
|
|
636 1997-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
637
|
|
638 * modes/sendmail.el: Don't define keys to mail etc.
|
|
639
|
|
640 * prim/keydefs.el: Add bindings to `compose-mail'.
|
|
641
|
|
642 * prim/simple.el: Synch mail stuff with Emacs 20.
|
|
643
|
|
644 * utils/reporter.el: Removed mail-user-agent stuff.
|
|
645
|
|
646 * x11/x-menubar.el (default-menubar): Use new semantics for
|
|
647 `gnuserv-frame'.
|
|
648
|
|
649 * prim/obsolete.el (string-to-sequence): Wouldn't work with TYPE
|
|
650 `vector'.
|
|
651
|
|
652 1997-09-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
653
|
|
654 * cl/cl.el: Don't load cl-defs.
|
|
655
|
|
656 * cl/cl-macs.el: Added autoload cookies.
|
|
657
|
|
658 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
|
659
|
|
660 * packages/man.el (Manual-buffers-have-prefix): New function.
|
|
661 (manual-entry): Use it.
|
|
662 From Remek Trzaska <remek@postoffice.npac.syr.edu>
|
|
663
|
|
664 1997-09-18 Colin Rafferty <craffert@ml.com>
|
|
665
|
|
666 * prim/novice.el (disable-command): Made it modify `custom-file'
|
|
667 instead of `user-init-file'.
|
|
668
|
|
669 Stop multiple disable/enable-command calls from adding
|
|
670 extra newlines.
|
|
671
|
|
672 1997-09-19 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
673
|
|
674 * prim/make-docfile.el: Use null, not not.
|
|
675
|
|
676 1997-09-18 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
677
|
|
678 * prim/isearch-mode.el (isearch-message): Display-message as
|
|
679 progress (this way isearch message won't appear in the message
|
|
680 log).
|
|
681
|
|
682 1997-09-18 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
683
|
|
684 * packages/info.el (Info-elisp-ref): Use `find-function-function'.
|
|
685
|
|
686 1997-09-18 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
687
|
|
688 * packages/lazy-lock.el (lazy-lock-pre-idle-fontify-windows):
|
|
689 Don't do lazy-lock'ing if we're in the minibuffer.
|
|
690
|
191
|
691 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
692
|
193
|
693 * oobr/Makefile (autoloads): Fix target.
|
|
694
|
|
695 * hyperbole/Makefile (autoloads): Fix target.
|
|
696
|
|
697 * utils/autoload.el (batch-update-autoloads): Obey
|
|
698 `autoload-package-name' setting.
|
|
699
|
|
700 * efs/Makefile: Correct autoloads target.
|
|
701
|
191
|
702 * prim/packages.el (locate-library): Simplify regexp for
|
|
703 compression suffixes.
|
|
704 Suggested by: Hrvoje Niksic <hniksic@srce.hr>
|
|
705
|
|
706 1997-09-17 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
707
|
|
708 * ilisp/ilisp-out.el (ilisp-scroll-output): bind `scroll-in-place'
|
|
709 to nil around the call to #'scroll-up so that {C-c v}
|
|
710 will properly scroll the *output* buffer.
|
|
711
|
|
712 1997-09-17 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
713
|
|
714 * ilisp/ilisp-out.el (ilisp-needed-window-height): make window one
|
|
715 line bigger
|
|
716
|
189
|
717 1997-09-15 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
718
|
|
719 * packages/info.el (Info-mouse-track-double-click-hook): follow
|
|
720 the top menu item when double click in bottom 1/4 and middle 1/3
|
|
721
|
|
722 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
723
|
|
724 * prim/about.el (about-hackers): Add new entry.
|
|
725
|
|
726 Tue Sep 16 19:23:24 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
727
|
|
728 * cc-mode/Release 5.18
|
|
729
|
|
730 Tue Sep 16 23:17:15 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
731
|
|
732 * cc-mode/cc-menus.el (cc-imenu-c-prototype-macro-regexp): New
|
|
733 variable.
|
|
734
|
|
735 (cc-imenu-c++-generic-expression): Patches to better match C++ code.
|
|
736 Given by jan.dubois@ibm.net (Jan Dubois)
|
|
737
|
|
738 * cc-mode/cc-menus.el (cc-imenu-java-generic-expression):
|
|
739 Removed test for declaration
|
|
740 statements. Patch given by Ake Stenhoff <etxaksf@aom.ericsson.se>, as
|
|
741 forwarded to me by RMS.
|
|
742
|
|
743 * cc-mode/cc-menus.el:
|
|
744 Imenu support for Objective-C given by Masatake (jet) YAMATO.
|
|
745
|
|
746 * cc-mode/cc-mode.el (objc-mode): Bind imenu-create-index-function to
|
|
747 cc-imenu-objc-function to enable Imenu support for Objective-C.
|
|
748 Contributed by Masatake (jet) YAMATO.
|
|
749
|
|
750 Mon Sep 15 23:21:51 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
751
|
|
752 * cc-mode/cc-styles.el (c-initialize-builtin-style):
|
|
753 Use existing copy-tree if it's defined.
|
|
754
|
|
755 copy-sequence doesn't work; the
|
|
756 c-offsets-alist must be copied recursively. Use copy-tree solution
|
|
757 given by Simon Marshall.
|
|
758
|
|
759 Fri Sep 5 04:47:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
760
|
|
761 * cc-mode/cc-cmds.el (c-beginning-of-statement):
|
|
762 Fixes in sentence movement to properly
|
|
763 handle M-e moving forward into a comment when looking at preceding
|
|
764 whitespace, and M-a moving backward into comment when looking at
|
|
765 following whitespace.
|
|
766
|
|
767 Uncommented the looking-at call in the
|
|
768 sentence-flag clause so that moving by forward-sentence when looking
|
|
769 at the beginning of a comment works again. A previous log message in
|
|
770 cc-mode.el indicates this was commented out "because
|
|
771 c-beginning-of-statement-1 should do the right thing", but clearly it
|
|
772 doesn't.
|
|
773
|
|
774 I don't know if this breaks something else, because I can't figure out
|
|
775 why it was commented out in the first place.
|
|
776
|
|
777 * cc-mode/cc-langs.el:
|
|
778 Define `/' in c-mode-base-map since all modes now support
|
|
779 c-electric-slash.
|
|
780
|
|
781 Define C-c C-e in mode-specific maps instead of c-mode-base-map since
|
|
782 c-expand-macro is meaningless in Java and IDL.
|
|
783
|
|
784 * cc-mode/cc-engine.el (c-end-of-statement-1):
|
|
785 Wrap backward-up-list in a c-safe call so no
|
|
786 error results when buffer contains only a comment and point is at
|
|
787 eob.
|
|
788
|
|
789 1997-09-15 SL Baur <steve@altair.xemacs.org>
|
|
790
|
|
791 * utils/autoload.el (customized-symbols): Use a hash table.
|
|
792
|
|
793 * prim/cus-load.el (custom-put): Restore.
|
|
794 Adapted from code by Hrvoje Niksic <hniksic@srce.hr>
|
|
795
|
|
796 * x11/x-toolbar.el (initial-toolbar-spec): Remove news and mail
|
|
797 icons from default toolbar.
|
|
798
|
|
799 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
800
|
|
801 * prim/packages.el (locate-data-directory): Return nil when
|
|
802 directory not found.
|
|
803 (locate-library): Reimplemented using `locate-file'.
|
|
804
|
|
805 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
806
|
|
807 * prim/cus-dep.el: Provide `cus-dep'.
|
|
808
|
|
809 * packages/time.el (display-time-insinuate): New function; don't
|
|
810 insinuate upon loading.
|
|
811 (display-time): Use it.
|
|
812
|
|
813 * prim/loadup.el: Use it.
|
|
814
|
|
815 * prim/dumped-lisp.el (dumped-lisp-packages): Renamed to
|
|
816 `preloaded-file-list'.
|
|
817
|
|
818 * prim/cus-load.el: Updated the comment.
|
|
819
|
|
820 * prim/cus-dep.el (custom-make-dependencies): Unjunkify.
|
|
821
|
|
822 * modes/lisp-mode.el: Declare indentation of `with-temp-buffer'.
|
|
823
|
|
824 * prim/cus-dep.el (custom-make-dependencies): Allow optional
|
|
825 parameter; don't kill Emacs.
|
|
826
|
|
827 * modes/cl-indent.el: Minor customize changes.
|
|
828
|
|
829 * modes/asm-mode.el: Minor customize changes.
|
|
830
|
|
831 * modes/arc-mode.el: Customized.
|
|
832
|
|
833 * modes/ada-stmt.el: New file.
|
|
834
|
|
835 * modes/ada-mode.el: Synched with FSF (customized, etc.)
|
|
836
|
|
837 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
838
|
|
839 * prim/files.el (switch-to-buffer-other-frame): Undo previous
|
|
840 change when focus-follows-mouse policy is in effect.
|
|
841
|
|
842 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
843
|
|
844 * packages/recent-files.el: Minor customize changes.
|
|
845
|
|
846 * packages/man.el: Minor customize changes.
|
|
847 (Manual-use-rosetta-man): Moved the extensive info from docstring.
|
|
848
|
|
849 * packages/makeinfo.el: Minor customize changes.
|
|
850
|
|
851 * packages/info.el: Minor customize changes.
|
|
852
|
|
853 * packages/gopher.el: Minor customize changes.
|
|
854
|
|
855 * packages/func-menu.el: Minor customize changes.
|
|
856
|
|
857 * packages/etags.el (tags-delete): Use builtin `delete'.
|
|
858 (tags-remove-duplicates): Don't recurse.
|
|
859 Fixup customizations.
|
|
860
|
|
861 * packages/emerge.el: Use `with-current-buffer' instead of
|
|
862 `emerge-eval-in-buffer'; reindent.
|
|
863
|
|
864 * packages/compile.el: Minor customize changes.
|
|
865
|
|
866 * packages/bookmark.el: Customized.
|
|
867
|
|
868 * packages/avoid.el (mouse-avoidance-mode): Customized properly.
|
|
869
|
|
870 * packages/autoinsert.el: Customized.
|
|
871
|
|
872 * modes/xrdb-mode.el: Minor customize changes.
|
|
873
|
|
874 * modes/vrml-mode.el: Minor customize changes.
|
|
875
|
|
876 * modes/vhdl-mode.el: Customized.
|
|
877 (vhdl-emacs-features): Recognize XEmacs 20 correctly.
|
|
878
|
|
879 * modes/vhdl-mode.el: Require elp when compiling.
|
|
880
|
|
881 * modes/texinfo.el: Minor customize changes.
|
|
882
|
|
883 * modes/tcl.el: Minot customize changes.
|
|
884
|
|
885 * modes/strokes.el: Small fixes.
|
|
886 (strokes-mode): Don't signal error without window system; issue a
|
|
887 warning.
|
|
888 (strokes-insinuate): New function. Don't defadvice upon loading.
|
|
889 (strokes-mode): Use it.
|
|
890 (strokes-char-face): Use `defface'.
|
|
891
|
|
892 * modes/simula.el: Customized.
|
|
893
|
|
894 * modes/scribe.el: Customized.
|
|
895 (scribe-envelop-word): Don't bind `noparens' (unused).
|
|
896
|
|
897 * modes/rsz-minibuf.el: Remove old lemacs support,
|
|
898 e.g. screen-vs-frame, etc.
|
|
899 (resize-minibuffer-min): Removed.
|
|
900
|
|
901 * modes/rsz-minibuf.el: Fix customizations.
|
|
902
|
|
903 * prim/subr.el: Moved string-to-foo functions to obsolete.el.
|
|
904
|
|
905 * prim/obsolete.el: Comments.
|
|
906
|
|
907 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
908
|
|
909 * packages/filladapt.el: Added `:require' to filladapt-mode
|
|
910 customization.
|
|
911
|
|
912 * modes/whitespace-mode.el: Customize better.
|
|
913
|
|
914 * modes/hideshow.el: Customize.
|
|
915
|
|
916 * packages/icomplete.el: Don't turn on by default; customize
|
|
917 correctly.
|
|
918
|
|
919 * utils/uniquify.el: Don't invade Emacs by default.
|
|
920 (uniquify-buffer-name-style): Default to nil.
|
|
921
|
|
922 * utils/uniquify.el: Removed support for Emacs 18.
|
|
923
|
|
924 * packages/pending-del.el: Customize `pending-delete-mode'.
|
|
925
|
|
926 * modes/sh-script.el: Renamed `sh-script' customization group to `sh'.
|
|
927
|
|
928 * packages/balloon-help.el: Customize `balloon-help-mode'.
|
|
929
|
|
930 * packages/paren.el: Don't invade Emacs by default.
|
|
931 Finished customizing.
|
|
932
|
187
|
933 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
934
|
|
935 * x11/x-toolbar.el (toolbar-paste-function): Remove reference to
|
|
936 x-yank-primary-selection.
|
|
937 Suggested by: Hrvoje Niksic <hniksic@srce.hr>
|
|
938
|
|
939 * prim/about.el (about-xemacs): Update release date with worst
|
|
940 case.
|
|
941 (about-maintainer-info): Sync entry with 19.16.
|
|
942
|
|
943 1997-09-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
944
|
|
945 * packages/vc.el (vc-default-init-version): Make the default value
|
|
946 be `nil'. Improve the docstring.
|
|
947
|
|
948 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
949
|
|
950 * prim/make-docfile.el: Spawn make-docfile to csh on next-mach as
|
|
951 well as BSD.
|
|
952
|
|
953 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
954
|
|
955 * mule/mule-util.el: Clean of Emacs-ported things.
|
|
956
|
|
957 1997-09-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
958
|
|
959 * packages/etags.el (tags-file-pattern): Allow `,' in file names.
|
|
960
|
|
961 * prim/startup.el (initial-scratch-message): Converted to defcustom.
|
|
962
|
|
963 1997-09-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
964
|
|
965 * packages/tar-mode.el: Customize; use cl.el instead of
|
|
966 home-brewed extensions.
|
|
967
|
|
968 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
969
|
|
970 * prim/subr.el (mapc-internal): Define for backward compatibility.
|
|
971
|
|
972 * cl/cl-extra.el: Don't define `mapc'.
|
|
973
|
|
974 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
975
|
|
976 * prim/startup.el (initial-scratch-message): Cosmetic change.
|
|
977
|
|
978 Fri Sep 5 00:50:41 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
979
|
|
980 * cc-mode/Release 5.17
|
|
981
|
|
982 Fri Sep 5 04:47:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
983
|
|
984 * cc-mode/cc-cmds.el (c-beginning-of-statement):
|
|
985 Fixes in sentence movement to properly
|
|
986 handle M-e moving forward into a comment when looking at preceding
|
|
987 whitespace, and M-a moving backward into comment when looking at
|
|
988 following whitespace.
|
|
989
|
|
990 * cc-mode/cc-langs.el:
|
|
991 Define `/' in c-mode-base-map since all modes now support
|
|
992 c-electric-slash.
|
|
993
|
|
994 Define C-c C-e in mode-specific maps instead of c-mode-base-map since
|
|
995 c-expand-macro is meaningless in Java and IDL.
|
|
996
|
|
997 * cc-mode/cc-engine.el (c-end-of-statement-1):
|
|
998 Wrap backward-up-list in a c-safe call so no error results when
|
|
999 buffer contains only a comment and point is at eob.
|
|
1000
|
|
1001 * cc-mode/cc-cmds.el (c-beginning-of-statement):
|
|
1002 Uncommented the looking-at call in the
|
|
1003 sentence-flag clause so that moving by forward-sentence when looking
|
|
1004 at the beginning of a comment works again. A previous log message in
|
|
1005 cc-mode.el indicates this was commented out "because
|
|
1006 c-beginning-of-statement-1 should do the right thing", but clearly it
|
|
1007 doesn't.
|
|
1008
|
|
1009 I don't know if this breaks something else, because I can't figure out
|
|
1010 why it was commented out in the first place.
|
|
1011
|
|
1012 Tue Aug 26 22:31:55 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1013
|
|
1014 * cc-mode/cc-styles.el (c-style-alist): "python" style,
|
|
1015 knr-argdecl-intro == +
|
|
1016
|
|
1017 Mon Aug 25 17:25:12 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1018
|
|
1019 * cc-mode/cc-engine.el (c-inside-bracelist-p):
|
|
1020 Add a test to the enum list test so that the
|
|
1021 following code won't erroneously recognize as inside a brace list:
|
|
1022
|
|
1023 static PyObject **
|
|
1024 unpack_sequence(v, argcnt, why)
|
|
1025 PyObject **v;
|
|
1026 int argcnt;
|
|
1027 enum *why_code;
|
|
1028 {
|
|
1029 int i;
|
|
1030
|
|
1031 Otherwise, the `enum' in the K&R decl trips this code up.
|
|
1032
|
|
1033 * cc-mode/cc-styles.el (c-style-alist): "python" style,
|
|
1034 fill-column = 78
|
|
1035
|
|
1036 Fri Aug 22 20:25:57 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1037
|
|
1038 * cc-mode/cc-cmds.el (c-comment-line-break-function):
|
|
1039 Don't break line in the middle of a string.
|
|
1040
|
|
1041 Mon Aug 18 17:37:24 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1042
|
|
1043 * cc-mode/cc-styles.el (c-style-alist):
|
|
1044 "python" style change: arglist-intro <= +
|
|
1045 "python" style change: inextern-lang <= 0
|
|
1046
|
|
1047 Fri Aug 15 18:39:10 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1048
|
|
1049 * cc-mode/cc-styles.el (c-style-alist):
|
|
1050 "python" style requires c-comment-continuation-stars
|
|
1051 to be "".
|
|
1052
|
|
1053 1997-09-09 SL Baur <steve@altair.xemacs.org>
|
|
1054
|
|
1055 * utils/autoload.el: One too many -autoload suffixes.
|
|
1056
|
|
1057 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1058
|
|
1059 * prim/startup.el (initial-scratch-message): Cosmetic grammar
|
|
1060 fixup in startup *scratch* message.
|
|
1061
|
|
1062 1997-09-09 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1063
|
|
1064 * packages/vc.el (vc-register): make the second option arg COMMENT
|
|
1065 do something
|
|
1066
|
|
1067 * packages/vc.el (vc-register): Make the default initial
|
|
1068 version be `vc-default-init-version', a new variable
|
|
1069 defaulting to "0.1".
|
|
1070
|
|
1071 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
1072
|
|
1073 * prim/packages.el (packages-find-packages): Reverse package path.
|
|
1074 From Colin Rafferty <craffert@ml.com>
|
|
1075
|
|
1076 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1077
|
|
1078 * utils/edmacro.el (edmacro-parse-word): Accept ^foo (would signal
|
|
1079 error).
|
|
1080 (edmacro-format-1): Add SPC after ^.
|
|
1081
|
|
1082 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
1083
|
|
1084 * prim/make-docfile.el (Top Level): Ensure `load-path' always has
|
|
1085 directory names ending in '/'.
|
|
1086
|
|
1087 * prim/packages.el (list-autoloads-path): Assume `load-path'
|
|
1088 always has directories ending with trailing `/'s.
|
|
1089
|
|
1090 * version.el (emacs-version): Preserve previous matching info.
|
|
1091 From Didier Verna <verna@inf.enst.fr>
|
|
1092
|
|
1093 Wed Sep 3 13:53:10 1997 SL Baur <steve@altair.xemacs.org>
|
|
1094
|
|
1095 * prim/loadup.el: *Never* add directories to the load-path
|
|
1096 without trailing slashes.
|
|
1097
|
|
1098 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
1099
|
|
1100 * prim/packages.el (packages-find-packages): New argument:
|
|
1101 `suppress-user' to allow suppression of searching package
|
|
1102 hierarchies beginning with "~".
|
|
1103 (Top Level): Suppress searching user directories at dump time.
|
|
1104
|
185
|
1105 1997-08-30 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1106
|
|
1107 * packages/info.el (Info-mouse-track-double-click-hook): Added,
|
|
1108 and placed an `add-hook' into (Info-mode)
|
|
1109
|
|
1110 1997-08-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1111
|
|
1112 * packages/hyper-apropos.el (hyper-apropos-help-map): add
|
|
1113 keybinding to `hyper-apropos-find-function'.
|
|
1114 (hyper-apropos-map): removed unnecessary double binding to
|
|
1115 `hyper-apropos-set-variable'.
|
|
1116 (hyper-apropos-find-function): new function.
|
|
1117 (hyper-apropos-popup-menu): if in the help mode, look for symbol
|
|
1118 at top of the buffer if necessary. Added menu entry for
|
|
1119 `hyper-apropos-find-function'.
|
|
1120
|
|
1121 1997-08-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1122
|
|
1123 * prim/files.el (switch-to-buffer-other-frame): make it select-frame
|
|
1124
|
|
1125 1997-09-01 SL Baur <steve@altair.xemacs.org>
|
|
1126
|
|
1127 * x11/x-menubar.el (default-menubar): Put tetris in the game menu,
|
|
1128 and move it and the mine game to the top of the menu.
|
|
1129
|
|
1130 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
1131
|
|
1132 * packages/lpr.el: Clone message-flatten-list.
|
|
1133
|
|
1134 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1135
|
|
1136 * apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
1137 iso-2022-jp-2 is defined as coding-system.
|
|
1138
|
|
1139 * mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
1140 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
1141
|
|
1142 (iso-2022-jp-2): New coding system.
|
|
1143
|
|
1144 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1145
|
|
1146 * prim/about.el (about-maintainer-glyph): Fix problem with
|
|
1147 jka-compr.el.
|
|
1148
|
|
1149 1997-08-25 SL Baur <steve@altair.xemacs.org>
|
|
1150
|
|
1151 * prim/help.el (find-function): ff-read-function was renamed.
|
|
1152 (find-function-other-window): Ditto.
|
|
1153 (find-function-other-frame): Ditto.
|
|
1154
|
|
1155 1997-08-21 SL Baur <steve@altair.xemacs.org>
|
|
1156
|
|
1157 * prim/packages.el (packages-find-packages-1): Append trailing
|
|
1158 slash to directories added to the load-path.
|
|
1159
|
|
1160 1997-08-17 SL Baur <steve@altair.xemacs.org>
|
|
1161
|
|
1162 * utils/autoload.el (fixup-autoload-buffer): Replace lost guard
|
|
1163 statement.
|
|
1164
|
|
1165 * prim/make-docfile.el: Remove BOGUS redefinition of
|
|
1166 find-file-hooks.
|
|
1167 * prim/update-elc.el: Ditto.
|
|
1168
|
|
1169 * prim/packages.el (locate-library): Put guard on usage of
|
|
1170 `find-file-hooks' (it doesn't exist when temacs is being run).
|
|
1171
|
183
|
1172 Fri Aug 15 17:26:05 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1173
|
|
1174 * cc-mode/Release 5.16
|
|
1175
|
|
1176 Fri Aug 15 18:39:10 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1177
|
|
1178 * cc-mode/cc-styles.el (c-style-alist):
|
|
1179 "python" style requires c-comment-continuation-stars
|
|
1180 to be "".
|
|
1181
|
|
1182 * cc-mode/cc-engine.el (c-end-of-statement-1):
|
|
1183 Eliminate false hits on important characters
|
|
1184 inside literals (strings, comments).
|
|
1185
|
|
1186 Tue Aug 12 21:47:18 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1187
|
|
1188 * cc-mode/cc-cmds.el (c-comment-line-break-function):
|
|
1189 In this function, and the defadvice,
|
|
1190 call indent-new-comment-line if not in a comment.
|
|
1191
|
|
1192 * cc-mode/cc-vars.el (c-buffer-is-cc-mode): Definition moved to
|
|
1193 cc-mode.el
|
|
1194
|
|
1195 * cc-mode/cc-mode.el (c-buffer-is-cc-mode):
|
|
1196 Definition moved here from cc-vars.el. Also,
|
|
1197 put permanent-local property on variable so it's value won't get
|
|
1198 killed by kill-all-local-variables. This makes it easier for non-CC
|
|
1199 Mode derived modes to be initialized correctly.
|
|
1200
|
|
1201 * cc-mode/cc-cmds.el (c-electric-brace):
|
|
1202 In preserve-p test, don't test char-before when at
|
|
1203 bobp. Open brace at bobp is illegal in most modes, but not awk-mode,
|
|
1204 which depends on CC Mode.
|
|
1205
|
|
1206 Mon Aug 11 15:37:04 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1207
|
|
1208 * cc-mode/cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode):
|
|
1209 Remove obsolete variable c-double-slash-is-comments-p.
|
|
1210
|
|
1211 * cc-mode/cc-langs.el (c-double-slash-is-comments-p): Remove
|
|
1212 obsolete variable.
|
|
1213
|
|
1214 * cc-mode/cc-cmds.el (c-fill-paragraph):
|
|
1215 Remove conditional on obsolete variable
|
|
1216 c-double-slash-is-comments-p.
|
|
1217
|
|
1218 * cc-mode/cc-styles.el (c-style-alist):
|
|
1219 Conform comment settings to RMS's preferences.
|
|
1220
|
|
1221 Thu Aug 7 19:21:32 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1222
|
|
1223 * cc-styles.el (c-set-offset): Added autoload cookie.
|
|
1224
|
|
1225 1997-08-15 SL Baur <steve@altair.xemacs.org>
|
|
1226
|
|
1227 * cl/cl-macs.el (cl-make-type-test): De-ebolify type test for
|
|
1228 'character.
|
|
1229
|
|
1230 1997-08-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1231
|
|
1232 * packages/man.el (Manual-mouseify-xrefs): Skip the top line of
|
|
1233 manual entries so to not get the all-caps pseudo xrefs in the
|
|
1234 heading in our list of manuals.
|
|
1235 (Manual-buffers-have-stars): new customize option.
|
|
1236 (manual-entry): Fix to utilize the new variable, and to not put
|
|
1237 stars around manual names put in the minibuffer history.
|
|
1238
|
|
1239 1997-08-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1240
|
|
1241 * packages/info.el (Info-directory-list): reverse the
|
|
1242 `Info-default-directory-list' when using it to initialize the
|
|
1243 `Info-directory-list'.
|
|
1244 (Info-insert-dir): make it so the insertion of a locadir file at a
|
|
1245 "^[ \t]*Local.*\n[ \t]*[-=]+" line works correctly.
|
|
1246
|
|
1247 Mon Aug 11 17:35:35 1997 SL Baur <steve@altair.xemacs.org>
|
|
1248
|
|
1249 * prim/loaddefs.el (((dir load-path))): Ignore all errors.
|
|
1250
|
|
1251 * utils/autoload.el (fixup-autoload-buffer): Wrapping autoloads
|
|
1252 files with a guard produces invalid bytecode.
|
|
1253
|
|
1254 * prim/make-docfile.el (package-path): Look in the package path
|
|
1255 for autoloads files.
|
|
1256
|
|
1257 * prim/packages.el (packages-find-packages-1): Don't append
|
|
1258 trailing "/" when adding a top-level Lisp directory.
|
|
1259 (list-autoloads-path): New function. Use existing precomputed
|
|
1260 load-path instead of doing the old broken computation.
|
|
1261
|
|
1262 1997-08-11 SL Baur <steve@altair.xemacs.org>
|
|
1263
|
|
1264 * prim/startup.el (command-line-1): Allow setting of
|
|
1265 `initial-scratch-message' to nil to turn it off.
|
|
1266 Suggested by Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
1267
|
181
|
1268 1997-08-09 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1269
|
|
1270 * packages/info.el: (info::toolbar) swap next and prev buttons to
|
|
1271 match the order of the node headings in info files.
|
|
1272
|
|
1273 1997-08-09 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1274
|
|
1275 * packages/info.el: (Info-fontify-node) will now split top line
|
|
1276 that spans 3 lines. (Info-extract-pointer) adjust to match.
|
|
1277
|
|
1278 1997-08-08 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1279
|
|
1280 * packages/info.el: (Info-extract-pointer) make it move forward
|
|
1281 one more line so when the top line has been split, the toolbar
|
|
1282 arrows, u, and p will find the link they need.
|
|
1283
|
|
1284 Thu Aug 7 18:13:12 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1285
|
|
1286 * cc-mode/Release 5.15
|
|
1287
|
|
1288 Thu Aug 7 19:21:32 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1289
|
|
1290 * cc-mode/cc-styles.el (c-set-offset): Added autoload cookie.
|
|
1291
|
|
1292 * cc-mode/cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table,
|
|
1293 objc-mode-syntax-table, idl-mode-syntax-table): Added autoload
|
|
1294 cookies. c-mode-syntax-table already has one.
|
|
1295
|
|
1296 Wed Aug 6 21:50:08 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1297
|
|
1298 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
1299 Check all cc-mode-19 interface requirements.
|
|
1300
|
|
1301 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1302
|
|
1303 * cc-mode/cc-align.el (c-lineup-java-throws):
|
|
1304 Change the `when' clause to an `if-progn' :-(
|
|
1305
|
|
1306 * cc-mode/cc-langs.el (c-common-init):
|
|
1307 Make comment-line-break-function buffer local iff it's boundp.
|
|
1308
|
|
1309 * cc-mode/cc-cmds.el:
|
|
1310 defadvice for indent-new-comment-line keys off of c-buffer-is-cc-mode
|
|
1311 instead of an explicit major-mode list. this means non-CC Mode
|
|
1312 derived modes will work properly
|
|
1313
|
|
1314 * cc-mode/cc-mode.el (c-initialize-cc-mode): Set
|
|
1315 c-buffer-is-cc-mode to t.
|
|
1316
|
|
1317 * cc-mode/cc-vars.el (c-buffer-is-cc-mode): New variable
|
|
1318
|
|
1319 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
1320 Give in to the pressure. require 'cc-mode-19
|
|
1321 if functionp is not bound. Too many novice errors without this.
|
|
1322
|
|
1323 * cc-mode/cc-cmds.el:
|
|
1324 Added advice for indent-new-comment-line so older Emacsen work if they
|
|
1325 don't have the variable comment-line-break-function.
|
|
1326
|
|
1327 Mon Aug 4 14:55:40 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1328
|
|
1329 * cc-mode/cc-langs.el (c-mode-base-map, c++-mode-map):
|
|
1330 Move `/' as an electric character
|
|
1331 from c++-mode-map to c-mode-base-map for all languages.
|
|
1332
|
|
1333 * cc-mode/cc-cmds.el (c-electric-slash):
|
|
1334 Make this work as the final slash in a */ block
|
|
1335 oriented comment closing token.
|
|
1336
|
|
1337 * cc-mode/cc-vars.el (c-comment-continuation-stars):
|
|
1338 Can take a nil value. Also, the default value is "* ".
|
|
1339
|
|
1340 * cc-mode/cc-cmds.el (c-comment-line-break-function): nil value for
|
|
1341 c-comment-continuation-stars means use old semantics
|
|
1342
|
|
1343 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1344
|
|
1345 * cc-mode/cc-cmds.el (c-comment-line-break-function):
|
|
1346 Added optional soft argument
|
|
1347
|
|
1348 * cc-mode/cc-langs.el (c-common-init): Set comment-multi-line and
|
|
1349 comment-line-break-function here for all modes.
|
|
1350
|
|
1351 * cc-mode/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode,
|
|
1352 idl-mode):
|
|
1353 Don't set comment-multi-line here.
|
|
1354
|
|
1355 * cc-mode/cc-vars.el (c-comment-continuation-stars): New variable
|
|
1356
|
|
1357 * cc-mode/cc-cmds.el (c-comment-line-break-function): New function
|
|
1358 for proposed mode-specific comment-line-break-function variable.
|
|
1359
|
|
1360 * cc-mode/cc-mode.el (c-mode): comment-multi-line => nil
|
|
1361
|
|
1362 * cc-mode/cc-langs.el (c-C-comment-start-regexp): Obsolete.
|
|
1363
|
|
1364 (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp.
|
|
1365
|
|
1366 (c-populate-syntax-table, c-setup-dual-comments): Merge both functions
|
|
1367 into c-populate-syntax-table. With the new 9X draft C standard, both
|
|
1368 line and block oriented comments are supported in all modes, so always
|
|
1369 set up the syntax tables to support both comment styles.
|
|
1370
|
|
1371 (c-mode-syntax-table, c++-mode-syntax-table, java-mode-syntax-table,
|
|
1372 objc-mode-syntax-table, idl-mode-syntax-table): Use the new syntax
|
|
1373 table initialization idioms.
|
|
1374
|
|
1375 (c-enable-//-in-c-mode): Obsolete.
|
|
1376
|
|
1377 * cc-mode/cc-mode.el (c-mode):
|
|
1378 c-comment-start-regexp uses c-C++-comment-start-regexp to
|
|
1379 support line oriented comments.
|
|
1380
|
|
1381 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1382
|
|
1383 * cc-mode/cc-engine.el (c-guess-basic-syntax):
|
|
1384 CASE 5D.4: template argument continuation
|
|
1385 lines are now analyzed as template-args-cont.
|
|
1386
|
|
1387 * cc-mode/cc-styles.el (c-offsets-alist):
|
|
1388 Added template-args-cont syntactic symbol
|
|
1389
|
|
1390 Sat Jul 26 16:03:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1391
|
|
1392 * cc-mode/cc-styles.el (c-styles-alist):
|
|
1393 In "java" style, set c-hanging-comment-starter-p to
|
|
1394 nil to preserve Javadoc starter lines.
|
|
1395
|
|
1396 1997-08-08 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1397
|
|
1398 * prim/obsolete.el (define-obsolete-variable-alias): If the
|
|
1399 obsolete variable was setq'ed before the code was loaded we want
|
|
1400 that value.
|
|
1401
|
|
1402 1997-08-06 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1403
|
|
1404 * packages/man.el: Several modifications
|
|
1405
|
|
1406 * (manual-entry) buffers are named without *'s, when
|
|
1407 `buffers-menu-submenus-for-groups-p' is t, so they show up
|
|
1408 in a subsection of the Buffer's menu now, rather than
|
|
1409 lumped under *Misc*.
|
|
1410
|
|
1411 * (Manual-mode) added a local `kill-buffer-hook' to remove
|
|
1412 a killed manual from the `Manual-page-history'
|
|
1413
|
|
1414 * (Manual-last-page) begun rewrite of manuvering and
|
|
1415 viewing mode code
|
|
1416
|
|
1417 * (Manual-mouseify-xrefs) hyphenated xrefs are highlighted
|
|
1418 now, and properly handled when the second line is
|
|
1419 indented. They end up on the menus too.
|
|
1420
|
|
1421 * (Manual-popup-menu) made the far button popup menus look
|
|
1422 better by removing the prefix string and adding a title.
|
|
1423
|
|
1424 1997-08-06 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1425
|
|
1426 * packages/info.el: (Info-highlight-region) Fixed it to not
|
|
1427 highlight the indention spaces in xrefs split across lines with
|
|
1428 indention on the second line.
|
|
1429
|
|
1430 1997-08-06 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1431
|
|
1432 * packages/info.el: Numerous modifications, including:
|
|
1433
|
|
1434 * support for "dir" merging 'ala Emacs-19.34, with
|
|
1435 fallback to cheap localdir files in the secondary info
|
|
1436 directories.
|
|
1437
|
|
1438 * changed default `Info-annotations-path' from
|
|
1439 ~/.infonotes to ~/.xemacs/info.notes
|
|
1440
|
|
1441 * added `Info-additional-directory-list'
|
|
1442
|
|
1443 * changed a call to w3-fetch to browse-url
|
|
1444
|
|
1445 * added new variables and functions from GNU Emacs 19.34:
|
|
1446 `Info-dir-contents', `Info-dir-contents-directory',
|
|
1447 `Info-dir-file-attributes', and the function
|
|
1448 `Info-insert-dir'
|
|
1449
|
|
1450 * rewrote `Info-suffixed-file' to a cond block rather than
|
|
1451 nested if's for aesthetic reasons.
|
|
1452
|
|
1453 * made the top line get split if it's longer than 79
|
|
1454 characters and tweaked fontification to handle that.
|
|
1455
|
|
1456 * changed the look of the pop-up mouse menus by utilizing
|
|
1457 the "--:etchedThing" dividers.
|
|
1458
|
|
1459 * several docstring reformats and typo fixes, a few
|
|
1460 comments deleted.
|
|
1461
|
|
1462 * info/dir: deleted the Locals: line. I think it's obsolete since
|
|
1463 the "dir" merge can put things from like-named nodes in separated
|
|
1464 "dir" files all under one menu, which is more versatile than just
|
|
1465 a "Locals:" section. If you still want a "Locals:" section, make
|
|
1466 yourself a node for it.
|
|
1467
|
|
1468 1997-08-07 SL Baur <steve@altair.xemacs.org>
|
|
1469
|
|
1470 * egg/egg.el (hiragana-region): Ebola cleanup.
|
|
1471 (katakana-region): Ditto.
|
|
1472
|
|
1473 1997-08-02 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1474 * prim/files.el (save-buffers-kill-emacs):
|
|
1475 If there are active processes, then list them before querying if
|
|
1476 it is ok to exit emacs.
|
|
1477
|
|
1478 1997-08-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1479
|
|
1480 * efs/dired.el (dired-get-filename) Move the skipping of the
|
|
1481 ending carriage return on NT to inside the setq so `and' won't
|
|
1482 fail on Unix.
|
|
1483
|
179
|
1484 1997-07-30 SL Baur <steve@altair.xemacs.org>
|
|
1485
|
|
1486 * prim/startup.el (find-emacs-root-internal-1): Remove diagnostic.
|
|
1487
|
|
1488 * prim/packages.el (packages-find-packages): Remove diagnostic.
|
|
1489
|
|
1490 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
1491
|
|
1492 * utils/config.el (config-value-hash-table): Only store the first
|
|
1493 occurrence of a symbol.
|
|
1494
|
|
1495 * modes/make-mode.el: Remove imenu stuffs.
|
|
1496
|
177
|
1497 Sat Jul 26 12:24:20 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1498
|
|
1499 * cc-mode/ Release 5.14
|
|
1500
|
|
1501 Sat Jul 26 16:03:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1502
|
|
1503 * cc-mode/cc-styles.el (c-styles-alist):
|
|
1504 In "java" style, set c-hanging-comment-starter-p to
|
|
1505 nil to preserve Javadoc starter lines.
|
|
1506
|
|
1507 Fri Jul 25 22:17:07 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1508
|
|
1509 * cc-mode/cc-engine.el (c-beginning-of-statement-1):
|
|
1510 When checking for bare semi, don't match
|
|
1511 on a semi following a close brace, otherwise the following legal code
|
|
1512 fails:
|
|
1513
|
|
1514 void foo()
|
|
1515 {
|
|
1516 static struct Pattern nums
|
|
1517 = {1, 2, 3};
|
|
1518
|
|
1519 int j = 2;
|
|
1520 }
|
|
1521
|
|
1522 This might break some bare semi idioms but those are probably more
|
|
1523 rare than static initializers.
|
|
1524
|
|
1525 * cc-mode/cc-vars.el (idl-mode-hook): New variable.
|
|
1526
|
|
1527 * cc-mode/cc-mode.el (idl-mode): Support for CORBA's IDL language.
|
|
1528
|
|
1529 * cc-mode/idl-font-lock.el: Unsupported font-lock definitions for IDL.
|
|
1530 This should be merged in with font-lock.el
|
|
1531
|
|
1532 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
1533 move the calling of c-make-styles-buffer-local
|
|
1534 into c-initialize-builtin-style.
|
|
1535
|
|
1536 * cc-mode/cc-styles.el (c-set-style-2):
|
|
1537 Fixed broken implementation of inherited styles.
|
|
1538
|
|
1539 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
1540 Run the c-initialization-hook, but only once
|
|
1541 per Emacs session.
|
|
1542
|
|
1543 * cc-mode/cc-vars.el (c-initialization-hook): New variable.
|
|
1544
|
|
1545 * cc-mode/cc-engine.el (c-guess-basic-syntax):
|
|
1546 CASE 5I: When adding 'inclass syntax, use the
|
|
1547 relpos pointing to the class opening brace, unless that hangs on the
|
|
1548 right side, in which case, use the start of the class/struct keyword.
|
|
1549
|
|
1550 Thu Jul 17 03:36:22 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1551
|
|
1552 * cc-mode/cc-langs.el (c-symbol-key):
|
|
1553 first character must be a letter or underscore
|
|
1554
|
|
1555 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
1556
|
|
1557 * packages/vc.el (vc-version-diff): Autoload for the menu.
|
|
1558 Suggested by Karl M. Hegbloom <karlheg+xemacs@inetarena.com>
|
|
1559
|
|
1560 1997-07-24 SL Baur <steve@altair.xemacs.org>
|
|
1561
|
|
1562 * prim/make-docfile.el (docfile-out-of-date): Workaround for NEWOS
|
|
1563 process exit handling bug.
|
|
1564 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
1565
|
|
1566 1997-07-23 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1567
|
|
1568 * packages/info.el: (Info-fontify-node) Allow colons in menu
|
|
1569 names. There must be whitespace following the menu ending colon.
|
|
1570
|
|
1571 1997-07-23 SL Baur <steve@altair.xemacs.org>
|
|
1572
|
|
1573 * prim/faces.el (invert-face): Make interactive.
|
|
1574 Suggested by David Bakhash <cadet@sst.ll.mit.edu>
|
|
1575
|
|
1576 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1577
|
|
1578 * modes/view-process-system-specific.el added
|
|
1579 `View-process-field-name-descriptions-linux', transcribed from
|
|
1580 man 7 ps_fields. Linux signals fixed to match <asm/signal.h>.
|
|
1581
|
|
1582 1997-07-22 SL Baur <steve@altair.xemacs.org>
|
|
1583
|
|
1584 * x11/x-toolbar.el (toolbar-paste-function): Add default as
|
|
1585 option.
|
|
1586
|
|
1587 * prim/minibuf.el (force-dialog-box-use): Fix typo.
|
|
1588 From Pekka Marjola <pema@iki.fi>
|
|
1589
|
|
1590 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
1591
|
|
1592 * prim/packages.el (locate-data-directory): New function to search
|
|
1593 for directories in the data-directory-list.
|
|
1594
|
|
1595 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1596
|
|
1597 * prim/minibuf.el: New customize variable:
|
|
1598 `minibuffer-history-uniquify'
|
|
1599 (read-from-minibuffer) Only remove histval from list if
|
|
1600 minibuffer-history-uniquify is t.
|
|
1601
|
|
1602 * custom/custom.el: Fix typo in (defgroup) docstring.
|
|
1603
|
|
1604 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
1605
|
|
1606 * prim/startup.el (set-default-load-path): Initialize package
|
|
1607 paths as final step if everything else went O.K.
|
|
1608
|
|
1609 * prim/help.el: Removed locate-library (moved to packages.el).
|
|
1610
|
|
1611 * prim/subr.el: Removed lamda macro (moved to packages.el).
|
|
1612
|
|
1613 * prim/packages.el (package-find-packages): New function. Search
|
|
1614 package hierarchies for interesting directories.
|
|
1615 (package-find-packages-1): Helper function for the above. Do the
|
|
1616 searching in exactly 1 directory.
|
|
1617
|
|
1618 * packages/vc.el: Add ClearCase maintainer.
|
|
1619
|
|
1620 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1621
|
|
1622 * modes/whitespace-mode.el (toplevel) Install toolbar button using
|
|
1623 `toolbar-add-item' rather than redefining the whole default
|
|
1624 toolbar. If the button is already there, does nothing, so a
|
|
1625 custom toolbar containing a whitespace button can made with
|
|
1626 `edit-toolbar' once it's been installed the first time.
|
|
1627
|
|
1628 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
1629
|
|
1630 * utils/speedbar.el:
|
|
1631 (speedbar-frame-mode): Autoload.
|
|
1632 (speedbar-get-focus): Autoload.
|
|
1633 (speedbar): Autoload (correctly).
|
|
1634
|
|
1635 (speedbar-frame-width): Test liveness of frame
|
|
1636 too.
|
|
1637 (speedbar-frame-mode): Avoid some Emacs 20 code.
|
|
1638 From Markus Linnala <maage@cs.tut.fi>
|
|
1639
|
|
1640 * prim/startup.el (find-emacs-root-internal): Search
|
|
1641 prefix-directory directly for XEmacs installed stuffs.
|
|
1642
|
|
1643 * utils/smtpmail.el (smtpmail-send-it): Autoload.
|
|
1644
|
|
1645 * prim/startup.el (command-line): Put advisory text in *scratch*
|
|
1646 at startup.
|
|
1647
|
|
1648 * packages/info.el (Info-exit): Guard against deletion of only
|
|
1649 frame.
|
|
1650 From David Bakhash <cadet@MIT.EDU>
|
|
1651
|
|
1652 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1653
|
|
1654 * utils/elp.el: Spelling correction.
|
|
1655 From karlheg+xemacs@inetarena.com (Karl M. Hegbloom)
|
|
1656
|
175
|
1657 1997-07-19 Steven L Baur <steve@altair.xemacs.org>
|
|
1658
|
|
1659 * prim/about.el: Sundry changes.
|
|
1660
|
|
1661 1997-07-18 Steven L Baur <steve@altair.xemacs.org>
|
|
1662
|
|
1663 * packages/crypt.el (crypt-inhibit-formats): New variable.
|
|
1664 (crypt-encoded-p): Use it.
|
|
1665 Based on a patch by Tkil <tkil@scrye.com>
|
|
1666
|
|
1667 * utils/ring.el (ring-p): Make compatible, not obsolete.
|
|
1668
|
|
1669 1997-07-16 Steven L Baur <steve@altair.xemacs.org>
|
|
1670
|
|
1671 * utils/crontab.el (crontab-get): Check for `no crontab for' as an
|
|
1672 error return.
|
|
1673 Suggested by Jeff Miller <jmiller@smart.net>
|
|
1674
|
|
1675 * modes/arc-mode.el: Clean up comment.
|
|
1676
|
|
1677 * packages/tar-mode.el: Clean up comments.
|
|
1678
|
|
1679 Wed Jul 16 23:56:58 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1680
|
|
1681 * cc-mode/: Release 5.13.
|
|
1682
|
|
1683 Thu Jul 17 03:36:22 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1684
|
|
1685 * cc-mode/cc-langs.el (c-symbol-key):
|
|
1686 first character must be a letter or underscore
|
|
1687
|
|
1688 Mon Jul 14 23:43:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1689
|
|
1690 * cc-mode/cc-langs.el (c-make-inherited-keymap): Change to a defun
|
|
1691
|
|
1692 * cc-mode/cc-langs.el:
|
|
1693 Added (require 'cc-defs) to pick up the definition of c-emacs-features.
|
|
1694
|
|
1695 * cc-mode/README: Simplified instructions
|
|
1696
|
|
1697 * cc-mode/cc-make.el: New file to aid in byte-compiling in older
|
|
1698 Emacsen.
|
|
1699
|
|
1700 Sun Jul 13 21:24:37 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1701
|
|
1702 * cc-mode/cc-cmds.el: cc-defs is required to pick up the
|
|
1703 c-add-syntax macro
|
|
1704
|
|
1705 * cc-mode/cc-langs.el (c-mode-menu):
|
|
1706 Added uncomment region and slight rearrangement of
|
|
1707 items
|
|
1708
|
|
1709 * cc-mode/cc-cmds.el (c-electric-backspace):
|
|
1710 Must get 'supercede property values to work
|
|
1711 with delsel and pending-del.
|
|
1712
|
|
1713 Thu Jul 10 20:46:09 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1714
|
|
1715 * cc-mode/cc-engine.el (c-maybe-labelp):
|
|
1716 defvar this to shut up the byte compiler
|
|
1717
|
|
1718 Wed Jul 9 22:08:58 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1719
|
|
1720 * cc-mode/cc-styles.el (c-initialize-builtin-style):
|
|
1721 use copy-sequence instead of copy-tree
|
|
1722 so the cl module isn't necessary.
|
|
1723
|
|
1724 * cc-mode/cc-cmds.el (c-electric-brace):
|
|
1725 fix ebola eradication consequence in the
|
|
1726 preserve-p test.
|
|
1727
|
|
1728 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
|
|
1729
|
|
1730 * prim/about.el (xemacs-hackers): Add info about IENAGA Kazuyuki.
|
|
1731 (about-url-alist): Ditto.
|
|
1732 (about-maintainer-info): Ditto.
|
|
1733
|
|
1734 * prim/modeline.el (add-minor-mode): Update docstring.
|
|
1735
|
|
1736 1997-07-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1737
|
|
1738 * packages/pending-del.el (pending-delete-mode): Use the option
|
|
1739 symbol as argument to add-minor-mode, not its value.
|
|
1740
|
|
1741 1997-07-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1742
|
|
1743 * packages/pending-del.el (pending-delete-modeline-string): New
|
|
1744 option.
|
|
1745
|
|
1746 1997-07-14 Steven L Baur <steve@altair.xemacs.org>
|
|
1747
|
|
1748 * prim/files.el (auto-mode-alist): Readd objective c mode.
|
|
1749 From Barry A. Warsaw <bwarsaw@CNRI.Reston.Va.US>
|
|
1750
|
|
1751 * prim/make-docfile.el: Print more informative message when
|
|
1752 attempting to create docfile and all dumped .elcs do not exist.
|
|
1753
|
173
|
1754 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1755
|
|
1756 * prim/files.el (save-some-buffers): Guard call to
|
|
1757 `delete-other-windows'.
|
|
1758
|
|
1759 1997-07-13 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1760
|
|
1761 * prim/minibuf.el: (read-from-minibuffer) Corrected indentation,
|
|
1762 History lists don't contain dups anymore, newest is put on top and
|
|
1763 removed from the cdr.
|
|
1764
|
|
1765 1997-07-13 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1766
|
|
1767 * packages/man.el: (manual-entry) Added `Manual-page-
|
|
1768 minibuffer-history', and added it to the read-string statement.
|
|
1769 Added #\: to `fmh' so that manuals named like MIME::Parser(3) are
|
|
1770 found at point.
|
|
1771 (Manual-mouseify-xrefs) Fixed it so now it will mousify the manual
|
|
1772 entry on the first line of an apropos listing.
|
|
1773
|
|
1774 1997-07-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1775
|
|
1776 * packages/info.el: Added `Info-minibuffer-history', and made it
|
|
1777 the minibuffer history variable in the `completing-read' calls.
|
|
1778
|
|
1779 * utils/savehist.el: Added `Info-minibuffer-history' to default
|
|
1780 value of `savehist-history-variables'.
|
|
1781
|
|
1782 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1783
|
|
1784 * modes/lisp-mode.el: Restore verbosity as an option.
|
|
1785 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1786
|
|
1787 1997-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
1788
|
|
1789 * prim/cmdloop.el (execute-extended-command): Use
|
|
1790 `sorted-key-descriptions'.
|
|
1791
|
|
1792 * prim/help.el (sorted-key-descriptions): New function.
|
|
1793 (where-is): Use it.
|
|
1794 (where-is): Use `read-command'.
|
|
1795
|
|
1796 * prim/macros.el (kbd-macro-query): Use `read-char-exclusive'
|
|
1797 instead of `read-char'.
|
|
1798
|
|
1799 * prim/cmdloop.el (read-char): Correctly inhibit quit.
|
|
1800
|
|
1801 * prim/files.el: Use `files' group.
|
|
1802
|
|
1803 * prim/disp-table.el (describe-display-table): Made it work; don't
|
|
1804 use `describe-vector'.
|
|
1805
|
|
1806 * prim/gui.el: Customized.
|
|
1807
|
|
1808 * utils/edmacro.el (insert-kbd-macro): Move to macros.el.
|
|
1809
|
|
1810 * prim/macros.el: Synch with FSF 19.34.
|
|
1811
|
|
1812 * prim/featurep.el: Comment addition.
|
|
1813
|
|
1814 * prim/cus-start.el: Add variables from replace.el.
|
|
1815
|
|
1816 * prim/replace.el (case-replace): Use `defvar', not `defconst'.
|
|
1817
|
|
1818 * utils/crontab.el: Customized.
|
|
1819
|
|
1820 * utils/highlight-headers.el: Define -faces as a separate group;
|
|
1821 customize the variables.
|
|
1822
|
|
1823 * utils/uniquify.el: Hide from the Customize tree; the package
|
|
1824 changes state of XEmacs on load.
|
|
1825
|
|
1826 * packages/igrep.el: Don't insinuate XEmacs when loading.
|
|
1827 (igrep-insinuate): New function.
|
|
1828
|
|
1829 * packages/blink-cursor.el (blink-cursor-callback): Don't blink on
|
|
1830 TTY-s.
|
|
1831
|
|
1832 * prim/console.el (resume-pid-console): Use `eql'.
|
|
1833
|
|
1834 * prim/profile.el (profile): Restore old profiling state, instead
|
|
1835 of blindly turning off profiling.
|
|
1836
|
|
1837 * packages/add-log.el (add-log-c-like-modes): Add java-mode.
|
|
1838
|
|
1839 * packages/add-log.el: Require fortran when compiling.
|
|
1840
|
|
1841 * prim/device.el (device-list): Use `nconc' instead of `append'.
|
|
1842
|
|
1843 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1844
|
|
1845 * prim/files.el (save-some-buffers): Only delete other windows the
|
|
1846 first time through.
|
|
1847 Based on code from Hrvoje Niksic <hniksic@srce.hr>
|
|
1848
|
|
1849 1997-07-12 Steven L Baur <steve@altair.xemacs.org>
|
|
1850
|
|
1851 * prim/modeline.el (mouse-drag-modeline): Don't queue dummy eval
|
|
1852 events.
|
|
1853 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
1854
|
|
1855 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1856
|
|
1857 * packages/gnuserv.el (gnuserv-edit-files): Operate on this
|
|
1858 buffer's menubar.
|
|
1859
|
|
1860 1997-07-11 Steven L Baur <steve@altair.xemacs.org>
|
|
1861
|
|
1862 * packages/gnuserv.el: Add done button.
|
|
1863 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1864
|
|
1865 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
1866
|
|
1867 * utils/edit-toolbar.el: (edit-toolbar-file-name): Use
|
|
1868 `emacs-user-extension-dir'.
|
|
1869 (edit-toolbar-add-initialization): Ditto.
|
|
1870 (edit-toolbar-prompt-for-initialization): Ditto.
|
|
1871
|
|
1872 * utils/edit-toolbar.el: New file.
|
|
1873 From Peter Pezaris <pez@dwwc.com>
|
|
1874
|
|
1875 * utils/toolbar-utils.el: New file.
|
|
1876 From Jeff Miller <jmiller@smart.net>
|
|
1877
|
|
1878 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1879
|
|
1880 * packages/add-log.el (change-log-font-lock-keywords): Don't
|
|
1881 fontify closing paren.
|
|
1882
|
|
1883 * packages/pending-del.el: Some renamings, synch with Emacs 19.34.
|
|
1884
|
|
1885 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
1886
|
|
1887 * packages/hyper-apropos.el (hyper-apropos-get-doc): Don't
|
|
1888 autoload, there is very little point.
|
|
1889
|
|
1890 * prim/obsolete.el (frame-first-window): Make compatible, not
|
|
1891 obsolete.
|
|
1892
|
|
1893 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1894
|
|
1895 * packages/pending-del.el (pending-delete-pre-hook): Don't quote
|
|
1896 lambda.
|
|
1897 (pending-delete-pre-hook): Use `error-message-string'.
|
|
1898 (pending-delete): Treat as minor mode; define the standard turn-on
|
|
1899 and turn-off functions.
|
|
1900 (delete-active-region): Simplified.
|
|
1901
|
|
1902 * packages/pending-del.el: Don't turn on by default.
|
|
1903
|
|
1904 1997-07-09 Steven L Baur <steve@altair.xemacs.org>
|
|
1905
|
|
1906 * packages/pending-del.el: Correct typo in Hrvoje's upgrade.
|
|
1907
|
|
1908 * mel/mel-u.el (uuencode-external-decode-region): Force
|
|
1909 buffer-read-only nil because it gets changed magically to t during
|
|
1910 the call to `insert-file-contents'.
|
|
1911
|
|
1912 * tm/tm-image.el (mime-preview/filter-for-image): Comment out test
|
|
1913 for invalid glyph. It appears to be non-functional.
|
|
1914
|
|
1915 * modes/lisp-mode.el (lisp-interaction-mode-popup-menu-1): Add
|
|
1916 entry for debug on signal.
|
|
1917
|
|
1918 * packages/supercite.el (sc-attribs-%@-addresses): + is valid in
|
|
1919 an Email address.
|
|
1920 (sc-attribs-<>-addresses): Ditto.
|
|
1921 (sc-get-address): Ditto.
|
|
1922
|
|
1923 * cc-mode/cc-cmds.el (c-electric-brace): Fix Ebola infection.
|
|
1924
|
|
1925 * prim/dumped-lisp.el (dumped-lisp-packages): Tweak dump order
|
|
1926 so "startup" is loaded before the autoloads.
|
|
1927
|
|
1928 * custom/cus-edit.el (custom-file): Use same logic as startup.el
|
|
1929
|
|
1930 j1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1931
|
|
1932 * prim/simple.el (log-message-ignore-regexps): Reduced
|
|
1933 significantly.
|
|
1934
|
171
|
1935 Tue Jul 8 23:47:47 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1936
|
|
1937 * cc-mode/Release 5.12
|
|
1938
|
|
1939 Mon Jul 7 23:47:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1940
|
|
1941 * cc-mode/cc-styles.el, cc-mode/cc-mode.el, cc-mode/cc-menus.el,
|
|
1942 cc-mode/cc-langs.el, cc-mode/cc-engine.el, cc-mode/cc-compat.el,
|
|
1943 cc-mode/cc-cmds.el, cc-mode/cc-align.el:
|
|
1944 Reorganization to support byte-recompile-directory.
|
|
1945
|
|
1946 * cc-mode/Release: Don't put release number in tar file
|
|
1947
|
|
1948 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1949
|
|
1950 * cc-mode/cc-langs.el (c-mode-base-map):
|
|
1951 Proper binding of c-electric-backspace and
|
|
1952 c-electric-delete, based on the policy of the various maintainers.
|
|
1953 Thank goodness for delete-key-deletes-forward!
|
|
1954
|
|
1955 * cc-mode/cc-vars.el (c-tab-always-indent, c-hanging-braces-alist):
|
|
1956 Minor changes to the cutomize format.
|
|
1957
|
|
1958 * cc-mode/cc-mode-19.el: Initial revision
|
|
1959
|
|
1960 * cc-mode/cc-menus.el, cc-mode/cc-engine.el, cc-mode/cc-compat.el,
|
|
1961 cc-mode/cc-cmds.el, cc-mode/cc-align.el:
|
|
1962 Major Ebola eradication.
|
|
1963
|
|
1964 Wed Jul 2 21:33:04 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1965
|
|
1966 * cc-mode/cc-engine.el (c-crosses-statement-barrier-p,
|
|
1967 c-guess-basic-syntax): Ebola eradication.
|
|
1968
|
|
1969 * cc-mode/cc-cmds.el (c-indent-region):
|
|
1970 Call c-echo-parsing-error to echo last parsing
|
|
1971 error that may have occurred.
|
|
1972
|
|
1973 * cc-mode/cc-engine.el (c-echo-parsing-error): New function.
|
|
1974
|
|
1975 * cc-mode/cc-engine.el (c-parsing-error): new variable
|
|
1976
|
|
1977 (c-parse-state): When an unbalanced close brace is discovered, don't
|
|
1978 raise an error (prevents insertion of character). Insert the
|
|
1979 character, display a warning message, and set c-parsing-error so
|
|
1980 syntax echoing will be disabled.
|
|
1981
|
|
1982 (c-show-syntactic-information, c-indent-line): Suppress syntax echoing
|
|
1983 if c-parsing-error is non-nil.
|
|
1984
|
|
1985 * cc-styles.el: Added require of cl to pick up definition of copy-tree.
|
|
1986
|
|
1987 Mon Jun 30 21:41:00 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1988
|
|
1989 * cc-mode/cc-langs.el, cc-mode/cc-mode.el (c-mode-map,
|
|
1990 c++-mode-map, objc-mode-map, java-mode-map):
|
|
1991 Moved
|
|
1992 defvars from cc-langs.el to cc-mode.el for use in c-mode, c++-mode,
|
|
1993 objc-mode, and java-mode docstrings. Actual population of these mode
|
|
1994 maps remains in cc-langs.el.
|
|
1995
|
|
1996 * cc-mode/cc-mode.el:
|
|
1997 Require cc-langs at top level, so as to get the definitions for
|
|
1998 c-mode-map, et al. that are used in the *-mode docstrings.
|
|
1999
|
|
2000 Fri Jun 27 17:33:32 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2001
|
|
2002 * cc-mode/cc-langs.el (c-mode-syntax-table):
|
|
2003 Added autoload cookie for gdb-mode.
|
|
2004
|
|
2005 Thu Jun 26 21:12:56 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2006
|
|
2007 * cc-mode/cc-engine.el (c-guess-basic-syntax):
|
|
2008 CASE 5H: Whack one ebola infection (e.g. using
|
|
2009 memq with the results of following-char in XEmacs 20).
|
|
2010
|
|
2011 * cc-mode/cc-styles.el:
|
|
2012 Added two require's that make autoload call of (c-set-style) work.
|
|
2013
|
|
2014 Sun Jun 22 16:40:30 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2015
|
|
2016 * cc-mode/cc-cmds.el (c-electric-delete):
|
|
2017 Don't call c-electric-backspace interactively.
|
|
2018
|
|
2019 Fri Jun 20 20:40:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2020
|
|
2021 * cc-mode/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode):
|
|
2022 Make sure to call
|
|
2023 c-update-modeline after the hooks are run, so that the modeline
|
|
2024 accurately reflects auto-newline and delete-key minor modes if the
|
|
2025 hooks set c-hungry-delete-key or c-auto-newline directly.
|
|
2026
|
|
2027 * cc-align.el (c-lineup-java-throws): Fixed some regressions.
|
|
2028 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2029
|
|
2030 * packages/func-menu.el: Don't enable Makefile mode function menu
|
|
2031 by default.
|
|
2032 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
2033
|
|
2034 * x11/x-menubar.el (file-menu-filter): Delete Frame should be
|
|
2035 active when multiple frames span multiple devices.
|
|
2036 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
2037
|
|
2038 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
2039
|
|
2040 * packages/gnuserv.el: Remove RCS ID keywords.
|
|
2041
|
|
2042 * utils/savehist.el: Cosmetic changes. Hopefully, not
|
|
2043 user-visible.
|
|
2044
|
|
2045 * prim/debug.el (debug-convert-byte-code): Use compiled-function
|
|
2046 accessor functions.
|
|
2047
|
|
2048 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2049
|
|
2050 * modes/hideif.el (hide-ifdef-mode): Include modemap in call to
|
|
2051 `add-minor-mode'.
|
|
2052
|
|
2053 1997-07-08 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
2054
|
|
2055 * packages/add-log.el: Require add-log for accessing
|
|
2056 add-log-mailing-address and add-log-full-name variables.
|
|
2057
|
|
2058 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2059
|
|
2060 * bytecomp/disass.el (disassemble-1): Use functional interface
|
|
2061 instead of indexing into vector.
|
|
2062 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2063
|
|
2064 * prim/startup.el (emacs-user-extension-dir): New variable.
|
|
2065 (load-user-init-file): Use it. .xemacs and .xemacs-custom are
|
|
2066 moved into `emacs-user-extension-dir' and renamed to init.el and
|
|
2067 options.el respectively.
|
|
2068
|
|
2069 * prim/packages.el (packages-hardcoded-lisp): Remove "startup"
|
|
2070 since it is mentioned in dumped-lisp.el.
|
|
2071
|
|
2072 * cl/cl-macs.el (keymap-name): New defsetf.
|
|
2073 (keymap-prompt): Ditto.
|
|
2074 (keymap-default-binding): Ditto.
|
|
2075 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2076
|
|
2077 1997-07-07 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2078
|
|
2079 * packages/dabbrev.el: replace `buffer-substring' with
|
|
2080 `buffer-substring-no-properties' so that unwanted text
|
|
2081 properties (like read-only) are stripped from inserted
|
|
2082 dabbrev expansions.
|
|
2083
|
|
2084 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2085
|
|
2086 * comint/comint.el (comint-replace-by-expanded-history): Change
|
|
2087 buggy history test regexp.
|
|
2088 From Simon Marshall <simon@spiff.gnu.ai.mit.edu> (Emacs/Mule zeta)
|
|
2089
|
|
2090 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
2091
|
|
2092 * oobr/br-clos-ft.el (clos-scan-routine-arglist): Don't reference
|
|
2093 bytecode object as vector.
|
|
2094
|
|
2095 * hypberbole/hact.el (action:commandp): Don't reference bytecode
|
|
2096 objects as vectors.
|
|
2097 (action:params): Ditto.
|
|
2098
|
|
2099 * hyperbole/hypb.el (hypb:function-copy): Don't reference byte
|
|
2100 code objects as vectors.
|
|
2101 (hypb:function-symbol-replace): Document as broken. The
|
|
2102 substition cannot be done without some thinking I'm not in the
|
|
2103 mood for.
|
|
2104
|
|
2105 * efs/efs-ovwrt.el (efs-overwrite-fn): Attempt to correctly deal
|
|
2106 with the interactive spec.
|
|
2107
|
|
2108 * packages/apropos.el (apropos-safe-documentation): Use
|
|
2109 `compiled-function-doc-string' instead of referencing a bytecode
|
|
2110 object as an array.
|
|
2111
|
|
2112 * prim/subr.el (buffer-substring-no-properties): Undo previous
|
|
2113 change removing extents. set-text-properties works now.
|
|
2114 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2115
|
|
2116 * packages/hyper-apropos.el (hyper-apropos-get-doc): Get the
|
|
2117 argument list through a function instead of indexing into
|
|
2118 bytecode.
|
|
2119
|
|
2120 * utils/easymenu.el (easy-menu-add): Oops, wrong sense in
|
|
2121 comparison.
|
|
2122
|
|
2123 * comint/gdb.el (gdb-mode-syntax-table): New variable. Initialize
|
|
2124 with the logic currently in CC Mode 5.11.
|
|
2125 (gdb-mode): Use it.
|
|
2126
|
|
2127 * modes/hideif.el (hide-ifdef-mode-submap): Correctly specify the
|
|
2128 current local map.
|
|
2129
|
|
2130 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2131
|
|
2132 * language/english.el: Add quail-british for British.
|
|
2133
|
|
2134 * language/european.el: Register input-method for various non
|
|
2135 quail-latin-1 methods.
|
|
2136
|
169
|
2137 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
2138
|
|
2139 * prim/cmdloop.el (errors-deactivate-region): Default to no error
|
|
2140 behavior for beta testing.
|
|
2141
|
|
2142 * prim/dumped-lisp.el (dumped-lisp-packages): Reenable dumping
|
|
2143 winnt.elc with MS Windows NT version of XEmacs.
|
|
2144
|
|
2145 1997-07-05 Steven L Baur <steve@altair.xemacs.org>
|
|
2146
|
|
2147 * comint/shell.el ((not shell-mode-map)): M-RET conflicts with
|
|
2148 Hyperbole binding.
|
|
2149
|
|
2150 * comint/comint.el (comint-mode): Use easymenu for making menus.
|
|
2151 (comint-popup-menu): Use mode-popup menu instead of private menu.
|
|
2152
|
|
2153 * efs/dired.el (toplevel): Do not string test version against
|
|
2154 "Lucid".
|
|
2155
|
|
2156 * prim/obsolete.el (add-menu): Don't make obsolete.
|
|
2157
|
|
2158 * utils/easymenu.el (easy-menu-remove): Do something neater when
|
|
2159 only one buffer menu is in effect.
|
|
2160 (easy-menu-add): Ditto.
|
|
2161
|
|
2162 * prim/dumped-lisp.el (dumped-lisp-packages): easymenu will be
|
|
2163 dumped with XEmacs.
|
|
2164
|
|
2165 * utils/easymenu.el (easy-menu-define): Don't autoload.
|
|
2166
|
|
2167 * modes/lisp-mode.el (toplevel): Rename menu descriptors.
|
|
2168 (emacs-lisp-mode): Use easy-menu-define/easy-menu-add to add menus.
|
|
2169 (lisp-interaction-mode): Ditto.
|
|
2170
|
|
2171 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
|
|
2172
|
|
2173 * prim/cmdloop.el (errors-deactivate-region): Default to existing
|
|
2174 behavior.
|
|
2175
|
|
2176 * leim/quail.el (quail-mode): Correct addition of quail minor mode
|
|
2177 info to minor-mode-map-alist.
|
|
2178 (top-level): Ditto.
|
|
2179
|
|
2180 1997-06-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
2181
|
|
2182 * modes/abbrev.el (define-mode-abbrev): Call `define-abbrev' with
|
|
2183 correct arguments.
|
|
2184
|
|
2185 1997-07-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
2186
|
|
2187 * prim/minibuf.el (read-from-minibuffer): Initialize
|
|
2188 `current-minibuffer-contents', `current-minibuffer-point', and
|
|
2189 `initial-minibuffer-history-position'.
|
|
2190 (next-history-element): Use them.
|
|
2191 (previous-matching-history-element): Ditto.
|
|
2192
|
|
2193 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
|
|
2194
|
|
2195 * prim/cus-load.el (custom-put): New alias for overloadable
|
|
2196 function.
|
|
2197
|
|
2198 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
2199
|
|
2200 * utils/autoload.el (batch-update-directory): Fix typo.
|
|
2201 (update-autoloads-from-directory): Avoid scanning custom-load.el
|
|
2202 and auto-autoload.el files.
|
|
2203 (batch-update-autoloads): Remove duplicate status message.
|
|
2204 (autoload-snarf-defcustom): Keep track of what symbols we have
|
|
2205 attached property lists to.
|
|
2206
|
|
2207 * ilisp/Makefile (autoloads): Add autoloads dependencies.
|
|
2208
|
|
2209 * hyperbole/Makefile: Add autoloads dependencies.
|
|
2210
|
|
2211 * utils/autoload.el (batch-update-autoloads): Load custom-load
|
|
2212 prior to updating autoloads.
|
|
2213
|
|
2214 * cc-mode/Makefile (autoloads): New targets to automatically
|
|
2215 rebuild autoloads and custom-loads.
|
|
2216
|
|
2217 1997-07-02 Steven L Baur <steve@altair.xemacs.org>
|
|
2218
|
|
2219 * auctex/Makefile (autoloads): New targets to automatically
|
|
2220 rebuild autoloads and custom-loads.
|
|
2221
|
|
2222 * utils/autoload.el (batch-update-autoloads): Add new parameter,
|
|
2223 update DOC string.
|
|
2224
|
|
2225 * comint/gdb.el (gdb-mode): Semantics of c-mode-syntax-table have
|
|
2226 changed.
|
|
2227
|
|
2228 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
2229
|
|
2230 * x11/x-menubar.el: bookmark submenu beautification -- This will
|
|
2231 make it look better (and will prevent some consing, but that's
|
|
2232 being anal).
|
|
2233 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2234
|
|
2235 * prim/simple.el (delete-key-deletes-forward): Mark docstring as
|
|
2236 an user option.
|
|
2237 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
2238
|
|
2239 * mel/mel-q.el (q-encoding-encode-string): Fix Ebola-ified
|
|
2240 comparison.
|
|
2241
|
|
2242 * efs/efs-ovwrt.el (efs-overwrite-fn): efs is manufacturing its
|
|
2243 own byte code. Whee.
|
|
2244 * utils/advice.el (ad-interactive-form): Don't treat bytecode as a
|
|
2245 vector if it can be avoided.
|
|
2246 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
2247
|
|
2248 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
2249
|
|
2250 * prim/files.el (auto-mode-alist): Don't set image-mode by default
|
|
2251 on xpms.
|
|
2252
|
|
2253 Sun Jun 29 20:57:15 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2254
|
|
2255 * prim/simple.el: bind inhibit-read-only to t before
|
|
2256 trying to erase or otherwise modify the echo area buffer.
|
|
2257
|
|
2258 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2259
|
|
2260 * modes/image-mode.el: Add `image-maybe-restore' to
|
|
2261 `change-major-mode-hook'.
|
|
2262
|
|
2263 * modes/image-mode.el (image-maybe-restore): New function.
|
|
2264
|
167
|
2265 1997-06-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
2266
|
|
2267 * modes/abbrev.el (define-mode-abbrev): Would ignore EXPANSION.
|
|
2268
|
|
2269 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
2270
|
|
2271 * modes/abbrev.el (define-abbrev): If NAME contains a non-word
|
|
2272 character, intern a ` ' symbol in the obarray.
|
|
2273
|
|
2274 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2275
|
|
2276 * prim/files.el (auto-mode-alist): Set image-mode for various
|
|
2277 image file names (JPEG, GIF, PNG, and xpm).
|
|
2278
|
|
2279 Sun Jun 29 03:02:10 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2280
|
|
2281 * src/undo.c (record_extent):
|
|
2282 If the extent's object is a string, just return. We
|
|
2283 can't record undo information for strings, and it is
|
|
2284 very bad to reference through a string pointer as if it
|
|
2285 were a buffer pointer.
|
|
2286
|
|
2287 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
2288
|
|
2289 * utils/delbs.el: Removed as obsolete.
|
|
2290 Suggested by Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
2291
|
|
2292 * packages/hyper-apropos.el (hyper-apropos-documentation): Remove
|
|
2293 obsolete alias.
|
|
2294 (hyper-apropos-hyperlink): Ditto.
|
|
2295 (hyper-apropos-major-heading): Ditto.
|
|
2296 (hyper-apropos-section-heading): Ditto.
|
|
2297 (hyper-apropos-heading): Ditto.
|
|
2298 (hyper-apropos-warning): Ditto.
|
|
2299 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2300
|
|
2301 * prim/simple.el (show-message-log): Restore an oldie-but
|
|
2302 prematurely-retired-goodie.
|
|
2303
|
|
2304 * x11/x-menubar.el (default-menubar): Restore Show Message Log
|
|
2305 command in Edit menu.
|
|
2306
|
|
2307 * mule/mule-util.el: Change defsubst to defun for
|
|
2308 string-to-sequence, string-to-list, string-to-vector,
|
|
2309 nested-alist-p to shut up build time diagnostics.
|
|
2310
|
|
2311 * prim/loadup.el (Top level): Added instrumentation to diagnose
|
|
2312 where the 0 property list is getting added at dump. Naturally, I
|
|
2313 cannot reproduce the problem now.
|
|
2314
|
|
2315 * modes/abbrev.el (define-abbrev): Trap nil tables (which might
|
|
2316 cause bogus plists to get put into obarray).
|
|
2317 Fix docstring.
|
|
2318
|
|
2319 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
2320
|
|
2321 * modes/auto-show.el: Customized.
|
|
2322
|
|
2323 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
2324
|
|
2325 * prim/make-docfile.el: [oops] Check auto-autoloads.elc for
|
|
2326 out-of-dated-ness too.
|
|
2327
|
|
2328 * utils/autoload.el (batch-update-directory): Kill command line
|
|
2329 args when done.
|
|
2330 (autoload-save-customization): Print a warning message with the
|
|
2331 offending symbol when we run across the elusive malformed property
|
|
2332 list ((0 0)).
|
|
2333
|
|
2334 1997-06-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
2335
|
|
2336 * prim/profile.el (profile-key-sequence): New function.
|
|
2337 (pretty-print-profiling-info): Allow interactive calls.
|
|
2338
|
|
2339 * prim/overlay.el: Make more FSF compatible.
|
|
2340
|
|
2341 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
2342
|
|
2343 * prim/loaddefs.el (debug-ignored-errors): Fix regexps.
|
|
2344 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2345
|
|
2346 * hyperbole/wrolo-menu.el (TopLevel): Fix tests so that W3's
|
|
2347 id-menubar simulation doesn't bollux up feature tests.
|
|
2348
|
|
2349 * prim/about.el (about-xemacs): Adjust planned release date.
|
|
2350
|
|
2351 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2352
|
|
2353 * prim/cus-load.el: Use correct load name.
|
|
2354 - Silence the load messages.
|
|
2355
|
|
2356 * mule/mule-util.el (string-to-sequence): Spelling correction.
|
|
2357
|
|
2358 * prim/make-docfile.el: Don't overwrite DOC file when it is
|
|
2359 up-to-date.
|
|
2360
|
|
2361 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2362
|
|
2363 * language/chinese.el: Add chinese-isoir165 (CCITT Extended GB).
|
|
2364
|
|
2365 * language/chinese.el: Modify charset DOC-strings for CNS 11643 to
|
|
2366 be more detailed.
|
|
2367
|
|
2368 * language/arabic.el: (require 'language/arabic-util) instead
|
|
2369 of (require 'arabic) for Arabic environment.
|
|
2370
|
|
2371 * language/arabic-util.el: Provide `language/arabic-util' instead
|
|
2372 of `arabic'.
|
|
2373
|
|
2374 * language/arabic.el: Rename `arabic-0', `arabic-1' and `arabic-2'
|
|
2375 to `arabic-digit', `arabic-1-column' and `arabic-2-column' to sync
|
|
2376 with Emacs/mule-19.34.94-zeta.
|
|
2377
|
|
2378 * tl/char-table.el (char-position-to-string): Use `defsubst'.
|
|
2379 (char-table-1): New implementation.
|
|
2380
|
|
2381 Use BOX DRAWINGS characters of JIS X0208.
|
|
2382
|
|
2383 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2384
|
|
2385 * apel/richtext.el: Add autoload comments for `richtext-encode'
|
|
2386 and `richtext-decode'.
|
|
2387
|
|
2388 * prim/format.el (format-alist): Add `text/richtext'.
|
|
2389
|
|
2390 * modes/image-mode.el (image-decode): Display description for some
|
|
2391 commands when XEmacs cannot decodes current buffer as inline
|
|
2392 image.
|
|
2393
|
|
2394 * tl/chartblxmas.el: New file.
|
|
2395
|
|
2396 * tl/char-table.el (view-charset): Use `view-buffer'.
|
|
2397
|
|
2398 * x11/x-menubar.el (default-menubar): Add "Show character table"
|
|
2399 for MULE menu.
|
|
2400
|
|
2401 * apel/emu.el: Check richtext.el is bundled.
|
|
2402
|
|
2403 * tl/char-table.el: Use `charset-doc-string' directly.
|
|
2404
|
|
2405 * tl/char-table.el (view-charset): New command.
|
|
2406
|
|
2407 * tl/char-table.el: `show-char-table' -> `insert-charset-table'.
|
|
2408
|
|
2409 * tl/char-table.el: `show-96x96-table' ->
|
|
2410 `insert-96x96-charset-table'.
|
|
2411
|
|
2412 * tl/char-table.el: `show-94x94-table' ->
|
|
2413 `insert-94x94-charset-table'.
|
|
2414
|
|
2415 * tl/char-table.el: `show-96-table' -> `insert-96-charset-table'.
|
|
2416
|
|
2417 * tl/char-table.el: `show-94-table' -> `insert-94-charset-table'.
|
|
2418
|
|
2419 * tl/char-table.el: Use `insert'.
|
|
2420
|
|
2421 * packages/hexl.el (hexl-mode-exit): Run `hexl-mode-exit-hook'.
|
|
2422
|
|
2423 * x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
2424 support" and "Set language environment" of mule menu.
|
|
2425
|
|
2426 * apel/file-detect.el: Add autoload comments for function
|
|
2427 `add-path', `add-latest-path', `get-latest-path',
|
|
2428 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
2429 variable `exec-suffix-list'.
|
|
2430
|
|
2431 * prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
2432 image/png and image/x-xpm.
|
|
2433
|
|
2434 * modes/image-mode.el: New file.
|
|
2435
|
|
2436 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2437
|
|
2438 * tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite loop
|
|
2439 caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
2440
|
|
2441 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
2442
|
165
|
2443 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
2444
|
|
2445 * x11/x-menubar.el(default-menubar): Comment out changes to the
|
|
2446 Mule menu because they bombed after recompilation.
|
|
2447
|
|
2448 * packages/hyper-apropos.el
|
|
2449 (hyper-apropos-toggle-programming-flag): Use `with-current-buffer'
|
|
2450 instead of `eval-in-buffer'.
|
|
2451
|
|
2452 * term/sun-mouse.el: Remove bogus redefinition of
|
|
2453 `eval-in-buffer'.
|
|
2454 (sun-mouse-handler): Use with-current-buffer instead of
|
|
2455 `eval-in-buffer'.
|
|
2456
|
|
2457 * prim/make-docfile.el: Use princ not print.
|
|
2458 Suggested by Hrvoje Niksic.
|
|
2459
|
|
2460 * packages/info.el (Info-select-node): Desensitive case search for
|
|
2461 Note:.
|
|
2462 (Info-next-reference): Ditto.
|
|
2463 * prim/simple.el (kill-region): Adjust endpoints of extent to
|
|
2464 test and deal with case of the end being less than the beginning.
|
|
2465 * prim/cmdloop.el (teach-extended-commands-timeout): Bump value to 4.
|
|
2466 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2467
|
|
2468 * prim/subr.el (eval-in-buffer): Make obsolete.
|
|
2469 Suggested by Hrvoje Niksic.
|
|
2470
|
|
2471 * packages/hyper-apropos.el (hyper-apropos-faces): Change group to
|
|
2472 'faces.
|
|
2473 Suggested by Per Abrahamsen.
|
|
2474
|
|
2475 1997-06-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
2476
|
|
2477 * prim/cmdloop.el (execute-extended-command): Print message after
|
|
2478 the command finishes, and restore old echo-area contents.
|
|
2479
|
|
2480 - Get keybinding before command is executed.
|
|
2481 Suggested by Kyle Jones and Steve Baur.
|
|
2482
|
|
2483 1997-06-24 Steven L Baur <steve@altair.xemacs.org>
|
|
2484
|
|
2485 * packages/gnuserv.el: Make old symbols Obsolete.
|
|
2486 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2487
|
|
2488 * prim/cmdloop.el (keyboard-quit): Don't kill zmacs-region in
|
|
2489 minibuffer.
|
|
2490 * prim/minibuf.el (minibuffer-keyboard-quit): Ditto.
|
|
2491 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2492
|
|
2493 * prim/help.el (help-mode-quit): Bury buffer when quitting.
|
|
2494 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2495
|
|
2496 1997-06-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
2497
|
|
2498 * prim/cmdloop.el: Customize `teach-extended-commands-p' and
|
|
2499 `teach-extended-commands-timeout'.
|
|
2500
|
|
2501 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2502
|
|
2503 * version.el (emacs-version): Synch with InfoDock 4.0.
|
|
2504 (emacs-version): Ditto.
|
|
2505
|
|
2506 Mon Jun 23 12:33:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2507
|
|
2508 * about.el (about-show-linked-info): Use empty strings for
|
|
2509 `widget-link-prefix' and `widget-link-suffix'.
|
|
2510
|
|
2511 1997-06-22 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
2512
|
|
2513 * x11/x-menubar.el: Added `bookmark-menu-filter', changed
|
|
2514 bookmark submenu from a popup to a cascading submenu.
|
|
2515 * packages/bookmark.el: Added an autoload cookie for
|
|
2516 `bookmark-all-names' (by Steve Baur)
|
|
2517
|
|
2518 1997-06-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
2519
|
|
2520 * packages/info.el (Info-next-reference): Fix up for M-TAB to work
|
|
2521 correctly.
|
|
2522
|
|
2523 * utils/live-icon.el (live-icon-one-frame): Don't set glyphs to
|
|
2524 balloon-help frames.
|
|
2525
|
|
2526 * packages/balloon-help.el (balloon-help-make-help-frame): Set the
|
|
2527 `balloon-help' property to the newly created frame.
|
|
2528
|
|
2529 * prim/profile.el (profile): New macro.
|
|
2530
|
|
2531 * prim/files.el (auto-mode-alist): Add winmgr-mode.
|
|
2532
|
|
2533 * modes/winmgr-mode.el: Customize.
|
|
2534
|
|
2535 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2536
|
|
2537 * utils/autoload.el (generate-file-autoloads-1): Remove warning
|
|
2538 about 900 character lines.
|
|
2539
|
|
2540 * x11/x-toolbar.el (toolbar-mail-commands-alist): Correction for
|
|
2541 calling Netscape mail.
|
|
2542 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2543
|
|
2544 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
2545
|
|
2546 * x11/x-menubar.el (default-menubar): Make `Jump to bookmark' menu
|
|
2547 dynamic.
|
|
2548 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
2549
|
|
2550 * prim/dumped-lisp.el (dumped-lisp-packages): Sparcworks dumps
|
|
2551 comint and ring.
|
|
2552
|
|
2553 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2554
|
|
2555 * language/arabic.el: moved from mule/arabic-hooks.el.
|
|
2556
|
|
2557 * mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
2558 `mh-folder-coding-system'.
|
|
2559
|
|
2560 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2561
|
|
2562 * language/ethio-util.el: imported from Emacs/mule-19.34.94-zeta.
|
|
2563
|
|
2564 * language/arabic-util.el: moved from mule/arabic.el; repair
|
|
2565 Arabic characters.
|
|
2566
|
|
2567 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2568
|
|
2569 * x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
2570 language environment" of Mule menu.
|
|
2571
|
|
2572 * language/visual-mode.el: moved from mule/.
|
|
2573
|
|
2574 * language/ethiopic.el: Modify for XEmacs.
|
|
2575
|
|
2576 * language/cyrillic.el: Modify DOC-string of koi8-r; Fixed problem
|
|
2577 of setting for `language-info-alist' about koi8-r.
|
|
2578
|
|
2579 * mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
2580
|
|
2581 * mule/mule-util.el: New file (imported from
|
|
2582 Emacs/mule-19.34.94-zeta).
|
|
2583
|
|
2584 * mule/mule-misc.el: Function `truncate-string-to-width' was moved
|
|
2585 to mule-util.el.
|
|
2586
|
|
2587 * prim/dumped-lisp.el, mule/mule-load.el: mule/arabic-hooks.el was
|
|
2588 moved to language/arabic.el; mule/arabic.el was moved to
|
|
2589 language/arabic-util.el; Use language/ethiopic.el instead of
|
|
2590 mule/ethiopic-hooks.el; Use language/ethio-util.el instead of
|
|
2591 mule/ethiopic.el.
|
|
2592
|
|
2593 * mule/mule-coding.el (coding-system-docstring): New alias (to
|
|
2594 emulate Emacs/mule-19.34.94-zeta function).
|
|
2595
|
|
2596 * mule/mule-cmds.el: modified to sync with
|
|
2597 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
2598
|
|
2599 (set-language-info): Add to "Describe Language Support" and "Set
|
|
2600 Language Environment" menu.
|
|
2601
|
|
2602 * mule/mule-charset.el: Function `compose-region' and
|
|
2603 `decompose-region' were moved to mule-util.el.
|
|
2604
|
|
2605 * leim/quail.el: modify to sync with latest quail.el of Emacs/mule
|
|
2606 in ETL.
|
|
2607
|
|
2608 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
2609
|
|
2610 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
2611
|
163
|
2612 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2613
|
|
2614 * prim/tabify.el (untabify): Return nil.
|
|
2615 From contributor name lost.
|
|
2616
|
|
2617 * prim/packages.el (packages-hardcoded-lisp): startup.elc needs to
|
|
2618 be scanned for docstrings.
|
|
2619
|
|
2620 1997-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
2621
|
165
|
2622 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Change
|
|
2623 title to name.
|
163
|
2624 * prim/overlay.el (overlay-put): Support `local-map'.
|
|
2625 (overlay-get): Support `category'.
|
|
2626
|
|
2627 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2628
|
|
2629 * prim/startup.el (load-user-init-file): Load custom-file if it
|
|
2630 has not changed from the default.
|
|
2631
|
|
2632 1997-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
2633
|
|
2634 * prim/overlay.el (make-overlay): Avoid temporary variable.
|
|
2635 (move-overlay): Ditto.
|
|
2636 (overlays-in): Use `mapcar-extents'.
|
|
2637 (next-overlay-change): Avoid consing; use `map-extents'.
|
|
2638 (previous-overlay-change): Ditto.
|
|
2639 (overlay-lists): Ditto.
|
|
2640 (overlay-lists): Call `overlay-recenter' with correct value.
|
|
2641
|
|
2642 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
2643
|
|
2644 * utils/autoload.el (fixup-autoload-buffer): New function. Insert
|
|
2645 guards so a (load "auto-autoloads") works the same as require.
|
|
2646 (batch-update-directory): Use it.
|
|
2647
|
|
2648 * prim/update-elc.el: Allow for specification of packages that
|
|
2649 must not be bytecompiled. Better error diagnostics if a package
|
|
2650 is not found.
|
|
2651
|
|
2652 * prim/window.el, prim/window-xemacs.el, prim/simple.el:
|
|
2653 * prim/lisp.el, prim/frame.el:
|
|
2654 Customizations/synch to Emacs 20.1.
|
|
2655 * packages/hyper-apropos.el: Massive update.
|
|
2656 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2657
|
|
2658 * tm/tm-vm.el (vm-menu-mail-menu): Fix typo.
|
|
2659
|
|
2660 * packages/font-lock.el (lisp-font-lock-keywords-2): Add some new
|
|
2661 functions.
|
|
2662 From Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2663
|
|
2664 * prim/files.el (save-some-buffers-query-display-buffer): New
|
|
2665 user variable.
|
|
2666 (save-some-buffers): Use it.
|
|
2667 From David Bakhash <cadet@MIT.EDU>
|
|
2668 - Customization patches from Hrvoje Niksic.
|
|
2669
|
|
2670 * prim/simple.el (kill-region): Undo sorting region limits patch.
|
|
2671
|
|
2672 1997-06-20 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
2673
|
|
2674 * prim/tabify.el: Fixed 'untabify' to return 'nil value.
|
|
2675
|
|
2676 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
2677
|
|
2678 * efs/dired-xemacs.el (dired-do-interactive-chmod): Advance point
|
|
2679 after not failure.
|
|
2680 From <rritchie@britannia-life.co.uk>
|
|
2681
|
|
2682 * utils/edmacro.el (edmacro-parse-word): make (kbd "M-123"), (kbd
|
|
2683 "M--256") and such behave as documented.
|
|
2684 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2685
|
|
2686 * prim/cus-start.el: Various additions to built-in variable list.
|
|
2687 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2688
|
|
2689 * prim/subr.el: Remove mapvector.
|
|
2690 (with-output-to-string): Use with-current-buffer.
|
|
2691 (with-string-as-buffer-contents): Ditto.
|
|
2692 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2693
|
|
2694 * modes/arc-mode.el (archive-quit): New function.
|
|
2695 From Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2696 (archive-mode-map): Bind it to `q'.
|
|
2697
|
|
2698 * utils/autoload.el (cusload-file-name): Default to custom-load.el
|
|
2699 for each individual file.
|
|
2700
|
|
2701 * prim/minibuf.el (minibuffer-max-depth-exceeded): Use
|
|
2702 `custom-file' as a location for saving enable multiple minibuffers
|
|
2703 option.
|
|
2704
|
|
2705 * packages/man.el (manual-entry): Don't leave empty buffer if
|
|
2706 error occurs.
|
|
2707 From Glynn Clements <glynn@sensei.co.uk>
|
|
2708
|
|
2709 * modes/arc-mode.el (archive-arc-summarize): De-ebolify.
|
|
2710 (archive-lzh-summarize): Ditto.
|
|
2711 (archive-zip-summarize): Ditto.
|
|
2712 (archive-zip-chmod-entry): Ditto.
|
|
2713
|
|
2714 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
2715
|
|
2716 * prim/update-elc.el: Total rework for dynamic dumped .elc finding.
|
|
2717
|
|
2718 1997-06-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
2719
|
|
2720 * prim/loaddefs.el (debug-ignored-errors): Initialize it.
|
|
2721
|
|
2722 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
2723
|
|
2724 * prim/files.el (auto-mode-alist): Add /app-defaults/ as candidate
|
|
2725 for xrdb-mode.
|
|
2726 Suggested by Karl Hegbloom, Regexp by David Moore.
|
|
2727
|
|
2728 * version.el: Remove variables emacs-version, emacs-major-version,
|
|
2729 and emacs-minor-version.
|
|
2730
|
|
2731 * tooltalk/tooltalk-load.el: Comment as obsolete and move contents
|
|
2732 to dumped-lisp.el.
|
|
2733
|
|
2734 * prim/make-docfile.el: New file.
|
|
2735
|
|
2736 1997-06-16 Steven L Baur <steve@altair.xemacs.org>
|
|
2737
|
|
2738 * prim/startup.el (load-user-init-file): Look for ~[user]/.xemacs
|
|
2739 before loading .emacs.
|
|
2740
|
|
2741 * modes/xrdb-mode.el (xrdb-mode): Autoload.
|
|
2742
|
|
2743 * prim/files.el (auto-mode-alist): Add defaults for xrdb-mode.
|
|
2744
|
|
2745 * leim/quail.el (quail-toggle-mode-temporarily): Guard against
|
|
2746 possibility of quail-conv-overlay not being an overlay.
|
|
2747
|
|
2748 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
2749
|
|
2750 * prim/loadup.el: Remove most but not all of the hardcoded dumped
|
|
2751 lisp file names.
|
|
2752
|
|
2753 * prim/dumped-lisp.el: New file.
|
|
2754
|
|
2755 * prim/update-elc.el (toplevel): Rework using a better function to
|
|
2756 determine autoload file locations.
|
|
2757
|
|
2758 * prim/packages.el: New file.
|
|
2759
|
|
2760 * prim/update-elc.el: Determine location and count of
|
|
2761 auto-autoloads files at run-time.
|
|
2762
|
|
2763 * prim/loaddefs.el (((dir load-path))): Generalize load of
|
|
2764 auto-autoloads.
|
|
2765
|
|
2766 * utils/autoload.el (autoload-file-name): New variable.
|
|
2767 (autoload-target-directory): New variable.
|
|
2768 (generated-autoload-file): Use them.
|
|
2769 (cusload-file-name): New variable.
|
|
2770 (generated-custom-file): Use it.
|
|
2771 (batch-update-directory): New function.
|
|
2772
|
161
|
2773 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
2774
|
163
|
2775 * mule/canna.el: Guard call to function dynamic-link, which
|
|
2776 doesn't exist in XEmacs/Mule.
|
|
2777
|
161
|
2778 * bytecomp/bytecomp.el (byte-compile-file): Suppress unavoidable
|
|
2779 Ebola notices.
|
|
2780
|
|
2781 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
2782
|
|
2783 * bytecomp/bytecomp.el (batch-byte-compile): Suppress unavoidable
|
|
2784 Ebola notices.
|
|
2785 (batch-byte-recompile-directory): Ditto.
|
|
2786
|
|
2787 * utils/lib-complete.el (read-library): Look for .el.gz if not
|
|
2788 using Mule.
|
|
2789 (get-library-path): Ditto.
|
|
2790 Suggested by Jonathan Doughty <jwd@mitre.org>
|
|
2791
|
|
2792 * packages/add-log.el: Restore backwards compatible date behavior
|
|
2793 as an option.
|
|
2794 Eliminate XEmacs specific autoloads.
|
|
2795 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2796
|
|
2797 * efs/dired.el (dired-save-excursion): Ebola cleanup.
|
|
2798
|
|
2799 * packages/hyper-apropos.el: Massive cleanup, Customize.
|
|
2800 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2801
|
|
2802 Fri Jun 13 13:20:39 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2803
|
|
2804 * prim/syntax.el (symbol-near-point):
|
|
2805 Check for bobp and avoid (char-syntax (char-before)) if
|
|
2806 there.
|
|
2807
|
|
2808 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
2809
|
|
2810 * prim/rect.el (operate-on-rectangle): Correct boundary error.
|
|
2811 From Bob Weiner <weiner@altrasoft.com>
|
|
2812
|
|
2813 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
2814
|
|
2815 * packages/ispell.el (ispell-command-loop): De-Ebolify.
|
|
2816
|
|
2817 * x11/x-iso8859-1.el: Added Grave keysym.
|
|
2818 From Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
2819
|
|
2820 * modes/make-mode.el (makefile-browse): Shouldn't be interactive.
|
|
2821 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2822
|
|
2823 * prim/files.el (interpreter-mode-alist): ksh-mode is obsoleted by
|
|
2824 sh-script.
|
|
2825 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2826
|
|
2827 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
2828
|
|
2829 * prim/subr.el (with-current-buffer): New macro.
|
|
2830 (with-temp-file): Ditto.
|
|
2831
|
|
2832 * bytecomp/byte-optimize.el (byte-optimize-form-code-walker): Test
|
|
2833 for `save-current-buffer'.
|
|
2834
|
|
2835 * bytecomp/bytecomp.el: Recognize `save-current-buffer'.
|
|
2836
|
|
2837 * edebug/edebug.el: Register with-current-buffer and others.
|
|
2838
|
|
2839 * modes/lisp-mode.el: Added specs for save-current-buffer,
|
|
2840 with-output-to-string, with-current-buffer, with-temp-file and
|
|
2841 with-output-to-temp-buffer.
|
|
2842
|
|
2843 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2844
|
|
2845 * gnus/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
|
|
2846 horizontal smiley faces.
|
|
2847 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
2848
|
|
2849 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2850
|
|
2851 * leim/quail.el (quail-get-translation): Don't use
|
|
2852 `string-to-vector' for XEmacs.
|
|
2853
|
159
|
2854 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2855
|
|
2856 * prim/help.el (function-called-at-point): Use char-(after|before)
|
|
2857 instead of (following|preceding)-char.
|
|
2858 (variable-at-point): Ditto.
|
|
2859
|
|
2860 * prim/simple.el (delete-indentation): Use char-(after|before)
|
|
2861 instead of (following|preceding)-char.
|
|
2862 (just-one-space): Ditto.
|
|
2863 (backward-delete-char-untabify): Ditto.
|
|
2864 (do-auto-fill): Ditto.
|
|
2865
|
|
2866 * prim/paragraphs.el (end-of-paragraph-text): Use char-before
|
|
2867 instead of preceding-char.
|
|
2868
|
|
2869 * prim/misc.el (copy-from-above-command): Use char-(after|before)
|
|
2870 instead of (following|preceding)-char.
|
|
2871
|
|
2872 * prim/obsolete.el (preceding-char): Correct a typo.
|
|
2873
|
|
2874 * prim/minibuf.el (minibuffer-electric-slash): Use char-(after|before)
|
|
2875 instead of (following|preceding)-char.
|
|
2876 (minibuffer-electric-tilde): Ditto.
|
|
2877
|
|
2878 * prim/lisp.el (insert-parentheses): Use char-(after|before)
|
|
2879 instead of (following|preceding)-char.
|
|
2880
|
|
2881 * prim/indent.el (tab-to-tab-stop): Use char-(after|before)
|
|
2882 instead of (following|preceding)-char.
|
|
2883 (move-to-tab-stop): Ditto.
|
|
2884
|
|
2885 * prim/fill.el (fill-end-of-sentence-p): Use
|
|
2886 char-after/char-before instead of following-char/preceding-char.
|
|
2887 (canonically-space-region): Ditto.
|
|
2888 (fill-region-as-paragraph): Ditto.
|
|
2889 (fill-region): Change (= char char) to (eq char char).
|
|
2890
|
|
2891 * prim/debug.el (debugger-frame-number): Use char-after not
|
|
2892 following-char.
|
|
2893 (debugger-frame): Ditto.
|
|
2894 (debugger-frame-clear): Ditto.
|
|
2895
|
|
2896 * prim/case-table.el (invert-case): Use char-after not
|
|
2897 following-char.
|
|
2898 Clean up comments.
|
|
2899
|
|
2900 * prim/syntax.el (symbol-near-point): Use char-before not
|
|
2901 preceding-char.
|
|
2902
|
|
2903 * prim/window.el (window-list): Update DOCstring.
|
|
2904 From Noah Friedman <friedman@splode.com>
|
|
2905
|
|
2906 * utils/uniquify.el (toplevel): Make version test match XEmacs v20.
|
|
2907
|
|
2908 * tm/tm-ew-e.el: Clean up Ebola infection.
|
|
2909
|
|
2910 * x11/x-compose.el: Various corrections
|
|
2911 From Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
2912
|
|
2913 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2914
|
|
2915 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
2916 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
2917
|
|
2918 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2919
|
|
2920 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
2921 the `backward-or-forward-foo' functions.
|
|
2922 * lisp/prim/simple.el:
|
|
2923 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
2924 - Removed `backspace-or-delete-hook'
|
|
2925 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
2926 - Added functions: `backward-or-forward-kill-word'
|
|
2927 `backward-or-forward-kill-sentence'
|
|
2928 `backward-or-forward-kill-sexp'
|
|
2929 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
2930 began playing nicely with pending-del.
|
|
2931 * lisp/modes/cc-mode.el:
|
|
2932 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
2933 to use the new names.
|
|
2934
|
|
2935 1997-06-11 Karl M Hegbloom <karlheg@inetarena.com>
|
|
2936
|
|
2937 * ilisp/ilisp-def.el (toplevel): Changed `ilisp-prefix' from
|
|
2938 "C-z" to "C-c" because of conflict with global key binding for
|
|
2939 `iconify-frame'.
|
|
2940
|
|
2941 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2942
|
|
2943 * prim/window.el (window-list): New function.
|
|
2944 Suggested by Noah Friedman <friedman@splode.com>
|
|
2945 Modified by Hrvoje Niksic <hniksic@srce.hr>
|
|
2946
|
|
2947 * utils/mail-extr.el (mail-extract-address-components): Replace
|
|
2948 preceding-char with char-before.
|
|
2949
|
|
2950 * utils/passwd.el (read-passwd-map): Clean up Ebola BS.
|
|
2951
|
|
2952 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
2953
|
|
2954 * packages/supercite.el (sc-attribs-extract-namestring): Clean up
|
|
2955 Ebola -- replace literal 32 with `?\ '.
|
|
2956
|
|
2957 * utils/mail-extr.el (mail-extr-voodoo): Clean up Ebola -- replace
|
|
2958 `following-char' with `char-after'.
|
|
2959
|
|
2960 1997-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2961
|
|
2962 * prim/subr.el (split-string): Make PATTERN optional.
|
|
2963
|
|
2964 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2965
|
|
2966 * mule/language/misc-lang.el, mule/mule-load.el,
|
|
2967 mule/ipa-hooks.el: Use lisp/mule/language/misc-lang.el instead of
|
|
2968 lisp/mule/ipa-hooks.el; mule/ipa-hooks.el was deleted.
|
|
2969
|
|
2970 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2971
|
|
2972 * mule/language/thai-util.el, mule/thai.el: Use
|
|
2973 lisp/mule/language/thai-util.el instead of lisp/mule/thai.el;
|
|
2974 lisp/mule/thai.el was deleted.
|
|
2975
|
|
2976 * custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
2977
|
|
2978 * mule/thai-hooks.el, mule/mule-load.el: Use
|
|
2979 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el;
|
|
2980 lisp/mule/thai-hooks.el was deleted.
|
|
2981
|
|
2982 * mule/language/thai.el: modified for XEmacs.
|
|
2983
|
|
2984 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2985
|
|
2986 * mule/language/misc-lang.el, mule/language/thai-util.el,
|
|
2987 mule/language/thai.el, mule/language/tibetan.el,
|
|
2988 mule/language/vietnamese.el, mule/language/japan-util.el,
|
|
2989 mule/language/japanese.el, mule/language/korean.el,
|
|
2990 mule/language/lao-util.el, mule/language/lao.el,
|
|
2991 mule/language/english.el, mule/language/ethiopic.el,
|
|
2992 mule/language/european.el, mule/language/greek.el,
|
|
2993 mule/language/hebrew.el, mule/language/indian.el,
|
|
2994 mule/language/chinese.el, mule/language/cyrillic.el,
|
|
2995 mule/language/devanagari.el, mule/language/china-util.el: imported
|
|
2996 from Emacs/mule-19.34.94-zeta.
|
|
2997
|
|
2998 * mule/mule-load.el, mule/chinese-hooks.el, mule/chinese.el,
|
|
2999 mule/cyrillic-hooks.el, mule/european-hooks.el,
|
|
3000 mule/greek-hooks.el, mule/japanese-hooks.el, mule/korean-hooks.el:
|
|
3001 chinese-hooks.el, chinese.el, cyrillic-hooks.el,
|
|
3002 european-hooks.el, greek-hooks.el, japanese-hooks.el and
|
|
3003 korean-hooks.el were deleted.
|
|
3004
|
|
3005 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3006
|
|
3007 * apel/emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
|
|
3008 hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
|
|
3009 coding-system.
|
|
3010
|
157
|
3011 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
3012
|
|
3013 * prim/keydefs.el, modes/cc-mode.el, modes/cperl-mode.el,
|
|
3014 vm/vm-vars.el:
|
|
3015 Change usage of \177 to use keysym 'delete.
|
|
3016 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
3017
|
|
3018 * packages/etags.el (tags-loop-scan): Don't pass a straight string
|
|
3019 to error as a format string.
|
|
3020 Reported by Miles Duke <mduke@erdas.com>
|
|
3021
|
|
3022 * its/its-kata.el ((require 'egg)): Needed for bytecompilation.
|
|
3023
|
|
3024 * its/its-hira.el ((require 'egg)): Needed for bytecompilation.
|
|
3025
|
|
3026 * bytecomp/bytecomp.el (byte-compile-two-args-19->20): Correct an
|
|
3027 ebolifaction.
|
|
3028 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
3029
|
|
3030 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
|
|
3031
|
|
3032 * prim/files.el (auto-mode-alist): Restore bash regexps.
|
|
3033 From "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
|
|
3034
|
155
|
3035 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
3036
|
|
3037 * packages/jka-compr.el (jka-compr-write-region): Use 'binary
|
|
3038 coding-system for compression.
|
|
3039 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
3040
|
159
|
3041 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
3042
|
|
3043 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
|
3044 desired delete direction in both normal and "hungry" modes.
|
|
3045 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
3046 honor the desired delete direction.
|
|
3047
|
155
|
3048 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3049
|
|
3050 * x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
3051
|
|
3052 * mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
3053 x11/x-menubar.el.
|
|
3054
|
|
3055 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3056
|
|
3057 * leim/quail.el: to avoid compiling warnings about overlay.el.
|
|
3058
|
159
|
3059 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
3060
|
|
3061 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
3062 `backspace-or-delete-hook'
|
|
3063 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
3064 delete function.
|
|
3065 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
3066 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
3067 delete bindings.
|
|
3068 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
3069 use new delete bindings.
|
|
3070
|
155
|
3071 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3072
|
|
3073 * leim/quail.el: to sync with quail.el of Emacs-19.34.94-epsilon.
|
|
3074
|
|
3075 * leim/quail/ziranma.el, leim/quail/tonepy.el, leim/quail/py.el,
|
|
3076 leim/quail/qj.el, leim/quail/sw.el, leim/quail/ccdospy.el,
|
|
3077 leim/quail/punct.el, leim/quail/4corner.el,
|
|
3078 leim/quail/symbol-ksc.el, leim/quail/ethiopic.el,
|
|
3079 leim/quail/hanja.el, leim/quail/quick-cns.el,
|
|
3080 leim/quail/tsangchi-cns.el, leim/quail/lrt.el,
|
|
3081 leim/quail/tsangchi-b5.el, leim/quail/devanagari.el,
|
|
3082 leim/quail/japanese.el, leim/quail/quick-b5.el,
|
|
3083 leim/quail/punct-b5.el, leim/quail/qj-b5.el, leim/quail/py-b5.el,
|
|
3084 leim/quail/ctlau.el, leim/quail/ctlaub.el, leim/quail/ecdict.el,
|
|
3085 leim/quail/array30.el, leim/quail/hangul3.el,
|
|
3086 leim/quail/hanja-jis.el, leim/quail/cyrillic.el,
|
|
3087 leim/quail/etzy.el, leim/quail/greek.el, leim/quail/ipa.el,
|
|
3088 leim/quail/lao.el, leim/quail/zozy.el, leim/quail/viqr.el,
|
|
3089 leim/quail/latin.el, leim/quail/thai.el, leim/quail/hangul.el:
|
|
3090 quail of LEIM for Emacs-19.34.94-epsilon.
|
|
3091
|
|
3092 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
3093
|
|
3094 * prim/about.el: Installed new version 2.1.
|
|
3095 From Hrvoje Niksic <hniksic@srce.hr>
|
|
3096
|
|
3097 * prim/profile.el (pretty-print-profiling-info): Autoload don't
|
|
3098 dump.
|
|
3099 Clean up comments.
|
|
3100
|
|
3101 * prim/update-elc.el: Comment cleanup.
|
|
3102
|
|
3103 * modes/cperl-mode.el (cperl-mode-map): Restore previous
|
|
3104 definition.
|
|
3105 (cperl-electric-backspace): Use backspace-or-delete if it exists.
|
|
3106
|
|
3107 * bytecomp/bytecomp-runtime.el (eval-when-feature): New macro.
|
|
3108 From Roland McGrath <roland@frob.com>
|
|
3109
|
|
3110 * prim/glyphs.el (init-glyphs): Add xbm instantiator for 'x
|
|
3111 consoles.
|
|
3112 Suggested by Hrvoje Niksic <hniksic@srce.hr>.
|
|
3113
|
|
3114 * utils/passwd.el: Eliminate obsolete Lucid emacs usage.
|
|
3115
|
|
3116 * utils/timezone.el (timezone-make-date-arpa-standard): Correct
|
|
3117 docstring.
|
|
3118 (timezone-make-date-sortable): Ditto.
|
|
3119
|
|
3120 * utils/passwd.el (passwd-invert-frame-when-keyboard-grabbed):
|
|
3121 Change default for InfoDock.
|
|
3122
|
|
3123 * utils/highlight-headers.el
|
|
3124 (highlight-headers-follow-url-function): Correct docstring.
|
|
3125
|
|
3126 * utils/finder.el (finder-known-keywords): Cleanup keyword
|
|
3127 documentation.
|
|
3128
|
|
3129 * prim/startup.el (command-line-do-help): Use emacs-name function
|
|
3130 for printing the editor name.
|
|
3131
|
|
3132 * prim/simple.el: Disable for InfoDock.
|
|
3133 (display-warning): Disable for InfoDock.
|
|
3134 (emacs-name): New function.
|
|
3135
|
|
3136 * prim/toolbar.el (press-toolbar-button): Allow mouse presses on
|
|
3137 blank portions of the toolbar to do something.
|
|
3138 (release-and-activate-toolbar-button): Handle arbitrary functions
|
|
3139 as toolbar callbacks.
|
|
3140 From weiner@altrasoft.com
|
|
3141
|
|
3142 * prim/mouse.el (default-mouse-track-cleanup-extent): Correct test
|
|
3143 on dead-func extent.
|
|
3144
|
|
3145 * prim/help.el (view-emacs-news): outl-mouse turned off in
|
|
3146 InfoDock.
|
|
3147
|
|
3148 * packages/tar-mode.el (tar-mode-map): InfoDock doesn't like the
|
|
3149 mouse bindings.
|
|
3150
|
|
3151 * packages/makesum.el (make-command-summary): Output correct
|
|
3152 program name.
|
|
3153 (double-column): Remove unused variable.
|
|
3154
|
|
3155 * packages/hyper-apropos.el (hypropos-popup-menu): Synch with
|
|
3156 infodock. Initialize command-p to either t or nil.
|
|
3157
|
|
3158 * eterm/term.el (make-term): Fix docstring.
|
|
3159
|
|
3160 * comint/shell.el: Correct comment.
|
|
3161
|
|
3162 * comint/comint.el (comint-mode-map): Infodock doesn't like the
|
|
3163 button3 assignment.
|
|
3164
|
|
3165 1997-06-03 Steven L Baur <steve@altair.xemacs.org>
|
|
3166
|
|
3167 * modes/lisp-mode.el (eval-interactive): Treat defcustom like
|
|
3168 defvar (turn into an effective defconst).
|
|
3169
|
|
3170 * cl/cl-macs.el (widget-get): Add defsetf method.
|
|
3171 (widget-value): Add defsetf method.
|
|
3172 From Hrvoje Niksic <hniksic@srce.hr>
|
|
3173
|
|
3174 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
3175
|
|
3176 * prim/obsolete.el (insert-and-inherit): Make 'compatible not
|
|
3177 'obsolete.
|
|
3178 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
3179 (insert-before-markers-and-inherit): Ditto.
|
|
3180
|
|
3181 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3182
|
|
3183 * lisp/mule/korean.el was abolished because it seems not to be used.
|
|
3184
|
|
3185 * lisp/mule/japanese.el was abolished because it seems not to be used.
|
|
3186
|
|
3187 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3188
|
|
3189 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has Gnus
|
|
3190 5.4.
|
|
3191
|
|
3192 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
3193
|
|
3194 * lisp/tm/tm-view.el: updated to 7.83.
|
|
3195
|
|
3196 * lisp/leim/quail.el: modified for XEmacs.
|
|
3197
|
|
3198 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
3199 mule-process.el because it is not used.
|
|
3200
|
|
3201 * lisp/mule/european.el was abolished because it seems not to be used.
|
|
3202
|
|
3203 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
3204 language-environment.
|
|
3205
|
|
3206 * lisp/mule/mule-cmds.el, lisp/mule/european-hooks.el: Modified
|
|
3207 for LEIM.
|
|
3208
|
|
3209 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
3210 `toggle-input-method'.
|
|
3211
|
|
3212 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved to
|
|
3213 mule-cmds.el).
|
|
3214
|
|
3215 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved from
|
|
3216 mule-init.el).
|
|
3217
|
|
3218 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
3219
|
|
3220 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
3221
|
|
3222 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
3223
|
|
3224 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3225
|
|
3226 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
3227 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to lisp/apel/.
|
|
3228
|
|
3229 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
3230
|
|
3231 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to lisp/apel/.
|
|
3232
|
|
3233 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
3234 19.34.94-epsilon).
|
|
3235
|
|
3236 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because XEmacs
|
|
3237 can not compile it.
|
|
3238
|
|
3239 * leim/skk/skkdic.el, leim/quail/zozy.el, leim/quail/ziranma.el,
|
|
3240 leim/quail/viqr.el, leim/quail/tsangchi-cns.el,
|
|
3241 leim/quail/tsangchi-b5.el, leim/quail/symbol-ksc.el,
|
|
3242 leim/quail/thai.el, leim/quail/tonepy.el, leim/quail/quick-cns.el,
|
|
3243 leim/quail/sw.el, leim/quail/qj-b5.el, leim/quail/qj.el,
|
|
3244 leim/quail/quick-b5.el, leim/quail/py-b5.el, leim/quail/py.el,
|
|
3245 leim/quail/lao.el, leim/quail/latin.el, leim/quail/lrt.el,
|
|
3246 leim/quail/punct-b5.el, leim/quail/punct.el,
|
|
3247 leim/quail/hanja-jis.el, leim/quail/hanja.el, leim/quail/ipa.el,
|
|
3248 leim/quail/japanese.el, leim/quail/hangul3.el, leim/quail/etzy.el,
|
|
3249 leim/quail/greek.el, leim/quail/hangul.el, leim/quail/ethiopic.el,
|
|
3250 leim/quail/devanagari.el, leim/quail/ecdict.el,
|
|
3251 leim/quail/ctlau.el, leim/quail/ctlaub.el, leim/quail/cyrillic.el,
|
|
3252 leim/quail/array30.el, leim/quail/ccdospy.el,
|
|
3253 leim/quail/4corner.el: Add LEIM elisp files.
|
|
3254
|
|
3255 * mule/mule-load.el, mule/mule-cmds.el: Add mule-cmds.el.
|
|
3256
|
|
3257 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
3258 from Emacs/mule-19.34.94-epsilon.
|
|
3259
|
|
3260 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
3261
|
|
3262 * modes/hideshow.el: Make it work again.
|
|
3263 From Pete Ware <ware@cis.ohio-state.edu>
|
|
3264
|
|
3265 Sat May 31 09:00:14 1997 David Moore <dmoore@ucsd.edu>
|
|
3266
|
|
3267 * utils/text-props.el (set-text-properties): Was exiting
|
|
3268 map-extents too early.
|
|
3269
|
|
3270 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
3271
|
|
3272 * cl/cl-macs.el (frame-parameters): Tweaking frame configuration
|
|
3273 defsetf's.
|
|
3274 From Hrvoje Niksic <hniksic@srce.hr>
|
|
3275
|
|
3276 * modes/vhdl-mode.el (vhdl-emacs-features): Allow recognition of
|
|
3277 major version 20.
|
|
3278
|
|
3279 * prim/simple.el (kill-region): Sort beginning and ending
|
|
3280 endpoints to simplify logic.
|
|
3281 From Hrvoje Niksic <hniksic@srce.hr>
|
|
3282
|
|
3283 Tue May 27 13:42:57 1997 Ken Manheimer <klm@python.org>
|
|
3284
|
|
3285 * packages/icomplete.el:
|
|
3286 * Updated my email address - klm@python.org instead of klm@nist.gov.
|
|
3287
|
|
3288 * Icomplete no longer installs itself when you load the package -
|
|
3289 you have to invoke `icomplete-mode'. (Since it's autoloaded in
|
|
3290 both emacs, you can just invoke the function.)
|
|
3291
|
|
3292 * Integrated Emacs 19.34 and XEmacs 19.15 corrections (typos,
|
|
3293 style, command revisions, etc).
|
|
3294
|
|
3295 * Integrated immediate keybindings display. See
|
|
3296 `icomplete-show-key-bindings', `icomplete-get-keys', and
|
|
3297 `icomplete-completions'.
|
|
3298
|
|
3299 * `icomplete-get-keys': Return keys bound in prior buffer to func name.
|
|
3300
|
|
3301 * Added icomplete delay behavior, so completions don't intrude as
|
|
3302 quickly for short input, with customization variables:
|
|
3303
|
|
3304 `icomplete-max-delay-chars' - Maximum number of initial chars to
|
|
3305 apply icomplete compute delay.
|
|
3306
|
|
3307 `icomplete-compute-delay' - Completions-computation stall, used
|
|
3308 only with large-number completions
|
|
3309
|
|
3310 `icomplete-delay-completions-threshold' Pending-completions
|
|
3311 number over which to apply icomplete-compute-delay
|
|
3312
|
|
3313 * Provided `icomplete-exhibit' on `icomplete-minibuffer-setup-hook'
|
|
3314 so icomplete behaves well with XEmacs GNUS.
|
|
3315
|
|
3316 Fri May 30 18:39:01 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3317
|
|
3318 * prim/glyphs.el (init-glyphs): Minor regexp cleanup.
|
|
3319
|
|
3320 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
3321
|
|
3322 * prim/simple.el (fsf:do-auto-fill): Remove unused variable.
|
|
3323 (indent-for-comment): Use comment-indent-function instead of
|
|
3324 obsolete variant. This is dumped with XEmacs!
|
|
3325
|
|
3326 * packages/generic-sc.el (sc-next-operation): Remove unused
|
|
3327 variable.
|
|
3328 (sccs-insert-c-header): Ditto.
|
|
3329 (ccase-new-revision-p): Ditto.
|
|
3330 (sc-sensitize-menu): Ditto.
|
|
3331
|
|
3332 * modes/auto-show.el (TopLevel): Tighten check on
|
|
3333 dump-time initialization.
|
|
3334
|
153
|
3335 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
3336
|
155
|
3337 * prim/format.el (format-alist): Change defconst to defvar.
|
|
3338 From Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
3339
|
|
3340 (format-encode-region): Reduce bytecompiler warnings for bound but
|
|
3341 unused variables.
|
|
3342 (format-deannotate-region): Ditto.
|
|
3343 (format-annotate-region): Ditto.
|
|
3344 (format-annotate-single-property-change) Ditto.
|
|
3345
|
|
3346 * utils/lib-complete.el: Clean up documentation in header.
|
|
3347
|
|
3348 * prim/glyphs.el: Eliminate bytecompiler warnings.
|
|
3349 (define-obsolete-pointer-glyph): Mark as 'compatible not 'obsolete.
|
|
3350
|
|
3351 * prim/keydefs.el (ctl-x-map): Bind narrow-to-defun to `C-x n d'.
|
|
3352
|
|
3353 * prim/lisp.el (narrow-to-defun): Narrow to the same defun that
|
|
3354 `mark-defun' would make the region.
|
|
3355 (insert-parentheses): Let a negative argument enclose preceding
|
|
3356 sexps.
|
|
3357 From Erik Naggum <erik@naggum.no>
|
|
3358
|
|
3359 * prim/window-xemacs.el: New file, split from window.el with
|
|
3360 XEmacs-specific stuff.
|
|
3361
|
|
3362 * prim/window.el (display-buffer): Remove unused variable.
|
|
3363
|
|
3364 * prim/keydefs.el (ctl-x-4-map): Add binding for
|
|
3365 `kill-buffer-and-window'.
|
|
3366
|
|
3367 * prim/window.el (kill-buffer-and-window): New command.
|
|
3368 Bind it to C-x 4 0.
|
|
3369 From Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
|
|
3370
|
|
3371 * prim/window.el (split-window-vertically): Don't change point in old
|
|
3372 window if both the original point and the end of the buffer are
|
|
3373 visible after splitting, when split-window-keep-point is nil.
|
|
3374 From Noah Friedman <friedman@prep.ai.mit.edu>
|
|
3375
|
|
3376 * prim/files.el (revert-buffer-internal-hook): Declare.
|
|
3377
|
|
3378 * utils/map-ynp.el: Synch with Emacs 19.34.94.
|
|
3379 (map-y-or-n-p): Clean up bytecompiler warnings.
|
|
3380
|
|
3381 * packages/generic-sc.el: Restored to distribution, comment
|
|
3382 cleanup.
|
|
3383
|
|
3384 * prim/simple.el (message-log-max): Add compatible variable alias
|
|
3385 for `log-message-max-size'.
|
|
3386
|
|
3387 * comint/background.el (background): Autoload.
|
|
3388
|
|
3389 * prim/process.el (shell-command): background.el is now
|
|
3390 autoloaded.
|
|
3391
|
|
3392 * prim/minibuf.el: Clean up file header.
|
|
3393
|
153
|
3394 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Naive
|
|
3395 port to XEmacs.
|
|
3396 (bookmark-bmenu-other-window-with-mouse): Naive port to XEmacs.
|
|
3397
|
|
3398 * utils/autoload.el (generated-custom-file): custom-load.el
|
|
3399 renamed to cus-load.el.
|
|
3400
|
|
3401 * prim/loadup.el: Don't preload custom-load.elc.
|
|
3402
|
|
3403 Thu May 29 19:03:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3404
|
|
3405 * x11/x-menubar.el (default-menubar): Updated customize entries.
|
|
3406
|
|
3407 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
3408
|
|
3409 * prim/about.el (about-xemacs-xref): Update contributors list.
|
|
3410
|
|
3411 1997-05-28 Steven L Baur <steve@altair.xemacs.org>
|
|
3412
|
|
3413 * prim/minibuf.el (mouse-file-display-completion-list): Protect
|
|
3414 against bogus directory becoming default.
|
|
3415 (mouse-directory-display-completion-list): Ditto.
|
|
3416
|
|
3417 From Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3418 * bytecomp/bytecomp.el
|
|
3419 (byte-compile-file-form-custom-declare-variable): New function.
|
|
3420 (custom-declare-variable): Use it.
|
|
3421
|
|
3422 * packages/vc.el (vc-directory): dirname typo'ed as dir.
|
|
3423
|
|
3424 * packages/vc-hooks.el (vc-menu): Remove vc-file-status.
|
|
3425 (Toplevel): Remove key definition for vc-file-status.
|
|
3426
|
|
3427 1997-05-27 Steven L Baur <steve@altair.xemacs.org>
|
|
3428
|
|
3429 * prim/cus-start.el (Toplevel): Rename factory-value to
|
|
3430 standard-value for Custom-1.98.
|
|
3431
|
|
3432 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
3433
|
|
3434 * prim/help.el (view-lossage-key-count): New variable.
|
|
3435 (view-lossage-message-count): New variable.
|
|
3436 (view-lossage): Use them.
|
|
3437
|
|
3438 From Hrvoje Niksic
|
|
3439 * prim/help.el (view-lossage): Use new argument to `recent-keys'.
|
|
3440
|
|
3441 * cl/cl-macs.el (recent-keys-ring-size): New setf method.
|
|
3442
|
|
3443 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
3444
|
|
3445 * prim/process.el (shell-command-to-string): Alias exec-to-string
|
|
3446 to more logical name.
|
|
3447
|
|
3448 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
3449
|
|
3450 * tm/tm-view.el (mime/content-decoding-condition): Add image/png
|
|
3451 mime type.
|
|
3452
|
|
3453 * tm/tm-image.el (toplevel): Add image/png mime type.
|
|
3454
|
|
3455 * tm/tm-edit.el (mime-file-types): Add png handling.
|
|
3456 (mime-content-types): Ditto.
|
|
3457
|
151
|
3458 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3459
|
|
3460 * prim/files.el (auto-mode-alist): Reorg. Support
|
|
3461 pre-processed fortran files. *.m4 files now default to autoconf mode.
|
|
3462
|
|
3463 * prim/about.el: Promote Hrvoje. Picture still needed...
|
|
3464
|
|
3465 * modes/ksh-mode.el: _ has symbol syntax.
|
|
3466 * modes/m4-mode.el: _ has symbol syntax.
|
|
3467 * modes/pascal.el: _ has symbol syntax.
|
|
3468 * modes/f90.el: _ has symbol syntax.
|
|
3469 * modes/cperl-mode.el: _ has symbol syntax.
|
|
3470 * modes/autoconf-mode.el: _ has symbol syntax.
|
|
3471
|
|
3472 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
3473
|
|
3474 * prim/files.el (save-buffer): From Hrvoje Niksic. Don't clear
|
|
3475 zmacs region.
|
|
3476
|
|
3477 * packages/func-menu.el: Update for David Hughes' new email
|
|
3478 address.
|
|
3479
|
|
3480 1997-05-21 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
3481
|
|
3482 * eldoc.el (eldoc-message-commands): Move docstring into comments,
|
|
3483 since this isn't a user variable.
|
|
3484 (eldoc-message-commands-table-size, eldoc-use-idle-timer-p,
|
|
3485 eldoc-function-argstring-from-docstring-method-table): Use defvar,
|
|
3486 not defconst.
|
|
3487 (eldoc-last-data): Use cons explicitly; don't rely on dotted pair
|
|
3488 read syntax. I'm worried the latter might get compiled as
|
|
3489 read-only data someday.
|
|
3490 (eldoc-docstring-message): If truncating symbol name, show ending
|
|
3491 of name rather than beginning. The former is generally more unique.
|
|
3492 (eldoc-function-argstring-from-docstring-method-table): Handle
|
|
3493 pathological `save-restriction' case.
|
|
3494 [top level]: Add `indent-for-tab-command' to eldoc-message-commands.
|
|
3495
|
|
3496 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
3497
|
|
3498 * x11/x-menubar.el (default-menubar): strokes added to mouse
|
|
3499 menu.
|
|
3500
|
|
3501 Wed May 21 17:12:28 1997 Per Bothner <bothner@deneb.cygnus.com>
|
|
3502
|
|
3503 * eterm/term.el (term-send-raw): Better XEmacs character event
|
|
3504 handling.
|
|
3505 * eterm/term.el (term-char-mode): Re-do Meta-handling by temporarily
|
|
3506 setting meta-prefix-char to -1 while building keymaps.
|
|
3507 (term-send-raw-meta): Removed.
|
|
3508
|
|
3509 Tue Mar 11 20:15:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
|
3510
|
|
3511 * eterm/term.el (term-completion-addsuffix): Doc fix.
|
|
3512 (term-dynamic-complete-as-filename): Support the case where
|
|
3513 term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons
|
|
3514 pair.
|
|
3515
|
|
3516 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
3517
|
|
3518 * eterm/term.el: Add kd, kl, kr, du capabilities.
|
|
3519 * eterm/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
3520
|
|
3521 Wed May 15 14:38:45 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
3522
|
|
3523 * eterm/term.el (term-send-raw-string): send-string ->
|
|
3524 process-send-string.
|
|
3525 * eterm/term.el (term-arguments): Remove unused local 'values'.
|
|
3526 * eterm/term.el (term-handle-deferred-scroll): Fix off-by-one bug,
|
|
3527
|
|
3528 * eterm/term.el: Merge changes from FSF (mostly typos).
|
|
3529
|
|
3530 Mon Sep 25 17:19:51 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
3531
|
|
3532 * eterm/term.el (term-emulate-terminal): On CR, set
|
|
3533 term-current-column to term-start-line-column, not 0.
|
|
3534
|
|
3535 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
3536
|
|
3537 * packages/add-log.el (change-log-font-lock-keywords): Tweak
|
|
3538 font-lock-keywords.
|
|
3539
|
|
3540 1997-05-21 Erik Naggum <erik@naggum.no>
|
|
3541
|
|
3542 * lisp/add-log.el (add-log-lisp-like-modes, add-log-c-like-modes,
|
|
3543 add-log-tex-like-modes): New variables.
|
|
3544 (add-log-current-defun): Use them instead of constant lists.
|
|
3545
|
|
3546 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
3547
|
|
3548 * packages/add-log.el: Synch to Emacs 20.0.
|
|
3549
|
|
3550 * prim/obsolete.el (read-minibuffer): Make compatible not obsolete.
|
|
3551 (read-input): Ditto.
|
|
3552
|
|
3553 Tue May 20 20:32:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3554
|
|
3555 * prim/subr.el (buffer-substring-no-properties): Clean out extents
|
|
3556 too.
|
|
3557
|
|
3558 Mon May 19 19:48:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3559
|
|
3560 * prim/process.el (shell-command-on-region): Remove region active
|
|
3561 test (which played havoc with the hack in call-interactively to
|
|
3562 place explicit calls to region-beginning and region-end in
|
|
3563 interactive specs in the command history).
|
|
3564
|
|
3565 Mon May 19 18:13:50 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3566
|
|
3567 * utils/easymenu.el (easy-menu-add): Check for existing, before
|
|
3568 entering MENU to `easy-menu-all-popups'.
|
|
3569
|
|
3570 Sun May 18 09:11:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3571
|
|
3572 * prim/files.el (revert-buffer): Add optional third parameter to
|
|
3573 preserve buffer modes (from Emacs 19.34.94).
|
|
3574 (after-find-file): Add optional fifth parameter to preserve buffer
|
|
3575 modes (from Emacs 19.34.94).
|
|
3576
|
|
3577 * packages/vc.el: Synch with Emacs 19.34.94 because our version was
|
|
3578 hopeless.
|
|
3579 (vc-checkout): Autoload.
|
|
3580 (vc-find-binary): Ditto.
|
|
3581
|
|
3582 * prim/files.el (find-buffer-visiting): Restore because FSF vc.el
|
|
3583 needs it.
|
|
3584
|
149
|
3585 Fri Apr 25 13:21:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3586
|
|
3587 * apropos.el (apropos): Add support for customization groups.
|
|
3588 (apropos-print): Ditto.
|
|
3589
|
|
3590 Sat May 17 19:56:31 1997 Glynn Clements <glynn@sensei.co.uk>
|
|
3591
|
|
3592 * packages/man.el (manual-entry): Strip out stderr output.
|
|
3593
|
|
3594 Sun May 11 18:24:25 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
3595
|
|
3596 * lisp/prim/modeline.el: new mouse-drag-modeline function.
|
|
3597 Allows bottommost modeline to be dragged.
|
|
3598
|
|
3599 Sat May 17 03:41:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3600
|
|
3601 * cl/cl-macs.el: A whole bunch of XEmacs specific setf methods
|
|
3602 from Hrvoje Niksic.
|
|
3603
|
|
3604 * prim/files.el (auto-mode-alist): Don't copy to purespace.
|
|
3605 (interpreter-mode-alist): Ditto.
|
|
3606
|
|
3607 Fri May 16 21:43:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3608
|
|
3609 * packages/info.el (Info-button1-follows-hyperlink): New variable.
|
|
3610 (Info-maybe-follow-clicked-node): Use it.
|
|
3611
|
|
3612 * prim/simple.el (transpose-preceding-chars): New function.
|
|
3613
|
|
3614 Fri May 16 20:37:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3615
|
|
3616 * version.el: Update minor version number.
|
|
3617
|
146
|
3618 Mon May 12 13:47:37 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3619
|
|
3620 * tm/tm-vm.el: Provide for vm-unsaved-message having been removed
|
|
3621 in recent versions of VM.
|
|
3622
|
144
|
3623 Fri May 9 10:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3624
|
|
3625 * iso/iso-acc.el (iso-accents-compose): Fix XEmacs 19.14
|
|
3626 compatibility (patch suggested by Hrvoje Niksic).
|
|
3627
|
|
3628 * packages/man.el (manual-entry): (Patch from Soren Dayton) Allow
|
|
3629 subchapters not to be trimmed on Solaris.
|
|
3630
|
|
3631 * prim/itimer.el (itimer-edit-mode): Correct use of obsolete
|
|
3632 function.
|
|
3633
|
|
3634 * prim/startup.el: Update copyright notice.
|
|
3635
|
142
|
3636 Thu May 8 14:35:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3637
|
|
3638 * hm--html-menus/hm--html.el: Define obsolete aliases for the
|
|
3639 previous function spellings.
|
144
|
3640
|
142
|
3641 * hm--html-menus/hm--html-keys.el: Define obsolete aliases for the
|
|
3642 previous variable spellings.
|
|
3643
|
|
3644 * prim/obsolete.el (define-obsolete-variable-alias): Fix docstring
|
|
3645 spelling.
|
|
3646 (define-compatible-variable-alias): Ditto.
|
|
3647
|
|
3648 * tm/tm-vm.el (vm-unsaved-message): Symbol doesn't exist any
|
|
3649 more.
|
|
3650
|
|
3651 Tue May 6 21:33:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3652
|
|
3653 * mule/mule-files.el (write-region): Correct docstring.
|
|
3654
|
|
3655 * prim/files-nomule.el (write-region): Correct docstring.
|
|
3656
|
|
3657 Mon May 5 12:26:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3658
|
|
3659 * prim/about.el (about-xemacs-xref): Infodock Associates is now
|
|
3660 Altrasoft.
|
|
3661
|
|
3662 Sat May 3 16:32:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3663
|
|
3664 * efs/dired.el (dired-chown-program): chown program is in /bin on
|
|
3665 Linux.
|
|
3666
|
|
3667 Fri May 2 20:04:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3668
|
|
3669 * egg/egg.el: paren.el needed at bytecompile time for
|
|
3670 `pos-visible-in-window-safe' defsubst.
|
|
3671
|
|
3672 * pcl-cvs/pcl-cvs.el (cvs-update): Inhibit dialog box usage in
|
|
3673 call to cvs-do-update as this bombs when this function is invoked
|
|
3674 from a menu.
|
|
3675
|
140
|
3676 Wed Apr 30 18:06:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3677
|
|
3678 * prim/loadup.el: Put features.elc in the dump list.
|
|
3679
|
|
3680 * prim/about.el (about-xemacs): Change date.
|
|
3681
|
|
3682 Tue Apr 29 18:51:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3683
|
|
3684 * mule/mule-files.el (buffer-file-coding-system-alist): Regexp for
|
|
3685 handling info files didn't match the right pattern.
|
|
3686
|
|
3687 Sun Apr 27 18:09:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3688
|
|
3689 * prim/sound.el (load-sound-file): Fix typo.
|
|
3690
|
138
|
3691 Sat Apr 26 16:25:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3692
|
|
3693 * utils/lib-complete.el: Make conformant to Lisp coding standards
|
|
3694 MULE-ize by allowing for coding system argument.
|
|
3695
|
|
3696 Fri Apr 25 08:39:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3697
|
|
3698 * modes/sh-script.el (sh-indent-line): Deal with pathological case
|
|
3699 of indenting a first line containing a `#' as first non-white
|
|
3700 space character.
|
|
3701
|
|
3702 Thu Apr 24 18:40:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3703
|
|
3704 * comint/telnet.el (telnet-mode-map): Correct Emacs synch typo.
|
|
3705
|
|
3706 * rmail/rmail.el (rmail-get-new-mail): display-time-string is not
|
|
3707 necessarily a string.
|
|
3708
|
|
3709 Thu Apr 24 11:08:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3710
|
|
3711 * packages/balloon-help.el:
|
|
3712 - default background color now grey80 to match XEmacs default.
|
|
3713 - default border width is now 1.
|
|
3714 - default font is now "variable"
|
|
3715 - balloon-help can now handle variable width fonts.
|
|
3716 - loading balooon-help no longer turns on balloon-help-mode.
|
|
3717 - new `balloon-help' command.
|
|
3718 - changes to the font/background/foreground variables now affect
|
|
3719 the help frame at next display.
|
|
3720 - help frame should now pop up on the correct display if XEmacs
|
|
3721 is running with multiple devices open.
|
|
3722 - Customized, courtesy of Hrvoje.
|
|
3723 - don't use the padding lines that were needed for 19.12.
|
|
3724 Compatibility with older XEmacs versions is hereby disavowed.
|
|
3725 - xclock frame name hack is gone.
|
|
3726
|
136
|
3727 Wed Apr 23 10:56:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3728
|
|
3729 * prim/files.el (hack-local-variables-prop-line): Mistakenly
|
|
3730 returned t when enable-local-variables was nil.
|
|
3731
|
|
3732 * psgml/psgml-charent.el (sgml-display-char-list-filename): Move
|
|
3733 iso88591.map to a proper location.
|
|
3734
|
|
3735 * prim/sound.el (load-sound-file): Make sure sound files are read
|
|
3736 as binary files.
|
|
3737
|
|
3738 Tue Apr 22 02:05:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3739
|
|
3740 * packages/vc.el (vc-directory): Set text properties.
|
|
3741
|
|
3742 * psgml/psgml-xemacs.el (sgml-xemacs-get-popup-value): Allow for
|
|
3743 interactive commands.
|
|
3744
|
|
3745 Mon Apr 21 15:15:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3746
|
|
3747 * prim/minibuf.el (input-error): New error type.
|
|
3748 (read-from-minibuffer): Use it.
|
|
3749
|
|
3750 * comint/comint.el (comint-exec-hook): Do not Customize due to
|
|
3751 interactions with setting language environment in MULE.
|
|
3752
|
|
3753 Sun Apr 20 09:36:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3754
|
|
3755 * packages/info.el (Info-footnote-tag): Changing the footnote tag
|
|
3756 from the default "Note" is broken.
|
|
3757
|
|
3758 Tue Apr 22 07:01:20 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3759
|
|
3760 * prim/keydefs.el (global-map): Bind it to `C-z'.
|
|
3761
|
|
3762 * prim/frame.el (suspend-emacs-or-iconify-frame): New function.
|
|
3763
|
134
|
3764 Fri Apr 18 16:45:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3765
|
|
3766 * utils/skeleton.el (skeleton-pair-insert-maybe): Guard test with
|
|
3767 existence check on mark-active too.
|
|
3768 (skeleton-proxy): Ditto.
|
|
3769 (skeleton-proxy-new): Ditto.
|
|
3770
|
|
3771 Fri Apr 18 09:26:24 1997 Dave Gillespie <daveg@synaptics.com>
|
|
3772
|
|
3773 * cl/cl-macs.el (values): New setf-method.
|
|
3774
|
|
3775 Thu Apr 17 21:29:57 1997 Bob Weiner <weiner@infodock.com>
|
|
3776
|
|
3777 * packages/avoid.el (mouse-avoidance-kbd-command): Correct
|
|
3778 detection of keypress.
|
|
3779
|
|
3780 Thu Apr 17 21:20:04 1997 Michael McNamara <mac@silicon-sorcery.com>
|
|
3781
|
|
3782 * modes/verilog-mode.el: Changes to 2.25
|
|
3783 1) Autoindent a new declaration according to the previous
|
|
3784 declaration, if any. Only use the previous one, don't try to re
|
|
3785 line things up.
|
|
3786 2) Include "Customize Verilog-Mode" in the Verilog menu bar. Make it
|
|
3787 safe to do so, even if the underlying emacs does not yet support
|
|
3788 custom.
|
|
3789 3) Include keybinding C-c C-b for reporting bugs.
|
|
3790 4) Include keybinding C-c i for reindenting declarations.
|
|
3791
|
|
3792 * modes/verilog-mode.el: Changes to 2.24
|
|
3793 Cleaned up menubar items; added submit bug report there, for
|
|
3794 example.
|
|
3795
|
|
3796 * modes/verilog-mode.el: Changes to 2.23
|
|
3797 1) Support custom (XEmacs) or defvar method of customization.
|
|
3798 2) fix verilog-pretty declarations
|
|
3799 3) add support so folks turning up the complexity of commenting don't
|
|
3800 get errors (they don't get any more complexity either)
|
|
3801
|
|
3802 * modes/verilog-mode.el: Changes to 2.22
|
|
3803 1) Moved installation hints to the web page.
|
|
3804 2) Added support for XEmacs's custom variable setting package.
|
|
3805 3) Added variables to separatly control indentation of
|
|
3806 module level items (always, initial. etc)
|
|
3807 declarations
|
|
3808 behavorial (the begin in the task & function declaration
|
|
3809 4) Attempted to shorten comments and lisp so that the %@* NT
|
|
3810 mailers won't turn long comments into extra code.
|
|
3811 5) Used make-regexp to optimize many regular expressions so that they
|
|
3812 are no longer backtrack.
|
|
3813 6) fixed bugs
|
|
3814 a) a newline on a blank line no longer generates two new lines.
|
|
3815 b) a semicolon on a comment no longer auto indents
|
|
3816 c) lines like ''else if (a) begin''
|
|
3817 no longer confuse auto commenter
|
|
3818 d) a number of other bugs which fail to come to mind...
|
|
3819 7) Added support for menu pulldowns on FSF and XEmacs
|
|
3820 8) Added support for XEmacs v20
|
|
3821 9) Changed verilog-comment-region to insert comments that Verilog-XL
|
|
3822 doesn't b*tch about.
|
|
3823 10) Eliminated auto lineup of declarations upon typing newline of
|
|
3824 semicolon. (Cheers all around) Now instead there is a command, and
|
|
3825 also a menu pulldown, which lines up indentations around point.
|
|
3826 11) Added verilog-submit-bug-report
|
|
3827
|
126
|
3828 Mon Apr 14 13:06:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3829
|
|
3830 * utils/autoload.el (generate-file-autoloads-1): Turn off local
|
|
3831 variable processing.
|
|
3832
|
|
3833 * prim/files.el (hack-local-variables-prop-line): Respect setting
|
|
3834 of enable-local-variables.
|
|
3835
|
|
3836 * vm/vm-startup.el (vm-session-initialization): Remove for
|
|
3837 production version.
|
|
3838
|
|
3839 * utils/smtpmail.el (smtpmail-send-it): Forgot quote.
|
|
3840 (smtpmail-deduce-address-list): case-fold-search mistakenly set
|
|
3841 before buffer change.
|
|
3842
|
|
3843 Sun Apr 13 14:49:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3844
|
|
3845 * x11/x-menubar.el (default-menubar): Added `send-pr' to Help
|
|
3846 menu.
|
|
3847
|
|
3848 * modes/make-mode.el (makefile-font-lock-keywords): Correct old,
|
|
3849 restored :-( 19.14 makefile-space-face lossage.
|
|
3850
|
|
3851 Sat Apr 12 23:20:31 1997 David Moore <dmoore@ucsd.edu>
|
|
3852
|
|
3853 * packages/font-lock.el (c-font-lock-keywords-1): Performance
|
|
3854 tuned regexps.
|
|
3855
|
|
3856 Sat Apr 12 21:32:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3857
|
|
3858 * prim/about.el (about-xemacs): Update printed release date.
|
|
3859
|
|
3860 * calendar/appt.el (install-display-time-hook): Friends don't let
|
|
3861 Friends quote lambda functions.
|
|
3862
|
124
|
3863 Fri Apr 11 11:50:14 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3864
|
|
3865 * tm/tm-vm.el: tm-vm/use-original-url-button:
|
|
3866 - Default is now t (principle of least surprise).
|
|
3867 (tm-vm/build-preview-buffer):
|
|
3868 - Bind vm-message-pointer in Preview-buffer.
|
|
3869 - X-Face was not displayed for a certain set of enabling variables.
|
|
3870 Calls to (vm-xemacs-p) were removed.
|
|
3871
|
|
3872 Sat Apr 12 05:27:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3873
|
|
3874 * modes/list-mode.el (list-mode-item-mouse-selected): Sometimes
|
|
3875 event-closest-point returns nil.
|
|
3876
|
|
3877 * comint/telnet.el (telnet-check-software-type-initialize):
|
|
3878 Restore 19.14 initialization of telnet-prompt-pattern for Unix.
|
|
3879 (rsh): Allow a way to get back old password-less behavior.
|
|
3880
|
|
3881 * edebug/edebug.el (edebug-read-and-maybe-wrap-form): Protect
|
|
3882 against pathological recursive calls.
|
|
3883
|
|
3884 * prim/loadup.el: add cus-start as dumped package.
|
|
3885
|
|
3886 * packages/vc.el (vc-directory): Dired requires a list not a
|
|
3887 string of space separated names.
|
|
3888
|
|
3889 * utils/live-icon.el (live-icon-colour-name-from-face): `face' may
|
|
3890 be a list of faces since it is generated by `extent-face'.
|
|
3891
|
|
3892 Fri Apr 11 21:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3893
|
|
3894 * packages/ispell.el: Don't attempt creation of the menubar unless
|
|
3895 XEmacs has been compiled with menubars.
|
|
3896
|
|
3897 * prim/simple.el (yank-pop): mark-marker needs optional force
|
|
3898 parameter to activate the region (suggested by Jamie Zawinski).
|
|
3899
|
|
3900 Fri Apr 11 17:47:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3901
|
|
3902 * packages/apropos.el (apropos): Add support for faces, widgets,
|
|
3903 and user options.
|
|
3904 (apropos-print): Ditto.
|
|
3905
|
|
3906 Fri Apr 11 01:23:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3907
|
|
3908 * prim/loadup.el (running-xemacs): Declare. This variable is the
|
|
3909 new canonical way of determining whether you're running under
|
|
3910 XEmacs.
|
|
3911
|
122
|
3912 Thu Apr 10 13:23:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3913
|
124
|
3914 * packages/font-lock.el (font-lock-apply-highlight): Remove
|
|
3915 support for back to back font hack (and restore correct
|
|
3916 fontification of `int a, b, c;'). Patch from Anders Lindgren.
|
|
3917
|
122
|
3918 * prim/about.el (about-xemacs-xref): Forgot to link David Moore's
|
|
3919 picture (oops).
|
|
3920
|
|
3921 Thu Apr 10 12:30:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3922
|
|
3923 * efs/dired-faces.el (dired): Move to environment group.
|
|
3924
|
120
|
3925 Wed Apr 9 19:45:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3926
|
122
|
3927 * x11/x-menubar.el (default-menubar): Inline definition of
|
|
3928 customize menu.
|
120
|
3929
|
|
3930 Wed Apr 9 10:45:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3931
|
|
3932 * prim/about.el (about-xemacs-xref): Add Jan Vroonhof to list of
|
|
3933 contributors.
|
|
3934 (about-xemacs-xref): Add MORIOKA Tomohiko's bio.
|
|
3935 (about-xemacs-xref): Add Per Abrahamsen.
|
|
3936
|
|
3937 Tue Apr 8 12:57:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3938
|
|
3939 * modes/lisp-mode.el (eval-defun): Evaluate defcustom in defconst
|
|
3940 style instead of defvar style (patch derived from Emacs 19.35/Lars
|
|
3941 Magne Ingebrigtsen).
|
|
3942
|
|
3943 Mon Apr 7 16:38:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3944
|
|
3945 * prim/frame.el (temp-buffer-shrink-to-fit): Default to nil since
|
|
3946 this feature has gotten broken.
|
|
3947
|
|
3948 Sun Apr 6 06:56:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3949
|
|
3950 * modes/outl-mouse.el (outline-down-arrow-mask): Set up arrow
|
|
3951 glyphs to display on when no X11 support is available.
|
|
3952
|
|
3953 * modes/outline.el (outline-install-menubar): short circuit if no
|
|
3954 menubars are available.
|
|
3955
|
|
3956 * x11/x-menubar.el (default-menubar): Use xmine not mine.
|
|
3957
|
|
3958 * prim/help.el (describe-variable): Some doc strings weren't being
|
|
3959 terminated with a newline.
|
|
3960
|
|
3961 Sat Apr 5 20:20:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3962
|
|
3963 * prim/about.el (about-xemacs-xref): Correct Jareth Hein's links.
|
|
3964
|
|
3965 Sat Apr 5 13:18:05 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3966
|
|
3967 * packages/etags.el (tags-query-replace): Fixed DELIMITED argument
|
|
3968 bug. `with-caps-disable-folding' moved to isearch-mode.el.
|
|
3969
|
|
3970 * packages/info.el (Info-search): Use `with-caps-disable-folding'.
|
|
3971
|
118
|
3972 Sat Apr 5 09:32:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3973
|
|
3974 * utils/finder-inf.el: Regenerated.
|
|
3975
|
|
3976 * utils/finder.el (finder-known-keywords): Add mule keyword.
|
|
3977
|
|
3978 Tue Apr 1 14:08:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3979
|
|
3980 * prim/winnt.el: New file. Derived from Emacs 19.34, adapted by
|
|
3981 Marc Paquette.
|
|
3982
|
|
3983 * prim/faces.el (set-face-stipple): Allow usage of a pixmap
|
|
3984 (suggested by Per Abrahamsen).
|
|
3985
|
|
3986 * mule/canna.el (running-xemacs): Move to the top.
|
|
3987
|
|
3988 * prim/cmdloop.el (y-or-n-p-minibuf): Add protection in case user
|
|
3989 hits something that can't be bound to a key.
|
|
3990
|
|
3991 Tue Apr 1 11:25:33 1997 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3992
|
|
3993 * bytecomp/bytecomp.el (char-after): Correct coding of calling
|
|
3994 sequence.
|
|
3995
|
|
3996 Mon Mar 31 21:36:47 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3997
|
|
3998 * prim/faces.el (set-face-stipple): New function.
|
|
3999
|
|
4000 Sat Mar 29 14:52:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4001
|
|
4002 * gnats/send-pr.el (send-pr:submit-pr): Pass send-pr:datadir in
|
|
4003 the environment to send-pr.
|
|
4004 (send-pr::insert-template): Ditto.
|
|
4005 (send-pr:default-site): Default submission address is at xemacs.org.
|
|
4006
|
116
|
4007 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
4008
|
|
4009 * packages/info.el (Info-elisp-ref): Look first in lispref, then
|
|
4010 elisp.
|
|
4011
|
|
4012 * packages/func-menu.el (fume-function-name-regexp-bibtex): `,'
|
|
4013 isn't allowed.
|
|
4014
|
|
4015 * packages/etags.el (list-tags): Interactive argument should be an
|
|
4016 existing file name.
|
|
4017
|
|
4018 Wed Mar 26 22:33:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4019
|
|
4020 * Remove ns lisp directory.
|
|
4021 * Remove vms lisp directory.
|
|
4022
|
|
4023 Tue Mar 25 12:22:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4024
|
|
4025 * prim/files.el (file-remote-p): Update doc string.
|
|
4026
|
|
4027 * packages/terminal.el (te-stty-string): Fix definition for Linux.
|
|
4028
|
|
4029 Mon Mar 24 23:43:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4030
|
|
4031 * prim/files.el (file-remote-p): Correct documentation and allow
|
|
4032 for `allow-remote-paths' to control loading of efs.
|
|
4033
|
|
4034 Sun Mar 23 16:58:08 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
4035
|
|
4036 * packages/etags.el (with-caps-disable-folding): New macro.
|
|
4037 (find-tag-internal): Use it.
|
|
4038 (tags-search): Use it.
|
|
4039 (tags-query-replace): Use it. Case bug corrected.
|
|
4040
|
|
4041 Mon Mar 24 00:47:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4042
|
|
4043 * x11/x-menubar.el (popup-mode-menu): Change guard when stripping
|
|
4044 keywords to be more robust.
|
|
4045
|
|
4046 Sun Mar 23 00:26:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4047
|
|
4048 * prim/startup.el (splash-hack-version-string): Correct for case
|
|
4049 of hosts with '-' in the names.
|
|
4050
|
|
4051 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
4052
|
|
4053 * modes/sendmail.el (user-mail-address): Require cus-edit.
|
|
4054 Fix when scope.
|
|
4055
|
|
4056 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
4057
|
|
4058 * calendar/diary-lib.el (diary-countdown): New function.
|
|
4059 (fancy-diary-display): Use modeline-buffer-identification.
|
|
4060
|
|
4061 * calendar/appt.el (appt-diary-entries): Do not display diary.
|
|
4062 (appt-check): Display diary buffer at midnight.
|
|
4063
|
114
|
4064 Fri Mar 21 19:16:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4065
|
|
4066 * mule/mule-coding.el (enable-multibyte-characters): MULE
|
116
|
4067 compatible variable.
|
114
|
4068
|
|
4069 Thu Mar 20 13:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4070
|
|
4071 * bytecomp/bytecomp.el (byte-compile-output-docform): Ebola fix.
|
|
4072 (byte-compile-lambda): Ebola fix.
|
|
4073
|
|
4074 * prim/obsolete.el (following-char): Make this turkey obsolete.
|
|
4075 (preceding-char): Ditto. (Suggested by Richard Mlynarik).
|
|
4076
|
|
4077 Wed Mar 19 10:12:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4078
|
|
4079 * modes/sendmail.el (sendmail-send-it): Use function for
|
|
4080 user-mail-address.
|
|
4081 (user-mail-address): Autoload.
|
|
4082
|
|
4083 * pcl-cvs/pcl-cvs.el (cvs-changelog-ours-p): Use function for
|
|
4084 user-mail-address.
|
|
4085
|
|
4086 * prim/startup.el (load-init-file): Only set user-mail-address if
|
|
4087 non-interactive.
|
|
4088
|
|
4089 * utils/smtpmail.el (smtpmail-send-it): Use function for
|
|
4090 user-mail-address.
|
|
4091 (smtpmail-via-smtp): Ditto.
|
|
4092
|
|
4093 * packages/add-log.el (add-log-mailing-address): Use new function
|
|
4094 to obtaion email address.
|
|
4095 (add-change-log-entry): Ditto.
|
|
4096
|
|
4097 * prim/device.el (device-pixel-depth): New alias for
|
|
4098 `device-bitplanes'.
|
|
4099
|
|
4100 * comint/comint-xemacs.el (comint): Fix typo in defgroup.
|
|
4101
|
|
4102 Tue Mar 18 11:16:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4103
|
|
4104 * prim/loadup.el: ls-lisp doesn't exist now.
|
|
4105
|
|
4106 * comint/comint-xemacs.el (comint): Touch up fixes from Per
|
|
4107 Abrahamsen.
|
|
4108
|
|
4109 * prim/glyphs.el (subwindow-image-instance-p): Change doc string
|
|
4110 to reflect unimplemented status.
|
|
4111
|
112
|
4112 Mon Mar 17 15:34:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4113
|
|
4114 * comint/comint.el (comint-input-setup): Require comint-xemacs.
|
|
4115
|
|
4116 * utils/autoload.el (autoload-snarf-defcustom): Don't snarf from
|
|
4117 auto-autoloads.el.
|
|
4118
|
|
4119 * comint/comint-xemacs.el: New file. Contains face declarations
|
|
4120 for comint.
|
|
4121
|
|
4122 * comint/comint.el: Remove inline defface.
|
|
4123
|
110
|
4124 Sat Mar 15 15:14:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4125
|
|
4126 * prim/loadup.el: Add prim/auto-customize.elc to dumped files.
|
|
4127
|
|
4128 * utils/autoload.el (generated-custom-file): New variable.
|
|
4129 (autoload-snarf-defcustom): New function. Grab Customization as
|
|
4130 we look for autoload cookies. (based on code by Per Abrahamsen).
|
|
4131 (update-file-autoloads): Use it.
|
|
4132 (autoload-save-customization): New function (based on code by Per
|
|
4133 Abrahamsen).
|
|
4134 (batch-update-autoloads): Use it.
|
|
4135
|
|
4136 Fri Mar 14 19:59:36 1997 Bob Weiner <weiner@infodock.com>
|
|
4137
|
|
4138 * packages/jka-compr.el (jka-compr-installed-p): Simplify.
|
|
4139
|
|
4140 Fri Mar 14 17:24:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4141
|
|
4142 * modes/sendmail.el: Correct vm macro hack.
|
|
4143 (query-user-mail-address): New customizable variable.
|
|
4144 (user-mail-address): New function, use it. (Courtesy of Per
|
|
4145 Abrahamsen <abraham@dina.kvl.dk>).
|
|
4146
|
|
4147 Thu Mar 13 18:49:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4148
|
|
4149 * x11/x-menubar.el (popup-mode-menu): Do something more correct
|
|
4150 when combining a global popup menu and a local mode menu.
|
|
4151
|
|
4152 Thu Mar 13 08:36:35 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
4153
|
|
4154 * packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string.
|
|
4155
|
|
4156 Wed Mar 12 13:46:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4157
|
|
4158 * prim/obsolete.el (char=): Make alias for common lisp
|
|
4159 compatibility.
|
|
4160
|
|
4161 Mon Mar 10 09:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4162
|
|
4163 * prim/simple.el (set-fill-column): Clean up docstring.
|
|
4164
|
|
4165 * x11/x-menubar.el (save-options-non-customized-face-list): Allow
|
|
4166 save-options to save faces declared with defface macro.
|
|
4167
|
|
4168 * packages/vc.el: diff-switches is autoloaded again in diff.el.
|
|
4169
|
|
4170 * packages/diff.el (diff-switches): Default to "-c".
|
|
4171
|
|
4172 Sun Mar 9 18:44:59 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
4173
|
|
4174 * prim/help.el (describe-function-1): Add missing stream arguments
|
|
4175 to terpri and princ.
|
|
4176
|
|
4177 Sun Mar 9 15:38:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4178
|
|
4179 * prim/modeline.el (modeline-minor-mode-menu): Evaluate minor
|
|
4180 modes in context of correct buffer.
|
|
4181
|
|
4182 * prim/help.el (locate-library): Synched with Emacs 19.35.
|
|
4183
|
|
4184 * packages/icomplete.el (icomplete-get-keys): Make it work.
|
|
4185
|
|
4186 * prim/about.el: Add Jens Lautenbacher's picture.
|
|
4187
|
|
4188 Sun Mar 9 12:38:53 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
4189
|
|
4190 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use
|
|
4191 eldoc-display-message-p, not eldoc-display-message-no-interference-p.
|
|
4192
|
108
|
4193 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4194
|
110
|
4195 * prim/startup.el (startup-splash-frame-body): More text tweaking.
|
|
4196
|
108
|
4197 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user
|
|
4198 variable. Allow trying oblique fonts ahead of italic fonts (from
|
|
4199 Raymond Toy).
|
|
4200 (x-make-font-italic): Use it.
|
|
4201
|
|
4202 * prim/obsolete.el (window-system): Make it compatible not
|
|
4203 obsolete.
|
|
4204
|
|
4205 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
4206
|
110
|
4207 * packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in
|
108
|
4208 parentheses if instantiation uses fallback.
|
|
4209 (hypropos-face-history): New variable.
|
|
4210 (hyper-describe-face): New function.
|
|
4211 (hyper-where-is): New command.
|
|
4212 (hypropos-read-function-symbol): New function.
|
|
4213 (hyper-describe-key): New command.
|
|
4214 (hyper-describe-key-briefly): New command.
|
|
4215 (hypropos-read-variable-symbol): New function.
|
|
4216 (hyper-set-variable): New command.
|
|
4217 (hypropos-set-variable): Changed to work with buffer-locals.
|
|
4218
|
|
4219 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
4220
|
110
|
4221 * packages/hyper-apropos.el: Massive changes--the original knew nothing
|
108
|
4222 about buffer-locals and local-bindings.
|
|
4223 (hypropos-shrink-window): New user option.
|
|
4224 (hypropos-ref-buffer): New variable.
|
|
4225 (hypropos-regexp-history): New variable.
|
|
4226 (hyper-apropos): Better interactive version.
|
|
4227 (hypropos-grok-variables): Omit OBSOLETE stuff.
|
|
4228 (hyper-describe-variable): Additional ARG, better interactive
|
|
4229 version.
|
|
4230 (hyper-describe-function): Ditto.
|
|
4231 (hypropos-last-help): Without prefix arg, just display buffer.
|
|
4232 (hypropos-insert-face): New function.
|
|
4233 (hypropos-insert-keybinding): New function.
|
|
4234 (hypropos-get-doc): Additional ARG, display documentation for
|
|
4235 faces, complete change.
|
|
4236 (hypropos-this-symbol): Using better regexp.
|
|
4237
|
|
4238 Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4239
|
|
4240 * x11/x-menubar.el (default-menubar): Reorganize again undoing
|
|
4241 previous change. Customize submenu moved to top of options menu.
|
|
4242 Edit faces restored to edit-faces and renamed to Browse faces.
|
|
4243
|
|
4244 Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4245
|
|
4246 * x11/x-menubar.el (options-menu): New variable.
|
|
4247 (default-menubar): Use it.
|
|
4248
|
|
4249 * prim/about.el (view-less): Explicit require.
|
|
4250
|
|
4251 Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4252
|
|
4253 * prim/cleantree.el: New file based on suggestion by David Moore,
|
|
4254 and derived from Gnus nnml code.
|
|
4255
|
|
4256 Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
4257
|
|
4258 * edebug/edebug.el (edebug-compute-previous-result): Don't treat
|
|
4259 numbers as chars.
|
|
4260
|
|
4261 Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4262
|
|
4263 * prim/startup.el (splash-hack-version-string): New function to
|
|
4264 narrow the output of (emacs-version) for the splash screen.
|
|
4265 (splash-frame-present): Use it.
|
|
4266
|
|
4267 Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4268
|
|
4269 * packages/supercite.el (sc-name-filter-alist): (Idea from Bob
|
|
4270 Weiner). Update to handle names like Michael Sperber
|
|
4271 [Mr. Preprocessor].
|
|
4272
|
|
4273 Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
4274
|
|
4275 * prim/faces.el (init-face-from-resources): New variable.
|
|
4276 (init-face-from-resources): Use it.
|
|
4277 (init-device-faces): Use it.
|
|
4278 (init-frame-faces): Use it.
|
|
4279 (make-empty-face): New function.
|
|
4280
|
|
4281 * x11/x-faces.el (x-init-face-from-resources): Made second
|
|
4282 argument optional, and added a third argument.
|
|
4283 (make-face-x-resource-internal): New alias.
|
|
4284
|
104
|
4285 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4286
|
106
|
4287 * prim/loadup.el: Remove custom.elc.
|
|
4288
|
104
|
4289 * prim/simple.el (newline): Attempt to not add newline to a
|
|
4290 previous end-open extent.
|
|
4291
|
|
4292 Sun Mar 2 10:10:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4293
|
|
4294 * hm--html-menus/tmpl-minor-mode.el (tmpl-sign): Remove nul byte.
|
|
4295
|
|
4296 * site-load.el: Move site-packages to the top level.
|
|
4297
|
|
4298 Sun Mar 2 01:37:04 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
4299
|
|
4300 * utils/mail-extr.el (all-top-level-domains): Added "hr" domain.
|
|
4301
|
|
4302 * packages/ps-print.el (ps-print-color-p): Default to nil.
|
|
4303
|
|
4304 * x11/x-menubar.el (default-menubar): Changed menubar entry for
|
|
4305 color printing.
|
|
4306
|
|
4307 * prim/faces.el (init-other-random-faces): Use gray65 for
|
|
4308 zmacs-region and primary-selection background.
|
|
4309
|
|
4310 * x11/x-faces.el (x-init-global-faces): New default background
|
|
4311 gray80.
|
|
4312
|
|
4313 Sat Mar 1 14:38:14 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
4314
|
|
4315 * packages/diff.el: (diff): Autoload.
|
|
4316 (diff-backup): Autoload.
|
|
4317 (diff-switches): Autoload.
|
|
4318
|
|
4319 Sat Mar 1 01:09:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4320
|
|
4321 * packages/tar-mode.el (tar-mode-map): Removed extraneous C-c
|
|
4322 binding of tar-copy.
|
|
4323
|
|
4324 * prim/keydefs.el: Don't disable upcase-region and
|
|
4325 downcase-region.
|
|
4326
|
|
4327 Fri Feb 28 11:22:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4328
|
|
4329 * prim/obsolete.el (char-to-int): Define as alias to `char-int'.
|
|
4330
|
|
4331 * prim/help.el (describe-function-1): Show annotation contents if
|
|
4332 they exist.
|
|
4333
|
|
4334 * packages/man.el (Manual-mode): Don't turn off scrollbars if
|
|
4335 XEmacs doesn't have them to begin with.
|
|
4336
|
|
4337 * prim/keydefs.el: Don't disable eval-expression by default now
|
|
4338 that it is harder to type.
|
|
4339
|
|
4340 Thu Feb 27 13:06:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4341
|
|
4342 * prim/subr.el (with-string-as-buffer-contents): Moved from
|
|
4343 mule/mule-coding.el.
|
|
4344
|
|
4345 * mule/mule-coding.el: Remove with-string-as-buffer-contents.
|
|
4346
|
|
4347 * prim/format.el (format-insert-file): Correct wrong order of args
|
|
4348 passed to format-decode.
|
|
4349
|
|
4350 * prim/startup.el (load-user-init-file): Allow XEmacs to read a
|
|
4351 bytecompiled .emacs if it exists.
|
|
4352
|
|
4353 Thu Feb 27 17:41:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
4354
|
|
4355 * subr.el (eval-after-load): Enable.
|
|
4356 (eval-next-after-load): Ditto.
|
|
4357
|
|
4358 Thu Feb 27 10:59:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4359
|
|
4360 * prim/subr.el (with-temp-buffer): New function from Emacs 19.35,
|
|
4361 courtesy of Erik Naggum <erik@naggum.no>.
|
|
4362
|
|
4363 Fri Feb 28 22:17:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
4364
|
|
4365 * prim/isearch-mode.el: Added "_" to the `interactive' forms of
|
|
4366 most functions.
|
|
4367 (isearch-mode-map): Define M-y.
|
|
4368 (isearch-yank-kill): New function.
|
|
4369
|
|
4370 * prim/keydefs.el: Don't bind `C-x C-n' to `set-goal-column';
|
|
4371 don't disable `set-goal-column'.
|
|
4372
|
|
4373 * mule/mule-init.el (ctl-x-map): Use `C-x C-n' as mule-prefix,
|
|
4374 instead of `C-x C-k'.
|
|
4375
|
102
|
4376 Wed Feb 26 18:09:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
4377
|
|
4378 * x11/x-menubar.el (default-menubar): `FAQ' should be `FAQ
|
|
4379 (local)' in Help menu.
|
|
4380
|
|
4381 Mon Feb 24 18:33:38 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4382
|
|
4383 * mule/mule-debug.el (describe-coding-system): Ported from
|
|
4384 Mule to XEmacs.
|
|
4385
|
|
4386 * mule/mule-x-init.el (x-use-halfwidth-roman-font): New
|
|
4387 function:
|
|
4388 "Maybe set charset registry of the 'ascii charset to ROMAN-REGISTRY.
|
|
4389
|
|
4390 Do this only if:
|
|
4391 - the current display is an X device
|
|
4392 - the displayed width of FULLWIDTH-CHARSET is twice the displayed
|
|
4393 width of the 'ascii charset, but only when using ROMAN-REGISTRY.
|
|
4394
|
|
4395 Traditionally, Asian characters have been displayed so that they
|
|
4396 occupy exactly twice the screen space of ASCII (`halfwidth')
|
|
4397 characters. On many systems, e.g. Sun CDE systems, this can only be
|
|
4398 achieved by using a national variant roman font to display ASCII."
|
|
4399
|
100
|
4400 Sun Feb 23 12:56:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4401
|
|
4402 * edebug/edebug.el: Synch up with Emacs 19.34.
|
|
4403
|
|
4404 * prim/itimer-autosave.el (auto-save-timeout): Increase to 960.
|
|
4405
|
|
4406 Sat Feb 22 17:11:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4407
|
|
4408 * prim/loadup.el: Dump new file itimer-autosave.el.
|
|
4409
|
|
4410 Sat Feb 22 17:06:32 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4411
|
|
4412 * prim/itimer.el: Cleanup, removal of autosave cruft.
|
|
4413
|
|
4414 Fri Feb 21 09:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4415
|
|
4416 * prim/simple.el (line-move-ignore-invisible): Reverse previous
|
|
4417 change to make this default to nil again.
|
|
4418
|
|
4419 Thu Feb 20 14:30:50 1997 Jamie Zawinski <jwz@netscape.com>
|
|
4420
|
|
4421 * prim/files.el (hack-local-variables-prop-line): New version.
|
|
4422
|
|
4423 Thu Feb 20 11:14:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4424
|
|
4425 * prim/files.el: Delete definition of dired-kept-versions.
|
|
4426
|
|
4427 * prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)
|
|
4428
|
|
4429 Wed Feb 19 15:47:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4430
|
|
4431 * packages/vc.el (diff-switches): Restore since this global
|
|
4432 variable went away with the passing of ange-ftp.
|
|
4433
|
|
4434 * utils/autoload.el (generate-file-autoloads-1): Don't let
|
|
4435 find-file-hooks be run.
|
|
4436 (update-file-autoloads): Ditto.
|
|
4437 (update-autoloads-from-directory): Ditto.
|
|
4438
|
|
4439 * x11/x-menubar.el (default-menubar): Correct unguarded reference
|
|
4440 to fast-lock-mode variable.
|
|
4441
|
|
4442 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
4443
|
110
|
4444 * utils/eldoc.el (eldoc-message-commands): Doc fixes.
|
100
|
4445 (eldoc-message): Make function, not macro.
|
|
4446
|
110
|
4447 * utils/eldoc.el (eldoc-last-message): New internal variable.
|
100
|
4448 (eldoc-mode): Initialize it to nil.
|
|
4449 (eldoc-message): Use it.
|
|
4450 (eldoc-print-current-symbol-info): Use it.
|
|
4451
|
110
|
4452 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
|
100
|
4453 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
|
|
4454 idle timers in Emacs.
|
|
4455
|
110
|
4456 * utils/eldoc.el (eldoc-message-commands-table-size): New constant.
|
100
|
4457 (eldoc-add-command): Use it to initialize eldoc-message-commands.
|
|
4458
|
110
|
4459 * utils/eldoc.el (eldoc-display-message-no-interference-p): New
|
|
4460 function.
|
100
|
4461 (eldoc-display-message-p): Use it.
|
|
4462
|
110
|
4463 * utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
|
100
|
4464 Arg sym no longer optional.
|
|
4465 Do not initialize arg if nil.
|
|
4466
|
110
|
4467 * utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted.
|
100
|
4468 (eldoc-beginning-of-sexp): New function.
|
|
4469 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
|
|
4470 Use eldoc-current-symbol to get symbol at point.
|
|
4471
|
110
|
4472 * utils/eldoc.el
|
|
4473 (eldoc-function-argstring-from-docstring-method-table): Forge
|
|
4474 docstrings for `and', `or', `list', `+', and `-'.
|
100
|
4475
|
110
|
4476 * utils/eldoc.el (eldoc-add-command-completions): New function.
|
100
|
4477 (eldoc-add-command): Take list of args.
|
|
4478 No longer interactive.
|
|
4479 (eldoc-remove-command-completions): New function.
|
|
4480 (eldoc-remove-command): Take list of args.
|
|
4481 No longer interactive.
|
|
4482
|
110
|
4483 * utils/eldoc.el: Initialize eldoc-message-commands using
|
100
|
4484 eldoc-add-command-completions.
|
|
4485
|
110
|
4486 * utils/eldoc.el (eldoc-display-message-p): New function.
|
100
|
4487 Return nil if cursor-in-echo-area, or using idle timers and a
|
|
4488 command is still active.
|
|
4489 (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
|
|
4490
|
|
4491 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se>
|
|
4492
|
|
4493 * packages/paren.el (paren-highlight): Minor typo correction.
|
|
4494
|
|
4495 Tue Feb 18 13:05:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4496
|
|
4497 * prim/loadup.el: Dump new file custom-xmas.
|
|
4498
|
|
4499 Mon Feb 17 21:01:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4500
|
|
4501 * prim/help.el (function-compatible-p): New function.
|
|
4502 (function-compatibility-doc): New function.
|
|
4503 (describe-function-1): Use them.
|
|
4504 (variable-compatible-p): New function.
|
|
4505 (variable-compatibility-doc): New function.
|
|
4506 (describe-variable): Use them.
|
|
4507
|
|
4508 Mon Feb 17 19:12:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
4509
|
|
4510 * prim/obsolete.el (x-color-values): Added for Emacs
|
|
4511 compatibility.
|
|
4512
|
|
4513 Mon Feb 17 18:11:24 1997 Michael Kifer <kifer@CS.SunySB.EDU>
|
|
4514
|
|
4515 * prim/files.el (file-remote-p): Force load of EFS if not already
|
|
4516 loaded.
|
|
4517
|
|
4518 Mon Feb 17 17:45:23 1997 Bob Weiner <weiner@infodock.com>
|
|
4519
|
|
4520 * modes/lisp-mode.el (eval-last-sexp): Do something special if
|
|
4521 evaluating (interactive ...).
|
|
4522
|
|
4523 Sun Feb 16 21:49:18 1997 Bjorn Victor <Bjorn.Victor@DoCS.UU.SE>
|
|
4524
|
|
4525 * utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
|
|
4526 face is neither nil nor cons.
|
|
4527
|
|
4528 Sun Feb 16 14:26:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4529
|
|
4530 * prim/loadup.el: Try not dumping font.elc.
|
|
4531
|
|
4532 * prim/obsolete.el (display-column-mode): Remove column.el and
|
|
4533 leave a forwarding address.
|
|
4534
|
|
4535 Sat Feb 15 23:21:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4536
|
|
4537 * prim/minibuf.el (read-from-minibuffer): Don't put evaluated
|
|
4538 expressions in the minibuffer history list.
|
|
4539
|
|
4540 Sat Feb 15 22:57:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4541
|
|
4542 * packages/scroll-in-place.el (scroll-signal-boundary-error):
|
|
4543 Allow user to suspend error signals.
|
|
4544
|
|
4545 Sat Feb 15 21:43:49 1997 John Turner <turner@branagh.ta52.lanl.gov>
|
|
4546
|
|
4547 * packages/column.el (current-line): Correct defaults for starting
|
|
4548 at 1, remove an obsolete variable.
|
|
4549
|
|
4550 Sat Feb 15 20:17:46 1997 Hal Peterson <hrp@netstar.com>
|
|
4551
|
|
4552 * packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
|
|
4553 `cvs log'
|
|
4554
|
|
4555 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
4556
|
|
4557 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
4558 macro.
|
|
4559
|
|
4560 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
4561
|
|
4562 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
4563 macro.
|
|
4564 (edmacro-fix-menu-commands): Would bug out on 'control, etc.
|
|
4565 (edmacro-events-to-keys): New function.
|
|
4566 (edmacro-format-keys): Use it.
|
|
4567 (edmacro-finish-edit): Compare to macros, not strings.
|
|
4568 (edmacro-fkeys): New function.
|
|
4569 (edmacro-format-keys): Use it.
|
|
4570 (edit-kbd-macro): Tweak.
|
|
4571
|
98
|
4572 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4573
|
|
4574 * packages/info.el: Don't call switch-to-buffer if the Info frame
|
|
4575 is being deleted.
|
|
4576
|
|
4577 Sat Feb 15 12:07:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4578
|
|
4579 * prim/simple.el (previous-line): Allow escape from signaled error
|
|
4580 on buffer boundary.
|
|
4581 (next-line): Ditto.
|
|
4582
|
|
4583 Sat Feb 15 11:05:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4584 * utils/redo.el: made before and after status messages so that
|
|
4585 the user is aware if a long action is still being processed.
|
|
4586
|
|
4587 rolled version number up to 1.00, since the package seems to be
|
|
4588 stable.
|
|
4589
|
|
4590 cosmetic changes so the file could be included in the XEmacs
|
|
4591 distribution.
|
|
4592
|
|
4593 Sat Feb 15 11:13:05 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
4594
|
|
4595 * prim/simple.el (line-move-ignore-invisible): Change default to
|
|
4596 t.
|
|
4597
|
|
4598 Sat Feb 15 01:04:21 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
4599
|
|
4600 * prim/macros.el: Removed. Superseded by new version in
|
|
4601 edmacro.el.
|
|
4602
|
|
4603 Fri Feb 14 23:29:16 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
4604
|
|
4605 * modes/executable.el (executable-set-magic): Correct for the #!
|
|
4606 getting lost.
|
|
4607
|
|
4608 Fri Feb 14 23:10:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4609
|
|
4610 * prim/modeline.el (modeline-modified-map): Call
|
|
4611 vc-toggle-read-only instead of toggle-read-only to be consistent
|
|
4612 with override of `C-x C-q'.
|
|
4613
|
|
4614 Fri Feb 14 16:11:10 1997 Jonathon Edwards <edwards@intranet.com>
|
|
4615
|
|
4616 * packages/blink-cursor.el (blink-cursor-post-command-hook): stop
|
|
4617 cursor blink momentarily after receiving user input.
|
|
4618
|
|
4619 Fri Feb 14 15:26:38 1997 Jacques Duthen <duthen@club-internet.fr>
|
|
4620
|
|
4621 * x11/x-menubar.el (default-menubar): mine goes into games menu.
|
|
4622
|
|
4623 Thu Feb 13 22:16:09 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
4624
|
|
4625 * prim/files.el (recover-session-finish): Modify for efs.
|
|
4626
|
|
4627 Thu Feb 13 21:23:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4628
|
|
4629 * prim/files.el (file-remote-p): New function.
|
|
4630
|
|
4631 * sunpro/sunpro-load.el: Do not dump mime-setup under any
|
|
4632 circumstances.
|
|
4633
|
|
4634 Thu Feb 13 17:58:09 1997 Richard Mlynarik <mly@adoc.xerox.com>
|
|
4635
|
|
4636 * prim/obsolete.el (insert-before-markers-and-inherit): Correct
|
|
4637 typo.
|
|
4638
|
|
4639 Wed Feb 12 17:48:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4640
|
|
4641 * comint/gdb.el (gdb-control-c-subjob): Nuke this loser.
|
|
4642
|
|
4643 Wed Feb 12 13:58:01 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
4644
|
|
4645 * utils/edmacro.el: New file.
|
|
4646
|
|
4647 Wed Feb 12 09:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4648
|
|
4649 * prim/sound.el (load-sound-file): Update documentation of
|
|
4650 restrictions on what machines XEmacs can play sound on.
|
|
4651
|
|
4652 Tue Feb 11 09:39:25 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4653
|
|
4654 * prim/glyphs.el (init-glyphs): Correct autodetection to find
|
|
4655 GIF89. Look for PNG.
|
|
4656
|
|
4657 Mon Feb 10 21:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4658
|
|
4659 * prim/frame.el (show-temp-buffer-in-current-frame): Conditional
|
|
4660 shrink-to-fit behavior on `temp-buffer-shrink-to-fit'.
|
|
4661
|
|
4662 * packages/apropos.el (apropos-print): Ditto.
|
|
4663
|
|
4664 * prim/lisp.el (lisp-complete-symbol): Ditto.
|
|
4665
|
|
4666 * prim/help.el (with-displaying-help-buffer): Ditto.
|
|
4667
|
|
4668 Mon Feb 10 20:58:19 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
4669
|
|
4670 * x11/x-toolbar.el: Allow customization of toolbar functions by
|
|
4671 customizable variables.
|
|
4672
|
|
4673 Mon Feb 10 14:58:05 1997 Greg Klanderman <greg@alphatech.com>
|
|
4674
|
|
4675 * comint/gdb.el (gdb-mode): Correct setting of obsolete hook.
|
|
4676
|
|
4677 Sun Feb 9 19:55:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4678
|
|
4679 * prim/obsolete.el (define-compatible-variable-alias): New function.
|
|
4680 (define-compatible-variable-alias): New function.
|
|
4681 .*mode-line.*, frame-parameters, modify-frame-parameters,
|
|
4682 x-display-.* all made compatible not obsolete.
|
|
4683
|
|
4684 * bytecomp/bytecomp.el (byte-compile-variable-ref): Warn for
|
|
4685 compatibility symbols.
|
|
4686 (byte-compile-compatible): New function.
|
|
4687
|
|
4688 * bytecomp/bytecomp-runtime.el (make-compatible): New function.
|
|
4689 (make-compatible-variable): New function.
|
|
4690
|
|
4691 Sun Feb 9 19:14:25 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4692
|
|
4693 * utils/redo.el: New file.
|
|
4694
|
|
4695 * utils/floating-toolbar.el: New file.
|
|
4696
|
|
4697 Sun Feb 9 15:19:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4698
|
|
4699 * custom/custom.el: Remove ;;;###autoloads since this file is
|
|
4700 dumped with XEmacs.
|
|
4701
|
|
4702 Sun Feb 9 00:28:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
4703
|
|
4704 * custom/widget.el: New file.
|
|
4705
|
|
4706 * custom/widget-example.el: New file.
|
|
4707
|
|
4708 * custom/widget-edit.el: New file.
|
|
4709
|
|
4710 * custom/custom.el: New file.
|
|
4711
|
|
4712 * custom/custom-edit.el: New file.
|
|
4713
|
96
|
4714 Fri Feb 7 03:09:32 1997 Alastair Burt <burt@dfki.uni-sb.de>
|
|
4715
|
|
4716 * bytecomp/bytecomp.el (byte-compile-insert-header): Correct
|
|
4717 typo.
|
|
4718
|
|
4719 Thu Feb 6 17:14:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4720
|
|
4721 * packages/font-lock.el (font-lock-fontify-keywords-region):
|
|
4722 Correct bounds checking in case the keywords regexp is not
|
|
4723 properly anchored.
|
|
4724
|
|
4725 * packages/ps-print.el: Update maintainer address.
|
|
4726
|
|
4727 Thu Feb 6 12:35:39 1997 Bill Dubuque <wgd@martigny.ai.mit.edu>
|
|
4728
|
|
4729 * cl/cl-macs.el (cl-do-proclaim): Correct addition of bound
|
|
4730 variables to `byte-compile-bound-variables'.
|
|
4731
|
|
4732 Thu Feb 6 01:07:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4733
|
|
4734 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
4735 Reverse previous patch.
|
|
4736
|
|
4737 * prim/minibuf.el (use-dialog-box): Rename from
|
|
4738 should-use-dialog-box.
|
|
4739 (should-use-dialog-box-p): Use it.
|
|
4740
|
|
4741 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
4742 cell is not a cons when the cl declare macro is used.
|
|
4743
|
|
4744 Wed Feb 5 21:37:13 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
4745
|
|
4746 * modes/cperl-mode.el: Provide 'cperl-mode.
|
|
4747
|
94
|
4748 Tue Feb 4 11:51:25 1997 Greg Klanderman <greg@alphatech.com>
|
|
4749
|
|
4750 * modes/make-mode.el: Remove `makefile-runtime-macros-list' from
|
|
4751 `makefile-macro-table'.
|
|
4752
|
|
4753 Tue Feb 4 11:06:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4754
|
|
4755 * packages/metamail.el (metamail-region): *junet* coding system
|
|
4756 name changed to 'junet.
|
|
4757
|
|
4758 Mon Feb 3 22:34:09 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
4759
|
|
4760 * iso/iso-acc.el: Critical Bug fix.
|
|
4761 Add ISO-8859-3 support to iso-acc.el, as suggested by Dale
|
|
4762 Gulledge.
|
|
4763
|
|
4764 Mon Feb 3 17:11:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4765
|
|
4766 * modes/make-mode.el (makefile-browser-format-macro-line): Remove
|
|
4767 redundant (and wrong) format statement.
|
|
4768
|
88
|
4769 Fri Jan 31 21:38:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4770
|
|
4771 * psgml/psgml-html.el (html-auto-sgml-entity-conversion): Allow
|
|
4772 user control over automatic sgml entity to ISO-8859-1 conversion.
|
|
4773
|
|
4774 Fri Jan 31 09:50:51 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
4775
|
|
4776 * x11/x-toolbar.el (toolbar-mail-commands-alist): Updated with a
|
|
4777 lot of new mailer possiblities.
|
|
4778
|
|
4779 Fri Jan 31 09:28:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4780
|
|
4781 * x11/x-font-menu.el (reset-device-font-menus): Correct guard on
|
|
4782 charset-registry call.
|
|
4783
|
|
4784 Fri Jan 31 00:21:07 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
4785
|
|
4786 * packages/font-lock.el (font-lock-mode): Don't remove the
|
|
4787 `font-lock-pre-idle-hook' from `pre-idle-hook'.
|
|
4788
|
|
4789 Thu Jan 30 22:43:43 1997 David Moore <dmoore@UCSD.EDU>
|
|
4790
|
|
4791 * packages/compile.el: Speed up regexps.
|
|
4792 (compilation-parse-errors): replace re-search-forward with
|
|
4793 something faster.
|
|
4794
|
|
4795 Thu Jan 30 20:33:56 1997 Hvoje Niksic <hniksic@srce.hr>
|
|
4796
|
|
4797 * x11/x-toolbar.el
|
|
4798 (toolbar-open,toolbar-dired,toolbar-save,toolbar-print,toolbar-cut,toolbar-copy,toolbar-paste,toolbar-undo,toolbar-replace):
|
|
4799 New functions.
|
|
4800 (toolbar-news): Allow running without separate frame.
|
|
4801 (toolbar-mail-commands-alist): New variable.
|
|
4802 (toolbar-mail-reader): Ditto.
|
|
4803 (toolbar-mail): Use them.
|
|
4804
|
|
4805 * x11/x-menubar.el: Shorten help menu item names.
|
|
4806
|
|
4807 Thu Jan 30 17:22:15 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
4808
|
|
4809 * iso/iso-acc.el: Accept accents in isearch.
|
|
4810
|
|
4811 Wed Jan 29 22:25:38 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
4812
|
|
4813 * packages/ps-print.el: Make postscript files generated by
|
|
4814 ps-print conformant to Adobe DSC specification.
|
|
4815
|
86
|
4816 Mon Jan 27 21:45:17 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
4817
|
|
4818 * dired/ange-ftp.el (ange-ftp-write-region): Changes for jka-compr.
|
|
4819
|
|
4820 * packages/jka-compr.el (jka-compr-write-region): Convert to 20.0
|
|
4821 write-region interface.
|
|
4822
|
|
4823 Mon Jan 27 19:09:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4824
|
|
4825 * prim/about.el (about-xemacs): Updated to reflect change of
|
|
4826 management.
|
|
4827
|
|
4828 Mon Jan 27 13:25:17 1997 William M. Perry <wmperry@aventail.com>
|
|
4829
|
|
4830 * packages/man.el (Manual-entry-switches): Don't default to -s.
|
|
4831
|
|
4832 Sun Jan 26 16:27:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4833
|
|
4834 * bytecomp/byte-optimize.el (byte-compile-inline-expand):
|
|
4835 Correctly refresh the pointer to a symbol being autoloaded prior
|
|
4836 to inline.
|
|
4837
|
|
4838 Sun Jan 26 13:57:22 1997 Bob Weiner <weiner@infodock.com>
|
|
4839
|
|
4840 * prim/about.el (about-xemacs-xref): Update bio.
|
|
4841
|
|
4842 Sat Jan 25 22:58:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4843
|
|
4844 * x11/x-menubar.el (default-menubar): Update ps-paper-type options
|
|
4845 for new ps-print.el.
|
|
4846
|
84
|
4847 Thu Jan 23 01:40:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4848
|
|
4849 * psgml/psgml-html.el (html-mode): Set up friendlier syntax
|
|
4850 table.
|
|
4851
|
|
4852 * psgml/psgml.el (sgml-running-xemacs): Remove
|
|
4853 sgml-mode-syntax-table since it has been superseded.
|
|
4854
|
82
|
4855 Thu Jan 9 13:32:01 1997 Jacques Duthen Prestataire <duthen@cegelec-red.fr>
|
|
4856
|
|
4857 * ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
|
|
4858 <simon@gnu.ai.mit.edu>
|
|
4859 (ps-print-version): Fix value.
|
|
4860 (cl lisp-float-type): Require them.
|
|
4861 (ps-number-of-columns ps-*-font-size): Try to select defaults
|
|
4862 better suited when `ps-landscape-mode' is non-nil.
|
|
4863 (ps-*-faces): Change default for Font Lock mode faces when
|
|
4864 `ps-print-color-p' is nil.
|
|
4865 (ps-right-header): Replace `time-stamp-yy/mm/dd'
|
|
4866 by `time-stamp-mon-dd-yyyy'.
|
|
4867 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
|
|
4868 (ps-generate-postscript-with-faces): Replace `ps-sorter' by
|
|
4869 `car-less-than-car'.
|
|
4870 (ps-plot ps-generate): Replace `%d' by `%3d'.
|
|
4871
|
|
4872 Wed Jan 22 15:32:39 1997 Greg Klanderman <greg@alphatech.com>
|
|
4873
|
|
4874 * modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
|
|
4875 minibuffer earlier than the first received event.
|
|
4876
|
|
4877 Wed Jan 22 15:29:08 1997 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
4878
|
|
4879 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
|
|
4880 menu-bar lookup fails.
|
|
4881
|
|
4882 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4883
|
|
4884 * lisp/x11/x-font-menu.el: Make font menus work better in a
|
|
4885 Japanese environment.
|
|
4886
|
|
4887 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4888
|
|
4889 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.
|
|
4890
|
|
4891 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
4892
|
|
4893 * man.el (Manual-mode): Don't mess with scrollbars if they aren't
|
|
4894 present.
|
|
4895
|
|
4896 Tue Jan 21 19:52:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4897
|
|
4898 * utils/timezone.el (timezone-parse-date): Fix Y2K bug.
|
|
4899
|
|
4900 Tue Jan 21 19:32:44 1997 Barry A. Warsaw <bwarsaw@anthem.cnri.reston.va.us>
|
|
4901
|
|
4902 * prim/files.el (hack-local-variables-prop-line): XEmacs should
|
|
4903 not query to set local variables in the -*- line if there aren't
|
|
4904 any to set!
|
|
4905
|
|
4906 Thu Jan 16 18:24:20 1997 Steven L Baur <steve@miranova.com>
|
|
4907
|
|
4908 * psgml/psgml.el: Use newer interface form for nsgmls.
|
|
4909
|
|
4910 Thu Jan 16 04:06:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4911
|
|
4912 * comint/telnet.el (rsh): (Mostly) correct dealing with detection
|
|
4913 of password prompt at login.
|
|
4914
|
|
4915 Thu Jan 16 03:28:25 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4916
|
|
4917 * modes/view.el (View-scroll-lines-forward): Correct format typo.
|
|
4918
|
|
4919 Mon Jan 13 22:50:23 1997 David Moore <dmoore@UCSD.EDU>
|
|
4920
|
|
4921 * packages/compile.el: Clean up regexps.
|
|
4922
|
|
4923 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4924
|
|
4925 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.
|
|
4926
|
151
|
4927 Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
82
|
4928
|
|
4929 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
|
|
4930 alias
|
|
4931 Import definition of `truncate-string-to-width' from Emacs/mule-delta.
|
|
4932
|
|
4933 Sun Jan 12 13:57:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4934
|
|
4935 * prim/window.el (shrink-window-if-larger-than-buffer): Don't let
|
|
4936 readjusted window change the buffer order stack.
|
|
4937
|
|
4938 Sat Jan 11 20:12:47 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
4939
|
|
4940 * utils/finder.el (finder-insert-at-column): Correct off-by-one
|
|
4941 error affecting long file names.
|
|
4942
|
80
|
4943 Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com>
|
|
4944
|
|
4945 * utils/bench.el: New version.
|
|
4946
|
|
4947 Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
4948
|
|
4949 * packages/man.el (Manual-entry-switches): New variable.
|
|
4950 (Manual-apropos-switches): New variable.
|
|
4951 (Manual-run-formatter): Use them.
|
|
4952
|
|
4953 Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com>
|
|
4954
|
|
4955 * modes/make-mode.el: Allow disabling of suspicious line warnings
|
|
4956 allow macro pickup when a macro is entered normally
|
|
4957 add the runtime macros to the completion list so confirmation is
|
|
4958 not necessary when minibuffer-confirm-incomplete is t.
|
|
4959 (these last two only in effect when makefile-electric-keys=t)
|
|
4960
|
|
4961 Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4962
|
|
4963 * mule/mule-files.el (file-coding-system-alist): Default to 8 bit
|
|
4964 on .el and .info files.
|
|
4965
|
|
4966 Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4967
|
|
4968 * prim/help.el (help-mode-quit): Correct typo in docstring.
|
|
4969 (help-mode-quit): Bury help buffer before restoring previous
|
|
4970 window configuration.
|
|
4971
|
|
4972 Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
4973
|
|
4974 * x11/x-menubar.el (default-menubar): Include enriched.doc in the
|
|
4975 samples in the help menu.
|
|
4976
|
|
4977 Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
4978
|
|
4979 * x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
|
|
4980 (toolbar-news): Use it.
|
|
4981
|
|
4982 Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4983
|
|
4984 * x11/x-compose.el (global-map): Keysyms use `-' not `_'.
|
|
4985
|
|
4986 Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4987
|
|
4988 * comint/telnet.el (telnet-initial-filter): Enable
|
|
4989 case-fold-search.
|
|
4990 (telnet-maximum-count): Bump up to 6, since 4 does not always
|
|
4991 appear to be enough.
|
|
4992
|
|
4993 Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu>
|
|
4994
|
|
4995 * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
|
|
4996 has been renamed to no-conversion.
|
|
4997 (sgml-bdtd-merge): Ditto.
|
|
4998 (sgml-push-to-entity): Ditto.
|
|
4999
|
|
5000 Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5001
|
|
5002 * utils/loadhist.el (symbol-file): Make interactive.
|
|
5003
|
|
5004 Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com>
|
|
5005
|
|
5006 * packages/avoid.el (mouse-avoidance-mode): autoload.
|
|
5007
|
|
5008 * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
|
|
5009 mode option.
|
|
5010
|
78
|
5011 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5012
|
|
5013 * prim/faces.el (init-other-random-faces): Guard against adding
|
|
5014 modeline buffer tty face if no tty support.
|
|
5015
|
|
5016 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com>
|
|
5017
|
|
5018 * packages/backup-dir.el: Added to distribution.
|
|
5019
|
|
5020 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5021
|
|
5022 * gnus/gnus-setup.el: Updated to gracefully handle installed
|
|
5023 auxilliary packages like tm, and handle eventual integration of
|
|
5024 Red Gnus/Gnus 5.4.
|
|
5025
|
|
5026 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
5027
|
|
5028 * packages/gnuserv.el (gnuserv-frame): Autoload.
|
|
5029
|
|
5030 * x11/x-menubar.el (default-menubar): Add option to control gnuserv
|
|
5031 creating a new frame.
|
|
5032 (options-menu-saved-forms): Ditto.
|
|
5033
|
|
5034 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5035
|
|
5036 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
|
|
5037 feature test on 'scrollbar.
|
|
5038
|
|
5039 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5040
|
|
5041 * packages/mic-paren.el (paren-activate): Update to v1.2.
|
|
5042
|
|
5043 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu>
|
|
5044
|
|
5045 * x11/x-menubar.el (default-menubar): Add require-final-newline
|
|
5046 and next-line-add-newlines as options in the options menu.
|
|
5047 (options-menu-saved-forms): Ditto.
|
|
5048
|
|
5049 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com>
|
|
5050
|
|
5051 * prim/simple.el (blink-matching-open): Make sure point is visible
|
|
5052 when blinking.
|
|
5053
|
|
5054 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
5055
|
|
5056 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
|
|
5057 synch up.
|
|
5058 (occur-mode-map): Ditto.
|
|
5059
|
|
5060 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
5061
|
|
5062 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
|
|
5063 sgml-top-tree. Needed by sgml-open-element.
|
|
5064
|
|
5065 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
5066
|
|
5067 * Version 1.0 released.
|
|
5068
|
|
5069 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
5070
|
|
5071 * psgml.el (sgml-mode): modify mode-line-format with subst, don't
|
|
5072 replicate the whole format in the code.
|
|
5073
|
|
5074 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
5075
|
|
5076 * psgml-parse.el (sgml-external-file): Try to find system
|
|
5077 identifiers using the sgml-public-map
|
|
5078 if sgml-system-identifiers-are-preferred; this way that flag will
|
|
5079 have effect even if the sgml-public-map contains `%s'.
|
|
5080 (sgml-final): moved to be defined before use.
|
|
5081
|
|
5082 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
|
|
5083 character references to character number above 255 by leaving a
|
|
5084 character reference in then parsed entity text.
|
|
5085
|
|
5086 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk>
|
|
5087
|
|
5088 * psgml-other.el (sgml-set-face-for): Nullify
|
|
5089 {after,before}-change-functions as well as (obsolete)
|
|
5090 {after,before}-change-function.
|
|
5091
|
|
5092 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5093
|
|
5094 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
|
|
5095 prior to starting gdb.
|
|
5096
|
|
5097 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5098
|
|
5099 * comint/telnet.el (telnet-check-software-type-initialize): Remove
|
|
5100 default in cond (which allows special treatment of password prompt
|
|
5101 to work).
|
|
5102
|
|
5103 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
5104
|
|
5105 * packages/gnuserv.el (server-edit): Add option to allow killing
|
|
5106 last visible frame.
|
|
5107
|
|
5108 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5109
|
|
5110 * prim/files-nomule.el: Add trailing newline.
|
|
5111
|
|
5112 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org>
|
|
5113
|
|
5114 * modes/perl-mode.el: Add (provide 'perl-mode).
|
|
5115
|
|
5116 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5117
|
|
5118 * ilisp/Makefile (elc): Be a little smarter about recompilation.
|
|
5119
|
|
5120 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5121
|
|
5122 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.
|
|
5123
|
76
|
5124 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5125
|
|
5126 * x11/x-menubar.el (default-menubar): Move Frame-local font menu
|
|
5127 option to Frame Appearance submenu.
|
|
5128
|
|
5129 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5130
|
|
5131 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
|
|
5132 nil, because everyone was confused by it defaulting to t.
|
|
5133
|
|
5134 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
5135
|
|
5136 * prim/sort.el (sort-subr): Document use of `sort-fold-case'.
|
|
5137 (sort-lines): Ditto.
|
|
5138 (sort-paragraphs): Ditto.
|
|
5139 (sort-pages): Ditto.
|
|
5140 (sort-regexp-fields): Ditto.
|
|
5141 (sort-numeric-fields): Ditto.
|
|
5142 (sort-regexp-fields): Ditto.
|
|
5143 (sort-columns): Ditto.
|
|
5144 (sort-regexp-fields): Use compare-buffer-substrings if available.
|
|
5145
|
|
5146 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu>
|
|
5147
|
|
5148 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
|
|
5149 expansion from happening multiple times.
|
|
5150
|
|
5151 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5152
|
|
5153 * prim/help.el (help-for-help): Don't confuse help character `b'
|
|
5154 with scrolling character `b' in view-less help buffer.
|
|
5155
|
|
5156 * packages/scroll-in-place.el: Synch with 19.15.
|
|
5157
|
|
5158 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5159
|
|
5160 * x11/x-menubar.el (xemacs-splash-buffer): New function.
|
|
5161 (default-menubar): Use it.
|
|
5162 (default-menubar): Reorganize help menus.
|
|
5163
|
|
5164 * prim/startup.el (startup-message-timeout): More or less disable
|
|
5165 the timeout of the splash screen.
|
|
5166
|
|
5167 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's
|
|
5168 Rosetta Man patch.
|
|
5169 (Manual-nuke-nroff-bs): Use it.
|
|
5170
|
|
5171 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5172
|
|
5173 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
|
|
5174 buffer to fit.
|
|
5175
|
|
5176 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5177
|
|
5178 * utils/delbackspace.el: Correct rebindings so they work properly
|
|
5179 when cc-mode is not dumped with XEmacs.
|
|
5180
|
|
5181 * packages/apropos.el (apropos-print): Minimize size of *Apropos*
|
|
5182 window if it is small.
|
|
5183
|
|
5184 * prim/lisp.el (lisp-complete-symbol): Minimize size of
|
|
5185 *Completions* window.
|
|
5186
|
|
5187 * prim/help.el (with-displaying-help-buffer): (Based on an idea
|
|
5188 from Sudish Joseph) minimize size of displayed help window.
|
|
5189
|
|
5190 * modes/fortran.el (fortran-window-create-momentarily): Fix
|
|
5191 lossage from synch with Emacs 19.34.
|
|
5192 (fortran-abbrev-start): Ditto.
|
|
5193
|
|
5194 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
5195
|
|
5196 * x11/x-toolbar.el (toolbar-news): Check whether this is the last
|
|
5197 frame before deleting it.
|
|
5198
|
|
5199 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com>
|
|
5200
|
|
5201 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
|
|
5202 as well as linefeeds.
|
|
5203
|
|
5204 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism
|
|
5205 in setting unread-command-events.
|
|
5206
|
|
5207 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com>
|
|
5208
|
|
5209 * packages/font-lock.el: Update Java support.
|
|
5210
|
|
5211 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5212
|
|
5213 * packages/fontl-hooks.el: Add provide (synch with 19.15).
|
|
5214
|
|
5215 * x11/x-toolbar.el: Don't quote lambda macro.
|
|
5216
|
|
5217 * packages/session.el: Removed from distribution.
|
|
5218
|
|
5219 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
5220
|
|
5221 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
5222
|
74
|
5223 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5224
|
|
5225 * packages/compile.el (compilation-error-regexp-alist): Complete
|
|
5226 fix for lossage on bad regexps.
|
|
5227
|
|
5228 * prim/loadup.el: Remove cc-mode as a dumped package.
|
|
5229
|
|
5230 * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.
|
|
5231
|
|
5232 * prim/minibuf.el (minibuffer-complete-word): Correct an ebola
|
|
5233 infection that caused incorrect interpretation of SPC in the
|
|
5234 minibuffer.
|
|
5235
|
|
5236 Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
5237
|
|
5238 * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
|
|
5239 Add Show all item.
|
|
5240
|
|
5241 Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
5242
|
|
5243 * prim/files.el: Make enable-local-variables 'ask-me behave sanely.
|
|
5244
|
|
5245 Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5246
|
|
5247 * prim/simple.el (next-line-add-newlines): Now defaults to nil.
|
|
5248
|
|
5249 Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
5250
|
|
5251 * utils/bench.el (bench-mark-13): Added.
|
|
5252
|
|
5253 Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5254
|
|
5255 * mule/mule-coding.el: Change charset names.
|
|
5256
|
|
5257 * mule/japanese-hooks.el: Change charset names.
|
|
5258
|
|
5259 * mule/hebrew-hooks.el: Change charset names.
|
|
5260 Remove quail hooks.
|
|
5261
|
|
5262 * mule/greek-hooks.el: Change charset names.
|
|
5263 Remove quail hooks.
|
|
5264
|
|
5265 * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
|
|
5266 charset names.
|
|
5267 Remove quail hooks.
|
|
5268
|
|
5269 * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
|
|
5270 Remove quail hooks.
|
|
5271
|
|
5272 * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
|
|
5273 Use chinese-gb2312.
|
|
5274 Remove quail hooks.
|
|
5275 (chinese): Comment out code for egg.
|
|
5276
|
|
5277 * mule/thai-hooks.el: Use thai-tis620.
|
|
5278 (thai): Prefer macro definition of lambda.
|
|
5279
|
|
5280 * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
|
|
5281 censorship.
|
|
5282
|
|
5283 * prim/obsolete.el (wholenump): New obsolete alias.
|
|
5284
|
|
5285 * prim/simple.el (comment-indent-function): Use macro definition
|
|
5286 of (lambda () ...).
|
|
5287
|
|
5288 * prim/replace.el (list-matching-lines): Remove redundant
|
|
5289 (message (format ...))
|
|
5290
|
|
5291 * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
|
|
5292 a dumped package).
|
|
5293
|
|
5294 Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5295
|
|
5296 * comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
|
|
5297 (telnet-check-software-type-initialize): Cleanup from Synch.
|
|
5298
|
|
5299 Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5300
|
|
5301 * packages/buff-menu.el (list-buffers-directory): autoload.
|
|
5302
|
|
5303 Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5304
|
|
5305 * electric/ebuff-menu.el (electric-buffer-list): Restore behavior
|
|
5306 of using prefix argument.
|
|
5307
|
|
5308 * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
|
|
5309 kp-\1.
|
|
5310
|
|
5311 * emulators/tpu-edt.el: Ditto.
|
|
5312
|
|
5313 * x11/x-win-sun.el: Ditto.
|
|
5314
|
|
5315 * x11/x-iso8859-1.el: Ditto.
|
|
5316
|
|
5317 * term/tvi970.el: Ditto.
|
|
5318
|
|
5319 * term/news.el: Ditto.
|
|
5320
|
|
5321 * term/lk201.el: Ditto.
|
|
5322
|
|
5323 * term/linux.el: Ditto.
|
|
5324
|
|
5325 * prim/keydefs.el: Ditto.
|
|
5326
|
|
5327 * prim/events.el: Ditto.
|
|
5328
|
|
5329 * packages/icomplete.el (icomplete-get-keys): Ditto.
|
|
5330
|
|
5331 * games/gomoku.el (gomoku-mode-map): Ditto.
|
|
5332
|
|
5333 * games/blackbox.el (blackbox-mode-map): Ditto.
|
|
5334
|
|
5335 Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com>
|
|
5336
|
|
5337 * prim/minibuf.el (next-history-element): Remove kludge test on
|
|
5338 minibuffer-history-sexp-flag.
|
|
5339
|
|
5340 * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
|
|
5341 on XEmacsen started on X displays.
|
|
5342
|
|
5343 Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se>
|
|
5344
|
|
5345 * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
|
|
5346 version check to look at major numbers.
|
|
5347 (ilisp-find-top-left-most-window): Ditto.
|
|
5348
|
|
5349 Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
5350
|
|
5351 * utils/mail-extr.el (mail-extract-address-components): Don't
|
|
5352 automatically downcase extracted elements. It violates standards.
|
|
5353
|
|
5354 Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
5355
|
|
5356 * x11/x-menubar.el (buffers-menu-filter): The buffer menu was
|
|
5357 shortened to `buffers-menu-max-size' items even if
|
|
5358 `buffers-menu-submenus-for-groups-p' is non-nil.
|
|
5359
|
|
5360 Let `buffers-menu-submenus-for-groups-p' be an integer : if there
|
|
5361 are more buffers than this value, use submenus, otherwise not.
|
|
5362
|
|
5363 * packages/vc.el (vc-rename-this-file): New function (was missing,
|
|
5364 but referred to on the menubar).
|
|
5365
|
|
5366 * packages/compile.el (compilation-font-lock-keywords): `defvar'
|
|
5367 instead of `defconst'!
|
|
5368
|
|
5369 * prim/mouse.el (default-mouse-track-normalize-point): Double
|
|
5370 click mouse-1 on sexpr selects the sexpr.
|
|
5371
|
|
5372 * x11/x-menubar.el (options-menu-saved-forms): Fix bug in
|
|
5373 `save-options-menu-settings'.
|
|
5374
|
|
5375 Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5376
|
|
5377 * prim/simple.el (forward-to-indentation): Do not deactivate zmacs
|
|
5378 region on usage.
|
|
5379 (backward-to-indentation): Ditto.
|
|
5380
|
|
5381 Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
5382
|
|
5383 * prim/lisp.el (backward-up-list): Do not deactivate zmacs region
|
|
5384 on usage.
|
|
5385
|
|
5386 Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
5387
|
|
5388 * prim/files.el (set-auto-mode): Require a #! signature to set
|
|
5389 mode based on interpreter.
|
|
5390
|
|
5391 Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5392
|
|
5393 * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
|
|
5394 Rosetta Man Patch.
|
|
5395 (Man-cleanup-manpage): Use it.
|
|
5396
|
|
5397 * prim/simple.el (yank): Corrected a mistaken synch with Emacs
|
|
5398 19.34.
|
|
5399
|
|
5400 * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
|
|
5401 syntax entry so update-autoloads doesn't barf.
|
|
5402
|
|
5403 * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
|
|
5404 bindings.
|
|
5405
|
|
5406 Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5407
|
|
5408 * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
|
|
5409 `ps-lpr-switches'.
|
|
5410
|
|
5411 * packages/lpr.el (print-region-1): Allow dynamic expansion of
|
|
5412 `lpr-switches'.
|
|
5413
|
72
|
5414 Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
5415
|
|
5416 * modes/vhdl-mode.el: New File.
|
|
5417
|
|
5418 Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com>
|
|
5419
|
|
5420 * utils/bench.el: New file. Utility for benchmarking emacs
|
|
5421 performance.
|
|
5422
|
|
5423 Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5424
|
|
5425 * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
|
|
5426 bad 19.34 synch patch.
|
|
5427
|
|
5428 * utils/pretty-print.el: New File.
|
|
5429
|
|
5430 Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5431
|
|
5432 * prim/files-nomule.el: Documentation corrections.
|
|
5433
|
|
5434 * prim/files.el: Synch to 19.15/Emacs 19.34.
|
|
5435
|
|
5436 Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5437
|
|
5438 * packages/hexl.el (hexl-mode-map): Corrected obsolescent key
|
|
5439 names introduced in 19.15-b2.
|
|
5440
|
|
5441 Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5442
|
|
5443 * games/yow.el: Sync to GNU Emacs 19.34.
|
|
5444
|
|
5445 * games/studly.el: Documentation fixes.
|
|
5446
|
|
5447 * games/spook.el: Sync to GNU Emacs 19.34.
|
|
5448
|
|
5449 * games/mpuz.el: Sync to GNU Emacs 19.34.
|
|
5450
|
|
5451 * games/life.el: Sync to GNU Emacs 19.34.
|
|
5452
|
|
5453 * games/hanoi.el: Sync to GNU Emacs 19.34.
|
|
5454
|
|
5455 * games/flame.el: Documentation fixes.
|
|
5456
|
|
5457 * games/dunnet.el: Sync to GNU Emacs 19.34.
|
|
5458
|
|
5459 * games/doctor.el: Sync to GNU Emacs 19.34.
|
|
5460
|
|
5461 * games/dissociate.el: Sync to GNU Emacs 19.34.
|
|
5462
|
|
5463 * games/cookie1.el: Sync to GNU Emacs 19.34.
|
|
5464
|
|
5465 * games/conx.el: Documentation fixes.
|
|
5466
|
|
5467 * games/blackbox.el: Sync to GNU Emacs 19.34.
|
|
5468
|
|
5469 * games/NeXTify.el: Documentation fixes.
|
|
5470
|
|
5471 * packages/man.el: New file/replacement from Emacs 19.34.
|
|
5472
|
|
5473 * packages/man-xref.el: New file from Emacs 19.35.
|
|
5474
|
|
5475 * utils/smtpmail.el: New file from Emacs 19.34.
|
|
5476
|
151
|
5477 Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
72
|
5478
|
|
5479 * prim/startup.el (set-default-load-path): Set default-load-path
|
|
5480 dynamically since file-detect.el is dumped with XEmacs.
|
|
5481
|
|
5482 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5483
|
|
5484 * emulators/tpu-mapper.el: Total replacement with version in GNU
|
|
5485 Emacs 19.34.
|
|
5486
|
|
5487 * emulators/tpu-extras.el: Total replacement with version in GNU
|
|
5488 Emacs 19.34.
|
|
5489
|
|
5490 * emulators/tpu-edt.el: Total replacement with version in GNU Emacs
|
|
5491 19.34.
|
|
5492
|
|
5493 * comint/history.el: Documentation fixes.
|
|
5494
|
|
5495 * comint/gdb.el: Documentation fixes.
|
|
5496
|
|
5497 * comint/dbx.el: Documentation fixes.
|
|
5498
|
|
5499 * comint/background.el: Documentation fixes.
|
|
5500
|
|
5501 * rmail/rmail-xemacs.el: Documentation fixes.
|
|
5502
|
|
5503 * rmail/rmail-kill.el: Documentation fixes.
|
|
5504
|
|
5505 * emulators/ws-mode.el: Synch up to Emacs 19.34.
|
|
5506
|
|
5507 * emulators/teco.el: Documentation cleanup.
|
|
5508
|
|
5509 * emulators/mlsupport.el: Synch up to Emacs 19.34.
|
|
5510
|
|
5511 * emulators/mlconvert.el: Synch up to Emacs 19.34.
|
|
5512
|
|
5513 * emulators/edt-vt100.el: New file from Emacs 19.34.
|
|
5514
|
|
5515 * emulators/edt-pc.el: New file from Emacs 19.34.
|
|
5516
|
|
5517 * emulators/edt-mapper.el: New file from Emacs 19.34.
|
|
5518
|
|
5519 * emulators/edt-lk201.el: New file from Emacs 19.34.
|
|
5520
|
|
5521 * emulators/edt.el: Synched up to Emacs 19.34.
|
|
5522
|
|
5523 Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
5524
|
|
5525 * prim/replace.el (match-string): Use a function instead of a
|
|
5526 macro to be compatible with .elc files compiled under Emacs.
|
|
5527
|
|
5528 Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com>
|
|
5529
|
|
5530 * utils/id-select.el: New file -- Version 1.4.3.
|
|
5531
|
|
5532 Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5533
|
|
5534 * emulators/crisp.el: New file.
|
|
5535
|
|
5536 * emulators/scroll-lock.el: New file.
|
|
5537
|
|
5538 Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5539
|
|
5540 * prim/help.el: A callable library-type function should not
|
|
5541 contain an unprotected print statement. This change implements my
|
|
5542 version of Erik Naggum's statement about locate-library being less
|
|
5543 chatty in Emacs 19.35.
|
|
5544
|
|
5545 Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5546
|
|
5547 * utils/flow-ctrl.el: Synch up to Emacs 19.34.
|
|
5548
|
|
5549 * utils/forms.el: Synch up to Emacs 19.34.
|
|
5550
|
|
5551 * packages/column.el: Allow column numbers to start at one.
|
|
5552
|
|
5553 * prim/userlock.el: Synch up to Emacs 19.34.
|
|
5554
|
|
5555 * prim/paragraphs.el: Synch up to Emacs 19.34.
|
|
5556
|
|
5557 * prim/page.el: Synch up to Emacs 19.34.
|
|
5558
|
|
5559 * prim/options.el: Synch up to Emacs 19.34.
|
|
5560
|
|
5561 * prim/novice.el: Synch up to Emacs 19.34.
|
|
5562
|
|
5563 * prim/rect.el: Sync up to Emacs 19.34.
|
|
5564
|
|
5565 * prim/reposition.el: Synch up to Emacs 19.34.
|
|
5566
|
|
5567 * prim/replace.el: Synch up to Emacs 19.34.
|
|
5568
|
|
5569 * prim/register.el: Synch up to Emacs 19.34.
|
|
5570
|
|
5571 * prim/indent.el: Synch up to Emacs 19.34.
|
|
5572
|
|
5573 * prim/subr.el: Synch up to Emacs 19.34.
|
|
5574
|
|
5575 * prim/simple.el: Synch up to Emacs 19.34.
|
|
5576
|
|
5577 * prim/debug.el: Synch up to Emacs 19.34.
|
|
5578
|
|
5579 * edebug/cl-specs.el: Comment formatting changes.
|
|
5580
|
|
5581 * edebug/cl-read.el: Protect advisement of eval-region from being
|
|
5582 evaluated more than once.
|
|
5583
|
|
5584 Comment formatting changes.
|
|
5585
|
|
5586 * edebug/advise-eval-region.el: New File. Separate out advise for
|
|
5587 eval-region so it is only evaluated once.
|
|
5588
|
|
5589 * packages/icomplete.el: Fix a bug in locating command bound to key.
|
|
5590
|
|
5591 icomplete-exhibit needs to be called in the setup-hook.
|
|
5592
|
|
5593 * packages/apropos.el: Correct a typo in button binding.
|
|
5594
|
|
5595 Fixes the bug where if apropos-label-face is actually defined as
|
|
5596 face, apropos bombs with an error
|
|
5597
|
|
5598 Do a (provide 'apropos), like all packages should.
|
|
5599
|
|
5600 Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
|
|
5601 customization is unnecessarily painful).
|
|
5602
|
|
5603 Redefines the default faces for the various apropos faces so they
|
|
5604 come out in color by default (defaults are based on various
|
|
5605 standard font-lock faces).
|
|
5606
|
|
5607 * version.el: Bumped up to b31.
|
|
5608
|
|
5609
|