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