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