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