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