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