82
|
1 Thu Jan 9 13:32:01 1997 Jacques Duthen Prestataire <duthen@cegelec-red.fr>
|
|
2
|
|
3 * ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
|
|
4 <simon@gnu.ai.mit.edu>
|
|
5 (ps-print-version): Fix value.
|
|
6 (cl lisp-float-type): Require them.
|
|
7 (ps-number-of-columns ps-*-font-size): Try to select defaults
|
|
8 better suited when `ps-landscape-mode' is non-nil.
|
|
9 (ps-*-faces): Change default for Font Lock mode faces when
|
|
10 `ps-print-color-p' is nil.
|
|
11 (ps-right-header): Replace `time-stamp-yy/mm/dd'
|
|
12 by `time-stamp-mon-dd-yyyy'.
|
|
13 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
|
|
14 (ps-generate-postscript-with-faces): Replace `ps-sorter' by
|
|
15 `car-less-than-car'.
|
|
16 (ps-plot ps-generate): Replace `%d' by `%3d'.
|
|
17
|
|
18 Wed Jan 22 15:32:39 1997 Greg Klanderman <greg@alphatech.com>
|
|
19
|
|
20 * modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
|
|
21 minibuffer earlier than the first received event.
|
|
22
|
|
23 Wed Jan 22 15:29:08 1997 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
24
|
|
25 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
|
|
26 menu-bar lookup fails.
|
|
27
|
|
28 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
29
|
|
30 * lisp/x11/x-font-menu.el: Make font menus work better in a
|
|
31 Japanese environment.
|
|
32
|
|
33 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
34
|
|
35 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.
|
|
36
|
|
37 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
38
|
|
39 * man.el (Manual-mode): Don't mess with scrollbars if they aren't
|
|
40 present.
|
|
41
|
|
42 Tue Jan 21 19:52:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
43
|
|
44 * utils/timezone.el (timezone-parse-date): Fix Y2K bug.
|
|
45
|
|
46 Tue Jan 21 19:32:44 1997 Barry A. Warsaw <bwarsaw@anthem.cnri.reston.va.us>
|
|
47
|
|
48 * prim/files.el (hack-local-variables-prop-line): XEmacs should
|
|
49 not query to set local variables in the -*- line if there aren't
|
|
50 any to set!
|
|
51
|
|
52 Thu Jan 16 18:24:20 1997 Steven L Baur <steve@miranova.com>
|
|
53
|
|
54 * psgml/psgml.el: Use newer interface form for nsgmls.
|
|
55
|
|
56 Thu Jan 16 04:06:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
57
|
|
58 * comint/telnet.el (rsh): (Mostly) correct dealing with detection
|
|
59 of password prompt at login.
|
|
60
|
|
61 Thu Jan 16 03:28:25 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
62
|
|
63 * modes/view.el (View-scroll-lines-forward): Correct format typo.
|
|
64
|
|
65 Mon Jan 13 22:50:23 1997 David Moore <dmoore@UCSD.EDU>
|
|
66
|
|
67 * packages/compile.el: Clean up regexps.
|
|
68
|
|
69 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
70
|
|
71 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.
|
|
72
|
|
73 Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
74
|
|
75 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
|
|
76 alias
|
|
77 Import definition of `truncate-string-to-width' from Emacs/mule-delta.
|
|
78
|
|
79 Sun Jan 12 13:57:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
80
|
|
81 * prim/window.el (shrink-window-if-larger-than-buffer): Don't let
|
|
82 readjusted window change the buffer order stack.
|
|
83
|
|
84 Sat Jan 11 20:12:47 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
85
|
|
86 * utils/finder.el (finder-insert-at-column): Correct off-by-one
|
|
87 error affecting long file names.
|
|
88
|
80
|
89 Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com>
|
|
90
|
|
91 * utils/bench.el: New version.
|
|
92
|
|
93 Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
94
|
|
95 * packages/man.el (Manual-entry-switches): New variable.
|
|
96 (Manual-apropos-switches): New variable.
|
|
97 (Manual-run-formatter): Use them.
|
|
98
|
|
99 Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com>
|
|
100
|
|
101 * modes/make-mode.el: Allow disabling of suspicious line warnings
|
|
102 allow macro pickup when a macro is entered normally
|
|
103 add the runtime macros to the completion list so confirmation is
|
|
104 not necessary when minibuffer-confirm-incomplete is t.
|
|
105 (these last two only in effect when makefile-electric-keys=t)
|
|
106
|
|
107 Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
108
|
|
109 * mule/mule-files.el (file-coding-system-alist): Default to 8 bit
|
|
110 on .el and .info files.
|
|
111
|
|
112 Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
113
|
|
114 * prim/help.el (help-mode-quit): Correct typo in docstring.
|
|
115 (help-mode-quit): Bury help buffer before restoring previous
|
|
116 window configuration.
|
|
117
|
|
118 Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
119
|
|
120 * x11/x-menubar.el (default-menubar): Include enriched.doc in the
|
|
121 samples in the help menu.
|
|
122
|
|
123 Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
124
|
|
125 * x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
|
|
126 (toolbar-news): Use it.
|
|
127
|
|
128 Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
129
|
|
130 * x11/x-compose.el (global-map): Keysyms use `-' not `_'.
|
|
131
|
|
132 Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
133
|
|
134 * comint/telnet.el (telnet-initial-filter): Enable
|
|
135 case-fold-search.
|
|
136 (telnet-maximum-count): Bump up to 6, since 4 does not always
|
|
137 appear to be enough.
|
|
138
|
|
139 Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu>
|
|
140
|
|
141 * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
|
|
142 has been renamed to no-conversion.
|
|
143 (sgml-bdtd-merge): Ditto.
|
|
144 (sgml-push-to-entity): Ditto.
|
|
145
|
|
146 Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
147
|
|
148 * utils/loadhist.el (symbol-file): Make interactive.
|
|
149
|
|
150 Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com>
|
|
151
|
|
152 * packages/avoid.el (mouse-avoidance-mode): autoload.
|
|
153
|
|
154 * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
|
|
155 mode option.
|
|
156
|
78
|
157 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
158
|
|
159 * prim/faces.el (init-other-random-faces): Guard against adding
|
|
160 modeline buffer tty face if no tty support.
|
|
161
|
|
162 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com>
|
|
163
|
|
164 * packages/backup-dir.el: Added to distribution.
|
|
165
|
|
166 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
167
|
|
168 * gnus/gnus-setup.el: Updated to gracefully handle installed
|
|
169 auxilliary packages like tm, and handle eventual integration of
|
|
170 Red Gnus/Gnus 5.4.
|
|
171
|
|
172 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
173
|
|
174 * packages/gnuserv.el (gnuserv-frame): Autoload.
|
|
175
|
|
176 * x11/x-menubar.el (default-menubar): Add option to control gnuserv
|
|
177 creating a new frame.
|
|
178 (options-menu-saved-forms): Ditto.
|
|
179
|
|
180 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
181
|
|
182 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
|
|
183 feature test on 'scrollbar.
|
|
184
|
|
185 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
186
|
|
187 * packages/mic-paren.el (paren-activate): Update to v1.2.
|
|
188
|
|
189 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu>
|
|
190
|
|
191 * x11/x-menubar.el (default-menubar): Add require-final-newline
|
|
192 and next-line-add-newlines as options in the options menu.
|
|
193 (options-menu-saved-forms): Ditto.
|
|
194
|
|
195 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com>
|
|
196
|
|
197 * prim/simple.el (blink-matching-open): Make sure point is visible
|
|
198 when blinking.
|
|
199
|
|
200 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
201
|
|
202 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
|
|
203 synch up.
|
|
204 (occur-mode-map): Ditto.
|
|
205
|
|
206 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
207
|
|
208 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
|
|
209 sgml-top-tree. Needed by sgml-open-element.
|
|
210
|
|
211 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
212
|
|
213 * Version 1.0 released.
|
|
214
|
|
215 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
216
|
|
217 * psgml.el (sgml-mode): modify mode-line-format with subst, don't
|
|
218 replicate the whole format in the code.
|
|
219
|
|
220 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
221
|
|
222 * psgml-parse.el (sgml-external-file): Try to find system
|
|
223 identifiers using the sgml-public-map
|
|
224 if sgml-system-identifiers-are-preferred; this way that flag will
|
|
225 have effect even if the sgml-public-map contains `%s'.
|
|
226 (sgml-final): moved to be defined before use.
|
|
227
|
|
228 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
|
|
229 character references to character number above 255 by leaving a
|
|
230 character reference in then parsed entity text.
|
|
231
|
|
232 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk>
|
|
233
|
|
234 * psgml-other.el (sgml-set-face-for): Nullify
|
|
235 {after,before}-change-functions as well as (obsolete)
|
|
236 {after,before}-change-function.
|
|
237
|
|
238 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
239
|
|
240 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
|
|
241 prior to starting gdb.
|
|
242
|
|
243 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
244
|
|
245 * comint/telnet.el (telnet-check-software-type-initialize): Remove
|
|
246 default in cond (which allows special treatment of password prompt
|
|
247 to work).
|
|
248
|
|
249 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
250
|
|
251 * packages/gnuserv.el (server-edit): Add option to allow killing
|
|
252 last visible frame.
|
|
253
|
|
254 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
255
|
|
256 * prim/files-nomule.el: Add trailing newline.
|
|
257
|
|
258 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org>
|
|
259
|
|
260 * modes/perl-mode.el: Add (provide 'perl-mode).
|
|
261
|
|
262 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
263
|
|
264 * ilisp/Makefile (elc): Be a little smarter about recompilation.
|
|
265
|
|
266 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
267
|
|
268 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.
|
|
269
|
76
|
270 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
271
|
|
272 * x11/x-menubar.el (default-menubar): Move Frame-local font menu
|
|
273 option to Frame Appearance submenu.
|
|
274
|
|
275 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
276
|
|
277 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
|
|
278 nil, because everyone was confused by it defaulting to t.
|
|
279
|
|
280 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
281
|
|
282 * prim/sort.el (sort-subr): Document use of `sort-fold-case'.
|
|
283 (sort-lines): Ditto.
|
|
284 (sort-paragraphs): Ditto.
|
|
285 (sort-pages): Ditto.
|
|
286 (sort-regexp-fields): Ditto.
|
|
287 (sort-numeric-fields): Ditto.
|
|
288 (sort-regexp-fields): Ditto.
|
|
289 (sort-columns): Ditto.
|
|
290 (sort-regexp-fields): Use compare-buffer-substrings if available.
|
|
291
|
|
292 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu>
|
|
293
|
|
294 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
|
|
295 expansion from happening multiple times.
|
|
296
|
|
297 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
298
|
|
299 * prim/help.el (help-for-help): Don't confuse help character `b'
|
|
300 with scrolling character `b' in view-less help buffer.
|
|
301
|
|
302 * packages/scroll-in-place.el: Synch with 19.15.
|
|
303
|
|
304 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
305
|
|
306 * x11/x-menubar.el (xemacs-splash-buffer): New function.
|
|
307 (default-menubar): Use it.
|
|
308 (default-menubar): Reorganize help menus.
|
|
309
|
|
310 * prim/startup.el (startup-message-timeout): More or less disable
|
|
311 the timeout of the splash screen.
|
|
312
|
|
313 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's
|
|
314 Rosetta Man patch.
|
|
315 (Manual-nuke-nroff-bs): Use it.
|
|
316
|
|
317 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
318
|
|
319 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
|
|
320 buffer to fit.
|
|
321
|
|
322 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
323
|
|
324 * utils/delbackspace.el: Correct rebindings so they work properly
|
|
325 when cc-mode is not dumped with XEmacs.
|
|
326
|
|
327 * packages/apropos.el (apropos-print): Minimize size of *Apropos*
|
|
328 window if it is small.
|
|
329
|
|
330 * prim/lisp.el (lisp-complete-symbol): Minimize size of
|
|
331 *Completions* window.
|
|
332
|
|
333 * prim/help.el (with-displaying-help-buffer): (Based on an idea
|
|
334 from Sudish Joseph) minimize size of displayed help window.
|
|
335
|
|
336 * modes/fortran.el (fortran-window-create-momentarily): Fix
|
|
337 lossage from synch with Emacs 19.34.
|
|
338 (fortran-abbrev-start): Ditto.
|
|
339
|
|
340 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
341
|
|
342 * x11/x-toolbar.el (toolbar-news): Check whether this is the last
|
|
343 frame before deleting it.
|
|
344
|
|
345 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com>
|
|
346
|
|
347 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
|
|
348 as well as linefeeds.
|
|
349
|
|
350 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism
|
|
351 in setting unread-command-events.
|
|
352
|
|
353 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com>
|
|
354
|
|
355 * packages/font-lock.el: Update Java support.
|
|
356
|
|
357 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
358
|
|
359 * packages/fontl-hooks.el: Add provide (synch with 19.15).
|
|
360
|
|
361 * x11/x-toolbar.el: Don't quote lambda macro.
|
|
362
|
|
363 * packages/session.el: Removed from distribution.
|
|
364
|
|
365 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
366
|
|
367 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
368
|
74
|
369 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
370
|
|
371 * packages/compile.el (compilation-error-regexp-alist): Complete
|
|
372 fix for lossage on bad regexps.
|
|
373
|
|
374 * prim/loadup.el: Remove cc-mode as a dumped package.
|
|
375
|
|
376 * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.
|
|
377
|
|
378 * prim/minibuf.el (minibuffer-complete-word): Correct an ebola
|
|
379 infection that caused incorrect interpretation of SPC in the
|
|
380 minibuffer.
|
|
381
|
|
382 Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
383
|
|
384 * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
|
|
385 Add Show all item.
|
|
386
|
|
387 Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
388
|
|
389 * prim/files.el: Make enable-local-variables 'ask-me behave sanely.
|
|
390
|
|
391 Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
392
|
|
393 * prim/simple.el (next-line-add-newlines): Now defaults to nil.
|
|
394
|
|
395 Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
396
|
|
397 * utils/bench.el (bench-mark-13): Added.
|
|
398
|
|
399 Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
400
|
|
401 * mule/mule-coding.el: Change charset names.
|
|
402
|
|
403 * mule/japanese-hooks.el: Change charset names.
|
|
404
|
|
405 * mule/hebrew-hooks.el: Change charset names.
|
|
406 Remove quail hooks.
|
|
407
|
|
408 * mule/greek-hooks.el: Change charset names.
|
|
409 Remove quail hooks.
|
|
410
|
|
411 * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
|
|
412 charset names.
|
|
413 Remove quail hooks.
|
|
414
|
|
415 * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
|
|
416 Remove quail hooks.
|
|
417
|
|
418 * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
|
|
419 Use chinese-gb2312.
|
|
420 Remove quail hooks.
|
|
421 (chinese): Comment out code for egg.
|
|
422
|
|
423 * mule/thai-hooks.el: Use thai-tis620.
|
|
424 (thai): Prefer macro definition of lambda.
|
|
425
|
|
426 * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
|
|
427 censorship.
|
|
428
|
|
429 * prim/obsolete.el (wholenump): New obsolete alias.
|
|
430
|
|
431 * prim/simple.el (comment-indent-function): Use macro definition
|
|
432 of (lambda () ...).
|
|
433
|
|
434 * prim/replace.el (list-matching-lines): Remove redundant
|
|
435 (message (format ...))
|
|
436
|
|
437 * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
|
|
438 a dumped package).
|
|
439
|
|
440 Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
441
|
|
442 * comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
|
|
443 (telnet-check-software-type-initialize): Cleanup from Synch.
|
|
444
|
|
445 Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
446
|
|
447 * packages/buff-menu.el (list-buffers-directory): autoload.
|
|
448
|
|
449 Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
450
|
|
451 * electric/ebuff-menu.el (electric-buffer-list): Restore behavior
|
|
452 of using prefix argument.
|
|
453
|
|
454 * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
|
|
455 kp-\1.
|
|
456
|
|
457 * emulators/tpu-edt.el: Ditto.
|
|
458
|
|
459 * x11/x-win-sun.el: Ditto.
|
|
460
|
|
461 * x11/x-iso8859-1.el: Ditto.
|
|
462
|
|
463 * term/tvi970.el: Ditto.
|
|
464
|
|
465 * term/news.el: Ditto.
|
|
466
|
|
467 * term/lk201.el: Ditto.
|
|
468
|
|
469 * term/linux.el: Ditto.
|
|
470
|
|
471 * prim/keydefs.el: Ditto.
|
|
472
|
|
473 * prim/events.el: Ditto.
|
|
474
|
|
475 * packages/icomplete.el (icomplete-get-keys): Ditto.
|
|
476
|
|
477 * games/gomoku.el (gomoku-mode-map): Ditto.
|
|
478
|
|
479 * games/blackbox.el (blackbox-mode-map): Ditto.
|
|
480
|
|
481 Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com>
|
|
482
|
|
483 * prim/minibuf.el (next-history-element): Remove kludge test on
|
|
484 minibuffer-history-sexp-flag.
|
|
485
|
|
486 * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
|
|
487 on XEmacsen started on X displays.
|
|
488
|
|
489 Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se>
|
|
490
|
|
491 * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
|
|
492 version check to look at major numbers.
|
|
493 (ilisp-find-top-left-most-window): Ditto.
|
|
494
|
|
495 Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
496
|
|
497 * utils/mail-extr.el (mail-extract-address-components): Don't
|
|
498 automatically downcase extracted elements. It violates standards.
|
|
499
|
|
500 Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
501
|
|
502 * x11/x-menubar.el (buffers-menu-filter): The buffer menu was
|
|
503 shortened to `buffers-menu-max-size' items even if
|
|
504 `buffers-menu-submenus-for-groups-p' is non-nil.
|
|
505
|
|
506 Let `buffers-menu-submenus-for-groups-p' be an integer : if there
|
|
507 are more buffers than this value, use submenus, otherwise not.
|
|
508
|
|
509 * packages/vc.el (vc-rename-this-file): New function (was missing,
|
|
510 but referred to on the menubar).
|
|
511
|
|
512 * packages/compile.el (compilation-font-lock-keywords): `defvar'
|
|
513 instead of `defconst'!
|
|
514
|
|
515 * prim/mouse.el (default-mouse-track-normalize-point): Double
|
|
516 click mouse-1 on sexpr selects the sexpr.
|
|
517
|
|
518 * x11/x-menubar.el (options-menu-saved-forms): Fix bug in
|
|
519 `save-options-menu-settings'.
|
|
520
|
|
521 Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
522
|
|
523 * prim/simple.el (forward-to-indentation): Do not deactivate zmacs
|
|
524 region on usage.
|
|
525 (backward-to-indentation): Ditto.
|
|
526
|
|
527 Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
528
|
|
529 * prim/lisp.el (backward-up-list): Do not deactivate zmacs region
|
|
530 on usage.
|
|
531
|
|
532 Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
533
|
|
534 * prim/files.el (set-auto-mode): Require a #! signature to set
|
|
535 mode based on interpreter.
|
|
536
|
|
537 Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
538
|
|
539 * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
|
|
540 Rosetta Man Patch.
|
|
541 (Man-cleanup-manpage): Use it.
|
|
542
|
|
543 * prim/simple.el (yank): Corrected a mistaken synch with Emacs
|
|
544 19.34.
|
|
545
|
|
546 * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
|
|
547 syntax entry so update-autoloads doesn't barf.
|
|
548
|
|
549 * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
|
|
550 bindings.
|
|
551
|
|
552 Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
553
|
|
554 * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
|
|
555 `ps-lpr-switches'.
|
|
556
|
|
557 * packages/lpr.el (print-region-1): Allow dynamic expansion of
|
|
558 `lpr-switches'.
|
|
559
|
72
|
560 Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
561
|
|
562 * modes/vhdl-mode.el: New File.
|
|
563
|
|
564 Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com>
|
|
565
|
|
566 * utils/bench.el: New file. Utility for benchmarking emacs
|
|
567 performance.
|
|
568
|
|
569 Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
570
|
|
571 * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
|
|
572 bad 19.34 synch patch.
|
|
573
|
|
574 * utils/pretty-print.el: New File.
|
|
575
|
|
576 Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
577
|
|
578 * prim/files-nomule.el: Documentation corrections.
|
|
579
|
|
580 * prim/files.el: Synch to 19.15/Emacs 19.34.
|
|
581
|
|
582 Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
583
|
|
584 * packages/hexl.el (hexl-mode-map): Corrected obsolescent key
|
|
585 names introduced in 19.15-b2.
|
|
586
|
|
587 Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
588
|
|
589 * games/yow.el: Sync to GNU Emacs 19.34.
|
|
590
|
|
591 * games/studly.el: Documentation fixes.
|
|
592
|
|
593 * games/spook.el: Sync to GNU Emacs 19.34.
|
|
594
|
|
595 * games/mpuz.el: Sync to GNU Emacs 19.34.
|
|
596
|
|
597 * games/life.el: Sync to GNU Emacs 19.34.
|
|
598
|
|
599 * games/hanoi.el: Sync to GNU Emacs 19.34.
|
|
600
|
|
601 * games/flame.el: Documentation fixes.
|
|
602
|
|
603 * games/dunnet.el: Sync to GNU Emacs 19.34.
|
|
604
|
|
605 * games/doctor.el: Sync to GNU Emacs 19.34.
|
|
606
|
|
607 * games/dissociate.el: Sync to GNU Emacs 19.34.
|
|
608
|
|
609 * games/cookie1.el: Sync to GNU Emacs 19.34.
|
|
610
|
|
611 * games/conx.el: Documentation fixes.
|
|
612
|
|
613 * games/blackbox.el: Sync to GNU Emacs 19.34.
|
|
614
|
|
615 * games/NeXTify.el: Documentation fixes.
|
|
616
|
|
617 * packages/man.el: New file/replacement from Emacs 19.34.
|
|
618
|
|
619 * packages/man-xref.el: New file from Emacs 19.35.
|
|
620
|
|
621 * utils/smtpmail.el: New file from Emacs 19.34.
|
|
622
|
82
|
623 Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
72
|
624
|
|
625 * prim/startup.el (set-default-load-path): Set default-load-path
|
|
626 dynamically since file-detect.el is dumped with XEmacs.
|
|
627
|
|
628 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
629
|
|
630 * emulators/tpu-mapper.el: Total replacement with version in GNU
|
|
631 Emacs 19.34.
|
|
632
|
|
633 * emulators/tpu-extras.el: Total replacement with version in GNU
|
|
634 Emacs 19.34.
|
|
635
|
|
636 * emulators/tpu-edt.el: Total replacement with version in GNU Emacs
|
|
637 19.34.
|
|
638
|
|
639 * comint/history.el: Documentation fixes.
|
|
640
|
|
641 * comint/gdb.el: Documentation fixes.
|
|
642
|
|
643 * comint/dbx.el: Documentation fixes.
|
|
644
|
|
645 * comint/background.el: Documentation fixes.
|
|
646
|
|
647 * rmail/rmail-xemacs.el: Documentation fixes.
|
|
648
|
|
649 * rmail/rmail-kill.el: Documentation fixes.
|
|
650
|
|
651 * emulators/ws-mode.el: Synch up to Emacs 19.34.
|
|
652
|
|
653 * emulators/teco.el: Documentation cleanup.
|
|
654
|
|
655 * emulators/mlsupport.el: Synch up to Emacs 19.34.
|
|
656
|
|
657 * emulators/mlconvert.el: Synch up to Emacs 19.34.
|
|
658
|
|
659 * emulators/edt-vt100.el: New file from Emacs 19.34.
|
|
660
|
|
661 * emulators/edt-pc.el: New file from Emacs 19.34.
|
|
662
|
|
663 * emulators/edt-mapper.el: New file from Emacs 19.34.
|
|
664
|
|
665 * emulators/edt-lk201.el: New file from Emacs 19.34.
|
|
666
|
|
667 * emulators/edt.el: Synched up to Emacs 19.34.
|
|
668
|
|
669 Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
670
|
|
671 * prim/replace.el (match-string): Use a function instead of a
|
|
672 macro to be compatible with .elc files compiled under Emacs.
|
|
673
|
|
674 Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com>
|
|
675
|
|
676 * utils/id-select.el: New file -- Version 1.4.3.
|
|
677
|
|
678 Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
679
|
|
680 * emulators/crisp.el: New file.
|
|
681
|
|
682 * emulators/scroll-lock.el: New file.
|
|
683
|
|
684 Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
685
|
|
686 * prim/help.el: A callable library-type function should not
|
|
687 contain an unprotected print statement. This change implements my
|
|
688 version of Erik Naggum's statement about locate-library being less
|
|
689 chatty in Emacs 19.35.
|
|
690
|
|
691 Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
692
|
|
693 * utils/flow-ctrl.el: Synch up to Emacs 19.34.
|
|
694
|
|
695 * utils/forms.el: Synch up to Emacs 19.34.
|
|
696
|
|
697 * packages/column.el: Allow column numbers to start at one.
|
|
698
|
|
699 * prim/userlock.el: Synch up to Emacs 19.34.
|
|
700
|
|
701 * prim/paragraphs.el: Synch up to Emacs 19.34.
|
|
702
|
|
703 * prim/page.el: Synch up to Emacs 19.34.
|
|
704
|
|
705 * prim/options.el: Synch up to Emacs 19.34.
|
|
706
|
|
707 * prim/novice.el: Synch up to Emacs 19.34.
|
|
708
|
|
709 * prim/rect.el: Sync up to Emacs 19.34.
|
|
710
|
|
711 * prim/reposition.el: Synch up to Emacs 19.34.
|
|
712
|
|
713 * prim/replace.el: Synch up to Emacs 19.34.
|
|
714
|
|
715 * prim/register.el: Synch up to Emacs 19.34.
|
|
716
|
|
717 * prim/indent.el: Synch up to Emacs 19.34.
|
|
718
|
|
719 * prim/subr.el: Synch up to Emacs 19.34.
|
|
720
|
|
721 * prim/simple.el: Synch up to Emacs 19.34.
|
|
722
|
|
723 * prim/debug.el: Synch up to Emacs 19.34.
|
|
724
|
|
725 * edebug/cl-specs.el: Comment formatting changes.
|
|
726
|
|
727 * edebug/cl-read.el: Protect advisement of eval-region from being
|
|
728 evaluated more than once.
|
|
729
|
|
730 Comment formatting changes.
|
|
731
|
|
732 * edebug/advise-eval-region.el: New File. Separate out advise for
|
|
733 eval-region so it is only evaluated once.
|
|
734
|
|
735 * packages/icomplete.el: Fix a bug in locating command bound to key.
|
|
736
|
|
737 icomplete-exhibit needs to be called in the setup-hook.
|
|
738
|
|
739 * packages/apropos.el: Correct a typo in button binding.
|
|
740
|
|
741 Fixes the bug where if apropos-label-face is actually defined as
|
|
742 face, apropos bombs with an error
|
|
743
|
|
744 Do a (provide 'apropos), like all packages should.
|
|
745
|
|
746 Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
|
|
747 customization is unnecessarily painful).
|
|
748
|
|
749 Redefines the default faces for the various apropos faces so they
|
|
750 come out in color by default (defaults are based on various
|
|
751 standard font-lock faces).
|
|
752
|
|
753 * version.el: Bumped up to b31.
|
|
754
|
|
755
|