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