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