243
|
1 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * about.el: Add xemacs.org email manager.
|
|
4
|
|
5 * package-get-base.el (package-get-base): Updated with most recent
|
|
6 package updates.
|
|
7
|
|
8 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9
|
|
10 * help.el (function-arglist): Use `indirect-function' instead of
|
|
11 `symbol-function' so that aliases are treated correctly.
|
|
12
|
|
13 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
14
|
|
15 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
16 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
17 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
18 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
19 (describe-key): Use `princ' "%s" to print object.
|
|
20 (describe-function-1): Use `princ' "%s" to print object.
|
|
21 Commented out alias lines removed.
|
|
22 (help-pretty-print-limit): New variable to control pretty-printing
|
|
23 of variable values.
|
|
24 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
25 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
26 list of length less than `help-pretty-print-limit'.
|
|
27 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
28
|
|
29 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
30
|
|
31 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
32 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
33
|
|
34 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
35
|
|
36 * info.el (Info-default-directory-list): Made the documentation
|
|
37 more explanitory.
|
|
38
|
|
39 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
40
|
|
41 * lisp/packages.el:
|
|
42 * lisp/package-admin.el:
|
|
43 * lisp/build-report.el:
|
|
44 Fix typos.
|
|
45
|
|
46 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
47
|
|
48 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
49 warnings in Java buffers without final newline and editing the
|
|
50 last line.
|
|
51
|
|
52 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
53
|
|
54 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
55 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
56 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
57
|
|
58 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
59 From Oliver Graf <ograf@fga.de>
|
|
60
|
|
61 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
62
|
|
63 * loadup.el (load-gc): rewrite as defun.
|
|
64 Print something sensical if a required dump-time file isn't found.
|
|
65
|
241
|
66 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
67
|
|
68 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
69 bug strikes a menudescriptor.
|
|
70
|
|
71 * package-get-base.el (package-get-base): Updated.
|
|
72
|
|
73 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
74 from the Makefile.
|
|
75
|
|
76 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
77
|
|
78 * files.el (save-some-buffers): Don't play games with deleting
|
|
79 other windows if we are in the minibuffer window.
|
|
80
|
239
|
81 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
82
|
|
83 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
84 (add-minor-mode): Document :active property to TOGGLE.
|
|
85
|
|
86 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
87
|
|
88 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
89 `:included' predicate in the `toggle-sym' plist.
|
|
90 (add-minor-mode): Document the :included property, format
|
|
91 docstring some more.
|
|
92 (modeline-minor-mode-menu): Documentation string added.
|
|
93
|
|
94 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
95
|
|
96 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
97 labels from the symbol-names by thwacking off the overly redundant
|
|
98 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
99 resultant strings. Also shortened the menu's title by eliminating
|
|
100 the redundant buffer name.
|
|
101 (add-minor-mode): Beautified the docstring, added mention of the
|
|
102 `:menu-tag' property of TOGGLE.
|
|
103 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
104 `toggle-sym' to beatify the mode-life menus.
|
|
105 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
106 `auto-fill-function'.
|
|
107
|
|
108 1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
109
|
|
110 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
111 menus to :style 'toggle.
|
|
112
|
|
113 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
114
|
|
115 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
116
|
|
117 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
118
|
|
119 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
120 only recognize first hyperlink.
|
|
121 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
122 `hyper-apropos-insert-face'.
|
|
123 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
124
|
|
125 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
126
|
|
127 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
128 mail.
|
|
129 (toolbar-mail-reader): Add support for `send'.
|
|
130 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
131
|
|
132 1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
133
|
|
134 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
135 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
136 will function properly.
|
|
137
|
|
138 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
139
|
|
140 * simple.el: make the backwards delete function called by
|
|
141 `backward-or-forward-delete-char' user configurable.
|
|
142
|
|
143 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
144
|
|
145 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
146 compiled function got loaded from.
|
|
147
|
|
148 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
149
|
|
150 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
151
|
|
152 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
153
|
|
154 * startup.el (load-init-file): Load autoloads earlier.
|
|
155 (startup-splash-frame): Handle InfoDock logo.
|
|
156
|
|
157 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
158 InfoDock.
|
|
159 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
160
|
|
161 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
162 doesn't have this function.
|
|
163
|
|
164 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
165
|
|
166 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
167
|
|
168 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
169 version of version.el.
|
|
170 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
171
|
|
172 * x-menubar.el (default-menubar): Guard reference to
|
|
173 `gnuserv-frame'.
|
|
174 (default-menubar): Guard references to `font-lock-mode'.
|
|
175 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
176 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
177
|
|
178 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
179
|
|
180 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
181 loading auto-autoloads files.
|
|
182
|
|
183 * loaddefs.el: Disable dumping autoloads.
|
|
184
|
|
185 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
186
|
|
187 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
188
|
|
189 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
190
|
|
191 * finder.el (finder-by-keyword): Autoload.
|
|
192
|
|
193 * help.el: Conditionalize hyperbole setup.
|
|
194
|
|
195 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
196
|
|
197 * packages.el (package-require): Update to reflect new data format.
|
|
198
|
237
|
199 1998-01-02 Didier Verna <verna@inf.enst.fr>
|
|
200
|
|
201 * x-menubar.el (default-menubar): make the tutorials available
|
|
202 through the menubar. (Plus some compilation warnings cleanup).
|
|
203
|
|
204 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
205
|
|
206 * check-features.el: New file. Perform sanity check after build.
|
|
207
|
|
208 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
209 files to tooltalk package.
|
|
210 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
211 package.
|
|
212
|
|
213 * package-admin.el (package-admin-xemacs): Use better default for
|
|
214 location of XEmacs binary.
|
|
215
|
|
216 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
217
|
|
218 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
219 tag with sexp and add value tag with value `t'.
|
|
220
|
|
221 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
222
|
|
223 * package-get.el: Changes to work with real data.
|
|
224 From Pete Ware <ware@cis.ohio-state.edu>
|
|
225
|
|
226 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
227 being.
|
|
228
|
|
229 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
230 of possibly out-of-date packges.elc.
|
|
231 * make-docfile.el ("packages.el"): Ditto.
|
|
232
|
235
|
233 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
234
|
|
235 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
236 the main tarball shadowing anything past it.
|
|
237
|
|
238 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
239
|
|
240 * packages.el (package-provide): Delete a previous provide.
|
|
241
|
|
242 * package-info.el: New file.
|
|
243
|
|
244 * package-get.el: New file.
|
|
245 From Pete Ware <ware@cis.ohio-state.edu>
|
|
246 (package-get): Fix md5 computation to work with Mule.
|
|
247
|
|
248 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
249
|
|
250 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
251
|
|
252 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
253
|
|
254 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
255
|
|
256 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
257 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
258
|
|
259 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
260
|
|
261 * startup.el (load-init-file): Reload new or changed autoloads
|
|
262 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
263
|
|
264 * packages.el (packages-new-autoloads): New function.
|
|
265 (packages-reload-autoloads): New function.
|
|
266 (packages-reload-dumped-lisp): New (stub) function.
|
|
267
|
|
268 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
269
|
|
270 * loadhist.el (file-provides): Extend to handle variant
|
|
271 extensions.
|
|
272
|
|
273 * replace.el (query-replace): Fix typo.
|
|
274
|
|
275 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
276
|
|
277 * make-docfile.el: list-autoloads-path has been renamed.
|
|
278 * update-elc.el: list-autoloads has been renamed.
|
|
279
|
|
280 * packages.el (packages-list-autoloads): Renamed.
|
|
281 (packages-list-autoloads-path): Ditto.
|
|
282
|
233
|
283 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
284
|
|
285 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
286 for an error in an auto-autoload.el file.
|
|
287
|
|
288 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
289
|
|
290 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
291 tag with const.
|
|
292 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
293
|
|
294 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
295
|
|
296 * loadhist.el (unload-feature): Remove autoload.
|
|
297
|
|
298 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
299
|
|
300 * loadhist.el: Unpackaged.
|
|
301
|
|
302 * help.el (describe-symbol-find-file): Rename
|
|
303 `describe-function-find-file' and make old name obsolete.
|
|
304 (describe-function-1): Use it.
|
|
305 (describe-function-1): Guard reference to
|
|
306 `compiled-function-annotation'.
|
|
307
|
231
|
308 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
309
|
|
310 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
311 argument.
|
|
312 (help-mode-quit): New optional arg to control whether it kills or
|
|
313 buries. Tidied up.
|
|
314 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
315 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
316 (help-pretty-print-value): Rename back from
|
|
317 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
318 use it, otherwise use dumped `cl-prettyprint'.
|
|
319 (describe-variable): Use `help-pretty-print-value' again.
|
|
320 (find-func): Removed reference to "find-func" at end.
|
|
321
|
|
322 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
323
|
|
324 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
325 GUI XEmacs. Rename? x-menubar is rather window system
|
|
326 independant, except for a couple of items.
|
|
327
|
|
328 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
329
|
|
330 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
331 entries as they will no longer be distributed with XEmacs.
|
|
332
|
|
333 * format.el (format-alist): Fix image/tiff regexps.
|
|
334 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
335
|
|
336 * help.el (help-maybe-pretty-print-value): Rename.
|
|
337 (describe-variable): Use it.
|
|
338 (describe-variable): Add trailing linefeed.
|
|
339
|
|
340 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
341
|
|
342 * help.el (describe-function-1): Don't output anything for
|
|
343 arglist of autoload functions.
|
|
344
|
|
345 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
346
|
|
347 * help.el (describe-function-1): Don't output anything for
|
|
348 arglist of autoload functions.
|
|
349
|
|
350 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
351
|
|
352 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
353 `describe-function-at-point', `describe-variable-at-point',
|
|
354 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
355 `help-prev-section'.
|
|
356 (help-next-section): New function.
|
|
357 (help-prev-section): New function.
|
|
358 (help-mode-quit): Changed to kill the help buffer.
|
|
359 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
360 correctly.
|
|
361 (help-buffer-name): New function to generate the name of help
|
|
362 buffers.
|
|
363 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
364 argument giving the name of the help buffer.
|
|
365 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
366 (describe-mode): Ditto.
|
|
367 (describe-bindings): Ditto.
|
|
368 (describe-prefix-bindings): Ditto.
|
|
369 (view-lossage): Ditto.
|
|
370 (with-syntax-table): New macro.
|
|
371 (function-called-at-point): Use `ignore-errors' and
|
|
372 `with-syntax-table'.
|
|
373 (function-at-point): Ditto.
|
|
374 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
375 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
376 function's arglist as string.
|
|
377 (function-documentation): Extracted from `describe-function-1'.
|
|
378 Returns function's docstring.
|
|
379 (describe-function-1): Remove all the "stream" garbage, including
|
|
380 the stream argument. Use `function-arglist' and
|
|
381 `function-documentation'.
|
|
382 (describe-function-arglist): Just use `function-arglist'.
|
|
383 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
384 (help-pretty-print-value): New function to help with
|
|
385 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
386 `pp-internal'.
|
|
387 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
388 Formatting improved. Display file where variable is defined, if
|
|
389 known. Use `help-pretty-print-value'.
|
|
390 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
391 (list-processes): Remove "stream" garbage.
|
|
392
|
229
|
393 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
394
|
|
395 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
396 call a dumped routine instead.
|
|
397
|
|
398 * x-win-xfree86.el: Wrap file in defun.
|
|
399 * x-win-sun.el: Ditto.
|
|
400
|
|
401 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
402
|
|
403 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
404 advises functions and does other evil things.
|
|
405
|
|
406 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
407
|
|
408 * format.el (format-alist): Add `image/tiff'.
|
|
409 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
410
|
|
411 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
412
|
|
413 * about.el (about-hackers): More names added.
|
|
414
|
|
415 * make-docfile.el: Remove superfluous package path search.
|
|
416
|
|
417 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
418
|
227
|
419 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
420
|
|
421 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
422 ignored shadows.
|
|
423
|
|
424 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
425
|
|
426 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
427 get trailing slashes when added to the load-path.
|
|
428
|
|
429 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
430 are.
|
|
431
|
|
432 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
433
|
|
434 * x-faces.el: Added support for foregroundToolBarColor
|
|
435 to xpm-color-symbols.
|
|
436
|
|
437 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
438
|
|
439 * etags.el (tags-remove-duplicates): Removed.
|
|
440 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
441
|
|
442 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
443 correctly.
|
|
444 (get*): Defalias to `get'.
|
|
445
|
|
446 * cl.el (eql): Compare integers with `eq'.
|
|
447 (cl-map-extents): Check for `map-extents' first.
|
|
448
|
|
449 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
450
|
|
451 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
452 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
453
|
|
454 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
455
|
|
456 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
457
|
|
458 * widget.el (define-widget): Check the arguments.
|
|
459
|
|
460 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
461 (custom-variable-value-create): Use `signal' to signal error.
|
|
462 (custom-variable-reset-saved): Ditto.
|
|
463 (custom-variable-reset-standard): Ditto.
|
|
464 (custom-face-reset-saved): Ditto.
|
|
465
|
|
466 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
467 (widget-default-format-handler): Ditto.
|
|
468 (widget-checklist-add-item): Ditto.
|
|
469 (widget-radio-add-item): Ditto.
|
|
470 (widget-editable-list-entry-create): Ditto.
|
|
471 (widget-sexp-prompt-value): Ditto.
|
|
472
|
|
473 * custom.el (custom-declare-variable): Signal errors better.
|
|
474 (custom-handle-keyword): Ditto.
|
|
475 (custom-declare-group): Ditto.
|
|
476
|
|
477 * window-xemacs.el (windows): Ditto.
|
|
478
|
|
479 * menubar.el (menu): Ditto.
|
|
480
|
|
481 * keydefs.el (keyboard): Ditto.
|
|
482
|
|
483 * minibuf.el (minibuffer): Ditto.
|
|
484
|
|
485 * process.el (execute): Ditto.
|
|
486
|
|
487 * fill.el (fill): Ditto.
|
|
488
|
|
489 * modeline.el (modeline): Ditto.
|
|
490
|
|
491 * help.el (help): Ditto.
|
|
492
|
|
493 * faces.el (faces): Ditto.
|
|
494
|
|
495 * files.el (files): Ditto.
|
|
496
|
|
497 * x-init.el (x): Ditto.
|
|
498
|
|
499 * lisp-mode.el (lisp): Ditto.
|
|
500
|
|
501 * process.el (processes): Ditto.
|
|
502
|
|
503 * mouse.el (mouse): Ditto.
|
|
504
|
|
505 * abbrev.el (abbrev): Moved from cus-edit.
|
|
506
|
|
507 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
508 as variable declaration.
|
|
509
|
|
510 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
511
|
|
512 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
513 (find-menu-item): Cosmetic changes.
|
|
514
|
|
515 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
516
|
|
517 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
518
|
|
519 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
520
|
|
521 * startup.el (set-default-load-path): Only search package-path
|
|
522 when not running temacs.
|
|
523
|
|
524 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
525 files.
|
|
526
|
|
527 * loadup.el: Correct commentary. Reformatting.
|
|
528 (really-early-error-handler): Use absolute path to the
|
|
529 first dumped-lisp.el file.
|
|
530 (really-early-error-handler): Print full path name of
|
|
531 each dumped lisp file (inherited from InfoDock).
|
|
532
|
|
533 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
534 dumped-lisp.el files.
|
|
535
|
|
536 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
537 package-path is searched.
|
|
538 * update-elc.el: Ditto.
|
|
539
|
|
540 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
541 `condition-case' for indentation.
|
|
542
|
|
543 * about.el (about-xemacs): Update release date.
|
|
544
|
225
|
545 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
546
|
|
547 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
548 anywhere but at the last clause.
|
|
549 (ecase): Disallow `t' and `otherwise'.
|
|
550
|
|
551 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
552
|
|
553 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
554 from stuff moved out of `custom-buffer-create-internal'.
|
|
555 (custom-novice): New variable. Default t.
|
|
556 (custom-display-global-buttons): Ditto. Default `top'.
|
|
557 (custom-buffer-create-internal): Only display help if
|
|
558 `custom-novice' is non-nil. Display global buttons according to
|
|
559 `custom-display-global-buttons'.
|
|
560
|
|
561 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
562
|
|
563 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
564 (find-menu-item): Cosmetic changes.
|
|
565
|
|
566 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
567
|
|
568 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
569 look.
|
|
570
|
227
|
571 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
572
|
227
|
573 * format.el (format-deannotate-region): Bug fix.
|
|
574 Deannotating a region containing unknown tags would fail
|
|
575 (causing decoding of text/enriched to fail at user level)
|
225
|
576
|
|
577 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
578
|
|
579 * minibuf.el (read-directory-name): Support sixth
|
|
580 arg, HISTORY, as already documented.
|
|
581
|
|
582 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
583
|
|
584 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
585 to `ecase'.
|
|
586
|
|
587 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
588
|
|
589 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
590 skk-activate.
|
|
591
|
223
|
592 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
593
|
225
|
594 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|