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