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