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