120
|
1 Wed Apr 9 19:45:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2
|
|
3 * x-menubar.el (default-menubar): Inline definition of customize menu.
|
|
4
|
|
5 Wed Apr 9 10:45:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6
|
|
7 * prim/about.el (about-xemacs-xref): Add Jan Vroonhof to list of
|
|
8 contributors.
|
|
9 (about-xemacs-xref): Add MORIOKA Tomohiko's bio.
|
|
10 (about-xemacs-xref): Add Per Abrahamsen.
|
|
11
|
|
12 Tue Apr 8 12:57:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
13
|
|
14 * modes/lisp-mode.el (eval-defun): Evaluate defcustom in defconst
|
|
15 style instead of defvar style (patch derived from Emacs 19.35/Lars
|
|
16 Magne Ingebrigtsen).
|
|
17
|
|
18 Mon Apr 7 16:38:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
19
|
|
20 * prim/frame.el (temp-buffer-shrink-to-fit): Default to nil since
|
|
21 this feature has gotten broken.
|
|
22
|
|
23 Sun Apr 6 06:56:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
24
|
|
25 * modes/outl-mouse.el (outline-down-arrow-mask): Set up arrow
|
|
26 glyphs to display on when no X11 support is available.
|
|
27
|
|
28 * modes/outline.el (outline-install-menubar): short circuit if no
|
|
29 menubars are available.
|
|
30
|
|
31 * x11/x-menubar.el (default-menubar): Use xmine not mine.
|
|
32
|
|
33 * prim/help.el (describe-variable): Some doc strings weren't being
|
|
34 terminated with a newline.
|
|
35
|
|
36 Sat Apr 5 20:20:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
37
|
|
38 * prim/about.el (about-xemacs-xref): Correct Jareth Hein's links.
|
|
39
|
|
40 Sat Apr 5 13:18:05 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
41
|
|
42 * packages/etags.el (tags-query-replace): Fixed DELIMITED argument
|
|
43 bug. `with-caps-disable-folding' moved to isearch-mode.el.
|
|
44
|
|
45 * packages/info.el (Info-search): Use `with-caps-disable-folding'.
|
|
46
|
118
|
47 Sat Apr 5 09:32:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
48
|
|
49 * utils/finder-inf.el: Regenerated.
|
|
50
|
|
51 * utils/finder.el (finder-known-keywords): Add mule keyword.
|
|
52
|
|
53 Tue Apr 1 14:08:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
54
|
|
55 * prim/winnt.el: New file. Derived from Emacs 19.34, adapted by
|
|
56 Marc Paquette.
|
|
57
|
|
58 * prim/faces.el (set-face-stipple): Allow usage of a pixmap
|
|
59 (suggested by Per Abrahamsen).
|
|
60
|
|
61 * mule/canna.el (running-xemacs): Move to the top.
|
|
62
|
|
63 * prim/cmdloop.el (y-or-n-p-minibuf): Add protection in case user
|
|
64 hits something that can't be bound to a key.
|
|
65
|
|
66 Tue Apr 1 11:25:33 1997 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
67
|
|
68 * bytecomp/bytecomp.el (char-after): Correct coding of calling
|
|
69 sequence.
|
|
70
|
|
71 Mon Mar 31 21:36:47 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
72
|
|
73 * prim/faces.el (set-face-stipple): New function.
|
|
74
|
|
75 Sat Mar 29 14:52:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
76
|
|
77 * gnats/send-pr.el (send-pr:submit-pr): Pass send-pr:datadir in
|
|
78 the environment to send-pr.
|
|
79 (send-pr::insert-template): Ditto.
|
|
80 (send-pr:default-site): Default submission address is at xemacs.org.
|
|
81
|
116
|
82 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
83
|
|
84 * packages/info.el (Info-elisp-ref): Look first in lispref, then
|
|
85 elisp.
|
|
86
|
|
87 * packages/func-menu.el (fume-function-name-regexp-bibtex): `,'
|
|
88 isn't allowed.
|
|
89
|
|
90 * packages/etags.el (list-tags): Interactive argument should be an
|
|
91 existing file name.
|
|
92
|
|
93 Wed Mar 26 22:33:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
94
|
|
95 * Remove ns lisp directory.
|
|
96 * Remove vms lisp directory.
|
|
97
|
|
98 Tue Mar 25 12:22:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
99
|
|
100 * prim/files.el (file-remote-p): Update doc string.
|
|
101
|
|
102 * packages/terminal.el (te-stty-string): Fix definition for Linux.
|
|
103
|
|
104 Mon Mar 24 23:43:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
105
|
|
106 * prim/files.el (file-remote-p): Correct documentation and allow
|
|
107 for `allow-remote-paths' to control loading of efs.
|
|
108
|
|
109 Sun Mar 23 16:58:08 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
110
|
|
111 * packages/etags.el (with-caps-disable-folding): New macro.
|
|
112 (find-tag-internal): Use it.
|
|
113 (tags-search): Use it.
|
|
114 (tags-query-replace): Use it. Case bug corrected.
|
|
115
|
|
116 Mon Mar 24 00:47:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
117
|
|
118 * x11/x-menubar.el (popup-mode-menu): Change guard when stripping
|
|
119 keywords to be more robust.
|
|
120
|
|
121 Sun Mar 23 00:26:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
122
|
|
123 * prim/startup.el (splash-hack-version-string): Correct for case
|
|
124 of hosts with '-' in the names.
|
|
125
|
|
126 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
127
|
|
128 * modes/sendmail.el (user-mail-address): Require cus-edit.
|
|
129 Fix when scope.
|
|
130
|
|
131 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
132
|
|
133 * calendar/diary-lib.el (diary-countdown): New function.
|
|
134 (fancy-diary-display): Use modeline-buffer-identification.
|
|
135
|
|
136 * calendar/appt.el (appt-diary-entries): Do not display diary.
|
|
137 (appt-check): Display diary buffer at midnight.
|
|
138
|
114
|
139 Fri Mar 21 19:16:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
140
|
|
141 * mule/mule-coding.el (enable-multibyte-characters): MULE
|
116
|
142 compatible variable.
|
114
|
143
|
|
144 Thu Mar 20 13:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
145
|
|
146 * bytecomp/bytecomp.el (byte-compile-output-docform): Ebola fix.
|
|
147 (byte-compile-lambda): Ebola fix.
|
|
148
|
|
149 * prim/obsolete.el (following-char): Make this turkey obsolete.
|
|
150 (preceding-char): Ditto. (Suggested by Richard Mlynarik).
|
|
151
|
|
152 Wed Mar 19 10:12:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
153
|
|
154 * modes/sendmail.el (sendmail-send-it): Use function for
|
|
155 user-mail-address.
|
|
156 (user-mail-address): Autoload.
|
|
157
|
|
158 * pcl-cvs/pcl-cvs.el (cvs-changelog-ours-p): Use function for
|
|
159 user-mail-address.
|
|
160
|
|
161 * prim/startup.el (load-init-file): Only set user-mail-address if
|
|
162 non-interactive.
|
|
163
|
|
164 * utils/smtpmail.el (smtpmail-send-it): Use function for
|
|
165 user-mail-address.
|
|
166 (smtpmail-via-smtp): Ditto.
|
|
167
|
|
168 * packages/add-log.el (add-log-mailing-address): Use new function
|
|
169 to obtaion email address.
|
|
170 (add-change-log-entry): Ditto.
|
|
171
|
|
172 * prim/device.el (device-pixel-depth): New alias for
|
|
173 `device-bitplanes'.
|
|
174
|
|
175 * comint/comint-xemacs.el (comint): Fix typo in defgroup.
|
|
176
|
|
177 Tue Mar 18 11:16:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
178
|
|
179 * prim/loadup.el: ls-lisp doesn't exist now.
|
|
180
|
|
181 * comint/comint-xemacs.el (comint): Touch up fixes from Per
|
|
182 Abrahamsen.
|
|
183
|
|
184 * prim/glyphs.el (subwindow-image-instance-p): Change doc string
|
|
185 to reflect unimplemented status.
|
|
186
|
112
|
187 Mon Mar 17 15:34:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
188
|
|
189 * comint/comint.el (comint-input-setup): Require comint-xemacs.
|
|
190
|
|
191 * utils/autoload.el (autoload-snarf-defcustom): Don't snarf from
|
|
192 auto-autoloads.el.
|
|
193
|
|
194 * comint/comint-xemacs.el: New file. Contains face declarations
|
|
195 for comint.
|
|
196
|
|
197 * comint/comint.el: Remove inline defface.
|
|
198
|
110
|
199 Sat Mar 15 15:14:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
200
|
|
201 * prim/loadup.el: Add prim/auto-customize.elc to dumped files.
|
|
202
|
|
203 * utils/autoload.el (generated-custom-file): New variable.
|
|
204 (autoload-snarf-defcustom): New function. Grab Customization as
|
|
205 we look for autoload cookies. (based on code by Per Abrahamsen).
|
|
206 (update-file-autoloads): Use it.
|
|
207 (autoload-save-customization): New function (based on code by Per
|
|
208 Abrahamsen).
|
|
209 (batch-update-autoloads): Use it.
|
|
210
|
|
211 Fri Mar 14 19:59:36 1997 Bob Weiner <weiner@infodock.com>
|
|
212
|
|
213 * packages/jka-compr.el (jka-compr-installed-p): Simplify.
|
|
214
|
|
215 Fri Mar 14 17:24:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
216
|
|
217 * modes/sendmail.el: Correct vm macro hack.
|
|
218 (query-user-mail-address): New customizable variable.
|
|
219 (user-mail-address): New function, use it. (Courtesy of Per
|
|
220 Abrahamsen <abraham@dina.kvl.dk>).
|
|
221
|
|
222 Thu Mar 13 18:49:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
223
|
|
224 * x11/x-menubar.el (popup-mode-menu): Do something more correct
|
|
225 when combining a global popup menu and a local mode menu.
|
|
226
|
|
227 Thu Mar 13 08:36:35 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
228
|
|
229 * packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string.
|
|
230
|
|
231 Wed Mar 12 13:46:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
232
|
|
233 * prim/obsolete.el (char=): Make alias for common lisp
|
|
234 compatibility.
|
|
235
|
|
236 Mon Mar 10 09:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
237
|
|
238 * prim/simple.el (set-fill-column): Clean up docstring.
|
|
239
|
|
240 * x11/x-menubar.el (save-options-non-customized-face-list): Allow
|
|
241 save-options to save faces declared with defface macro.
|
|
242
|
|
243 * packages/vc.el: diff-switches is autoloaded again in diff.el.
|
|
244
|
|
245 * packages/diff.el (diff-switches): Default to "-c".
|
|
246
|
|
247 Sun Mar 9 18:44:59 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
248
|
|
249 * prim/help.el (describe-function-1): Add missing stream arguments
|
|
250 to terpri and princ.
|
|
251
|
|
252 Sun Mar 9 15:38:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
253
|
|
254 * prim/modeline.el (modeline-minor-mode-menu): Evaluate minor
|
|
255 modes in context of correct buffer.
|
|
256
|
|
257 * prim/help.el (locate-library): Synched with Emacs 19.35.
|
|
258
|
|
259 * packages/icomplete.el (icomplete-get-keys): Make it work.
|
|
260
|
|
261 * prim/about.el: Add Jens Lautenbacher's picture.
|
|
262
|
|
263 Sun Mar 9 12:38:53 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
264
|
|
265 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use
|
|
266 eldoc-display-message-p, not eldoc-display-message-no-interference-p.
|
|
267
|
108
|
268 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
269
|
110
|
270 * prim/startup.el (startup-splash-frame-body): More text tweaking.
|
|
271
|
108
|
272 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user
|
|
273 variable. Allow trying oblique fonts ahead of italic fonts (from
|
|
274 Raymond Toy).
|
|
275 (x-make-font-italic): Use it.
|
|
276
|
|
277 * prim/obsolete.el (window-system): Make it compatible not
|
|
278 obsolete.
|
|
279
|
|
280 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
281
|
110
|
282 * packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in
|
108
|
283 parentheses if instantiation uses fallback.
|
|
284 (hypropos-face-history): New variable.
|
|
285 (hyper-describe-face): New function.
|
|
286 (hyper-where-is): New command.
|
|
287 (hypropos-read-function-symbol): New function.
|
|
288 (hyper-describe-key): New command.
|
|
289 (hyper-describe-key-briefly): New command.
|
|
290 (hypropos-read-variable-symbol): New function.
|
|
291 (hyper-set-variable): New command.
|
|
292 (hypropos-set-variable): Changed to work with buffer-locals.
|
|
293
|
|
294 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
295
|
110
|
296 * packages/hyper-apropos.el: Massive changes--the original knew nothing
|
108
|
297 about buffer-locals and local-bindings.
|
|
298 (hypropos-shrink-window): New user option.
|
|
299 (hypropos-ref-buffer): New variable.
|
|
300 (hypropos-regexp-history): New variable.
|
|
301 (hyper-apropos): Better interactive version.
|
|
302 (hypropos-grok-variables): Omit OBSOLETE stuff.
|
|
303 (hyper-describe-variable): Additional ARG, better interactive
|
|
304 version.
|
|
305 (hyper-describe-function): Ditto.
|
|
306 (hypropos-last-help): Without prefix arg, just display buffer.
|
|
307 (hypropos-insert-face): New function.
|
|
308 (hypropos-insert-keybinding): New function.
|
|
309 (hypropos-get-doc): Additional ARG, display documentation for
|
|
310 faces, complete change.
|
|
311 (hypropos-this-symbol): Using better regexp.
|
|
312
|
|
313 Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
314
|
|
315 * x11/x-menubar.el (default-menubar): Reorganize again undoing
|
|
316 previous change. Customize submenu moved to top of options menu.
|
|
317 Edit faces restored to edit-faces and renamed to Browse faces.
|
|
318
|
|
319 Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
320
|
|
321 * x11/x-menubar.el (options-menu): New variable.
|
|
322 (default-menubar): Use it.
|
|
323
|
|
324 * prim/about.el (view-less): Explicit require.
|
|
325
|
|
326 Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
327
|
|
328 * prim/cleantree.el: New file based on suggestion by David Moore,
|
|
329 and derived from Gnus nnml code.
|
|
330
|
|
331 Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
332
|
|
333 * edebug/edebug.el (edebug-compute-previous-result): Don't treat
|
|
334 numbers as chars.
|
|
335
|
|
336 Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
337
|
|
338 * prim/startup.el (splash-hack-version-string): New function to
|
|
339 narrow the output of (emacs-version) for the splash screen.
|
|
340 (splash-frame-present): Use it.
|
|
341
|
|
342 Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
343
|
|
344 * packages/supercite.el (sc-name-filter-alist): (Idea from Bob
|
|
345 Weiner). Update to handle names like Michael Sperber
|
|
346 [Mr. Preprocessor].
|
|
347
|
|
348 Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
349
|
|
350 * prim/faces.el (init-face-from-resources): New variable.
|
|
351 (init-face-from-resources): Use it.
|
|
352 (init-device-faces): Use it.
|
|
353 (init-frame-faces): Use it.
|
|
354 (make-empty-face): New function.
|
|
355
|
|
356 * x11/x-faces.el (x-init-face-from-resources): Made second
|
|
357 argument optional, and added a third argument.
|
|
358 (make-face-x-resource-internal): New alias.
|
|
359
|
104
|
360 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
361
|
106
|
362 * prim/loadup.el: Remove custom.elc.
|
|
363
|
104
|
364 * prim/simple.el (newline): Attempt to not add newline to a
|
|
365 previous end-open extent.
|
|
366
|
|
367 Sun Mar 2 10:10:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
368
|
|
369 * hm--html-menus/tmpl-minor-mode.el (tmpl-sign): Remove nul byte.
|
|
370
|
|
371 * site-load.el: Move site-packages to the top level.
|
|
372
|
|
373 Sun Mar 2 01:37:04 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
374
|
|
375 * utils/mail-extr.el (all-top-level-domains): Added "hr" domain.
|
|
376
|
|
377 * packages/ps-print.el (ps-print-color-p): Default to nil.
|
|
378
|
|
379 * x11/x-menubar.el (default-menubar): Changed menubar entry for
|
|
380 color printing.
|
|
381
|
|
382 * prim/faces.el (init-other-random-faces): Use gray65 for
|
|
383 zmacs-region and primary-selection background.
|
|
384
|
|
385 * x11/x-faces.el (x-init-global-faces): New default background
|
|
386 gray80.
|
|
387
|
|
388 Sat Mar 1 14:38:14 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
389
|
|
390 * packages/diff.el: (diff): Autoload.
|
|
391 (diff-backup): Autoload.
|
|
392 (diff-switches): Autoload.
|
|
393
|
|
394 Sat Mar 1 01:09:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
395
|
|
396 * packages/tar-mode.el (tar-mode-map): Removed extraneous C-c
|
|
397 binding of tar-copy.
|
|
398
|
|
399 * prim/keydefs.el: Don't disable upcase-region and
|
|
400 downcase-region.
|
|
401
|
|
402 Fri Feb 28 11:22:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
403
|
|
404 * prim/obsolete.el (char-to-int): Define as alias to `char-int'.
|
|
405
|
|
406 * prim/help.el (describe-function-1): Show annotation contents if
|
|
407 they exist.
|
|
408
|
|
409 * packages/man.el (Manual-mode): Don't turn off scrollbars if
|
|
410 XEmacs doesn't have them to begin with.
|
|
411
|
|
412 * prim/keydefs.el: Don't disable eval-expression by default now
|
|
413 that it is harder to type.
|
|
414
|
|
415 Thu Feb 27 13:06:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
416
|
|
417 * prim/subr.el (with-string-as-buffer-contents): Moved from
|
|
418 mule/mule-coding.el.
|
|
419
|
|
420 * mule/mule-coding.el: Remove with-string-as-buffer-contents.
|
|
421
|
|
422 * prim/format.el (format-insert-file): Correct wrong order of args
|
|
423 passed to format-decode.
|
|
424
|
|
425 * prim/startup.el (load-user-init-file): Allow XEmacs to read a
|
|
426 bytecompiled .emacs if it exists.
|
|
427
|
|
428 Thu Feb 27 17:41:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
429
|
|
430 * subr.el (eval-after-load): Enable.
|
|
431 (eval-next-after-load): Ditto.
|
|
432
|
|
433 Thu Feb 27 10:59:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
434
|
|
435 * prim/subr.el (with-temp-buffer): New function from Emacs 19.35,
|
|
436 courtesy of Erik Naggum <erik@naggum.no>.
|
|
437
|
|
438 Fri Feb 28 22:17:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
439
|
|
440 * prim/isearch-mode.el: Added "_" to the `interactive' forms of
|
|
441 most functions.
|
|
442 (isearch-mode-map): Define M-y.
|
|
443 (isearch-yank-kill): New function.
|
|
444
|
|
445 * prim/keydefs.el: Don't bind `C-x C-n' to `set-goal-column';
|
|
446 don't disable `set-goal-column'.
|
|
447
|
|
448 * mule/mule-init.el (ctl-x-map): Use `C-x C-n' as mule-prefix,
|
|
449 instead of `C-x C-k'.
|
|
450
|
102
|
451 Wed Feb 26 18:09:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
452
|
|
453 * x11/x-menubar.el (default-menubar): `FAQ' should be `FAQ
|
|
454 (local)' in Help menu.
|
|
455
|
|
456 Mon Feb 24 18:33:38 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
457
|
|
458 * mule/mule-debug.el (describe-coding-system): Ported from
|
|
459 Mule to XEmacs.
|
|
460
|
|
461 * mule/mule-x-init.el (x-use-halfwidth-roman-font): New
|
|
462 function:
|
|
463 "Maybe set charset registry of the 'ascii charset to ROMAN-REGISTRY.
|
|
464
|
|
465 Do this only if:
|
|
466 - the current display is an X device
|
|
467 - the displayed width of FULLWIDTH-CHARSET is twice the displayed
|
|
468 width of the 'ascii charset, but only when using ROMAN-REGISTRY.
|
|
469
|
|
470 Traditionally, Asian characters have been displayed so that they
|
|
471 occupy exactly twice the screen space of ASCII (`halfwidth')
|
|
472 characters. On many systems, e.g. Sun CDE systems, this can only be
|
|
473 achieved by using a national variant roman font to display ASCII."
|
|
474
|
100
|
475 Sun Feb 23 12:56:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
476
|
|
477 * edebug/edebug.el: Synch up with Emacs 19.34.
|
|
478
|
|
479 * prim/itimer-autosave.el (auto-save-timeout): Increase to 960.
|
|
480
|
|
481 Sat Feb 22 17:11:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
482
|
|
483 * prim/loadup.el: Dump new file itimer-autosave.el.
|
|
484
|
|
485 Sat Feb 22 17:06:32 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
486
|
|
487 * prim/itimer.el: Cleanup, removal of autosave cruft.
|
|
488
|
|
489 Fri Feb 21 09:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
490
|
|
491 * prim/simple.el (line-move-ignore-invisible): Reverse previous
|
|
492 change to make this default to nil again.
|
|
493
|
|
494 Thu Feb 20 14:30:50 1997 Jamie Zawinski <jwz@netscape.com>
|
|
495
|
|
496 * prim/files.el (hack-local-variables-prop-line): New version.
|
|
497
|
|
498 Thu Feb 20 11:14:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
499
|
|
500 * prim/files.el: Delete definition of dired-kept-versions.
|
|
501
|
|
502 * prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)
|
|
503
|
|
504 Wed Feb 19 15:47:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
505
|
|
506 * packages/vc.el (diff-switches): Restore since this global
|
|
507 variable went away with the passing of ange-ftp.
|
|
508
|
|
509 * utils/autoload.el (generate-file-autoloads-1): Don't let
|
|
510 find-file-hooks be run.
|
|
511 (update-file-autoloads): Ditto.
|
|
512 (update-autoloads-from-directory): Ditto.
|
|
513
|
|
514 * x11/x-menubar.el (default-menubar): Correct unguarded reference
|
|
515 to fast-lock-mode variable.
|
|
516
|
|
517 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
518
|
110
|
519 * utils/eldoc.el (eldoc-message-commands): Doc fixes.
|
100
|
520 (eldoc-message): Make function, not macro.
|
|
521
|
110
|
522 * utils/eldoc.el (eldoc-last-message): New internal variable.
|
100
|
523 (eldoc-mode): Initialize it to nil.
|
|
524 (eldoc-message): Use it.
|
|
525 (eldoc-print-current-symbol-info): Use it.
|
|
526
|
110
|
527 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
|
100
|
528 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
|
|
529 idle timers in Emacs.
|
|
530
|
110
|
531 * utils/eldoc.el (eldoc-message-commands-table-size): New constant.
|
100
|
532 (eldoc-add-command): Use it to initialize eldoc-message-commands.
|
|
533
|
110
|
534 * utils/eldoc.el (eldoc-display-message-no-interference-p): New
|
|
535 function.
|
100
|
536 (eldoc-display-message-p): Use it.
|
|
537
|
110
|
538 * utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
|
100
|
539 Arg sym no longer optional.
|
|
540 Do not initialize arg if nil.
|
|
541
|
110
|
542 * utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted.
|
100
|
543 (eldoc-beginning-of-sexp): New function.
|
|
544 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
|
|
545 Use eldoc-current-symbol to get symbol at point.
|
|
546
|
110
|
547 * utils/eldoc.el
|
|
548 (eldoc-function-argstring-from-docstring-method-table): Forge
|
|
549 docstrings for `and', `or', `list', `+', and `-'.
|
100
|
550
|
110
|
551 * utils/eldoc.el (eldoc-add-command-completions): New function.
|
100
|
552 (eldoc-add-command): Take list of args.
|
|
553 No longer interactive.
|
|
554 (eldoc-remove-command-completions): New function.
|
|
555 (eldoc-remove-command): Take list of args.
|
|
556 No longer interactive.
|
|
557
|
110
|
558 * utils/eldoc.el: Initialize eldoc-message-commands using
|
100
|
559 eldoc-add-command-completions.
|
|
560
|
110
|
561 * utils/eldoc.el (eldoc-display-message-p): New function.
|
100
|
562 Return nil if cursor-in-echo-area, or using idle timers and a
|
|
563 command is still active.
|
|
564 (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
|
|
565
|
|
566 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se>
|
|
567
|
|
568 * packages/paren.el (paren-highlight): Minor typo correction.
|
|
569
|
|
570 Tue Feb 18 13:05:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
571
|
|
572 * prim/loadup.el: Dump new file custom-xmas.
|
|
573
|
|
574 Mon Feb 17 21:01:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
575
|
|
576 * prim/help.el (function-compatible-p): New function.
|
|
577 (function-compatibility-doc): New function.
|
|
578 (describe-function-1): Use them.
|
|
579 (variable-compatible-p): New function.
|
|
580 (variable-compatibility-doc): New function.
|
|
581 (describe-variable): Use them.
|
|
582
|
|
583 Mon Feb 17 19:12:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
584
|
|
585 * prim/obsolete.el (x-color-values): Added for Emacs
|
|
586 compatibility.
|
|
587
|
|
588 Mon Feb 17 18:11:24 1997 Michael Kifer <kifer@CS.SunySB.EDU>
|
|
589
|
|
590 * prim/files.el (file-remote-p): Force load of EFS if not already
|
|
591 loaded.
|
|
592
|
|
593 Mon Feb 17 17:45:23 1997 Bob Weiner <weiner@infodock.com>
|
|
594
|
|
595 * modes/lisp-mode.el (eval-last-sexp): Do something special if
|
|
596 evaluating (interactive ...).
|
|
597
|
|
598 Sun Feb 16 21:49:18 1997 Bjorn Victor <Bjorn.Victor@DoCS.UU.SE>
|
|
599
|
|
600 * utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
|
|
601 face is neither nil nor cons.
|
|
602
|
|
603 Sun Feb 16 14:26:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
604
|
|
605 * prim/loadup.el: Try not dumping font.elc.
|
|
606
|
|
607 * prim/obsolete.el (display-column-mode): Remove column.el and
|
|
608 leave a forwarding address.
|
|
609
|
|
610 Sat Feb 15 23:21:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
611
|
|
612 * prim/minibuf.el (read-from-minibuffer): Don't put evaluated
|
|
613 expressions in the minibuffer history list.
|
|
614
|
|
615 Sat Feb 15 22:57:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
616
|
|
617 * packages/scroll-in-place.el (scroll-signal-boundary-error):
|
|
618 Allow user to suspend error signals.
|
|
619
|
|
620 Sat Feb 15 21:43:49 1997 John Turner <turner@branagh.ta52.lanl.gov>
|
|
621
|
|
622 * packages/column.el (current-line): Correct defaults for starting
|
|
623 at 1, remove an obsolete variable.
|
|
624
|
|
625 Sat Feb 15 20:17:46 1997 Hal Peterson <hrp@netstar.com>
|
|
626
|
|
627 * packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
|
|
628 `cvs log'
|
|
629
|
|
630 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
631
|
|
632 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
633 macro.
|
|
634
|
|
635 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
636
|
|
637 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
638 macro.
|
|
639 (edmacro-fix-menu-commands): Would bug out on 'control, etc.
|
|
640 (edmacro-events-to-keys): New function.
|
|
641 (edmacro-format-keys): Use it.
|
|
642 (edmacro-finish-edit): Compare to macros, not strings.
|
|
643 (edmacro-fkeys): New function.
|
|
644 (edmacro-format-keys): Use it.
|
|
645 (edit-kbd-macro): Tweak.
|
|
646
|
98
|
647 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
648
|
|
649 * packages/info.el: Don't call switch-to-buffer if the Info frame
|
|
650 is being deleted.
|
|
651
|
|
652 Sat Feb 15 12:07:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
653
|
|
654 * prim/simple.el (previous-line): Allow escape from signaled error
|
|
655 on buffer boundary.
|
|
656 (next-line): Ditto.
|
|
657
|
|
658 Sat Feb 15 11:05:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
659 * utils/redo.el: made before and after status messages so that
|
|
660 the user is aware if a long action is still being processed.
|
|
661
|
|
662 rolled version number up to 1.00, since the package seems to be
|
|
663 stable.
|
|
664
|
|
665 cosmetic changes so the file could be included in the XEmacs
|
|
666 distribution.
|
|
667
|
|
668 Sat Feb 15 11:13:05 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
669
|
|
670 * prim/simple.el (line-move-ignore-invisible): Change default to
|
|
671 t.
|
|
672
|
|
673 Sat Feb 15 01:04:21 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
674
|
|
675 * prim/macros.el: Removed. Superseded by new version in
|
|
676 edmacro.el.
|
|
677
|
|
678 Fri Feb 14 23:29:16 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
679
|
|
680 * modes/executable.el (executable-set-magic): Correct for the #!
|
|
681 getting lost.
|
|
682
|
|
683 Fri Feb 14 23:10:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
684
|
|
685 * prim/modeline.el (modeline-modified-map): Call
|
|
686 vc-toggle-read-only instead of toggle-read-only to be consistent
|
|
687 with override of `C-x C-q'.
|
|
688
|
|
689 Fri Feb 14 16:11:10 1997 Jonathon Edwards <edwards@intranet.com>
|
|
690
|
|
691 * packages/blink-cursor.el (blink-cursor-post-command-hook): stop
|
|
692 cursor blink momentarily after receiving user input.
|
|
693
|
|
694 Fri Feb 14 15:26:38 1997 Jacques Duthen <duthen@club-internet.fr>
|
|
695
|
|
696 * x11/x-menubar.el (default-menubar): mine goes into games menu.
|
|
697
|
|
698 Thu Feb 13 22:16:09 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
699
|
|
700 * prim/files.el (recover-session-finish): Modify for efs.
|
|
701
|
|
702 Thu Feb 13 21:23:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
703
|
|
704 * prim/files.el (file-remote-p): New function.
|
|
705
|
|
706 * sunpro/sunpro-load.el: Do not dump mime-setup under any
|
|
707 circumstances.
|
|
708
|
|
709 Thu Feb 13 17:58:09 1997 Richard Mlynarik <mly@adoc.xerox.com>
|
|
710
|
|
711 * prim/obsolete.el (insert-before-markers-and-inherit): Correct
|
|
712 typo.
|
|
713
|
|
714 Wed Feb 12 17:48:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
715
|
|
716 * comint/gdb.el (gdb-control-c-subjob): Nuke this loser.
|
|
717
|
|
718 Wed Feb 12 13:58:01 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
719
|
|
720 * utils/edmacro.el: New file.
|
|
721
|
|
722 Wed Feb 12 09:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
723
|
|
724 * prim/sound.el (load-sound-file): Update documentation of
|
|
725 restrictions on what machines XEmacs can play sound on.
|
|
726
|
|
727 Tue Feb 11 09:39:25 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
728
|
|
729 * prim/glyphs.el (init-glyphs): Correct autodetection to find
|
|
730 GIF89. Look for PNG.
|
|
731
|
|
732 Mon Feb 10 21:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
733
|
|
734 * prim/frame.el (show-temp-buffer-in-current-frame): Conditional
|
|
735 shrink-to-fit behavior on `temp-buffer-shrink-to-fit'.
|
|
736
|
|
737 * packages/apropos.el (apropos-print): Ditto.
|
|
738
|
|
739 * prim/lisp.el (lisp-complete-symbol): Ditto.
|
|
740
|
|
741 * prim/help.el (with-displaying-help-buffer): Ditto.
|
|
742
|
|
743 Mon Feb 10 20:58:19 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
744
|
|
745 * x11/x-toolbar.el: Allow customization of toolbar functions by
|
|
746 customizable variables.
|
|
747
|
|
748 Mon Feb 10 14:58:05 1997 Greg Klanderman <greg@alphatech.com>
|
|
749
|
|
750 * comint/gdb.el (gdb-mode): Correct setting of obsolete hook.
|
|
751
|
|
752 Sun Feb 9 19:55:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
753
|
|
754 * prim/obsolete.el (define-compatible-variable-alias): New function.
|
|
755 (define-compatible-variable-alias): New function.
|
|
756 .*mode-line.*, frame-parameters, modify-frame-parameters,
|
|
757 x-display-.* all made compatible not obsolete.
|
|
758
|
|
759 * bytecomp/bytecomp.el (byte-compile-variable-ref): Warn for
|
|
760 compatibility symbols.
|
|
761 (byte-compile-compatible): New function.
|
|
762
|
|
763 * bytecomp/bytecomp-runtime.el (make-compatible): New function.
|
|
764 (make-compatible-variable): New function.
|
|
765
|
|
766 Sun Feb 9 19:14:25 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
767
|
|
768 * utils/redo.el: New file.
|
|
769
|
|
770 * utils/floating-toolbar.el: New file.
|
|
771
|
|
772 Sun Feb 9 15:19:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
773
|
|
774 * custom/custom.el: Remove ;;;###autoloads since this file is
|
|
775 dumped with XEmacs.
|
|
776
|
|
777 Sun Feb 9 00:28:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
778
|
|
779 * custom/widget.el: New file.
|
|
780
|
|
781 * custom/widget-example.el: New file.
|
|
782
|
|
783 * custom/widget-edit.el: New file.
|
|
784
|
|
785 * custom/custom.el: New file.
|
|
786
|
|
787 * custom/custom-edit.el: New file.
|
|
788
|
96
|
789 Fri Feb 7 03:09:32 1997 Alastair Burt <burt@dfki.uni-sb.de>
|
|
790
|
|
791 * bytecomp/bytecomp.el (byte-compile-insert-header): Correct
|
|
792 typo.
|
|
793
|
|
794 Thu Feb 6 17:14:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
795
|
|
796 * packages/font-lock.el (font-lock-fontify-keywords-region):
|
|
797 Correct bounds checking in case the keywords regexp is not
|
|
798 properly anchored.
|
|
799
|
|
800 * packages/ps-print.el: Update maintainer address.
|
|
801
|
|
802 Thu Feb 6 12:35:39 1997 Bill Dubuque <wgd@martigny.ai.mit.edu>
|
|
803
|
|
804 * cl/cl-macs.el (cl-do-proclaim): Correct addition of bound
|
|
805 variables to `byte-compile-bound-variables'.
|
|
806
|
|
807 Thu Feb 6 01:07:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
808
|
|
809 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
810 Reverse previous patch.
|
|
811
|
|
812 * prim/minibuf.el (use-dialog-box): Rename from
|
|
813 should-use-dialog-box.
|
|
814 (should-use-dialog-box-p): Use it.
|
|
815
|
|
816 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
817 cell is not a cons when the cl declare macro is used.
|
|
818
|
|
819 Wed Feb 5 21:37:13 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
820
|
|
821 * modes/cperl-mode.el: Provide 'cperl-mode.
|
|
822
|
94
|
823 Tue Feb 4 11:51:25 1997 Greg Klanderman <greg@alphatech.com>
|
|
824
|
|
825 * modes/make-mode.el: Remove `makefile-runtime-macros-list' from
|
|
826 `makefile-macro-table'.
|
|
827
|
|
828 Tue Feb 4 11:06:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
829
|
|
830 * packages/metamail.el (metamail-region): *junet* coding system
|
|
831 name changed to 'junet.
|
|
832
|
|
833 Mon Feb 3 22:34:09 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
834
|
|
835 * iso/iso-acc.el: Critical Bug fix.
|
|
836 Add ISO-8859-3 support to iso-acc.el, as suggested by Dale
|
|
837 Gulledge.
|
|
838
|
|
839 Mon Feb 3 17:11:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
840
|
|
841 * modes/make-mode.el (makefile-browser-format-macro-line): Remove
|
|
842 redundant (and wrong) format statement.
|
|
843
|
88
|
844 Fri Jan 31 21:38:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
845
|
|
846 * psgml/psgml-html.el (html-auto-sgml-entity-conversion): Allow
|
|
847 user control over automatic sgml entity to ISO-8859-1 conversion.
|
|
848
|
|
849 Fri Jan 31 09:50:51 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
850
|
|
851 * x11/x-toolbar.el (toolbar-mail-commands-alist): Updated with a
|
|
852 lot of new mailer possiblities.
|
|
853
|
|
854 Fri Jan 31 09:28:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
855
|
|
856 * x11/x-font-menu.el (reset-device-font-menus): Correct guard on
|
|
857 charset-registry call.
|
|
858
|
|
859 Fri Jan 31 00:21:07 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
860
|
|
861 * packages/font-lock.el (font-lock-mode): Don't remove the
|
|
862 `font-lock-pre-idle-hook' from `pre-idle-hook'.
|
|
863
|
|
864 Thu Jan 30 22:43:43 1997 David Moore <dmoore@UCSD.EDU>
|
|
865
|
|
866 * packages/compile.el: Speed up regexps.
|
|
867 (compilation-parse-errors): replace re-search-forward with
|
|
868 something faster.
|
|
869
|
|
870 Thu Jan 30 20:33:56 1997 Hvoje Niksic <hniksic@srce.hr>
|
|
871
|
|
872 * x11/x-toolbar.el
|
|
873 (toolbar-open,toolbar-dired,toolbar-save,toolbar-print,toolbar-cut,toolbar-copy,toolbar-paste,toolbar-undo,toolbar-replace):
|
|
874 New functions.
|
|
875 (toolbar-news): Allow running without separate frame.
|
|
876 (toolbar-mail-commands-alist): New variable.
|
|
877 (toolbar-mail-reader): Ditto.
|
|
878 (toolbar-mail): Use them.
|
|
879
|
|
880 * x11/x-menubar.el: Shorten help menu item names.
|
|
881
|
|
882 Thu Jan 30 17:22:15 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
883
|
|
884 * iso/iso-acc.el: Accept accents in isearch.
|
|
885
|
|
886 Wed Jan 29 22:25:38 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
887
|
|
888 * packages/ps-print.el: Make postscript files generated by
|
|
889 ps-print conformant to Adobe DSC specification.
|
|
890
|
86
|
891 Mon Jan 27 21:45:17 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
892
|
|
893 * dired/ange-ftp.el (ange-ftp-write-region): Changes for jka-compr.
|
|
894
|
|
895 * packages/jka-compr.el (jka-compr-write-region): Convert to 20.0
|
|
896 write-region interface.
|
|
897
|
|
898 Mon Jan 27 19:09:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
899
|
|
900 * prim/about.el (about-xemacs): Updated to reflect change of
|
|
901 management.
|
|
902
|
|
903 Mon Jan 27 13:25:17 1997 William M. Perry <wmperry@aventail.com>
|
|
904
|
|
905 * packages/man.el (Manual-entry-switches): Don't default to -s.
|
|
906
|
|
907 Sun Jan 26 16:27:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
908
|
|
909 * bytecomp/byte-optimize.el (byte-compile-inline-expand):
|
|
910 Correctly refresh the pointer to a symbol being autoloaded prior
|
|
911 to inline.
|
|
912
|
|
913 Sun Jan 26 13:57:22 1997 Bob Weiner <weiner@infodock.com>
|
|
914
|
|
915 * prim/about.el (about-xemacs-xref): Update bio.
|
|
916
|
|
917 Sat Jan 25 22:58:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
918
|
|
919 * x11/x-menubar.el (default-menubar): Update ps-paper-type options
|
|
920 for new ps-print.el.
|
|
921
|
84
|
922 Thu Jan 23 01:40:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
923
|
|
924 * psgml/psgml-html.el (html-mode): Set up friendlier syntax
|
|
925 table.
|
|
926
|
|
927 * psgml/psgml.el (sgml-running-xemacs): Remove
|
|
928 sgml-mode-syntax-table since it has been superseded.
|
|
929
|
82
|
930 Thu Jan 9 13:32:01 1997 Jacques Duthen Prestataire <duthen@cegelec-red.fr>
|
|
931
|
|
932 * ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
|
|
933 <simon@gnu.ai.mit.edu>
|
|
934 (ps-print-version): Fix value.
|
|
935 (cl lisp-float-type): Require them.
|
|
936 (ps-number-of-columns ps-*-font-size): Try to select defaults
|
|
937 better suited when `ps-landscape-mode' is non-nil.
|
|
938 (ps-*-faces): Change default for Font Lock mode faces when
|
|
939 `ps-print-color-p' is nil.
|
|
940 (ps-right-header): Replace `time-stamp-yy/mm/dd'
|
|
941 by `time-stamp-mon-dd-yyyy'.
|
|
942 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
|
|
943 (ps-generate-postscript-with-faces): Replace `ps-sorter' by
|
|
944 `car-less-than-car'.
|
|
945 (ps-plot ps-generate): Replace `%d' by `%3d'.
|
|
946
|
|
947 Wed Jan 22 15:32:39 1997 Greg Klanderman <greg@alphatech.com>
|
|
948
|
|
949 * modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
|
|
950 minibuffer earlier than the first received event.
|
|
951
|
|
952 Wed Jan 22 15:29:08 1997 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
953
|
|
954 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
|
|
955 menu-bar lookup fails.
|
|
956
|
|
957 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
958
|
|
959 * lisp/x11/x-font-menu.el: Make font menus work better in a
|
|
960 Japanese environment.
|
|
961
|
|
962 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
963
|
|
964 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.
|
|
965
|
|
966 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
967
|
|
968 * man.el (Manual-mode): Don't mess with scrollbars if they aren't
|
|
969 present.
|
|
970
|
|
971 Tue Jan 21 19:52:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
972
|
|
973 * utils/timezone.el (timezone-parse-date): Fix Y2K bug.
|
|
974
|
|
975 Tue Jan 21 19:32:44 1997 Barry A. Warsaw <bwarsaw@anthem.cnri.reston.va.us>
|
|
976
|
|
977 * prim/files.el (hack-local-variables-prop-line): XEmacs should
|
|
978 not query to set local variables in the -*- line if there aren't
|
|
979 any to set!
|
|
980
|
|
981 Thu Jan 16 18:24:20 1997 Steven L Baur <steve@miranova.com>
|
|
982
|
|
983 * psgml/psgml.el: Use newer interface form for nsgmls.
|
|
984
|
|
985 Thu Jan 16 04:06:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
986
|
|
987 * comint/telnet.el (rsh): (Mostly) correct dealing with detection
|
|
988 of password prompt at login.
|
|
989
|
|
990 Thu Jan 16 03:28:25 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
991
|
|
992 * modes/view.el (View-scroll-lines-forward): Correct format typo.
|
|
993
|
|
994 Mon Jan 13 22:50:23 1997 David Moore <dmoore@UCSD.EDU>
|
|
995
|
|
996 * packages/compile.el: Clean up regexps.
|
|
997
|
|
998 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
999
|
|
1000 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.
|
|
1001
|
108
|
1002 Sun Jan 12 18:49:30 1997 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
82
|
1003
|
|
1004 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
|
|
1005 alias
|
|
1006 Import definition of `truncate-string-to-width' from Emacs/mule-delta.
|
|
1007
|
|
1008 Sun Jan 12 13:57:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1009
|
|
1010 * prim/window.el (shrink-window-if-larger-than-buffer): Don't let
|
|
1011 readjusted window change the buffer order stack.
|
|
1012
|
|
1013 Sat Jan 11 20:12:47 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
1014
|
|
1015 * utils/finder.el (finder-insert-at-column): Correct off-by-one
|
|
1016 error affecting long file names.
|
|
1017
|
80
|
1018 Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com>
|
|
1019
|
|
1020 * utils/bench.el: New version.
|
|
1021
|
|
1022 Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1023
|
|
1024 * packages/man.el (Manual-entry-switches): New variable.
|
|
1025 (Manual-apropos-switches): New variable.
|
|
1026 (Manual-run-formatter): Use them.
|
|
1027
|
|
1028 Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com>
|
|
1029
|
|
1030 * modes/make-mode.el: Allow disabling of suspicious line warnings
|
|
1031 allow macro pickup when a macro is entered normally
|
|
1032 add the runtime macros to the completion list so confirmation is
|
|
1033 not necessary when minibuffer-confirm-incomplete is t.
|
|
1034 (these last two only in effect when makefile-electric-keys=t)
|
|
1035
|
|
1036 Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1037
|
|
1038 * mule/mule-files.el (file-coding-system-alist): Default to 8 bit
|
|
1039 on .el and .info files.
|
|
1040
|
|
1041 Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1042
|
|
1043 * prim/help.el (help-mode-quit): Correct typo in docstring.
|
|
1044 (help-mode-quit): Bury help buffer before restoring previous
|
|
1045 window configuration.
|
|
1046
|
|
1047 Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
1048
|
|
1049 * x11/x-menubar.el (default-menubar): Include enriched.doc in the
|
|
1050 samples in the help menu.
|
|
1051
|
|
1052 Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
1053
|
|
1054 * x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
|
|
1055 (toolbar-news): Use it.
|
|
1056
|
|
1057 Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1058
|
|
1059 * x11/x-compose.el (global-map): Keysyms use `-' not `_'.
|
|
1060
|
|
1061 Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1062
|
|
1063 * comint/telnet.el (telnet-initial-filter): Enable
|
|
1064 case-fold-search.
|
|
1065 (telnet-maximum-count): Bump up to 6, since 4 does not always
|
|
1066 appear to be enough.
|
|
1067
|
|
1068 Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu>
|
|
1069
|
|
1070 * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
|
|
1071 has been renamed to no-conversion.
|
|
1072 (sgml-bdtd-merge): Ditto.
|
|
1073 (sgml-push-to-entity): Ditto.
|
|
1074
|
|
1075 Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1076
|
|
1077 * utils/loadhist.el (symbol-file): Make interactive.
|
|
1078
|
|
1079 Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com>
|
|
1080
|
|
1081 * packages/avoid.el (mouse-avoidance-mode): autoload.
|
|
1082
|
|
1083 * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
|
|
1084 mode option.
|
|
1085
|
78
|
1086 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1087
|
|
1088 * prim/faces.el (init-other-random-faces): Guard against adding
|
|
1089 modeline buffer tty face if no tty support.
|
|
1090
|
|
1091 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com>
|
|
1092
|
|
1093 * packages/backup-dir.el: Added to distribution.
|
|
1094
|
|
1095 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1096
|
|
1097 * gnus/gnus-setup.el: Updated to gracefully handle installed
|
|
1098 auxilliary packages like tm, and handle eventual integration of
|
|
1099 Red Gnus/Gnus 5.4.
|
|
1100
|
|
1101 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
1102
|
|
1103 * packages/gnuserv.el (gnuserv-frame): Autoload.
|
|
1104
|
|
1105 * x11/x-menubar.el (default-menubar): Add option to control gnuserv
|
|
1106 creating a new frame.
|
|
1107 (options-menu-saved-forms): Ditto.
|
|
1108
|
|
1109 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1110
|
|
1111 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
|
|
1112 feature test on 'scrollbar.
|
|
1113
|
|
1114 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1115
|
|
1116 * packages/mic-paren.el (paren-activate): Update to v1.2.
|
|
1117
|
|
1118 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu>
|
|
1119
|
|
1120 * x11/x-menubar.el (default-menubar): Add require-final-newline
|
|
1121 and next-line-add-newlines as options in the options menu.
|
|
1122 (options-menu-saved-forms): Ditto.
|
|
1123
|
|
1124 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com>
|
|
1125
|
|
1126 * prim/simple.el (blink-matching-open): Make sure point is visible
|
|
1127 when blinking.
|
|
1128
|
|
1129 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
1130
|
|
1131 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
|
|
1132 synch up.
|
|
1133 (occur-mode-map): Ditto.
|
|
1134
|
|
1135 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1136
|
|
1137 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
|
|
1138 sgml-top-tree. Needed by sgml-open-element.
|
|
1139
|
|
1140 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1141
|
|
1142 * Version 1.0 released.
|
|
1143
|
|
1144 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1145
|
|
1146 * psgml.el (sgml-mode): modify mode-line-format with subst, don't
|
|
1147 replicate the whole format in the code.
|
|
1148
|
|
1149 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
1150
|
|
1151 * psgml-parse.el (sgml-external-file): Try to find system
|
|
1152 identifiers using the sgml-public-map
|
|
1153 if sgml-system-identifiers-are-preferred; this way that flag will
|
|
1154 have effect even if the sgml-public-map contains `%s'.
|
|
1155 (sgml-final): moved to be defined before use.
|
|
1156
|
|
1157 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
|
|
1158 character references to character number above 255 by leaving a
|
|
1159 character reference in then parsed entity text.
|
|
1160
|
|
1161 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk>
|
|
1162
|
|
1163 * psgml-other.el (sgml-set-face-for): Nullify
|
|
1164 {after,before}-change-functions as well as (obsolete)
|
|
1165 {after,before}-change-function.
|
|
1166
|
|
1167 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1168
|
|
1169 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
|
|
1170 prior to starting gdb.
|
|
1171
|
|
1172 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1173
|
|
1174 * comint/telnet.el (telnet-check-software-type-initialize): Remove
|
|
1175 default in cond (which allows special treatment of password prompt
|
|
1176 to work).
|
|
1177
|
|
1178 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
1179
|
|
1180 * packages/gnuserv.el (server-edit): Add option to allow killing
|
|
1181 last visible frame.
|
|
1182
|
|
1183 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1184
|
|
1185 * prim/files-nomule.el: Add trailing newline.
|
|
1186
|
|
1187 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org>
|
|
1188
|
|
1189 * modes/perl-mode.el: Add (provide 'perl-mode).
|
|
1190
|
|
1191 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1192
|
|
1193 * ilisp/Makefile (elc): Be a little smarter about recompilation.
|
|
1194
|
|
1195 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1196
|
|
1197 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.
|
|
1198
|
76
|
1199 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1200
|
|
1201 * x11/x-menubar.el (default-menubar): Move Frame-local font menu
|
|
1202 option to Frame Appearance submenu.
|
|
1203
|
|
1204 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1205
|
|
1206 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
|
|
1207 nil, because everyone was confused by it defaulting to t.
|
|
1208
|
|
1209 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
1210
|
|
1211 * prim/sort.el (sort-subr): Document use of `sort-fold-case'.
|
|
1212 (sort-lines): Ditto.
|
|
1213 (sort-paragraphs): Ditto.
|
|
1214 (sort-pages): Ditto.
|
|
1215 (sort-regexp-fields): Ditto.
|
|
1216 (sort-numeric-fields): Ditto.
|
|
1217 (sort-regexp-fields): Ditto.
|
|
1218 (sort-columns): Ditto.
|
|
1219 (sort-regexp-fields): Use compare-buffer-substrings if available.
|
|
1220
|
|
1221 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu>
|
|
1222
|
|
1223 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
|
|
1224 expansion from happening multiple times.
|
|
1225
|
|
1226 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1227
|
|
1228 * prim/help.el (help-for-help): Don't confuse help character `b'
|
|
1229 with scrolling character `b' in view-less help buffer.
|
|
1230
|
|
1231 * packages/scroll-in-place.el: Synch with 19.15.
|
|
1232
|
|
1233 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1234
|
|
1235 * x11/x-menubar.el (xemacs-splash-buffer): New function.
|
|
1236 (default-menubar): Use it.
|
|
1237 (default-menubar): Reorganize help menus.
|
|
1238
|
|
1239 * prim/startup.el (startup-message-timeout): More or less disable
|
|
1240 the timeout of the splash screen.
|
|
1241
|
|
1242 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's
|
|
1243 Rosetta Man patch.
|
|
1244 (Manual-nuke-nroff-bs): Use it.
|
|
1245
|
|
1246 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1247
|
|
1248 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
|
|
1249 buffer to fit.
|
|
1250
|
|
1251 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1252
|
|
1253 * utils/delbackspace.el: Correct rebindings so they work properly
|
|
1254 when cc-mode is not dumped with XEmacs.
|
|
1255
|
|
1256 * packages/apropos.el (apropos-print): Minimize size of *Apropos*
|
|
1257 window if it is small.
|
|
1258
|
|
1259 * prim/lisp.el (lisp-complete-symbol): Minimize size of
|
|
1260 *Completions* window.
|
|
1261
|
|
1262 * prim/help.el (with-displaying-help-buffer): (Based on an idea
|
|
1263 from Sudish Joseph) minimize size of displayed help window.
|
|
1264
|
|
1265 * modes/fortran.el (fortran-window-create-momentarily): Fix
|
|
1266 lossage from synch with Emacs 19.34.
|
|
1267 (fortran-abbrev-start): Ditto.
|
|
1268
|
|
1269 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
1270
|
|
1271 * x11/x-toolbar.el (toolbar-news): Check whether this is the last
|
|
1272 frame before deleting it.
|
|
1273
|
|
1274 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com>
|
|
1275
|
|
1276 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
|
|
1277 as well as linefeeds.
|
|
1278
|
|
1279 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism
|
|
1280 in setting unread-command-events.
|
|
1281
|
|
1282 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com>
|
|
1283
|
|
1284 * packages/font-lock.el: Update Java support.
|
|
1285
|
|
1286 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1287
|
|
1288 * packages/fontl-hooks.el: Add provide (synch with 19.15).
|
|
1289
|
|
1290 * x11/x-toolbar.el: Don't quote lambda macro.
|
|
1291
|
|
1292 * packages/session.el: Removed from distribution.
|
|
1293
|
|
1294 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
1295
|
|
1296 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
1297
|
74
|
1298 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1299
|
|
1300 * packages/compile.el (compilation-error-regexp-alist): Complete
|
|
1301 fix for lossage on bad regexps.
|
|
1302
|
|
1303 * prim/loadup.el: Remove cc-mode as a dumped package.
|
|
1304
|
|
1305 * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.
|
|
1306
|
|
1307 * prim/minibuf.el (minibuffer-complete-word): Correct an ebola
|
|
1308 infection that caused incorrect interpretation of SPC in the
|
|
1309 minibuffer.
|
|
1310
|
|
1311 Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
1312
|
|
1313 * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
|
|
1314 Add Show all item.
|
|
1315
|
|
1316 Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
1317
|
|
1318 * prim/files.el: Make enable-local-variables 'ask-me behave sanely.
|
|
1319
|
|
1320 Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1321
|
|
1322 * prim/simple.el (next-line-add-newlines): Now defaults to nil.
|
|
1323
|
|
1324 Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
1325
|
|
1326 * utils/bench.el (bench-mark-13): Added.
|
|
1327
|
|
1328 Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1329
|
|
1330 * mule/mule-coding.el: Change charset names.
|
|
1331
|
|
1332 * mule/japanese-hooks.el: Change charset names.
|
|
1333
|
|
1334 * mule/hebrew-hooks.el: Change charset names.
|
|
1335 Remove quail hooks.
|
|
1336
|
|
1337 * mule/greek-hooks.el: Change charset names.
|
|
1338 Remove quail hooks.
|
|
1339
|
|
1340 * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
|
|
1341 charset names.
|
|
1342 Remove quail hooks.
|
|
1343
|
|
1344 * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
|
|
1345 Remove quail hooks.
|
|
1346
|
|
1347 * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
|
|
1348 Use chinese-gb2312.
|
|
1349 Remove quail hooks.
|
|
1350 (chinese): Comment out code for egg.
|
|
1351
|
|
1352 * mule/thai-hooks.el: Use thai-tis620.
|
|
1353 (thai): Prefer macro definition of lambda.
|
|
1354
|
|
1355 * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
|
|
1356 censorship.
|
|
1357
|
|
1358 * prim/obsolete.el (wholenump): New obsolete alias.
|
|
1359
|
|
1360 * prim/simple.el (comment-indent-function): Use macro definition
|
|
1361 of (lambda () ...).
|
|
1362
|
|
1363 * prim/replace.el (list-matching-lines): Remove redundant
|
|
1364 (message (format ...))
|
|
1365
|
|
1366 * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
|
|
1367 a dumped package).
|
|
1368
|
|
1369 Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1370
|
|
1371 * comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
|
|
1372 (telnet-check-software-type-initialize): Cleanup from Synch.
|
|
1373
|
|
1374 Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1375
|
|
1376 * packages/buff-menu.el (list-buffers-directory): autoload.
|
|
1377
|
|
1378 Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1379
|
|
1380 * electric/ebuff-menu.el (electric-buffer-list): Restore behavior
|
|
1381 of using prefix argument.
|
|
1382
|
|
1383 * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
|
|
1384 kp-\1.
|
|
1385
|
|
1386 * emulators/tpu-edt.el: Ditto.
|
|
1387
|
|
1388 * x11/x-win-sun.el: Ditto.
|
|
1389
|
|
1390 * x11/x-iso8859-1.el: Ditto.
|
|
1391
|
|
1392 * term/tvi970.el: Ditto.
|
|
1393
|
|
1394 * term/news.el: Ditto.
|
|
1395
|
|
1396 * term/lk201.el: Ditto.
|
|
1397
|
|
1398 * term/linux.el: Ditto.
|
|
1399
|
|
1400 * prim/keydefs.el: Ditto.
|
|
1401
|
|
1402 * prim/events.el: Ditto.
|
|
1403
|
|
1404 * packages/icomplete.el (icomplete-get-keys): Ditto.
|
|
1405
|
|
1406 * games/gomoku.el (gomoku-mode-map): Ditto.
|
|
1407
|
|
1408 * games/blackbox.el (blackbox-mode-map): Ditto.
|
|
1409
|
|
1410 Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com>
|
|
1411
|
|
1412 * prim/minibuf.el (next-history-element): Remove kludge test on
|
|
1413 minibuffer-history-sexp-flag.
|
|
1414
|
|
1415 * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
|
|
1416 on XEmacsen started on X displays.
|
|
1417
|
|
1418 Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se>
|
|
1419
|
|
1420 * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
|
|
1421 version check to look at major numbers.
|
|
1422 (ilisp-find-top-left-most-window): Ditto.
|
|
1423
|
|
1424 Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1425
|
|
1426 * utils/mail-extr.el (mail-extract-address-components): Don't
|
|
1427 automatically downcase extracted elements. It violates standards.
|
|
1428
|
|
1429 Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1430
|
|
1431 * x11/x-menubar.el (buffers-menu-filter): The buffer menu was
|
|
1432 shortened to `buffers-menu-max-size' items even if
|
|
1433 `buffers-menu-submenus-for-groups-p' is non-nil.
|
|
1434
|
|
1435 Let `buffers-menu-submenus-for-groups-p' be an integer : if there
|
|
1436 are more buffers than this value, use submenus, otherwise not.
|
|
1437
|
|
1438 * packages/vc.el (vc-rename-this-file): New function (was missing,
|
|
1439 but referred to on the menubar).
|
|
1440
|
|
1441 * packages/compile.el (compilation-font-lock-keywords): `defvar'
|
|
1442 instead of `defconst'!
|
|
1443
|
|
1444 * prim/mouse.el (default-mouse-track-normalize-point): Double
|
|
1445 click mouse-1 on sexpr selects the sexpr.
|
|
1446
|
|
1447 * x11/x-menubar.el (options-menu-saved-forms): Fix bug in
|
|
1448 `save-options-menu-settings'.
|
|
1449
|
|
1450 Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1451
|
|
1452 * prim/simple.el (forward-to-indentation): Do not deactivate zmacs
|
|
1453 region on usage.
|
|
1454 (backward-to-indentation): Ditto.
|
|
1455
|
|
1456 Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1457
|
|
1458 * prim/lisp.el (backward-up-list): Do not deactivate zmacs region
|
|
1459 on usage.
|
|
1460
|
|
1461 Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
1462
|
|
1463 * prim/files.el (set-auto-mode): Require a #! signature to set
|
|
1464 mode based on interpreter.
|
|
1465
|
|
1466 Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1467
|
|
1468 * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
|
|
1469 Rosetta Man Patch.
|
|
1470 (Man-cleanup-manpage): Use it.
|
|
1471
|
|
1472 * prim/simple.el (yank): Corrected a mistaken synch with Emacs
|
|
1473 19.34.
|
|
1474
|
|
1475 * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
|
|
1476 syntax entry so update-autoloads doesn't barf.
|
|
1477
|
|
1478 * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
|
|
1479 bindings.
|
|
1480
|
|
1481 Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1482
|
|
1483 * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
|
|
1484 `ps-lpr-switches'.
|
|
1485
|
|
1486 * packages/lpr.el (print-region-1): Allow dynamic expansion of
|
|
1487 `lpr-switches'.
|
|
1488
|
72
|
1489 Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
1490
|
|
1491 * modes/vhdl-mode.el: New File.
|
|
1492
|
|
1493 Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com>
|
|
1494
|
|
1495 * utils/bench.el: New file. Utility for benchmarking emacs
|
|
1496 performance.
|
|
1497
|
|
1498 Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1499
|
|
1500 * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
|
|
1501 bad 19.34 synch patch.
|
|
1502
|
|
1503 * utils/pretty-print.el: New File.
|
|
1504
|
|
1505 Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1506
|
|
1507 * prim/files-nomule.el: Documentation corrections.
|
|
1508
|
|
1509 * prim/files.el: Synch to 19.15/Emacs 19.34.
|
|
1510
|
|
1511 Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1512
|
|
1513 * packages/hexl.el (hexl-mode-map): Corrected obsolescent key
|
|
1514 names introduced in 19.15-b2.
|
|
1515
|
|
1516 Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1517
|
|
1518 * games/yow.el: Sync to GNU Emacs 19.34.
|
|
1519
|
|
1520 * games/studly.el: Documentation fixes.
|
|
1521
|
|
1522 * games/spook.el: Sync to GNU Emacs 19.34.
|
|
1523
|
|
1524 * games/mpuz.el: Sync to GNU Emacs 19.34.
|
|
1525
|
|
1526 * games/life.el: Sync to GNU Emacs 19.34.
|
|
1527
|
|
1528 * games/hanoi.el: Sync to GNU Emacs 19.34.
|
|
1529
|
|
1530 * games/flame.el: Documentation fixes.
|
|
1531
|
|
1532 * games/dunnet.el: Sync to GNU Emacs 19.34.
|
|
1533
|
|
1534 * games/doctor.el: Sync to GNU Emacs 19.34.
|
|
1535
|
|
1536 * games/dissociate.el: Sync to GNU Emacs 19.34.
|
|
1537
|
|
1538 * games/cookie1.el: Sync to GNU Emacs 19.34.
|
|
1539
|
|
1540 * games/conx.el: Documentation fixes.
|
|
1541
|
|
1542 * games/blackbox.el: Sync to GNU Emacs 19.34.
|
|
1543
|
|
1544 * games/NeXTify.el: Documentation fixes.
|
|
1545
|
|
1546 * packages/man.el: New file/replacement from Emacs 19.34.
|
|
1547
|
|
1548 * packages/man-xref.el: New file from Emacs 19.35.
|
|
1549
|
|
1550 * utils/smtpmail.el: New file from Emacs 19.34.
|
|
1551
|
108
|
1552 Fri Dec 6 09:28:04 1996 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
72
|
1553
|
|
1554 * prim/startup.el (set-default-load-path): Set default-load-path
|
|
1555 dynamically since file-detect.el is dumped with XEmacs.
|
|
1556
|
|
1557 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1558
|
|
1559 * emulators/tpu-mapper.el: Total replacement with version in GNU
|
|
1560 Emacs 19.34.
|
|
1561
|
|
1562 * emulators/tpu-extras.el: Total replacement with version in GNU
|
|
1563 Emacs 19.34.
|
|
1564
|
|
1565 * emulators/tpu-edt.el: Total replacement with version in GNU Emacs
|
|
1566 19.34.
|
|
1567
|
|
1568 * comint/history.el: Documentation fixes.
|
|
1569
|
|
1570 * comint/gdb.el: Documentation fixes.
|
|
1571
|
|
1572 * comint/dbx.el: Documentation fixes.
|
|
1573
|
|
1574 * comint/background.el: Documentation fixes.
|
|
1575
|
|
1576 * rmail/rmail-xemacs.el: Documentation fixes.
|
|
1577
|
|
1578 * rmail/rmail-kill.el: Documentation fixes.
|
|
1579
|
|
1580 * emulators/ws-mode.el: Synch up to Emacs 19.34.
|
|
1581
|
|
1582 * emulators/teco.el: Documentation cleanup.
|
|
1583
|
|
1584 * emulators/mlsupport.el: Synch up to Emacs 19.34.
|
|
1585
|
|
1586 * emulators/mlconvert.el: Synch up to Emacs 19.34.
|
|
1587
|
|
1588 * emulators/edt-vt100.el: New file from Emacs 19.34.
|
|
1589
|
|
1590 * emulators/edt-pc.el: New file from Emacs 19.34.
|
|
1591
|
|
1592 * emulators/edt-mapper.el: New file from Emacs 19.34.
|
|
1593
|
|
1594 * emulators/edt-lk201.el: New file from Emacs 19.34.
|
|
1595
|
|
1596 * emulators/edt.el: Synched up to Emacs 19.34.
|
|
1597
|
|
1598 Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1599
|
|
1600 * prim/replace.el (match-string): Use a function instead of a
|
|
1601 macro to be compatible with .elc files compiled under Emacs.
|
|
1602
|
|
1603 Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com>
|
|
1604
|
|
1605 * utils/id-select.el: New file -- Version 1.4.3.
|
|
1606
|
|
1607 Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1608
|
|
1609 * emulators/crisp.el: New file.
|
|
1610
|
|
1611 * emulators/scroll-lock.el: New file.
|
|
1612
|
|
1613 Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1614
|
|
1615 * prim/help.el: A callable library-type function should not
|
|
1616 contain an unprotected print statement. This change implements my
|
|
1617 version of Erik Naggum's statement about locate-library being less
|
|
1618 chatty in Emacs 19.35.
|
|
1619
|
|
1620 Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1621
|
|
1622 * utils/flow-ctrl.el: Synch up to Emacs 19.34.
|
|
1623
|
|
1624 * utils/forms.el: Synch up to Emacs 19.34.
|
|
1625
|
|
1626 * packages/column.el: Allow column numbers to start at one.
|
|
1627
|
|
1628 * prim/userlock.el: Synch up to Emacs 19.34.
|
|
1629
|
|
1630 * prim/paragraphs.el: Synch up to Emacs 19.34.
|
|
1631
|
|
1632 * prim/page.el: Synch up to Emacs 19.34.
|
|
1633
|
|
1634 * prim/options.el: Synch up to Emacs 19.34.
|
|
1635
|
|
1636 * prim/novice.el: Synch up to Emacs 19.34.
|
|
1637
|
|
1638 * prim/rect.el: Sync up to Emacs 19.34.
|
|
1639
|
|
1640 * prim/reposition.el: Synch up to Emacs 19.34.
|
|
1641
|
|
1642 * prim/replace.el: Synch up to Emacs 19.34.
|
|
1643
|
|
1644 * prim/register.el: Synch up to Emacs 19.34.
|
|
1645
|
|
1646 * prim/indent.el: Synch up to Emacs 19.34.
|
|
1647
|
|
1648 * prim/subr.el: Synch up to Emacs 19.34.
|
|
1649
|
|
1650 * prim/simple.el: Synch up to Emacs 19.34.
|
|
1651
|
|
1652 * prim/debug.el: Synch up to Emacs 19.34.
|
|
1653
|
|
1654 * edebug/cl-specs.el: Comment formatting changes.
|
|
1655
|
|
1656 * edebug/cl-read.el: Protect advisement of eval-region from being
|
|
1657 evaluated more than once.
|
|
1658
|
|
1659 Comment formatting changes.
|
|
1660
|
|
1661 * edebug/advise-eval-region.el: New File. Separate out advise for
|
|
1662 eval-region so it is only evaluated once.
|
|
1663
|
|
1664 * packages/icomplete.el: Fix a bug in locating command bound to key.
|
|
1665
|
|
1666 icomplete-exhibit needs to be called in the setup-hook.
|
|
1667
|
|
1668 * packages/apropos.el: Correct a typo in button binding.
|
|
1669
|
|
1670 Fixes the bug where if apropos-label-face is actually defined as
|
|
1671 face, apropos bombs with an error
|
|
1672
|
|
1673 Do a (provide 'apropos), like all packages should.
|
|
1674
|
|
1675 Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
|
|
1676 customization is unnecessarily painful).
|
|
1677
|
|
1678 Redefines the default faces for the various apropos faces so they
|
|
1679 come out in color by default (defaults are based on various
|
|
1680 standard font-lock faces).
|
|
1681
|
|
1682 * version.el: Bumped up to b31.
|
|
1683
|
|
1684
|