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