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