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