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