263
|
1 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2
|
|
3 * specifier.el: Define new specifier tag `default'.
|
|
4
|
|
5 * modeline.el: Initialize faces using `default' tag.
|
|
6
|
|
7 * x-faces.el (x-init-face-from-resources): Remove
|
|
8 specifier specs containing the `default' tag before
|
|
9 adding new specs.
|
|
10
|
|
11 1998-03-02 John Jones <jj@asu.edu>
|
|
12
|
|
13 * package-get.el (package-get-all): fixed arguments on call to
|
|
14 package-admin-add-single-file-package.
|
|
15 * package-get.el (package-get-installedp): fixed to match
|
|
16 advertised behavior.
|
|
17 * package-get.el: added function package-get-update-all which
|
|
18 installs newest versions of all the current packages (if they are
|
|
19 not already installed).
|
|
20
|
|
21 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
22
|
|
23 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
24 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
25 still nil, as happens for example when finding a compressed
|
|
26 file with "jka-compr".
|
|
27
|
|
28 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
29
|
|
30 * faces.el: in make-face-* type functions do the operation for all
|
|
31 window systems, not just the first one found.
|
|
32
|
|
33 * font.el: call mswindows-list-fonts for mswindows.
|
|
34
|
|
35 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
36
|
|
37 * code-process.el (call-process-region):
|
|
38 * process.el (call-process-region):
|
|
39 * package-get.el (package-get-dir):
|
|
40 * files.el (backup-enable-predicate):
|
|
41 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
42 Use temp-directory in place of `/tmp'.
|
|
43
|
|
44 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
45
|
|
46 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
47
|
|
48 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
49 Emacs.
|
|
50
|
|
51 * files.el (insert-directory): Modified to use special
|
|
52 dired-in-C enhancements if present.
|
|
53
|
|
54 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
55
|
|
56 * code-files.el: make default coding no-conversion.
|
|
57
|
|
58 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
59
|
|
60 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
61 the load-path.
|
|
62
|
|
63 * update-elc.el: Strip directory when testing for files not to
|
|
64 bytecompile.
|
|
65
|
|
66 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
67
|
|
68 * lisp-mode.el: Use recommended form for menus.
|
|
69
|
|
70 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
71
|
|
72 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
73 entry.
|
|
74
|
|
75 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
76
|
|
77 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
78 (get-frame-for-buffer-noselect): Always return frames
|
|
79 in the not-this-window-p cond clause.
|
|
80
|
261
|
81 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
82
|
|
83 * help.el (describe-installation): New function.
|
|
84
|
|
85 * x-menubar.el (default-menubar): Add describe-installation to
|
|
86 Help menu.
|
|
87
|
|
88 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
89 should not be bytecompiled.
|
|
90
|
|
91 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
92 XEmacs.
|
|
93
|
|
94 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
95 entry.
|
|
96
|
|
97 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
98 coding.
|
|
99 From Andy Piper <andyp@parallax.co.uk>
|
|
100
|
|
101 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
102
|
|
103 * ldap.el: Do not require ldap-internal at compile time.
|
|
104
|
259
|
105 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
106
|
|
107 * code-files.el: new file. a virtual copy of mule-files.el
|
|
108 but without charset
|
|
109 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
110 changing the eol type for the current buffer.
|
|
111
|
|
112 * code-process.el: new file. a copy of
|
|
113 mule-process.el. mule-process.el will disappear when things have
|
|
114 settled.
|
|
115
|
|
116 * coding.el: new file. a virtual copy of mule-files.el but
|
|
117 without charset dependencies. (coding-system-base) new function
|
|
118 for getting the parent coding system of a coding system with eol
|
|
119 type set.
|
|
120
|
|
121 * dumped-lisp.el: add above files for the non-mule case.
|
|
122
|
|
123 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
124
|
|
125 * window-xemacs.el (display-buffer): If no explicit
|
|
126 frame is specified, search for a window that displays
|
|
127 the buffer on the currently selected frame, before
|
|
128 searching other frames.
|
|
129
|
|
130 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
131
|
|
132 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
133 is non-nil, use window on the selected frame if it is not
|
|
134 also the selected window. When defaulting, search for
|
|
135 windows on the currently selected fgrame before searching
|
|
136 other frames.
|
|
137
|
|
138 1998-02-25 Didier Verna <verna@inf.enst.fr>
|
|
139
|
|
140 * modeline.el (modeline-swap-buffers): originally named
|
|
141 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
142 decided in `mouse-drag-modeline'.
|
|
143 (mouse-drag-modeline): A button release event is considered a
|
|
144 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
145 stay unchanged.
|
|
146
|
|
147 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
148
|
|
149 * x-menubar.el: Put redo on the menubar.
|
|
150 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
151
|
|
152 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
153
|
|
154 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
155 temp-buffer-show-function is set, use it to display current set of
|
|
156 warnings in the "*Compile-Log-Show*" buffer.
|
|
157
|
|
158 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
159 is set, use it to display current set of warnings in the
|
|
160 "*Warnings-Show*" buffer.
|
|
161
|
|
162 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
163
|
|
164 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
165 Common Lisp.
|
|
166
|
|
167 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
168
|
|
169 * menubar.el: Allow button descriptors at least 2 long.
|
|
170
|
|
171 * x-menubar.el (default-menubar): Use recommended forms.
|
|
172 (file-menu-filter): Remove.
|
|
173 (edit-menu-filter): Remove.
|
|
174
|
|
175 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
176
|
|
177 * about.el (about-hackers): Updated.
|
|
178
|
|
179 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
180
|
|
181 * help.el (help-max-help-buffers): new variable
|
|
182 (help-register-and-maybe-prune-excess): new function
|
|
183 (help-buffer-name): use help-max-help-buffers.
|
|
184 (with-displaying-help-buffer): use
|
|
185 help-register-and-maybe-prune-excess.
|
|
186
|
|
187 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
188 one line, let it.
|
|
189
|
|
190 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
191
|
|
192 * (with-displaying-help-buffer): there is no need to kill the buffer
|
|
193 if it exists, becasuse with-output-to-temp-buffer will clear it.
|
|
194 further, killing the buffer violates the rule that
|
|
195 temp-buffer-show-function, if set, has the full responsibility of
|
|
196 showing the temp buffer. killing the buffer fucks with the window
|
|
197 configuration, hosing temp-buffer-show-function.
|
|
198
|
|
199
|
|
200 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
201
|
|
202 * modeline.el (mouse-drag-modeline):
|
|
203 - Always scroll the modeline that was originally clicked on.
|
|
204 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
205 as horizontal reference for modeline dragging. This allows us to
|
|
206 keep on dragging the modeline even if the motion event occurs in
|
|
207 another window.
|
|
208
|
|
209 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
210
|
|
211 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
212 glyph on the modeline to indicate that dragging the mouse has an
|
|
213 effect both horizontally and vertically.
|
|
214
|
|
215 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
216
|
|
217 * about.el (about-xemacs): Get rid of redundant visible version
|
|
218 number.
|
|
219
|
257
|
220 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
221
|
|
222 * about.el (about-hackers): Update credits.
|
|
223
|
255
|
224 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
225
|
|
226 * prim/register.el (view-register): Show register type file-query.
|
|
227
|
|
228 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
229
|
|
230 * mode-motion.el (mode-motion-highlight-internal):
|
|
231 save-excursion inside save-window-exucrsion form to
|
|
232 hide buffer point changes from save-window-excursion.
|
|
233 Prevents display flickering when the mouse pointer
|
|
234 moves.
|
|
235
|
|
236 1998-02-17 Didier Verna <verna@inf.enst.fr>
|
|
237
|
|
238 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
239 function to handle correctly the case of a toolbar one side of the
|
|
240 window: scrolling will not necessarily happen.
|
|
241
|
|
242 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
243
|
|
244 * files.el (after-find-file): Restore missing argument
|
|
245 to format that provides filename for "... consider M-x
|
|
246 recover-file" message. Also call `message' with "%s"
|
|
247 as the first arg instead of an arbitrary string.
|
|
248
|
|
249 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
250
|
|
251 * about.el (about-hackers): Various additions.
|
|
252
|
|
253 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
254
|
|
255 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
256 line out when copying on-the-same line autoloads.
|
|
257
|
|
258 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
259 is installed.
|
|
260
|
253
|
261 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
262
|
|
263 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
264 * x11/x-win-sun.el (x-win-init-sun):
|
|
265 * x11/x-init.el (x-initialize-compose):
|
|
266 * prim/simple.el:
|
|
267 (backward-or-forward-kill-sexp):
|
|
268 (backward-or-forward-kill-sentence):
|
|
269 (backward-or-forward-kill-word):
|
|
270 (backward-or-forward-delete-char):
|
|
271 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
272 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
273 x-keysym-on-keyboard-p to detect backspace.
|
|
274 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
275 Clean up symbols used with dead keys, checking Linux and solaris
|
|
276 keysyms.
|
|
277 Simplify x-win-*.el using above methods.
|
|
278 Change documentation for x-keysym-*-p functions.
|
|
279
|
|
280 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
281
|
|
282 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
283 Vinnie Shelton.
|
|
284 From Vinnie Shelton <acs@acm.org>
|
|
285
|
|
286 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
287
|
|
288 * simple.el (count-words-region): Ditto.
|
|
289
|
|
290 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
291
|
|
292 * simple.el (count-words-buffer): Document. Don't print anything
|
|
293 if non-interactive.
|
|
294
|
|
295 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
296
|
|
297 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
298 multiple files in InfoDock.
|
|
299
|
|
300 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
301
|
|
302 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
303 from version.el in InfoDock.
|
|
304
|
|
305 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
306 specially.
|
|
307
|
|
308 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
309
|
|
310 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
311 variable name in docstring.
|
|
312
|
|
313 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
314
|
|
315 * menubar.h: Include "gui.h".
|
|
316
|
|
317 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
318
|
|
319 * site-load.el: Fix documentation.
|
|
320
|
251
|
321 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
322
|
|
323 * package-get-base.el (package-get-base): Updated.
|
|
324
|
|
325 * keymap.el: PC-ize.
|
|
326
|
|
327 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
328
|
|
329 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
330 from' on a fresh line.
|
|
331
|
|
332 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
333
|
|
334 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
335 object.
|
|
336
|
|
337 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
338
|
|
339 * undo-stack.el: PC-ize.
|
|
340
|
|
341 * cmdloop.el: PC-ize.
|
|
342
|
|
343 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
344
|
|
345 * bytecomp-runtime.el: PC-ize.
|
|
346
|
|
347 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
348
|
|
349 * cus-dep.el: Spelling fix.
|
|
350
|
|
351 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
352 entries follow).
|
|
353
|
|
354 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
355
|
|
356 * text-mode.el (text-mode-hook-identify): New function,
|
|
357 put on text-mode-hook. Set text-mode-variant here.
|
|
358 (text-mode): Don't set it here.
|
|
359
|
|
360 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
361
|
|
362 * text-mode.el (text-mode-hook): New defvar.
|
|
363 (text-mode-variant): New variable.
|
|
364 (text-mode): Set that variable locally.
|
|
365 (toggle-text-mode-auto-fill): New command.
|
|
366
|
|
367 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
368
|
|
369 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
370
|
|
371 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
372
|
|
373 * text-mode.el (paragraph-indent-text-mode):
|
|
374 Renamed from spaced-text-mode.
|
|
375 (text-mode-map): Bind TAB to indent-relative.
|
|
376 (indented-text-mode-map): Variable deleted.
|
|
377 (indented-text-mode): Now an alias for text-mode.
|
|
378
|
|
379 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
380
|
|
381 * loadup.el: test-atoms debugging stuffs removed.
|
|
382
|
|
383 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
384
|
|
385 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
386
|
249
|
387 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
388
|
|
389 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
390 (describe-distribution): Ditto.
|
|
391 (describe-copying): Ditto.
|
|
392 (describe-project): Ditto.
|
|
393 (view-emacs-news): Ditto.
|
|
394
|
|
395 * help-nomule.el (help-with-tutorial): Made it use
|
|
396 `locate-data-file' to find tutorial.
|
|
397
|
|
398 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
399
|
|
400 * about.el: Corrected my email address.
|
|
401
|
|
402 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
403 'mouse-offix-drop'.
|
|
404
|
247
|
405 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
406
|
|
407 * loadup.el (running-xemacs): Spelling fix.
|
|
408
|
|
409 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
410
|
|
411 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
412 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
413
|
|
414 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
415
|
|
416 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
417
|
245
|
418 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
419
|
|
420 * package-info.el (pi-last-mod-date): New function.
|
|
421 (pi-author-version): New function.
|
|
422 (batch-update-package-info): Use them.
|
|
423
|
|
424 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
425
|
|
426 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
427 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
428 with `get-frame-for-buffer-default-to-current'.
|
|
429
|
|
430 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
431
|
|
432 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
433 (byte-compile-output-docform): Ditto.
|
|
434 (byte-compile-compiled-obj-to-list): Ditto.
|
|
435
|
|
436 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
437
|
|
438 * startup.el (command-line-1): Removed code that ran
|
|
439 buffer-menu.
|
|
440
|
|
441 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
442
|
|
443 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
444
|
|
445 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
446
|
|
447 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
448 `device-on-window-system-p' instead of explicitly checking for X,
|
|
449 so that the same logic works for MS Windows.
|
|
450 (suspend-or-iconify-emacs): Ditto.
|
|
451
|
|
452 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
453
|
|
454 * about.el (about-maintainer-info): Andy Piper is back.
|
|
455 (xemacs-hackers): Updated Andy Piper's email address.
|
|
456 (about-hackers): Added Jonathan Harris.
|
|
457 (about-hackers): Updated Tibor Polgar's email address.
|
|
458
|
243
|
459 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
460
|
|
461 * about.el: Add xemacs.org email manager.
|
|
462
|
|
463 * package-get-base.el (package-get-base): Updated with most recent
|
|
464 package updates.
|
|
465
|
|
466 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
467
|
|
468 * help.el (function-arglist): Use `indirect-function' instead of
|
|
469 `symbol-function' so that aliases are treated correctly.
|
|
470
|
|
471 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
472
|
|
473 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
474 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
475 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
476 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
477 (describe-key): Use `princ' "%s" to print object.
|
|
478 (describe-function-1): Use `princ' "%s" to print object.
|
|
479 Commented out alias lines removed.
|
|
480 (help-pretty-print-limit): New variable to control pretty-printing
|
|
481 of variable values.
|
|
482 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
483 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
484 list of length less than `help-pretty-print-limit'.
|
|
485 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
486
|
|
487 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
488
|
|
489 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
490 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
491
|
|
492 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
493
|
|
494 * info.el (Info-default-directory-list): Made the documentation
|
|
495 more explanitory.
|
|
496
|
|
497 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
498
|
|
499 * lisp/packages.el:
|
|
500 * lisp/package-admin.el:
|
|
501 * lisp/build-report.el:
|
|
502 Fix typos.
|
|
503
|
|
504 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
505
|
|
506 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
507 warnings in Java buffers without final newline and editing the
|
|
508 last line.
|
|
509
|
|
510 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
511
|
|
512 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
513 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
514 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
515
|
|
516 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
517 From Oliver Graf <ograf@fga.de>
|
|
518
|
|
519 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
520
|
|
521 * loadup.el (load-gc): rewrite as defun.
|
|
522 Print something sensical if a required dump-time file isn't found.
|
|
523
|
241
|
524 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
525
|
|
526 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
527 bug strikes a menudescriptor.
|
|
528
|
|
529 * package-get-base.el (package-get-base): Updated.
|
|
530
|
|
531 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
532 from the Makefile.
|
|
533
|
|
534 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
535
|
|
536 * files.el (save-some-buffers): Don't play games with deleting
|
|
537 other windows if we are in the minibuffer window.
|
|
538
|
239
|
539 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
540
|
|
541 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
542 (add-minor-mode): Document :active property to TOGGLE.
|
|
543
|
|
544 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
545
|
|
546 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
547 `:included' predicate in the `toggle-sym' plist.
|
|
548 (add-minor-mode): Document the :included property, format
|
|
549 docstring some more.
|
|
550 (modeline-minor-mode-menu): Documentation string added.
|
|
551
|
|
552 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
553
|
|
554 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
555 labels from the symbol-names by thwacking off the overly redundant
|
|
556 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
557 resultant strings. Also shortened the menu's title by eliminating
|
|
558 the redundant buffer name.
|
|
559 (add-minor-mode): Beautified the docstring, added mention of the
|
|
560 `:menu-tag' property of TOGGLE.
|
|
561 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
562 `toggle-sym' to beatify the mode-life menus.
|
|
563 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
564 `auto-fill-function'.
|
|
565
|
|
566 1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
567
|
|
568 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
569 menus to :style 'toggle.
|
|
570
|
|
571 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
572
|
|
573 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
574
|
|
575 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
576
|
|
577 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
578 only recognize first hyperlink.
|
|
579 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
580 `hyper-apropos-insert-face'.
|
|
581 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
582
|
|
583 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
584
|
|
585 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
586 mail.
|
|
587 (toolbar-mail-reader): Add support for `send'.
|
|
588 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
589
|
|
590 1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
591
|
|
592 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
593 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
594 will function properly.
|
|
595
|
|
596 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
597
|
|
598 * simple.el: make the backwards delete function called by
|
|
599 `backward-or-forward-delete-char' user configurable.
|
|
600
|
|
601 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
602
|
|
603 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
604 compiled function got loaded from.
|
|
605
|
|
606 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
607
|
|
608 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
609
|
|
610 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
611
|
|
612 * startup.el (load-init-file): Load autoloads earlier.
|
|
613 (startup-splash-frame): Handle InfoDock logo.
|
|
614
|
|
615 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
616 InfoDock.
|
|
617 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
618
|
|
619 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
620 doesn't have this function.
|
|
621
|
|
622 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
623
|
|
624 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
625
|
|
626 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
627 version of version.el.
|
|
628 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
629
|
|
630 * x-menubar.el (default-menubar): Guard reference to
|
|
631 `gnuserv-frame'.
|
|
632 (default-menubar): Guard references to `font-lock-mode'.
|
|
633 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
634 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
635
|
|
636 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
637
|
|
638 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
639 loading auto-autoloads files.
|
|
640
|
|
641 * loaddefs.el: Disable dumping autoloads.
|
|
642
|
|
643 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
644
|
|
645 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
646
|
|
647 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
648
|
|
649 * finder.el (finder-by-keyword): Autoload.
|
|
650
|
|
651 * help.el: Conditionalize hyperbole setup.
|
|
652
|
|
653 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
654
|
|
655 * packages.el (package-require): Update to reflect new data format.
|
|
656
|
237
|
657 1998-01-02 Didier Verna <verna@inf.enst.fr>
|
|
658
|
|
659 * x-menubar.el (default-menubar): make the tutorials available
|
|
660 through the menubar. (Plus some compilation warnings cleanup).
|
|
661
|
|
662 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
663
|
|
664 * check-features.el: New file. Perform sanity check after build.
|
|
665
|
|
666 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
667 files to tooltalk package.
|
|
668 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
669 package.
|
|
670
|
|
671 * package-admin.el (package-admin-xemacs): Use better default for
|
|
672 location of XEmacs binary.
|
|
673
|
|
674 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
675
|
|
676 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
677 tag with sexp and add value tag with value `t'.
|
|
678
|
|
679 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
680
|
|
681 * package-get.el: Changes to work with real data.
|
|
682 From Pete Ware <ware@cis.ohio-state.edu>
|
|
683
|
|
684 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
685 being.
|
|
686
|
|
687 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
688 of possibly out-of-date packges.elc.
|
|
689 * make-docfile.el ("packages.el"): Ditto.
|
|
690
|
235
|
691 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
692
|
|
693 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
694 the main tarball shadowing anything past it.
|
|
695
|
|
696 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
697
|
|
698 * packages.el (package-provide): Delete a previous provide.
|
|
699
|
|
700 * package-info.el: New file.
|
|
701
|
|
702 * package-get.el: New file.
|
|
703 From Pete Ware <ware@cis.ohio-state.edu>
|
|
704 (package-get): Fix md5 computation to work with Mule.
|
|
705
|
|
706 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
707
|
|
708 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
709
|
|
710 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
711
|
|
712 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
713
|
|
714 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
715 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
716
|
|
717 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
718
|
|
719 * startup.el (load-init-file): Reload new or changed autoloads
|
|
720 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
721
|
|
722 * packages.el (packages-new-autoloads): New function.
|
|
723 (packages-reload-autoloads): New function.
|
|
724 (packages-reload-dumped-lisp): New (stub) function.
|
|
725
|
|
726 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
727
|
|
728 * loadhist.el (file-provides): Extend to handle variant
|
|
729 extensions.
|
|
730
|
|
731 * replace.el (query-replace): Fix typo.
|
|
732
|
|
733 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
734
|
|
735 * make-docfile.el: list-autoloads-path has been renamed.
|
|
736 * update-elc.el: list-autoloads has been renamed.
|
|
737
|
|
738 * packages.el (packages-list-autoloads): Renamed.
|
|
739 (packages-list-autoloads-path): Ditto.
|
|
740
|
233
|
741 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
742
|
|
743 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
744 for an error in an auto-autoload.el file.
|
|
745
|
|
746 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
747
|
|
748 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
749 tag with const.
|
|
750 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
751
|
|
752 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
753
|
|
754 * loadhist.el (unload-feature): Remove autoload.
|
|
755
|
|
756 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
757
|
|
758 * loadhist.el: Unpackaged.
|
|
759
|
|
760 * help.el (describe-symbol-find-file): Rename
|
|
761 `describe-function-find-file' and make old name obsolete.
|
|
762 (describe-function-1): Use it.
|
|
763 (describe-function-1): Guard reference to
|
|
764 `compiled-function-annotation'.
|
|
765
|
231
|
766 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
767
|
|
768 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
769 argument.
|
|
770 (help-mode-quit): New optional arg to control whether it kills or
|
|
771 buries. Tidied up.
|
|
772 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
773 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
774 (help-pretty-print-value): Rename back from
|
|
775 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
776 use it, otherwise use dumped `cl-prettyprint'.
|
|
777 (describe-variable): Use `help-pretty-print-value' again.
|
|
778 (find-func): Removed reference to "find-func" at end.
|
|
779
|
|
780 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
781
|
|
782 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
783 GUI XEmacs. Rename? x-menubar is rather window system
|
|
784 independant, except for a couple of items.
|
|
785
|
|
786 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
787
|
|
788 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
789 entries as they will no longer be distributed with XEmacs.
|
|
790
|
|
791 * format.el (format-alist): Fix image/tiff regexps.
|
|
792 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
793
|
|
794 * help.el (help-maybe-pretty-print-value): Rename.
|
|
795 (describe-variable): Use it.
|
|
796 (describe-variable): Add trailing linefeed.
|
|
797
|
|
798 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
799
|
|
800 * help.el (describe-function-1): Don't output anything for
|
|
801 arglist of autoload functions.
|
|
802
|
|
803 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
804
|
|
805 * help.el (describe-function-1): Don't output anything for
|
|
806 arglist of autoload functions.
|
|
807
|
|
808 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
809
|
|
810 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
811 `describe-function-at-point', `describe-variable-at-point',
|
|
812 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
813 `help-prev-section'.
|
|
814 (help-next-section): New function.
|
|
815 (help-prev-section): New function.
|
|
816 (help-mode-quit): Changed to kill the help buffer.
|
|
817 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
818 correctly.
|
|
819 (help-buffer-name): New function to generate the name of help
|
|
820 buffers.
|
|
821 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
822 argument giving the name of the help buffer.
|
|
823 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
824 (describe-mode): Ditto.
|
|
825 (describe-bindings): Ditto.
|
|
826 (describe-prefix-bindings): Ditto.
|
|
827 (view-lossage): Ditto.
|
|
828 (with-syntax-table): New macro.
|
|
829 (function-called-at-point): Use `ignore-errors' and
|
|
830 `with-syntax-table'.
|
|
831 (function-at-point): Ditto.
|
|
832 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
833 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
834 function's arglist as string.
|
|
835 (function-documentation): Extracted from `describe-function-1'.
|
|
836 Returns function's docstring.
|
|
837 (describe-function-1): Remove all the "stream" garbage, including
|
|
838 the stream argument. Use `function-arglist' and
|
|
839 `function-documentation'.
|
|
840 (describe-function-arglist): Just use `function-arglist'.
|
|
841 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
842 (help-pretty-print-value): New function to help with
|
|
843 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
844 `pp-internal'.
|
|
845 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
846 Formatting improved. Display file where variable is defined, if
|
|
847 known. Use `help-pretty-print-value'.
|
|
848 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
849 (list-processes): Remove "stream" garbage.
|
|
850
|
229
|
851 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
852
|
|
853 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
854 call a dumped routine instead.
|
|
855
|
|
856 * x-win-xfree86.el: Wrap file in defun.
|
|
857 * x-win-sun.el: Ditto.
|
|
858
|
|
859 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
860
|
|
861 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
862 advises functions and does other evil things.
|
|
863
|
|
864 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
865
|
|
866 * format.el (format-alist): Add `image/tiff'.
|
|
867 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
868
|
|
869 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
870
|
|
871 * about.el (about-hackers): More names added.
|
|
872
|
|
873 * make-docfile.el: Remove superfluous package path search.
|
|
874
|
|
875 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
876
|
227
|
877 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
878
|
|
879 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
880 ignored shadows.
|
|
881
|
|
882 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
883
|
|
884 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
885 get trailing slashes when added to the load-path.
|
|
886
|
|
887 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
888 are.
|
|
889
|
|
890 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
891
|
|
892 * x-faces.el: Added support for foregroundToolBarColor
|
|
893 to xpm-color-symbols.
|
|
894
|
|
895 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
896
|
|
897 * etags.el (tags-remove-duplicates): Removed.
|
|
898 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
899
|
|
900 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
901 correctly.
|
|
902 (get*): Defalias to `get'.
|
|
903
|
|
904 * cl.el (eql): Compare integers with `eq'.
|
|
905 (cl-map-extents): Check for `map-extents' first.
|
|
906
|
|
907 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
908
|
|
909 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
910 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
911
|
|
912 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
913
|
|
914 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
915
|
|
916 * widget.el (define-widget): Check the arguments.
|
|
917
|
|
918 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
919 (custom-variable-value-create): Use `signal' to signal error.
|
|
920 (custom-variable-reset-saved): Ditto.
|
|
921 (custom-variable-reset-standard): Ditto.
|
|
922 (custom-face-reset-saved): Ditto.
|
|
923
|
|
924 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
925 (widget-default-format-handler): Ditto.
|
|
926 (widget-checklist-add-item): Ditto.
|
|
927 (widget-radio-add-item): Ditto.
|
|
928 (widget-editable-list-entry-create): Ditto.
|
|
929 (widget-sexp-prompt-value): Ditto.
|
|
930
|
|
931 * custom.el (custom-declare-variable): Signal errors better.
|
|
932 (custom-handle-keyword): Ditto.
|
|
933 (custom-declare-group): Ditto.
|
|
934
|
|
935 * window-xemacs.el (windows): Ditto.
|
|
936
|
|
937 * menubar.el (menu): Ditto.
|
|
938
|
|
939 * keydefs.el (keyboard): Ditto.
|
|
940
|
|
941 * minibuf.el (minibuffer): Ditto.
|
|
942
|
|
943 * process.el (execute): Ditto.
|
|
944
|
|
945 * fill.el (fill): Ditto.
|
|
946
|
|
947 * modeline.el (modeline): Ditto.
|
|
948
|
|
949 * help.el (help): Ditto.
|
|
950
|
|
951 * faces.el (faces): Ditto.
|
|
952
|
|
953 * files.el (files): Ditto.
|
|
954
|
|
955 * x-init.el (x): Ditto.
|
|
956
|
|
957 * lisp-mode.el (lisp): Ditto.
|
|
958
|
|
959 * process.el (processes): Ditto.
|
|
960
|
|
961 * mouse.el (mouse): Ditto.
|
|
962
|
|
963 * abbrev.el (abbrev): Moved from cus-edit.
|
|
964
|
|
965 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
966 as variable declaration.
|
|
967
|
|
968 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
969
|
|
970 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
971 (find-menu-item): Cosmetic changes.
|
|
972
|
|
973 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
974
|
|
975 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
976
|
|
977 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
978
|
|
979 * startup.el (set-default-load-path): Only search package-path
|
|
980 when not running temacs.
|
|
981
|
|
982 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
983 files.
|
|
984
|
|
985 * loadup.el: Correct commentary. Reformatting.
|
|
986 (really-early-error-handler): Use absolute path to the
|
|
987 first dumped-lisp.el file.
|
|
988 (really-early-error-handler): Print full path name of
|
|
989 each dumped lisp file (inherited from InfoDock).
|
|
990
|
|
991 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
992 dumped-lisp.el files.
|
|
993
|
|
994 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
995 package-path is searched.
|
|
996 * update-elc.el: Ditto.
|
|
997
|
|
998 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
999 `condition-case' for indentation.
|
|
1000
|
|
1001 * about.el (about-xemacs): Update release date.
|
|
1002
|
225
|
1003 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
1004
|
|
1005 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
1006 anywhere but at the last clause.
|
|
1007 (ecase): Disallow `t' and `otherwise'.
|
|
1008
|
|
1009 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1010
|
|
1011 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
1012 from stuff moved out of `custom-buffer-create-internal'.
|
|
1013 (custom-novice): New variable. Default t.
|
|
1014 (custom-display-global-buttons): Ditto. Default `top'.
|
|
1015 (custom-buffer-create-internal): Only display help if
|
|
1016 `custom-novice' is non-nil. Display global buttons according to
|
|
1017 `custom-display-global-buttons'.
|
|
1018
|
|
1019 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1020
|
|
1021 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
1022 (find-menu-item): Cosmetic changes.
|
|
1023
|
|
1024 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1025
|
|
1026 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
1027 look.
|
|
1028
|
227
|
1029 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
1030
|
227
|
1031 * format.el (format-deannotate-region): Bug fix.
|
|
1032 Deannotating a region containing unknown tags would fail
|
|
1033 (causing decoding of text/enriched to fail at user level)
|
225
|
1034
|
|
1035 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1036
|
|
1037 * minibuf.el (read-directory-name): Support sixth
|
|
1038 arg, HISTORY, as already documented.
|
|
1039
|
|
1040 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
1041
|
|
1042 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
1043 to `ecase'.
|
|
1044
|
|
1045 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
1046
|
|
1047 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
1048 skk-activate.
|
|
1049
|
223
|
1050 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
1051
|
225
|
1052 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|