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