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