280
|
1 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * about.el (about-hackers): Update Bob Weiner bio.
|
|
4 (about-maintainer-info): Ditto.
|
|
5
|
|
6 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7
|
|
8 * simple.el (display-warning-minimum-level): Docfix.
|
|
9
|
|
10 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
11
|
|
12 * widget.el (:default-get): New keyword.
|
|
13 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
14 (group, widget-group-default-get): Define it.
|
|
15 (menu-choice, widget-choice-default-get): Define it.
|
|
16 (widget-default-get): New function.
|
|
17 (widget-choice-action): Call it.
|
|
18 (widget-editable-list-entry-create): Call it.
|
|
19
|
|
20 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
21
|
|
22 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
23 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
24 lookup through `byte-boolean-vars'.
|
|
25
|
|
26 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
27
|
|
28 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
29 resource-provided values into ghost specs for scrollbar-height and
|
|
30 scrollbar-width.
|
|
31
|
|
32 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
33
|
|
34 * byte-optimize.el: Don't attempt to optimize /=.
|
|
35
|
|
36 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
37 (byte-compile-/=): Ditto.
|
|
38
|
|
39 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
40
|
|
41 * apropos.el: Use `with-displaying-help-buffer'.
|
|
42 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
43 Use `with-displaying-help-buffer'.
|
|
44 (apropos-follow): Do not give special treatment to buffer cursor
|
|
45 was in prior to a mouse click.
|
|
46 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
47 (apropos-print-doc): Set correct buffer for setting text
|
|
48 properties.
|
|
49
|
|
50 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
51
|
|
52 * help.el (help-buffer-prefix-string): New variable.
|
|
53 (help-buffer-name): Use it.
|
|
54
|
|
55 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
56 mode menu.
|
|
57
|
|
58 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
59
|
|
60 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
61
|
|
62 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
63
|
|
64 * files.el (find-file-noselect): Update docstring.
|
|
65 (find-file-noselect): Signal an error if found an unreadable file.
|
|
66 (file-chase-links): Save the match data.
|
|
67 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
68 (interpreter-mode-alist): Change defconst to defvar.
|
|
69 (inhibit-first-line-modes-regexps): Ditto.
|
|
70 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
71 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
72 (change-major-mode-with-file-name): New user-option.
|
|
73 (set-visited-file-name): Synched with FSF.
|
|
74 (file-name-extension): New function, from FSF 20.3.
|
|
75 (file-relative-name): Synched with FSF.
|
|
76 (save-some-buffers): Support the C-r feature.
|
|
77 (recover-session): Synched with FSF.
|
|
78 (kill-some-buffers): Ditto.
|
|
79 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
80
|
|
81 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
82
|
|
83 * files.el (insert-file): Undo previous change and reenable use of
|
|
84 format.el.
|
|
85
|
|
86 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
87
|
|
88 * window-xemacs.el (recenter): Define.
|
|
89
|
|
90 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
91
|
|
92 * font.el (mswindows-font-create-name)
|
|
93 (mswindows-font-create-object): new functions for mswindows type
|
|
94 fonts.
|
|
95
|
|
96 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
97 strings are parsed as well as font objects.
|
|
98
|
|
99 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
100
|
|
101 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
102 kbd-macro being recorded.
|
|
103 (add-minor-mode): Simplify docstring.
|
|
104 (modeline-minor-mode-menu): Remove stuff.
|
|
105
|
|
106 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
107
|
|
108 * code-process.el (call-process): dynamically decide process
|
|
109 coding type.
|
|
110
|
|
111 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
112
|
|
113 * modeline.el: Add line-number-mode, column-number-mode to
|
|
114 the modeline minor-mode menu. Button2 on the line number does
|
|
115 goto-line.
|
|
116
|
|
117 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
118
|
|
119 * mouse.el: move x-selection-owner-p type things to
|
|
120 selection-owner-p.
|
|
121
|
|
122 * msw-init.el: copy zmacs stuff from x-init.el
|
|
123
|
|
124 * msw-select.el (mswindows-own-selection)
|
|
125 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
126 functions. Very simple minded implementation of selectio
|
|
127 ownership.
|
|
128
|
|
129 * select.el (own-selection) (disown-selection)
|
|
130 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
131 (valid-simple-selection-p): functions moved from x-select.el for
|
|
132 generalized selection.
|
|
133
|
|
134 * x-select.el: see select.el changes.
|
|
135
|
|
136 * x-toolbar.el: use new selection functions.
|
|
137
|
|
138 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
139
|
|
140 * packages.el (packages-find-package-directories): Fixed bug that
|
|
141 would pick up multiple site-package directories.
|
|
142 (package-locations): Added "xemacs-packages" as a late package
|
|
143 location.
|
|
144
|
|
145 * find-paths.el: Now uses `emacs-program-name' and
|
|
146 `emacs-program-version'.
|
|
147 Additions to enforce version-specific directories in
|
|
148 `paths-find-version-directory'.
|
|
149
|
|
150 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
151
|
|
152 * default.el: Removed.
|
|
153 * site-start.el: Removed.
|
|
154
|
|
155 1998-04-29 Didier Verna <verna@inf.enst.fr>
|
|
156
|
|
157 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
158 to nil.
|
|
159
|
|
160 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
161
|
|
162 * find-paths.el (paths-program-name): Rename.
|
|
163 (paths-emacs-root-p): Ditto.
|
|
164 (paths-find-site-directory): Ditto.
|
|
165
|
|
166 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
167
|
|
168 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
169 `emacs-lisp-byte-compile-and-load'.
|
|
170
|
|
171 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
172
|
|
173 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
174 `ldap-open'
|
|
175
|
|
176 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
177
|
|
178 * select.el (kill-primary-selection) (selection-owner-p)
|
|
179 (copy-primary-selection) (yank-clipboard-selection)
|
|
180 (selection-exists-p) (delete-primary-selection): new file and
|
|
181 functions that do the right thing for the selected device.
|
|
182
|
|
183 * x-menubar.el: use generalised selection functions.
|
|
184
|
|
185 * dumped-lisp.el: dump select.el.
|
|
186
|
|
187 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
188
|
|
189 * find-paths.el (paths-progname): New variable.
|
|
190 (paths-emacs-root-p): Use it.
|
|
191 (paths-find-site-directory): Ditto.
|
|
192
|
|
193 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
194
|
|
195 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
196 `infodock' if InfoDock.
|
|
197
|
|
198 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
199
|
|
200 * find-paths.el (construct-emacs-version): Simplify, include
|
|
201 program name in the return value.
|
|
202 * (paths-find-version-directory): Use it.
|
|
203
|
278
|
204 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
205
|
|
206 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
207 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
208 name for files with no @direntry
|
|
209 (Info-batch-rebuild-dir): New function
|
|
210 (Info-suffixed-file): Check for regular files instead of simple
|
|
211 file existence (could catch directories before)
|
|
212
|
|
213 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
214
|
|
215 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
216 temacs doesn't have.
|
|
217
|
|
218 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
219 into root searching.
|
|
220
|
|
221 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
222
|
|
223 * subr.el: Remove definition of `not'.
|
|
224
|
|
225 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
226
|
|
227 * msw-glyphs.el: enable graphics support.
|
|
228
|
|
229 1998-04-23 Didier Verna <verna@inf.enst.fr>
|
|
230
|
|
231 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
232 option.
|
|
233
|
|
234 * misc doc string updates related to the options menu.
|
|
235
|
|
236 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
237
|
|
238 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
239
|
|
240 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
241
|
|
242 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
243 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
244 gets us one step further towards making --no-autoloads work.
|
|
245
|
|
246 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
247 lisp-directory is non-nil.
|
|
248
|
|
249 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
250 against nil lisp-directory.
|
|
251
|
|
252 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
253 to the list of variables that cause a warning when nil.
|
|
254
|
|
255 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
256 no toolbar icon directory.
|
|
257
|
|
258 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
259
|
|
260 * help.el (view-lossage): Recognize it.
|
|
261
|
|
262 * simple.el (log-message): Mark multiline messages.
|
|
263
|
|
264 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
265
|
|
266 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
267
|
|
268 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
269
|
|
270 * package-get.el (package-get-all): add `\n' separator to
|
|
271 interactive specification so that both variables are read
|
|
272
|
|
273 1998-04-22 Didier Verna <verna@inf.enst.fr>
|
|
274
|
|
275 * x-menubar.el: ported the options menu to Custom.
|
|
276 Moved the "read only" toggle button to the buffers menu.
|
|
277 Corrected some missing ;;;###autoload or defcustom.
|
|
278
|
|
279 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
280 the scrollbar-visible specifier for options menu handling.
|
|
281
|
|
282 * toolbar.el (toolbar-visible-p)
|
|
283 (toolbar-captioned-p)
|
|
284 (default-toolbar-position): defcustom wrappers around
|
|
285 the toolbar specifiers for options menu handling.
|
|
286
|
|
287 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
288 defcustom it for options menu handling.
|
|
289
|
|
290 * font-lock.el (font-lock-mode): defcustom and autolaod the variable
|
|
291 font-lock-mode for options menu handling.
|
|
292
|
|
293 * cus-start.el: added Custom properties to overwrite-mode for
|
|
294 options menu handling.
|
|
295
|
|
296 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
297
|
|
298 * about.el: shameless self-promotion.
|
|
299
|
|
300 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
301
|
|
302 * simple.el (raw-append-message): Slightly optimize.
|
|
303 (remove-message): Use `push' for clarity.
|
|
304 (append-message): Ditto.
|
|
305 (display-warning): Dito.
|
|
306 (raw-append-message): Send the message to the appropriate device.
|
|
307
|
|
308 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
309
|
|
310 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
311 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
312
|
|
313 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
314
|
|
315 * setup-paths.el: Changed `directory-sep-char' to
|
|
316 `path-separator', following a change in GNU Emacs.
|
|
317
|
|
318 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
319
|
|
320 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
321 (Info-build-dir-anew): Add a final newline.
|
|
322 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
323 is `always'
|
|
324 (Info-rebuild-dir): Ditto
|
|
325
|
|
326 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
327
|
|
328 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
329
|
|
330 * simple.el (count-words-buffer): Retain zmacs region.
|
|
331 (count-words-region): Ditto.
|
|
332 * simple.el: (what-line): Expanded line counts.
|
|
333 (count-lines): New parameter to conditionalize whether collapsed
|
|
334 lines get counted.
|
|
335 From Bob Weiner <weiner@altrasoft.com>
|
|
336
|
|
337 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
338
|
|
339 * packages.el (package-locations): infodock-packages must override
|
|
340 mule-packages and packages.
|
|
341
|
|
342 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
343
|
|
344 * wid-edit.el:
|
|
345 remove rude messages from widget-activation-widget-mapper
|
|
346 and widget-activation-glyph-mapper
|
|
347
|
276
|
348 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
349
|
|
350 * toolbar.el: Remove (featurep 'x) test from
|
|
351 toolbar-make-button-list
|
|
352
|
|
353 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
354
|
|
355 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
356 only if in the same frame.
|
|
357
|
|
358 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
359
|
|
360 * packages.el (package-locations): Added site-packages hierarchy.
|
|
361
|
|
362 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
363 used.
|
|
364
|
|
365 * packages.el, setup-paths.el: Set various path searching depths
|
|
366 to 1.
|
|
367
|
|
368 * packages.el (packages-hierarchy-depth):
|
|
369 (packages-load-path-depth): Introduced and used.
|
|
370
|
|
371 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
372
|
|
373 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
374 parameter.
|
|
375
|
|
376 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
377
|
|
378 * setup-paths.el (paths-construct-info-path): Removed
|
|
379 dependency on behavior of (file-name-as-directory "").
|
|
380
|
|
381 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
382
|
|
383 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
384 lisp objects
|
|
385
|
|
386 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
387
|
|
388 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
389
|
|
390 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
391
|
|
392 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
393 properties for an extent based on the :help-echo widget
|
|
394 property, since help-echo and balloon-help cause an EXTENT to
|
|
395 get passed in, where :help-echo functions are expecting a WIDGET
|
|
396
|
|
397 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
398
|
|
399 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
400 mswindows-init-scrollbar-metrics when appropriate.
|
|
401
|
|
402 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
403
|
|
404 * dumped-lisp.el: dump x-toolbar for window system
|
|
405
|
|
406 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
407 have support and xpm.
|
|
408
|
|
409 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
410
|
|
411 * files.el (toggle-read-only): Fix docstring.
|
|
412 From Didier Verna <verna@inf.enst.fr>
|
|
413
|
|
414 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
415
|
|
416 * startup.el (normal-top-level): Load autoload-file-name without
|
|
417 specifying an extension---some people only auto-autoload.el.gz.
|
|
418
|
|
419 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
420
|
|
421 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
422 nil.
|
|
423
|
|
424 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
425
|
|
426 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
427 This shouldn't cause any of the originally anticipated problems as
|
|
428 the current paths architecture will not define the various
|
|
429 configure-xxx variables if they're not specified on the configure
|
|
430 command line.
|
|
431
|
|
432 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
433 mentionings of "/" as a path separator.
|
|
434 Used paths-construct-path throughout.
|
|
435
|
|
436 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
437 from directory components.
|
|
438
|
|
439 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
440 instead of decode-path-internal.
|
|
441
|
|
442 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
443 and associates.
|
|
444 (paths-decode-directory-path) Created.
|
|
445
|
|
446 * setup-paths.el: Changed configure-exec-path to
|
|
447 configure-exec-directory.
|
|
448
|
|
449 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
450
|
|
451 * packages.el (packages-find-packages): Fixed decoding of
|
|
452 EMACSPACKAGEPATH.
|
|
453
|
|
454 * startup.el: -no-packages -> -no-early-packages.
|
|
455
|
|
456 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
457 files.
|
|
458
|
|
459 * startup.el (normal-top-level): Fixed loading of core
|
|
460 auto-autoload.
|
|
461
|
|
462 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
463
|
|
464 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
465 for site-directory and lisp-directory variables.
|
|
466
|
|
467 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
468 inhibit-package-autoloads and fixed handling of it.
|
|
469
|
|
470 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
471 handling of former inhibit-package-init, now
|
|
472 inhibit-early-packages, to make -vanilla etc. work.
|
|
473
|
274
|
474 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
475
|
|
476 * code-process.el (start-process): Fallback to 'undecided instead
|
|
477 of 'binary for process input coding stream.
|
|
478
|
|
479 * process.el (start-process): Docstring fix.
|
|
480
|
|
481 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
482
|
|
483 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
484 in Info-dir-file-attributes
|
|
485 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
486 (Info-rebuild-dir): Ditto.
|
|
487
|
|
488 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
489
|
|
490 * obsolete.el: Added obsoleteness declarations for
|
|
491 `site-directory' and `Info-default-directory-list'.
|
|
492
|
|
493 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
494
|
|
495 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
496 executable at the end of the symlink chain for determining the
|
|
497 Emacs root.
|
|
498
|
|
499 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
500
|
|
501 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
502 to cater to gone default in configure.
|
|
503
|
|
504 * find-paths.el (paths-uniq-append): Added.
|
|
505
|
|
506 * packages.el: Rewritten package path construction once again.
|
|
507
|
|
508 * dump-paths.el, startup.el: Removed package-path as a global
|
|
509 variable.
|
|
510
|
|
511 * package-admin.el (package-admin-add-single-file-package):
|
|
512 (package-admin-add-binary-package): Changed package-path to
|
|
513 late-packages.
|
|
514
|
|
515 * packages.el (packages-split-path): Split path at "/" rather than
|
|
516 nil according to change in emacs.c.
|
|
517
|
|
518 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
519
|
|
520 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
521 order so that directories come out right.
|
|
522 (paths-find-lock-directory): Fixed bug: It used to think
|
|
523 configure-lock-directory is a path.
|
|
524
|
|
525 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
526
|
|
527 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
528 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
529 eases the use of toolbar-add/kill-item functions.
|
|
530
|
|
531 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
532
|
|
533 * code-files.el (file-coding-system-alist): Commented out
|
|
534 loaddefs.el magical treatment.
|
|
535
|
|
536 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
537
|
|
538 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
539 `conservative' and made it the default
|
|
540 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
541 strings, and multi-section dir files. Issue warning when dir
|
|
542 is rebuilt as temporary
|
|
543 (Info-build-dir-anew): Issue warning when dir is built as
|
|
544 temporary
|
|
545
|
|
546 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
547
|
|
548 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
549 standard keys left, right, C-b and C-f.
|
|
550
|
|
551 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
552
|
|
553 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
554
|
|
555 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
556
|
|
557 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
558
|
|
559 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
560
|
|
561 * package-get-base.el: Updated.
|
|
562
|
272
|
563 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
564
|
|
565 * isearch-mode.el (isearch-just-started): New variable.
|
|
566 (isearch-mode): Set it.
|
|
567 (isearch-repeat): Advance one character forward only if the search
|
|
568 was successful, and was not just started.
|
|
569 (isearch-repeat): Clear isearch-just-started.
|
|
570
|
|
571 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
572
|
|
573 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
574 if running -batch.
|
|
575
|
|
576 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
577
|
|
578 * subr.el (listify-key-sequence): Removed.
|
|
579
|
|
580 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
581
|
|
582 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
583 (byte-compile-output-file-form): Use it.
|
|
584 (byte-compile-output-docform): Ditto.
|
|
585 (byte-compile-compiled-obj-to-list): Ditto.
|
|
586
|
|
587 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
588
|
|
589 * msw-glyphs.el: set frame icon if xpm support.
|
|
590
|
|
591 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
592
|
|
593 * help.el: Code that pretty prints variable values
|
|
594 removed.
|
|
595
|
|
596 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
597
|
|
598 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
599 directory.
|
|
600 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
601
|
|
602 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
603
|
|
604 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
605 its default value set to nil.
|
|
606
|
|
607 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
608
|
|
609 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
610
|
|
611 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
612
|
|
613 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
614 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
615 does not exist or is older than some info files in directory
|
|
616
|
|
617 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
618
|
|
619 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
620 for last packages, mainly for using a 20.4 package base.
|
|
621
|
|
622 * packages.el (late-packages): Typo fix. It was called
|
|
623 early-packages.
|
|
624
|
|
625 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
626 relative symlinks correctly.
|
|
627 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
628 configuration-time root.
|
|
629
|
|
630 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
631 find its roots.
|
|
632
|
|
633 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
634
|
|
635 * faces.el: Fix docstrings.
|
|
636 * glyphs.el: Fix docstrings.
|
|
637 * mouse.el: Fix docstrings.
|
|
638
|
|
639 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
640
|
|
641 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
642
|
|
643 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
644 macros using backquote to make them infinitely more readable.
|
|
645
|
|
646 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
647
|
|
648 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
649 InfoDock support until we can clean this up.
|
|
650
|
|
651 * help.el (describe-bindings-1): Return the value of the bindings
|
|
652 help buffer created.
|
|
653 (describe-bindings): Ditto.
|
|
654
|
|
655 * simple.el (set-variable): Restore previous behavior of not
|
|
656 bombing if the variable to set is not boundp.
|
|
657
|
|
658 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
659
|
|
660 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
661 non-local files to be loaded off the package-lisp variable.
|
|
662
|
269
|
663 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
664
|
|
665 * x-faces.el: Global X resources should override
|
|
666 specs for all device classes (color, grayscale, mono);
|
|
667 code currently doesn't override any of them. Fixed by
|
|
668 calling remove-specifier with '(x default) as the tag
|
|
669 set and allowing inexact matches.
|
|
670
|
|
671 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
672
|
|
673 * faces.el: Separated face intializations based on
|
|
674 device classes into device type specific (tag set,
|
|
675 instantiator) pairs.
|
|
676
|
|
677 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
678
|
|
679 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
680 choice.
|
|
681 (widget-choice-value-create): Respect it.
|
|
682 From Richard Stallman <rms@gnu.org>
|
|
683
|
|
684 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
685
|
|
686 * setup-paths.el (paths-construct-info-path): Always append
|
|
687 existing directories from configure-time info path.
|
|
688
|
|
689 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
690 Info-directory-list.
|
|
691
|
|
692 * info.el: Removed Info-default-directory-list which was broken by
|
|
693 design.
|
|
694 Removed bogus initialization of Info-directory-list---startup.el
|
|
695 can do a much better job.
|
|
696 Added autoload of Info-directory-list.
|
|
697
|
|
698 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
699 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
700 be exclusive; now it's merely given precedence, just like in the
|
|
701 old days.
|
|
702
|
|
703 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
704
|
|
705 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
706 finding; it used to default too early.
|
|
707
|
|
708 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
709
|
|
710 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
711 for paths that weren't split.
|
|
712
|
|
713 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
714
|
|
715 * finder.el (finder-compile-keywords): trap on errors.
|
|
716
|
|
717 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
718
|
|
719 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
720 fourth argument of t so that only the specs exactly
|
|
721 matching the tag lists are removed.
|
|
722
|
|
723 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
724
|
|
725 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
726
|
267
|
727 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
728
|
|
729 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
730 specified, use it for generating the completions.
|
|
731
|
|
732 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
733
|
|
734 * update-elc.el: Now respects inhibit-package-init and
|
|
735 inhibit-site-lisp.
|
|
736 Now does path construction with loadup-paths.
|
|
737
|
|
738 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
739 inhibit-package-init and inhibit-site-lisp.
|
|
740
|
|
741 * packages.el (packages-find-package-path): Extended package path
|
|
742 by version-specific hierarchies.
|
|
743 (packages-find-packages): Now respects inhibit flag and
|
|
744 inhibit-site-lisp.
|
|
745 Moved path setup to loadup-paths.
|
|
746
|
|
747 * make-docfile.el: Now respects inhibit-package-init and
|
|
748 inhibit-site-lisp.
|
|
749 Now does path construction with loadup-paths.
|
|
750
|
|
751 * loadup.el: Now respects inhibit-package-init and
|
|
752 inhibit-site-lisp.
|
|
753
|
|
754 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
755
|
|
756 * loadup-paths.el: New file: setup load-path to encompass
|
|
757 packages.
|
|
758
|
|
759 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
760
|
|
761 * auto-show.el: load-gc renamed to pureload.
|
|
762 * site-load.el: Ditto.
|
|
763 * packages.el (toplevel): Ditto.
|
|
764 * loadup.el (really-early-error-handler): Ditto.
|
|
765 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
766 * cus-face.el (custom-declare-face): Ditto.
|
|
767
|
|
768 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
769
|
|
770 * <Today>: The Big Path Searching Overhaul.
|
|
771
|
|
772 * find-paths.el: New file: find and assemble paths in the
|
|
773 installation hierarchy.
|
|
774
|
|
775 * setup-paths.el: New file: global layout of paths and directories
|
|
776 within the XEmacs hierarchy.
|
|
777
|
|
778 * packages.el: Replaced everything related to path searching and
|
|
779 startup by code in terms of find-paths.
|
|
780
|
|
781 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
782 the new path searching engine.
|
|
783
|
|
784 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
785 and setup-paths.
|
|
786
|
|
787 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
788
|
|
789 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
790 setup-paths.el.
|
|
791
|
|
792 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
793
|
|
794 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
795 compiles identically in any configuration.
|
|
796 Removed irrelevant commentary.
|
|
797
|
|
798 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
799
|
|
800 * simple.el (set-variable): Allow setting specifiers.
|
|
801
|
|
802 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
803
|
|
804 * lisp.el (forward-sexp): Revert previous change.
|
|
805
|
|
806 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
807
|
|
808 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
809 `delete-device' to delete the stream console to match the usage in
|
|
810 Fkill_emacs.
|
|
811
|
265
|
812 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
813
|
|
814 * files.el (cdpath-previous): New variable.
|
|
815 (cd): Use it.
|
|
816 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
817
|
267
|
818 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
819
|
|
820 * keydefs.el: Changed keybindings of forward-char,
|
|
821 backward, scroll-up and scroll-down to point to their
|
|
822 -command counterparts.
|
|
823
|
|
824 * simple.el: New functions: forwarc-char-command,
|
|
825 backwrad-char-command, scroll-up-command,
|
|
826 scroll-down-command which work liek their counterparts
|
|
827 except that they honor the variable
|
|
828 signal-error-on-buffer-boundary.
|
|
829
|
|
830 Definition of signal-error-on-buffer-boundary received
|
|
831 from src/cmds.c.
|
|
832
|
|
833 defvar declaration added for word-across-newline to avoid
|
|
834 byte-compiler warning about the free variable reference.
|
|
835
|
265
|
836 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
837
|
|
838 * winnt.el: Removed "%t" from the beginning of
|
|
839 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
840
|
|
841 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
842
|
|
843 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
844 of `when' with `if'.
|
|
845
|
|
846 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
847
|
|
848 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
849 mswindows. Must be reworked along with glyphs.el, or
|
|
850 merged into it, after there is images support.
|
|
851
|
|
852 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
853 'mswindows.
|
|
854
|
|
855 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
856
|
|
857 * faces.el: fix for text cursor initialization.
|
|
858 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
859 From Andy Piper <andyp@parallax.co.uk>
|
|
860
|
|
861 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
862
|
|
863 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
864 if there is an existing package that handles it and warn the user
|
|
865 about that mode.
|
|
866
|
|
867 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
868
|
|
869 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
870 Installation" menu item when Installation-string is not bound.
|
|
871
|
|
872 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
873
|
|
874 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
875 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
876
|
|
877 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
878
|
|
879 * msw-faces.el:
|
|
880 * faces.el: Fix face initialization.
|
|
881
|
|
882 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
883
|
|
884 * files.el (backup-enable-predicate): fix breakage introduced
|
|
885 by TMPDIR patch.
|
|
886
|
|
887 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
888
|
|
889 * x-faces.el (x-init-face-from-resources): The
|
|
890 TTY face property retrieval functions don't return
|
|
891 specifiers, so use face-property instead.
|
|
892
|
|
893 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
894
|
|
895 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
896
|
|
897 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
898
|
|
899 * x-menubar.el: Expanded documentation for
|
|
900 option-save-faces. Changed Options -> Browse Faces
|
|
901 menu entry to invoke customize-face.
|
|
902
|
|
903 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
904
|
|
905 * faces.el: Most face initialization moved out of
|
|
906 init-other-random-faces to the top level so that the
|
|
907 initialization happens before Xemacs is dumped. Much
|
|
908 of the fascist "face-differs-from-default-p or FROB!"
|
|
909 code has been retired in favor of letting the user do
|
|
910 what they want to do. Face initialization code changed
|
|
911 to use `default' specifier tag so that the settings can
|
|
912 be overridden later if the user wishes it.
|
|
913
|
|
914 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
915
|
|
916 * about.el (about-hackers): Update contributors list.
|
|
917
|
263
|
918 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
919
|
|
920 * specifier.el: Define new specifier tag `default'.
|
|
921
|
|
922 * modeline.el: Initialize faces using `default' tag.
|
|
923
|
|
924 * x-faces.el (x-init-face-from-resources): Remove
|
|
925 specifier specs containing the `default' tag before
|
|
926 adding new specs.
|
|
927
|
|
928 1998-03-02 John Jones <jj@asu.edu>
|
|
929
|
|
930 * package-get.el (package-get-all): fixed arguments on call to
|
|
931 package-admin-add-single-file-package.
|
|
932 * package-get.el (package-get-installedp): fixed to match
|
|
933 advertised behavior.
|
|
934 * package-get.el: added function package-get-update-all which
|
|
935 installs newest versions of all the current packages (if they are
|
|
936 not already installed).
|
|
937
|
|
938 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
939
|
|
940 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
941 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
942 still nil, as happens for example when finding a compressed
|
|
943 file with "jka-compr".
|
|
944
|
|
945 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
946
|
|
947 * faces.el: in make-face-* type functions do the operation for all
|
|
948 window systems, not just the first one found.
|
|
949
|
|
950 * font.el: call mswindows-list-fonts for mswindows.
|
|
951
|
|
952 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
953
|
|
954 * code-process.el (call-process-region):
|
|
955 * process.el (call-process-region):
|
|
956 * package-get.el (package-get-dir):
|
|
957 * files.el (backup-enable-predicate):
|
|
958 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
959 Use temp-directory in place of `/tmp'.
|
|
960
|
|
961 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
962
|
|
963 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
964
|
|
965 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
966 Emacs.
|
|
967
|
|
968 * files.el (insert-directory): Modified to use special
|
|
969 dired-in-C enhancements if present.
|
|
970
|
|
971 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
972
|
|
973 * code-files.el: make default coding no-conversion.
|
|
974
|
|
975 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
976
|
|
977 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
978 the load-path.
|
|
979
|
|
980 * update-elc.el: Strip directory when testing for files not to
|
|
981 bytecompile.
|
|
982
|
|
983 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
984
|
|
985 * lisp-mode.el: Use recommended form for menus.
|
|
986
|
|
987 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
988
|
|
989 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
990 entry.
|
|
991
|
|
992 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
993
|
|
994 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
995 (get-frame-for-buffer-noselect): Always return frames
|
|
996 in the not-this-window-p cond clause.
|
|
997
|
261
|
998 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
999
|
|
1000 * help.el (describe-installation): New function.
|
|
1001
|
|
1002 * x-menubar.el (default-menubar): Add describe-installation to
|
|
1003 Help menu.
|
|
1004
|
|
1005 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
1006 should not be bytecompiled.
|
|
1007
|
|
1008 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
1009 XEmacs.
|
|
1010
|
|
1011 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
1012 entry.
|
|
1013
|
|
1014 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
1015 coding.
|
|
1016 From Andy Piper <andyp@parallax.co.uk>
|
|
1017
|
|
1018 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1019
|
|
1020 * ldap.el: Do not require ldap-internal at compile time.
|
|
1021
|
259
|
1022 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1023
|
|
1024 * code-files.el: new file. a virtual copy of mule-files.el
|
|
1025 but without charset
|
|
1026 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
1027 changing the eol type for the current buffer.
|
|
1028
|
|
1029 * code-process.el: new file. a copy of
|
|
1030 mule-process.el. mule-process.el will disappear when things have
|
|
1031 settled.
|
|
1032
|
|
1033 * coding.el: new file. a virtual copy of mule-files.el but
|
|
1034 without charset dependencies. (coding-system-base) new function
|
|
1035 for getting the parent coding system of a coding system with eol
|
|
1036 type set.
|
|
1037
|
|
1038 * dumped-lisp.el: add above files for the non-mule case.
|
|
1039
|
|
1040 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1041
|
|
1042 * window-xemacs.el (display-buffer): If no explicit
|
|
1043 frame is specified, search for a window that displays
|
|
1044 the buffer on the currently selected frame, before
|
|
1045 searching other frames.
|
|
1046
|
|
1047 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1048
|
|
1049 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
1050 is non-nil, use window on the selected frame if it is not
|
|
1051 also the selected window. When defaulting, search for
|
|
1052 windows on the currently selected fgrame before searching
|
|
1053 other frames.
|
|
1054
|
|
1055 1998-02-25 Didier Verna <verna@inf.enst.fr>
|
|
1056
|
|
1057 * modeline.el (modeline-swap-buffers): originally named
|
|
1058 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
1059 decided in `mouse-drag-modeline'.
|
|
1060 (mouse-drag-modeline): A button release event is considered a
|
|
1061 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
1062 stay unchanged.
|
|
1063
|
|
1064 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
1065
|
|
1066 * x-menubar.el: Put redo on the menubar.
|
|
1067 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1068
|
|
1069 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
1070
|
|
1071 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
1072 temp-buffer-show-function is set, use it to display current set of
|
|
1073 warnings in the "*Compile-Log-Show*" buffer.
|
|
1074
|
|
1075 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
1076 is set, use it to display current set of warnings in the
|
|
1077 "*Warnings-Show*" buffer.
|
|
1078
|
|
1079 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1080
|
|
1081 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
1082 Common Lisp.
|
|
1083
|
|
1084 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1085
|
|
1086 * menubar.el: Allow button descriptors at least 2 long.
|
|
1087
|
|
1088 * x-menubar.el (default-menubar): Use recommended forms.
|
|
1089 (file-menu-filter): Remove.
|
|
1090 (edit-menu-filter): Remove.
|
|
1091
|
|
1092 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
1093
|
|
1094 * about.el (about-hackers): Updated.
|
|
1095
|
|
1096 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
1097
|
|
1098 * help.el (help-max-help-buffers): new variable
|
|
1099 (help-register-and-maybe-prune-excess): new function
|
|
1100 (help-buffer-name): use help-max-help-buffers.
|
|
1101 (with-displaying-help-buffer): use
|
|
1102 help-register-and-maybe-prune-excess.
|
|
1103
|
|
1104 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
1105 one line, let it.
|
|
1106
|
|
1107 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
1108
|
|
1109 * (with-displaying-help-buffer): there is no need to kill the buffer
|
|
1110 if it exists, becasuse with-output-to-temp-buffer will clear it.
|
|
1111 further, killing the buffer violates the rule that
|
|
1112 temp-buffer-show-function, if set, has the full responsibility of
|
|
1113 showing the temp buffer. killing the buffer fucks with the window
|
|
1114 configuration, hosing temp-buffer-show-function.
|
|
1115
|
|
1116
|
|
1117 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
1118
|
|
1119 * modeline.el (mouse-drag-modeline):
|
|
1120 - Always scroll the modeline that was originally clicked on.
|
|
1121 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
1122 as horizontal reference for modeline dragging. This allows us to
|
|
1123 keep on dragging the modeline even if the motion event occurs in
|
|
1124 another window.
|
|
1125
|
|
1126 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
1127
|
|
1128 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
1129 glyph on the modeline to indicate that dragging the mouse has an
|
|
1130 effect both horizontally and vertically.
|
|
1131
|
|
1132 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
1133
|
|
1134 * about.el (about-xemacs): Get rid of redundant visible version
|
|
1135 number.
|
|
1136
|
257
|
1137 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
1138
|
|
1139 * about.el (about-hackers): Update credits.
|
|
1140
|
255
|
1141 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1142
|
|
1143 * prim/register.el (view-register): Show register type file-query.
|
|
1144
|
|
1145 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1146
|
|
1147 * mode-motion.el (mode-motion-highlight-internal):
|
|
1148 save-excursion inside save-window-exucrsion form to
|
|
1149 hide buffer point changes from save-window-excursion.
|
|
1150 Prevents display flickering when the mouse pointer
|
|
1151 moves.
|
|
1152
|
|
1153 1998-02-17 Didier Verna <verna@inf.enst.fr>
|
|
1154
|
|
1155 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
1156 function to handle correctly the case of a toolbar one side of the
|
|
1157 window: scrolling will not necessarily happen.
|
|
1158
|
|
1159 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1160
|
|
1161 * files.el (after-find-file): Restore missing argument
|
|
1162 to format that provides filename for "... consider M-x
|
|
1163 recover-file" message. Also call `message' with "%s"
|
|
1164 as the first arg instead of an arbitrary string.
|
|
1165
|
|
1166 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
1167
|
|
1168 * about.el (about-hackers): Various additions.
|
|
1169
|
|
1170 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
1171
|
|
1172 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
1173 line out when copying on-the-same line autoloads.
|
|
1174
|
|
1175 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
1176 is installed.
|
|
1177
|
253
|
1178 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
1179
|
|
1180 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
1181 * x11/x-win-sun.el (x-win-init-sun):
|
|
1182 * x11/x-init.el (x-initialize-compose):
|
|
1183 * prim/simple.el:
|
|
1184 (backward-or-forward-kill-sexp):
|
|
1185 (backward-or-forward-kill-sentence):
|
|
1186 (backward-or-forward-kill-word):
|
|
1187 (backward-or-forward-delete-char):
|
|
1188 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
1189 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
1190 x-keysym-on-keyboard-p to detect backspace.
|
|
1191 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
1192 Clean up symbols used with dead keys, checking Linux and solaris
|
|
1193 keysyms.
|
|
1194 Simplify x-win-*.el using above methods.
|
|
1195 Change documentation for x-keysym-*-p functions.
|
|
1196
|
|
1197 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
1198
|
|
1199 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
1200 Vinnie Shelton.
|
|
1201 From Vinnie Shelton <acs@acm.org>
|
|
1202
|
|
1203 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1204
|
|
1205 * simple.el (count-words-region): Ditto.
|
|
1206
|
|
1207 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1208
|
|
1209 * simple.el (count-words-buffer): Document. Don't print anything
|
|
1210 if non-interactive.
|
|
1211
|
|
1212 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
1213
|
|
1214 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
1215 multiple files in InfoDock.
|
|
1216
|
|
1217 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
1218
|
|
1219 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
1220 from version.el in InfoDock.
|
|
1221
|
|
1222 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
1223 specially.
|
|
1224
|
|
1225 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1226
|
|
1227 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
1228 variable name in docstring.
|
|
1229
|
|
1230 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1231
|
|
1232 * menubar.h: Include "gui.h".
|
|
1233
|
|
1234 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
1235
|
|
1236 * site-load.el: Fix documentation.
|
|
1237
|
251
|
1238 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
1239
|
|
1240 * package-get-base.el (package-get-base): Updated.
|
|
1241
|
|
1242 * keymap.el: PC-ize.
|
|
1243
|
|
1244 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1245
|
|
1246 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
1247 from' on a fresh line.
|
|
1248
|
|
1249 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1250
|
|
1251 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
1252 object.
|
|
1253
|
|
1254 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
1255
|
|
1256 * undo-stack.el: PC-ize.
|
|
1257
|
|
1258 * cmdloop.el: PC-ize.
|
|
1259
|
|
1260 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
1261
|
|
1262 * bytecomp-runtime.el: PC-ize.
|
|
1263
|
|
1264 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
1265
|
|
1266 * cus-dep.el: Spelling fix.
|
|
1267
|
|
1268 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
1269 entries follow).
|
|
1270
|
|
1271 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1272
|
|
1273 * text-mode.el (text-mode-hook-identify): New function,
|
|
1274 put on text-mode-hook. Set text-mode-variant here.
|
|
1275 (text-mode): Don't set it here.
|
|
1276
|
|
1277 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1278
|
|
1279 * text-mode.el (text-mode-hook): New defvar.
|
|
1280 (text-mode-variant): New variable.
|
|
1281 (text-mode): Set that variable locally.
|
|
1282 (toggle-text-mode-auto-fill): New command.
|
|
1283
|
|
1284 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1285
|
|
1286 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
1287
|
|
1288 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1289
|
|
1290 * text-mode.el (paragraph-indent-text-mode):
|
|
1291 Renamed from spaced-text-mode.
|
|
1292 (text-mode-map): Bind TAB to indent-relative.
|
|
1293 (indented-text-mode-map): Variable deleted.
|
|
1294 (indented-text-mode): Now an alias for text-mode.
|
|
1295
|
|
1296 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
1297
|
|
1298 * loadup.el: test-atoms debugging stuffs removed.
|
|
1299
|
|
1300 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
1301
|
|
1302 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
1303
|
249
|
1304 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
1305
|
|
1306 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
1307 (describe-distribution): Ditto.
|
|
1308 (describe-copying): Ditto.
|
|
1309 (describe-project): Ditto.
|
|
1310 (view-emacs-news): Ditto.
|
|
1311
|
|
1312 * help-nomule.el (help-with-tutorial): Made it use
|
|
1313 `locate-data-file' to find tutorial.
|
|
1314
|
|
1315 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
1316
|
|
1317 * about.el: Corrected my email address.
|
|
1318
|
|
1319 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
1320 'mouse-offix-drop'.
|
|
1321
|
247
|
1322 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
1323
|
|
1324 * loadup.el (running-xemacs): Spelling fix.
|
|
1325
|
|
1326 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
1327
|
|
1328 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
1329 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
1330
|
|
1331 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
1332
|
|
1333 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
1334
|
245
|
1335 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
1336
|
|
1337 * package-info.el (pi-last-mod-date): New function.
|
|
1338 (pi-author-version): New function.
|
|
1339 (batch-update-package-info): Use them.
|
|
1340
|
|
1341 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
1342
|
|
1343 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
1344 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
1345 with `get-frame-for-buffer-default-to-current'.
|
|
1346
|
|
1347 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1348
|
|
1349 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
1350 (byte-compile-output-docform): Ditto.
|
|
1351 (byte-compile-compiled-obj-to-list): Ditto.
|
|
1352
|
|
1353 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1354
|
|
1355 * startup.el (command-line-1): Removed code that ran
|
|
1356 buffer-menu.
|
|
1357
|
|
1358 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
1359
|
|
1360 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
1361
|
|
1362 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
1363
|
|
1364 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
1365 `device-on-window-system-p' instead of explicitly checking for X,
|
|
1366 so that the same logic works for MS Windows.
|
|
1367 (suspend-or-iconify-emacs): Ditto.
|
|
1368
|
|
1369 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1370
|
|
1371 * about.el (about-maintainer-info): Andy Piper is back.
|
|
1372 (xemacs-hackers): Updated Andy Piper's email address.
|
|
1373 (about-hackers): Added Jonathan Harris.
|
|
1374 (about-hackers): Updated Tibor Polgar's email address.
|
|
1375
|
243
|
1376 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
1377
|
|
1378 * about.el: Add xemacs.org email manager.
|
|
1379
|
|
1380 * package-get-base.el (package-get-base): Updated with most recent
|
|
1381 package updates.
|
|
1382
|
|
1383 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1384
|
|
1385 * help.el (function-arglist): Use `indirect-function' instead of
|
|
1386 `symbol-function' so that aliases are treated correctly.
|
|
1387
|
|
1388 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1389
|
|
1390 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
1391 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
1392 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
1393 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
1394 (describe-key): Use `princ' "%s" to print object.
|
|
1395 (describe-function-1): Use `princ' "%s" to print object.
|
|
1396 Commented out alias lines removed.
|
|
1397 (help-pretty-print-limit): New variable to control pretty-printing
|
|
1398 of variable values.
|
|
1399 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
1400 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
1401 list of length less than `help-pretty-print-limit'.
|
|
1402 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
1403
|
|
1404 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
1405
|
|
1406 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
1407 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
1408
|
|
1409 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1410
|
|
1411 * info.el (Info-default-directory-list): Made the documentation
|
|
1412 more explanitory.
|
|
1413
|
|
1414 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
1415
|
|
1416 * lisp/packages.el:
|
|
1417 * lisp/package-admin.el:
|
|
1418 * lisp/build-report.el:
|
|
1419 Fix typos.
|
|
1420
|
|
1421 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1422
|
|
1423 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
1424 warnings in Java buffers without final newline and editing the
|
|
1425 last line.
|
|
1426
|
|
1427 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
1428
|
|
1429 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
1430 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
1431 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
1432
|
|
1433 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
1434 From Oliver Graf <ograf@fga.de>
|
|
1435
|
|
1436 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
1437
|
|
1438 * loadup.el (load-gc): rewrite as defun.
|
|
1439 Print something sensical if a required dump-time file isn't found.
|
|
1440
|
241
|
1441 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
1442
|
|
1443 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
1444 bug strikes a menudescriptor.
|
|
1445
|
|
1446 * package-get-base.el (package-get-base): Updated.
|
|
1447
|
|
1448 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
1449 from the Makefile.
|
|
1450
|
|
1451 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
1452
|
|
1453 * files.el (save-some-buffers): Don't play games with deleting
|
|
1454 other windows if we are in the minibuffer window.
|
|
1455
|
239
|
1456 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1457
|
|
1458 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
1459 (add-minor-mode): Document :active property to TOGGLE.
|
|
1460
|
|
1461 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1462
|
|
1463 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
1464 `:included' predicate in the `toggle-sym' plist.
|
|
1465 (add-minor-mode): Document the :included property, format
|
|
1466 docstring some more.
|
|
1467 (modeline-minor-mode-menu): Documentation string added.
|
|
1468
|
|
1469 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1470
|
|
1471 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
1472 labels from the symbol-names by thwacking off the overly redundant
|
|
1473 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
1474 resultant strings. Also shortened the menu's title by eliminating
|
|
1475 the redundant buffer name.
|
|
1476 (add-minor-mode): Beautified the docstring, added mention of the
|
|
1477 `:menu-tag' property of TOGGLE.
|
|
1478 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
1479 `toggle-sym' to beatify the mode-life menus.
|
|
1480 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
1481 `auto-fill-function'.
|
|
1482
|
|
1483 1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
1484
|
|
1485 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
1486 menus to :style 'toggle.
|
|
1487
|
|
1488 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
1489
|
|
1490 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
1491
|
|
1492 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1493
|
|
1494 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
1495 only recognize first hyperlink.
|
|
1496 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
1497 `hyper-apropos-insert-face'.
|
|
1498 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
1499
|
|
1500 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
1501
|
|
1502 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
1503 mail.
|
|
1504 (toolbar-mail-reader): Add support for `send'.
|
|
1505 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
1506
|
|
1507 1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
1508
|
|
1509 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
1510 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
1511 will function properly.
|
|
1512
|
|
1513 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
1514
|
|
1515 * simple.el: make the backwards delete function called by
|
|
1516 `backward-or-forward-delete-char' user configurable.
|
|
1517
|
|
1518 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1519
|
|
1520 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
1521 compiled function got loaded from.
|
|
1522
|
|
1523 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
1524
|
|
1525 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
1526
|
|
1527 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
1528
|
|
1529 * startup.el (load-init-file): Load autoloads earlier.
|
|
1530 (startup-splash-frame): Handle InfoDock logo.
|
|
1531
|
|
1532 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
1533 InfoDock.
|
|
1534 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
1535
|
|
1536 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
1537 doesn't have this function.
|
|
1538
|
|
1539 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
1540
|
|
1541 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
1542
|
|
1543 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
1544 version of version.el.
|
|
1545 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
1546
|
|
1547 * x-menubar.el (default-menubar): Guard reference to
|
|
1548 `gnuserv-frame'.
|
|
1549 (default-menubar): Guard references to `font-lock-mode'.
|
|
1550 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
1551 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
1552
|
|
1553 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
1554
|
|
1555 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
1556 loading auto-autoloads files.
|
|
1557
|
|
1558 * loaddefs.el: Disable dumping autoloads.
|
|
1559
|
|
1560 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
1561
|
|
1562 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
1563
|
|
1564 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
1565
|
|
1566 * finder.el (finder-by-keyword): Autoload.
|
|
1567
|
|
1568 * help.el: Conditionalize hyperbole setup.
|
|
1569
|
|
1570 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
1571
|
|
1572 * packages.el (package-require): Update to reflect new data format.
|
|
1573
|
237
|
1574 1998-01-02 Didier Verna <verna@inf.enst.fr>
|
|
1575
|
|
1576 * x-menubar.el (default-menubar): make the tutorials available
|
|
1577 through the menubar. (Plus some compilation warnings cleanup).
|
|
1578
|
|
1579 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
1580
|
|
1581 * check-features.el: New file. Perform sanity check after build.
|
|
1582
|
|
1583 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
1584 files to tooltalk package.
|
|
1585 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
1586 package.
|
|
1587
|
|
1588 * package-admin.el (package-admin-xemacs): Use better default for
|
|
1589 location of XEmacs binary.
|
|
1590
|
|
1591 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1592
|
|
1593 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
1594 tag with sexp and add value tag with value `t'.
|
|
1595
|
|
1596 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
1597
|
|
1598 * package-get.el: Changes to work with real data.
|
|
1599 From Pete Ware <ware@cis.ohio-state.edu>
|
|
1600
|
|
1601 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
1602 being.
|
|
1603
|
|
1604 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
1605 of possibly out-of-date packges.elc.
|
|
1606 * make-docfile.el ("packages.el"): Ditto.
|
|
1607
|
235
|
1608 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
1609
|
|
1610 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
1611 the main tarball shadowing anything past it.
|
|
1612
|
|
1613 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
1614
|
|
1615 * packages.el (package-provide): Delete a previous provide.
|
|
1616
|
|
1617 * package-info.el: New file.
|
|
1618
|
|
1619 * package-get.el: New file.
|
|
1620 From Pete Ware <ware@cis.ohio-state.edu>
|
|
1621 (package-get): Fix md5 computation to work with Mule.
|
|
1622
|
|
1623 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1624
|
|
1625 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
1626
|
|
1627 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
1628
|
|
1629 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
1630
|
|
1631 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
1632 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1633
|
|
1634 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
1635
|
|
1636 * startup.el (load-init-file): Reload new or changed autoloads
|
|
1637 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
1638
|
|
1639 * packages.el (packages-new-autoloads): New function.
|
|
1640 (packages-reload-autoloads): New function.
|
|
1641 (packages-reload-dumped-lisp): New (stub) function.
|
|
1642
|
|
1643 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
1644
|
|
1645 * loadhist.el (file-provides): Extend to handle variant
|
|
1646 extensions.
|
|
1647
|
|
1648 * replace.el (query-replace): Fix typo.
|
|
1649
|
|
1650 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
1651
|
|
1652 * make-docfile.el: list-autoloads-path has been renamed.
|
|
1653 * update-elc.el: list-autoloads has been renamed.
|
|
1654
|
|
1655 * packages.el (packages-list-autoloads): Renamed.
|
|
1656 (packages-list-autoloads-path): Ditto.
|
|
1657
|
233
|
1658 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
1659
|
|
1660 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
1661 for an error in an auto-autoload.el file.
|
|
1662
|
|
1663 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
1664
|
|
1665 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
1666 tag with const.
|
|
1667 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1668
|
|
1669 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
1670
|
|
1671 * loadhist.el (unload-feature): Remove autoload.
|
|
1672
|
|
1673 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
1674
|
|
1675 * loadhist.el: Unpackaged.
|
|
1676
|
|
1677 * help.el (describe-symbol-find-file): Rename
|
|
1678 `describe-function-find-file' and make old name obsolete.
|
|
1679 (describe-function-1): Use it.
|
|
1680 (describe-function-1): Guard reference to
|
|
1681 `compiled-function-annotation'.
|
|
1682
|
231
|
1683 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1684
|
|
1685 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
1686 argument.
|
|
1687 (help-mode-quit): New optional arg to control whether it kills or
|
|
1688 buries. Tidied up.
|
|
1689 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
1690 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
1691 (help-pretty-print-value): Rename back from
|
|
1692 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
1693 use it, otherwise use dumped `cl-prettyprint'.
|
|
1694 (describe-variable): Use `help-pretty-print-value' again.
|
|
1695 (find-func): Removed reference to "find-func" at end.
|
|
1696
|
|
1697 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1698
|
|
1699 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
1700 GUI XEmacs. Rename? x-menubar is rather window system
|
|
1701 independant, except for a couple of items.
|
|
1702
|
|
1703 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
1704
|
|
1705 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
1706 entries as they will no longer be distributed with XEmacs.
|
|
1707
|
|
1708 * format.el (format-alist): Fix image/tiff regexps.
|
|
1709 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1710
|
|
1711 * help.el (help-maybe-pretty-print-value): Rename.
|
|
1712 (describe-variable): Use it.
|
|
1713 (describe-variable): Add trailing linefeed.
|
|
1714
|
|
1715 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1716
|
|
1717 * help.el (describe-function-1): Don't output anything for
|
|
1718 arglist of autoload functions.
|
|
1719
|
|
1720 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1721
|
|
1722 * help.el (describe-function-1): Don't output anything for
|
|
1723 arglist of autoload functions.
|
|
1724
|
|
1725 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1726
|
|
1727 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
1728 `describe-function-at-point', `describe-variable-at-point',
|
|
1729 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
1730 `help-prev-section'.
|
|
1731 (help-next-section): New function.
|
|
1732 (help-prev-section): New function.
|
|
1733 (help-mode-quit): Changed to kill the help buffer.
|
|
1734 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
1735 correctly.
|
|
1736 (help-buffer-name): New function to generate the name of help
|
|
1737 buffers.
|
|
1738 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
1739 argument giving the name of the help buffer.
|
|
1740 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
1741 (describe-mode): Ditto.
|
|
1742 (describe-bindings): Ditto.
|
|
1743 (describe-prefix-bindings): Ditto.
|
|
1744 (view-lossage): Ditto.
|
|
1745 (with-syntax-table): New macro.
|
|
1746 (function-called-at-point): Use `ignore-errors' and
|
|
1747 `with-syntax-table'.
|
|
1748 (function-at-point): Ditto.
|
|
1749 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
1750 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
1751 function's arglist as string.
|
|
1752 (function-documentation): Extracted from `describe-function-1'.
|
|
1753 Returns function's docstring.
|
|
1754 (describe-function-1): Remove all the "stream" garbage, including
|
|
1755 the stream argument. Use `function-arglist' and
|
|
1756 `function-documentation'.
|
|
1757 (describe-function-arglist): Just use `function-arglist'.
|
|
1758 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
1759 (help-pretty-print-value): New function to help with
|
|
1760 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
1761 `pp-internal'.
|
|
1762 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
1763 Formatting improved. Display file where variable is defined, if
|
|
1764 known. Use `help-pretty-print-value'.
|
|
1765 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
1766 (list-processes): Remove "stream" garbage.
|
|
1767
|
229
|
1768 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
1769
|
|
1770 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
1771 call a dumped routine instead.
|
|
1772
|
|
1773 * x-win-xfree86.el: Wrap file in defun.
|
|
1774 * x-win-sun.el: Ditto.
|
|
1775
|
|
1776 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
1777
|
|
1778 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
1779 advises functions and does other evil things.
|
|
1780
|
|
1781 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
1782
|
|
1783 * format.el (format-alist): Add `image/tiff'.
|
|
1784 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1785
|
|
1786 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
1787
|
|
1788 * about.el (about-hackers): More names added.
|
|
1789
|
|
1790 * make-docfile.el: Remove superfluous package path search.
|
|
1791
|
|
1792 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
1793
|
227
|
1794 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
1795
|
|
1796 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
1797 ignored shadows.
|
|
1798
|
|
1799 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
1800
|
|
1801 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
1802 get trailing slashes when added to the load-path.
|
|
1803
|
|
1804 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
1805 are.
|
|
1806
|
|
1807 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1808
|
|
1809 * x-faces.el: Added support for foregroundToolBarColor
|
|
1810 to xpm-color-symbols.
|
|
1811
|
|
1812 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
1813
|
|
1814 * etags.el (tags-remove-duplicates): Removed.
|
|
1815 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
1816
|
|
1817 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
1818 correctly.
|
|
1819 (get*): Defalias to `get'.
|
|
1820
|
|
1821 * cl.el (eql): Compare integers with `eq'.
|
|
1822 (cl-map-extents): Check for `map-extents' first.
|
|
1823
|
|
1824 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
1825
|
|
1826 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
1827 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
1828
|
|
1829 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
1830
|
|
1831 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1832
|
|
1833 * widget.el (define-widget): Check the arguments.
|
|
1834
|
|
1835 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
1836 (custom-variable-value-create): Use `signal' to signal error.
|
|
1837 (custom-variable-reset-saved): Ditto.
|
|
1838 (custom-variable-reset-standard): Ditto.
|
|
1839 (custom-face-reset-saved): Ditto.
|
|
1840
|
|
1841 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
1842 (widget-default-format-handler): Ditto.
|
|
1843 (widget-checklist-add-item): Ditto.
|
|
1844 (widget-radio-add-item): Ditto.
|
|
1845 (widget-editable-list-entry-create): Ditto.
|
|
1846 (widget-sexp-prompt-value): Ditto.
|
|
1847
|
|
1848 * custom.el (custom-declare-variable): Signal errors better.
|
|
1849 (custom-handle-keyword): Ditto.
|
|
1850 (custom-declare-group): Ditto.
|
|
1851
|
|
1852 * window-xemacs.el (windows): Ditto.
|
|
1853
|
|
1854 * menubar.el (menu): Ditto.
|
|
1855
|
|
1856 * keydefs.el (keyboard): Ditto.
|
|
1857
|
|
1858 * minibuf.el (minibuffer): Ditto.
|
|
1859
|
|
1860 * process.el (execute): Ditto.
|
|
1861
|
|
1862 * fill.el (fill): Ditto.
|
|
1863
|
|
1864 * modeline.el (modeline): Ditto.
|
|
1865
|
|
1866 * help.el (help): Ditto.
|
|
1867
|
|
1868 * faces.el (faces): Ditto.
|
|
1869
|
|
1870 * files.el (files): Ditto.
|
|
1871
|
|
1872 * x-init.el (x): Ditto.
|
|
1873
|
|
1874 * lisp-mode.el (lisp): Ditto.
|
|
1875
|
|
1876 * process.el (processes): Ditto.
|
|
1877
|
|
1878 * mouse.el (mouse): Ditto.
|
|
1879
|
|
1880 * abbrev.el (abbrev): Moved from cus-edit.
|
|
1881
|
|
1882 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
1883 as variable declaration.
|
|
1884
|
|
1885 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1886
|
|
1887 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
1888 (find-menu-item): Cosmetic changes.
|
|
1889
|
|
1890 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
1891
|
|
1892 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
1893
|
|
1894 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
1895
|
|
1896 * startup.el (set-default-load-path): Only search package-path
|
|
1897 when not running temacs.
|
|
1898
|
|
1899 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
1900 files.
|
|
1901
|
|
1902 * loadup.el: Correct commentary. Reformatting.
|
|
1903 (really-early-error-handler): Use absolute path to the
|
|
1904 first dumped-lisp.el file.
|
|
1905 (really-early-error-handler): Print full path name of
|
|
1906 each dumped lisp file (inherited from InfoDock).
|
|
1907
|
|
1908 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
1909 dumped-lisp.el files.
|
|
1910
|
|
1911 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
1912 package-path is searched.
|
|
1913 * update-elc.el: Ditto.
|
|
1914
|
|
1915 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
1916 `condition-case' for indentation.
|
|
1917
|
|
1918 * about.el (about-xemacs): Update release date.
|
|
1919
|
225
|
1920 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
1921
|
|
1922 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
1923 anywhere but at the last clause.
|
|
1924 (ecase): Disallow `t' and `otherwise'.
|
|
1925
|
|
1926 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1927
|
|
1928 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
1929 from stuff moved out of `custom-buffer-create-internal'.
|
|
1930 (custom-novice): New variable. Default t.
|
|
1931 (custom-display-global-buttons): Ditto. Default `top'.
|
|
1932 (custom-buffer-create-internal): Only display help if
|
|
1933 `custom-novice' is non-nil. Display global buttons according to
|
|
1934 `custom-display-global-buttons'.
|
|
1935
|
|
1936 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1937
|
|
1938 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
1939 (find-menu-item): Cosmetic changes.
|
|
1940
|
|
1941 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1942
|
|
1943 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
1944 look.
|
|
1945
|
227
|
1946 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
1947
|
227
|
1948 * format.el (format-deannotate-region): Bug fix.
|
|
1949 Deannotating a region containing unknown tags would fail
|
|
1950 (causing decoding of text/enriched to fail at user level)
|
225
|
1951
|
|
1952 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1953
|
|
1954 * minibuf.el (read-directory-name): Support sixth
|
|
1955 arg, HISTORY, as already documented.
|
|
1956
|
|
1957 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
1958
|
|
1959 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
1960 to `ecase'.
|
|
1961
|
|
1962 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
1963
|
|
1964 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
1965 skk-activate.
|
|
1966
|
223
|
1967 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
1968
|
225
|
1969 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|