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