]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(menu-bar-options-menu): Make option text, messages
[gnu-emacs] / lisp / ChangeLog
1 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2
3 * menu-bar.el (menu-bar-options-menu): Make option text, messages
4 and tooltips more consistent. From "Marshall, Simon"
5 <Simon.Marshall@midas-kapiti.com>.
6
7 * startup.el (fancy-splash-screens): Temporarily set
8 minor-mode-map-alist to nil while displaying splash screens.
9
10 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
11
12 * buff-menu.el: Add Keywords header.
13 Doc fix (C-x C-b is bound to list-buffers).
14
15 * dired-x.el: Add keyword files to get listed in finder.
16 Remove confusing notes about GNU Emacs 19.
17
18 * dired.el, dired-aux.el: Add Keywords header.
19
20 2001-08-28 Andre Spiegel <spiegel@gnu.org>
21
22 * vc.el (vc-revert-file): Call the backend even if the FILE's
23 contents can be reverted locally; pass new arg CONTENTS-DONE
24 down to the backend.
25
26 * vc-{cvs,rcs,sccs}.el (vc-*-revert-file): Handle new
27 optional arg CONTENTS-DONE.
28
29 2001-08-28 Andrew Innes <andrewi@gnu.org>
30
31 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
32
33 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
34
35 * makefile.nt (install): Copy more *.el files.
36
37 2001-08-28 Gerd Moellmann <gerd@gnu.org>
38
39 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
40 instead of `w' which is already in use.
41
42 * gs.el (gs-load-image): Use sleep-for.
43 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
44
45 2001-08-28 Miles Bader <miles@gnu.org>
46
47 * replace.el (query-replace-regexp-eval): Return args from
48 `interactive' form in correct order.
49
50 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
51
52 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
53 major modes, don't create panes for modes for which
54 mouse-buffer-menu-alist returns an empty alist.
55
56 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
57
58 * progmodes/hideshow.el: Update first-line description.
59 Sync comments w/ maintainer version 5.31.
60
61 (hs-isearch-open): Default value now `code'.
62 Fix docstring to use "code blocks" vs "comment blocks",
63 as opposed to "block" vs "comment".
64 (hs-flag-region): Accept `hs-isearch-open' value
65 of `block' as synonymous w/ `code'.
66 (hs-hide-block-at-point): For code blocks, pass `code'
67 to `hs-flag-region' instead of `block'.
68
69 2001-08-28 Miles Bader <miles@gnu.org>
70
71 * comint.el (comint-next-prompt): Don't loop infinitely if
72 {next,previous}-single-char-property-change returns its input
73 position when the search fails.
74
75 2001-08-27 Miles Bader <miles@gnu.org>
76
77 * comint.el (comint-get-old-input-default): Don't signal an error
78 if point is not on an input field; instead, return the current
79 line (using `comint-bol' to skip any prompt, in case we're not
80 using fields at all).
81
82 * man.el (Man-mode-line-format): Variable removed.
83 (Man-mode): Change `mode-line-buffer-identification' instead of
84 `mode-line-format'.
85
86 2001-08-27 Gerd Moellmann <gerd@gnu.org>
87
88 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
89 From Simon Josefsson <jas@extundo.com>.
90
91 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
92
93 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
94 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
95
96 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
97 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
98
99 * emacs-lisp/lselect.el: Ditto.
100
101 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
102 Remove periods from the end of error message strings.
103 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
104
105 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
106 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
107
108 * net/telnet.el: Ditto.
109
110 2001-08-26 Gerd Moellmann <gerd@gnu.org>
111
112 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
113 KEYMAP to the call to define-minor-mode.
114
115 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
116
117 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
118 Replace some of the undefined characters with emulations of bidi
119 formatting characters and Niqud as per SI 1311-1.
120 (IT-unicode-translations): Ditto.
121 (IT-display-table-setup, IT-setup-unicode-display):
122 Fill characters without translations with dos-unsupported-char-glyph.
123
124 2001-08-24 Simon Josefsson <jas@extundo.com>
125
126 * hl-line.el (hl-line-mode): Don't be a global mode.
127 (global-hl-line-mode): New function.
128
129 2001-08-24 Gerd Moellmann <gerd@gnu.org>
130
131 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
132 being reset by Ghostscript. Don't kill the gs process.
133 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
134
135 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
136
137 * term/mac-win.el: Require scroll-bar.
138
139 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
140
141 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
142
143 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
144
145 * hexl.el (hexl-insert-multibyte-char) New function.
146 (hexl-quoted-insert, hexl-self-insert-command)
147 (hexl-insert-hex-char, hexl-insert-decimal-char)
148 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
149 Fix the doc strings accordingly.
150 (hexl-insert-char): Reject characters whose code is above 255.
151 Doc fix.
152 (hexl-mode-map): Copy the global keymap instead of creating a
153 sparse keymap, and bind all self-inserting characters to
154 hexl-self-insert-command.
155
156 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
157
158 * wid-edit.el (text): Re-order docstring correctly.
159
160 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
161
162 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
163
164 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
165
166 * simple.el (line-number-mode): Mention the variable
167 line-number-display-limit-width in the doc string.
168
169 2001-08-22 Gerd Moellmann <gerd@gnu.org>
170
171 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
172 Temporarily select EVENT's window for switching buffers.
173 (mode-line-bury-buffer): New function.
174 (mode-line-buffer-identification-keymap): Use it instead of
175 bury-buffer. Bind down-mouse events to prevent global down-mouse
176 events from shining through.
177
178 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
179
180 * newcomment.el (comment-beginning): Make sure the comment-start
181 we found isn't a comment-end (in cases where confusion is possible).
182
183 2001-08-22 Miles Bader <miles@gnu.org>
184
185 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
186 before writing it, so that hard-links don't see new version.
187
188 2001-08-21 Gerd Moellmann <gerd@gnu.org>
189
190 * gs.el (gs-set-ghostview-colors-window-prop):
191 Call x-change-window-property with 3rd arg FRAME.
192 (gs-load-image): Wait for a previous Ghostscript process
193 to complete before starting a new one.
194
195 * image.el (image-type-regexps): Make sure that the TIFF
196 pattern is only matched at the beginning of a string.
197 From Markus Rost <rost@math.ohio-state.edu>.
198
199 * international/swedish.el: Pre-Mule file removed. From Jonas
200 Oberg <jonas@gnu.org>.
201
202 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
203
204 * whitespace.el (whitespace-abort-on-error): Add custom variable
205 to whitespace to abort a write-file if whitespace is detected in file.
206
207 * whitespace.el (whitespace-write-file-hook): Hook to be called
208 when writing a file. If `whitespace-abort-on-error' is set, the
209 write will abort on detecting whitespaces.
210 If `whitespace-auto-cleanup' is set, the file will be cleaned
211 automatically prior to writing.
212
213 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
214 whitespaces in the error output!
215
216 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
217 `indent-tabs-mode', since the latter notes user preferences on
218 TABs anyway.
219
220 * whitespace.el (whitespace-version): 3.1. All of the above issues
221 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
222
223 2001-08-20 Gerd Moellmann <gerd@gnu.org>
224
225 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
226 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
227
228 * whitespace.el (whitespace-global-mode): Add autoload cookie.
229
230 2001-08-20 Alex Schroeder <alex@gnu.org>
231
232 * sql.el (sql-db2): Doc change.
233
234 2001-08-20 Alex Schroeder <alex@gnu.org>
235
236 * sql.el (sql-postgres): Add the database at the end of the
237 parameters instead of at the beginning.
238 (sql-postgres-options): Doc change.
239
240 2001-08-17 Gerd Moellmann <gerd@gnu.org>
241
242 * custom.el (defcustom): Doc fix.
243
244 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
245
246 * ps-mule.el (find-composition): Check if (char-after POS)
247 returns a valid character.
248
249 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
250
251 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
252 original-point for extra CR characters that are added/removed when
253 the buffer is written/read whose EOL type is -dos.
254
255 2001-08-16 Miles Bader <miles@gnu.org>
256
257 * simple.el (line-move): Undo previous change.
258
259 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
260 property to input-terminating `boundary' overlays to avoid
261 line-move wierdness.
262
263 2001-08-16 Gerd Moellmann <gerd@gnu.org>
264
265 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
266 buffer in a save-restriction. Under one test case with Ediff,
267 window-scroll-functions are run with a window start that's
268 temporarily outside of the restriction.
269
270 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
271
272 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
273 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
274 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
275 (texinfo-update-menu-region-beginning)
276 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
277 command, @ifnottex, to regexps, so it is found.
278
279 2001-08-16 Andrew Innes <andrewi@gnu.org>
280
281 * makefile.nt (DONTCOMPILE): Omit bindings.el.
282 (DONTCOMPILE): Omit sc.el.
283
284 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
285 (DONTCOMPILE): Omit sc.el.
286
287 2001-08-16 Gerd Moellmann <gerd@gnu.org>
288
289 * replace.el (occur): Bind inhibit-read-only to t.
290
291 2001-08-16 Miles Bader <miles@gnu.org>
292
293 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
294 calling `constrain-to-field', to avoid problems with comint prompts.
295
296 2001-08-15 Gerd Moellmann <gerd@gnu.org>
297
298 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
299 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
300
301 * ediff-mult.el (ediff-get-meta-info): Fix the condition
302 of a while-loop.
303
304 * Makefile.in (DONTCOMPILE): Remove sc.el.
305
306 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
307 Don't include term/.
308
309 * mail/sc.el: Moved to obsolete/.
310
311 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
312
313 * ps-print.el: Change error function arguments to follow Emacs
314 message convention. Doc fix.
315 (ps-print-version): New version number (6.5.4).
316 (coding-system-for-write): Change declaration position to avoid
317 XEmacs compilation gripes.
318 (coding-system-for-read, buffer-file-coding-system):
319 Declarations to avoid XEmacs compilation gripes.
320
321 * ps-mule.el: Doc fix.
322 (ps-mule-encode-header-string): If STRING is not a string, replace
323 STRING by empty string.
324
325 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
326
327 * frame.el (show-trailing-whitespace): Doc fix.
328
329 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
330
331 * desktop.el (desktop-save): Insert the coding: tag before
332 desktop-header.
333
334 2001-08-13 Gerd Moellmann <gerd@gnu.org>
335
336 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
337 its path from $els.
338
339 * image.el (image-jpeg-p): Fix call of substring.
340
341 2001-08-10 Gerd Moellmann <gerd@gnu.org>
342
343 * play/animate.el (animate-string): Doc fix. Use a buffer
344 name with stars in it.
345 (animate-sequence): New function.
346 From Richard Stallman <rms@gnu.org>.
347
348 * frame.el (select-frame-set-input-focus): New function
349 extracted from other-frame.
350 (other-frame): Use it.
351 (next-multiframe-window, previous-multiframe-window): Use it.
352
353 * isearch.el (isearch-other-meta-char): Don't switch to the
354 buffer of a window clicked on, when the current buffer is
355 in Isearch mode.
356
357 * image.el (image-jpeg-p): Test for APPn markers in the range
358 #xe0..#xef.
359
360 2001-08-09 Gerd Moellmann <gerd@gnu.org>
361
362 * desktop.el (desktop-save): Don't use concat to form a file
363 name, use expand-file-name.
364
365 * mouse.el (mouse-delete-window): Do nothing if frame has just
366 one window.
367
368 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
369 for the minor mode name.
370
371 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
372 minor mode name.
373
374 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
375 instead of make-mode-line-mouse2-map.
376
377 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
378 the minor mode name.
379
380 * emacs-lisp/easy-mmode.el (define-minor-mode):
381 Use mode-line-minor-mode-keymap for the minor mode name.
382
383 * calendar/calendar.el (calendar-mode-line-format):
384 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
385
386 * bindings.el (make-mode-line-mouse-map): Renamed from
387 make-mode-line-mouse2-map. Take additional arg MOUSE.
388 (mode-line-modified): Use mouse-3 instead of mouse-2.
389 (mode-line-buffer-identification-keymap): Bind keys differently.
390 (propertized-buffer-identification): Adapt help-echo to new bindings.
391
392 * bindings.el (mode-line-format): Specify help-echo for line
393 number, column number and buffer-percent part of the mode-line.
394
395 * image.el (image-type-regexps): Allow whitespace at the start
396 of the image data for XPM, XBM and Postscript, which are
397 text files.
398 (image-jpeg-p): Correct calculation of next field offset.
399
400 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
401
402 * battery.el: Fix typo.
403
404 2001-08-08 Gerd Moellmann <gerd@gnu.org>
405
406 * image.el (image-type-regexps): Allow predicates. Change the way
407 JPEG images are recognized.
408 (image-jpeg-p): New function.
409 (image-type-from-data): Handle predicates in image-type-regexps.
410
411 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
412 #:, #x, #o, and similar constructs.
413
414 2001-08-07 Gerd Moellmann <gerd@gnu.org>
415
416 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
417
418 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
419 instead of `progn'.
420
421 * tar-mode.el (tar-extract): Avoid generating a new buffer
422 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
423
424 * textmodes/paragraphs.el (forward-sentence): Avoid building
425 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
426
427 * progmodes/executable.el (executable-set-magic):
428 If executable-find returns a quoted file name, unquote it before
429 inserting it.
430
431 * image.el (image-type-regexps): For JPEG files, use a regexp
432 derived from the JFIF spec.
433
434 * image.el (image-type-regexps): Use `\`' instead of `^' in
435 most regular expressions.
436
437 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
438
439 * play/animate.el: Re-insert a reference to re-inserted function.
440
441 2001-08-06 Gerd Moellmann <gerd@gnu.org>
442
443 * help.el (describe-function-1): Use find-function-search-for-symbol
444 instead of find-function-noselect because the latter follows aliases.
445
446 * play/animate.el (animate-birthday-present): Re-insert.
447
448 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
449 Handle old-style menu definitions.
450
451 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
452
453 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
454 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
455
456 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
457 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
458 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
459
460 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
461
462 * textmodes/tildify.el: Milan Zamazal has new address.
463
464 2001-08-03 Gerd Moellmann <gerd@gnu.org>
465
466 * custom.el (custom-set-variables): Don't test `custom-requests'
467 properties, check the third element of the options passed to
468 custom-set-variables instead.
469
470 * info.el (info-insert-file-contents): Use info-file-exists-p
471 instead of file-exists-p.
472
473 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
474 the mode-line face is restored. Fix several bugs.
475
476 * replace.el (perform-replace): Doc fix.
477
478 2001-08-02 Francesco Potorti` <pot@gnu.org>
479
480 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
481 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
482 (uniquify-fix-item-base, uniquify-fix-item-filename)
483 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
484 Callers changed.
485 (uniquify-set-proposed): Changed to work with a vector item.
486 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
487 the fix list, and a list of strings for the non-file buffer
488 names. Both changes reduce consing.
489 (uniquify-rationalize-a-list): Local variable renaming.
490 (uniquify-rationalize-conflicting-sublist): Use member instead of
491 assoc.
492 (uniquify-rename-buffer): Use unless instead of if not.
493
494 2001-08-02 Gerd Moellmann <gerd@gnu.org>
495
496 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
497
498 * custom.el (custom-set-variables): Set options with :require
499 clauses last.
500
501 * custom.el (defcustom): Doc fix.
502
503 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
504
505 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
506
507 * man.el (man): Mention Man-switches in the doc string.
508 (Man-switches): Mention -a in the doc string.
509
510 * textmodes/ispell.el (ispell-alternate-dictionary):
511 Add /usr/share/lib/dict/words, for Irix.
512
513 * bindings.el: Bind shifted and control-shifted kp-* keys to the
514 corresponding non-kp keys. Suggested by Stephen Gildea
515 <gildea@alum.mit.edu>.
516
517 2001-08-01 Francesco Potorti` <pot@gnu.org>
518
519 * uniquify.el: These changes correct a corner case that the old
520 code managed correctly.
521 (uniquify-fix-item-proposed): Renamed from
522 uniquify-fix-item-min-proposed.
523 (uniquify-set-proposed): New function.
524 (uniquify-rationalize-file-buffer-names): Code reshuffled for
525 clarity and speed.
526 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
527 This is equivalent to what the old code did.
528 (uniquify-rationalize-a-list): Never recompute the proposed
529 name. Sort the conflicting sublist before rationalising it: this
530 is equivalent to what the old code did, but one directory element
531 at a time, and only when necessary.
532 (uniquify-rationalize-conflicting-sublist): Recompute here the
533 proposed name.
534
535 2001-08-01 Gerd Moellmann <gerd@gnu.org>
536
537 * play/animate.el: Add Keywords and Maintainer. Remove a
538 reference to a removed function.
539
540 * play/animate.el (animate-string): Handle case that the string is
541 longer than the window is wide.
542
543 2001-07-31 Gerd Moellmann <gerd@gnu.org>
544
545 * desktop.el (desktop-save): Bind coding-system-for-write to
546 `emacs-mule' for write-region.
547
548 * delsel.el (delete-selection-pre-hook): Don't set this-command
549 to `ignore' if the region is empty.
550
551 * international/mule.el (set-keyboard-coding-system):
552 Set keyboard-coding-system.
553
554 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
555 before accessing it.
556
557 2001-07-30 Andreas Schwab <schwab@suse.de>
558
559 * menu-bar.el (toggle-highlight-paren-mode):
560 Use `(show-paren-mode)' as body.
561
562 2001-07-30 Andre Spiegel <spiegel@gnu.org>
563
564 * vc.el (vc-checkout-hook): New hook.
565 (vc-checkout): Run it.
566
567 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * progmodes/make-mode.el (makefile-macroassign-regex):
570 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
571
572 2001-07-30 Gerd Moellmann <gerd@gnu.org>
573
574 * vc.el (vc-switch-backend): Fix autoload cookie.
575
576 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
577 the desktop file.
578
579 2001-07-30 Simon Josefsson <jas@extundo.com>
580
581 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
582 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
583
584 2001-07-27 Gerd Moellmann <gerd@gnu.org>
585
586 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
587 (last-sexp-toggle-display): Renamed from last-sexp-print.
588 (last-sexp-toggle-display, eval-last-sexp-1):
589 Use last-sexp-setup-props.
590
591 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
592 New user-options.
593 (mouse-wheel-change-button): New function.
594 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
595 (mwheel-scroll): Ditto.
596
597 2001-07-26 Gerd Moellmann <gerd@gnu.org>
598
599 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
600 `...', compare with unabbreviated printed representation instead.
601 (last-sexp-print): Bind print-length and print-level to nil.
602
603 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
604 before assigning text properties. Make properties rear-nonsticky.
605
606 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
607 (eval-last-sexp-1): Give printed text a `keymap' property and bind
608 <mouse-2> and <RET> in that map to a function printing the
609 unabbreviated value.
610
611 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
612 is a buffer, put a text property `printed-value' on the printed
613 representation, with the Lisp object printed as value.
614
615 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
618 Mention the effect of eval-expression-print-length and
619 eval-expression-print-level in the doc strings. Suggested by
620 Kevin Gallagher <kevingal@onramp.net>.
621
622 2001-07-25 Gerd Moellmann <gerd@gnu.org>
623
624 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
625 for buttons > 3.
626 (xterm-mouse-translate): Handle the case that we don't get a
627 down-event.
628
629 * emacs-lisp/find-func.el (find-function-regexp):
630 Add easy-mmode-define-global-mode to the regexp. Allow newlines
631 in front of the function name.
632
633 * isearch.el (isearch-other-meta-char): Fix last change.
634
635 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
636 similar events for which fake prefix keys are generated. It's no
637 longer necessary since read_key_sequence doesn't modify these
638 events for internal purposes anymore.
639
640 * files.el (auto-mode-alist): Use nroff-mode for files ending
641 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
642
643 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
644
645 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
646 tool-bar-lines parameter, behave as if its value were zero.
647 (mouse-avoidance-set-pointer-shape): Don't do anything if
648 x-pointer-shape is not boundp.
649
650 2001-07-23 Francesco Potorti` <pot@gnu.org>
651
652 * uniquify.el: Overall speedup changes when using many buffers.
653 (uniquify-fix-item-base, uniquify-fix-item-filename)
654 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
655 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
656 place in the item, but was never used.
657 (uniquify-fix-item-min-proposed): New defalias: the fourth place
658 in the item is now used as cache for the proposed name.
659 (uniquify-rationalize-file-buffer-names): Move computation made on
660 newbuffile out of the loop, in the newbuffile-nd local var.
661 Use dolist (cosmetic change). Compute the proposed name for the most
662 common case and cache it in the fourth place in the item.
663 (uniquify-rationalize-file-buffer-names): Used to return a a list
664 of buffer whose name was changed, but that return value was never used.
665 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
666 the cached proposed name, does much less consing and is quicker.
667 (uniquify-filename-lessp): Deleted.
668 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
669 Do not bind locally the uniquify-possibly-resolvable flag. Use the
670 cached proposed name is possible.
671 (uniquify-get-proposed-name): Arguments changed, callers changed.
672 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
673 uniquify-possibly-resolvable flag, which is no more bound locally.
674 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
675 flag, which does not exist any more.
676
677 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
678
679 * term/internal.el (IT-unicode-translations): Fix the appearance of
680 "6`".
681
682 * progmodes/compile.el (compile-internal): If EMACS is already
683 defined in the environment, don't override its value.
684
685 2001-07-23 Gerd Moellmann <gerd@gnu.org>
686
687 * play/fortune.el: Undo change of 2001-07-13.
688 Fix autoload cookies. Add types to defcustoms.
689 (fortune) <defgroup>: Add :link.
690 (fortune-from-region): Use eq, not eql.
691 From Dave Love <fx@gnu.org>.
692
693 * play/animate.el (animate-birthday-present): Function removed.
694
695 * play/animate.el: New file.
696
697 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
698
699 * startup.el (normal-top-level-add-subdirs-to-load-path):
700 On Windows, put into normal-top-level-add-subdirs-inode-list the
701 canonicalized names of the directories instead of inode numbers.
702
703 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
704
705 * ediff-util.el: Copyright years.
706 (ediff-choose-syntax-table): New function.
707 (ediff-setup): Use ediff-choose-syntax-table.
708 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
709 vc-state is available.
710 (ediff-make-temp-file): Use ediff-coding-system-for-write.
711
712 * ediff-init.el (ediff-with-syntax-table): New macro, uses
713 with-syntax-table.
714 (ediff-coding-system-for-read): From ediff-diff.el
715 (ediff-coding-system-for-write): New variable.
716 (ediff-highest-priority): Fixed the bug having to do with disappearing
717 overlays.
718 (ediff-file-remote-p): Use file-remote-p, if available.
719 (ediff-listable-file): New function.
720 (ediff-file-attributes): Use ediff-listable-file.
721
722 * ediff-mult.el (ediff-meta-insert-file-info1):
723 Use ediff-listable-file.
724
725 * ediff-ptch.el (ediff-prompt-for-patch-file):
726 Use ediff-coding-system-for-read.
727 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
728
729 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
730 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
731
732 * ediff.el: Date of last update, copyright years.
733
734 * ediff-wind (ediff-setup-control-frame): Nill->nil.
735
736 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
737 of Scott Bronson.
738 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
739 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
740 Deleted functions.
741 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
742 ex-token-list.
743 (viper-get-ex-address-subr): Convert registers to char data type.
744
745 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
746 (viper-memq-char): Use viper-int-to-char.
747 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
748 vc-locking-state.
749 (viper-read-key): Use viper-read-key-sequence.
750
751 * viper.el (viper-major-mode-modifier-list):
752 Added inferior-emacs-lisp-mode.
753 (this-major-mode-requires-vi-state): New function that uses simple
754 heuristics to decide if vi state is appropriate.
755 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
756 (viper-non-hook-settings): Don't advise read-key-sequence.
757 (viper-read-key-sequence): New function that replaces the
758 previously used advice to read-key-sequence.
759
760 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
761 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
762 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
763 (viper-open-line-at-point,viper-substitute,viper-overwrite)
764 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
765 Got rid of the negative character hack.
766 (viper-escape-to-state,viper-replace-state-exit-cmd):
767 Use viper-read-key-sequence.
768 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
769 (viper-minibuffer-standard-hook,viper-read-string-with-history):
770 Don't override existing minibuffer-setup-hook.
771 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
772 Convert registers to char data type.
773 (viper-autoindent): Use viper-indent-line.
774
775 * viper-keym.el: Use viper-exec-key-in-emacs.
776
777 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
778
779 * server.el (server-visit-files): Fix variable name typo.
780
781 2001-07-20 Gerd Moellmann <gerd@gnu.org>
782
783 * simple.el (delete-trailing-whitespace): Save match data
784 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
785
786 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
787
788 * progmodes/compile.el (compilation-parse-errors): `linenum' might
789 return a this-error using the alternative format (a pair of markers).
790
791 2001-07-19 Gerd Moellmann <gerd@gnu.org>
792
793 * font-lock.el (c++-keywords): Add Standard C++ operator names.
794
795 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
796 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
797
798 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
799
800 * international/iso-transl.el: Fix typo in the header of the file.
801
802 * textmodes/picture.el (picture): Doc fix.
803
804 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
805 follow coding conventions in generated files.
806
807 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
808
809 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
810 (tool-bar-add-item): Don't call image-related primitives if the
811 display doesn't support images.
812
813 * frame.el (display-images-p): New function.
814
815 2001-07-17 Gerd Moellmann <gerd@gnu.org>
816
817 * server.el (server-visit-files): Handle the case the specified
818 column number is <= 0.
819
820 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
821
822 * startup.el (command-line-1): Add support for +LINE:COLUMN
823 command line argument.
824
825 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
826
827 * server.el (server-process-filter, server-visit-files):
828 Add support for +LINE:COLUMN style emacsclient calls.
829
830 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
831
832 * emacs-lisp/easy-mmode.el: Add Keywords header.
833
834 * play/pong.el: Author has new address.
835
836 * play/landmark.el: Author is no more reachable.
837
838 * play/handwrite.el: Author is no more reachable.
839
840 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
841
842 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
843 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
844 Complete bindings for F<1..12> keys.
845 (global-map): Remove `undo' binding (already in the default).
846 Replace `t<n>' bindings with `f<n>' bindings.
847
848 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
849
850 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
851 (tcl-mode): Use tcl-add-log-defun.
852 (tcl-indent-line): Use tcl-calculate-indent.
853 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
854 (tcl-indent-exp): Renamed from indent-tcl-exp.
855 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
856 (tcl-indent-for-comment): Call comment-indent-function properly
857 and handle the case where it returns nil.
858
859 2001-07-16 Gerd Moellmann <gerd@gnu.org>
860
861 * calendar/cal-islam.el (calendar-goto-islamic-date):
862 Remove autoload cookie.
863
864 * calendar/calendar.el (calendar-goto-islamic-date):
865 Add call to autoload.
866
867 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
868
869 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
870 Don't change compile-auto-highlight globally.
871 Don't bother with `font-lock-defaults' property since XEmacs
872 also understands the `font-lock-defaults' variable.
873 Use make-local-variable rather than make-variable-buffer-local.
874 Don't `defconst' comment-indent-function: keep the default.
875 Call easy-menu-add unconditionally.
876 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
877 (ada-create-menu): Use :included for Emacs as well.
878
879 * vc.el (vc-do-command): Autoload.
880
881 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
882
883 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
884
885 * ps-print.el: Fix Author: header.
886
887 2001-07-16 Gerd Moellmann <gerd@gnu.org>
888
889 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
890 mouse-1 etc., bind them to `ignore'.
891
892 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
893 send-invisible, which is already defined in Comint.
894 (eshell-watch-for-password-prompt): Use it.
895
896 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
897
898 * which-func.el (which-func-mode): Doc fix.
899
900 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
901 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
902 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
903 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
904 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
905 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
906 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
907 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
908 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
909 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
910 * emulation/edt-mapper.el, emulation/edt-pc.el,
911 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
912 * emulation/tpu-edt.el, emulation/tpu-extras.el,
913 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
914 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
915 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
916 * international/isearch-x.el, international/iso-cvt.el,
917 * international/ogonek.el, international/quail.el,
918 * international/utf-8.el, jit-lock.el, language/devan-util.el,
919 * language/devanagari.el, language/ethio-util.el,
920 * language/ethiopic.el, language/european.el, language/indian.el,
921 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
922 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
923 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
924 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
925 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
926 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
927 * progmodes/autoconf.el, progmodes/cmacexp.el,
928 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
929 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
930 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
931 * progmodes/ebnf2ps.el, progmodes/executable.el,
932 * progmodes/fortran.el, progmodes/idlw-shell.el,
933 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
934 * progmodes/m4-mode.el, progmodes/mantemp.el,
935 * progmodes/meta-mode.el, progmodes/octave-inf.el,
936 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
937 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
938 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
939 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
940 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
941 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
942 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
943 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
944 * textmodes/two-column.el, time-stamp.el, timezone.el,
945 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
946 * which-func.el, whitespace.el, wid-browse.el, widget.el,
947 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
948 conventions.
949
950 2001-07-16 Gerd Moellmann <gerd@gnu.org>
951
952 * simple.el (set-variable): Require 'cus-edit' instead of
953 `wid-edit', so that the Custom widgets get defined.
954
955 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
956
957 * allout.el: A fix to follow coding conventions.
958
959 * find-lisp.el: A fix to follow coding conventions.
960
961 * term/w32-win.el: A fix to follow coding conventions.
962
963 * textmodes/sgml-mode.el: A fix to follow coding conventions.
964
965 * term/xterm.el: A fix to follow coding conventions.
966
967 * term/news.el: A fix to follow coding conventions.
968
969 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
970 header line fixed.
971
972 * sun-curs.el: Fix Maintainer: header line.
973
974 * emacs-lisp/easymenu.el: Address of the author added.
975
976 2001-07-16 Gerd Moellmann <gerd@gnu.org>
977
978 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
979 property.
980
981 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
982
983 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
984 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
985 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
986 Some fixes to follow coding conventions.
987
988 2001-07-16 Gerd Moellmann <gerd@gnu.org>
989
990 * which-func.el (which-func-mode): Doc fix.
991
992 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
993
994 * net/rcompile.el (remote-compile): Use make-local-variable.
995
996 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
997
998 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
999
1000 * mail/reporter.el (reporter-submit-bug-report):
1001 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1002
1003 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1004
1005 * calendar/cal-china.el, calendar/cal-coptic.el,
1006 * calendar/cal-dst.el, calendar/cal-french.el,
1007 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1008 * calendar/cal-iso.el, calendar/cal-julian.el,
1009 * calendar/cal-mayan.el, calendar/cal-persia.el,
1010 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1011 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1012 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1013 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1014 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1015 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1016 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1017 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1018 * progmodes/ada-xref.el, progmodes/cc-align.el,
1019 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1020 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1021 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1022 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1023 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1024 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1025 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1026 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1027 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1028 * textmodes/reftex.el: Some fixes to follow coding
1029 conventions in Eshell files with known maintainers.
1030
1031 * emulation/viper.el: A fix to follow coding conventions.
1032
1033 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1034 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1035 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1036 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1037 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1038 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1039 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1040 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1041 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1042 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1043 conventions in Eshell files.
1044
1045 * composite.el, diff.el, emacs-lisp/levents.el,
1046 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1047 * emulation/pc-mode.el, emulation/viper-cmd.el,
1048 * emulation/viper-ex.el, emulation/viper-init.el,
1049 * emulation/viper-keym.el, emulation/viper-macs.el,
1050 * emulation/viper-mous.el, emulation/viper-util.el,
1051 * emulation/viper.el, forms-pass.el, international/ccl.el,
1052 * international/characters.el, international/encoded-kb.el,
1053 * international/fontset.el, international/ja-dic-cnv.el,
1054 * international/ja-dic-utl.el, international/kinsoku.el,
1055 * international/kkc.el, international/mule-cmds.el,
1056 * international/mule-diag.el, international/mule-util.el,
1057 * international/mule.el, international/titdic-cnv.el,
1058 * language/china-util.el, language/chinese.el,
1059 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1060 * language/greek.el, language/hebrew.el, language/japan-util.el,
1061 * language/japanese.el, language/korea-util.el, language/korean.el,
1062 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1063 * language/slovak.el, language/thai-util.el, language/thai.el,
1064 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1065 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1066 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1067 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1068 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1069 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1070 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1071 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1072 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1073 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1074 to follow coding conventions in files without maintainer or in files
1075 with clear maintainer (but without Maintainer header stating so).
1076
1077 * emacs-lisp/elp.el: A fix to follow coding conventions.
1078
1079 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1080 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1081 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1082 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1083 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1084 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1085 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1086 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1087 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1088 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1089 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1090 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1091 conventions in files from Gnus.
1092
1093 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1094 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1095 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1096 * echistory.el, electric.el, emacs-lisp/authors.el,
1097 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1098 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1099 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1100 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1101 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1102 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1103 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1104 * international/codepage.el, international/iso-ascii.el,
1105 * international/iso-insert.el, international/iso-transl.el,
1106 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1107 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1108 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1109 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1110 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1111 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1112 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1113 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1114 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1115 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1116 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1117 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1118 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1119 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1120 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1121 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1122 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1123 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1124 * textmodes/tex-mode.el, textmodes/text-mode.el,
1125 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1126 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1127 * vt100-led.el, window.el: Some fixes to follow coding conventions in
1128 files maintained by FSF.
1129
1130 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1131
1132 * arc-mode.el: A fix to follow coding conventions.
1133
1134 * bindings.el: Ditto.
1135
1136 * cdl.el: Ditto.
1137
1138 * comint.el: Ditto.
1139
1140 * cus-start.el: Ditto.
1141
1142 * shell.el: Ditto.
1143
1144 * skeleton.el: Ditto.
1145
1146 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1147
1148 * info.el (Info-build-node-completions):
1149 Make Info-current-file-completions buffer local.
1150
1151 2001-07-13 Gerd Moellmann <gerd@gnu.org>
1152
1153 * which-func.el (which-func-mode, which-func-ff-hook)
1154 (which-function-mode): Remove references to which-func-mode-global.
1155
1156 * calendar/cal-islam.el (calendar-goto-islamic-date):
1157 Add autoload cookie.
1158
1159 * play/fortune.el: Add types to defcustoms.
1160
1161 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1162
1163 * language/czech.el: A fix to follow coding conventions.
1164
1165 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1166
1167 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1168 to the extension list, for antlr-mode. From Christoph Wedler
1169 <Christoph.Wedler@sap.com>.
1170
1171 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1172
1173 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1174 (vc-dired-mode-map): Fix the madness.
1175
1176 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1177 (vc-prefix-map): Moved back from vc.el.
1178
1179 2001-07-11 Gerd Moellmann <gerd@gnu.org>
1180
1181 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1182 Increase the size of the obarray.
1183 (mail-extr-all-top-level-domains): Add more toplevel domains,
1184 add more long names.
1185 From: Per Starback <starback@ling.uu.se>.
1186
1187 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1188
1189 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1190 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1191
1192 * progmodes/ada-mode.el: Ditto.
1193
1194 * progmodes/ada-xref.el: Ditto.
1195
1196 2001-07-11 Miles Bader <miles@gnu.org>
1197
1198 * finder.el (finder-insert-at-column): Also move to the next line
1199 if exactly at COLUMN.
1200
1201 2001-07-10 Gerd Moellmann <gerd@gnu.org>
1202
1203 * help.el (describe-function-1): When printing FUNCTION's
1204 documentation, don't assume FUNCTION is a symbol.
1205
1206 * startup.el (normal-top-level): Don't operate on the initial
1207 frame if we failed to create one.
1208
1209 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1210
1211 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1212 itself, i.e. only indent the contents in it.
1213
1214 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
1215
1216 * mail/rmail.el (rmail-show-message): Show beginning of message in
1217 all windows containing it.
1218
1219 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1220
1221 * term/tty-colors.el: Fix the header line and copyright years.
1222
1223 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1224
1225 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1226 original definition has an interactive form, but is Elp
1227 instrumented, use the interactive form of the function called by
1228 elp-wrapper.
1229
1230 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1231 configurations with compare-window-configuration; they aren't
1232 window configurations.
1233
1234 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1235 from the server for the format we expect. Don't use it if it
1236 doesn't look like what the Internet draft for FTP extensions specifies.
1237
1238 * toolbar/*.pbm: Cleaned up.
1239 From Luis Fernandes <elf@ee.ryerson.ca>.
1240
1241 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1242
1243 * cc-cmds.el: Extended the kludge to interoperate with the
1244 delsel and pending-del packages wrt to the new function
1245 `c-electric-delete-forward'.
1246
1247 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1248
1249 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1250 to delay the call to <mode> for global minor modes.
1251 (easy-mmode-define-navigation): Only recenter if interactive.
1252
1253 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1254
1255 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1256 to lisp-indent-line.
1257
1258 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1259 from the server. Call encode-time only when we are sure that we
1260 got a 213 response.
1261
1262 2001-07-06 Simon Josefsson <jas@extundo.com>
1263
1264 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1265 (mail-envelope-from): New user option.
1266 (sendmail-send-it): Use it.
1267
1268 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1269
1270 * ps-print.el: Use locale dependant date to print date in header.
1271 Doc fix.
1272 (ps-print-version): New version number (6.5.3).
1273 (ps-right-header, ps-right-footer): Initialization and doc fix.
1274 (ps-time-stamp-locale-default): New fun.
1275
1276 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1277
1278 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1279 field problem with MIME-mode.
1280
1281 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1282
1283 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1284
1285 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1286 MIME-mode.
1287
1288 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1289
1290 * bindings.el (mode-line-mule-info): Don't show the tip with
1291 buffer-file-coding-system if that is nil.
1292
1293 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1294
1295 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1296 instead of kill-line.
1297
1298 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1299 <Pavel@Janik.cz>.
1300
1301 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1302 <Pavel@Janik.cz>.
1303
1304 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1305
1306 * font-lock.el (c-font-lock-keywords-3): When matching something
1307 like `struct X Y', finish with point after Y.
1308
1309 2001-07-04 Simon Josefsson <jas@extundo.com>
1310
1311 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1312 in caller buffer.
1313
1314 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1315
1316 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1317 instead of string-match to find the basename of the file.
1318 From Pascal Obry <p.obry@wanadoo.fr>.
1319
1320 * net/browse-url.el (browse-url-default-windows-browser):
1321 Support the MS-DOS port when it runs on Windows.
1322 (browse-url-browser-function) [ms-dos]: Default to
1323 browse-url-default-windows-browser.
1324
1325 * help.el (locate-library): Enable code that looks for compressed
1326 libraries if auto-compression-mode is on.
1327
1328 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1329
1330 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1331
1332 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1333
1334 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1335
1336 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1337
1338 * allout.el: Fix the header line, so that finder.el recognizes it.
1339 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1340
1341 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1342 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1343
1344 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1345
1346 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1347
1348 * ps-bdf.el (bdf-directory-list): Use the value relative to
1349 installation-directory for MS-Windows as well.
1350
1351 2001-06-29 Richard M. Stallman <rms@gnu.org>
1352
1353 * wid-edit.el (widget-color-sample-face-get):
1354 Return ((foreground-color . COLOR)) instead of constructing a face.
1355
1356 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1357
1358 * faces.el (region): Change the background color for the
1359 light-background color display to lightgoldenrod2, to make it
1360 visible on some laptops.
1361
1362 2001-06-28 Richard M. Stallman <rms@gnu.org>
1363
1364 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1365 (rmail-msg-restore-non-pruned-header): Likewise.
1366 If point was in the old pruned header, put it at the top.
1367 (rmail-msg-prune-header): If point was at the top, keep it there.
1368
1369 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1370 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1371
1372 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1373
1374 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1375
1376 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1377
1378 * saveplace.el: Update maintainer email address.
1379
1380 2001-06-27 Francesco Potorti` <pot@gnu.org>
1381
1382 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1383 Undo previous change.
1384
1385 2001-06-27 Francesco Potorti` <pot@gnu.org>
1386
1387 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1388 preliminary quick reordering. Can speed things up dramatically.
1389
1390 2001-06-26 Richard M. Stallman <rms@gnu.org>
1391
1392 * dired.el (dired-get-filename): A file name starting with ~
1393 is not absolute in this context.
1394
1395 * which-func.el (which-func-maxout): Increase default to 500000.
1396 (which-function-mode): This is now the "real" name of the function.
1397 (which-func-mode): Now an alias.
1398 (which-func-mode-global): Name deleted.
1399
1400 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1401 button-2, when binding hs-mouse-toggle-hiding.
1402
1403 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1404
1405 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1406 (rmail-msg-prune-header): Likewise.
1407 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1408 and `rmail-msg-prune-header'.
1409
1410 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1411
1412 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1413 back than LINEBEG.
1414
1415 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1416
1417 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1418 window where they clicked the mouse has a header line, adjust
1419 vertical movement by one.
1420
1421 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1422
1423 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1424 too when separating a parenthesis.
1425
1426 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1427
1428 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1429 (bookmark-bmenu-hide-filenames): Add help-echo to
1430 mouse-highlighted text.
1431 (bookmark-bmenu-show-filenames): Remove help-echo property from
1432 the whitespace.
1433
1434 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1435
1436 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1437 From Karl Eichwalder <ke@suse.de>.
1438
1439 2001-06-23 Richard M. Stallman <rms@gnu.org>
1440
1441 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1442
1443 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1444 contents for completing-read.
1445
1446 2001-06-22 Richard M. Stallman <rms@gnu.org>
1447
1448 * menu-bar.el (menu-bar-make-toggle): Construct the
1449 function's doc string from HELP, not DOC, and make it accurate by
1450 adding "Toggle whether to " at the front and downcasing the initial.
1451 Change the HELP arg in some calls to make it fit this usage.
1452
1453 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1454 Undo previous change.
1455
1456 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1457
1458 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1459
1460 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1461
1462 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1463
1464 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1465
1466 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1467
1468 2001-06-20 Richard M. Stallman <rms@gnu.org>
1469
1470 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1471 broken out from dabbrev--find-expansion. Handle minibuffer
1472 specially here.
1473 (dabbrev--find-expansion): Simplify code in various ways.
1474 Don't treat minibuffers specially.
1475 Call dabbrev--make-friend-buffer-list.
1476 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1477 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1478
1479 2001-06-19 John Wiegley <johnw@gnu.org>
1480
1481 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1482 Also, added a comment describing how to greatly speedup Eshell
1483 loadup time, by concatenating together all of Eshell's .elc files.
1484
1485 2001-06-19 John Wiegley <johnw@gnu.org>
1486
1487 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1488
1489 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1490
1491 * woman.el (WoMan-highlight-references): Add help-echo to
1492 mouse-highlighted text.
1493
1494 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1495
1496 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1497
1498 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1499
1500 * international/quail.el (quail-start-conversion):
1501 Reset quail-translating to nil.
1502
1503 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1504 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1505
1506 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1507
1508 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1509 mouse-highlighted text.
1510
1511 * dired.el (dired-mark-pop-up): Fix last change.
1512
1513 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1514
1515 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1516 mouse-highlighted text.
1517
1518 * net/quickurl.el (quickurl-url-file): Run through
1519 convert-standard-filename.
1520 (quickurl-list-populate-buffer): Add help-echo to
1521 mouse-highlighted text.
1522 (top-level): Update Dave's URL.
1523
1524 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1525 mouse-highlighted text.
1526
1527 * textmodes/page-ext.el (pages-copy-header-and-position):
1528 Add help-echo to mouse-highlighted text.
1529
1530 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1531 mouse-highlighted text.
1532
1533 * replace.el (occur): Add help-echo to mouse-highlighted text.
1534
1535 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1536 mouse-highlighted text.
1537
1538 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1539 mouse-highlighted text.
1540
1541 * progmodes/compile.el (compile-reinitialize-errors):
1542 Add help-echo to mouse-highlighted messages.
1543 (compilation-forget-errors): Remove help-echo property as well.
1544
1545 * play/landmark.el (lm-plot-square, lm-init-display):
1546 Add help-echo to mouse-highlighted text.
1547
1548 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1549 Add help-echo to mouse-highlighted text.
1550
1551 * dired.el (dired-insert-set-properties): Add help-echo to
1552 mouse-highlighted text.
1553 (dired-mark-pop-up): Remove help-echo property from the file name.
1554
1555 * comint.el (comint-send-input): Add help-echo to
1556 mouse-highlighted text.
1557
1558 * buff-menu.el (list-buffers-noselect): Add help-echo to
1559 mouse-highlighted text.
1560
1561 * arc-mode.el (archive-summarize-files): Add help-echo to
1562 mouse-highlighted text.
1563
1564 * ffap.el (ffap-machine-p): Always return nil if
1565 open-network-stream is not fboundp.
1566
1567 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1568
1569 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1570 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1571 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1572 incorrectly binding chars between 128 and 256 to it.
1573 (sgml-maybe-name-self): Handle latin-1 chars properly.
1574 (sgml-tags-invisible): Bind buffer-file-name to nil.
1575 Use unwind-protect and restore-buffer-modified-p.
1576 (sgml-point-entered): Use buffer-substring-no-properties.
1577 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1578 (html-mode): Don't force `imenu-sort-function'.
1579
1580 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1581
1582 * tar-mode.el: Fix the copyright notice.
1583
1584 * font-lock.el (font-lock-comment-face): For tty's with dark
1585 background, use "red1", since "lightred" is not one of the colors
1586 recognized by tty-colors.el.
1587
1588 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1589 create a buffer for extracted file, in case there's more than one
1590 file by that name in an archive, possibly in different
1591 directories. From Kevin Rodgers <kevinr@ihs.com>.
1592
1593 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1594 <alex@gnu.org>.
1595
1596 2001-06-15 Miles Bader <miles@gnu.org>
1597
1598 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1599 Revert previous change.
1600
1601 2001-06-14 Richard M. Stallman <rms@gnu.org>
1602
1603 * replace.el (keep-lines-read-args): Return just a regexp.
1604 Provide nil for the region args.
1605 (keep-lines, flush-lines, how-many):
1606 Calculate the defaults for the region here, when args are nil.
1607
1608 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1609
1610 * rot13.el (rot13-other-window): Some more doc fix.
1611
1612 2001-06-14 Per Starback <starback@ling.uu.se>
1613
1614 * replace.el (case-replace, query-replace-from-history-variable)
1615 (query-replace-to-history-variable, keep-lines-read-args)
1616 (occur-revert-function, query-replace-help): Dox fix.
1617
1618 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1619
1620 * rot13.el (rot13-other-window): Doc fix.
1621
1622 2001-06-14 Miles Bader <miles@gnu.org>
1623
1624 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1625 of " and \ to "." (punctuation).
1626 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1627
1628 2001-06-13 Richard M. Stallman <rms@gnu.org>
1629
1630 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1631
1632 * simple.el (shell-command-on-region): Never kill the
1633 *Shell Command Output* buffer.
1634
1635 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1636
1637 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1638
1639 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1640
1641 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1642 New var, to recognize ${ $' and PODs.
1643 (perl-font-lock-syntactic-face-function): New function.
1644 (perl-mode): Use them.
1645 (perl-continuation-line-p): New function, from perl-calculate-indent.
1646 (perl-calculate-indent): Use it, to properly handle continuation
1647 lines of continuation lines.
1648
1649 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1650
1651 * server.el (server-process, server-buffer-clients): Doc fix.
1652 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1653
1654 2001-06-09 John Wiegley <johnw@gnu.org>
1655
1656 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1657 test if the last command was Lisp or not.
1658 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1659 B x C".
1660
1661 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1662
1663 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1664 general one on compile.el supports drive letters.
1665
1666 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1667
1668 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1669 key description.
1670
1671 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1672
1673 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1674 (reftex-toc-jump): New command.
1675
1676 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1677 to parse international characters as well.
1678
1679 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1680 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1681
1682 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1683
1684 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1685 TAB to the key separators.
1686
1687 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * international/mule.el (auto-coding-alist): Remove redundant
1690 up-cased versions of the extensions (auto-coding-alist-lookup is
1691 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1692 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1693
1694 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1695
1696 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1697
1698 2001-06-01 Richard M. Stallman <rms@gnu.org>
1699
1700 * help.el (describe-variable): Put value on same line
1701 with preceding text, if it is short enough to look good that way.
1702
1703 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1704
1705 * term/internal.el (IT-unicode-translations): New variable.
1706 (IT-setup-unicode-display): New function.
1707
1708 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1709
1710 * ps-print.el: Handle before-string and after-string overlay properties
1711 in ps-print-*-with-faces commands. Doc fix.
1712 (ps-print-version): New version number (6.5.2).
1713 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1714 for XEmacs.
1715 (ps-prefix-quote): Doc fix.
1716 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1717 (ps-basic-plot-str, ps-plot-string): New funs.
1718
1719 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1720
1721 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1722 and :type spec.
1723
1724 2001-05-31 Gerd Moellmann <gerd@gnu.org>
1725
1726 * international/mule-cmds.el (inactivate-input-method):
1727 Set input-method-function to nil.
1728
1729 * xml.el (xml-parse-tag): The document may contain invalid characters.
1730 From ShengHuo ZHU <zsh@cs.rochester.edu>
1731
1732 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1733
1734 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1735 `rmail-summary-line-decoder' if the message does not have
1736 a Subject: field.
1737
1738 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1739
1740 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1741 New variable.
1742 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1743 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1744 is non-nil.
1745
1746 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1747
1748 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1749
1750 2001-05-29 Sam Steingold <sds@gnu.org>
1751
1752 * faces.el (face-valid-attribute-values): Bind `valid' directly
1753 instead of using `setq'.
1754
1755 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1756 Use `tex-shell-buf'.
1757 (tex-shell-proc): Use `tex-shell-running'.
1758 (tex-shell-buf-no-error): New function.
1759 (tex-send-tex-command): Use it.
1760 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1761 (tex-kill-job): Check the process before calling `quit-process'.
1762
1763 2001-05-29 Gerd Moellmann <gerd@gnu.org>
1764
1765 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1766 UTF-8 sequences.
1767
1768 2001-05-28 Miles Bader <miles@gnu.org>
1769
1770 * comint.el (comint-carriage-motion): Renamed from
1771 `comint-cr-magic'. Operate on the buffer instead of the string
1772 (for use as a comint post-output filter, instead of as a
1773 pre-output filter). Handle backspaces too. Add to the
1774 `comint-output-filter-functions' hook instead of
1775 `comint-preoutput-filter-functions'.
1776
1777 2001-05-28 Gerd Moellmann <gerd@gnu.org>
1778
1779 * language/japan-util.el (japanese-hankaku): Prefer the charset
1780 `jisx0201' when the optional argument `ascii-only' is not specified.
1781 (japanese-hankaku-region): Ditto.
1782 From Katsumi Yamaoka <yamaoka@jpl.org>
1783
1784 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1785
1786 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1787 (outline-invisible-p): New function.
1788 (hide-leaves): Save excursion.
1789 (hide-other): Stop looping when reaching bobp.
1790
1791 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1792
1793 * cus-edit.el (custom-file): Fix last change.
1794
1795 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1796
1797 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1798 same definition in byte-compile-function-environment as `autoload'
1799 would put in `symbol-function'.
1800
1801 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1802 patch to correct the error message as well.
1803
1804 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1805
1806 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1807 unless ~/.emacs exists.
1808
1809 * novice.el (enable-command): If user-init-file is nil or does not
1810 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1811
1812 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1813
1814 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1815 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1816 Allow spaces around macro arguments.
1817 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1818 indent-for-tab-command.
1819 (latex-mode-map, plain-tex-mode-map): New keymaps.
1820 Inherit from tex-mode-map.
1821 (tex-common-initialization): Don't setup the keymap any more
1822 since it's now done right by define-derived-mode.
1823 (latex-mode): Set skeleton-end-hook to nil.
1824 (latex-skeleton-end-hook): Remove.
1825 (tex-latex-block, latex-insert-item): Simplify.
1826 (latex-syntax-after): Use following-char rather than char-after.
1827 (tex-discount-args-cmds, tex-count-words): New functions.
1828
1829 * textmodes/tildify.el (tildify-ignored-environments-alist):
1830 Recognize \verb* as well.
1831
1832 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1833 (perl-comment-indent): Simplify to let newcomment.el do its job.
1834 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1835 (perl-mark-function): Cleanup the namespace.
1836 (perl-calculate-indent): Don't be fooled by nested functions.
1837
1838 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1839
1840 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1841 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1842
1843 2001-05-25 Andrew Choi <akochoi@i-cable.com>
1844
1845 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1846 actually be `\\'.
1847 (ctlau-b5-converter): Likewise.
1848
1849 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1850
1851 * international/titdic-cnv.el (quail-misc-package-ext-info):
1852 Change CTLauB.el to CTLau-b5.el.
1853
1854 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1855
1856 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1857 rather than beginning-of-line to avoid problems with fields.
1858 (gud-perldb-massage-args): Use unless and push.
1859 (gud-chdir-before-run): New var.
1860 (gud-common-init): Use it.
1861
1862 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1863
1864 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1865 delete entries for chinese-ctlau and chinese-ctlaub.
1866 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1867 chinese-ctlaub.
1868 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1869 New functions.
1870
1871 2001-05-22 Gerd Moellmann <gerd@gnu.org>
1872
1873 * cus-edit.el (custom-comment-show): Remove debug code.
1874
1875 * language/japan-util.el (japanese-symbol-table): Fix handling of
1876 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1877
1878 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1879
1880 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1881 Renamed by removing the silly `-flag' suffix.
1882 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1883
1884 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1885
1886 * replace.el (keep-lines-read-args): Use `copy-marker'.
1887 (how-many): Save excursion properly.
1888 (occur-mode): Use define-derived-mode.
1889 (perform-replace): Use with-current-buffer.
1890
1891 2001-05-20 Richard M. Stallman <rms@gnu.org>
1892
1893 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1894
1895 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1896
1897 * info.el (Info-read-subfile): Widen before finding the
1898 desired node in the subfile.
1899
1900 * startup.el (command-line-1): When >2 files visited,
1901 leave the last one visible, and make that the selected window.
1902
1903 2001-05-20 Gerd Moellmann <gerd@gnu.org>
1904
1905 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1906
1907 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1908
1909 * international/ccl.el (define-ccl-program): Fix a typo.
1910 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1911
1912 * international/mule.el (decode-char): Fix a typo. From Pavel
1913 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1914
1915 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1916 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1917
1918 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1919 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1920
1921 2001-05-18 Sam Steingold <sds@gnu.org>
1922
1923 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1924 and [RET] to `cvs-mode-find-file'.
1925
1926 2001-05-18 John Wiegley <johnw@gnu.org>
1927
1928 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1929 configuration variable, which determines the initial character
1930 that forces use of an external version of a command. The default
1931 is *, but may be set to \, for example.
1932
1933 * eshell/esh-ext.el (eshell-explicit-command):
1934 Use `eshell-explicit-command-char' instead of ?*.
1935
1936 * eshell/esh-cmd.el (eshell/which):
1937 Use `eshell-explicit-command-char' instead of ?*.
1938
1939 * eshell/em-cmpl.el (eshell-completion-command-name)
1940 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1941 instead of ?*.
1942
1943 2001-05-18 Gerd Moellmann <gerd@gnu.org>
1944
1945 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1946 subst-char-in-string.
1947 (ange-ftp-after-parse-ls-hook): New variable.
1948 (ange-ftp-ls): Run that hook.
1949 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1950
1951 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1952 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1953 text into *Completions*.
1954
1955 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1956 part of which look like email addresses.
1957
1958 2001-05-18 Andrew Innes <andrewi@gnu.org>
1959
1960 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1961 Use . instead of absolute path for lisp dir, to avoid bug in W2K
1962 cmd.exe's handling of FOR loops.
1963 (autoloads): Set find-file-suppress-same-file-warnings to t to
1964 avoid slew of spurious messages.
1965
1966 2001-05-18 Simon Josefsson <simon@josefsson.org>
1967
1968 * mail/smtpmail.el (maybe-append-domain): Renamed to
1969 `smtpmail-maybe-append-domain'.
1970 (smtpmail-via-smtp): Use the new name.
1971
1972 * net/browse-url.el (browse-url-browser-function): Add kde.
1973 (browse-url-kde-program, browse-url-kde-args): New variables.
1974 (browse-url-kde): New function.
1975
1976 2001-05-18 Miles Bader <miles@gnu.org>
1977
1978 * simple.el (delete-horizontal-space, just-one-space):
1979 Use `constrain-to-field' instead of `field-end'/`field-beginning',
1980 because it's more efficient for large files.
1981
1982 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1983
1984 * mail/rmail.el (rmail-require-mime-maybe): New function.
1985 (rmail): Use it.
1986 (rmail-mode): Handle the case of finding Rmail files.
1987
1988 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1989 functions.
1990
1991 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1992
1993 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1994 text-property after moving to the beginning of line and regardless
1995 of the value of font-lock-multiline.
1996
1997 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1998
1999 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2000
2001 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2002 last coding system used before calling set-buffer-modified-p
2003 because that function changes last-coding-system.
2004
2005 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2006
2007 * files.el (switch-to-buffer-other-window)
2008 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2009 the doc string.
2010
2011 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2012
2013 * language/slovak.el, language/czech.el: New maintainer.
2014
2015 2001-05-16 Sam Steingold <sds@gnu.org>
2016
2017 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2018 sub-form of `defgeneric' correctly.
2019
2020 2001-05-16 Gerd Moellmann <gerd@gnu.org>
2021
2022 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2023 of `c'.
2024
2025 * textmodes/outline.el (outline-font-lock-level): Remove the
2026 condition-case, test what outline-level returns instead, to
2027 ease debugging.
2028
2029 * international/mule.el (auto-coding-regexp-alist): New user-option.
2030 (auto-coding-from-file-contents): New function.
2031 (set-auto-coding): Use it to determine a coding system.
2032
2033 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2034
2035 * mouse.el (mouse-delete-other-windows): Doc fix.
2036
2037 * emacs-lisp/lisp-mode.el (lisp-mode):
2038 Make font-lock-keywords-case-fold-search a buffer-local variable with
2039 make-local-variable before setting it.
2040
2041 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2042
2043 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2044 prefixes.
2045
2046 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2047
2048 * hexl.el (hexl-current-address): Print a message when called
2049 interactively.
2050
2051 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2052
2053 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2054
2055 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2056
2057 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2058
2059 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2060
2061 * startup.el (command-line): If parameters have been changed in
2062 the init files which influence font selection, clear the face
2063 cache so that faces get realized with the new parameters.
2064
2065 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2066
2067 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2068
2069 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2070
2071 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2072
2073 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2074 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2075
2076 2001-05-10 Gerd Moellmann <gerd@gnu.org>
2077
2078 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2079 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
2080
2081 2001-05-09 John Wiegley <johnw@gnu.org>
2082
2083 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2084 Annotated the documentation string to tell users about
2085 `eshell-no-numeric-conversions'.
2086
2087 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2088 conversions if a Lisp function has the property
2089 `eshell-no-numeric-conversions' set to a non-nil value.
2090
2091 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2092 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2093 property `eshell-no-numeric-conversions' on the following
2094 functions (which all deal with filesystem entities, and never Lisp
2095 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2096 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2097 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2098 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2099 eshell/which, eshell/addpath.
2100
2101 2001-05-09 John Wiegley <johnw@gnu.org>
2102
2103 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2104 encountered as an argument, don't convert it right away, but tag
2105 the first character of the string with the text properties
2106 `number', which signifies to `eshell-lisp-command' that the
2107 argument should be passed through `string-to-number' if it is
2108 actually used in the call to a Lisp function.
2109
2110 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2111 function, convert any string arguments that have been tagged as
2112 "numbers", by calling string-to-number.
2113
2114 * eshell/esh-util.el (eshell-number-regexp): Now that number
2115 conversions only happen for Lisp function calls, the number regexp
2116 should now match all integer and floating point forms.
2117
2118 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2119 `eshell-continue-process', since they are both nonfunctional at
2120 the moment.
2121 (eshell-proc-initialize): Don't bind keys for
2122 `eshell-stop-process' or `eshell-continue-process'.
2123
2124 * eshell/em-unix.el (eshell-shuffle-files):
2125 Apply `directory-file-name' before calling `file-name-directory'.
2126
2127 * eshell/em-hist.el (eshell-add-to-history): Reference to
2128 `eshell-history-ring' needed to be `eshell-history-index'.
2129
2130 * calendar/timeclock.el (timeclock-find-discrep):
2131 Initialize `elapsed' to 0.
2132 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2133 it's still nil.
2134
2135 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2136
2137 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2138 (archive-mode): Use capitalize.
2139 (archive-unique-fname): Use make-temp-file.
2140
2141 2001-05-09 Gerd Moellmann <gerd@gnu.org>
2142
2143 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2144
2145 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2146
2147 * tar-mode.el (tar-extract): Pay attention to the value of
2148 coding-system-for-read, if it is non-nil.
2149
2150 * calendar/holidays.el (holidays): Add an autoload cookie.
2151 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2152
2153 2001-05-08 John Wiegley <johnw@gnu.org>
2154
2155 * calendar/timeclock.el (timeclock-workday-remaining):
2156 Changed logic for determining how much time is remaining.
2157 (timeclock-workday-elapsed): Don't accept a "relative" argument
2158 for the current day's elapsed time. What could that have meant?
2159 (timeclock-workday-elapsed-string): No "relative" argument anymore.
2160 (timeclock-when-to-leave): Changed logic, similarly to what was
2161 done for `timeclock-workday-remaining'.
2162 (timeclock-find-discrep): Removed "today-only" argument, which had
2163 no meaning. Fixed some more math problems. The function now
2164 returns a three member list: (TOTAL-TIME-DISCREPANCY
2165 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2166
2167 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * w32-fns.el (convert-standard-filename): Start replacing slashes
2170 from the beginning of the file name, not from where the last
2171 invalid character was. From "Andrew Maguire (SWW)"
2172 <Andrew.Maguire@Smallworld.co.uk>
2173
2174 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2175
2176 The following changes are to provide infrastructure for handling
2177 MIME messages to rmail. They don't affect the original behaviour
2178 if rmail-enable-mime is nil.
2179
2180 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2181 (rmail-search-mime-message-function)
2182 (rmail-search-mime-header-function): New variables.
2183 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2184 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2185 `rmail-view-buffer' is hidden.
2186 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2187 call rmai-show-mime-function.
2188 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2189 mode-line-process of rmail-view-buffer.
2190 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2191 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2192 buffer.
2193 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2194 set-buffer to the Rmail buffer.
2195 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2196 rmail-search-mime-header-function.
2197 (rmail-search-message): New function.
2198 (rmail-search): Call rmail-search-message to check if a message
2199 matches REGEXP, lastly update point after calling
2200 rmail-show-message.
2201 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2202 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2203 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2204 header region, refer to rmail-msgref-vector while setting the
2205 current buffer to rmail-buffer temporarily.
2206 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2207 If rmail-enable-mime is non-nil, call
2208 rmail-insert-mime-forwarded-message-function instead of inserting
2209 forwarded message by itself.
2210
2211 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2212 Rmail buffer.
2213 (rmail-set-label, rmail-next-labeled-message): Likewise.
2214
2215 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2216 set-buffer to the Rmail buffer.
2217 (rmail-output-to-rmail-file): Likewise.
2218 (rmail-output): Likewise.
2219
2220 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2221 of mail-fetch-field by rmail-summary-line-decoder.
2222 (rmail-new-summary): Be sure to go to the Rmail buffer.
2223 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2224 rmail-view-buffer to nil.
2225 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2226 rmail-view-buffer.
2227 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2228 rmail-buffer.
2229 (rmail-summary-scroll-msg-down): Likewise.
2230 (rmail-summary-beginning-of-message): Likewise.
2231 (rmail-summary-wipe): Likewise.
2232 (rmail-summary-toggle-header): Use save-window-excursion, not
2233 save-excursion. Update point in rmail-view-buffer, not in
2234 rmail-buffer.
2235 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2236 rmail-view-buffer, not rmail-buffer.
2237
2238 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2239
2240 * cus-edit.el (custom-file): Signal an error if user-init-file is
2241 nil (running -q).
2242
2243 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2244
2245 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2246 Add :version.
2247
2248 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2249 New option.
2250 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2251 only if smtpmail-warn-about-unknown-extensions is set.
2252
2253 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2254 instead of rmail-sort-by-keywords.
2255
2256 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2257 rmail-sort-by-keywords.
2258
2259 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2260 rmail-summary-sort-by-keywords. Doc fix.
2261 (rmail-summary-mode): Doc fix.
2262
2263 * mail/rmail.el (rmail-edit): New Custom group.
2264
2265 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2266 (rmail-edit-mode-hook): New user-option.
2267
2268 2001-05-05 Richard M. Stallman <rms@gnu.org>
2269
2270 * help.el (help-xref-symbol-regexp): Recognize "source of"
2271 and friends, meaning make a link to the source file.
2272 (help-make-xrefs): Handle "source of" and friends
2273 by constructing a link that visits the source file.
2274
2275 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2276
2277 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2278
2279 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2280 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2281 Renamed from perl-font-lock-keywords to avoid clashes.
2282 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2283 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2284 Updated correspondingly.
2285
2286 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2287 Typo `nonexistant' -> `nonexistent'.
2288
2289 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2290
2291 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2292 Split `c-electric-delete' into two functions where
2293 `c-electric-delete-forward' always deletes forward and
2294 `c-electric-delete' only contains the code necessary for XEmacs to
2295 choose between backward and forward deletion.
2296
2297 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2298 get the electric behavior on that key too.
2299 (c-fill-paragraph): Fixed bogus direct use of
2300 c-comment-prefix-regexp, which caused an error when it's a list.
2301
2302 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2303
2304 * dired-aux.el (dired-diff): Doc fix.
2305
2306 * dired.el (dired-diff): Likewise.
2307
2308 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2309
2310 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2311
2312 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2313
2314 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2315 if both the buffer and the file are read-only.
2316
2317 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2318 rather than font-lock-string-face.
2319 (sh-get-indent-info): Treat heredocs like strings.
2320
2321 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2322
2323 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2324 a newline following `}'.
2325 (texinfo-format-email): New function.
2326 (toplevel): Use texinfo-format-email for @email.
2327 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2328 Add `display'.
2329 (texinfo-sort-region): Goto point-min before sorting.
2330 (texinfo-set): Remove leading white space from value.
2331 From yagi@is.titech.ac.jp.
2332
2333 * replace.el (query-replace-regexp-eval): Doc fix.
2334
2335 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2336
2337 * diff-mode.el (diff-nonexistant-face): New face.
2338 (diff-font-lock-keywords): Use it.
2339
2340 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2341
2342 * font-lock.el (font-lock-mode): Doc fix.
2343
2344 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2345 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2346
2347 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2348
2349 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2350 backslash at the start of the here-document delimiter.
2351 (sh-font-lock-syntactic-keywords): Likewise.
2352
2353 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2354
2355 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2356
2357 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2358 (tty-color-translate, tty-color-by-index, tty-color-values)
2359 (tty-color-desc): Doc fix.
2360
2361 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2362
2363 * dired-aux.el (dired-do-create-files, dired-do-copy)
2364 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2365 Mention dired-dwim-target in the doc string.
2366
2367 2001-04-28 Miles Bader <miles@gnu.org>
2368
2369 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2370 (dabbrev--find-expansion): Use it.
2371 (dabbrev--select-buffers): Don't select ignored buffers.
2372
2373 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2374
2375 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2376
2377 2001-04-26 Richard M. Stallman <rms@gnu.org>
2378
2379 * dabbrev.el: Add doc strings for some functions.
2380 (dabbrev--eliminate-newlines): New variable.
2381 (dabbrev--substitute-expansion): Convert newlines to spaces
2382 if dabbrev--eliminate-newlines is set.
2383 If abbrev and expansion are both all-lower-case,
2384 leave dabbrev--last-case-pattern nil.
2385
2386 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2387
2388 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2389 if necessary, like in rmail-show-message.
2390
2391 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2392
2393 * ps-print.el: Color specified by number is forced to be float number.
2394 (ps-print-version): New version number (6.5.1.1).
2395 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2396 initialization.
2397 (ps-prefix-quote): New internal var.
2398 (ps-print-quote): New fun.
2399 (ps-setup, ps-output-frame-properties, ps-float-format)
2400 (ps-format-color): Code fix.
2401 (ps-plot-region): Eliminate redundant foreground color text setting.
2402
2403 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2404
2405 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2406
2407 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2408
2409 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2410
2411 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2412
2413 * info.el (Info-additional-directory-list): Doc fix.
2414
2415 * find-lisp.el (find-lisp-find-dired-filter)
2416 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2417 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2418
2419 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2420
2421 * progmodes/make-mode.el (makefile-font-lock-keywords):
2422 Rationalize the rules for includes and conditionals and use the
2423 keyword face for them.
2424
2425 * faces.el (modify-face): Add compatibility for non-interactive use.
2426
2427 2001-04-24 John Wiegley <johnw@gnu.org>
2428
2429 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2430 fix from last night, since it wasn't finding eshell/cd.
2431
2432 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2433
2434 * rect.el (string-rectangle): Revert to 20.x behaviour.
2435 (replace-rectangle): Make it an alias for string-rectangle.
2436 (string-insert-rectangle): New function.
2437
2438 2001-04-23 John Wiegley <johnw@gnu.org>
2439
2440 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2441 occurring with Emacs 21's diff.el/compile.el interaction layer.
2442
2443 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2444
2445 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2446 case where the function was defined in a file, but not part of an
2447 eshell module.
2448
2449 2001-04-23 John Wiegley <johnw@gnu.org>
2450
2451 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2452 code to work around a redisplay problem I've been having.
2453
2454 2001-04-23 John Wiegley <johnw@gnu.org>
2455
2456 * calendar/timeclock.el (timeclock-day-required): If the time
2457 required for a particular day is not set, use `timeclock-workday'.
2458 (timeclock-find-discrep): Added some sample code in a comment.
2459
2460 * eshell/eshell.el (eshell-command): Made a few changes so that
2461 `eshell-command' could be called programmatically.
2462
2463 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2464
2465 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2466
2467 2001-04-23 John Wiegley <johnw@gnu.org>
2468
2469 * calendar/timeclock.el: Updated copyright.
2470 (timeclock-generate-report): Don't report the daily or two-week
2471 total, if no time has been worked in that period.
2472 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2473 final computational form, which was unnecessary; corrected a
2474 parsing problem when timeclock-relative was nil.
2475
2476 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2477
2478 * calendar/timeclock.el (timeclock-modeline-display): Check if
2479 `list-entry' is null.
2480 (timeclock-use-display-time): The first argument to `set-variable'
2481 must be a symbol.
2482
2483 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2484
2485 * calendar/calendar.el (diary-entry-marker)
2486 (calendar-today-marker, calendar-holiday-marker):
2487 Use display-color-p instead of window-system.
2488 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2489 instead of window-system.
2490 (calendar-hide-window): Use display-multi-frame-p instead of
2491 window-system.
2492
2493 * calendar/cal-x.el (calendar-two-frame-setup)
2494 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2495 Use display-multi-frame-p instead of window-system.
2496
2497 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2498
2499 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2500
2501 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2502 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2503
2504 2001-04-23 Alex Schroeder <alex@gnu.org>
2505
2506 * goto-addr.el: Instead of defining line-beginning-position and
2507 line-end-position a defalias is used for point-at-bol and point-at-eol.
2508
2509 2001-04-23 Alex Schroeder <alex@gnu.org>
2510
2511 * goto-addr.el: Added XEmacs compatibility code.
2512 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2513
2514 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2515
2516 * textmodes/paragraphs.el (sentence-end): Doc fix.
2517
2518 2001-04-20 Alex Schroeder <alex@gnu.org>
2519
2520 * sql.el (sql-escape-newlines-and-send): New function.
2521 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2522
2523 2001-04-20 Alex Schroeder <alex@gnu.org>
2524
2525 * sql.el (sql-db2-program): New option.
2526 (sql-db2-options): New option.
2527 (sql-db2): New function.
2528
2529 2001-04-20 Alex Schroeder <alex@gnu.org>
2530
2531 * sql.el (sql-mode-menu): Added highlighting entries.
2532 (sql-highlight-oracle-keywords): New function.
2533 (sql-highlight-postgres-keywords): New function.
2534 (sql-highlight-ansi-keywords): New function.
2535
2536 2001-04-20 Alex Schroeder <alex@gnu.org>
2537
2538 * sql.el (sql-help): Doc change.
2539
2540 2001-04-19 Karl Fogel <kfogel@collab.net>
2541
2542 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2543 that inserted file content only to delete it immediately.
2544 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2545 <lektu@uol.com.br> for the patch.
2546
2547 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2548
2549 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2550
2551 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2552
2553 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2554 for defmethod.
2555
2556 * comint.el (comint-cr-magic): New function.
2557 (toplevel): Add it to comint-preoutput-filter-functions.
2558
2559 2001-04-18 Andrew Innes <andrewi@gnu.org>
2560
2561 * makefile.w32-in (EMACSLOADPATH): Define.
2562 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2563 (recompile): Remove stuff to set EMACSLOADPATH.
2564
2565 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2566
2567 * language/slovak.el ("Slovak"): Add tutorial entry.
2568
2569 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2570 browse-url-new-window-p.
2571
2572 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2573
2574 * info.el (Info-menu-update): When there are no menus and/or no
2575 cross references in the node, make the respective items of the
2576 Info menu-bar menu inactive.
2577
2578 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2579
2580 * indent.el (indent-for-tab-command): Call indent-line-function
2581 with no argument if PREFIX-ARG is non-nil.
2582
2583 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2584
2585 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2586
2587 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2588 an async subprocess if start-process is unavailable. Suggested by
2589 Tim Van Holder <tim.van.holder@pandora.be>.
2590
2591 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2592
2593 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2594 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2595
2596 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2597
2598 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2599 manual.
2600
2601 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2602
2603 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2604 (cvs-menu): Add a few entries.
2605
2606 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2607 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2608 lock file appears to be reachable from Emacs.
2609 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2610 (cvs-mode-find-file): Look for cvs-header-face rather than
2611 cvs-dirname-face (which doesn't exist).
2612 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2613
2614 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2615
2616 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2617
2618 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2619 normal-erase-is-backspace on a tty. Instead, bind some keys such
2620 as [delete] directly, like pc-select.el did before
2621 normal-erase-is-backspace was invented.
2622
2623 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2624
2625 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2626
2627 2001-04-11 John Wiegley <johnw@gnu.org>
2628
2629 * eshell/em-ls.el (eshell-ls-insert-directory):
2630 Set font-lock-defaults to nil, to prevent fontification in dired
2631 buffers, if Eshell's ls is being used.
2632
2633 2001-04-11 John Wiegley <johnw@gnu.org>
2634
2635 * calendar/timeclock.el (timeclock-completing-read): New function.
2636 (timeclock-ask-for-project, timeclock-ask-for-reason):
2637 Call `timeclock-completing-read'.
2638
2639 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2640 required where `member' was being used.
2641
2642 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2643
2644 * eshell/em-hist.el (eshell-previous-matching-input):
2645 Don't display "History item" if the the minibuffer is active.
2646
2647 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2648
2649 * startup.el (command-line): Output a newline after printing
2650 an error from loading the window system's init file.
2651
2652 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2653
2654 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2655 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2656 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2657 keywords whose arguments routinely include @@.
2658
2659 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2660
2661 * emacs-lisp/advice.el (ad-make-advised-definition):
2662 Construct advice for subrs differently.
2663
2664 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2665 regexp in parentheses when building the regexp for searching backwards.
2666
2667 * simple.el (completion-list-mode-finish): New function.
2668 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2669
2670 * language/european.el ("Polish"): Change sample text.
2671 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2672
2673 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2674 parameter.
2675
2676 * faces.el (menu): Doc fix.
2677
2678 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2679
2680 * ps-print.el: Footer implementation. Doc fix.
2681 (ps-print-version): New version number (6.5.1).
2682 (ps-header-frame-alist): New customization var for header frame
2683 properties.
2684 (ps-line-number-color): New customization var for line number color.
2685 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2686 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2687 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2688 (ps-right-footer): New customization vars for footers.
2689 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2690 footers.
2691 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2692 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2693 Code fix.
2694 (ps-prologue-file): Indentation fix.
2695 (ps-print-quote): Fun eliminated.
2696 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2697 (ps-output-frame-properties): New fun.
2698 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2699 (ps-skip-newline): Replace defun by defsubst.
2700
2701 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
2702
2703 * eshell/eshell.el (eshell-command): Needed a "%s" format
2704 specifier, in case the buffer contains percent characters.
2705
2706 2001-04-10 John Wiegley <johnw@gnu.org>
2707
2708 * calendar/timeclock.el (timeclock-generate-report): Added a
2709 missing insert of the project name.
2710
2711 2001-04-09 Gerd Moellmann <gerd@gnu.org>
2712
2713 * obsolete/profile.el: Moved from emacs-lisp/.
2714
2715 * Makefile.in (nonobsolete_setwins): New macro.
2716 (finder-data): Use it instead of `setwins'.
2717 From: Dave Love <fx@gnu.org>.
2718
2719 * server.el (server-visit-files): Set server-existing-buffer correctly.
2720 (server-visit-files): Run server-visit-hook after going to
2721 line 1 so that the hook can set point as it sees fit.
2722
2723 * bindings.el (mode-line-modified): Unify help messages.
2724
2725 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2728 All callers changed.
2729
2730 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2731
2732 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2733 long file names aren't supported, truncate the file names in
2734 quail-misc-package-ext-info to 8+3 before matching them against
2735 FILENAME.
2736
2737 * dos-fns.el (dos-truncate-to-8+3): New function.
2738
2739 * progmodes/compile.el (grep-compute-defaults): Use null-device
2740 instead of literal /dev/null. Reported by Jens Schmidt
2741 <schmidt@mathematik.uni-kl.de>.
2742
2743 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2744
2745 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2746
2747 * textmodes/sgml-mode.el: Add unknown maintainer.
2748 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2749 (html-mode-map): Use set-keymap-parent.
2750
2751 2001-04-06 Dave Love <fx@gnu.org>
2752
2753 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2754 Remove redundant string-to-list.
2755
2756 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2757
2758 * composite.el (reference-point-alist): Doc fix.
2759
2760 2001-04-05 Sam Steingold <sds@gnu.org>
2761
2762 * font-lock.el (font-lock-keywords-case-fold-search):
2763 Make buffer-local. This fixes a very annoying bug when loading a Lisp
2764 file made font-lock case-insensitive.
2765
2766 2001-04-05 Gerd Moellmann <gerd@gnu.org>
2767
2768 * faces.el (defface menu): Doc fix.
2769
2770 * wid-edit.el (widget-color-sample-face-get): Don't make
2771 faces for undefined colors.
2772
2773 * version.el (emacs-version): Include LessTif/Motif version info.
2774
2775 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2776
2777 * ps-mule.el: Eliminate cl package dependence.
2778 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2779 if they aren't defined yet.
2780 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2781 Eliminate cl package dependence.
2782
2783 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2784
2785 * progmodes/cc-cmds.el (c-outline-level):
2786 Bind buffer-invisibility-spec. Originally from Dave Love, but
2787 got lost when incorporating version 5.26.
2788
2789 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2790
2791 * emulation/pc-select.el (pc-selection-mode):
2792 Call normal-erase-is-backspace-mode instead of binding
2793 keys individually.
2794
2795 * cus-load.el (normal-erase-is-backspace): Use it instead of
2796 delete-key-deletes-forward.
2797
2798 * startup.el (command-line): Use normal-erase-is-backspace and
2799 normal-erase-is-backspace-mode.
2800
2801 * simple.el (normal-erase-is-backspace): Rename from
2802 delete-key-deletes-forward. Doc fix.
2803 (normal-erase-is-backspace-mode): Rename from
2804 delete-key-deletes-forward-mode. Doc fix.
2805 Run normal-erase-is-backspace-hook.
2806
2807 * dired.el (dired-move-to-filename-regexp): Support file sizes in
2808 ``human-readable'' format produced by GNU `ls'.
2809 (dired-move-to-filename-regexp): Recognize ISO format dates.
2810 From Paul Eggert <eggert@twinsun.com>.
2811
2812 2001-04-04 Gerd Moellmann <gerd@gnu.org>
2813
2814 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2815 New functions.
2816 (lm-verify): Check keywords.
2817 From Eric M. Ludlam <eric@siege-engine.com>.
2818
2819 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2820
2821 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2822 `xemacs' feature instead of for the function `set-extent-property'.
2823
2824 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2825
2826 * mail/mh-utils.el (mh-folder-hist): New var.
2827 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2828
2829 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2830
2831 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2832 region, position point on the first or last 16-byte group.
2833 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2834 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2835 hexl-beginning-of-line.
2836
2837 2001-04-03 Gerd Moellmann <gerd@gnu.org>
2838
2839 * icomplete.el (icomplete-mode): Treat an argument like other
2840 modes do.
2841
2842 * startup.el (fancy-splash-head): Use splash8.xpm for color
2843 depth 8.
2844
2845 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2846 Add an antry for ``converts''.
2847
2848 * language/slovak.el ("Slovak"): Add documentation string.
2849 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2850
2851 * language/czech.el ("Czech"): Add documentation string.
2852 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2853
2854 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2855 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2856
2857 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2858
2859 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2860 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2861 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2862 Use `defsubst' rather than a macro to ease debugging.
2863 (mail-extr-last): Remove (use `last' instead).
2864 (mail-extract-address-components): Properly reset the syntax-table
2865 after parsing an address. Use `last' rather than mail-extr-last.
2866 Make sure the end marker stays at the very end.
2867
2868 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2869
2870 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2871 last change.
2872
2873 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2874
2875 * ps-print.el: Line and paragraph spacing feature. Region to cut
2876 out when printing. Doc fix.
2877 (ps-print-version): New version number (6.5).
2878 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2879 New vars. Line and paragraph spacing feature.
2880 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2881 out when printing.
2882 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2883 (ps-get-font-size, ps-begin-job, ps-continue-line)
2884 (ps-plot-region): Code fix.
2885 (ps-print-prologue-2): Var eliminated.
2886 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2887 New internal vars.
2888 (ps-get-size): New fun.
2889 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2890 (ps-next-line): Replace defun by defsubst.
2891 (ps-mule-plot-string): Autoload doc fix.
2892
2893 * ps-bdf.el: XEmacs compatibility. Doc fix.
2894 (installation-directory, coding-system-for-read): Declare vars if
2895 it's not declared yet.
2896 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2897
2898 * ps-mule.el: XEmacs compatibility. Doc fix.
2899 (leading-code-private-22): Declare var if it's not declared yet.
2900 (charset-bytes, charset-dimension, charset-id, charset-width)
2901 (find-charset-region, split-char, char-width, chars-in-region)
2902 (forward-point, decompose-composite-char, encode-coding-string)
2903 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2904 Define funs if not defined yet.
2905 (encode-composition-rule, find-composition): Define funs if not
2906 loaded yet.
2907 (ps-mule-prologue): PostScript code fix.
2908
2909 2001-04-02 Kenichi Handa <handa@etl.go.jp>
2910
2911 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2912 non-nil, generate font for the header strings.
2913 (ps-mule-prepare-font): Likewise.
2914 (ps-mule-generate-glyphs): Likewise.
2915 (ps-mule-string-encoding): Likewise.
2916 (ps-mule-header-charsets): New variable.
2917 (ps-mule-encode-header-string): New function.
2918 (ps-mule-header-string-charsets): New function.
2919 (ps-mule-begin-job): Check charsets in the header strings. If there
2920 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2921
2922 * ps-print.el (ps-generate-header-line): Encode the header string by
2923 ps-mule-encode-header-string.
2924 (ps-mule-encode-header-string): Declare autoload.
2925
2926 2001-04-02 Gerd Moellmann <gerd@gnu.org>
2927
2928 * frame.el (cursor-in-non-selected-windows):
2929 Replaces show-cursor-in-non-selected-windows.
2930
2931 2001-03-31 Kenichi Handa <handa@etl.go.jp>
2932
2933 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2934 Delete entries for "chinese-py" and "chinese-ziranma".
2935 (quail-misc-package-ext-info): New variable.
2936 (tsang-quick-converter): New function.
2937 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2938 (quick-cns-converter, py-converter, ziranma-converter)
2939 (miscdic-convert, batch-miscdic-convert): New functions.
2940
2941 2001-03-30 Kenichi Handa <handa@etl.go.jp>
2942
2943 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2944 eight-bit-control chars.
2945
2946 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2947 Reduce making temporary vector (suggested by Dave Love).
2948
2949 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2950
2951 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2952 string as well.
2953
2954 2001-03-30 Andreas Schwab <schwab@suse.de>
2955
2956 * files.el (backup-directory-alist): Fix typo.
2957
2958 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2959
2960 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2961 <eggert@twinsun.com>.
2962
2963 2001-03-30 Dave Love <fx@gnu.org>
2964
2965 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2966
2967 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2968
2969 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2970
2971 2001-03-30 Miles Bader <miles@gnu.org>
2972
2973 * subr.el (interactive-form): Fix paren typo.
2974
2975 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2976
2977 * emacs-lisp/profile.el: Say that it's obsolete in the header
2978 line, so that finder.el puts that into its data-base.
2979 Suggested by Alex Schroeder <alex@gnu.org>.
2980
2981 2001-03-29 Paul Eggert <eggert@twinsun.com>
2982
2983 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2984 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2985
2986 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2987
2988 * generic.el (generic-mode-set-comments): Use "" rather than nil
2989 for comment-end.
2990
2991 2001-03-29 Gerd Moellmann <gerd@gnu.org>
2992
2993 * emacs-lisp/advice.el (ad-make-advised-definition):
2994 Call interactive-form to obtain the interactive spec of subrs.
2995
2996 * subr.el (interactive-form): New function.
2997
2998 2001-03-29 Andre Spiegel <spiegel@gnu.org>
2999
3000 * vc-sccs.el (vc-sccs-register): Use relative file names.
3001
3002 2001-03-28 Gerd Moellmann <gerd@gnu.org>
3003
3004 * bookmark.el (bookmark-get-bookmark): Handle case that
3005 BOOKMARK is not a string.
3006
3007 * image.el (image-type-regexps): Change type for PS files
3008 to `postscript'.
3009
3010 * subr.el (read-passwd): Clear command history after each
3011 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
3012
3013 2001-03-27 Kenichi Handa <handa@etl.go.jp>
3014
3015 * international/kkc.el (kkc-save-init-file): Locally bind
3016 print-length to nil.
3017
3018 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3019
3020 * textmodes/flyspell.el: Some doc fixes.
3021 (flyspell-maybe-correct-transposition)
3022 (flyspell-maybe-correct-doubling): Use a temporary buffer
3023
3024 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3025
3026 * emacs-lisp/byte-opt.el (byte-optimize-while)
3027 (byte-optimize-form-code-walker): Diagnose too few arguments
3028 for `if' and `while'.
3029
3030 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3031
3032 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3033 Prepend `\' to "\<quail-translation-docstring>".
3034
3035 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3036
3037 * autorevert.el (global-auto-revert-non-file-buffers):
3038 Remove duplicate defcustom.
3039
3040 2001-03-26 Miles Bader <miles@gnu.org>
3041
3042 * international/latin1-disp.el (latin1-char-displayable-p):
3043 Add leading "-" for X font pattern.
3044
3045 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3046
3047 * international/mule-diag.el (describe-coding-system):
3048 For raw-text and emacs-mule, don't add anymore text about what
3049 charsets they can encode.
3050
3051 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3052
3053 * help.el (view-lossage): Mention open-dribble-file in the doc
3054 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3055
3056 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3057
3058 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3059 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3060
3061 2001-03-23 Kenichi Handa <handa@etl.go.jp>
3062
3063 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3064 Call ccl-execute-on-string directly so that CCL program handling
3065 multibyte sequence can work correctly.
3066 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3067 property of the coding system.
3068
3069 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3070
3071 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3072 Fix transcription typo.
3073
3074 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3075
3076 * whitespace.el: Add buffer local variables to toggle testing of
3077 whitespaces in buffers without affecting the default values.
3078 Bump version to 3.0 to account for a few other changes.
3079 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3080 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3081 (whitespace-toggle-spacetab-check): New functions.
3082
3083 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3084
3085 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3086
3087 2001-03-21 Gerd Moellmann <gerd@gnu.org>
3088
3089 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3090 bs-cycle-configuration-name. From Juanma Barranquero
3091 <lektu@uol.com.br>.
3092
3093 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3094 and cc-vars.el.
3095
3096 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3097 headers. Always invoke sendmail with option -t.
3098
3099 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3100
3101 * Release of cc-mode 5.28.
3102
3103 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3104
3105 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3106 Removed the hardcoded switch to "java" style in Java mode.
3107 It's instead taken care of by the default value for c-default-style.
3108
3109 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3110
3111 * cc-align.el (c-lineup-math): Fix bug where lineup was
3112 triggered by equal signs in string literals.
3113
3114 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3115
3116 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3117 limit detection when at the ends of the buffer.
3118
3119 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3120 "for" statement clause in case 7F; a better one is done
3121 earlier in case 7D anyway.
3122
3123 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3124
3125 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3126 somewhat more and did a small optimization.
3127
3128 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3129
3130 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3131 Use the limit argument only to limit the syntactic context
3132 search, not to limit the actual movement.
3133
3134 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3135 inside multiline strings, just like in comments. Also various
3136 fixes to the paragraph and comment prefix recognition, block
3137 comment ender handling etc.
3138
3139 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3140
3141 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3142 the relative position of the point.
3143
3144 * cc-cmds.el (c-electric-continued-statement): New function to
3145 use as abbrev hook to reindent for keywords such as "else"
3146 that continues an earlier statement.
3147
3148 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3149 like classes.
3150
3151 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3152 (pike-mode): Populate the default abbrev tables to reindent for
3153 keywords such as "else" that can continue earlier statements.
3154 Abbrev mode is therefore turned on by default now. (Note that
3155 this doesn't apply to idl-mode, since IDL afaik doesn't have
3156 statements at all.)
3157
3158 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3159
3160 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3161 bracelists where the declaration contains template arguments.
3162
3163 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3164
3165 * cc-cmds.el (c-comment-indent):
3166 Use `c-get-syntactic-indentation' to correctly calculate the
3167 syntactic indentation. Fixes bug with lineup functions that
3168 return vectors.
3169
3170 * cc-engine.el (c-get-syntactic-indentation): Split the
3171 indentation sum calculation from `c-indent-line' to a separate
3172 function.
3173
3174 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3175
3176 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3177 Fixed places where it was assumed that preprocessor directives
3178 have to start in column zero.
3179
3180 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3181 template arguments after a class identifier properly.
3182
3183 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3184 lists for `new Foo[]' constructs in Java as expressions and
3185 not top level definition brace lists on the top level, so that
3186 they'll get indented consistently with the same type of
3187 expression in a normal block.
3188
3189 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3190
3191 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3192 whether the adaptive filling package fails to keep the comment
3193 prefix is now kludged further to check for filladapt-mode
3194 which doesn't have that problem. This is really icky, but it's
3195 the only way that works with the current misfeatures/bugs in
3196 both adaptive-fill-mode and filladapt-mode.
3197
3198 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3199 around point is recognized more robust.
3200
3201 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3202
3203 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3204 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3205 (c-lit-type): Fixed all internal variables used dynamically so
3206 that they are always bound.
3207
3208 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3209 errors:
3210
3211 (c-indent-region): Fixed reporting of syntactic errors so that
3212 the region is fully reindented even when an error occurs.
3213 The last syntactic error is printed afterwards. Also cleanup up a
3214 whole lot of code that tried to optimize indentation of whole
3215 sexps but in reality accomplishes nothing.
3216
3217 (c-indent-sexp): Use c-indent-region.
3218
3219 (c-parsing-error): Changed this variable to hold the message
3220 for any syntactic error that is discovered.
3221
3222 (c-parse-state): Search backward from point instead of the bod
3223 position when the latter is invalid. This makes CC Mode
3224 recover faster when there are unbalanced close braces.
3225
3226 (c-backward-to-start-of-if): Use c-parsing-error to report
3227 dangling "else" clauses instead of throwing an error, and fall
3228 back to a reasonable position.
3229
3230 (c-indent-line): Added argument to avoid reporting syntactic errors.
3231
3232 (c-show-syntactic-information): Don't report any syntactic errors.
3233
3234 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3235
3236 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3237 paragraph recognition when moving by sentence in literals.
3238
3239 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3240 start regexp for javadoc to recognize javadoc markup in general instead
3241 of a specific set of keywords, to be more future-safe.
3242
3243 (c-Pike-pikedoc-paragraph-start)
3244 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3245 pikedoc markup.
3246
3247 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3248
3249 (pike-mode): Initialize paragraph settings pikedoc recognition.
3250
3251 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3252
3253 (c-comment-prefix-regexp): Made it possible to use an
3254 association list on this to specify mode specific regexps.
3255 The default value now use a special regexp in Pike mode to
3256 recognize pikedoc markup.
3257
3258 (c-current-comment-prefix): New variable containing the actual
3259 regexp from c-comment-prefix-regexp for the current buffer.
3260
3261 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3262
3263 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3264 lists: We can't look at the syntax, since a brace list can get
3265 recognized as a plain statement-cont.
3266
3267 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3268 special brace list opener broken over two lines got recognized
3269 as a statement on the second line. Case 9A changed.
3270
3271 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3272
3273 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3274 adjustment after line is reindented.
3275
3276 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3277
3278 * cc-defs.el (c-point): Added optional argument for position
3279 to use instead of the current point.
3280
3281 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3282 the in-expression block symbols when the construct starts at
3283 boi, to avoid the extra level of indentation in that case.
3284 Cases 4, 16A and 17E affected.
3285
3286 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3287
3288 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3289 calls to `c-indent-line', to adhere better to Emacs conventions.
3290
3291 * cc-engine.el (c-indent-line): Use the syntax already bound
3292 to `c-syntactic-context', if there is any.
3293
3294 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3295
3296 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3297 wasn't added up correctly when a lineup function returned nil.
3298
3299 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3300
3301 * cc-engine.el (c-collect-line-comments): Fixed bug where
3302 empty lines were ignored when collecting line comments backwards.
3303
3304 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3305
3306 * cc-align.el (c-lineup-dont-change): Return an absolute
3307 indentation column to work correctly in the case when several
3308 syntactic elements are processed for the same line.
3309
3310 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3311 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3312 (c-set-offset): Added absolute indentation column settings by
3313 using the vector type.
3314
3315 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3316
3317 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3318 Implemented two new cleanups `space-before-funcall' and
3319 `compact-empty-funcall'.
3320
3321 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3322
3323 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3324 helping building regexps.
3325
3326 * cc-engine.el (c-on-identifier): New function for detecting
3327 identifiers. It takes keywords into account.
3328
3329 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3330 lists. `c-keywords' is set to a regexp matching all keywords
3331 in the current language.
3332
3333 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3334
3335 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3336 list of characters to skip backwards over at the beginning of
3337 a statement, since it can precede string literals in Pike.
3338
3339 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3340
3341 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3342 recognition when standing on the last line in a C++ comment
3343 with nothing but whitespace after the prefix.
3344
3345 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3346 given no limit argument.
3347
3348 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3349
3350 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3351 recognition for the `[]= operator symbol in Pike.
3352
3353 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3354
3355 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3356 around a bug in `eval-when-compile' in the byte compiler.
3357
3358 * cc-engine.el (c-forward-token-1): Fixed bug with return
3359 value when count is zero and there's no token start within the limit.
3360
3361 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3362 "prefix comments", i.e. comments which are followed by code on
3363 the same line.
3364
3365 * cc-mode-19.el: Fixes so that checks that must be done at
3366 compile time also are done then.
3367
3368 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3369
3370 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3371 time and at runtime, and only when it's needed.
3372
3373 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3374
3375 Major cleanup for less error prone and more warning free
3376 compilation, including some fixes for bugs due to different
3377 compilation orders. Thanks to Martin Buchholz for providing
3378 the basis for all this.
3379
3380 * cc-bytecomp.el: New file that provides some byte compilation
3381 features: It ensures that files always are loaded from the
3382 current source directory during compilation, and it provides a
3383 set of macros to turn off specific compiler warnings for
3384 specific symbols. (It's not CC Mode specific in any way.)
3385
3386 Fixed a nearly acyclic dependency tree (both runtime and
3387 compile-time) between all files.
3388
3389 * cc-defs.el: Separated all macros before the inline functions,
3390 to ensure correct compilation.
3391
3392 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3393 cc-defs.el to cc-engine.el and made it a function instead.
3394
3395 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3396 about char-after.
3397
3398 * cc-vars.el: Cope even when there isn't a custom package
3399 containing defcustom available.
3400
3401 * cc-make.el: Removed since it's no longer necessary.
3402
3403 README: Updated installation instructions.
3404
3405 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3406
3407 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3408 improve the modularity: Moved all mode init stuff from
3409 cc-langs.el to cc-mode.el, including the keymap
3410 initialization; cc-langs now only contains the various
3411 variables for configuring the language syntax.
3412
3413 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3414 (c-get-offset): Moved from cc-styles to cc-engine since file
3415 dependency analysis suggests they belong there (which also
3416 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3417
3418 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3419
3420 * cc-cmds.el (c-fn-region-is-active-p): New function that
3421 wraps the corresponding macro, for use in places that aren't
3422 compiled. Thanks to Martin Buchholz for pointing out this.
3423
3424 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3425
3426 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3427 add things to the bug report.
3428
3429 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3430
3431 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3432 returned prefix could contain a newline when the search for a
3433 good prefix line failed.
3434
3435 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3436
3437 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3438 (c-toggle-auto-hungry-state): Made the argument optional, as
3439 the documentation says it is.
3440
3441 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3442
3443 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3444 multiline string syntax, #"...", as a cpp macro.
3445
3446 2001-03-21 Paul Eggert <eggert@twinsun.com>
3447
3448 * international/mule-cmds.el (set-locale-environment):
3449 Set system-messages-locale and system-time-locale, but only if the
3450 caller specifies a non-nil locale name.
3451
3452 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3453
3454 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3455 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3456
3457 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3458
3459 * follow.el (follow-avoid-tail-recenter): Doc fix.
3460
3461 * custom.el (custom-set-variables): Avoid reversing the list
3462 of args needlessly.
3463
3464 * startup.el (fancy-splash-head): Don't change the colors of the
3465 XPM image on a dark background.
3466
3467 * comint.el (comint-exec-1): Set columns of the terminal to
3468 window-width instead of frame-width.
3469
3470 * info.el (Info-scroll-down): Add missing WINDOW arg for
3471 pos-visible-in-window-p.
3472
3473 * ehelp.el (electric-help-mode-hook): Add defcustom.
3474
3475 * mail/sendmail.el (mail-mode): Activate case-folding in
3476 font-lock-defaults.
3477
3478 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3479
3480 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3481 (completion-ignored-extensions): Remove duplicate ".class".
3482
3483 2001-03-19 Andreas Schwab <schwab@suse.de>
3484
3485 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3486 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3487
3488 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3489
3490 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3491 methods since there are not prefix input methods.
3492
3493 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3494
3495 * international/mule-cmds.el (read-input-method-name):
3496 Locally bind enable-recursive-minibuffers to t.
3497
3498 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3499
3500 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3501
3502 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3503
3504 * ediff-util.el: Copyright years.
3505 (ediff-choose-syntax-table): New function.
3506 (ediff-setup): Use ediff-choose-syntax-table.
3507
3508 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3509 with-syntax-table.
3510
3511 * ediff.el: Date of last update, copyright years.
3512
3513 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3514
3515 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3516 of Scott Bronson.
3517 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3518 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3519 Deleted functions.
3520 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3521 ex-token-list.
3522
3523 * viper-util.el: Spaces, indentation.
3524
3525 * viper.el: Changed version, modification time.
3526
3527 2001-03-16 John Wiegley <johnw@gnu.org>
3528
3529 * calendar/timeclock.el (timeclock-workday-remaining):
3530 Check whether `discrep' is non-null before using it.
3531
3532 2001-03-16 John Wiegley <johnw@gnu.org>
3533
3534 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3535 first-time checkins.
3536 (timeclock-log-data): Fixed problem with reading timelog log file.
3537 Resulting data in the "day list" was incorrect.
3538 (timeclock-find-discrep): Check if `timeclock-file' is readable
3539 before opening it.
3540 (timeclock-time-less-p): New function.
3541 (timeclock-day-base): New function.
3542 (timeclock-geometric-mean): New function.
3543 (timeclock-generate-report): Generate a summary report based on
3544 the contents of the log file. This uses `timeclock-log-data', and
3545 is an example of writing a timelog manipulation function.
3546 (timeclock-visit-timelog): A quick command for opening the timelog
3547 file.
3548 (timeclock-log-data): Bound the variable event.
3549
3550 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3551
3552 * international/mule-cmds.el (select-safe-coding-system):
3553 Fix typo: symbol-name -> symbol-value.
3554
3555 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3556 before substitute-in-file-name to handle double slashes in FILE
3557 correctly.
3558
3559 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3560
3561 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3562 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3563
3564 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3565
3566 * bindings.el (features): Add `md5' and `overlay' to the list.
3567
3568 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3569 bound before using it. It's not bound when configured without X,
3570 for instance.
3571
3572 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3573
3574 * progmodes/hideshow.el: Update copyright.
3575 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3576 (hs-minor-mode-hook): Include `:version' in defcustom form.
3577
3578 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3579
3580 * help.el (string-key-binding): Don't call event-start on
3581 a non-list.
3582
3583 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3584
3585 * startup.el (fancy-splash-tail, command-line-1): Fix the
3586 copyright year.
3587
3588 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3589
3590 * term.el: These changes are based on a patch sent from Yong Lu
3591 <lyongu@yahoo.com>.
3592 (term-set-escape-char): Bind M-x to execute-extended-command in
3593 term-raw-escape-map.
3594 (term-move-columns): Don't try to move to negagive column.
3595 (term-emulate-terminal): Insert a string before deleting a text to
3596 overwrite.
3597
3598 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3599
3600 * play/life.el (life): Rearrange code so that all calls to
3601 life-display-generation are in a catch-form.
3602
3603 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3604 file that isn't interesting. In an interesting file, push the old
3605 value of point on the mark ring.
3606
3607 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3608 New function.
3609 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3610 Use it.
3611
3612 * emacs-lisp/autoload.el (generate-file-autoloads):
3613 Remove warning about line lengths.
3614
3615 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3616
3617 * progmodes/etags.el (tags-compression-info-list): New variable.
3618 (find-tag-in-order): Use it to deal with compressed source files.
3619 (tag-file-name-match-p): New function.
3620 (etags-recognize-tags-table): Use it for better match of file names.
3621
3622 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3623
3624 * international/mule-cmds.el (register-input-method): Doc fix.
3625
3626 * international/quail.el (quail-translate-key): Fix condition to
3627 check if there's another breaking point in the current key.
3628
3629 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3630
3631 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3632 Babyl header to the newly-created output file, bind
3633 coding-system-for-write to either rmail-file-coding-system or
3634 emacs-mule-unix.
3635
3636 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3637
3638 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3639 Fix the name and regexp used for subsubsections.
3640
3641 2001-03-10 Dave Love <fx@gnu.org>
3642
3643 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3644 and save-buffer if buffer-file-name non-nil. From rms.
3645
3646 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3647
3648 * vc.el (vc-do-command): If the destination buffer is already
3649 current, don't set it up and don't erase it. Updated doc string
3650 to reflect that.
3651 (vc-version-diff): When doing a single file diff, don't switch to the
3652 *vc-diff* buffer before the command. This is to preserve local
3653 variable bindings that might affect the diff command.
3654 (vc-print-log): Don't switch to the *vc* buffer before the
3655 command, so that local variable bindings are preserved.
3656
3657 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3658 not the current buffer.
3659 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3660
3661 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3662 make output go to buffer *vc*, not the current buffer.
3663
3664 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3665
3666 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3667 so ^, $, *, ? and + are interpreted correctly.
3668
3669 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3670
3671 * help.el (string-key-binding): Renamed from
3672 mode-line-key-binding. Handle any event on a string.
3673 Check for `keymap' properties as well as `local-map' properties.
3674
3675 * comint.el (comint-insert-clicked-input): Use the last key
3676 from this-command-keys to lookup the global key definition.
3677
3678 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3679
3680 * international/characters.el: Add category `j' for
3681 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3682
3683 * international/mule-conf.el (no-conversion): Fix docstring.
3684 (raw-text): Fix docstring.
3685
3686 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3687
3688 * simple.el (choose-completion-string): When not leaving the
3689 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3690 is set.
3691
3692 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3693 parameter `(minibuffer . t)'.
3694
3695 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3696
3697 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3698 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3699 (sh-mode): Remove `make-local-variable' for unused var
3700 `font-lock-unfontify-region-function'.
3701
3702 2001-03-07 Richard M. Stallman <rms@gnu.org>
3703
3704 * info.el (Info-scroll-down): Fix previous change.
3705
3706 * mail/rmail.el (rmail-toggle-header): Use a window which
3707 is showing the Rmail buffer, rather than the selected window.
3708
3709 2001-03-07 Dave Love <fx@gnu.org>
3710
3711 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3712 now, to avoid problems with binding imenu directly to a mouse event.
3713
3714 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3715
3716 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3717 second arg t.
3718
3719 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3720
3721 * log-edit.el (log-edit-common-indent): New var.
3722 (log-edit-set-common-indentation): Renamed from
3723 log-edit-delete-common-indentation. Use the new var.
3724 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3725
3726 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3727 (cvs-mode-add-change-log-entry-other-window):
3728 Don't presume change-log-default-name is defined.
3729
3730 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3731
3732 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3733 the "tree" operation as well.
3734
3735 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3736
3737 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3738 to match paragraph-start.
3739
3740 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3741 comment-start-skip and set comment-end-skip as well.
3742 (sgml-comment-indent): Fix for new value of comment-start-skip.
3743 (html-autoview-mode): Don't bother using make-local-hook.
3744
3745 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3746
3747 * cus-edit.el (custom-save-delete): Move in front of local
3748 variables, otherwise long Custom entries would make them ineffective.
3749
3750 * uniquify.el: Set maintainer to FSF.
3751
3752 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3753
3754 * dired-aux.el (dired-do-shell-command): Doc fix.
3755
3756 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3757
3758 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3759
3760 * which-func.el (which-func-modes): Add cperl-mode.
3761 (which-func-mode-global): Use define-minor-mode.
3762
3763 * info-look.el: Docstring fixes and dead code eliminated.
3764 (cperl-mode): Add support.
3765 (emacs-lisp-mode): List all entries from elisp manual, whether
3766 or not they are currently (f)bound or not. Update regexp.
3767
3768 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3769
3770 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3771 so that C-h m shows the correct information.
3772 Use make-local-variable rather than make-variable-buffer-local.
3773 (cperl-info-buffer, cperl-setup-tmp-buf):
3774 Use make-local-variable rather than make-variable-buffer-local.
3775 (cperl-msb-fix, cperl-get-help-defer):
3776 Check major-mode for `cperl-mode' as well.
3777
3778 * progmodes/cperl-mode.el: Updated to author version 4.23.
3779 (cperl-electric-pod): SYNOPSIS was misspelled.
3780 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3781 (cperl-after-expr-p): Make true after __END__.
3782
3783 2001-03-06 Gerd Moellmann <gerd@gnu.org>
3784
3785 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3786 bookmark-completion-ignore-case is t.
3787
3788 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3789 switch, like xterm, and concat resource strings, with a newline
3790 between them.
3791
3792 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3793
3794 * international/codepage.el (cp770-decode-table)
3795 (cp773-decode-table, cp774-decode-table): New variables.
3796
3797 * man.el (Man-hyphenated-reference-regexp): New variable.
3798 (Man-build-references-alist): Use it to search for referenced
3799 manpages. If hyphenated is non-nil, record a concatenated word in
3800 Man-refpages-alist only if it matches Man-reference-regexp.
3801 Update word's length when it is concatenated. Reverse the list,
3802 to get the first manpage at the head.
3803 (Man-possibly-hyphenated-word): New function.
3804 (Man-follow-manual-reference): Use it instead of current-word to
3805 find a manpage at point, in a way that accounts for hyphenated
3806 references.
3807
3808 2001-03-06 Alex Schroeder <alex@gnu.org>
3809
3810 * sql.el (sql-interbase): New function.
3811 (sql-interbase-program): New option.
3812 (sql-interbase-options): New option.
3813 And some typos fixed: "customise" to "customize".
3814
3815 2001-03-06 Dave Love <fx@gnu.org>
3816
3817 * textmodes/flyspell.el (flyspell-region):
3818 Set up flyspell-local-mouse-map.
3819
3820 2001-03-05 Richard M. Stallman <rms@gnu.org>
3821
3822 * mail/rmail.el (rmail-retry-failure):
3823 Don't call rmail-beginning-of-message.
3824 Don't discard From: field. Do discard Received: field.
3825 Use unwind-protect to re-prune.
3826 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3827
3828 2001-03-06 Kenichi Handa <handa@etl.go.jp>
3829
3830 * international/quail.el (quail-title): Add autoload cookie.
3831
3832 2001-03-05 Dave Love <fx@gnu.org>
3833
3834 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3835 new defs.
3836
3837 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3838
3839 * language/ethio-util.el (ethio-toggle-space):
3840 Update current-input-method-title if necessary.
3841 (ethio-toggle-punctuation): Likewise.
3842
3843 * international/quail.el (quail-title): Fix for the case that a
3844 title of an input method is specified by a list of the same form
3845 as used in mode-line-format.
3846
3847 * international/mule-cmds.el (activate-input-method):
3848 If current-input-method-title is set by activating INPUT-METHOD,
3849 respect that value.
3850
3851 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3852
3853 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3854
3855 2001-03-05 Alex Schroeder <alex@gnu.org>
3856
3857 * sql.el (sql-sybase): Fix typo (was: query user about server two
3858 times instead of server and database).
3859
3860 * sql.el (sql-sybase): Doc change.
3861 (sql-mysql): Doc change.
3862 (sql-postgres): Doc change.
3863
3864 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3865
3866 * international/mule-conf.el (emacs-mule, raw-text):
3867 Docstring modified.
3868
3869 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3870
3871 * term/internal.el: Update copyright notice.
3872
3873 * term/pc-win.el: Update copyright notice.
3874
3875 2001-03-02 Dave Love <fx@gnu.org>
3876
3877 * files.el (insert-file-contents-literally):
3878 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3879 not jka-compr-compression-info-list.
3880
3881 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3882
3883 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3884 spaces in default comment-start-skip settings rather than \s-.
3885
3886 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3887
3888 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3889 default-frame-alist as well.
3890
3891 2001-03-01 Dave Love <fx@gnu.org>
3892
3893 * textmodes/reftex.el (defvar): Wrap some defvars in
3894 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3895
3896 * subr.el (event-basic-type): Doc fix.
3897
3898 * international/quail.el: Doc fixes.
3899
3900 * international/utf-8.el: Doc fixes.
3901
3902 * international/mule-cmds.el: Doc fixes.
3903 (leim-list-header): Fix header text.
3904
3905 * international/mule.el (coding-system-category): Doc fix.
3906
3907 * international/ccl.el (ccl-compile): Doc fix.
3908
3909 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3910
3911 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3912 rather than (before|after)-change-functions.
3913
3914 2001-03-01 Gerd Moellmann <gerd@gnu.org>
3915
3916 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3917 scroll-left and scroll-right being called interactively so that
3918 they set the window's min_hscroll.
3919
3920 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3921
3922 * info.el (info-insert-file-contents-1): Accept an additional
3923 argument `lfn': if it is non-nil, concatenate `filename' and
3924 `suffix'; otherwise use the complicated MS-DOS code.
3925 All callers changed.
3926 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3927 can access long file names, try the long file-name version of
3928 `info-insert-file-contents-1', then the short file-name version.
3929
3930 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
3931
3932 * language/ethio-util.el (setup-ethiopic-environment-internal):
3933 Change bindings of functions keys to conform to "Emacs Lisp Coding
3934 Convention".
3935
3936 * language/ethiopic.el ("Ethiopic"): Add documentation.
3937
3938 2001-02-28 Kenichi Handa <handa@etl.go.jp>
3939
3940 * international/utf-8.el (mule-utf-8): Set coding-category
3941 property to coding-category-utf-8.
3942
3943 2001-02-27 Richard M. Stallman <rms@gnu.org>
3944
3945 * lpr.el (lpr-page-header-switches, print-region-1):
3946 Undo 2000-07-06 change.
3947 (lpr-add-switches): Default to t on gnu/linux.
3948
3949 2001-02-27 Gerd Moellmann <gerd@gnu.org>
3950
3951 * bs.el (bs-attributes-list): Doc fix.
3952
3953 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3954
3955 * help.el (describe-project): Display the file THE-GNU-PROJECT.
3956
3957 * help.el (view-order-manuals): Use goto-address.
3958
3959 * startup.el (command-line-1): Add info about ordering manuals
3960 to the not so fancy splash screens.
3961
3962 2001-02-26 Andre Spiegel <spiegel@gnu.org>
3963
3964 * vc.el (vc-default-workfile-unchanged-p)
3965 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3966
3967 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3968
3969 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3970 fontify in the right buffer.
3971
3972 * allout.el (outline-flag-region): Move macro in front of first
3973 use to avoid a run-time error.
3974
3975 2001-02-24 Andrew Innes <andrewi@gnu.org>
3976
3977 * makefile.w32-in: Fix copyright notice.
3978
3979 2001-02-24 Kenichi Handa <handa@etl.go.jp>
3980
3981 * international/utf-8.el (mule-utf-8): Set correct value for
3982 valid-codes property.
3983
3984 * international/fontset.el (x-complement-fontset-spec): In the
3985 case that we use ASCII font for the other charsets, use only
3986 family and registry part of it.
3987
3988 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3989
3990 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3991 (shrink-window-if-larger-than-buffer): Doc fix.
3992
3993 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3994
3995 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3996 predicate passed to completing-read.
3997
3998 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3999
4000 * startup.el (command-line): Fix last change.
4001
4002 2001-02-23 Jason Rumney <jasonr@gnu.org>
4003
4004 * startup.el (tool-bar-originally-present): New variable.
4005 (command-line): Set it if the tool-bar is switched on at startup.
4006
4007 * frame.el (frame-notice-user-settings): Only adjust frame height
4008 for no tool-bar case if tool-bar was originally switched on.
4009 From E. Jay Berkenbilt.
4010
4011 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4012
4013 * server.el (server-switch-buffer): Only switch window if the
4014 current one is dedicated.
4015
4016 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4017 rather than using (match-beginning 0) when searching for break point.
4018
4019 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4020
4021 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4022 @ follows an accent command such as @'. Support optional braces
4023 in commands that insert accents, like makeinfo does.
4024
4025 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4026
4027 * startup.el (fancy-splash-text): Add a line for ordering
4028 manuals. Reverse order of splash screens shown.
4029 (use-fancy-splash-screens-p): Adapt to the text line added.
4030
4031 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4032 manuals from the FSF.
4033
4034 * help.el (view-order-manuals): New function.
4035 (toplevel): Bind C-h C-m to this function.
4036
4037 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4038
4039 * newcomment.el (comment-forward): Skip the comment-start before
4040 searching for the comment-end.
4041
4042 2001-02-21 Dave Love <fx@gnu.org>
4043
4044 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4045
4046 * international/mule-cmds.el, international/mule.el: Doc fixes.
4047
4048 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4049
4050 * startup.el (fancy-splash-screens): Use display-hourglass
4051 instead of display-busy-cursor.
4052
4053 * frame.el (display-hourglass): Renamed from busy-cursor.
4054 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4055 (show-cursor-in-non-selected-windows): Doc fix.
4056
4057 2001-02-20 Dave Love <fx@gnu.org>
4058
4059 * international/utf-8.el: Doc and commentary fixes.
4060
4061 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4062
4063 * ehelp.el (with-electric-help): Doc fix.
4064
4065 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4066
4067 * msb.el (msb-mode): Call the update-buffers function explicitly
4068 with a FORCE argument.
4069
4070 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4071 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4072 returns nil.
4073
4074 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4075
4076 * ps-print.el: Timestamp package replacement. Some enhancements.
4077 Some XEmacs compatibility. Doc fix.
4078 (ps-print-version): New version number (6.4).
4079 (ps-printer-name): Initialization fix.
4080 (ps-zebra-stripe-follow): Funcionality enhancement.
4081 (ps-prologue-file): Code enhancement.
4082 (ps-right-header): Timestamp package replacement.
4083 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4084 (ps-get-page-dimensions)
4085 (ps-generate-header, ps-begin-file, ps-begin-job)
4086 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4087 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4088 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4089 (coding-system-for-write): Var declaration (XEmacs compatibility).
4090
4091 2001-02-20 Miles Bader <miles@gnu.org>
4092
4093 * image-file.el (image-file-name-extensions): Add "tif".
4094
4095 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4096
4097 * wid-edit.el (widget-button-click): Save the selected window
4098 around the code handling clicks on buttons.
4099
4100 2001-02-18 Dave Love <fx@gnu.org>
4101
4102 * imenu.el (imenu--generic-function): Use mapc to iterate over
4103 syntax characters.
4104
4105 2001-02-17 Richard M. Stallman <rms@gnu.org>
4106
4107 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4108
4109 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4110
4111 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4112
4113 * mouse.el (mouse-save-then-kill): If the distance from the new
4114 point to the mark is equal to the distance of point from the new
4115 point, move point instead of the mark.
4116
4117 2001-02-16 Dave Love <fx@gnu.org>
4118
4119 * textmodes/flyspell.el (flyspell-get-word): Return string without
4120 properties.
4121
4122 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4123
4124 * generic.el (generic-find-file-regexp): Doc fix.
4125 (generic-ignore-files-regexp): New defcustom.
4126 (generic-mode-find-file-hook): If the file's name matches the
4127 regexp in `generic-ignore-files-regexp', don't enter
4128 default-generic-mode. Doc fix.
4129
4130 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4131
4132 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4133 Add autoload cookies.
4134
4135 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4136 of cal-tex-24.
4137
4138 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4139
4140 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4141
4142 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4143 the character class after the (optional) drive, to support file
4144 names with embedded blanks.
4145
4146 2001-02-15 Sam Steingold <sds@gnu.org>
4147
4148 * textmodes/tex-mode.el (tex-shell-running):
4149 Check the process buffer too.
4150
4151 2001-02-15 Dave Love <fx@gnu.org>
4152
4153 * battery.el (battery-status-function): Fix doc, :type.
4154
4155 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4156
4157 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4158
4159 * subr.el (read-passwd): Clear Lisp memory holding password.
4160
4161 2001-02-15 Miles Bader <miles@gnu.org>
4162
4163 * info.el (Info-copy-current-node-name): New function.
4164 (Info-mode-menu): Add it to the menu.
4165
4166 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4167
4168 * international/mule-cmds.el (toggle-input-method): Doc fix.
4169
4170 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4171
4172 * replace.el (occur): Stop at end of buffer.
4173
4174 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4175
4176 * international/mule-cmds.el (set-input-method): Another doc fix.
4177
4178 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4179
4180 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4181
4182 2001-02-13 Miles Bader <miles@gnu.org>
4183
4184 * faces.el (set-face-background, set-face-foreground)
4185 (set-face-stipple): Treat a value of nil as being `unspecified'.
4186
4187 2001-02-12 Dave Love <d.love@dl.ac.uk>
4188
4189 * international/latin1-disp.el: Doc fixes.
4190 (latin1-display) <defgroup>: Add :link.
4191 (latin1-display) <function>: Set variable latin1-display.
4192
4193 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4194
4195 * international/mule-cmds.el (set-input-method): Doc fix.
4196
4197 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4198
4199 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4200 (speedbar-line-file): Return nil if not a file.
4201 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4202
4203 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
4204
4205 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4206 for remote files.
4207 (ediff-coding-system-for-read): Replaced the no-conversion default
4208 with raw-text.
4209
4210 * ediff-init.el: Removed :version from defcustom vars.
4211
4212 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4213 Better handling of the diff mode.
4214
4215 * ediff.texi: Added ediff-coding-system-for-read.
4216
4217 * viper.texi: Fix typos.
4218
4219 2001-02-11 Dave Love <fx@gnu.org>
4220
4221 * shadowfile.el: Doc fixes.
4222 (shadow) <defgroup>: Add :link.
4223 (shadowfile-unload-hook): New function.
4224 (shadow-initialize): Use defalias, not fset.
4225 (shadow-define-cluster, shadow-define-literal-group)
4226 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4227
4228 * international/mule.el: Doc and message fixes.
4229
4230 * international/ccl.el (define-ccl-program): Doc fix.
4231
4232 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4233
4234 * faces.el (mode-line): Set :line-width property to -1.
4235
4236 2001-02-10 Richard M. Stallman <rms@gnu.org>
4237
4238 * complete.el (partial-completion-mode): Doc fix.
4239
4240 * simple.el (delete-key-deletes-forward-mode):
4241 Change `let' to `let*' to fix gross bug in last change.
4242
4243 * repeat.el (repeat): Don't let execute-kbd-macro alter
4244 real-last-command.
4245
4246 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4247
4248 * simple.el (eval-expression): Doc fix.
4249
4250 2001-02-09 Dave Love <fx@gnu.org>
4251
4252 * imenu.el (imenu-generic-expression): Doc fix.
4253
4254 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4255 From Juanma Barranquero.
4256
4257 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4258
4259 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4260
4261 * faces.el (set-face-attribute): Describe the case of a negative
4262 value specified for :line-width.
4263
4264 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4265
4266 * which-func.el (which-func-mode): Invert which-func-mode-global.
4267 From Juanma Barranquero <lektu@uol.com.br>.
4268
4269 2001-02-08 Dave Love <fx@gnu.org>
4270
4271 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4272 widget-plist-value-type.
4273 (widget-alist-convert-widget): Replace binding of
4274 widget-alist-value-type.
4275
4276 * textmodes/paragraphs.el (sentence-end): Doc fix.
4277
4278 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4279 Remove `backward-line'.
4280
4281 * play/pong.el (pong-blank-color, pong-bat-color)
4282 (pong-ball-color, pong-border-color, pong-left-key)
4283 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4284 (pong-pause-key, pong-resume-key, pong-timer-delay):
4285 * mail/mh-comp.el (mh-compose-letter-function):
4286 * eshell/esh-mode.el (eshell-skip-prompt-function):
4287 * emulation/viper-ex.el (ex-unix-type-shell-options):
4288 * recentf.el (recentf-menu-filter):
4289 * ps-print.el (ps-print-region-function):
4290 * lpr.el (print-region-function):
4291 * forms.el (forms-mode-hooks):
4292 * dirtrack.el (dirtrack-directory-change-hook):
4293 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4294 * textmodes/spell.el (spell-filter):
4295 * textmodes/fill.el (adaptive-fill-function):
4296 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4297 * progmodes/etags.el (find-tag-default-function):
4298 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4299 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4300
4301 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4302
4303 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4304 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4305 Meyering <jim@meyering.net>.
4306
4307 * loadup.el: Revert last change.
4308
4309 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4310
4311 * international/mule.el (transform-make-coding-system-args):
4312 Make it work also for coding systems not using CCL.
4313
4314 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4315
4316 * simple.el (previous-matching-history-element)
4317 (next-matching-history-element): Doc fix.
4318
4319 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4320 specific part.
4321
4322 2001-02-06 Dave Love <fx@gnu.org>
4323
4324 * add-log.el (add-log-current-defun-function)
4325 (add-log-buffer-file-name-function, add-log-file-name-function):
4326 Fix :type.
4327 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4328
4329 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4330
4331 * info.el (info-initialize): Remove the test for system-type when
4332 invocation-directory is non-nil.
4333
4334 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4335 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4336
4337 2001-02-06 Andrew Innes <andrewi@gnu.org>
4338
4339 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4340 absolute.
4341
4342 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4343
4344 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4345 buffers. When hi-lock turned on rather than only checking current
4346 buffer for regexps, all buffers are checked. Moved activation of
4347 font-lock to hi-lock-refontify. When font-lock turned off rather
4348 than removing added highlighting just in current buffer, remove it
4349 in all buffers. Changed edit menu text from "Automatic
4350 Highlighting" to "Regexp Highlighting" Documentation for
4351 highlighting phrases, minor documentation changes.
4352 (hi-lock-set-file-patterns): Execute only if there are new or
4353 existing file patterns.
4354 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4355 unfontify and, if a support mode is active, will not refontify the
4356 whole buffer. If necessary, turn on font lock. (Removed
4357 font-lock-unfontify and font-lock support-mode-specific calls,
4358 such as lazy-lock-fontify-window.)
4359 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4360 patterns are found. Not useful now since find-file-hook is removed
4361 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4362 (hi-lock-face-phrase-buffer): New function. Also added related
4363 menu item and keybinding.
4364 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4365 (hi-lock-process-phrase): New function.
4366 (hi-lock-line-face-buffer): Doc fixes.
4367 (hi-lock-face-buffer): Doc fixes.
4368 (hi-lock-unface-buffer): Doc fixes.
4369
4370 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4371
4372 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4373 dabbrev-ignored-regexps.
4374
4375 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4376
4377 * simple.el (kill-line): Doc fix.
4378
4379 2001-02-05 Dave Love <fx@gnu.org>
4380
4381 * loadup.el: Revert last two changes -- bootstrapping works with
4382 regenerated loaddefs.
4383
4384 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4385
4386 * isearch.el (isearch-forward): Doc fix.
4387
4388 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4389 of font-lock-defaults to backward-paragraph.
4390
4391 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4392
4393 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4394 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4395
4396 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4397
4398 * ebnf2ps.el: Eliminate time-stamp functions.
4399 (ebnf-version): New version (3.5).
4400 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4401 format-time-string.
4402
4403 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4404
4405 * simple.el (next-line): Goto end-of-line before inserting a newline.
4406
4407 2001-02-05 Miles Bader <miles@gnu.org>
4408
4409 * image-file.el (insert-image-file): When visiting an image, also
4410 set `truncate-lines' to t so that any fringe arrow looks correct.
4411
4412 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4413
4414 * isearch.el (isearch-forward): Add description about input method
4415 in the docsting.
4416
4417 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4420
4421 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4422
4423 * info.el (info-initialize): If installation-directory is nil, for
4424 DOS/Windows systems try looking in a sibling of invocation-directory.
4425
4426 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4427
4428 * wid-edit.el (widget-button-click): Fix last change.
4429
4430 * frame.el (frame-notice-user-settings): When resizing the initial
4431 frame because the tool bar is off, also change the frame's top
4432 position if a negative top position was specified.
4433
4434 2001-02-02 Miles Bader <miles@gnu.org>
4435
4436 * image-file.el (insert-image-file): When visiting an image,
4437 suppress the cursor in the image buffer.
4438
4439 2001-02-01 Dave Love <fx@gnu.org>
4440
4441 * progmodes/f90.el (f90-mode): Remove startup message.
4442
4443 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4444
4445 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4446
4447 * startup.el (command-line): Fix code determining whether or not
4448 to use delete-key-deletes-forward-mode.
4449
4450 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4451
4452 * vc.el (vc-diff-switches): New user option.
4453 (vc-version-diff): Use it.
4454 (vc-diff-switches-list): New macro.
4455
4456 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4457 New customization options.
4458 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4459
4460 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4461
4462 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4463
4464 * msb.el (toplevel): Quote hook symbols.
4465
4466 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4467
4468 * international/mule.el (make-coding-system): Add description
4469 about recognized properties in the docstring.
4470
4471 * international/mule-conf.el: Remove unused charsets
4472 mac-roman-lower and mac-roman-upper.
4473
4474 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4475
4476 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4477 is in front of the left-margin, if any.
4478
4479 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4480 like `delete'.
4481
4482 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4483
4484 * term/w32-win.el (mouse-set-font): Doc fix.
4485
4486 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4487
4488 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4489 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4490 on already.
4491
4492 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4493
4494 * files.el (save-buffer): Don't give message if (buffer-file-name)
4495 returns nil.
4496
4497 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4498
4499 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4500
4501 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4502 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4503
4504 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4505 display problems.
4506
4507 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4508
4509 * international/mule.el (charset-info): Fix docstring.
4510
4511 * international/mule-diag.el (describe-character-set): Check final
4512 char valid before printing it.
4513
4514 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4515
4516 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4517
4518 * frame.el (frame-notice-user-settings): Do the tool-bar
4519 stuff only for graphical displays. Fix a braino.
4520
4521 * frame.el (frame-initialize): Create initial frame visible.
4522 (frame-notice-user-settings): When tool-bar has been switched off,
4523 correct the frame size and sync tool-bar-mode.
4524
4525 * startup.el (command-line): Remove manipulation of frame
4526 height for tool bars.
4527
4528 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4529
4530 * lpr.el: Compatibility with XEmacs and doc fixes.
4531 (lpr-windows-system, lpr-lp-system): New vars.
4532 (lpr-printer-switch): New defcustom.
4533 (printer-name, lpr-command): Customization fix.
4534 (print-region-1): Code fix.
4535 (print-region-new-buffer, printify-region): Indentation fix.
4536 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4537 New functions.
4538
4539 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4540
4541 * msb.el (toplevel): Fix the eval-after-load.
4542
4543 2001-01-29 Dave Love <fx@gnu.org>
4544
4545 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4546
4547 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4548
4549 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4550 (tcl-using-emacs-19-23): Consider Emacs 21+.
4551 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4552 (tcl-add-emacs-menu): Supply menu name.
4553 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4554
4555 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4556
4557 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4558
4559 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * pcvs.el (cvs-mark-fis-dead): New function.
4562 (cvs-mode-add): Use it.
4563 (cvs-mode-add-change-log-entry-other-window):
4564 Rebind change-log-default-name to itself rather than to nil.
4565
4566 2001-01-29 Sam Steingold <sds@gnu.org>
4567
4568 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4569 `autoload' statements.
4570
4571 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4572
4573 * files.el (confirm-kill-emacs): Doc fix.
4574
4575 * frame.el (frame-initialize): Doc fix.
4576
4577 * time-stamp.el (time-stamp-string): Doc fix.
4578
4579 * woman.el (WoMan-log-1): Make the log buffer writable.
4580 From Markus Rost <rost@math.ohio-state.edu>.
4581
4582 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4583
4584 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4585 the `make-variable-buffer-local'.
4586
4587 2001-01-29 Dave Love <fx@gnu.org>
4588
4589 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4590 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4591 Add autoload cookie.
4592 (ansi-color-apply-sequence): Fix typo.
4593
4594 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4595
4596 * menu-bar.el (menu-bar-files-menu): Add menu items for
4597 Postscript printing in black and white.
4598
4599 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4600 X-Mailman-Version, Precedence, List-Help, List-Post,
4601 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4602 Content-Type, Content-Length.
4603
4604 2001-01-29 Dave Love <fx@gnu.org>
4605
4606 * elide-head.el (elide-head): Make overlay evaporate.
4607
4608 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4609
4610 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4611
4612 * isearch.el (isearch-highlight): Don't punt if the display
4613 doesn't support colors, since isearch faces are defined for
4614 monochrome displays as well.
4615
4616 2001-01-27 Sam Steingold <sds@gnu.org>
4617
4618 * shell.el (shell-write-history-on-exit): Make sure that we are in
4619 the shell buffer (M-x tex-file RET inserted the error message into
4620 the TeX buffer).
4621
4622 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4623
4624 * simple.el (transient-mark-mode): Doc fix.
4625
4626 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4627
4628 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4629
4630 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4631
4632 * shell.el (shell-unquote-argument): If the shell is one of the
4633 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4634 quote character.
4635 (shell-dumb-shell-regexp): Document that the shells which match
4636 this regexp are supposed to not treat a backslash as a quote character.
4637
4638 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4639 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4640
4641 2001-01-27 Richard M. Stallman <rms@gnu.org>
4642
4643 * dabbrev.el (dabbrev--substitute-expansion):
4644 Treat a one-capital-letter abbrev as "not all upper case",
4645 so as to force preservation of the expansion's pattern
4646 if the expansion starts with a capital letter.
4647
4648 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4649
4650 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4651 Doc fix.
4652
4653 * simple.el (transient-mark-mode): Document the fact that many
4654 commands act on the region when mark is active.
4655
4656 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4657
4658 * international/quail.el (quail-setup-completion-buf): Make the
4659 multibyteness of current buffer inherited to Quail completion buffer.
4660 (quail-show-guidance-buf): Make the multibyteness of current
4661 buffer inherited to Quail guidance buffer.
4662 (quail-help): Make the multibyteness of current buffer inherited
4663 to Quail help buffer.
4664
4665 2001-01-26 Dave Love <fx@gnu.org>
4666
4667 * time-stamp.el: Doc fixes.
4668
4669 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4670 (delphi-keyword-face, delphi-other-face): Fix :type.
4671
4672 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4673
4674 * mail/feedmail.el (feedmail): Add :link.
4675 (feedmail-send-it): Doc fix.
4676
4677 * mail/sendmail.el: Doc fixes.
4678 (sendmail-send-it): Fix the non-ASCII regexp and use
4679 rfc2047-encode-string.
4680
4681 * dired.el, dired-aux.el: Revert last change.
4682
4683 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4684
4685 * makefile.w32-in (DONTCOMPILE): Add various term files.
4686
4687 2001-01-26 Dave Love <fx@gnu.org>
4688
4689 * Makefile.in (DONTCOMPILE): Add various term files.
4690
4691 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4692
4693 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4694
4695 * startup.el (display-startup-echo-area-message): Make sure
4696 the echo area is resized to fit the size of the startup message.
4697
4698 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4699 part of which is a constant.
4700
4701 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4702
4703 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4704
4705 2001-01-26 Richard M. Stallman <rms@gnu.org>
4706
4707 * simple.el (next-line): Don't let `newline' expand abbrevs.
4708 Simplify slightly.
4709 (open-line): Don't let `newline' expand abbrevs.
4710
4711 2001-01-25 John Wiegley <johnw@gnu.org>
4712
4713 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4714 to `repeat' in the :type field.
4715
4716 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4717 allow a choice of regexp or nil.
4718 (pcomplete-dir-ignore): Same.
4719
4720 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4721 a command) to always fail.
4722
4723 2001-01-25 Gerd Moellmann <gerd@gnu.org>
4724
4725 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4726 discard the result.
4727 (iswitchb-to-end): Likewise.
4728
4729 2001-01-25 Sam Steingold <sds@gnu.org>
4730
4731 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4732 Require vc.
4733
4734 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4735
4736 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4737
4738 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4739
4740 2001-01-25 Dave Love <fx@gnu.org>
4741
4742 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4743 (describe-coding-system): Tweak the English text.
4744
4745 * loadup.el: Preload international/ccl for utf-8.
4746
4747 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4748
4749 * mail/rmail.el (rmail-redecode-body): Doc fix.
4750
4751 2001-01-25 Kenichi Handa <handa@etl.go.jp>
4752
4753 * international/mule-cmds.el (reset-language-environment):
4754 Reset coding-category-utf-8 to mule-utf-8.
4755
4756 * international/mule-conf.el (coding-category-utf-8):
4757 Initialize to mule-utf-8.
4758
4759 * loadup.el: Preload international/utf-8.
4760
4761 * international/utf-8.el: New file.
4762
4763 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4764
4765 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4766
4767 2001-01-24 Sam Steingold <sds@gnu.org>
4768
4769 * dired.el (dired-replace-in-string): Removed.
4770 (dired-sort-toggle): Use `replace-regexps-in-string'
4771 instead of `dired-replace-in-string'.
4772
4773 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4774 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4775
4776 * gs.el (gs-replace-in-string): Removed.
4777 (gs-options): Use `replace-regexps-in-string'
4778 instead of `gs-replace-in-string'.
4779
4780 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4781
4782 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4783 bug report is mailed to an email list and posted to a news group.
4784
4785 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4786
4787 * comint.el (comint-replace-by-expanded-history-before-point):
4788 Fix change of 2000-08-03 to move point to the start of the line again.
4789
4790 * startup.el (tool-bar-images-pixel-height): New variable.
4791 (command-line): After loading the user's init file, when
4792 tool-bar-mode is on, increase the frame's size by some lines for
4793 the tool-bar.
4794
4795 * frame.el (frame-initialize): Create the initial frame invisible.
4796
4797 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4798
4799 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4800 (chinese-big5): MIME:Big5.
4801
4802 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4803
4804 * international/mule-cmds.el (universal-coding-system-argument):
4805 Handle commands with prefix args.
4806
4807 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4808
4809 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4810 being a list of numbers.
4811 (diary-mail-entries): Rewritten.
4812
4813 2001-01-23 Dave Love <fx@gnu.org>
4814
4815 * international/mule.el (make-coding-system): Fix typo.
4816
4817 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4818 Add backward-paragraph as font-lock-beginning-of-syntax-function.
4819
4820 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4821
4822 * font-lock.el (font-lock-mode): Doc fix.
4823
4824 2001-01-23 Kenichi Handa <handa@etl.go.jp>
4825
4826 * international/mule.el (make-translation-table): Fix docstring.
4827
4828 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4829
4830 * mail/rmail.el (rmail-redecode-body): New function.
4831
4832 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4833
4834 2001-01-22 Gerd Moellmann <gerd@gnu.org>
4835
4836 * isearch.el (isearch-lazy-highlight-case-fold-search)
4837 (isearch-lazy-highlight-regexp): New variables.
4838 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4839 case-fold search or regexp search has been toggled.
4840
4841 * wid-edit.el (widget-button-click): Avoid a save-excursion
4842 around running a global binding.
4843
4844 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4845 to 0.25.
4846
4847 2001-01-20 Miles Bader <miles@gnu.org>
4848
4849 * cus-edit.el (custom-face-save): Do post-processing on the face's
4850 new value like `custom-face-set' does.
4851
4852 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4853
4854 * mail/emacsbug.el (report-emacs-bug): Report the value of
4855 LC_CTYPE, not LC_TYPE.
4856
4857 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4858 isearch-toggle-regexp and isearch-edit-string to doc string.
4859
4860 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4861
4862 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4863 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4864
4865 * jit-lock.el (jit-lock-fontify-now): Don't bind
4866 font-lock-beginning-of-syntax-function to nil.
4867
4868 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4869
4870 * mail/emacsbug.el (report-emacs-bug): Report values of
4871 locale-coding-system, default-enable-multibyte-characters, and the
4872 environment variables LC_ALL, LC_TYPE, and LANG.
4873
4874 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4875
4876 * font-lock.el (font-lock-default-fontify-region): Fix last change.
4877
4878 * font-lock.el (font-lock-multiline): Default to nil.
4879 (font-lock-default-fontify-region): If font-lock-multiline is
4880 nil, don't check the property `font-lock-multiline'.
4881
4882 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4883 is nil, don't check the `font-lock-multiline' text property.
4884
4885 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4886
4887 * viper.el: Call initial-major-mode on startup.
4888
4889 * ediff.el (ediff-patch-file): Use better defaults.
4890
4891 * ediff-vers.el: Fix for 8+3 DOS file systems.
4892
4893 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
4894
4895 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4896 diff mode, if available.
4897
4898 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4899
4900 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4901
4902 * ediff-init.el (subst-char-in-string): Define and use it, unless
4903 it's already defined.
4904
4905 2001-01-18 Gerd Moellmann <gerd@gnu.org>
4906
4907 * tooltip.el (tooltip-hide-delay): New user-option.
4908 (tooltip-show): Use tooltip-hide-delay instead of the default.
4909
4910 2001-01-18 Kenichi Handa <handa@etl.go.jp>
4911
4912 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4913 kill-local-variable doesn't work for enable-multibyte-characters.
4914
4915 2001-01-17 Dave Love <fx@gnu.org>
4916
4917 * ediff-init.el (ediff-before-setup-hook)
4918 (ediff-merge-filename-prefix): Add :version.
4919
4920 * international/latin1-disp.el: Require disp-table.
4921 (latin1-display): Fix :set.
4922
4923 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4924
4925 2001-01-17 Gerd Moellmann <gerd@gnu.org>
4926
4927 * isearch.el (isearch-lazy-highlight-initial-delay)
4928 (isearch-lazy-highlight-interval): Default to 0.
4929
4930 2001-01-17 Bob Glickstein <bobg@zanshin.com>
4931
4932 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4933 1 here rather than each time through
4934 isearch-lazy-highlight-new-loop.
4935 (isearch-lazy-highlight-max): Variable deleted.
4936 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4937 isearch-lazy-highlight-max but controls a single invocation of
4938 isearch-lazy-highlight-update.
4939 (isearch-lazy-highlight-wrapped): Variable recreated.
4940 (isearch-lazy-highlight-window-start): New variable.
4941 (isearch-lazy-highlight-cleanup): Restored to behavior of
4942 before 2-Jan.
4943 (isearch-lazy-highlight-remove-overlays): Function deleted;
4944 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4945 behavior removed.
4946 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4947 isearch-lazy-highlight-update in a loop rather than just once.
4948 Test isearch-invalid-regexp here and decide not to start a new
4949 loop, rather than testing it each time through
4950 isearch-lazy-highlight-update.
4951 (isearch-lazy-highlight-search): Function restored.
4952 (isearch-lazy-highlight-update): Get called in a timer loop again,
4953 but this time highlight more than one match each time through.
4954 Only highlight matches in the visible part of the window.
4955 Start at point, move in the direction of the search, and wrap around at
4956 the edge of the window. Use sit-for to force redisplay and ensure
4957 window-start is credible. "Face suppressing" behavior removed;
4958 overlay priorities should make it unnecessary, right?
4959 (isearch-highlight): Face suppressing behavior removed.
4960 (isearch-dehighlight): Face suppressing behavior removed.
4961 (isearch-set-lazy-highlight-faces-at): Removed.
4962
4963 2001-01-17 Kenichi Handa <handa@etl.go.jp>
4964
4965 * language/european.el ("Latin-1"): Make the format of description
4966 about additional language environments same as that of Latin-2.
4967
4968 2001-01-16 Dave Love <fx@gnu.org>
4969
4970 * isearch.el (isearch-lazy-highlight): Add :version.
4971
4972 * simple.el (backward-delete-char-untabify-method)
4973 (next-line-add-newlines): Add :version.
4974
4975 2001-01-16 Gerd Moellmann <gerd@gnu.org>
4976
4977 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4978 Don't bind <delete> otherwise.
4979
4980 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4981 and <delete> via function-key-map.
4982
4983 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4984 Subject line only if point is after the `Subject:'.
4985
4986 2001-01-16 Kenichi Handa <handa@etl.go.jp>
4987
4988 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4989 japanese-jisx0213-2 in `charset' property of this lang. env.
4990
4991 * language/european.el ("Latin-1"): Add description for Dutch and
4992 Spanish lang. env.
4993
4994 * international/mule.el (decode-char): Fix conditions.
4995 (encode-char): Handle eight-bit-control too.
4996 (transform-make-coding-system-args): New function.
4997 (make-coding-system): Accept XEmacs style arguments for CCL base
4998 coding system.
4999
5000 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5001
5002 * progmodes/etags.el (find-tag-noselect): Save the value of
5003 tags-file-name before switching buffers, for the case it has a
5004 buffer-local value.
5005
5006 2001-01-15 Alex Schroeder <alex@gnu.org>
5007
5008 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5009 From Dave Love <fx@gnu.org>.
5010 (ansi-color-for-comint-mode): Fix :version.
5011
5012 2001-01-15 Alex Schroeder <alex@gnu.org>
5013
5014 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5015
5016 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5017
5018 * dired.el (dired-insert-directory): If file-system-info fails,
5019 remove the " free " part, but don't signal an error.
5020
5021 2001-01-12 Sam Steingold <sds@gnu.org>
5022
5023 * bookmark.el (bookmark-maybe-historicize-string):
5024 Use new backquote syntax.
5025
5026 2001-01-12 Richard M. Stallman <rms@gnu.org>
5027
5028 * subr.el (last): Handle a list that doesn't end in nil.
5029
5030 2001-01-12 Sam Steingold <sds@gnu.org>
5031
5032 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5033 to `backward-delete-char-untabify'.
5034
5035 2001-01-12 Dave Love <fx@gnu.org>
5036
5037 * cus-edit.el (customize-menu-create): Fix the :filter following
5038 easymenu change.
5039
5040 * wid-edit.el (function): Add :match-alternatives.
5041 (widget-color-action): Doc fix.
5042
5043 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5044
5045 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5046
5047 2001-01-12 Kenichi Handa <handa@etl.go.jp>
5048
5049 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5050
5051 * international/ccl.el (define-ccl-program): Fix docstring.
5052
5053 2001-01-11 Dave Love <fx@gnu.org>
5054
5055 * international/mule-cmds.el (standard-display-european-internal):
5056 Set display table for 2208 as for 160.
5057
5058 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5059
5060 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5061 entry for custom-menu-create change.
5062 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5063 don't cons it in the search loop.
5064
5065 * imenu.el (imenu--truncate-items): Revert last change.
5066
5067 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5068
5069 * info.el (Info-setup-header-line): If the node header includes
5070 either Next: or Prev: links, don't show the File: and Node: parts
5071 in the header line.
5072
5073 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5074
5075 * comint.el (comint-goto-process-mark): Don't print a message
5076 when running in batch mode.
5077
5078 * isearch.el (isearch-search): In the condition-case handler for
5079 `error', set isearch-invalid-regexp to the whole error message.
5080
5081 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5082 ensure that eval-after-load works for files dumped with Emacs.
5083
5084 * help.el (load-symbol-file-load-history): New function extracted
5085 from function symbol-file.
5086 (symbol-file): Use it.
5087
5088 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5089
5090 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5091
5092 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5093 behave as if there were no prefix argument.
5094 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5095 argument were nil.
5096
5097 2001-01-11 Richard M. Stallman <rms@gnu.org>
5098
5099 * isearch.el (isearch-lazy-highlight-update):
5100 Don't look for more potential matches once maximum is exceeded.
5101 Use overlays-in to check correctly for overlap with current match.
5102 Ignore empty matches.
5103
5104 2001-01-11 Miles Bader <miles@gnu.org>
5105
5106 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5107 (ispell-overlay-window, ispell-help, ispell-show-choices)
5108 (ispell-command-loop): Use it instead of `window-height'.
5109
5110 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5111
5112 * files.el (confirm-kill-emacs): New user-option.
5113 (save-buffers-kill-emacs): Ask for final confirmation before
5114 killing Emacs.
5115
5116 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5117 to nil.
5118
5119 2001-01-10 Dave Love <fx@gnu.org>
5120
5121 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5122
5123 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5124
5125 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5126
5127 * calculator.el (calculator-number-digits): Fix :type.
5128
5129 * vc-cvs.el (vc-cvs-header): Fix :type.
5130 * vc-rcs.el (vc-rcs-header): Fix :type.
5131 * vc-sccs.el (vc-sccs-header): Fix :type.
5132
5133 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5134
5135 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5136
5137 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5138
5139 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5140
5141 * simple.el (set-variable): Force a thorough redisplay for the
5142 case that the variable has an effect on the display, like
5143 `tab-width' has.
5144
5145 2001-01-10 Andre Spiegel <spiegel@gnu.org>
5146
5147 * vc.el: Add documentation for backend interface.
5148
5149 2001-01-10 Kenichi Handa <handa@etl.go.jp>
5150
5151 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5152
5153 * international/mule-conf.el (latin-extra-code-table): Set to t
5154 for \223 and \224.
5155
5156 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5157
5158 * international/mule-cmds.el (locale-language-names): Map "es" to
5159 "Spanish" and "nl" to "Dutch".
5160
5161 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5162
5163 * bindings.el (global-map): Bind <home> to beginning-of-line,
5164 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5165 C-<end> to end-of-buffer.
5166
5167 * language/european.el: Add Dutch and Spanish language info
5168 to be able to use the appropriate tutorials.
5169
5170 2001-01-09 Alex Schroeder <alex@gnu.org>
5171
5172 * ansi-color.el (ansi-color-process-output): Use markers instead
5173 of positions for start and end of region.
5174 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5175 Previously, occasional mistakes happend when fontifying many
5176 chunks of output (eg. ls --color=yes /dev). This happened
5177 whenever an overlay was created up to the end of the region, which
5178 coincided with the process-mark. New text would then be added
5179 within that overlay instead of after it.
5180 (ansi-color-make-extent): Overlays are created with the property
5181 `modification-hooks' set to '(ansi-color-freeze-overlay).
5182 (ansi-color-freeze-overlay): New function. When inserting text at
5183 the end of the overlay, the overlay will resize.
5184
5185 2000-01-09 Alex Schroeder <alex@gnu.org>
5186
5187 * ansi-color.el (ansi-color-process-output): Doc change.
5188 (ansi-color-unfontify-region): Doc change. No longer installed
5189 automatically in font-lock-unfontify-region-function.
5190 (ansi-color-apply): Doc change.
5191 (ansi-color-apply-on-region): Use extents or overlays instead of
5192 text-properties.
5193 (ansi-color-make-extent): New function.
5194 (ansi-color-set-extent-face): New function.
5195
5196 2000-01-09 Alex Schroeder <alex@gnu.org>
5197
5198 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5199 both use ansi-color-process-output, now.
5200 (ansi-color-process-output): Doesn't return string anymore. It is
5201 installed in comint-output-filter-functions for both Emacs and
5202 XEmacs, now.
5203 (ansi-color-unfontify-region): Simplified code removing variables
5204 pos and start-ansi.
5205 (ansi-color-apply): Put text-property ansi-color before putting
5206 text-property face because ansi-color-unfontify-region is called
5207 immediately after the call to put-text-property.
5208 (ansi-color-context-region): Doc change.
5209 (ansi-color-filter-region): Simplified code.
5210 (ansi-color-apply-on-region): Changed start to start-marker, using
5211 a marker explicitly. Put text-property ansi-color before putting
5212 text-property face because ansi-color-unfontify-region is called
5213 immediately after the call to put-text-property.
5214
5215 2000-01-09 Alex Schroeder <alex@gnu.org>
5216
5217 * ansi-color.el (ansi-color-faces-vector): Doc change.
5218 (ansi-color-for-comint-mode): Changed :type property to choice.
5219 (ansi-color-last-context): Removed.
5220 (ansi-color-process-output): Don't use ansi-color-last-context, as
5221 the main functions will store their context now.
5222 (ansi-color-context): Doc change.
5223 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5224 Uses ansi-color-context such that repeated calls will strip
5225 partial escape sequences, too.
5226 (ansi-color-apply): Simplified code. Colorize end of string if
5227 face is not null. Store context in new (FACE STRING) format, such
5228 that repeated calls will strip partial escape sequences, too.
5229 Append faces to face property using ansi-color-apply-sequence such
5230 that cumulative mode actually works.
5231 (ansi-color-context-region): New variable.
5232 (ansi-color-filter-region): Rewrote it based on
5233 ansi-color-apply-on-region. Uses ansi-color-context-region such
5234 that repeated calls will strip partial escape sequences, too.
5235 (ansi-color-apply-on-region): Simplified code. Colorize end of
5236 region if face is not null. Store context in new (FACE POS)
5237 format, such that repeated calls will strip partial escape
5238 sequences, too. Append faces to face property using
5239 ansi-color-apply-sequence such that cumulative mode actually works.
5240 (ansi-color-apply-sequence): New function.
5241 (ansi-color-get-face): When the default face is added to the list
5242 of faces, all previous settings are discarded and the list of
5243 faces is set to '(default).
5244
5245 2000-01-09 Alex Schroeder <alex@gnu.org>
5246
5247 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5248 face, such that ansi-color-apply and ansi-color-apply-on-region
5249 will do the right thing.
5250 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5251 returns nil, set the list of faces back to nil instead of
5252 appending the result of ansi-color-get-face to the front of the list.
5253
5254 2000-01-09 Alex Schroeder <alex@gnu.org>
5255
5256 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5257 (ansi-color-process): Doc change.
5258 (ansi-color-last-context): New buffer-local variable.
5259 (ansi-color-process-output): New function. It is automatically
5260 added to comint-output-filter-functions if this is XEmacs.
5261 (ansi-color-unfontify-region): New optional parameter for XEmacs
5262 compatibility. Check wether font-lock-syntactic-keywords is
5263 boundp before removing the syntax table text property, as XEmacs
5264 doesn't have it.
5265 (ansi-color-filter-region): Doc change.
5266 (ansi-color-apply-on-region): Doc change.
5267 (ansi-color-make-face): New function. Compatibility layer for
5268 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5269 (ansi-color-make-color-map): Use ansi-color-make-face.
5270 (ansi-color-get-face): Avoid face text property '(nil) as results
5271 in an errow for XEmacs.
5272
5273 2000-01-09 Alex Schroeder <alex@gnu.org>
5274
5275 * ansi-color.el (ansi-color-unfontify-region): New function.
5276 Uses text-property ansi-color in order to preserve fontification by
5277 ansi-color. When the package is loaded, a lambda expression is
5278 put onto font-lock-mode-hook. This lambda expression will check
5279 font-lock-unfontify-region-function and replace
5280 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5281 (ansi-color-apply): Add text-property ansi-color in addition to
5282 text-property face.
5283 (ansi-color-apply-on-region): Add text-property ansi-color in
5284 addition to text-property face.
5285 (save-buffer-state): Copy of the macro that is also used by
5286 lazy-lock and font-lock.
5287
5288 (ansi-color-for-comint-mode): New option.
5289 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5290 (ansi-color-for-comint-mode-off): Ditto.
5291 (ansi-color-for-comint-mode-filter): Ditto.
5292 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5293 decide what to do. This function is added to
5294 comint-preoutput-filter-functions when the package is loaded.
5295
5296 (ansi-color-for-shell-mode-set): Removed.
5297 (ansi-color-for-shell-mode): Removed.
5298
5299 2000-01-09 Alex Schroeder <alex@gnu.org>
5300
5301 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5302 the lambda expression from the ansi-color-for-shell-mode :set
5303 property. Additionally, modify shell-mode-hook to enable or
5304 disable font-lock-mode for future shell buffers.
5305 (ansi-color-for-shell-mode): The :set property calls
5306 ansi-color-for-shell-mode-set instead of a lambda expression.
5307
5308 2000-01-09 Alex Schroeder <alex@gnu.org>
5309
5310 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5311 (ansi-color-context): New variable.
5312 (ansi-color-apply): Save context between calls.
5313
5314 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5315
5316 * isearch.el (isearch, isearch-lazy-highlight-face):
5317 New definitions for face colors and attributes.
5318
5319 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5320 of display-mouse-p.
5321
5322 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5323
5324 * international/mule.el (make-coding-system): If the coding system
5325 accepts extra latin codes, register such codes as safe for the
5326 coding system.
5327
5328 2001-01-08 Richard M. Stallman <rms@gnu.org>
5329
5330 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5331 don't mention the file name or the date here, because they are
5332 logged at the start of the file.
5333
5334 2001-01-08 Richard M. Stallman <rms@gnu.org>
5335
5336 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5337 Change screen-width to frame-width.
5338
5339 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5340
5341 * info.el (Info-search): Print the default as part of the prompt.
5342
5343 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5344
5345 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5346 constant implementations in backends.
5347
5348 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5349 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5350
5351 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5352 WRITABLE to EDITABLE.
5353
5354 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5355 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5356 to EDITABLE.
5357
5358 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5359
5360 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5361 (copyright, copyright-update): Compute the current year at run time.
5362
5363 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5364
5365 * isearch.el (isearch-old-signal-hook): Removed.
5366 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5367 instead of setting signal-hook-function.
5368 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5369
5370 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5371
5372 * emulation/edt.el: Update to version 4.0. Provide support for
5373 EDT scroll margins at top and bottom of the window. Provide an
5374 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5375 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5376 user when file-related buffer modifications exist.
5377 Provide support for running EDT Emulation in XEmacs.
5378 Provide customize access to some user updatable variables.
5379 Add Commentary section to file header.
5380 Fixed a few minor bugs and cleaned up some code.
5381
5382 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5383 for detecting a keypress that generates an ASCII key sequence.
5384 (Previously, only a keypress that generates a vector was
5385 recognized.) Embed Window Manager name into name of the generated
5386 EDT Emulation initialization file since the initialization file is
5387 Window Manager specific. Add Commentary section to file header.
5388
5389 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5390
5391 * mail/sendmail.el (mail-mode): Doc fix.
5392
5393 * info.el (Info-goto-emacs-command-node): Doc fix.
5394 (Info-goto-emacs-key-command-node): Doc fix.
5395
5396 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5397
5398 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5399 systems without long file-name support.
5400
5401 2001-01-06 Andrew Innes <andrewi@gnu.org>
5402
5403 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5404
5405 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5406
5407 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5408 (isearch-lazy-highlight-update): Doc fix.
5409
5410 * ffap.el (ffap-bindings): Doc fix.
5411
5412 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5413
5414 2001-01-05 Dave Love <fx@gnu.org>
5415
5416 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5417
5418 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5419
5420 * mouse-drag.el (mouse-drag-safe-scroll):
5421 Bind scroll-preserve-screen-position to nil.
5422
5423 * isearch.el (isearch-old-signal-hook): New variable.
5424 (isearch-mode): Set signal-hook-function to isearch-done.
5425 (isearch-done): Restore old signal-hook-function.
5426
5427 * info.el (Info-fontify-node): Mark one more char as intangible.
5428
5429 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5430
5431 * composite.el (compose-last-chars): New argument COMPONENTS.
5432 If it is non-nil, compose preceding characters by compose-region with
5433 COMPONENTS.
5434
5435 * international/quail.el (quail-input-string-to-events): New function.
5436 (quail-input-method): Convert input string to events here.
5437 (quail-start-translation): Return input string, not event list.
5438 (quail-start-conversion): Likewise.
5439
5440 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5441
5442 * tooltip.el (tooltip-cancel-delayed-tip)
5443 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5444 and tooltip-add-timeout.
5445 (tooltip-show): Set border color from faces's foreground.
5446 (tooltip-show-help-function): If called with the same help string
5447 as last time, do nothing.
5448 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5449
5450 * startup.el (fancy-splash-screens): Don't bind show-help-function
5451 to nil.
5452
5453 * tooltip.el (tooltip-frame-parameters): Remove colors.
5454 (tooltip): New face
5455 (tooltip-set-param): New function.
5456 (tooltip-show): Set up color frame parameters from face `tooltip'.
5457 Display the tooltip text in face `tooltip'.
5458
5459 2001-01-04 Dave Love <fx@gnu.org>
5460
5461 * whitespace.el (whitespace-global-mode): Fix typo.
5462
5463 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5464
5465 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5466
5467 * help.el (help-for-help): Fix a typo in a doc string.
5468 From kwzh@gnu.org (Karl Heuer).
5469
5470 2001-01-03 Dave Love <fx@gnu.org>
5471
5472 * dired-x.el: Doc fixes. Maintainer change.
5473 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5474 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5475 (dired-guess-shell-alist-user): Customize.
5476 (dired-x-help-address): Set to bug-gnu-emacs.
5477 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5478 (dired-default-directory): Renamed from default-directory.
5479
5480 * hl-line.el (hl-line): Doc fix.
5481
5482 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5483
5484 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5485
5486 2001-01-02 Richard M. Stallman <rms@gnu.org>
5487
5488 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5489 to remove all the current alternative-match highlighting.
5490 If nil, remove only what's outside the current window.
5491 (isearch-lazy-highlight-remove-overlays): Take optional
5492 region within which NOT to remove them.
5493 (isearch-lazy-highlight-new-loop): Greatly simplified.
5494 (isearch-lazy-highlight-update): Find all the other occurrences
5495 visible in the window, in just one call.
5496 (isearch-lazy-highlight-start): Now holds start of region to scan.
5497 (isearch-lazy-highlight-end): Now holds end of region to scan.
5498 (isearch-lazy-highlight-wrapped): Variable deleted.
5499 (isearch-lazy-highlight-search): Function deleted.
5500
5501 2000-01-02 Andrew Innes <andrewi@gnu.org>
5502
5503 * w32-fns.el (convert-standard-filename): Do length check on name
5504 before aref.
5505
5506 2001-01-02 Dave Love <fx@gnu.org>
5507
5508 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5509 value.
5510 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5511
5512 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5513
5514 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5515 read syntax.
5516
5517 * calendar/todo-mode.el (todo): Add :link, :version.
5518 (todo-save-top-priorities): Remove autoload cookie.
5519 (todo-add-category, todo-add-item-non-interactively)
5520 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5521
5522 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5523
5524 * comint.el (comint-input-history-ignore): New variable.
5525 (comint-read-input-ring): Ignore entries matching
5526 comint-input-history-ignore.
5527
5528 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5529
5530 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5531 (lm-copyright-mark): New function.
5532 (lm-crack-copyright): New function.
5533 (lm-verify): Check that the file has a copyright.
5534 Check that the file is copyright Free Software Foundation.
5535
5536 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5537
5538 * international/mule-diag.el (print-fontset): Indent font name by
5539 24 columns, not 25.
5540
5541 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5542
5543 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5544 in Subject line.
5545
5546 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5547 Use mail-mode-hook instead of mail-setup-hook.
5548 Otherwise continuing an interrupted message with C-u C-x m for
5549 instance, winds up in Mail mode without abbrevs.
5550
5551 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5552
5553 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5554 non-nil. Adding almost all customization variables on ps-setup.
5555 Doc fix.
5556 (ps-print-version): New version number (6.3.3).
5557 (ps-end-with-control-d): Initialization fix.
5558 (ps-lines-printed): New var.
5559 (ps-skip-newline): New fun.
5560 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5561 (ps-next-line, ps-continue-line, ps-plot-region)
5562 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5563
5564 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5565
5566 * international/fontset.el (x-complement-fontset-spec):
5567 Resolve ASCII font name so that the same family name is used for fonts
5568 registered in x-font-name-charset-alist.
5569 (create-fontset-from-fontset-spec): Adjusted for the above change.
5570 The name of fontset alias should be a unresolved ASCII font name.
5571
5572 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5573
5574 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5575 and delete in isearch-mode-map.
5576
5577 2000-12-28 Richard M. Stallman <rms@gnu.org>
5578
5579 * dired-x.el (dired-guess-shell-alist-default):
5580 Use xpdf instead of acroread.
5581
5582 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5583
5584 * textmodes/artist.el (artist-butlast): Deleted.
5585 (artist-ellipse-mirror-quadrant): Use butlast instead of
5586 artist-butlast.
5587
5588 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5589
5590 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5591
5592 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5593
5594 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5595
5596 * ls-lisp.el: Better support for the Mac and MS-Windows.
5597 (ls-lisp): New defgroup.
5598 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5599 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5600 (ls-lisp-support-shell-wildcards): New defcustoms.
5601 (ls-lisp-parse-symlink): New function.
5602 (insert-directory): Code to convert switches to a list and set up
5603 the wildcard argument copied from ls-lisp-insert-directory.
5604 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5605 for -C and -R switches.
5606 (ls-lisp-column-format): New function.
5607 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5608 (ls-lisp-format-time): Add doc strings.
5609 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5610 Support ls-lisp-dirs-first.
5611 (ls-lisp-classify, ls-lisp-extension): New functions.
5612 (ls-lisp-format): Optionally support emulation of symlinks.
5613 Support -i, -s, and -G switches.
5614
5615 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5616
5617 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5618
5619 * version.el (emacs-version): Print X scroll bar information.
5620
5621 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5622 instead of x-toolkit-scroll-bars-p.
5623
5624 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5625 of x-toolkit-scroll-bars-p.
5626
5627 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5628
5629 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5630 (ffap-bindings): Doc fix, to reflect the above change.
5631
5632 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5633
5634 * term.el (term-char-mode): Define all non-ascii self-inserting
5635 characters to 'term-send-raw in term-raw-map.
5636
5637 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5638
5639 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5640
5641 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5642 Changed initialization; use add-hook.
5643 (ediff-file-remote-p): Use file-local-copy.
5644
5645 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5646
5647 * ediff.el (ediff-patch-buffer): Bug fix.
5648 (ediff-revision): Allow selection of the file at the prompt.
5649
5650 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5651
5652 * subr.el (combine-run-hooks): Remove.
5653
5654 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5655 and remove the rogue second spec.
5656
5657 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5658
5659 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5660
5661 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5662
5663 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5664 Use minibuffer menu prompt for the `=' prefix.
5665 (smerge-command-prefix): Change default to C-^.
5666 (smerge-mode): Don't assume font-lock doesn't move point.
5667
5668 * skeleton.el (skeleton-internal-1): Make sure the first line of
5669 the region is also re-indented.
5670 (skeleton-end-newline): New var.
5671 (skeleton-end-hook): Use it.
5672
5673 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5674
5675 * comint.el (comint-password-prompt-regexp): Support CVS.
5676
5677 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5678
5679 * simple.el (delete-key-deletes-forward-mode): Simplify.
5680 Also backspace key combinations, depending on
5681 delete-key-deletes-forward.
5682
5683 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5684
5685 * simple.el (delete-key-deletes-forward): Doc fix.
5686
5687 2000-08-22 Emmanuel Briot <briot@gnat.com>
5688
5689 * xml.el (top level comment): Updated to reflect the fact that
5690 white spaces are relevant in the XML file.
5691 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5692 to parse was already edited. This allows for on-the-fly analysis
5693 of XML files.
5694 (xml-parse-tag): Check that the casing is the same in the start
5695 tag and end tag, since XML is case-sensitive. Allows for spaces
5696 in the end tag, after the name of the tag.
5697 (xml-parse-attlist): Allow for the character '-' in the name of
5698 attributes, as in the standard http-equiv attribute Do not save
5699 the properties in the XML tree, since they are not relevant.
5700
5701 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5702
5703 * generic.el (generic-read-type): Undo last change, inline into
5704 `generic-mode' and then remove.
5705 (generic-mode): Inline generic-read-type.
5706 (define-generic-mode): Push the symbol name rather than the symbol
5707 onto generic-mode-list.
5708
5709 2000-12-21 Gerd Moellmann <gerd@gnu.org>
5710
5711 * generic.el (generic-read-type): Build an alist for
5712 completing-read as in 20.7.
5713
5714 * play/landmark.el (lm): Use interactive spec `P'.
5715 (toplevel): Don't set debug-on-error.
5716
5717 * server.el (server-switch-buffer): Choose a window on a visible frame.
5718
5719 2000-12-21 Dave Pearson <davep@davep.org>
5720
5721 * quickurl.el: Commentry change, I've moved my web site.
5722
5723 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5724
5725 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5726 ranges like \177-\237, but accepts the character sequence from \177 to
5727 \237. Doc fix.
5728 (ebnf-version): New version (3.4).
5729 (ebnf-setup): Code fix.
5730 (ebnf-range-regexp): New fun.
5731 (ebnf-8-bit-chars): Const fix.
5732
5733 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5734 entry. Doc fix.
5735 (ebnf-bnf-lex): Code fix.
5736 (ebnf-bnf-comment-chars): Const fix.
5737
5738 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5739 entry. Doc fix.
5740 (ebnf-iso-comment-chars): Const fix.
5741
5742 * ebnf-otz.el: Doc fix.
5743
5744 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5745 entry. Doc fix.
5746 (ebnf-yac-skip-code): Code fix.
5747 (ebnf-yac-comment-chars): Const fix.
5748
5749 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5750
5751 * files.el (insert-directory-safely): New function.
5752 (recover-file): Use it instead of insert-directory.
5753 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5754
5755 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5756
5757 * international/mule-cmds.el (select-safe-coding-system):
5758 Check coding-category-list more rigidly. Improve help message.
5759
5760 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5761
5762 2000-12-21 Miles Bader <miles@gnu.org>
5763
5764 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5765
5766 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5767
5768 * international/mule-diag.el (describe-char-after): Make *Help*
5769 buffer inherit multibyteness of the current buffer.
5770
5771 * international/mule.el (make-char): Docstring adjusted for the
5772 change of make-char-internal.
5773
5774 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5775
5776 * international/iso-cvt.el: Docstrings fix.
5777
5778 2000-12-20 Dave Love <fx@gnu.org>
5779
5780 * subr.el (eval-after-load): Doc fix.
5781
5782 2000-12-20 Kenichi Handa <handa@etl.go.jp>
5783
5784 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5785 for numbers.
5786
5787 2000-12-20 Miles Bader <miles@gnu.org>
5788
5789 * international/quail.el (quail-help): Resize the help window
5790 again after it has all its contents. Remove unneeded progn.
5791
5792 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5793
5794 * pcmpl-linux.el: Fix copy/paste error.
5795
5796 2000-12-19 Andrew Innes <andrewi@gnu.org>
5797
5798 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5799
5800 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5801
5802 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5803
5804 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5805
5806 * progmodes/idlw-shell.el: Fixed copyright notice.
5807
5808 * progmodes/idlwave.el: Fixed copyright notice.
5809
5810 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5811 TAB as key separators.
5812
5813 2000-12-19 Alex Schroeder <alex@gnu.org>
5814
5815 * sql.el (sql-sybase-options): New option.
5816 (sql-sybase): Use it. Add sql-database to the list of parameters
5817 provided for login. The options -w 2048 -n are not used any more.
5818 (sql-postgres-options): Changed default from "--pset" to "-P".
5819 (sql-mysql-options): Doc change.
5820 (sql-stop): Doc change.
5821
5822 2000-12-19 Kenichi Handa <handa@etl.go.jp>
5823
5824 * international/quail.el (quail-input-method): Always hide
5825 the guidance buffer on exiting.
5826
5827 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5828
5829 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5830 isn't fboundp.
5831
5832 * server.el (server-buffer-done): Bury the buffer before
5833 killing it.
5834
5835 * faces.el (face-spec-set): Interpret a nil in specs for
5836 foreground and background colors as `unspecified', for
5837 compatibility with 20.x.
5838
5839 2000-12-18 Dave Love <fx@gnu.org>
5840
5841 * simple.el (mail-user-agent): Doc fix.
5842 (input-mode-8-bit): Removed.
5843
5844 * international/mule.el (set-keyboard-coding-system): Doc fix.
5845 (keyboard-coding-system): New option.
5846
5847 * mail/sendmail.el (send-mail-function): Customize.
5848
5849 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5850
5851 * international/codepage.el (cp866-decode-table): New table.
5852
5853 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5854
5855 * version.el (emacs-version): Remove `%a' from the time format
5856 because the weekday doesn't fit well into each locale.
5857
5858 2000-12-18 Miles Bader <miles@gnu.org>
5859
5860 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5861
5862 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5863 Check that emacs-major-version is `=' to 20, not `>='.
5864 (artist-replace-chars): Use `make-string' instead of a loop.
5865
5866 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5867
5868 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5869 (cvs-execute-single-file): Don't change directory.
5870 Patch from Per Cederqvist.
5871
5872 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5873
5874 * textmodes/ispell.el (check-ispell-version):
5875 If `ispell-program-name' is "aspell", pass it the -v switch instead
5876 of -vv.
5877
5878 2000-12-16 Kenichi Handa <handa@etl.go.jp>
5879
5880 * international/mule-diag.el (mule-diag): Insert information about
5881 configure options, multibyte awareness, language env.
5882
5883 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5884 regexp to search for candidates.
5885
5886 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5887
5888 * info.el (Info-forward-node): If the node has an
5889 Info-header-line, widen the buffer before searching for "next:"
5890 and "up:" pointers, and set the search limit to stay in the
5891 current node.
5892
5893 2000-12-16 Miles Bader <miles@gnu.org>
5894
5895 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5896
5897 2000-12-15 Miles Bader <miles@gnu.org>
5898
5899 * comint.el (comint-send-string, comint-send-region): Also accept
5900 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5901 process-send-string/region.
5902
5903 2000-12-15 Gerd Moellmann <gerd@gnu.org>
5904
5905 * isearch.el (isearch-lazy-highlight-max): New user-option.
5906 (isearch-lazy-highlight-update): Don't highlight more than
5907 isearch-lazy-highlight-max matches.
5908
5909 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5910
5911 2000-12-15 Richard M. Stallman <rms@gnu.org>
5912
5913 * sort.el (sort-columns): Fix error message.
5914
5915 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5916 `upcase' or `downcase' or nil.
5917 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5918 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5919 (dabbrev--substitute-expansion): New arg record-case-pattern.
5920 If it is non-nil, set dabbrev--last-case-pattern.
5921 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5922
5923 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5924
5925 2000-12-15 Miles Bader <miles@gnu.org>
5926
5927 * paths.el (Info-default-directory-list): Don't delete
5928 configure-info-directory from the list of standard info
5929 directories when appending it to the end -- their order is important.
5930
5931 * faces.el (read-face-attribute): If there's no entry for the
5932 user's input in VALID, just use it as-is (this will often result
5933 in an error, but it may be OK for e.g. colors using hexadecimal
5934 notation, and at least will yield a better error message).
5935
5936 * window.el (mode-line-window-height-fudge): Function removed.
5937 (height-affecting-face-attributes, mode-line-window-height-fudge):
5938 Variables removed.
5939 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5940 window is really the right size. Use vertical-motion
5941 rather than forward-line.
5942 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5943 (ispell-command-loop, ispell-show-choices): Use the variable
5944 ispell-choices-win-default-height, rather than the function.
5945 (ispell-choices-win-default-height): Function removed.
5946 (ispell-mode-line-window-height-fudge): Function removed.
5947
5948 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5949
5950 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5951
5952 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5953
5954 * paths.el (Info-default-directory-list):
5955 If configure-info-directory is not one of the standard directories,
5956 put it first in the list; otherwise put it last. Doc string
5957 changed accordingly.
5958
5959 * info.el (Info-directory-list): Change doc string to reflect the
5960 change in Info-default-directory-list.
5961
5962 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5963 windows-nt as windowed environments, even under -nw.
5964
5965 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5966 if not fboundp. Switch delete-forward mode for the <delete> key
5967 on all PC platforms, even under -nw.
5968
5969 * term/internal.el ([M-delete]): Remap to M-d.
5970
5971 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5972
5973 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5974
5975 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5978
5979 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5980
5981 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5982 if appropriate.
5983
5984 * simple.el (delete-key-deletes-forward): New user-option.
5985 (delete-key-deletes-forward-mode): New function.
5986
5987 * bindings.el: Bind `delete' to backward-delete-char.
5988
5989 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5990 Test if symbol is bound before getting its value.
5991
5992 * tooltip.el (tooltip-show): If an error is signaled in
5993 x-show-tip, display that error, and display the help in the
5994 echo area.
5995
5996 2000-12-14 Kenichi Handa <handa@etl.go.jp>
5997
5998 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5999 Show "... entries" messages for every 10000 entries, not 10.
6000
6001 2000-12-13 Karl Fogel <kfogel@red-bean.com>
6002
6003 * bookmark.el: Provide a generic exit hook, as suggested by
6004 Ovidiu Predescu <ovidiu@cup.hp.com>:
6005 (bookmark-exit-hook): New var.
6006 (bookmark-exit-hook-internal): New func, replaces
6007 old raw lambda form in `kill-emacs-hook', and runs new
6008 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6009 as logically that feature must have been provided if this function
6010 is running.
6011 Removed ;;;###autoload before the `add-hook' call.
6012
6013 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6014
6015 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6016 (easy-menu-current-active-maps): New function.
6017 (easy-menu-get-map): Use it.
6018 Make a proper menu entry when creating a new keymap.
6019
6020 2000-12-13 Kenichi Handa <handa@etl.go.jp>
6021
6022 * international/characters.el: Fix cases and syntaxes for
6023 mule-unicode-0100-24ff.
6024
6025 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6026 that a Japanese character is not appended after day and year.
6027
6028 * info.el (Info-suffix-list): Change format for a command that
6029 requires arguments.
6030 (info-insert-file-contents): Adjusted for the above change.
6031
6032 2000-12-12 Andreas Schwab <schwab@suse.de>
6033
6034 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6035 on the name of the tar buffer. Verify that the existing buffer is
6036 visiting the same subfile.
6037
6038 2000-12-12 Dave Love <fx@gnu.org>
6039
6040 * subdirs.el: Add obsolete.
6041
6042 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6043
6044 * mail/rmailsum.el (rmail-summary-expunge)
6045 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6046 instead of rmail-confirm-expunge.
6047
6048 * replace.el (perform-replace): Don't use an empty match adjacent
6049 to a non-empty match when computing the next match before the
6050 replacement is performed.
6051
6052 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
6053
6054 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6055 definition (patch by Stefan Monnier).
6056 (glasses-mode): Use jit-lock instead of `after-change-functions'
6057 (patch by Stefan Monnier).
6058
6059 2000-12-12 Miles Bader <miles@gnu.org>
6060
6061 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6062 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6063
6064 2000-12-12 Andrew Choi <akochoi@i-cable.com>
6065
6066 * term/mac-win.el: Remove load for ls-lisp.
6067
6068 * loadup.el: Load ls-lisp for system-type `macos'.
6069
6070 2000-12-12 Miles Bader <miles@gnu.org>
6071
6072 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6073 Respect field end too.
6074 (just-one-space): Respect fields as `delete-horizontal-space'.
6075 (newline-and-indent, reindent-then-newline-and-indent):
6076 Use `delete-horizontal-space'.
6077
6078 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6079
6080 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6081 (so as to obey the field property in the minibuffer).
6082
6083 * obsolete/c-mode.el: Moved from lisp/progmodes.
6084 * obsolete/auto-show.el: Moved from lisp.
6085 * obsolete/ooutline.el: Moved from lisp/textmodes.
6086
6087 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6088
6089 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
6090 changes to list them here.
6091
6092 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6093 Too many changes to list them here.
6094
6095 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6096 Too many changes to list them here.
6097
6098 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6099
6100 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6101
6102 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6103
6104 * cus-edit.el (custom-save-variables, custom-save-faces):
6105 Comment fix.
6106
6107 * hscroll.el: Moved to `obsolete' subdir.
6108
6109 2000-12-11 Miles Bader <miles@gnu.org>
6110
6111 * window.el (window-text-height): Function removed (now in C).
6112
6113 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6114
6115 * log-edit.el (log-edit-parent-buffer): New var.
6116 (log-edit): Set it. Add BUFFER argument.
6117 (log-edit-done): Use char-before.
6118 Don't bother checking validity of vc-comment-ring.
6119 Only bury the buffer if log-edit popped it up.
6120
6121 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6122 (cvs-mode-diff-help): Remove.
6123 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6124 (cvs-mode-marked): Set up the default for CMD manually.
6125
6126 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6127 Remove binding for ? now made unnecessary.
6128
6129 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6130
6131 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6132 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6133
6134 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6135 when master file is not open.
6136
6137 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6138
6139 * progmodes/ada-stmt.el: Update `maintainer'.
6140
6141 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
6142
6143 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6144 choices to match documentation string.
6145
6146 2000-12-09 Miles Bader <miles@gnu.org>
6147
6148 * minibuf-eldef.el: New file.
6149
6150 * window.el (fit-window-to-buffer): Don't pass last argument to
6151 pos-visible-in-window-p, now that its meaning is inverted.
6152
6153 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6154
6155 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6156 <ceder@lysator.liu.se>.
6157
6158 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6159
6160 * autoinsert.el (auto-insert-alist): Add missing final \n.
6161
6162 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6163 (cvs-menu-map): Remove.
6164 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6165 (cvs-mode-quit): Turn it back into a plain function.
6166
6167 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6168 (texinfo-filter): Remove (move to texinfo.el).
6169
6170 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6171 file where it's more visible.
6172 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6173 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6174 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6175 (texinfo-inside-macro-p): Only catch `scan-error's.
6176 (texinfo-inside-env-p): Make better use of the match info.
6177 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6178 (texinfo-insert-@end): Slight re-organization.
6179 Also remove useless `looking-at' call.
6180
6181 2000-12-08 Andrew Innes <andrewi@gnu.org>
6182
6183 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6184 accessible in -nw mode.
6185
6186 * term/w32-win.el: Remove stuff about selection timeout, which is
6187 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6188 it is accessible in -nw mode.
6189
6190 2000-12-08 Dave Love <fx@gnu.org>
6191
6192 * emacs-lisp/lisp-mode.el (lisp-mode):
6193 Set font-lock-keywords-case-fold-search.
6194
6195 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6196
6197 * textmodes/ispell.el (ispell): Doc fix.
6198
6199 2000-12-08 Kenichi Handa <handa@etl.go.jp>
6200
6201 * international/quail.el (quail-insert-decode-map): Check the
6202 frame width of a window displaying the current buffer, not that of
6203 the selected frame.
6204 (quail-help): Make sure that the help buffer has window before
6205 inserting text in it.
6206
6207 2000-12-07 Sam Steingold <sds@gnu.org>
6208
6209 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6210 Backquote is used in isearch.el, so autoloading saves nothing.
6211
6212 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6213
6214 * startup.el (normal-top-level-add-subdirs-to-load-path):
6215 Ignore the CVS and RCS subdirectories case-insensitively.
6216
6217 * dired.el (dired-insert-directory): If file-system-info is
6218 fboundp, call it instead of invoking dired-free-space-program.
6219
6220 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6221
6222 * server.el (server-visit-files): Push files on file-name-history.
6223
6224 * progmodes/cc-langs.el: Update copyright.
6225
6226 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6227
6228 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6229
6230 * bindings.el (mode-line-mode-menu): Reverse the order
6231 of define-keys so that the menu appears in alphabetical order.
6232
6233 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6234
6235 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6236 of the function.
6237
6238 2000-12-07 Dave Love <fx@gnu.org>
6239
6240 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6241
6242 * facemenu.el (facemenu-unlisted-faces): Fix value.
6243
6244 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6245
6246 * font-lock.el (font-lock-default-fontify-region):
6247 Include the terminating \n (off-by-one error).
6248 (font-lock-set-defaults): Use dolist.
6249
6250 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6251
6252 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6253
6254 * international/mule-cmds.el (describe-language-environment):
6255 Fix for the case that an input method title is not string but a list.
6256
6257 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6258 of wrong SIZE record.
6259
6260 2000-12-06 Dave Love <fx@gnu.org>
6261
6262 * newcomment.el (comment-region, comment-dwim): Doc fix.
6263
6264 * textmodes/texinfo.el: Require tex-mode when compiling.
6265 (texinfo-update-node): Doc fix.
6266 (texinfo-imenu-generic-expression): Add @anchor.
6267 (texinfo-font-lock-keywords): Add @uref.
6268 (texinfo-inside-macro-p): Don't use ignore-errors.
6269 (texinfo-insert-quote): Match more contexts.
6270
6271 * international/mule.el (decode-char, encode-char): Doc fix.
6272 (auto-coding-alist): Customize.
6273
6274 * files.el (load-file): Fix change of 2000-03-12.
6275
6276 * wid-edit.el (widget-text-keymap): Doc fix.
6277
6278 2000-12-06 Andrew Innes <andrewi@gnu.org>
6279
6280 * makefile.w32-in (lisp): Set to an absolute directory, namely
6281 $(CURDIR).
6282
6283 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6284
6285 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6286 read generated-autoload-file, and set buffer-file-coding-system to
6287 raw-text-unix after reading the file.
6288
6289 * international/mule-conf.el (file-coding-system-alist):
6290 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6291
6292 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6293
6294 * replace.el (occur): Make line-number-width 1 smaller for the
6295 colon following the line number.
6296
6297 * startup.el (fancy-splash-text, command-line-1):
6298 Use `File' for the menu name instead of `Files'.
6299
6300 * tmm.el: Update copyright.
6301
6302 * cus-start.el: Add entry for even-window-heights.
6303
6304 2000-12-06 Miles Bader <miles@gnu.org>
6305
6306 * faces.el (frame-set-background-mode): Avoid stomping on
6307 locally modified faces.
6308
6309 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6310
6311 * international/fontset.el: Correct the font registries for
6312 japanese-jisx0213-1 and japanese-jisx0213-2.
6313
6314 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6315
6316 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6317
6318 * iswitchb.el: Update customization commentary.
6319
6320 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6321
6322 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6323 (tpu-search-highlight): Fixed comparison of overlay end positions.
6324 (tpu-trim-line-ends): Implemented trimming logic locally.
6325
6326 * emulation/tpu-extras.el (tpu-write-file-hook)
6327 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6328
6329 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6330
6331 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6332 to cn-gb.
6333 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6334
6335 2000-12-04 Dave Love <fx@gnu.org>
6336
6337 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6338
6339 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6340
6341 * mail/rmailsum.el (rmail-summary-expunge)
6342 (rmail-summary-expunge-and-save): Ask for confirmation with
6343 rmail-expunge-confirmed.
6344
6345 * mail/rmail.el (rmail-expunge-confirmed): New function.
6346 (rmail-expunge): Use it.
6347
6348 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6349
6350 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6351 (etags-recognize-tags-table, find-tag-in-order):
6352 New functionality: interpret file names as tags.
6353
6354 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6355
6356 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6357 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6358 the first subnode until the bottom of the current node is visible.
6359
6360 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6361
6362 * format.el (format-decode): Don't change buffer's undo list.
6363
6364 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6365
6366 * faces.el (face-font-registry-alternatives): Add entries for CJK
6367 fonts. Doc-string adjusted for the actual usage of this data.
6368
6369 * international/fontset.el: Change the font registries for CJK
6370 fonts in the default fontset. Don't append '*' to registries.
6371
6372 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6373
6374 * emacs-lisp/easy-mmode.el (define-derived-mode)
6375 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6376
6377 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6378 (derived-mode-p): New function.
6379 (derived-mode-make-docstring): Add `docstring' argument.
6380 Use it if available and complete it if necessary.
6381
6382 2000-12-03 Andreas Schwab <schwab@suse.de>
6383
6384 * type-break.el (type-break): Don't make parent of itself.
6385
6386 2000-12-03 Miles Bader <miles@gnu.org>
6387
6388 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6389
6390 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6391
6392 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6393 (tex-main-file, tex-file): Simplify.
6394 (tex-generate-zap-file-name): Use subst-char-in-string.
6395 (tex-strip-dots): Remove.
6396
6397 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6398
6399 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6400 to check if the match succeeded.
6401
6402 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6403
6404 * startup.el (use-fancy-splash-screens-p): New function.
6405 (command-line-1): Use it to determine whether or not to use
6406 a fancy splash screen.
6407
6408 2000-12-02 Andreas Schwab <schwab@suse.de>
6409
6410 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6411
6412 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6413
6414 * international/mule.el (make-char): Fix last change.
6415
6416 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6417 New defcustoms.
6418 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6419 autoloading tex-mode; instead, do the same manually.
6420 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6421 with numeric argument. Docstring fix.
6422 (toplevel): Require cl when compiling.
6423
6424 * international/mule.el (make-char): Doc fix.
6425
6426 2000-12-02 Jason Rumney <jasonr@gnu.org>
6427
6428 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6429 the Emacs Lisp manual)
6430
6431 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6432
6433 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6434
6435 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6436 the Emacs Lisp manual).
6437
6438 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6439
6440 * simple.el (next-line-add-newlines): Change default to nil.
6441
6442 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6443
6444 * files.el (revert-buffer, recover-file):
6445 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6446
6447 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6448
6449 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6450
6451 2000-12-01 Miles Bader <miles@gnu.org>
6452
6453 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6454
6455 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6456
6457 * international/mule-diag.el (describe-char-after): Fix typo.
6458 (describe-character-set, non-iso-charset-alist): Fix typo.
6459
6460 2000-12-01 Miles Bader <miles@gnu.org>
6461
6462 * image-file.el (image-file-name-regexp): Automatically add
6463 upper-case variants of each filename extension in
6464 `image-file-name-extensions', since they seem to be common.
6465
6466 * simple.el (minibuffer-contents)
6467 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6468 New functions.
6469 * filecache.el (file-cache-directory-name)
6470 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6471
6472 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6473
6474 * filecache.el (file-cache-minibuffer-complete): Don't try to
6475 delete the minibuffer prompt.
6476
6477 2000-11-30 Dave Love <fx@gnu.org>
6478
6479 * cus-start.el: Fix read-buffer-function type.
6480
6481 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6482
6483 * md5.el: Removed. There's a built-in function, now.
6484
6485 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6486
6487 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6488 as dummy 0-th char of rmail-deleted-vector.
6489
6490 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6491
6492 * ps-print.el (ps-end-job): Bind case-fold-search only after
6493 switching to ps-spool-buffer.
6494
6495 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6496
6497 * ps-print.el: Line number font customization. PostScript: Lines and
6498 PageCount are initialized on each page. Doc Fix.
6499 (ps-print-version): New version number (6.3.2).
6500 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6501 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6502 (ps-right-header): Customization fix.
6503 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6504 Fix code.
6505 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6506 New vars.
6507
6508 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6509
6510 * bs.el: Fix typos and spelling errors.
6511 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6512 (bs-configuration): Doc fix.
6513
6514 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6515
6516 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6517
6518 * emulation/tpu-edt.el (tpu-version): New version.
6519 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6520 (tpu-original-mode-line): Variable deleted.
6521 (tpu-mark-flag): New initial value.
6522 (tpu-set-mode-line): Don't redefine mode-line-format.
6523 Add tpu-mark-flag to minor-mode-alist.
6524 (tpu-update-mode-line): New mark flag logic.
6525 (tpu-get): Use find-file-wildcards.
6526 (tpu-search-highlight): Move overlay less, reset overlay properly.
6527 (tpu-unselect): Deactivate mark.
6528 (tpu-lm-replace): Reset overlay properly.
6529 (tpu-forward-line): Use forward-visible-line.
6530 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6531
6532 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6533
6534 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6535
6536 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6537
6538 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6539
6540 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6541 and skip whitespace and newlines.
6542
6543 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6544
6545 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6546
6547 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6548
6549 * help.el (describe-function-1): Regexp-quote function name
6550 when used as part of a regexp.
6551
6552 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6553 Use face-attribute instead of face-foreground and face-background.
6554 (tool-bar-add-item): Likewise, and handle unspecified colors.
6555
6556 * enriched.el (enriched-face-ans): Use face-attribute instead
6557 of face-foreground and face-background.
6558
6559 * faces.el (face-foreground, face-background, face-stipple):
6560 Return nil if attribute is unspecified, for backward compatibility.
6561
6562 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6563
6564 * play/5x5.el: Remove version info.
6565
6566 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6567
6568 * frame.el (blink-cursor-mode): Doc fix.
6569
6570 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6571
6572 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6573 to create Makefile rules.
6574 (antlr-tool-command): New user option.
6575 (antlr-ask-about-save): New user option.
6576 (antlr-makefile-specification): New user option.
6577 (antlr-file-formats-alist): New variable.
6578 (antlr-special-file-formats): New variable.
6579 (antlr-unknown-file-formats): New user option.
6580 (antlr-help-unknown-file-text): New variable.
6581 (antlr-help-rules-intro): New variable.
6582 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6583 (antlr-mode-menu): Add entries.
6584 (antlr-file-dependencies): New function.
6585 (antlr-directory-dependencies): New function.
6586 (antlr-superclasses-glibs): New function.
6587 (antlr-run-tool): New command.
6588 (antlr-makefile-insert-variable): New function.
6589 (antlr-insert-makefile-rules): New function.
6590 (antlr-show-makefile-rules): New command.
6591
6592 * antlr-mode.el: More Emacs/XEmacs stuff.
6593 (antlr-no-action-keywords): New constant with value nil.
6594 (antlr-font-lock-keywords-alist): Use it. Old value would break
6595 syntax highlighting in Emacs-21.0.
6596 (antlr-default-directory): Emacs/XEmacs dependend function.
6597 (antlr-read-shell-command): Ditto.
6598 (antlr-with-displaying-help-buffer): Ditto.
6599
6600 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6601
6602 * antlr-mode.el: imenu, parsing and highlighting changes.
6603 (antlr-imenu-create-index-function): Don't create extra submenus
6604 for definitions in different grammar classes. It is not necessary
6605 for the menu and would make command `imenu' awkward to use.
6606 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6607 header actions and more than one.
6608 (antlr-font-lock-tokendef-face): Changed color.
6609 (antlr-font-lock-tokenref-face): Changed color.
6610 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6611 (antlr-mode-syntax-table): New variable.
6612 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6613 (antlr-with-syntax-table): Don't copy syntax table.
6614
6615 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6616
6617 * antlr-mode.el: Minor changes: language setting.
6618 (antlr-language-alist): The value for file option "language" can
6619 be both an identifier and a string.
6620 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6621 (antlr-language-limit-n-regexp): Change accordingly.
6622
6623 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6624
6625 * antlr-mode.el: Minor changes: tabs, hiding.
6626 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6627 (antlr-action-visibility): Also allow value nil to also hide the
6628 braces. Renamed from `antlr-tiny-action-length'.
6629 Suggested by Jay@aol.com.
6630 (antlr-hide-actions): Change accordingly. Hide line if completely
6631 hidden action is on a line of its own.
6632
6633 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6634
6635 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6636
6637 * sort.el (sort-columns): Don't concat strings with numbers.
6638
6639 2000-11-29 Dave Love <fx@gnu.org>
6640
6641 * cus-edit.el (face): Fix :format.
6642
6643 * mail/feedmail.el: Require smtpmail when compiling.
6644 (mail-do-fcc): Autoload.
6645 (feedmail) <defgroup>: Fix :link.
6646 (feedmail-nuke-body-in-fcc): Fix :type.
6647 (feedmail-send-it): Add autoload cookie.
6648
6649 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6650
6651 * newcomment.el (comment-indent): Save excursion around call to
6652 comment-indent-function.
6653
6654 2000-11-29 Miles Bader <miles@gnu.org>
6655
6656 * subr.el (member-ignore-case): Return the tail of the list who's
6657 car matches, like `member', not the matching element itself.
6658
6659 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6660
6661 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6662 should not contain `\n'.
6663
6664 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6665
6666 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6667
6668 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6669
6670 * dired-aux.el (dired-do-create-files): Construct default file
6671 name for dired-mark-read-file-name so that when the user enters
6672 just RET, the target file will end up in the target directory.
6673
6674 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6675 local-abbrev-table before changing buffers because it might
6676 have a buffer-local binding.
6677
6678 2000-11-28 Miles Bader <miles@gnu.org>
6679
6680 * simple.el (delete-horizontal-space): Handle fields more generally.
6681
6682 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6683
6684 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6685
6686 2000-11-28 Dave Love <fx@gnu.org>
6687
6688 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6689 comment-start-skip locally.
6690
6691 * progmodes/fortran.el (fortran-mode): Don't set
6692 fortran-comment-line-start-skip. Set comment-start to
6693 fortran-comment-line-start.
6694 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6695 (fortran-comment-line-start-skip): Simplify slightly.
6696
6697 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6698
6699 * play/5x5.el: Remove RCS keyword.
6700
6701 * bs.el: Mistaken commit, undone 2000-11-30.
6702
6703 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
6704
6705 * textmodes/tildify.el (tildify-string-alist):
6706 Add `plain-tex-mode' here.
6707
6708 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6709
6710 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6711 reference.
6712
6713 2000-11-28 Miles Bader <miles@gnu.org>
6714
6715 * cus-face.el (custom-face-attributes): Add post-filter function
6716 for :box. Make pre-filter function for :box handle all cases.
6717
6718 * wid-edit.el (widget-choose): Make sure pop-up window is large
6719 enough to display all the choices, as there's no way to scroll it.
6720
6721 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6722
6723 * international/mule-conf.el: Make the coding system no-conversion
6724 safe for all characters.
6725
6726 2000-11-27 Dave Love <fx@gnu.org>
6727
6728 * net/ldap.el (ldap) <defgroup>: Add :version.
6729
6730 * tooltip.el (tooltip-use-echo-area): Doc fix.
6731
6732 * cus-start.el <minibuffer-prompt-properties>: Add version.
6733 <read-buffer-function>: Add.
6734
6735 * apropos.el (apropos-print): Add help-echo to active text.
6736
6737 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6738
6739 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6740
6741 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6742 type, group and version.
6743
6744 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6745
6746 * select.el (x-get-selection): Docstring fix.
6747
6748 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
6749
6750 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6751
6752 2000-11-27 Andrew Innes <andrewi@gnu.org>
6753
6754 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6755
6756 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6757
6758 2000-11-27 Miles Bader <miles@gnu.org>
6759
6760 * dired.el (dired-get-filename): Return filename verbatim if
6761 LOCALP is `verbatim'.
6762 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6763 `verbatim' so that we don't inadvertently delete a non-existant
6764 directory name.
6765
6766 2000-11-27 Kenichi Handa <handa@etl.go.jp>
6767
6768 * international/characters.el: Specify cases and syntaxes for
6769 mule-unicode-0100-24ff.
6770
6771 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6772
6773 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6774 that foreground and/or background colors of the face `tool-bar'
6775 are unspecified.
6776
6777 2000-11-27 Miles Bader <miles@gnu.org>
6778
6779 * wid-edit.el (widget-field-buffer, widget-field-start)
6780 (widget-field-end): Handle widget field `pseudo-overlays'.
6781 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6782 if it's there instead of in `widget-field-list'.
6783
6784 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6785 (help-make-xrefs): Delete extraneous newlines at the end of the
6786 docstring.
6787
6788 2000-11-25 Jason Rumney <jasonr@gnu.org>
6789
6790 * startup.el (command-line): Call set-locale-environment after
6791 Window System init file is read, as it can result in a call to
6792 redraw-frame.
6793
6794 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6795
6796 * simple.el (shell-command): Mention the effect of the prefix
6797 argument in the doc string.
6798
6799 2000-11-25 Miles Bader <miles@gnu.org>
6800
6801 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6802
6803 * wid-edit.el (widget-field-value-delete): Don't try to delete
6804 overlay when it's the `pseudo-overlay' that exists at some points.
6805
6806 2000-11-24 Jason Rumney <jasonr@gnu.org>
6807
6808 * international/mule-cmds.el (locale-language-names): Add "jp" as
6809 a non-standard alternative for Japanese.
6810
6811 2000-11-24 Andre Spiegel <spiegel@gnu.org>
6812
6813 * vc-hooks.el: Require 'cl during compilation.
6814
6815 2000-11-24 Gerd Moellmann <gerd@gnu.org>
6816
6817 * faces.el (face-set-after-frame-default): Let face attributes
6818 specified for new frames override frame parameters.
6819
6820 * startup.el (command-line): Fix computation of the source file
6821 for user-init-file when user-init-file is a compiled file.
6822
6823 2000-11-24 Miles Bader <miles@gnu.org>
6824
6825 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6826 (custom-post-filter-face-spec): New functions.
6827 (custom-face-set, custom-face-value-create): Filter the face spec
6828 before and after customization.
6829 (custom-face-set): If VALUE specifies a null face, pass a
6830 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6831 * cus-face.el (custom-face-attributes): Remove SET and GET
6832 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6833 cases they're needed.
6834
6835 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6836 that it's distinguishable from the :off-glyph on dark-background
6837 displays. Set its background color too.
6838
6839 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6840 so that people can easily turn it off.
6841
6842 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6843
6844 * ediff-diff.el: Moved variables around to have it compile under NT.
6845
6846 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6847
6848 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6849
6850 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6851 redundant skip-small-frames test.
6852
6853 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6854 (viper-downgrade-to-insert): Protect against errors in hooks.
6855
6856 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6857 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6858 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6859 New functions.
6860
6861 * viper-util.el (viper-memq-char): Bug fixes.
6862
6863 * viper.el (viper-mode): Fix cursor handling.
6864
6865 2000-11-24 Kenichi Handa <handa@etl.go.jp>
6866
6867 * international/mule-diag.el (list-iso-charset-chars):
6868 For two-byte charset, fix the `while' condition.
6869 (list-non-iso-charset-chars): Fix the `while' condition.
6870
6871 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6872
6873 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6874 if the variable is make-variable-buffer-local.
6875
6876 * progmodes/ada-stmt.el (ada-template-map):
6877 Initialize and bind it to C-c t in ada-mode-map.
6878 (ada-stmt-mode-hook): New function extracted from old code.
6879 Only change the buffer-local side of skeleton-*.
6880 (ada-mode-hook): Use it.
6881
6882 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6883
6884 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6885 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6886 we expect to be returned by minibuffer-depth once we prompt the
6887 user in the minibuffer.
6888 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6889 as recorded in iswitchb-minibuf-depth, return non-nil.
6890
6891 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6892
6893 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6894 (hscroll-window-maybe): Docstring fix.
6895
6896 2000-11-23 Dave Love <fx@gnu.org>
6897
6898 * rect.el (string-rectangle): Don't test delete-selection-mode.
6899
6900 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6901
6902 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6903 is in the tool bar.
6904
6905 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6906 with `no-dir'; we want the directory part to be able to remove it.
6907
6908 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6909
6910 * textmodes/outline.el (outline-flag-region):
6911 Don't bind inhibit-read-only since we don't modify the buffer.
6912 (outline-isearch-open-invisible): Don't jump to overlay-start
6913 since we're trying to unhide text around point.
6914 (outline-discard-overlays): Use dolist.
6915
6916 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6917
6918 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6919
6920 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6921
6922 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6925 Fix ARG regexp to skip quoted braces.
6926 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6927 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6928 are (correctly) handled separately).
6929 Remove `caption' and `footnote' from `citations': they contain text.
6930 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6931 (latex-skeleton-end-hook): New function.
6932 (latex-mode): Use it.
6933 (tex-start-tex-marker): Remove.
6934 (tex-send-tex-command): Don't set tex-start-tex-marker.
6935 (tex-error-parse-syntax-table): New var.
6936 (tex-compilation-parse-errors): Use it.
6937 Ignore tex-start-tex-marker. Don't bother with marker-position.
6938 (tex-validate-buffer): Don't bother with marker-position.
6939
6940 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6941 (flyspell-generic-progmode-verify): Use it.
6942
6943 2000-11-22 Sam Steingold <sds@gnu.org>
6944
6945 * simple.el (delete-trailing-whitespace): New interactive function.
6946
6947 * progmodes/ada-mode.el (ada-mode): Use it instead of
6948 `ada-remove-trailing-spaces'.
6949 (ada-remove-trailing-spaces): Removed.
6950
6951 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6952
6953 * textmodes/picture.el (picture-clean): Removed.
6954 (picture-mode-exit): Call it instead of `picture-clean'.
6955
6956 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6957
6958 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6959
6960 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6961 jit-lock-fontify-buffer; it should anyway be unneccessary to
6962 do anything special when jit-lock is active.
6963 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6964
6965 2000-11-22 Dave Love <fx@gnu.org>
6966
6967 * calendar/todo-mode.el (todo-top-priorities): Use
6968 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6969
6970 * language/chinese.el, language/cyrillic.el:
6971 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6972 * language/hebrew.el, language/indian.el, language/japanese.el:
6973 * language/korean.el, language/lao.el, language/misc-lang.el:
6974 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6975 Use provide.
6976
6977 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6978 (custom-variable-set): Improve validation error mesage.
6979
6980 * rect.el (string-rectangle): Revert last change.
6981 (string-rectangle-line): New arg DELETE.
6982 (string-rectangle): Check delete-selection-mode.
6983
6984 * emacs-lisp/edebug.el (edebug-version)
6985 (edebug-maintainer-address): Deleted.
6986 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6987 (edebug-read-function): Account for other `'#' read forms.
6988 (edebug-mode-menus): Make some items toggles.
6989 (edebug-outside-unread-command-event, unread-command-event):
6990 Remove these to avoid warnings.
6991
6992 2000-11-22 David Ponce <david@dponce.com>
6993
6994 * recentf.el (recentf-menu-items-for-commands)
6995 (recentf-make-menu-items, recentf-make-menu-item)
6996 (recentf-filter-changer): Added :help and :active menu-item properties.
6997
6998 (recentf-build-dir-rules, recentf-dump-variable)
6999 (recentf-edit-list, recentf-open-files-item)
7000 (recentf-open-files): Replaced unnecessary `mapcar' with new
7001 built-in `mapc'.
7002
7003 2000-11-23 Miles Bader <miles@gnu.org>
7004
7005 * faces.el (menu): Make inverse-video on ttys too.
7006
7007 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7008
7009 * simple.el (comment-line-break-function): Use the new name
7010 indent-new-comment-line -> comment-indent-new-line.
7011 (clone-indirect-buffer): Don't ignore NORECORD.
7012 (next-completion): Properly handle the case where items are adjacent.
7013
7014 * mouse.el (popup-menu): Stupid typo.
7015
7016 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7017
7018 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7019 maintainer, keywords tags.
7020
7021 * rect.el (replace-rectangle): Don't call string-rectangle-line
7022 with too many arguments.
7023
7024 2000-11-22 Andre Spiegel <spiegel@gnu.org>
7025
7026 * ediff-util.el (ediff-file-checked-out-p)
7027 (ediff-file-checked-in-p): Call vc-state instead of
7028 vc-locking-user, which no longer exists.
7029
7030 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7031
7032 2000-11-22 Dave Love <fx@gnu.org>
7033
7034 * md5.el (md5): Provide.
7035 (md5): Fix error call.
7036
7037 2000-11-22 Miles Bader <miles@gnu.org>
7038
7039 * textmodes/refill.el (refill-adjust-ignorable-overlay)
7040 (refill-fill-paragraph-at): Remove debugging code.
7041
7042 * calendar/calendar.el (generate-calendar-window): When we don't
7043 call `fit-window-to-buffer', make sure the top line is fully visible.
7044
7045 * image-file.el (insert-image-file): Don't make `read-only'
7046 property rear-nonsticky.
7047
7048 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7049 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7050 stashing away its original value.
7051 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7052 in the recursive edit.
7053 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7054 (isearch-done): Restore `minibuffer-message-timeout'.
7055
7056 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7057
7058 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7059
7060 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7061
7062 * find-lisp.el (find-lisp-find-files-internal):
7063 Use dolist, when and file-name-as-directory.
7064
7065 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7066 (define-derived-mode, define-minor-mode): Add specs.
7067
7068 * window.el: General comment and spacing fixes.
7069 (save-selected-window): Use backquotes.
7070 (window-safely-shrinkable-p): New function.
7071 (shrink-window-if-larger-than-buffer): Use it.
7072
7073 * subr.el (make-local-hook): Docstring fix.
7074
7075 * shell.el (shell-mode): Use define-derived-mode.
7076
7077 * newcomment.el (comment-indent): Insert comment before calling
7078 comment-indent-function. Don't insert in column 0.
7079 (comment-dwim): Indent before inserting comment.
7080
7081 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7082 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7083 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7084 Use mapc rather than map.
7085
7086 * files.el (find-buffer-visiting): Compare all attributes before
7087 declaring two files identical (rather than just their inode-no).
7088 (auto-mode-alist): Use \' rather than $.
7089
7090 * which-func.el: Update maintainer line.
7091
7092 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7093 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7094 (uniquify-buffer-file-name): Use it.
7095
7096 2000-11-22 Miles Bader <miles@gnu.org>
7097
7098 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7099 * simple.el (minibuffer-avoid-prompt): New function.
7100
7101 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7102
7103 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7104
7105 2000-11-21 Miles Bader <miles@gnu.org>
7106
7107 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7108 inclusion of `track-mouse'.
7109
7110 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7111 (refill-adjust-ignorable-overlay): New function.
7112 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7113 only the paragraph's tail if possible.
7114 Update `refill-ignorable-overlay'.
7115 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7116
7117 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7118 point inside the fill-prefix.
7119
7120 * textmodes/refill.el (refill-post-command-function): Don't reset
7121 refill-doit in the case where a self-insertion command doesn't
7122 case a refill. Use `refill-fill-paragraph-at', getting position
7123 from `refill-doit'.
7124 (refill-after-change-function): Set `refill-doit' to END.
7125 (refill-fill-paragraph-at): New function, mostly from old
7126 refill-fill-paragraph.
7127 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7128 (refill-pre-command-function): New function.
7129 (refill-mode): Add it to `pre-command-hook'.
7130
7131 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7132
7133 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7134
7135 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7136 javadoc tags.
7137
7138 2000-11-20 Andre Spiegel <spiegel@gnu.org>
7139
7140 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7141 vc.el).
7142
7143 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7144 require vc.
7145
7146 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7147 checkouts.
7148
7149 2000-11-20 Dave Love <fx@gnu.org>
7150
7151 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7152
7153 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
7154
7155 * calculator.el (calculator-paste): Use `if' instead of `and'
7156 and `or'.
7157 (calculator-help): Don't use electric-describe-mode for XEmacs.
7158
7159 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7160
7161 * info.el (info-menu-5): Doc fix.
7162
7163 * textmodes/artist.el: New file.
7164
7165 2000-11-19 Andre Spiegel <spiegel@gnu.org>
7166
7167 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7168 and differentiate according to checkout model.
7169 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7170 since this function is only concerned with master state.
7171
7172 * vc-hooks.el (vc-workfile-unchanged-p)
7173 (vc-default-workfile-unchanged-p): Moved here from vc.el.
7174
7175 * vc.el (vc-workfile-unchanged-p)
7176 (vc-default-workfile-unchanged-p): See above.
7177
7178 2000-11-19 Miles Bader <miles@gnu.org>
7179
7180 * image-file.el (insert-image-file): Make `intangible' and
7181 `read-only' properties rear-nonsticky too.
7182
7183 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7184
7185 * ps-print.el: Update copyright notice.
7186
7187 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7188 (tooltip-show): Use the offsets.
7189
7190 * bindings.el (mode-line-modified): Fix a typo.
7191 (mode-line-toggle-modified, mode-line-widen)
7192 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7193
7194 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7195
7196 * ps-print.el (toplevel): Test for find-coding-system being
7197 fboundp before calling ps-x-find-coding-system.
7198
7199 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7200
7201 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7202 (vc-version-backup-file): Docstring fix.
7203
7204 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7205
7206 * files.el (basic-save-buffer): Don't add a newline if
7207 find-file-literally is non-nil.
7208 (find-file-literally): Extend doc string.
7209
7210 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7211 sort(1) with the `-f' argument.
7212
7213 2000-11-16 Andre Spiegel <spiegel@gnu.org>
7214
7215 * vc.el: Updated backend documentation.
7216 (vc-default-check-headers): New function.
7217
7218 * vc-{cvs,rcs,sccs}.el: Functions reordered.
7219
7220 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7221 up-to-date.
7222 (vc-do-command): In the asynchronous case, output messages only if
7223 the minibuffer is not active.
7224
7225 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7226 `vc-cvs-use-edit' is on.
7227 (vc-cvs-checkout): When this is used for reverting the workfile,
7228 make a backup of the original contents and revert to that in case
7229 of error.
7230 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7231 remote repositories.
7232
7233 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7234 for both version and ratio in the minibuffer.
7235
7236 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7237 Use vc-do-command to perform the annotation, not call-process.
7238
7239 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7240
7241 * international/quail.el (quail-start-translation): Don't call
7242 `message' before reading key sequence.
7243
7244 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7245
7246 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7247
7248 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7249
7250 * window.el (fit-window-to-buffer): Be sure to acquire at least
7251 one text line even if the buffer is empty.
7252
7253 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7254
7255 * net/ange-ftp.el (ange-ftp-file-writable-p)
7256 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7257 Bind ange-ftp-process-verbose to nil.
7258
7259 2000-11-15 Dave Love <fx@gnu.org>
7260
7261 * wid-edit.el (widget-specify-field, widget-specify-button):
7262 If :help-echo is a function, set help-echo of overlay to
7263 widget-mouse-help.
7264 (widget-mouse-help): New function.
7265 (widget-echo-help): Rewritten for :help-echo functions only taking
7266 a widget arg.
7267
7268 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7269 Use display-graphic-p.
7270 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7271 and that JPEG is available.
7272 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7273
7274 * international/mule-cmds.el (locale-charset-language-names):
7275 Match @euro.
7276
7277 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7278
7279 * faces.el (face-set-after-frame-default):
7280 If `inhibit-default-face-x-resources' is bound, don't intialize the
7281 default face from X resources.
7282
7283 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7284
7285 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7286 Don't set EMACSLOADPATH.
7287
7288 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7289
7290 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7291 texinfo-insert-@url.
7292 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7293 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7294
7295 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7296
7297 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7298 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7299 (checkdoc-minor-keymap): Backward compatibility.
7300 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7301 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7302 (checkdoc-this-string-valid-engine): Be a bit more strict
7303 to avoid matching substrings of `...' quoted vars/funs.
7304 (checkdoc-defun-info): Only look for `interactive' if alone.
7305 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7306
7307 * progmodes/compile.el (grep): `tag-default' can be nil.
7308
7309 * newcomment.el (comment-indent): Paren typo.
7310
7311 2000-11-14 Dave Love <fx@gnu.org>
7312
7313 * calculator.el: New maintainer version.
7314
7315 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7316
7317 * cmuscheme.el: Doc fixes.
7318 (cmuscheme) <defgroup>: Use `scheme' as parent.
7319 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7320
7321 * xscheme.el (scheme-program-name): Don't define here.
7322
7323 * progmodes/scheme.el (scheme-program-name): New variable
7324 (originally in cmuscheme).
7325
7326 2000-11-14 Miles Bader <miles@gnu.org>
7327
7328 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7329 Handle header-lines. Don't loop forever if we can't enlarge the
7330 window anymore. Simplify a bit.
7331
7332 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7333
7334 * window.el (fit-window-to-buffer): Don't check
7335 window-text-height. Assure that the last line is fully visible.
7336
7337 * international/quail.el (quail-show-guidance-buf):
7338 Call fit-window-to-buffer to assure the enough height of the guidance
7339 buffer.
7340 (quail-update-guidance): Avoid making the guidance buffer shorter.
7341
7342 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7343
7344 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7345 rather than `prepend' and add an interesting comment.
7346 (tex-math-face, tex-font-lock-syntactic-face-function):
7347 New face and function to use it.
7348 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7349 than `menu-enable' symbol property.
7350 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7351 (tex-mode): Add some latex-mode commands for auto-selection.
7352 Use tex-font-lock-syntactic-face-function.
7353 (tex-insert-quote): Simplify.
7354 (tex-shell): New mode.
7355 (tex-start-shell): Use it.
7356 (tex-shell-proc, tex-shell-buf): New functions.
7357 (tex-send-command): Use it.
7358 (tex-main-file): Fix the meaning of the new arg REALFILE.
7359 (tex-send-tex-command): New function split from `tex-start-tex'.
7360 Set compilation-last-buffer and compilation-parsing-end.
7361
7362 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7363 when it follows non-comment text on the line.
7364
7365 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7366 Set font-lock-defaults.
7367 (lisp-mode-shared-map): Init inside the defvar.
7368 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7369 Use define-derived-mode.
7370
7371 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7372
7373 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7374
7375 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7376
7377 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7378 Don't recursively optimize body because that can lead to infinite
7379 recursion; see comment there.
7380
7381 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7382
7383 * faces.el (face-spec-set-match-display): Revert the change from
7384 2000-10-24. Add a FIXME for after v21.1.
7385
7386 2000-11-13 Miles Bader <miles@gnu.org>
7387
7388 * textmodes/fill.el (skip-line-prefix): New function.
7389 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7390 (fill-paragraph): Don't leave point inside the fill-prefix.
7391 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7392 point inside the fill-prefix.
7393
7394 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7395
7396 * calendar/calendar.el (generate-calendar-window):
7397 Use `fit-window-to-buffer'.
7398
7399 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7400
7401 * gud.el (gud-minor-mode): New var.
7402 (gud-symbol, gud-val): New functions.
7403 (gud-find-file): Copy gud-minor-mode to the new buffer.
7404 (gud-menu-map): Include entries for commands that are not always
7405 available, using :enable to (de)activate them.
7406 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7407 (gud-mode-map): New map.
7408 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7409 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7410 Don't set up gud's menu (it's done by the minor-mode).
7411 (gud-minibuffer-local-map): New.
7412 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7413 (gud-query-cmdline): New function.
7414 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7415 (gud-mode): Use define-derived-mode.
7416 Don't set up gud's menu (it's done by the minor-mode).
7417 (gud-chop-words): Remove.
7418 (gud-common-init): Use split-string instead.
7419 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7420
7421 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7422 Add keyword arg :name.
7423
7424 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7425 (diff-count-matches, diff-split-hunk): New functions.
7426 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7427
7428 * pcvs-info.el (cvs-fi-conflict-face): New var.
7429
7430 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7431 Make it into a simple syntax-table, shared among all submodes.
7432 (sh-heredoc-face): Re-introduce.
7433 (sh-font-lock-syntactic-face-function): New function.
7434 (sh-mode): Use it. Also use define-derived-mode.
7435 Remove old bogus setting of indent-region-function.
7436 (sh-set-shell): Don't set the syntax-table any more.
7437 (sh-mode-syntax-table) <defun>: Remove.
7438
7439 2000-11-12 Miles Bader <miles@gnu.org>
7440
7441 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7442 message if interactive.
7443
7444 2000-11-12 Dave Love <fx@gnu.org>
7445
7446 * mail/feedmail.el: Fix header,
7447 (feedmail) <defgroup>: Add :link.
7448
7449 * view.el: Use local-map property, not keymap on mode-line string.
7450
7451 * scroll-all.el (scroll-all-mode): Customize variable.
7452 Add autoload cookie to function.
7453
7454 * lazy-lock.el: Remove compatibility code.
7455
7456 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7457 (finder-help-echo): New variable.
7458 (finder-mouse-face-on-line): Add help-echo stuff.
7459 (finder-list-keywords, finder-list-matches): Use mapc.
7460
7461 * faces.el (face-font-registry-alternatives): Add :version.
7462
7463 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7464 tags-table-list.
7465
7466 * net/browse-url.el (browse-url-browser-function): Update :version.
7467
7468 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7469 (mail-mode): Use [:alnum:] in some regexps.
7470
7471 2000-11-10 Dave Love <fx@gnu.org>
7472
7473 * ediff.el (ediff-regions-internal, ediff-documentation):
7474 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7475 fundamental mode.
7476
7477 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7478 buffer into fundamental mode.
7479 (ediff-set-difference): Use copy-sequence if available.
7480
7481 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7482 Check ediff-patch-map non-nil.
7483 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7484 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7485 buffer into fundamental mode.
7486
7487 * ediff-merg.el (state-or-merge): Defvar when compiling.
7488
7489 2000-11-10 Jason Rumney <jasonr@gnu.org>
7490
7491 * w32-fns.el (w32-add-charset-info): New function.
7492 (w32-charset-info-alist): Use it.
7493
7494 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7495
7496 * faces.el (face-font-registry-alternatives): New user-option.
7497
7498 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7499
7500 * textmodes/texinfo.el (texinfo-block-default): New var.
7501 (texinfo-insert-block): Use it. Insert a newline if needed.
7502
7503 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7504 (fill-region-as-paragraph): Use it.
7505
7506 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7507 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7508 Tweak paragraph regexps to allow a leading [ \t]*.
7509 (tex-latex-block): Insert a newline if necessary.
7510 (latex-insert-item): Only insert a newline if necessary.
7511 (tex-guess-main-file): New function.
7512 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7513 Set tex-main-file if TeX-master is provided.
7514 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7515
7516 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7517
7518 * startup.el (command-line): Set the default tooltip-mode
7519 to t for graphical displays which implement x-show-tip.
7520
7521 * tooltip.el (tooltip-mode): Add a comment about startup.el
7522 setting the default value of this user-option.
7523
7524 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7525
7526 * font-lock.el (font-lock-*-face) <defvar>: Move.
7527 (font-lock-defaults-alist): Mark obsolete.
7528 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7529 (font-lock-mode): Use define-minor-mode.
7530 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7531 (font-lock-turn-off-thing-lock): Be more explicit.
7532 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7533 (font-lock-syntactic-face-function): New var.
7534 (font-lock-fontify-syntactically-region): Use it.
7535 (font-lock-doc-face): New.
7536
7537 * pcvs.el (cvs-enabledp): Ignore errors.
7538 (cvs-commit-filelist): Never query.
7539 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7540 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7541 (cvs-do-removal): Use cvs-partition rather than delete-if.
7542 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7543 cvs-bury-buffer.
7544
7545 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7546 Allow `next' to jump to after the end of the last match.
7547
7548 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7549
7550 * simple.el (byte-compiling-files-p): New function.
7551
7552 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7553 if it is there.
7554
7555 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7556 nil again.
7557
7558 * textmodes/ispell.el (ispell-library-path): Don't call
7559 check-ispell-version when byte-compiling because that starts
7560 an ispell process, and ispell might not be installed.
7561 (toplevel): Don't set up a menu when byte-compiling.
7562
7563 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7564 it, so that a boundp test can be used to determine if we're
7565 currently byte-compiling.
7566
7567 2000-11-09 Dave Love <fx@gnu.org>
7568
7569 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7570
7571 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7572
7573 * ps-print.el: Patch for variable initialization when spooling.
7574 Doc fix.
7575 (ps-output-list): Fun eliminated.
7576 (ps-begin-file, ps-begin-job): Code fix.
7577
7578 2000-11-08 Dave Love <fx@gnu.org>
7579
7580 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7581
7582 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7583
7584 * simple.el (shell-command, display-message-or-buffer)
7585 (shell-command-on-region): Mention resize-mini-windows in the doc
7586 string.
7587 (display-message-or-buffer): Take the value of resize-mini-windows
7588 into account.
7589
7590 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7591
7592 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7593
7594 * dired.el (dired-between-files): Add `^. find' as an alternative
7595 to the regular expression, for find-dired.
7596
7597 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7598
7599 * textmodes/texnfo-upd.el: Require texinfo.
7600 (defmacro, defgroup): Remove.
7601 (texinfo-section-to-generic-alist): Remove.
7602 Use texinfo-section-list instead (i.e. level is changed string->int).
7603 (texinfo-filter): New function.
7604 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7605 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7606 Use it. And use regexp-opt.
7607 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7608 (texinfo-update-menu-region-beginning)
7609 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7610 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7611 (texinfo-update-menu-same-level-regexps): Update.
7612 (texinfo-update-node, texinfo-every-node-update)
7613 (texinfo-sequential-node-update): Remove autoload cookie.
7614
7615 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7616 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7617 (texinfo-chapter-level-regexp): Remove.
7618 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7619
7620 2000-11-06 Dave Love <fx@gnu.org>
7621
7622 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7623
7624 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7625 Match defun*.
7626
7627 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7628
7629 * composite.el (composition-function-table): Variable declaration
7630 moved to src/composite.c.
7631 (compose-chars-after): New optional arg object.
7632
7633 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7634
7635 * bindings.el (mode-line-toggle-read-only)
7636 (mode-line-toggle-modified, mode-line-widen)
7637 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7638 (make-mode-line-mouse2-map): Rewritten.
7639 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7640 functions so that C-h k can show something with a doc string.
7641
7642 * startup.el (fancy-splash-delay): Set to 10 seconds.
7643 (fancy-splash-max-time): New user-option.
7644 (fancy-splash-stop-time): New variable.
7645 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7646 (fancy-splash-screens-1): Throw `stop-splashing' when current
7647 time is greater than fancy-splash-stop-time.
7648
7649 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7650
7651 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7652
7653 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7654 Prompt user for a file rather than raising an error.
7655 (cvs-enabledp): Fix call to cvs-mode-marked.
7656 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7657 (cvs-mode-insert): Use it. Change the init prompt' value.
7658 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7659
7660 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7661 Don't pass default arg to ewoc-locate.
7662 (ewoc-collect): Return result in the right order.
7663
7664 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7665
7666 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7667 (cvs-status-get-tags): Fix regexp.
7668 (cvs-status-trees, cvs-status-cvstrees):
7669 Combine after change hooks and don't sit-for.
7670 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7671 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7672 Use make-char rather than hard-coded cryptic data.
7673 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7674
7675 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7676
7677 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7678 (cvs-insert-strings): New function.
7679
7680 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7681
7682 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7683 `mwheel-scroll-amount'.
7684 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7685 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7686 string-matching against the version string.
7687
7688 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7689
7690 * language/thai.el ("Thai"): Set a lisp form that produces
7691 composed string in `sample-text' language info.
7692
7693 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7694 composed string in `sample-text' language info.
7695
7696 * international/mule-cmds.el (describe-language-environment):
7697 Eval `sample-text' data and insert the result.
7698
7699 * international/mule-conf.el (compound-text): Define this coding
7700 system here. Make x-ctext and ctext aliases of it.
7701
7702 * language/european.el (compound-text, ctext): Moved to
7703 international/mule-conf.el.
7704
7705 2000-11-05 Andrew Innes <andrewi@gnu.org>
7706
7707 * w32-fns.el (w32-version): New function.
7708
7709 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7710
7711 * progmodes/awk-mode.el: Update copyright.
7712 (awk-mode-abbrev-table): Remove.
7713 (awk-font-lock-keywords): Use regexp-opt.
7714 (awk-mode): Use define-derived-mode.
7715
7716 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7717 when extracting a suffix.
7718
7719 2000-11-04 Andre Spiegel <spiegel@gnu.org>
7720
7721 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7722 auto-save-mode.
7723
7724 2000-11-04 Jason Rumney <jasonr@gnu.org>
7725
7726 * language/european.el (decode-mac-roman): Test against r1 not r0.
7727
7728 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7729
7730 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7731 (icon-mode): Define indent-line-function.
7732 (icon-comment-indent): Simplify.
7733 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7734
7735 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7736
7737 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7738 Bind change-log-default-mode to defeat the caching done on it.
7739 Don't bother saving excursion any more.
7740
7741 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7742
7743 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7744 (set-frame-font): Use the new name (and the old for compatibility).
7745
7746 * toolbar/tool-bar.el (tool-bar-mode):
7747 * time.el (display-time-mode):
7748 * recentf.el (recentf-mode):
7749 * paren.el (show-paren-mode):
7750 * mwheel.el (mouse-wheel-mode):
7751 * msb.el (msb-mode):
7752 * jka-compr.el (auto-compression-mode):
7753 * image-file.el (auto-image-file-mode):
7754 * hl-line.el (hl-line-mode):
7755 * delsel.el (delete-selection-mode):
7756 * autoinsert.el (auto-insert-mode):
7757 * complete.el (partial-completion-mode): Drop unneeded positional args.
7758
7759 * info.el (Info-mode):
7760 * comint.el (comint-mode): Don't bother with make-local-hook.
7761
7762 * log-edit.el (log-edit-menu): New menu.
7763
7764 2000-11-03 Miles Bader <miles@gnu.org>
7765
7766 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7767 definition, so that trailing spaces are handled properly.
7768 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7769
7770 2000-11-03 Gerd Moellmann <gerd@gnu.org>
7771
7772 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7773 tab character.
7774 (fancy-splash-screens): Set tab-width to 20.
7775
7776 2000-11-03 Dave Love <fx@gnu.org>
7777
7778 * comint.el (comint-completion-addsuffix): Fix custom type.
7779
7780 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7781
7782 * font-lock.el (font-lock-buffers): Remove.
7783 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7784 (font-lock-change-major-mode): Remove.
7785 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7786 (font-lock-default-fontify-region): Extend the multiline
7787 fontification to whole lines.
7788 (font-lock-fontify-anchored-keywords)
7789 (font-lock-fontify-keywords-region): If matching just one
7790 line (with \n) only mark the \n as multiline.
7791
7792 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7793 Correctly handle the case where several :group args are supplied.
7794 Allow :extra-args.
7795 (easy-mmode-define-global-mode): Allow :extra-args.
7796 Correctly handle the case where several :group args are supplied.
7797
7798 2000-11-02 Miles Bader <miles@gnu.org>
7799
7800 * calendar/calendar.el (diary-face, calendar-today-face)
7801 (holiday-face): Remove dependency on `window-system'.
7802
7803 2000-11-02 Ken Raeburn <raeburn@gnu.org>
7804
7805 * Makefile.in (emacs): Set EMACSLOADPATH always.
7806 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7807 (compile-files): Bomb out if compilation of a file fails.
7808
7809 2000-11-02 Dave Love <fx@gnu.org>
7810
7811 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7812
7813 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7814
7815 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7816 punctuation in the warning inserted into the *mail* buffer.
7817
7818 2000-11-02 Gerd Moellmann <gerd@gnu.org>
7819
7820 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7821 (authors-public-domain-p): New function.
7822 (authors-print): Use it.
7823
7824 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7825
7826 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7827
7828 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7829
7830 * ps-print.el: Extension for even/odd printing. Doc fix.
7831 (ps-print-version): New version number (6.3.1).
7832 (ps-even-or-odd-pages): Customization fix.
7833 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7834 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7835 (ps-page-count): Var replaced by `ps-page-column'.
7836 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7837 (ps-print-sheet-p): New fun.
7838
7839 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7840
7841 * tooltip.el (tooltip-gud-tips-setup): New function.
7842 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7843 (tooltip-mode): Call tooltip-gud-tips-setup.
7844 (tooltip-gud-tips): Use `gud-basic-call' instead of
7845 process-send-string, so the prompt gets frobbed appropriately.
7846 Handle nil return value from `tooltip-gud-print-command'.
7847
7848 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7849
7850 * comint.el (comint-add-to-input-history): New function.
7851 (comint-send-input): Use `comint-add-to-input-history'.
7852
7853 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7854
7855 * info.el (info-menu-header): New face.
7856 (Info-fontify-menu-headers): New function.
7857 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7858
7859 * info.el (Info-insert-dir): Don't include blank lines at
7860 beginning of additional dir files (one is added automatically).
7861
7862 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7863
7864 * emacs-lisp/easy-mmode.el (define-minor-mode):
7865 Revert the latest changes.
7866 Allow the three positional arguments to be skipped and replaced
7867 by keyword arguments.
7868 Add a :toggle argument to determine whether a nil arg means toggle
7869 or means turn-on. The default is unchanged.
7870 Add a call to force-mode-line-update.
7871
7872 2000-11-01 Dave Love <fx@gnu.org>
7873
7874 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7875
7876 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7877
7878 * calendar/calendar.el (diary-face, holiday-face):
7879 Add dark-background variants.
7880
7881 2000-10-31 Sam Steingold <sds@gnu.org>
7882
7883 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7884 `tex-main-file' does not have directory in it.
7885
7886 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7887
7888 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7889
7890 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7891
7892 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7893 functional change.
7894
7895 2000-10-31 Gerd Moellmann <gerd@gnu.org>
7896
7897 * files.el (find-file-noselect): When we expand a wildcard, return
7898 a list of buffers, as we should do according to the doc string.
7899
7900 2000-10-31 Ken Raeburn <raeburn@gnu.org>
7901
7902 * loadup.el (top level): Adjust load path if program name is
7903 "../src/bootstrap-emacs", in case it's not dumped and thus the
7904 load path adjustment hasn't already been done.
7905
7906 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7907
7908 * ps-print.el: Fix bug on selected pages for printing.
7909 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
7910 is on. Try to avoid warning messages when compiling. Doc Fix.
7911 (ps-print-version): New version number (6.3).
7912 (ps-color-device): Use `color-values' to determine if device
7913 supports color.
7914 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7915 (ps-print-page-p): Changed from defsubst to defun.
7916 (ps-page-number): Changed from defmacro to defun.
7917 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7918 printing.
7919 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7920 (ps-end-file, ps-dummy-page): Funs eliminated.
7921 (ps-print-color-scale): Changed default value.
7922 (ps-page-n-up, ps-print-page-p): New internal vars.
7923 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7924 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7925
7926 * delim-col.el: Little programming improvement.
7927 (delimit-columns-str): New macro.
7928 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7929
7930 2000-10-31 Kenichi Handa <handa@etl.go.jp>
7931
7932 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7933 Moved to european.el.
7934 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7935 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7936 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7937 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7938
7939 2000-10-30 Dave Love <fx@gnu.org>
7940
7941 * progmodes/cc-menus.el (imenu-generic-expression)
7942 (imenu-progress-message): Only defvar when compiling.
7943
7944 * emacs-lisp/elp.el (elp-unload-hook): New function.
7945
7946 * loadhist.el (unload-feature): Call elp-restore-function,
7947 checking for symbols; don't use elp-restore-all.
7948 (loadhist-hook-functions): Doc fix.
7949
7950 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7951
7952 * log-edit.el (log-edit-confirm): Fix the default.
7953
7954 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7955
7956 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7957 delimit-columns-format.
7958 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7959
7960 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7961
7962 * comint.el (comint-replace-by-expanded-history): Don't use
7963 comint-get-old-input (we're not looking at *old* input).
7964 (comint-get-old-input-default): If using fields, signal an error
7965 when the point is not in an input field.
7966
7967 2000-10-30 Kenichi Handa <handa@etl.go.jp>
7968
7969 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7970 and mule-unicode-e000-ffff.
7971
7972 * international/mule.el (decode-char, encode-char): New functions.
7973 (make-coding-system): Accept a symbol of translation table as a
7974 value of property `safe-chars'.
7975
7976 * international/mule-cmds.el (encode-coding-char): Check property
7977 safe-chars instead of safe-charsets.
7978
7979 * international/fontset.el (fontset-default): Modified for
7980 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7981 (x-font-name-charset-alist): Likewise.
7982 (ccl-encode-unicode-font): New CCL program. Record it in
7983 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7984
7985 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7986 New translation tables.
7987 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7988 programs are modified and moved from mac-win.el.
7989 (mac-roman): Definition of this coding system is modified and
7990 moved from mac-win.el.
7991
7992 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7993
7994 * ediff-wind.el (ediff-setup-control-frame): Enclose
7995 face-attribute in condition-case to avoid errors in older emacsen.
7996
7997 2000-10-29 Miles Bader <miles@gnu.org>
7998
7999 * custom.el (custom-add-to-group): Allow multiple entries for a
8000 given value OPTION, as long as their widget types are different.
8001 * cus-edit.el (custom-face-value-create): If face name doesn't end
8002 with "face", add such here (similar to custom group widgets).
8003
8004 * comint.el (comint-highlight-prompt): Add :type.
8005
8006 2000-10-28 John Wiegley <johnw@gnu.org>
8007
8008 * calendar/timeclock.el (timeclock-log): Doc fix.
8009 (timeclock-last-event): Doc fix.
8010 (timeclock-log): Kill the timelog buffer after appending a new event.
8011 (timeclock-find-discrep): Use a temp buffer to read in the
8012 timelog, instead of visiting the file.
8013 (timeclock-log-data): A new function, along with a host of helper
8014 functions, for the purpose of making timelog data accessible to
8015 programmers.
8016
8017 * eshell/esh-mode.el (window-height test): Make certain that
8018 `eshell-stringify-t' is non-nil.
8019 (eshell-password-prompt-regexp): Changed to a much simpler
8020 password regexp.
8021 (eshell-send-input): If `eshell-invoke-directly' returns t,
8022 directly invoke the parsed command using `eval'. This improves
8023 turn-around time on simple commands by a factor of three or
8024 greater, such as cd, ls, pwd, etc. -- which get used very often.
8025 It also conserves thousands of cons cells per call (since
8026 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8027 in the Pacific Cookie Company).
8028
8029 * eshell/esh-test.el (eshell-test): Whitespace fix.
8030
8031 * eshell/em-ls.el (eshell-ls-insert-directory):
8032 Make `eshell-ls-initial-args' nil when inserting directory contents.
8033
8034 * eshell/em-script.el (eshell-script-initialize): Add names to
8035 `eshell-complex-commands, since `source' and `.' are complex.
8036
8037 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8038 (eshell-rewrite-while-command): Use `eshell-protect' instead of
8039 `eshell-copy-handles'.
8040 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8041 bodies.
8042 (eshell-separate-commands): Whitespace fix.
8043 (eshell-complex-commands): Added a new list of names, for
8044 determining whether a given command is as simple as it looks.
8045 (eshell-invoke-directly): New function. Returns t if a command
8046 should be invoked directly (using `eval'), rather than indirectly
8047 using `eshell-do-eval'.
8048 (eshell-do-eval): Whitespace fix.
8049
8050 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8051 which provides an emulation of the DOS shell behavior of assuming
8052 that cp/mv/ln should copy/move/link to the current directory.
8053 (eshell-remove-entries): Added a doc string.
8054 (eshell-shuffle-files): Removed the check for `target' being null.
8055 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8056 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8057 it to do a smarter check of whether a destination was provided.
8058 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8059 (eshell/ln): Enable `:preserve-args', and use
8060 `eshell-mvcpln-template' to implement the body of the function.
8061 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8062 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8063 list after flattening it. This makes it possible to cat files
8064 with numerical names.
8065 (eshell-unix-initialize): Added several names to
8066 `eshell-complex-commands.
8067 (eshell-unix-command-complex-p): Return t if a given command name
8068 may result in external processes being invoked.
8069
8070 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8071 variable nil by default, since it slows down glob processing by a
8072 factor of two or more, and increases memory consumption.
8073
8074 * eshell/em-smart.el: Added a note about how memory consumptive
8075 smart display mode can be (at least this is true in Emacs 21).
8076 (eshell-smart-initialize): Whitespace fix.
8077 (eshell-refresh-windows): Use `if' instead of `when'.
8078 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8079 not necessary.
8080 (eshell-currently-handling-window): Added a missing global variable.
8081
8082 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8083 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8084 Whitespace fix.
8085 (eshell-ls-exclude-hidden): Added this variable in addition to
8086 `eshell-ls-exclude-regexp'. This one prevents files beginning
8087 with . from even being read, which can improve memory consumption
8088 quite a bit.
8089 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8090 read file entries beginning with a dot. In home directories with
8091 lots of hidden files, fully two-thirds of the time spent in ls is
8092 used to read directory entries that are immediately thrown away.
8093 (eshell-ls-initial-args): Added back this configuration variable,
8094 for specifying default initial arguments to every call to ls.
8095 Much faster than using an alias to do the same thing.
8096 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8097 (eshell-ls-dir): Whitespace change.
8098
8099 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8100
8101 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8102 (eshell-stringify-t): Added a customization variable, to indicate
8103 whether `t' should be rendered as a string at all. If not, one
8104 can still determine if the result of an expression is true using
8105 "file-exists-p FILE && echo true".
8106 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8107 stringify t!
8108
8109 * eshell/esh-module.el: Whitespace fix.
8110
8111 * eshell/em-alias.el (eshell-alias-initialize):
8112 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8113 (eshell-command-aliased-p): New function that returns t if a
8114 command name names an aliased.
8115
8116 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8117
8118 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8119 redrawing the screen when changing cursor color.
8120 (viper-insert-state-pre-command-sentinel)
8121 (viper-replace-state-pre-command-sentinel)
8122 (viper-replace-state-post-command-sentinel):
8123 Use viper-preserve-cursor-color.
8124 Many functions changed to use viper= instead of = when comparing
8125 characters.
8126 * viper-util.el (viper-memq-char,viper=): New functions for
8127 working with characters.
8128 (viper-change-cursor-color): Fixed buglet.
8129 Many functions changed to use viper= instead of = when comparing
8130 characters.
8131 * viper.el (viper-insert-state-mode-list): Added eshell.
8132
8133 * ediff-init.el (ediff-before-setup-hook): New hook.
8134 Several typos fixed in various docstrings.
8135 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8136 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8137 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8138 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8139 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8140 (ediff-get-selected-buffers): New function.
8141 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8142 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8143 Use save-window-excursion.
8144 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8145 termination check in while loop.
8146 * ediff.el (ediff-get-default-file-name): Better defaults when in
8147 dired buffer.
8148 (ediff-files,ediff-merge-files,ediff-files3)
8149 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8150
8151 2000-10-28 Dave Love <fx@gnu.org>
8152
8153 * info.el (Info-fontify-node): Add help-echo for menu items.
8154
8155 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8156
8157 * startup.el (normal-top-level): If the value of $TERM indicates
8158 we are running from xterm or one of its work-alikes, default to a
8159 light background mode.
8160
8161 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8162 * faces.el (tty-handle-reverse-video): New function.
8163 (tty-create-frame-with-faces): Call it.
8164
8165 * frame.el (frame-notice-user-settings): Don't apply
8166 default-frame-alist and initial-frame-alist to MS-DOS frames.
8167 Call tty-handle-reverse-video, frame-set-background-mode, and
8168 face-set-after-frame-default for non-MS-DOS frames.
8169
8170 * startup.el (tty-long-option-alist): New variable.
8171 (tty-handle-args): New function.
8172 (command-line): Call tty-handle-args.
8173
8174 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8175 startup.el now does that for all character-terminal frames.
8176
8177 2000-10-28 Miles Bader <miles@gnu.org>
8178
8179 * emacs-lisp/easy-mmode.el (define-minor-mode):
8180 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8181 is global. If :global is followed by a non-nil but non-t value,
8182 make the mode buffer-local, but also generate a `global-MODE'
8183 version using `easy-mmode-define-global-mode'.
8184 Add :conditional-turn-on keyword argument.
8185
8186 2000-10-28 Dave Love <fx@gnu.org>
8187
8188 * international/latin1-disp.el (latin1-char-displayable-p):
8189 Don't use window-system.
8190
8191 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8192
8193 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8194 Don't call find-buffer-file-type-coding-system. Instead, just
8195 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8196 if the file is on an untranslated filesystem.
8197 (add-untranslated-filesystem): Use "D" instead of "f" inside
8198 interactive.
8199
8200 2000-10-27 Dave Love <fx@gnu.org>
8201
8202 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8203 (refill-mode): Use it.
8204
8205 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8206
8207 * international/quail.el (quail-activate): Don't make-local-hook.
8208
8209 2000-10-27 Andre Spiegel <spiegel@gnu.org>
8210
8211 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8212 manual backups and file.~<rev>.~ for automatic ones.
8213 (vc-make-version-backup): Don't do it on MS-DOS without long file
8214 names.
8215
8216 * vc.el (vc-version-other-window): If an automatic backup of the
8217 desired version exists, rename it instead of copying it.
8218
8219 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8220 after command. If there's an unexpected error, signal it instead
8221 of being silent.
8222 (vc-cvs-merge-news): Be prepared for no news at all.
8223
8224 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8225
8226 * shell.el (shell): Add BUFFER argument.
8227 * comint.el (make-comint-in-buffer): New function.
8228 (make-comint): Use it.
8229
8230 * faces.el (face-spec-choose): Change syntax so that the list of
8231 attribute-value pairs is now the cdr of each clause, not the cadr.
8232 Detect old-style entries, and handle them. Use pop.
8233
8234 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8235
8236 * cus-edit.el (custom-mode-map): Use a sparse map.
8237 (custom-mode): Don't bother with make-local-hook.
8238
8239 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8240
8241 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8242
8243 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8244
8245 * ps-print.el: Avoid compilation gripes.
8246 (ps-print-version): New version number (6.2.1).
8247
8248 2000-10-26 Dave Love <fx@gnu.org>
8249
8250 * menu-bar.el: Modify some menu item help strings.
8251 (menu-bar-help-menu): Add link to MORE.STUFF.
8252
8253 * cus-edit.el (custom-mode): Add `special' mode-class property.
8254
8255 * wid-browse.el (widget-browse-mode): Likewise.
8256
8257 * wid-edit.el (widget-specify-field): Revert to using local-map
8258 property, not keymap.
8259
8260 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8261
8262 * wid-edit.el (widget-field-end): When checking for a `boundary'
8263 field, do so in the correct buffer.
8264
8265 * simple.el (undo): Correctly distinguish between numeric and
8266 non-numeric prefix args in non-transient-mark-mode, as per the doc
8267 string. When in transient-mark-mode, treat all prefix-args as
8268 numeric.
8269
8270 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8271 Position point on match. Handle N == 0 correctly.
8272
8273 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8274 (comint-mode-map): Reverse order of `comint-write-output' and
8275 `comint-append-output-to-file'.
8276 (comint-append-output-to-file): Reinstate this function, for the
8277 benefit of the menu.
8278
8279 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8280
8281 * vc.el (vc-version-other-window): Bind `file'.
8282
8283 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8284
8285 * Makefile.in (update-authors): New target for maintenance purposes.
8286
8287 * emacs-lisp/authors.el (batch-update-authors): New function.
8288 (authors-fixed-entries): New defconst.
8289 (authors-add-fixed-entries): New function.
8290 (authors): Call it.: Don't process lispref/.
8291
8292 2000-10-25 Jason Rumney <jasonr@gnu.org>
8293
8294 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8295 Merge x w32 and mac definitions.
8296
8297 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8298
8299 * menu-bar.el (menu-bar-options-menu): Add a help string for
8300 `uniquify'.
8301
8302 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
8303
8304 * time-stamp.el (time-stamp-string-preprocess):
8305 Fix a wrong type argument error.
8306
8307 2000-10-25 Miles Bader <miles@gnu.org>
8308
8309 * recentf.el (recentf-mode): Variable removed.
8310 (recentf-mode): Use `define-minor-mode'.
8311
8312 * mwheel.el (mouse-wheel-mode): New global minor mode.
8313 (mwheel-install): Use `mouse-wheel-mode'.
8314
8315 2000-10-25 Dave Love <fx@gnu.org>
8316
8317 * progmodes/cperl-mode.el (cperl-mode):
8318 Set normal-auto-fill-function correctly.
8319
8320 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8321 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8322 bindings.
8323
8324 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8325
8326 * wid-edit.el (widget-field-at): New function.
8327 (widget-at, widget-field-activate): Use it.
8328 (widget-tabable-at): Use `widget-at'.
8329 (widget-specify-field): If the terminating character of the widget
8330 field (which is read-only) is a newline, put it into a special
8331 `boundary' field so that C-n/C-p act more naturally.
8332 (widget-field-end): Also don't subtract one if a special
8333 `boundary' field has been added after the widget field.
8334
8335 * comint.el (comint-output-filter, comint-send-input):
8336 Don't bother adding stickiness fields to overlays to fool the field
8337 code, since it should notice the overlay insertion-types now.
8338
8339 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8340 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8341 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8342
8343 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8344
8345 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8346 (authors): Set file coding system to iso-2022-7bit.
8347 Add file-local variables to output buffer.
8348
8349 * files.el (after-find-file): Don't print any warnings if
8350 WARN is nil.
8351
8352 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8353
8354 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8355
8356 * delim-col.el: Now there is a column formatting mechanism.
8357 Modified to customization mechanisms convention. Doc fix.
8358 (columns): New group for delim-col.
8359 (delimit-columns-before, delimit-columns-after)
8360 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8361 (delimit-columns-end): New vars.
8362 (delimit-columns-customize, delimit-columns-format): New funs.
8363 (delimit-columns-region, delimit-columns-rectangle)
8364 (delimit-columns-rectangle-line): Modified to support column
8365 formatting.
8366
8367 2000-10-24 Dave Love <fx@gnu.org>
8368
8369 * log-edit.el (log-edit): Add :version and a :group for vc.
8370
8371 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8372
8373 * files.el (after-find-file): Don't print a message ``New file''
8374 if WARN is nil.
8375
8376 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8377 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8378 get duplicate tool-bar entries because we'll see the global ones
8379 on more than one path through keymaps.
8380
8381 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8382
8383 * progmodes/cmacexp.el: Change Francesco's email address.
8384
8385 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8386
8387 * window.el (fit-window-to-buffer): Adjust point of the window
8388 buffer, not that of the current buffer.
8389
8390 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8391
8392 * progmodes/cmacexp.el: Update the euthor's email address.
8393
8394 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8395
8396 * faces.el (face-spec-set-match-display): Add `graphic' display
8397 type (the inverse of `tty'). Use `display-graphic-p' instead of
8398 the window-system variable.
8399
8400 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8401
8402 * international/isearch-x.el (isearch-with-input-method):
8403 Call input-method-function with the first event in
8404 unread-command-events.
8405
8406 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8407
8408 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8409
8410 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8411
8412 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8413 New charsets.
8414
8415 * term/mac-win.el: Remove definitions of mac-roman-lower and
8416 mac-roman-upper, require dired, and define instead of set
8417 mac-ready-for-drag-n-drop to avoid compilation error.
8418
8419 2000-10-23 Andrew Innes <andrewi@gnu.org>
8420
8421 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8422 Remove superfluous calls to subst-char-in-string; instead apply
8423 expand-file-name after convert-standard-filename to ensure
8424 expected directory separators are used.
8425
8426 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8427
8428 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8429
8430 2000-10-23 Dave Love <fx@gnu.org>
8431
8432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8433 (tool-bar-add-item): Set foreground and background for XBM icons.
8434
8435 * international/latin1-disp.el (latin1-char-displayable-p):
8436 New function (from Handa).
8437 (latin1-display-check-font): Use it.
8438
8439 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8440 using :key-sequence, making it much more usable.
8441 Use nconc, not append.
8442 (imenu--create-keymap-1): Avoid append.
8443
8444 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8445
8446 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8447
8448 [the following changes fix a bug where `define-minor-mode' didn't
8449 correctly generate :require clauses for defcustoms in compiled files]
8450 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8451 (byte-compile-log-file, byte-compile-log-1): Don't set
8452 `byte-compile-current-file' to nil. Instead set
8453 `byte-compile-last-logged-file' to it. Test whether
8454 byte-compile-current-file equals byte-compile-last-logged-file
8455 instead of whether its nil.
8456 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8457
8458 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8459
8460 * textmodes/refill.el: Fix var names in doc.
8461 (refill-mode): Don't bother with make-local-hook anymore.
8462
8463 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8464
8465 * faces.el (face-user-default-spec, face-default-spec): New functions.
8466 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8467 (frame-set-background-mode, face-set-after-frame-default):
8468 Use `face-user-default-spec'. Simplify code slightly.
8469
8470 * woman.el (woman-italic-face, woman-bold-face)
8471 (woman-unknown-face): Add dark-background variants.
8472 (woman-default-faces): Renamed from `woman-colour-faces'.
8473 Set using the stored defaults, rather than using hard-wired colors.
8474 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8475 Just make the foreground `unspecified' rather than "black".
8476 (woman-menu): Rename menu entries accordingly.
8477
8478 * faces.el (header-line): Make more reasonable on mono/grayscale
8479 displays.
8480
8481 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8482
8483 * cus-edit.el (custom-button-face): Use 3D look for mac.
8484 (custom-button-pressed-face): Likewise.
8485
8486 * faces.el (set-face-attributes-from-resources): Handle mac frames
8487 in the same way as x and w32 frames.
8488 (face-valid-attribute-values): Likewise.
8489 (read-face-attribute): Likewise.
8490 (defined-colors): Likewise.
8491 (color-defined-p): Likewise.
8492 (color-values): Likewise.
8493 (display-grayscale-p): Likewise.
8494 (face-set-after-frame-default): Likewise.
8495 (mode-line): Same default face as for x and w32.
8496 (tool-bar): Likewise.
8497
8498 * frame.el: Remove call to frame-notice-user-settings at end of
8499 the file.
8500
8501 * info.el (Info-fontify-node): Make underlines invisible for mac
8502 as for x, pc, and w32 frame types.
8503
8504 * term/mac-win.el: New file.
8505
8506 2000-10-22 Dave Love <fx@gnu.org>
8507
8508 * textmodes/refill.el: New file.
8509
8510 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8511
8512 * vc-hooks.el (vc-version-backup-file-name): New optional args
8513 MANUAL and REGEXP.
8514 (vc-delete-automatic-version-backups, vc-make-version-backup):
8515 New functions.
8516 (vc-before-save): Use the latter.
8517 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8518 confusion.
8519
8520 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8521 expected by vc[-hooks].el.
8522
8523 * vc.el (vc-checkout): Added `-p' suffix in call to
8524 vc-make-version-backups-p; use vc-make-version-backup to actually
8525 make the backup.
8526 (vc-version-other-window, vc-version-backup-file): Handle both
8527 automatic and manual backups.
8528 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8529 of all of them.
8530
8531 2000-10-22 Miles Bader <miles@gnu.org>
8532
8533 * comint.el (comint-highlight-input, comint-highlight-prompt):
8534 Renamed, `-face' at end removed.
8535 (comint-send-input, comint-output-filter): Use renamed faces.
8536
8537 * window.el (fit-window-to-buffer): Change defaulting of
8538 MAX-HEIGHT slightly.
8539
8540 * faces.el (color-values, color-defined-p): Use `member', not
8541 `memq', because it works correctly for strings.
8542 (frame-set-background-mode): Actually, "unspecified-fg" and
8543 "unspecified-bg" *are* strings. Use `member', not `memq', and
8544 `equal', not `eq', when a string value is possible.
8545
8546 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8547
8548 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8549
8550 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8551
8552 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8553 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8554 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8555 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8556 (sh-font-lock-syntactic-keywords): Use them.
8557 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8558 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8559 (sh-mode): Don't override font-lock-unfontify-region-function.
8560 Use a copy of sh-font-lock-syntactic-keywords.
8561 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8562 Don't call sh-scan-buffer since font-lock does it on the fly.
8563 (sh-get-indent-info): Use `face' rather than `syntax-table'
8564 text-property to detect here-documents.
8565 Replace sh-special-syntax with sh-st-punc.
8566 (sh-prev-line): Use `face' rather than `syntax-table'
8567 text-property to skip over here-documents.
8568 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8569 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8570 (sh-electric-less, sh-set-here-doc-region)
8571 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8572 (sh-scan-buffer, sh-rescan-buffer): Remove.
8573
8574 2000-10-21 Andrew Innes <andrewi@gnu.org>
8575
8576 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8577 remote (ange-ftp) file names.
8578
8579 2000-10-21 Miles Bader <miles@gnu.org>
8580
8581 * window.el (fit-window-to-buffer): New function.
8582 (shrink-window-if-larger-than-buffer): Use it.
8583 (window-text-height): Don't expect minibuffers to have mode-lines.
8584
8585 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8586 * international/quail.el (quail-update-guidance):
8587 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8588
8589 * international/quail.el (quail-show-guidance-buf): Make sure
8590 guidance window really has enough room.
8591 (quail-update-guidance): If quail-guidance-win is already shown,
8592 make sure its height is OK.
8593
8594 * window.el (window-text-height, set-window-text-height):
8595 New functions.
8596 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8597 instead of `window-height' & `mode-line-window-height-fudge'.
8598 (mode-line-window-height-fudge): Add FACE parameter.
8599 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8600 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8601
8602 2000-10-20 Miles Bader <miles@gnu.org>
8603
8604 * window.el (height-affecting-face-attributes): Use `defconst'.
8605
8606 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8607 New function, conditionally aliased to `mode-line-window-height-fudge'.
8608 (ispell-help): Use it.
8609 (ispell-choices-win-default-height): Don't include mode-line fudge.
8610 (ispell-choices-win-default-height): New function.
8611 (ispell-show-choices, ispell-command-loop): Use function
8612 `ispell-choices-win-default-height' instead of variable.
8613
8614 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8615
8616 * window.el (mode-line-window-height-fudge): New variable.
8617 (height-affecting-face-attributes): New variable.
8618 (mode-line-window-height-fudge): New function.
8619 (shrink-window-if-larger-than-buffer): Use it.
8620 * help.el (resize-temp-buffer-window): Likewise.
8621
8622 * info.el (Info-fontify-node): Add support for @subsubsection
8623 titles, which use `Info-title-4-face'.
8624 (Info-title-4-face): New face.
8625 (Info-title-3-face): Inherit from Info-title-4-face instead of
8626 variable-pitch.
8627
8628 2000-10-19 Jason Rumney <jasonr@gnu.org>
8629
8630 * dired.el (dired-insert-directory): Do not let errors signalled by
8631 attempt to run dired-free-space-program prevent dired from working.
8632
8633 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8634
8635 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8636
8637 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8638
8639 * dirtrack.el (dirtrack): Fix call to run-hooks.
8640
8641 * cmuscheme.el (cmuscheme-program-name): Renamed from
8642 scheme-program-name because xscheme.el contains a defcustom with
8643 the same name. As a consequence, customizing group `cmuscheme'
8644 loaded `xscheme' which redefined run-scheme.
8645 (run-scheme): Use cmuscheme-program-name.
8646
8647 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8648
8649 * play/doctor.el (doctor-death): Update the Samaritans'
8650 anonymous address, and add a website for Befrienders International.
8651
8652 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8653
8654 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8655 Avoid compilation gripes. Doc fix.
8656 (ps-print-version): New version number (6.2).
8657 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8658 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8659 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8660 (ps-x-extent-priority, ps-x-extent-start-position)
8661 (ps-x-face-font-instance, ps-x-find-coding-system)
8662 (ps-x-font-instance-properties, ps-x-make-color-instance)
8663 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8664 avoid compilation gripes without defining functions.
8665 (ps-e-find-composition): Alias for function find-composition, to have a
8666 suitable function depending on Emacs version.
8667 (ps-color-device, ps-color-values, ps-face-foreground-name)
8668 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8669 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8670 (ps-print-ensure-fontified): Function definitions surrounded by
8671 `eval-and-compile' to avoid compilation gripes.
8672 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8673 by symbol-value to avoid compilation gripes.
8674 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8675 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8676
8677 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8678
8679 * startup.el (normal-top-level): Call `frame-set-background-mode'
8680 after `frame-notice-user-settings' because the latter doesn't call
8681 the former on a tty.
8682
8683 * faces.el (frame-set-background-mode): `unspecified' &c are
8684 symbols, not strings.
8685
8686 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8687
8688 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8689 why some "light*" colors are deliberately absent from the alist.
8690
8691 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8692 Change colors for tty's, as suggested by Miles Bader.
8693
8694 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8695
8696 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8697 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8698 for ISO10646-1 fonts.
8699 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8700
8701 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8702
8703 * faces.el (frame-set-background-mode): If a tty frame defines a
8704 background color, use that to compute the background mode, instead
8705 of always defaulting to "dark".
8706
8707 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8708
8709 * comint.el (comint-write-output): New function.
8710 (comint-mode-map): Add it to the menu.
8711 Bind `C-c C-s' to comint-write-output.
8712
8713 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8714
8715 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8716 Use fancy-splash-delay.
8717
8718 2000-10-18 Alex Schroeder <alex@gnu.org>
8719
8720 * progmodes/sql.el (sql-sybase-options): New option.
8721 (sql-sybase): Use it. Add sql-database to the list of parameters
8722 provided for login. The options -w 2048 -n are not used any more.
8723
8724 * comint.el (comint-read-input-ring): Bugfix such that the first
8725 and the last entry of the input ring file are not lost.
8726
8727 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8728
8729 * ps-print.el: Internal variable changes to defcustom,
8730 make-local-hook changes to defvar. Doc fix.
8731 (ps-print-version): New version number (6.1).
8732 (ps-setup, ps-do-despool): Code fix.
8733 (ps-printer-name): Customization fix.
8734 (ps-printer-name-option): Now is a defcustom instead of an
8735 internal variable.
8736 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8737 (ps-print-begin-column-hook): Now are defvar instead of
8738 make-local-hook.
8739
8740 2000-10-18 Miles Bader <miles@gnu.org>
8741
8742 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8743 (comint-kill-output): Changed into an alias for `comint-delete-output',
8744 and made obsolete.
8745 (comint-mode-map): Rename references to comint-kill-output.
8746
8747 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8748
8749 * diff-mode.el (diff-header-face, diff-file-header-face)
8750 (diff-changed-face): Add bold and italic attributes to tty faces.
8751 (diff-function-face): New face.
8752 (diff-font-lock-keywords): Use it.
8753
8754 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8755
8756 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8757 Remove commented-out call to force-mode-line-update.
8758 (comint-kill-output): Use `forward-line 0' instead of
8759 beginning-of-line to make sure we get past the prompt.
8760
8761 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8762
8763 * diff-mode.el (diff-header-face, diff-file-header-face):
8764 Add specific setting for dark background.
8765 (diff-context-face): Renamed from diff-comment-face.
8766 Set explicitly rather than inheriting from font-lock-comment-face.
8767
8768 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8769
8770 * startup.el (command-line): Move the code which sets the default
8771 TTY colors to before before-init-hook.
8772
8773 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8774
8775 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8776
8777 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8778
8779 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8780 extensions, for MS-DOS.
8781
8782 * diff-mode.el (diff-header-face, diff-file-header-face)
8783 (diff-changed-face): Define tty-specific colors.
8784
8785 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8786
8787 * startup.el (fancy-splash-text): Realign the text.
8788
8789 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8790
8791 * font-lock.el (font-lock-comment-face): Define a separate default
8792 for dark-background tty's.
8793
8794 2000-10-17 Miles Bader <miles@gnu.org>
8795
8796 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8797 being obscured by whizzy mode-lines on graphics displays.
8798
8799 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8800
8801 * info.el (Info-title-1-face, Info-title-2-face)
8802 (Info-title-3-face): Define colors for tty's.
8803 (info-header-node): Remove unneeded tty-specific definition.
8804
8805 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8806
8807 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8808 reverse from the frame parameters, and don't invert foreground and
8809 background colors.
8810
8811 2000-10-16 Miles Bader <miles@gnu.org>
8812
8813 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8814 string "*Info*". Call propertized-buffer-identification to spruce
8815 up the result.
8816
8817 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8818
8819 * help.el: Provide `help' for the sake of define-minor-mode
8820 which generates defcustoms with requires.
8821
8822 * jit-lock.el (jit-lock-after-change): If we're in text that
8823 matches a multi-line font-lock pattern, make sure the whole text
8824 will be redisplayed.
8825
8826 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8827 author's name is unknown.
8828
8829 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8830 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8831 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8832 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8833 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8834 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8835 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8836 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8837 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8838 Add author information.
8839
8840 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8841
8842 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8843 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8844 full-color version (using the Gimp) to eliminate dithering artifacts.
8845
8846 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8847
8848 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8849
8850 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8851
8852 2000-10-15 Dave Love <fx@gnu.org>
8853
8854 * progmodes/sh-script.el: Require skeleton and comint when compiling.
8855
8856 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8857
8858 * whitespace.el: Doc fixes.
8859 (top-level): Don't add hooks here.
8860 (whitespace-running-emacs): Deleted.
8861 (timer): Don't require.
8862 (whitespace): Add back :version conditional on xemacs test.
8863 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8864 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8865 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8866 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8867 Avoid specific xemacs test.
8868 (whitespace-global-mode): New option.
8869 (whitespace-global-mode): New command.
8870 (whitespace-unload-hook): New function.
8871
8872 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8873 (Info-fontify-node, Info-goto-node, Info-mode-menu)
8874 (Info-fontify-node): `Goto' goes to `Go to'.
8875 (Info-fontify-node): Add help-echo to xref links.
8876
8877 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8878
8879 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8880
8881 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8882
8883 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8884 Use plist-get and allow :inherit.
8885
8886 * emacs-lisp/cl-macs.el (cl-do-arglist):
8887 Use plist-get and plist-member instead of memq.
8888
8889 * emacs-lisp/ewoc.el (ewoc-location): New function.
8890 (ewoc-enter-after, ewoc-enter-before): Document return value.
8891 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8892 Don't need make-local-hook any more.
8893 (cvs-addto-collection): Return the new tin.
8894 (cvs-mode-insert): Jump to the new line.
8895
8896 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8897
8898 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8899
8900 * font-lock.el (font-lock-syntactically-fontified): New var.
8901 (font-lock-fontify-syntactic-keywords-region): Use it.
8902 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8903
8904 * diff-mode.el (diff-find-file-name): Fix regexp.
8905
8906 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8907 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8908
8909 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8910 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8911 (sh-mode): Don't make all vars local here.
8912 (sh-kw): Reformat.
8913 (sh-set-shell): Use dolist. Don't set indent-region-function.
8914 (sh-mode-syntax-table): Use pop.
8915 (sh-remember-variable): Use push.
8916 (sh-help-string-for-variable): Use memq.
8917 (sh-safe-backward-sexp): Remove.
8918 (sh-safe-forward-sexp): Add ARG.
8919 (sh-get-indent-info, sh-prev-stmt): Use it.
8920 (sh-prev-line): Simplify by using forward-comment.
8921 (sh-this-is-a-continuation): Simplify.
8922 (sh-learn-buffer-indent): Use dolist.
8923 (sh-do-nothing): Remove.
8924 (sh-set-char-syntax, sh-set-here-doc-region):
8925 Use inhibit-modification-hooks.
8926 (sh-name-style): Use mapcar and push.
8927 (sh-load-style): Use dolist.
8928 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8929 (sh-case, sh-while-getopts): Use propertize directly rather
8930 than sh-electric-rparen.
8931
8932 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8933
8934 * textmodes/tex-mode.el: Require CL when compiling.
8935 (tex-mode-syntax-table): Init immediately.
8936 (tex-mode-map): Bind M-RET to latex-insert-item.
8937 (latex-mode): Set indent-line-function to latex-indent.
8938 (tex-common-initialization): Don't setup the syntax-table any more.
8939 (latex-insert-item): New skeleton.
8940 (tex-next-unmatched-end): Fix copy/paste braino.
8941 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8942 (latex-indent, latex-find-indent): New functions.
8943 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8944 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8945 (tex-compilation-parse-errors): Use with-syntax-table.
8946
8947 2000-10-15 Miles Bader <miles@gnu.org>
8948
8949 * font-lock.el (font-lock-comment-face): Change dark-background,
8950 color, non-tty, default to `chocolate1'.
8951
8952 2000-10-13 John Wiegley <johnw@gnu.org>
8953
8954 * eshell/esh-util.el (require): Added a missing `require' form,
8955 needed when compiling (for an ange-ftp macro definition).
8956
8957 2000-10-13 Dave Love <fx@gnu.org>
8958
8959 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8960
8961 2000-10-13 Gerd Moellmann <gerd@gnu.org>
8962
8963 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8964
8965 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8966 transparent -colors 8).
8967
8968 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8969
8970 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8971 that breaks with old list format timestamps.
8972 (time-stamp-warn-inactive, time-stamp-old-format-warn)
8973 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8974
8975 2000-10-13 John Wiegley <johnw@gnu.org>
8976
8977 * align.el, pcomplete.el, calendar/timeclock.el,
8978 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8979
8980 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8981 faulty math, where holiday hours were being computing as seconds.
8982
8983 2000-10-13 John Wiegley <johnw@gnu.org>
8984
8985 * desktop.el (desktop-buffer-modes-to-save): Added a global for
8986 specifying what "other" kinds of buffers should be saved.
8987 This used to be hard-coded.
8988 (desktop-buffer-misc-functions): A global for specifying how
8989 auxiliary data should be determined for special buffer types.
8990 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8991 instead of hard-coding the special buffer types.
8992 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8993 auxiliary data, instead of hard-coding for Info buffers and dired.
8994 (desktop-buffer-info-misc-data): Aux function for determining Info
8995 buffer auxiliary info.
8996 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8997 (desktop-buffer-info): Changed this function to use the info
8998 gathered above.
8999 (desktop-create-buffer): Be a little more careful about what
9000 `minor-mode' means before calling it. This is important for some
9001 buffer types.
9002
9003 2000-10-13 John Wiegley <johnw@gnu.org>
9004
9005 * eshell/esh-util.el: Added a global form which declares an
9006 autoload for `parse-time-string', if that function is not already
9007 defined, and if parse-time.el is available on the user's system.
9008
9009 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9010 to be aware of ange-ftp user info.
9011 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
9012 (eshell-ls-annotate): Use `eshell-file-attributes'.
9013 (eshell-ls-file): Made the user-id printing code a bit smarter.
9014
9015 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9016 allow identification of alias user ids in remote directories.
9017 It's manual, but there's no other way to know when the current user
9018 on the local machine, is also the owning user on the remote machine.
9019 (fboundp): Bind `ange-cache'.
9020 (eshell-directory-files-and-attributes): Re-organized the logic a
9021 bit to use `eshell-file-attributes' instead of `file-attributes'.
9022 The former is more sensitive to directories that are read via FTP,
9023 and knows how to use ange-ftp to determine full attribute
9024 information, instead of just the name and last modtime.
9025 (eshell-current-ange-uids): Return the current user id when in a
9026 remote directory.
9027 (eshell-parse-ange-ls): Parse a full directory listing that has
9028 been returned by ange-ftp.
9029 (eshell-file-attributes): This beefed up version of
9030 `file-attributes' is only special if the user is currently in a
9031 remote directory, in which case it does a lot of work to find out
9032 what the real attributes of a file are, as they appear on the
9033 remote machine. This makes usage of remote directories (i.e.,
9034 ange-ftp pathnames) much more useful. You can now use Eshell as a
9035 full-fledged FTP client, with much more manipulation ability than
9036 most other clients.
9037
9038 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9039 variable, which means that Eshell's du should always be preferred
9040 in remote directories.
9041 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9042 just `file-attributes'.
9043 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9044 when reading remote directories. This is an Eshell-specific
9045 variable (not part of ange-ftp).
9046 (eshell/ln): Bind `ange-cache'.
9047 (eshell/du): Added some extra logic for determining when to use
9048 Eshell's du (which is slow), and when to use the external version
9049 (which may or may not exist).
9050
9051 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9052 Call `eshell-interactive-process', rather than using
9053 `get-buffer-process', since backgrounded processes don't count in
9054 the context of this function's logic.
9055
9056 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9057 `forward-char', so that null strings are parsed correctly.
9058
9059 2000-09-13 John Wiegley <johnw@gnu.org>
9060
9061 * eshell/em-pred.el (eshell-pred-file-type)
9062 (eshell-pred-file-links, eshell-pred-file-size):
9063 Use `eshell-file-attributes'. This is more correct over ange-ftp.
9064
9065 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9066 that remote file globbing is more efficient.
9067
9068 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9069 gathering the files and attributes within a directory.
9070
9071 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9072 the command line is a special file (not a regular file, directory
9073 or symlink), always attempt to call the external version of cat.
9074
9075 2000-09-13 John Wiegley <johnw@gnu.org>
9076
9077 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9078 Eshell-friendly version of find-tag.
9079
9080 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9081
9082 * image-file.el (image-file-name-extensions)
9083 (image-file-name-regexps): Add autoload cookies.
9084
9085 2000-10-13 Kenichi Handa <handa@etl.go.jp>
9086
9087 * international/mule-cmds.el (select-safe-coding-system): If FROM
9088 is string, show it in *Warning* buffer.
9089
9090 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9091
9092 * startup.el (normal-top-level): Use display-popup-menus-p instead
9093 of window-system.
9094 (command-line): Use display-graphic-p instead of window-system.
9095 (command-line-1): Use display-popup-menus-p and display-mouse-p
9096 instead of window-system.
9097
9098 2000-10-12 Sam Steingold <sds@gnu.org>
9099
9100 * tooltip.el (tooltip-use-echo-area): New user variable.
9101 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9102
9103 2000-10-12 Dave Love <fx@gnu.org>
9104
9105 * recentf.el: Maintainer's checkdoc fixes.
9106
9107 * startup.el (normal-top-level-add-subdirs-to-load-path):
9108 Use character class, not ASCII when matching file names.
9109 (fancy-splash-head): Add trailing slash to URL.
9110 (command-line): Don't require XPM support for toolbar.
9111
9112 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9113 (cperl-invalid-face): Revert last change.
9114 (cperl-init-faces): Quote cperl-invalid-face.
9115
9116 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9117
9118 * startup.el (fancy-splash-text): Remove superfluous quote.
9119
9120 2000-10-12 Gerd Moellmann <gerd@gnu.org>
9121
9122 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9123 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9124 (command-line-1): Don't use fancy-splash-pending-command.
9125 (fancy-splash-screens-1): Goto point-min after inserting text.
9126
9127 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9128
9129 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9130 instead of shared-lisp-mode-map.
9131
9132 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9133
9134 * faces.el (header-line): Change tty-variant to use underlining.
9135
9136 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9137 (isearch-highlight): Restore lazy-isearch face properties at old
9138 position, and suppress them at new position.
9139 (isearch-dehighlight): Restore lazy-isearch face properties.
9140 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9141 over the real isearch overlay, but in that case, don't give it a
9142 face property. Use `push'.
9143
9144 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9145
9146 * man.el (Man-getpage-in-background): Fix previous change.
9147 Decode the process output only when we are in multibyte mode.
9148
9149 2000-10-11 Dave Love <fx@gnu.org>
9150
9151 * info.el (Info-mode-menu): Fix some help.
9152 (info-tool-bar-map): Add entry for Info-last.
9153
9154 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9155 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9156 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9157 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9158 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9159 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9160 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9161 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9162 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9163 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9164 Reduce colour requirements to 25 overall. (Probably wants
9165 revisiting from the originals to reduce further.)
9166
9167 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9168
9169 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9170 buffer-file-coding-system, instead of raw-text.
9171 (dehexlify-buffer): Bind coding-system-for-read to
9172 buffer-file-coding-system, instead of raw-text.
9173
9174 2000-10-11 Sam Steingold <sds@gnu.org>
9175
9176 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9177 `underline' - fixes the bug introduced on 2000-09-21.
9178
9179 2000-10-11 Dave Love <fx@gnu.org>
9180
9181 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9182 Avoid compiler warnings.
9183 (scheme-mode): Doc fix.
9184 (scheme-font-lock-keywords-1): Match `define-syntax'.
9185
9186 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
9187
9188 * faces.el (frame-set-background-mode): Pay attention to saved
9189 face specs as well as default ones. Only do anything if the
9190 bg-mode or display-type has actually changed. Use `dolist'.
9191 (region): Make dark-background `region' face less in-your-face.
9192
9193 2000-10-10 Sam Steingold <sds@gnu.org>
9194
9195 * chistory.el, ielm.el, ledit.el:
9196 * progmodes/inf-lisp.el, progmodes/scheme.el:
9197 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9198
9199 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9200
9201 * textmodes/texinfo.el: Update copyright and fix typo.
9202
9203 * desktop.el (desktop-modes-not-to-save): New var.
9204 (desktop-save-buffer-p): Use it.
9205 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9206 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9207
9208 2000-10-10 Dave Love <fx@gnu.org>
9209
9210 * toolbar/tool-bar.el (tool-bar-add-item)
9211 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9212
9213 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9214 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9215 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9216 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9217 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9218 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9219 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9220 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9221 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9222 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9223 the .xpms; probably need retouching.
9224
9225 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9226
9227 * subr.el (add-to-list): Add optional argument APPEND.
9228 * battery.el (display-battery): Use `add-to-list'.
9229
9230 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9231
9232 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9233 properties.
9234 (zone, zone-when-idle, zone-leave-me-alone)
9235 (zone-pgm-whack-chars): Use new symbol properties.
9236
9237 * battery.el (display-battery): Doc spelling fix.
9238
9239 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9240 property.
9241
9242 2000-10-09 Dave Love <fx@gnu.org>
9243
9244 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9245 has been initialized before calling tool-bar-setup.
9246 (tool-bar-add-item-from-menu): Add autoload cookie.
9247
9248 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * menu-bar.el (send-mail-item-name): New function.
9251 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9252 of mail-user-agent in the menu. Don't display the "Send Mail"
9253 item if mail-user-agent is nil or its value is ignore.
9254 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9255 if read-mail-command is nil or its value is ignore.
9256
9257 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9258
9259 2000-10-09 Miles Bader <miles@gnu.org>
9260
9261 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9262 Correct image size.
9263 * toolbar/left_arrow.xpm: Correct image size.
9264
9265 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9266 will be done by the definition of `auto-compression-mode' if
9267 necessary. Move code to uninstall existing file-name handler
9268 before definition of `auto-compression-mode'.
9269
9270 * image-file.el (auto-image-file-mode): Move to the end of the
9271 file, because `define-minor-mode' actually calls the mode-function
9272 if the associated variable is non-nil, which requires that all
9273 needed functions be already defined.
9274
9275 * mouse.el (popup-menu): Balance parens.
9276
9277 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9278
9279 * mouse.el (popup-menu): Move the command call outside the loop
9280 so that popup-menu returns whatever the command returns.
9281
9282 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9283 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9284 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9285 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9286
9287 * vc.el (vc-version-diff): diff-switches can be a list.
9288 Use relative filenames for prettier output.
9289
9290 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9291 (vc-post-command-functions): Remove old-VC compatibility code.
9292
9293 * newcomment.el (comment-indent-default): Autoload.
9294
9295 * font-lock.el (font-lock-defaults): Make buffer-local.
9296 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9297 (font-lock-choose-keywords):
9298 Ignore LEVEL unless KEYWORDS is a list of syms.
9299 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9300 Don't wrap regexp-opt things in \(...\) unnecessarily.
9301
9302 * jit-lock.el: Don't require font-lock any more.
9303 (jit-lock-functions): Make buffer-local.
9304 (jit-lock-saved-fontify-buffer-function): Remove.
9305 (jit-lock-mode): Remove autoload cookie.
9306 Remove font-lock specific code.
9307 (jit-lock-unregister): Don't bother handling complex hooks any more.
9308 (jit-lock-refontify): New function.
9309 (jit-lock-fontify-buffer): Use it.
9310 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9311 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9312 Add optional args START and END.
9313 Never call font-lock-fontify-region directly.
9314 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9315
9316 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9317
9318 2000-10-08 Dave Love <fx@gnu.org>
9319
9320 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9321
9322 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9323
9324 * play/studly.el (studlify-region, studlify-word): Add autoload
9325 cookie.
9326
9327 * play/morse.el (morse-region, unmorse-region): Add autoload
9328 cookie.
9329
9330 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9331 concat.
9332
9333 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9334 insist on symbols starting with word syntax.
9335 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9336 (eval-defun-1): Doc fix.
9337 (indent-sexp): Use nconc to build up indent-stack.
9338
9339 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9340 Gnus with little use.
9341 (mail-setup-hook): Add mail-abbrevs-setup to options.
9342
9343 * recentf.el: Doc fixes.
9344
9345 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9346 Clean up remainder.
9347
9348 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9349 without timezone and (8) with timezone to enforce some whitespace.
9350 Simplify code somewhat.
9351
9352 * options.el (list-options): Doc that you should use customize.
9353
9354 * iswitchb.el (iswitchb-mode): Add :require.
9355
9356 * info.el (Info-goto-node, Info-menu): Doc fix.
9357 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9358 (info-tool-bar-map): New variable.
9359 (Info-mode): Use it.
9360 (Info-edit-map): Define all in defvar.
9361 (speedbar-attached-frame): Avoid compiler warning.
9362
9363 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9364 (global-map): Bind [tool-bar] to a filtered map.
9365 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9366 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9367 Allow PBM icons.
9368 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9369
9370 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9371 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9372 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9373 icons, except up_arrow, which is left-arrow rotated.
9374
9375 * imenu.el (imenu-add-to-menubar): Fix last change.
9376
9377 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9378
9379 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9380 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9381
9382 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9383
9384 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9385 typos in doc strings.
9386
9387 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9388 the doc strings how to customize Font Lock faces.
9389
9390 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9391 computing growth when dragging the header line.
9392
9393 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9394
9395 * simple.el (kill-line): Doc fix.
9396
9397 2000-10-08 Miles Bader <miles@gnu.org>
9398
9399 * faces.el (secondary-selection): Make foreground visible on tty.
9400
9401 * jka-compr.el (auto-compression-mode): Move to the end of the
9402 file, because `define-minor-mode' actually calls the mode-function
9403 if the associated variable is non-nil, which requires that all
9404 needed functions be already defined.
9405 (with-auto-compression-mode): Add autoload cookie.
9406
9407 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9408
9409 * files.el (find-backup-file-name) [ms-dos]: If support for long
9410 file names is not available, behave as if version-control were set
9411 to never.
9412
9413 2000-10-07 Dave Love <fx@gnu.org>
9414
9415 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9416 (browse-url-gnome-moz): New function.
9417 (browse-url-browser-function): Use it.
9418 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9419
9420 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9421
9422 * indent.el (tab-always-indent): New var.
9423 (indent-for-tab-command): Use it.
9424
9425 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9426 raise an error. This way it can still default to a sane value.
9427
9428 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9429
9430 * startup.el (fancy-splash-screens): Use local rather than global map.
9431 Don't use `update-menu-bindings' any more.
9432 Get rid of assumptions about keymap representation.
9433
9434 2000-10-06 Dave Love <fx@gnu.org>
9435
9436 * textmodes/fill.el (sentence-end-double-space)
9437 (sentence-end-without-period): Doc fix.
9438 (adaptive-fill-regexp): Purecopy.
9439 (unjustify-current-line): Use line-end-position.
9440 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9441
9442 * net/eudc-vars.el (eudc): Add :version, :link.
9443
9444 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9445
9446 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9447 Fix for define-minor-mode.
9448 (function-at-point): Alias to function-called-at-point.
9449
9450 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9451
9452 * simple.el (backward-word): Doc fix.
9453
9454 * image-file.el (image-file-name-regexp): image-file-regexps ->
9455 image-file-name-regexps.
9456 (image-file-name-extensions): Add pbm.
9457
9458 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9459
9460 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9461 and add filename to the names so that diff-mode can jump to source.
9462
9463 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9464 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9465 (tex-font-lock-keywords-1): Remove.
9466 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9467 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9468 (font-lock-default-fontify-region):
9469 Expand beg..end correctly when just following a multiline region.
9470 (font-lock-fontify-anchored-keywords):
9471 Include the anchor text as part of the multiline.
9472
9473 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9474
9475 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9476 latter needs the autoloaded define-minor-mode macro during the
9477 bootstrap.
9478
9479 * startup.el (command-line): For now, activate tool-bar-mode only
9480 if XPM images are supported.
9481
9482 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9483 window by dragging a header-line at the top of the frame; that's
9484 confusing because the header-line doesn't move.
9485 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9486 of treating the event as a list. Some cleanup.
9487
9488 2000-10-06 Miles Bader <miles@gnu.org>
9489
9490 * simple.el (display-message-or-buffer): New function.
9491 (shell-command-on-region): Use `display-message-or-buffer'.
9492
9493 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9494 docstring parts.
9495
9496 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9497 (smbclient-prompt-regexp): Add usage note to doc string.
9498 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9499 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9500 Use add-hook for adding the comint filter function, and only do so
9501 if it's not already in the global hook list.
9502 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9503 to `make-local-variable'.
9504 (nslookup-font-lock-keywords): Remove prompt entry.
9505 (nslookup): Don't set the process-filter.
9506 (finger): Exit the loop correctly when the regexps list runs out.
9507 (ftp, smbclient, smbclient-list-shares):
9508 Set the real major mode immediately, not after execing.
9509 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9510
9511 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9512
9513 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9514
9515 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9516
9517 * which-func.el (which-func-format): Remove spurious space.
9518 (which-func-mode): Don't make it permanent-local.
9519 (which-func-ff-hook): Allow which-func-maxout to be nil.
9520 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9521 (which-func-mode): Simplify.
9522 Use post-command-idle-hook rather than post-command-hook.
9523 Go through all buffers and update their state.
9524 (which-function): Also try add-log-current-defun-function.
9525
9526 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9527 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9528 Update call to with-vc-properties accordingly.
9529 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9530 (vc-revert-buffer): More careful about window selection and deletion.
9531 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9532
9533 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9534 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9535 (cvs-dired-action): Change the default to quickdir.
9536
9537 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9538 if comment-indent-function returns nil.
9539 (comment-indent-default): New function.
9540 (comment-indent-function): Use it and document the new semantics.
9541
9542 * image-file.el: Docstring fixes.
9543
9544 * help.el (help-xref-on-pp): Use match-string.
9545 (describe-variable): New arg BUFFER.
9546 Store the current buffer in the help-xref-stack.
9547 (temp-buffer-resize-mode): Use define-minor-mode.
9548
9549 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9550 consistently with its docstring.
9551 Set jit-lock-first-unfontify-pos in an idempotent way.
9552 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9553
9554 2000-10-05 Alex Schroeder <alex@gnu.org>
9555
9556 * sql.el (sql-mysql-options): New variable.
9557 (sql-mysql): Use it.
9558
9559 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9560
9561 * image.el (image): New group.
9562
9563 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9564 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9565
9566 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9567
9568 * net/net-utils.el (nslookup-font-lock-keywords)
9569 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9570 Ignore the value of wqindow-system; always define keywords
9571
9572 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9573
9574 * startup.el (fancy-splash-screens): Remove the code for
9575 debugging; `(trace-to-stderr "EXITTT\n")'.
9576
9577 2000-10-05 Miles Bader <miles@gnu.org>
9578
9579 * diff-mode.el (diff-goto-source): Update call to
9580 `diff-hunk-status-msg' to reflect new REV variable.
9581
9582 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9583
9584 * progmodes/icon.el (icon-mode):
9585 Don't gratuitously override the default for comment-column.
9586
9587 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9588
9589 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9590 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9591 (jit-lock-functions): New var.
9592 (jit-lock-function-1): Use it if non-nil.
9593 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9594 Set the `fontified' property before doing the fontification to avoid
9595 repeatedly going through the same error.
9596 Don't turn errors into messages.
9597 (jit-lock-register, jit-lock-unregister): New functions.
9598
9599 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9600 Use with-current-buffer.
9601
9602 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9603 Turn comment into docstring.
9604
9605 * apropos.el (apropos-mode): Use define-derived-mode.
9606
9607 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9608
9609 * startup.el (fancy-splash-pending-command): New variable.
9610 (fancy-splash-pre-command): New function.
9611 (fancy-splash-screens): Rewritten.
9612 (command-line-1): If fancy-splash-pending-command is set, call it
9613 interactively.
9614
9615 2000-10-04 Dave Love <fx@gnu.org>
9616
9617 * toolbar/tool-bar.el (tool-bar-setup): New function.
9618 (tool-bar-mode): Use it.
9619
9620 * subr.el (substitute-key-definition): Doc fix.
9621 (play-sound-file): New command.
9622
9623 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9624
9625 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9626 vc-version-backup-file-name): New functions.
9627
9628 * files.el (basic-save-buffer): Call vc-before-save before saving.
9629
9630 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9631 vc-cvs-stay-local-p.
9632
9633 * vc.el (vc-revert-buffer): Handle empty diff properly.
9634 (vc-version-backup-file): New function.
9635 (vc-checkout): Create a version backup if necessary.
9636 (vc-checkin): If a version backup file exists, delete it.
9637 (vc-version-diff): Diff locally using version backups, if available.
9638 (vc-revert-file): If there's a version backup, revert locally.
9639 (vc-transfer-file): Use version backup for base version, if
9640 available. If not, ask for confirmation whether to get it from the
9641 server. Update mode line before check-in.
9642
9643 2000-10-04 Dave Love <fx@gnu.org>
9644
9645 * toolbar/tool-bar.el (tool-bar-setup): New function.
9646 (tool-bar-mode): Use it.
9647
9648 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9649
9650 * net/net-utils.el (nslookup-font-lock-keywords)
9651 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9652 Only set if window-system is non-nil
9653 (net-utils-run-program): Returns buffer.
9654 (network-connection-reconnect): Added this function.
9655
9656 * generic.el:
9657 Incorporates extensive cleanup and docfixes by
9658 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9659 Uses cl compile-time macros.
9660 (generic-mode-name, generic-comment-list)
9661 (generic-keywords-list, generic-font-lock-expressions)
9662 (generic-mode-function-list, generic-mode-syntax-table):
9663 Removed variables.
9664 (generic-mode-alist): Renamed to generic-mode-list.
9665 (generic-find-file-regexp): Default changed to "^#".
9666 (generic-read-type): Uses completing read on generic-mode-list.
9667 (generic-mode-sanity-check): removed this function.
9668 (generic-add-to-auto-mode): Removed this function
9669 (generic-mode-internal): Bind mode-specific definitions
9670 into function instead of putting them in alist.
9671 (generic-mode-set-comments): Reworked extensively.
9672 (generic-mode-find-file-hook): Simplified regexp searching
9673 (generic-make-keywords-list): Omit extra pair of parens
9674
9675 * find-lisp.el (find-lisp-find-files-internal):
9676 Make sure directory name ends with "/".
9677
9678 * generic-x.el (apache-conf-generic-mode):
9679 Regexp now allows leading whitespace.
9680 (rc-generic-mode): Added eval-when-compile
9681 around generic-make-keywords-list.
9682 Deleted duplicate regexp
9683 (rul-generic-mode): Added eval-when-compile
9684 around generic-make-keywords-list.
9685 (etc-fstab-generic-mode): New generic mode.
9686 (rul-generic-mode): Removed one eval-when-compile
9687 which caused a max-specpdl-size exceeded error.
9688
9689 2000-10-04 Miles Bader <miles@gnu.org>
9690
9691 * simple.el (minibuffer-temporary-goal-position): New variable.
9692 (next-history-element): Try to keep the position of point in the
9693 input string constant.
9694
9695 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9696 (dired-do-create-files): If there's only one file, pass it in as
9697 the DEFAULT arg to dired-mark-read-file-name.
9698
9699 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9702 (diff-goto-source): Be smarter when choosing REVERSE or not.
9703
9704 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9705 (texinfo-mode-menu): Add an explicit shortcut for update all.
9706
9707 2000-10-03 Andre Spiegel <spiegel@gnu.org>
9708
9709 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9710 factorize backend-specific code cleanly (this was essentially
9711 conceived by Stefan Monnier).
9712 (vc-unregister): Function removed.
9713 (vc-revert-file): New function.
9714 (vc-revert-buffer): Delegate some of the work to it.
9715
9716 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9717 default branch unconditionally.
9718 (vc-rcs-set-default-branch): New function.
9719 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9720 (vc-rcs-checkin): If an appropriate default branch has been set,
9721 force creation of that branch.
9722 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9723 code (as suggested by Stefan Monnier).
9724
9725 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9726
9727 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9728 highlighting overlay with a different face over the overlay
9729 isearch uses to highlight the current match because that can lead
9730 to bad face combinations.
9731
9732 * loadup.el (toplevel): Load faces before isearch.
9733
9734 * isearch.el (isearch-faces): New custom group.
9735 (isearch): New defface; was already tested for in the code.
9736 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9737 (isearch-highlight): Always use face `isearch'.
9738
9739 2000-10-02 Dave Love <fx@gnu.org>
9740
9741 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9742 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9743 comparison of opcode with operand.
9744
9745 2000-10-03 Miles Bader <miles@gnu.org>
9746
9747 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9748 buffer, since the echo area will now grow to accommodate them.
9749
9750 2000-10-02 Andre Spiegel <spiegel@gnu.org>
9751
9752 * vc-hooks.el (vc-registered): If FILE used to be registered under
9753 a certain backend, try that one first.
9754
9755 * vc.el (vc-responsible-backend): Undo the previous change in the
9756 argument list. Handle multiple backends correctly.
9757 (vc-find-new-backend): Function removed.
9758 (vc-register): Use vc-responsible-backend, as before.
9759 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9760
9761 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9762
9763 * startup.el (fancy-splash-head): Change message below the
9764 logo.
9765
9766 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9767
9768 * diff-mode.el (diff-goto-source): Emit a status message.
9769 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9770 (diff-test-hunk): Fix doc string.
9771 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9772 (diff-advance-after-apply-hunk): New variable.
9773 (diff-apply-hunk): Don't return a value.
9774
9775 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9776
9777 * vc.el (vc-editable-p): Minor optimization.
9778 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9779 (vc-find-new-backend): New function split from vc-responsible-backend.
9780 (vc-register): Use it.
9781 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9782 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9783 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9784 (vc-clear-headers): Don't use find-file.
9785 (vc-revert-buffer): Use `and' again (must have been a braino).
9786 (vc-switch-backend): Only prompt if requested.
9787 Short circuit if nothing is to be done.
9788 Don't use vc-resynch-buffer which could lose unsaved editing.
9789 (vc-default-receive-file): Update call to vc-unregister.
9790 (with-vc-file, vc-next-action-on-file):
9791 Use vc-backend rather than vc-registered.
9792 (vc-next-action-on-file): Use intern-soft.
9793 Deal with read-only *vc-diff* buffer.
9794 (vc-transfer-file): Docstring fix.
9795
9796 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9797 (vc-rcs-receive-file): Avoid with-vc-properties.
9798 Update call to vc-unregister.
9799 Use constant `RCS' rather than (dynamically bound) var `backend'.
9800
9801 2000-10-01 Andre Spiegel <spiegel@gnu.org>
9802
9803 * vc.el (vc-next-action-on-file): Update mode line only if file
9804 is visited.
9805 (vc-start-entry): New argument initial-contents. Don't visit the file
9806 if it isn't already visited. Brought documentation up-to-date.
9807 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9808 (vc-checkin): New optional arg initial-contents, which is passed to
9809 vc-start-entry.
9810 (vc-finish-logentry): Make sure to bury log buffer only if there
9811 really is one. Call `vc-resynch-buffer' on log-file, not
9812 buffer-file-name.
9813 (vc-default-comment-history, vc-default-wash-log): New functions.
9814 (vc-index-of): Removed.
9815 (vc-transfer-file): Make do without the above.
9816 (vc-default-receive-file): Call comment-history unconditionally. Pass
9817 the resulting string to vc-checkin, instead of inserting it into the
9818 comment ring.
9819
9820 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9821 unconditionally. Use the comments as initial contents of the log
9822 entry buffer. Document the trick to force branch creation with no
9823 changes.
9824
9825 2000-10-01 Miles Bader <miles@gnu.org>
9826
9827 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9828 `recenter' with an arg to prevent redrawing the display.
9829
9830 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9831
9832 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9833
9834 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9835
9836 * progmodes/c-mode.el (c-mode):
9837 Don't gratuitously override the default for comment-column.
9838
9839 * textmodes/tex-mode.el (latex-metasection-list): New var.
9840 (latex-imenu-create-index): Use it.
9841 Move the regexp construction outside loops (and use push).
9842 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9843 (tex-font-lock-keywords): Moved from font-lock.el.
9844 (tex-comment-indent): Remove.
9845 (tex-common-initialization): Don't set comment-indent-function.
9846 (latex-block-default): New var.
9847 (tex-latex-block): Use it to provide a default choice.
9848 Add any unknown choice to latex-block-names.
9849 Insert [...] after {...}.
9850 (tex-last-unended-begin): Simplify regexp.
9851 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9852 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9853 (latex-mode): Set forward-sexp-function.
9854
9855 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9856 Add regexp for @ignore ... @end ignore.
9857 (texinfo-heading-face): New face.
9858 (texinfo-font-lock-keywords): Use it.
9859 (texinfo-mode-menu): New menu.
9860 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9861 New functions.
9862 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9863 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9864 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9865 Remove declaration.
9866 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9867
9868 * delsel.el (delete-selection-mode): Use define-minor-mode.
9869
9870 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9871
9872 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9873
9874 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9875
9876 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9877
9878 * replace.el (keep-lines-read-args): New function.
9879 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9880 read arguments interactively. Add parameters RSTART and REND.
9881 Operate on the active region in Transient Mark mode.
9882
9883 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9884
9885 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9886 (authors-obsolete-files-regexps): New variable.
9887 (authors-add): Don't record changes in obsolete files.
9888
9889 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9890
9891 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9892
9893 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9894 (comment-indent): Make sure there's a space between code and comment.
9895 Shift comments left to avoid going past fill-column.
9896
9897 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9898
9899 * startup.el (startup-echo-area-message): New function.
9900 (display-startup-echo-area-message): Use it.
9901 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9902 (fancy-splash-default-action): New function.
9903 (fancy-splash-screens-1): New function.
9904 (fancy-splash-head): Put a help-echo and a keymap under the image.
9905
9906 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9907
9908 * diff-mode.el (diff-add-log-file-name): Remove.
9909 (diff-mode): Use add-log-buffer-file-name-function.
9910
9911 * add-log.el (find-change-log): New arg BUFFER-FILE.
9912 (add-log-file-name): Obey add-log-file-name-function.
9913 (add-log-buffer-file-name-function): New var.
9914 (add-change-log-entry): Use it.
9915
9916 2000-09-29 Miles Bader <miles@gnu.org>
9917
9918 * image-file.el (image-file-name-extensions): New variable.
9919 (image-file-name-regexps): Renamed from `image-file-regexps'.
9920 New default value is nil. Call `auto-image-file-mode'.
9921 (image-file-name-regexp): New function.
9922 (auto-image-file-mode): New minor mode.
9923 (insert-image-file): Don't make conditional on the image-file
9924 handler being enabled.
9925 (image-file-handler): Make the call here conditional instead.
9926 (set-image-file-handler-enabled, enable-image-file-handler)
9927 (disable-image-file-handler): Functions removed.
9928
9929 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9930 string.
9931
9932 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9933
9934 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9935 it's a function from CL.
9936 (latex-imenu-create-index): Replace eval-when-compile with progn
9937 because latex-section-alist is not bound while compiling.
9938
9939 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9940
9941 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9942 (outline-mode): Use define-derived-mode.
9943
9944 * progmodes/perl-mode.el (perl-mode):
9945 * progmodes/awk-mode.el (awk-mode):
9946 * progmodes/asm-mode.el (asm-mode):
9947 Don't gratuitously override the default for comment-column.
9948
9949 * emacs-lisp/lisp.el (lisp-complete-symbol):
9950 Distinguish the let-binding case from the funcall case.
9951 (forward-sexp-function): New variable.
9952 (forward-sexp): Use it.
9953
9954 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9955 (easy-mmode-defmap): Remove the now useless autoload.
9956
9957 * time.el (display-time-mode): Use define-minor-mode.
9958
9959 * subr.el (add-minor-mode): Don't eval NAME.
9960 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9961 Use if rather than cond.
9962
9963 * simple.el (read-expression-map): Define more properly.
9964 (comment-indent-hook): Remove.
9965 (string-to-syntax): Bug fix.
9966
9967 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9968 (cvs-ediff-diff): Fix typo.
9969 (cvs-revert-if-needed): Don't bother preserving read-only.
9970
9971 * paren.el (show-paren-mode): Use define-minor-mode.
9972
9973 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9974 (toggle-auto-compression): Remove.
9975 (jka-compr-build-file-regexp): Remove useless grouping.
9976
9977 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9978 Avoid user-reserved bindings.
9979 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9980 (diff-header-face): Revert to grey85.
9981
9982 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9983
9984 * complete.el (partial-completion-mode) <defcustom>: Remove.
9985 (partial-completion-mode): Use define-minor-mode.
9986 (PC-do-completion): Understand `completion-auto-help = delay'
9987 to mean to popup the completion buffer only the second time.
9988 (PC-include-file-all-completions, PC-include-file-all-completions)
9989 (PC-include-file-all-completions): Don't quote lambda.
9990
9991 * comint.el (comint-mode-hook): Docstring fix.
9992 (comint-mode): Use define-derived-mode.
9993 (comint-mode-map): Remove obsolete comment.
9994 (make-comint): Minor stylistic change.
9995 (comint-insert-clicked-input): Be more careful to find the overlay.
9996 Use this-command-keys rather than hardcoding mouse-2.
9997
9998 * font-lock.el: Replace confusing (,@ with ,
9999 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10000 Don't use regexp-opt-depth. Spice up the regexp for args.
10001 Don't distinguish between cmds that can take an opt arg or not.
10002 Use `append' and `prepend' rather than `keep'.
10003
10004 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10005 (latex-outline-regexp): New var.
10006 (latex-outline-level): New fun.
10007 (latex-section-alist): New var.
10008 (latex-imenu-create-index): Use it. Use `push' as well.
10009 (tex-shell-map): Initialize it properly.
10010 (tex-mode): Minor stylistic change.
10011 (plain-tex-mode): Use define-derived-mode.
10012 (latex-mode): Use define-derived-mode.
10013 Construct the paragraph regexps in a more readable way.
10014 Set the buffer-local outline-{level,regexp} vars.
10015 (slitex-mode): Derive from latex-mode.
10016 (tex-common-initialization): Don't kill-all-vars anymore.
10017 Add setting for comment-add and font-lock-defaults.
10018 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10019 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10020 (tex-start-tex): New arg DIR (and send a chdir command for it).
10021 Also display the shell buffer and save it in tex-last-buffer-texed.
10022 (tex-region): Use expand-file-name rather than concat.
10023 Remove code made useless by changes in tex-start-tex.
10024 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10025
10026 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10027
10028 2000-09-28 Dave Love <fx@gnu.org>
10029
10030 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10031
10032 2000-09-28 Gerd Moellmann <gerd@gnu.org>
10033
10034 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10035 `append'.
10036
10037 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10038
10039 * info.el (Info-extract-pointer): Undo last change.
10040 Instead, fix the position of the `bound' arg to re-search-backward.
10041
10042 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10043
10044 * info.el (Info-extract-pointer):
10045 Widen more carefully, to avoid finding pointers in other nodes.
10046 (Info-index): Use push.
10047
10048 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10049
10050 * frame.el (set-frame-font): Remove call to obsolete function
10051 frame-update-faces.
10052 (set-foreground-color, set-background-color): Likewise for
10053 frame-update-face-colors.
10054
10055 2000-09-27 Miles Bader <miles@gnu.org>
10056
10057 * image-file.el: New file.
10058
10059 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10060
10061 * frame.el (frame-notice-user-settings): Don't call
10062 frame-update-faces, which is a no-op now.
10063
10064 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10065 tool-bar-lines.
10066
10067 2000-09-27 Dave Love <fx@gnu.org>
10068
10069 * mouse.el: Fix last change.
10070
10071 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10072
10073 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10074
10075 2000-09-22 Kenichi Handa <handa@etl.go.jp>
10076
10077 * international/quail.el (quail-help): The output message is
10078 improved.
10079
10080 2000-09-26 Dave Love <fx@gnu.org>
10081
10082 * mouse.el (popup-menu): If POSITION is nil, set it using
10083 mouse-position.
10084
10085 2000-09-25 Sam Steingold <sds@gnu.org>
10086
10087 * net/browse-url.el (browse-url-file-url): Check for null maps.
10088
10089 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10090
10091 * frame.el (frame-notice-user-settings): Don't add a
10092 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10093
10094 * frame.el (frame-notice-user-settings):
10095 Make tool-bar-mode and default-frame-alist consistent.
10096
10097 * toolbar/tool-bar.el (tool-bar-help): New function.
10098
10099 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10100
10101 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10102 current-load-list in top-level forms. Else this leaks a cons cell
10103 every time a defun is called.
10104
10105 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10106
10107 2000-09-25 Dave Love <fx@gnu.org>
10108
10109 * startup.el (fancy-splash-head): Check XPM is available.
10110
10111 * autoinsert.el (auto-insert): Doc fix.
10112 (auto-insert-alist): Following GNU notices, don't say `copyright
10113 _by_'. Use line-beginning-position.
10114 (auto-insert): Check buffer-file-name is non-nil before use.
10115
10116 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10117
10118 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10119 starting with `@def' or `@multitable', in addition to ones
10120 specified by the user in auto-fill-inhibit-regexp.
10121
10122 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
10123
10124 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10125 rmail-dont-reply-to-names matches the empty string.
10126
10127 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10128
10129 * startup.el (command-line-1, fancy-splash-text): Change the
10130 text to sound more friendly.
10131
10132 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10133
10134 * progmodes/hideshow.el: Update author email address.
10135 Generally, sync w/ maintainer version 5.22.
10136 (hs-hide-all-non-comment-function): New var.
10137 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10138 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10139 (hs-show-region): Delete this command.
10140 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10141
10142 2000-09-22 Dave Love <fx@gnu.org>
10143
10144 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10145 (hl-line-highlight): Specify buffer when moving overlay.
10146
10147 * progmodes/fortran.el (fortran-mode): Locally set
10148 normal-auto-fill-function.
10149 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10150 (fortran-mode-map): Adjust auto-fill menu entry.
10151
10152 2000-09-22 Gerd Moellmann <gerd@gnu.org>
10153
10154 * vc-rcs.el (toplevel): Require `vc' when compiling.
10155
10156 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10157
10158 2000-09-22 Andre Spiegel <spiegel@gnu.org>
10159
10160 * vc.el (vc-switch-backend): Signal an error if the file is not
10161 registered under the new backend.
10162
10163 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10164 without explicit revision number.
10165
10166 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10167
10168 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10169 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10170 (diff-xor): New function.
10171 (diff-find-source-location): Use it. Fix a stupid name clash.
10172 (diff-hunk-status-msg): New function.
10173 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10174 (diff-test-hunk): Use diff-find-source-location.
10175 (diff-goto-source): Favor the `reverse'.
10176 (diff-hunk-text): Properly handle one-sided context diffs.
10177 (diff-apply-hunk): When done, advance to the next hunk.
10178
10179 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10180
10181 * startup.el (command-line): If frame was created with a non-zero
10182 tool-bar-lines parameter, switch tool-bar-mode on.
10183
10184 * add-log.el (change-log-date-face, change-log-name-face)
10185 (change-log-email-face, change-log-file-face)
10186 (change-log-list-face, change-log-conditionals-face)
10187 (change-log-function-face, change-log-acknowledgement-face):
10188 New faces, inheriting from font-lock faces.
10189 (change-log-font-lock-keywords): Use them.
10190
10191 2000-09-21 Dave Love <fx@gnu.org>
10192
10193 * progmodes/cperl-mode.el (top-level): Clean up
10194 `eval-when-compile's and assorted defvars.
10195 (cperl-invalid-face): Don't double-quote value. Change custom
10196 type.
10197 (cperl-mode): Set normal-auto-fill-function and don't zap
10198 auto-fill-function.
10199 (cperl-imenu--function-name-regexp-perl): Renamed from
10200 imenu-example--function-name-regexp-perl.
10201 (cperl-imenu--create-perl-index): Renamed from
10202 imenu-example--create-perl-index.
10203 (cperl-xsub-scan): Don't require cl.
10204
10205 * msb.el (msb-mode-map): Use substitute-key-definition.
10206 (msb-mode): Use msb-mode-map.
10207
10208 2000-09-21 Andre Spiegel <spiegel@gnu.org>
10209
10210 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10211 New functions.
10212 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10213 (vc-switch-backend): New function.
10214 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10215 (vc-register): Fix prompt.
10216 (vc-unregister, vc-default-unregister): New functions.
10217 (vc-version-diff): Handle empty buffer in sentinel.
10218
10219 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10220 (vc-rcs-state-heuristic): Use it to guess the state of files with
10221 non-strict locking.
10222 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10223 been set with -b, but not created yet.
10224 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10225 contents in order to find the state.
10226 (vc-rcs-checkin): Allow creation of branches with no changes.
10227 (vc-rcs-unregister, vc-rcs-receive-file)
10228 (vc-rcs-set-non-strict-locking): New functions.
10229
10230 * vc-hooks.el (vc-name): Force correct computation of the value
10231 in case it is missing.
10232
10233 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10234
10235 * startup.el (fancy-splash-tail): Use a different foreground
10236 color on a dark frame background.
10237
10238 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10239
10240 * info.el: Use the correct capitalization when making Info-mode
10241 and Info-edit-mode `special' modes.
10242
10243 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10244
10245 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10246 (diff-mode): Add support for add-log.el.
10247 (diff-hunk-text): Use char offsets rather than line offsets.
10248 (diff-find-source-location): Replace LINE with line-offset (nil
10249 if not found) and always set POS to a meaningful position.
10250 Adapt to the new char-offsets.
10251 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10252 Adapt to the new diff-find-source-location.
10253 (diff-goto-source): Adapt to the new diff-find-source-location.
10254
10255 * add-log.el (add-log-file-name): New function (split out of
10256 add-change-log-entry).
10257 (add-change-log-entry): Use it.
10258 Call add-log-file-name-function with the changelog file name if
10259 the current buffer is not associated with any file.
10260 Avoid find-file if the selected window is dedicated.
10261
10262 * diff-mode.el (diff-find-source-location):
10263 Move code from diff-apply-hunk. Return buffer rather than file.
10264 (diff-apply-hunk): Use the new result from diff-find-source-location.
10265 (diff-goto-source): Use the new diff-find-source-location.
10266
10267 2000-09-20 Dave Love <fx@gnu.org>
10268
10269 * iswitchb.el: Some doc fixes.
10270 (iswitchb-mode-map): Define completely initially. Inherit
10271 minibuffer-local-map.
10272 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10273 fundamental-mode.
10274 (iswitchb-global-map): New variable.
10275 (iswitchb-summaries-to-end): Amalgamate regexps.
10276 (iswitchb-mode): New.
10277 (iswitchb-mode-hook): New variable.
10278 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10279 `extensions'.
10280
10281 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10282
10283 * ehelp.el (electric-help): New defgroup.
10284 (electric-help-shrink-window): New user-option.
10285 (with-electric-help): Use it.
10286
10287 * window.el (shrink-window-if-larger-than-buffer): If face
10288 `mode-line' has a :box, and we're on a graphical frame, add 1
10289 to the needed window height.
10290
10291 * frame.el (frame-notice-user-settings): Add a last parameter nil
10292 to a call to `append', because the last list passed to `append' is
10293 not copied, and so subsequent calls to assq-delete-all will modify
10294 default-frame-alist.
10295
10296 * startup.el (fancy-splash-image): Change :type.
10297 (fancy-splash-head): Use an XBM image if appropriate.
10298 (command-line-1): Show splash screens in more cases.
10299
10300 * startup.el (fancy-splash-text): Don't quote faces.
10301
10302 * dired.el (dired-font-lock-keywords): Undo last change.
10303 (dired-readin): Bind indent-tabs-mode to nil.
10304
10305 * startup.el (fancy-splash-head): If frame's background mode
10306 is `dark', change the black background of the image to gray.
10307 (fancy-splash-screens): Display startup echo area message.
10308 (display-startup-echo-area-message): New function.
10309
10310 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10311
10312 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10313
10314 * info.el (info-header-node): Tweak for color ttys.
10315
10316 * faces.el (face-valid-attribute-values): Make sure directories we
10317 search for stipples both exist and are readable before trying to
10318 search them.
10319
10320 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10321 in the dry-run case.
10322
10323 * jka-compr.el (with-auto-compression-mode): New macro.
10324
10325 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10326 (custom-group-tag-face, custom-variable-tag-face): Use relative
10327 :height and inherit from `variable-pitch' face instead of
10328 hardwiring :family.
10329 * hi-lock.el (hi-black-hb): Likewise.
10330
10331 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10332 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10333 toolbar-add-item, if image doesn't have a mask add a `:mask
10334 heuristic'.
10335
10336 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10337
10338 * diff-mode.el: Docstring fixes.
10339 (diff-header-face, diff-comment-face): New faces.
10340 (diff-font-lock-keywords): Highlight a bit differently.
10341 (diff-find-source-location): Don't return SPAN any more.
10342 (diff-hunk-text): Don't bother erasing the temp buffer.
10343 (diff-find-text): Drop argument LINE.
10344 (diff-apply-hunk): Update calls to diff-find-text.
10345 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10346
10347 * calendar/calendar.el: Docstring fixes.
10348 (calendar-make-alist): Don't quote lambda.
10349 (calendar-star-date): Use make-local-variable.
10350
10351 2000-09-19 Dave Love <fx@gnu.org>
10352
10353 * toolbar/tool-bar.el: Renamed from toolbar.el.
10354 Change `toolbar' to `tool-bar' generally in symbols.
10355 Make some items invisible in `special' major modes.
10356 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10357 Add arg PROPS.
10358
10359 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10360 Add :version here.
10361 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10362
10363 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10364
10365 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10366
10367 * files.el (find-file-suppress-same-file-warnings): New user-option.
10368 (find-file-noselect): Use it.
10369
10370 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10371 (fancy-splash-screen): Defgroup.
10372
10373 * add-log.el (change-log-font-lock-keywords): Match names
10374 more exactly for the case that font-lock-constant-face is
10375 underlined.
10376
10377 2000-09-19 Richard M. Stallman <rms@gnu.org>
10378
10379 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10380
10381 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10382
10383 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10384
10385 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10386
10387 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10388 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10389 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10390 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10391 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10392 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10393 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10394 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10395 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10396 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10397 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10398 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10399
10400 * startup.el (fancy-splash-text): New variable.
10401 (fancy-splash-delay, fancy-splash-image): New user-options.
10402 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10403 (fancy-splash-screens): New functions.
10404 (command-line-1): If display has a `display' frame parameter, has
10405 colors, and we have XPM support, show more fancy splash screens.
10406
10407 2000-09-19 Dave Love <fx@gnu.org>
10408
10409 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10410 with null `help'. Use modern backquote syntax.
10411
10412 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10413
10414 * font-lock.el (font-lock-mode): Change message telling the user
10415 that ``the buffer is too big''.
10416
10417 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10418 for instance for the case that tab-width is 2.
10419
10420 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10421
10422 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10423 toolbar-add-item, if image doesn't have a mask add a `:mask
10424 heuristic'.
10425
10426 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10427
10428 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10429 and return a cons if it's non-nil.
10430 (diff-apply-hunk): Try to jump to the line in the source text
10431 corresponding to the position of point in the in the hunk.
10432
10433 * info.el (Info-title-3-face, Info-title-2-face)
10434 (Info-title-1-face): Use face inheritance and relative sizes
10435 instead of hard-wiring things.
10436
10437 * faces.el (secondary-selection): Make dark-background variant sane.
10438
10439 2000-09-16 Andrew Innes <andrewi@gnu.org>
10440
10441 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10442 read-only, since they aren't under VC now.
10443
10444 2000-09-17 Dave Love <fx@gnu.org>
10445
10446 * tmm.el: Replace mapcar with mapc in several places.
10447
10448 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10449 ad-unadvise.
10450
10451 * international/latin1-disp.el: New file.
10452
10453 * calendar/cal-move.el (scroll-calendar-left)
10454 (scroll-calendar-right): Make arg optional (for active mode line).
10455
10456 * calendar/calendar.el (calendar-mode-line-format): Make fields
10457 mouse-sensitive.
10458 (calendar-read-date, calendar-read-date, calendar-window-list):
10459 Unquote lambda.
10460 (calendar-month-name): Use aref, not sref.
10461
10462 * view.el (minor-mode-alist): Propertize the string.
10463
10464 * international/characters.el (standard-case-table): Add entries
10465 for Greek.
10466
10467 2000-09-18 Miles Bader <miles@gnu.org>
10468
10469 * info.el (info-node, info-xref): Add dark-background variants.
10470
10471 * faces.el (header-line): Change defaults to be less confusing
10472 when mixed with mode-lines.
10473
10474 * info.el (Info-fontify-node): Make a few cleanups.
10475 Add extra `help-echo' and `local-map' props to node xrefs.
10476 Use header-specific faces for node-names & xrefs.
10477 (Info-use-header-line): New variable.
10478 (info-header-xref, info-header-node): New faces.
10479 (Info-setup-header-line): New function.
10480 (Info-select-node): Call Info-setup-header-line when enabled.
10481 (Info-extract-pointer): Work even if the header line is hidden.
10482 (Info-header-line): New variable.
10483
10484 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10485
10486 * vms-patch.el (print-region-function): Don't quote lambda.
10487
10488 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10489
10490 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10491 (lm-get-header-re): Allow spaces between the header and the colon.
10492 (lm-header): Allow $ in non-RCS headers.
10493 (lm-header-multiline): Put the strings back into order.
10494 Stop at an empty line. Don't require two space chars if the
10495 line is clearly not another header line.
10496
10497 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10498 (popup-menu-popup): Remove.
10499
10500 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10501
10502 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10503 specification if or if not tool-bar item contains an `:enabled'
10504 property.
10505
10506 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10507 current buffer has no file name.
10508
10509 2000-09-15 Dave Love <fx@gnu.org>
10510
10511 * strokes.el: Sync with maintainer's current version with changes
10512 for Emacs, but avoid runtime cl and levents.
10513 (toplevel): Change autoloads and compilation requires.
10514 (strokes-version, strokes-bug-address, strokes-lift): Values
10515 changed.
10516 (strokes-xpm-header, strokes-insinuated): New variable.
10517 (strokes): Add :link.
10518 (strokes-mode): Customized.
10519 (strokes-while-inhibiting-garbage-collector): New macro.
10520 (strokes-remassoc): Avoid remove-if.
10521 (strokes-fix-button2-command): Don't use ad-do-it.
10522 (strokes-insinuate): New function.
10523 (strokes-button-press-event-p, strokes-button-release-event-p):
10524 New functions, used instead of non-`strokes-' versions..
10525 (strokes-mouse-event-p): Rewritten.
10526 (strokes-event-closest-point): Avoid event-point.
10527 (strokes-get-grid-position): Avoid cdadr, caadr
10528 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10529 functions.
10530 (strokes-help): Use with-output-to-temp-buffer.
10531 (strokes-window-configuration-changed-p): New function.
10532 (strokes-update-window-configuration): Use buffer-live-p,
10533 strokes-window-configuration-changed-p.
10534 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10535 (strokes-char-face): New face.
10536 (strokes-char-table, strokes-base64-chars): New variable.
10537 (strokes-xpm-for-stroke, strokes-list-strokes)
10538 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10539 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10540 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10541 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10542 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10543 functions.
10544
10545 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10546
10547 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10548
10549 * image.el (create-image): Doc fix.
10550
10551 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10552 instead of `:heuristic-mask t'.
10553
10554 2000-09-14 Andrew Innes <andrewi@gnu.org>
10555
10556 * makefile.w32-in: Revert to Unix line endings.
10557
10558 2000-09-14 Andrew Innes <andrewi@gnu.org>
10559
10560 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10561 when installing.
10562
10563 * makefile.nt (DONTCOMPILE): Fix typo.
10564
10565 * shell.el (shell-write-history-on-exit): New function.
10566 (shell-dumb-shell-regexp): New custom variable.
10567 (shell-mode): Make shell-write-history-on-exit the process
10568 sentinel if shell name matches shell-dumb-shell-regexp.
10569
10570 * w32-fns.el: Comment out before-init-hook function which resets
10571 source-directory based; this breaks bootstrap.
10572
10573 2000-09-14 Dave Love <fx@gnu.org>
10574
10575 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10576 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10577 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10578 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10579 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10580 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10581 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10582 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10583 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10584
10585 * toolbar/toolbar.el: New.
10586
10587 * subdirs.el: Add toolbar.
10588
10589 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10590
10591 * indent.el (indent-for-tab-command): Doc fix.
10592
10593 2000-09-14 Alex Schroeder <alex@gnu.org>
10594
10595 * ansi-color.el (ansi-colors): Doc change.
10596 (ansi-color-get-face): Simplified regexp.
10597 (ansi-color-faces-vector): Added more faces, doc change.
10598 (ansi-color-names-vector): Doc change.
10599 (ansi-color-regexp): Simplified regexp.
10600 (ansi-color-parameter-regexp): New regexp.
10601 (ansi-color-filter-apply): Doc change.
10602 (ansi-color-filter-region): Doc change.
10603 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10604 deal with zero length parameters.
10605 (ansi-color-apply-on-region): Doc change.
10606 (ansi-color-map): Doc change.
10607 (ansi-color-map-update): Removed debugging message.
10608 (ansi-color-get-face-1): Added condition-case to trap
10609 args-out-of-range errors.
10610 (ansi-color-get-face): Doc change.
10611 (ansi-color-make-face): Removed.
10612 (ansi-color-for-shell-mode): New option.
10613
10614 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10615
10616 * international/quail.el (quail-start-translation): Translate KEY
10617 if necessary even if it doesn't have any mapping in the current
10618 input method.
10619 (quail-start-conversion): Likewise.
10620 (quail-help): The output message is improved.
10621
10622 2000-09-13 Miles Bader <miles@gnu.org>
10623
10624 * comint.el (comint-output-filter): Revert to using
10625 `insert-before-markers'. Add bletcherous hack to undo damage
10626 caused by `insert-before-markers'. Put `front-sticky' property on
10627 overlays created here so that the field code understands how the
10628 overlay works. Use a let when making comint-last-prompt-overlay,
10629 so that the code is easier to read.
10630
10631 2000-09-13 Dave Love <fx@gnu.org>
10632
10633 * wid-edit.el (widget-default-format-handler): DTRT when
10634 doc-property is a function.
10635
10636 2000-09-12 Francesco Potorti` <pot@gnu.org>
10637
10638 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10639 filed name if it's not there.
10640
10641 2000-09-12 Dave Love <fx@gnu.org>
10642
10643 * simple.el (read-mail-command): Doc fix.
10644 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10645
10646 * vc.el (vc-dired-listing-switches): Fix :version.
10647
10648 * vc-hooks.el: Doc fixes.
10649
10650 * subr.el (add-minor-mode): Use toggle-fun arg.
10651
10652 * speedbar.el: Add :version to several defcustoms.
10653
10654 * imenu.el (imenu--truncate-items, imenu--cleanup)
10655 (imenu--generic-function): Avoid mapcar.
10656 (imenu--replace-spaces): Function removed.
10657 (imenu--completion-buffer): Use subst-char-in-string.
10658 (imenu-add-to-menubar): Use keymap inheritance.
10659
10660 2000-09-12 Miles Bader <miles@gnu.org>
10661
10662 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10663 (diff-mode-map): Bind `diff-test-hunk'.
10664 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10665
10666 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10667
10668 * bytecomp.el (byte-compile-defvar): Undo last change
10669 because it breaks '(make-variable-buffer-local (defvar ...)'
10670 which is used at least in dired.
10671
10672 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10673
10674 * international/quail.el (quail-define-package): Docstring
10675 modified.
10676
10677 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10678
10679 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10680 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10681 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10682 docstring of "chinese-py".
10683
10684 * international/quail.el (quail-translation-docstring): New
10685 variable.
10686 (quail-show-keyboard-layout): Docstring modified.
10687 (quail-select-current): Likewise.
10688 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10689 infinite recursive call.
10690 (quail-help): Check quail-translation-docstring. Format of the
10691 output changed.
10692 (quail-help-insert-keymap-description): Adjusted for the above
10693 change.
10694
10695 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10696
10697 * bytecomp.el (byte-compile-defvar): Only cons onto
10698 current-load-list in top-level forms. Else this leaks a cons cell
10699 every time a defun is called.
10700
10701 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10702
10703 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10704 Now understands non-unified diffs. Some functionality moved into
10705 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10706 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10707 modify anything. Only reposition point in the patched file if the
10708 patch succeeds. Only pop up another window if POPUP is true.
10709 Emit a message describing what happened if successful, and at what
10710 line-offset. Automatically detect reversed hunks and do something
10711 appropriate.
10712 (diff-hunk-text, diff-find-text): New functions.
10713 (diff-filter-lines): Function removed.
10714 (diff-test-hunk): New function.
10715 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10716
10717 2000-09-10 Dave Love <fx@gnu.org>
10718
10719 * textmodes/tildify.el: Minor doc/commentary fixes.
10720 (tildify) <defgroup>: Add :version.
10721
10722 * faces.el (face-x-resources): Make custom type more specific.
10723 (frame-background-mode): Use mapc.
10724 (region) <defcustom>: Add :version.
10725
10726 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10727
10728 * vc-sccs.el (vc-sccs-register):
10729 * vc-rcs.el (vc-rcs-register):
10730 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10731 * vc.el (vc-register): Clear file's properties.
10732
10733 2000-09-08 Gerd Moellmann <gerd@gnu.org>
10734
10735 * faces.el (face-spec-set): Only face-spec-reset-face when
10736 ATTRS is non-nil.
10737
10738 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10739
10740 * help.el (help-insert-xref-button): Fix a typo in doc string.
10741
10742 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10743
10744 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10745 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10746 methods.
10747
10748 * menu-bar.el (read-mail-item-name): New function.
10749 (menu-bar-tools-menu): Use it to compute and display the package
10750 used to read email.
10751 (menu-bar-tools-menu): Fix typo in GUD's help string.
10752
10753 2000-09-07 Dave Love <fx@gnu.org>
10754
10755 * diff-mode.el (diff-mouse-goto-source): New function.
10756
10757 * vc-sccs.el: Doc fixes.
10758 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10759
10760 * vc-rcs.el: Doc fixes.
10761 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10762 (vc-rcs-checkout-switches, vc-rcs-header)
10763 (vc-rcs-master-templates): Add or change :version.
10764
10765 * vc-cvs.el: Doc fixes.
10766 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10767 (vc-cvs-stay-local): Add :version.
10768
10769 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10770
10771 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10772
10773 * international/quail.el (quail-help): Fix previous change.
10774
10775 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10776
10777 * faces.el (color-values): Doc fix.
10778
10779 * faces.el (frame-set-background-mode): Use frame-parameter
10780 instead of frame-parameters.
10781
10782 * frame.el (filtered-frame-list): Reduce consing.
10783 (frames-on-display-list): Call frame-parameter instead of
10784 frame-parameters.
10785
10786 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10787
10788 * language/devan-util.el (devanagari-to-indian-region): In the
10789 loop, change the following char, not preceding char.
10790
10791 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10792
10793 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10794 instead of frame-parameters.
10795
10796 * faces.el (set-face-attribute): Simplify by calling
10797 internal-set-lisp-face-attribute with FRAME being 0.
10798
10799 * vc.el: Remove `Id' version control keyword.
10800
10801 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10802
10803 * help.el (help-make-xrefs): Adjusted for the change of
10804 help-xref-mule-regexp.
10805 (help-insert-xref-button): New function.
10806
10807 * international/mule-cmds.el (help-xref-mule-regexp-template):
10808 Include the pattern for character set.
10809 (leim): New group.
10810
10811 * international/quail.el: Don't require face.
10812 (quail): New group.
10813 (quail-other-command): Dummy command to make quail-help work better.
10814 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10815 (quail-keyboard-layout-substitution): New variable.
10816 (quail-update-keyboard-layout): New function.
10817 (quail-keyboard-layout-type): New customizable variable.
10818 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10819 (quail-keyboard-translate): Pay attention to
10820 quail-keyboard-layout-substitution.
10821 (quail-insert-kbd-layout): New function.
10822 (quail-show-keyboard-layout): New function.
10823 (quail-get-translation): If the definition is a vector of length
10824 1, and the element is a string of length 1, return the character
10825 in that string.
10826 (quail-update-current-translations): Fix the case of
10827 relative-index out of range.
10828 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10829 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10830 Show key sequences for all available characters.
10831 (quail-help-insert-keymap-description): Don't show such verbose
10832 key bindings as quail-self-insert-command.
10833
10834 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10835 Format changed, and each element now have extra documentations.
10836 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10837 Adjusted for the change of quail-cxterm-package-ext-info.
10838
10839 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10840
10841 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10842 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10843 during bootstrap.
10844
10845 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10846
10847 * vc.el: (toplevel): Don't require `dired' at run-time.
10848 (vc-dired-resynch-file): Remove autoload cookie.
10849
10850 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10851
10852 * vc.el: Made several backend functions optional.
10853 (vc-default-responsible-p): New function.
10854 (vc-merge): Use RET for first version to trigger merge-news, not
10855 prefix arg.
10856 (vc-annotate): Handle backends that do not support annotation.
10857 (vc-default-merge-news): Removed. The existence of a merge-news
10858 implementation is now checked on caller sites.
10859
10860 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10861 case.
10862
10863 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10864 special case that has been removed from the default in vc-hooks.el.
10865
10866 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10867
10868 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10869
10870 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10871
10872 * vc-hooks.el: Require vc during compilation.
10873 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10874 macro `with-vc-properties' in vc.el.
10875 (vc-file-getprop): Doc fix.
10876 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10877
10878 * vc.el: Require dired-aux during compilation.
10879 (vc-name-assoc-file): Moved to vc-sccs.el.
10880 (with-vc-properties): New macro.
10881 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10882 vc-finish-steal): Use it.
10883 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10884 to the backend-specific function is now supposed to do the checkout,
10885 too.
10886 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10887
10888 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10889 set file properties; that gets done in the generic code now.
10890
10891 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10892 Changed parameter list, added code from vc.el that does the
10893 checkout, possibly with a double-take.
10894
10895 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10896 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10897 the above under the new name.
10898 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10899 parameter list, added checkout command.
10900 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10901 properties; that gets done in the generic code now.
10902
10903 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10904
10905 * vc.el: Docstring fixes (courtesy of checkdoc).
10906
10907 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10908
10909 * vc.el (vc-checkout-writable-buffer-hook)
10910 (vc-checkout-writable-buffer): Remove.
10911 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10912 (vc-log-mode): Make it into a clean derived major mode.
10913 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10914 vc-log-mode if log-edit is not available.
10915 (vc-dired-mode-map): Don't set-keymap-parent yet.
10916 (vc-dired-mode): Do set-keymap-parent here.
10917 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10918
10919 2000-09-05 Gerd Moellmann <gerd@gnu.org>
10920
10921 * faces.el (set-face-attribute, face-spec-reset-face)
10922 (face-spec-set): Avoid consing by removing calls to `apply'.
10923
10924 * frame.el (frame-parameter): Move to C code.
10925
10926 2000-09-05 Dave Love <fx@gnu.org>
10927
10928 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10929 insert-before-markers-and-inherit. Now checked systematically!
10930
10931 2000-09-05 Alex Schroeder <alex@gnu.org>
10932
10933 * sql.el (sql-postgres): Use sql-postgres-options.
10934 (sql-postgres-options): New variable.
10935
10936 2000-09-05 Alex Schroeder <alex@gnu.org>
10937
10938 * sql.el (sql-mode-menu): Work around missing variable mark-active
10939 in XEmacs.
10940 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10941 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10942 compatibility.
10943
10944 2000-09-04 Gerd Moellmann <gerd@gnu.org>
10945
10946 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10947
10948 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10949
10950 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10951
10952 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10953
10954 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10955 don't support anything else under SCCS yet.
10956
10957 * vc-hooks.el: Minor doc fixes.
10958
10959 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10960
10961 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10962 not necessary. If verbose in state `needs-patch', do the same as
10963 under `up-to-date'. When NOT verbose and `needs-patch', check out
10964 latest version instead of `merge-news'.
10965 (vc-next-action-dired): Don't mess with default-directory here; it
10966 breaks other parts of dired. It is the job of the
10967 backend-specific functions to adjust it temporarily if they need it.
10968 (vc-next-action): Remove a special CVS case.
10969 (vc-clear-headers): New optional arg FILE.
10970 (vc-checkin, vc-checkout): Set properties vc-state and
10971 vc-checkout-time properly.
10972 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10973 (vc-print-log): Use new backend function `show-log-entry'.
10974 (vc-cancel-version): Do the checks in a different order. Added a
10975 FIXME concerning RCS-only code.
10976
10977 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10978 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10979
10980 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10981
10982 * vc-hooks.el (vc-default-mode-line-string): Show state
10983 `needs-patch' as a `-' too.
10984
10985 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10986
10987 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10988 (vc-default-could-register): New function.
10989 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10990 (vc-resynch-buffer): Call vc-dired-resynch-file.
10991 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10992 vc-resynch-buffer instead of vc-resynch-window.
10993 (vc-next-action-dired): Don't redisplay here, that gets done as a
10994 result of the individual file operations.
10995 (vc-retrieve-snapshot): Corrected prompt order.
10996
10997 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10998
10999 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11000 as well.
11001 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11002 hostname regexps. Updated all callers.
11003 (vc-cvs-responsible-p): Handle directories as well.
11004 (vc-cvs-could-register): New function.
11005 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11006 properties up-to-date.
11007
11008 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11009 user whether to create one.
11010
11011 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11012
11013 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11014 check out a non-existing file.
11015
11016 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11017 workfile does not exist.
11018
11019 * vc.el (vc-version-diff): Use `require' to check for existence of
11020 diff-mode.
11021
11022 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11023
11024 * vc-cvs.el (vc-cvs-registered): Use new function
11025 vc-cvs-parse-entry to do the actual work.
11026
11027 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11028
11029 * vc-hooks.el (vc-find-backend-function): If function doesn't
11030 exist, return nil instead of error.
11031 (vc-call-backend): Doc fix.
11032
11033 * vc.el (vc-do-command): Doc fix.
11034 (vc-finish-logentry): When checking in from vc-dired, choose the
11035 right backend for logentry check.
11036 (vc-dired-mode-map): Inherit from dired-mode-map.
11037 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11038 simplified.
11039 (vc-dired-state-info): Removed, updated caller.
11040 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11041 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11042 (vc-dired-listing-switches): New variable.
11043 (vc-directory): Use it, instead of dired-listing-switches.
11044
11045 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11046 (vc-cvs-dir-state): New function.
11047 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11048 (vc-cvs-parse-entry): New function, also to be used in
11049 vc-cvs-registered.
11050
11051 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11052
11053 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11054 *or* single-window-frames.
11055
11056 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11057
11058 * vc.el (vc-update-changelog): Split into generic part and default
11059 implementation. Doc string adapted.
11060 (vc-default-update-changelog): New function. Call the `rcs2log'
11061 script in exec-directory, to fix a long-standing nuisance.
11062
11063 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11064 simply signals an error.
11065
11066 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11067
11068 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11069 control-flow more clear and to avoid running `cvs' twice.
11070
11071 * vc.el (vc-next-action-on-file): Doc fix.
11072 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11073 (vc-print-log): Eval `file' before constructing the continuation.
11074
11075 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11076
11077 * vc.el (vc-next-action-on-file): Corrected several messages.
11078 (vc-merge): Add prefix arg `merge-news'; handle it.
11079
11080 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11081 is not reached. It is.
11082 (vc-cvs-merge): Set state to 'edited after merge.
11083 (vc-cvs-merge-news): Set workfile version to nil if not known.
11084 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11085
11086 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11087 via stdout. (Merge from main line.)
11088
11089 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11090
11091 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11092 detection.
11093
11094 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11095
11096 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11097 against kill-all-local-variables.
11098 (vc-log-edit): Don't save vc-parent-buffer any more.
11099 (vc-last-comment-match): Initialize to an empty string.
11100 (vc-post-command-functions): New hook.
11101 (vc-do-command): Run it.
11102 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11103 (vc-finish-logentry): Only add the comment to the ring if it's
11104 different from the last comment entered.
11105 (vc-new-comment-index): New function.
11106 (vc-previous-comment): Use it. Make the minibuffer message
11107 slightly less terse.
11108 (vc-comment-search-reverse): Make it work forward as well. Don't
11109 set vc-comment-ring-index if no match is found. Use
11110 vc-new-comment-index.
11111 (vc-comment-search-forward): Use vc-comment-search-reverse.
11112 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11113 define-derived-mode will do it for us. Bind `v' to a keymap that
11114 inherits from vc-prefix-map so that we can bind `vt' without
11115 binding C-x v t.
11116 (vc-retrieve-snapshot): Parenthesis typo.
11117
11118 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11119 to 1. Make sure to switch to *vc* before looking for an error
11120 message. Use vc-parse-buffer.
11121
11122 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11123
11124 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11125 and NAME.
11126 (vc-retrieve-snapshot): Split into two parts.
11127 (vc-default-retrieve-snapshot): New function.
11128
11129 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11130 (vc-cvs-retrieve-snapshot): New function (untested).
11131 (vc-cvs-stay-local): Default to t.
11132 (vc-cvs-remote-p): New function and property.
11133 (vc-cvs-state): Stay local only if the above is t.
11134 (vc-handle-cvs): Removed.
11135 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11136 done via vc-handled-backends now.
11137 (vc-cvs-header): Escape Id.
11138
11139 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11140
11141 * vc.el (vc-do-command): Remove unused commands.
11142 (vc-version-diff): Make sure default-directory ends with a slash.
11143 Move the window commands into a vc-exec-after.
11144 (vc-print-log): Move more of the code into the `vc-exec-after'.
11145
11146 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11147
11148 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11149 (vc-print-log): Search current revision from beginning of buffer.
11150 (vc-revert-buffer): Clear echo area after the diff is finished.
11151 (vc-prefix-map): Removed definition of "t" for terse display in vc
11152 dired.
11153 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11154 definition of "vt" for terse display.
11155 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11156
11157 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11158
11159 * vc.el (vc-exec-after): Avoid caddr.
11160
11161 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11162
11163 * vc.el (vc-exec-after): New function.
11164 (vc-do-command): Use it to add a termination message for async
11165 procs.
11166 (vc-checkout): Try to handle a missing-backend situation.
11167 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11168 of a directory with a backend using async diffs.
11169 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11170 present.
11171
11172 * vc-sccs.el (vc-sccs-state-heuristic): Use
11173 file-ownership-preserved-p.
11174
11175 * vc-rcs.el (vc-rcs-state-heuristic): Use
11176 file-ownership-preserved-p.
11177 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11178
11179 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11180
11181 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11182 vc-do-command.
11183
11184 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11185 when there are no changes.
11186
11187 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11188
11189 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11190
11191 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11192
11193 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11194
11195 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11196
11197 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11198 the `fset' outside of the defvar so that it works even if
11199 vc-prefix-map was already defined.
11200 (vc-setup-buffer): New function, split out of vc-do-command.
11201 (vc-do-command): Allow BUFFER to be t to mean `just use the
11202 current buffer without any fuss'.
11203 (vc-version-diff): Change the `diff' backend operation to just put
11204 the diff in the current buffer without erasing it. Always use
11205 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11206 shrink-window-if-larger-than-buffer.
11207 (vc-print-log): Change the `print-log' backend operation to just
11208 put the log in the current buffer without erasing it. Protect
11209 shrink-window-if-larger-than-buffer.
11210 (vc-update-change-log): Fix setd typo.
11211
11212 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11213 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11214
11215 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11216 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11217 CMP.
11218
11219 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11220 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11221 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11222
11223 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11224
11225 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11226 not possible, use vc-BACKEND-workfile-unchanged-p.
11227 (vc-default-workfile-unchanged-p): New function. Delegates to a
11228 full vc-BACKEND-diff.
11229
11230 * vc-hooks.el (vc-simple-command): Removed.
11231
11232 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11233 instead of vc-simple-command.
11234 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11235 avoid doing a diff when opening a file.
11236 (vc-rcs-state): Added check for unlocked-changes.
11237 (vc-rcs-header): Escape Id.
11238 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11239 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11240 version.
11241
11242 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11243 (vc-sccs-diff): Remove optional arg CMP.
11244 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11245 SCCS-specific function.
11246
11247 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11248 vc-simple-command.
11249
11250 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11251
11252 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11253 (with-vc-file, vc-merge): Use vc-editable-p.
11254 (vc-do-command): Remove unused var vc-file and fix the
11255 doubly-defined `status' var. Add a user message when starting an
11256 async command.
11257 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11258 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11259 Use with-current-buffer.
11260 (vc-buffer-sync): Use unless.
11261 (vc-next-action-on-file): If the file is 'edited by read-only,
11262 make it read-write instead of trying to commit.
11263 (vc-version-diff, vc-update-change-log): Use `setq
11264 default-directory' rather than `cd'.
11265 (vc-log-edit): Don't forget to set default-directory in the
11266 buffer.
11267
11268 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11269 (vc-sccs-state-heuristic): Use file-writable-p instead of
11270 comparing userids.
11271 (vc-sccs-checkout): Use `unless'.
11272
11273 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11274 of comparing userids.
11275 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11276 Simplify the logic by eliminating unreachable code.
11277 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11278 just do a recursive call if we need to retry.
11279 (vc-rcs-checkout): Handle the case where rcs is missing by making
11280 the buffer read-write if requested and re-signalling the error.
11281
11282 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11283
11284 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11285
11286 * vc-hooks.el (vc-handled-backends): Docstring change.
11287 (vc-ignore-vc-files): Mark obsolete.
11288 (vc-registered): Check vc-ignore-vc-files.
11289 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11290 vc-ignore-vc-files.
11291
11292 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11293
11294 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11295
11296 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11297 files since ange-ftp already has vc-registered return nil.
11298
11299 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11300 (vc-sccs-workfile-version): Use with-temp-buffer and new
11301 vc-parse-buffer and don't bother setting the property.
11302 (vc-sccs-add-triple): Use with-current-buffer and
11303 find-file-noselect.
11304 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11305
11306 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11307 derives from the old vc-parse-buffer but uses the revision number
11308 rather than the date (much easier to compare robustly).
11309 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11310 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11311 locking-user more directly. Check strict locking and set
11312 checkout-model appropriately.
11313 (vc-rcs-parse-locks): Remove.
11314 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11315 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11316 (vc-rcs-system-release): Use with-current-buffer and
11317 vc-parse-buffer.
11318 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11319
11320 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11321 (vc-simple-command): Docstring fix.
11322 (vc-registered): Align the way the file-handler is called with the
11323 way the function itself works.
11324 (vc-file-owner): Remove.
11325
11326 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11327 extraction of fields and call to file-attributes because of a
11328 temporary bug in rcp.el.
11329 (vc-cvs-fetch-status): Use with-current-buffer.
11330
11331 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11332
11333 * vc.el (vc-do-command): Use file-relative-name.
11334 (vc-responsible-backend): Use vc-backend if possible.
11335 (vc-create-snapshot): Improve the `interactive' spec. Add support
11336 for branches and dispatch to backend-specific `create-snapshot'.
11337 (vc-default-create-snapshot): New function, containing the bulk of
11338 the old vc-create-snapshot.
11339 (vc-retrieve-snapshot): Improve the interactive spec.
11340
11341 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11342 (vc-backend-hook-functions): Remove.
11343 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11344 (vc-backend): Reintroduce the test for `file = nil' now that I
11345 know why it was there (and added a comment to better remember).
11346
11347 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11348 code from vc-sccs-hooks.el.
11349 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11350 'vc anymore.
11351 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11352 and file-directory-p instead of file-exists-p.
11353 (vc-sccs-check-headers): Simplify the regexp.
11354
11355 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11356 from vc-rcs-hooks.el. Don't require 'vc anymore.
11357 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11358 file-directory-p instead of file-exists-p.
11359
11360 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11361 from vc-cvs-hooks.el.
11362 (proto vc-cvs-registered): Require 'vc-cvs instead of
11363 'vc-cvs-hooks. Don't require 'vc anymore.
11364 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11365 file-directory-p instead of file-exists-p.
11366 (vc-cvs-create-snapshot): New function, replacing
11367 vc-cvs-assign-name.
11368 (vc-cvs-assign-name): Remove.
11369
11370 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11371
11372 * vc-cvs.el (vc-cvs-header): New var.
11373
11374 * vc-rcs.el (vc-rcs-exists): Remove.
11375 (vc-rcs-header): New var.
11376
11377 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11378 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11379 (vc-sccs-header): New var.
11380
11381 * vc.el (vc-do-command): Get rid of the `last' argument.
11382 (vc-header-alist): Remove, replaced by vc-X-header.
11383 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11384 (vc-dired-hook): Use expand-file-name instead of concat.
11385 (vc-directory): Use file-name-as-directory.
11386 (vc-snapshot-precondition, vc-create-snapshot)
11387 (vc-retrieve-snapshot): Allow the command to operate on any
11388 directory.
11389
11390 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11391 just removing the 'WORKFILE argument or by removing the 'MASTER
11392 argument and replacing `file' with (vc-name file).
11393
11394 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11395
11396 * vc.el: Update Copyright and add a crude list of backend funs.
11397 (vc-writable-p): New function.
11398 (with-vc-file): Use vc-writable-p.
11399 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11400 (vc-register): Avoid vc-name.
11401 (vc-locking-user): Remove.
11402 (vc-steal-lock): Make the `owner' arg non-optional.
11403 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11404 vc-checkout-model.
11405 (vc-default-dired-state-info): Use vc-state instead of
11406 vc-locking-user and return special strings for special states.
11407 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11408 and get rid of one of the special CVS cases.
11409 (vc-cancel-version): prettify error message with \\[...].
11410 (vc-rename-master): New function.
11411 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11412 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11413 the CVS special case generic.
11414 (vc-default-record-rename): Remove.
11415 (vc-file-tree-walk-internal): Only call FUNC for files that are
11416 under control of some VC backend and replace `concat' with
11417 expand-file-name.
11418 (vc-file-tree-walk): Update docstring.
11419 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11420 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11421
11422 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11423 vc-sccs-record-rename. Use `find-file-noselect' rather than
11424 `find-file' and call `vc-rename-master' to do the actual move.
11425 (vc-sccs-diff): Remove unused `backend' variable.
11426
11427 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11428 to delay loading of vc-sccs until it is really used.
11429 (vc-sccs-master-templates): Preload.
11430 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11431 (vc-sccs-project-dir): Remove (merged into
11432 vc-sccs-search-project-dir).
11433 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11434 rather than `concat', make sure it is preloaded and don't bother
11435 to check that the file actually exists.
11436 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11437 `locks' argument (use buffer's content instead) and eliminate n^2
11438 behavior.
11439
11440 * vc-rcs.el: Update Copyright.
11441 (vc-rcs-rename-file): New function.
11442 (vc-rcs-diff): Remove unused `backend' variable.
11443
11444 * vc-hooks.el: Update Copyright.
11445 (vc-backend): Don't accept a nil argument any more.
11446 (vc-up-to-date-p): Turn into a defsubst.
11447 (vc-possible-master): New function.
11448 (vc-check-master-templates): Use `vc-possible-master' and allow
11449 funs in vc-X-master-templates to return a non-existent file.
11450
11451 * vc-cvs.el: Update Copyright.
11452 (vc-cvs-diff): Remove unused `backend' variable.
11453 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11454
11455 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11456
11457 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11458
11459 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11460 since it can be called from vc-rcs.el.
11461 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11462
11463 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11464
11465 * vc.el (vc-version-diff): Expand file name read from the
11466 minibuffer. Handle the case when a previous version number can't
11467 be guessed. Give suitable messages when there were no differences
11468 found.
11469 (vc-clear-headers): Call backend-specific implementation, if one
11470 exists.
11471 (vc-cancel-version): Made error checks generic. When done, clear
11472 headers generically, too.
11473
11474 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11475 from vc-clear-headers in vc.el.
11476
11477 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11478 correctly.
11479 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11480 optional. Handle the case when it's not there.
11481
11482 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11483
11484 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11485
11486 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11487
11488 * vc-hooks.el (vc-loadup): Remove.
11489 (vc-find-backend-function): Use `require'. Also, handle the case
11490 where vc-BACKEND-hooks.el doesn't exist.
11491 (vc-call-backend): Cleanup.
11492
11493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11494
11495 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11496 vc-rcs-grab-templates)
11497 (vc-rcs-registered): Remove. The default function works as well.
11498 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11499 vc-sccs-grab-templates)
11500 (vc-sccs-registered): Remove. The default function works as well.
11501
11502 * vc.el (vc-version-diff): Left out a vc- in call to
11503 vc-call-backend.
11504 (vc-default-dired-state-info, vc-default-record-rename)
11505 (vc-default-merge-news): Update for the new backend argument.
11506
11507 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11508 using the default function.
11509 (vc-call-backend): If calling the default function, pass it the
11510 backend as first argument. Update the docstring accordingly.
11511 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11512 for the new backend argument.
11513 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11514 (vc-find-backend-function): Use the new name.
11515 (vc-default-registered): New function.
11516
11517 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11518
11519 * vc.el (vc-merge): Use vc-find-backend-function.
11520
11521 * vc-hooks.el (vc-backend-functions): Remove.
11522 (vc-loadup): Don't setup 'vc-functions.
11523 (vc-find-backend-function): New function.
11524 (vc-call-backend): Use above fun and populate 'vc-functions
11525 lazily.
11526 (vc-backend-defines): Remove.
11527
11528 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11529
11530 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11531 Call vc-call-backend without the leading vc-.
11532 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11533 (vc-check-headers): Call vc-call-backend without the leading vc-.
11534 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11535 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11536 Call vc-call-backend without the leading vc-.
11537
11538 * vc-cvs.el (tail): Provide vc-cvs.
11539 * vc-sccs.el (tail): Provide vc-sccs.
11540 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11541
11542 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11543 (vc-make-backend-function, vc-call): Pass names without leading
11544 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11545 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11546 (vc-call-backend): Always try to load vc-X-hooks.
11547 (vc-registered): Remove vc- in call to vc-call-backend.
11548
11549 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11550
11551 * vc.el (vc-process-filter): New function.
11552 (vc-do-command): Setup `vc-process-filter' for the async process.
11553 (vc-maybe-resolve-conflicts): New function to reduce
11554 code-duplication. Additionally, it puts the buffer in
11555 `smerge-mode' if applicable.
11556 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11557 calling `merge-news'.
11558 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11559 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11560 interfacing to log-edit.el.
11561 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11562 log-edit is available.
11563 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11564
11565 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11566
11567 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11568 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11569 defvar and the initialization.
11570 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11571
11572 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11573 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11574
11575 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11576
11577 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11578
11579 * vc.el (vc-file-clear-masterprops): Removed.
11580 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11581 (vc-version-diff): Use buffer-size without argument.
11582 (vc-register): Heed vc-initial-comment.
11583
11584 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11585 default branch.
11586
11587 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11588 file name and workfile version.
11589 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11590
11591 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11592 vc-file-clear-masterprops.
11593
11594 * vc-sccs.el (vc-sccs-checkout): Removed call to
11595 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11596 rather than user login name.
11597
11598
11599 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11600
11601 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11602 `want-differences-if-changed' and simplify.
11603 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11604 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11605 output (which is invalid for async vc-diff) to decide whether to
11606 do the revert silently or not.
11607
11608 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11609
11610 * vc-hooks.el (vc-loadup): Load files quietly.
11611 (vc-call-backend): Oops, brain fart.
11612
11613 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11614
11615 * vc-cvs.el (vc-cvs-state): Typo.
11616 (vc-cvs-merge-news): Return the status code rather than the error msg.
11617
11618 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11619
11620 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11621 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11622 vc-state or vc-up-to-date-p.
11623 (vc-merge): Use vc-backend-defines to check whether merging is
11624 possible. Set state to 'edited after successful merge.
11625
11626 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11627 return that name. Redocumented.
11628
11629 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11630
11631 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11632 new `vc-state' semantics.
11633 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11634 'vc-locking-user to the current user.
11635 (vc-merge): Inline vc-backend-merge. Comment out code that I
11636 don't understand and hence can't adapt to the new `vc-state' and
11637 `vc-locking-user' semantics.
11638 (vc-backend-merge): Remove.
11639
11640 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11641 rather than 'vc-locking-user.
11642
11643 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11644
11645 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11646 (vc-state): Don't use 'reserved any more. Just use the same
11647 convention as the one used for vc-<backend>-state where the
11648 locking user (as a string) is returned.
11649 (vc-locking-user): Update, based on the above convention. The
11650 'vc-locking-user property has disappeared.
11651 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11652
11653 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11654 with a heuristic one.
11655 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11656 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11657 error. That allows us to get to 'needs-merge even in the
11658 stay-local case. There's still no way to detect 'needs-patch in
11659 such a setup (or to force an update for that matter).
11660 (vc-cvs-logentry-check): Remove, the default works as well.
11661
11662 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11663
11664 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11665
11666 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11667 major-mode in which the buffer might have been put earlier. Use
11668 `remove' and `when'. Allow `okstatus' to be `async' and use
11669 `start-process' in this case.
11670 (vc-version-diff): Handle the case where the diff looks empty
11671 because of the use of an async process.
11672
11673 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11674
11675 * vc.el (vc-next-action-on-file): Removed optional parameter
11676 `simple'. Recompute state unconditionally.
11677 (vc-default-toggle-read-only): Removed.
11678
11679 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11680 (vc-toggle-read-only): Undid prev change.
11681
11682 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11683 vc-cvs-simple-toggle. Redocumented.
11684 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11685 (vc-cvs-toggle-read-only): Removed.
11686
11687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11688
11689 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11690 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11691 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11692 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11693 still is. So maybe it should be removed.
11694 (vc-head-version, vc-find-binary): Remove.
11695 (vc-recompute-state): Move from vc-hooks.el.
11696 (vc-next-action-on-file): Add a `simple' argument to allow
11697 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11698 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11699 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11700 (vc-dired-mode-map): Properly defvar it.
11701 (vc-print-log): Call log-view-mode if available.
11702 (small-temporary-file-directory): defvar instead of use boundp.
11703 (vc-merge-news): Moved to vc-cvs.el.
11704 (vc-default-merge-news): New function.
11705
11706 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11707 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11708 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11709 unknown `vc-latest-version' function. It should probably refer to
11710 vc-workfile-version or somesuch, but it's very unclear to me and I
11711 don't have SCCS to test things.
11712
11713 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11714 (vc-sccs-state-heuristic): Fix typo.
11715 (vc-sccs-workfile-unchanged-p): Add missing argument.
11716
11717 * vc-rcs.el: Require vc and vc-rcs-hooks.
11718 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11719 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11720 (vc-release-greater-or-equal-p): Move from vc.
11721 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11722 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11723 (vc-rcs-checkout): Add a missing `new-version' argument in the
11724 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11725
11726 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11727 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11728 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11729 than the apparently unbound `workfile-version'.
11730
11731 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11732 (vc-file-prop-obarray): Use `make-vector'.
11733 (vc-backend-functions): Add new hookable functions
11734 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11735 (vc-loadup): If neither backend nor default functions exist, use
11736 the backend function rather than nil.
11737 (vc-call-backend): If the function if not bound yet, try to load
11738 the non-hook file to see if it provides it.
11739 (vc-call): New macro plus use it wherever possible.
11740 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11741 nor `vc-find-binary' since it's only called from
11742 vc-mistrust-permission which is only used once the backend is known.
11743 (vc-checkout-model): Fix parenthesis.
11744 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11745
11746 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11747 (vc-cvs-release, vc-cvs-system-release): Remove.
11748 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11749 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11750 status symbols.
11751 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11752 (vc-cvs-toggle-read-only): First cut at a function to allow a
11753 cvs-status-free vc-toggle-read-only.
11754 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11755 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11756 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11757 (vc-cvs-checkout): Modify access rights directly if the user
11758 requested not to use `cvs edit'. And refresh the mode line.
11759
11760 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11761 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11762
11763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11764
11765 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11766 workfile' that got lost when the code was extracted from vc.el.
11767 And merged the tail with the rest of the code (not possible in the
11768 old vc.el where the tail was shared among all backends). And
11769 explicitly set the state to 'edited if `writable' is set.
11770
11771 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11772 (vc-cvs-state): Be careful to return the value from
11773 vc-cvs-parse-state.
11774 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11775 property but return it instead. Also be careful to handle a nil
11776 or "" `rev' when workfile is non-nil (it was handled properly when
11777 workfile was nil).
11778
11779 * vc.el: Removed those pesky unnecessary `(function' quotes.
11780 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11781 directly in the defvar.
11782 (vc-do-command): Bind inhibit-read-only so as to properly handle
11783 the case where the destination buffer has been made read-only.
11784 (vc-diff): Delegate to vc-version-diff in all cases.
11785 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11786 (vc-annotate-mode-variables): Removed (code moved partly to
11787 defvars and partly to vc-annotate-add-menu).
11788 (vc-annotate-mode): Turned into a derived-mode.
11789 (vc-annotate-add-menu): Moved in code in
11790 vc-annotate-mode-variables.
11791 (vc-update-change-log): Use make-temp-file if available.
11792
11793 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11794
11795 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11796 `vc-checkout-model' updated to `vc-cvs-update-model'.
11797
11798 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11799
11800 * vc.el (vc-next-action-on-file): Added handling of state
11801 `unlocked-changes'.
11802 (vc-checkout-carefully): Is now practically obsolete, unless the
11803 above is too slow to be enabled unconditionally.
11804 (vc-update-change-log): Fixed typo.
11805
11806 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11807
11808 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11809 Now handles state `unlocked-changes'.
11810 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11811
11812 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11813
11814 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11815 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11816 `unlocked-changes'.
11817 (vc-rcs-workfile-unchanged-p): Renamed from
11818 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11819 function yet, but supposed to become one soon.
11820
11821 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11822 `vc-steal-lock'.
11823 (vc-call-backend): Changed error message.
11824 (vc-state): Added description of state `unlocked-changes'.
11825
11826 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11827
11828 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11829 always return t in CVS-controlled directories.
11830
11831 * vc.el (vc-responsible-backend): New function.
11832 (vc-register): Largely rewritten.
11833 (vc-admin): Removed (implementation moved into vc-register).
11834 (vc-checkin): Redocumented.
11835 (vc-finish-logentry): If no backend defined yet (because we are in
11836 the process of registering), use the responsible backend.
11837
11838 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11839 Updated function lists.
11840 (vc-call-backend): Fixed typo.
11841
11842 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11843 New functions.
11844 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11845 Removed query option. Redocumented.
11846
11847 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11848
11849 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11850
11851 * vc.el: Updated callers of `vc-checkout-required' to use
11852 `vc-checkout-model'.
11853
11854 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11855
11856 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11857 stuff updated to reference this function instead of the old
11858 `vc-backend-release-p'.
11859
11860 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11861
11862 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11863 vc-checkout-model. Return appropriate values. Updated callers.
11864
11865 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11866
11867 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11868 (vc-backend-revert): Function moved into `vc-revert';
11869 `vc-next-action' must be updated to accomodate this change.
11870 (vc-backend-steal): Function moved into `vc-finish-steal'.
11871 (vc-backend-logentry-check): Function moved into
11872 `vc-finish-logentry'.
11873 (vc-backend-printlog): Function moved into `vc-print-log'.
11874 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11875 (vc-backend-assign-name): Function moved into
11876 `vc-create-snapshot'.
11877
11878 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11879
11880 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11881 Rename to vc-checkout-model. Return appropriate values.
11882 Update callers.
11883
11884 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11885 to vc-checkout-model.
11886 (vc-checkout-required): Rename to vc-checkout-model.
11887 Re-implement and re-comment.
11888 (vc-after-save): Use vc-checkout-model.
11889
11890 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11891
11892 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11893 Update to use the vc-BACKEND-diff functions instead.
11894 `vc-diff' is now working.
11895
11896 * vc-rcs.el (vc-rcs-logentry-check): New function.
11897
11898 * vc-cvs.el (vc-cvs-logentry-check): New function.
11899
11900 * vc-sccs.el (vc-sccs-diff): Function changed name from
11901 `vc-backend-diff'. This makes `vc-diff' work.
11902
11903 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11904 of functions possibly implemented in a vc-BACKEND library.
11905 (vc-checkout-required): Fix bug that caused an error to be
11906 signaled during `vc-after-save'.
11907
11908 * vc.el: Fix typo.
11909 This checkin is made with our new VC code base for the very first time.
11910 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11911
11912 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11913 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11914
11915 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11916 updated to `vc-uses-locking'.
11917 (vc-checkout-required): Call to backend function.
11918 `vc-checkout-required' updated to `vc-uses-locking' instead.
11919
11920 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11921 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11922
11923 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11924 to match the split into various backends.
11925 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11926 (vc-retrieve-snapshot): Bug fix.
11927
11928 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11929
11930 * vc-sccs.el (vc-sccs-release): Doc fix.
11931
11932 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11933
11934 * vc.el (vc-next-action-on-file): Bug found and fixed.
11935 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11936 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11937
11938 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11939 (vc-rcs-checkout): Name space cleaned up. No more revision number
11940 crunching function names that are not prefixed with vc-rcs.
11941 (vc-rcs-checkout-model): Function added. References to
11942 `vc-checkout-model' replaced.
11943
11944 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11945
11946 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11947 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11948 still need to be split, and implemented for RCS).
11949
11950 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11951
11952 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11953
11954 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11955 required by the vc.el file.
11956
11957 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11958 required by the vc.el file.
11959 (vc-rcs-exists): Function added.
11960
11961 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11962 required by the vc.el file.
11963
11964 * vc.el (vc-admin): Updated to handle selection of appropriate
11965 backend. Current implementation is crufty and need re-thinking.
11966
11967 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11968
11969 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11970
11971 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11972 beginning of annotate buffers correctly.
11973
11974 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11975 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11976 functionality updated quite a lot to support multiple backends.
11977 Variables `vc-annotate-mode', `vc-annotate-buffers',
11978 `vc-annotate-backend' added.
11979
11980 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11981 `vc-annotate-difference' added to supported backend functions.
11982
11983 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11984
11985 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11986 Use with-temp-file instead of /bin/sh. Merged from mainline
11987
11988 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11989
11990 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11991
11992 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11993
11994 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11995
11996 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11997
11998 * vc-hooks.el: vc-state-heuristic added to
11999 vc-backend-hook-functions.
12000
12001 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12002
12003 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12004
12005 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12006 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12007 state to `reserved'.
12008
12009 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12010 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12011
12012 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12013
12014 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12015 untouched.
12016
12017 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12018
12019 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12020 if defined. (Merged from main line, slightly adapted.)
12021
12022 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12023 millenium problem (merged from mainline).
12024
12025 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12026
12027 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12028 part and moved the non-BACKEND stuff to vc.el.
12029
12030 * vc.el: Split the annotate feature into a BACKEND specific part
12031 and moved it from the vc-cvs.el file to this one.
12032
12033 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12034
12035 * vc-hooks.el: Implement new state model.
12036 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12037 (vc-locking-user): Simplify. Now only needed if the file is
12038 locked by somebody else.
12039 (vc-lock-from-permissions): Remove. Functionality is in
12040 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12041 (vc-mode-line-string): New name for former vc-status. Adapted.
12042 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12043
12044 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12045 Various simplifications and adaptations all over the place.
12046
12047 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12048 Simplify and adapt the rest.
12049
12050 * vc.el (vc-resynch-window): Add TODO comment: check for
12051 interaction with view mode according to recent RCS change.
12052 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12053
12054 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12055
12056 * vc.el: Convert the remaining function comments to docstrings.
12057
12058 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12059
12060 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12061 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12062 (vc-minor-part, vc-previous-version): Functions that operate and
12063 compare revision numbers got proper documentation. Comments added
12064 about their possible removal.
12065
12066 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12067
12068 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12069 the vc-backend.el files.
12070
12071 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12072
12073 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12074 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12075 (vc-rcs-previous-version): Functions added.
12076
12077 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12078
12079 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12080
12081 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12082
12083 * vc-hooks.el (vc-master-templates): Is really obsolete.
12084 Comment out the definition for now. What is the right procedure
12085 to get rid of it?
12086 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12087 rewritten.
12088 (vc-default-registered): Remove.
12089 (vc-check-master-templates): New function; does mostly what the
12090 above did before.
12091 (vc-locking-user): Don't rely on the backend to set the property.
12092
12093 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12094 Rewrite documentation.
12095 (vc-rcs-templates-grabbed): New variable.
12096 (vc-rcs-grab-templates): New function.
12097 (vc-rcs-registered): Rewrite to use above mechanism.
12098
12099 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12100 Rewrite documentation.
12101 (vc-sccs-templates-grabbed): New variable.
12102 (vc-sccs-grab-templates): New function.
12103 (vc-sccs-registered): Rewrite to use above mechanism.
12104 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12105 Don't throw the result, simply return it.
12106
12107 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12108 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12109 (vc-cvs-registered): Does the check itself now. Simplify.
12110
12111 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12112 from main line.
12113
12114 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12115
12116 * vc-cvs.el (vc-cvs-diff): New function.
12117
12118 * vc-sccs.el (vc-sccs-diff): New function.
12119
12120 * vc-rcs.el (vc-rcs-diff): New function.
12121 (vc-rcs-checkout): Bug (typo) found and fixed.
12122 (vc-rcs-register-switches): New variable.
12123
12124 * vc.el (vc-backend-diff): Function removed and placed in the
12125 backend files.
12126
12127 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12128
12129 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12130
12131 * vc.el (vc-backend-checkout): Function removed and replaced in
12132 the vc-backend.el files.
12133
12134 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12135
12136 * vc.el (vc-backend-admin): Removed and replaced in the
12137 vc-backend.el files.
12138
12139 * vc.el (Martin): Removed all the annotate functionality since it
12140 is CVS backend specific.
12141
12142 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12143
12144 * spec.txt: Added specification of vc-state.
12145
12146 * vc-sccs-hooks.el (vc-sccs-master-properties):
12147 Remove handling of vc-latest-version and
12148 vc-your-latest-version. What used to be vc-latest-version, is now
12149 returned as vc-workfile-version.
12150 (vc-sccs-workfile-version): Adapt.
12151
12152 2000-09-04 Dave Love <fx@gnu.org>
12153
12154 * vc.el: [Merged from mainline.]
12155 (vc-dired-mode): Make the dired-move-to-filename-regexp
12156 regexp match the date, to avoid treating date as file size.
12157 Add YYYY S option to WESTERN/
12158
12159 2000-09-04 Dave Love <fx@gnu.org>
12160
12161 * vc.el: Require `compile' when compiling.
12162 (vc-logentry-check-hook): New option.
12163 (vc-steal-lock): Use compose-mail.
12164 (vc-dired-mode-map): Defvar when compiling.
12165 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12166 vc-sccs.el and renamed. Callers changed.
12167 (vc-backend-checkout, vc-backend-logentry-check)
12168 (vc-backend-merge-news): Doc fix.
12169 (vc-default-logentry-check): New function.
12170 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12171 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12172 (vc-backend-merge): Doc fix. Use backend functions.
12173 (vc-check-headers): Use backend functions.
12174
12175 * vc-cvs.el: Require vc when compiling.
12176 (vc-cvs-register-switches): Doc fix.
12177 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12178 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12179 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12180 New functions (code from vc.el).
12181 (vc-annotate-display-default): Fix interactive spec.
12182 (vc-annotate-time-span): Doc fix.
12183
12184 * vc-rcs.el: Require vc when compiling.
12185 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12186 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12187 (vc-rcs-checkin): New functions (code from vc.el).
12188 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12189 Doc fix.
12190 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12191
12192 * vc-sccs.el: Require vc when compiling.
12193 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12194 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12195 (vc-sccs-revert)
12196 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12197 from vc.el).
12198 (vc-sccs-add-triple, vc-sccs-record-rename)
12199 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12200 (vc-sccs-admin): Doc fix.
12201
12202 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12203
12204 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12205 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12206 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12207 from vc.el.
12208
12209 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12210
12211 * vc-cvs.el: Moved the annotate functionality from vc.el.
12212 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12213
12214 2000-09-04 Dave Love <fx@gnu.org>
12215
12216 * vc.el (vc-backend-release): Call vc-system-release.
12217
12218 * vc-sccs.el (vc-sccs-system-release):
12219 Renamed from vc-sccs-backend-release.
12220
12221 * vc-rcs.el (vc-rcs-system-release):
12222 Renamed from vc-rcs-backend-release.
12223
12224 * vc-cvs.el (vc-cvs-system-release):
12225 Renamed from vc-cvs-backend-release.
12226
12227 2000-09-04 Dave Love <fx@gnu.org>
12228
12229 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12230 backend files.
12231 (vc-backend-release): Dispatch to backend functions.
12232 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12233 probably needs attention.]
12234
12235 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12236 (vc-sccs-backend-release): New function.
12237
12238 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12239 (vc-cvs-backend-release): New function.
12240
12241 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12242 Doc fix.
12243 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12244 (vc-default-dired-state-info): New function.
12245 (vc-dired-state-info): Dispatch to backends.
12246 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12247
12248 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12249 from vc.el and renamed.
12250
12251 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12252
12253 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12254 (vc-version-other-window, vc-backend-assign-name): Removed
12255 references to vc-latest-version; sometimes changed into
12256 vc-workfile-version.
12257
12258 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12259 vc-rcs-master-workfile-version.
12260 (vc-rcs-workfile-version): Use the above. Don't call
12261 vc-latest-version (that was unreachable code, anyway).
12262 (vc-rcs-fetch-master-properties): Doc fix.
12263
12264 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12265 (vc-backend-hook-functions): Removed them from this list, too.
12266 (vc-fetch-properties): Removed.
12267 (vc-workfile-version): Doc fix.
12268
12269 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12270 (vc-rcs-workfile-version, vc-rcs-locking-user)
12271 (vc-rcs-uses-locking): Use it.
12272
12273 * vc-hooks.el (vc-consult-rcs-headers):
12274 Moved into vc-rcs-hooks.el, under the name
12275 vc-rcs-consult-headers.
12276
12277 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12278 headers.
12279 (vc-cvs-find-master): Use this name only; correct different
12280 versions of the name.
12281
12282 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12283 New functions.
12284 (vc-sccs-locking-user): Use the latter.
12285
12286 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12287 New functions.
12288
12289 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12290 Moved into both
12291 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12292 functions are implementation details of those two backends.
12293
12294 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12295
12296 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12297 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12298
12299 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12300 (vc-sccs-parse-locks): SCCS-specific code moved here from
12301 vc-hooks.
12302
12303 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12304 code moved here from vc-hooks.
12305
12306 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12307 into back-end specific parts and removed. Callers not updated
12308 yet; because I guess these callers will disappear into back-end
12309 specific files anyway.
12310
12311 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12312
12313 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12314 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12315 `vc-uses-locking'.
12316
12317 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12318 Store yes/no in the property, and return t/nil. Updated all
12319 callers.
12320
12321 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12322 vc-sccs-uses-locking. Don't set property.
12323 (vc-sccs-locking-user): Don't set property.
12324
12325 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12326 vc-cvs-uses-locking. Don't set property here; leave that to
12327 vc-hooks.
12328 (vc-cvs-locking-user): Reflect above change. Streamlined.
12329
12330 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12331 vc-rcs-uses-locking.
12332 (vc-rcs-locking-user): Reflect above change.
12333
12334 2000-09-04 Dave Love <fx@gnu.org>
12335
12336 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12337
12338 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12339
12340 * vc-hooks.el (vc-checkout-model): Punt to backends.
12341
12342 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12343
12344 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12345
12346 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12347 New functions.
12348
12349 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12350 New functions.
12351
12352 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12353 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12354
12355 * vc-hooks.el (vc-default-locking-user): New function.
12356 (vc-locking-user, vc-workfile-version): Punt to backends.
12357
12358 2000-09-04 Dave Love <fx@gnu.org>
12359
12360 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12361 (vc-master-workfile-version): Moved from vc-hooks.
12362
12363 * vc-rcs-hooks.el: Fix duplicate code in last change.
12364
12365 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12366 (vc-rcs-master-templates): Improve :type.
12367 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12368 vc-master-workfile-version): Moved from vc-hooks.
12369
12370 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12371 (vc-sccs-master-templates): Improve :type.
12372 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12373
12374 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12375
12376 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12377 (vc-cvs-master-templates): Improve :type. Use
12378 vc-cvs-find-cvs-master.
12379 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12380 from vc-hooks.
12381 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12382
12383 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12384 Moved to vc-cvs-hooks.
12385
12386 * vc-hooks.el: Add doc strings in various places. Simplify the
12387 minor mode setup.
12388 (vc-handled-backends): New user variable.
12389 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12390 simplification.
12391
12392 2000-09-04 Dave Love <fx@gnu.org>
12393
12394 * vc.el: Some doc fixes for autoloaded and interactive functions.
12395 Fix compilation warnings from ediff stuff.
12396 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12397
12398 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12399
12400 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12401
12402 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12403
12404 2000-09-04 Dave Love <fx@gnu.org>
12405
12406 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12407 New variable.
12408 (vc-make-backend-function, vc-loadup, vc-call-backend)
12409 (vc-backend-defines): New functions.
12410
12411 * vc-hooks.el: Various doc fixes.
12412 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12413 (vc-match-substring): Function removed. Callers changed to use
12414 match-string.
12415 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12416 Simplify.
12417
12418 2000-09-04 Dave Love <fx@gnu.org>
12419
12420 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12421 type.
12422 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12423 (vc-sccs-registered): Doc fix.
12424
12425 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12426 (vc-cvs-registered): Doc fix.
12427
12428 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12429 (vc-rcs-registered): Doc fix.
12430
12431 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12432
12433 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12434
12435 * vc-hooks.el: vc-registered has been renamed
12436 vc-default-registered. Some functions have been moved to the
12437 backend specific files. they all support the
12438 vc-BACKEND-registered functions.
12439
12440 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12441
12442 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12443
12444 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12445
12446 2000-09-04 Dave Love <fx@gnu.org>
12447
12448 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12449 menu-bar-update-hook.
12450
12451 * help.el (help-manyarg-func-alist): Add
12452 find-operation-coding-system.
12453
12454 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12455
12456 * custom.el (custom-set-variables): Print message about errors in
12457 setting.
12458
12459 2000-09-03 Andrew Innes <andrewi@gnu.org>
12460
12461 * makefile.w32-in: Change to DOS line endings.
12462
12463 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12464
12465 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12466 minor-mode keymaps, if they don't have one.
12467
12468 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12469
12470 * eshell/esh-module.el (eval-when-compile): Don't lose if
12471 esh-module.el's file name is truncated to DOS 8+3 limits.
12472
12473 2000-09-01 John Wiegley <johnw@gnu.org>
12474
12475 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12476 predicate, which caused entries in the completion list to be
12477 doubled.
12478
12479 2000-08-30 John Wiegley <johnw@gnu.org>
12480
12481 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12482 sending to subprocesses. Also, hook pre-command-hook if
12483 `eshell-send-direct-to-subprocesses' is non-nil.
12484 (eshell-send-direct-to-subprocesses): New config variable. If t,
12485 subprocess input is send immediately.
12486 (eshell-toggle-direct-send): New function.
12487 (eshell-self-insert-command): New function.
12488 (eshell-intercept-commands): New function.
12489 (eshell-send-input): If direct subprocess sending is enabled,
12490 don't echo any input to the Eshell buffer. Let the subprocess
12491 handle that. This requires "stty echo" in bash, for example.
12492
12493 2000-08-28 John Wiegley <johnw@gnu.org>
12494
12495 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12496 completion function for Eshell's implementation of `unset'.
12497
12498 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12499
12500 * info.el (Info-directory-list): Doc fix.
12501
12502 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12503
12504 * filecache.el (file-cache-add-directory-using-find): Don't quote
12505 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12506
12507 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12508
12509 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12510 coding systems.
12511
12512 2000-08-30 Andrew Innes <andrewi@gnu.org>
12513
12514 * timer.el (run-with-idle-timer): Undo last change, so that timer
12515 is not activated immediately if Emacs is already idle. Some
12516 existing code relies on this behaviour.
12517
12518 2000-08-30 Miles Bader <miles@gnu.org>
12519
12520 * frame.el (set-frame-font): Do completion of font-name for
12521 interactive use.
12522
12523 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12524
12525 * international/quail.el (quail-start-translation): Bind locally
12526 last-command-event, last-command, and this-command.
12527 (quail-start-conversion): Likewise.
12528 (quail-self-insert-command): Fix docstring.
12529
12530 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12531
12532 * progmodes/executable.el
12533 (executable-make-buffer-file-executable-if-script-p): Check that
12534 buffer contains at least 2 characters.
12535
12536 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12537
12538 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12539
12540 2000-08-29 Dave Love <fx@gnu.org>
12541
12542 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12543 (diff-mode-shared-map): Bind mouse-2.
12544 (diff-imenu-generic-expression): New variable.
12545 (diff-mode): Use it.
12546
12547 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12548 (mouse-popup-menubar): Add minor mode menus.
12549 (popup-menu): Check for lookup-key returning number.
12550
12551 2000-08-29 Miles Bader <miles@gnu.org>
12552
12553 * comint.el (comint-send-input): Create overlays using the proper
12554 front/read-advance arguments.
12555
12556 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12557
12558 * ps-print.el: Even/odd pages printing. Doc fix.
12559 (ps-print-version): New version number (6.0).
12560 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12561 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12562 (ps-print-duplex-feature): Variable eliminated.
12563 (ps-even-or-odd-pages): New variable.
12564
12565 * progmodes/ebnf2ps.el: Doc fix.
12566 (ebnf-version): New version (3.3).
12567 (ebnf-user-arrow): Change variable customization to sexp.
12568 (ebnf-user-arrow): Function eliminated.
12569 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12570
12571 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12572
12573 * help.el (help-xref-mule-regexp): New variable.
12574 (help-make-xrefs): Handle help-xref-mule-regexp.
12575
12576 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12577 variable.
12578 (describe-input-method): Temporarily activate the specfied input
12579 method to display the information.
12580 (describe-language-environment): Hyperlinks to mule related items.
12581
12582 * international/mule-diag.el (charset-multibyte-form-string): New
12583 function.
12584 (list-character-sets-1): Use charset-multibyte-form-string.
12585 (describe-character-set): New function.
12586 (describe-coding-system): Hyperlinks to safe character sets.
12587
12588 * international/quail.el (quail-help): New arg PACKAGE.
12589 Hyperlinks to mule related items.
12590 (quail-help-insert-keymap-description): Use
12591 substitute-command-keys instead of describe-bindings.
12592 (quail-translation-help): Hyperlinks to mule related items.
12593
12594 2000-08-28 John Wiegley <johnw@gnu.org>
12595
12596 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12597 have a defsubst call itself. Made `eshell-flatten-list' back into
12598 a function again.
12599
12600 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12601 catch, in case re-centering point at bottom messes up the display.
12602 This happens frequently in Emacs 21, due I believe to variable
12603 line heights.
12604
12605 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12606 to call `find-tag-interactive'.
12607
12608 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12609 the list of remember directories.
12610
12611 2000-08-28 John Wiegley <johnw@gnu.org>
12612
12613 * align.el: Test align-region-separate to see if it's a symbol.
12614
12615 2000-08-28 John Wiegley <johnw@gnu.org>
12616
12617 * eshell/esh-util.el (eshell-flatten-list): Made this function
12618 into a defsubst form. It gets used very frequently, although
12619 calls don't occur all that often.
12620
12621 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12622 examining it.
12623
12624 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12625 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12626 `eshell-protect'.
12627 (eshell-copy-handles): Created a new macro for duplicating the
12628 current set of open handles. This is needed by the looping
12629 functions.
12630 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12631 is not incorrectly stomped on.
12632
12633 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12634 declaration for pcomplete-use-paring.
12635 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12636 value of eshell-cmpl-use-paring.
12637 * pcomplete.el (pcomplete-use-paring): New config variable, to
12638 indicate whether paring should be used.
12639 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12640 completion alternatives that have already been used.
12641
12642 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12643 bound to C-c C-y, which will repeat the previous N arguments
12644 (based on prefix argument).
12645 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12646
12647 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12648 if there is no *Help* buffer. This is for XEmacs, which renames
12649 its help buffers uniquely. TODO: Find out what the current buffer
12650 name to delete is.
12651
12652 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12653 first entry that correlates to a passwd/group number. Later
12654 entries (used for group/user name aliasing to multiple IDs) are
12655 ignored.
12656
12657 * eshell/em-xtra.el (eshell/expr):
12658 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12659 (eshell-grep, eshell/diff, eshell/locate):
12660 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12661 argument list, before passing it to the system command.
12662
12663 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12664 `find-tag' for use at final position in Eshell buffers (which
12665 otherwise triggers an error on Emacs 21).
12666 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12667 buffer, if it is currently bound to `find-tag'.
12668
12669 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12670 in the list of matched Makefile names.
12671 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12672 directory, prefer its contents to Makefile.
12673
12674 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12675 directory parts (like "cd old new", or "cd =regexp"), are now case
12676 sensitive on non-Windows/DOS platforms.
12677
12678 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12679 types RET after an open delimiter (like "), display a message
12680 indicating that Eshell is waiting for the closing delimiter.
12681
12682 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12683 environment variables.
12684
12685 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12686 gracefully if the user enters incorrect arguments.
12687
12688 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12689 Eshell buffers.
12690
12691 * eshell/esh-var.el (eshell-interpolate-variable):
12692 * eshell/esh-mode.el (eshell-move-argument):
12693 * eshell/em-unix.el (eshell-du-sum-directory):
12694 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12695 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12696 (not (= ...)).
12697
12698 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12699 to ensure the `preserve' flag gets propagated when doing recursive
12700 directory copies.
12701
12702 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12703
12704 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12705 Don't convert \n into \0177 in memory.
12706 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12707 and back again, when reading and writing.
12708
12709 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12710
12711 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12712 testing of `fboundp' on `processp'.
12713
12714 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12715 (eshell/jobs): Don't call process-list if it is not bound.
12716 (eshell-gather-process-output): Support systems where async
12717 subprocesses aren't supported.
12718 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12719 variables.
12720
12721 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12722 eshell-do-eval returns t.
12723 (eshell-do-pipelines-synchronously): New defmacro.
12724 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12725 when async subprocesses aren't supported.
12726 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12727 if async subprocesses aren't supported.
12728 (eshell-resume-command): Don't assume STATUS is a string.
12729
12730 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12731
12732 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12733 (eshell-close-target, eshell-get-target): Use eshell-processp.
12734 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12735 fix.
12736 (eshell-get-target, eshell-create-handles): Doc fix.
12737
12738 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12739
12740 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12741 criterion to include commands that output something, as long as it
12742 leaves both the command and the end-of-buffer visible when the
12743 command has exited.
12744 (eshell-review-quick-commands): Adjust the help doc string
12745 accordingly.
12746
12747 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12748
12749 * locate.el (locate): Cleaned up locate command's interactive prompting
12750 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12751
12752 * filecache.el (file-cache-case-fold-search): New variable
12753 (file-cache-assoc-function): New variable
12754 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12755 Use file-cache-case-fold-search variable
12756 (file-cache-add-file): Use file-cache-assoc-function
12757 (file-cache-delete-file): likewise
12758 (file-cache-directory-name): likewise
12759 (file-cache-debug-read-from-minibuffer): likewise
12760
12761 2000-08-28 Gerd Moellmann <gerd@gnu.org>
12762
12763 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12764 (abbrev-table-name): New function.
12765 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12766 If non-nil list local abbrev, only.
12767
12768 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12769
12770 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12771 from Gnus support code, and use special article copy buffer
12772 `(gnus-original-article-buffer)' instead. This allows to get rid
12773 of article-hide-headers usage (which breaks in the latest Gnus
12774 version). Thanks to Detlev Zundel.
12775
12776 2000-08-28 Kenichi Handa <handa@etl.go.jp>
12777
12778 * international/quail.el (quail-use-package): Hide "... loaded"
12779 message.
12780 (quail-start-translation, quail-start-conversion): Likewise.
12781
12782 * international/kkc.el (kkc-region): Hide "... loaded" message.
12783
12784 2000-08-27 Dave Love <fx@gnu.org>
12785
12786 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12787
12788 2000-08-27 Miles Bader <miles@gnu.org>
12789
12790 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12791
12792 2000-08-27 Kenichi Handa <handa@etl.go.jp>
12793
12794 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12795 'ja-dic-cnv), not (require 'skkdic-cnv).
12796
12797 2000-08-26 Miles Bader <miles@gnu.org>
12798
12799 * faces.el (face-x-resources): Add entry for :inherit.
12800 * cus-face.el (custom-face-attributes): Add support for :inherit
12801 attribute. Add support for relative face heights.
12802 (custom-face-attributes-get): Treat `nil' as being a default value
12803 for :inherit (as well as `unspecified').
12804
12805 * faces.el (set-face-attribute): Update doc string.
12806 (face-attribute-name-alist): Add :inherit.
12807 (face-valid-attribute-values): Handle :inherit.
12808 (face-read-string): Rephrase prompt to be less confusing.
12809 Assume that DEFAULT is a string, since we must return a string.
12810 (face-read-integer): Use `format' to turn DEFAULT into an
12811 acceptable default for face-read-string. Match NEW-VALUE against
12812 the string "unspecified", not the symbol `unspecified', since
12813 that's what face-read-string returns.
12814 (read-face-attribute): Lookup a name for old-value in valid, and
12815 use it as a default if we find one. Treat all values from
12816 face-read-string as strings. If the default is used, don't do any
12817 more processing on the value, just use the old value directly.
12818 (read-face-and-attribute, modify-face): Tweak prompt.
12819 (read-face-name): Don't assume prompt ends with a space.
12820
12821 * faces.el (describe-face): Add support for :inherit attribute.
12822
12823 2000-08-25 Kenichi Handa <handa@etl.go.jp>
12824
12825 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12826 concat doesn't accept interger.
12827
12828 * international/kkc.el: Remove SKK from Keywords. Require
12829 ja-dic-utl instead of skkdic-utl.
12830
12831 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12832 Provide ja-dic-cnv instead of skkdic-cnv.
12833 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12834 (iso-2022-7bit-short): Add safe-charsets property.
12835 (skkdic-convert-postfix): Search Japanese chou-on character in
12836 addition to Hiragana character.
12837 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12838 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12839 (batch-skkdic-convert): Likewise.
12840
12841 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12842 Provide ja-dic-utl instead of skkdic-utl.
12843 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12844
12845 2000-08-24 Dave Love <fx@gnu.org>
12846
12847 * disp-table.el (standard-display-default): Make the test of `l'
12848 useful.
12849
12850 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12851 mod sample text.
12852
12853 * international/iso-ascii.el: Make pilcrow convenient string
12854 consistent with section.
12855 (iso-ascii-display): Set up multibyte characters as well as
12856 unibyte.
12857
12858 2000-08-24 Kenichi Handa <handa@etl.go.jp>
12859
12860 * international/mule-cmds.el (reset-language-environment): Set
12861 default-process-coding-system to '(undecided . iso-latin-1), which
12862 makes process I/O almost consistent with file I/O. Call this
12863 function when mule-cmds.el[c] is loaded.
12864
12865 2000-08-22 Andrew Innes <andrewi@gnu.org>
12866
12867 * makefile.w32-in: New file.
12868
12869 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12870
12871 * comint.el (comint-output-filter): Compare end of
12872 comint-last-output-overlay with the start of the newly inserted
12873 text, not the end, when deciding whether to extend it.
12874 Set saved-point's insertion type to advance after insertion.
12875
12876 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12877 since this is now done independently of font-lock mode.
12878
12879 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12880
12881 * server.el (server-kill-new-buffers): New user option.
12882 (server-existing-buffer): New buffer-local variable.
12883 (server-visit-files): When using an existing buffer, set
12884 server-existing-buffer to t.
12885 (server-buffer-done): If server-kill-new-buffers is t, kill the
12886 buffer, unless it was already present before visiting it with
12887 Emacs server.
12888
12889 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12890
12891 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12892 even if the display doesn't support colors: some displays will
12893 support bold/underline faces.
12894
12895 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12896
12897 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12898
12899 * startup.el (command-line): If user's init file had an error,
12900 add explanatory text to *Messages*.
12901
12902 2000-08-21 Kenichi Handa <handa@etl.go.jp>
12903
12904 * man.el (Man-getpage-in-background): Decode the process output by
12905 the system locale coding system.
12906
12907 2000-08-20 Dave Love <fx@gnu.org>
12908
12909 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12910 Don't test x-popup-menu.
12911 (function) <complete-function>: Complete only fbound symbols.
12912 <validate, value>: New.
12913 (variable) <complete-function>: Complete only bound symbols.
12914 (coding-system): Add :base-only, :complete-function, :validate,
12915 :value, :prompt-match.
12916 (widget-coding-system-prompt-value): Use read-coding-system and
12917 act on :base-only.
12918 (editable-field): Add :help-echo.
12919 (widget-push-button-gui, widget-push-button-cache)
12920 (widget-gui-action, widget-editable-list-gui): COmment out, along
12921 with uses.
12922 (widget-at): Make arg optional.
12923 (widget-echo-help): Adjust for current help-echo calling sequence.
12924 (widget-specify-field, widget-specify-button)
12925 (widget-specify-insert, widget-get-sibling, widget-image-find)
12926 (widget-convert, widget-insert, widget-leave-text)
12927 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12928 (widget-setup, widget-field-find, widget-before-change)
12929 (widget-after-change, widget-default-complete)
12930 (widget-default-create, widget-default-delete)
12931 (widget-push-button-value-create, editable-field)
12932 (widget-field-prompt-value, widget-field-validate)
12933 (widget-choice-value-create, widget-choice-action)
12934 (widget-choice-validate, widget-checklist-add-item)
12935 (widget-radio-add-item, widget-radio-chosen)
12936 (widget-radio-value-inline, widget-editable-list-value-create)
12937 (widget-editable-list-entry-create)
12938 (widget-documentation-link-add)
12939 (widget-documentation-string-value-create)
12940 (widget-regexp-validate, widget-file-complete)
12941 (widget-sexp-validate, widget-plist-convert-widget)
12942 (widget-plist-convert-widget, widget-alist-convert-widget)
12943 (widget-alist-convert-widget, widget-color-complete): Simplify,
12944 particularly to avoid bindings which aren't optimized out.
12945
12946 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12947 Doc fix.
12948 (down-list, backward-up-list, up-list, kill-sexp)
12949 (backward-kill-sexp, mark-sexp): Make arg optional.
12950 (lisp-complete-symbol): Add optional arg PREDICATE.
12951
12952 * cus-start.el: Add display-buffer-reuse-frames,
12953 file-coding-system-alist.
12954
12955 2000-08-20 Gerd Moellmann <gerd@gnu.org>
12956
12957 * startup.el (command-line): Clear realized faces after
12958 modifying TTY color mappings.
12959
12960 2000-08-20 Miles Bader <miles@gnu.org>
12961
12962 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12963 merely a subset of FACE's attributes.
12964
12965 2000-08-19 Miles Bader <miles@gnu.org>
12966
12967 * comint.el (comint-output-filter): Save the point with a marker,
12968 not just a buffer position.
12969
12970 * international/mule.el (set-buffer-process-coding-system): Make
12971 interactive prompt less confusing.
12972
12973 2000-08-19 Gerd Moellmann <gerd@gnu.org>
12974
12975 * hilit-chg.el: General cleanup of doc strings, comments and
12976 code formatting.
12977
12978 2000-08-19 Miles Bader <miles@gnu.org>
12979
12980 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12981 Compiler macro removed; beginning-of-line is no longer always
12982 equivalent to forward-line, in the presence of fields.
12983
12984 * comint.el (comint-output-filter): Remove ad-hoc saving of
12985 restriction, and just use save-restriction, now that it works
12986 correctly. Don't adjust comint-last-input-start to account for
12987 our insertion; it shouldn't have moved because we don't use
12988 insert-before-markers anymore. Comment out call to
12989 `force-mode-line-update'; why is it here?
12990
12991 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12992 while checking for prompt to delete. Use `forward-line 0'
12993 instead of beginning-of-line.
12994 (gud-filter): Temporarily widen gud comint buffer while
12995 examining output.
12996
12997 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12998
12999 * progmodes/sh-script.el: Big bag of typos.
13000
13001 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13002 check since ispell-process is not bound when ispell is not yet loaded.
13003
13004 2000-08-18 Dave Love <fx@gnu.org>
13005
13006 * image.el (find-image): Copy `spec' before using plist-put.
13007
13008 2000-08-18 Gerd Moellmann <gerd@gnu.org>
13009
13010 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13011 `portugues'.
13012
13013 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13014 backward-kill-sexp, analogous to kill-sexp.
13015
13016 * progmodes/icon.el (icon-indent-line)
13017 (icon-is-continuation-line): Handle comments specially.
13018
13019 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13020
13021 * ispell.el: Set to standard author/maintainer/keyword fields.
13022 Fine tuning to menu map appearance and operation, and added help.
13023 Remove `start' and `end' error messages when compiling.
13024 (ispell-choices-win-default-height): Fixed comment string.
13025 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13026 castellano8 dictionaries.
13027 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13028 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13029 dictionary, added italiano dictionary.
13030 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13031 word character
13032 (ispell-tex-skip-alists): Added psfig support.
13033 (ispell-skip-html): Renamed from ispell-skip-sgml.
13034 (ispell-begin-skip-region-regexp, ispell-skip-region)
13035 (ispell-minor-check): Improved html skipping support to skip across
13036 code, and recognize `&' commands without propper `;' syntax;
13037 (ispell-process-line): Fix alignment error when manually
13038 correcting spelling.
13039 (ispell): Fix comment string.
13040 (ispell-add-per-file-word-list): Always put word list on new line.
13041
13042 2000-08-17 Gerd Moellmann <gerd@gnu.org>
13043
13044 * format.el (format-encode-run-method): Fix error message to say
13045 `encode' instead of `decode'. Use save-window-excursion around
13046 shell-command-on-region as in format-decode-run-method because
13047 shell-command-on-region can display a buffer with error output.
13048 (format-decode): Don't record undo information for the decoding.
13049 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13050 that number part of the temporary buffer name so that more than
13051 one decoding using a temporary buffer can happen safely.
13052
13053 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13054 of `A-z' in the regexp.
13055
13056 * hilit-chg.el: Fix typos in commentary.
13057
13058 * help.el (view-emacs-news): Rewritten for new naming scheme
13059 for old NEWS files.
13060
13061 * startup.el (command-line): Pop to *Messages* in case an error
13062 is signaled while loading user-init-file.
13063
13064 2000-08-17 Andreas Schwab <schwab@suse.de>
13065
13066 * files.el (insert-directory): Don't lose original file name,
13067 undoing an undocumented change.
13068
13069 2000-08-17 Alex Schroeder <alex@gnu.org>
13070
13071 * sql.el (sql-magic-go): Use comint-bol.
13072 (sql-copy-column): Use comint-line-beginning-position.
13073 (comint-line-beginning-position): Define a replacement for
13074 comint-line-beginning-position if it is not fboundp.
13075
13076 2000-08-17 Alex Schroeder <alex@gnu.org>
13077
13078 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13079 it didn't have any effect anyway.
13080
13081 2000-08-17 Alex Schroeder <alex@gnu.org>
13082
13083 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13084 --pset and pager=off instead of sending \\o|cat at the beginning
13085 of the session.
13086
13087 2000-08-17 Miles Bader <miles@gnu.org>
13088
13089 * progmodes/octave-inf.el: Add compatibility definition of
13090 comint-line-beginning-position.
13091
13092 2000-08-17 Kenichi Handa <handa@etl.go.jp>
13093
13094 * startup.el (normal-top-level): Look in each dir in load-path for
13095 a leim-list.el file too. This assures of loading leim-list.el
13096 that is created at Emacs installation time even if a user have his
13097 own leim-list.el.
13098
13099 2000-08-17 Miles Bader <miles@gnu.org>
13100
13101 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13102 foreground color to black if the background is dark.
13103
13104 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13105
13106 * loadhist.el (unload-feature): Typo.
13107
13108 * finder.el (finder-compile-keywords):
13109 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13110 to the generated file.
13111
13112 * mail/mh-e.el (mh-make-local-vars):
13113 Replace make-variable-buffer-local with make-local-variable.
13114
13115 * play/landmark.el:
13116 * options.el (Edit-options-{set,toggle,t,nil}):
13117 * mail/mailabbrev.el (mail-abbrevs-mode):
13118 * textmodes/tex-mode.el (tex-expand-files):
13119 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13120
13121 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13122
13123 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13124 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13125 Allow going past the last element.
13126 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13127 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13128 (cvs-mouse-toggle-mark): Don't move point.
13129 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13130
13131 * progmodes/compile.el (grep): Provide a default set of files.
13132 (next-error): Docstring fix.
13133 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13134
13135 * emacs-lisp/easy-mmode.el (define-minor-mode):
13136 Use `symbol-value' to keep the byte-compiler quiet.
13137
13138 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13139 (diff-find-source-location): New fun, extracted from diff-goto-source.
13140 (diff-goto-source): Use it.
13141 (diff-next-complex-hunk, diff-filter-lines): New function.
13142 (diff-apply-hunk): New command.
13143
13144 * smerge-mode.el (smerge-mode-menu): Doc fix.
13145
13146 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13147
13148 2000-08-16 Dave Love <fx@gnu.org>
13149
13150 * windmove.el (windmove) <defgroup>: Add :version.
13151
13152 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13153 (goto-address-fontify-p, goto-address-highlight-p)
13154 (goto-address-url-face, goto-address-url-mouse-face)
13155 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13156 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13157 (goto-address-fontify, goto-address-at-mouse): Simplify,
13158 (goto-address-at-point): browse-url-url-at-point,
13159 goto-address-find-address-at-point can return nil.
13160 (goto-address-find-address-at-point): Return nil on failure.
13161
13162 * align.el (align) <defgroup>: Add :version.
13163
13164 * calculator.el (calculator): Add :version.
13165 (calculator): Use two lines for calculator window if `modeline'
13166 face is boxed.
13167
13168 * play/5x5.el: Doc fixes.
13169 (5x5) <defgroup>: Add :version.
13170
13171 * play/fortune.el (fortune) <defgroup>: Add :version.
13172 (fortune-append): Fix error message.
13173 (fortune-from-region): Doc fix.
13174
13175 * play/pong.el (pong): Doc fix.
13176
13177 * play/morse.el: Keywords, commentary, autoloads.
13178
13179 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13180
13181 * desktop.el (desktop-save): Don't look at symbol-value of a
13182 member of minor-mode-alist, unless it is boundp.
13183
13184 2000-08-16 Sam Steingold <sds@gnu.org>
13185
13186 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13187 `while'; use `with-current-buffer' instead of `save-excursion'.
13188 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13189
13190 2000-08-16 Kenichi Handa <handa@etl.go.jp>
13191
13192 * international/ccl.el (declare-ccl-program): Docstring modified.
13193 (ccl-execute-with-args): Likewise.
13194
13195 2000-08-16 Miles Bader <miles@gnu.org>
13196
13197 * progmodes/sql.el: Add compatibility definition of
13198 comint-line-beginning-position.
13199
13200 2000-08-15 Gerd Moellmann <gerd@gnu.org>
13201
13202 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13203 'buffer-menu' property.
13204 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13205 fails.
13206 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13207 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13208 wasn't killed.
13209
13210 * buff-menu.el (list-buffers-noselect): Don't display the
13211 *Buffer List* buffer.
13212
13213 * font-lock.el: Require jit-lock to prevent a very late
13214 `Loading jit-lock' message.
13215
13216 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13217 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13218 mail address.
13219
13220 2000-08-15 Miles Bader <miles@gnu.org>
13221
13222 * textmodes/ispell.el (ispell-graphic-p): New constant.
13223 (ispell-choices-win-default-height, ispell-help): Use
13224 `ispell-graphic-p' instead of `xemacsp'.
13225
13226 2000-08-15 Dave Love <fx@gnu.org>
13227
13228 * simple.el: Autoload widget-convert when compiling.
13229 (mail-user-agent): Doc fix.
13230
13231 * help.el (function-called-at-point, variable-at-point): Use
13232 with-syntax-table.
13233 (help-manyarg-func-alist): Add insert-and-inherit.
13234
13235 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13236
13237 * delsel.el (delsel-unload-hook): New function.
13238
13239 * find-file.el: Doc fixes. Move provide to end.
13240 (ff) <defgroup>: Add :link.
13241 (ff-goto-click): Deleted.
13242 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13243 Use mouse-set-point.
13244
13245 * textmodes/tildify.el: Doc fixes.
13246 (tildify) <defgroup>: Add:version.
13247
13248 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13249 (glasses-custom-set): Use set-default, not set.
13250 (minor-mode-alist): Propertize the lighter.
13251 (glasses-mode): Provide optional arg.
13252
13253 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13254 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13255 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13256 option. Provide :type.
13257 (cwarn-configuration): Provide :type.
13258 (cwarn-mode): Doc fix.
13259
13260 * add-log.el (change-log-merge): Doc fix.
13261 (change-log-redate): New command.
13262
13263 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13264 Doze and Dog.
13265 (browse-url): Use dolist, not mapcar.
13266 (browse-url-at-point): Check for null url.
13267 (browse-url-event-buffer, browse-url-event-point): Functions
13268 deleted.
13269 (browse-url-at-mouse, browse-url-netscape): Simplify.
13270
13271 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13272 modes.
13273 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13274 Fix previous change to mapcan.
13275 (msb--init-file-alist, msb--add-separators)
13276 (msb--make-keymap-menu): Simplify.
13277 (msb--choose-file-menu): Use copy-sequence.
13278 (msb-mode-map): Add title to keymap.
13279 (msb-unload-hook): New function.
13280
13281 * bs.el: Fix indentation.
13282 (bs) <defgroup>: Add :links.
13283 (bs-show): Doc fix.
13284 (bs-apply-sort-faces): Don't use window-system.
13285 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13286
13287 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13288
13289 * calendar/timeclock.el (timeclock-file): Run .timelog through
13290 convert-standard-filename.
13291
13292 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13293
13294 * emacs-lisp/authors.el: New file.
13295
13296 * paren.el (show-paren-priority): New user option.
13297 (show-paren-function): Set overlay priorities to
13298 show-paren-priority.
13299
13300 2000-08-14 Miles Bader <miles@gnu.org>
13301
13302 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13303 beginning-of-line with inhibit-field-text-motion bound.
13304
13305 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13306
13307 * calendar/timeclock.el: New file.
13308
13309 2000-08-14 David Ponce <david@dponce.com>
13310
13311 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13312 `widget-button-click'. so that one can use left mouse button to
13313 click on dialog buttons.
13314
13315 2000-08-14 Emmanuel Briot <briot@gnat.com>
13316
13317 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13318 identifiers, since XML is case sensitive
13319
13320 2000-08-12 Miles Bader <miles@gnu.org>
13321
13322 * comint.el (comint-output-filter): Don't bother frobbing
13323 window-start, it doesn't seem to be necessary.
13324
13325 * comint.el (comint-send-string, comint-send-region): Make into
13326 real functions. Snapshot the prompt before sending.
13327
13328 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13329
13330 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13331 technique similar to Info-index, instead of relying on specific
13332 names of relevant Index nodes.
13333 (Info-goto-emacs-command-node): Bind Info-history to nil when
13334 going to the first node found by Info-find-emacs-command-nodes.
13335
13336 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13337
13338 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13339
13340 2000-08-10 Miles Bader <miles@gnu.org>
13341
13342 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13343
13344 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13345
13346 * info.el (Info-file-list-for-emacs): More elements for the
13347 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13348 and woman manuals.
13349
13350 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13351
13352 * comint.el (comint-send-input): Make the newline boundary overlay
13353 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13354 (comint-output-filter): Use `insert' instead of
13355 `insert-before-markers'. Extend comint-last-output-overlay when
13356 necessary since we can't rely on insert-before-markers to do it.
13357 * gud.el (gud-filter): Use `with-current-buffer' instead of
13358 save-excursion when inserting the output, so that point gets
13359 updated correctly; the old method relied on a rather dodgy
13360 side-effect of comint-output-filter to avoid the effect of
13361 save-excursion.
13362
13363 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13364
13365 * files.el (recover-file): Call insert-directory instead of
13366 invoking `ls' directly.
13367
13368 2000-08-10 Miles Bader <miles@gnu.org>
13369
13370 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13371 (comint-last-prompt-overlay): New variables.
13372 (comint-output-filter): Implement prompt highlighting.
13373 (comint-snapshot-last-prompt): New function.
13374 (comint-send-input): Snapshot the last prompt.
13375 Use comint-highlight-input-face.
13376 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13377 Use defface instead of defcustom.
13378 (send-invisible, comint-send-eof): Snapshot the last prompt.
13379 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13380 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13381
13382 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13383
13384 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13385 (regexp-opt-group): Use a list of chars for `letters'.
13386 (regexp-opt-charset): `chars' is now a list of chars.
13387 Use a char-table rather than a vector so it works for multibyte chars.
13388
13389 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13390 Set cvs-minor-current-files to the selected fileinfo.
13391 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13392 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13393
13394 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13395
13396 * files.el (insert-directory): Don't call access-file on
13397 directories on DOS and Windows.
13398
13399 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13400
13401 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13402 longer if necessary.
13403 (ccl-embed-code): Call ccl-embed-data to store CODE in
13404 ccl-program-vector.
13405
13406 2000-08-09 Miles Bader <miles@gnu.org>
13407
13408 * comint.el (comint-output-filter): Properly handle the case where
13409 the text surrounded by comint-last-output-overlay was deleted.
13410
13411 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13412
13413 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13414 non-nil.
13415 (Info-file-list-for-emacs): Remove "info" from the list because
13416 that leads to trying to use the documentation from file `info'
13417 in various situations where it isn't appropriate, for instance
13418 C-h C-k C-h i.
13419
13420 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13421 DIR and/or STRING are nil.
13422
13423 * progmodes/compile.el (compilation-setup): Make variable
13424 compilation-error-screen-columns buffer-local, as some comment
13425 in the code suggests it should be.
13426
13427 * files.el (auto-mode-interpreter-regexp): New variable.
13428 (set-auto-mode): Use it.
13429
13430 * indent.el (indent-for-tab-command): Doc fix.
13431
13432 * mouse-sel.el (mouse-sel-mode): Doc fix.
13433
13434 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13435 labels.
13436
13437 * help.el (print-help-return-message): When
13438 display-buffer-reuse-frames is set, let the help window been quit,
13439 instead of deleting it, which might delete a reused frame.
13440
13441 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13442
13443 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13444 rename a directory to a name that differs only by its letter case.
13445
13446 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13447
13448 * international/quail.el (quail-define-rules): Handle Quail decode
13449 map correctly. Add code for supporting annotations.
13450 (quail-install-decode-map): New function.
13451 (quail-defrule-internal): New optional arguments decode-map and
13452 props.
13453 (quail-advice): New function.
13454
13455 2000-08-07 Sam Steingold <sds@gnu.org>
13456
13457 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13458 `defconst', `define-condition', `with-slots'.
13459 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13460
13461 2000-08-03 Miles Bader <miles@gnu.org>
13462
13463 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13464 New variable.
13465 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13466 comint-use-prompt-regexp-instead-of-fields.
13467 (comint-send-input): Add `input' field property to stuff we send to
13468 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13469 (comint-output-filter): Add `output' field property to process
13470 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13471 (comint-replace-by-expanded-history)
13472 (comint-get-old-input-default, comint-show-output)
13473 (comint-backward-matching-input, comint-forward-matching-input)
13474 (comint-next-prompt, comint-previous-prompt): Use field
13475 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13476 (comint-line-beginning-position): New function.
13477 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13478 (comint-replace-by-expanded-history-before-point): Use
13479 comint-line-beginning-position and line-end-position.
13480 (comint-last-output-overlay): New variable.
13481 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13482
13483 * shell.el (shell-prompt-pattern): Doc change.
13484 (shell-backward-command): Use line-beginning-position.
13485
13486 * gud.el (gud-gdb-complete-command): Use
13487 comint-line-beginning-position.
13488
13489 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13490 comint-bol doesn't actually go to the beginning of the line.
13491
13492 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13493 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13494 (try-expand-line-all-buffers): Likewise.
13495
13496 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13497 explicitly matching comint-prompt-regexp.
13498 (sql-copy-column): Use comint-line-beginning-position instead of
13499 explicitly matching comint-prompt-regexp.
13500
13501 * progmodes/octave-inf.el (inferior-octave-complete): Use
13502 comint-line-beginning-position.
13503
13504 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13505
13506 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13507 looking for a prompt, use `forward-line 0' instead of
13508 `beginning-of-line', to avoid getting caught by an input field.
13509
13510 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13511
13512 * files.el (shell-quote-wildcard-pattern): Make sure to return
13513 PATTERN, in the Unix case.
13514
13515 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13516
13517 * play/zone.el (zone): Discard any pending input before running
13518 the randomly-chosen pgm.
13519
13520 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13521
13522 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13523 checking the existence of any multibyte characters.
13524
13525 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13526
13527 * help.el (describe-mode): Test minor-mode symbol for being
13528 bound before testing its value for being nil.
13529
13530 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13531 `first', `second', and `third'.
13532
13533 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13534 (second): Make it an alias for `cadr'.
13535
13536 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13537
13538 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13539 types of display support faces now.
13540
13541 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13542
13543 * pcvs.el (require): Require `cl' during compilation, only.
13544
13545 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13546 (toplevel): Remove `remq' and `remove' from autoloads.
13547 (cl-fake-autoloads): New variable. If set, arrange for an error
13548 when CL functions etc. are autoloaded.
13549
13550 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13551
13552 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13553
13554 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13555 popped up, but the user clicks outside the menu, return an empty
13556 regexp (that causes unhighlight-regexp to have no effect).
13557
13558 * menu-bar.el (menu-bar-games-menu): Add Zone.
13559
13560 * hi-lock.el (toplevel): Require font-lock.
13561
13562 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13563
13564 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13565 (ebnf-8-bit-chars): New var for bug fix.
13566 (ebnf-string): Bug fix.
13567
13568 2000-08-03 Sam Steingold <sds@gnu.org>
13569
13570 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13571 instead of `buffer-string'.
13572 (require 'cl): Always, not just when compiling.
13573 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13574 necessary.
13575
13576 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13577
13578 * international/mule-cmds.el (select-safe-coding-system): Make
13579 the message text about selecting a safe coding system more clear.
13580
13581 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13582
13583 * hi-lock.el: New file.
13584
13585 * play/zone.el: New file.
13586
13587 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13588 value of tab-width in the original buffer. Choose a line number
13589 format that's a multiple of the original buffer's tab width, so
13590 that lines appear right.
13591
13592 * textmodes/ispell.el (ispell): New function, replacing an alias.
13593 Spell-check active region if in transient-mark-mode and mark
13594 is active; otherwise spell-check buffer.
13595
13596 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13597
13598 * ps-mule.el: Fix a customization problem on
13599 ps-mule-font-info-database-default.
13600
13601 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13602
13603 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13604 display-mouse-p instead of window-system.
13605 (ebrowse-member-mode-map): Ditto.
13606
13607 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13608
13609 * progmodes/ebnf2ps.el: Update ps-print functions call.
13610 Indentation fix. Doc fix.
13611 (ebnf-version): New version number (3.2).
13612 (ebnf-format-color, ebnf-begin-job): Code fix.
13613
13614 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13615
13616 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13617 font lock support on window-system.
13618 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13619
13620 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13621 display-color-p, if fboundp, instead of window-system.
13622
13623 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13624
13625 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13626 instead of window-system.
13627
13628 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13629 window-system.
13630 (widget-choice-mouse-down-action): Use display-popup-menus-p
13631 instead of window-system.
13632
13633 * strokes.el (strokes-file): Run the file name through
13634 convert-standard-filename.
13635 (strokes-mode): Call display-mouse-p instead of looking at
13636 window-system. Change the error message accordingly.
13637
13638 * progmodes/cpp.el (toplevel): Support faces on tty's.
13639
13640 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13641 (lm-plot-square, lm-init-display): Don't use window-system.
13642
13643 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13644 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13645
13646 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13647 instead of looking at window-system.
13648
13649 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13650
13651 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13652 of testing if iswitchb-prepost-hooks is bound, because the
13653 latter will always be true when invoking a recursive minibuffer
13654 from an active Iswitchb buffer.
13655
13656 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13657
13658 * files.el (shell-quote-wildcard-pattern): New function.
13659 (insert-directory): Call it. Only prepend "\" to command on Unix
13660 and GNU/Linux systems.
13661
13662 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13663
13664 * eshell/esh-groups.el: Change custom :link file names
13665 from `eshell.info' to `eshell'.
13666
13667 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13668
13669 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13670 correctly in recursive ange-ftp listings.
13671
13672 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13673
13674 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13675 ps-header-font-size-internal and
13676 ps-header-title-font-size-internal variables are not set,
13677 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13678 face text property is (foreground-color . COLOR) or
13679 `(background-color . COLOR)', ps-print crashes. Doc fix.
13680 (ps-print-version): New version number (5.2.4).
13681 (ps-plot-region): Code fix.
13682 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13683 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13684 Bug fix 2.
13685
13686 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13687
13688 * glasses.el (glasses-make-readable): Fix uncapitalization of
13689 identifiers like `myXMLDocument'.
13690
13691 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13692
13693 * mail/mail-hist.el (mail-hist-previous-input)
13694 (mail-hist-next-input): Do the obvious code factorization.
13695 (mail-hist-retrieve-and-insert): New func, contains common
13696 code of above two.
13697 If inserting a message body, leave point at top.
13698
13699 2000-07-28 Sam Steingold <sds@gnu.org>
13700
13701 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13702 Use `<=', not `<' to compare times!
13703 (ange-ftp-ls): Remove.
13704
13705 2000-07-27 Gerd Moellmann <gerd@gnu.org>
13706
13707 * play/cookie1.el: Add explanation of how to make cookie.el
13708 compatible with strfile(1) to comment.
13709
13710 * subr.el (remove, remq): New functions.
13711
13712 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13713 escape `*' in regexps.
13714 (midnight-find): Reverse order of arguments in the funcall of
13715 TEST.
13716
13717 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13718 and `.class'.
13719
13720 * play/meese.el: Add Commentary section.
13721
13722 2000-07-27 Alex Schroeder <alex@gnu.org>
13723
13724 * sql.el (sql-ms): Added autoload cookie.
13725 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13726 (sql-oracle): Ditto.
13727 (sql-help): Doc change.
13728
13729 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13730 types and exceptions.
13731
13732 2000-07-27 Alex Schroeder <alex@gnu.org>
13733
13734 * sql.el (sql-placeholder-history): New variable.
13735 (sql-query-placeholders-and-send): New function that will query
13736 the user and replace placeholders with user input.
13737 (sql-oracle): If running on NT, set comint-input-sender to
13738 sql-query-placeholders-and-send.
13739
13740 (sql-stop): If in the SQLi buffer, insert stop notification, else
13741 present it as a message.
13742
13743 2000-07-27 Alex Schroeder <alex@gnu.org>
13744
13745 * sql.el (sql-input-ring-separator): Doc change.
13746 (sql-input-ring-file-name): Doc change.
13747 (sql-interactive-mode): Use `sql-input-ring-separator' and
13748 `sql-input-ring-file-name' to set the comint-mode equivalents
13749 without making them local variables.
13750 (sql-stop): Don't bind `sql-input-ring-separator' and
13751 `sql-input-ring-file-name' dynamically to their comint-mode
13752 equivalents.
13753
13754 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13755
13756 * international/mule.el (register-char-codings): New function.
13757 (make-coding-system): Handle `safe-chars' specification in the arg
13758 PROPERTY.
13759
13760 * international/mule-cmds.el
13761 (find-coding-systems-region-subset-p): This function deleted.
13762 (sort-coding-systems-predicate): New variable.
13763 (sort-coding-systems): New function.
13764 (find-coding-systems-region): Use
13765 find-coding-systems-region-internal.
13766 (find-coding-systems-string): Use find-coding-systems-region.
13767 (find-coding-systems-for-charsets): Check
13768 char-coding-system-table.
13769 (select-safe-coding-system-accept-default-p): New variable.
13770 (select-safe-coding-system): Mostly rewritten. New argument
13771 ACCEPT-DEFAULT-P.
13772 (select-message-coding-system): Call select-safe-coding-system
13773 with ACCEPT-DEFAULT-P arg.
13774 (reset-language-environment): Reset default-sendmail-coding-system
13775 to the default value iso-latin-1.
13776 (set-language-environment): Don't set the obsolete variable
13777 charset-origin-alist.
13778
13779 * international/codepage.el (cp-coding-system-for-codepage-1):
13780 Give `safe-chars' property to make-coding-system.
13781
13782 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13783 calling select-message-coding-system twice.
13784
13785 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13786 instead of `safe-charsets'.
13787 (cyrillic-alternativnyj): Likewise.
13788 (ccl-encode-alternativnyj): Don't check the charset
13789 cyrillic-iso8859-5.
13790
13791 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13792
13793 * composite.el (compose-chars-after): Preserve match data.
13794
13795 2000-07-26 Sam Steingold <sds@gnu.org>
13796
13797 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13798 (ange-ftp-real-file-newer-than-file-p): New function.
13799 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13800 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13801
13802 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13803 * midnight.el (midnight-float-time): Ditto.
13804
13805 2000-07-26 Andreas Schwab <schwab@suse.de>
13806
13807 * files.el (normal-backup-enable-predicate): Correct
13808 interpretation of the return value of compare-strings.
13809
13810 2000-07-26 Gerd Moellmann <gerd@gnu.org>
13811
13812 * isearch.el (isearch-resume): New function.
13813 (isearch-done): Add something to command-history to resume
13814 the search.
13815 (isearch-yank-line, isearch-yank-word): Use
13816 buffer-substring-no-properties instead of buffer-substring.
13817
13818 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13819 of flyspell-mouse-map.
13820
13821 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13822 duplicate definition.
13823 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13824
13825 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13826 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13827
13828 2000-07-25 Sam Steingold <sds@gnu.org>
13829
13830 * net/ange-ftp.el: Get modtime over the net.
13831 (ange-ftp-file-modtime): New function.
13832 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13833 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13834 Use it.
13835 (ange-ftp-dot-to-slash): New function.
13836 (ange-ftp-fix-name-for-vms): Use it.
13837
13838 * midnight.el (midnight-buffer-display-time): Use
13839 `with-current-buffer'.
13840
13841 2000-07-25 Gerd Moellmann <gerd@gnu.org>
13842
13843 * find-dired.el: Update copyright notice.
13844 (find-dired): Offer to kill a running `find'.
13845
13846 * enriched.el (enriched-face-ans): For a `foreground-color'
13847 property, return '(("x-color" COLOR))' so that COLOR will be
13848 output as a parameter of the x-color annotation. Likewise for the
13849 `background-color' property. In the case of normal face
13850 properties, don't return annotations for unspecified foreground
13851 and background face attributes.
13852
13853 2000-07-25 Kenichi Handa <handa@etl.go.jp>
13854
13855 * language/japan-util.el (japanese-katakana-region): Fix handling
13856 HANKAKU argument.
13857
13858 2000-07-25 Miles Bader <miles@gnu.org>
13859
13860 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13861 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13862 constrain-to-field.
13863
13864 2000-07-24 Andrew Innes <andrewi@gnu.org>
13865
13866 * timer.el (timer-activate-when-idle): Add optional parameter
13867 DONT-WAIT. Update docstring.
13868 (run-with-idle-timer): Specify extra parameter to
13869 timer-activate-when-idle, so that timer will be activated
13870 immediately if Emacs is already idle.
13871
13872 * w32-fns.el (w32-using-nt): Fix docstring.
13873
13874 2000-07-24 Dave Love <fx@gnu.org>
13875
13876 * mouse.el (popup-menu): Set last-command-event.
13877 (mouse-major-mode-menu-prefix): Declare.
13878
13879 2000-07-24 Gerd Moellmann <gerd@gnu.org>
13880
13881 * textmodes/flyspell.el: Update to author's version 1.5d.
13882
13883 * progmodes/hideshow.el: Update copyright notice.
13884
13885 * vcursor.el: Set maintainer to FSF, since author cannot
13886 be reached.
13887
13888 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13889
13890 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13891 the prompt.
13892
13893 * mouse.el (popup-menu): Run the keymap through indirect-function,
13894 in case it was defined with define-prefix-key. If the menu is a
13895 list of keymaps, look up the binding of user's choice in each one
13896 of the keymaps.
13897 (mouse-popup-menubar): If the global and local menu-bar keymaps
13898 don't have a prompt string, create one and insert it into the
13899 keymap. Don't barf if current-local-map returns nil.
13900
13901 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13902
13903 * dired.el (dired-sort-R-check): Added to allow recursive listing
13904 to be undone.
13905 (dired-sort-other): Use it.
13906
13907 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13908
13909 * Release of cc-mode 5.27
13910
13911 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13912
13913 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13914 c-beginning-of-statement-1 that caused a bad case of recursion
13915 which could consume a lot of CPU in large classes in languages
13916 that have in-expression classes (i.e. Java and Pike).
13917
13918 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13919 statements before top level constructs (i.e. case 6 is moved
13920 before case 5 and is now case 4) to catch in-expression
13921 classes in top level expressions correctly.
13922
13923 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13924
13925 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13926 objc-method-intro. Case 4 removed and case 5I added.
13927
13928 * cc-langs.el (c-append-paragraph-start): New variable used by
13929 c-common-init to get paragraph-start correct.
13930 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13931 initialize paragraph-start to make it correct both with and
13932 without the javadoc special case.
13933
13934 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13935 initialize paragraph-start for javadoc markup.
13936
13937 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13938 change by defaulting this to t. It's motivated by the
13939 confusing behavior that otherwise arise from the style system
13940 when editing both java and non-java files at the same time
13941 (see the comments about style setting in c-common-init).
13942
13943 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13944
13945 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13946 similar to the one in c-fill-paragraph to check the fill
13947 prefix from the adaptive fill function for sanity.
13948
13949 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13950
13951 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13952 defun block.
13953
13954 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13955
13956 * cc-align.el (c-lineup-multi-inher): Handle lines with
13957 leading comma nicely. Extended to handle member initializers
13958 too.
13959
13960 * cc-engine.el: (c-beginning-of-inheritance-list,
13961 c-guess-basic-syntax): Fixed recognition of inheritance lists
13962 when the lines begins with a comma.
13963
13964 * cc-vars.el (c-offsets-alist): Changed default for
13965 member-init-cont to c-lineup-multi-inher since it now handles
13966 member initializers and indents better for leading commas.
13967
13968 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13969
13970 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13971 handling that caused class open lines to be recognized as
13972 statement-conts in some cases.
13973
13974 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13975 guessed by the adaptive fill function unless point is on the
13976 first line of a block comment.
13977
13978 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13979 when the buffer ends with a macro continuation char.
13980
13981 * cc-engine.el (c-guess-basic-syntax): Added support for
13982 function definitions as statements in Pike. The first
13983 statement in a lambda block is now labeled defun-block-intro
13984 instead of statement-block-intro.
13985
13986 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13987 so that the class surrounding point is selected, not the one
13988 innermost in the state.
13989
13990 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13991 recognition of switch labels having hanging multiline
13992 statements.
13993
13994 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13995 some code in c-guess-basic-syntax to a separate function.
13996 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13997 recognition of member inits with multiple line arglists.
13998 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13999 member-init-cont when the commas are in funny places.
14000
14001 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14002
14003 * cc-defs.el (c-auto-newline): Removed this macro since it's
14004 not used anymore.
14005
14006 * cc-engine.el (c-looking-at-bos): New helper function.
14007 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14008 inexpr and toplevel classes apart in Pike.
14009
14010 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14011 of case 9A.
14012
14013 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14014 constant, since "class" can introduce an in-expression class
14015 in Pike nowadays.
14016
14017 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14018
14019 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14020 indentation on cpp-macro lines.
14021
14022 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14023 a syntax modifier like comment-intro, to make it possible to
14024 get syntactic indentation for preprocessor directives. It's
14025 incompatible wrt to lineup functions on cpp-macro, but it has
14026 no observable effect in the 99.9% common case where cpp-macro
14027 is set to -1000.
14028
14029 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14030
14031 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14032 member-init-cont when the preceding arglist is several lines.
14033
14034 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14035
14036 * cc-styles.el (c-style-alist): The basic offset for the BSD
14037 style corrected to 8.
14038
14039 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14040
14041 * cc-styles.el (c-style-alist): Adjusted the indentation of
14042 brace list openers in the gnu style.
14043
14044 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14045
14046 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14047
14048 * cc-cmds.el (c-electric-brace, c-electric-slash,
14049 c-electric-star, c-electric-semi&comma, c-electric-colon,
14050 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14051 when c-syntactic-indentation is nil.
14052
14053 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14054 we were left at comments preceding the first statement when
14055 reaching the beginning of the buffer.
14056
14057 * cc-vars.el (c-syntactic-indentation): New variable to turn
14058 off all syntactic indentation.
14059
14060 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14061
14062 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14063 between the text and the block comment ender when it hangs,
14064 depending on how many there are before the fill.
14065
14066 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14067
14068 * cc-engine.el (c-beginning-of-closest-statement): New helper
14069 function to go back to the closest preceding statement start,
14070 which could be inside a conditional statement.
14071 * cc-engine.el (c-guess-basic-syntax): Use
14072 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14073
14074 * cc-engine.el (c-guess-basic-syntax): Better handling of
14075 arglist-intro, arglist-cont-nonempty and arglist-close when
14076 the arglist is nested inside parens. Cases 7A, 7C and 7F
14077 changed.
14078
14079 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14080 up-to-date with javadoc 1.2.
14081
14082 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14083
14084 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14085 multiline Pike type decls.
14086
14087 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14088
14089 * cc-cmds.el (c-indent-new-comment-line): Always break
14090 multiline comments in multiline mode, regardless of
14091 comment-multi-line.
14092
14093 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14094
14095 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14096 fully::qualified::names in C++ member init lists. Preamble in
14097 case 5D changed.
14098
14099 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14100
14101 * cc-langs.el (c-common-init): Handling of obsolete variables
14102 moved to c-initialize-cc-mode. More compatible style override
14103 when using global style variables.
14104 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14105 variables moved here.
14106
14107 * cc-styles.el (c-make-styles-buffer-local): Flag style
14108 variable localness in c-style-variables-are-local-p to make
14109 the compatibility measure in c-common-init work well.
14110
14111 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14112 longer contain set-from-style.
14113 * cc-styles.el (c-initialize-builtin-style): Don't check for
14114 set-from-style on c-special-indent-hook.
14115 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14116 copy-alist is sufficient now.
14117
14118 * cc-styles.el (c-set-style, c-set-style-1,
14119 c-get-style-variables): Fixes to variable initialization so
14120 that duplicate entries in styles have the same effect
14121 regardless of DONT-OVERRIDE.
14122
14123 * cc-styles.el (c-set-style-2): Fixed bug where the
14124 initialization of inheriting styles failed when the
14125 dont-override flag is set.
14126
14127 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14128 on this.
14129
14130 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14131
14132 * cc-defs.el (c-forward-comment): Removed the workaround
14133 introduced in 5.38 since it had worse side-effects. If a line
14134 contains the string "//\"", it regarded the // as a comment
14135 start since the \ temporarily doesn't have escape syntax.
14136
14137 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
14138
14139 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14140 ada-xref.el before ada-prj.el, so that the Project menu is created
14141 when ada-prj tries to add to it.
14142 (ada-activate-keys-for-case): Suppress the characters that are not
14143 part of the Ada syntax. Better compatibility with else-mode
14144 (ada-adjust-case-interactive): When auto-casing is not active,
14145 correctly insert newlines (used to insert only ^M). Prevent the
14146 syntax table from being changed in case of an error
14147 (or '_' becomes part of a word and some commands are confused).
14148 Do nothing if ada-auto-case is nil.
14149 (ada-after-keyword-p): Ignore keywords that are also attributes
14150 (ada-batch-reformat): Update usage comment
14151 (ada-call-from-contextual-menu): New function
14152 (ada-case-read-exceptions): Reinitialize the casing exception list
14153 first to nil first, so that the casing exception file can be
14154 shared.
14155 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14156 files.
14157 (ada-compile-goto-error): Fix regexp used to detect a file:line
14158 anywhere in the error message
14159 (ada-contextual-menu-last-point): New variable
14160 (ada-create-keymap): If the variable delete-key-deletes-forward is
14161 t on XEmacs, it means that DEL should delete one character
14162 forward.
14163 (ada-create-menu): Use :included instead of :visible for XEmacs.
14164 New submenu "Options".
14165 (ada-end-stmt-re): Correctly indent "select ... then abort"
14166 statements.
14167 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14168 even if they don't match ada-fill-comment-prefix Fix handling of
14169 paragraphs on the first or last line of a file.
14170 (ada-format-paramlist): Fix handling of default parameter values.
14171 (ada-get-body-name): New function.
14172 (ada-get-current-indent): Optimized by searchling directly for an
14173 existing generic part or a statement outside of it. Handle
14174 ada-indent-align-comments when indenting comments Replaced some
14175 regexps by testing directly the next character. This results in a
14176 huge speedup on some files. New indentation scheme for renames
14177 statements. Stop looking for the 'while' or 'for' associated with
14178 a 'loop' at the first semicolon encountered. A "return" can also
14179 match an anonymous access subprogram declaration.
14180 (ada-get-indent-noindent): Ignore strings and comments when
14181 looking for the keywords "record" and "private".
14182 (ada-goto-matching-decl-start): When matching "if", make sure we
14183 are not in fact seeing "end if". Ignore "when" statements except
14184 when initial keyword was "begin". Fix handling of nested
14185 procedures. Add a recursive call to this function to skip over
14186 other 'end' statmts. Fix indentation for "when .. => begin"
14187 (ada-in-open-paren-p): Fix indentation for complex boolean
14188 expressions, where 'and then', 'or else' and parenthesis
14189 statements are mixed up.
14190 (ada-in-paramlist-p): Skip comments while searching for the
14191 beginning Fix handling of operator declarations.
14192 (ada-indent-align-comments): New variable
14193 (ada-indent-current): Change the syntax table only in the
14194 protected section, so that we are sure it is restored correctly.
14195 (ada-indent-on-previous-lines): Use ada-use-indent and
14196 ada-with-indent Correctly indent "select ... then"
14197 (ada-indent-region): Slight speedup.
14198 (ada-indent-renames): New variable.
14199 (ada-last-which-function-subprog, ada-last-which-function-line):
14200 New variables
14201 (ada-looking-at-semi-private): Correctly indent the 'private'
14202 keyword when it is the first word in a package declaration.
14203 (ada-loose-case-word): Stop searching if at the end of the buffer.
14204 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14205 even if point is not initially at the end of the word.
14206 (ada-matching-decl-start-re): Add "when".
14207 (ada-mode): Add support for abbrev-mode, outline-mode and
14208 which-func-mode Override the old find-file.el entry in
14209 ff-special-constructs since it is using the obsolete
14210 ada-spec-suffix variable
14211 (ada-no-auto-case): New function
14212 (ada-scan-paramlist): When parsing the argument type, accept
14213 spaces (as in "X 'Class", generated by Rational Rose).
14214 (ada-other-file-name): No longer loads the other file.
14215 (ada-popup-menu): Save and restore the current buffer and cursor
14216 position before and after displaying the menu.
14217 (ada-search-ignore-complex-boolean): New function.
14218 (ada-uncomment-region): Emacs21 already knows how to delete
14219 comments not starting in the first column.
14220 (ada-use-indent): New variable
14221 (ada-which-function): New function.
14222 (ada-with-indent): New variable
14223 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14224 can be batch-compiled from the command line.
14225
14226 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14227 Add to the menu when the file is loaded, not in ada-mode-hook.
14228 Add -toolbar to the default ddd command Switches moved from
14229 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14230 ada-prj-default-comp-opt
14231 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14232 Reference Manual to the menu
14233 (ada-check-current): rewritten as a call to ada-compile-current
14234 (ada-compile): Removed.
14235 (ada-compile-application, ada-compile-current, ada-check-current):
14236 Set the compilation-search-path so that compile.el automatically
14237 finds the sources in src_dir. Automatic scrollong of the
14238 compilation buffer. C-uC-cC-c asks for confirmation before
14239 compiling
14240 (ada-compile-current): New parameter, prj-field
14241 (ada-complete-identifier): Load the .ali file before doing
14242 processing
14243 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14244 conform to gnatmake's behavior.
14245 (ada-find-file-in-dir): New function
14246 (ada-find-references): Set the environment variables for gnatfind
14247 (ada-find-src-file-in-dir): New function.
14248 (ada-first-non-nil): Removed
14249 (ada-gdb-application): Add support for jdb, the java debugger.
14250 (ada-get-ada-file-name): Load the original-file first if not done
14251 yet.
14252 (ada-get-all-references): Handles the new ali syntax (parent types
14253 are found between <>).
14254 (ada-initialize-runtime-library): New function
14255 (ada-mode-hook): Always load a project file when a file is opened,
14256 so that the casing exceptions are correctly read.
14257 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14258 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14259 to open the project file, since the latter does not work with
14260 speedbar Get default values before loading the prj file, or the
14261 default executable file name is wrong. Use the absolute value of
14262 src_dir to initialize ada-search-directories and
14263 compilation-search-path,... Add the standard runtime library to
14264 the search path for find-file.
14265 (ada-prj-default-debugger): Was missing an opening '{'
14266 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14267 variables.
14268 (ada-prj-default-gnatmake-opt): New variable
14269 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14270 buffers, the project file is the default one Save the windows
14271 configuration before displaying the menu.
14272 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14273 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14274 ...) regexp-quote identifiers names to support operators +,
14275 -,... in regexps.
14276 (ada-remote): New function.
14277 (ada-run-application): Erase the output buffer before starting the
14278 run Support remote execution of the application. Use
14279 call-process, or the arguments are incorrectly parsed
14280 (ada-set-default-project-file): Reread the content of the active
14281 project file, not the one from the current buffer When a project
14282 file is set as the default project, all directories are
14283 automatically associated with it.
14284 (ada-set-environment): New function
14285 (ada-treat-cmd-string): New special variable ${current}
14286 (ada-treat-cmd-string): Revised. The substitution is now done for
14287 any ${...} substring
14288 (ada-xref-current): If no body was found, compiles the spec
14289 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14290 compiler to get rid of command line length limitations.
14291 (ada-xref-get-project-field): New function
14292 (ada-xref-project-files): New variable
14293 (ada-xref-runtime-library-specs-path)
14294 (ada-xref-runtime-library-ali-path): New variables
14295 (ada-xref-set-default-prj-values): Default run command now does a
14296 cd to the build directory. New field: main_unit Provide a default
14297 file name even if the current buffer has no prj file.
14298
14299 * ada-prj.el:
14300 Rewritten to show a tabbed-dialog.
14301 (ada-prj-add-ada-menu): Remove the map and name parameters.
14302 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14303 New function
14304 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14305 (ada-prj-load-from-file): New function
14306 (ada-prj-save): Always save fields that depend on the current buffer
14307 (ada-prj-show-value): New function
14308
14309 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14310 Ada mode. This will allow us to display the Ada menu in any buffer
14311 we want (for project items).
14312 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14313 number of spaces in the header.
14314
14315 2000-07-24 Dave Love <fx@gnu.org>
14316
14317 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14318
14319 2000-07-23 Noah Friedman <friedman@splode.com>
14320
14321 * type-break.el (type-break): perform autosave.
14322 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14323 (type-break-do-query): Cancel query schedule while performing
14324 actual query, to avoid possibility of a second query being made
14325 while first one is already in progress.
14326 (type-break-time-stamp-format): New variable.
14327 (type-break-time-stamp): New function.
14328 (type-break-time-warning): Use it.
14329 (type-break-keystroke-warning): Use it.
14330 (type-break-noninteractive-query): Use it.
14331
14332 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14333 cookie.
14334 Use add-minor-mode to set minor-mode-alist, if available.
14335 (eldoc-echo-area-use-multiline-p): New user option.
14336 (eldoc-echo-area-multiline-supported-p): New variable.
14337 (eldoc-docstring-format-sym-doc): Use them.
14338 (eldoc-mode): If not using idle timers, append to local post and
14339 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14340 (eldoc-display-message-no-interference-p): Don't interfere with
14341 edebug.
14342 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14343 (eldoc-function-arglist): New function.
14344 (eldoc-function-argstring): Use it.
14345
14346 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14347 auto save directory exists before calling directory-files.
14348
14349 2000-07-23 Dave Love <fx@gnu.org>
14350
14351 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14352 ^o, ^u.
14353
14354 2000-07-21 Dave Love <fx@gnu.org>
14355
14356 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14357 now passed to the function. It now works properly.
14358
14359 * smerge-mode.el (smerge-mode-menu): Fill it out.
14360
14361 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14362
14363 * info-look.el (info-lookup): If *info* is shown in another frame
14364 on the same display, select that frame, instead of switching to
14365 the Info buffer in another window of the selected frame.
14366
14367 * simple.el (universal-argument-map): Bind numeric keypad keys
14368 kp-0 to kp-9 and kp-subtract.
14369 (digit-argument): Handle these keys.
14370
14371 2000-07-20 Dave Love <fx@gnu.org>
14372
14373 * net/goto-addr.el (goto-address-fontify): Don't bother with
14374 buffer-modified and read-only stuff -- irrelevant with overlays.
14375 Put an extra property on the overlays and use it to clean up in
14376 case goto-address is re-run.
14377
14378 2000-07-19 Richard M. Stallman <rms@gnu.org>
14379
14380 * timer.el (run-with-idle-timer): Doc fix.
14381
14382 * mail/mail-utils.el (mail-strip-quoted-names):
14383 Handle case where <...> appears inside "...".
14384 Use replace-match to edit the string more simply.
14385 (rmail-dont-reply-to): Cope with an unmatched ".
14386
14387 2000-07-19 Dave Love <fx@gnu.org>
14388
14389 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14390 implementation.
14391
14392 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14393 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14394 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14395
14396 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14397
14398 * textmodes/refer.el: Correct maintainer's email address.
14399
14400 * progmodes/hideif.el: Correct author's email address.
14401 Fix typo in comment.
14402
14403 * xml.el: New file.
14404
14405 * mail/mailheader.el: Correct author's mail address.
14406
14407 * gnus/parse-time.el: Correct author's mail address.
14408
14409 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14410
14411 * comint.el (comint-highlight-input, comint-highlight-face):
14412 New user options.
14413 (comint-input-ring-file-name): Change custom type.
14414 (comint-mode-map): Bind mouse-2.
14415 (comint-insert-clicked-input): New function.
14416 (comint-send-input): Handle input highlighting.
14417
14418 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14419
14420 * mouse.el (popup-menu): New function.
14421 (mouse-major-mode-menu): Use it.
14422
14423 2000-07-18 Dave Love <fx@gnu.org>
14424
14425 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14426 improvements.
14427
14428 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14429
14430 * faces.el (face-font-selection-order)
14431 (face-font-family-alternatives): Add custom type.
14432
14433 2000-07-18 Dave Love <fx@gnu.org>
14434
14435 * cus-edit.el (custom-variable-reset-saved)
14436 (custom-variable-reset-standard): Remove unused bindings.
14437
14438 * rect.el (open-rectangle-line): Remove unused let.
14439
14440 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14441
14442 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14443
14444 * cdl.el: Fix `Maintainer' keyword.
14445
14446 * play/pong.el: Add author's email address.
14447
14448 2000-07-17 Sam Steingold <sds@gnu.org>
14449
14450 * files.el (insert-directory): Call `split-string' instead of
14451 re-implementing it.
14452
14453 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14454
14455 * mail/vms-pmail.el: Change maintainer to FSF.
14456
14457 * net/goto-addr.el: Change maintainer to FSF.
14458
14459 * info.el (Info-title-face-alist): Removed.
14460
14461 2000-07-18 David Ponce <david@dponce.com>
14462
14463 * recentf.el (recentf-open-files): New command that works like
14464 `recentf-open-more-files', but shows the whole list of files (not just
14465 those omitted from the menu). Useful if you don't use a menu-bar!
14466 (recentf-open-more-files) Modified to use `recentf-open-files'.
14467
14468 (recentf-open-files, recentf-open-more-files)
14469 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14470
14471 (recentf-dialog-mode): New mode for dialogs. You can now just type
14472 "q" to cancel the dialogs.
14473
14474 2000-07-18 David Ponce <david@dponce.com>
14475
14476 * recentf.el: This is a major update of recentf.el. It adds new
14477 features to better organize the recentf menu and "More..." buffer.
14478
14479 Using new provided menu filtering functions you can now organize the
14480 recent files list:
14481
14482 - by major modes
14483 - by directories
14484 - by user defined rules
14485
14486 Finally, with the new `recentf-filter-changer' customizable filter you
14487 can define a ring of filters and dynamically (via the menu) cycle on
14488 each menu organization in the ring (a la msb).
14489
14490 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14491
14492 * eshell/eshell.el (eshell): Replace links to eshell.info with
14493 links to eshell, to avoid problems on systems where the manual is
14494 installed as `eshell'.
14495 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14496 * eshell/em-smart.el (eshell-smart): Ditto.
14497 * eshell/em-banner.el (eshell-banner): Ditto.
14498 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14499
14500 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14501 same-file check in the MS-DOS version (it does support inodes).
14502
14503 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14504
14505 * eshell/eshell.el (eshell-directory-name):
14506 Run default directory name through convert-standard-filename.
14507
14508 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14509
14510 * international/mule-cmds.el (select-safe-coding-system):
14511 Fix typo in the comment.
14512
14513 * language/european.el (compound-text):
14514 Force katakana-jisx0201 to be designated to G1.
14515
14516 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14517 Don't translate some national variant characters of latin-jisx0201.
14518 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14519
14520 * international/kkc.el (kkc-after-update-conversion-functions):
14521 New variable.
14522 (kkc-update-conversion): Run functions in it at the tail.
14523
14524 2000-07-16 John Wiegley <johnw@gnu.org>
14525
14526 * lisp/align.el (align-newline-and-indent):
14527 Adding new function. for auto-aligning blocks of code on RET.
14528 (align-region): Fixed badly formatted minibuffer message.
14529
14530 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14531
14532 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14533 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14534 the conversion list at first if appropriate.
14535 (kkc-next): Don't update kkc-next-count here.
14536 (kkc-prev): Don't update kkc-prev-count here.
14537 (kkc-show-conversion-list-update): Fix setting up of conversion
14538 list message.
14539
14540 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14541
14542 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14543
14544 2000-07-16 Dave Love <fx@gnu.org>
14545
14546 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14547 function to be more specific.
14548
14549 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14550 non-string help-echo.
14551 (widget-types-convert-widget): Defsubst it.
14552 (widget-echo-help): Try to cope with a help-echo function of two
14553 possible sorts.
14554
14555 2000-07-15 Jason Rumney <jasonr@gnu.org>
14556
14557 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14558 Declare as obsolete.
14559
14560 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14561
14562 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14563
14564 * hilit-chg.el: Fix typo.
14565
14566 2000-07-14 Dave Love <fx@gnu.org>
14567
14568 * info.el (Info-mode-menu): Fix use of :help, :enable.
14569
14570 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14571
14572 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14573
14574 2000-07-13 Dave Love <fx@gnu.org>
14575
14576 * emacs-lisp/easymenu.el: Doc fixes.
14577 (easy-menu-remove): Defalias to ignore.
14578
14579 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14580 Call throw correctly.
14581
14582 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14583
14584 * faces.el (frame-background-mode): Doc fix.
14585
14586 * simple.el (eval-expression-print-length): Change custom type to
14587 allow entering nil as value.
14588
14589 2000-07-13 Dave Love <fx@gnu.org>
14590
14591 * progmodes/fortran.el (fortran-imenu-generic-expression):
14592 Change definition layout.
14593 (fortran-mode-menu): Reinstate customize entries.
14594
14595 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14596 Use :filter, per old XEmacs code.
14597
14598 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14599
14600 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14601 event when deciding what to send to the terminal.
14602
14603 2000-07-12 Dave Love <fx@gnu.org>
14604
14605 * cus-start.el: Add optional version as 4th element of specs and
14606 use it for several things new in v21. Remove load-path. Fix type
14607 of line-number-display-limit.
14608
14609 2000-07-11 Dave Love <fx@gnu.org>
14610
14611 * progmodes/fortran.el: Don't require easymenu.
14612 Use repeat counts in various regexps.
14613 (fortran-mode-syntax-table): Defvar directly.
14614 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14615 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14616 Use defvar, not defconst.
14617 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14618 (fortran-mode): Set fortran-comment-line-start-skip,
14619 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14620 (fortran-comment-indent): Use defsubst.
14621 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14622 Use fortran-comment-indent, not fortran-comment-indent-function.
14623 (fortran-comment-region, fortran-electric-line-number): Simplify.
14624 (fortran-auto-fill): New function.
14625 (fortran-do-auto-fill): Deleted.
14626 (fortran-find-comment-start-skip):
14627 Check for non-null comment-start-skip.
14628 (fortran-auto-fill-mode, fortran-fill-statement):
14629 Use fortran-auto-fill.
14630 (fortran-fill): Use fortran-auto-fill. Check for null
14631 comment-start-skip. Simplify final clause and use end-of-line finally.
14632
14633 * widget.el (widget-plist-member): New alias.
14634
14635 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14636
14637 * eshell/esh-module.el (toplevel): Reference
14638 byte-compile-current-file only if it is bound.
14639
14640 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14641
14642 * dired.el: Don't require `dired-aux'.
14643
14644 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14645
14646 * dired-aux.el (dired-show-file-type): New function.
14647 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14648 (dired-show-file-type): Add autoload.
14649
14650 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14651
14652 * international/mule-diag.el (describe-font): Adjusted for the
14653 change of fontset-info.
14654 (print-fontset): Likewise.
14655
14656 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14657
14658 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14659
14660 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14661
14662 * bindings.el: Bind `[delete]' to delete-char.
14663
14664 * dired.el (dired-find-alternate-file): New function.
14665 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14666 (toplevel): Require dired-aux when compiling.
14667 (dired-buffers): Move defvar within file to avoid compiler warning.
14668
14669 * info.el (Info-last-search): Variable removed.
14670 (Info-search-history): New variable.
14671 (Info-search): New Info-search-history.
14672
14673 * battery.el, info-look.el: Change author's mail address.
14674
14675 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14676
14677 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14678 if rmail-ignored-headers is nil.
14679 (rmail-retry-failure): Bind rmail-ignored-headers and
14680 rmail-displayed-headers to nil.
14681
14682 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14683
14684 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14685 (print-region-1): Don't hard code `-h' here.
14686
14687 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14688
14689 2000-07-01 Francesco Potorti` <pot@gnu.org>
14690
14691 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14692 exim can use "your message" instead of "the message".
14693
14694 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14695
14696 * facemenu.el: Docstrings fixes.
14697 (facemenu-get-face): Don't use internal-find-face.
14698 (facemenu-iterate): Rename arg to match the docstring.
14699
14700 * newcomment.el (uncomment-region): Be more careful when skipping
14701 backwards over `=' not to bump into BOBP.
14702
14703 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14704
14705 * ediff-diff.el (ediff-wordify): Use syntax table.
14706 * ediff-init.el (ediff-has-face-support-p): Use
14707 ediff-color-display-p.
14708 (ediff-color-display-p): Use display-color-p, changed to defun
14709 from defsubst.
14710 Got rid of special cases for NeXT and OS/2.
14711 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14712 face.
14713
14714 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14715
14716 * emacs-lisp/lucid.el: Require CL.
14717 (copy-tree, remprop): Remove, it's provided by CL.
14718 (map-keymap): Define in terms of cl-map-keymap.
14719 (extent-property, set-extent-end-glyph): New functions.
14720
14721 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14722
14723 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14724
14725 * Makefile.in (DONTCOMPILE): Add comment that the name may
14726 not be changed without changing the make-dist script.
14727
14728 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14729 (cl-mapc): Use mapc instead of cl-old-mapc.
14730
14731 2000-07-05 Andrew Innes <andrewi@gnu.org>
14732
14733 * makefile.nt: Add support for `bootstrap' and related targets.
14734
14735 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14736
14737 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14738 (easy-menu-do-define): Use `menu-item' format.
14739 Handle case where easy-menu-create-menu returns a symbol.
14740 Manually call the potential top-level filter in the function binding.
14741 (easy-menu-filter-return): New arg NAME.
14742 Convert to a keymap if MENU is an XEmacs menu.
14743 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14744 (easy-menu-converted-items-table, easy-menu-convert-item):
14745 New var and fun to memoize easy-menu-convert-item-1.
14746 (easy-menu-do-add-item): Use it.
14747 (easy-menu-create-menu): Use easy-menu-convert-item.
14748 Wrap easy-menu-filter-return around any :filter specification.
14749 Don't convert the menu if a filter was specified.
14750 Tell easy-menu-make-symbol not to check for MENU being an expression.
14751 (easy-menu-make-symbol): New arg NOEXP.
14752
14753 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14754
14755 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14756 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14757 (eval-defun): If called with prefix arg, instrument code for
14758 Edebug.
14759
14760 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14761 similar to that of eval-defun.
14762
14763 2000-07-04 Dave Love <fx@gnu.org>
14764
14765 * hl-line.el (hl-line-overlay): Make it permanent-local.
14766
14767 * calendar/todo-mode.el: Replaced with a working version, based on
14768 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14769
14770 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14771
14772 * paths.el (prune-directory-list): New function.
14773 (Info-default-directory-list): Rewritten to more methodically
14774 enumerate a big list of possible info directories (based on the
14775 list used by the standalone info reader).
14776
14777 * info.el (info-initialize): Use prune-directory-list to remove
14778 non-existent directories from Info-directory-list.
14779
14780 * paths.el (Info-default-directory-list): Try a list of possible
14781 info-directories instead of a single one. Add the possible
14782 info directory "/usr/share/info".
14783
14784 * woman.el (woman-man.conf-path): Explicitly include the debian
14785 man-db config file "/etc/manpath.config".
14786 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14787 are present in `manpath.config'.
14788 (woman-manpath): Include "/usr/share/man".
14789
14790 2000-07-03 Gerd Moellmann <gerd@gnu.org>
14791
14792 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14793
14794 * startup.el (command-line): Initialize blink-cursor based
14795 on window-system.
14796
14797 * frame.el (blink-cursor): Default to nil if not running under
14798 a window-system.
14799
14800 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14801 (face-x-resources): Remove duplicate entry for :font.
14802
14803 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14804 instead of cycling through windows with next-window.
14805
14806 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14807 of cycling through windows with next-window.
14808
14809 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14810 of cycling through windows with next-window.
14811
14812 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14813 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14814 instead of cycling through windows with next-window.
14815
14816 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14817 instead of cycling through windows with next-window.
14818
14819 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14820 of cycling through windows with next-window.
14821
14822 * terminal.el (te-process-output): Use walk-windows instead of
14823 cycling through windows with next-window.
14824
14825 * server.el (server-switch-buffer): Use some-window instead of
14826 cycling through windows with next-window.
14827
14828 * window.el (some-window): New function.
14829 (walk-windows): Remove reference to walk-windows-start.
14830
14831 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14832
14833 2000-07-03 Richard Stallman <rms@gnu.org>
14834
14835 * window.el (walk-windows): Guarantee termination by keeping a list
14836 of all the windows already handled.
14837
14838 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14839
14840 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14841 window-system.
14842
14843 * man.el (Man-notify-when-ready): Don't use window-system. If
14844 Man-notify-method is newframe, and the display is not
14845 multi-frame, select the frame created for the man page.
14846 (Man-init-defvars): Doc fix.
14847
14848 2000-06-28 Gerd Moellmann <gerd@gnu.org>
14849
14850 * faces.el (region): Change background color for light background.
14851
14852 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14853 attribute from mode-line face of Ediff control frame.
14854
14855 * replace.el (query-replace-map): Bind `e' like `E'.
14856
14857 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14858
14859 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14860 Change name to "Select All".
14861
14862 * dos-fns.el (convert-standard-filename): Fix last change.
14863
14864 2000-06-27 Gerd Moellmann <gerd@gnu.org>
14865
14866 * help.el (describe-variable): Don't insert a second `'s' in front
14867 of the string `value is shown below'. Since the syntax-table is
14868 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14869 an existing `'s', so that this won't be deleted.
14870
14871 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14872 * pcmpl-unix.el: New files.
14873
14874 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14875
14876 * wid-edit.el (widget-member): Use the new plist-member.
14877
14878 2000-06-26 Gerd Moellmann <gerd@gnu.org>
14879
14880 * replace.el (perform-replace): Undo change of 2000-04-04.
14881 Instead, move backward 1 character at the end of the loop when
14882 necessary.
14883
14884 * faces.el (fringe): Change face for different backgrounds.
14885
14886 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14887 patch from John.
14888
14889 * eshell/*.el: Change spelling of the Free Software Foundation.
14890
14891 * eshell/esh-toggle.el: Removed.
14892
14893 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14894
14895 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14896 interactively.
14897
14898 2000-06-26 Alex Schroeder <alex@gnu.org>
14899
14900 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14901 `define-key'; instead of checking `(emacs-version)' check for
14902 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14903 for `;' and `o' which might be electric.
14904
14905 (sql-electric-stuff): New user option.
14906 (sql-magic-go): New function which uses `sql-electric-stuff'.
14907 (sql-magic-semicolon): New function which uses
14908 `sql-electric-stuff'.
14909
14910 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14911 is not fboundp.
14912
14913 (sql-oracle-options): New variable.
14914 (sql-oracle): Use it.
14915
14916 (sql-imenu-generic-expression): Doc change.
14917 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14918 is used.
14919
14920 (sql-informix): Added command line parameter "-" to force
14921 sql-informix-program to use stdout.
14922
14923 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14924
14925 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14926 (cp864-decode-table): Doc fix.
14927 (cp720-decode-table): New variable, supports the Arabic OEM
14928 codepage used by Windows.
14929 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14930
14931 2000-06-23 Dave Love <fx@gnu.org>
14932
14933 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14934 (font-lock-fontify-anchored-keywords): Use
14935 line-beginning-position.
14936 (global-font-lock-mode): Use mapc.
14937
14938 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14939
14940 * eshell/esh-module.el: Require CL when compiling.
14941
14942 2000-06-23 Gerd Moellmann <gerd@gnu.org>
14943
14944 * comint.el (comint-substitute-in-file-name): Call replace-match
14945 with second and third arg t.
14946
14947 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14948 Specify foreground color.
14949
14950 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14951 color.
14952
14953 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14954
14955 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14956 cddr instead of cdddr.
14957
14958 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14959 instead of copy-list.
14960
14961 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14962 of copy-list.
14963
14964 * subdirs.el: Add eshell subdirectory.
14965
14966 * eshell: New subdirectory containing the Eshell package.
14967
14968 * pcomplete.el: New file.
14969
14970 2000-06-23 Paul Eggert <eggert@twinsun.com>
14971
14972 * mail/mailpost.el (post-mail-send-it): Make sure file has
14973 proper permissions from birth.
14974
14975 * files.el (basic-save-buffer-2): When temporarily setting
14976 file modes, set them to current modes plus 0200, not to 0777.
14977
14978 * emerge.el (emerge-make-temp-file): Make sure file has proper
14979 permissions from birth.
14980
14981 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14982
14983 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14984 backup file name through convert-standard-filename.
14985
14986 * dos-fns.el (convert-standard-filename): Convert leading
14987 directories as well. When long file names are supported, convert
14988 characters that are invalid in Windows file names.
14989
14990 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14991
14992 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14993 ps-print crashes. New feature: page selection for printing. Create
14994 raw-text-unix coding system for XEmacs. Doc fix.
14995 (ps-print-version): New version number (5.2.3).
14996 (ps-plot-region): Bug fix.
14997 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14998 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14999 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15000 funs.
15001 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15002 (ps-last-page): New vars.
15003
15004 2000-06-21 Gerd Moellmann <gerd@gnu.org>
15005
15006 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15007 empty option string.
15008
15009 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15010
15011 * man.el (man): Doc fix.
15012
15013 2000-06-21 Kenichi Handa <handa@etl.go.jp>
15014
15015 * international/mule-cmds.el (set-language-info-alist): Docstring
15016 fixed.
15017
15018 2000-06-20 Gerd Moellmann <gerd@gnu.org>
15019
15020 * version.el (emacs-version): Use ISO date format.
15021
15022 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15023 instead of `M-backspace'.
15024
15025 * simple.el (turn-off-auto-fill): New function.
15026
15027 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15028
15029 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15030 Renamed from with-buffer-prepared-for-font-lock and use
15031 inhibit-modification-hooks rather than setting *-change-functions.
15032 Update all functions to use the new name.
15033 (jit-lock-first-unfontify-pos): New semantics (and doc).
15034 (jit-lock-mode): Make non-interactive.
15035 Don't automatically turn on font-lock.
15036 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15037 Always use jit-lock-after-change.
15038 Remove and restore font-lock-after-change-function.
15039 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15040 (jit-lock-after-unfontify-buffer): Remove.
15041 (jit-lock-stealth-fontify):
15042 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15043 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15044
15045 2000-06-20 Sam Steingold <sds@gnu.org>
15046
15047 * emacs-lisp/cl-indent.el (toplevel): Indent
15048 `print-unreadable-object' properly. Untabify.
15049
15050 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15051
15052 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15053 Support for bibentry.
15054 (reftex-compile-variables): Fixed problem with end of section-re.
15055
15056 * texmodes/reftex-dcr.el (reftex-view-crossref,
15057 reftex-view-crossref-from-bibtex):
15058 Deal with changed `reftex-find-citation-regexp-format'.
15059 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15060 Replaced `remprop' with `put'.
15061 (reftex-view-crossref, reftex-view-crossref-when-idle):
15062 Support for bibentry.
15063
15064 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15065 New entry for bibentry package.
15066
15067 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15068 Regexp also matches "\nobibliography".
15069
15070 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15071 Call `reftex-ensure-write-access' before doing anything.
15072 (reftex-ensure-write-access): New function.
15073
15074 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15075
15076 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15077
15078 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15079
15080 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15081
15082 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15083
15084
15085 2000-06-20 Dave Love <fx@gnu.org>
15086
15087 * faces.el (frame-background-mode): Use set-default, not set, in
15088 setter.
15089 (frame-update-faces, frame-update-face-colors): Define with
15090 defalias.
15091
15092 * enriched.el (enriched-decode-foreground)
15093 (enriched-decode-background): Don't use internal-find-face.
15094
15095 * apropos.el: Doc fixes.
15096
15097 * cus-edit.el (customize-changed-options): Check arg.
15098 (customize-version-lessp): Don't require decimal point.
15099
15100 * custom.el (defcustom, defgroup): Doc fix.
15101
15102 * newcomment.el (comment) <defgroup>: Add :version.
15103 (comment-multi-line): Doc fix.
15104
15105 * emulation/mlsupport.el (define-hooked-local-abbrev,
15106 define-hooked-global-abbrev): Fix, using define-abbrev.
15107
15108 2000-06-19 Gerd Moellmann <gerd@gnu.org>
15109
15110 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15111 the whole buffer.
15112
15113 2000-06-19 Dave Love <fx@gnu.org>
15114
15115 * menu-bar.el (menu-bar-options-save): New function.
15116 (menu-bar-options-menu): Use it.
15117 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15118 Simplify.
15119
15120 2000-06-19 Andreas Schwab <schwab@suse.de>
15121
15122 * progmodes/etags.el (tags-query-replace): Put new parameters
15123 START and END at the end, for backward compatibility.
15124
15125 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15126
15127 * international/codepage.el:
15128 (cp-coding-system-for-codepage-1): Delete special codes for
15129 generating xxx-dos coding system because now a CCL based coding
15130 system can handle EOL conversion by default.
15131
15132 * international/mule.el (make-coding-system): Generate subsidiary
15133 coding systems for EOL handling variants even for a CCL based
15134 coding system.
15135
15136 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15137
15138 * international/isearch-x.el (isearch-minibuffer-input-method)
15139 (isearch-minibuffer-input-method-function): These variables
15140 deleted.
15141 (isearch-with-input-method): Don't use the above variables.
15142 (isearch-process-search-multibyte-characters): Likewise. Call
15143 read-string with the arg INHERIT-INPUT-METHOD t.
15144
15145 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15146
15147 * font-lock.el (font-lock-after-fontify-buffer)
15148 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15149
15150 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15151 Use consistent make-local-variable style for font-lock-fontified.
15152 (jit-lock-fontify-buffer):
15153 Don't bother checking for font-lock-mode and jit-lock-mode.
15154
15155 * time.el: Remove trailing ^M that prevent CVS-merging.
15156
15157 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15158
15159 * Makefile.in (distclean): New target.
15160
15161 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15162
15163 * Makefile.in (srcdir): Define for update-subdirs.
15164
15165 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15166
15167 * find-lisp.el: New file.
15168
15169 2000-06-16 Andrew Innes <andrewi@gnu.org>
15170
15171 * time.el (display-time-mail-function): New variable, to allow
15172 external packages to indicate when new mail is available.
15173 (display-time-update): Use it.
15174
15175 2000-06-16 Kenichi Handa <handa@etl.go.jp>
15176
15177 * international/mule.el (mule-version): Change version name to
15178 SAKAKI. AOI has already been used by Meadow.
15179
15180 * international/quail.el (quail-show-guidance-buf): To find the
15181 bottom window (but minibuffer), pay attention to the height of
15182 minibuffer.
15183
15184 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15185
15186 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15187 menu-bar menus. Add help strings. Don't remove the Edit menu
15188 from the menu bar, as the menu bar has enough space now.
15189
15190 * Makefile.in (SHELL): Make sure /bin/sh is used.
15191
15192 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15193 characters, which use series of two ^H characters instead of one.
15194
15195 2000-06-15 Gerd Moellmann <gerd@gnu.org>
15196
15197 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15198 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15199 functions.
15200 (Info-find-node-2): Try a case-sensitive search first, then
15201 do a case-insensitive search.
15202
15203 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15204 tutorials.
15205
15206 * complete.el (PC-env-vars-alist): New variable.
15207 (PC-complete-as-file-name): New function.
15208 (partial-completion-mode): Initialize PC-env-vars-alist from
15209 process-environment.
15210 (PC-do-completion): Handle completion of env vars.
15211
15212 * info.el (Info-set-mode-line): Show file name in mode line,
15213 use `*Info*' instead of `Info:'.
15214
15215 * startup.el (command-line-1): Change copyright messages to year
15216 2000.
15217
15218 2000-06-15 Dave Love <fx@gnu.org>
15219
15220 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15221 not local-map.
15222
15223 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15224
15225 * international/mule.el (set-buffer-file-coding-system): Almost
15226 rewritten to handle `undecided' as no-op.
15227
15228 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15229
15230 * Makefile.in: New file.
15231
15232 * Makefile: Removed.
15233
15234 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15235 (goto-address-highlight-keymap): Bind C-c RET.
15236
15237 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15238
15239 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15240 inherits buffer-file-coding-system of the current buffer.
15241
15242 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15243 0. Give correct argument to set-auto-coding-function.
15244 (tar-expunge): For goto-char, use (point-min), not 0.
15245 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15246 (tar-subfile-save-buffer): Likewize.
15247
15248 * international/mule.el
15249 (after-insert-file-set-buffer-file-coding-system): Call
15250 set-buffer-file-coding-system with the arg FORCE t.
15251
15252 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15253
15254 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15255 nil. Contemporary sendmails issue an X-Authentication-Warning if
15256 the sender is set with `-f'.
15257
15258 2000-06-13 Dave Love <fx@gnu.org>
15259
15260 * help.el (describe-function-1): Kluge around cases of functions
15261 fset to subrs whose doc doesn't match their symbol-name.
15262
15263 * image.el (insert-image): Default STRING to a space.
15264
15265 * info.el Doc fixes.
15266 (Info-build-node-completions): Match Ref tags.
15267
15268 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15269
15270 * frame.el (display-multi-frame-p, display-multi-font-p): New
15271 defaliases for display-graphic-p.
15272
15273 * hl-line.el: Fixed a typo in commentary.
15274
15275 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15276
15277 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15278 fixed.
15279
15280 2000-06-12 Dave Love <fx@gnu.org>
15281
15282 * image.el (insert-image): Save a little consing.
15283
15284 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15285
15286 * language/tibet-util.el: Convert all tibetan-1-column characters
15287 to the corresponding tibetan characters.
15288 (tibetan-add-components): Delete code for the special treatment of
15289 'a chung.
15290
15291 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15292 change.
15293 (tibetan-vowel-transcription-alist): More rules added.
15294 (tibetan-composite-vowel-alist): New variable.
15295 (tibetan-precomposition-rule-alist): More rules added.
15296
15297 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15298
15299 * startup.el (command-line): Only call menu-bar-mode if interactive.
15300
15301 * thingatpt.el (toplevel symbol-properties):
15302 * textmodes/makeinfo.el (makeinfo-compile):
15303 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15304 * progmodes/hideif.el (hif-compress-define-list)
15305 (hide-ifdef-use-define-alist):
15306 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15307 (ange-ftp-vms-add-file-entry):
15308 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15309 * man.el (Man-build-man-command):
15310 * mail/rnewspost.el (news-reply-header-hook):
15311 * info.el (Info-insert-dir):
15312 * emulation/mlconvert.el (backward-word, forward-word, setq):
15313 * emacs-lisp/gulp.el (gulp-send-requests):
15314 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15315 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15316 (byte-optimize-apply, end of file):
15317 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15318 (ad-make-freeze-definition):
15319 * startup.el (command-line, command-line-1): Don't quote lambdas.
15320
15321 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15322 (cvs-cleanup-removed): New function.
15323 (cvs-cleanup-functions): New var.
15324 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15325 some flexibility in specifying additional entries to auto-cleanup.
15326 (cvs-quickdir): New function.
15327 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15328 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15329 (cvs-mode-find-file): Check that we are on a filename or dirname
15330 when invoked through a mouse-click.
15331 (cvs-full-path): Remove.
15332 (cvs-dired-action): Re-introduced.
15333 (cvs-dired-noselect): Use it.
15334 (vc-post-command-functions): use this new hook if available.
15335
15336 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15337 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15338 (cvs-filename-map, cvs-dirname-map): Remove.
15339 (cvs-default-action): Remove.
15340 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15341 if the arg is really a keymap.
15342 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15343 Don't hardcode the mapping from state (aka type) to face, but check
15344 the var cvs-fi-<type>-face instead.
15345 (cvs-fileinfo-from-entries): New function.
15346
15347 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15348 Docstring fix.
15349 (cvs-find-file-and-jump): Change default to be safer.
15350 (cvs-mode-diff-map): Define it as a function as well.
15351 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15352 Bind mouse-2 in this global map rather than with text-properties.
15353
15354 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15355 file to resolve the ambiguity between C(conflict) and C(need-merge).
15356
15357 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15358
15359 * international/mule.el (set-buffer-file-coding-system): If
15360 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15361 unconditionally.
15362
15363 2000-06-12 Dave Love <fx@gnu.org>
15364
15365 * wid-edit.el (widget-specify-button): Really suppress the face if
15366 required.
15367
15368 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15369
15370 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15371
15372 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15373
15374 * imenu.el (imenu-generic-expression): Docstring fix.
15375
15376 * composite.el (composition-function-table): Move the `put'
15377 below the autoload cookie so we can load the file before loaddefs.
15378
15379 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15380
15381 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15382 Handle easy-mmode-define-global-mode.
15383 For complex macros like define-minor-mode that can generate
15384 several autoload entries, try to autoload entries in the
15385 macroexpanded code.
15386
15387 * emacs-lisp/easy-mmode.el (define-minor-mode):
15388 If KEYMAP is a symbol, just use it.
15389 Use byte-compile-current-file and load-file-name to infer the
15390 proper :require to pass to defcustom.
15391 Wrap the hook var into `progn' so as not to autoload it.
15392 Add a :autoload-end cookie.
15393 Be more careful about the evaluation of KEYMAP.
15394 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15395 (define-derived-mode): Move define-abbrev-table outside of defvar.
15396
15397 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15398
15399 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15400 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15401 (backup-compiled-files): Ignore errors during `tar'.
15402 (bootstrap): Make autoloads before elc files.
15403
15404 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15405
15406 * international/mule.el (set-buffer-file-coding-system): If one of
15407 undecided-XXX is specified, change only EOL conversion.
15408
15409 * international/mule-conf.el (unix): New alias for the coding
15410 system undecided-unix.
15411
15412 2000-06-09 Dave Love <fx@gnu.org>
15413
15414 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15415
15416 * progmodes/executable.el: Byte compile dynamic.
15417 (executable-insert): Change custom type.
15418 (executable-find): Add autoload cookie.
15419 (executable-make-buffer-file-executable-if-script-p): New
15420 function. After Noah Friedman.
15421
15422 * files.el (after-save-hook): Customize, with
15423 executable-make-buffer-file-executable-if-script-p as an option.
15424
15425 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15426
15427 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15428 "tib24p-mule.bdf" for Tibetan.
15429
15430 * composite.el (decompose-composite-char): Declare it as obsolete.
15431
15432 * man.el (Man-fontify-manpage): Pay attention to underline and
15433 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15434
15435 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15436
15437 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15438 Set maintainer to FSF since author isn't reachable.
15439
15440 2000-06-08 Dave Love <fx@gnu.org>
15441
15442 * international/mule-cmds.el (select-safe-coding-system): If
15443 DEFAULT-CODING-SYSTEM is not specified, also check the most
15444 preferred coding-system if buffer-file-coding-system is
15445 `undecided'. From Handa.
15446
15447 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15448
15449 * international/mule.el
15450 (after-insert-file-set-buffer-file-coding-system): If the buffer
15451 size is greater than INSERTED, judget that we are not visiting.
15452
15453 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15454
15455 * whitespace.el (defgroup whitespace): Comment out `:version'.
15456 XEmacs 20.4 has problems defining the group with this present.
15457 We'll have this commented out till get resolve the problem.
15458
15459 2000-06-07 John Wiegley <johnw@gnu.org>
15460
15461 * align.el (align-dq-string-modes, align-sq-string-modes)
15462 (align-open-comment-modes): Add pyhton-mode.
15463 (align-rules-list): Use get-text-property instead of
15464 text-properties-at.
15465 (align-rules-list): Add python-assignment.
15466 (align-rules-list): Change perl-comma-delimiter to
15467 basic-comma-delimiter. Use if for Perl modes and python-mode.
15468 (align-rules-list): Add python-chain-logic and
15469 basic-line-continuation.
15470
15471 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15472
15473 * apropos.el (apropos-mode-hook): New user variable.
15474 (apropos-mode): Run apropos-mode-hook.
15475
15476 2000-06-07 David Ponce <david@dponce.com>
15477
15478 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15479 commands. Require `wid-edit' at run-time.
15480
15481 2000-06-07 David Ponce <david@dponce.com>
15482
15483 * recentf.el: Added some "Commentary".
15484 (recentf-open-more-files, recentf-edit-list): Minor changes to
15485 move the point at the top of the file list. This behaviour is
15486 consistent with the menu one when the list contains a lot of
15487 files.
15488 (recentf-cleanup): Now displays the number of items removed from
15489 the list.
15490 (recentf-relative-filter) New menu filter to show filenames
15491 relative to `default-directory'.
15492
15493 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15494
15495 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15496 with/without giving an error if PostScript printer doesn't have this
15497 kind of page size. Zebra Stripe continues or restarts on next page.
15498 Manual/automatic paper feeding. Switch or not the header.
15499 (ps-print-version): New version number (5.2.2).
15500 (ps-windows-system): Include emx as a Windows system.
15501 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15502 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15503 (ps-background-text): Code fix.
15504 (ps-error-handler-message, ps-user-defined-prologue)
15505 (ps-print-prologue-header, ps-printer-name)
15506 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15507 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15508 (ps-use-face-background): Customization fix.
15509 (ps-n-up-database): Data fix.
15510 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15511 (ps-switch-header): New vars.
15512 (ps-xemacs-color-name, ps-face-foreground-name)
15513 (ps-face-background-name, ps-boolean-constant): New funs.
15514
15515 2000-06-07 Dave Love <fx@gnu.org>
15516
15517 * allout.el: New version from Manheimer.
15518
15519 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15520
15521 * textmodes/fill.el (fill-find-break-point): Check the validity of
15522 charset.
15523
15524 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15525
15526 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15527 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15528 Call display-color-p and display-mouse-p instead of looking at
15529 window-system.
15530
15531 2000-06-06 Dave Love <fx@gnu.org>
15532
15533 * image.el (find-image): Doc fix. Return nil if image not found.
15534 (put-image, insert-image): Make STRING arg optional.
15535
15536 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15537
15538 * language/vietnamese.el: Remove eval-when-compile.
15539 (viet-viscii-nonascii-translation-table): Define it as a
15540 translation table made from viet-viscii-decode-table.
15541 (viet-viscii-encode-table): Define it as a translation table made
15542 from the reverse map of above.
15543 (viet-vscii-nonascii-translation-table): Define it as a
15544 translation table made from viet-vscii-decode-table.
15545 (viet-vscii-encode-table): Define it as a translation table made
15546 from the reverse map of above.
15547 (ccl-decode-viscii): Use translate-character.
15548 (ccl-encode-viscii, ccl-encode-viscii-font)
15549 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15550 Likewize.
15551
15552 * language/cyrillic.el: Remove eval-when-compile.
15553 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15554 translation table made from cyrillic-koi8-r-decode-table.
15555 (cyrillic-koi8-r-encode-table): Define it as a translation table
15556 made from the reverse map of above.
15557 (ccl-decode-koi8): Use translate-character.
15558 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15559 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15560 a translation table made from cyrillic-alternativnyj-decode-table.
15561 (cyrillic-alternativnyj-encode-table): Define it as a translation
15562 table made from the reverse map of above.
15563 (ccl-decode-alternativnyj): Use translate-character.
15564 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15565 Likewize
15566
15567 * international/mule-diag.el (non-iso-charset-alist): Specify
15568 translation table symbol instead of translation table itself.
15569 (list-block-of-chars): CHARSET may be a translation table symbol.
15570
15571 * international/mule.el (make-coding-system): If CODING-SYSTEM
15572 already exists, override it.
15573
15574 * international/fontset.el: Use family `proportional' for Tibetan
15575 fonts.
15576
15577 * international/ccl.el (ccl-compile-translate-character): Don't
15578 check if Rrr has property translation-table.
15579 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15580
15581 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15582
15583 * info.el: Bind case-fold-search to t when searching in case
15584 a user sets it to nil in a hook.
15585
15586 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15587
15588 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15589 * hl-line.el (hl-line-mode): Use the new :global key argument.
15590
15591 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15592 (tar-clip-time-string): Prepend a space.
15593 (tar-grind-file-mode): Construct a string rather than modifying one.
15594 (tar-header-block-summarize): Fix docstring.
15595 Use `format' rather than an error-prone set of copy-loops.
15596
15597 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15598 (diff-goto-source, diff-unified->context, diff-context->unified)
15599 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15600 understand the format output by the `-p' argument to diff.
15601
15602 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15603 (sh-re-done): Use defconst.
15604 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15605 (sh-help-string-for-variable, sh-guess-basic-offset):
15606 Don't quote lambdas.
15607 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15608 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15609
15610 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15611 (mh-letter-mode): Derive from text-mode.
15612 This implicitly means that it now calls kill-all-local-variables.
15613 Also remove the Emacs-18 compatibility code.
15614
15615 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15616 Make use of symbol-property doc-string-elt.
15617 Use memq rather than a sequence of eq.
15618 (doc-string-elt): Fix the wrong or missing previously unused values.
15619 (autoload-print-form): New function extracted from
15620 generate-file-autoloads to allow recursion when handling progn
15621 so that defvar's and defun's docstrings are properly printed.
15622 (generate-file-autoloads): Use it.
15623
15624 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15625 Use find-file-hooks in the minor-mode function.
15626 Be careful not to loop indefinitely in the post-command-hook function.
15627
15628 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15629
15630 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15631 tty's.
15632 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15633 differences whenever appropriate.
15634 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15635 * viper.el (find-file, find-file-other-window): Get viper to do
15636 wildcards.
15637
15638 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15639
15640 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15641 (jit-lock-fontify-buffer): New function for JIT refontification.
15642 (jit-lock-mode): Fix docstring.
15643 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15644 Remove jit-lock-after-change from the _local_ hook.
15645 (jit-lock-function-1): Fix docstring.
15646
15647 * info.el (Info-on-current-buffer): Initialize info.
15648
15649 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15650
15651 * progmodes/tcl.el (tcl-indent-for-comment):
15652 Ignore comment-indent-hook.
15653
15654 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15655 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15656 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15657 and improve to use the lighter to guess the capitalization.
15658 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15659 Add keyword arguments to specify global-ness or the custom group.
15660 Add local-map and help-echo properties to the lighter.
15661 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15662 (easy-mmode-define-global-mode): New macro.
15663
15664 2000-06-02 Dave Love <fx@gnu.org>
15665
15666 * wid-edit.el: byte-compile-dynamic since we typically don't use
15667 all the widgets. Don't require cl or widget. Remove
15668 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15669 (widget-read-event): Removed. Callers changed to use read-event.
15670 (widget-button-release-event-p): Renamed from
15671 button-release-event-p.
15672 (widget-field-add-space, widget-field-use-before-change):
15673 Uncustomize.
15674 (widget-specify-field): Use keymap property, not local-map.
15675 (widget-specify-button): Obey :suppress-face.
15676 (widget-specify-insert): Use modern backquote syntax.
15677 (widget-image-directory): Renamed from widget-glyph-directory.
15678 (widget-image-enable): Renamed from widget-glyph-enable.
15679 (widget-image-find): Replaces widget-glyph-find.
15680 (widget-button-pressed-face): Move defvar.
15681 (widget-image-insert): Replaces widget-glyph-insert.
15682 (widget-convert): Use keywordp.
15683 (widget-leave-text, widget-children-value-delete): Use mapc.
15684 (widget-keymap): Remove XEmacs stuff.
15685 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15686 (widget-button-click): Don't set point at the click, but re-centre
15687 if we scroll out of window. Rewritten for images v. glyphs &c.
15688 (widget-tabable-at): Use POS arg, not point.
15689 (widget-beginning-of-line, widget-end-of-line)
15690 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15691 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15692 (widget-default-create): Use widget-image-insert; some rewriting.
15693 (widget-visibility-value-create)
15694 (widget-push-button-value-create, widget-toggle-value-create): Use
15695 widget-image-insert.
15696 (checkbox): Create on and off images dynamically.
15697 (documentation-link): Change :help-echo.
15698 (widget-documentation-link-echo-help): Remove.
15699
15700 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15701
15702 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15703
15704 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15705 (easy-mmode-define-toggle, define-minor-mode): Use it.
15706 (easy-mmode-define-keymap): Docstring fix.
15707 (define-derived-mode): Default PARENT to fundamental-mode.
15708 Add the derived-mode-parent symbol-property.
15709 (easy-mmode-derived-mode-p): New function.
15710
15711 2000-06-02 Dave Love <fx@gnu.org>
15712
15713 * files.el (convert-standard-filename): Doc fix.
15714 (normal-backup-enable-predicate): New function.
15715 (backup-enable-predicate): Use it to replace the lambda form.
15716
15717 * calendar/todo-mode.el: [This needs more work on the outline
15718 stuff.] Doc fixes.
15719 (todo) <defgroup>: Add :version.
15720 (todo-add-category): Don't use pushnew.
15721 (todo-cmd-raise): Fix typo.
15722 (todo-top-priorities): Change temp buffer name.
15723 (todo-category-alist): Avoid redundant lambda.
15724 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15725 Use outline-next-heading.
15726
15727 * autoarg.el: Rewritten to use define-minor-mode.
15728 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15729 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15730
15731 2000-06-02 Kenichi Handa <handa@etl.go.jp>
15732
15733 * isearch.el (isearch-other-meta-char): Fix previous change.
15734
15735 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15736
15737 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15738 (log-edit-done): Only add the comment to the ring if it's different
15739 from the last comment entered.
15740
15741 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15742
15743 2000-06-01 Dave Love <fx@gnu.org>
15744
15745 * hl-line.el: Rewritten using define-minor-mode.
15746
15747 * help.el (describe-function-1): Distinguish special form from
15748 builtin function. Sanity-check presence of arglist for builtins.
15749
15750 2000-06-01 Kenichi Handa <handa@etl.go.jp>
15751
15752 * international/characters.el: Fix syntax/category setting of
15753 Tibetan characters.
15754
15755 * language/tibet-util.el (tibetan-add-components): Fixes for new
15756 encoding of Tibetan characters.
15757 (tibetan-decompose-precomposition-alist): New variable.
15758 (tibetan-decompose-region): Convert precomposed characters to
15759 non-precomposed characters.
15760 (tibetan-decompose-string): Likewise.
15761 (tibetan-composition-function): Fix args to
15762 thibetan-compose-string.
15763
15764 * language/tibetan.el (tibetan-composable-pattern): More
15765 characters included.
15766 (tibetan-consonant-transcription-alist): Rule for "R" added.
15767 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15768 "+R" added.
15769 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15770
15771 * language/lao-util.el (lao-composition-function): Fix args to
15772 compose-string.
15773
15774 * language/thai-util.el (thai-composition-function): Fix args to
15775 compose-string.
15776
15777 * isearch.el (isearch-update): Set disable-point-adjustment to t
15778 to prevent the point moving to the end of a composition when a
15779 part of a composition is searched.
15780 (isearch-other-meta-char): If the key invoking this command can be
15781 mapped by function-key-map to a printing char, call
15782 isearch-process-search-char directly.
15783
15784 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15785
15786 * emacs-lisp/bytecomp.el:
15787 * frame.el:
15788 * international/mule-cmds.el:
15789 * international/mule-util.el:
15790 * international/mule.el:
15791 * mouse.el:
15792 * subr.el:
15793 * faces.el: Update calls to make-obsolete with a WHEN argument.
15794
15795 * byte-run.el (make-obsolete, make-obsolete-variable):
15796 Add an optional WHEN argument and change the format of the
15797 symbol-property information.
15798 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15799 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15800 new obsolete-symbol-property format and print WHEN if it is provided.
15801
15802 2000-05-31 Dave Love <fx@gnu.org>
15803
15804 * loadhist.el (loadhist-hook-functions): Remove
15805 before-change-function, after-change-function.
15806 (unload-feature): Deal with symbols which are both bound and
15807 fbound.
15808
15809 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15810 before-change-function, after-change-function.
15811
15812 * simple.el (newline): Don't bind before-change-function,
15813 after-change-function.
15814
15815 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15816
15817 * whitespace.el (whitespace-rescan-timer-time): Update interval
15818 set to 600 seconds (10 minutes) instead of 60 seconds since
15819 a large number of whitespace buffers causes emacs to `freeze'
15820 for a considerable amount of time.
15821
15822 * whitespace.el: Updated email address
15823
15824 2000-05-31 Dave Love <fx@gnu.org>
15825
15826 * add-log.el (change-log-font-lock-keywords) <function>: Add
15827 pattern for function of change.
15828 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15829 acknowledgements patterns.
15830
15831 2000-05-31 Kenichi Handa <handa@etl.go.jp>
15832
15833 * isearch.el (isearch-printing-char): If keyboard coding system is
15834 being used, call isearch-process-search-multibyte-characters.
15835
15836 * international/isearch-x.el: Mostly rewritten.
15837
15838 * international/quail.el (quail-start-conversion): Don't include
15839 unhandled events in the returned events, but set them in
15840 unread-command-events. Exit if all inputs are deleted.
15841
15842 2000-05-30 Jason Rumney <jasonr@gnu.org>
15843
15844 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15845
15846 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15847 Reenable code to create initial fontsets.
15848 Use set-fontset-font in place of put-charset-property.
15849
15850 2000-05-30 Gerd Moellmann <gerd@gnu.org>
15851
15852 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15853 label, ensure that the first colon isn't followed by another.
15854
15855 * paths.el (Info-default-directory-list): Doc fix.
15856
15857 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15858 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15859 send a query containing USER only, not USER@HOST.
15860
15861 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15862 and rmail-msgend to compute the restriction at the end, instead of
15863 computing it.
15864
15865 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15866
15867 * dabbrev.el (dabbrev-expand): Don't display messages in the
15868 echo area if the minibuffer window is active.
15869
15870 * jit-lock.el (jit-lock-mode): Add after change function to
15871 local hook.
15872
15873 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15874
15875 * antlr-mode.el: New commands: hide/unhide actions,
15876 upcase/downcase literals.
15877 (antlr-tiny-action-length): New user option.
15878 (antlr-hide-actions): New command. Suggested by
15879 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15880 (antlr-mode-map): New binding [C-c C-v].
15881 (antlr-mode-menu): New entries.
15882 (antlr-downcase-literals): New command.
15883 (antlr-upcase-literals): Ditto.
15884
15885 * antlr-mode.el: Minor changes: indendation, mode-name.
15886 (antlr-indent-line): Indent cpp directive at column 0.
15887 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15888
15889 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15890 (antlr-font-lock-additional-keywords): Workaround for intentional
15891 bug in XEmacs version of font-lock.
15892 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15893 be used by a smarter version of `buffers-menu-grouping-function'.
15894
15895 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15896
15897 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15898 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15899
15900 2000-05-29 Kenichi Handa <handa@etl.go.jp>
15901
15902 * international/encoded-kb.el
15903 (encoded-kbd-iso2022-designation-map): Pay attention to that
15904 charset-iso-final-char return -1 for eight-bit-control and
15905 eight-bit-graphic.
15906
15907 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15908
15909 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15910 (speedbar-easymenu-definition-base): Use display-graphic-p where
15911 available, instead of window-system.
15912
15913 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15914
15915 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15916 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15917 coding systems.
15918
15919 2000-05-26 Dave Love <fx@gnu.org>
15920
15921 * disp-table.el (standard-display-underline): Don't use
15922 internal-find-face.
15923
15924 * mail/reporter.el: Maintainer change. Doc fixes.
15925 (reporter-version): Deleted.
15926
15927 * emacs-lisp/elp.el: Maintainer change.
15928 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15929
15930 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15931
15932 * add-log.el (add-change-log-entry): Merge the current entry with the
15933 previous one if the previous one is empty.
15934
15935 2000-05-26 Dave Love <fx@gnu.org>
15936
15937 * loadhist.el (unload-feature): Fix interactive spec [from
15938 lijnzaad@ebi.ac.uk].
15939
15940 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15941 subr-arity to check primitives.
15942 (byte-compile-flush-pending, byte-compile-file-form-progn)
15943 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15944 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15945 mapcar.
15946
15947 2000-05-26 Kenichi Handa <handa@etl.go.jp>
15948
15949 * international/fontset.el: Set family names of non-latin charsets
15950 in default fontset to "*".
15951
15952 * international/mule-diag.el (print-fontset): Combine family part
15953 and registry part of the fontname by "-*-" instead of "-".
15954
15955 * international/mule-cmds.el (encode-coding-char): Make strings
15956 multibyte before calling encode-coding-string.
15957
15958 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15959
15960 * derived.el: Fix keywords.
15961 (define-derived-mode): Only define if needed.
15962
15963 * simple.el (fill-comment, comment-column, comment-start)
15964 (comment-start-skip, comment-end, comment-indent-function)
15965 (block-comment-start, block-comment-end, indent-for-comment)
15966 (set-comment-column, kill-comment, comment-padding, comment-region)
15967 (comment-multi-line, indent-new-comment-line): Remove.
15968
15969 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15970 function names for comment operations.
15971
15972 * newcomment.el: Add abundant autoload cookies.
15973 (comment-style): Don't depend on runtime data at compile-time.
15974 (comment-indent-hook): Remove.
15975 (comment-indent): Check if comment-indent-hook is bound.
15976 (comment-region): Docstring fix.
15977
15978 2000-05-25 Dave Love <fx@gnu.org>
15979
15980 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15981 byte-code-function-p.
15982
15983 * mail/rmailsum.el: Add provide.
15984
15985 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15986
15987 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15988 defcustom.
15989
15990 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15991
15992 * ediff-diff.el (ediff-exec-process): delete --binary option from
15993 non-buffer ediff jobs.
15994
15995 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15996
15997 * hilit-chg.el (highlight-changes-mode): Ask about color or
15998 grayscale support, not about window-system.
15999
16000 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16001 window-system.
16002 (ffap-highlight): Always default to t.
16003
16004 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16005 display-popup-menus-p instead of looking at window-system.
16006
16007 * disp-table.el (standard-display-g1, standard-display-graphic):
16008 Only refuse to use string glyphs on X and MS-Windows.
16009
16010 * avoid.el: Remove window-system from commentary, suggest to use
16011 display-*-p instead.
16012
16013 * apropos.el (apropos-print): Use display-mouse-p instead of
16014 window-system.
16015
16016 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16017
16018 * international/codepage.el (cp-decoding-vector-for-codepage):
16019 Fill up unsupported characters with their own codes. From Kenichi
16020 Handa.
16021
16022 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16023
16024 * international/mule-diag.el (describe-char-after): Use
16025 display-graphic-p instead of window-system, so that this function
16026 works on MS-DOS.
16027
16028 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16029
16030 * international/codepage.el (cp-make-coding-systems-for-codepage):
16031 Remove the eight-bit-graphic and eight-bit-control charsets from
16032 the list of charsets which we convert into `?'.
16033
16034 2000-05-25 Kenichi Handa <handa@etl.go.jp>
16035
16036 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16037 private charsets.
16038 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16039 japanese-jisx0213-2): New charsets.
16040
16041 * international/fontset.el: Setup default fontset for new charsets.
16042
16043 2000-05-24 Dave Love <fx@gnu.org>
16044
16045 * info.el (Info-find-node-2): Restructure [following "Vadim
16046 S. Solomin" <sovs@uic.nnov.ru>].
16047
16048 * icomplete.el: Fix header for Finder.
16049
16050 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16051
16052 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16053 STAY.
16054
16055 * rmail.el (rmail-automatic-folder-directives): New user variable.
16056 (rmail-show-message): Add call to `rmail-auto-file' during
16057 display.
16058 (rmail-auto-file): New function.
16059
16060 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16061
16062 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16063 account.
16064 (ediff-test-utility,ediff-diff-mandatory-option)
16065 (ediff-reset-diff-options): Utilities for proper initialization of
16066 ediff-diff-options and ediff-diff3-options on Windows.
16067
16068 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16069 variable.
16070
16071 * ediff-mult.el (ediff-filegroup-action): Use
16072 ediff-merge-filename-prefix.
16073
16074 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16075
16076 * viper-ex.el (ex-write): Set selective display to nil.
16077
16078 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16079
16080 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16081 aliases for hebrew-iso-8bit.
16082
16083 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16084
16085 * woman.el: New version from Francis J. Wright
16086 <F.J.Wright@Maths.QMW.ac.uk>.
16087 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16088 names in environment variables regardless of the path separator.
16089 (woman-topic-all-completions-1): Don't call file-name-directory-p
16090 on all files, since woman-file-regexp already filters out any
16091 directories.
16092
16093 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16094
16095 * international/quail.el (quail-start-translation): Don't change
16096 modified-p of the current buffer.
16097 (quail-start-conversion): Likewise.
16098
16099 * international/kkc.el (kkc-region): Don't change modified-p of
16100 the current buffer.
16101
16102 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16103 conform to RFC1468.
16104 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16105
16106 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16107
16108 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16109 (speedbar-insert-button): Invisible text property fix.
16110 (speedbar-directory-plus): Renamed from speedbar-directory-+
16111 (speedbar-directory-minus): Renamed from speedbar-directory--
16112 (speedbar-page-plus): Renamed from speedbar-file-+
16113 (speedbar-page-minus): Renamed from speedbar-file--
16114 (speedbar-page): Renamed from speedbar-file-
16115 (speedbar-tag): Renamed from speedbar-tag-
16116 (speedbar-tag-plus): Renamed from speedbar-tag-+
16117 (speedbar-tag-minus): Renamed from speedbar-tag--
16118 (speedbar-expand-image-button-alist): Use above renames.
16119
16120 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16121 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16122 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16123 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16124 * sb-pg.xpm: Renamed from sb-file.xpm
16125 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16126 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16127
16128 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16129
16130 * international/quail.el (quail-show-guidance-buf): Set
16131 current-input-method of the guidance buffer to the name of the
16132 curren input method.
16133
16134 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16135
16136 * progmodes/compile.el (compile-internal): Style typo.
16137
16138 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16139 quote vars and functions in the docstring.
16140
16141 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16142
16143 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16144 Don't quote lambdas.
16145
16146 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16147
16148 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16149
16150 * startup.el (command-line): Determine source file of compiled
16151 user init file differently. Warn if compiled user init file
16152 is older than its source file.
16153
16154 * ffap.el (ffap-url-regexp): Add `https'.
16155
16156 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16157
16158 * files.el (make-backup-file-name-1): Replace slashes with `!'
16159 rather than `|' (which is not allowed on Windows). Replace the
16160 drive letters with a string "drive_X".
16161
16162 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16163
16164 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16165
16166 * files.el (interpreter-mode-alist): Add `bash2'.
16167
16168 2000-05-22 Dave Love <fx@gnu.org>
16169
16170 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16171 mapc.
16172 (feature-file): Avoid calling symbol-name. Doc fix.
16173 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16174 (loadhist-hook-functions): Add mouse-position-function.
16175 (unload-feature): Change uses of mapcar.
16176
16177 * files.el (parse-colon-path): Doc fix.
16178 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16179 (set-auto-mode): Use mapc.
16180
16181 * complete.el (PC-look-for-include-file): Use :alnum: character
16182 class.
16183 (partial-completion-mode): Add autoload cookie.
16184
16185 2000-05-22 Sam Steingold <sds@gnu.org>
16186
16187 * info.el (Info-fontify-node): Fixed the call to
16188 `add-text-properties' (bug introduced on 2000-05-18).
16189
16190 2000-05-22 Dave Love <fx@gnu.org>
16191
16192 * bindings.el: Remove debug-ignored-errors set in other files.
16193
16194 * progmodes/etags.el: Add to debug-ignored-errors.
16195 (visit-tags-table-buffer): Clear out buffers holding old tables
16196 when making a new list.
16197 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16198 mapc.
16199
16200 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16201 quote keywords.
16202 (cmpl-string-case-type): Use character classes.
16203
16204 * comint.el:
16205 * textmodes/ispell.el:
16206 * imenu.el:
16207 * mail/mh-e.el:
16208 * progmodes/compile.el: Add to debug-ignored-errors.
16209
16210 * dabbrev.el: Add to debug-ignored-errors.
16211 (dabbrev-completion): Use mapc.
16212
16213 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16214
16215 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16216 (woman-mapcan, woman-parse-man.conf)
16217 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16218 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16219 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16220 path syntax better.
16221 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16222 (woman-manpath): Call woman-parse-man.conf.
16223 (woman-emulation): New defcustom, defaults to nroff.
16224 (woman-font-support): New defconst.
16225 (woman-use-symbol-font): New defcustom.
16226 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16227 "Emulation".
16228 Many functions: Doc fix.
16229
16230 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16231
16232 * international/quail.el (quail-simple-translation-keymap): Map
16233 128..255 to quail-self-insert-command.
16234 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16235
16236 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16237
16238 * help.el (help-manyarg-func-alist): Typo.
16239
16240 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16241 intervals which makes it heaps simpler.
16242
16243 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16244 the nested comment markers.
16245
16246 * subr.el (remove-hook): Don't turn the hook's value into a list.
16247
16248 2000-05-21 Dave Love <fx@gnu.org>
16249
16250 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16251 are invalid characters.
16252
16253 * international/mule-util.el (detect-coding-with-priority): Use
16254 mapc. Remove redundant lambda.
16255
16256 * international/mule-diag.el (list-non-iso-charset-chars)
16257 (describe-fontset): Remove redundant lambda.
16258
16259 * emulation/crisp.el (brief-mode): New alias.
16260
16261 * emacs-lisp/ring.el (ring-elements): New function.
16262
16263 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16264 (easy-menu-do-add-item): Use keywordp.
16265
16266 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16267
16268 * replace.el: Doc and error message fixes.
16269 (replace-highlight): Use facep, not internal-find-face.
16270
16271 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16272
16273 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16274
16275 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16276 (log-edit-insert-changelog): Drop `:' as well.
16277
16278 * log-view.el: Fix file description.
16279 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16280 available.
16281 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16282 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16283
16284 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16285 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16286 Print a status message if the toggle is called interactively.
16287 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16288 for global minor modes and use `defcustom' for them.
16289 Use add-minor-mode.
16290 (easy-mmode-define-derived-mode): Remove.
16291 (define-derived-mode): Fancier default docstring.
16292 (easy-mmode-define-navigation): Signal an error rather than (ding).
16293
16294 * newcomment.el (comment-styles): New `box-multi'.
16295 (comment-normalize-vars): Better default for comment-continue to
16296 avoid whitespace-only continuations.
16297 (comment-search-forward): Always move even in the no-syntax case.
16298 (comment-padright): Only obey N if it's only obeyed for padleft.
16299 (comment-make-extra-lines): Better handling of empty continuations.
16300 Use `=' for the filler if comment-start has only one character.
16301 (uncomment-region): Try handling the special `=' filler.
16302 (comment-region): Allow LINES even if MULTI is nil.
16303 (comment-box): Choose box style based on comment-style.
16304
16305 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16306
16307 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16308 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16309
16310 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16311
16312 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16313 and insert, not subst-char-in-region.
16314
16315 * international/mule-diag.el (list-character-sets-1): Handle
16316 charsets eight-bit-control and eight-bit-graphic.
16317 (list-iso-charset-chars): Likewise.
16318 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16319 charactes as is. Use indent-to to align characters.
16320
16321 * international/mule-cmds.el (find-multibyte-characters): Never
16322 exclude charsets eight-bit-control and eight-bit-graphic.
16323
16324 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16325
16326 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16327 Don't quote lambdas.
16328
16329 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16330
16331 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16332
16333 * gud.el (gud-jdb-directories): Doc fix.
16334
16335 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16336
16337 * newcomment.el: New file.
16338
16339 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16340
16341 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16342
16343 2000-05-18 Andreas Schwab <schwab@suse.de>
16344
16345 * dired.el (dired-between-files): Also skip lines beginning with
16346 `used'.
16347
16348 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16349
16350 * msb.el (msb-menu-cond): Add choice `user'.
16351
16352 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16353
16354 * ps-print.el: Compatibility, customization and doc fix.
16355 (ps-printer-name-option): Replace defconst by defvar.
16356 (ps-postscript-code-directory): XEmacs compatibility.
16357 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16358 fix.
16359 (ps-user-defined-prologue, ps-print-prologue-header)
16360 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16361 compatibility and code fix.
16362 (ps-print-background-image, ps-print-background-text):
16363 Customization fix.
16364 (ps-line-number-start, ps-n-up-on): New vars.
16365
16366 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16367
16368 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16369 the indent-comment function to just return the appropriate indent.
16370
16371 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16372
16373 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16374 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16375 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16376
16377 2000-05-18 Dave Love <fx@gnu.org>
16378
16379 * info.el (Info-fontify-node): Add intangible property as well as
16380 invisible.
16381
16382 * calendar/appt.el (appt-make-list): Match all lines of entry.
16383 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16384
16385 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16386
16387 * international/mule-diag.el (describe-char-after): Call
16388 internal-char-font, not char-font. If internal-char-font returns
16389 nil, display "-- none --".
16390
16391 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16392
16393 * image.el (image-type-available-p): Don't reference image-types
16394 if it isn't bound.
16395
16396 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16397
16398 * autoarg.el (autoarg-mode): Typo in the :set argument.
16399
16400 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16401
16402 * startup.el (command-line-1): Don't signal an error if the
16403 directory for auto-save-list files does not yet exist.
16404
16405 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16406
16407 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16408
16409 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16410
16411 * subr.el (remove-hook): `setq' hook-value, not `set'.
16412
16413 2000-05-16 Sam Steingold <sds@gnu.org>
16414
16415 * info.el (debug-ignored-errors): More errors to ignore.
16416
16417 2000-05-16 Dave Love <fx@gnu.org>
16418
16419 * cus-edit.el: Don't require cl or easymenu.
16420 (custom-variable-prompt): Test standard-value property, not
16421 user-variable-p.
16422
16423 2000-05-16 Sam Steingold <sds@gnu.org>
16424
16425 * subr.el (add-hook): `setq' hook-value, not `set'.
16426
16427 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16428
16429 * startup.el (command-line-1): Mention the FAQ in the startup
16430 message.
16431
16432 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16433
16434 * progmodes/compile.el (compilation-parse-errors): Collect
16435 `nomessage' regexps last.
16436
16437 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16438
16439 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16440 to the function name.
16441
16442 2000-05-15 Dave Love <fx@gnu.org>
16443
16444 * speedbar.el (speedbar-recenter): Typo.
16445 (speedbar-expand-line): Make arg optional.
16446 (speedbar-mode): Avoid a compiler warning.
16447
16448 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16449
16450 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16451 user-specified option string is empty.
16452
16453 * mouse.el (mouse-yank-at-click): Doc fix.
16454
16455 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16456
16457 * term/internal.el (IT-character-translations): More updates of
16458 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16459 documents.
16460
16461 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16462
16463 * env.el (getenv): New function, interactively callable.
16464 (setenv, getenv): Remove autoload cookies.
16465
16466 * loadup.el: Load `env'.
16467
16468 * progmodes/f90.el: Change author's mail address.
16469
16470 2000-05-14 Dave Love <fx@gnu.org>
16471
16472 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16473 goto-addr as an option.
16474
16475 * help.el (help-xref-stack): Doc fix.
16476 (help-xref-following): New variable.
16477 (help-make-xrefs): Use it.
16478 (help-xref-go-back): Use position information from stack element.
16479 (help-follow): Make position in stack element a pair. Use
16480 help-xref-following.
16481
16482 * autoarg.el: New file.
16483
16484 * faces.el: Declare more functions obsolete.
16485
16486 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16487 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16488 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16489 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16490 Remove all the setup-...-environment functions.
16491
16492 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16493
16494 * speedbar.el: Updated the commentary section. xemacs20p now uses
16495 >= when detecting. Require `defimage' safely.
16496 (speedbar-easymenu-definition-base): Add toggle for images.
16497 (speedbar-easymenu-definition-special): Add flush cache & expand.
16498 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16499 (speedbar-reconfigure-keymaps-hook): New variable.
16500 (speedbar-frame-parameters): Updated documentation.
16501 (speedbar-use-imenu-flag): Updated custom tag
16502 (speedbar-dynamic-tags-function-list): New variable.
16503 (speedbar-tag-hierarchy-method): Updated doc & custom.
16504 (speedbar-indentation-width, speedbar-indentation-width) New
16505 variables.
16506 (speedbar-hide-button-brackets-flag): Customizable.
16507 (speedbar-vc-indicator): Doc update.
16508 (speedbar-ignored-path-expressions): Updated default value.
16509 (speedbar-supported-extension-expressions): Updated default value.
16510 (speedbar-syntax-table): Remove {} paren status.
16511 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16512 as "+". Added overlay aliases.
16513 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16514 `force-mode-line-update'.
16515 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16516 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16517 `mouse-set-point'
16518 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16519 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16520 of arbitrary text, and new helper functions.
16521 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16522 filename finder.
16523 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16524 (speedbar-directory-buttons): Update path search/expansion.
16525 (speedbar-make-tag-line): Pay attention to
16526 `speedbar-indentation-width'. Use more care w/ invisible
16527 properties.
16528 (speedbar-change-expand-button-char): Call
16529 `speedbar-insert-image-button-maybe'.
16530 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16531 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16532 (speedbar-trim-words-tag-hierarchy)
16533 (speedbar-simple-group-tag-hierarchy): New functions
16534 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16535 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16536 functions.
16537 (speedbar-mouse-set-point): New function
16538 (speedbar-power-click): Updated documentation.
16539 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16540 of tag prefix text.
16541 (speedbar-expand-line, speedbar-contract-line): Make more robust
16542 to strange text.
16543 (speedbar-expand-line): Takes universal argument to flush the
16544 cache.
16545 (speedbar-flush-expand-line): New function.
16546 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16547 Use new generator insertion method.
16548 (speedbar-fetch-dynamic-tags): New function.
16549 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16550 `speedbar-fetch-dynamic-imenu'.
16551 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16552 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16553 "Revert Buffer" menu items.
16554 (speedbar-buffer-buttons-engine): Be smarter when creating a
16555 filename tag (for expansion purposes.).
16556 (speedbar-highlight-one-tag-line,
16557 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16558 (speedbar-recenter): New functions.
16559 (defimage-speedbar): Image loading abstraction.
16560 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16561 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16562 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16563 (speedbar-tag-type, speedbar-tag-mail): New images.
16564 (speedbar-expand-image-button-alist): New variable.
16565 (speedbar-insert-image-button-maybe): Insert an image over some
16566 buttons.
16567
16568 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16569
16570 * international/mule-cmds.el (encode-coding-char): An ASCII
16571 character is always encodable.
16572
16573 * international/mule-conf.el: Add more information in descriptions
16574 of character sets.
16575
16576 * international/mule-diag.el (describe-char-after): New function.
16577 (describe-font-internal): Adjusted for the change of font-info.
16578 (describe-font): Likewise.
16579 (print-fontset): Rewritten for the new fontset implementation.
16580 (describe-fontset): Include fontset alias names in completion.
16581 (list-fontsets): Adjusted for the change of print-fontset.
16582
16583 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16584 describe-char-after instead of displaying the detail in the echo
16585 area.
16586 (syntax-code-table): Format changed.
16587 (string-to-syntax): Adjusted for the above change.
16588
16589 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16590
16591 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16592
16593 2000-05-12 Dave Love <fx@gnu.org>
16594
16595 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16596 dependence. Use line-{beginning,end}-position, not
16597 point-at{b,e}ol. Some doc fixes.
16598 (todo-position): New function. Fix callers of position to use it.
16599 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16600
16601 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16602
16603 * time.el (display-time-mail-icon): Use `:ascent center'.
16604
16605 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16606 handling FTP security extensions.
16607
16608 2000-05-11 Dave Love <fx@gnu.org>
16609
16610 * calendar/todo-mode.el: New file.
16611
16612 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16613
16614 * comint.el (comint-read-input-ring): Move reference to
16615 comint-input-ring-size outside of the save-excursion. It was
16616 causing the default value to be the only one ever seen.
16617
16618 * font-lock.el: Update copyright. Remove Simon Marshall's email
16619 address on request from him.
16620
16621 * subr.el (substitute-key-definition): Add comment describing
16622 the meaning of PREFIX.
16623
16624 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16625
16626 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16627
16628 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16629 (add-minor-mode): Don't make the variable buffer-local and add a
16630 reference to define-minor-mode in the docstring.
16631
16632 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16633 HEADER/FOOTER and fix bug with trailing empty directory.
16634 (cvs-append-to-ignore): Use vc-editable-p if available.
16635 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16636 (vc-do-command): Tweak advice to handle the new VC.
16637
16638 * log-view.el (log-view-goto-rev): New function for the new VC.
16639 (log-view-minor-wrap): Use mark-active.
16640
16641 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16642 (log-edit-changelog-full-paragraphs): New var.
16643 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16644 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16645 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16646 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16647 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16648 Replace the `cvs' prefix with `log-edit'.
16649
16650 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16651
16652 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16653 (diff-font-lock-defaults): Explicitly turn off multiline.
16654 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16655 (diff-ediff-patch): Fix call to ediff-patch-file.
16656 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16657 Handle comments.
16658
16659 * frame.el (automatic-hscrolling): Typo.
16660
16661 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16662
16663 2000-05-09 Sam Steingold <sds@goems.com>
16664
16665 * apropos.el (apropos-print): use `describe-face' instead of
16666 `customize-face-other-window'.
16667
16668 2000-05-09 Dave Love <fx@gnu.org>
16669
16670 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16671
16672 * help.el (describe-variable): Have customize button pop the
16673 help-xref stack when invoked.
16674 (help-xref-symbol-regexp): Add `face'.
16675 (help-make-xrefs): Check for quoted face names and adapt regexp
16676 submatch numbers to cope.
16677 (help-xref-interned): Maybe insert face doc too. Separate
16678 sections with a line of hyphens.
16679
16680 * faces.el: Some doc fixes. Declare some functions obsolete.
16681 (describe-face): Add customize button. Return the help
16682 text. Fix prompt.
16683
16684 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16685
16686 * term/internal.el (IT-character-translations): Fix last change.
16687
16688 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16689
16690 * woman.el: New file
16691 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16692
16693 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16694
16695 * term/internal.el (IT-character-translations): Update ASCII
16696 simulations for greek-iso8859-7, add latin-iso8859-14 and
16697 latin-iso8859-15.
16698
16699 * international/mule-cmds.el (set-language-info-alist): Call
16700 define-prefix-command with 3 arguments, to make the map suitable
16701 for a menu.
16702
16703 2000-05-07 Dave Love <fx@gnu.org>
16704
16705 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16706
16707 2000-05-05 Dave Love <fx@gnu.org>
16708
16709 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16710 list in doc string. Don't quote keyword symbols.
16711 * emacs-lisp/cl.el: Likewise
16712 * emacs-lisp/cl-seq.el: Likewise
16713
16714 2000-05-05 Gerd Moellmann <gerd@gnu.org>
16715
16716 * abbrev.el (abbrev-mode): Make ARG optional.
16717
16718 2000-05-04 Gerd Moellmann <gerd@gnu.org>
16719
16720 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16721
16722 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16723
16724 * subr.el (substitute-key-definition): Clarify documentation.
16725
16726 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
16727
16728 * glasses.el (glasses-convert-to-unreadable): Use
16729 `glasses-separator' instead of the hard-wired "_".
16730 (glasses-mode): Call `glasses-make-unreadable' only in a single
16731 place.
16732
16733 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16734
16735 * term/internal.el (cjk-codepages-alist): Add associations for
16736 Chinese and Korean codepages. Remove FIXME comment.
16737
16738 2000-05-03 Dave Love <fx@gnu.org>
16739
16740 * time.el (display-time-mail-face, display-time-use-mail-icon):
16741 New option.
16742 (display-time-mail-icon): New variable.
16743 (display-time-string-forms): Use the above. Fix the local-map.
16744
16745 2000-05-03 Gerd Moellmann <gerd@gnu.org>
16746
16747 * replace.el (query-replace-map): Add binding for `E'.
16748 (query-replace-help): Extend help text.
16749 (perform-replace): Allow editing the replacement string.
16750
16751 * make-mode.el (makefile-mode-abbrev-table): New variable.
16752 (makefile-mode): Set local abbrev table to
16753 makefile-mode-abbrev-table.
16754 (makefile-font-lock-keywords): Fontify includes and conditionals.
16755
16756 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16757 set TOGGLE's value.
16758
16759 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16760 mail-interactive-insert-alias.
16761 (mail-abbrev-complete-alias): New command.
16762 (mail-mode-map): Bind it to `M-TAB'.
16763
16764 2000-05-03 Kenichi Handa <handa@etl.go.jp>
16765
16766 * language/lao-util.el (lao-compose-region): New function.
16767
16768 2000-05-02 Gerd Moellmann <gerd@gnu.org>
16769
16770 * files.el (recover-session): Make directories as necessary
16771 if they don't exist yet.
16772
16773 * calendar/cal-french.el
16774 (french-calendar-multibyte-special-days-array)
16775 (french-calendar-special-days-array): Change French text.
16776 (calendar-french-date-string): Change output.
16777 (calendar-goto-french-date): Likewise.
16778
16779 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16780
16781 * wid-edit.el (widget-default-active): Obey `:always-active'.
16782 (widget-documentation-string-value-create): Set `:always-active'.
16783
16784 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16785
16786 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16787 default prefix to `~/_emacs.d/auto-save.list/_s'.
16788 (normal-top-level): Create the directory for auto-save files, if
16789 it doesn't already exist (in the ms-dos case only).
16790
16791 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16792
16793 * international/mule-cmds.el (set-language-environment): Don't
16794 concat an integer (dos-codepage), use format instead.
16795
16796 2000-05-02 Dave Love <fx@gnu.org>
16797
16798 * help.el (help-xref-on-pp): Check for constant symbols.
16799
16800 2000-04-29 Gerd Moellmann <gerd@gnu.org>
16801
16802 * startup.el (normal-top-level): Put a condition-case around
16803 the code loading subdirs.el.
16804
16805 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16806
16807 * ps-print.el: Upside-down and face background color printing,
16808 line number step, doc fix.
16809 (ps-print-version): New version number (5.2).
16810 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16811 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16812 (ps-spool-config): Var fix.
16813 (ps-printer-name-option): Const fix.
16814 (ps-print-upside-down, ps-use-face-background)
16815 (ps-line-number-step): New vars.
16816 (ps-window-system, ps-lp-system): New consts.
16817 (ps-face-background): New fun.
16818
16819 2000-04-28 Richard Stallman <rms@gnu.org>
16820
16821 * files.el (make-auto-save-file-name):
16822 Apply auto-save-file-name-transforms to visited file name
16823 before generating auto save file name.
16824 (auto-save-file-name-transforms): New variable.
16825
16826 * files.el (backup-enable-predicate):
16827 Correctly test for a file under a temporary directory.
16828
16829 2000-04-28 Gerd Moellmann <gerd@gnu.org>
16830
16831 * subr.el (add-minor-mode): Rewritten.
16832
16833 2000-04-28 Kenichi Handa <handa@etl.go.jp>
16834
16835 * mail/sendmail.el (sendmail-send-it): Set
16836 buffer-file-coding-system to the selected coding system for MIME
16837 header.
16838
16839 2000-04-27 Gerd Moellmann <gerd@gnu.org>
16840
16841 * dired.el (dired-move-to-filename-regexp): Allow format where
16842 YYYY is followed by two spaces.
16843
16844 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16845 in the second character class of the regexp.
16846
16847 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16848 mh-etc, too.
16849
16850 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16851 nil.
16852
16853 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16854
16855 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16856 argument.
16857
16858 2000-04-27 Sen Nagata <sen@eccosys.com>
16859
16860 * emacs-lisp/crm.el (crm-completion-table): New variable.
16861 (crm-collection-fn, crm-test-completion)
16862 (completing-read-multiple): Use it.
16863
16864 2000-04-27 Dave Love <fx@gnu.org>
16865
16866 * help.el (locate-library): Use mapc.
16867 (help-manyarg-func-alist): Add call-process-region.
16868
16869 2000-04-26 Gerd Moellmann <gerd@gnu.org>
16870
16871 * subr.el (add-minor-mode): Make argument MAP optional.
16872
16873 * desktop.el (desktop-save): Save list of minor modes.
16874 (desktop-create-buffer): Restore minor modes.
16875 (desktop-minor-mode-table): New user-option.
16876
16877 * subr.el (add-minor-mode): New function.
16878
16879 * image.el (find-image): New function.
16880 (defimage): Rewritten to find image at load time.
16881
16882 * startup.el (normal-top-level-add-to-load-path): Handle
16883 case that the default directory is not in load-path.
16884
16885 * help.el: Old patch from Stefan Monnier.
16886 (help-xref-on-pp): New function.
16887 (describe-variable): Use it to display xrefs in a symbol's value.
16888
16889 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16890
16891 * cus-edit.el (custom-face): Fix parenthesis.
16892
16893 2000-04-26 Kenichi Handa <handa@etl.go.jp>
16894
16895 * mail/rmail.el (rmail-expunge): When there are no deleted
16896 messages, do nothing.
16897
16898 2000-04-26 Dave Love <fx@gnu.org>
16899
16900 * international/mule-cmds.el (locale-translation-file-name):
16901 Defvar to nil.
16902 (set-locale-environment): Set it here (at runtime).
16903
16904 2000-04-25 Gerd Moellmann <gerd@gnu.org>
16905
16906 * replace.el (perform-replace): Add parameters START and END. Use
16907 them instead of the check for a region in Transient Mark mode.
16908 (query-replace-read-args): Return two more list elements for the
16909 start and end of the region in Transient Mark mode.
16910 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16911 (map-query-replace-regexp, replace-string, replace-regexp): Add
16912 optional last arguments START and END and pass them to
16913 perform-replace.
16914
16915 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16916 form with additional arguments for perform-replace.
16917
16918 * progmodes/etags.el (tags-query-replace): Add parameters START
16919 and END. Construct a form with additional arguments for
16920 perform-replace.
16921
16922 * simple.el (shell-command): Set default directory for "*Shell
16923 Command Output" buffer.
16924
16925 * language/european.el (iso-latin-4): Fix typo.
16926
16927 * emacs-lisp/crm.el: New file.
16928
16929 2000-04-24 Dave Love <fx@gnu.org>
16930
16931 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16932 (Custom-reset-saved, Custom-reset-standard)
16933 (custom-group-value-create, custom-group-set, custom-group-save)
16934 (custom-group-reset-current, custom-group-reset-saved)
16935 (custom-group-reset-standard): Use mapc.
16936 (custom-buffer-create-internal): Disable undo when creating items.
16937 Use mapc.
16938 (custom-face): Avoid redundant lambda.
16939
16940 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16941
16942 * startup.el (auto-save-list-file-prefix): Set default to
16943 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16944
16945 2000-04-24 Sam Steingold <sds@gnu.org>
16946
16947 * time-stamp.el (time-stamp-string-preprocess): Always convert
16948 `field-result' to a string.
16949
16950 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16951
16952 * frame.el (scrolling): New group.
16953 (automatic-hscrolling): New user-option.
16954
16955 * startup.el (command-line-x-option-alist): Add `-lsp' and
16956 `--line-spacing'.
16957
16958 2000-04-19 Dave Love <fx@gnu.org>
16959
16960 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16961 (cl-mapc): Rename from mapc. Fix the funcall.
16962
16963 2000-04-19 Gerd Moellmann <gerd@gnu.org>
16964
16965 * simple.el (clone-indirect-buffer-other-window): New command.
16966 (clone-indirect-buffer): Add optional arg NORECROD.
16967 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16968
16969 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16970
16971 * window.el (count-screen-lines): New function.
16972 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16973 instead of window-buffer-height.
16974
16975 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16976 non-existing variable comint-input-sentinel.
16977 (inferior-lisp-args-to-list): Removed.
16978 (inferior-lisp): Use split-string instead of
16979 inferior-lisp-args-to-list.
16980
16981 * hexl.el (hexl-insert-hex-string): New command.
16982
16983 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16984 instead of concat.
16985
16986 2000-04-18 Gerd Moellmann <gerd@gnu.org>
16987
16988 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16989 at the start of an existing but empty folder.
16990
16991 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16992
16993 * ps-mule.el: Customization fix, doc fix.
16994 (ps-multibyte-buffer): Customization fix.
16995
16996 2000-04-17 Richard M. Stallman <rms@gnu.org>
16997
16998 * subr.el (read-passwd): Use read-char-exclusive.
16999
17000 2000-04-17 Gerd Moellmann <gerd@gnu.org>
17001
17002 * textmodes/texinfo.el (texinfo-insert-@email)
17003 (texinfo-insert-@emph, texinfo-insert-@quotation)
17004 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17005 (texinfo-mode-map): Add key bindings for them.
17006
17007 * files.el (basic-save-buffer-2): Use a template with `$'
17008 instead of `#' for VMS.
17009
17010 * simple.el (clone-indirect-buffer): New function.
17011
17012 2000-04-16 Stephen Eglen <stephen@gnu.org>
17013
17014 * iswitchb.el (iswitchb-case): New function. If the user input
17015 contains any upper-case characters, the search is made
17016 case-sensitive.
17017
17018 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17019
17020 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17021 comment-end.
17022 (texinfo-font-lock-syntactic-keywords): New var.
17023 (texinfo-font-lock-keywords): Remove comment regexp.
17024 (texinfo-insert-block): New function.
17025 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17026 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17027 and font-lock-defaults. Use regexp-opt for outline-regexp.
17028 (texinfo-environments): New var.
17029 (texinfo-environment-regexp): Use regexp-opt and
17030 texinfo-environments.
17031
17032 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17033 ispell-process is bound since this might be eval'd before ispell
17034 is loaded.
17035 (ispell-message): Use a tiny bit less magic and a bit more hard
17036 data to figure out what kind of sc-cite-regexp to use.
17037
17038 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17039
17040 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17041 (insert-cyclic-diary-entry): Unquote the lambda.
17042
17043 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17044
17045 * files.el (backup-enable-predicate): Unquote the lambda.
17046
17047 * cus-edit.el (custom-face, face): Unquote the lambda.
17048
17049 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17050
17051 * ps-print.el: Check for line-beginning-position definition.
17052
17053 * ps-print.el: Fix counting lines in a region.
17054 (ps-print-version): New version number (5.1.5).
17055 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17056 (ps-printing-region): Fun code fix.
17057
17058 2000-04-15 Gerd Moellmann <gerd@gnu.org>
17059
17060 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17061 to file-directory-p.
17062
17063 2000-04-14 Gerd Moellmann <gerd@gnu.org>
17064
17065 * gud.el (gud-jdb-build-source-files-list): Check that directory
17066 exists before calling directory-files.
17067
17068 2000-04-13 Dave Love <fx@gnu.org>
17069
17070 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17071 syntax.
17072
17073 * emacs-lisp/cl-specs.el: Remove when, unless.
17074
17075 * emacs-lisp/cl-extra.el: Don't quote keywords.
17076 (cl-old-mapc): New variable.
17077 (mapc): Use it.
17078 (cl-map-intervals): Use with-current-buffer. Don't check for
17079 next-property-change.
17080 (cl-map-overlays): Use with-current-buffer.
17081 (cl-expt): Remove.
17082 (copy-tree, remprop): Define unconditionally.
17083
17084 * emacs-lisp/cl-compat.el (keywordp): Remove.
17085
17086 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17087 to use keywordp.
17088 (edebug-spec): Enable keywordp.
17089
17090 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17091 string-lessp.
17092
17093 * cus-start.el: Use keywordp.
17094
17095 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17096
17097 * diary-lib.el (include-other-diary-files): Fix the fix of
17098 2000-02-18 by doing a save-excursion.
17099
17100 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17101
17102 * ps-print.el: Customization fix, doc fix.
17103 (ps-print-version): New version number (5.1.4).
17104 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17105 (ps-print-preprint): Adjust code.
17106 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17107 (ps-print-prologue-header, ps-print-control-characters)
17108 (ps-spool-config): Customization fix.
17109
17110 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17111
17112 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17113 converted to the new menu-item format, names silightly changed,
17114 help strings added.
17115
17116 Support for spelling without async subprocesses:
17117
17118 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17119 (ispell-session-buffer): New variables.
17120 (ispell-start-process, ispell-process-status,
17121 ispell-accept-output, ispell-send-string): New functions, for
17122 Ispell invocation when async subprocesses aren't supported.
17123 (ispell-word, ispell-pdict-save, ispell-command-loop,
17124 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17125 to process-send-string with calls to ispell-send-string, and
17126 accept-process-output with ispell-accept-output.
17127 (ispell-init-process): Call ispell-process-status instead of
17128 process-status with.
17129 (ispell-init-process): Call ispell-start-process. Call
17130 ispell-accept-output and ispell-send-string. Don't call
17131 process-kill-without-query and kill-process if they are unbound.
17132 (ispell-async-processp): New function.
17133
17134 2000-04-12 Dave Love <fx@gnu.org>
17135
17136 * info.el: Add debug-ignored-errors.
17137 (Info-mode-menu): Add some items.
17138 (Info-directory): Add autoload cookie.
17139
17140 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17141 Modify `truncate-lines'. Make `describe-language-environment'
17142 always visible and add help. Modify `describe-key' help. Invoke
17143 Info-directory from `info'. New entry `emacs-manual'.
17144
17145 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17146
17147 * progmodes/ebrowse.el (ebrowse-tree-mode):
17148 Use propertized-buffer-identification.
17149 (ebrowse-update-member-buffer-mode-line): Likewise.
17150 (ebrowse--mode-strings): Removed.
17151 (ebrowse--mode-line-props): Removed.
17152
17153 * files.el (auto-mode-alist): Add `EBROWSE'.
17154
17155 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17156 space before testing for end of buffer.
17157 (ebrowse-load): Removed.
17158 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17159 (ebrowse-create-tree-buffer): Rewritten.
17160 (ebrowse-tree-mode): Read tree from buffer.
17161
17162 * progmodes/ebrowse-ffh.el: Removed.
17163
17164 2000-04-10 Kenichi Handa <handa@etl.go.jp>
17165
17166 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17167
17168 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17169
17170 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17171 at the wrong place.
17172
17173 2000-04-09 Dave Love <fx@gnu.org>
17174
17175 * files.el (backup-enable-predicate):
17176 Use temporary-file-directory, small-temporary-file-directory.
17177 (make-backup-file-name-function, backup-directory-alist): New vars.
17178 (make-backup-file-name-1): New function.
17179 (make-backup-file-name): Use it.
17180 (find-backup-file-name): Likewise. Use format for clarity, not concat.
17181 (file-newest-backup): Use make-backup-file-name.
17182
17183 2000-04-09 Gerd Moellmann <gerd@gnu.org>
17184
17185 * progmodes/ebrowse-ffh.el: New file.
17186
17187 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17188 Moved to ebrowse-ffh.el.
17189 (ebrowse-load): Add autoload.
17190
17191 * finder.el (finder-commentary): Add autoload cookie.
17192
17193 * mail/rfc2368.el: Correct author's email address.
17194
17195 * progmodes/ebrowse.el: New file.
17196
17197 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17198 item help string.
17199 (easy-menu-do-add-item): Ditto.
17200 (easy-menu-define): Extend doc string.
17201
17202 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17203 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17204 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17205 with-buffer-unmodified.
17206
17207 2000-04-08 Dave Love <fx@gnu.org>
17208
17209 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17210 unless, when.
17211
17212 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17213
17214 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17215 (viper-flash-search-pattern): No operation when using Emacs
17216 doesn't support face.
17217 Use `viper-put-on-search-overlay'.
17218
17219 2000-04-04 Gerd Moellmann <gerd@gnu.org>
17220
17221 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17222 like C-r.
17223
17224 * progmodes/make-mode.el: Some doc fixes.
17225 (makefile-mode-abbrev-table): New variable.
17226 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17227 (makefile-font-lock-keywords): Fontify includes and conditionals.
17228 (toplevel): Require `dabbrev' and `add-log' when compiling.
17229
17230 * replace.el (perform-replace): Don't move forward one char
17231 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17232 to do that because it leaves point 1 position after the last
17233 replacement, after everything has been replaced.
17234
17235 * jit-lock.el (with-buffer-unmodified): New macro.
17236 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17237 modified state.
17238 (jit-lock-function-1): Extracted from jit-lock-function; not
17239 preserving buffer's modified state.
17240 (jit-lock-function, jit-lock-stealth-fontify):
17241 Call jit-lock-function-1.
17242
17243 * mail/rfc2368.el: Remove supernumerary copyright line.
17244
17245 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17246
17247 * glasses.el: Provide facilities for inserting space before left
17248 parentheses and uncapitalization of identifiers.
17249 (glasses-mode): Try to remove old overlays in all cases.
17250
17251 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17252
17253 * progmodes/compile.el (compile-internal): Display the compilation
17254 buffer in a different frame, if it's already displayed there.
17255
17256 * mail/rfc2368.el: New file.
17257
17258 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17259 header and insert its value as mail body.
17260
17261 * subr.el (member-ignore-case): New function.
17262
17263 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17264 (dabbrev--find-expansion): Ignore buffers matching a regexp
17265 from dabbrev-ignored-regexps.
17266
17267 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17268 to extensions handled by gzip.
17269
17270 2000-04-03 Richard M. Stallman <rms@gnu.org>
17271
17272 * files.el (insert-directory): List the total free space
17273 along with the used space.
17274
17275 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17276 line is followed by one that matches CITATION-REGEXP, end the
17277 paragraph.
17278
17279 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17280
17281 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17282 (rmail-make-basic-summary-line): Use that option.
17283
17284 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17285
17286 * international/mule-cmds.el (encoded-string-description):
17287 Rewritten. Try pretty description for ISO 2022 escape sequences
17288 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17289 for hexadecimal format.
17290
17291 2000-04-01 Dave Love <fx@gnu.org>
17292
17293 * cpp.el: Change customization group to `c' from `C'.
17294
17295 * vcursor.el (vcursor-move): Use display-color-p.
17296
17297 * international/mule-util.el: Provide mule-utils.
17298 (string-to-sequence): Simplify and speed up.
17299
17300 * international/mule.el (make-coding-system): Purecopy doc-string.
17301
17302 * international/mule-cmds.el: Various menu changes.
17303 (describe-specified-language-support): Handle `Default'.
17304 (set-language-info): Purecopy `info'.
17305
17306 2000-03-31 Andrew Innes <andrewi@gnu.org>
17307
17308 * vc.el (vc-backend-diff): Return the correct status if we had to
17309 retry the rcsdiff command without the --brief option.
17310
17311 2000-03-31 Dave Love <fx@gnu.org>
17312
17313 * help.el (help-manyarg-func-alist): Correct several omissions.
17314
17315 * add-log.el: Don't require cl, fortran.
17316 (add-log-current-defun-function): Doc fix.
17317 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17318 (change-log-version-rcs): Function deleted.
17319 (change-log-version-number-search): Doc fix.
17320 Use vc-workfile-version. Avoid CL dolist.
17321 (add-change-log-entry): Just call add-log-current-defun to get
17322 defun. Simplify somewhat.
17323 (change-log-get-method-definition-1): Likewise.
17324 (add-log-current-defun): Return nil if calling
17325 add-log-current-defun-function does so. Move Fortran stuff to
17326 fortran.el. Return string without properties.
17327
17328 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17329 and :alpha: char classes.
17330
17331 * mail/supercite.el: Defvar curline when compiling.
17332 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17333 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17334 rather than a-zA-Z0-9 to allow non-ASCII characters.
17335
17336 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17337
17338 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17339
17340 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17341 Re-enable new code.
17342
17343 * lpr.el (print-region-1): Use -d to specify printer name for
17344 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17345
17346 2000-03-31 Dave Love <fx@gnu.org>
17347
17348 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17349 Look for function definition in symbol's function value slot first
17350 instead of first consulting byte-compile-function-environment.
17351
17352 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17353
17354 * language/european.el ("Polish"): New language environment.
17355 (setup-polish-environment): New function.
17356
17357 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17358
17359 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17360 Disable new code.
17361
17362 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17363 trying to `load' the symbol of an autoload instead of the file
17364 recorded in the autoload. Fix error messages.
17365
17366 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17367
17368 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17369 (ps-print-version): New version number (5.1.3).
17370 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17371 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17372 (ps-generate-postscript-with-faces): Code fix.
17373 (ps-color-values): XEmacs compatibility.
17374 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17375 (ps-default-fg, ps-default-bg): Adjust customization.
17376 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17377 (ps-color-scale): Renaming old ps-color-value fun.
17378 (ps-print-headers): Replace ps-print-header group to avoid conflict
17379 with ps-print-header variable.
17380 (ps-print-miscellany): New group.
17381 (ps-format-color, ps-rgb-color): New funs.
17382 (ps-default-foreground): New var.
17383 (ps-printer-name-option): New const.
17384
17385 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17386
17387 * net/net-utils.el:
17388 (network-connection-host, network-connection-service): New variables
17389 (network-connection-mode): New mode, derived from comint-mode
17390 (network-connection-mode-setup): New function, saves host and
17391 service information in local variables.
17392
17393 * lisp/locate.el:
17394 (locate-word-at-point): Added this function
17395 (locate): Default to using locate-word-at-point as input
17396 Run dired-mode-hook
17397
17398 2000-03-29 Dave Love <fx@gnu.org>
17399
17400 * calendar/appt.el: Doc fixes.
17401 (appt-check): Convert min-to-app to a string before passing to
17402 appt-disp-window-function or concat.
17403 (appt-delete-window): Remove test for frame-root-window.
17404 (appt-select-lowest-window, appt-convert-time): Simplify.
17405
17406 * emacs-lisp/bytecomp.el: Doc fixes.
17407 (byte-compile-file-form-autoload):
17408 Update byte-compile-function-environment.
17409
17410 2000-03-29 Andreas Schwab <schwab@suse.de>
17411
17412 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17413
17414 * dired.el (dired-insert-directory): If dired-free-space-program
17415 failed just delete its output.
17416
17417 2000-03-29 Dave Love <fx@gnu.org>
17418
17419 * international/iso-cvt.el: Move provide to end. Doc fixes.
17420 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17421 (iso-iso2sgml, iso-sgml2iso): New functions.
17422 (iso-cvt-define-menu): Fix some entries and use backquote for
17423 clarity.
17424
17425 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17426
17427 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17428
17429 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17430 ISO-DATE. If non-nil, return date in ISO 8601 format.
17431
17432 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17433
17434 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17435 if it ever becomes used.
17436 (log-edit-mode-hook): Default to vc-log-mode-hook.
17437 (log-edit-mode): Fix the docstring.
17438
17439 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17440 the code.
17441
17442 2000-03-26 Dave Love <fx@gnu.org>
17443
17444 * net/browse-url.el (browse-url): Re-fix case of
17445 browse-url-browser-function being an alist.
17446 (browse-url): Add :link to defgroup.
17447
17448 * files.el: Doc fixes.
17449 (file-truename): Include `[' in wildcard characters.
17450 (automount-dir-prefix): Customize.
17451 (find-file-wildcards): Add :version.
17452 (find-file-noselect): Simplify a mapcar call.
17453
17454 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17455 compatible with inf-lisp version.
17456 (eval-defun-1): Fix custom-declare-variable case.
17457
17458 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17459
17460 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17461
17462 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17463
17464 * Makefile (COMPILE_FIRST): New macro.
17465 (compile-files): Compile files from COMPILE_FIRST first.
17466
17467 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17468
17469 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17470 matching open parenthesis in column 0 to defun-prompt-regexp
17471 only if open-paren-in-column-0-is-defun-start is set.
17472
17473 * sun-curs.el: Require CL at compile-time only.
17474
17475 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17476 instead of copy-list which is a function from CL.
17477 (msb--choose-menu, msb--mode-menu-cond)
17478 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17479 (msb--init-file-alist): Use mapcar instead of mapcan.
17480 (msb--aggregate-alist): Use mapcar instead of mapcan.
17481 Fix `(' in column 0 in doc string.
17482 (msb--add-separators): Use mapcar instead of mapcan.
17483
17484 * cus-dep.el: Require CL at compile-time only.
17485
17486 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17487
17488 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17489 (byte-compile-warnings): New warning `noruntime'.
17490 (byte-compile-constants, byte-compile-variables): Fix docstring.
17491 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17492 execute `eval-whenc-compile's body.
17493 (byte-compile-unresolved-functions): Fix docstring.
17494 (byte-compile-eval): New function.
17495 (byte-compile-callargs-warn): Check if the function will be available
17496 at runtime (via property `byte-compile-noruntime').
17497 (byte-compile-print-syms): New function.
17498 (byte-compile-warn-about-unresolved-functions): Also warn about
17499 `noruntime' functions (and use `byte-compile-print-syms').
17500 (byte-compile-file): Capitalize the message.
17501
17502 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17503
17504 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17505 (rmail-expunge): Ask for confirmation depending on the setting
17506 of rmail-confirm-expunge.
17507
17508 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17509
17510 * Makefile (bootstrap-clean): If $(emacs) exists, build
17511 loaddefs.el first. A loaddefs.el that's not up-to-date might
17512 cause a bootstrap failure because things don't autoload as expected.
17513
17514 2000-03-23 Dave Love <fx@gnu.org>
17515
17516 * net/browse-url.el: Restore previous use of
17517 browse-url-maybe-new-window.
17518
17519 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17520
17521 * ps-print.el: Skip banner page fix.
17522 (ps-print-version): New version number (5.1.2).
17523 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17524
17525 2000-03-23 Dave Pearson <davep@davep.org>
17526
17527 * net/quickurl.el Changed the type of parameter passed to the
17528 function defined by `quickurl-format-function'. Before only the
17529 text of the URL was passed. Now the whole URL structure is passed
17530 and the function is responsible for extracting the parts it requires.
17531 Changed the default of `quickurl-format-function' accordingly.
17532 (quickurl-insert): Changed the `funcall' of
17533 `quickurl-format-function' to match the above change.
17534 (quickurl-list-insert): Changed the `url' case so that it makes
17535 use of `quickurl-format-function', previous to this the format was
17536 hard wired.
17537
17538 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17539
17540 * startup.el: Change some spellings for the X Window System.
17541
17542 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17543
17544 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17545 Clean up the code and the regexp and make sure the cursor is
17546 temporarily moved to the suspicious line while querying the user.
17547
17548 2000-03-22 Jason Rumney <jasonr@gnu.org>
17549
17550 * w32-fns.el (w32-charset-info-alist): Initialize.
17551
17552 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17553
17554 * ps-print.el: N-up last page fix.
17555 (ps-print-version): New version number (5.1.1).
17556 (ps-end-file, ps-end-job, ps-generate): Code fix.
17557
17558 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17559
17560 * files.el (find-file-run-dired): Update docstring.
17561 (find-directory-functions): New hook.
17562 (find-file-noselect): Run find-directory-functions rather than
17563 calling dired directly.
17564
17565 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17566
17567 * pcvs.el: Add a minimal leading commentary.
17568 (cvs-make-cvs-buffer): Change the header part by removing the startup
17569 message and adding a `Module' entry. Also replace the FOOTER and
17570 HEADER special fileinfos with the new support in ewoc for updating
17571 its own footer and header.
17572 (cvs-update-header): Update to use the header/footer of the ewoc.
17573 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17574 (cvs-is-within-p): New function.
17575 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17576 to only examine some subset of the buffers.
17577
17578 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17579 `format' instead of our own ad-hoc functions.
17580 Remove HEADER and FOOTER cases, now handled in the EWOC.
17581 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17582
17583 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17584 output to avoid scaring the user.
17585 (cvs-parse-table): Catch message for non-up-to-date commits.
17586
17587 * pcvs-defs.el (cvs-startup-message): Remove.
17588 (cvs-global-menu): New autoloaded menu.
17589
17590 * pcvs-util.el (cvs-string-fill): Remove.
17591
17592 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17593 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17594 PP part of it and also make it work for footers and headers.
17595 (ewoc-create): Drop POS and BUFFER arguments.
17596 Use the DLL's dummy node to store the end-of-footer position.
17597 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17598 (ewoc-refresh): Remove unused `header' variable.
17599 (ewoc-(get|set)-hf): New functions.
17600
17601 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17602 log-view-*-(message|file) and use easy-mmode-define-navigation.
17603 (log-view-message-re): Match SCCS format as well.
17604 And match the revision line rather than the dashed separator line.
17605 (log-view-mode): Use the new define-derived-mode.
17606 (log-view-current-tag): Fill in with an actual implementation.
17607
17608 * cvs-status.el (cvs-status-(prev|next)): Rename from
17609 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17610 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17611 to let the output "breathe" a little more (more readable).
17612 (cvs-status-mode): Use the new define-derived-mode.
17613
17614 * smerge-mode.el (smerge-auto-leave): New function and variable.
17615 (smerge-basic-map): Rename from smerge-basic-keymap.
17616 Change the bindings for smerge-diff-*.
17617 (smerge-*-map): Use easy-mmode-defmap.
17618 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17619 (smerge-keep-*): Use smerge-auto-leave.
17620
17621 2000-03-21 Jason Rumney <jasonr@gnu.org>
17622
17623 * cus-edit.el (custom-button-face): Use 3D look for w32.
17624 (custom-button-pressed-face): Likewise.
17625
17626 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17627
17628 * progmodes/etags.el (tags-case-fold-search): New user-option.
17629 (tags-loop-eval): New function. Bind case-fold-search around eval
17630 depending on the value of tags-case-fold-search.
17631 (tags-loop-continue): Use tags-loop-eval.
17632 (find-tag-in-order): Bind case-fold-search depending on the value
17633 of tags-case-fold-search.
17634
17635 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17636
17637 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17638 (diff-end-of-hunk): Return the end position for use in
17639 `easy-mmode-define-navigation'.
17640 (diff-recenter): Remove.
17641 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17642 of `easy-mmode-define-navigation'.
17643 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17644 previous renaming) and fix to use new names.
17645 (diff-merge-strings): Use \n as separator: simpler, faster.
17646 (diff-mode): Use `define-derived-mode'.
17647
17648 * derived.el (define-derived-mode): Don't autoload anymore.
17649 Prefer the macro-only version provided by easy-mmode.el.
17650
17651 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17652 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17653 (easy-mmode-define-navigation): New macro.
17654
17655 * subr.el (combine-run-hooks): New function.
17656
17657 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17658
17659 * term/x-win.el: Fontsets related initialization is simplified.
17660
17661 * international/mule-diag.el (describe-font): Don't refer to
17662 global-fontset-alist, instead call font-list.
17663 (describe-fontset, list-fontsets, mule-diag): Likewise.
17664 (print-fontset): Adjusted for the change of fontset implementation.
17665
17666 * international/fontset.el (x-charset-registries): Variable removed,
17667 instead the corresponding data is stored in the default fontset.
17668 (register-alternate-fontnames): Function removed.
17669 (resolved-ascii-font): Variable removed.
17670 (x-compose-font-name): Ignore the second argument REDOCE.
17671 (x-complement-fontset-spec): Complement only an ASCII font and
17672 element for those charsets than can use that ASCII font.
17673 (generate-fontset-menu): Don't refer to global-fontset-alist,
17674 instead call fontset-list.
17675 (uninstantiated-fontset-alist): Variable removed.
17676 (x-style-funcs-alist): Likewise.
17677 (fontset-default-styles): Likewise.
17678 (x-modify-font-name): Function removed.
17679 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17680 (create-fontset-from-ascii-font): Docsting adjusted for the above
17681 change.
17682 (instantiate-fontset, resolve-fontset-name): Functions removed.
17683 (fontset-list): Now implemented by C code.
17684
17685 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17686 (describe-face): Include `font' attribute in the description.
17687
17688 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17689
17690 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17691
17692 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17693
17694 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17695 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17696 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17697
17698 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17699 about behavior of set-buffer-modified-p wrt redisplay.
17700
17701 2000-03-19 Richard M. Stallman <rms@gnu.org>
17702
17703 * view.el (view-mode-disable): Kill local binding of view-read-only.
17704
17705 2000-03-18 Gerd Moellmann <gerd@gnu.org>
17706
17707 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17708 is a string, convert it to a syntax cell using string-to-syntax.
17709
17710 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17711 (string-to-syntax): New function.
17712
17713 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17714 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17715 try to use passive ftp mode.
17716
17717 2000-03-17 Gerd Moellmann <gerd@gnu.org>
17718
17719 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17720
17721 * simple.el (append-to-buffer): Update point of windows after
17722 insertion.
17723
17724 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17725 forward then moving backward. Reindent.
17726
17727 * frame.el (other-frame): Call x-focus-frame only if
17728 focus-follows-mouse is off.
17729
17730 2000-03-17 Dave Love <fx@gnu.org>
17731
17732 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17733
17734 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17735
17736 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17737 regexp for labels cannot span several lines.
17738
17739 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17740 `(setq :<key> ':<key>)' to the macro expansion.
17741
17742 2000-03-16 Dave Love <fx@gnu.org>
17743
17744 * progmodes/f90.el (f90): Put custom group under `languages', not
17745 `fortran'.
17746 (f90-mode-hook): Customize.
17747 (f90-mode): Set add-log-current-defun-function.
17748 (f90-current-defun): New function.
17749
17750 2000-03-16 Gerd Moellmann <gerd@gnu.org>
17751
17752 * cus-edit.el (custom-variable-tag-face): Handle case that
17753 default face's height is not a number.
17754 (custom-face-tag-face, custom-group-tag-face-1)
17755 (custom-group-tag-face): Ditto.
17756 (custom-group-tag-face-1): Add :group.
17757
17758 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17759
17760 2000-03-15 Gerd Moellmann <gerd@gnu.org>
17761
17762 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17763 requiring easymenu.
17764
17765 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17766
17767 * ps-print.el: PostScript user-defined prologue, PostScript error
17768 handler, doc fix.
17769 (ps-print-version): New version number (5.1).
17770 (ps-user-defined-prologue, ps-error-handler-message)
17771 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17772 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17773 (ps-insert-string): New function.
17774
17775 2000-03-15 Kenichi Handa <handa@etl.go.jp>
17776
17777 * international/ccl.el (ccl-compile-expression): Don't generate
17778 invalid self-assignment code.
17779
17780 2000-03-14 Dave Love <fx@gnu.org>
17781
17782 * subr.el (replace-regexp-in-string): Renamed from
17783 replace-regexps-in-string. Doc fix.
17784
17785 2000-03-12 Dave Love <fx@gnu.org>
17786
17787 * cus-edit.el: Doc fixes.
17788 (customize-set-variable, customize-save-variable): Rename args for doc.
17789 (custom-variable-tag-face, custom-face-tag-face)
17790 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17791 style which user identify as hyperlink.
17792 (hook): Don't add undefined functions to the hook.
17793 (debug-ignored-errors): Transfer message from bindings.el.
17794
17795 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17796
17797 * recentf.el (recentf-keep-non-readable-files-p):
17798 Remove double/nested definition.
17799
17800 2000-03-12 Dave Love <fx@gnu.org>
17801
17802 * facemenu.el (facemenu-get-face): Use display-color-p.
17803 * enriched.el (enriched-decode-foreground): Likewise.
17804 (enriched-decode-background): Likewise.
17805 * isearch.el (isearch-highlight): Likewise.
17806 * info-look.el (info-lookup): Likewise.
17807 * simple.el (completion-setup-function): Likewise.
17808
17809 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17810 :options.
17811
17812 * bindings.el (mode-line-format): Fix line-number and
17813 column-number items. Add help-echo for the background.
17814 (mode-line-mule-info): Modify help-echo.
17815
17816 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17817
17818 * files.el (load-file): Allow completion to .elc.
17819
17820 * man.el: Doc fixes.
17821 (Man-init-defvars): Use display-color-p to set fontification.
17822
17823 * play/hanoi.el (hanoi-internal): Don't use oddp.
17824
17825 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17826
17827 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17828
17829 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17830
17831 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17832
17833 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17834 Fix comment.
17835
17836 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17837
17838 * font-lock.el (font-lock-keywords): Fix the doc now that
17839 regexp-opt-depth is unnecessary.
17840 (save-buffer-state): Set an edebug spec.
17841 (font-lock-fontify-anchored-keywords): Properly handle the case when
17842 the matcher goes past the limit.
17843
17844 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17845 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17846
17847 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17848 dll.el and cookie.el (from Elib) with heavy renaming and other
17849 massaging.
17850
17851 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17852 Autoload the functions used.
17853 (easy-mmode-define-syntax): Fix CL typo.
17854 (easy-mmode-define-derived-mode): Improve the docstring generation.
17855
17856 2000-03-10 Gerd Moellmann <gerd@gnu.org>
17857
17858 * textmodes/texinfo.el (texinfo-version): Variable and function
17859 removed.
17860
17861 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17862
17863 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17864 allow more flexibility.
17865 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17866 (easy-mmode-defmap, easy-mmode-defsyntax)
17867 (easy-mmode-define-derived-mode): New macros.
17868
17869 2000-03-09 Didier Verna <didier@xemacs.org>
17870
17871 * rect.el (replace-rectangle): New function.
17872
17873 2000-03-09 Dave Love <fx@gnu.org>
17874
17875 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17876 (fortran-comment-line-start-skip): Don't match cpp stuff.
17877 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17878 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17879 (fortran-mode): Don't set fortran-comment-line-start-skip,
17880 fortran-comment-line-start here. Set comment-start,
17881 add-log-current-defun.
17882 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17883 (fortran-current-defun): New function.
17884
17885 2000-03-09 Gerd Moellmann <gerd@gnu.org>
17886
17887 * emacs-lisp/re-builder.el: New file.
17888
17889 * mouse.el (mouse-drag-region): Don't run up-event handler
17890 if hscroll has changed.
17891
17892 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17893 builtin operators, use `font-lock-builtin-face' for Emacs and
17894 `font-lock-preprocessor-face' otherwise.
17895
17896 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17897 `(defun (setf foo)' differently.
17898
17899 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17900
17901 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17902 (regexp-opt): Update comment and adapt the code the new meaning of
17903 the `paren' argument of regex-opt-group for shy-groups.
17904 (regexp-opt-depth): Handle shy groups as well as backslashed
17905 backslashes.
17906 (regexp-opt-group): Turn the leading comment into a docstring.
17907 Allow `paren' to be a string (the string to use to open a group).
17908 Remove open-presuf and close-presuf. Instead of checking for `all
17909 one-char' and then later on check for `several one-char', handle
17910 both cases close together. Also apply a more generic algorithm
17911 for suffixes (the mirror image of the algorithm used for
17912 prefixes). Use shy-groups. Use nreverse rather than reverse.
17913 (regexp-opt-try-suffix): Removed.
17914
17915 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17916 from comint-mode-map, so we can just inherit from it. Also, move
17917 the initialization into the `defvar' since there's no docstring
17918 anyway and it's fairly short.
17919 (inferior-scheme-mode): Define it as derived-mode: the code is
17920 shorter and this way we inherit from comint-mode-map rather than
17921 copying it.
17922
17923 * subr.el (replace-regexps-in-string): Properly handle the case
17924 where we match an empty string.
17925
17926 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17927 when the command has a directory component (such as "./testml").
17928 Also fix a typo in the comment.
17929
17930 2000-03-08 Gerd Moellmann <gerd@gnu.org>
17931
17932 * Makefile (compile-files): Compile files one by one because
17933 that's the only way to ensure a clean compilation environment for
17934 each individual file.
17935
17936 * frame.el (other-frame): Call x-focus-frame.
17937
17938 2000-03-07 Dave Love <fx@gnu.org>
17939
17940 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17941 :require to defcustom.
17942
17943 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17944
17945 * files.el (auto-mode-alist): Add configure.in.
17946
17947 * progmodes/autoconf.el: New file.
17948
17949 2000-03-07 Gerd Moellmann <gerd@gnu.org>
17950
17951 * mail/mh-e.el: Change maintainer to `none'.
17952
17953 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17954 to remove-hook and add-hook.
17955
17956 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17957
17958 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17959 it as the default.
17960 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17961 (sendmail-send-it): Conditionally add MIME headers specifying the
17962 used character set.
17963
17964 2000-03-07 Dave Love <fx@gnu.org>
17965
17966 * winner.el: Fix keywords, autoload cookies.
17967 Split eval-when-compile form to avoid compilation failure.
17968
17969 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17970
17971 * international/mule.el: Modify comment about coding system
17972 property `coding-category'.
17973 (make-coding-system): New argument EOL-TYPE. Pay attention to
17974 coding-category property of PROPERTIES.
17975
17976 * international/mule-conf.el (coding-category-utf-8)
17977 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17978 categories. Include them in the argument for set-coding-priority.
17979
17980 * international/mule-cmds.el (reset-language-environment):
17981 Include coding-category-utf-8, coding-category-utf-16-be, and
17982 coding-category-utf-16-le in the argument for set-coding-priority.
17983 (reset-language-environment): Initialize coding-category-utf-8,
17984 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17985
17986 2000-03-06 Karl Fogel <kfogel@red-bean.com>
17987
17988 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17989 code abstracted out of `bookmark-jump-noselect'. Now tries info
17990 extensions as well as compression extensions.
17991 (bookmark-jump-noselect): Use above new func.
17992
17993 2000-03-03 Gerd Moellmann <gerd@gnu.org>
17994
17995 * strokes.el: Change maintainer's mail address.
17996
17997 2000-03-03 Kenichi Handa <handa@etl.go.jp>
17998
17999 * international/mule-diag.el (list-character-sets): Make help-echo
18000 string by substitute-command-keys.
18001 (list-character-sets): Likewise.
18002 (sort-listed-character-sets): Call help-setup-xref.
18003
18004 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18005
18006 * time.el (display-time-mail-file): Add `none' to the list of choices.
18007
18008 2000-03-01 Dave Love <fx@gnu.org>
18009
18010 * help.el (help-xref-go-back): Don't try to set position.
18011
18012 * international/mule-diag.el (list-character-sets):
18013 Call help-setup-xref. Add help-echo to xrefs.
18014 (list-character-sets-1): Add help-echo to xrefs.
18015
18016 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18017
18018 * frame.el (blink-cursor-mode): Switch cursor on when turning
18019 the mode off.
18020
18021 * add-log.el (add-log-current-defun): Add support for
18022 Autoconf mode.
18023
18024 * mail/rmail.el (rmail-quit-hook): New variable.
18025
18026 2000-03-01 Dave Love <fx@gnu.org>
18027
18028 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18029
18030 * help.el (help-xref-button): Add help-echo arg.
18031 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18032
18033 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18034
18035 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18036
18037 2000-03-01 Gerd Moellmann <gerd@gnu.org>
18038
18039 * image.el (defimage): Look for image files in load-path.
18040
18041 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18042
18043 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18044
18045 * recentf.el (recentf): Added version tag to the defgroup of recentf.
18046
18047 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18048
18049 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18050 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18051 action to select/unselect a file.
18052 (recentf-edit-list): Code cleanup and improvement.
18053 (recentf-open-more-files-action): `recentf-open-more-files' button
18054 widget action to open a file.
18055 (recentf-open-more-files): No more use standard completion but widgets.
18056 (recentf-more-collection): Deleted.
18057 (recentf-more-history): Deleted.
18058 (recentf-setup-more-completion): Deleted.
18059
18060 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18061
18062 * recentf.el (recentf-mode): No more needs that Emacs is running
18063 under a window-system.
18064
18065 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18066
18067 * recentf.el (recentf-edit-list): New command to edit the recent
18068 list which allow the user to remove files.
18069 (recentf-edit-selected-items): New global variable, used by
18070 `recentf-edit-list' to hold the list of files to be removed from
18071 the recent list.
18072 (recentf-make-menu-items): Updated to display a "Edit list..."
18073 menu item. Minor code cleanup.
18074
18075 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18076
18077 * recentf.el (recentf-open-more-files): New command to open files
18078 that are not displayed in the menu.
18079 (recentf-more-collection): New global variable holding the set of
18080 permissible completions used by `recentf-open-more-files'.
18081 (recentf-more-history): New global variable holding the history list
18082 used by `recentf-open-more-files' completion.
18083 (recentf-setup-more-completion): New function to setup completion for
18084 `recentf-open-more-files'.
18085 (recentf-make-menu-items): Updated to display a "More..." menu item.
18086
18087 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18088
18089 * recentf.el (recentf-menu-action): Doc fixed.
18090
18091 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18092
18093 * recentf.el (recentf-menu-filter): Doc updated.
18094 (recentf-update-menu-hook): Allow menu filters to force menu update.
18095 (recentf-make-menu-items): New menu filter handling.
18096 (recentf-make-menu-item): New helper function.
18097 (recentf-menu-elements): New menu handling function.
18098 (recentf-sort-ascending): Updated to new menu filter handling.
18099 (recentf-sort-descending): Updated to new menu filter handling.
18100 (recentf-sort-basenames-ascending): New menu filter function.
18101 (recentf-sort-basenames-descending): New menu filter function.
18102 (recentf-show-basenames): New menu filter function.
18103 (recentf-show-basenames-ascending): New menu filter function.
18104 (recentf-show-basenames-descending): New menu filter function.
18105
18106 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18107
18108 * diary-lib.el (list-diary-entries): Don't try to go forward at
18109 the end of the buffer.
18110
18111 2000-02-29 Kenichi Handa <handa@etl.go.jp>
18112
18113 * international/mule-diag.el (list-character-sets):
18114 Completely rewritten.
18115 (sort-listed-character-sets): New function.
18116 (list-character-sets-1): Completely rewritten.
18117 (list-character-sets-2): New function.
18118 (non-iso-charset-alist): New variable.
18119 (decode-codepage-char): New function.
18120 (charset-history): New variable.
18121 (read-charset) (list-block-of-chars)
18122 (list-iso-charset-chars)
18123 (list-non-iso-charset-chars)
18124 (list-charset-chars): New functions.
18125 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18126 (dump-charsets): Likewise.
18127
18128 2000-02-29 Gerd Moellmann <gerd@gnu.org>
18129
18130 * dired-x.el (dired-filename-at-point): Add `@' to valid
18131 file name characters.
18132 (dired-filename-at-point): Handle ange-ftp file names.
18133
18134 * frame.el (frame-notice-user-settings): Use assq-delete-all
18135 instead of assoc-delete-all.
18136 (frame-notice-user-settings): Ditto.
18137
18138 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18139 Don't copy alist.
18140
18141 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18142
18143 * calculator.el (calculator-use-menu): New option.
18144 (calculator-initial-bindings): Changed some bindings to work as macros.
18145 (calculator-forced-input): Removed.
18146 (calculator-restart-other-mode): New variable.
18147 (calculator-mode-map): Set up menu.
18148
18149 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18150
18151 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18152
18153 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18154
18155 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18156 translate all ESC key sequences.
18157 (viper-goto-mark-subr): Restore markers for files for which
18158 they were saved.
18159 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18160 * viper-util.el (viper-set-replace-overlay-glyphs)
18161 (viper-set-replace-overlay): Always check if the replacement
18162 overlay is live.
18163 * viper.el (viper-vi-state-mode-list): Add major modes.
18164 * ediff-wind.el: Minor comment changes.
18165 * ediff.el: Copyright notice date fix.
18166
18167 2000-02-27 Jason Rumney <jasonr@gnu.org>
18168
18169 * faces.el (face-font-family-alternatives): Add arial to helv.
18170 (mode-line, header-line, tool-bar): Same default as x for w32.
18171 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18172 face-font-family-alternatives from working.
18173 * term/w32-win.el (mouse-set-font): Do not build fontset from
18174 chosen font.
18175
18176 2000-02-25 Sam Steingold <sds@goems.com>
18177
18178 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18179 properly.
18180
18181 2000-02-25 Richard M. Stallman <rms@gnu.org>
18182
18183 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18184
18185 2000-02-25 Gerd Moellmann <gerd@gnu.org>
18186
18187 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18188
18189 * frame.el (busy-cursor-delay-seconds): New option.
18190
18191 2000-02-24 Gerd Moellmann <gerd@gnu.org>
18192
18193 * frame.el (show-cursor-in-non-selected-windows): New option.
18194
18195 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18196
18197 * diary-lib.el (include-other-diary-files): Undo the selective
18198 display in any included file and don't kill it.
18199
18200 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18201
18202 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18203 Menu items converted to (menu-item format, help strings added.
18204 [downcase, upcase]: Don't enable on MS-DOS.
18205 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18206 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18207
18208 2000-02-23 Dave Love <fx@gnu.org>
18209
18210 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18211 (backward-kill-word): Revert addition of * to interactive spec --
18212 it's a feature.
18213
18214 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18215 (backward-kill-sentence, kill-sentence): Likewise.
18216
18217 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18218 scratch buffer name.
18219 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
18220
18221 * term/w32-win.el (internal-face-interactive): Update prompt for
18222 new read-face-name.
18223
18224 * mail/footnote.el (footnote): Add :version to defgroup.
18225 (footnote-section-tag-regexp): Customize.
18226 (footnote-start-tag, footnote-end-tag): New option.
18227 (footnote-latin-regexp): New variable.
18228 (Footnote-latin): New function.
18229 (footnote-style-alist): Add element for latin style.
18230 (footnote-style): Moved.
18231 (Footnote-goto-footnote): Use eq to test arg.
18232
18233 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18234
18235 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18236 (byte-compile-trueconstp): Include keywords.
18237 (byte-optimize-quote, byte-optimize-lapcode):
18238 Use byte-compile-const-symbol-p.
18239 (byte-optimize-char-before): New optimization.
18240
18241 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18242 (byte-compile-const-symbol-p): New function.
18243 (byte-compile-constp, byte-compile-out-toplevel)
18244 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18245 Use it.
18246
18247 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18248
18249 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18250
18251 * international/encoded-kb.el: Be sure to update minor-mode-alist
18252 and minor-mode-map-alist.
18253 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18254 codes SS2 and SS3 correctly.
18255 (encoded-kbd-self-insert-ccl): New function.
18256 (encoded-kbd-setup-keymap): New function.
18257 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18258 by calling encoded-kbd-setup-keymap.
18259
18260 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18261 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18262
18263 2000-02-22 Dave Love <fx@gnu.org>
18264
18265 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18266 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18267 (lisp-mode-syntax-table): Set up for #|...|# comments.
18268 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18269 classes. Match `defface'.
18270 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18271 (eval-defun-1): Fix for defcustom.
18272 (lisp-indent-region): Doc fix.
18273
18274 * subr.el (when, unless, split-string): Doc fix.
18275 (read-passwd): Move call of clear-this-command-keys to the right place.
18276 (replace-regexps-in-string): New function.
18277
18278 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18279
18280 * help.el (describe-variable): Set syntax table to
18281 emacs-lisp-mode-syntax-table when moving forward over the
18282 symbol's name.
18283
18284 2000-02-22 Dave Love <fx@gnu.org>
18285
18286 * xt-mouse.el: Doc fixes.
18287 (xterm-mouse-position-function): New function, replacing advice of
18288 mouse-position.
18289 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18290
18291 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18292
18293 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18294
18295 * format.el (format-annotate-single-property-change):
18296 Handle properties.with dotted-list values.
18297 (format-proper-list-p): New function.
18298
18299 * enriched.el (enriched-face-ans): Handle '(foreground-color
18300 . COLOR) and (background-color . COLOR).
18301
18302 2000-02-20 Dave Love <fx@gnu.org>
18303
18304 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18305 and assignments to it.
18306 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18307 current local map.
18308 (make-flyspell-overlay): Use it.
18309 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18310
18311 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18312 (lm-get-header-re): Defun, not defsubst.
18313 (lm-get-package-name): Defun, not defsubst. Simplify.
18314 (lm-version): Doc fix. Simplify.
18315 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18316 (lm-crack-address, lm-last-modified-date, lm-commentary)
18317 (lm-verify, lm-synopsis): Simplify.
18318 (lm-report-bug): Require emacsbug. Use compose-mail.
18319
18320 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18321
18322 * dired.el (dired-mode): Call propertized-buffer-identification
18323 to set mode-line-buffer-identification to something having
18324 the right text properties.
18325
18326 * bindings.el (propertized-buffer-identification): New function.
18327
18328 2000-02-20 Dave Love <fx@gnu.org>
18329
18330 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18331 check for t-mouse too.
18332
18333 * cus-start.el: Make echo-keystrokes `number'.
18334
18335 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18336
18337 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18338 Don't call ring-empty-p unless tags-location-ring is bound.
18339 From Noah Friedman <friedman@splode.com>.
18340
18341 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18342
18343 * progmodes/hideshow.el (hs-flag-region): No longer use
18344 `intangible' overlay property.
18345
18346 (hs-toggle-hiding): New command.
18347 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18348
18349 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18350 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18351 and deactivation.
18352
18353 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18354
18355 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18356
18357 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18358
18359 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18360
18361 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18362 of `*' to handle `(* ... *)' comments.
18363
18364 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18365
18366 * faces.el (list-faces-display): Use display-mouse-p instead of
18367 window-system.
18368
18369 * menu-bar.el (global-map): Menu-bar items converted to the new
18370 format (menu-item..., rearranged for better CUA compliance, and
18371 their names changed for better clarity. Help strings added.
18372
18373 * international/mule-cmds.el (mule-menu-keymap)
18374 (describe-language-environment-map, set-coding-system-map)
18375 (setup-language-environment-map): Convert to new (menu-item...
18376 form, add help strings. Change names of menu items for better clarity.
18377 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18378
18379 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18380
18381 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18382 within the code.
18383
18384 2000-02-16 Dave Love <fx@gnu.org>
18385
18386 * faces.el: Don't require custom. Add more specific :groups to
18387 various deffaces.
18388 (set-face-attribute): Purecopy args.
18389 (read-face-name): Default to name at point and use it in prompt.
18390 Remove colon from arg in all callers.
18391 (list-faces-display): Hyperlink to face descriptions and customize
18392 buffers.
18393
18394 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18395
18396 * wid-edit.el (widget-match-inline): An atom never matches a list.
18397
18398 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18399
18400 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18401 at ':' characters by call to split-string.
18402
18403 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18404
18405 * textmodes/bibtex.el: Added RCS version identification.
18406
18407 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18408
18409 * textmodes/bibtex.el: Some temporary comments removed.
18410 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18411 (bibtex-field-const): Allow capital letters.
18412 (bibtex-start-of-string): Deleted because unused.
18413
18414 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18415 use the term 'reference' to describe a bibtex entry as a whole.
18416 Further, reference keys are no longer called 'labels'.
18417 (bibtex-keys): Renamed to bibtex-reference-keys.
18418 (bibtex-reformat-previous-labels): Renamed to
18419 bibtex-reformat-previous-reference-keys.
18420 (bibtex-reference-type): Renamed to bibtex-entry-type.
18421 (bibtex-reference-head): Renamed to bibtex-entry-head.
18422 (bibtex-reference-maybe-empty-head): Renamed to
18423 bibtex-entry-maybe-empty-head.
18424 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18425 (bibtex-search-reference): Renamed to bibtex-search-entry.
18426 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18427 bibtex-enclosing-entry-maybe-empty-head.
18428 (bibtex-entry-field-alist, bibtex-entry-head)
18429 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18430 (bibtex-map-entries, bibtex-search-entry)
18431 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18432 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18433 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18434 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18435 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18436 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18437 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18438
18439 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18440
18441 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18442 comment.
18443 (bibtex-format-field-delimiters): New function, functionality
18444 extracted from bibtex-format-entry.
18445 (bibtex-autokey-get-yearfield-digits): New function, functionality
18446 extracted from bibtex-autokey-get-yearfield.
18447
18448 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18449 entries in order to avoid stack overflow in the regexp matcher if
18450 field contents become large.
18451 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18452 (bibtex-field-string-part-not-braced)
18453 (bibtex-field-string-part-no-inner-braces)
18454 (bibtex-field-string-part-1-inner-brace)
18455 (bibtex-field-string-part-2-inner-braces)
18456 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18457 (bibtex-field-string-quoted, bibtex-field-string)
18458 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18459 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18460 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18461 Deleted as parsing is now performed by the following functions.
18462 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18463 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18464 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18465 (bibtex-parse-association, bibtex-field-name-for-parsing)
18466 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18467 (bibtex-search-forward-field, bibtex-search-backward-field)
18468 (bibtex-start-of-field, bibtex-end-of-field)
18469 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18470 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18471 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18472 (bibtex-parse-string, bibtex-search-forward-string)
18473 (bibtex-search-backward-string, bibtex-start-of-string)
18474 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18475 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18476 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18477 entries. Instead of reporting the results of the parsing by
18478 match-beginning or match-end, these functions return data structures
18479 that hold the corresponding positions.
18480 (bibtex-enclosing-field): Changed to also report field boundaries by
18481 return values rather than by match-beginning or match-end.
18482 The following functions have been adapted to use the new
18483 parsing functions.
18484 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18485 (bibtex-enclosing-field, bibtex-format-entry)
18486 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18487 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18488 (bibtex-print-help-message, bibtex-end-of-entry)
18489 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18490 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18491 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18492 Use the new method for parsing.
18493 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18494 (bibtex-map-entries, bibtex-flash-head)
18495 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18496 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18497 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18498 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18499 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18500 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18501 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18502 order to make the new binding of case-fold-search immediately visible.
18503
18504 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18505
18506 * textmodes/bibtex.el: Copyright notice is up to date.
18507 Added constant 'bibtex-maintainer-salutation.
18508
18509 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18510 than make-temp-name, use match-string-no-properties and eliminate
18511 a quadratic behavior when building bibtex-strings.
18512
18513 * bibtex.el (bibtex-reference-key): Accept string entries whose
18514 reference key contains upper case letters.
18515
18516 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18517
18518 * bibtex.el (bibtex-reference-head): Allow entries to start with
18519 a new line.
18520
18521 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18522
18523 * bibtex.el: Hiding of entry bodies is not longer provided by
18524 bibtex.el directly. Instead the hideshow package can be used.
18525 Added a special bibtex entry to hs-special-modes-alist.
18526 (bibtex-hs-forward-sexp): Added for hideshow.el.
18527
18528 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18529
18530 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18531 proceedings entry type (for cross referencing). Thanks to Wagner
18532 Toledo Correa for the suggestion.
18533
18534 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18535
18536 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18537
18538 * international/characters.el: Setup case table for Vietnamese.
18539
18540 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18541
18542 * uniquify.el (toplevel): Require CL at compile time.
18543 (uniquify-push): Removed.
18544
18545 * shadowfile.el (shadow-when): Removed.
18546
18547 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18548 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18549
18550 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18551 regexp for paragraph-start.
18552
18553 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18554 commas as well.
18555
18556 2000-02-10 Dave Love <fx@gnu.org>
18557
18558 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18559 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18560 Deleted.
18561 (widget-specify-field, widget-specify-button): Don't use
18562 widget-mouse-help as help-echo property.
18563 (default): Use #'ignore for :validate and :mouse-down-action.
18564 (checkbox): Add help-echo.
18565 (widget-sexp-validate): Rewritten to clarify error messages.
18566 (character): Use char-valid-p in :match function.
18567 (widget-color-complete): Use facemenu-color-alist.
18568 (widget-color-action): Use facemenu-read-color.
18569
18570 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18571 set up `caar' &c that we now have.
18572
18573 2000-02-09 Ray Blaak <blaak@gnu.org>
18574
18575 * delphi.el: Make resourcestring a declaration region, like const
18576 and var.
18577
18578 2000-02-09 Dave Love <fx@gnu.org>
18579
18580 * bindings.el (mode-line-input-method-map): New variable.
18581 (mode-line-mule-info): Use it; fix last change.
18582 (mode-line-mode-menu): Move definition.
18583 (mode-line-mouse-sensitive-p): Deleted.
18584 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18585 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18586
18587 * startup.el (command-line-1): Don't call
18588 make-mode-line-mouse-sensitive.
18589
18590 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18591
18592 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18593 before rmail-toggle-header, because the former toggles headers.
18594
18595 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18596
18597 * diff-mode.el (diff-kill-junk): New interactive function.
18598 (diff-reverse-direction): Use delete-and-extract-region.
18599 (diff-post-command-hook): Restrict the area so that the hook also works
18600 outside of any diff hunk. This is necessary for the minor-mode.
18601 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18602 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18603
18604 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18605 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18606 so that it can be used more easily in <foo>-mode-hook. Also make sure
18607 to avoid duplicate entries.
18608 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18609 (font-lock-remove-keywords): Just as was done for `add', allow it to
18610 work even if font-lock-mode is nil. Also make sure we don't modify
18611 any pre-existing list by forcing a copy-sequence. Finally rename
18612 `major-mode' to `mode'.
18613 (font-lock-fontify-syntactic-anchored-keywords)
18614 (font-lock-fontify-anchored-keywords)
18615 (font-lock-fontify-keywords-region): Use line-end-position.
18616 Don't make `font-lock-multiline' local (it's now done in
18617 font-lock-set-defaults).
18618 (font-lock-set-defaults): Make `font-lock-multiline' local.
18619 Move the `font-lock-fontified' creation to inside the `unless'.
18620
18621 2000-02-06 Andrew Innes <andrewi@gnu.org>
18622
18623 * term/w32-win.el (x-handle-args): Comment out call to message,
18624 which occurs before window system is initialized.
18625
18626 * makefile.nt: Add support for recompiling lisp code.
18627
18628 2000-02-04 Dave Love <fx@gnu.org>
18629
18630 * bindings.el (mode-line-mule-info): Fix/extend last change.
18631
18632 * completion.el: Replace completion-dolist with dolist.
18633
18634 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18635
18636 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18637
18638 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18639 environment names before they go into the section regexp.
18640
18641 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18642 char class in regexp.
18643
18644 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18645 Bind `case-fold-search' to nil.
18646
18647 * progmodes/idlwave.el (idlwave-template):
18648 Respect `idlwave-abbrev-change-case'.
18649 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18650 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18651 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18652 (idlwave-rw-case): New function.
18653 (idlwave-statement-match): Fixed problem with assignment regexp.
18654 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18655 (idlwave-surround): New argument LENGTH to support padding of
18656 operators longer than 1 char.
18657
18658 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18659 idlwave-shell-expression-overlay. Implemented printing of
18660 expressions on higher levels of the calling stack.
18661 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18662 (idlwave-retrieve-expression-from-level): New function.
18663 (idlwave-shell-last-calling-stack): Variable removed.
18664 (idlwave-shell-reset): Argument action reversed (`visible' to
18665 `hidden'). Also remove stop-line overlay.
18666 (idlwave-shell-calling-stack-routine): New variable.
18667 (idlwave-shell-parse-stack-and-display): Messages now display
18668 negative level numbers.
18669 (idlwave-shell-mode): Set `modeline-format'.
18670 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18671 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18672 (idlwave-shell-print-expression-function): New option.
18673
18674 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18675 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18676 `tool-bar' instead of `toolbar'.
18677
18678 2000-02-02 Dave Love <fx@gnu.org>
18679
18680 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18681 emacs-lisp-mode-hook. Don't check for defalias being defined.
18682
18683 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18684 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18685 Use the new builtins directly.
18686
18687 * whitespace.el (whitespace): Add :version to defgroup.
18688
18689 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18690 Doc fix.
18691
18692 * thingatpt.el (sexp-at-point, symbol-at-point)
18693 (number-at-point, list-at-point): Add autoload cookie.
18694
18695 * recentf.el (recentf): Add :version to defgroup.
18696
18697 * quickurl.el (quickurl): Add :version to defgroup.
18698
18699 * elide-head.el (elide-head): Use point-marker more.
18700
18701 * bs.el (bs): Add :version to defgroup.
18702
18703 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18704
18705 * progmodes/delphi.el (delphi): Add :version to defgroup.
18706
18707 2000-02-02 Gerd Moellmann <gerd@gnu.org>
18708
18709 * ange-ftp.el (ange-ftp-write-region): Handle case that
18710 succeeding process operation sets a different coding system.
18711
18712 * calculator.el: New file.
18713
18714 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18715
18716 * frame.el (frames-on-display-list, framep-on-display): New functions.
18717 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18718 (display-selections-p, display-screens, display-pixel-width)
18719 (display-pixel-height, display-mm-width, display-mm-height)
18720 (display-backing-store, display-save-under, display-planes)
18721 (display-color-cells, display-visual-class): New functions.
18722
18723 * term/tty-colors.el (tty-color-gray-shades): New function.
18724
18725 * faces.el (display-color-p): Use framep-on-display.
18726 (display-grayscale-p): New function.
18727
18728 2000-01-31 Dave Love <fx@gnu.org>
18729
18730 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18731 (create-fontset-from-x-resource): Don't concat integers.
18732
18733 2000-01-31 Inge Frick <inge@nada.kth.se>
18734
18735 * view.el: Some changes in documentation. Removed some trailing
18736 whitespace. Changed some parameter names to agree with documentation.
18737 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18738 window is not deleted. Modifies change 1998-04-26.
18739
18740 2000-01-31 Gerd Moellmann <gerd@gnu.org>
18741
18742 * windmove.el: New file.
18743
18744 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18745 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18746 progmodes/ebnf-yac.el: Update copyright and license info.
18747
18748 * jit-lock.el (jit-lock-function): Widen before calculating
18749 end position.
18750 (jit-lock-stealth-chunk-start): Rewritten.
18751
18752 * info.el (Info-title-face-alist): Removed.
18753 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18754 (Info-fontify-node): Use these faces.
18755
18756 2000-01-30 Gerd Moellmann <gerd@gnu.org>
18757
18758 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18759 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18760 `&allow-other-keywords'.
18761
18762 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18763 the list of directories scanned heuristically.
18764
18765 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18766
18767 2000-01-30 Jason Rumney <jasonr@gnu.org>
18768
18769 * w32-fns.el: Define w32-tty-standard-colors.
18770
18771 * startup.el (command-line): Use w32-tty-standard-colors when in
18772 w32 console mode.
18773
18774 2000-01-30 Dave Love <fx@gnu.org>
18775
18776 * jka-compr.el (jka-compr-load): Fix up load-history.
18777
18778 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18779
18780 * emacs-lisp/cl-macs.el: Revert previous change.
18781
18782 2000-01-29 Dave Love <fx@gnu.org>
18783
18784 * facemenu.el: Purecopy various strings.
18785
18786 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18787 years. Deal with three-digit years.
18788
18789 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18790 Use defconst, purecopy.
18791 (help-back-label): Purecopy it.
18792
18793 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18794
18795 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18796 variable. If non-nil, order the buffer list according to the
18797 currently selected frame.
18798 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18799 non-nil, pass the selected frame to function buffer-list.
18800
18801 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18802
18803 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18804
18805 2000-01-28 Dave Love <fx@gnu.org>
18806
18807 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18808
18809 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18810 Don't use lisp-indent-hook property.
18811 (cl-abs): Remove.
18812
18813 * subr.el: Move out indent and edebug specs for when and unless.
18814
18815 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18816 when, unless.
18817
18818 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18819 unless, when.
18820
18821 2000-01-28 Gerd Moellmann <gerd@gnu.org>
18822
18823 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18824 `collecting' as synonym for `collect'.
18825
18826 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18827 for the case it contains spaces.
18828
18829 * simple.el (what-cursor-position): Change formatting of messages.
18830
18831 * frame.el (delete-other-frames): New function.
18832 (toplevel): Bind it to C-x 5 1.
18833
18834 * sort.el (sort-numeric-base): New option.
18835 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18836 interpret it as octal or hexadecimal. Use sort-numeric-base
18837 as default base.
18838
18839 * progmodes/glasses.el: New file.
18840
18841 2000-01-27 Gerd Moellmann <gerd@gnu.org>
18842
18843 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18844 userids differently.
18845
18846 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18847 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18848 progmodes/ebnf-yac.el: New files.
18849
18850 2000-01-26 Dave Love <fx@gnu.org>
18851
18852 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18853 on a function with an empty body. [From Eric Ludlam.]
18854
18855 2000-01-25 Andre Spiegel <spiegel@gnu.org>
18856
18857 * vc.el (vc-version-diff): Make sure file name is expanded.
18858
18859 2000-01-25 Gerd Moellmann <gerd@gnu.org>
18860
18861 * scroll-bar.el (scroll-bar-timer): Variable removed.
18862 (scroll-bar-toolkit-scroll): Don't use a timer.
18863
18864 2000-01-25 Kenichi Handa <handa@etl.go.jp>
18865
18866 * language/thai-util.el (thai-composition-function):
18867 Delete superfluous `a'.
18868
18869 2000-01-24 Dave Love <fx@gnu.org>
18870
18871 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18872 end-of-defun-function.
18873
18874 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18875
18876 2000-01-22 Jason Rumney <jasonr@gnu.org>
18877
18878 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18879 conflicts with new face support.
18880
18881 2000-01-22 Richard M. Stallman <rms@gnu.org>
18882
18883 * replace.el (query-replace): Rename last arg to DELIMITED.
18884 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18885 (query-replace-regexp): Likewise.
18886
18887 2000-01-20 Richard M. Stallman <rms@gnu.org>
18888
18889 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18890
18891 * emacs-lisp/lisp.el (beginning-of-defun-function):
18892 Variable renamed from beginning-of-defun.
18893 Do not call make-variable-buffer-local.
18894 (beginning-of-defun-raw): Use new variable name; doc fix.
18895 (beginning-of-defun): Doc fix.
18896 (end-of-defun-function): Variable renamed from end-of-defun.
18897 Do not call make-variable-buffer-local.
18898 (end-of-defun): Use new variable name; doc fix.
18899
18900 * subr.el (dolist, dotimes): Copied from cl-macs.el
18901 and made to work.
18902
18903 * mail/undigest.el (rmail-digest-end-regexps):
18904 Variable replaces rmail-digest-end-regexp.
18905 Allows multiple regexps for detecting the end line.
18906 (undigestify-rmail-message): Corresponding changes.
18907
18908 2000-01-19 Dave Love <fx@gnu.org>
18909
18910 * files.el (user-init-file): Don't declare here -- is primitive.
18911
18912 * startup.el (command-line): Check for compiled user-init-file and
18913 set to uncompiled version if necessary.
18914
18915 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18916
18917 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18918 (undigestify-rmail-message): Use it.
18919
18920 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18921
18922 2000-01-17 Gerd Moellmann <gerd@gnu.org>
18923
18924 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18925 of mini-buffer.
18926
18927 2000-01-14 Gerd Moellmann <gerd@gnu.org>
18928
18929 * emacs-lisp/copyright.el (copyright-update): Removed the
18930 requirement for a trailing space from `copyright-regexp', to
18931 support copyrights with owner specified on a separate line..
18932
18933 * align.el: New file.
18934
18935 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18936
18937 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18938
18939 2000-01-13 Dave Love <fx@gnu.org>
18940
18941 * ph.el: Removed. (Obsoleted by EUDC.)
18942
18943 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18944
18945 * net/eudc.el (toplevel): Remove autoloaded code installing
18946 menu with easymenu, because that causes build problems.
18947
18948 * frame.el (frame-notice-user-settings): New variable.
18949 (frame-notice-user-settings): Don't modify frame parameters
18950 if called a second time.
18951
18952 2000-01-13 Richard M. Stallman <rms@gnu.org>
18953
18954 * frame.el (frame-notice-user-settings):
18955 Notice default-frame-parameters even for non-window frames.
18956
18957 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18958
18959 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18960 for Emacs.
18961 (eudc-bob-can-display-inline-images): Extend for Emacs.
18962 (eudc-bob-toggle-inline-display): Ditto.
18963 (eudc-bob-display-jpeg): Ditto.
18964
18965 2000-01-12 Gerd Moellmann <gerd@gnu.org>
18966
18967 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18968 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18969 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18970
18971 * add-log.el (add-change-log-entry): Fix error trying an
18972 `(insert nil)'.
18973
18974 * subdirs.el: Add `net' directory.
18975
18976 * net: New directory.
18977
18978 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18979 eval-last-sexp. Don't bind debug-on-error here.
18980 (eval-last-sexp): New function. Bind debug-on-error if
18981 eval-expression-debug-on-error is non-nil.
18982 (eval-defun-2, eval-defun): Likewise.
18983
18984 * simple.el (eval-expression): Don't bind debug-on-error if
18985 eval-expression-debug-on-error is nil. Detect changed
18986 debug-on-error, and propagate new value to global binding, if
18987 eval-expression-debug-on-error is non-nil,
18988 (eval-expression-debug-on-error): Change doc string.
18989
18990 2000-01-11 Richard M. Stallman <rms@gnu.org>
18991
18992 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18993
18994 * emacs-lisp/lisp-mode.el (with-syntax-table):
18995 Set up lisp-indent-function property.
18996
18997 * subr.el (with-syntax-table): Moved from simple.el.
18998
18999 * simple.el (with-syntax-table): Moved to subr.el.
19000
19001 2000-01-11 Gerd Moellmann <gerd@gnu.org>
19002
19003 * tmm.el (tmm-shortcut): Delete region after prompt instead
19004 of erasing buffer.
19005
19006 * textmodes/fill.el (fill-common-string-prefix): New function.
19007 (fill-context-prefix): Use the longest common prefix of first
19008 and second line fill prefix, if there is one.
19009
19010 2000-01-11 Richard M. Stallman <rms@gnu.org>
19011
19012 * array.el (array-mode): Don't use make-variable-buffer-local.
19013 Use make-local-variable for `truncate-lines'.
19014
19015 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19016
19017 * add-log.el (add-log-current-defun): Handle user-defined
19018 add-log-current-function returning nil,
19019
19020 * add-log.el (add-change-log-entry): Insert version number
19021 if having found a current function
19022
19023 * add-log.el (add-log-current-defun):
19024 Call `add-log-current-defun-function'. Try matches at level 0 and
19025 level 1. Strip whitespace from defun found.
19026
19027 2000-01-10 John Wiegley <johnw@gnu.org>
19028
19029 * allout.el (isearch-done/outline-provisions): Added `edit'
19030 argument to correspond with the current definition of `isearch-done'.
19031
19032 2000-01-10 Dave Love <fx@gnu.org>
19033
19034 * elide-head.el (elide-head): Use point-marker, not point.
19035
19036 2000-01-10 Gerd Moellmann <gerd@gnu.org>
19037
19038 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19039 before and after the year 2000.
19040
19041 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19042 Add ispell- prefix.
19043
19044 2000-01-10 Ken Stevens <k.stevens@ieee.org>
19045
19046 * ispell.el: Only define dictionaries in menus when they exist.
19047 (version18p): New variable.
19048 (version20p): New variable.
19049 (xemacsp): New variable.
19050 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19051 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19052 (ispell-dictionary-alist6): Russian command lines no longer accept
19053 run-together words.
19054 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19055 (ispell-dictionary-alist): Add koi8-r to customize definition.
19056 (check-ispell-version): Added documentation string. Return library
19057 path when called non-interactively.
19058 (ispell-menu-map-needed): Uses new variables.
19059 (ispell-library-path): New variable.
19060 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19061 (ispell-word): Improved documentation string. Test for valid
19062 character mappings. Correctly check typed in word changes that can
19063 result in single words split into multiple words.
19064 Return replacement word.
19065 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19066 replace in recursive query replace mode. Help message for
19067 recursive edit mode.
19068 (ispell-show-choices): Protect against bad framepop bindings.
19069 (ispell-help): Fix to work with XEmacs.
19070 (ispell-highlight-spelling-error): Use new variables.
19071 (ispell-overlay-window): Fix to work with XEmacs.
19072 (ispell-parse-output): Passed and returns location information
19073 tracking spelling corrections. Doesn't recheck same word on
19074 current line.
19075 (ispell-init-process): Protect against bogus XEmacs variable binding.
19076 Fix call to single argument in sleep-for. Use new variables.
19077 (ispell-region): Passed and returns location information tracking
19078 spelling corrections. Doesn't check same word on current line.
19079 Improved documentation string. Doesn't resend a line already
19080 checked to the ispell process - fixes bug in LaTeX parsing.
19081 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19082 (ispell-skip-region): No longer skips <TT> in SGML.
19083 (ispell-process-line): Tracks location information with spelling
19084 corrections. Added documentation string. Accounts for words
19085 already accepted on this line. Don't allow query-replace on line
19086 starting with math characters. Doesn't resend a line already sent
19087 to ispell process. Fixes alignment error bug.
19088
19089 2000-01-10 Richard M. Stallman <rms@gnu.org>
19090
19091 * dired-x.el (dired-guess-shell-alist-default):
19092 Suggest xloadimage, which is free, not xv, which isn't.
19093
19094 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19095 Don't ever include the host name or user name in the value.
19096
19097 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19098
19099 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19100 of a real newline.
19101
19102 2000-01-09 Stephen Eglen <stephen@gnu.org>
19103
19104 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19105 for .png files.
19106
19107 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19108
19109 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19110
19111 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19112
19113 * progmodes/cperl-mode.el: Replace ^F with ^L.
19114
19115 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19116 `require'ing rmail and mailalias to prevent infinite recursion.
19117
19118 2000-01-08 Dave Love <fx@gnu.org>
19119
19120 * emacs-lisp/backquote.el: Remove inappropriate customization
19121 (allowing custom.el to use backquote).
19122
19123 2000-01-07 Dave Love <fx@gnu.org>
19124
19125 * add-log.el (add-log-debugging): Deleted.
19126 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19127 file. Remove debugging code.
19128 (change-log-get-method-definition, change-log-name): Add doc.
19129 (change-log-sortable-date-at): New function.
19130 (change-log-merge): New command.
19131
19132 * time.el (display-time-string-forms): Make the Mail string active.
19133 (display-time-update): Provide help-echo for load average.
19134
19135 * bindings.el (make-mode-line-mouse2-map): New function.
19136 (mode-line-modified): Use it and simplify.
19137 (mode-line-mule-info): Provide help-echo info.
19138 (minor-mode-alist): Activate the strings.
19139 (make-mode-line-mouse-sensitive): Simplify for
19140 mode-line-buffer-identification.
19141
19142 2000-01-07 Gerd Moellmann <gerd@gnu.org>
19143
19144 * play/pong.el: New file.
19145
19146 2000-01-06 Dave Love <fx@gnu.org>
19147
19148 * array.el: Assorted cleanups for compiler warnings, doc strings,
19149 `array-' prefix for symbols.
19150
19151 2000-01-05 Dave Love <fx@gnu.org>
19152
19153 * textmodes/outline.el (outline-mode-menu-bar-map):
19154 Add outline-headers-as-kill.
19155 (outline-mode): Define imenu-generic-expression.
19156 (outline-headers-as-kill): New command.
19157
19158 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19159 from paragraph-start.
19160 (paragraph-indent-minor-mode): New command.
19161
19162 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19163 M-C-e, M-C-h, C-j, C-xnd, TAB.
19164 (fortran-mode): Set beginning-of-defun, end-of-defun.
19165 (fortran-column-ruler): Simplify.
19166 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19167 (fortran-with-subprogram-narrowing): Likewise.
19168 (fortran-indent-subprogram): Call mark-defun.
19169 (fortran-check-for-matching-do): Change narrowing.
19170
19171 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19172 (cl-lucid-hash-tag): Delete.
19173 (cl-hash-table-p): Correct test for native table.
19174 (cl-hash-table-count): Use hash-table-count.
19175
19176 * browse-url.el (browse-url): Fix case of
19177 browse-url-browser-function being an alist.
19178
19179 2000-01-05 Carsten Dominik <cd@gnu.org>
19180
19181 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19182 (reftex-index-phrase-file-extension): New options.
19183
19184 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19185 Use new option `reftex-index-phrase-file-extension'.
19186
19187 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19188 `reftex-parse-file-extension'.
19189
19190 2000-01-05 Dave Love <fx@gnu.org>
19191
19192 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19193 (beginning-of-defun-raw): Use it.
19194 (end-of-defun): New variable.
19195 (end-of-defun): Use it.
19196 (check-parens): New command.
19197
19198 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19199
19200 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19201 (hs-show-block): Don't use `mapcar' when not accumulating.
19202
19203 Fix buglet in local variables initialization.
19204
19205 2000-01-05 Andreas Schwab <schwab@suse.de>
19206
19207 * hscroll.el (hscroll): Doc fix.
19208
19209 2000-01-05 Carsten Dominik <cd@gnu.org>
19210
19211 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19212 Require idlw-toolbar.
19213
19214 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19215 file idlw-rinfo.el.
19216 (idlwave-customize): Load must read file idlw-shell.el.
19217 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19218
19219 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19220
19221 * progmodes/idlw-shell.el: Also provide idlwave-shell
19222 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19223 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19224
19225 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19226 both reftex-dcr and reftex-vcr.
19227
19228 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19229
19230 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19231
19232 * ps-print.el: PostScript code now is in separate files, doc fix.
19233 (ps-print-version): New version number (5.0.3).
19234 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19235 local.
19236 (ps-spool-config): Initialization fix.
19237 (ps-print-prologue-1, ps-print-prologue-2)
19238 (ps-print-duplex-feature): PostScript code moved to separated file.
19239 (ps-background-image): Little code reformating.
19240 (ps-begin-file, ps-begin-job): Fix code.
19241 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19242 (ps-prologue-file): New fun.
19243
19244 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19245
19246 * ps-vars.el: Eliminated.
19247
19248 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19249 `;;;###autoload'.
19250
19251 * ps-print.el: ps-vars eliminated, doc fix.
19252 (ps-print-version): New version number (5.0.2).
19253 (ps-spool-config): Initialization fix.
19254 (ps-print-customize): New fun.
19255
19256 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19257
19258 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19259
19260 2000-01-04 Dave Love <fx@gnu.org>
19261
19262 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19263 menu items.
19264
19265 2000-01-03 Dave Love <fx@gnu.org>
19266
19267 * elide-head.el (elide-head) [defgroup]: Add :version.
19268
19269 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19270 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19271 Use `cl-hash-table-p', not `hash-table-p'.
19272 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19273
19274 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19275
19276 * faces.el (face-read-integer, read-face-attribute)
19277 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19278
19279 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19280
19281 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19282 at comment end, and re-insert them after filling.
19283
19284 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19285
19286 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19287 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19288 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19289
19290 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19291
19292 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19293 the new name of face-color-supported-p.
19294
19295 * term/w32-win.el (xw-defined-colors): Likewise.
19296
19297 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19298
19299 * simple.el (completion-setup-function): Count completion-size
19300 from minibuffer-prompt-end, not from point-min.
19301
19302 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19303
19304 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19305 Pass the frame to tty-color-* functions.
19306 (display-color-p, frame-set-background-mode): Pass the frame to
19307 tty-display-color-p.
19308
19309 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19310 tty-color-alist.
19311 (tty-color-alist, tty-modify-color-alist): New functions.
19312 (tty-color-define, tty-color-clear, tty-color-approximate)
19313 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19314 optional parameter FRAME.
19315
19316 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19317
19318 * image.el (create-image, defimage): Don't assume image data is
19319 a string.
19320
19321 * image.el (defimage): Handle specifications containing :data
19322 instead of :file.
19323 (image-type-from-data): New function.
19324 (image-type-from-file-header): Use it.
19325 (create-image): Add parameter DATA-P.
19326
19327 See ChangeLog.8 for earlier changes.
19328
19329 ;; Local Variables:
19330 ;; coding: iso-2022-7bit
19331 ;; End: