]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Update copyright notice, fix minor
[gnu-emacs] / lisp / ChangeLog
1 2001-08-16 Miles Bader <miles@gnu.org>
2
3 * simple.el (line-move): Undo previous change.
4
5 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6 property to input-terminating `boundary' overlays to avoid
7 line-move wierdness.
8
9 2001-08-16 Gerd Moellmann <gerd@gnu.org>
10
11 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
12 buffer in a save-restriction. Under one test case with Ediff,
13 window-scroll-functions are run with a window start that's
14 temporarily outside of the restriction.
15
16 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
17
18 * textmodes/texnfo-upd.el: Update copyright notice, fix minor
19 typos.
20 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
21 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
22 (texinfo-update-menu-region-beginning)
23 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
24 command, @ifnottex, to regexps, so it is found.
25
26 2001-08-16 Andrew Innes <andrewi@gnu.org>
27
28 * makefile.nt (DONTCOMPILE): Omit bindings.el.
29 (DONTCOMPILE): Omit sc.el.
30
31 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
32 (DONTCOMPILE): Omit sc.el.
33
34 2001-08-16 Gerd Moellmann <gerd@gnu.org>
35
36 * replace.el (occur): Bind inhibit-read-only to t.
37
38 2001-08-16 Miles Bader <miles@gnu.org>
39
40 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t
41 when calling `constrain-to-field', to avoid problems with comint
42 prompts.
43
44 2001-08-15 Gerd Moellmann <gerd@gnu.org>
45
46 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
47 (toplevel): Set it as `common-lisp-indent-function' for
48 `defmethod'.
49
50 * ediff-mult.el (ediff-get-meta-info): Fix the condition
51 of a while-loop.
52
53 * Makefile.in (DONTCOMPILE): Remove sc.el.
54
55 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
56 Don't include term/.
57
58 * mail/sc.el: Moved to obsolete/.
59
60 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
61
62 * ps-print.el: Change error function arguments to follow Emacs
63 message convention. Doc fix.
64 (ps-print-version): New version number (6.5.4).
65 (coding-system-for-write): Change declaration position to avoid
66 XEmacs compilation gripes.
67 (coding-system-for-read, buffer-file-coding-system): Declarations
68 to avoid XEmacs compilation gripes.
69
70 * ps-mule.el: Doc fix.
71 (ps-mule-encode-header-string): If STRING is not a string, replace
72 STRING by empty string.
73
74 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
75
76 * frame.el (show-trailing-whitespace): Doc fix.
77
78 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
79
80 * desktop.el (desktop-save): Insert the coding: tag before
81 desktop-header.
82
83 2001-08-13 Gerd Moellmann <gerd@gnu.org>
84
85 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
86 its path from $els.
87
88 * image.el (image-jpeg-p): Fix call of substring.
89
90 2001-08-10 Gerd Moellmann <gerd@gnu.org>
91
92 * play/animate.el (animate-string): Doc fix. Use a buffer
93 name with stars in it.
94 (animate-sequence): New function.
95 From Richard Stallman <rms@gnu.org>.
96
97 * frame.el (select-frame-set-input-focus): New function
98 extracted from other-frame.
99 (other-frame): Use it.
100 (next-multiframe-window, previous-multiframe-window): Use it.
101
102 * isearch.el (isearch-other-meta-char): Don't switch to the
103 buffer of a window clicked on, when the current buffer is
104 in Isearch mode.
105
106 * image.el (image-jpeg-p): Test for APPn markers in the range
107 #xe0..#xef.
108
109 2001-08-09 Gerd Moellmann <gerd@gnu.org>
110
111 * desktop.el (desktop-save): Don't use concat to form a file
112 name, use expand-file-name.
113
114 * mouse.el (mouse-delete-window): Do nothing if frame has just
115 one window.
116
117 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
118 for the minor mode name.
119
120 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
121 minor mode name.
122
123 * time.el (display-time-string-forms): Use
124 make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
125
126 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
127 the minor mode name.
128
129 * emacs-lisp/easy-mmode.el (define-minor-mode): Use
130 mode-line-minor-mode-keymap for the minor mode name.
131
132 * calendar/calendar.el (calendar-mode-line-format): Use
133 make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
134
135 * bindings.el (make-mode-line-mouse-map): Renamed from
136 make-mode-line-mouse2-map. Take additional arg MOUSE.
137 (mode-line-modified): Use mouse-3 instead of mouse-2.
138 (mode-line-buffer-identification-keymap): Bind keys differently.
139 (propertized-buffer-identification): Adapt help-echo to new
140 bindings.
141
142 * bindings.el (mode-line-format): Specify help-echo for line
143 number, column number and buffer-percent part of the mode-line.
144
145 * image.el (image-type-regexps): Allow whitespace at the start
146 of the image data for XPM, XBM and Postscript, which are
147 text files.
148 (image-jpeg-p): Correct calculation of next field offset.
149
150 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
151
152 * battery.el: Fix typo.
153
154 2001-08-08 Gerd Moellmann <gerd@gnu.org>
155
156 * image.el (image-type-regexps): Allow predicates. Change the way
157 JPEG images are recognized.
158 (image-jpeg-p): New function.
159 (image-type-from-data): Handle predicates in image-type-regexps.
160
161 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
162 #:, #x, #o, and similar constructs.
163
164 2001-08-07 Gerd Moellmann <gerd@gnu.org>
165
166 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
167
168 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
169 instead of `progn'.
170
171 * tar-mode.el (tar-extract): Avoid generating a new buffer
172 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
173
174 * textmodes/paragraphs.el (forward-sentence): Avoid building
175 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
176
177 * progmodes/executable.el (executable-set-magic): If
178 executable-find returns a quoted file name, unquote it before
179 inserting it.
180
181 * image.el (image-type-regexps): For JPEG files, use a regexp
182 derived from the JFIF spec.
183
184 * image.el (image-type-regexps): Use `\`' instead of `^' in
185 most regular expressions.
186
187 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
188
189 * play/animate.el: re-insert a reference to re-inserted function.
190
191 2001-08-06 Gerd Moellmann <gerd@gnu.org>
192
193 * help.el (describe-function-1): Use
194 find-function-search-for-symbol instead of find-function-noselect
195 because the latter follows aliases.
196
197 * play/animate.el (animate-birthday-present): Re-insert.
198
199 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
200 old-style menu definitions.
201
202 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
203
204 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
205 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
206
207 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
208 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
209 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
210
211 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
212
213 * textmodes/tildify.el: Milan Zamazal has new address.
214
215 2001-08-03 Gerd Moellmann <gerd@gnu.org>
216
217 * custom.el (custom-set-variables): Don't test `custom-requests'
218 properties, check the third element of the options passed to
219 custom-set-variables instead.
220
221 * info.el (info-insert-file-contents): Use info-file-exists-p
222 instead of file-exists-p.
223
224 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
225 the mode-line face is restored. Fix several bugs.
226
227 * replace.el (perform-replace): Doc fix.
228
229 2001-08-02 Francesco Potorti` <pot@gnu.org>
230
231 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
232 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
233 (uniquify-fix-item-base, uniquify-fix-item-filename)
234 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
235 Callers changed.
236 (uniquify-set-proposed): Changed to work with a vector item.
237 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
238 the fix list, and a list of strings for the non-file buffer
239 names. Both changes reduce consing.
240 (uniquify-rationalize-a-list): Local variable renaming.
241 (uniquify-rationalize-conflicting-sublist): Use member instead of
242 assoc.
243 (uniquify-rename-buffer): Use unless instead of if not.
244
245 2001-08-02 Gerd Moellmann <gerd@gnu.org>
246
247 * recentf.el (recentf-dump-variable): Handle a value of nil
248 correctly.
249
250 * custom.el (custom-set-variables): Set options with :require
251 clauses last.
252
253 * custom.el (defcustom): Doc fix.
254
255 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
256
257 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
258
259 * man.el (man): Mention Man-switches in the doc string.
260 (Man-switches): Mention -a in the doc string.
261
262 * textmodes/ispell.el (ispell-alternate-dictionary): Add
263 /usr/share/lib/dict/words, for Irix.
264
265 * bindings.el: Bind shifted and control-shifted kp-* keys to the
266 corresponding non-kp keys. Suggested by Stephen Gildea
267 <gildea@alum.mit.edu>.
268
269 2001-08-01 Francesco Potorti` <pot@gnu.org>
270
271 * uniquify.el: These changes correct a corner case that the old
272 code managed correctly.
273 (uniquify-fix-item-proposed): Renamed from
274 uniquify-fix-item-min-proposed.
275 (uniquify-set-proposed): New function.
276 (uniquify-rationalize-file-buffer-names): Code reshuffled for
277 clarity and speed.
278 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
279 is equivalent to what the old code did.
280 (uniquify-rationalize-a-list): Never recompute the proposed
281 name. Sort the conflicting sublist before rationalising it: this
282 is equivalent to what the old code did, but one directory element
283 at a time, and only when necessary.
284 (uniquify-rationalize-conflicting-sublist): Recompute here the
285 proposed name.
286
287 2001-08-01 Gerd Moellmann <gerd@gnu.org>
288
289 * play/animate.el: Add Keywords and Maintainer. Remove a
290 reference to a removed function.
291
292 * play/animate.el (animate-string): Handle case that the string is
293 longer than the window is wide.
294
295 2001-07-31 Gerd Moellmann <gerd@gnu.org>
296
297 * desktop.el (desktop-save): Bind coding-system-for-write to
298 `emacs-mule' for write-region.
299
300 * delsel.el (delete-selection-pre-hook): Don't set this-command
301 to `ignore' if the region is empty.
302
303 * international/mule.el (set-keyboard-coding-system): Set
304 keyboard-coding-system.
305
306 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
307 before accessing it.
308
309 2001-07-30 Andreas Schwab <schwab@suse.de>
310
311 * menu-bar.el (toggle-highlight-paren-mode): Use
312 `(show-paren-mode)' as body.
313
314 2001-07-30 Andre Spiegel <spiegel@gnu.org>
315
316 * vc.el (vc-checkout-hook): New hook.
317 (vc-checkout): Run it.
318
319 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
322 the ?= operator. From Jonathan Kamens <jik@curl.com>.
323
324 2001-07-30 Gerd Moellmann <gerd@gnu.org>
325
326 * vc.el (vc-switch-backend): Fix autoload cookie.
327
328 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
329 the desktop file.
330
331 2001-07-30 Simon Josefsson <jas@extundo.com>
332
333 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
334 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
335
336 2001-07-27 Gerd Moellmann <gerd@gnu.org>
337
338 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
339 (last-sexp-toggle-display): Renamed from last-sexp-print.
340 (last-sexp-toggle-display, eval-last-sexp-1): Use
341 last-sexp-setup-props.
342
343 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
344 New user-options.
345 (mouse-wheel-change-button): New function.
346 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
347 (mwheel-scroll): Ditto.
348
349 2001-07-26 Gerd Moellmann <gerd@gnu.org>
350
351 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
352 `...', compare with unabbreviated printed representation instead.
353 (last-sexp-print): Bind print-length and print-level to nil.
354
355 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
356 before assigning text properties. Make properties rear-nonsticky.
357
358 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
359 (eval-last-sexp-1): Give printed text a `keymap' property and bind
360 <mouse-2> and <RET> in that map to a function printing the
361 unabbreviated value.
362
363 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
364 is a buffer, put a text property `printed-value' on the printed
365 representation, with the Lisp object printed as value.
366
367 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
368
369 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
370 Mention the effect of eval-expression-print-length and
371 eval-expression-print-level in the doc strings. Suggested by
372 Kevin Gallagher <kevingal@onramp.net>.
373
374 2001-07-25 Gerd Moellmann <gerd@gnu.org>
375
376 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
377 for buttons > 3.
378 (xterm-mouse-translate): Handle the case that we don't get a
379 down-event.
380
381 * emacs-lisp/find-func.el (find-function-regexp): Add
382 easy-mmode-define-global-mode to the regexp. Allow newlines
383 in front of the function name.
384
385 * isearch.el (isearch-other-meta-char): Fix last change.
386
387 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
388 similar events for which fake prefix keys are generated. It's no
389 longer necessary since read_key_sequence doesn't modify these
390 events for internal purposes anymore.
391
392 * files.el (auto-mode-alist): Use nroff-mode for files ending
393 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
394
395 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
396
397 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
398 tool-bar-lines parameter, behave as if its value were zero.
399 (mouse-avoidance-set-pointer-shape): Don't do anything if
400 x-pointer-shape is not boundp.
401
402 2001-07-23 Francesco Potorti` <pot@gnu.org>
403
404 * uniquify.el: Overall speedup changes when using many buffers.
405 (uniquify-fix-item-base, uniquify-fix-item-filename,
406 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
407 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
408 place in the item, but was never used.
409 (uniquify-fix-item-min-proposed): New defalias: the fourth place
410 in the item is now used as cache for the proposed name.
411 (uniquify-rationalize-file-buffer-names): Move computation made on
412 newbuffile out of the loop, in the newbuffile-nd local var. Use
413 dolist (cosmetic change). Compute the proposed name for the most
414 common case and cache it in the fourth place in the item.
415 (uniquify-rationalize-file-buffer-names): Used to return a a list
416 of buffer whose name was changed, but that return value was never
417 used.
418 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
419 the cached proposed name, does much less consing and is quicker.
420 (uniquify-filename-lessp): Deleted.
421 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
422 not bind locally the uniquify-possibly-resolvable flag. Use the
423 cached proposed name is possible.
424 (uniquify-get-proposed-name): Arguments changed, callers changed.
425 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
426 uniquify-possibly-resolvable flag, which is no more bound locally.
427 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
428 flag, which does not exist any more.
429
430 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
431
432 * term/internal.el (IT-unicode-translations): Fix the appearance of
433 "6`".
434
435 * progmodes/compile.el (compile-internal): If EMACS is already
436 defined in the environment, don't override its value.
437
438 2001-07-23 Gerd Moellmann <gerd@gnu.org>
439
440 * play/fortune.el: Undo change of 2001-07-13.
441 Fix autoload cookies. Add types to defcustoms.
442 (fortune) <defgroup>: Add :link.
443 (fortune-from-region): Use eq, not eql.
444 From Dave Love <fx@gnu.org>.
445
446 * play/animate.el (animate-birthday-present): Function removed.
447
448 * play/animate.el: New file.
449
450 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
451
452 * startup.el (normal-top-level-add-subdirs-to-load-path): On
453 Windows, put into normal-top-level-add-subdirs-inode-list the
454 canonicalized names of the directories instead of inode numbers.
455
456 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
457
458 * ediff-util.el: Copyright years.
459 (ediff-choose-syntax-table): New function.
460 (ediff-setup): Use ediff-choose-syntax-table.
461 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
462 vc-state is available.
463 (ediff-make-temp-file): Use ediff-coding-system-for-write.
464
465 * ediff-init.el (ediff-with-syntax-table): New macro, uses
466 with-syntax-table.
467 (ediff-coding-system-for-read): From ediff-diff.el
468 (ediff-coding-system-for-write): New variable.
469 (ediff-highest-priority): Fixed the bug having to do with disappearing
470 overlays.
471 (ediff-file-remote-p): Use file-remote-p, if available.
472 (ediff-listable-file): New function.
473 (ediff-file-attributes): Use ediff-listable-file.
474
475 * ediff-mult.el (ediff-meta-insert-file-info1): Use
476 ediff-listable-file.
477
478 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
479 ediff-coding-system-for-read.
480 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
481
482 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
483 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
484
485 * ediff.el: Date of last update, copyright years.
486
487 * ediff-wind (ediff-setup-control-frame): Nill->nil.
488
489 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
490 of Scott Bronson.
491 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
492 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
493 Deleted functions.
494 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
495 ex-token-list.
496 (viper-get-ex-address-subr): Convert registers to char data type.
497
498 * viper-util.el (viper-int-to-char,viper-char-equal): New
499 functions.
500 (viper-memq-char): Use viper-int-to-char.
501 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
502 vc-locking-state.
503 (viper-read-key): Use viper-read-key-sequence.
504
505 * viper.el (viper-major-mode-modifier-list): Added
506 inferior-emacs-lisp-mode.
507 (this-major-mode-requires-vi-state): New function that uses simple
508 heuristics to decide if vi state is appropriate.
509 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
510 (viper-non-hook-settings): Don't advise read-key-sequence.
511 (viper-read-key-sequence): New function that replaces the
512 previously used advice to read-key-sequence.
513
514 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
515 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
516 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
517 (viper-open-line-at-point,viper-substitute,viper-overwrite)
518 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
519 Got rid of the negative character hack.
520 (viper-escape-to-state,viper-replace-state-exit-cmd):
521 Use viper-read-key-sequence.
522 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
523 (viper-minibuffer-standard-hook,viper-read-string-with-history):
524 Don't override existing minibuffer-setup-hook.
525 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
526 Convert registers to char data type.
527 (viper-autoindent): Use viper-indent-line.
528
529 * viper-keym.el: Use viper-exec-key-in-emacs.
530
531 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
532
533 * server.el (server-visit-files): Fix variable name typo.
534
535 2001-07-20 Gerd Moellmann <gerd@gnu.org>
536
537 * simple.el (delete-trailing-whitespace): Save match data
538 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
539
540 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
541
542 * progmodes/compile.el (compilation-parse-errors): `linenum' might
543 return a this-error using the alternative format (a pair of markers).
544
545 2001-07-19 Gerd Moellmann <gerd@gnu.org>
546
547 * font-lock.el (c++-keywords): Add Standard C++ operator names.
548
549 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
550 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
551
552 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
553
554 * international/iso-transl.el: Fix typo in the header of the file.
555
556 * textmodes/picture.el (picture): Doc fix.
557
558 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
559 follow coding conventions in generated files.
560
561 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
562
563 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
564 (tool-bar-add-item): Don't call image-related primitives if the
565 display doesn't support images.
566
567 * frame.el (display-images-p): New function.
568
569 2001-07-17 Gerd Moellmann <gerd@gnu.org>
570
571 * server.el (server-visit-files): Handle the case the specified
572 column number is <= 0.
573
574 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
575
576 * startup.el (command-line-1): Add support for +LINE:COLUMN
577 command line argument.
578
579 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
580
581 * server.el (server-process-filter, server-visit-files):
582 Add support for +LINE:COLUMN style emacsclient calls.
583
584 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
585
586 * emacs-lisp/easy-mmode.el: Add Keywords header.
587
588 * play/pong.el: Author has new address.
589
590 * play/landmark.el: Author is no more reachable.
591
592 * play/handwrite.el: Author is no more reachable.
593
594 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
595
596 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
597 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
598 Complete bindings for F<1..12> keys.
599 (global-map): Remove `undo' binding (already in the default).
600 Replace `t<n>' bindings with `f<n>' bindings.
601
602 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
603
604 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
605 (tcl-mode): Use tcl-add-log-defun.
606 (tcl-indent-line): Use tcl-calculate-indent.
607 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
608 (tcl-indent-exp): Renamed from indent-tcl-exp.
609 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
610 (tcl-indent-for-comment): Call comment-indent-function properly
611 and handle the case where it returns nil.
612
613 2001-07-16 Gerd Moellmann <gerd@gnu.org>
614
615 * calendar/cal-islam.el (calendar-goto-islamic-date):
616 Remove autoload cookie.
617
618 * calendar/calendar.el (calendar-goto-islamic-date):
619 Add call to autoload.
620
621 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
622
623 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
624 Don't change compile-auto-highlight globally.
625 Don't bother with `font-lock-defaults' property since XEmacs
626 also understands the `font-lock-defaults' variable.
627 Use make-local-variable rather than make-variable-buffer-local.
628 Don't `defconst' comment-indent-function: keep the default.
629 Call easy-menu-add unconditionally.
630 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
631 (ada-create-menu): Use :included for Emacs as well.
632
633 * vc.el (vc-do-command): Autoload.
634
635 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
636
637 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
638
639 * ps-print.el: Fix Author: header.
640
641 2001-07-16 Gerd Moellmann <gerd@gnu.org>
642
643 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
644 mouse-1 etc., bind them to `ignore'.
645
646 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
647 send-invisible, which is already defined in Comint.
648 (eshell-watch-for-password-prompt): Use it.
649
650 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
651
652 * which-func.el (which-func-mode): Doc fix.
653
654 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
655 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
656 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
657 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
658 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
659 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
660 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
661 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
662 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
663 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
664 * emulation/edt-mapper.el, emulation/edt-pc.el,
665 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
666 * emulation/tpu-edt.el, emulation/tpu-extras.el,
667 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
668 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
669 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
670 * international/isearch-x.el, international/iso-cvt.el,
671 * international/ogonek.el, international/quail.el,
672 * international/utf-8.el, jit-lock.el, language/devan-util.el,
673 * language/devanagari.el, language/ethio-util.el,
674 * language/ethiopic.el, language/european.el, language/indian.el,
675 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
676 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
677 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
678 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
679 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
680 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
681 * progmodes/autoconf.el, progmodes/cmacexp.el,
682 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
683 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
684 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
685 * progmodes/ebnf2ps.el, progmodes/executable.el,
686 * progmodes/fortran.el, progmodes/idlw-shell.el,
687 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
688 * progmodes/m4-mode.el, progmodes/mantemp.el,
689 * progmodes/meta-mode.el, progmodes/octave-inf.el,
690 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
691 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
692 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
693 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
694 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
695 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
696 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
697 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
698 * textmodes/two-column.el, time-stamp.el, timezone.el,
699 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
700 * which-func.el, whitespace.el, wid-browse.el, widget.el,
701 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
702 conventions.
703
704 2001-07-16 Gerd Moellmann <gerd@gnu.org>
705
706 * simple.el (set-variable): Require 'cus-edit' instead of
707 `wid-edit', so that the Custom widgets get defined.
708
709 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
710
711 * allout.el: A fix to follow coding conventions.
712
713 * find-lisp.el: A fix to follow coding conventions.
714
715 * term/w32-win.el: A fix to follow coding conventions.
716
717 * textmodes/sgml-mode.el: A fix to follow coding conventions.
718
719 * term/xterm.el: A fix to follow coding conventions.
720
721 * term/news.el: A fix to follow coding conventions.
722
723 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
724 header line fixed.
725
726 * sun-curs.el: Fix Maintainer: header line.
727
728 * emacs-lisp/easymenu.el: Address of the author added.
729
730 2001-07-16 Gerd Moellmann <gerd@gnu.org>
731
732 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
733 property.
734
735 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
736
737 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
738 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
739 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
740 Some fixes to follow coding conventions.
741
742 2001-07-16 Gerd Moellmann <gerd@gnu.org>
743
744 * which-func.el (which-func-mode): Doc fix.
745
746 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
747
748 * net/rcompile.el (remote-compile): Use make-local-variable.
749
750 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
751
752 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
753
754 * mail/reporter.el (reporter-submit-bug-report):
755 Don't abuse make-variable-buffer-local. Fix call to add-hook.
756
757 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
758
759 * calendar/cal-china.el, calendar/cal-coptic.el,
760 * calendar/cal-dst.el, calendar/cal-french.el,
761 * calendar/cal-hebrew.el, calendar/cal-islam.el,
762 * calendar/cal-iso.el, calendar/cal-julian.el,
763 * calendar/cal-mayan.el, calendar/cal-persia.el,
764 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
765 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
766 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
767 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
768 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
769 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
770 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
771 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
772 * progmodes/ada-xref.el, progmodes/cc-align.el,
773 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
774 * progmodes/cc-defs.el, progmodes/cc-engine.el,
775 * progmodes/cc-langs.el, progmodes/cc-menus.el,
776 * progmodes/cc-styles.el, progmodes/cc-vars.el,
777 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
778 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
779 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
780 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
781 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
782 * textmodes/reftex.el: Some fixes to follow coding
783 conventions in Eshell files with known maintainers.
784
785 * emulation/viper.el: A fix to follow coding conventions.
786
787 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
788 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
789 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
790 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
791 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
792 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
793 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
794 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
795 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
796 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
797 conventions in Eshell files.
798
799 * composite.el, diff.el, emacs-lisp/levents.el,
800 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
801 * emulation/pc-mode.el, emulation/viper-cmd.el,
802 * emulation/viper-ex.el, emulation/viper-init.el,
803 * emulation/viper-keym.el, emulation/viper-macs.el,
804 * emulation/viper-mous.el, emulation/viper-util.el,
805 * emulation/viper.el, forms-pass.el, international/ccl.el,
806 * international/characters.el, international/encoded-kb.el,
807 * international/fontset.el, international/ja-dic-cnv.el,
808 * international/ja-dic-utl.el, international/kinsoku.el,
809 * international/kkc.el, international/mule-cmds.el,
810 * international/mule-diag.el, international/mule-util.el,
811 * international/mule.el, international/titdic-cnv.el,
812 * language/china-util.el, language/chinese.el,
813 * language/cyril-util.el, language/cyrillic.el, language/english.el,
814 * language/greek.el, language/hebrew.el, language/japan-util.el,
815 * language/japanese.el, language/korea-util.el, language/korean.el,
816 * language/lao-util.el, language/lao.el, language/misc-lang.el,
817 * language/slovak.el, language/thai-util.el, language/thai.el,
818 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
819 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
820 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
821 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
822 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
823 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
824 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
825 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
826 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
827 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
828 to follow coding conventions in files without maintainer or in files
829 with clear maintainer (but without Maintainer header stating so).
830
831 * emacs-lisp/elp.el: A fix to follow coding conventions.
832
833 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
834 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
835 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
836 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
837 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
838 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
839 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
840 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
841 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
842 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
843 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
844 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
845 conventions in files from Gnus.
846
847 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
848 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
849 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
850 * echistory.el, electric.el, emacs-lisp/authors.el,
851 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
852 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
853 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
854 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
855 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
856 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
857 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
858 * international/codepage.el, international/iso-ascii.el,
859 * international/iso-insert.el, international/iso-transl.el,
860 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
861 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
862 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
863 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
864 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
865 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
866 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
867 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
868 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
869 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
870 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
871 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
872 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
873 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
874 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
875 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
876 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
877 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
878 * textmodes/tex-mode.el, textmodes/text-mode.el,
879 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
880 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
881 * vt100-led.el, window.el: Some fixes to follow coding conventions in
882 files maintained by FSF.
883
884 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
885
886 * arc-mode.el: A fix to follow coding conventions.
887
888 * bindings.el: Ditto.
889
890 * cdl.el: Ditto.
891
892 * comint.el: Ditto.
893
894 * cus-start.el: Ditto.
895
896 * shell.el: Ditto.
897
898 * skeleton.el: Ditto.
899
900 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
901
902 * info.el (Info-build-node-completions):
903 Make Info-current-file-completions buffer local.
904
905 2001-07-13 Gerd Moellmann <gerd@gnu.org>
906
907 * which-func.el (which-func-mode, which-func-ff-hook)
908 (which-function-mode): Remove references to which-func-mode-global.
909
910 * calendar/cal-islam.el (calendar-goto-islamic-date):
911 Add autoload cookie.
912
913 * play/fortune.el: Add types to defcustoms.
914
915 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
916
917 * language/czech.el: A fix to follow coding conventions.
918
919 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
920
921 * speedbar.el (speedbar-supported-extension-expressions): Add .g
922 to the extension list, for antlr-mode. From Christoph Wedler
923 <Christoph.Wedler@sap.com>.
924
925 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
926
927 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
928 (vc-dired-mode-map): Fix the madness.
929
930 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
931 (vc-prefix-map): Moved back from vc.el.
932
933 2001-07-11 Gerd Moellmann <gerd@gnu.org>
934
935 * mail/mail-extr.el (mail-extr-all-top-level-domains):
936 Increase the size of the obarray.
937 (mail-extr-all-top-level-domains): Add more toplevel domains,
938 add more long names.
939 From: Per Starback <starback@ling.uu.se>.
940
941 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
942
943 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
944 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
945
946 * progmodes/ada-mode.el: Ditto.
947
948 * progmodes/ada-xref.el: Ditto.
949
950 2001-07-11 Miles Bader <miles@gnu.org>
951
952 * finder.el (finder-insert-at-column): Also move to the next line
953 if exactly at COLUMN.
954
955 2001-07-10 Gerd Moellmann <gerd@gnu.org>
956
957 * help.el (describe-function-1): When printing FUNCTION's
958 documentation, don't assume FUNCTION is a symbol.
959
960 * startup.el (normal-top-level): Don't operate on the initial
961 frame if we failed to create one.
962
963 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
964
965 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
966 itself, i.e. only indent the contents in it.
967
968 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
969
970 * mail/rmail.el (rmail-show-message): Show beginning of message in
971 all windows containing it.
972
973 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
974
975 * term/tty-colors.el: Fix the header line and copyright years.
976
977 2001-07-09 Gerd Moellmann <gerd@gnu.org>
978
979 * emacs-lisp/advice.el (ad-make-advised-definition): If the
980 original definition has an interactive form, but is Elp
981 instrumented, use the interactive form of the function called by
982 elp-wrapper.
983
984 * winner.el (winner-equal): Make it a defun. Don't compare Winner
985 configurations with compare-window-configuration; they aren't
986 window configurations.
987
988 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
989 from the server for the format we expect. Don't use it if it
990 doesn't look like what the Internet draft for FTP extensions specifies.
991
992 * toolbar/*.pbm: Cleaned up.
993 From Luis Fernandes <elf@ee.ryerson.ca>.
994
995 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
996
997 * cc-cmds.el: Extended the kludge to interoperate with the
998 delsel and pending-del packages wrt to the new function
999 `c-electric-delete-forward'.
1000
1001 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1002
1003 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1004 to delay the call to <mode> for global minor modes.
1005 (easy-mmode-define-navigation): Only recenter if interactive.
1006
1007 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1008
1009 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1010 to lisp-indent-line.
1011
1012 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1013 from the server. Call encode-time only when we are sure that we
1014 got a 213 response.
1015
1016 2001-07-06 Simon Josefsson <jas@extundo.com>
1017
1018 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1019 (mail-envelope-from): New user option.
1020 (sendmail-send-it): Use it.
1021
1022 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1023
1024 * ps-print.el: Use locale dependant date to print date in header.
1025 Doc fix.
1026 (ps-print-version): New version number (6.5.3).
1027 (ps-right-header, ps-right-footer): Initialization and doc fix.
1028 (ps-time-stamp-locale-default): New fun.
1029
1030 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1031
1032 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1033 field problem with MIME-mode.
1034
1035 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1036
1037 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1038
1039 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1040 MIME-mode.
1041
1042 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 * bindings.el (mode-line-mule-info): Don't show the tip with
1045 buffer-file-coding-system if that is nil.
1046
1047 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1048
1049 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1050 instead of kill-line.
1051
1052 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1053 <Pavel@Janik.cz>.
1054
1055 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1056 <Pavel@Janik.cz>.
1057
1058 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1059
1060 * font-lock.el (c-font-lock-keywords-3): When matching something
1061 like `struct X Y', finish with point after Y.
1062
1063 2001-07-04 Simon Josefsson <jas@extundo.com>
1064
1065 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1066 in caller buffer.
1067
1068 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1069
1070 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1071 instead of string-match to find the basename of the file.
1072 From Pascal Obry <p.obry@wanadoo.fr>.
1073
1074 * net/browse-url.el (browse-url-default-windows-browser):
1075 Support the MS-DOS port when it runs on Windows.
1076 (browse-url-browser-function) [ms-dos]: Default to
1077 browse-url-default-windows-browser.
1078
1079 * help.el (locate-library): Enable code that looks for compressed
1080 libraries if auto-compression-mode is on.
1081
1082 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1083
1084 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1085
1086 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1087
1088 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1089
1090 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1091
1092 * allout.el: Fix the header line, so that finder.el recognizes it.
1093 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1094
1095 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1096 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1097
1098 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1099
1100 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1101
1102 * ps-bdf.el (bdf-directory-list): Use the value relative to
1103 installation-directory for MS-Windows as well.
1104
1105 2001-06-29 Richard M. Stallman <rms@gnu.org>
1106
1107 * wid-edit.el (widget-color-sample-face-get):
1108 Return ((foreground-color . COLOR)) instead of constructing a face.
1109
1110 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * faces.el (region): Change the background color for the
1113 light-background color display to lightgoldenrod2, to make it
1114 visible on some laptops.
1115
1116 2001-06-28 Richard M. Stallman <rms@gnu.org>
1117
1118 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1119 (rmail-msg-restore-non-pruned-header): Likewise.
1120 If point was in the old pruned header, put it at the top.
1121 (rmail-msg-prune-header): If point was at the top, keep it there.
1122
1123 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1124 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1125
1126 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1127
1128 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1129
1130 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1131
1132 * saveplace.el: Update maintainer email address.
1133
1134 2001-06-27 Francesco Potorti` <pot@gnu.org>
1135
1136 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1137 Undo previous change.
1138
1139 2001-06-27 Francesco Potorti` <pot@gnu.org>
1140
1141 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1142 preliminary quick reordering. Can speed things up dramatically.
1143
1144 2001-06-26 Richard M. Stallman <rms@gnu.org>
1145
1146 * dired.el (dired-get-filename): A file name starting with ~
1147 is not absolute in this context.
1148
1149 * which-func.el (which-func-maxout): Increase default to 500000.
1150 (which-function-mode): This is now the "real" name of the function.
1151 (which-func-mode): Now an alias.
1152 (which-func-mode-global): Name deleted.
1153
1154 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1155 button-2, when binding hs-mouse-toggle-hiding.
1156
1157 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1158
1159 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1160 (rmail-msg-prune-header): Likewise.
1161 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1162 and `rmail-msg-prune-header'.
1163
1164 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1165
1166 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1167 back than LINEBEG.
1168
1169 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1170
1171 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1172 window where they clicked the mouse has a header line, adjust
1173 vertical movement by one.
1174
1175 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1176
1177 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1178 too when separating a parenthesis.
1179
1180 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1181
1182 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1183 (bookmark-bmenu-hide-filenames): Add help-echo to
1184 mouse-highlighted text.
1185 (bookmark-bmenu-show-filenames): Remove help-echo property from
1186 the whitespace.
1187
1188 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1189
1190 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1191 From Karl Eichwalder <ke@suse.de>.
1192
1193 2001-06-23 Richard M. Stallman <rms@gnu.org>
1194
1195 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1196
1197 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1198 contents for completing-read.
1199
1200 2001-06-22 Richard M. Stallman <rms@gnu.org>
1201
1202 * menu-bar.el (menu-bar-make-toggle): Construct the
1203 function's doc string from HELP, not DOC, and make it accurate by
1204 adding "Toggle whether to " at the front and downcasing the initial.
1205 Change the HELP arg in some calls to make it fit this usage.
1206
1207 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1208 Undo previous change.
1209
1210 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1211
1212 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1213
1214 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1215
1216 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1217
1218 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1219
1220 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1221
1222 2001-06-20 Richard M. Stallman <rms@gnu.org>
1223
1224 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1225 broken out from dabbrev--find-expansion. Handle minibuffer
1226 specially here.
1227 (dabbrev--find-expansion): Simplify code in various ways.
1228 Don't treat minibuffers specially.
1229 Call dabbrev--make-friend-buffer-list.
1230 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1231 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1232
1233 2001-06-19 John Wiegley <johnw@gnu.org>
1234
1235 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1236 Also, added a comment describing how to greatly speedup Eshell
1237 loadup time, by concatenating together all of Eshell's .elc files.
1238
1239 2001-06-19 John Wiegley <johnw@gnu.org>
1240
1241 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1242
1243 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * woman.el (WoMan-highlight-references): Add help-echo to
1246 mouse-highlighted text.
1247
1248 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1249
1250 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1251
1252 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1253
1254 * international/quail.el (quail-start-conversion):
1255 Reset quail-translating to nil.
1256
1257 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1258 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1259
1260 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1261
1262 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1263 mouse-highlighted text.
1264
1265 * dired.el (dired-mark-pop-up): Fix last change.
1266
1267 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1270 mouse-highlighted text.
1271
1272 * net/quickurl.el (quickurl-url-file): Run through
1273 convert-standard-filename.
1274 (quickurl-list-populate-buffer): Add help-echo to
1275 mouse-highlighted text.
1276 (top-level): Update Dave's URL.
1277
1278 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1279 mouse-highlighted text.
1280
1281 * textmodes/page-ext.el (pages-copy-header-and-position):
1282 Add help-echo to mouse-highlighted text.
1283
1284 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1285 mouse-highlighted text.
1286
1287 * replace.el (occur): Add help-echo to mouse-highlighted text.
1288
1289 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1290 mouse-highlighted text.
1291
1292 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1293 mouse-highlighted text.
1294
1295 * progmodes/compile.el (compile-reinitialize-errors):
1296 Add help-echo to mouse-highlighted messages.
1297 (compilation-forget-errors): Remove help-echo property as well.
1298
1299 * play/landmark.el (lm-plot-square, lm-init-display):
1300 Add help-echo to mouse-highlighted text.
1301
1302 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1303 Add help-echo to mouse-highlighted text.
1304
1305 * dired.el (dired-insert-set-properties): Add help-echo to
1306 mouse-highlighted text.
1307 (dired-mark-pop-up): Remove help-echo property from the file name.
1308
1309 * comint.el (comint-send-input): Add help-echo to
1310 mouse-highlighted text.
1311
1312 * buff-menu.el (list-buffers-noselect): Add help-echo to
1313 mouse-highlighted text.
1314
1315 * arc-mode.el (archive-summarize-files): Add help-echo to
1316 mouse-highlighted text.
1317
1318 * ffap.el (ffap-machine-p): Always return nil if
1319 open-network-stream is not fboundp.
1320
1321 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1322
1323 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1324 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1325 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1326 incorrectly binding chars between 128 and 256 to it.
1327 (sgml-maybe-name-self): Handle latin-1 chars properly.
1328 (sgml-tags-invisible): Bind buffer-file-name to nil.
1329 Use unwind-protect and restore-buffer-modified-p.
1330 (sgml-point-entered): Use buffer-substring-no-properties.
1331 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1332 (html-mode): Don't force `imenu-sort-function'.
1333
1334 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1335
1336 * tar-mode.el: Fix the copyright notice.
1337
1338 * font-lock.el (font-lock-comment-face): For tty's with dark
1339 background, use "red1", since "lightred" is not one of the colors
1340 recognized by tty-colors.el.
1341
1342 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1343 create a buffer for extracted file, in case there's more than one
1344 file by that name in an archive, possibly in different
1345 directories. From Kevin Rodgers <kevinr@ihs.com>.
1346
1347 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1348 <alex@gnu.org>.
1349
1350 2001-06-15 Miles Bader <miles@gnu.org>
1351
1352 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1353 Revert previous change.
1354
1355 2001-06-14 Richard M. Stallman <rms@gnu.org>
1356
1357 * replace.el (keep-lines-read-args): Return just a regexp.
1358 Provide nil for the region args.
1359 (keep-lines, flush-lines, how-many):
1360 Calculate the defaults for the region here, when args are nil.
1361
1362 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1363
1364 * rot13.el (rot13-other-window): Some more doc fix.
1365
1366 2001-06-14 Per Starback <starback@ling.uu.se>
1367
1368 * replace.el (case-replace, query-replace-from-history-variable)
1369 (query-replace-to-history-variable, keep-lines-read-args)
1370 (occur-revert-function, query-replace-help): Dox fix.
1371
1372 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1373
1374 * rot13.el (rot13-other-window): Doc fix.
1375
1376 2001-06-14 Miles Bader <miles@gnu.org>
1377
1378 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1379 of " and \ to "." (punctuation).
1380 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1381
1382 2001-06-13 Richard M. Stallman <rms@gnu.org>
1383
1384 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1385
1386 * simple.el (shell-command-on-region): Never kill the
1387 *Shell Command Output* buffer.
1388
1389 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1390
1391 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1392
1393 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1394
1395 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1396 New var, to recognize ${ $' and PODs.
1397 (perl-font-lock-syntactic-face-function): New function.
1398 (perl-mode): Use them.
1399 (perl-continuation-line-p): New function, from perl-calculate-indent.
1400 (perl-calculate-indent): Use it, to properly handle continuation
1401 lines of continuation lines.
1402
1403 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1404
1405 * server.el (server-process, server-buffer-clients): Doc fix.
1406 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1407
1408 2001-06-09 John Wiegley <johnw@gnu.org>
1409
1410 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1411 test if the last command was Lisp or not.
1412 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1413 B x C".
1414
1415 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1416
1417 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1418 general one on compile.el supports drive letters.
1419
1420 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1421
1422 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1423 key description.
1424
1425 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1426
1427 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1428 (reftex-toc-jump): New command.
1429
1430 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1431 to parse international characters as well.
1432
1433 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1434 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1435
1436 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1437
1438 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1439 TAB to the key separators.
1440
1441 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1442
1443 * international/mule.el (auto-coding-alist): Remove redundant
1444 up-cased versions of the extensions (auto-coding-alist-lookup is
1445 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1446 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1447
1448 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1451
1452 2001-06-01 Richard M. Stallman <rms@gnu.org>
1453
1454 * help.el (describe-variable): Put value on same line
1455 with preceding text, if it is short enough to look good that way.
1456
1457 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1458
1459 * term/internal.el (IT-unicode-translations): New variable.
1460 (IT-setup-unicode-display): New function.
1461
1462 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1463
1464 * ps-print.el: Handle before-string and after-string overlay properties
1465 in ps-print-*-with-faces commands. Doc fix.
1466 (ps-print-version): New version number (6.5.2).
1467 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1468 for XEmacs.
1469 (ps-prefix-quote): Doc fix.
1470 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1471 (ps-basic-plot-str, ps-plot-string): New funs.
1472
1473 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1474
1475 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1476 and :type spec.
1477
1478 2001-05-31 Gerd Moellmann <gerd@gnu.org>
1479
1480 * international/mule-cmds.el (inactivate-input-method):
1481 Set input-method-function to nil.
1482
1483 * xml.el (xml-parse-tag): The document may contain invalid characters.
1484 From ShengHuo ZHU <zsh@cs.rochester.edu>
1485
1486 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1487
1488 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1489 `rmail-summary-line-decoder' if the message does not have
1490 a Subject: field.
1491
1492 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1493
1494 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1495 New variable.
1496 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1497 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1498 is non-nil.
1499
1500 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1501
1502 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1503
1504 2001-05-29 Sam Steingold <sds@gnu.org>
1505
1506 * faces.el (face-valid-attribute-values): Bind `valid' directly
1507 instead of using `setq'.
1508
1509 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1510 Use `tex-shell-buf'.
1511 (tex-shell-proc): Use `tex-shell-running'.
1512 (tex-shell-buf-no-error): New function.
1513 (tex-send-tex-command): Use it.
1514 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1515 (tex-kill-job): Check the process before calling `quit-process'.
1516
1517 2001-05-29 Gerd Moellmann <gerd@gnu.org>
1518
1519 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1520 UTF-8 sequences.
1521
1522 2001-05-28 Miles Bader <miles@gnu.org>
1523
1524 * comint.el (comint-carriage-motion): Renamed from
1525 `comint-cr-magic'. Operate on the buffer instead of the string
1526 (for use as a comint post-output filter, instead of as a
1527 pre-output filter). Handle backspaces too. Add to the
1528 `comint-output-filter-functions' hook instead of
1529 `comint-preoutput-filter-functions'.
1530
1531 2001-05-28 Gerd Moellmann <gerd@gnu.org>
1532
1533 * language/japan-util.el (japanese-hankaku): Prefer the charset
1534 `jisx0201' when the optional argument `ascii-only' is not specified.
1535 (japanese-hankaku-region): Ditto.
1536 From Katsumi Yamaoka <yamaoka@jpl.org>
1537
1538 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1539
1540 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1541 (outline-invisible-p): New function.
1542 (hide-leaves): Save excursion.
1543 (hide-other): Stop looping when reaching bobp.
1544
1545 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1546
1547 * cus-edit.el (custom-file): Fix last change.
1548
1549 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1550
1551 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1552 same definition in byte-compile-function-environment as `autoload'
1553 would put in `symbol-function'.
1554
1555 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1556 patch to correct the error message as well.
1557
1558 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1559
1560 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1561 unless ~/.emacs exists.
1562
1563 * novice.el (enable-command): If user-init-file is nil or does not
1564 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1565
1566 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1567
1568 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1569 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1570 Allow spaces around macro arguments.
1571 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1572 indent-for-tab-command.
1573 (latex-mode-map, plain-tex-mode-map): New keymaps.
1574 Inherit from tex-mode-map.
1575 (tex-common-initialization): Don't setup the keymap any more
1576 since it's now done right by define-derived-mode.
1577 (latex-mode): Set skeleton-end-hook to nil.
1578 (latex-skeleton-end-hook): Remove.
1579 (tex-latex-block, latex-insert-item): Simplify.
1580 (latex-syntax-after): Use following-char rather than char-after.
1581 (tex-discount-args-cmds, tex-count-words): New functions.
1582
1583 * textmodes/tildify.el (tildify-ignored-environments-alist):
1584 Recognize \verb* as well.
1585
1586 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1587 (perl-comment-indent): Simplify to let newcomment.el do its job.
1588 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1589 (perl-mark-function): Cleanup the namespace.
1590 (perl-calculate-indent): Don't be fooled by nested functions.
1591
1592 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1593
1594 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1595 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1596
1597 2001-05-25 Andrew Choi <akochoi@i-cable.com>
1598
1599 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1600 actually be `\\'.
1601 (ctlau-b5-converter): Likewise.
1602
1603 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1604
1605 * international/titdic-cnv.el (quail-misc-package-ext-info):
1606 Change CTLauB.el to CTLau-b5.el.
1607
1608 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1609
1610 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1611 rather than beginning-of-line to avoid problems with fields.
1612 (gud-perldb-massage-args): Use unless and push.
1613 (gud-chdir-before-run): New var.
1614 (gud-common-init): Use it.
1615
1616 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1617
1618 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1619 delete entries for chinese-ctlau and chinese-ctlaub.
1620 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1621 chinese-ctlaub.
1622 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1623 New functions.
1624
1625 2001-05-22 Gerd Moellmann <gerd@gnu.org>
1626
1627 * cus-edit.el (custom-comment-show): Remove debug code.
1628
1629 * language/japan-util.el (japanese-symbol-table): Fix handling of
1630 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1631
1632 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1633
1634 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1635 Renamed by removing the silly `-flag' suffix.
1636 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1637
1638 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1639
1640 * replace.el (keep-lines-read-args): Use `copy-marker'.
1641 (how-many): Save excursion properly.
1642 (occur-mode): Use define-derived-mode.
1643 (perform-replace): Use with-current-buffer.
1644
1645 2001-05-20 Richard M. Stallman <rms@gnu.org>
1646
1647 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1648
1649 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1650
1651 * info.el (Info-read-subfile): Widen before finding the
1652 desired node in the subfile.
1653
1654 * startup.el (command-line-1): When >2 files visited,
1655 leave the last one visible, and make that the selected window.
1656
1657 2001-05-20 Gerd Moellmann <gerd@gnu.org>
1658
1659 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1660
1661 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1662
1663 * international/ccl.el (define-ccl-program): Fix a typo.
1664 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1665
1666 * international/mule.el (decode-char): Fix a typo. From Pavel
1667 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1668
1669 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1670 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1671
1672 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1673 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1674
1675 2001-05-18 Sam Steingold <sds@gnu.org>
1676
1677 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1678 and [RET] to `cvs-mode-find-file'.
1679
1680 2001-05-18 John Wiegley <johnw@gnu.org>
1681
1682 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1683 configuration variable, which determines the initial character
1684 that forces use of an external version of a command. The default
1685 is *, but may be set to \, for example.
1686
1687 * eshell/esh-ext.el (eshell-explicit-command):
1688 Use `eshell-explicit-command-char' instead of ?*.
1689
1690 * eshell/esh-cmd.el (eshell/which):
1691 Use `eshell-explicit-command-char' instead of ?*.
1692
1693 * eshell/em-cmpl.el (eshell-completion-command-name)
1694 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1695 instead of ?*.
1696
1697 2001-05-18 Gerd Moellmann <gerd@gnu.org>
1698
1699 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1700 subst-char-in-string.
1701 (ange-ftp-after-parse-ls-hook): New variable.
1702 (ange-ftp-ls): Run that hook.
1703 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1704
1705 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1706 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1707 text into *Completions*.
1708
1709 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1710 part of which look like email addresses.
1711
1712 2001-05-18 Andrew Innes <andrewi@gnu.org>
1713
1714 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1715 Use . instead of absolute path for lisp dir, to avoid bug in W2K
1716 cmd.exe's handling of FOR loops.
1717 (autoloads): Set find-file-suppress-same-file-warnings to t to
1718 avoid slew of spurious messages.
1719
1720 2001-05-18 Simon Josefsson <simon@josefsson.org>
1721
1722 * mail/smtpmail.el (maybe-append-domain): Renamed to
1723 `smtpmail-maybe-append-domain'.
1724 (smtpmail-via-smtp): Use the new name.
1725
1726 * net/browse-url.el (browse-url-browser-function): Add kde.
1727 (browse-url-kde-program, browse-url-kde-args): New variables.
1728 (browse-url-kde): New function.
1729
1730 2001-05-18 Miles Bader <miles@gnu.org>
1731
1732 * simple.el (delete-horizontal-space, just-one-space):
1733 Use `constrain-to-field' instead of `field-end'/`field-beginning',
1734 because it's more efficient for large files.
1735
1736 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1737
1738 * mail/rmail.el (rmail-require-mime-maybe): New function.
1739 (rmail): Use it.
1740 (rmail-mode): Handle the case of finding Rmail files.
1741
1742 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1743 functions.
1744
1745 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1746
1747 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1748 text-property after moving to the beginning of line and regardless
1749 of the value of font-lock-multiline.
1750
1751 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1752
1753 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1754
1755 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1756 last coding system used before calling set-buffer-modified-p
1757 because that function changes last-coding-system.
1758
1759 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1760
1761 * files.el (switch-to-buffer-other-window)
1762 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1763 the doc string.
1764
1765 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1766
1767 * language/slovak.el, language/czech.el: New maintainer.
1768
1769 2001-05-16 Sam Steingold <sds@gnu.org>
1770
1771 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1772 sub-form of `defgeneric' correctly.
1773
1774 2001-05-16 Gerd Moellmann <gerd@gnu.org>
1775
1776 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1777 of `c'.
1778
1779 * textmodes/outline.el (outline-font-lock-level): Remove the
1780 condition-case, test what outline-level returns instead, to
1781 ease debugging.
1782
1783 * international/mule.el (auto-coding-regexp-alist): New user-option.
1784 (auto-coding-from-file-contents): New function.
1785 (set-auto-coding): Use it to determine a coding system.
1786
1787 2001-05-15 Gerd Moellmann <gerd@gnu.org>
1788
1789 * mouse.el (mouse-delete-other-windows): Doc fix.
1790
1791 * emacs-lisp/lisp-mode.el (lisp-mode):
1792 Make font-lock-keywords-case-fold-search a buffer-local variable with
1793 make-local-variable before setting it.
1794
1795 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1796
1797 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1798 prefixes.
1799
1800 2001-05-14 Gerd Moellmann <gerd@gnu.org>
1801
1802 * hexl.el (hexl-current-address): Print a message when called
1803 interactively.
1804
1805 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1806
1807 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1808
1809 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1810
1811 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1812
1813 2001-05-11 Gerd Moellmann <gerd@gnu.org>
1814
1815 * startup.el (command-line): If parameters have been changed in
1816 the init files which influence font selection, clear the face
1817 cache so that faces get realized with the new parameters.
1818
1819 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1820
1821 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1822
1823 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1824
1825 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1826
1827 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1828 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1829
1830 2001-05-10 Gerd Moellmann <gerd@gnu.org>
1831
1832 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1833 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
1834
1835 2001-05-09 John Wiegley <johnw@gnu.org>
1836
1837 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1838 Annotated the documentation string to tell users about
1839 `eshell-no-numeric-conversions'.
1840
1841 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1842 conversions if a Lisp function has the property
1843 `eshell-no-numeric-conversions' set to a non-nil value.
1844
1845 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1846 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1847 property `eshell-no-numeric-conversions' on the following
1848 functions (which all deal with filesystem entities, and never Lisp
1849 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1850 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1851 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1852 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1853 eshell/which, eshell/addpath.
1854
1855 2001-05-09 John Wiegley <johnw@gnu.org>
1856
1857 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1858 encountered as an argument, don't convert it right away, but tag
1859 the first character of the string with the text properties
1860 `number', which signifies to `eshell-lisp-command' that the
1861 argument should be passed through `string-to-number' if it is
1862 actually used in the call to a Lisp function.
1863
1864 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1865 function, convert any string arguments that have been tagged as
1866 "numbers", by calling string-to-number.
1867
1868 * eshell/esh-util.el (eshell-number-regexp): Now that number
1869 conversions only happen for Lisp function calls, the number regexp
1870 should now match all integer and floating point forms.
1871
1872 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1873 `eshell-continue-process', since they are both nonfunctional at
1874 the moment.
1875 (eshell-proc-initialize): Don't bind keys for
1876 `eshell-stop-process' or `eshell-continue-process'.
1877
1878 * eshell/em-unix.el (eshell-shuffle-files):
1879 Apply `directory-file-name' before calling `file-name-directory'.
1880
1881 * eshell/em-hist.el (eshell-add-to-history): Reference to
1882 `eshell-history-ring' needed to be `eshell-history-index'.
1883
1884 * calendar/timeclock.el (timeclock-find-discrep):
1885 Initialize `elapsed' to 0.
1886 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1887 it's still nil.
1888
1889 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1890
1891 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1892 (archive-mode): Use capitalize.
1893 (archive-unique-fname): Use make-temp-file.
1894
1895 2001-05-09 Gerd Moellmann <gerd@gnu.org>
1896
1897 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1898
1899 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1900
1901 * tar-mode.el (tar-extract): Pay attention to the value of
1902 coding-system-for-read, if it is non-nil.
1903
1904 * calendar/holidays.el (holidays): Add an autoload cookie.
1905 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1906
1907 2001-05-08 John Wiegley <johnw@gnu.org>
1908
1909 * calendar/timeclock.el (timeclock-workday-remaining):
1910 Changed logic for determining how much time is remaining.
1911 (timeclock-workday-elapsed): Don't accept a "relative" argument
1912 for the current day's elapsed time. What could that have meant?
1913 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1914 (timeclock-when-to-leave): Changed logic, similarly to what was
1915 done for `timeclock-workday-remaining'.
1916 (timeclock-find-discrep): Removed "today-only" argument, which had
1917 no meaning. Fixed some more math problems. The function now
1918 returns a three member list: (TOTAL-TIME-DISCREPANCY
1919 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1920
1921 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1922
1923 * w32-fns.el (convert-standard-filename): Start replacing slashes
1924 from the beginning of the file name, not from where the last
1925 invalid character was. From "Andrew Maguire (SWW)"
1926 <Andrew.Maguire@Smallworld.co.uk>
1927
1928 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1929
1930 The following changes are to provide infrastructure for handling
1931 MIME messages to rmail. They don't affect the original behaviour
1932 if rmail-enable-mime is nil.
1933
1934 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1935 (rmail-search-mime-message-function)
1936 (rmail-search-mime-header-function): New variables.
1937 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1938 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1939 `rmail-view-buffer' is hidden.
1940 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1941 call rmai-show-mime-function.
1942 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1943 mode-line-process of rmail-view-buffer.
1944 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1945 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1946 buffer.
1947 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1948 set-buffer to the Rmail buffer.
1949 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1950 rmail-search-mime-header-function.
1951 (rmail-search-message): New function.
1952 (rmail-search): Call rmail-search-message to check if a message
1953 matches REGEXP, lastly update point after calling
1954 rmail-show-message.
1955 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1956 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1957 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1958 header region, refer to rmail-msgref-vector while setting the
1959 current buffer to rmail-buffer temporarily.
1960 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1961 If rmail-enable-mime is non-nil, call
1962 rmail-insert-mime-forwarded-message-function instead of inserting
1963 forwarded message by itself.
1964
1965 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1966 Rmail buffer.
1967 (rmail-set-label, rmail-next-labeled-message): Likewise.
1968
1969 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1970 set-buffer to the Rmail buffer.
1971 (rmail-output-to-rmail-file): Likewise.
1972 (rmail-output): Likewise.
1973
1974 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1975 of mail-fetch-field by rmail-summary-line-decoder.
1976 (rmail-new-summary): Be sure to go to the Rmail buffer.
1977 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1978 rmail-view-buffer to nil.
1979 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1980 rmail-view-buffer.
1981 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1982 rmail-buffer.
1983 (rmail-summary-scroll-msg-down): Likewise.
1984 (rmail-summary-beginning-of-message): Likewise.
1985 (rmail-summary-wipe): Likewise.
1986 (rmail-summary-toggle-header): Use save-window-excursion, not
1987 save-excursion. Update point in rmail-view-buffer, not in
1988 rmail-buffer.
1989 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1990 rmail-view-buffer, not rmail-buffer.
1991
1992 2001-05-07 Gerd Moellmann <gerd@gnu.org>
1993
1994 * cus-edit.el (custom-file): Signal an error if user-init-file is
1995 nil (running -q).
1996
1997 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1998
1999 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2000 Add :version.
2001
2002 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2003 New option.
2004 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2005 only if smtpmail-warn-about-unknown-extensions is set.
2006
2007 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2008 instead of rmail-sort-by-keywords.
2009
2010 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2011 rmail-sort-by-keywords.
2012
2013 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2014 rmail-summary-sort-by-keywords. Doc fix.
2015 (rmail-summary-mode): Doc fix.
2016
2017 * mail/rmail.el (rmail-edit): New Custom group.
2018
2019 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2020 (rmail-edit-mode-hook): New user-option.
2021
2022 2001-05-05 Richard M. Stallman <rms@gnu.org>
2023
2024 * help.el (help-xref-symbol-regexp): Recognize "source of"
2025 and friends, meaning make a link to the source file.
2026 (help-make-xrefs): Handle "source of" and friends
2027 by constructing a link that visits the source file.
2028
2029 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2030
2031 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2032
2033 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2034 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2035 Renamed from perl-font-lock-keywords to avoid clashes.
2036 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2037 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2038 Updated correspondingly.
2039
2040 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2041 Typo `nonexistant' -> `nonexistent'.
2042
2043 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2044
2045 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2046 Split `c-electric-delete' into two functions where
2047 `c-electric-delete-forward' always deletes forward and
2048 `c-electric-delete' only contains the code necessary for XEmacs to
2049 choose between backward and forward deletion.
2050
2051 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2052 get the electric behavior on that key too.
2053 (c-fill-paragraph): Fixed bogus direct use of
2054 c-comment-prefix-regexp, which caused an error when it's a list.
2055
2056 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * dired-aux.el (dired-diff): Doc fix.
2059
2060 * dired.el (dired-diff): Likewise.
2061
2062 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2063
2064 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2065
2066 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2067
2068 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2069 if both the buffer and the file are read-only.
2070
2071 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2072 rather than font-lock-string-face.
2073 (sh-get-indent-info): Treat heredocs like strings.
2074
2075 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2076
2077 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2078 a newline following `}'.
2079 (texinfo-format-email): New function.
2080 (toplevel): Use texinfo-format-email for @email.
2081 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2082 Add `display'.
2083 (texinfo-sort-region): Goto point-min before sorting.
2084 (texinfo-set): Remove leading white space from value.
2085 From yagi@is.titech.ac.jp.
2086
2087 * replace.el (query-replace-regexp-eval): Doc fix.
2088
2089 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2090
2091 * diff-mode.el (diff-nonexistant-face): New face.
2092 (diff-font-lock-keywords): Use it.
2093
2094 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2095
2096 * font-lock.el (font-lock-mode): Doc fix.
2097
2098 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2099 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2100
2101 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2102
2103 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2104 backslash at the start of the here-document delimiter.
2105 (sh-font-lock-syntactic-keywords): Likewise.
2106
2107 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2108
2109 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2110
2111 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2112 (tty-color-translate, tty-color-by-index, tty-color-values)
2113 (tty-color-desc): Doc fix.
2114
2115 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2116
2117 * dired-aux.el (dired-do-create-files, dired-do-copy)
2118 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2119 Mention dired-dwim-target in the doc string.
2120
2121 2001-04-28 Miles Bader <miles@gnu.org>
2122
2123 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2124 (dabbrev--find-expansion): Use it.
2125 (dabbrev--select-buffers): Don't select ignored buffers.
2126
2127 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2128
2129 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2130
2131 2001-04-26 Richard M. Stallman <rms@gnu.org>
2132
2133 * dabbrev.el: Add doc strings for some functions.
2134 (dabbrev--eliminate-newlines): New variable.
2135 (dabbrev--substitute-expansion): Convert newlines to spaces
2136 if dabbrev--eliminate-newlines is set.
2137 If abbrev and expansion are both all-lower-case,
2138 leave dabbrev--last-case-pattern nil.
2139
2140 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2141
2142 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2143 if necessary, like in rmail-show-message.
2144
2145 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2146
2147 * ps-print.el: Color specified by number is forced to be float number.
2148 (ps-print-version): New version number (6.5.1.1).
2149 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2150 initialization.
2151 (ps-prefix-quote): New internal var.
2152 (ps-print-quote): New fun.
2153 (ps-setup, ps-output-frame-properties, ps-float-format)
2154 (ps-format-color): Code fix.
2155 (ps-plot-region): Eliminate redundant foreground color text setting.
2156
2157 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2158
2159 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2160
2161 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2162
2163 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2164
2165 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2166
2167 * info.el (Info-additional-directory-list): Doc fix.
2168
2169 * find-lisp.el (find-lisp-find-dired-filter)
2170 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2171 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2172
2173 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2174
2175 * progmodes/make-mode.el (makefile-font-lock-keywords):
2176 Rationalize the rules for includes and conditionals and use the
2177 keyword face for them.
2178
2179 * faces.el (modify-face): Add compatibility for non-interactive use.
2180
2181 2001-04-24 John Wiegley <johnw@gnu.org>
2182
2183 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2184 fix from last night, since it wasn't finding eshell/cd.
2185
2186 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2187
2188 * rect.el (string-rectangle): Revert to 20.x behaviour.
2189 (replace-rectangle): Make it an alias for string-rectangle.
2190 (string-insert-rectangle): New function.
2191
2192 2001-04-23 John Wiegley <johnw@gnu.org>
2193
2194 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2195 occurring with Emacs 21's diff.el/compile.el interaction layer.
2196
2197 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2198
2199 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2200 case where the function was defined in a file, but not part of an
2201 eshell module.
2202
2203 2001-04-23 John Wiegley <johnw@gnu.org>
2204
2205 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2206 code to work around a redisplay problem I've been having.
2207
2208 2001-04-23 John Wiegley <johnw@gnu.org>
2209
2210 * calendar/timeclock.el (timeclock-day-required): If the time
2211 required for a particular day is not set, use `timeclock-workday'.
2212 (timeclock-find-discrep): Added some sample code in a comment.
2213
2214 * eshell/eshell.el (eshell-command): Made a few changes so that
2215 `eshell-command' could be called programmatically.
2216
2217 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2218
2219 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2220
2221 2001-04-23 John Wiegley <johnw@gnu.org>
2222
2223 * calendar/timeclock.el: Updated copyright.
2224 (timeclock-generate-report): Don't report the daily or two-week
2225 total, if no time has been worked in that period.
2226 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2227 final computational form, which was unnecessary; corrected a
2228 parsing problem when timeclock-relative was nil.
2229
2230 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2231
2232 * calendar/timeclock.el (timeclock-modeline-display): Check if
2233 `list-entry' is null.
2234 (timeclock-use-display-time): The first argument to `set-variable'
2235 must be a symbol.
2236
2237 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2238
2239 * calendar/calendar.el (diary-entry-marker)
2240 (calendar-today-marker, calendar-holiday-marker):
2241 Use display-color-p instead of window-system.
2242 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2243 instead of window-system.
2244 (calendar-hide-window): Use display-multi-frame-p instead of
2245 window-system.
2246
2247 * calendar/cal-x.el (calendar-two-frame-setup)
2248 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2249 Use display-multi-frame-p instead of window-system.
2250
2251 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2252
2253 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2254
2255 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2256 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2257
2258 2001-04-23 Alex Schroeder <alex@gnu.org>
2259
2260 * goto-addr.el: Instead of defining line-beginning-position and
2261 line-end-position a defalias is used for point-at-bol and point-at-eol.
2262
2263 2001-04-23 Alex Schroeder <alex@gnu.org>
2264
2265 * goto-addr.el: Added XEmacs compatibility code.
2266 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2267
2268 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2269
2270 * textmodes/paragraphs.el (sentence-end): Doc fix.
2271
2272 2001-04-20 Alex Schroeder <alex@gnu.org>
2273
2274 * sql.el (sql-escape-newlines-and-send): New function.
2275 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2276
2277 2001-04-20 Alex Schroeder <alex@gnu.org>
2278
2279 * sql.el (sql-db2-program): New option.
2280 (sql-db2-options): New option.
2281 (sql-db2): New function.
2282
2283 2001-04-20 Alex Schroeder <alex@gnu.org>
2284
2285 * sql.el (sql-mode-menu): Added highlighting entries.
2286 (sql-highlight-oracle-keywords): New function.
2287 (sql-highlight-postgres-keywords): New function.
2288 (sql-highlight-ansi-keywords): New function.
2289
2290 2001-04-20 Alex Schroeder <alex@gnu.org>
2291
2292 * sql.el (sql-help): Doc change.
2293
2294 2001-04-19 Karl Fogel <kfogel@collab.net>
2295
2296 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2297 that inserted file content only to delete it immediately.
2298 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2299 <lektu@uol.com.br> for the patch.
2300
2301 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2302
2303 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2304
2305 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2306
2307 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2308 for defmethod.
2309
2310 * comint.el (comint-cr-magic): New function.
2311 (toplevel): Add it to comint-preoutput-filter-functions.
2312
2313 2001-04-18 Andrew Innes <andrewi@gnu.org>
2314
2315 * makefile.w32-in (EMACSLOADPATH): Define.
2316 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2317 (recompile): Remove stuff to set EMACSLOADPATH.
2318
2319 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2320
2321 * language/slovak.el ("Slovak"): Add tutorial entry.
2322
2323 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2324 browse-url-new-window-p.
2325
2326 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2327
2328 * info.el (Info-menu-update): When there are no menus and/or no
2329 cross references in the node, make the respective items of the
2330 Info menu-bar menu inactive.
2331
2332 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2333
2334 * indent.el (indent-for-tab-command): Call indent-line-function
2335 with no argument if PREFIX-ARG is non-nil.
2336
2337 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2338
2339 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2342 an async subprocess if start-process is unavailable. Suggested by
2343 Tim Van Holder <tim.van.holder@pandora.be>.
2344
2345 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2346
2347 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2348 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2349
2350 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2351
2352 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2353 manual.
2354
2355 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2356
2357 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2358 (cvs-menu): Add a few entries.
2359
2360 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2361 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2362 lock file appears to be reachable from Emacs.
2363 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2364 (cvs-mode-find-file): Look for cvs-header-face rather than
2365 cvs-dirname-face (which doesn't exist).
2366 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2367
2368 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2369
2370 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2371
2372 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2373 normal-erase-is-backspace on a tty. Instead, bind some keys such
2374 as [delete] directly, like pc-select.el did before
2375 normal-erase-is-backspace was invented.
2376
2377 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2378
2379 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2380
2381 2001-04-11 John Wiegley <johnw@gnu.org>
2382
2383 * eshell/em-ls.el (eshell-ls-insert-directory):
2384 Set font-lock-defaults to nil, to prevent fontification in dired
2385 buffers, if Eshell's ls is being used.
2386
2387 2001-04-11 John Wiegley <johnw@gnu.org>
2388
2389 * calendar/timeclock.el (timeclock-completing-read): New function.
2390 (timeclock-ask-for-project, timeclock-ask-for-reason):
2391 Call `timeclock-completing-read'.
2392
2393 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2394 required where `member' was being used.
2395
2396 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2397
2398 * eshell/em-hist.el (eshell-previous-matching-input):
2399 Don't display "History item" if the the minibuffer is active.
2400
2401 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2402
2403 * startup.el (command-line): Output a newline after printing
2404 an error from loading the window system's init file.
2405
2406 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2407
2408 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2409 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2410 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2411 keywords whose arguments routinely include @@.
2412
2413 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2414
2415 * emacs-lisp/advice.el (ad-make-advised-definition):
2416 Construct advice for subrs differently.
2417
2418 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2419 regexp in parentheses when building the regexp for searching backwards.
2420
2421 * simple.el (completion-list-mode-finish): New function.
2422 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2423
2424 * language/european.el ("Polish"): Change sample text.
2425 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2426
2427 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2428 parameter.
2429
2430 * faces.el (menu): Doc fix.
2431
2432 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2433
2434 * ps-print.el: Footer implementation. Doc fix.
2435 (ps-print-version): New version number (6.5.1).
2436 (ps-header-frame-alist): New customization var for header frame
2437 properties.
2438 (ps-line-number-color): New customization var for line number color.
2439 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2440 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2441 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2442 (ps-right-footer): New customization vars for footers.
2443 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2444 footers.
2445 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2446 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2447 Code fix.
2448 (ps-prologue-file): Indentation fix.
2449 (ps-print-quote): Fun eliminated.
2450 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2451 (ps-output-frame-properties): New fun.
2452 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2453 (ps-skip-newline): Replace defun by defsubst.
2454
2455 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
2456
2457 * eshell/eshell.el (eshell-command): Needed a "%s" format
2458 specifier, in case the buffer contains percent characters.
2459
2460 2001-04-10 John Wiegley <johnw@gnu.org>
2461
2462 * calendar/timeclock.el (timeclock-generate-report): Added a
2463 missing insert of the project name.
2464
2465 2001-04-09 Gerd Moellmann <gerd@gnu.org>
2466
2467 * obsolete/profile.el: Moved from emacs-lisp/.
2468
2469 * Makefile.in (nonobsolete_setwins): New macro.
2470 (finder-data): Use it instead of `setwins'.
2471 From: Dave Love <fx@gnu.org>.
2472
2473 * server.el (server-visit-files): Set server-existing-buffer correctly.
2474 (server-visit-files): Run server-visit-hook after going to
2475 line 1 so that the hook can set point as it sees fit.
2476
2477 * bindings.el (mode-line-modified): Unify help messages.
2478
2479 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2480
2481 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2482 All callers changed.
2483
2484 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2485
2486 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2487 long file names aren't supported, truncate the file names in
2488 quail-misc-package-ext-info to 8+3 before matching them against
2489 FILENAME.
2490
2491 * dos-fns.el (dos-truncate-to-8+3): New function.
2492
2493 * progmodes/compile.el (grep-compute-defaults): Use null-device
2494 instead of literal /dev/null. Reported by Jens Schmidt
2495 <schmidt@mathematik.uni-kl.de>.
2496
2497 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2498
2499 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2500
2501 * textmodes/sgml-mode.el: Add unknown maintainer.
2502 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2503 (html-mode-map): Use set-keymap-parent.
2504
2505 2001-04-06 Dave Love <fx@gnu.org>
2506
2507 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2508 Remove redundant string-to-list.
2509
2510 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2511
2512 * composite.el (reference-point-alist): Doc fix.
2513
2514 2001-04-05 Sam Steingold <sds@gnu.org>
2515
2516 * font-lock.el (font-lock-keywords-case-fold-search):
2517 Make buffer-local. This fixes a very annoying bug when loading a Lisp
2518 file made font-lock case-insensitive.
2519
2520 2001-04-05 Gerd Moellmann <gerd@gnu.org>
2521
2522 * faces.el (defface menu): Doc fix.
2523
2524 * wid-edit.el (widget-color-sample-face-get): Don't make
2525 faces for undefined colors.
2526
2527 * version.el (emacs-version): Include LessTif/Motif version info.
2528
2529 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2530
2531 * ps-mule.el: Eliminate cl package dependence.
2532 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2533 if they aren't defined yet.
2534 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2535 Eliminate cl package dependence.
2536
2537 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2538
2539 * progmodes/cc-cmds.el (c-outline-level):
2540 Bind buffer-invisibility-spec. Originally from Dave Love, but
2541 got lost when incorporating version 5.26.
2542
2543 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2544
2545 * emulation/pc-select.el (pc-selection-mode):
2546 Call normal-erase-is-backspace-mode instead of binding
2547 keys individually.
2548
2549 * cus-load.el (normal-erase-is-backspace): Use it instead of
2550 delete-key-deletes-forward.
2551
2552 * startup.el (command-line): Use normal-erase-is-backspace and
2553 normal-erase-is-backspace-mode.
2554
2555 * simple.el (normal-erase-is-backspace): Rename from
2556 delete-key-deletes-forward. Doc fix.
2557 (normal-erase-is-backspace-mode): Rename from
2558 delete-key-deletes-forward-mode. Doc fix.
2559 Run normal-erase-is-backspace-hook.
2560
2561 * dired.el (dired-move-to-filename-regexp): Support file sizes in
2562 ``human-readable'' format produced by GNU `ls'.
2563 (dired-move-to-filename-regexp): Recognize ISO format dates.
2564 From Paul Eggert <eggert@twinsun.com>.
2565
2566 2001-04-04 Gerd Moellmann <gerd@gnu.org>
2567
2568 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2569 New functions.
2570 (lm-verify): Check keywords.
2571 From Eric M. Ludlam <eric@siege-engine.com>.
2572
2573 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2574
2575 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2576 `xemacs' feature instead of for the function `set-extent-property'.
2577
2578 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2579
2580 * mail/mh-utils.el (mh-folder-hist): New var.
2581 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2582
2583 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2584
2585 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2586 region, position point on the first or last 16-byte group.
2587 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2588 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2589 hexl-beginning-of-line.
2590
2591 2001-04-03 Gerd Moellmann <gerd@gnu.org>
2592
2593 * icomplete.el (icomplete-mode): Treat an argument like other
2594 modes do.
2595
2596 * startup.el (fancy-splash-head): Use splash8.xpm for color
2597 depth 8.
2598
2599 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2600 Add an antry for ``converts''.
2601
2602 * language/slovak.el ("Slovak"): Add documentation string.
2603 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2604
2605 * language/czech.el ("Czech"): Add documentation string.
2606 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2607
2608 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2609 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2610
2611 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2612
2613 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2614 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2615 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2616 Use `defsubst' rather than a macro to ease debugging.
2617 (mail-extr-last): Remove (use `last' instead).
2618 (mail-extract-address-components): Properly reset the syntax-table
2619 after parsing an address. Use `last' rather than mail-extr-last.
2620 Make sure the end marker stays at the very end.
2621
2622 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2623
2624 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2625 last change.
2626
2627 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2628
2629 * ps-print.el: Line and paragraph spacing feature. Region to cut
2630 out when printing. Doc fix.
2631 (ps-print-version): New version number (6.5).
2632 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2633 New vars. Line and paragraph spacing feature.
2634 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2635 out when printing.
2636 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2637 (ps-get-font-size, ps-begin-job, ps-continue-line)
2638 (ps-plot-region): Code fix.
2639 (ps-print-prologue-2): Var eliminated.
2640 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2641 New internal vars.
2642 (ps-get-size): New fun.
2643 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2644 (ps-next-line): Replace defun by defsubst.
2645 (ps-mule-plot-string): Autoload doc fix.
2646
2647 * ps-bdf.el: XEmacs compatibility. Doc fix.
2648 (installation-directory, coding-system-for-read): Declare vars if
2649 it's not declared yet.
2650 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2651
2652 * ps-mule.el: XEmacs compatibility. Doc fix.
2653 (leading-code-private-22): Declare var if it's not declared yet.
2654 (charset-bytes, charset-dimension, charset-id, charset-width)
2655 (find-charset-region, split-char, char-width, chars-in-region)
2656 (forward-point, decompose-composite-char, encode-coding-string)
2657 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2658 Define funs if not defined yet.
2659 (encode-composition-rule, find-composition): Define funs if not
2660 loaded yet.
2661 (ps-mule-prologue): PostScript code fix.
2662
2663 2001-04-02 Kenichi Handa <handa@etl.go.jp>
2664
2665 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2666 non-nil, generate font for the header strings.
2667 (ps-mule-prepare-font): Likewise.
2668 (ps-mule-generate-glyphs): Likewise.
2669 (ps-mule-string-encoding): Likewise.
2670 (ps-mule-header-charsets): New variable.
2671 (ps-mule-encode-header-string): New function.
2672 (ps-mule-header-string-charsets): New function.
2673 (ps-mule-begin-job): Check charsets in the header strings. If there
2674 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2675
2676 * ps-print.el (ps-generate-header-line): Encode the header string by
2677 ps-mule-encode-header-string.
2678 (ps-mule-encode-header-string): Declare autoload.
2679
2680 2001-04-02 Gerd Moellmann <gerd@gnu.org>
2681
2682 * frame.el (cursor-in-non-selected-windows):
2683 Replaces show-cursor-in-non-selected-windows.
2684
2685 2001-03-31 Kenichi Handa <handa@etl.go.jp>
2686
2687 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2688 Delete entries for "chinese-py" and "chinese-ziranma".
2689 (quail-misc-package-ext-info): New variable.
2690 (tsang-quick-converter): New function.
2691 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2692 (quick-cns-converter, py-converter, ziranma-converter)
2693 (miscdic-convert, batch-miscdic-convert): New functions.
2694
2695 2001-03-30 Kenichi Handa <handa@etl.go.jp>
2696
2697 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2698 eight-bit-control chars.
2699
2700 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2701 Reduce making temporary vector (suggested by Dave Love).
2702
2703 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2704
2705 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2706 string as well.
2707
2708 2001-03-30 Andreas Schwab <schwab@suse.de>
2709
2710 * files.el (backup-directory-alist): Fix typo.
2711
2712 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2713
2714 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2715 <eggert@twinsun.com>.
2716
2717 2001-03-30 Dave Love <fx@gnu.org>
2718
2719 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2720
2721 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2722
2723 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2724
2725 2001-03-30 Miles Bader <miles@gnu.org>
2726
2727 * subr.el (interactive-form): Fix paren typo.
2728
2729 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2730
2731 * emacs-lisp/profile.el: Say that it's obsolete in the header
2732 line, so that finder.el puts that into its data-base.
2733 Suggested by Alex Schroeder <alex@gnu.org>.
2734
2735 2001-03-29 Paul Eggert <eggert@twinsun.com>
2736
2737 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2738 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2739
2740 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2741
2742 * generic.el (generic-mode-set-comments): Use "" rather than nil
2743 for comment-end.
2744
2745 2001-03-29 Gerd Moellmann <gerd@gnu.org>
2746
2747 * emacs-lisp/advice.el (ad-make-advised-definition):
2748 Call interactive-form to obtain the interactive spec of subrs.
2749
2750 * subr.el (interactive-form): New function.
2751
2752 2001-03-29 Andre Spiegel <spiegel@gnu.org>
2753
2754 * vc-sccs.el (vc-sccs-register): Use relative file names.
2755
2756 2001-03-28 Gerd Moellmann <gerd@gnu.org>
2757
2758 * bookmark.el (bookmark-get-bookmark): Handle case that
2759 BOOKMARK is not a string.
2760
2761 * image.el (image-type-regexps): Change type for PS files
2762 to `postscript'.
2763
2764 * subr.el (read-passwd): Clear command history after each
2765 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2766
2767 2001-03-27 Kenichi Handa <handa@etl.go.jp>
2768
2769 * international/kkc.el (kkc-save-init-file): Locally bind
2770 print-length to nil.
2771
2772 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2773
2774 * textmodes/flyspell.el: Some doc fixes.
2775 (flyspell-maybe-correct-transposition)
2776 (flyspell-maybe-correct-doubling): Use a temporary buffer
2777
2778 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2779
2780 * emacs-lisp/byte-opt.el (byte-optimize-while)
2781 (byte-optimize-form-code-walker): Diagnose too few arguments
2782 for `if' and `while'.
2783
2784 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2785
2786 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2787 Prepend `\' to "\<quail-translation-docstring>".
2788
2789 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2790
2791 * autorevert.el (global-auto-revert-non-file-buffers):
2792 Remove duplicate defcustom.
2793
2794 2001-03-26 Miles Bader <miles@gnu.org>
2795
2796 * international/latin1-disp.el (latin1-char-displayable-p):
2797 Add leading "-" for X font pattern.
2798
2799 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2800
2801 * international/mule-diag.el (describe-coding-system):
2802 For raw-text and emacs-mule, don't add anymore text about what
2803 charsets they can encode.
2804
2805 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * help.el (view-lossage): Mention open-dribble-file in the doc
2808 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2809
2810 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2811
2812 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2813 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2814
2815 2001-03-23 Kenichi Handa <handa@etl.go.jp>
2816
2817 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2818 Call ccl-execute-on-string directly so that CCL program handling
2819 multibyte sequence can work correctly.
2820 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2821 property of the coding system.
2822
2823 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2824
2825 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2826 Fix transcription typo.
2827
2828 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2829
2830 * whitespace.el: Add buffer local variables to toggle testing of
2831 whitespaces in buffers without affecting the default values.
2832 Bump version to 3.0 to account for a few other changes.
2833 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2834 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2835 (whitespace-toggle-spacetab-check): New functions.
2836
2837 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2838
2839 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2840
2841 2001-03-21 Gerd Moellmann <gerd@gnu.org>
2842
2843 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2844 bs-cycle-configuration-name. From Juanma Barranquero
2845 <lektu@uol.com.br>.
2846
2847 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2848 and cc-vars.el.
2849
2850 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2851 headers. Always invoke sendmail with option -t.
2852
2853 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2854
2855 * Release of cc-mode 5.28.
2856
2857 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2858
2859 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2860 Removed the hardcoded switch to "java" style in Java mode.
2861 It's instead taken care of by the default value for c-default-style.
2862
2863 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2864
2865 * cc-align.el (c-lineup-math): Fix bug where lineup was
2866 triggered by equal signs in string literals.
2867
2868 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2869
2870 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2871 limit detection when at the ends of the buffer.
2872
2873 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2874 "for" statement clause in case 7F; a better one is done
2875 earlier in case 7D anyway.
2876
2877 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2878
2879 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2880 somewhat more and did a small optimization.
2881
2882 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2883
2884 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2885 Use the limit argument only to limit the syntactic context
2886 search, not to limit the actual movement.
2887
2888 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2889 inside multiline strings, just like in comments. Also various
2890 fixes to the paragraph and comment prefix recognition, block
2891 comment ender handling etc.
2892
2893 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2894
2895 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2896 the relative position of the point.
2897
2898 * cc-cmds.el (c-electric-continued-statement): New function to
2899 use as abbrev hook to reindent for keywords such as "else"
2900 that continues an earlier statement.
2901
2902 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2903 like classes.
2904
2905 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2906 (pike-mode): Populate the default abbrev tables to reindent for
2907 keywords such as "else" that can continue earlier statements.
2908 Abbrev mode is therefore turned on by default now. (Note that
2909 this doesn't apply to idl-mode, since IDL afaik doesn't have
2910 statements at all.)
2911
2912 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2913
2914 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2915 bracelists where the declaration contains template arguments.
2916
2917 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2918
2919 * cc-cmds.el (c-comment-indent):
2920 Use `c-get-syntactic-indentation' to correctly calculate the
2921 syntactic indentation. Fixes bug with lineup functions that
2922 return vectors.
2923
2924 * cc-engine.el (c-get-syntactic-indentation): Split the
2925 indentation sum calculation from `c-indent-line' to a separate
2926 function.
2927
2928 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2929
2930 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2931 Fixed places where it was assumed that preprocessor directives
2932 have to start in column zero.
2933
2934 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2935 template arguments after a class identifier properly.
2936
2937 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2938 lists for `new Foo[]' constructs in Java as expressions and
2939 not top level definition brace lists on the top level, so that
2940 they'll get indented consistently with the same type of
2941 expression in a normal block.
2942
2943 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2944
2945 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2946 whether the adaptive filling package fails to keep the comment
2947 prefix is now kludged further to check for filladapt-mode
2948 which doesn't have that problem. This is really icky, but it's
2949 the only way that works with the current misfeatures/bugs in
2950 both adaptive-fill-mode and filladapt-mode.
2951
2952 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2953 around point is recognized more robust.
2954
2955 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2956
2957 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2958 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2959 (c-lit-type): Fixed all internal variables used dynamically so
2960 that they are always bound.
2961
2962 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2963 errors:
2964
2965 (c-indent-region): Fixed reporting of syntactic errors so that
2966 the region is fully reindented even when an error occurs.
2967 The last syntactic error is printed afterwards. Also cleanup up a
2968 whole lot of code that tried to optimize indentation of whole
2969 sexps but in reality accomplishes nothing.
2970
2971 (c-indent-sexp): Use c-indent-region.
2972
2973 (c-parsing-error): Changed this variable to hold the message
2974 for any syntactic error that is discovered.
2975
2976 (c-parse-state): Search backward from point instead of the bod
2977 position when the latter is invalid. This makes CC Mode
2978 recover faster when there are unbalanced close braces.
2979
2980 (c-backward-to-start-of-if): Use c-parsing-error to report
2981 dangling "else" clauses instead of throwing an error, and fall
2982 back to a reasonable position.
2983
2984 (c-indent-line): Added argument to avoid reporting syntactic errors.
2985
2986 (c-show-syntactic-information): Don't report any syntactic errors.
2987
2988 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2989
2990 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2991 paragraph recognition when moving by sentence in literals.
2992
2993 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2994 start regexp for javadoc to recognize javadoc markup in general instead
2995 of a specific set of keywords, to be more future-safe.
2996
2997 (c-Pike-pikedoc-paragraph-start)
2998 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2999 pikedoc markup.
3000
3001 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3002
3003 (pike-mode): Initialize paragraph settings pikedoc recognition.
3004
3005 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3006
3007 (c-comment-prefix-regexp): Made it possible to use an
3008 association list on this to specify mode specific regexps.
3009 The default value now use a special regexp in Pike mode to
3010 recognize pikedoc markup.
3011
3012 (c-current-comment-prefix): New variable containing the actual
3013 regexp from c-comment-prefix-regexp for the current buffer.
3014
3015 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3016
3017 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3018 lists: We can't look at the syntax, since a brace list can get
3019 recognized as a plain statement-cont.
3020
3021 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3022 special brace list opener broken over two lines got recognized
3023 as a statement on the second line. Case 9A changed.
3024
3025 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3026
3027 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3028 adjustment after line is reindented.
3029
3030 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3031
3032 * cc-defs.el (c-point): Added optional argument for position
3033 to use instead of the current point.
3034
3035 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3036 the in-expression block symbols when the construct starts at
3037 boi, to avoid the extra level of indentation in that case.
3038 Cases 4, 16A and 17E affected.
3039
3040 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3041
3042 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3043 calls to `c-indent-line', to adhere better to Emacs conventions.
3044
3045 * cc-engine.el (c-indent-line): Use the syntax already bound
3046 to `c-syntactic-context', if there is any.
3047
3048 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3049
3050 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3051 wasn't added up correctly when a lineup function returned nil.
3052
3053 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3054
3055 * cc-engine.el (c-collect-line-comments): Fixed bug where
3056 empty lines were ignored when collecting line comments backwards.
3057
3058 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3059
3060 * cc-align.el (c-lineup-dont-change): Return an absolute
3061 indentation column to work correctly in the case when several
3062 syntactic elements are processed for the same line.
3063
3064 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3065 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3066 (c-set-offset): Added absolute indentation column settings by
3067 using the vector type.
3068
3069 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3070
3071 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3072 Implemented two new cleanups `space-before-funcall' and
3073 `compact-empty-funcall'.
3074
3075 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3076
3077 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3078 helping building regexps.
3079
3080 * cc-engine.el (c-on-identifier): New function for detecting
3081 identifiers. It takes keywords into account.
3082
3083 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3084 lists. `c-keywords' is set to a regexp matching all keywords
3085 in the current language.
3086
3087 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3088
3089 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3090 list of characters to skip backwards over at the beginning of
3091 a statement, since it can precede string literals in Pike.
3092
3093 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3094
3095 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3096 recognition when standing on the last line in a C++ comment
3097 with nothing but whitespace after the prefix.
3098
3099 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3100 given no limit argument.
3101
3102 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3103
3104 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3105 recognition for the `[]= operator symbol in Pike.
3106
3107 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3108
3109 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3110 around a bug in `eval-when-compile' in the byte compiler.
3111
3112 * cc-engine.el (c-forward-token-1): Fixed bug with return
3113 value when count is zero and there's no token start within the limit.
3114
3115 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3116 "prefix comments", i.e. comments which are followed by code on
3117 the same line.
3118
3119 * cc-mode-19.el: Fixes so that checks that must be done at
3120 compile time also are done then.
3121
3122 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3123
3124 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3125 time and at runtime, and only when it's needed.
3126
3127 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3128
3129 Major cleanup for less error prone and more warning free
3130 compilation, including some fixes for bugs due to different
3131 compilation orders. Thanks to Martin Buchholz for providing
3132 the basis for all this.
3133
3134 * cc-bytecomp.el: New file that provides some byte compilation
3135 features: It ensures that files always are loaded from the
3136 current source directory during compilation, and it provides a
3137 set of macros to turn off specific compiler warnings for
3138 specific symbols. (It's not CC Mode specific in any way.)
3139
3140 Fixed a nearly acyclic dependency tree (both runtime and
3141 compile-time) between all files.
3142
3143 * cc-defs.el: Separated all macros before the inline functions,
3144 to ensure correct compilation.
3145
3146 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3147 cc-defs.el to cc-engine.el and made it a function instead.
3148
3149 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3150 about char-after.
3151
3152 * cc-vars.el: Cope even when there isn't a custom package
3153 containing defcustom available.
3154
3155 * cc-make.el: Removed since it's no longer necessary.
3156
3157 README: Updated installation instructions.
3158
3159 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3160
3161 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3162 improve the modularity: Moved all mode init stuff from
3163 cc-langs.el to cc-mode.el, including the keymap
3164 initialization; cc-langs now only contains the various
3165 variables for configuring the language syntax.
3166
3167 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3168 (c-get-offset): Moved from cc-styles to cc-engine since file
3169 dependency analysis suggests they belong there (which also
3170 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3171
3172 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3173
3174 * cc-cmds.el (c-fn-region-is-active-p): New function that
3175 wraps the corresponding macro, for use in places that aren't
3176 compiled. Thanks to Martin Buchholz for pointing out this.
3177
3178 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3179
3180 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3181 add things to the bug report.
3182
3183 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3184
3185 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3186 returned prefix could contain a newline when the search for a
3187 good prefix line failed.
3188
3189 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3190
3191 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3192 (c-toggle-auto-hungry-state): Made the argument optional, as
3193 the documentation says it is.
3194
3195 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3196
3197 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3198 multiline string syntax, #"...", as a cpp macro.
3199
3200 2001-03-21 Paul Eggert <eggert@twinsun.com>
3201
3202 * international/mule-cmds.el (set-locale-environment):
3203 Set system-messages-locale and system-time-locale, but only if the
3204 caller specifies a non-nil locale name.
3205
3206 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3207
3208 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3209 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3210
3211 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3212
3213 * follow.el (follow-avoid-tail-recenter): Doc fix.
3214
3215 * custom.el (custom-set-variables): Avoid reversing the list
3216 of args needlessly.
3217
3218 * startup.el (fancy-splash-head): Don't change the colors of the
3219 XPM image on a dark background.
3220
3221 * comint.el (comint-exec-1): Set columns of the terminal to
3222 window-width instead of frame-width.
3223
3224 * info.el (Info-scroll-down): Add missing WINDOW arg for
3225 pos-visible-in-window-p.
3226
3227 * ehelp.el (electric-help-mode-hook): Add defcustom.
3228
3229 * mail/sendmail.el (mail-mode): Activate case-folding in
3230 font-lock-defaults.
3231
3232 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3233
3234 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3235 (completion-ignored-extensions): Remove duplicate ".class".
3236
3237 2001-03-19 Andreas Schwab <schwab@suse.de>
3238
3239 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3240 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3241
3242 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3243
3244 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3245 methods since there are not prefix input methods.
3246
3247 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3248
3249 * international/mule-cmds.el (read-input-method-name):
3250 Locally bind enable-recursive-minibuffers to t.
3251
3252 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3253
3254 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3255
3256 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3257
3258 * ediff-util.el: Copyright years.
3259 (ediff-choose-syntax-table): New function.
3260 (ediff-setup): Use ediff-choose-syntax-table.
3261
3262 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3263 with-syntax-table.
3264
3265 * ediff.el: Date of last update, copyright years.
3266
3267 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3268
3269 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3270 of Scott Bronson.
3271 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3272 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3273 Deleted functions.
3274 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3275 ex-token-list.
3276
3277 * viper-util.el: Spaces, indentation.
3278
3279 * viper.el: Changed version, modification time.
3280
3281 2001-03-16 John Wiegley <johnw@gnu.org>
3282
3283 * calendar/timeclock.el (timeclock-workday-remaining):
3284 Check whether `discrep' is non-null before using it.
3285
3286 2001-03-16 John Wiegley <johnw@gnu.org>
3287
3288 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3289 first-time checkins.
3290 (timeclock-log-data): Fixed problem with reading timelog log file.
3291 Resulting data in the "day list" was incorrect.
3292 (timeclock-find-discrep): Check if `timeclock-file' is readable
3293 before opening it.
3294 (timeclock-time-less-p): New function.
3295 (timeclock-day-base): New function.
3296 (timeclock-geometric-mean): New function.
3297 (timeclock-generate-report): Generate a summary report based on
3298 the contents of the log file. This uses `timeclock-log-data', and
3299 is an example of writing a timelog manipulation function.
3300 (timeclock-visit-timelog): A quick command for opening the timelog
3301 file.
3302 (timeclock-log-data): Bound the variable event.
3303
3304 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3305
3306 * international/mule-cmds.el (select-safe-coding-system):
3307 Fix typo: symbol-name -> symbol-value.
3308
3309 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3310 before substitute-in-file-name to handle double slashes in FILE
3311 correctly.
3312
3313 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3314
3315 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3316 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3317
3318 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3319
3320 * bindings.el (features): Add `md5' and `overlay' to the list.
3321
3322 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3323 bound before using it. It's not bound when configured without X,
3324 for instance.
3325
3326 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3327
3328 * progmodes/hideshow.el: Update copyright.
3329 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3330 (hs-minor-mode-hook): Include `:version' in defcustom form.
3331
3332 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3333
3334 * help.el (string-key-binding): Don't call event-start on
3335 a non-list.
3336
3337 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3338
3339 * startup.el (fancy-splash-tail, command-line-1): Fix the
3340 copyright year.
3341
3342 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3343
3344 * term.el: These changes are based on a patch sent from Yong Lu
3345 <lyongu@yahoo.com>.
3346 (term-set-escape-char): Bind M-x to execute-extended-command in
3347 term-raw-escape-map.
3348 (term-move-columns): Don't try to move to negagive column.
3349 (term-emulate-terminal): Insert a string before deleting a text to
3350 overwrite.
3351
3352 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3353
3354 * play/life.el (life): Rearrange code so that all calls to
3355 life-display-generation are in a catch-form.
3356
3357 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3358 file that isn't interesting. In an interesting file, push the old
3359 value of point on the mark ring.
3360
3361 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3362 New function.
3363 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3364 Use it.
3365
3366 * emacs-lisp/autoload.el (generate-file-autoloads):
3367 Remove warning about line lengths.
3368
3369 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3370
3371 * progmodes/etags.el (tags-compression-info-list): New variable.
3372 (find-tag-in-order): Use it to deal with compressed source files.
3373 (tag-file-name-match-p): New function.
3374 (etags-recognize-tags-table): Use it for better match of file names.
3375
3376 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3377
3378 * international/mule-cmds.el (register-input-method): Doc fix.
3379
3380 * international/quail.el (quail-translate-key): Fix condition to
3381 check if there's another breaking point in the current key.
3382
3383 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3384
3385 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3386 Babyl header to the newly-created output file, bind
3387 coding-system-for-write to either rmail-file-coding-system or
3388 emacs-mule-unix.
3389
3390 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3391
3392 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3393 Fix the name and regexp used for subsubsections.
3394
3395 2001-03-10 Dave Love <fx@gnu.org>
3396
3397 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3398 and save-buffer if buffer-file-name non-nil. From rms.
3399
3400 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3401
3402 * vc.el (vc-do-command): If the destination buffer is already
3403 current, don't set it up and don't erase it. Updated doc string
3404 to reflect that.
3405 (vc-version-diff): When doing a single file diff, don't switch to the
3406 *vc-diff* buffer before the command. This is to preserve local
3407 variable bindings that might affect the diff command.
3408 (vc-print-log): Don't switch to the *vc* buffer before the
3409 command, so that local variable bindings are preserved.
3410
3411 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3412 not the current buffer.
3413 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3414
3415 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3416 make output go to buffer *vc*, not the current buffer.
3417
3418 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3419
3420 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3421 so ^, $, *, ? and + are interpreted correctly.
3422
3423 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3424
3425 * help.el (string-key-binding): Renamed from
3426 mode-line-key-binding. Handle any event on a string.
3427 Check for `keymap' properties as well as `local-map' properties.
3428
3429 * comint.el (comint-insert-clicked-input): Use the last key
3430 from this-command-keys to lookup the global key definition.
3431
3432 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3433
3434 * international/characters.el: Add category `j' for
3435 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3436
3437 * international/mule-conf.el (no-conversion): Fix docstring.
3438 (raw-text): Fix docstring.
3439
3440 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3441
3442 * simple.el (choose-completion-string): When not leaving the
3443 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3444 is set.
3445
3446 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3447 parameter `(minibuffer . t)'.
3448
3449 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3450
3451 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3452 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3453 (sh-mode): Remove `make-local-variable' for unused var
3454 `font-lock-unfontify-region-function'.
3455
3456 2001-03-07 Richard M. Stallman <rms@gnu.org>
3457
3458 * info.el (Info-scroll-down): Fix previous change.
3459
3460 * mail/rmail.el (rmail-toggle-header): Use a window which
3461 is showing the Rmail buffer, rather than the selected window.
3462
3463 2001-03-07 Dave Love <fx@gnu.org>
3464
3465 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3466 now, to avoid problems with binding imenu directly to a mouse event.
3467
3468 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3469
3470 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3471 second arg t.
3472
3473 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3474
3475 * log-edit.el (log-edit-common-indent): New var.
3476 (log-edit-set-common-indentation): Renamed from
3477 log-edit-delete-common-indentation. Use the new var.
3478 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3479
3480 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3481 (cvs-mode-add-change-log-entry-other-window):
3482 Don't presume change-log-default-name is defined.
3483
3484 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3485
3486 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3487 the "tree" operation as well.
3488
3489 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3490
3491 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3492 to match paragraph-start.
3493
3494 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3495 comment-start-skip and set comment-end-skip as well.
3496 (sgml-comment-indent): Fix for new value of comment-start-skip.
3497 (html-autoview-mode): Don't bother using make-local-hook.
3498
3499 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3500
3501 * cus-edit.el (custom-save-delete): Move in front of local
3502 variables, otherwise long Custom entries would make them ineffective.
3503
3504 * uniquify.el: Set maintainer to FSF.
3505
3506 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3507
3508 * dired-aux.el (dired-do-shell-command): Doc fix.
3509
3510 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3511
3512 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3513
3514 * which-func.el (which-func-modes): Add cperl-mode.
3515 (which-func-mode-global): Use define-minor-mode.
3516
3517 * info-look.el: Docstring fixes and dead code eliminated.
3518 (cperl-mode): Add support.
3519 (emacs-lisp-mode): List all entries from elisp manual, whether
3520 or not they are currently (f)bound or not. Update regexp.
3521
3522 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3523
3524 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3525 so that C-h m shows the correct information.
3526 Use make-local-variable rather than make-variable-buffer-local.
3527 (cperl-info-buffer, cperl-setup-tmp-buf):
3528 Use make-local-variable rather than make-variable-buffer-local.
3529 (cperl-msb-fix, cperl-get-help-defer):
3530 Check major-mode for `cperl-mode' as well.
3531
3532 * progmodes/cperl-mode.el: Updated to author version 4.23.
3533 (cperl-electric-pod): SYNOPSIS was misspelled.
3534 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3535 (cperl-after-expr-p): Make true after __END__.
3536
3537 2001-03-06 Gerd Moellmann <gerd@gnu.org>
3538
3539 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3540 bookmark-completion-ignore-case is t.
3541
3542 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3543 switch, like xterm, and concat resource strings, with a newline
3544 between them.
3545
3546 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3547
3548 * international/codepage.el (cp770-decode-table)
3549 (cp773-decode-table, cp774-decode-table): New variables.
3550
3551 * man.el (Man-hyphenated-reference-regexp): New variable.
3552 (Man-build-references-alist): Use it to search for referenced
3553 manpages. If hyphenated is non-nil, record a concatenated word in
3554 Man-refpages-alist only if it matches Man-reference-regexp.
3555 Update word's length when it is concatenated. Reverse the list,
3556 to get the first manpage at the head.
3557 (Man-possibly-hyphenated-word): New function.
3558 (Man-follow-manual-reference): Use it instead of current-word to
3559 find a manpage at point, in a way that accounts for hyphenated
3560 references.
3561
3562 2001-03-06 Alex Schroeder <alex@gnu.org>
3563
3564 * sql.el (sql-interbase): New function.
3565 (sql-interbase-program): New option.
3566 (sql-interbase-options): New option.
3567 And some typos fixed: "customise" to "customize".
3568
3569 2001-03-06 Dave Love <fx@gnu.org>
3570
3571 * textmodes/flyspell.el (flyspell-region):
3572 Set up flyspell-local-mouse-map.
3573
3574 2001-03-05 Richard M. Stallman <rms@gnu.org>
3575
3576 * mail/rmail.el (rmail-retry-failure):
3577 Don't call rmail-beginning-of-message.
3578 Don't discard From: field. Do discard Received: field.
3579 Use unwind-protect to re-prune.
3580 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3581
3582 2001-03-06 Kenichi Handa <handa@etl.go.jp>
3583
3584 * international/quail.el (quail-title): Add autoload cookie.
3585
3586 2001-03-05 Dave Love <fx@gnu.org>
3587
3588 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3589 new defs.
3590
3591 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3592
3593 * language/ethio-util.el (ethio-toggle-space):
3594 Update current-input-method-title if necessary.
3595 (ethio-toggle-punctuation): Likewise.
3596
3597 * international/quail.el (quail-title): Fix for the case that a
3598 title of an input method is specified by a list of the same form
3599 as used in mode-line-format.
3600
3601 * international/mule-cmds.el (activate-input-method):
3602 If current-input-method-title is set by activating INPUT-METHOD,
3603 respect that value.
3604
3605 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3606
3607 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3608
3609 2001-03-05 Alex Schroeder <alex@gnu.org>
3610
3611 * sql.el (sql-sybase): Fix typo (was: query user about server two
3612 times instead of server and database).
3613
3614 * sql.el (sql-sybase): Doc change.
3615 (sql-mysql): Doc change.
3616 (sql-postgres): Doc change.
3617
3618 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3619
3620 * international/mule-conf.el (emacs-mule, raw-text):
3621 Docstring modified.
3622
3623 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3624
3625 * term/internal.el: Update copyright notice.
3626
3627 * term/pc-win.el: Update copyright notice.
3628
3629 2001-03-02 Dave Love <fx@gnu.org>
3630
3631 * files.el (insert-file-contents-literally):
3632 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3633 not jka-compr-compression-info-list.
3634
3635 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3636
3637 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3638 spaces in default comment-start-skip settings rather than \s-.
3639
3640 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3641
3642 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3643 default-frame-alist as well.
3644
3645 2001-03-01 Dave Love <fx@gnu.org>
3646
3647 * textmodes/reftex.el (defvar): Wrap some defvars in
3648 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3649
3650 * subr.el (event-basic-type): Doc fix.
3651
3652 * international/quail.el: Doc fixes.
3653
3654 * international/utf-8.el: Doc fixes.
3655
3656 * international/mule-cmds.el: Doc fixes.
3657 (leim-list-header): Fix header text.
3658
3659 * international/mule.el (coding-system-category): Doc fix.
3660
3661 * international/ccl.el (ccl-compile): Doc fix.
3662
3663 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3664
3665 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3666 rather than (before|after)-change-functions.
3667
3668 2001-03-01 Gerd Moellmann <gerd@gnu.org>
3669
3670 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3671 scroll-left and scroll-right being called interactively so that
3672 they set the window's min_hscroll.
3673
3674 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3675
3676 * info.el (info-insert-file-contents-1): Accept an additional
3677 argument `lfn': if it is non-nil, concatenate `filename' and
3678 `suffix'; otherwise use the complicated MS-DOS code.
3679 All callers changed.
3680 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3681 can access long file names, try the long file-name version of
3682 `info-insert-file-contents-1', then the short file-name version.
3683
3684 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
3685
3686 * language/ethio-util.el (setup-ethiopic-environment-internal):
3687 Change bindings of functions keys to conform to "Emacs Lisp Coding
3688 Convention".
3689
3690 * language/ethiopic.el ("Ethiopic"): Add documentation.
3691
3692 2001-02-28 Kenichi Handa <handa@etl.go.jp>
3693
3694 * international/utf-8.el (mule-utf-8): Set coding-category
3695 property to coding-category-utf-8.
3696
3697 2001-02-27 Richard M. Stallman <rms@gnu.org>
3698
3699 * lpr.el (lpr-page-header-switches, print-region-1):
3700 Undo 2000-07-06 change.
3701 (lpr-add-switches): Default to t on gnu/linux.
3702
3703 2001-02-27 Gerd Moellmann <gerd@gnu.org>
3704
3705 * bs.el (bs-attributes-list): Doc fix.
3706
3707 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3708
3709 * help.el (describe-project): Display the file THE-GNU-PROJECT.
3710
3711 * help.el (view-order-manuals): Use goto-address.
3712
3713 * startup.el (command-line-1): Add info about ordering manuals
3714 to the not so fancy splash screens.
3715
3716 2001-02-26 Andre Spiegel <spiegel@gnu.org>
3717
3718 * vc.el (vc-default-workfile-unchanged-p)
3719 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3720
3721 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3722
3723 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3724 fontify in the right buffer.
3725
3726 * allout.el (outline-flag-region): Move macro in front of first
3727 use to avoid a run-time error.
3728
3729 2001-02-24 Andrew Innes <andrewi@gnu.org>
3730
3731 * makefile.w32-in: Fix copyright notice.
3732
3733 2001-02-24 Kenichi Handa <handa@etl.go.jp>
3734
3735 * international/utf-8.el (mule-utf-8): Set correct value for
3736 valid-codes property.
3737
3738 * international/fontset.el (x-complement-fontset-spec): In the
3739 case that we use ASCII font for the other charsets, use only
3740 family and registry part of it.
3741
3742 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3743
3744 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3745 (shrink-window-if-larger-than-buffer): Doc fix.
3746
3747 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3748
3749 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3750 predicate passed to completing-read.
3751
3752 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3753
3754 * startup.el (command-line): Fix last change.
3755
3756 2001-02-23 Jason Rumney <jasonr@gnu.org>
3757
3758 * startup.el (tool-bar-originally-present): New variable.
3759 (command-line): Set it if the tool-bar is switched on at startup.
3760
3761 * frame.el (frame-notice-user-settings): Only adjust frame height
3762 for no tool-bar case if tool-bar was originally switched on.
3763 From E. Jay Berkenbilt.
3764
3765 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3766
3767 * server.el (server-switch-buffer): Only switch window if the
3768 current one is dedicated.
3769
3770 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3771 rather than using (match-beginning 0) when searching for break point.
3772
3773 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3774
3775 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3776 @ follows an accent command such as @'. Support optional braces
3777 in commands that insert accents, like makeinfo does.
3778
3779 2001-02-22 Gerd Moellmann <gerd@gnu.org>
3780
3781 * startup.el (fancy-splash-text): Add a line for ordering
3782 manuals. Reverse order of splash screens shown.
3783 (use-fancy-splash-screens-p): Adapt to the text line added.
3784
3785 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3786 manuals from the FSF.
3787
3788 * help.el (view-order-manuals): New function.
3789 (toplevel): Bind C-h C-m to this function.
3790
3791 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3792
3793 * newcomment.el (comment-forward): Skip the comment-start before
3794 searching for the comment-end.
3795
3796 2001-02-21 Dave Love <fx@gnu.org>
3797
3798 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3799
3800 * international/mule-cmds.el, international/mule.el: Doc fixes.
3801
3802 2001-02-21 Gerd Moellmann <gerd@gnu.org>
3803
3804 * startup.el (fancy-splash-screens): Use display-hourglass
3805 instead of display-busy-cursor.
3806
3807 * frame.el (display-hourglass): Renamed from busy-cursor.
3808 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3809 (show-cursor-in-non-selected-windows): Doc fix.
3810
3811 2001-02-20 Dave Love <fx@gnu.org>
3812
3813 * international/utf-8.el: Doc and commentary fixes.
3814
3815 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3816
3817 * ehelp.el (with-electric-help): Doc fix.
3818
3819 2001-02-20 Gerd Moellmann <gerd@gnu.org>
3820
3821 * msb.el (msb-mode): Call the update-buffers function explicitly
3822 with a FORCE argument.
3823
3824 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3825 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3826 returns nil.
3827
3828 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3829
3830 * ps-print.el: Timestamp package replacement. Some enhancements.
3831 Some XEmacs compatibility. Doc fix.
3832 (ps-print-version): New version number (6.4).
3833 (ps-printer-name): Initialization fix.
3834 (ps-zebra-stripe-follow): Funcionality enhancement.
3835 (ps-prologue-file): Code enhancement.
3836 (ps-right-header): Timestamp package replacement.
3837 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3838 (ps-get-page-dimensions)
3839 (ps-generate-header, ps-begin-file, ps-begin-job)
3840 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3841 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3842 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3843 (coding-system-for-write): Var declaration (XEmacs compatibility).
3844
3845 2001-02-20 Miles Bader <miles@gnu.org>
3846
3847 * image-file.el (image-file-name-extensions): Add "tif".
3848
3849 2001-02-19 Gerd Moellmann <gerd@gnu.org>
3850
3851 * wid-edit.el (widget-button-click): Save the selected window
3852 around the code handling clicks on buttons.
3853
3854 2001-02-18 Dave Love <fx@gnu.org>
3855
3856 * imenu.el (imenu--generic-function): Use mapc to iterate over
3857 syntax characters.
3858
3859 2001-02-17 Richard M. Stallman <rms@gnu.org>
3860
3861 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3862
3863 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3864
3865 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3866
3867 * mouse.el (mouse-save-then-kill): If the distance from the new
3868 point to the mark is equal to the distance of point from the new
3869 point, move point instead of the mark.
3870
3871 2001-02-16 Dave Love <fx@gnu.org>
3872
3873 * textmodes/flyspell.el (flyspell-get-word): Return string without
3874 properties.
3875
3876 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3877
3878 * generic.el (generic-find-file-regexp): Doc fix.
3879 (generic-ignore-files-regexp): New defcustom.
3880 (generic-mode-find-file-hook): If the file's name matches the
3881 regexp in `generic-ignore-files-regexp', don't enter
3882 default-generic-mode. Doc fix.
3883
3884 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3885
3886 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3887 Add autoload cookies.
3888
3889 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3890 of cal-tex-24.
3891
3892 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3893
3894 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3895
3896 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3897 the character class after the (optional) drive, to support file
3898 names with embedded blanks.
3899
3900 2001-02-15 Sam Steingold <sds@gnu.org>
3901
3902 * textmodes/tex-mode.el (tex-shell-running):
3903 Check the process buffer too.
3904
3905 2001-02-15 Dave Love <fx@gnu.org>
3906
3907 * battery.el (battery-status-function): Fix doc, :type.
3908
3909 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3910
3911 2001-02-15 Gerd Moellmann <gerd@gnu.org>
3912
3913 * subr.el (read-passwd): Clear Lisp memory holding password.
3914
3915 2001-02-15 Miles Bader <miles@gnu.org>
3916
3917 * info.el (Info-copy-current-node-name): New function.
3918 (Info-mode-menu): Add it to the menu.
3919
3920 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3921
3922 * international/mule-cmds.el (toggle-input-method): Doc fix.
3923
3924 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3925
3926 * replace.el (occur): Stop at end of buffer.
3927
3928 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3929
3930 * international/mule-cmds.el (set-input-method): Another doc fix.
3931
3932 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3933
3934 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3935
3936 2001-02-13 Miles Bader <miles@gnu.org>
3937
3938 * faces.el (set-face-background, set-face-foreground)
3939 (set-face-stipple): Treat a value of nil as being `unspecified'.
3940
3941 2001-02-12 Dave Love <d.love@dl.ac.uk>
3942
3943 * international/latin1-disp.el: Doc fixes.
3944 (latin1-display) <defgroup>: Add :link.
3945 (latin1-display) <function>: Set variable latin1-display.
3946
3947 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3948
3949 * international/mule-cmds.el (set-input-method): Doc fix.
3950
3951 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3952
3953 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3954 (speedbar-line-file): Return nil if not a file.
3955 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3956
3957 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
3958
3959 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3960 for remote files.
3961 (ediff-coding-system-for-read): Replaced the no-conversion default
3962 with raw-text.
3963
3964 * ediff-init.el: Removed :version from defcustom vars.
3965
3966 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3967 Better handling of the diff mode.
3968
3969 * ediff.texi: Added ediff-coding-system-for-read.
3970
3971 * viper.texi: Fix typos.
3972
3973 2001-02-11 Dave Love <fx@gnu.org>
3974
3975 * shadowfile.el: Doc fixes.
3976 (shadow) <defgroup>: Add :link.
3977 (shadowfile-unload-hook): New function.
3978 (shadow-initialize): Use defalias, not fset.
3979 (shadow-define-cluster, shadow-define-literal-group)
3980 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3981
3982 * international/mule.el: Doc and message fixes.
3983
3984 * international/ccl.el (define-ccl-program): Doc fix.
3985
3986 2001-02-11 Kenichi Handa <handa@etl.go.jp>
3987
3988 * faces.el (mode-line): Set :line-width property to -1.
3989
3990 2001-02-10 Richard M. Stallman <rms@gnu.org>
3991
3992 * complete.el (partial-completion-mode): Doc fix.
3993
3994 * simple.el (delete-key-deletes-forward-mode):
3995 Change `let' to `let*' to fix gross bug in last change.
3996
3997 * repeat.el (repeat): Don't let execute-kbd-macro alter
3998 real-last-command.
3999
4000 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4001
4002 * simple.el (eval-expression): Doc fix.
4003
4004 2001-02-09 Dave Love <fx@gnu.org>
4005
4006 * imenu.el (imenu-generic-expression): Doc fix.
4007
4008 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4009 From Juanma Barranquero.
4010
4011 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4012
4013 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4014
4015 * faces.el (set-face-attribute): Describe the case of a negative
4016 value specified for :line-width.
4017
4018 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4019
4020 * which-func.el (which-func-mode): Invert which-func-mode-global.
4021 From Juanma Barranquero <lektu@uol.com.br>.
4022
4023 2001-02-08 Dave Love <fx@gnu.org>
4024
4025 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4026 widget-plist-value-type.
4027 (widget-alist-convert-widget): Replace binding of
4028 widget-alist-value-type.
4029
4030 * textmodes/paragraphs.el (sentence-end): Doc fix.
4031
4032 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4033 Remove `backward-line'.
4034
4035 * play/pong.el (pong-blank-color, pong-bat-color)
4036 (pong-ball-color, pong-border-color, pong-left-key)
4037 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4038 (pong-pause-key, pong-resume-key, pong-timer-delay):
4039 * mail/mh-comp.el (mh-compose-letter-function):
4040 * eshell/esh-mode.el (eshell-skip-prompt-function):
4041 * emulation/viper-ex.el (ex-unix-type-shell-options):
4042 * recentf.el (recentf-menu-filter):
4043 * ps-print.el (ps-print-region-function):
4044 * lpr.el (print-region-function):
4045 * forms.el (forms-mode-hooks):
4046 * dirtrack.el (dirtrack-directory-change-hook):
4047 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4048 * textmodes/spell.el (spell-filter):
4049 * textmodes/fill.el (adaptive-fill-function):
4050 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4051 * progmodes/etags.el (find-tag-default-function):
4052 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4053 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4054
4055 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4056
4057 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4058 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4059 Meyering <jim@meyering.net>.
4060
4061 * loadup.el: Revert last change.
4062
4063 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4064
4065 * international/mule.el (transform-make-coding-system-args):
4066 Make it work also for coding systems not using CCL.
4067
4068 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4069
4070 * simple.el (previous-matching-history-element)
4071 (next-matching-history-element): Doc fix.
4072
4073 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4074 specific part.
4075
4076 2001-02-06 Dave Love <fx@gnu.org>
4077
4078 * add-log.el (add-log-current-defun-function)
4079 (add-log-buffer-file-name-function, add-log-file-name-function):
4080 Fix :type.
4081 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4082
4083 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4084
4085 * info.el (info-initialize): Remove the test for system-type when
4086 invocation-directory is non-nil.
4087
4088 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4089 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4090
4091 2001-02-06 Andrew Innes <andrewi@gnu.org>
4092
4093 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4094 absolute.
4095
4096 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4097
4098 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4099 buffers. When hi-lock turned on rather than only checking current
4100 buffer for regexps, all buffers are checked. Moved activation of
4101 font-lock to hi-lock-refontify. When font-lock turned off rather
4102 than removing added highlighting just in current buffer, remove it
4103 in all buffers. Changed edit menu text from "Automatic
4104 Highlighting" to "Regexp Highlighting" Documentation for
4105 highlighting phrases, minor documentation changes.
4106 (hi-lock-set-file-patterns): Execute only if there are new or
4107 existing file patterns.
4108 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4109 unfontify and, if a support mode is active, will not refontify the
4110 whole buffer. If necessary, turn on font lock. (Removed
4111 font-lock-unfontify and font-lock support-mode-specific calls,
4112 such as lazy-lock-fontify-window.)
4113 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4114 patterns are found. Not useful now since find-file-hook is removed
4115 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4116 (hi-lock-face-phrase-buffer): New function. Also added related
4117 menu item and keybinding.
4118 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4119 (hi-lock-process-phrase): New function.
4120 (hi-lock-line-face-buffer): Doc fixes.
4121 (hi-lock-face-buffer): Doc fixes.
4122 (hi-lock-unface-buffer): Doc fixes.
4123
4124 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4125
4126 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4127 dabbrev-ignored-regexps.
4128
4129 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4130
4131 * simple.el (kill-line): Doc fix.
4132
4133 2001-02-05 Dave Love <fx@gnu.org>
4134
4135 * loadup.el: Revert last two changes -- bootstrapping works with
4136 regenerated loaddefs.
4137
4138 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4139
4140 * isearch.el (isearch-forward): Doc fix.
4141
4142 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4143 of font-lock-defaults to backward-paragraph.
4144
4145 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4146
4147 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4148 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4149
4150 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4151
4152 * ebnf2ps.el: Eliminate time-stamp functions.
4153 (ebnf-version): New version (3.5).
4154 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4155 format-time-string.
4156
4157 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4158
4159 * simple.el (next-line): Goto end-of-line before inserting a newline.
4160
4161 2001-02-05 Miles Bader <miles@gnu.org>
4162
4163 * image-file.el (insert-image-file): When visiting an image, also
4164 set `truncate-lines' to t so that any fringe arrow looks correct.
4165
4166 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4167
4168 * isearch.el (isearch-forward): Add description about input method
4169 in the docsting.
4170
4171 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4172
4173 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4174
4175 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4176
4177 * info.el (info-initialize): If installation-directory is nil, for
4178 DOS/Windows systems try looking in a sibling of invocation-directory.
4179
4180 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4181
4182 * wid-edit.el (widget-button-click): Fix last change.
4183
4184 * frame.el (frame-notice-user-settings): When resizing the initial
4185 frame because the tool bar is off, also change the frame's top
4186 position if a negative top position was specified.
4187
4188 2001-02-02 Miles Bader <miles@gnu.org>
4189
4190 * image-file.el (insert-image-file): When visiting an image,
4191 suppress the cursor in the image buffer.
4192
4193 2001-02-01 Dave Love <fx@gnu.org>
4194
4195 * progmodes/f90.el (f90-mode): Remove startup message.
4196
4197 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4198
4199 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4200
4201 * startup.el (command-line): Fix code determining whether or not
4202 to use delete-key-deletes-forward-mode.
4203
4204 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4205
4206 * vc.el (vc-diff-switches): New user option.
4207 (vc-version-diff): Use it.
4208 (vc-diff-switches-list): New macro.
4209
4210 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4211 New customization options.
4212 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4213
4214 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4215
4216 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4217
4218 * msb.el (toplevel): Quote hook symbols.
4219
4220 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4221
4222 * international/mule.el (make-coding-system): Add description
4223 about recognized properties in the docstring.
4224
4225 * international/mule-conf.el: Remove unused charsets
4226 mac-roman-lower and mac-roman-upper.
4227
4228 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4229
4230 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4231 is in front of the left-margin, if any.
4232
4233 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4234 like `delete'.
4235
4236 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4237
4238 * term/w32-win.el (mouse-set-font): Doc fix.
4239
4240 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4241
4242 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4243 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4244 on already.
4245
4246 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4247
4248 * files.el (save-buffer): Don't give message if (buffer-file-name)
4249 returns nil.
4250
4251 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4252
4253 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4254
4255 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4256 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4257
4258 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4259 display problems.
4260
4261 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4262
4263 * international/mule.el (charset-info): Fix docstring.
4264
4265 * international/mule-diag.el (describe-character-set): Check final
4266 char valid before printing it.
4267
4268 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4269
4270 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4271
4272 * frame.el (frame-notice-user-settings): Do the tool-bar
4273 stuff only for graphical displays. Fix a braino.
4274
4275 * frame.el (frame-initialize): Create initial frame visible.
4276 (frame-notice-user-settings): When tool-bar has been switched off,
4277 correct the frame size and sync tool-bar-mode.
4278
4279 * startup.el (command-line): Remove manipulation of frame
4280 height for tool bars.
4281
4282 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4283
4284 * lpr.el: Compatibility with XEmacs and doc fixes.
4285 (lpr-windows-system, lpr-lp-system): New vars.
4286 (lpr-printer-switch): New defcustom.
4287 (printer-name, lpr-command): Customization fix.
4288 (print-region-1): Code fix.
4289 (print-region-new-buffer, printify-region): Indentation fix.
4290 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4291 New functions.
4292
4293 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4294
4295 * msb.el (toplevel): Fix the eval-after-load.
4296
4297 2001-01-29 Dave Love <fx@gnu.org>
4298
4299 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4300
4301 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4302
4303 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4304 (tcl-using-emacs-19-23): Consider Emacs 21+.
4305 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4306 (tcl-add-emacs-menu): Supply menu name.
4307 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4308
4309 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4310
4311 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4312
4313 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4314
4315 * pcvs.el (cvs-mark-fis-dead): New function.
4316 (cvs-mode-add): Use it.
4317 (cvs-mode-add-change-log-entry-other-window):
4318 Rebind change-log-default-name to itself rather than to nil.
4319
4320 2001-01-29 Sam Steingold <sds@gnu.org>
4321
4322 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4323 `autoload' statements.
4324
4325 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4326
4327 * files.el (confirm-kill-emacs): Doc fix.
4328
4329 * frame.el (frame-initialize): Doc fix.
4330
4331 * time-stamp.el (time-stamp-string): Doc fix.
4332
4333 * woman.el (WoMan-log-1): Make the log buffer writable.
4334 From Markus Rost <rost@math.ohio-state.edu>.
4335
4336 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4337
4338 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4339 the `make-variable-buffer-local'.
4340
4341 2001-01-29 Dave Love <fx@gnu.org>
4342
4343 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4344 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4345 Add autoload cookie.
4346 (ansi-color-apply-sequence): Fix typo.
4347
4348 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4349
4350 * menu-bar.el (menu-bar-files-menu): Add menu items for
4351 Postscript printing in black and white.
4352
4353 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4354 X-Mailman-Version, Precedence, List-Help, List-Post,
4355 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4356 Content-Type, Content-Length.
4357
4358 2001-01-29 Dave Love <fx@gnu.org>
4359
4360 * elide-head.el (elide-head): Make overlay evaporate.
4361
4362 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4363
4364 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4365
4366 * isearch.el (isearch-highlight): Don't punt if the display
4367 doesn't support colors, since isearch faces are defined for
4368 monochrome displays as well.
4369
4370 2001-01-27 Sam Steingold <sds@gnu.org>
4371
4372 * shell.el (shell-write-history-on-exit): Make sure that we are in
4373 the shell buffer (M-x tex-file RET inserted the error message into
4374 the TeX buffer).
4375
4376 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4377
4378 * simple.el (transient-mark-mode): Doc fix.
4379
4380 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4381
4382 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4383
4384 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4385
4386 * shell.el (shell-unquote-argument): If the shell is one of the
4387 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4388 quote character.
4389 (shell-dumb-shell-regexp): Document that the shells which match
4390 this regexp are supposed to not treat a backslash as a quote character.
4391
4392 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4393 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4394
4395 2001-01-27 Richard M. Stallman <rms@gnu.org>
4396
4397 * dabbrev.el (dabbrev--substitute-expansion):
4398 Treat a one-capital-letter abbrev as "not all upper case",
4399 so as to force preservation of the expansion's pattern
4400 if the expansion starts with a capital letter.
4401
4402 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4403
4404 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4405 Doc fix.
4406
4407 * simple.el (transient-mark-mode): Document the fact that many
4408 commands act on the region when mark is active.
4409
4410 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4411
4412 * international/quail.el (quail-setup-completion-buf): Make the
4413 multibyteness of current buffer inherited to Quail completion buffer.
4414 (quail-show-guidance-buf): Make the multibyteness of current
4415 buffer inherited to Quail guidance buffer.
4416 (quail-help): Make the multibyteness of current buffer inherited
4417 to Quail help buffer.
4418
4419 2001-01-26 Dave Love <fx@gnu.org>
4420
4421 * time-stamp.el: Doc fixes.
4422
4423 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4424 (delphi-keyword-face, delphi-other-face): Fix :type.
4425
4426 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4427
4428 * mail/feedmail.el (feedmail): Add :link.
4429 (feedmail-send-it): Doc fix.
4430
4431 * mail/sendmail.el: Doc fixes.
4432 (sendmail-send-it): Fix the non-ASCII regexp and use
4433 rfc2047-encode-string.
4434
4435 * dired.el, dired-aux.el: Revert last change.
4436
4437 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4438
4439 * makefile.w32-in (DONTCOMPILE): Add various term files.
4440
4441 2001-01-26 Dave Love <fx@gnu.org>
4442
4443 * Makefile.in (DONTCOMPILE): Add various term files.
4444
4445 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4446
4447 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4448
4449 * startup.el (display-startup-echo-area-message): Make sure
4450 the echo area is resized to fit the size of the startup message.
4451
4452 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4453 part of which is a constant.
4454
4455 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4456
4457 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4458
4459 2001-01-26 Richard M. Stallman <rms@gnu.org>
4460
4461 * simple.el (next-line): Don't let `newline' expand abbrevs.
4462 Simplify slightly.
4463 (open-line): Don't let `newline' expand abbrevs.
4464
4465 2001-01-25 John Wiegley <johnw@gnu.org>
4466
4467 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4468 to `repeat' in the :type field.
4469
4470 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4471 allow a choice of regexp or nil.
4472 (pcomplete-dir-ignore): Same.
4473
4474 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4475 a command) to always fail.
4476
4477 2001-01-25 Gerd Moellmann <gerd@gnu.org>
4478
4479 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4480 discard the result.
4481 (iswitchb-to-end): Likewise.
4482
4483 2001-01-25 Sam Steingold <sds@gnu.org>
4484
4485 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4486 Require vc.
4487
4488 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4489
4490 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4491
4492 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4493
4494 2001-01-25 Dave Love <fx@gnu.org>
4495
4496 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4497 (describe-coding-system): Tweak the English text.
4498
4499 * loadup.el: Preload international/ccl for utf-8.
4500
4501 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4502
4503 * mail/rmail.el (rmail-redecode-body): Doc fix.
4504
4505 2001-01-25 Kenichi Handa <handa@etl.go.jp>
4506
4507 * international/mule-cmds.el (reset-language-environment):
4508 Reset coding-category-utf-8 to mule-utf-8.
4509
4510 * international/mule-conf.el (coding-category-utf-8):
4511 Initialize to mule-utf-8.
4512
4513 * loadup.el: Preload international/utf-8.
4514
4515 * international/utf-8.el: New file.
4516
4517 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4518
4519 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4520
4521 2001-01-24 Sam Steingold <sds@gnu.org>
4522
4523 * dired.el (dired-replace-in-string): Removed.
4524 (dired-sort-toggle): Use `replace-regexps-in-string'
4525 instead of `dired-replace-in-string'.
4526
4527 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4528 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4529
4530 * gs.el (gs-replace-in-string): Removed.
4531 (gs-options): Use `replace-regexps-in-string'
4532 instead of `gs-replace-in-string'.
4533
4534 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4535
4536 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4537 bug report is mailed to an email list and posted to a news group.
4538
4539 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4540
4541 * comint.el (comint-replace-by-expanded-history-before-point):
4542 Fix change of 2000-08-03 to move point to the start of the line again.
4543
4544 * startup.el (tool-bar-images-pixel-height): New variable.
4545 (command-line): After loading the user's init file, when
4546 tool-bar-mode is on, increase the frame's size by some lines for
4547 the tool-bar.
4548
4549 * frame.el (frame-initialize): Create the initial frame invisible.
4550
4551 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4552
4553 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4554 (chinese-big5): MIME:Big5.
4555
4556 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4557
4558 * international/mule-cmds.el (universal-coding-system-argument):
4559 Handle commands with prefix args.
4560
4561 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4562
4563 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4564 being a list of numbers.
4565 (diary-mail-entries): Rewritten.
4566
4567 2001-01-23 Dave Love <fx@gnu.org>
4568
4569 * international/mule.el (make-coding-system): Fix typo.
4570
4571 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4572 Add backward-paragraph as font-lock-beginning-of-syntax-function.
4573
4574 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4575
4576 * font-lock.el (font-lock-mode): Doc fix.
4577
4578 2001-01-23 Kenichi Handa <handa@etl.go.jp>
4579
4580 * international/mule.el (make-translation-table): Fix docstring.
4581
4582 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4583
4584 * mail/rmail.el (rmail-redecode-body): New function.
4585
4586 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4587
4588 2001-01-22 Gerd Moellmann <gerd@gnu.org>
4589
4590 * isearch.el (isearch-lazy-highlight-case-fold-search)
4591 (isearch-lazy-highlight-regexp): New variables.
4592 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4593 case-fold search or regexp search has been toggled.
4594
4595 * wid-edit.el (widget-button-click): Avoid a save-excursion
4596 around running a global binding.
4597
4598 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4599 to 0.25.
4600
4601 2001-01-20 Miles Bader <miles@gnu.org>
4602
4603 * cus-edit.el (custom-face-save): Do post-processing on the face's
4604 new value like `custom-face-set' does.
4605
4606 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4607
4608 * mail/emacsbug.el (report-emacs-bug): Report the value of
4609 LC_CTYPE, not LC_TYPE.
4610
4611 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4612 isearch-toggle-regexp and isearch-edit-string to doc string.
4613
4614 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4615
4616 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4617 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4618
4619 * jit-lock.el (jit-lock-fontify-now): Don't bind
4620 font-lock-beginning-of-syntax-function to nil.
4621
4622 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4623
4624 * mail/emacsbug.el (report-emacs-bug): Report values of
4625 locale-coding-system, default-enable-multibyte-characters, and the
4626 environment variables LC_ALL, LC_TYPE, and LANG.
4627
4628 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4629
4630 * font-lock.el (font-lock-default-fontify-region): Fix last change.
4631
4632 * font-lock.el (font-lock-multiline): Default to nil.
4633 (font-lock-default-fontify-region): If font-lock-multiline is
4634 nil, don't check the property `font-lock-multiline'.
4635
4636 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4637 is nil, don't check the `font-lock-multiline' text property.
4638
4639 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4640
4641 * viper.el: Call initial-major-mode on startup.
4642
4643 * ediff.el (ediff-patch-file): Use better defaults.
4644
4645 * ediff-vers.el: Fix for 8+3 DOS file systems.
4646
4647 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
4648
4649 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4650 diff mode, if available.
4651
4652 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4653
4654 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4655
4656 * ediff-init.el (subst-char-in-string): Define and use it, unless
4657 it's already defined.
4658
4659 2001-01-18 Gerd Moellmann <gerd@gnu.org>
4660
4661 * tooltip.el (tooltip-hide-delay): New user-option.
4662 (tooltip-show): Use tooltip-hide-delay instead of the default.
4663
4664 2001-01-18 Kenichi Handa <handa@etl.go.jp>
4665
4666 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4667 kill-local-variable doesn't work for enable-multibyte-characters.
4668
4669 2001-01-17 Dave Love <fx@gnu.org>
4670
4671 * ediff-init.el (ediff-before-setup-hook)
4672 (ediff-merge-filename-prefix): Add :version.
4673
4674 * international/latin1-disp.el: Require disp-table.
4675 (latin1-display): Fix :set.
4676
4677 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4678
4679 2001-01-17 Gerd Moellmann <gerd@gnu.org>
4680
4681 * isearch.el (isearch-lazy-highlight-initial-delay)
4682 (isearch-lazy-highlight-interval): Default to 0.
4683
4684 2001-01-17 Bob Glickstein <bobg@zanshin.com>
4685
4686 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4687 1 here rather than each time through
4688 isearch-lazy-highlight-new-loop.
4689 (isearch-lazy-highlight-max): Variable deleted.
4690 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4691 isearch-lazy-highlight-max but controls a single invocation of
4692 isearch-lazy-highlight-update.
4693 (isearch-lazy-highlight-wrapped): Variable recreated.
4694 (isearch-lazy-highlight-window-start): New variable.
4695 (isearch-lazy-highlight-cleanup): Restored to behavior of
4696 before 2-Jan.
4697 (isearch-lazy-highlight-remove-overlays): Function deleted;
4698 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4699 behavior removed.
4700 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4701 isearch-lazy-highlight-update in a loop rather than just once.
4702 Test isearch-invalid-regexp here and decide not to start a new
4703 loop, rather than testing it each time through
4704 isearch-lazy-highlight-update.
4705 (isearch-lazy-highlight-search): Function restored.
4706 (isearch-lazy-highlight-update): Get called in a timer loop again,
4707 but this time highlight more than one match each time through.
4708 Only highlight matches in the visible part of the window.
4709 Start at point, move in the direction of the search, and wrap around at
4710 the edge of the window. Use sit-for to force redisplay and ensure
4711 window-start is credible. "Face suppressing" behavior removed;
4712 overlay priorities should make it unnecessary, right?
4713 (isearch-highlight): Face suppressing behavior removed.
4714 (isearch-dehighlight): Face suppressing behavior removed.
4715 (isearch-set-lazy-highlight-faces-at): Removed.
4716
4717 2001-01-17 Kenichi Handa <handa@etl.go.jp>
4718
4719 * language/european.el ("Latin-1"): Make the format of description
4720 about additional language environments same as that of Latin-2.
4721
4722 2001-01-16 Dave Love <fx@gnu.org>
4723
4724 * isearch.el (isearch-lazy-highlight): Add :version.
4725
4726 * simple.el (backward-delete-char-untabify-method)
4727 (next-line-add-newlines): Add :version.
4728
4729 2001-01-16 Gerd Moellmann <gerd@gnu.org>
4730
4731 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4732 Don't bind <delete> otherwise.
4733
4734 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4735 and <delete> via function-key-map.
4736
4737 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4738 Subject line only if point is after the `Subject:'.
4739
4740 2001-01-16 Kenichi Handa <handa@etl.go.jp>
4741
4742 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4743 japanese-jisx0213-2 in `charset' property of this lang. env.
4744
4745 * language/european.el ("Latin-1"): Add description for Dutch and
4746 Spanish lang. env.
4747
4748 * international/mule.el (decode-char): Fix conditions.
4749 (encode-char): Handle eight-bit-control too.
4750 (transform-make-coding-system-args): New function.
4751 (make-coding-system): Accept XEmacs style arguments for CCL base
4752 coding system.
4753
4754 2001-01-15 Gerd Moellmann <gerd@gnu.org>
4755
4756 * progmodes/etags.el (find-tag-noselect): Save the value of
4757 tags-file-name before switching buffers, for the case it has a
4758 buffer-local value.
4759
4760 2001-01-15 Alex Schroeder <alex@gnu.org>
4761
4762 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4763 From Dave Love <fx@gnu.org>.
4764 (ansi-color-for-comint-mode): Fix :version.
4765
4766 2001-01-15 Alex Schroeder <alex@gnu.org>
4767
4768 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4769
4770 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4771
4772 * dired.el (dired-insert-directory): If file-system-info fails,
4773 remove the " free " part, but don't signal an error.
4774
4775 2001-01-12 Sam Steingold <sds@gnu.org>
4776
4777 * bookmark.el (bookmark-maybe-historicize-string):
4778 Use new backquote syntax.
4779
4780 2001-01-12 Richard M. Stallman <rms@gnu.org>
4781
4782 * subr.el (last): Handle a list that doesn't end in nil.
4783
4784 2001-01-12 Sam Steingold <sds@gnu.org>
4785
4786 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4787 to `backward-delete-char-untabify'.
4788
4789 2001-01-12 Dave Love <fx@gnu.org>
4790
4791 * cus-edit.el (customize-menu-create): Fix the :filter following
4792 easymenu change.
4793
4794 * wid-edit.el (function): Add :match-alternatives.
4795 (widget-color-action): Doc fix.
4796
4797 2001-01-12 Gerd Moellmann <gerd@gnu.org>
4798
4799 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4800
4801 2001-01-12 Kenichi Handa <handa@etl.go.jp>
4802
4803 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4804
4805 * international/ccl.el (define-ccl-program): Fix docstring.
4806
4807 2001-01-11 Dave Love <fx@gnu.org>
4808
4809 * international/mule-cmds.el (standard-display-european-internal):
4810 Set display table for 2208 as for 160.
4811
4812 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4813
4814 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4815 entry for custom-menu-create change.
4816 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4817 don't cons it in the search loop.
4818
4819 * imenu.el (imenu--truncate-items): Revert last change.
4820
4821 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4822
4823 * info.el (Info-setup-header-line): If the node header includes
4824 either Next: or Prev: links, don't show the File: and Node: parts
4825 in the header line.
4826
4827 2001-01-11 Gerd Moellmann <gerd@gnu.org>
4828
4829 * comint.el (comint-goto-process-mark): Don't print a message
4830 when running in batch mode.
4831
4832 * isearch.el (isearch-search): In the condition-case handler for
4833 `error', set isearch-invalid-regexp to the whole error message.
4834
4835 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4836 ensure that eval-after-load works for files dumped with Emacs.
4837
4838 * help.el (load-symbol-file-load-history): New function extracted
4839 from function symbol-file.
4840 (symbol-file): Use it.
4841
4842 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4843
4844 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4845
4846 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4847 behave as if there were no prefix argument.
4848 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4849 argument were nil.
4850
4851 2001-01-11 Richard M. Stallman <rms@gnu.org>
4852
4853 * isearch.el (isearch-lazy-highlight-update):
4854 Don't look for more potential matches once maximum is exceeded.
4855 Use overlays-in to check correctly for overlap with current match.
4856 Ignore empty matches.
4857
4858 2001-01-11 Miles Bader <miles@gnu.org>
4859
4860 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4861 (ispell-overlay-window, ispell-help, ispell-show-choices)
4862 (ispell-command-loop): Use it instead of `window-height'.
4863
4864 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4865
4866 * files.el (confirm-kill-emacs): New user-option.
4867 (save-buffers-kill-emacs): Ask for final confirmation before
4868 killing Emacs.
4869
4870 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4871 to nil.
4872
4873 2001-01-10 Dave Love <fx@gnu.org>
4874
4875 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4876
4877 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4878
4879 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4880
4881 * calculator.el (calculator-number-digits): Fix :type.
4882
4883 * vc-cvs.el (vc-cvs-header): Fix :type.
4884 * vc-rcs.el (vc-rcs-header): Fix :type.
4885 * vc-sccs.el (vc-sccs-header): Fix :type.
4886
4887 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4888
4889 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4890
4891 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4892
4893 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4894
4895 * simple.el (set-variable): Force a thorough redisplay for the
4896 case that the variable has an effect on the display, like
4897 `tab-width' has.
4898
4899 2001-01-10 Andre Spiegel <spiegel@gnu.org>
4900
4901 * vc.el: Add documentation for backend interface.
4902
4903 2001-01-10 Kenichi Handa <handa@etl.go.jp>
4904
4905 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4906
4907 * international/mule-conf.el (latin-extra-code-table): Set to t
4908 for \223 and \224.
4909
4910 2001-01-09 Kenichi Handa <handa@etl.go.jp>
4911
4912 * international/mule-cmds.el (locale-language-names): Map "es" to
4913 "Spanish" and "nl" to "Dutch".
4914
4915 2001-01-09 Gerd Moellmann <gerd@gnu.org>
4916
4917 * bindings.el (global-map): Bind <home> to beginning-of-line,
4918 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4919 C-<end> to end-of-buffer.
4920
4921 * language/european.el: Add Dutch and Spanish language info
4922 to be able to use the appropriate tutorials.
4923
4924 2001-01-09 Alex Schroeder <alex@gnu.org>
4925
4926 * ansi-color.el (ansi-color-process-output): Use markers instead
4927 of positions for start and end of region.
4928 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4929 Previously, occasional mistakes happend when fontifying many
4930 chunks of output (eg. ls --color=yes /dev). This happened
4931 whenever an overlay was created up to the end of the region, which
4932 coincided with the process-mark. New text would then be added
4933 within that overlay instead of after it.
4934 (ansi-color-make-extent): Overlays are created with the property
4935 `modification-hooks' set to '(ansi-color-freeze-overlay).
4936 (ansi-color-freeze-overlay): New function. When inserting text at
4937 the end of the overlay, the overlay will resize.
4938
4939 2000-01-09 Alex Schroeder <alex@gnu.org>
4940
4941 * ansi-color.el (ansi-color-process-output): Doc change.
4942 (ansi-color-unfontify-region): Doc change. No longer installed
4943 automatically in font-lock-unfontify-region-function.
4944 (ansi-color-apply): Doc change.
4945 (ansi-color-apply-on-region): Use extents or overlays instead of
4946 text-properties.
4947 (ansi-color-make-extent): New function.
4948 (ansi-color-set-extent-face): New function.
4949
4950 2000-01-09 Alex Schroeder <alex@gnu.org>
4951
4952 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4953 both use ansi-color-process-output, now.
4954 (ansi-color-process-output): Doesn't return string anymore. It is
4955 installed in comint-output-filter-functions for both Emacs and
4956 XEmacs, now.
4957 (ansi-color-unfontify-region): Simplified code removing variables
4958 pos and start-ansi.
4959 (ansi-color-apply): Put text-property ansi-color before putting
4960 text-property face because ansi-color-unfontify-region is called
4961 immediately after the call to put-text-property.
4962 (ansi-color-context-region): Doc change.
4963 (ansi-color-filter-region): Simplified code.
4964 (ansi-color-apply-on-region): Changed start to start-marker, using
4965 a marker explicitly. Put text-property ansi-color before putting
4966 text-property face because ansi-color-unfontify-region is called
4967 immediately after the call to put-text-property.
4968
4969 2000-01-09 Alex Schroeder <alex@gnu.org>
4970
4971 * ansi-color.el (ansi-color-faces-vector): Doc change.
4972 (ansi-color-for-comint-mode): Changed :type property to choice.
4973 (ansi-color-last-context): Removed.
4974 (ansi-color-process-output): Don't use ansi-color-last-context, as
4975 the main functions will store their context now.
4976 (ansi-color-context): Doc change.
4977 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4978 Uses ansi-color-context such that repeated calls will strip
4979 partial escape sequences, too.
4980 (ansi-color-apply): Simplified code. Colorize end of string if
4981 face is not null. Store context in new (FACE STRING) format, such
4982 that repeated calls will strip partial escape sequences, too.
4983 Append faces to face property using ansi-color-apply-sequence such
4984 that cumulative mode actually works.
4985 (ansi-color-context-region): New variable.
4986 (ansi-color-filter-region): Rewrote it based on
4987 ansi-color-apply-on-region. Uses ansi-color-context-region such
4988 that repeated calls will strip partial escape sequences, too.
4989 (ansi-color-apply-on-region): Simplified code. Colorize end of
4990 region if face is not null. Store context in new (FACE POS)
4991 format, such that repeated calls will strip partial escape
4992 sequences, too. Append faces to face property using
4993 ansi-color-apply-sequence such that cumulative mode actually works.
4994 (ansi-color-apply-sequence): New function.
4995 (ansi-color-get-face): When the default face is added to the list
4996 of faces, all previous settings are discarded and the list of
4997 faces is set to '(default).
4998
4999 2000-01-09 Alex Schroeder <alex@gnu.org>
5000
5001 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5002 face, such that ansi-color-apply and ansi-color-apply-on-region
5003 will do the right thing.
5004 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5005 returns nil, set the list of faces back to nil instead of
5006 appending the result of ansi-color-get-face to the front of the list.
5007
5008 2000-01-09 Alex Schroeder <alex@gnu.org>
5009
5010 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5011 (ansi-color-process): Doc change.
5012 (ansi-color-last-context): New buffer-local variable.
5013 (ansi-color-process-output): New function. It is automatically
5014 added to comint-output-filter-functions if this is XEmacs.
5015 (ansi-color-unfontify-region): New optional parameter for XEmacs
5016 compatibility. Check wether font-lock-syntactic-keywords is
5017 boundp before removing the syntax table text property, as XEmacs
5018 doesn't have it.
5019 (ansi-color-filter-region): Doc change.
5020 (ansi-color-apply-on-region): Doc change.
5021 (ansi-color-make-face): New function. Compatibility layer for
5022 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5023 (ansi-color-make-color-map): Use ansi-color-make-face.
5024 (ansi-color-get-face): Avoid face text property '(nil) as results
5025 in an errow for XEmacs.
5026
5027 2000-01-09 Alex Schroeder <alex@gnu.org>
5028
5029 * ansi-color.el (ansi-color-unfontify-region): New function.
5030 Uses text-property ansi-color in order to preserve fontification by
5031 ansi-color. When the package is loaded, a lambda expression is
5032 put onto font-lock-mode-hook. This lambda expression will check
5033 font-lock-unfontify-region-function and replace
5034 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5035 (ansi-color-apply): Add text-property ansi-color in addition to
5036 text-property face.
5037 (ansi-color-apply-on-region): Add text-property ansi-color in
5038 addition to text-property face.
5039 (save-buffer-state): Copy of the macro that is also used by
5040 lazy-lock and font-lock.
5041
5042 (ansi-color-for-comint-mode): New option.
5043 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5044 (ansi-color-for-comint-mode-off): Ditto.
5045 (ansi-color-for-comint-mode-filter): Ditto.
5046 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5047 decide what to do. This function is added to
5048 comint-preoutput-filter-functions when the package is loaded.
5049
5050 (ansi-color-for-shell-mode-set): Removed.
5051 (ansi-color-for-shell-mode): Removed.
5052
5053 2000-01-09 Alex Schroeder <alex@gnu.org>
5054
5055 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5056 the lambda expression from the ansi-color-for-shell-mode :set
5057 property. Additionally, modify shell-mode-hook to enable or
5058 disable font-lock-mode for future shell buffers.
5059 (ansi-color-for-shell-mode): The :set property calls
5060 ansi-color-for-shell-mode-set instead of a lambda expression.
5061
5062 2000-01-09 Alex Schroeder <alex@gnu.org>
5063
5064 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5065 (ansi-color-context): New variable.
5066 (ansi-color-apply): Save context between calls.
5067
5068 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5069
5070 * isearch.el (isearch, isearch-lazy-highlight-face):
5071 New definitions for face colors and attributes.
5072
5073 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5074 of display-mouse-p.
5075
5076 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5077
5078 * international/mule.el (make-coding-system): If the coding system
5079 accepts extra latin codes, register such codes as safe for the
5080 coding system.
5081
5082 2001-01-08 Richard M. Stallman <rms@gnu.org>
5083
5084 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5085 don't mention the file name or the date here, because they are
5086 logged at the start of the file.
5087
5088 2001-01-08 Richard M. Stallman <rms@gnu.org>
5089
5090 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5091 Change screen-width to frame-width.
5092
5093 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5094
5095 * info.el (Info-search): Print the default as part of the prompt.
5096
5097 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5098
5099 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5100 constant implementations in backends.
5101
5102 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5103 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5104
5105 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5106 WRITABLE to EDITABLE.
5107
5108 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5109 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5110 to EDITABLE.
5111
5112 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5115 (copyright, copyright-update): Compute the current year at run time.
5116
5117 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5118
5119 * isearch.el (isearch-old-signal-hook): Removed.
5120 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5121 instead of setting signal-hook-function.
5122 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5123
5124 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5125
5126 * emulation/edt.el: Update to version 4.0. Provide support for
5127 EDT scroll margins at top and bottom of the window. Provide an
5128 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5129 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5130 user when file-related buffer modifications exist.
5131 Provide support for running EDT Emulation in XEmacs.
5132 Provide customize access to some user updatable variables.
5133 Add Commentary section to file header.
5134 Fixed a few minor bugs and cleaned up some code.
5135
5136 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5137 for detecting a keypress that generates an ASCII key sequence.
5138 (Previously, only a keypress that generates a vector was
5139 recognized.) Embed Window Manager name into name of the generated
5140 EDT Emulation initialization file since the initialization file is
5141 Window Manager specific. Add Commentary section to file header.
5142
5143 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5144
5145 * mail/sendmail.el (mail-mode): Doc fix.
5146
5147 * info.el (Info-goto-emacs-command-node): Doc fix.
5148 (Info-goto-emacs-key-command-node): Doc fix.
5149
5150 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5151
5152 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5153 systems without long file-name support.
5154
5155 2001-01-06 Andrew Innes <andrewi@gnu.org>
5156
5157 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5158
5159 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5160
5161 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5162 (isearch-lazy-highlight-update): Doc fix.
5163
5164 * ffap.el (ffap-bindings): Doc fix.
5165
5166 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5167
5168 2001-01-05 Dave Love <fx@gnu.org>
5169
5170 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5171
5172 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5173
5174 * mouse-drag.el (mouse-drag-safe-scroll):
5175 Bind scroll-preserve-screen-position to nil.
5176
5177 * isearch.el (isearch-old-signal-hook): New variable.
5178 (isearch-mode): Set signal-hook-function to isearch-done.
5179 (isearch-done): Restore old signal-hook-function.
5180
5181 * info.el (Info-fontify-node): Mark one more char as intangible.
5182
5183 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5184
5185 * composite.el (compose-last-chars): New argument COMPONENTS.
5186 If it is non-nil, compose preceding characters by compose-region with
5187 COMPONENTS.
5188
5189 * international/quail.el (quail-input-string-to-events): New function.
5190 (quail-input-method): Convert input string to events here.
5191 (quail-start-translation): Return input string, not event list.
5192 (quail-start-conversion): Likewise.
5193
5194 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5195
5196 * tooltip.el (tooltip-cancel-delayed-tip)
5197 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5198 and tooltip-add-timeout.
5199 (tooltip-show): Set border color from faces's foreground.
5200 (tooltip-show-help-function): If called with the same help string
5201 as last time, do nothing.
5202 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5203
5204 * startup.el (fancy-splash-screens): Don't bind show-help-function
5205 to nil.
5206
5207 * tooltip.el (tooltip-frame-parameters): Remove colors.
5208 (tooltip): New face
5209 (tooltip-set-param): New function.
5210 (tooltip-show): Set up color frame parameters from face `tooltip'.
5211 Display the tooltip text in face `tooltip'.
5212
5213 2001-01-04 Dave Love <fx@gnu.org>
5214
5215 * whitespace.el (whitespace-global-mode): Fix typo.
5216
5217 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5218
5219 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * help.el (help-for-help): Fix a typo in a doc string.
5222 From kwzh@gnu.org (Karl Heuer).
5223
5224 2001-01-03 Dave Love <fx@gnu.org>
5225
5226 * dired-x.el: Doc fixes. Maintainer change.
5227 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5228 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5229 (dired-guess-shell-alist-user): Customize.
5230 (dired-x-help-address): Set to bug-gnu-emacs.
5231 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5232 (dired-default-directory): Renamed from default-directory.
5233
5234 * hl-line.el (hl-line): Doc fix.
5235
5236 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5237
5238 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5239
5240 2001-01-02 Richard M. Stallman <rms@gnu.org>
5241
5242 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5243 to remove all the current alternative-match highlighting.
5244 If nil, remove only what's outside the current window.
5245 (isearch-lazy-highlight-remove-overlays): Take optional
5246 region within which NOT to remove them.
5247 (isearch-lazy-highlight-new-loop): Greatly simplified.
5248 (isearch-lazy-highlight-update): Find all the other occurrences
5249 visible in the window, in just one call.
5250 (isearch-lazy-highlight-start): Now holds start of region to scan.
5251 (isearch-lazy-highlight-end): Now holds end of region to scan.
5252 (isearch-lazy-highlight-wrapped): Variable deleted.
5253 (isearch-lazy-highlight-search): Function deleted.
5254
5255 2000-01-02 Andrew Innes <andrewi@gnu.org>
5256
5257 * w32-fns.el (convert-standard-filename): Do length check on name
5258 before aref.
5259
5260 2001-01-02 Dave Love <fx@gnu.org>
5261
5262 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5263 value.
5264 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5265
5266 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5267
5268 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5269 read syntax.
5270
5271 * calendar/todo-mode.el (todo): Add :link, :version.
5272 (todo-save-top-priorities): Remove autoload cookie.
5273 (todo-add-category, todo-add-item-non-interactively)
5274 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5275
5276 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5277
5278 * comint.el (comint-input-history-ignore): New variable.
5279 (comint-read-input-ring): Ignore entries matching
5280 comint-input-history-ignore.
5281
5282 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5283
5284 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5285 (lm-copyright-mark): New function.
5286 (lm-crack-copyright): New function.
5287 (lm-verify): Check that the file has a copyright.
5288 Check that the file is copyright Free Software Foundation.
5289
5290 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5291
5292 * international/mule-diag.el (print-fontset): Indent font name by
5293 24 columns, not 25.
5294
5295 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5296
5297 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5298 in Subject line.
5299
5300 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5301 Use mail-mode-hook instead of mail-setup-hook.
5302 Otherwise continuing an interrupted message with C-u C-x m for
5303 instance, winds up in Mail mode without abbrevs.
5304
5305 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5306
5307 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5308 non-nil. Adding almost all customization variables on ps-setup.
5309 Doc fix.
5310 (ps-print-version): New version number (6.3.3).
5311 (ps-end-with-control-d): Initialization fix.
5312 (ps-lines-printed): New var.
5313 (ps-skip-newline): New fun.
5314 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5315 (ps-next-line, ps-continue-line, ps-plot-region)
5316 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5317
5318 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5319
5320 * international/fontset.el (x-complement-fontset-spec):
5321 Resolve ASCII font name so that the same family name is used for fonts
5322 registered in x-font-name-charset-alist.
5323 (create-fontset-from-fontset-spec): Adjusted for the above change.
5324 The name of fontset alias should be a unresolved ASCII font name.
5325
5326 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5327
5328 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5329 and delete in isearch-mode-map.
5330
5331 2000-12-28 Richard M. Stallman <rms@gnu.org>
5332
5333 * dired-x.el (dired-guess-shell-alist-default):
5334 Use xpdf instead of acroread.
5335
5336 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5337
5338 * textmodes/artist.el (artist-butlast): Deleted.
5339 (artist-ellipse-mirror-quadrant): Use butlast instead of
5340 artist-butlast.
5341
5342 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5343
5344 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5345
5346 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5347
5348 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5349
5350 * ls-lisp.el: Better support for the Mac and MS-Windows.
5351 (ls-lisp): New defgroup.
5352 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5353 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5354 (ls-lisp-support-shell-wildcards): New defcustoms.
5355 (ls-lisp-parse-symlink): New function.
5356 (insert-directory): Code to convert switches to a list and set up
5357 the wildcard argument copied from ls-lisp-insert-directory.
5358 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5359 for -C and -R switches.
5360 (ls-lisp-column-format): New function.
5361 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5362 (ls-lisp-format-time): Add doc strings.
5363 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5364 Support ls-lisp-dirs-first.
5365 (ls-lisp-classify, ls-lisp-extension): New functions.
5366 (ls-lisp-format): Optionally support emulation of symlinks.
5367 Support -i, -s, and -G switches.
5368
5369 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5370
5371 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5372
5373 * version.el (emacs-version): Print X scroll bar information.
5374
5375 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5376 instead of x-toolkit-scroll-bars-p.
5377
5378 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5379 of x-toolkit-scroll-bars-p.
5380
5381 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5382
5383 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5384 (ffap-bindings): Doc fix, to reflect the above change.
5385
5386 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5387
5388 * term.el (term-char-mode): Define all non-ascii self-inserting
5389 characters to 'term-send-raw in term-raw-map.
5390
5391 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5392
5393 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5394
5395 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5396 Changed initialization; use add-hook.
5397 (ediff-file-remote-p): Use file-local-copy.
5398
5399 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5400
5401 * ediff.el (ediff-patch-buffer): Bug fix.
5402 (ediff-revision): Allow selection of the file at the prompt.
5403
5404 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5405
5406 * subr.el (combine-run-hooks): Remove.
5407
5408 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5409 and remove the rogue second spec.
5410
5411 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5412
5413 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5414
5415 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5416
5417 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5418 Use minibuffer menu prompt for the `=' prefix.
5419 (smerge-command-prefix): Change default to C-^.
5420 (smerge-mode): Don't assume font-lock doesn't move point.
5421
5422 * skeleton.el (skeleton-internal-1): Make sure the first line of
5423 the region is also re-indented.
5424 (skeleton-end-newline): New var.
5425 (skeleton-end-hook): Use it.
5426
5427 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5428
5429 * comint.el (comint-password-prompt-regexp): Support CVS.
5430
5431 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5432
5433 * simple.el (delete-key-deletes-forward-mode): Simplify.
5434 Also backspace key combinations, depending on
5435 delete-key-deletes-forward.
5436
5437 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5438
5439 * simple.el (delete-key-deletes-forward): Doc fix.
5440
5441 2000-08-22 Emmanuel Briot <briot@gnat.com>
5442
5443 * xml.el (top level comment): Updated to reflect the fact that
5444 white spaces are relevant in the XML file.
5445 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5446 to parse was already edited. This allows for on-the-fly analysis
5447 of XML files.
5448 (xml-parse-tag): Check that the casing is the same in the start
5449 tag and end tag, since XML is case-sensitive. Allows for spaces
5450 in the end tag, after the name of the tag.
5451 (xml-parse-attlist): Allow for the character '-' in the name of
5452 attributes, as in the standard http-equiv attribute Do not save
5453 the properties in the XML tree, since they are not relevant.
5454
5455 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5456
5457 * generic.el (generic-read-type): Undo last change, inline into
5458 `generic-mode' and then remove.
5459 (generic-mode): Inline generic-read-type.
5460 (define-generic-mode): Push the symbol name rather than the symbol
5461 onto generic-mode-list.
5462
5463 2000-12-21 Gerd Moellmann <gerd@gnu.org>
5464
5465 * generic.el (generic-read-type): Build an alist for
5466 completing-read as in 20.7.
5467
5468 * play/landmark.el (lm): Use interactive spec `P'.
5469 (toplevel): Don't set debug-on-error.
5470
5471 * server.el (server-switch-buffer): Choose a window on a visible frame.
5472
5473 2000-12-21 Dave Pearson <davep@davep.org>
5474
5475 * quickurl.el: Commentry change, I've moved my web site.
5476
5477 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5478
5479 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5480 ranges like \177-\237, but accepts the character sequence from \177 to
5481 \237. Doc fix.
5482 (ebnf-version): New version (3.4).
5483 (ebnf-setup): Code fix.
5484 (ebnf-range-regexp): New fun.
5485 (ebnf-8-bit-chars): Const fix.
5486
5487 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5488 entry. Doc fix.
5489 (ebnf-bnf-lex): Code fix.
5490 (ebnf-bnf-comment-chars): Const fix.
5491
5492 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5493 entry. Doc fix.
5494 (ebnf-iso-comment-chars): Const fix.
5495
5496 * ebnf-otz.el: Doc fix.
5497
5498 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5499 entry. Doc fix.
5500 (ebnf-yac-skip-code): Code fix.
5501 (ebnf-yac-comment-chars): Const fix.
5502
5503 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5504
5505 * files.el (insert-directory-safely): New function.
5506 (recover-file): Use it instead of insert-directory.
5507 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5508
5509 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5510
5511 * international/mule-cmds.el (select-safe-coding-system):
5512 Check coding-category-list more rigidly. Improve help message.
5513
5514 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5515
5516 2000-12-21 Miles Bader <miles@gnu.org>
5517
5518 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5519
5520 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5521
5522 * international/mule-diag.el (describe-char-after): Make *Help*
5523 buffer inherit multibyteness of the current buffer.
5524
5525 * international/mule.el (make-char): Docstring adjusted for the
5526 change of make-char-internal.
5527
5528 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5529
5530 * international/iso-cvt.el: Docstrings fix.
5531
5532 2000-12-20 Dave Love <fx@gnu.org>
5533
5534 * subr.el (eval-after-load): Doc fix.
5535
5536 2000-12-20 Kenichi Handa <handa@etl.go.jp>
5537
5538 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5539 for numbers.
5540
5541 2000-12-20 Miles Bader <miles@gnu.org>
5542
5543 * international/quail.el (quail-help): Resize the help window
5544 again after it has all its contents. Remove unneeded progn.
5545
5546 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5547
5548 * pcmpl-linux.el: Fix copy/paste error.
5549
5550 2000-12-19 Andrew Innes <andrewi@gnu.org>
5551
5552 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5553
5554 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5555
5556 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5557
5558 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5559
5560 * progmodes/idlw-shell.el: Fixed copyright notice.
5561
5562 * progmodes/idlwave.el: Fixed copyright notice.
5563
5564 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5565 TAB as key separators.
5566
5567 2000-12-19 Alex Schroeder <alex@gnu.org>
5568
5569 * sql.el (sql-sybase-options): New option.
5570 (sql-sybase): Use it. Add sql-database to the list of parameters
5571 provided for login. The options -w 2048 -n are not used any more.
5572 (sql-postgres-options): Changed default from "--pset" to "-P".
5573 (sql-mysql-options): Doc change.
5574 (sql-stop): Doc change.
5575
5576 2000-12-19 Kenichi Handa <handa@etl.go.jp>
5577
5578 * international/quail.el (quail-input-method): Always hide
5579 the guidance buffer on exiting.
5580
5581 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5582
5583 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5584 isn't fboundp.
5585
5586 * server.el (server-buffer-done): Bury the buffer before
5587 killing it.
5588
5589 * faces.el (face-spec-set): Interpret a nil in specs for
5590 foreground and background colors as `unspecified', for
5591 compatibility with 20.x.
5592
5593 2000-12-18 Dave Love <fx@gnu.org>
5594
5595 * simple.el (mail-user-agent): Doc fix.
5596 (input-mode-8-bit): Removed.
5597
5598 * international/mule.el (set-keyboard-coding-system): Doc fix.
5599 (keyboard-coding-system): New option.
5600
5601 * mail/sendmail.el (send-mail-function): Customize.
5602
5603 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5604
5605 * international/codepage.el (cp866-decode-table): New table.
5606
5607 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5608
5609 * version.el (emacs-version): Remove `%a' from the time format
5610 because the weekday doesn't fit well into each locale.
5611
5612 2000-12-18 Miles Bader <miles@gnu.org>
5613
5614 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5615
5616 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5617 Check that emacs-major-version is `=' to 20, not `>='.
5618 (artist-replace-chars): Use `make-string' instead of a loop.
5619
5620 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5621
5622 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5623 (cvs-execute-single-file): Don't change directory.
5624 Patch from Per Cederqvist.
5625
5626 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5627
5628 * textmodes/ispell.el (check-ispell-version):
5629 If `ispell-program-name' is "aspell", pass it the -v switch instead
5630 of -vv.
5631
5632 2000-12-16 Kenichi Handa <handa@etl.go.jp>
5633
5634 * international/mule-diag.el (mule-diag): Insert information about
5635 configure options, multibyte awareness, language env.
5636
5637 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5638 regexp to search for candidates.
5639
5640 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5641
5642 * info.el (Info-forward-node): If the node has an
5643 Info-header-line, widen the buffer before searching for "next:"
5644 and "up:" pointers, and set the search limit to stay in the
5645 current node.
5646
5647 2000-12-16 Miles Bader <miles@gnu.org>
5648
5649 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5650
5651 2000-12-15 Miles Bader <miles@gnu.org>
5652
5653 * comint.el (comint-send-string, comint-send-region): Also accept
5654 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5655 process-send-string/region.
5656
5657 2000-12-15 Gerd Moellmann <gerd@gnu.org>
5658
5659 * isearch.el (isearch-lazy-highlight-max): New user-option.
5660 (isearch-lazy-highlight-update): Don't highlight more than
5661 isearch-lazy-highlight-max matches.
5662
5663 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5664
5665 2000-12-15 Richard M. Stallman <rms@gnu.org>
5666
5667 * sort.el (sort-columns): Fix error message.
5668
5669 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5670 `upcase' or `downcase' or nil.
5671 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5672 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5673 (dabbrev--substitute-expansion): New arg record-case-pattern.
5674 If it is non-nil, set dabbrev--last-case-pattern.
5675 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5676
5677 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5678
5679 2000-12-15 Miles Bader <miles@gnu.org>
5680
5681 * paths.el (Info-default-directory-list): Don't delete
5682 configure-info-directory from the list of standard info
5683 directories when appending it to the end -- their order is important.
5684
5685 * faces.el (read-face-attribute): If there's no entry for the
5686 user's input in VALID, just use it as-is (this will often result
5687 in an error, but it may be OK for e.g. colors using hexadecimal
5688 notation, and at least will yield a better error message).
5689
5690 * window.el (mode-line-window-height-fudge): Function removed.
5691 (height-affecting-face-attributes, mode-line-window-height-fudge):
5692 Variables removed.
5693 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5694 window is really the right size. Use vertical-motion
5695 rather than forward-line.
5696 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5697 (ispell-command-loop, ispell-show-choices): Use the variable
5698 ispell-choices-win-default-height, rather than the function.
5699 (ispell-choices-win-default-height): Function removed.
5700 (ispell-mode-line-window-height-fudge): Function removed.
5701
5702 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5703
5704 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5705
5706 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5707
5708 * paths.el (Info-default-directory-list):
5709 If configure-info-directory is not one of the standard directories,
5710 put it first in the list; otherwise put it last. Doc string
5711 changed accordingly.
5712
5713 * info.el (Info-directory-list): Change doc string to reflect the
5714 change in Info-default-directory-list.
5715
5716 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5717 windows-nt as windowed environments, even under -nw.
5718
5719 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5720 if not fboundp. Switch delete-forward mode for the <delete> key
5721 on all PC platforms, even under -nw.
5722
5723 * term/internal.el ([M-delete]): Remap to M-d.
5724
5725 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5726
5727 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5728
5729 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5730
5731 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5732
5733 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5734
5735 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5736 if appropriate.
5737
5738 * simple.el (delete-key-deletes-forward): New user-option.
5739 (delete-key-deletes-forward-mode): New function.
5740
5741 * bindings.el: Bind `delete' to backward-delete-char.
5742
5743 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5744 Test if symbol is bound before getting its value.
5745
5746 * tooltip.el (tooltip-show): If an error is signaled in
5747 x-show-tip, display that error, and display the help in the
5748 echo area.
5749
5750 2000-12-14 Kenichi Handa <handa@etl.go.jp>
5751
5752 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5753 Show "... entries" messages for every 10000 entries, not 10.
5754
5755 2000-12-13 Karl Fogel <kfogel@red-bean.com>
5756
5757 * bookmark.el: Provide a generic exit hook, as suggested by
5758 Ovidiu Predescu <ovidiu@cup.hp.com>:
5759 (bookmark-exit-hook): New var.
5760 (bookmark-exit-hook-internal): New func, replaces
5761 old raw lambda form in `kill-emacs-hook', and runs new
5762 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5763 as logically that feature must have been provided if this function
5764 is running.
5765 Removed ;;;###autoload before the `add-hook' call.
5766
5767 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5768
5769 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5770 (easy-menu-current-active-maps): New function.
5771 (easy-menu-get-map): Use it.
5772 Make a proper menu entry when creating a new keymap.
5773
5774 2000-12-13 Kenichi Handa <handa@etl.go.jp>
5775
5776 * international/characters.el: Fix cases and syntaxes for
5777 mule-unicode-0100-24ff.
5778
5779 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5780 that a Japanese character is not appended after day and year.
5781
5782 * info.el (Info-suffix-list): Change format for a command that
5783 requires arguments.
5784 (info-insert-file-contents): Adjusted for the above change.
5785
5786 2000-12-12 Andreas Schwab <schwab@suse.de>
5787
5788 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5789 on the name of the tar buffer. Verify that the existing buffer is
5790 visiting the same subfile.
5791
5792 2000-12-12 Dave Love <fx@gnu.org>
5793
5794 * subdirs.el: Add obsolete.
5795
5796 2000-12-12 Gerd Moellmann <gerd@gnu.org>
5797
5798 * mail/rmailsum.el (rmail-summary-expunge)
5799 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5800 instead of rmail-confirm-expunge.
5801
5802 * replace.el (perform-replace): Don't use an empty match adjacent
5803 to a non-empty match when computing the next match before the
5804 replacement is performed.
5805
5806 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
5807
5808 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5809 definition (patch by Stefan Monnier).
5810 (glasses-mode): Use jit-lock instead of `after-change-functions'
5811 (patch by Stefan Monnier).
5812
5813 2000-12-12 Miles Bader <miles@gnu.org>
5814
5815 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5816 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5817
5818 2000-12-12 Andrew Choi <akochoi@i-cable.com>
5819
5820 * term/mac-win.el: Remove load for ls-lisp.
5821
5822 * loadup.el: Load ls-lisp for system-type `macos'.
5823
5824 2000-12-12 Miles Bader <miles@gnu.org>
5825
5826 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5827 Respect field end too.
5828 (just-one-space): Respect fields as `delete-horizontal-space'.
5829 (newline-and-indent, reindent-then-newline-and-indent):
5830 Use `delete-horizontal-space'.
5831
5832 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5833
5834 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5835 (so as to obey the field property in the minibuffer).
5836
5837 * obsolete/c-mode.el: Moved from lisp/progmodes.
5838 * obsolete/auto-show.el: Moved from lisp.
5839 * obsolete/ooutline.el: Moved from lisp/textmodes.
5840
5841 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5842
5843 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
5844 changes to list them here.
5845
5846 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5847 Too many changes to list them here.
5848
5849 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5850 Too many changes to list them here.
5851
5852 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5853
5854 2000-12-11 Gerd Moellmann <gerd@gnu.org>
5855
5856 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5857
5858 * cus-edit.el (custom-save-variables, custom-save-faces):
5859 Comment fix.
5860
5861 * hscroll.el: Moved to `obsolete' subdir.
5862
5863 2000-12-11 Miles Bader <miles@gnu.org>
5864
5865 * window.el (window-text-height): Function removed (now in C).
5866
5867 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5868
5869 * log-edit.el (log-edit-parent-buffer): New var.
5870 (log-edit): Set it. Add BUFFER argument.
5871 (log-edit-done): Use char-before.
5872 Don't bother checking validity of vc-comment-ring.
5873 Only bury the buffer if log-edit popped it up.
5874
5875 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5876 (cvs-mode-diff-help): Remove.
5877 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5878 (cvs-mode-marked): Set up the default for CMD manually.
5879
5880 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5881 Remove binding for ? now made unnecessary.
5882
5883 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5884
5885 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5886 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5887
5888 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5889 when master file is not open.
5890
5891 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5892
5893 * progmodes/ada-stmt.el: Update `maintainer'.
5894
5895 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5896
5897 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5898 choices to match documentation string.
5899
5900 2000-12-09 Miles Bader <miles@gnu.org>
5901
5902 * minibuf-eldef.el: New file.
5903
5904 * window.el (fit-window-to-buffer): Don't pass last argument to
5905 pos-visible-in-window-p, now that its meaning is inverted.
5906
5907 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5908
5909 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5910 <ceder@lysator.liu.se>.
5911
5912 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5913
5914 * autoinsert.el (auto-insert-alist): Add missing final \n.
5915
5916 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5917 (cvs-menu-map): Remove.
5918 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5919 (cvs-mode-quit): Turn it back into a plain function.
5920
5921 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5922 (texinfo-filter): Remove (move to texinfo.el).
5923
5924 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5925 file where it's more visible.
5926 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5927 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5928 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5929 (texinfo-inside-macro-p): Only catch `scan-error's.
5930 (texinfo-inside-env-p): Make better use of the match info.
5931 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5932 (texinfo-insert-@end): Slight re-organization.
5933 Also remove useless `looking-at' call.
5934
5935 2000-12-08 Andrew Innes <andrewi@gnu.org>
5936
5937 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5938 accessible in -nw mode.
5939
5940 * term/w32-win.el: Remove stuff about selection timeout, which is
5941 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5942 it is accessible in -nw mode.
5943
5944 2000-12-08 Dave Love <fx@gnu.org>
5945
5946 * emacs-lisp/lisp-mode.el (lisp-mode):
5947 Set font-lock-keywords-case-fold-search.
5948
5949 2000-12-08 Gerd Moellmann <gerd@gnu.org>
5950
5951 * textmodes/ispell.el (ispell): Doc fix.
5952
5953 2000-12-08 Kenichi Handa <handa@etl.go.jp>
5954
5955 * international/quail.el (quail-insert-decode-map): Check the
5956 frame width of a window displaying the current buffer, not that of
5957 the selected frame.
5958 (quail-help): Make sure that the help buffer has window before
5959 inserting text in it.
5960
5961 2000-12-07 Sam Steingold <sds@gnu.org>
5962
5963 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5964 Backquote is used in isearch.el, so autoloading saves nothing.
5965
5966 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5967
5968 * startup.el (normal-top-level-add-subdirs-to-load-path):
5969 Ignore the CVS and RCS subdirectories case-insensitively.
5970
5971 * dired.el (dired-insert-directory): If file-system-info is
5972 fboundp, call it instead of invoking dired-free-space-program.
5973
5974 2000-12-07 Gerd Moellmann <gerd@gnu.org>
5975
5976 * server.el (server-visit-files): Push files on file-name-history.
5977
5978 * progmodes/cc-langs.el: Update copyright.
5979
5980 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5981
5982 * bindings.el (mode-line-mode-menu): Add glasses-mode.
5983
5984 * bindings.el (mode-line-mode-menu): Reverse the order
5985 of define-keys so that the menu appears in alphabetical order.
5986
5987 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
5988
5989 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5990 of the function.
5991
5992 2000-12-07 Dave Love <fx@gnu.org>
5993
5994 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5995
5996 * facemenu.el (facemenu-unlisted-faces): Fix value.
5997
5998 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5999
6000 * font-lock.el (font-lock-default-fontify-region):
6001 Include the terminating \n (off-by-one error).
6002 (font-lock-set-defaults): Use dolist.
6003
6004 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6005
6006 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6007
6008 * international/mule-cmds.el (describe-language-environment):
6009 Fix for the case that an input method title is not string but a list.
6010
6011 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6012 of wrong SIZE record.
6013
6014 2000-12-06 Dave Love <fx@gnu.org>
6015
6016 * newcomment.el (comment-region, comment-dwim): Doc fix.
6017
6018 * textmodes/texinfo.el: Require tex-mode when compiling.
6019 (texinfo-update-node): Doc fix.
6020 (texinfo-imenu-generic-expression): Add @anchor.
6021 (texinfo-font-lock-keywords): Add @uref.
6022 (texinfo-inside-macro-p): Don't use ignore-errors.
6023 (texinfo-insert-quote): Match more contexts.
6024
6025 * international/mule.el (decode-char, encode-char): Doc fix.
6026 (auto-coding-alist): Customize.
6027
6028 * files.el (load-file): Fix change of 2000-03-12.
6029
6030 * wid-edit.el (widget-text-keymap): Doc fix.
6031
6032 2000-12-06 Andrew Innes <andrewi@gnu.org>
6033
6034 * makefile.w32-in (lisp): Set to an absolute directory, namely
6035 $(CURDIR).
6036
6037 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6040 read generated-autoload-file, and set buffer-file-coding-system to
6041 raw-text-unix after reading the file.
6042
6043 * international/mule-conf.el (file-coding-system-alist):
6044 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6045
6046 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6047
6048 * replace.el (occur): Make line-number-width 1 smaller for the
6049 colon following the line number.
6050
6051 * startup.el (fancy-splash-text, command-line-1):
6052 Use `File' for the menu name instead of `Files'.
6053
6054 * tmm.el: Update copyright.
6055
6056 * cus-start.el: Add entry for even-window-heights.
6057
6058 2000-12-06 Miles Bader <miles@gnu.org>
6059
6060 * faces.el (frame-set-background-mode): Avoid stomping on
6061 locally modified faces.
6062
6063 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6064
6065 * international/fontset.el: Correct the font registries for
6066 japanese-jisx0213-1 and japanese-jisx0213-2.
6067
6068 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6069
6070 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6071
6072 * iswitchb.el: Update customization commentary.
6073
6074 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6075
6076 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6077 (tpu-search-highlight): Fixed comparison of overlay end positions.
6078 (tpu-trim-line-ends): Implemented trimming logic locally.
6079
6080 * emulation/tpu-extras.el (tpu-write-file-hook)
6081 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6082
6083 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6084
6085 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6086 to cn-gb.
6087 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6088
6089 2000-12-04 Dave Love <fx@gnu.org>
6090
6091 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6092
6093 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6094
6095 * mail/rmailsum.el (rmail-summary-expunge)
6096 (rmail-summary-expunge-and-save): Ask for confirmation with
6097 rmail-expunge-confirmed.
6098
6099 * mail/rmail.el (rmail-expunge-confirmed): New function.
6100 (rmail-expunge): Use it.
6101
6102 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6103
6104 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6105 (etags-recognize-tags-table, find-tag-in-order):
6106 New functionality: interpret file names as tags.
6107
6108 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6111 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6112 the first subnode until the bottom of the current node is visible.
6113
6114 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6115
6116 * format.el (format-decode): Don't change buffer's undo list.
6117
6118 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6119
6120 * faces.el (face-font-registry-alternatives): Add entries for CJK
6121 fonts. Doc-string adjusted for the actual usage of this data.
6122
6123 * international/fontset.el: Change the font registries for CJK
6124 fonts in the default fontset. Don't append '*' to registries.
6125
6126 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6127
6128 * emacs-lisp/easy-mmode.el (define-derived-mode)
6129 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6130
6131 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6132 (derived-mode-p): New function.
6133 (derived-mode-make-docstring): Add `docstring' argument.
6134 Use it if available and complete it if necessary.
6135
6136 2000-12-03 Andreas Schwab <schwab@suse.de>
6137
6138 * type-break.el (type-break): Don't make parent of itself.
6139
6140 2000-12-03 Miles Bader <miles@gnu.org>
6141
6142 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6143
6144 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6145
6146 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6147 (tex-main-file, tex-file): Simplify.
6148 (tex-generate-zap-file-name): Use subst-char-in-string.
6149 (tex-strip-dots): Remove.
6150
6151 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6152
6153 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6154 to check if the match succeeded.
6155
6156 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6157
6158 * startup.el (use-fancy-splash-screens-p): New function.
6159 (command-line-1): Use it to determine whether or not to use
6160 a fancy splash screen.
6161
6162 2000-12-02 Andreas Schwab <schwab@suse.de>
6163
6164 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6165
6166 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6167
6168 * international/mule.el (make-char): Fix last change.
6169
6170 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6171 New defcustoms.
6172 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6173 autoloading tex-mode; instead, do the same manually.
6174 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6175 with numeric argument. Docstring fix.
6176 (toplevel): Require cl when compiling.
6177
6178 * international/mule.el (make-char): Doc fix.
6179
6180 2000-12-02 Jason Rumney <jasonr@gnu.org>
6181
6182 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6183 the Emacs Lisp manual)
6184
6185 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6186
6187 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6188
6189 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6190 the Emacs Lisp manual).
6191
6192 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6193
6194 * simple.el (next-line-add-newlines): Change default to nil.
6195
6196 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6197
6198 * files.el (revert-buffer, recover-file):
6199 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6200
6201 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6202
6203 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6204
6205 2000-12-01 Miles Bader <miles@gnu.org>
6206
6207 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6208
6209 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6210
6211 * international/mule-diag.el (describe-char-after): Fix typo.
6212 (describe-character-set, non-iso-charset-alist): Fix typo.
6213
6214 2000-12-01 Miles Bader <miles@gnu.org>
6215
6216 * image-file.el (image-file-name-regexp): Automatically add
6217 upper-case variants of each filename extension in
6218 `image-file-name-extensions', since they seem to be common.
6219
6220 * simple.el (minibuffer-contents)
6221 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6222 New functions.
6223 * filecache.el (file-cache-directory-name)
6224 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6225
6226 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6227
6228 * filecache.el (file-cache-minibuffer-complete): Don't try to
6229 delete the minibuffer prompt.
6230
6231 2000-11-30 Dave Love <fx@gnu.org>
6232
6233 * cus-start.el: Fix read-buffer-function type.
6234
6235 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6236
6237 * md5.el: Removed. There's a built-in function, now.
6238
6239 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6240
6241 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6242 as dummy 0-th char of rmail-deleted-vector.
6243
6244 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6245
6246 * ps-print.el (ps-end-job): Bind case-fold-search only after
6247 switching to ps-spool-buffer.
6248
6249 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6250
6251 * ps-print.el: Line number font customization. PostScript: Lines and
6252 PageCount are initialized on each page. Doc Fix.
6253 (ps-print-version): New version number (6.3.2).
6254 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6255 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6256 (ps-right-header): Customization fix.
6257 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6258 Fix code.
6259 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6260 New vars.
6261
6262 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6263
6264 * bs.el: Fix typos and spelling errors.
6265 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6266 (bs-configuration): Doc fix.
6267
6268 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6269
6270 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6271
6272 * emulation/tpu-edt.el (tpu-version): New version.
6273 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6274 (tpu-original-mode-line): Variable deleted.
6275 (tpu-mark-flag): New initial value.
6276 (tpu-set-mode-line): Don't redefine mode-line-format.
6277 Add tpu-mark-flag to minor-mode-alist.
6278 (tpu-update-mode-line): New mark flag logic.
6279 (tpu-get): Use find-file-wildcards.
6280 (tpu-search-highlight): Move overlay less, reset overlay properly.
6281 (tpu-unselect): Deactivate mark.
6282 (tpu-lm-replace): Reset overlay properly.
6283 (tpu-forward-line): Use forward-visible-line.
6284 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6285
6286 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6287
6288 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6289
6290 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6291
6292 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6293
6294 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6295 and skip whitespace and newlines.
6296
6297 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6298
6299 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6300
6301 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6302
6303 * help.el (describe-function-1): Regexp-quote function name
6304 when used as part of a regexp.
6305
6306 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6307 Use face-attribute instead of face-foreground and face-background.
6308 (tool-bar-add-item): Likewise, and handle unspecified colors.
6309
6310 * enriched.el (enriched-face-ans): Use face-attribute instead
6311 of face-foreground and face-background.
6312
6313 * faces.el (face-foreground, face-background, face-stipple):
6314 Return nil if attribute is unspecified, for backward compatibility.
6315
6316 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6317
6318 * play/5x5.el: Remove version info.
6319
6320 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6321
6322 * frame.el (blink-cursor-mode): Doc fix.
6323
6324 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6325
6326 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6327 to create Makefile rules.
6328 (antlr-tool-command): New user option.
6329 (antlr-ask-about-save): New user option.
6330 (antlr-makefile-specification): New user option.
6331 (antlr-file-formats-alist): New variable.
6332 (antlr-special-file-formats): New variable.
6333 (antlr-unknown-file-formats): New user option.
6334 (antlr-help-unknown-file-text): New variable.
6335 (antlr-help-rules-intro): New variable.
6336 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6337 (antlr-mode-menu): Add entries.
6338 (antlr-file-dependencies): New function.
6339 (antlr-directory-dependencies): New function.
6340 (antlr-superclasses-glibs): New function.
6341 (antlr-run-tool): New command.
6342 (antlr-makefile-insert-variable): New function.
6343 (antlr-insert-makefile-rules): New function.
6344 (antlr-show-makefile-rules): New command.
6345
6346 * antlr-mode.el: More Emacs/XEmacs stuff.
6347 (antlr-no-action-keywords): New constant with value nil.
6348 (antlr-font-lock-keywords-alist): Use it. Old value would break
6349 syntax highlighting in Emacs-21.0.
6350 (antlr-default-directory): Emacs/XEmacs dependend function.
6351 (antlr-read-shell-command): Ditto.
6352 (antlr-with-displaying-help-buffer): Ditto.
6353
6354 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6355
6356 * antlr-mode.el: imenu, parsing and highlighting changes.
6357 (antlr-imenu-create-index-function): Don't create extra submenus
6358 for definitions in different grammar classes. It is not necessary
6359 for the menu and would make command `imenu' awkward to use.
6360 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6361 header actions and more than one.
6362 (antlr-font-lock-tokendef-face): Changed color.
6363 (antlr-font-lock-tokenref-face): Changed color.
6364 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6365 (antlr-mode-syntax-table): New variable.
6366 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6367 (antlr-with-syntax-table): Don't copy syntax table.
6368
6369 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6370
6371 * antlr-mode.el: Minor changes: language setting.
6372 (antlr-language-alist): The value for file option "language" can
6373 be both an identifier and a string.
6374 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6375 (antlr-language-limit-n-regexp): Change accordingly.
6376
6377 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6378
6379 * antlr-mode.el: Minor changes: tabs, hiding.
6380 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6381 (antlr-action-visibility): Also allow value nil to also hide the
6382 braces. Renamed from `antlr-tiny-action-length'.
6383 Suggested by Jay@aol.com.
6384 (antlr-hide-actions): Change accordingly. Hide line if completely
6385 hidden action is on a line of its own.
6386
6387 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6388
6389 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6390
6391 * sort.el (sort-columns): Don't concat strings with numbers.
6392
6393 2000-11-29 Dave Love <fx@gnu.org>
6394
6395 * cus-edit.el (face): Fix :format.
6396
6397 * mail/feedmail.el: Require smtpmail when compiling.
6398 (mail-do-fcc): Autoload.
6399 (feedmail) <defgroup>: Fix :link.
6400 (feedmail-nuke-body-in-fcc): Fix :type.
6401 (feedmail-send-it): Add autoload cookie.
6402
6403 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6404
6405 * newcomment.el (comment-indent): Save excursion around call to
6406 comment-indent-function.
6407
6408 2000-11-29 Miles Bader <miles@gnu.org>
6409
6410 * subr.el (member-ignore-case): Return the tail of the list who's
6411 car matches, like `member', not the matching element itself.
6412
6413 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6414
6415 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6416 should not contain `\n'.
6417
6418 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6419
6420 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6421
6422 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6423
6424 * dired-aux.el (dired-do-create-files): Construct default file
6425 name for dired-mark-read-file-name so that when the user enters
6426 just RET, the target file will end up in the target directory.
6427
6428 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6429 local-abbrev-table before changing buffers because it might
6430 have a buffer-local binding.
6431
6432 2000-11-28 Miles Bader <miles@gnu.org>
6433
6434 * simple.el (delete-horizontal-space): Handle fields more generally.
6435
6436 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6437
6438 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6439
6440 2000-11-28 Dave Love <fx@gnu.org>
6441
6442 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6443 comment-start-skip locally.
6444
6445 * progmodes/fortran.el (fortran-mode): Don't set
6446 fortran-comment-line-start-skip. Set comment-start to
6447 fortran-comment-line-start.
6448 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6449 (fortran-comment-line-start-skip): Simplify slightly.
6450
6451 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6452
6453 * play/5x5.el: Remove RCS keyword.
6454
6455 * bs.el: Mistaken commit, undone 2000-11-30.
6456
6457 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
6458
6459 * textmodes/tildify.el (tildify-string-alist):
6460 Add `plain-tex-mode' here.
6461
6462 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6463
6464 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6465 reference.
6466
6467 2000-11-28 Miles Bader <miles@gnu.org>
6468
6469 * cus-face.el (custom-face-attributes): Add post-filter function
6470 for :box. Make pre-filter function for :box handle all cases.
6471
6472 * wid-edit.el (widget-choose): Make sure pop-up window is large
6473 enough to display all the choices, as there's no way to scroll it.
6474
6475 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6476
6477 * international/mule-conf.el: Make the coding system no-conversion
6478 safe for all characters.
6479
6480 2000-11-27 Dave Love <fx@gnu.org>
6481
6482 * net/ldap.el (ldap) <defgroup>: Add :version.
6483
6484 * tooltip.el (tooltip-use-echo-area): Doc fix.
6485
6486 * cus-start.el <minibuffer-prompt-properties>: Add version.
6487 <read-buffer-function>: Add.
6488
6489 * apropos.el (apropos-print): Add help-echo to active text.
6490
6491 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6492
6493 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6494
6495 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6496 type, group and version.
6497
6498 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * select.el (x-get-selection): Docstring fix.
6501
6502 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
6503
6504 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6505
6506 2000-11-27 Andrew Innes <andrewi@gnu.org>
6507
6508 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6509
6510 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6511
6512 2000-11-27 Miles Bader <miles@gnu.org>
6513
6514 * dired.el (dired-get-filename): Return filename verbatim if
6515 LOCALP is `verbatim'.
6516 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6517 `verbatim' so that we don't inadvertently delete a non-existant
6518 directory name.
6519
6520 2000-11-27 Kenichi Handa <handa@etl.go.jp>
6521
6522 * international/characters.el: Specify cases and syntaxes for
6523 mule-unicode-0100-24ff.
6524
6525 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6526
6527 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6528 that foreground and/or background colors of the face `tool-bar'
6529 are unspecified.
6530
6531 2000-11-27 Miles Bader <miles@gnu.org>
6532
6533 * wid-edit.el (widget-field-buffer, widget-field-start)
6534 (widget-field-end): Handle widget field `pseudo-overlays'.
6535 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6536 if it's there instead of in `widget-field-list'.
6537
6538 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6539 (help-make-xrefs): Delete extraneous newlines at the end of the
6540 docstring.
6541
6542 2000-11-25 Jason Rumney <jasonr@gnu.org>
6543
6544 * startup.el (command-line): Call set-locale-environment after
6545 Window System init file is read, as it can result in a call to
6546 redraw-frame.
6547
6548 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6549
6550 * simple.el (shell-command): Mention the effect of the prefix
6551 argument in the doc string.
6552
6553 2000-11-25 Miles Bader <miles@gnu.org>
6554
6555 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6556
6557 * wid-edit.el (widget-field-value-delete): Don't try to delete
6558 overlay when it's the `pseudo-overlay' that exists at some points.
6559
6560 2000-11-24 Jason Rumney <jasonr@gnu.org>
6561
6562 * international/mule-cmds.el (locale-language-names): Add "jp" as
6563 a non-standard alternative for Japanese.
6564
6565 2000-11-24 Andre Spiegel <spiegel@gnu.org>
6566
6567 * vc-hooks.el: Require 'cl during compilation.
6568
6569 2000-11-24 Gerd Moellmann <gerd@gnu.org>
6570
6571 * faces.el (face-set-after-frame-default): Let face attributes
6572 specified for new frames override frame parameters.
6573
6574 * startup.el (command-line): Fix computation of the source file
6575 for user-init-file when user-init-file is a compiled file.
6576
6577 2000-11-24 Miles Bader <miles@gnu.org>
6578
6579 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6580 (custom-post-filter-face-spec): New functions.
6581 (custom-face-set, custom-face-value-create): Filter the face spec
6582 before and after customization.
6583 (custom-face-set): If VALUE specifies a null face, pass a
6584 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6585 * cus-face.el (custom-face-attributes): Remove SET and GET
6586 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6587 cases they're needed.
6588
6589 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6590 that it's distinguishable from the :off-glyph on dark-background
6591 displays. Set its background color too.
6592
6593 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6594 so that people can easily turn it off.
6595
6596 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6597
6598 * ediff-diff.el: Moved variables around to have it compile under NT.
6599
6600 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6601
6602 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6603
6604 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6605 redundant skip-small-frames test.
6606
6607 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6608 (viper-downgrade-to-insert): Protect against errors in hooks.
6609
6610 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6611 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6612 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6613 New functions.
6614
6615 * viper-util.el (viper-memq-char): Bug fixes.
6616
6617 * viper.el (viper-mode): Fix cursor handling.
6618
6619 2000-11-24 Kenichi Handa <handa@etl.go.jp>
6620
6621 * international/mule-diag.el (list-iso-charset-chars):
6622 For two-byte charset, fix the `while' condition.
6623 (list-non-iso-charset-chars): Fix the `while' condition.
6624
6625 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6626
6627 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6628 if the variable is make-variable-buffer-local.
6629
6630 * progmodes/ada-stmt.el (ada-template-map):
6631 Initialize and bind it to C-c t in ada-mode-map.
6632 (ada-stmt-mode-hook): New function extracted from old code.
6633 Only change the buffer-local side of skeleton-*.
6634 (ada-mode-hook): Use it.
6635
6636 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6637
6638 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6639 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6640 we expect to be returned by minibuffer-depth once we prompt the
6641 user in the minibuffer.
6642 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6643 as recorded in iswitchb-minibuf-depth, return non-nil.
6644
6645 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6646
6647 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6648 (hscroll-window-maybe): Docstring fix.
6649
6650 2000-11-23 Dave Love <fx@gnu.org>
6651
6652 * rect.el (string-rectangle): Don't test delete-selection-mode.
6653
6654 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6655
6656 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6657 is in the tool bar.
6658
6659 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6660 with `no-dir'; we want the directory part to be able to remove it.
6661
6662 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6663
6664 * textmodes/outline.el (outline-flag-region):
6665 Don't bind inhibit-read-only since we don't modify the buffer.
6666 (outline-isearch-open-invisible): Don't jump to overlay-start
6667 since we're trying to unhide text around point.
6668 (outline-discard-overlays): Use dolist.
6669
6670 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6671
6672 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6673
6674 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6675
6676 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6677
6678 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6679 Fix ARG regexp to skip quoted braces.
6680 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6681 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6682 are (correctly) handled separately).
6683 Remove `caption' and `footnote' from `citations': they contain text.
6684 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6685 (latex-skeleton-end-hook): New function.
6686 (latex-mode): Use it.
6687 (tex-start-tex-marker): Remove.
6688 (tex-send-tex-command): Don't set tex-start-tex-marker.
6689 (tex-error-parse-syntax-table): New var.
6690 (tex-compilation-parse-errors): Use it.
6691 Ignore tex-start-tex-marker. Don't bother with marker-position.
6692 (tex-validate-buffer): Don't bother with marker-position.
6693
6694 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6695 (flyspell-generic-progmode-verify): Use it.
6696
6697 2000-11-22 Sam Steingold <sds@gnu.org>
6698
6699 * simple.el (delete-trailing-whitespace): New interactive function.
6700
6701 * progmodes/ada-mode.el (ada-mode): Use it instead of
6702 `ada-remove-trailing-spaces'.
6703 (ada-remove-trailing-spaces): Removed.
6704
6705 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6706
6707 * textmodes/picture.el (picture-clean): Removed.
6708 (picture-mode-exit): Call it instead of `picture-clean'.
6709
6710 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6711
6712 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6713
6714 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6715 jit-lock-fontify-buffer; it should anyway be unneccessary to
6716 do anything special when jit-lock is active.
6717 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6718
6719 2000-11-22 Dave Love <fx@gnu.org>
6720
6721 * calendar/todo-mode.el (todo-top-priorities): Use
6722 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6723
6724 * language/chinese.el, language/cyrillic.el:
6725 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6726 * language/hebrew.el, language/indian.el, language/japanese.el:
6727 * language/korean.el, language/lao.el, language/misc-lang.el:
6728 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6729 Use provide.
6730
6731 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6732 (custom-variable-set): Improve validation error mesage.
6733
6734 * rect.el (string-rectangle): Revert last change.
6735 (string-rectangle-line): New arg DELETE.
6736 (string-rectangle): Check delete-selection-mode.
6737
6738 * emacs-lisp/edebug.el (edebug-version)
6739 (edebug-maintainer-address): Deleted.
6740 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6741 (edebug-read-function): Account for other `'#' read forms.
6742 (edebug-mode-menus): Make some items toggles.
6743 (edebug-outside-unread-command-event, unread-command-event):
6744 Remove these to avoid warnings.
6745
6746 2000-11-22 David Ponce <david@dponce.com>
6747
6748 * recentf.el (recentf-menu-items-for-commands)
6749 (recentf-make-menu-items, recentf-make-menu-item)
6750 (recentf-filter-changer): Added :help and :active menu-item properties.
6751
6752 (recentf-build-dir-rules, recentf-dump-variable)
6753 (recentf-edit-list, recentf-open-files-item)
6754 (recentf-open-files): Replaced unnecessary `mapcar' with new
6755 built-in `mapc'.
6756
6757 2000-11-23 Miles Bader <miles@gnu.org>
6758
6759 * faces.el (menu): Make inverse-video on ttys too.
6760
6761 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6762
6763 * simple.el (comment-line-break-function): Use the new name
6764 indent-new-comment-line -> comment-indent-new-line.
6765 (clone-indirect-buffer): Don't ignore NORECORD.
6766 (next-completion): Properly handle the case where items are adjacent.
6767
6768 * mouse.el (popup-menu): Stupid typo.
6769
6770 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6771
6772 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6773 maintainer, keywords tags.
6774
6775 * rect.el (replace-rectangle): Don't call string-rectangle-line
6776 with too many arguments.
6777
6778 2000-11-22 Andre Spiegel <spiegel@gnu.org>
6779
6780 * ediff-util.el (ediff-file-checked-out-p)
6781 (ediff-file-checked-in-p): Call vc-state instead of
6782 vc-locking-user, which no longer exists.
6783
6784 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6785
6786 2000-11-22 Dave Love <fx@gnu.org>
6787
6788 * md5.el (md5): Provide.
6789 (md5): Fix error call.
6790
6791 2000-11-22 Miles Bader <miles@gnu.org>
6792
6793 * textmodes/refill.el (refill-adjust-ignorable-overlay)
6794 (refill-fill-paragraph-at): Remove debugging code.
6795
6796 * calendar/calendar.el (generate-calendar-window): When we don't
6797 call `fit-window-to-buffer', make sure the top line is fully visible.
6798
6799 * image-file.el (insert-image-file): Don't make `read-only'
6800 property rear-nonsticky.
6801
6802 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6803 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6804 stashing away its original value.
6805 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6806 in the recursive edit.
6807 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6808 (isearch-done): Restore `minibuffer-message-timeout'.
6809
6810 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6811
6812 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6813
6814 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6815
6816 * find-lisp.el (find-lisp-find-files-internal):
6817 Use dolist, when and file-name-as-directory.
6818
6819 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6820 (define-derived-mode, define-minor-mode): Add specs.
6821
6822 * window.el: General comment and spacing fixes.
6823 (save-selected-window): Use backquotes.
6824 (window-safely-shrinkable-p): New function.
6825 (shrink-window-if-larger-than-buffer): Use it.
6826
6827 * subr.el (make-local-hook): Docstring fix.
6828
6829 * shell.el (shell-mode): Use define-derived-mode.
6830
6831 * newcomment.el (comment-indent): Insert comment before calling
6832 comment-indent-function. Don't insert in column 0.
6833 (comment-dwim): Indent before inserting comment.
6834
6835 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6836 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6837 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6838 Use mapc rather than map.
6839
6840 * files.el (find-buffer-visiting): Compare all attributes before
6841 declaring two files identical (rather than just their inode-no).
6842 (auto-mode-alist): Use \' rather than $.
6843
6844 * which-func.el: Update maintainer line.
6845
6846 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6847 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6848 (uniquify-buffer-file-name): Use it.
6849
6850 2000-11-22 Miles Bader <miles@gnu.org>
6851
6852 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6853 * simple.el (minibuffer-avoid-prompt): New function.
6854
6855 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6856
6857 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6858
6859 2000-11-21 Miles Bader <miles@gnu.org>
6860
6861 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6862 inclusion of `track-mouse'.
6863
6864 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6865 (refill-adjust-ignorable-overlay): New function.
6866 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6867 only the paragraph's tail if possible.
6868 Update `refill-ignorable-overlay'.
6869 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6870
6871 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6872 point inside the fill-prefix.
6873
6874 * textmodes/refill.el (refill-post-command-function): Don't reset
6875 refill-doit in the case where a self-insertion command doesn't
6876 case a refill. Use `refill-fill-paragraph-at', getting position
6877 from `refill-doit'.
6878 (refill-after-change-function): Set `refill-doit' to END.
6879 (refill-fill-paragraph-at): New function, mostly from old
6880 refill-fill-paragraph.
6881 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6882 (refill-pre-command-function): New function.
6883 (refill-mode): Add it to `pre-command-hook'.
6884
6885 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6886
6887 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6888
6889 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6890 javadoc tags.
6891
6892 2000-11-20 Andre Spiegel <spiegel@gnu.org>
6893
6894 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6895 vc.el).
6896
6897 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6898 require vc.
6899
6900 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6901 checkouts.
6902
6903 2000-11-20 Dave Love <fx@gnu.org>
6904
6905 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6906
6907 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
6908
6909 * calculator.el (calculator-paste): Use `if' instead of `and'
6910 and `or'.
6911 (calculator-help): Don't use electric-describe-mode for XEmacs.
6912
6913 2000-11-19 Gerd Moellmann <gerd@gnu.org>
6914
6915 * info.el (info-menu-5): Doc fix.
6916
6917 * textmodes/artist.el: New file.
6918
6919 2000-11-19 Andre Spiegel <spiegel@gnu.org>
6920
6921 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6922 and differentiate according to checkout model.
6923 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6924 since this function is only concerned with master state.
6925
6926 * vc-hooks.el (vc-workfile-unchanged-p)
6927 (vc-default-workfile-unchanged-p): Moved here from vc.el.
6928
6929 * vc.el (vc-workfile-unchanged-p)
6930 (vc-default-workfile-unchanged-p): See above.
6931
6932 2000-11-19 Miles Bader <miles@gnu.org>
6933
6934 * image-file.el (insert-image-file): Make `intangible' and
6935 `read-only' properties rear-nonsticky too.
6936
6937 2000-11-18 Gerd Moellmann <gerd@gnu.org>
6938
6939 * ps-print.el: Update copyright notice.
6940
6941 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6942 (tooltip-show): Use the offsets.
6943
6944 * bindings.el (mode-line-modified): Fix a typo.
6945 (mode-line-toggle-modified, mode-line-widen)
6946 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6947
6948 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6949
6950 * ps-print.el (toplevel): Test for find-coding-system being
6951 fboundp before calling ps-x-find-coding-system.
6952
6953 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6954
6955 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6956 (vc-version-backup-file): Docstring fix.
6957
6958 2000-11-16 Gerd Moellmann <gerd@gnu.org>
6959
6960 * files.el (basic-save-buffer): Don't add a newline if
6961 find-file-literally is non-nil.
6962 (find-file-literally): Extend doc string.
6963
6964 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6965 sort(1) with the `-f' argument.
6966
6967 2000-11-16 Andre Spiegel <spiegel@gnu.org>
6968
6969 * vc.el: Updated backend documentation.
6970 (vc-default-check-headers): New function.
6971
6972 * vc-{cvs,rcs,sccs}.el: Functions reordered.
6973
6974 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6975 up-to-date.
6976 (vc-do-command): In the asynchronous case, output messages only if
6977 the minibuffer is not active.
6978
6979 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6980 `vc-cvs-use-edit' is on.
6981 (vc-cvs-checkout): When this is used for reverting the workfile,
6982 make a backup of the original contents and revert to that in case
6983 of error.
6984 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6985 remote repositories.
6986
6987 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6988 for both version and ratio in the minibuffer.
6989
6990 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6991 Use vc-do-command to perform the annotation, not call-process.
6992
6993 2000-11-16 Kenichi Handa <handa@etl.go.jp>
6994
6995 * international/quail.el (quail-start-translation): Don't call
6996 `message' before reading key sequence.
6997
6998 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6999
7000 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7001
7002 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7003
7004 * window.el (fit-window-to-buffer): Be sure to acquire at least
7005 one text line even if the buffer is empty.
7006
7007 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7008
7009 * net/ange-ftp.el (ange-ftp-file-writable-p)
7010 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7011 Bind ange-ftp-process-verbose to nil.
7012
7013 2000-11-15 Dave Love <fx@gnu.org>
7014
7015 * wid-edit.el (widget-specify-field, widget-specify-button):
7016 If :help-echo is a function, set help-echo of overlay to
7017 widget-mouse-help.
7018 (widget-mouse-help): New function.
7019 (widget-echo-help): Rewritten for :help-echo functions only taking
7020 a widget arg.
7021
7022 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7023 Use display-graphic-p.
7024 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7025 and that JPEG is available.
7026 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7027
7028 * international/mule-cmds.el (locale-charset-language-names):
7029 Match @euro.
7030
7031 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7032
7033 * faces.el (face-set-after-frame-default):
7034 If `inhibit-default-face-x-resources' is bound, don't intialize the
7035 default face from X resources.
7036
7037 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7038
7039 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7040 Don't set EMACSLOADPATH.
7041
7042 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7043
7044 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7045 texinfo-insert-@url.
7046 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7047 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7048
7049 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7050
7051 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7052 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7053 (checkdoc-minor-keymap): Backward compatibility.
7054 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7055 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7056 (checkdoc-this-string-valid-engine): Be a bit more strict
7057 to avoid matching substrings of `...' quoted vars/funs.
7058 (checkdoc-defun-info): Only look for `interactive' if alone.
7059 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7060
7061 * progmodes/compile.el (grep): `tag-default' can be nil.
7062
7063 * newcomment.el (comment-indent): Paren typo.
7064
7065 2000-11-14 Dave Love <fx@gnu.org>
7066
7067 * calculator.el: New maintainer version.
7068
7069 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7070
7071 * cmuscheme.el: Doc fixes.
7072 (cmuscheme) <defgroup>: Use `scheme' as parent.
7073 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7074
7075 * xscheme.el (scheme-program-name): Don't define here.
7076
7077 * progmodes/scheme.el (scheme-program-name): New variable
7078 (originally in cmuscheme).
7079
7080 2000-11-14 Miles Bader <miles@gnu.org>
7081
7082 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7083 Handle header-lines. Don't loop forever if we can't enlarge the
7084 window anymore. Simplify a bit.
7085
7086 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7087
7088 * window.el (fit-window-to-buffer): Don't check
7089 window-text-height. Assure that the last line is fully visible.
7090
7091 * international/quail.el (quail-show-guidance-buf):
7092 Call fit-window-to-buffer to assure the enough height of the guidance
7093 buffer.
7094 (quail-update-guidance): Avoid making the guidance buffer shorter.
7095
7096 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7097
7098 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7099 rather than `prepend' and add an interesting comment.
7100 (tex-math-face, tex-font-lock-syntactic-face-function):
7101 New face and function to use it.
7102 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7103 than `menu-enable' symbol property.
7104 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7105 (tex-mode): Add some latex-mode commands for auto-selection.
7106 Use tex-font-lock-syntactic-face-function.
7107 (tex-insert-quote): Simplify.
7108 (tex-shell): New mode.
7109 (tex-start-shell): Use it.
7110 (tex-shell-proc, tex-shell-buf): New functions.
7111 (tex-send-command): Use it.
7112 (tex-main-file): Fix the meaning of the new arg REALFILE.
7113 (tex-send-tex-command): New function split from `tex-start-tex'.
7114 Set compilation-last-buffer and compilation-parsing-end.
7115
7116 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7117 when it follows non-comment text on the line.
7118
7119 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7120 Set font-lock-defaults.
7121 (lisp-mode-shared-map): Init inside the defvar.
7122 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7123 Use define-derived-mode.
7124
7125 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7126
7127 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7128
7129 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7130
7131 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7132 Don't recursively optimize body because that can lead to infinite
7133 recursion; see comment there.
7134
7135 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7136
7137 * faces.el (face-spec-set-match-display): Revert the change from
7138 2000-10-24. Add a FIXME for after v21.1.
7139
7140 2000-11-13 Miles Bader <miles@gnu.org>
7141
7142 * textmodes/fill.el (skip-line-prefix): New function.
7143 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7144 (fill-paragraph): Don't leave point inside the fill-prefix.
7145 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7146 point inside the fill-prefix.
7147
7148 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7149
7150 * calendar/calendar.el (generate-calendar-window):
7151 Use `fit-window-to-buffer'.
7152
7153 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7154
7155 * gud.el (gud-minor-mode): New var.
7156 (gud-symbol, gud-val): New functions.
7157 (gud-find-file): Copy gud-minor-mode to the new buffer.
7158 (gud-menu-map): Include entries for commands that are not always
7159 available, using :enable to (de)activate them.
7160 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7161 (gud-mode-map): New map.
7162 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7163 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7164 Don't set up gud's menu (it's done by the minor-mode).
7165 (gud-minibuffer-local-map): New.
7166 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7167 (gud-query-cmdline): New function.
7168 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7169 (gud-mode): Use define-derived-mode.
7170 Don't set up gud's menu (it's done by the minor-mode).
7171 (gud-chop-words): Remove.
7172 (gud-common-init): Use split-string instead.
7173 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7174
7175 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7176 Add keyword arg :name.
7177
7178 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7179 (diff-count-matches, diff-split-hunk): New functions.
7180 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7181
7182 * pcvs-info.el (cvs-fi-conflict-face): New var.
7183
7184 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7185 Make it into a simple syntax-table, shared among all submodes.
7186 (sh-heredoc-face): Re-introduce.
7187 (sh-font-lock-syntactic-face-function): New function.
7188 (sh-mode): Use it. Also use define-derived-mode.
7189 Remove old bogus setting of indent-region-function.
7190 (sh-set-shell): Don't set the syntax-table any more.
7191 (sh-mode-syntax-table) <defun>: Remove.
7192
7193 2000-11-12 Miles Bader <miles@gnu.org>
7194
7195 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7196 message if interactive.
7197
7198 2000-11-12 Dave Love <fx@gnu.org>
7199
7200 * mail/feedmail.el: Fix header,
7201 (feedmail) <defgroup>: Add :link.
7202
7203 * view.el: Use local-map property, not keymap on mode-line string.
7204
7205 * scroll-all.el (scroll-all-mode): Customize variable.
7206 Add autoload cookie to function.
7207
7208 * lazy-lock.el: Remove compatibility code.
7209
7210 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7211 (finder-help-echo): New variable.
7212 (finder-mouse-face-on-line): Add help-echo stuff.
7213 (finder-list-keywords, finder-list-matches): Use mapc.
7214
7215 * faces.el (face-font-registry-alternatives): Add :version.
7216
7217 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7218 tags-table-list.
7219
7220 * net/browse-url.el (browse-url-browser-function): Update :version.
7221
7222 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7223 (mail-mode): Use [:alnum:] in some regexps.
7224
7225 2000-11-10 Dave Love <fx@gnu.org>
7226
7227 * ediff.el (ediff-regions-internal, ediff-documentation):
7228 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7229 fundamental mode.
7230
7231 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7232 buffer into fundamental mode.
7233 (ediff-set-difference): Use copy-sequence if available.
7234
7235 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7236 Check ediff-patch-map non-nil.
7237 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7238 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7239 buffer into fundamental mode.
7240
7241 * ediff-merg.el (state-or-merge): Defvar when compiling.
7242
7243 2000-11-10 Jason Rumney <jasonr@gnu.org>
7244
7245 * w32-fns.el (w32-add-charset-info): New function.
7246 (w32-charset-info-alist): Use it.
7247
7248 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7249
7250 * faces.el (face-font-registry-alternatives): New user-option.
7251
7252 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7253
7254 * textmodes/texinfo.el (texinfo-block-default): New var.
7255 (texinfo-insert-block): Use it. Insert a newline if needed.
7256
7257 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7258 (fill-region-as-paragraph): Use it.
7259
7260 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7261 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7262 Tweak paragraph regexps to allow a leading [ \t]*.
7263 (tex-latex-block): Insert a newline if necessary.
7264 (latex-insert-item): Only insert a newline if necessary.
7265 (tex-guess-main-file): New function.
7266 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7267 Set tex-main-file if TeX-master is provided.
7268 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7269
7270 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7271
7272 * startup.el (command-line): Set the default tooltip-mode
7273 to t for graphical displays which implement x-show-tip.
7274
7275 * tooltip.el (tooltip-mode): Add a comment about startup.el
7276 setting the default value of this user-option.
7277
7278 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7279
7280 * font-lock.el (font-lock-*-face) <defvar>: Move.
7281 (font-lock-defaults-alist): Mark obsolete.
7282 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7283 (font-lock-mode): Use define-minor-mode.
7284 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7285 (font-lock-turn-off-thing-lock): Be more explicit.
7286 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7287 (font-lock-syntactic-face-function): New var.
7288 (font-lock-fontify-syntactically-region): Use it.
7289 (font-lock-doc-face): New.
7290
7291 * pcvs.el (cvs-enabledp): Ignore errors.
7292 (cvs-commit-filelist): Never query.
7293 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7294 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7295 (cvs-do-removal): Use cvs-partition rather than delete-if.
7296 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7297 cvs-bury-buffer.
7298
7299 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7300 Allow `next' to jump to after the end of the last match.
7301
7302 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7303
7304 * simple.el (byte-compiling-files-p): New function.
7305
7306 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7307 if it is there.
7308
7309 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7310 nil again.
7311
7312 * textmodes/ispell.el (ispell-library-path): Don't call
7313 check-ispell-version when byte-compiling because that starts
7314 an ispell process, and ispell might not be installed.
7315 (toplevel): Don't set up a menu when byte-compiling.
7316
7317 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7318 it, so that a boundp test can be used to determine if we're
7319 currently byte-compiling.
7320
7321 2000-11-09 Dave Love <fx@gnu.org>
7322
7323 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7324
7325 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7326
7327 * ps-print.el: Patch for variable initialization when spooling.
7328 Doc fix.
7329 (ps-output-list): Fun eliminated.
7330 (ps-begin-file, ps-begin-job): Code fix.
7331
7332 2000-11-08 Dave Love <fx@gnu.org>
7333
7334 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7335
7336 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7337
7338 * simple.el (shell-command, display-message-or-buffer)
7339 (shell-command-on-region): Mention resize-mini-windows in the doc
7340 string.
7341 (display-message-or-buffer): Take the value of resize-mini-windows
7342 into account.
7343
7344 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7345
7346 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7347
7348 * dired.el (dired-between-files): Add `^. find' as an alternative
7349 to the regular expression, for find-dired.
7350
7351 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7352
7353 * textmodes/texnfo-upd.el: Require texinfo.
7354 (defmacro, defgroup): Remove.
7355 (texinfo-section-to-generic-alist): Remove.
7356 Use texinfo-section-list instead (i.e. level is changed string->int).
7357 (texinfo-filter): New function.
7358 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7359 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7360 Use it. And use regexp-opt.
7361 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7362 (texinfo-update-menu-region-beginning)
7363 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7364 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7365 (texinfo-update-menu-same-level-regexps): Update.
7366 (texinfo-update-node, texinfo-every-node-update)
7367 (texinfo-sequential-node-update): Remove autoload cookie.
7368
7369 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7370 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7371 (texinfo-chapter-level-regexp): Remove.
7372 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7373
7374 2000-11-06 Dave Love <fx@gnu.org>
7375
7376 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7377
7378 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7379 Match defun*.
7380
7381 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7382
7383 * composite.el (composition-function-table): Variable declaration
7384 moved to src/composite.c.
7385 (compose-chars-after): New optional arg object.
7386
7387 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7388
7389 * bindings.el (mode-line-toggle-read-only)
7390 (mode-line-toggle-modified, mode-line-widen)
7391 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7392 (make-mode-line-mouse2-map): Rewritten.
7393 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7394 functions so that C-h k can show something with a doc string.
7395
7396 * startup.el (fancy-splash-delay): Set to 10 seconds.
7397 (fancy-splash-max-time): New user-option.
7398 (fancy-splash-stop-time): New variable.
7399 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7400 (fancy-splash-screens-1): Throw `stop-splashing' when current
7401 time is greater than fancy-splash-stop-time.
7402
7403 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7404
7405 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7406
7407 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7408 Prompt user for a file rather than raising an error.
7409 (cvs-enabledp): Fix call to cvs-mode-marked.
7410 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7411 (cvs-mode-insert): Use it. Change the init prompt' value.
7412 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7413
7414 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7415 Don't pass default arg to ewoc-locate.
7416 (ewoc-collect): Return result in the right order.
7417
7418 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7419
7420 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7421 (cvs-status-get-tags): Fix regexp.
7422 (cvs-status-trees, cvs-status-cvstrees):
7423 Combine after change hooks and don't sit-for.
7424 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7425 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7426 Use make-char rather than hard-coded cryptic data.
7427 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7428
7429 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7430
7431 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7432 (cvs-insert-strings): New function.
7433
7434 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7435
7436 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7437 `mwheel-scroll-amount'.
7438 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7439 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7440 string-matching against the version string.
7441
7442 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7443
7444 * language/thai.el ("Thai"): Set a lisp form that produces
7445 composed string in `sample-text' language info.
7446
7447 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7448 composed string in `sample-text' language info.
7449
7450 * international/mule-cmds.el (describe-language-environment):
7451 Eval `sample-text' data and insert the result.
7452
7453 * international/mule-conf.el (compound-text): Define this coding
7454 system here. Make x-ctext and ctext aliases of it.
7455
7456 * language/european.el (compound-text, ctext): Moved to
7457 international/mule-conf.el.
7458
7459 2000-11-05 Andrew Innes <andrewi@gnu.org>
7460
7461 * w32-fns.el (w32-version): New function.
7462
7463 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7464
7465 * progmodes/awk-mode.el: Update copyright.
7466 (awk-mode-abbrev-table): Remove.
7467 (awk-font-lock-keywords): Use regexp-opt.
7468 (awk-mode): Use define-derived-mode.
7469
7470 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7471 when extracting a suffix.
7472
7473 2000-11-04 Andre Spiegel <spiegel@gnu.org>
7474
7475 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7476 auto-save-mode.
7477
7478 2000-11-04 Jason Rumney <jasonr@gnu.org>
7479
7480 * language/european.el (decode-mac-roman): Test against r1 not r0.
7481
7482 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7483
7484 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7485 (icon-mode): Define indent-line-function.
7486 (icon-comment-indent): Simplify.
7487 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7488
7489 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7490
7491 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7492 Bind change-log-default-mode to defeat the caching done on it.
7493 Don't bother saving excursion any more.
7494
7495 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7496
7497 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7498 (set-frame-font): Use the new name (and the old for compatibility).
7499
7500 * toolbar/tool-bar.el (tool-bar-mode):
7501 * time.el (display-time-mode):
7502 * recentf.el (recentf-mode):
7503 * paren.el (show-paren-mode):
7504 * mwheel.el (mouse-wheel-mode):
7505 * msb.el (msb-mode):
7506 * jka-compr.el (auto-compression-mode):
7507 * image-file.el (auto-image-file-mode):
7508 * hl-line.el (hl-line-mode):
7509 * delsel.el (delete-selection-mode):
7510 * autoinsert.el (auto-insert-mode):
7511 * complete.el (partial-completion-mode): Drop unneeded positional args.
7512
7513 * info.el (Info-mode):
7514 * comint.el (comint-mode): Don't bother with make-local-hook.
7515
7516 * log-edit.el (log-edit-menu): New menu.
7517
7518 2000-11-03 Miles Bader <miles@gnu.org>
7519
7520 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7521 definition, so that trailing spaces are handled properly.
7522 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7523
7524 2000-11-03 Gerd Moellmann <gerd@gnu.org>
7525
7526 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7527 tab character.
7528 (fancy-splash-screens): Set tab-width to 20.
7529
7530 2000-11-03 Dave Love <fx@gnu.org>
7531
7532 * comint.el (comint-completion-addsuffix): Fix custom type.
7533
7534 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7535
7536 * font-lock.el (font-lock-buffers): Remove.
7537 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7538 (font-lock-change-major-mode): Remove.
7539 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7540 (font-lock-default-fontify-region): Extend the multiline
7541 fontification to whole lines.
7542 (font-lock-fontify-anchored-keywords)
7543 (font-lock-fontify-keywords-region): If matching just one
7544 line (with \n) only mark the \n as multiline.
7545
7546 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7547 Correctly handle the case where several :group args are supplied.
7548 Allow :extra-args.
7549 (easy-mmode-define-global-mode): Allow :extra-args.
7550 Correctly handle the case where several :group args are supplied.
7551
7552 2000-11-02 Miles Bader <miles@gnu.org>
7553
7554 * calendar/calendar.el (diary-face, calendar-today-face)
7555 (holiday-face): Remove dependency on `window-system'.
7556
7557 2000-11-02 Ken Raeburn <raeburn@gnu.org>
7558
7559 * Makefile.in (emacs): Set EMACSLOADPATH always.
7560 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7561 (compile-files): Bomb out if compilation of a file fails.
7562
7563 2000-11-02 Dave Love <fx@gnu.org>
7564
7565 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7566
7567 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7568
7569 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7570 punctuation in the warning inserted into the *mail* buffer.
7571
7572 2000-11-02 Gerd Moellmann <gerd@gnu.org>
7573
7574 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7575 (authors-public-domain-p): New function.
7576 (authors-print): Use it.
7577
7578 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7579
7580 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7581
7582 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7583
7584 * ps-print.el: Extension for even/odd printing. Doc fix.
7585 (ps-print-version): New version number (6.3.1).
7586 (ps-even-or-odd-pages): Customization fix.
7587 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7588 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7589 (ps-page-count): Var replaced by `ps-page-column'.
7590 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7591 (ps-print-sheet-p): New fun.
7592
7593 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7594
7595 * tooltip.el (tooltip-gud-tips-setup): New function.
7596 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7597 (tooltip-mode): Call tooltip-gud-tips-setup.
7598 (tooltip-gud-tips): Use `gud-basic-call' instead of
7599 process-send-string, so the prompt gets frobbed appropriately.
7600 Handle nil return value from `tooltip-gud-print-command'.
7601
7602 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7603
7604 * comint.el (comint-add-to-input-history): New function.
7605 (comint-send-input): Use `comint-add-to-input-history'.
7606
7607 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7608
7609 * info.el (info-menu-header): New face.
7610 (Info-fontify-menu-headers): New function.
7611 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7612
7613 * info.el (Info-insert-dir): Don't include blank lines at
7614 beginning of additional dir files (one is added automatically).
7615
7616 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7617
7618 * emacs-lisp/easy-mmode.el (define-minor-mode):
7619 Revert the latest changes.
7620 Allow the three positional arguments to be skipped and replaced
7621 by keyword arguments.
7622 Add a :toggle argument to determine whether a nil arg means toggle
7623 or means turn-on. The default is unchanged.
7624 Add a call to force-mode-line-update.
7625
7626 2000-11-01 Dave Love <fx@gnu.org>
7627
7628 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7629
7630 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7631
7632 * calendar/calendar.el (diary-face, holiday-face):
7633 Add dark-background variants.
7634
7635 2000-10-31 Sam Steingold <sds@gnu.org>
7636
7637 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7638 `tex-main-file' does not have directory in it.
7639
7640 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7641
7642 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7643
7644 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7645
7646 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7647 functional change.
7648
7649 2000-10-31 Gerd Moellmann <gerd@gnu.org>
7650
7651 * files.el (find-file-noselect): When we expand a wildcard, return
7652 a list of buffers, as we should do according to the doc string.
7653
7654 2000-10-31 Ken Raeburn <raeburn@gnu.org>
7655
7656 * loadup.el (top level): Adjust load path if program name is
7657 "../src/bootstrap-emacs", in case it's not dumped and thus the
7658 load path adjustment hasn't already been done.
7659
7660 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7661
7662 * ps-print.el: Fix bug on selected pages for printing.
7663 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
7664 is on. Try to avoid warning messages when compiling. Doc Fix.
7665 (ps-print-version): New version number (6.3).
7666 (ps-color-device): Use `color-values' to determine if device
7667 supports color.
7668 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7669 (ps-print-page-p): Changed from defsubst to defun.
7670 (ps-page-number): Changed from defmacro to defun.
7671 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7672 printing.
7673 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7674 (ps-end-file, ps-dummy-page): Funs eliminated.
7675 (ps-print-color-scale): Changed default value.
7676 (ps-page-n-up, ps-print-page-p): New internal vars.
7677 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7678 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7679
7680 * delim-col.el: Little programming improvement.
7681 (delimit-columns-str): New macro.
7682 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7683
7684 2000-10-31 Kenichi Handa <handa@etl.go.jp>
7685
7686 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7687 Moved to european.el.
7688 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7689 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7690 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7691 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7692
7693 2000-10-30 Dave Love <fx@gnu.org>
7694
7695 * progmodes/cc-menus.el (imenu-generic-expression)
7696 (imenu-progress-message): Only defvar when compiling.
7697
7698 * emacs-lisp/elp.el (elp-unload-hook): New function.
7699
7700 * loadhist.el (unload-feature): Call elp-restore-function,
7701 checking for symbols; don't use elp-restore-all.
7702 (loadhist-hook-functions): Doc fix.
7703
7704 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7705
7706 * log-edit.el (log-edit-confirm): Fix the default.
7707
7708 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7709
7710 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7711 delimit-columns-format.
7712 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7713
7714 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7715
7716 * comint.el (comint-replace-by-expanded-history): Don't use
7717 comint-get-old-input (we're not looking at *old* input).
7718 (comint-get-old-input-default): If using fields, signal an error
7719 when the point is not in an input field.
7720
7721 2000-10-30 Kenichi Handa <handa@etl.go.jp>
7722
7723 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7724 and mule-unicode-e000-ffff.
7725
7726 * international/mule.el (decode-char, encode-char): New functions.
7727 (make-coding-system): Accept a symbol of translation table as a
7728 value of property `safe-chars'.
7729
7730 * international/mule-cmds.el (encode-coding-char): Check property
7731 safe-chars instead of safe-charsets.
7732
7733 * international/fontset.el (fontset-default): Modified for
7734 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7735 (x-font-name-charset-alist): Likewise.
7736 (ccl-encode-unicode-font): New CCL program. Record it in
7737 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7738
7739 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7740 New translation tables.
7741 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7742 programs are modified and moved from mac-win.el.
7743 (mac-roman): Definition of this coding system is modified and
7744 moved from mac-win.el.
7745
7746 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7747
7748 * ediff-wind.el (ediff-setup-control-frame): Enclose
7749 face-attribute in condition-case to avoid errors in older emacsen.
7750
7751 2000-10-29 Miles Bader <miles@gnu.org>
7752
7753 * custom.el (custom-add-to-group): Allow multiple entries for a
7754 given value OPTION, as long as their widget types are different.
7755 * cus-edit.el (custom-face-value-create): If face name doesn't end
7756 with "face", add such here (similar to custom group widgets).
7757
7758 * comint.el (comint-highlight-prompt): Add :type.
7759
7760 2000-10-28 John Wiegley <johnw@gnu.org>
7761
7762 * calendar/timeclock.el (timeclock-log): Doc fix.
7763 (timeclock-last-event): Doc fix.
7764 (timeclock-log): Kill the timelog buffer after appending a new event.
7765 (timeclock-find-discrep): Use a temp buffer to read in the
7766 timelog, instead of visiting the file.
7767 (timeclock-log-data): A new function, along with a host of helper
7768 functions, for the purpose of making timelog data accessible to
7769 programmers.
7770
7771 * eshell/esh-mode.el (window-height test): Make certain that
7772 `eshell-stringify-t' is non-nil.
7773 (eshell-password-prompt-regexp): Changed to a much simpler
7774 password regexp.
7775 (eshell-send-input): If `eshell-invoke-directly' returns t,
7776 directly invoke the parsed command using `eval'. This improves
7777 turn-around time on simple commands by a factor of three or
7778 greater, such as cd, ls, pwd, etc. -- which get used very often.
7779 It also conserves thousands of cons cells per call (since
7780 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7781 in the Pacific Cookie Company).
7782
7783 * eshell/esh-test.el (eshell-test): Whitespace fix.
7784
7785 * eshell/em-ls.el (eshell-ls-insert-directory):
7786 Make `eshell-ls-initial-args' nil when inserting directory contents.
7787
7788 * eshell/em-script.el (eshell-script-initialize): Add names to
7789 `eshell-complex-commands, since `source' and `.' are complex.
7790
7791 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7792 (eshell-rewrite-while-command): Use `eshell-protect' instead of
7793 `eshell-copy-handles'.
7794 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7795 bodies.
7796 (eshell-separate-commands): Whitespace fix.
7797 (eshell-complex-commands): Added a new list of names, for
7798 determining whether a given command is as simple as it looks.
7799 (eshell-invoke-directly): New function. Returns t if a command
7800 should be invoked directly (using `eval'), rather than indirectly
7801 using `eshell-do-eval'.
7802 (eshell-do-eval): Whitespace fix.
7803
7804 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7805 which provides an emulation of the DOS shell behavior of assuming
7806 that cp/mv/ln should copy/move/link to the current directory.
7807 (eshell-remove-entries): Added a doc string.
7808 (eshell-shuffle-files): Removed the check for `target' being null.
7809 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7810 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7811 it to do a smarter check of whether a destination was provided.
7812 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7813 (eshell/ln): Enable `:preserve-args', and use
7814 `eshell-mvcpln-template' to implement the body of the function.
7815 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7816 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7817 list after flattening it. This makes it possible to cat files
7818 with numerical names.
7819 (eshell-unix-initialize): Added several names to
7820 `eshell-complex-commands.
7821 (eshell-unix-command-complex-p): Return t if a given command name
7822 may result in external processes being invoked.
7823
7824 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7825 variable nil by default, since it slows down glob processing by a
7826 factor of two or more, and increases memory consumption.
7827
7828 * eshell/em-smart.el: Added a note about how memory consumptive
7829 smart display mode can be (at least this is true in Emacs 21).
7830 (eshell-smart-initialize): Whitespace fix.
7831 (eshell-refresh-windows): Use `if' instead of `when'.
7832 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7833 not necessary.
7834 (eshell-currently-handling-window): Added a missing global variable.
7835
7836 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7837 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7838 Whitespace fix.
7839 (eshell-ls-exclude-hidden): Added this variable in addition to
7840 `eshell-ls-exclude-regexp'. This one prevents files beginning
7841 with . from even being read, which can improve memory consumption
7842 quite a bit.
7843 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7844 read file entries beginning with a dot. In home directories with
7845 lots of hidden files, fully two-thirds of the time spent in ls is
7846 used to read directory entries that are immediately thrown away.
7847 (eshell-ls-initial-args): Added back this configuration variable,
7848 for specifying default initial arguments to every call to ls.
7849 Much faster than using an alias to do the same thing.
7850 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7851 (eshell-ls-dir): Whitespace change.
7852
7853 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7854
7855 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7856 (eshell-stringify-t): Added a customization variable, to indicate
7857 whether `t' should be rendered as a string at all. If not, one
7858 can still determine if the result of an expression is true using
7859 "file-exists-p FILE && echo true".
7860 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7861 stringify t!
7862
7863 * eshell/esh-module.el: Whitespace fix.
7864
7865 * eshell/em-alias.el (eshell-alias-initialize):
7866 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7867 (eshell-command-aliased-p): New function that returns t if a
7868 command name names an aliased.
7869
7870 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7871
7872 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7873 redrawing the screen when changing cursor color.
7874 (viper-insert-state-pre-command-sentinel)
7875 (viper-replace-state-pre-command-sentinel)
7876 (viper-replace-state-post-command-sentinel):
7877 Use viper-preserve-cursor-color.
7878 Many functions changed to use viper= instead of = when comparing
7879 characters.
7880 * viper-util.el (viper-memq-char,viper=): New functions for
7881 working with characters.
7882 (viper-change-cursor-color): Fixed buglet.
7883 Many functions changed to use viper= instead of = when comparing
7884 characters.
7885 * viper.el (viper-insert-state-mode-list): Added eshell.
7886
7887 * ediff-init.el (ediff-before-setup-hook): New hook.
7888 Several typos fixed in various docstrings.
7889 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7890 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7891 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7892 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7893 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7894 (ediff-get-selected-buffers): New function.
7895 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7896 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7897 Use save-window-excursion.
7898 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7899 termination check in while loop.
7900 * ediff.el (ediff-get-default-file-name): Better defaults when in
7901 dired buffer.
7902 (ediff-files,ediff-merge-files,ediff-files3)
7903 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7904
7905 2000-10-28 Dave Love <fx@gnu.org>
7906
7907 * info.el (Info-fontify-node): Add help-echo for menu items.
7908
7909 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7910
7911 * startup.el (normal-top-level): If the value of $TERM indicates
7912 we are running from xterm or one of its work-alikes, default to a
7913 light background mode.
7914
7915 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7916 * faces.el (tty-handle-reverse-video): New function.
7917 (tty-create-frame-with-faces): Call it.
7918
7919 * frame.el (frame-notice-user-settings): Don't apply
7920 default-frame-alist and initial-frame-alist to MS-DOS frames.
7921 Call tty-handle-reverse-video, frame-set-background-mode, and
7922 face-set-after-frame-default for non-MS-DOS frames.
7923
7924 * startup.el (tty-long-option-alist): New variable.
7925 (tty-handle-args): New function.
7926 (command-line): Call tty-handle-args.
7927
7928 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7929 startup.el now does that for all character-terminal frames.
7930
7931 2000-10-28 Miles Bader <miles@gnu.org>
7932
7933 * emacs-lisp/easy-mmode.el (define-minor-mode):
7934 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7935 is global. If :global is followed by a non-nil but non-t value,
7936 make the mode buffer-local, but also generate a `global-MODE'
7937 version using `easy-mmode-define-global-mode'.
7938 Add :conditional-turn-on keyword argument.
7939
7940 2000-10-28 Dave Love <fx@gnu.org>
7941
7942 * international/latin1-disp.el (latin1-char-displayable-p):
7943 Don't use window-system.
7944
7945 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7946
7947 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7948 Don't call find-buffer-file-type-coding-system. Instead, just
7949 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7950 if the file is on an untranslated filesystem.
7951 (add-untranslated-filesystem): Use "D" instead of "f" inside
7952 interactive.
7953
7954 2000-10-27 Dave Love <fx@gnu.org>
7955
7956 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7957 (refill-mode): Use it.
7958
7959 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7960
7961 * international/quail.el (quail-activate): Don't make-local-hook.
7962
7963 2000-10-27 Andre Spiegel <spiegel@gnu.org>
7964
7965 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7966 manual backups and file.~<rev>.~ for automatic ones.
7967 (vc-make-version-backup): Don't do it on MS-DOS without long file
7968 names.
7969
7970 * vc.el (vc-version-other-window): If an automatic backup of the
7971 desired version exists, rename it instead of copying it.
7972
7973 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7974 after command. If there's an unexpected error, signal it instead
7975 of being silent.
7976 (vc-cvs-merge-news): Be prepared for no news at all.
7977
7978 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7979
7980 * shell.el (shell): Add BUFFER argument.
7981 * comint.el (make-comint-in-buffer): New function.
7982 (make-comint): Use it.
7983
7984 * faces.el (face-spec-choose): Change syntax so that the list of
7985 attribute-value pairs is now the cdr of each clause, not the cadr.
7986 Detect old-style entries, and handle them. Use pop.
7987
7988 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7989
7990 * cus-edit.el (custom-mode-map): Use a sparse map.
7991 (custom-mode): Don't bother with make-local-hook.
7992
7993 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7994
7995 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7996
7997 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7998
7999 * ps-print.el: Avoid compilation gripes.
8000 (ps-print-version): New version number (6.2.1).
8001
8002 2000-10-26 Dave Love <fx@gnu.org>
8003
8004 * menu-bar.el: Modify some menu item help strings.
8005 (menu-bar-help-menu): Add link to MORE.STUFF.
8006
8007 * cus-edit.el (custom-mode): Add `special' mode-class property.
8008
8009 * wid-browse.el (widget-browse-mode): Likewise.
8010
8011 * wid-edit.el (widget-specify-field): Revert to using local-map
8012 property, not keymap.
8013
8014 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8015
8016 * wid-edit.el (widget-field-end): When checking for a `boundary'
8017 field, do so in the correct buffer.
8018
8019 * simple.el (undo): Correctly distinguish between numeric and
8020 non-numeric prefix args in non-transient-mark-mode, as per the doc
8021 string. When in transient-mark-mode, treat all prefix-args as
8022 numeric.
8023
8024 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8025 Position point on match. Handle N == 0 correctly.
8026
8027 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8028 (comint-mode-map): Reverse order of `comint-write-output' and
8029 `comint-append-output-to-file'.
8030 (comint-append-output-to-file): Reinstate this function, for the
8031 benefit of the menu.
8032
8033 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8034
8035 * vc.el (vc-version-other-window): Bind `file'.
8036
8037 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8038
8039 * Makefile.in (update-authors): New target for maintenance purposes.
8040
8041 * emacs-lisp/authors.el (batch-update-authors): New function.
8042 (authors-fixed-entries): New defconst.
8043 (authors-add-fixed-entries): New function.
8044 (authors): Call it.: Don't process lispref/.
8045
8046 2000-10-25 Jason Rumney <jasonr@gnu.org>
8047
8048 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8049 Merge x w32 and mac definitions.
8050
8051 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8052
8053 * menu-bar.el (menu-bar-options-menu): Add a help string for
8054 `uniquify'.
8055
8056 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
8057
8058 * time-stamp.el (time-stamp-string-preprocess):
8059 Fix a wrong type argument error.
8060
8061 2000-10-25 Miles Bader <miles@gnu.org>
8062
8063 * recentf.el (recentf-mode): Variable removed.
8064 (recentf-mode): Use `define-minor-mode'.
8065
8066 * mwheel.el (mouse-wheel-mode): New global minor mode.
8067 (mwheel-install): Use `mouse-wheel-mode'.
8068
8069 2000-10-25 Dave Love <fx@gnu.org>
8070
8071 * progmodes/cperl-mode.el (cperl-mode):
8072 Set normal-auto-fill-function correctly.
8073
8074 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8075 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8076 bindings.
8077
8078 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8079
8080 * wid-edit.el (widget-field-at): New function.
8081 (widget-at, widget-field-activate): Use it.
8082 (widget-tabable-at): Use `widget-at'.
8083 (widget-specify-field): If the terminating character of the widget
8084 field (which is read-only) is a newline, put it into a special
8085 `boundary' field so that C-n/C-p act more naturally.
8086 (widget-field-end): Also don't subtract one if a special
8087 `boundary' field has been added after the widget field.
8088
8089 * comint.el (comint-output-filter, comint-send-input):
8090 Don't bother adding stickiness fields to overlays to fool the field
8091 code, since it should notice the overlay insertion-types now.
8092
8093 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8094 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8095 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8096
8097 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8098
8099 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8100 (authors): Set file coding system to iso-2022-7bit.
8101 Add file-local variables to output buffer.
8102
8103 * files.el (after-find-file): Don't print any warnings if
8104 WARN is nil.
8105
8106 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8107
8108 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8109
8110 * delim-col.el: Now there is a column formatting mechanism.
8111 Modified to customization mechanisms convention. Doc fix.
8112 (columns): New group for delim-col.
8113 (delimit-columns-before, delimit-columns-after)
8114 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8115 (delimit-columns-end): New vars.
8116 (delimit-columns-customize, delimit-columns-format): New funs.
8117 (delimit-columns-region, delimit-columns-rectangle)
8118 (delimit-columns-rectangle-line): Modified to support column
8119 formatting.
8120
8121 2000-10-24 Dave Love <fx@gnu.org>
8122
8123 * log-edit.el (log-edit): Add :version and a :group for vc.
8124
8125 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8126
8127 * files.el (after-find-file): Don't print a message ``New file''
8128 if WARN is nil.
8129
8130 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8131 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8132 get duplicate tool-bar entries because we'll see the global ones
8133 on more than one path through keymaps.
8134
8135 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8136
8137 * progmodes/cmacexp.el: Change Francesco's email address.
8138
8139 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8140
8141 * window.el (fit-window-to-buffer): Adjust point of the window
8142 buffer, not that of the current buffer.
8143
8144 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8145
8146 * progmodes/cmacexp.el: Update the euthor's email address.
8147
8148 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8149
8150 * faces.el (face-spec-set-match-display): Add `graphic' display
8151 type (the inverse of `tty'). Use `display-graphic-p' instead of
8152 the window-system variable.
8153
8154 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8155
8156 * international/isearch-x.el (isearch-with-input-method):
8157 Call input-method-function with the first event in
8158 unread-command-events.
8159
8160 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8161
8162 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8163
8164 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8165
8166 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8167 New charsets.
8168
8169 * term/mac-win.el: Remove definitions of mac-roman-lower and
8170 mac-roman-upper, require dired, and define instead of set
8171 mac-ready-for-drag-n-drop to avoid compilation error.
8172
8173 2000-10-23 Andrew Innes <andrewi@gnu.org>
8174
8175 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8176 Remove superfluous calls to subst-char-in-string; instead apply
8177 expand-file-name after convert-standard-filename to ensure
8178 expected directory separators are used.
8179
8180 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8181
8182 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8183
8184 2000-10-23 Dave Love <fx@gnu.org>
8185
8186 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8187 (tool-bar-add-item): Set foreground and background for XBM icons.
8188
8189 * international/latin1-disp.el (latin1-char-displayable-p):
8190 New function (from Handa).
8191 (latin1-display-check-font): Use it.
8192
8193 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8194 using :key-sequence, making it much more usable.
8195 Use nconc, not append.
8196 (imenu--create-keymap-1): Avoid append.
8197
8198 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8199
8200 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8201
8202 [the following changes fix a bug where `define-minor-mode' didn't
8203 correctly generate :require clauses for defcustoms in compiled files]
8204 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8205 (byte-compile-log-file, byte-compile-log-1): Don't set
8206 `byte-compile-current-file' to nil. Instead set
8207 `byte-compile-last-logged-file' to it. Test whether
8208 byte-compile-current-file equals byte-compile-last-logged-file
8209 instead of whether its nil.
8210 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8211
8212 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8213
8214 * textmodes/refill.el: Fix var names in doc.
8215 (refill-mode): Don't bother with make-local-hook anymore.
8216
8217 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8218
8219 * faces.el (face-user-default-spec, face-default-spec): New functions.
8220 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8221 (frame-set-background-mode, face-set-after-frame-default):
8222 Use `face-user-default-spec'. Simplify code slightly.
8223
8224 * woman.el (woman-italic-face, woman-bold-face)
8225 (woman-unknown-face): Add dark-background variants.
8226 (woman-default-faces): Renamed from `woman-colour-faces'.
8227 Set using the stored defaults, rather than using hard-wired colors.
8228 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8229 Just make the foreground `unspecified' rather than "black".
8230 (woman-menu): Rename menu entries accordingly.
8231
8232 * faces.el (header-line): Make more reasonable on mono/grayscale
8233 displays.
8234
8235 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8236
8237 * cus-edit.el (custom-button-face): Use 3D look for mac.
8238 (custom-button-pressed-face): Likewise.
8239
8240 * faces.el (set-face-attributes-from-resources): Handle mac frames
8241 in the same way as x and w32 frames.
8242 (face-valid-attribute-values): Likewise.
8243 (read-face-attribute): Likewise.
8244 (defined-colors): Likewise.
8245 (color-defined-p): Likewise.
8246 (color-values): Likewise.
8247 (display-grayscale-p): Likewise.
8248 (face-set-after-frame-default): Likewise.
8249 (mode-line): Same default face as for x and w32.
8250 (tool-bar): Likewise.
8251
8252 * frame.el: Remove call to frame-notice-user-settings at end of
8253 the file.
8254
8255 * info.el (Info-fontify-node): Make underlines invisible for mac
8256 as for x, pc, and w32 frame types.
8257
8258 * term/mac-win.el: New file.
8259
8260 2000-10-22 Dave Love <fx@gnu.org>
8261
8262 * textmodes/refill.el: New file.
8263
8264 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8265
8266 * vc-hooks.el (vc-version-backup-file-name): New optional args
8267 MANUAL and REGEXP.
8268 (vc-delete-automatic-version-backups, vc-make-version-backup):
8269 New functions.
8270 (vc-before-save): Use the latter.
8271 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8272 confusion.
8273
8274 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8275 expected by vc[-hooks].el.
8276
8277 * vc.el (vc-checkout): Added `-p' suffix in call to
8278 vc-make-version-backups-p; use vc-make-version-backup to actually
8279 make the backup.
8280 (vc-version-other-window, vc-version-backup-file): Handle both
8281 automatic and manual backups.
8282 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8283 of all of them.
8284
8285 2000-10-22 Miles Bader <miles@gnu.org>
8286
8287 * comint.el (comint-highlight-input, comint-highlight-prompt):
8288 Renamed, `-face' at end removed.
8289 (comint-send-input, comint-output-filter): Use renamed faces.
8290
8291 * window.el (fit-window-to-buffer): Change defaulting of
8292 MAX-HEIGHT slightly.
8293
8294 * faces.el (color-values, color-defined-p): Use `member', not
8295 `memq', because it works correctly for strings.
8296 (frame-set-background-mode): Actually, "unspecified-fg" and
8297 "unspecified-bg" *are* strings. Use `member', not `memq', and
8298 `equal', not `eq', when a string value is possible.
8299
8300 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8301
8302 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8303
8304 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8305
8306 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8307 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8308 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8309 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8310 (sh-font-lock-syntactic-keywords): Use them.
8311 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8312 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8313 (sh-mode): Don't override font-lock-unfontify-region-function.
8314 Use a copy of sh-font-lock-syntactic-keywords.
8315 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8316 Don't call sh-scan-buffer since font-lock does it on the fly.
8317 (sh-get-indent-info): Use `face' rather than `syntax-table'
8318 text-property to detect here-documents.
8319 Replace sh-special-syntax with sh-st-punc.
8320 (sh-prev-line): Use `face' rather than `syntax-table'
8321 text-property to skip over here-documents.
8322 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8323 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8324 (sh-electric-less, sh-set-here-doc-region)
8325 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8326 (sh-scan-buffer, sh-rescan-buffer): Remove.
8327
8328 2000-10-21 Andrew Innes <andrewi@gnu.org>
8329
8330 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8331 remote (ange-ftp) file names.
8332
8333 2000-10-21 Miles Bader <miles@gnu.org>
8334
8335 * window.el (fit-window-to-buffer): New function.
8336 (shrink-window-if-larger-than-buffer): Use it.
8337 (window-text-height): Don't expect minibuffers to have mode-lines.
8338
8339 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8340 * international/quail.el (quail-update-guidance):
8341 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8342
8343 * international/quail.el (quail-show-guidance-buf): Make sure
8344 guidance window really has enough room.
8345 (quail-update-guidance): If quail-guidance-win is already shown,
8346 make sure its height is OK.
8347
8348 * window.el (window-text-height, set-window-text-height):
8349 New functions.
8350 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8351 instead of `window-height' & `mode-line-window-height-fudge'.
8352 (mode-line-window-height-fudge): Add FACE parameter.
8353 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8354 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8355
8356 2000-10-20 Miles Bader <miles@gnu.org>
8357
8358 * window.el (height-affecting-face-attributes): Use `defconst'.
8359
8360 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8361 New function, conditionally aliased to `mode-line-window-height-fudge'.
8362 (ispell-help): Use it.
8363 (ispell-choices-win-default-height): Don't include mode-line fudge.
8364 (ispell-choices-win-default-height): New function.
8365 (ispell-show-choices, ispell-command-loop): Use function
8366 `ispell-choices-win-default-height' instead of variable.
8367
8368 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8369
8370 * window.el (mode-line-window-height-fudge): New variable.
8371 (height-affecting-face-attributes): New variable.
8372 (mode-line-window-height-fudge): New function.
8373 (shrink-window-if-larger-than-buffer): Use it.
8374 * help.el (resize-temp-buffer-window): Likewise.
8375
8376 * info.el (Info-fontify-node): Add support for @subsubsection
8377 titles, which use `Info-title-4-face'.
8378 (Info-title-4-face): New face.
8379 (Info-title-3-face): Inherit from Info-title-4-face instead of
8380 variable-pitch.
8381
8382 2000-10-19 Jason Rumney <jasonr@gnu.org>
8383
8384 * dired.el (dired-insert-directory): Do not let errors signalled by
8385 attempt to run dired-free-space-program prevent dired from working.
8386
8387 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8388
8389 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8390
8391 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8392
8393 * dirtrack.el (dirtrack): Fix call to run-hooks.
8394
8395 * cmuscheme.el (cmuscheme-program-name): Renamed from
8396 scheme-program-name because xscheme.el contains a defcustom with
8397 the same name. As a consequence, customizing group `cmuscheme'
8398 loaded `xscheme' which redefined run-scheme.
8399 (run-scheme): Use cmuscheme-program-name.
8400
8401 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8402
8403 * play/doctor.el (doctor-death): Update the Samaritans'
8404 anonymous address, and add a website for Befrienders International.
8405
8406 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8407
8408 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8409 Avoid compilation gripes. Doc fix.
8410 (ps-print-version): New version number (6.2).
8411 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8412 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8413 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8414 (ps-x-extent-priority, ps-x-extent-start-position)
8415 (ps-x-face-font-instance, ps-x-find-coding-system)
8416 (ps-x-font-instance-properties, ps-x-make-color-instance)
8417 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8418 avoid compilation gripes without defining functions.
8419 (ps-e-find-composition): Alias for function find-composition, to have a
8420 suitable function depending on Emacs version.
8421 (ps-color-device, ps-color-values, ps-face-foreground-name)
8422 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8423 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8424 (ps-print-ensure-fontified): Function definitions surrounded by
8425 `eval-and-compile' to avoid compilation gripes.
8426 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8427 by symbol-value to avoid compilation gripes.
8428 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8429 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8430
8431 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8432
8433 * startup.el (normal-top-level): Call `frame-set-background-mode'
8434 after `frame-notice-user-settings' because the latter doesn't call
8435 the former on a tty.
8436
8437 * faces.el (frame-set-background-mode): `unspecified' &c are
8438 symbols, not strings.
8439
8440 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8441
8442 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8443 why some "light*" colors are deliberately absent from the alist.
8444
8445 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8446 Change colors for tty's, as suggested by Miles Bader.
8447
8448 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8449
8450 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8451 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8452 for ISO10646-1 fonts.
8453 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8454
8455 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8456
8457 * faces.el (frame-set-background-mode): If a tty frame defines a
8458 background color, use that to compute the background mode, instead
8459 of always defaulting to "dark".
8460
8461 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8462
8463 * comint.el (comint-write-output): New function.
8464 (comint-mode-map): Add it to the menu.
8465 Bind `C-c C-s' to comint-write-output.
8466
8467 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8468
8469 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8470 Use fancy-splash-delay.
8471
8472 2000-10-18 Alex Schroeder <alex@gnu.org>
8473
8474 * progmodes/sql.el (sql-sybase-options): New option.
8475 (sql-sybase): Use it. Add sql-database to the list of parameters
8476 provided for login. The options -w 2048 -n are not used any more.
8477
8478 * comint.el (comint-read-input-ring): Bugfix such that the first
8479 and the last entry of the input ring file are not lost.
8480
8481 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8482
8483 * ps-print.el: Internal variable changes to defcustom,
8484 make-local-hook changes to defvar. Doc fix.
8485 (ps-print-version): New version number (6.1).
8486 (ps-setup, ps-do-despool): Code fix.
8487 (ps-printer-name): Customization fix.
8488 (ps-printer-name-option): Now is a defcustom instead of an
8489 internal variable.
8490 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8491 (ps-print-begin-column-hook): Now are defvar instead of
8492 make-local-hook.
8493
8494 2000-10-18 Miles Bader <miles@gnu.org>
8495
8496 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8497 (comint-kill-output): Changed into an alias for `comint-delete-output',
8498 and made obsolete.
8499 (comint-mode-map): Rename references to comint-kill-output.
8500
8501 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8502
8503 * diff-mode.el (diff-header-face, diff-file-header-face)
8504 (diff-changed-face): Add bold and italic attributes to tty faces.
8505 (diff-function-face): New face.
8506 (diff-font-lock-keywords): Use it.
8507
8508 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8509
8510 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8511 Remove commented-out call to force-mode-line-update.
8512 (comint-kill-output): Use `forward-line 0' instead of
8513 beginning-of-line to make sure we get past the prompt.
8514
8515 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8516
8517 * diff-mode.el (diff-header-face, diff-file-header-face):
8518 Add specific setting for dark background.
8519 (diff-context-face): Renamed from diff-comment-face.
8520 Set explicitly rather than inheriting from font-lock-comment-face.
8521
8522 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8523
8524 * startup.el (command-line): Move the code which sets the default
8525 TTY colors to before before-init-hook.
8526
8527 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8528
8529 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8530
8531 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8532
8533 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8534 extensions, for MS-DOS.
8535
8536 * diff-mode.el (diff-header-face, diff-file-header-face)
8537 (diff-changed-face): Define tty-specific colors.
8538
8539 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8540
8541 * startup.el (fancy-splash-text): Realign the text.
8542
8543 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8544
8545 * font-lock.el (font-lock-comment-face): Define a separate default
8546 for dark-background tty's.
8547
8548 2000-10-17 Miles Bader <miles@gnu.org>
8549
8550 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8551 being obscured by whizzy mode-lines on graphics displays.
8552
8553 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8554
8555 * info.el (Info-title-1-face, Info-title-2-face)
8556 (Info-title-3-face): Define colors for tty's.
8557 (info-header-node): Remove unneeded tty-specific definition.
8558
8559 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8560
8561 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8562 reverse from the frame parameters, and don't invert foreground and
8563 background colors.
8564
8565 2000-10-16 Miles Bader <miles@gnu.org>
8566
8567 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8568 string "*Info*". Call propertized-buffer-identification to spruce
8569 up the result.
8570
8571 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8572
8573 * help.el: Provide `help' for the sake of define-minor-mode
8574 which generates defcustoms with requires.
8575
8576 * jit-lock.el (jit-lock-after-change): If we're in text that
8577 matches a multi-line font-lock pattern, make sure the whole text
8578 will be redisplayed.
8579
8580 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8581 author's name is unknown.
8582
8583 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8584 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8585 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8586 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8587 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8588 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8589 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8590 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8591 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8592 Add author information.
8593
8594 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8595
8596 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8597 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8598 full-color version (using the Gimp) to eliminate dithering artifacts.
8599
8600 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8601
8602 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8603
8604 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8605
8606 2000-10-15 Dave Love <fx@gnu.org>
8607
8608 * progmodes/sh-script.el: Require skeleton and comint when compiling.
8609
8610 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8611
8612 * whitespace.el: Doc fixes.
8613 (top-level): Don't add hooks here.
8614 (whitespace-running-emacs): Deleted.
8615 (timer): Don't require.
8616 (whitespace): Add back :version conditional on xemacs test.
8617 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8618 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8619 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8620 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8621 Avoid specific xemacs test.
8622 (whitespace-global-mode): New option.
8623 (whitespace-global-mode): New command.
8624 (whitespace-unload-hook): New function.
8625
8626 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8627 (Info-fontify-node, Info-goto-node, Info-mode-menu)
8628 (Info-fontify-node): `Goto' goes to `Go to'.
8629 (Info-fontify-node): Add help-echo to xref links.
8630
8631 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8632
8633 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8634
8635 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8636
8637 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8638 Use plist-get and allow :inherit.
8639
8640 * emacs-lisp/cl-macs.el (cl-do-arglist):
8641 Use plist-get and plist-member instead of memq.
8642
8643 * emacs-lisp/ewoc.el (ewoc-location): New function.
8644 (ewoc-enter-after, ewoc-enter-before): Document return value.
8645 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8646 Don't need make-local-hook any more.
8647 (cvs-addto-collection): Return the new tin.
8648 (cvs-mode-insert): Jump to the new line.
8649
8650 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8651
8652 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8653
8654 * font-lock.el (font-lock-syntactically-fontified): New var.
8655 (font-lock-fontify-syntactic-keywords-region): Use it.
8656 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8657
8658 * diff-mode.el (diff-find-file-name): Fix regexp.
8659
8660 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8661 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8662
8663 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8664 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8665 (sh-mode): Don't make all vars local here.
8666 (sh-kw): Reformat.
8667 (sh-set-shell): Use dolist. Don't set indent-region-function.
8668 (sh-mode-syntax-table): Use pop.
8669 (sh-remember-variable): Use push.
8670 (sh-help-string-for-variable): Use memq.
8671 (sh-safe-backward-sexp): Remove.
8672 (sh-safe-forward-sexp): Add ARG.
8673 (sh-get-indent-info, sh-prev-stmt): Use it.
8674 (sh-prev-line): Simplify by using forward-comment.
8675 (sh-this-is-a-continuation): Simplify.
8676 (sh-learn-buffer-indent): Use dolist.
8677 (sh-do-nothing): Remove.
8678 (sh-set-char-syntax, sh-set-here-doc-region):
8679 Use inhibit-modification-hooks.
8680 (sh-name-style): Use mapcar and push.
8681 (sh-load-style): Use dolist.
8682 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8683 (sh-case, sh-while-getopts): Use propertize directly rather
8684 than sh-electric-rparen.
8685
8686 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8687
8688 * textmodes/tex-mode.el: Require CL when compiling.
8689 (tex-mode-syntax-table): Init immediately.
8690 (tex-mode-map): Bind M-RET to latex-insert-item.
8691 (latex-mode): Set indent-line-function to latex-indent.
8692 (tex-common-initialization): Don't setup the syntax-table any more.
8693 (latex-insert-item): New skeleton.
8694 (tex-next-unmatched-end): Fix copy/paste braino.
8695 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8696 (latex-indent, latex-find-indent): New functions.
8697 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8698 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8699 (tex-compilation-parse-errors): Use with-syntax-table.
8700
8701 2000-10-15 Miles Bader <miles@gnu.org>
8702
8703 * font-lock.el (font-lock-comment-face): Change dark-background,
8704 color, non-tty, default to `chocolate1'.
8705
8706 2000-10-13 John Wiegley <johnw@gnu.org>
8707
8708 * eshell/esh-util.el (require): Added a missing `require' form,
8709 needed when compiling (for an ange-ftp macro definition).
8710
8711 2000-10-13 Dave Love <fx@gnu.org>
8712
8713 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8714
8715 2000-10-13 Gerd Moellmann <gerd@gnu.org>
8716
8717 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8718
8719 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8720 transparent -colors 8).
8721
8722 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8723
8724 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8725 that breaks with old list format timestamps.
8726 (time-stamp-warn-inactive, time-stamp-old-format-warn)
8727 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8728
8729 2000-10-13 John Wiegley <johnw@gnu.org>
8730
8731 * align.el, pcomplete.el, calendar/timeclock.el,
8732 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8733
8734 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8735 faulty math, where holiday hours were being computing as seconds.
8736
8737 2000-10-13 John Wiegley <johnw@gnu.org>
8738
8739 * desktop.el (desktop-buffer-modes-to-save): Added a global for
8740 specifying what "other" kinds of buffers should be saved.
8741 This used to be hard-coded.
8742 (desktop-buffer-misc-functions): A global for specifying how
8743 auxiliary data should be determined for special buffer types.
8744 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8745 instead of hard-coding the special buffer types.
8746 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8747 auxiliary data, instead of hard-coding for Info buffers and dired.
8748 (desktop-buffer-info-misc-data): Aux function for determining Info
8749 buffer auxiliary info.
8750 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8751 (desktop-buffer-info): Changed this function to use the info
8752 gathered above.
8753 (desktop-create-buffer): Be a little more careful about what
8754 `minor-mode' means before calling it. This is important for some
8755 buffer types.
8756
8757 2000-10-13 John Wiegley <johnw@gnu.org>
8758
8759 * eshell/esh-util.el: Added a global form which declares an
8760 autoload for `parse-time-string', if that function is not already
8761 defined, and if parse-time.el is available on the user's system.
8762
8763 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8764 to be aware of ange-ftp user info.
8765 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8766 (eshell-ls-annotate): Use `eshell-file-attributes'.
8767 (eshell-ls-file): Made the user-id printing code a bit smarter.
8768
8769 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8770 allow identification of alias user ids in remote directories.
8771 It's manual, but there's no other way to know when the current user
8772 on the local machine, is also the owning user on the remote machine.
8773 (fboundp): Bind `ange-cache'.
8774 (eshell-directory-files-and-attributes): Re-organized the logic a
8775 bit to use `eshell-file-attributes' instead of `file-attributes'.
8776 The former is more sensitive to directories that are read via FTP,
8777 and knows how to use ange-ftp to determine full attribute
8778 information, instead of just the name and last modtime.
8779 (eshell-current-ange-uids): Return the current user id when in a
8780 remote directory.
8781 (eshell-parse-ange-ls): Parse a full directory listing that has
8782 been returned by ange-ftp.
8783 (eshell-file-attributes): This beefed up version of
8784 `file-attributes' is only special if the user is currently in a
8785 remote directory, in which case it does a lot of work to find out
8786 what the real attributes of a file are, as they appear on the
8787 remote machine. This makes usage of remote directories (i.e.,
8788 ange-ftp pathnames) much more useful. You can now use Eshell as a
8789 full-fledged FTP client, with much more manipulation ability than
8790 most other clients.
8791
8792 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8793 variable, which means that Eshell's du should always be preferred
8794 in remote directories.
8795 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8796 just `file-attributes'.
8797 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8798 when reading remote directories. This is an Eshell-specific
8799 variable (not part of ange-ftp).
8800 (eshell/ln): Bind `ange-cache'.
8801 (eshell/du): Added some extra logic for determining when to use
8802 Eshell's du (which is slow), and when to use the external version
8803 (which may or may not exist).
8804
8805 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8806 Call `eshell-interactive-process', rather than using
8807 `get-buffer-process', since backgrounded processes don't count in
8808 the context of this function's logic.
8809
8810 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8811 `forward-char', so that null strings are parsed correctly.
8812
8813 2000-09-13 John Wiegley <johnw@gnu.org>
8814
8815 * eshell/em-pred.el (eshell-pred-file-type)
8816 (eshell-pred-file-links, eshell-pred-file-size):
8817 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8818
8819 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8820 that remote file globbing is more efficient.
8821
8822 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8823 gathering the files and attributes within a directory.
8824
8825 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8826 the command line is a special file (not a regular file, directory
8827 or symlink), always attempt to call the external version of cat.
8828
8829 2000-09-13 John Wiegley <johnw@gnu.org>
8830
8831 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8832 Eshell-friendly version of find-tag.
8833
8834 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8835
8836 * image-file.el (image-file-name-extensions)
8837 (image-file-name-regexps): Add autoload cookies.
8838
8839 2000-10-13 Kenichi Handa <handa@etl.go.jp>
8840
8841 * international/mule-cmds.el (select-safe-coding-system): If FROM
8842 is string, show it in *Warning* buffer.
8843
8844 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8845
8846 * startup.el (normal-top-level): Use display-popup-menus-p instead
8847 of window-system.
8848 (command-line): Use display-graphic-p instead of window-system.
8849 (command-line-1): Use display-popup-menus-p and display-mouse-p
8850 instead of window-system.
8851
8852 2000-10-12 Sam Steingold <sds@gnu.org>
8853
8854 * tooltip.el (tooltip-use-echo-area): New user variable.
8855 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8856
8857 2000-10-12 Dave Love <fx@gnu.org>
8858
8859 * recentf.el: Maintainer's checkdoc fixes.
8860
8861 * startup.el (normal-top-level-add-subdirs-to-load-path):
8862 Use character class, not ASCII when matching file names.
8863 (fancy-splash-head): Add trailing slash to URL.
8864 (command-line): Don't require XPM support for toolbar.
8865
8866 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8867 (cperl-invalid-face): Revert last change.
8868 (cperl-init-faces): Quote cperl-invalid-face.
8869
8870 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8871
8872 * startup.el (fancy-splash-text): Remove superfluous quote.
8873
8874 2000-10-12 Gerd Moellmann <gerd@gnu.org>
8875
8876 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8877 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8878 (command-line-1): Don't use fancy-splash-pending-command.
8879 (fancy-splash-screens-1): Goto point-min after inserting text.
8880
8881 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8882
8883 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8884 instead of shared-lisp-mode-map.
8885
8886 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8887
8888 * faces.el (header-line): Change tty-variant to use underlining.
8889
8890 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8891 (isearch-highlight): Restore lazy-isearch face properties at old
8892 position, and suppress them at new position.
8893 (isearch-dehighlight): Restore lazy-isearch face properties.
8894 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8895 over the real isearch overlay, but in that case, don't give it a
8896 face property. Use `push'.
8897
8898 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8899
8900 * man.el (Man-getpage-in-background): Fix previous change.
8901 Decode the process output only when we are in multibyte mode.
8902
8903 2000-10-11 Dave Love <fx@gnu.org>
8904
8905 * info.el (Info-mode-menu): Fix some help.
8906 (info-tool-bar-map): Add entry for Info-last.
8907
8908 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8909 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8910 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8911 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8912 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8913 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8914 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8915 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8916 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8917 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8918 Reduce colour requirements to 25 overall. (Probably wants
8919 revisiting from the originals to reduce further.)
8920
8921 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8922
8923 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8924 buffer-file-coding-system, instead of raw-text.
8925 (dehexlify-buffer): Bind coding-system-for-read to
8926 buffer-file-coding-system, instead of raw-text.
8927
8928 2000-10-11 Sam Steingold <sds@gnu.org>
8929
8930 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8931 `underline' - fixes the bug introduced on 2000-09-21.
8932
8933 2000-10-11 Dave Love <fx@gnu.org>
8934
8935 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8936 Avoid compiler warnings.
8937 (scheme-mode): Doc fix.
8938 (scheme-font-lock-keywords-1): Match `define-syntax'.
8939
8940 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
8941
8942 * faces.el (frame-set-background-mode): Pay attention to saved
8943 face specs as well as default ones. Only do anything if the
8944 bg-mode or display-type has actually changed. Use `dolist'.
8945 (region): Make dark-background `region' face less in-your-face.
8946
8947 2000-10-10 Sam Steingold <sds@gnu.org>
8948
8949 * chistory.el, ielm.el, ledit.el:
8950 * progmodes/inf-lisp.el, progmodes/scheme.el:
8951 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8952
8953 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8954
8955 * textmodes/texinfo.el: Update copyright and fix typo.
8956
8957 * desktop.el (desktop-modes-not-to-save): New var.
8958 (desktop-save-buffer-p): Use it.
8959 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8960 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8961
8962 2000-10-10 Dave Love <fx@gnu.org>
8963
8964 * toolbar/tool-bar.el (tool-bar-add-item)
8965 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8966
8967 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8968 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8969 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8970 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8971 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8972 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8973 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8974 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8975 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8976 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8977 the .xpms; probably need retouching.
8978
8979 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8980
8981 * subr.el (add-to-list): Add optional argument APPEND.
8982 * battery.el (display-battery): Use `add-to-list'.
8983
8984 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8985
8986 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8987 properties.
8988 (zone, zone-when-idle, zone-leave-me-alone)
8989 (zone-pgm-whack-chars): Use new symbol properties.
8990
8991 * battery.el (display-battery): Doc spelling fix.
8992
8993 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8994 property.
8995
8996 2000-10-09 Dave Love <fx@gnu.org>
8997
8998 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8999 has been initialized before calling tool-bar-setup.
9000 (tool-bar-add-item-from-menu): Add autoload cookie.
9001
9002 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9003
9004 * menu-bar.el (send-mail-item-name): New function.
9005 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9006 of mail-user-agent in the menu. Don't display the "Send Mail"
9007 item if mail-user-agent is nil or its value is ignore.
9008 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9009 if read-mail-command is nil or its value is ignore.
9010
9011 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9012
9013 2000-10-09 Miles Bader <miles@gnu.org>
9014
9015 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9016 Correct image size.
9017 * toolbar/left_arrow.xpm: Correct image size.
9018
9019 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9020 will be done by the definition of `auto-compression-mode' if
9021 necessary. Move code to uninstall existing file-name handler
9022 before definition of `auto-compression-mode'.
9023
9024 * image-file.el (auto-image-file-mode): Move to the end of the
9025 file, because `define-minor-mode' actually calls the mode-function
9026 if the associated variable is non-nil, which requires that all
9027 needed functions be already defined.
9028
9029 * mouse.el (popup-menu): Balance parens.
9030
9031 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9032
9033 * mouse.el (popup-menu): Move the command call outside the loop
9034 so that popup-menu returns whatever the command returns.
9035
9036 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9037 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9038 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9039 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9040
9041 * vc.el (vc-version-diff): diff-switches can be a list.
9042 Use relative filenames for prettier output.
9043
9044 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9045 (vc-post-command-functions): Remove old-VC compatibility code.
9046
9047 * newcomment.el (comment-indent-default): Autoload.
9048
9049 * font-lock.el (font-lock-defaults): Make buffer-local.
9050 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9051 (font-lock-choose-keywords):
9052 Ignore LEVEL unless KEYWORDS is a list of syms.
9053 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9054 Don't wrap regexp-opt things in \(...\) unnecessarily.
9055
9056 * jit-lock.el: Don't require font-lock any more.
9057 (jit-lock-functions): Make buffer-local.
9058 (jit-lock-saved-fontify-buffer-function): Remove.
9059 (jit-lock-mode): Remove autoload cookie.
9060 Remove font-lock specific code.
9061 (jit-lock-unregister): Don't bother handling complex hooks any more.
9062 (jit-lock-refontify): New function.
9063 (jit-lock-fontify-buffer): Use it.
9064 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9065 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9066 Add optional args START and END.
9067 Never call font-lock-fontify-region directly.
9068 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9069
9070 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9071
9072 2000-10-08 Dave Love <fx@gnu.org>
9073
9074 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9075
9076 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9077
9078 * play/studly.el (studlify-region, studlify-word): Add autoload
9079 cookie.
9080
9081 * play/morse.el (morse-region, unmorse-region): Add autoload
9082 cookie.
9083
9084 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9085 concat.
9086
9087 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9088 insist on symbols starting with word syntax.
9089 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9090 (eval-defun-1): Doc fix.
9091 (indent-sexp): Use nconc to build up indent-stack.
9092
9093 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9094 Gnus with little use.
9095 (mail-setup-hook): Add mail-abbrevs-setup to options.
9096
9097 * recentf.el: Doc fixes.
9098
9099 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9100 Clean up remainder.
9101
9102 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9103 without timezone and (8) with timezone to enforce some whitespace.
9104 Simplify code somewhat.
9105
9106 * options.el (list-options): Doc that you should use customize.
9107
9108 * iswitchb.el (iswitchb-mode): Add :require.
9109
9110 * info.el (Info-goto-node, Info-menu): Doc fix.
9111 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9112 (info-tool-bar-map): New variable.
9113 (Info-mode): Use it.
9114 (Info-edit-map): Define all in defvar.
9115 (speedbar-attached-frame): Avoid compiler warning.
9116
9117 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9118 (global-map): Bind [tool-bar] to a filtered map.
9119 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9120 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9121 Allow PBM icons.
9122 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9123
9124 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9125 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9126 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9127 icons, except up_arrow, which is left-arrow rotated.
9128
9129 * imenu.el (imenu-add-to-menubar): Fix last change.
9130
9131 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9132
9133 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9134 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9135
9136 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9137
9138 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9139 typos in doc strings.
9140
9141 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9142 the doc strings how to customize Font Lock faces.
9143
9144 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9145 computing growth when dragging the header line.
9146
9147 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9148
9149 * simple.el (kill-line): Doc fix.
9150
9151 2000-10-08 Miles Bader <miles@gnu.org>
9152
9153 * faces.el (secondary-selection): Make foreground visible on tty.
9154
9155 * jka-compr.el (auto-compression-mode): Move to the end of the
9156 file, because `define-minor-mode' actually calls the mode-function
9157 if the associated variable is non-nil, which requires that all
9158 needed functions be already defined.
9159 (with-auto-compression-mode): Add autoload cookie.
9160
9161 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9162
9163 * files.el (find-backup-file-name) [ms-dos]: If support for long
9164 file names is not available, behave as if version-control were set
9165 to never.
9166
9167 2000-10-07 Dave Love <fx@gnu.org>
9168
9169 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9170 (browse-url-gnome-moz): New function.
9171 (browse-url-browser-function): Use it.
9172 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9173
9174 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9175
9176 * indent.el (tab-always-indent): New var.
9177 (indent-for-tab-command): Use it.
9178
9179 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9180 raise an error. This way it can still default to a sane value.
9181
9182 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9183
9184 * startup.el (fancy-splash-screens): Use local rather than global map.
9185 Don't use `update-menu-bindings' any more.
9186 Get rid of assumptions about keymap representation.
9187
9188 2000-10-06 Dave Love <fx@gnu.org>
9189
9190 * textmodes/fill.el (sentence-end-double-space)
9191 (sentence-end-without-period): Doc fix.
9192 (adaptive-fill-regexp): Purecopy.
9193 (unjustify-current-line): Use line-end-position.
9194 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9195
9196 * net/eudc-vars.el (eudc): Add :version, :link.
9197
9198 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9199
9200 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9201 Fix for define-minor-mode.
9202 (function-at-point): Alias to function-called-at-point.
9203
9204 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9205
9206 * simple.el (backward-word): Doc fix.
9207
9208 * image-file.el (image-file-name-regexp): image-file-regexps ->
9209 image-file-name-regexps.
9210 (image-file-name-extensions): Add pbm.
9211
9212 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9213
9214 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9215 and add filename to the names so that diff-mode can jump to source.
9216
9217 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9218 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9219 (tex-font-lock-keywords-1): Remove.
9220 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9221 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9222 (font-lock-default-fontify-region):
9223 Expand beg..end correctly when just following a multiline region.
9224 (font-lock-fontify-anchored-keywords):
9225 Include the anchor text as part of the multiline.
9226
9227 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9228
9229 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9230 latter needs the autoloaded define-minor-mode macro during the
9231 bootstrap.
9232
9233 * startup.el (command-line): For now, activate tool-bar-mode only
9234 if XPM images are supported.
9235
9236 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9237 window by dragging a header-line at the top of the frame; that's
9238 confusing because the header-line doesn't move.
9239 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9240 of treating the event as a list. Some cleanup.
9241
9242 2000-10-06 Miles Bader <miles@gnu.org>
9243
9244 * simple.el (display-message-or-buffer): New function.
9245 (shell-command-on-region): Use `display-message-or-buffer'.
9246
9247 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9248 docstring parts.
9249
9250 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9251 (smbclient-prompt-regexp): Add usage note to doc string.
9252 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9253 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9254 Use add-hook for adding the comint filter function, and only do so
9255 if it's not already in the global hook list.
9256 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9257 to `make-local-variable'.
9258 (nslookup-font-lock-keywords): Remove prompt entry.
9259 (nslookup): Don't set the process-filter.
9260 (finger): Exit the loop correctly when the regexps list runs out.
9261 (ftp, smbclient, smbclient-list-shares):
9262 Set the real major mode immediately, not after execing.
9263 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9264
9265 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9266
9267 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9268
9269 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9270
9271 * which-func.el (which-func-format): Remove spurious space.
9272 (which-func-mode): Don't make it permanent-local.
9273 (which-func-ff-hook): Allow which-func-maxout to be nil.
9274 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9275 (which-func-mode): Simplify.
9276 Use post-command-idle-hook rather than post-command-hook.
9277 Go through all buffers and update their state.
9278 (which-function): Also try add-log-current-defun-function.
9279
9280 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9281 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9282 Update call to with-vc-properties accordingly.
9283 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9284 (vc-revert-buffer): More careful about window selection and deletion.
9285 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9286
9287 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9288 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9289 (cvs-dired-action): Change the default to quickdir.
9290
9291 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9292 if comment-indent-function returns nil.
9293 (comment-indent-default): New function.
9294 (comment-indent-function): Use it and document the new semantics.
9295
9296 * image-file.el: Docstring fixes.
9297
9298 * help.el (help-xref-on-pp): Use match-string.
9299 (describe-variable): New arg BUFFER.
9300 Store the current buffer in the help-xref-stack.
9301 (temp-buffer-resize-mode): Use define-minor-mode.
9302
9303 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9304 consistently with its docstring.
9305 Set jit-lock-first-unfontify-pos in an idempotent way.
9306 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9307
9308 2000-10-05 Alex Schroeder <alex@gnu.org>
9309
9310 * sql.el (sql-mysql-options): New variable.
9311 (sql-mysql): Use it.
9312
9313 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9314
9315 * image.el (image): New group.
9316
9317 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9318 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9319
9320 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9321
9322 * net/net-utils.el (nslookup-font-lock-keywords)
9323 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9324 Ignore the value of wqindow-system; always define keywords
9325
9326 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9327
9328 * startup.el (fancy-splash-screens): Remove the code for
9329 debugging; `(trace-to-stderr "EXITTT\n")'.
9330
9331 2000-10-05 Miles Bader <miles@gnu.org>
9332
9333 * diff-mode.el (diff-goto-source): Update call to
9334 `diff-hunk-status-msg' to reflect new REV variable.
9335
9336 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9337
9338 * progmodes/icon.el (icon-mode):
9339 Don't gratuitously override the default for comment-column.
9340
9341 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9342
9343 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9344 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9345 (jit-lock-functions): New var.
9346 (jit-lock-function-1): Use it if non-nil.
9347 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9348 Set the `fontified' property before doing the fontification to avoid
9349 repeatedly going through the same error.
9350 Don't turn errors into messages.
9351 (jit-lock-register, jit-lock-unregister): New functions.
9352
9353 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9354 Use with-current-buffer.
9355
9356 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9357 Turn comment into docstring.
9358
9359 * apropos.el (apropos-mode): Use define-derived-mode.
9360
9361 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9362
9363 * startup.el (fancy-splash-pending-command): New variable.
9364 (fancy-splash-pre-command): New function.
9365 (fancy-splash-screens): Rewritten.
9366 (command-line-1): If fancy-splash-pending-command is set, call it
9367 interactively.
9368
9369 2000-10-04 Dave Love <fx@gnu.org>
9370
9371 * toolbar/tool-bar.el (tool-bar-setup): New function.
9372 (tool-bar-mode): Use it.
9373
9374 * subr.el (substitute-key-definition): Doc fix.
9375 (play-sound-file): New command.
9376
9377 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9378
9379 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9380 vc-version-backup-file-name): New functions.
9381
9382 * files.el (basic-save-buffer): Call vc-before-save before saving.
9383
9384 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9385 vc-cvs-stay-local-p.
9386
9387 * vc.el (vc-revert-buffer): Handle empty diff properly.
9388 (vc-version-backup-file): New function.
9389 (vc-checkout): Create a version backup if necessary.
9390 (vc-checkin): If a version backup file exists, delete it.
9391 (vc-version-diff): Diff locally using version backups, if available.
9392 (vc-revert-file): If there's a version backup, revert locally.
9393 (vc-transfer-file): Use version backup for base version, if
9394 available. If not, ask for confirmation whether to get it from the
9395 server. Update mode line before check-in.
9396
9397 2000-10-04 Dave Love <fx@gnu.org>
9398
9399 * toolbar/tool-bar.el (tool-bar-setup): New function.
9400 (tool-bar-mode): Use it.
9401
9402 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9403
9404 * net/net-utils.el (nslookup-font-lock-keywords)
9405 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9406 Only set if window-system is non-nil
9407 (net-utils-run-program): Returns buffer.
9408 (network-connection-reconnect): Added this function.
9409
9410 * generic.el:
9411 Incorporates extensive cleanup and docfixes by
9412 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9413 Uses cl compile-time macros.
9414 (generic-mode-name, generic-comment-list)
9415 (generic-keywords-list, generic-font-lock-expressions)
9416 (generic-mode-function-list, generic-mode-syntax-table):
9417 Removed variables.
9418 (generic-mode-alist): Renamed to generic-mode-list.
9419 (generic-find-file-regexp): Default changed to "^#".
9420 (generic-read-type): Uses completing read on generic-mode-list.
9421 (generic-mode-sanity-check): removed this function.
9422 (generic-add-to-auto-mode): Removed this function
9423 (generic-mode-internal): Bind mode-specific definitions
9424 into function instead of putting them in alist.
9425 (generic-mode-set-comments): Reworked extensively.
9426 (generic-mode-find-file-hook): Simplified regexp searching
9427 (generic-make-keywords-list): Omit extra pair of parens
9428
9429 * find-lisp.el (find-lisp-find-files-internal):
9430 Make sure directory name ends with "/".
9431
9432 * generic-x.el (apache-conf-generic-mode):
9433 Regexp now allows leading whitespace.
9434 (rc-generic-mode): Added eval-when-compile
9435 around generic-make-keywords-list.
9436 Deleted duplicate regexp
9437 (rul-generic-mode): Added eval-when-compile
9438 around generic-make-keywords-list.
9439 (etc-fstab-generic-mode): New generic mode.
9440 (rul-generic-mode): Removed one eval-when-compile
9441 which caused a max-specpdl-size exceeded error.
9442
9443 2000-10-04 Miles Bader <miles@gnu.org>
9444
9445 * simple.el (minibuffer-temporary-goal-position): New variable.
9446 (next-history-element): Try to keep the position of point in the
9447 input string constant.
9448
9449 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9450 (dired-do-create-files): If there's only one file, pass it in as
9451 the DEFAULT arg to dired-mark-read-file-name.
9452
9453 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9454
9455 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9456 (diff-goto-source): Be smarter when choosing REVERSE or not.
9457
9458 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9459 (texinfo-mode-menu): Add an explicit shortcut for update all.
9460
9461 2000-10-03 Andre Spiegel <spiegel@gnu.org>
9462
9463 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9464 factorize backend-specific code cleanly (this was essentially
9465 conceived by Stefan Monnier).
9466 (vc-unregister): Function removed.
9467 (vc-revert-file): New function.
9468 (vc-revert-buffer): Delegate some of the work to it.
9469
9470 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9471 default branch unconditionally.
9472 (vc-rcs-set-default-branch): New function.
9473 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9474 (vc-rcs-checkin): If an appropriate default branch has been set,
9475 force creation of that branch.
9476 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9477 code (as suggested by Stefan Monnier).
9478
9479 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9480
9481 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9482 highlighting overlay with a different face over the overlay
9483 isearch uses to highlight the current match because that can lead
9484 to bad face combinations.
9485
9486 * loadup.el (toplevel): Load faces before isearch.
9487
9488 * isearch.el (isearch-faces): New custom group.
9489 (isearch): New defface; was already tested for in the code.
9490 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9491 (isearch-highlight): Always use face `isearch'.
9492
9493 2000-10-02 Dave Love <fx@gnu.org>
9494
9495 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9496 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9497 comparison of opcode with operand.
9498
9499 2000-10-03 Miles Bader <miles@gnu.org>
9500
9501 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9502 buffer, since the echo area will now grow to accommodate them.
9503
9504 2000-10-02 Andre Spiegel <spiegel@gnu.org>
9505
9506 * vc-hooks.el (vc-registered): If FILE used to be registered under
9507 a certain backend, try that one first.
9508
9509 * vc.el (vc-responsible-backend): Undo the previous change in the
9510 argument list. Handle multiple backends correctly.
9511 (vc-find-new-backend): Function removed.
9512 (vc-register): Use vc-responsible-backend, as before.
9513 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9514
9515 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9516
9517 * startup.el (fancy-splash-head): Change message below the
9518 logo.
9519
9520 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9521
9522 * diff-mode.el (diff-goto-source): Emit a status message.
9523 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9524 (diff-test-hunk): Fix doc string.
9525 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9526 (diff-advance-after-apply-hunk): New variable.
9527 (diff-apply-hunk): Don't return a value.
9528
9529 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9530
9531 * vc.el (vc-editable-p): Minor optimization.
9532 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9533 (vc-find-new-backend): New function split from vc-responsible-backend.
9534 (vc-register): Use it.
9535 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9536 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9537 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9538 (vc-clear-headers): Don't use find-file.
9539 (vc-revert-buffer): Use `and' again (must have been a braino).
9540 (vc-switch-backend): Only prompt if requested.
9541 Short circuit if nothing is to be done.
9542 Don't use vc-resynch-buffer which could lose unsaved editing.
9543 (vc-default-receive-file): Update call to vc-unregister.
9544 (with-vc-file, vc-next-action-on-file):
9545 Use vc-backend rather than vc-registered.
9546 (vc-next-action-on-file): Use intern-soft.
9547 Deal with read-only *vc-diff* buffer.
9548 (vc-transfer-file): Docstring fix.
9549
9550 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9551 (vc-rcs-receive-file): Avoid with-vc-properties.
9552 Update call to vc-unregister.
9553 Use constant `RCS' rather than (dynamically bound) var `backend'.
9554
9555 2000-10-01 Andre Spiegel <spiegel@gnu.org>
9556
9557 * vc.el (vc-next-action-on-file): Update mode line only if file
9558 is visited.
9559 (vc-start-entry): New argument initial-contents. Don't visit the file
9560 if it isn't already visited. Brought documentation up-to-date.
9561 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9562 (vc-checkin): New optional arg initial-contents, which is passed to
9563 vc-start-entry.
9564 (vc-finish-logentry): Make sure to bury log buffer only if there
9565 really is one. Call `vc-resynch-buffer' on log-file, not
9566 buffer-file-name.
9567 (vc-default-comment-history, vc-default-wash-log): New functions.
9568 (vc-index-of): Removed.
9569 (vc-transfer-file): Make do without the above.
9570 (vc-default-receive-file): Call comment-history unconditionally. Pass
9571 the resulting string to vc-checkin, instead of inserting it into the
9572 comment ring.
9573
9574 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9575 unconditionally. Use the comments as initial contents of the log
9576 entry buffer. Document the trick to force branch creation with no
9577 changes.
9578
9579 2000-10-01 Miles Bader <miles@gnu.org>
9580
9581 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9582 `recenter' with an arg to prevent redrawing the display.
9583
9584 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9585
9586 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9587
9588 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9589
9590 * progmodes/c-mode.el (c-mode):
9591 Don't gratuitously override the default for comment-column.
9592
9593 * textmodes/tex-mode.el (latex-metasection-list): New var.
9594 (latex-imenu-create-index): Use it.
9595 Move the regexp construction outside loops (and use push).
9596 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9597 (tex-font-lock-keywords): Moved from font-lock.el.
9598 (tex-comment-indent): Remove.
9599 (tex-common-initialization): Don't set comment-indent-function.
9600 (latex-block-default): New var.
9601 (tex-latex-block): Use it to provide a default choice.
9602 Add any unknown choice to latex-block-names.
9603 Insert [...] after {...}.
9604 (tex-last-unended-begin): Simplify regexp.
9605 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9606 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9607 (latex-mode): Set forward-sexp-function.
9608
9609 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9610 Add regexp for @ignore ... @end ignore.
9611 (texinfo-heading-face): New face.
9612 (texinfo-font-lock-keywords): Use it.
9613 (texinfo-mode-menu): New menu.
9614 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9615 New functions.
9616 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9617 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9618 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9619 Remove declaration.
9620 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9621
9622 * delsel.el (delete-selection-mode): Use define-minor-mode.
9623
9624 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9625
9626 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9627
9628 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9629
9630 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9631
9632 * replace.el (keep-lines-read-args): New function.
9633 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9634 read arguments interactively. Add parameters RSTART and REND.
9635 Operate on the active region in Transient Mark mode.
9636
9637 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9638
9639 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9640 (authors-obsolete-files-regexps): New variable.
9641 (authors-add): Don't record changes in obsolete files.
9642
9643 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9644
9645 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9646
9647 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9648 (comment-indent): Make sure there's a space between code and comment.
9649 Shift comments left to avoid going past fill-column.
9650
9651 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9652
9653 * startup.el (startup-echo-area-message): New function.
9654 (display-startup-echo-area-message): Use it.
9655 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9656 (fancy-splash-default-action): New function.
9657 (fancy-splash-screens-1): New function.
9658 (fancy-splash-head): Put a help-echo and a keymap under the image.
9659
9660 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9661
9662 * diff-mode.el (diff-add-log-file-name): Remove.
9663 (diff-mode): Use add-log-buffer-file-name-function.
9664
9665 * add-log.el (find-change-log): New arg BUFFER-FILE.
9666 (add-log-file-name): Obey add-log-file-name-function.
9667 (add-log-buffer-file-name-function): New var.
9668 (add-change-log-entry): Use it.
9669
9670 2000-09-29 Miles Bader <miles@gnu.org>
9671
9672 * image-file.el (image-file-name-extensions): New variable.
9673 (image-file-name-regexps): Renamed from `image-file-regexps'.
9674 New default value is nil. Call `auto-image-file-mode'.
9675 (image-file-name-regexp): New function.
9676 (auto-image-file-mode): New minor mode.
9677 (insert-image-file): Don't make conditional on the image-file
9678 handler being enabled.
9679 (image-file-handler): Make the call here conditional instead.
9680 (set-image-file-handler-enabled, enable-image-file-handler)
9681 (disable-image-file-handler): Functions removed.
9682
9683 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9684 string.
9685
9686 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9687
9688 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9689 it's a function from CL.
9690 (latex-imenu-create-index): Replace eval-when-compile with progn
9691 because latex-section-alist is not bound while compiling.
9692
9693 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9694
9695 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9696 (outline-mode): Use define-derived-mode.
9697
9698 * progmodes/perl-mode.el (perl-mode):
9699 * progmodes/awk-mode.el (awk-mode):
9700 * progmodes/asm-mode.el (asm-mode):
9701 Don't gratuitously override the default for comment-column.
9702
9703 * emacs-lisp/lisp.el (lisp-complete-symbol):
9704 Distinguish the let-binding case from the funcall case.
9705 (forward-sexp-function): New variable.
9706 (forward-sexp): Use it.
9707
9708 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9709 (easy-mmode-defmap): Remove the now useless autoload.
9710
9711 * time.el (display-time-mode): Use define-minor-mode.
9712
9713 * subr.el (add-minor-mode): Don't eval NAME.
9714 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9715 Use if rather than cond.
9716
9717 * simple.el (read-expression-map): Define more properly.
9718 (comment-indent-hook): Remove.
9719 (string-to-syntax): Bug fix.
9720
9721 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9722 (cvs-ediff-diff): Fix typo.
9723 (cvs-revert-if-needed): Don't bother preserving read-only.
9724
9725 * paren.el (show-paren-mode): Use define-minor-mode.
9726
9727 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9728 (toggle-auto-compression): Remove.
9729 (jka-compr-build-file-regexp): Remove useless grouping.
9730
9731 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9732 Avoid user-reserved bindings.
9733 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9734 (diff-header-face): Revert to grey85.
9735
9736 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9737
9738 * complete.el (partial-completion-mode) <defcustom>: Remove.
9739 (partial-completion-mode): Use define-minor-mode.
9740 (PC-do-completion): Understand `completion-auto-help = delay'
9741 to mean to popup the completion buffer only the second time.
9742 (PC-include-file-all-completions, PC-include-file-all-completions)
9743 (PC-include-file-all-completions): Don't quote lambda.
9744
9745 * comint.el (comint-mode-hook): Docstring fix.
9746 (comint-mode): Use define-derived-mode.
9747 (comint-mode-map): Remove obsolete comment.
9748 (make-comint): Minor stylistic change.
9749 (comint-insert-clicked-input): Be more careful to find the overlay.
9750 Use this-command-keys rather than hardcoding mouse-2.
9751
9752 * font-lock.el: Replace confusing (,@ with ,
9753 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9754 Don't use regexp-opt-depth. Spice up the regexp for args.
9755 Don't distinguish between cmds that can take an opt arg or not.
9756 Use `append' and `prepend' rather than `keep'.
9757
9758 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9759 (latex-outline-regexp): New var.
9760 (latex-outline-level): New fun.
9761 (latex-section-alist): New var.
9762 (latex-imenu-create-index): Use it. Use `push' as well.
9763 (tex-shell-map): Initialize it properly.
9764 (tex-mode): Minor stylistic change.
9765 (plain-tex-mode): Use define-derived-mode.
9766 (latex-mode): Use define-derived-mode.
9767 Construct the paragraph regexps in a more readable way.
9768 Set the buffer-local outline-{level,regexp} vars.
9769 (slitex-mode): Derive from latex-mode.
9770 (tex-common-initialization): Don't kill-all-vars anymore.
9771 Add setting for comment-add and font-lock-defaults.
9772 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9773 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9774 (tex-start-tex): New arg DIR (and send a chdir command for it).
9775 Also display the shell buffer and save it in tex-last-buffer-texed.
9776 (tex-region): Use expand-file-name rather than concat.
9777 Remove code made useless by changes in tex-start-tex.
9778 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9779
9780 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9781
9782 2000-09-28 Dave Love <fx@gnu.org>
9783
9784 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9785
9786 2000-09-28 Gerd Moellmann <gerd@gnu.org>
9787
9788 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9789 `append'.
9790
9791 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9792
9793 * info.el (Info-extract-pointer): Undo last change.
9794 Instead, fix the position of the `bound' arg to re-search-backward.
9795
9796 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9797
9798 * info.el (Info-extract-pointer):
9799 Widen more carefully, to avoid finding pointers in other nodes.
9800 (Info-index): Use push.
9801
9802 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9803
9804 * frame.el (set-frame-font): Remove call to obsolete function
9805 frame-update-faces.
9806 (set-foreground-color, set-background-color): Likewise for
9807 frame-update-face-colors.
9808
9809 2000-09-27 Miles Bader <miles@gnu.org>
9810
9811 * image-file.el: New file.
9812
9813 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9814
9815 * frame.el (frame-notice-user-settings): Don't call
9816 frame-update-faces, which is a no-op now.
9817
9818 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9819 tool-bar-lines.
9820
9821 2000-09-27 Dave Love <fx@gnu.org>
9822
9823 * mouse.el: Fix last change.
9824
9825 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9826
9827 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9828
9829 2000-09-22 Kenichi Handa <handa@etl.go.jp>
9830
9831 * international/quail.el (quail-help): The output message is
9832 improved.
9833
9834 2000-09-26 Dave Love <fx@gnu.org>
9835
9836 * mouse.el (popup-menu): If POSITION is nil, set it using
9837 mouse-position.
9838
9839 2000-09-25 Sam Steingold <sds@gnu.org>
9840
9841 * net/browse-url.el (browse-url-file-url): Check for null maps.
9842
9843 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9844
9845 * frame.el (frame-notice-user-settings): Don't add a
9846 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9847
9848 * frame.el (frame-notice-user-settings):
9849 Make tool-bar-mode and default-frame-alist consistent.
9850
9851 * toolbar/tool-bar.el (tool-bar-help): New function.
9852
9853 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9854
9855 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9856 current-load-list in top-level forms. Else this leaks a cons cell
9857 every time a defun is called.
9858
9859 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9860
9861 2000-09-25 Dave Love <fx@gnu.org>
9862
9863 * startup.el (fancy-splash-head): Check XPM is available.
9864
9865 * autoinsert.el (auto-insert): Doc fix.
9866 (auto-insert-alist): Following GNU notices, don't say `copyright
9867 _by_'. Use line-beginning-position.
9868 (auto-insert): Check buffer-file-name is non-nil before use.
9869
9870 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9871
9872 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9873 starting with `@def' or `@multitable', in addition to ones
9874 specified by the user in auto-fill-inhibit-regexp.
9875
9876 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
9877
9878 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9879 rmail-dont-reply-to-names matches the empty string.
9880
9881 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9882
9883 * startup.el (command-line-1, fancy-splash-text): Change the
9884 text to sound more friendly.
9885
9886 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9887
9888 * progmodes/hideshow.el: Update author email address.
9889 Generally, sync w/ maintainer version 5.22.
9890 (hs-hide-all-non-comment-function): New var.
9891 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9892 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9893 (hs-show-region): Delete this command.
9894 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9895
9896 2000-09-22 Dave Love <fx@gnu.org>
9897
9898 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9899 (hl-line-highlight): Specify buffer when moving overlay.
9900
9901 * progmodes/fortran.el (fortran-mode): Locally set
9902 normal-auto-fill-function.
9903 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9904 (fortran-mode-map): Adjust auto-fill menu entry.
9905
9906 2000-09-22 Gerd Moellmann <gerd@gnu.org>
9907
9908 * vc-rcs.el (toplevel): Require `vc' when compiling.
9909
9910 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9911
9912 2000-09-22 Andre Spiegel <spiegel@gnu.org>
9913
9914 * vc.el (vc-switch-backend): Signal an error if the file is not
9915 registered under the new backend.
9916
9917 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9918 without explicit revision number.
9919
9920 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9921
9922 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9923 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9924 (diff-xor): New function.
9925 (diff-find-source-location): Use it. Fix a stupid name clash.
9926 (diff-hunk-status-msg): New function.
9927 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9928 (diff-test-hunk): Use diff-find-source-location.
9929 (diff-goto-source): Favor the `reverse'.
9930 (diff-hunk-text): Properly handle one-sided context diffs.
9931 (diff-apply-hunk): When done, advance to the next hunk.
9932
9933 2000-09-21 Gerd Moellmann <gerd@gnu.org>
9934
9935 * startup.el (command-line): If frame was created with a non-zero
9936 tool-bar-lines parameter, switch tool-bar-mode on.
9937
9938 * add-log.el (change-log-date-face, change-log-name-face)
9939 (change-log-email-face, change-log-file-face)
9940 (change-log-list-face, change-log-conditionals-face)
9941 (change-log-function-face, change-log-acknowledgement-face):
9942 New faces, inheriting from font-lock faces.
9943 (change-log-font-lock-keywords): Use them.
9944
9945 2000-09-21 Dave Love <fx@gnu.org>
9946
9947 * progmodes/cperl-mode.el (top-level): Clean up
9948 `eval-when-compile's and assorted defvars.
9949 (cperl-invalid-face): Don't double-quote value. Change custom
9950 type.
9951 (cperl-mode): Set normal-auto-fill-function and don't zap
9952 auto-fill-function.
9953 (cperl-imenu--function-name-regexp-perl): Renamed from
9954 imenu-example--function-name-regexp-perl.
9955 (cperl-imenu--create-perl-index): Renamed from
9956 imenu-example--create-perl-index.
9957 (cperl-xsub-scan): Don't require cl.
9958
9959 * msb.el (msb-mode-map): Use substitute-key-definition.
9960 (msb-mode): Use msb-mode-map.
9961
9962 2000-09-21 Andre Spiegel <spiegel@gnu.org>
9963
9964 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9965 New functions.
9966 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9967 (vc-switch-backend): New function.
9968 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9969 (vc-register): Fix prompt.
9970 (vc-unregister, vc-default-unregister): New functions.
9971 (vc-version-diff): Handle empty buffer in sentinel.
9972
9973 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9974 (vc-rcs-state-heuristic): Use it to guess the state of files with
9975 non-strict locking.
9976 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9977 been set with -b, but not created yet.
9978 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9979 contents in order to find the state.
9980 (vc-rcs-checkin): Allow creation of branches with no changes.
9981 (vc-rcs-unregister, vc-rcs-receive-file)
9982 (vc-rcs-set-non-strict-locking): New functions.
9983
9984 * vc-hooks.el (vc-name): Force correct computation of the value
9985 in case it is missing.
9986
9987 2000-09-21 Gerd Moellmann <gerd@gnu.org>
9988
9989 * startup.el (fancy-splash-tail): Use a different foreground
9990 color on a dark frame background.
9991
9992 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9993
9994 * info.el: Use the correct capitalization when making Info-mode
9995 and Info-edit-mode `special' modes.
9996
9997 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9998
9999 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10000 (diff-mode): Add support for add-log.el.
10001 (diff-hunk-text): Use char offsets rather than line offsets.
10002 (diff-find-source-location): Replace LINE with line-offset (nil
10003 if not found) and always set POS to a meaningful position.
10004 Adapt to the new char-offsets.
10005 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10006 Adapt to the new diff-find-source-location.
10007 (diff-goto-source): Adapt to the new diff-find-source-location.
10008
10009 * add-log.el (add-log-file-name): New function (split out of
10010 add-change-log-entry).
10011 (add-change-log-entry): Use it.
10012 Call add-log-file-name-function with the changelog file name if
10013 the current buffer is not associated with any file.
10014 Avoid find-file if the selected window is dedicated.
10015
10016 * diff-mode.el (diff-find-source-location):
10017 Move code from diff-apply-hunk. Return buffer rather than file.
10018 (diff-apply-hunk): Use the new result from diff-find-source-location.
10019 (diff-goto-source): Use the new diff-find-source-location.
10020
10021 2000-09-20 Dave Love <fx@gnu.org>
10022
10023 * iswitchb.el: Some doc fixes.
10024 (iswitchb-mode-map): Define completely initially. Inherit
10025 minibuffer-local-map.
10026 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10027 fundamental-mode.
10028 (iswitchb-global-map): New variable.
10029 (iswitchb-summaries-to-end): Amalgamate regexps.
10030 (iswitchb-mode): New.
10031 (iswitchb-mode-hook): New variable.
10032 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10033 `extensions'.
10034
10035 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10036
10037 * ehelp.el (electric-help): New defgroup.
10038 (electric-help-shrink-window): New user-option.
10039 (with-electric-help): Use it.
10040
10041 * window.el (shrink-window-if-larger-than-buffer): If face
10042 `mode-line' has a :box, and we're on a graphical frame, add 1
10043 to the needed window height.
10044
10045 * frame.el (frame-notice-user-settings): Add a last parameter nil
10046 to a call to `append', because the last list passed to `append' is
10047 not copied, and so subsequent calls to assq-delete-all will modify
10048 default-frame-alist.
10049
10050 * startup.el (fancy-splash-image): Change :type.
10051 (fancy-splash-head): Use an XBM image if appropriate.
10052 (command-line-1): Show splash screens in more cases.
10053
10054 * startup.el (fancy-splash-text): Don't quote faces.
10055
10056 * dired.el (dired-font-lock-keywords): Undo last change.
10057 (dired-readin): Bind indent-tabs-mode to nil.
10058
10059 * startup.el (fancy-splash-head): If frame's background mode
10060 is `dark', change the black background of the image to gray.
10061 (fancy-splash-screens): Display startup echo area message.
10062 (display-startup-echo-area-message): New function.
10063
10064 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10065
10066 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10067
10068 * info.el (info-header-node): Tweak for color ttys.
10069
10070 * faces.el (face-valid-attribute-values): Make sure directories we
10071 search for stipples both exist and are readable before trying to
10072 search them.
10073
10074 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10075 in the dry-run case.
10076
10077 * jka-compr.el (with-auto-compression-mode): New macro.
10078
10079 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10080 (custom-group-tag-face, custom-variable-tag-face): Use relative
10081 :height and inherit from `variable-pitch' face instead of
10082 hardwiring :family.
10083 * hi-lock.el (hi-black-hb): Likewise.
10084
10085 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10086 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10087 toolbar-add-item, if image doesn't have a mask add a `:mask
10088 heuristic'.
10089
10090 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10091
10092 * diff-mode.el: Docstring fixes.
10093 (diff-header-face, diff-comment-face): New faces.
10094 (diff-font-lock-keywords): Highlight a bit differently.
10095 (diff-find-source-location): Don't return SPAN any more.
10096 (diff-hunk-text): Don't bother erasing the temp buffer.
10097 (diff-find-text): Drop argument LINE.
10098 (diff-apply-hunk): Update calls to diff-find-text.
10099 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10100
10101 * calendar/calendar.el: Docstring fixes.
10102 (calendar-make-alist): Don't quote lambda.
10103 (calendar-star-date): Use make-local-variable.
10104
10105 2000-09-19 Dave Love <fx@gnu.org>
10106
10107 * toolbar/tool-bar.el: Renamed from toolbar.el.
10108 Change `toolbar' to `tool-bar' generally in symbols.
10109 Make some items invisible in `special' major modes.
10110 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10111 Add arg PROPS.
10112
10113 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10114 Add :version here.
10115 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10116
10117 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10118
10119 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10120
10121 * files.el (find-file-suppress-same-file-warnings): New user-option.
10122 (find-file-noselect): Use it.
10123
10124 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10125 (fancy-splash-screen): Defgroup.
10126
10127 * add-log.el (change-log-font-lock-keywords): Match names
10128 more exactly for the case that font-lock-constant-face is
10129 underlined.
10130
10131 2000-09-19 Richard M. Stallman <rms@gnu.org>
10132
10133 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10134
10135 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10136
10137 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10138
10139 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10140
10141 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10142 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10143 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10144 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10145 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10146 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10147 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10148 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10149 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10150 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10151 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10152 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10153
10154 * startup.el (fancy-splash-text): New variable.
10155 (fancy-splash-delay, fancy-splash-image): New user-options.
10156 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10157 (fancy-splash-screens): New functions.
10158 (command-line-1): If display has a `display' frame parameter, has
10159 colors, and we have XPM support, show more fancy splash screens.
10160
10161 2000-09-19 Dave Love <fx@gnu.org>
10162
10163 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10164 with null `help'. Use modern backquote syntax.
10165
10166 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10167
10168 * font-lock.el (font-lock-mode): Change message telling the user
10169 that ``the buffer is too big''.
10170
10171 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10172 for instance for the case that tab-width is 2.
10173
10174 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10175
10176 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10177 toolbar-add-item, if image doesn't have a mask add a `:mask
10178 heuristic'.
10179
10180 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10181
10182 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10183 and return a cons if it's non-nil.
10184 (diff-apply-hunk): Try to jump to the line in the source text
10185 corresponding to the position of point in the in the hunk.
10186
10187 * info.el (Info-title-3-face, Info-title-2-face)
10188 (Info-title-1-face): Use face inheritance and relative sizes
10189 instead of hard-wiring things.
10190
10191 * faces.el (secondary-selection): Make dark-background variant sane.
10192
10193 2000-09-16 Andrew Innes <andrewi@gnu.org>
10194
10195 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10196 read-only, since they aren't under VC now.
10197
10198 2000-09-17 Dave Love <fx@gnu.org>
10199
10200 * tmm.el: Replace mapcar with mapc in several places.
10201
10202 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10203 ad-unadvise.
10204
10205 * international/latin1-disp.el: New file.
10206
10207 * calendar/cal-move.el (scroll-calendar-left)
10208 (scroll-calendar-right): Make arg optional (for active mode line).
10209
10210 * calendar/calendar.el (calendar-mode-line-format): Make fields
10211 mouse-sensitive.
10212 (calendar-read-date, calendar-read-date, calendar-window-list):
10213 Unquote lambda.
10214 (calendar-month-name): Use aref, not sref.
10215
10216 * view.el (minor-mode-alist): Propertize the string.
10217
10218 * international/characters.el (standard-case-table): Add entries
10219 for Greek.
10220
10221 2000-09-18 Miles Bader <miles@gnu.org>
10222
10223 * info.el (info-node, info-xref): Add dark-background variants.
10224
10225 * faces.el (header-line): Change defaults to be less confusing
10226 when mixed with mode-lines.
10227
10228 * info.el (Info-fontify-node): Make a few cleanups.
10229 Add extra `help-echo' and `local-map' props to node xrefs.
10230 Use header-specific faces for node-names & xrefs.
10231 (Info-use-header-line): New variable.
10232 (info-header-xref, info-header-node): New faces.
10233 (Info-setup-header-line): New function.
10234 (Info-select-node): Call Info-setup-header-line when enabled.
10235 (Info-extract-pointer): Work even if the header line is hidden.
10236 (Info-header-line): New variable.
10237
10238 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10239
10240 * vms-patch.el (print-region-function): Don't quote lambda.
10241
10242 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10243
10244 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10245 (lm-get-header-re): Allow spaces between the header and the colon.
10246 (lm-header): Allow $ in non-RCS headers.
10247 (lm-header-multiline): Put the strings back into order.
10248 Stop at an empty line. Don't require two space chars if the
10249 line is clearly not another header line.
10250
10251 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10252 (popup-menu-popup): Remove.
10253
10254 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10255
10256 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10257 specification if or if not tool-bar item contains an `:enabled'
10258 property.
10259
10260 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10261 current buffer has no file name.
10262
10263 2000-09-15 Dave Love <fx@gnu.org>
10264
10265 * strokes.el: Sync with maintainer's current version with changes
10266 for Emacs, but avoid runtime cl and levents.
10267 (toplevel): Change autoloads and compilation requires.
10268 (strokes-version, strokes-bug-address, strokes-lift): Values
10269 changed.
10270 (strokes-xpm-header, strokes-insinuated): New variable.
10271 (strokes): Add :link.
10272 (strokes-mode): Customized.
10273 (strokes-while-inhibiting-garbage-collector): New macro.
10274 (strokes-remassoc): Avoid remove-if.
10275 (strokes-fix-button2-command): Don't use ad-do-it.
10276 (strokes-insinuate): New function.
10277 (strokes-button-press-event-p, strokes-button-release-event-p):
10278 New functions, used instead of non-`strokes-' versions..
10279 (strokes-mouse-event-p): Rewritten.
10280 (strokes-event-closest-point): Avoid event-point.
10281 (strokes-get-grid-position): Avoid cdadr, caadr
10282 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10283 functions.
10284 (strokes-help): Use with-output-to-temp-buffer.
10285 (strokes-window-configuration-changed-p): New function.
10286 (strokes-update-window-configuration): Use buffer-live-p,
10287 strokes-window-configuration-changed-p.
10288 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10289 (strokes-char-face): New face.
10290 (strokes-char-table, strokes-base64-chars): New variable.
10291 (strokes-xpm-for-stroke, strokes-list-strokes)
10292 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10293 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10294 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10295 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10296 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10297 functions.
10298
10299 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10300
10301 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10302
10303 * image.el (create-image): Doc fix.
10304
10305 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10306 instead of `:heuristic-mask t'.
10307
10308 2000-09-14 Andrew Innes <andrewi@gnu.org>
10309
10310 * makefile.w32-in: Revert to Unix line endings.
10311
10312 2000-09-14 Andrew Innes <andrewi@gnu.org>
10313
10314 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10315 when installing.
10316
10317 * makefile.nt (DONTCOMPILE): Fix typo.
10318
10319 * shell.el (shell-write-history-on-exit): New function.
10320 (shell-dumb-shell-regexp): New custom variable.
10321 (shell-mode): Make shell-write-history-on-exit the process
10322 sentinel if shell name matches shell-dumb-shell-regexp.
10323
10324 * w32-fns.el: Comment out before-init-hook function which resets
10325 source-directory based; this breaks bootstrap.
10326
10327 2000-09-14 Dave Love <fx@gnu.org>
10328
10329 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10330 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10331 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10332 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10333 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10334 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10335 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10336 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10337 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10338
10339 * toolbar/toolbar.el: New.
10340
10341 * subdirs.el: Add toolbar.
10342
10343 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10344
10345 * indent.el (indent-for-tab-command): Doc fix.
10346
10347 2000-09-14 Alex Schroeder <alex@gnu.org>
10348
10349 * ansi-color.el (ansi-colors): Doc change.
10350 (ansi-color-get-face): Simplified regexp.
10351 (ansi-color-faces-vector): Added more faces, doc change.
10352 (ansi-color-names-vector): Doc change.
10353 (ansi-color-regexp): Simplified regexp.
10354 (ansi-color-parameter-regexp): New regexp.
10355 (ansi-color-filter-apply): Doc change.
10356 (ansi-color-filter-region): Doc change.
10357 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10358 deal with zero length parameters.
10359 (ansi-color-apply-on-region): Doc change.
10360 (ansi-color-map): Doc change.
10361 (ansi-color-map-update): Removed debugging message.
10362 (ansi-color-get-face-1): Added condition-case to trap
10363 args-out-of-range errors.
10364 (ansi-color-get-face): Doc change.
10365 (ansi-color-make-face): Removed.
10366 (ansi-color-for-shell-mode): New option.
10367
10368 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10369
10370 * international/quail.el (quail-start-translation): Translate KEY
10371 if necessary even if it doesn't have any mapping in the current
10372 input method.
10373 (quail-start-conversion): Likewise.
10374 (quail-help): The output message is improved.
10375
10376 2000-09-13 Miles Bader <miles@gnu.org>
10377
10378 * comint.el (comint-output-filter): Revert to using
10379 `insert-before-markers'. Add bletcherous hack to undo damage
10380 caused by `insert-before-markers'. Put `front-sticky' property on
10381 overlays created here so that the field code understands how the
10382 overlay works. Use a let when making comint-last-prompt-overlay,
10383 so that the code is easier to read.
10384
10385 2000-09-13 Dave Love <fx@gnu.org>
10386
10387 * wid-edit.el (widget-default-format-handler): DTRT when
10388 doc-property is a function.
10389
10390 2000-09-12 Francesco Potorti` <pot@gnu.org>
10391
10392 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10393 filed name if it's not there.
10394
10395 2000-09-12 Dave Love <fx@gnu.org>
10396
10397 * simple.el (read-mail-command): Doc fix.
10398 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10399
10400 * vc.el (vc-dired-listing-switches): Fix :version.
10401
10402 * vc-hooks.el: Doc fixes.
10403
10404 * subr.el (add-minor-mode): Use toggle-fun arg.
10405
10406 * speedbar.el: Add :version to several defcustoms.
10407
10408 * imenu.el (imenu--truncate-items, imenu--cleanup)
10409 (imenu--generic-function): Avoid mapcar.
10410 (imenu--replace-spaces): Function removed.
10411 (imenu--completion-buffer): Use subst-char-in-string.
10412 (imenu-add-to-menubar): Use keymap inheritance.
10413
10414 2000-09-12 Miles Bader <miles@gnu.org>
10415
10416 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10417 (diff-mode-map): Bind `diff-test-hunk'.
10418 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10419
10420 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10421
10422 * bytecomp.el (byte-compile-defvar): Undo last change
10423 because it breaks '(make-variable-buffer-local (defvar ...)'
10424 which is used at least in dired.
10425
10426 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10427
10428 * international/quail.el (quail-define-package): Docstring
10429 modified.
10430
10431 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10432
10433 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10434 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10435 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10436 docstring of "chinese-py".
10437
10438 * international/quail.el (quail-translation-docstring): New
10439 variable.
10440 (quail-show-keyboard-layout): Docstring modified.
10441 (quail-select-current): Likewise.
10442 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10443 infinite recursive call.
10444 (quail-help): Check quail-translation-docstring. Format of the
10445 output changed.
10446 (quail-help-insert-keymap-description): Adjusted for the above
10447 change.
10448
10449 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10450
10451 * bytecomp.el (byte-compile-defvar): Only cons onto
10452 current-load-list in top-level forms. Else this leaks a cons cell
10453 every time a defun is called.
10454
10455 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10456
10457 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10458 Now understands non-unified diffs. Some functionality moved into
10459 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10460 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10461 modify anything. Only reposition point in the patched file if the
10462 patch succeeds. Only pop up another window if POPUP is true.
10463 Emit a message describing what happened if successful, and at what
10464 line-offset. Automatically detect reversed hunks and do something
10465 appropriate.
10466 (diff-hunk-text, diff-find-text): New functions.
10467 (diff-filter-lines): Function removed.
10468 (diff-test-hunk): New function.
10469 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10470
10471 2000-09-10 Dave Love <fx@gnu.org>
10472
10473 * textmodes/tildify.el: Minor doc/commentary fixes.
10474 (tildify) <defgroup>: Add :version.
10475
10476 * faces.el (face-x-resources): Make custom type more specific.
10477 (frame-background-mode): Use mapc.
10478 (region) <defcustom>: Add :version.
10479
10480 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10481
10482 * vc-sccs.el (vc-sccs-register):
10483 * vc-rcs.el (vc-rcs-register):
10484 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10485 * vc.el (vc-register): Clear file's properties.
10486
10487 2000-09-08 Gerd Moellmann <gerd@gnu.org>
10488
10489 * faces.el (face-spec-set): Only face-spec-reset-face when
10490 ATTRS is non-nil.
10491
10492 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10493
10494 * help.el (help-insert-xref-button): Fix a typo in doc string.
10495
10496 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10497
10498 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10499 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10500 methods.
10501
10502 * menu-bar.el (read-mail-item-name): New function.
10503 (menu-bar-tools-menu): Use it to compute and display the package
10504 used to read email.
10505 (menu-bar-tools-menu): Fix typo in GUD's help string.
10506
10507 2000-09-07 Dave Love <fx@gnu.org>
10508
10509 * diff-mode.el (diff-mouse-goto-source): New function.
10510
10511 * vc-sccs.el: Doc fixes.
10512 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10513
10514 * vc-rcs.el: Doc fixes.
10515 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10516 (vc-rcs-checkout-switches, vc-rcs-header)
10517 (vc-rcs-master-templates): Add or change :version.
10518
10519 * vc-cvs.el: Doc fixes.
10520 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10521 (vc-cvs-stay-local): Add :version.
10522
10523 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10524
10525 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10526
10527 * international/quail.el (quail-help): Fix previous change.
10528
10529 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10530
10531 * faces.el (color-values): Doc fix.
10532
10533 * faces.el (frame-set-background-mode): Use frame-parameter
10534 instead of frame-parameters.
10535
10536 * frame.el (filtered-frame-list): Reduce consing.
10537 (frames-on-display-list): Call frame-parameter instead of
10538 frame-parameters.
10539
10540 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10541
10542 * language/devan-util.el (devanagari-to-indian-region): In the
10543 loop, change the following char, not preceding char.
10544
10545 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10546
10547 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10548 instead of frame-parameters.
10549
10550 * faces.el (set-face-attribute): Simplify by calling
10551 internal-set-lisp-face-attribute with FRAME being 0.
10552
10553 * vc.el: Remove `Id' version control keyword.
10554
10555 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10556
10557 * help.el (help-make-xrefs): Adjusted for the change of
10558 help-xref-mule-regexp.
10559 (help-insert-xref-button): New function.
10560
10561 * international/mule-cmds.el (help-xref-mule-regexp-template):
10562 Include the pattern for character set.
10563 (leim): New group.
10564
10565 * international/quail.el: Don't require face.
10566 (quail): New group.
10567 (quail-other-command): Dummy command to make quail-help work better.
10568 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10569 (quail-keyboard-layout-substitution): New variable.
10570 (quail-update-keyboard-layout): New function.
10571 (quail-keyboard-layout-type): New customizable variable.
10572 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10573 (quail-keyboard-translate): Pay attention to
10574 quail-keyboard-layout-substitution.
10575 (quail-insert-kbd-layout): New function.
10576 (quail-show-keyboard-layout): New function.
10577 (quail-get-translation): If the definition is a vector of length
10578 1, and the element is a string of length 1, return the character
10579 in that string.
10580 (quail-update-current-translations): Fix the case of
10581 relative-index out of range.
10582 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10583 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10584 Show key sequences for all available characters.
10585 (quail-help-insert-keymap-description): Don't show such verbose
10586 key bindings as quail-self-insert-command.
10587
10588 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10589 Format changed, and each element now have extra documentations.
10590 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10591 Adjusted for the change of quail-cxterm-package-ext-info.
10592
10593 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10594
10595 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10596 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10597 during bootstrap.
10598
10599 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10600
10601 * vc.el: (toplevel): Don't require `dired' at run-time.
10602 (vc-dired-resynch-file): Remove autoload cookie.
10603
10604 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10605
10606 * vc.el: Made several backend functions optional.
10607 (vc-default-responsible-p): New function.
10608 (vc-merge): Use RET for first version to trigger merge-news, not
10609 prefix arg.
10610 (vc-annotate): Handle backends that do not support annotation.
10611 (vc-default-merge-news): Removed. The existence of a merge-news
10612 implementation is now checked on caller sites.
10613
10614 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10615 case.
10616
10617 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10618 special case that has been removed from the default in vc-hooks.el.
10619
10620 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10621
10622 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10623
10624 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10625
10626 * vc-hooks.el: Require vc during compilation.
10627 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10628 macro `with-vc-properties' in vc.el.
10629 (vc-file-getprop): Doc fix.
10630 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10631
10632 * vc.el: Require dired-aux during compilation.
10633 (vc-name-assoc-file): Moved to vc-sccs.el.
10634 (with-vc-properties): New macro.
10635 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10636 vc-finish-steal): Use it.
10637 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10638 to the backend-specific function is now supposed to do the checkout,
10639 too.
10640 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10641
10642 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10643 set file properties; that gets done in the generic code now.
10644
10645 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10646 Changed parameter list, added code from vc.el that does the
10647 checkout, possibly with a double-take.
10648
10649 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10650 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10651 the above under the new name.
10652 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10653 parameter list, added checkout command.
10654 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10655 properties; that gets done in the generic code now.
10656
10657 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10658
10659 * vc.el: Docstring fixes (courtesy of checkdoc).
10660
10661 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10662
10663 * vc.el (vc-checkout-writable-buffer-hook)
10664 (vc-checkout-writable-buffer): Remove.
10665 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10666 (vc-log-mode): Make it into a clean derived major mode.
10667 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10668 vc-log-mode if log-edit is not available.
10669 (vc-dired-mode-map): Don't set-keymap-parent yet.
10670 (vc-dired-mode): Do set-keymap-parent here.
10671 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10672
10673 2000-09-05 Gerd Moellmann <gerd@gnu.org>
10674
10675 * faces.el (set-face-attribute, face-spec-reset-face)
10676 (face-spec-set): Avoid consing by removing calls to `apply'.
10677
10678 * frame.el (frame-parameter): Move to C code.
10679
10680 2000-09-05 Dave Love <fx@gnu.org>
10681
10682 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10683 insert-before-markers-and-inherit. Now checked systematically!
10684
10685 2000-09-05 Alex Schroeder <alex@gnu.org>
10686
10687 * sql.el (sql-postgres): Use sql-postgres-options.
10688 (sql-postgres-options): New variable.
10689
10690 2000-09-05 Alex Schroeder <alex@gnu.org>
10691
10692 * sql.el (sql-mode-menu): Work around missing variable mark-active
10693 in XEmacs.
10694 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10695 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10696 compatibility.
10697
10698 2000-09-04 Gerd Moellmann <gerd@gnu.org>
10699
10700 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10701
10702 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10703
10704 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10705
10706 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10707
10708 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10709 don't support anything else under SCCS yet.
10710
10711 * vc-hooks.el: Minor doc fixes.
10712
10713 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10714
10715 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10716 not necessary. If verbose in state `needs-patch', do the same as
10717 under `up-to-date'. When NOT verbose and `needs-patch', check out
10718 latest version instead of `merge-news'.
10719 (vc-next-action-dired): Don't mess with default-directory here; it
10720 breaks other parts of dired. It is the job of the
10721 backend-specific functions to adjust it temporarily if they need it.
10722 (vc-next-action): Remove a special CVS case.
10723 (vc-clear-headers): New optional arg FILE.
10724 (vc-checkin, vc-checkout): Set properties vc-state and
10725 vc-checkout-time properly.
10726 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10727 (vc-print-log): Use new backend function `show-log-entry'.
10728 (vc-cancel-version): Do the checks in a different order. Added a
10729 FIXME concerning RCS-only code.
10730
10731 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10732 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10733
10734 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10735
10736 * vc-hooks.el (vc-default-mode-line-string): Show state
10737 `needs-patch' as a `-' too.
10738
10739 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10740
10741 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10742 (vc-default-could-register): New function.
10743 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10744 (vc-resynch-buffer): Call vc-dired-resynch-file.
10745 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10746 vc-resynch-buffer instead of vc-resynch-window.
10747 (vc-next-action-dired): Don't redisplay here, that gets done as a
10748 result of the individual file operations.
10749 (vc-retrieve-snapshot): Corrected prompt order.
10750
10751 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10752
10753 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10754 as well.
10755 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10756 hostname regexps. Updated all callers.
10757 (vc-cvs-responsible-p): Handle directories as well.
10758 (vc-cvs-could-register): New function.
10759 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10760 properties up-to-date.
10761
10762 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10763 user whether to create one.
10764
10765 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10766
10767 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10768 check out a non-existing file.
10769
10770 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10771 workfile does not exist.
10772
10773 * vc.el (vc-version-diff): Use `require' to check for existence of
10774 diff-mode.
10775
10776 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10777
10778 * vc-cvs.el (vc-cvs-registered): Use new function
10779 vc-cvs-parse-entry to do the actual work.
10780
10781 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10782
10783 * vc-hooks.el (vc-find-backend-function): If function doesn't
10784 exist, return nil instead of error.
10785 (vc-call-backend): Doc fix.
10786
10787 * vc.el (vc-do-command): Doc fix.
10788 (vc-finish-logentry): When checking in from vc-dired, choose the
10789 right backend for logentry check.
10790 (vc-dired-mode-map): Inherit from dired-mode-map.
10791 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10792 simplified.
10793 (vc-dired-state-info): Removed, updated caller.
10794 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10795 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10796 (vc-dired-listing-switches): New variable.
10797 (vc-directory): Use it, instead of dired-listing-switches.
10798
10799 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10800 (vc-cvs-dir-state): New function.
10801 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10802 (vc-cvs-parse-entry): New function, also to be used in
10803 vc-cvs-registered.
10804
10805 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10806
10807 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10808 *or* single-window-frames.
10809
10810 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10811
10812 * vc.el (vc-update-changelog): Split into generic part and default
10813 implementation. Doc string adapted.
10814 (vc-default-update-changelog): New function. Call the `rcs2log'
10815 script in exec-directory, to fix a long-standing nuisance.
10816
10817 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10818 simply signals an error.
10819
10820 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10821
10822 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10823 control-flow more clear and to avoid running `cvs' twice.
10824
10825 * vc.el (vc-next-action-on-file): Doc fix.
10826 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10827 (vc-print-log): Eval `file' before constructing the continuation.
10828
10829 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10830
10831 * vc.el (vc-next-action-on-file): Corrected several messages.
10832 (vc-merge): Add prefix arg `merge-news'; handle it.
10833
10834 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10835 is not reached. It is.
10836 (vc-cvs-merge): Set state to 'edited after merge.
10837 (vc-cvs-merge-news): Set workfile version to nil if not known.
10838 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10839
10840 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10841 via stdout. (Merge from main line.)
10842
10843 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10844
10845 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10846 detection.
10847
10848 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10849
10850 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10851 against kill-all-local-variables.
10852 (vc-log-edit): Don't save vc-parent-buffer any more.
10853 (vc-last-comment-match): Initialize to an empty string.
10854 (vc-post-command-functions): New hook.
10855 (vc-do-command): Run it.
10856 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10857 (vc-finish-logentry): Only add the comment to the ring if it's
10858 different from the last comment entered.
10859 (vc-new-comment-index): New function.
10860 (vc-previous-comment): Use it. Make the minibuffer message
10861 slightly less terse.
10862 (vc-comment-search-reverse): Make it work forward as well. Don't
10863 set vc-comment-ring-index if no match is found. Use
10864 vc-new-comment-index.
10865 (vc-comment-search-forward): Use vc-comment-search-reverse.
10866 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10867 define-derived-mode will do it for us. Bind `v' to a keymap that
10868 inherits from vc-prefix-map so that we can bind `vt' without
10869 binding C-x v t.
10870 (vc-retrieve-snapshot): Parenthesis typo.
10871
10872 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10873 to 1. Make sure to switch to *vc* before looking for an error
10874 message. Use vc-parse-buffer.
10875
10876 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10877
10878 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10879 and NAME.
10880 (vc-retrieve-snapshot): Split into two parts.
10881 (vc-default-retrieve-snapshot): New function.
10882
10883 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10884 (vc-cvs-retrieve-snapshot): New function (untested).
10885 (vc-cvs-stay-local): Default to t.
10886 (vc-cvs-remote-p): New function and property.
10887 (vc-cvs-state): Stay local only if the above is t.
10888 (vc-handle-cvs): Removed.
10889 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10890 done via vc-handled-backends now.
10891 (vc-cvs-header): Escape Id.
10892
10893 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10894
10895 * vc.el (vc-do-command): Remove unused commands.
10896 (vc-version-diff): Make sure default-directory ends with a slash.
10897 Move the window commands into a vc-exec-after.
10898 (vc-print-log): Move more of the code into the `vc-exec-after'.
10899
10900 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10901
10902 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10903 (vc-print-log): Search current revision from beginning of buffer.
10904 (vc-revert-buffer): Clear echo area after the diff is finished.
10905 (vc-prefix-map): Removed definition of "t" for terse display in vc
10906 dired.
10907 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10908 definition of "vt" for terse display.
10909 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10910
10911 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10912
10913 * vc.el (vc-exec-after): Avoid caddr.
10914
10915 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10916
10917 * vc.el (vc-exec-after): New function.
10918 (vc-do-command): Use it to add a termination message for async
10919 procs.
10920 (vc-checkout): Try to handle a missing-backend situation.
10921 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10922 of a directory with a backend using async diffs.
10923 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10924 present.
10925
10926 * vc-sccs.el (vc-sccs-state-heuristic): Use
10927 file-ownership-preserved-p.
10928
10929 * vc-rcs.el (vc-rcs-state-heuristic): Use
10930 file-ownership-preserved-p.
10931 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10932
10933 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10934
10935 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10936 vc-do-command.
10937
10938 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10939 when there are no changes.
10940
10941 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10942
10943 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10944
10945 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10946
10947 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10948
10949 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10950
10951 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10952 the `fset' outside of the defvar so that it works even if
10953 vc-prefix-map was already defined.
10954 (vc-setup-buffer): New function, split out of vc-do-command.
10955 (vc-do-command): Allow BUFFER to be t to mean `just use the
10956 current buffer without any fuss'.
10957 (vc-version-diff): Change the `diff' backend operation to just put
10958 the diff in the current buffer without erasing it. Always use
10959 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10960 shrink-window-if-larger-than-buffer.
10961 (vc-print-log): Change the `print-log' backend operation to just
10962 put the log in the current buffer without erasing it. Protect
10963 shrink-window-if-larger-than-buffer.
10964 (vc-update-change-log): Fix setd typo.
10965
10966 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10967 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10968
10969 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10970 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10971 CMP.
10972
10973 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10974 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10975 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10976
10977 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10978
10979 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10980 not possible, use vc-BACKEND-workfile-unchanged-p.
10981 (vc-default-workfile-unchanged-p): New function. Delegates to a
10982 full vc-BACKEND-diff.
10983
10984 * vc-hooks.el (vc-simple-command): Removed.
10985
10986 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10987 instead of vc-simple-command.
10988 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10989 avoid doing a diff when opening a file.
10990 (vc-rcs-state): Added check for unlocked-changes.
10991 (vc-rcs-header): Escape Id.
10992 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10993 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10994 version.
10995
10996 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10997 (vc-sccs-diff): Remove optional arg CMP.
10998 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10999 SCCS-specific function.
11000
11001 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11002 vc-simple-command.
11003
11004 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11005
11006 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11007 (with-vc-file, vc-merge): Use vc-editable-p.
11008 (vc-do-command): Remove unused var vc-file and fix the
11009 doubly-defined `status' var. Add a user message when starting an
11010 async command.
11011 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11012 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11013 Use with-current-buffer.
11014 (vc-buffer-sync): Use unless.
11015 (vc-next-action-on-file): If the file is 'edited by read-only,
11016 make it read-write instead of trying to commit.
11017 (vc-version-diff, vc-update-change-log): Use `setq
11018 default-directory' rather than `cd'.
11019 (vc-log-edit): Don't forget to set default-directory in the
11020 buffer.
11021
11022 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11023 (vc-sccs-state-heuristic): Use file-writable-p instead of
11024 comparing userids.
11025 (vc-sccs-checkout): Use `unless'.
11026
11027 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11028 of comparing userids.
11029 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11030 Simplify the logic by eliminating unreachable code.
11031 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11032 just do a recursive call if we need to retry.
11033 (vc-rcs-checkout): Handle the case where rcs is missing by making
11034 the buffer read-write if requested and re-signalling the error.
11035
11036 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11037
11038 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11039
11040 * vc-hooks.el (vc-handled-backends): Docstring change.
11041 (vc-ignore-vc-files): Mark obsolete.
11042 (vc-registered): Check vc-ignore-vc-files.
11043 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11044 vc-ignore-vc-files.
11045
11046 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11047
11048 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11049
11050 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11051 files since ange-ftp already has vc-registered return nil.
11052
11053 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11054 (vc-sccs-workfile-version): Use with-temp-buffer and new
11055 vc-parse-buffer and don't bother setting the property.
11056 (vc-sccs-add-triple): Use with-current-buffer and
11057 find-file-noselect.
11058 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11059
11060 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11061 derives from the old vc-parse-buffer but uses the revision number
11062 rather than the date (much easier to compare robustly).
11063 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11064 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11065 locking-user more directly. Check strict locking and set
11066 checkout-model appropriately.
11067 (vc-rcs-parse-locks): Remove.
11068 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11069 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11070 (vc-rcs-system-release): Use with-current-buffer and
11071 vc-parse-buffer.
11072 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11073
11074 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11075 (vc-simple-command): Docstring fix.
11076 (vc-registered): Align the way the file-handler is called with the
11077 way the function itself works.
11078 (vc-file-owner): Remove.
11079
11080 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11081 extraction of fields and call to file-attributes because of a
11082 temporary bug in rcp.el.
11083 (vc-cvs-fetch-status): Use with-current-buffer.
11084
11085 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11086
11087 * vc.el (vc-do-command): Use file-relative-name.
11088 (vc-responsible-backend): Use vc-backend if possible.
11089 (vc-create-snapshot): Improve the `interactive' spec. Add support
11090 for branches and dispatch to backend-specific `create-snapshot'.
11091 (vc-default-create-snapshot): New function, containing the bulk of
11092 the old vc-create-snapshot.
11093 (vc-retrieve-snapshot): Improve the interactive spec.
11094
11095 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11096 (vc-backend-hook-functions): Remove.
11097 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11098 (vc-backend): Reintroduce the test for `file = nil' now that I
11099 know why it was there (and added a comment to better remember).
11100
11101 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11102 code from vc-sccs-hooks.el.
11103 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11104 'vc anymore.
11105 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11106 and file-directory-p instead of file-exists-p.
11107 (vc-sccs-check-headers): Simplify the regexp.
11108
11109 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11110 from vc-rcs-hooks.el. Don't require 'vc anymore.
11111 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11112 file-directory-p instead of file-exists-p.
11113
11114 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11115 from vc-cvs-hooks.el.
11116 (proto vc-cvs-registered): Require 'vc-cvs instead of
11117 'vc-cvs-hooks. Don't require 'vc anymore.
11118 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11119 file-directory-p instead of file-exists-p.
11120 (vc-cvs-create-snapshot): New function, replacing
11121 vc-cvs-assign-name.
11122 (vc-cvs-assign-name): Remove.
11123
11124 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11125
11126 * vc-cvs.el (vc-cvs-header): New var.
11127
11128 * vc-rcs.el (vc-rcs-exists): Remove.
11129 (vc-rcs-header): New var.
11130
11131 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11132 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11133 (vc-sccs-header): New var.
11134
11135 * vc.el (vc-do-command): Get rid of the `last' argument.
11136 (vc-header-alist): Remove, replaced by vc-X-header.
11137 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11138 (vc-dired-hook): Use expand-file-name instead of concat.
11139 (vc-directory): Use file-name-as-directory.
11140 (vc-snapshot-precondition, vc-create-snapshot)
11141 (vc-retrieve-snapshot): Allow the command to operate on any
11142 directory.
11143
11144 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11145 just removing the 'WORKFILE argument or by removing the 'MASTER
11146 argument and replacing `file' with (vc-name file).
11147
11148 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11149
11150 * vc.el: Update Copyright and add a crude list of backend funs.
11151 (vc-writable-p): New function.
11152 (with-vc-file): Use vc-writable-p.
11153 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11154 (vc-register): Avoid vc-name.
11155 (vc-locking-user): Remove.
11156 (vc-steal-lock): Make the `owner' arg non-optional.
11157 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11158 vc-checkout-model.
11159 (vc-default-dired-state-info): Use vc-state instead of
11160 vc-locking-user and return special strings for special states.
11161 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11162 and get rid of one of the special CVS cases.
11163 (vc-cancel-version): prettify error message with \\[...].
11164 (vc-rename-master): New function.
11165 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11166 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11167 the CVS special case generic.
11168 (vc-default-record-rename): Remove.
11169 (vc-file-tree-walk-internal): Only call FUNC for files that are
11170 under control of some VC backend and replace `concat' with
11171 expand-file-name.
11172 (vc-file-tree-walk): Update docstring.
11173 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11174 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11175
11176 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11177 vc-sccs-record-rename. Use `find-file-noselect' rather than
11178 `find-file' and call `vc-rename-master' to do the actual move.
11179 (vc-sccs-diff): Remove unused `backend' variable.
11180
11181 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11182 to delay loading of vc-sccs until it is really used.
11183 (vc-sccs-master-templates): Preload.
11184 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11185 (vc-sccs-project-dir): Remove (merged into
11186 vc-sccs-search-project-dir).
11187 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11188 rather than `concat', make sure it is preloaded and don't bother
11189 to check that the file actually exists.
11190 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11191 `locks' argument (use buffer's content instead) and eliminate n^2
11192 behavior.
11193
11194 * vc-rcs.el: Update Copyright.
11195 (vc-rcs-rename-file): New function.
11196 (vc-rcs-diff): Remove unused `backend' variable.
11197
11198 * vc-hooks.el: Update Copyright.
11199 (vc-backend): Don't accept a nil argument any more.
11200 (vc-up-to-date-p): Turn into a defsubst.
11201 (vc-possible-master): New function.
11202 (vc-check-master-templates): Use `vc-possible-master' and allow
11203 funs in vc-X-master-templates to return a non-existent file.
11204
11205 * vc-cvs.el: Update Copyright.
11206 (vc-cvs-diff): Remove unused `backend' variable.
11207 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11208
11209 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11210
11211 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11212
11213 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11214 since it can be called from vc-rcs.el.
11215 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11216
11217 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11218
11219 * vc.el (vc-version-diff): Expand file name read from the
11220 minibuffer. Handle the case when a previous version number can't
11221 be guessed. Give suitable messages when there were no differences
11222 found.
11223 (vc-clear-headers): Call backend-specific implementation, if one
11224 exists.
11225 (vc-cancel-version): Made error checks generic. When done, clear
11226 headers generically, too.
11227
11228 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11229 from vc-clear-headers in vc.el.
11230
11231 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11232 correctly.
11233 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11234 optional. Handle the case when it's not there.
11235
11236 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11237
11238 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11239
11240 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11241
11242 * vc-hooks.el (vc-loadup): Remove.
11243 (vc-find-backend-function): Use `require'. Also, handle the case
11244 where vc-BACKEND-hooks.el doesn't exist.
11245 (vc-call-backend): Cleanup.
11246
11247 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11248
11249 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11250 vc-rcs-grab-templates)
11251 (vc-rcs-registered): Remove. The default function works as well.
11252 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11253 vc-sccs-grab-templates)
11254 (vc-sccs-registered): Remove. The default function works as well.
11255
11256 * vc.el (vc-version-diff): Left out a vc- in call to
11257 vc-call-backend.
11258 (vc-default-dired-state-info, vc-default-record-rename)
11259 (vc-default-merge-news): Update for the new backend argument.
11260
11261 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11262 using the default function.
11263 (vc-call-backend): If calling the default function, pass it the
11264 backend as first argument. Update the docstring accordingly.
11265 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11266 for the new backend argument.
11267 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11268 (vc-find-backend-function): Use the new name.
11269 (vc-default-registered): New function.
11270
11271 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11272
11273 * vc.el (vc-merge): Use vc-find-backend-function.
11274
11275 * vc-hooks.el (vc-backend-functions): Remove.
11276 (vc-loadup): Don't setup 'vc-functions.
11277 (vc-find-backend-function): New function.
11278 (vc-call-backend): Use above fun and populate 'vc-functions
11279 lazily.
11280 (vc-backend-defines): Remove.
11281
11282 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11283
11284 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11285 Call vc-call-backend without the leading vc-.
11286 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11287 (vc-check-headers): Call vc-call-backend without the leading vc-.
11288 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11289 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11290 Call vc-call-backend without the leading vc-.
11291
11292 * vc-cvs.el (tail): Provide vc-cvs.
11293 * vc-sccs.el (tail): Provide vc-sccs.
11294 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11295
11296 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11297 (vc-make-backend-function, vc-call): Pass names without leading
11298 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11299 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11300 (vc-call-backend): Always try to load vc-X-hooks.
11301 (vc-registered): Remove vc- in call to vc-call-backend.
11302
11303 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11304
11305 * vc.el (vc-process-filter): New function.
11306 (vc-do-command): Setup `vc-process-filter' for the async process.
11307 (vc-maybe-resolve-conflicts): New function to reduce
11308 code-duplication. Additionally, it puts the buffer in
11309 `smerge-mode' if applicable.
11310 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11311 calling `merge-news'.
11312 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11313 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11314 interfacing to log-edit.el.
11315 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11316 log-edit is available.
11317 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11318
11319 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11320
11321 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11322 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11323 defvar and the initialization.
11324 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11325
11326 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11327 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11328
11329 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11330
11331 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11332
11333 * vc.el (vc-file-clear-masterprops): Removed.
11334 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11335 (vc-version-diff): Use buffer-size without argument.
11336 (vc-register): Heed vc-initial-comment.
11337
11338 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11339 default branch.
11340
11341 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11342 file name and workfile version.
11343 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11344
11345 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11346 vc-file-clear-masterprops.
11347
11348 * vc-sccs.el (vc-sccs-checkout): Removed call to
11349 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11350 rather than user login name.
11351
11352
11353 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11354
11355 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11356 `want-differences-if-changed' and simplify.
11357 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11358 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11359 output (which is invalid for async vc-diff) to decide whether to
11360 do the revert silently or not.
11361
11362 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11363
11364 * vc-hooks.el (vc-loadup): Load files quietly.
11365 (vc-call-backend): Oops, brain fart.
11366
11367 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11368
11369 * vc-cvs.el (vc-cvs-state): Typo.
11370 (vc-cvs-merge-news): Return the status code rather than the error msg.
11371
11372 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11373
11374 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11375 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11376 vc-state or vc-up-to-date-p.
11377 (vc-merge): Use vc-backend-defines to check whether merging is
11378 possible. Set state to 'edited after successful merge.
11379
11380 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11381 return that name. Redocumented.
11382
11383 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11384
11385 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11386 new `vc-state' semantics.
11387 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11388 'vc-locking-user to the current user.
11389 (vc-merge): Inline vc-backend-merge. Comment out code that I
11390 don't understand and hence can't adapt to the new `vc-state' and
11391 `vc-locking-user' semantics.
11392 (vc-backend-merge): Remove.
11393
11394 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11395 rather than 'vc-locking-user.
11396
11397 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11398
11399 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11400 (vc-state): Don't use 'reserved any more. Just use the same
11401 convention as the one used for vc-<backend>-state where the
11402 locking user (as a string) is returned.
11403 (vc-locking-user): Update, based on the above convention. The
11404 'vc-locking-user property has disappeared.
11405 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11406
11407 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11408 with a heuristic one.
11409 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11410 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11411 error. That allows us to get to 'needs-merge even in the
11412 stay-local case. There's still no way to detect 'needs-patch in
11413 such a setup (or to force an update for that matter).
11414 (vc-cvs-logentry-check): Remove, the default works as well.
11415
11416 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11417
11418 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11419
11420 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11421 major-mode in which the buffer might have been put earlier. Use
11422 `remove' and `when'. Allow `okstatus' to be `async' and use
11423 `start-process' in this case.
11424 (vc-version-diff): Handle the case where the diff looks empty
11425 because of the use of an async process.
11426
11427 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11428
11429 * vc.el (vc-next-action-on-file): Removed optional parameter
11430 `simple'. Recompute state unconditionally.
11431 (vc-default-toggle-read-only): Removed.
11432
11433 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11434 (vc-toggle-read-only): Undid prev change.
11435
11436 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11437 vc-cvs-simple-toggle. Redocumented.
11438 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11439 (vc-cvs-toggle-read-only): Removed.
11440
11441 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11442
11443 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11444 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11445 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11446 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11447 still is. So maybe it should be removed.
11448 (vc-head-version, vc-find-binary): Remove.
11449 (vc-recompute-state): Move from vc-hooks.el.
11450 (vc-next-action-on-file): Add a `simple' argument to allow
11451 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11452 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11453 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11454 (vc-dired-mode-map): Properly defvar it.
11455 (vc-print-log): Call log-view-mode if available.
11456 (small-temporary-file-directory): defvar instead of use boundp.
11457 (vc-merge-news): Moved to vc-cvs.el.
11458 (vc-default-merge-news): New function.
11459
11460 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11461 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11462 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11463 unknown `vc-latest-version' function. It should probably refer to
11464 vc-workfile-version or somesuch, but it's very unclear to me and I
11465 don't have SCCS to test things.
11466
11467 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11468 (vc-sccs-state-heuristic): Fix typo.
11469 (vc-sccs-workfile-unchanged-p): Add missing argument.
11470
11471 * vc-rcs.el: Require vc and vc-rcs-hooks.
11472 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11473 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11474 (vc-release-greater-or-equal-p): Move from vc.
11475 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11476 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11477 (vc-rcs-checkout): Add a missing `new-version' argument in the
11478 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11479
11480 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11481 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11482 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11483 than the apparently unbound `workfile-version'.
11484
11485 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11486 (vc-file-prop-obarray): Use `make-vector'.
11487 (vc-backend-functions): Add new hookable functions
11488 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11489 (vc-loadup): If neither backend nor default functions exist, use
11490 the backend function rather than nil.
11491 (vc-call-backend): If the function if not bound yet, try to load
11492 the non-hook file to see if it provides it.
11493 (vc-call): New macro plus use it wherever possible.
11494 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11495 nor `vc-find-binary' since it's only called from
11496 vc-mistrust-permission which is only used once the backend is known.
11497 (vc-checkout-model): Fix parenthesis.
11498 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11499
11500 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11501 (vc-cvs-release, vc-cvs-system-release): Remove.
11502 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11503 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11504 status symbols.
11505 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11506 (vc-cvs-toggle-read-only): First cut at a function to allow a
11507 cvs-status-free vc-toggle-read-only.
11508 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11509 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11510 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11511 (vc-cvs-checkout): Modify access rights directly if the user
11512 requested not to use `cvs edit'. And refresh the mode line.
11513
11514 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11515 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11516
11517 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11518
11519 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11520 workfile' that got lost when the code was extracted from vc.el.
11521 And merged the tail with the rest of the code (not possible in the
11522 old vc.el where the tail was shared among all backends). And
11523 explicitly set the state to 'edited if `writable' is set.
11524
11525 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11526 (vc-cvs-state): Be careful to return the value from
11527 vc-cvs-parse-state.
11528 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11529 property but return it instead. Also be careful to handle a nil
11530 or "" `rev' when workfile is non-nil (it was handled properly when
11531 workfile was nil).
11532
11533 * vc.el: Removed those pesky unnecessary `(function' quotes.
11534 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11535 directly in the defvar.
11536 (vc-do-command): Bind inhibit-read-only so as to properly handle
11537 the case where the destination buffer has been made read-only.
11538 (vc-diff): Delegate to vc-version-diff in all cases.
11539 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11540 (vc-annotate-mode-variables): Removed (code moved partly to
11541 defvars and partly to vc-annotate-add-menu).
11542 (vc-annotate-mode): Turned into a derived-mode.
11543 (vc-annotate-add-menu): Moved in code in
11544 vc-annotate-mode-variables.
11545 (vc-update-change-log): Use make-temp-file if available.
11546
11547 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11548
11549 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11550 `vc-checkout-model' updated to `vc-cvs-update-model'.
11551
11552 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11553
11554 * vc.el (vc-next-action-on-file): Added handling of state
11555 `unlocked-changes'.
11556 (vc-checkout-carefully): Is now practically obsolete, unless the
11557 above is too slow to be enabled unconditionally.
11558 (vc-update-change-log): Fixed typo.
11559
11560 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11561
11562 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11563 Now handles state `unlocked-changes'.
11564 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11565
11566 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11567
11568 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11569 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11570 `unlocked-changes'.
11571 (vc-rcs-workfile-unchanged-p): Renamed from
11572 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11573 function yet, but supposed to become one soon.
11574
11575 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11576 `vc-steal-lock'.
11577 (vc-call-backend): Changed error message.
11578 (vc-state): Added description of state `unlocked-changes'.
11579
11580 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11581
11582 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11583 always return t in CVS-controlled directories.
11584
11585 * vc.el (vc-responsible-backend): New function.
11586 (vc-register): Largely rewritten.
11587 (vc-admin): Removed (implementation moved into vc-register).
11588 (vc-checkin): Redocumented.
11589 (vc-finish-logentry): If no backend defined yet (because we are in
11590 the process of registering), use the responsible backend.
11591
11592 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11593 Updated function lists.
11594 (vc-call-backend): Fixed typo.
11595
11596 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11597 New functions.
11598 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11599 Removed query option. Redocumented.
11600
11601 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11602
11603 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11604
11605 * vc.el: Updated callers of `vc-checkout-required' to use
11606 `vc-checkout-model'.
11607
11608 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11609
11610 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11611 stuff updated to reference this function instead of the old
11612 `vc-backend-release-p'.
11613
11614 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11615
11616 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11617 vc-checkout-model. Return appropriate values. Updated callers.
11618
11619 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11620
11621 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11622 (vc-backend-revert): Function moved into `vc-revert';
11623 `vc-next-action' must be updated to accomodate this change.
11624 (vc-backend-steal): Function moved into `vc-finish-steal'.
11625 (vc-backend-logentry-check): Function moved into
11626 `vc-finish-logentry'.
11627 (vc-backend-printlog): Function moved into `vc-print-log'.
11628 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11629 (vc-backend-assign-name): Function moved into
11630 `vc-create-snapshot'.
11631
11632 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11633
11634 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11635 Rename to vc-checkout-model. Return appropriate values.
11636 Update callers.
11637
11638 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11639 to vc-checkout-model.
11640 (vc-checkout-required): Rename to vc-checkout-model.
11641 Re-implement and re-comment.
11642 (vc-after-save): Use vc-checkout-model.
11643
11644 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11645
11646 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11647 Update to use the vc-BACKEND-diff functions instead.
11648 `vc-diff' is now working.
11649
11650 * vc-rcs.el (vc-rcs-logentry-check): New function.
11651
11652 * vc-cvs.el (vc-cvs-logentry-check): New function.
11653
11654 * vc-sccs.el (vc-sccs-diff): Function changed name from
11655 `vc-backend-diff'. This makes `vc-diff' work.
11656
11657 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11658 of functions possibly implemented in a vc-BACKEND library.
11659 (vc-checkout-required): Fix bug that caused an error to be
11660 signaled during `vc-after-save'.
11661
11662 * vc.el: Fix typo.
11663 This checkin is made with our new VC code base for the very first time.
11664 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11665
11666 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11667 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11668
11669 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11670 updated to `vc-uses-locking'.
11671 (vc-checkout-required): Call to backend function.
11672 `vc-checkout-required' updated to `vc-uses-locking' instead.
11673
11674 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11675 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11676
11677 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11678 to match the split into various backends.
11679 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11680 (vc-retrieve-snapshot): Bug fix.
11681
11682 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11683
11684 * vc-sccs.el (vc-sccs-release): Doc fix.
11685
11686 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11687
11688 * vc.el (vc-next-action-on-file): Bug found and fixed.
11689 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11690 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11691
11692 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11693 (vc-rcs-checkout): Name space cleaned up. No more revision number
11694 crunching function names that are not prefixed with vc-rcs.
11695 (vc-rcs-checkout-model): Function added. References to
11696 `vc-checkout-model' replaced.
11697
11698 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11699
11700 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11701 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11702 still need to be split, and implemented for RCS).
11703
11704 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11705
11706 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11707
11708 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11709 required by the vc.el file.
11710
11711 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11712 required by the vc.el file.
11713 (vc-rcs-exists): Function added.
11714
11715 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11716 required by the vc.el file.
11717
11718 * vc.el (vc-admin): Updated to handle selection of appropriate
11719 backend. Current implementation is crufty and need re-thinking.
11720
11721 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11722
11723 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11724
11725 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11726 beginning of annotate buffers correctly.
11727
11728 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11729 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11730 functionality updated quite a lot to support multiple backends.
11731 Variables `vc-annotate-mode', `vc-annotate-buffers',
11732 `vc-annotate-backend' added.
11733
11734 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11735 `vc-annotate-difference' added to supported backend functions.
11736
11737 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11738
11739 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11740 Use with-temp-file instead of /bin/sh. Merged from mainline
11741
11742 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11743
11744 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11745
11746 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11747
11748 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11749
11750 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11751
11752 * vc-hooks.el: vc-state-heuristic added to
11753 vc-backend-hook-functions.
11754
11755 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11756
11757 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11758
11759 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11760 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11761 state to `reserved'.
11762
11763 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11764 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11765
11766 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11767
11768 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11769 untouched.
11770
11771 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11772
11773 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11774 if defined. (Merged from main line, slightly adapted.)
11775
11776 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11777 millenium problem (merged from mainline).
11778
11779 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11780
11781 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11782 part and moved the non-BACKEND stuff to vc.el.
11783
11784 * vc.el: Split the annotate feature into a BACKEND specific part
11785 and moved it from the vc-cvs.el file to this one.
11786
11787 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11788
11789 * vc-hooks.el: Implement new state model.
11790 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11791 (vc-locking-user): Simplify. Now only needed if the file is
11792 locked by somebody else.
11793 (vc-lock-from-permissions): Remove. Functionality is in
11794 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11795 (vc-mode-line-string): New name for former vc-status. Adapted.
11796 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11797
11798 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11799 Various simplifications and adaptations all over the place.
11800
11801 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11802 Simplify and adapt the rest.
11803
11804 * vc.el (vc-resynch-window): Add TODO comment: check for
11805 interaction with view mode according to recent RCS change.
11806 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11807
11808 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11809
11810 * vc.el: Convert the remaining function comments to docstrings.
11811
11812 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11813
11814 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11815 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11816 (vc-minor-part, vc-previous-version): Functions that operate and
11817 compare revision numbers got proper documentation. Comments added
11818 about their possible removal.
11819
11820 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11821
11822 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11823 the vc-backend.el files.
11824
11825 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11826
11827 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11828 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11829 (vc-rcs-previous-version): Functions added.
11830
11831 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11832
11833 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11834
11835 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11836
11837 * vc-hooks.el (vc-master-templates): Is really obsolete.
11838 Comment out the definition for now. What is the right procedure
11839 to get rid of it?
11840 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11841 rewritten.
11842 (vc-default-registered): Remove.
11843 (vc-check-master-templates): New function; does mostly what the
11844 above did before.
11845 (vc-locking-user): Don't rely on the backend to set the property.
11846
11847 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11848 Rewrite documentation.
11849 (vc-rcs-templates-grabbed): New variable.
11850 (vc-rcs-grab-templates): New function.
11851 (vc-rcs-registered): Rewrite to use above mechanism.
11852
11853 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11854 Rewrite documentation.
11855 (vc-sccs-templates-grabbed): New variable.
11856 (vc-sccs-grab-templates): New function.
11857 (vc-sccs-registered): Rewrite to use above mechanism.
11858 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11859 Don't throw the result, simply return it.
11860
11861 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11862 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11863 (vc-cvs-registered): Does the check itself now. Simplify.
11864
11865 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11866 from main line.
11867
11868 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11869
11870 * vc-cvs.el (vc-cvs-diff): New function.
11871
11872 * vc-sccs.el (vc-sccs-diff): New function.
11873
11874 * vc-rcs.el (vc-rcs-diff): New function.
11875 (vc-rcs-checkout): Bug (typo) found and fixed.
11876 (vc-rcs-register-switches): New variable.
11877
11878 * vc.el (vc-backend-diff): Function removed and placed in the
11879 backend files.
11880
11881 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11882
11883 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11884
11885 * vc.el (vc-backend-checkout): Function removed and replaced in
11886 the vc-backend.el files.
11887
11888 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11889
11890 * vc.el (vc-backend-admin): Removed and replaced in the
11891 vc-backend.el files.
11892
11893 * vc.el (Martin): Removed all the annotate functionality since it
11894 is CVS backend specific.
11895
11896 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11897
11898 * spec.txt: Added specification of vc-state.
11899
11900 * vc-sccs-hooks.el (vc-sccs-master-properties):
11901 Remove handling of vc-latest-version and
11902 vc-your-latest-version. What used to be vc-latest-version, is now
11903 returned as vc-workfile-version.
11904 (vc-sccs-workfile-version): Adapt.
11905
11906 2000-09-04 Dave Love <fx@gnu.org>
11907
11908 * vc.el: [Merged from mainline.]
11909 (vc-dired-mode): Make the dired-move-to-filename-regexp
11910 regexp match the date, to avoid treating date as file size.
11911 Add YYYY S option to WESTERN/
11912
11913 2000-09-04 Dave Love <fx@gnu.org>
11914
11915 * vc.el: Require `compile' when compiling.
11916 (vc-logentry-check-hook): New option.
11917 (vc-steal-lock): Use compose-mail.
11918 (vc-dired-mode-map): Defvar when compiling.
11919 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11920 vc-sccs.el and renamed. Callers changed.
11921 (vc-backend-checkout, vc-backend-logentry-check)
11922 (vc-backend-merge-news): Doc fix.
11923 (vc-default-logentry-check): New function.
11924 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11925 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11926 (vc-backend-merge): Doc fix. Use backend functions.
11927 (vc-check-headers): Use backend functions.
11928
11929 * vc-cvs.el: Require vc when compiling.
11930 (vc-cvs-register-switches): Doc fix.
11931 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11932 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11933 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11934 New functions (code from vc.el).
11935 (vc-annotate-display-default): Fix interactive spec.
11936 (vc-annotate-time-span): Doc fix.
11937
11938 * vc-rcs.el: Require vc when compiling.
11939 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11940 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11941 (vc-rcs-checkin): New functions (code from vc.el).
11942 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11943 Doc fix.
11944 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11945
11946 * vc-sccs.el: Require vc when compiling.
11947 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11948 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11949 (vc-sccs-revert)
11950 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11951 from vc.el).
11952 (vc-sccs-add-triple, vc-sccs-record-rename)
11953 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11954 (vc-sccs-admin): Doc fix.
11955
11956 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11957
11958 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11959 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11960 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11961 from vc.el.
11962
11963 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11964
11965 * vc-cvs.el: Moved the annotate functionality from vc.el.
11966 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11967
11968 2000-09-04 Dave Love <fx@gnu.org>
11969
11970 * vc.el (vc-backend-release): Call vc-system-release.
11971
11972 * vc-sccs.el (vc-sccs-system-release):
11973 Renamed from vc-sccs-backend-release.
11974
11975 * vc-rcs.el (vc-rcs-system-release):
11976 Renamed from vc-rcs-backend-release.
11977
11978 * vc-cvs.el (vc-cvs-system-release):
11979 Renamed from vc-cvs-backend-release.
11980
11981 2000-09-04 Dave Love <fx@gnu.org>
11982
11983 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11984 backend files.
11985 (vc-backend-release): Dispatch to backend functions.
11986 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11987 probably needs attention.]
11988
11989 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11990 (vc-sccs-backend-release): New function.
11991
11992 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11993 (vc-cvs-backend-release): New function.
11994
11995 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11996 Doc fix.
11997 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11998 (vc-default-dired-state-info): New function.
11999 (vc-dired-state-info): Dispatch to backends.
12000 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12001
12002 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12003 from vc.el and renamed.
12004
12005 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12006
12007 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12008 (vc-version-other-window, vc-backend-assign-name): Removed
12009 references to vc-latest-version; sometimes changed into
12010 vc-workfile-version.
12011
12012 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12013 vc-rcs-master-workfile-version.
12014 (vc-rcs-workfile-version): Use the above. Don't call
12015 vc-latest-version (that was unreachable code, anyway).
12016 (vc-rcs-fetch-master-properties): Doc fix.
12017
12018 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12019 (vc-backend-hook-functions): Removed them from this list, too.
12020 (vc-fetch-properties): Removed.
12021 (vc-workfile-version): Doc fix.
12022
12023 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12024 (vc-rcs-workfile-version, vc-rcs-locking-user)
12025 (vc-rcs-uses-locking): Use it.
12026
12027 * vc-hooks.el (vc-consult-rcs-headers):
12028 Moved into vc-rcs-hooks.el, under the name
12029 vc-rcs-consult-headers.
12030
12031 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12032 headers.
12033 (vc-cvs-find-master): Use this name only; correct different
12034 versions of the name.
12035
12036 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12037 New functions.
12038 (vc-sccs-locking-user): Use the latter.
12039
12040 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12041 New functions.
12042
12043 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12044 Moved into both
12045 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12046 functions are implementation details of those two backends.
12047
12048 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12049
12050 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12051 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12052
12053 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12054 (vc-sccs-parse-locks): SCCS-specific code moved here from
12055 vc-hooks.
12056
12057 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12058 code moved here from vc-hooks.
12059
12060 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12061 into back-end specific parts and removed. Callers not updated
12062 yet; because I guess these callers will disappear into back-end
12063 specific files anyway.
12064
12065 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12066
12067 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12068 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12069 `vc-uses-locking'.
12070
12071 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12072 Store yes/no in the property, and return t/nil. Updated all
12073 callers.
12074
12075 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12076 vc-sccs-uses-locking. Don't set property.
12077 (vc-sccs-locking-user): Don't set property.
12078
12079 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12080 vc-cvs-uses-locking. Don't set property here; leave that to
12081 vc-hooks.
12082 (vc-cvs-locking-user): Reflect above change. Streamlined.
12083
12084 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12085 vc-rcs-uses-locking.
12086 (vc-rcs-locking-user): Reflect above change.
12087
12088 2000-09-04 Dave Love <fx@gnu.org>
12089
12090 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12091
12092 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12093
12094 * vc-hooks.el (vc-checkout-model): Punt to backends.
12095
12096 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12097
12098 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12099
12100 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12101 New functions.
12102
12103 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12104 New functions.
12105
12106 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12107 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12108
12109 * vc-hooks.el (vc-default-locking-user): New function.
12110 (vc-locking-user, vc-workfile-version): Punt to backends.
12111
12112 2000-09-04 Dave Love <fx@gnu.org>
12113
12114 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12115 (vc-master-workfile-version): Moved from vc-hooks.
12116
12117 * vc-rcs-hooks.el: Fix duplicate code in last change.
12118
12119 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12120 (vc-rcs-master-templates): Improve :type.
12121 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12122 vc-master-workfile-version): Moved from vc-hooks.
12123
12124 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12125 (vc-sccs-master-templates): Improve :type.
12126 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12127
12128 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12129
12130 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12131 (vc-cvs-master-templates): Improve :type. Use
12132 vc-cvs-find-cvs-master.
12133 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12134 from vc-hooks.
12135 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12136
12137 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12138 Moved to vc-cvs-hooks.
12139
12140 * vc-hooks.el: Add doc strings in various places. Simplify the
12141 minor mode setup.
12142 (vc-handled-backends): New user variable.
12143 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12144 simplification.
12145
12146 2000-09-04 Dave Love <fx@gnu.org>
12147
12148 * vc.el: Some doc fixes for autoloaded and interactive functions.
12149 Fix compilation warnings from ediff stuff.
12150 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12151
12152 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12153
12154 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12155
12156 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12157
12158 2000-09-04 Dave Love <fx@gnu.org>
12159
12160 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12161 New variable.
12162 (vc-make-backend-function, vc-loadup, vc-call-backend)
12163 (vc-backend-defines): New functions.
12164
12165 * vc-hooks.el: Various doc fixes.
12166 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12167 (vc-match-substring): Function removed. Callers changed to use
12168 match-string.
12169 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12170 Simplify.
12171
12172 2000-09-04 Dave Love <fx@gnu.org>
12173
12174 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12175 type.
12176 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12177 (vc-sccs-registered): Doc fix.
12178
12179 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12180 (vc-cvs-registered): Doc fix.
12181
12182 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12183 (vc-rcs-registered): Doc fix.
12184
12185 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12186
12187 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12188
12189 * vc-hooks.el: vc-registered has been renamed
12190 vc-default-registered. Some functions have been moved to the
12191 backend specific files. they all support the
12192 vc-BACKEND-registered functions.
12193
12194 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12195
12196 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12197
12198 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12199
12200 2000-09-04 Dave Love <fx@gnu.org>
12201
12202 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12203 menu-bar-update-hook.
12204
12205 * help.el (help-manyarg-func-alist): Add
12206 find-operation-coding-system.
12207
12208 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12209
12210 * custom.el (custom-set-variables): Print message about errors in
12211 setting.
12212
12213 2000-09-03 Andrew Innes <andrewi@gnu.org>
12214
12215 * makefile.w32-in: Change to DOS line endings.
12216
12217 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12218
12219 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12220 minor-mode keymaps, if they don't have one.
12221
12222 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12223
12224 * eshell/esh-module.el (eval-when-compile): Don't lose if
12225 esh-module.el's file name is truncated to DOS 8+3 limits.
12226
12227 2000-09-01 John Wiegley <johnw@gnu.org>
12228
12229 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12230 predicate, which caused entries in the completion list to be
12231 doubled.
12232
12233 2000-08-30 John Wiegley <johnw@gnu.org>
12234
12235 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12236 sending to subprocesses. Also, hook pre-command-hook if
12237 `eshell-send-direct-to-subprocesses' is non-nil.
12238 (eshell-send-direct-to-subprocesses): New config variable. If t,
12239 subprocess input is send immediately.
12240 (eshell-toggle-direct-send): New function.
12241 (eshell-self-insert-command): New function.
12242 (eshell-intercept-commands): New function.
12243 (eshell-send-input): If direct subprocess sending is enabled,
12244 don't echo any input to the Eshell buffer. Let the subprocess
12245 handle that. This requires "stty echo" in bash, for example.
12246
12247 2000-08-28 John Wiegley <johnw@gnu.org>
12248
12249 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12250 completion function for Eshell's implementation of `unset'.
12251
12252 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12253
12254 * info.el (Info-directory-list): Doc fix.
12255
12256 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12257
12258 * filecache.el (file-cache-add-directory-using-find): Don't quote
12259 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12260
12261 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12262
12263 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12264 coding systems.
12265
12266 2000-08-30 Andrew Innes <andrewi@gnu.org>
12267
12268 * timer.el (run-with-idle-timer): Undo last change, so that timer
12269 is not activated immediately if Emacs is already idle. Some
12270 existing code relies on this behaviour.
12271
12272 2000-08-30 Miles Bader <miles@gnu.org>
12273
12274 * frame.el (set-frame-font): Do completion of font-name for
12275 interactive use.
12276
12277 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12278
12279 * international/quail.el (quail-start-translation): Bind locally
12280 last-command-event, last-command, and this-command.
12281 (quail-start-conversion): Likewise.
12282 (quail-self-insert-command): Fix docstring.
12283
12284 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12285
12286 * progmodes/executable.el
12287 (executable-make-buffer-file-executable-if-script-p): Check that
12288 buffer contains at least 2 characters.
12289
12290 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12291
12292 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12293
12294 2000-08-29 Dave Love <fx@gnu.org>
12295
12296 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12297 (diff-mode-shared-map): Bind mouse-2.
12298 (diff-imenu-generic-expression): New variable.
12299 (diff-mode): Use it.
12300
12301 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12302 (mouse-popup-menubar): Add minor mode menus.
12303 (popup-menu): Check for lookup-key returning number.
12304
12305 2000-08-29 Miles Bader <miles@gnu.org>
12306
12307 * comint.el (comint-send-input): Create overlays using the proper
12308 front/read-advance arguments.
12309
12310 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12311
12312 * ps-print.el: Even/odd pages printing. Doc fix.
12313 (ps-print-version): New version number (6.0).
12314 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12315 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12316 (ps-print-duplex-feature): Variable eliminated.
12317 (ps-even-or-odd-pages): New variable.
12318
12319 * progmodes/ebnf2ps.el: Doc fix.
12320 (ebnf-version): New version (3.3).
12321 (ebnf-user-arrow): Change variable customization to sexp.
12322 (ebnf-user-arrow): Function eliminated.
12323 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12324
12325 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12326
12327 * help.el (help-xref-mule-regexp): New variable.
12328 (help-make-xrefs): Handle help-xref-mule-regexp.
12329
12330 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12331 variable.
12332 (describe-input-method): Temporarily activate the specfied input
12333 method to display the information.
12334 (describe-language-environment): Hyperlinks to mule related items.
12335
12336 * international/mule-diag.el (charset-multibyte-form-string): New
12337 function.
12338 (list-character-sets-1): Use charset-multibyte-form-string.
12339 (describe-character-set): New function.
12340 (describe-coding-system): Hyperlinks to safe character sets.
12341
12342 * international/quail.el (quail-help): New arg PACKAGE.
12343 Hyperlinks to mule related items.
12344 (quail-help-insert-keymap-description): Use
12345 substitute-command-keys instead of describe-bindings.
12346 (quail-translation-help): Hyperlinks to mule related items.
12347
12348 2000-08-28 John Wiegley <johnw@gnu.org>
12349
12350 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12351 have a defsubst call itself. Made `eshell-flatten-list' back into
12352 a function again.
12353
12354 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12355 catch, in case re-centering point at bottom messes up the display.
12356 This happens frequently in Emacs 21, due I believe to variable
12357 line heights.
12358
12359 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12360 to call `find-tag-interactive'.
12361
12362 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12363 the list of remember directories.
12364
12365 2000-08-28 John Wiegley <johnw@gnu.org>
12366
12367 * align.el: Test align-region-separate to see if it's a symbol.
12368
12369 2000-08-28 John Wiegley <johnw@gnu.org>
12370
12371 * eshell/esh-util.el (eshell-flatten-list): Made this function
12372 into a defsubst form. It gets used very frequently, although
12373 calls don't occur all that often.
12374
12375 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12376 examining it.
12377
12378 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12379 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12380 `eshell-protect'.
12381 (eshell-copy-handles): Created a new macro for duplicating the
12382 current set of open handles. This is needed by the looping
12383 functions.
12384 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12385 is not incorrectly stomped on.
12386
12387 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12388 declaration for pcomplete-use-paring.
12389 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12390 value of eshell-cmpl-use-paring.
12391 * pcomplete.el (pcomplete-use-paring): New config variable, to
12392 indicate whether paring should be used.
12393 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12394 completion alternatives that have already been used.
12395
12396 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12397 bound to C-c C-y, which will repeat the previous N arguments
12398 (based on prefix argument).
12399 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12400
12401 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12402 if there is no *Help* buffer. This is for XEmacs, which renames
12403 its help buffers uniquely. TODO: Find out what the current buffer
12404 name to delete is.
12405
12406 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12407 first entry that correlates to a passwd/group number. Later
12408 entries (used for group/user name aliasing to multiple IDs) are
12409 ignored.
12410
12411 * eshell/em-xtra.el (eshell/expr):
12412 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12413 (eshell-grep, eshell/diff, eshell/locate):
12414 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12415 argument list, before passing it to the system command.
12416
12417 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12418 `find-tag' for use at final position in Eshell buffers (which
12419 otherwise triggers an error on Emacs 21).
12420 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12421 buffer, if it is currently bound to `find-tag'.
12422
12423 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12424 in the list of matched Makefile names.
12425 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12426 directory, prefer its contents to Makefile.
12427
12428 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12429 directory parts (like "cd old new", or "cd =regexp"), are now case
12430 sensitive on non-Windows/DOS platforms.
12431
12432 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12433 types RET after an open delimiter (like "), display a message
12434 indicating that Eshell is waiting for the closing delimiter.
12435
12436 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12437 environment variables.
12438
12439 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12440 gracefully if the user enters incorrect arguments.
12441
12442 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12443 Eshell buffers.
12444
12445 * eshell/esh-var.el (eshell-interpolate-variable):
12446 * eshell/esh-mode.el (eshell-move-argument):
12447 * eshell/em-unix.el (eshell-du-sum-directory):
12448 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12449 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12450 (not (= ...)).
12451
12452 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12453 to ensure the `preserve' flag gets propagated when doing recursive
12454 directory copies.
12455
12456 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12457
12458 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12459 Don't convert \n into \0177 in memory.
12460 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12461 and back again, when reading and writing.
12462
12463 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12464
12465 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12466 testing of `fboundp' on `processp'.
12467
12468 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12469 (eshell/jobs): Don't call process-list if it is not bound.
12470 (eshell-gather-process-output): Support systems where async
12471 subprocesses aren't supported.
12472 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12473 variables.
12474
12475 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12476 eshell-do-eval returns t.
12477 (eshell-do-pipelines-synchronously): New defmacro.
12478 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12479 when async subprocesses aren't supported.
12480 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12481 if async subprocesses aren't supported.
12482 (eshell-resume-command): Don't assume STATUS is a string.
12483
12484 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12485
12486 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12487 (eshell-close-target, eshell-get-target): Use eshell-processp.
12488 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12489 fix.
12490 (eshell-get-target, eshell-create-handles): Doc fix.
12491
12492 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12493
12494 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12495 criterion to include commands that output something, as long as it
12496 leaves both the command and the end-of-buffer visible when the
12497 command has exited.
12498 (eshell-review-quick-commands): Adjust the help doc string
12499 accordingly.
12500
12501 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12502
12503 * locate.el (locate): Cleaned up locate command's interactive prompting
12504 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12505
12506 * filecache.el (file-cache-case-fold-search): New variable
12507 (file-cache-assoc-function): New variable
12508 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12509 Use file-cache-case-fold-search variable
12510 (file-cache-add-file): Use file-cache-assoc-function
12511 (file-cache-delete-file): likewise
12512 (file-cache-directory-name): likewise
12513 (file-cache-debug-read-from-minibuffer): likewise
12514
12515 2000-08-28 Gerd Moellmann <gerd@gnu.org>
12516
12517 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12518 (abbrev-table-name): New function.
12519 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12520 If non-nil list local abbrev, only.
12521
12522 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12523
12524 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12525 from Gnus support code, and use special article copy buffer
12526 `(gnus-original-article-buffer)' instead. This allows to get rid
12527 of article-hide-headers usage (which breaks in the latest Gnus
12528 version). Thanks to Detlev Zundel.
12529
12530 2000-08-28 Kenichi Handa <handa@etl.go.jp>
12531
12532 * international/quail.el (quail-use-package): Hide "... loaded"
12533 message.
12534 (quail-start-translation, quail-start-conversion): Likewise.
12535
12536 * international/kkc.el (kkc-region): Hide "... loaded" message.
12537
12538 2000-08-27 Dave Love <fx@gnu.org>
12539
12540 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12541
12542 2000-08-27 Miles Bader <miles@gnu.org>
12543
12544 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12545
12546 2000-08-27 Kenichi Handa <handa@etl.go.jp>
12547
12548 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12549 'ja-dic-cnv), not (require 'skkdic-cnv).
12550
12551 2000-08-26 Miles Bader <miles@gnu.org>
12552
12553 * faces.el (face-x-resources): Add entry for :inherit.
12554 * cus-face.el (custom-face-attributes): Add support for :inherit
12555 attribute. Add support for relative face heights.
12556 (custom-face-attributes-get): Treat `nil' as being a default value
12557 for :inherit (as well as `unspecified').
12558
12559 * faces.el (set-face-attribute): Update doc string.
12560 (face-attribute-name-alist): Add :inherit.
12561 (face-valid-attribute-values): Handle :inherit.
12562 (face-read-string): Rephrase prompt to be less confusing.
12563 Assume that DEFAULT is a string, since we must return a string.
12564 (face-read-integer): Use `format' to turn DEFAULT into an
12565 acceptable default for face-read-string. Match NEW-VALUE against
12566 the string "unspecified", not the symbol `unspecified', since
12567 that's what face-read-string returns.
12568 (read-face-attribute): Lookup a name for old-value in valid, and
12569 use it as a default if we find one. Treat all values from
12570 face-read-string as strings. If the default is used, don't do any
12571 more processing on the value, just use the old value directly.
12572 (read-face-and-attribute, modify-face): Tweak prompt.
12573 (read-face-name): Don't assume prompt ends with a space.
12574
12575 * faces.el (describe-face): Add support for :inherit attribute.
12576
12577 2000-08-25 Kenichi Handa <handa@etl.go.jp>
12578
12579 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12580 concat doesn't accept interger.
12581
12582 * international/kkc.el: Remove SKK from Keywords. Require
12583 ja-dic-utl instead of skkdic-utl.
12584
12585 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12586 Provide ja-dic-cnv instead of skkdic-cnv.
12587 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12588 (iso-2022-7bit-short): Add safe-charsets property.
12589 (skkdic-convert-postfix): Search Japanese chou-on character in
12590 addition to Hiragana character.
12591 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12592 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12593 (batch-skkdic-convert): Likewise.
12594
12595 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12596 Provide ja-dic-utl instead of skkdic-utl.
12597 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12598
12599 2000-08-24 Dave Love <fx@gnu.org>
12600
12601 * disp-table.el (standard-display-default): Make the test of `l'
12602 useful.
12603
12604 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12605 mod sample text.
12606
12607 * international/iso-ascii.el: Make pilcrow convenient string
12608 consistent with section.
12609 (iso-ascii-display): Set up multibyte characters as well as
12610 unibyte.
12611
12612 2000-08-24 Kenichi Handa <handa@etl.go.jp>
12613
12614 * international/mule-cmds.el (reset-language-environment): Set
12615 default-process-coding-system to '(undecided . iso-latin-1), which
12616 makes process I/O almost consistent with file I/O. Call this
12617 function when mule-cmds.el[c] is loaded.
12618
12619 2000-08-22 Andrew Innes <andrewi@gnu.org>
12620
12621 * makefile.w32-in: New file.
12622
12623 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12624
12625 * comint.el (comint-output-filter): Compare end of
12626 comint-last-output-overlay with the start of the newly inserted
12627 text, not the end, when deciding whether to extend it.
12628 Set saved-point's insertion type to advance after insertion.
12629
12630 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12631 since this is now done independently of font-lock mode.
12632
12633 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12634
12635 * server.el (server-kill-new-buffers): New user option.
12636 (server-existing-buffer): New buffer-local variable.
12637 (server-visit-files): When using an existing buffer, set
12638 server-existing-buffer to t.
12639 (server-buffer-done): If server-kill-new-buffers is t, kill the
12640 buffer, unless it was already present before visiting it with
12641 Emacs server.
12642
12643 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12644
12645 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12646 even if the display doesn't support colors: some displays will
12647 support bold/underline faces.
12648
12649 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12650
12651 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12652
12653 * startup.el (command-line): If user's init file had an error,
12654 add explanatory text to *Messages*.
12655
12656 2000-08-21 Kenichi Handa <handa@etl.go.jp>
12657
12658 * man.el (Man-getpage-in-background): Decode the process output by
12659 the system locale coding system.
12660
12661 2000-08-20 Dave Love <fx@gnu.org>
12662
12663 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12664 Don't test x-popup-menu.
12665 (function) <complete-function>: Complete only fbound symbols.
12666 <validate, value>: New.
12667 (variable) <complete-function>: Complete only bound symbols.
12668 (coding-system): Add :base-only, :complete-function, :validate,
12669 :value, :prompt-match.
12670 (widget-coding-system-prompt-value): Use read-coding-system and
12671 act on :base-only.
12672 (editable-field): Add :help-echo.
12673 (widget-push-button-gui, widget-push-button-cache)
12674 (widget-gui-action, widget-editable-list-gui): COmment out, along
12675 with uses.
12676 (widget-at): Make arg optional.
12677 (widget-echo-help): Adjust for current help-echo calling sequence.
12678 (widget-specify-field, widget-specify-button)
12679 (widget-specify-insert, widget-get-sibling, widget-image-find)
12680 (widget-convert, widget-insert, widget-leave-text)
12681 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12682 (widget-setup, widget-field-find, widget-before-change)
12683 (widget-after-change, widget-default-complete)
12684 (widget-default-create, widget-default-delete)
12685 (widget-push-button-value-create, editable-field)
12686 (widget-field-prompt-value, widget-field-validate)
12687 (widget-choice-value-create, widget-choice-action)
12688 (widget-choice-validate, widget-checklist-add-item)
12689 (widget-radio-add-item, widget-radio-chosen)
12690 (widget-radio-value-inline, widget-editable-list-value-create)
12691 (widget-editable-list-entry-create)
12692 (widget-documentation-link-add)
12693 (widget-documentation-string-value-create)
12694 (widget-regexp-validate, widget-file-complete)
12695 (widget-sexp-validate, widget-plist-convert-widget)
12696 (widget-plist-convert-widget, widget-alist-convert-widget)
12697 (widget-alist-convert-widget, widget-color-complete): Simplify,
12698 particularly to avoid bindings which aren't optimized out.
12699
12700 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12701 Doc fix.
12702 (down-list, backward-up-list, up-list, kill-sexp)
12703 (backward-kill-sexp, mark-sexp): Make arg optional.
12704 (lisp-complete-symbol): Add optional arg PREDICATE.
12705
12706 * cus-start.el: Add display-buffer-reuse-frames,
12707 file-coding-system-alist.
12708
12709 2000-08-20 Gerd Moellmann <gerd@gnu.org>
12710
12711 * startup.el (command-line): Clear realized faces after
12712 modifying TTY color mappings.
12713
12714 2000-08-20 Miles Bader <miles@gnu.org>
12715
12716 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12717 merely a subset of FACE's attributes.
12718
12719 2000-08-19 Miles Bader <miles@gnu.org>
12720
12721 * comint.el (comint-output-filter): Save the point with a marker,
12722 not just a buffer position.
12723
12724 * international/mule.el (set-buffer-process-coding-system): Make
12725 interactive prompt less confusing.
12726
12727 2000-08-19 Gerd Moellmann <gerd@gnu.org>
12728
12729 * hilit-chg.el: General cleanup of doc strings, comments and
12730 code formatting.
12731
12732 2000-08-19 Miles Bader <miles@gnu.org>
12733
12734 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12735 Compiler macro removed; beginning-of-line is no longer always
12736 equivalent to forward-line, in the presence of fields.
12737
12738 * comint.el (comint-output-filter): Remove ad-hoc saving of
12739 restriction, and just use save-restriction, now that it works
12740 correctly. Don't adjust comint-last-input-start to account for
12741 our insertion; it shouldn't have moved because we don't use
12742 insert-before-markers anymore. Comment out call to
12743 `force-mode-line-update'; why is it here?
12744
12745 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12746 while checking for prompt to delete. Use `forward-line 0'
12747 instead of beginning-of-line.
12748 (gud-filter): Temporarily widen gud comint buffer while
12749 examining output.
12750
12751 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12752
12753 * progmodes/sh-script.el: Big bag of typos.
12754
12755 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12756 check since ispell-process is not bound when ispell is not yet loaded.
12757
12758 2000-08-18 Dave Love <fx@gnu.org>
12759
12760 * image.el (find-image): Copy `spec' before using plist-put.
12761
12762 2000-08-18 Gerd Moellmann <gerd@gnu.org>
12763
12764 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12765 `portugues'.
12766
12767 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12768 backward-kill-sexp, analogous to kill-sexp.
12769
12770 * progmodes/icon.el (icon-indent-line)
12771 (icon-is-continuation-line): Handle comments specially.
12772
12773 2000-08-17 Ken Stevens <k.stevens@ieee.org>
12774
12775 * ispell.el: Set to standard author/maintainer/keyword fields.
12776 Fine tuning to menu map appearance and operation, and added help.
12777 Remove `start' and `end' error messages when compiling.
12778 (ispell-choices-win-default-height): Fixed comment string.
12779 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12780 castellano8 dictionaries.
12781 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12782 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12783 dictionary, added italiano dictionary.
12784 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12785 word character
12786 (ispell-tex-skip-alists): Added psfig support.
12787 (ispell-skip-html): Renamed from ispell-skip-sgml.
12788 (ispell-begin-skip-region-regexp, ispell-skip-region)
12789 (ispell-minor-check): Improved html skipping support to skip across
12790 code, and recognize `&' commands without propper `;' syntax;
12791 (ispell-process-line): Fix alignment error when manually
12792 correcting spelling.
12793 (ispell): Fix comment string.
12794 (ispell-add-per-file-word-list): Always put word list on new line.
12795
12796 2000-08-17 Gerd Moellmann <gerd@gnu.org>
12797
12798 * format.el (format-encode-run-method): Fix error message to say
12799 `encode' instead of `decode'. Use save-window-excursion around
12800 shell-command-on-region as in format-decode-run-method because
12801 shell-command-on-region can display a buffer with error output.
12802 (format-decode): Don't record undo information for the decoding.
12803 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12804 that number part of the temporary buffer name so that more than
12805 one decoding using a temporary buffer can happen safely.
12806
12807 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12808 of `A-z' in the regexp.
12809
12810 * hilit-chg.el: Fix typos in commentary.
12811
12812 * help.el (view-emacs-news): Rewritten for new naming scheme
12813 for old NEWS files.
12814
12815 * startup.el (command-line): Pop to *Messages* in case an error
12816 is signaled while loading user-init-file.
12817
12818 2000-08-17 Andreas Schwab <schwab@suse.de>
12819
12820 * files.el (insert-directory): Don't lose original file name,
12821 undoing an undocumented change.
12822
12823 2000-08-17 Alex Schroeder <alex@gnu.org>
12824
12825 * sql.el (sql-magic-go): Use comint-bol.
12826 (sql-copy-column): Use comint-line-beginning-position.
12827 (comint-line-beginning-position): Define a replacement for
12828 comint-line-beginning-position if it is not fboundp.
12829
12830 2000-08-17 Alex Schroeder <alex@gnu.org>
12831
12832 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12833 it didn't have any effect anyway.
12834
12835 2000-08-17 Alex Schroeder <alex@gnu.org>
12836
12837 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12838 --pset and pager=off instead of sending \\o|cat at the beginning
12839 of the session.
12840
12841 2000-08-17 Miles Bader <miles@gnu.org>
12842
12843 * progmodes/octave-inf.el: Add compatibility definition of
12844 comint-line-beginning-position.
12845
12846 2000-08-17 Kenichi Handa <handa@etl.go.jp>
12847
12848 * startup.el (normal-top-level): Look in each dir in load-path for
12849 a leim-list.el file too. This assures of loading leim-list.el
12850 that is created at Emacs installation time even if a user have his
12851 own leim-list.el.
12852
12853 2000-08-17 Miles Bader <miles@gnu.org>
12854
12855 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12856 foreground color to black if the background is dark.
12857
12858 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12859
12860 * loadhist.el (unload-feature): Typo.
12861
12862 * finder.el (finder-compile-keywords):
12863 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12864 to the generated file.
12865
12866 * mail/mh-e.el (mh-make-local-vars):
12867 Replace make-variable-buffer-local with make-local-variable.
12868
12869 * play/landmark.el:
12870 * options.el (Edit-options-{set,toggle,t,nil}):
12871 * mail/mailabbrev.el (mail-abbrevs-mode):
12872 * textmodes/tex-mode.el (tex-expand-files):
12873 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12874
12875 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12876
12877 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12878 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12879 Allow going past the last element.
12880 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12881 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12882 (cvs-mouse-toggle-mark): Don't move point.
12883 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12884
12885 * progmodes/compile.el (grep): Provide a default set of files.
12886 (next-error): Docstring fix.
12887 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12888
12889 * emacs-lisp/easy-mmode.el (define-minor-mode):
12890 Use `symbol-value' to keep the byte-compiler quiet.
12891
12892 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12893 (diff-find-source-location): New fun, extracted from diff-goto-source.
12894 (diff-goto-source): Use it.
12895 (diff-next-complex-hunk, diff-filter-lines): New function.
12896 (diff-apply-hunk): New command.
12897
12898 * smerge-mode.el (smerge-mode-menu): Doc fix.
12899
12900 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12901
12902 2000-08-16 Dave Love <fx@gnu.org>
12903
12904 * windmove.el (windmove) <defgroup>: Add :version.
12905
12906 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12907 (goto-address-fontify-p, goto-address-highlight-p)
12908 (goto-address-url-face, goto-address-url-mouse-face)
12909 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12910 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12911 (goto-address-fontify, goto-address-at-mouse): Simplify,
12912 (goto-address-at-point): browse-url-url-at-point,
12913 goto-address-find-address-at-point can return nil.
12914 (goto-address-find-address-at-point): Return nil on failure.
12915
12916 * align.el (align) <defgroup>: Add :version.
12917
12918 * calculator.el (calculator): Add :version.
12919 (calculator): Use two lines for calculator window if `modeline'
12920 face is boxed.
12921
12922 * play/5x5.el: Doc fixes.
12923 (5x5) <defgroup>: Add :version.
12924
12925 * play/fortune.el (fortune) <defgroup>: Add :version.
12926 (fortune-append): Fix error message.
12927 (fortune-from-region): Doc fix.
12928
12929 * play/pong.el (pong): Doc fix.
12930
12931 * play/morse.el: Keywords, commentary, autoloads.
12932
12933 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12934
12935 * desktop.el (desktop-save): Don't look at symbol-value of a
12936 member of minor-mode-alist, unless it is boundp.
12937
12938 2000-08-16 Sam Steingold <sds@gnu.org>
12939
12940 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12941 `while'; use `with-current-buffer' instead of `save-excursion'.
12942 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12943
12944 2000-08-16 Kenichi Handa <handa@etl.go.jp>
12945
12946 * international/ccl.el (declare-ccl-program): Docstring modified.
12947 (ccl-execute-with-args): Likewise.
12948
12949 2000-08-16 Miles Bader <miles@gnu.org>
12950
12951 * progmodes/sql.el: Add compatibility definition of
12952 comint-line-beginning-position.
12953
12954 2000-08-15 Gerd Moellmann <gerd@gnu.org>
12955
12956 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12957 'buffer-menu' property.
12958 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12959 fails.
12960 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12961 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12962 wasn't killed.
12963
12964 * buff-menu.el (list-buffers-noselect): Don't display the
12965 *Buffer List* buffer.
12966
12967 * font-lock.el: Require jit-lock to prevent a very late
12968 `Loading jit-lock' message.
12969
12970 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12971 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12972 mail address.
12973
12974 2000-08-15 Miles Bader <miles@gnu.org>
12975
12976 * textmodes/ispell.el (ispell-graphic-p): New constant.
12977 (ispell-choices-win-default-height, ispell-help): Use
12978 `ispell-graphic-p' instead of `xemacsp'.
12979
12980 2000-08-15 Dave Love <fx@gnu.org>
12981
12982 * simple.el: Autoload widget-convert when compiling.
12983 (mail-user-agent): Doc fix.
12984
12985 * help.el (function-called-at-point, variable-at-point): Use
12986 with-syntax-table.
12987 (help-manyarg-func-alist): Add insert-and-inherit.
12988
12989 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12990
12991 * delsel.el (delsel-unload-hook): New function.
12992
12993 * find-file.el: Doc fixes. Move provide to end.
12994 (ff) <defgroup>: Add :link.
12995 (ff-goto-click): Deleted.
12996 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12997 Use mouse-set-point.
12998
12999 * textmodes/tildify.el: Doc fixes.
13000 (tildify) <defgroup>: Add:version.
13001
13002 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13003 (glasses-custom-set): Use set-default, not set.
13004 (minor-mode-alist): Propertize the lighter.
13005 (glasses-mode): Provide optional arg.
13006
13007 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13008 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13009 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13010 option. Provide :type.
13011 (cwarn-configuration): Provide :type.
13012 (cwarn-mode): Doc fix.
13013
13014 * add-log.el (change-log-merge): Doc fix.
13015 (change-log-redate): New command.
13016
13017 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13018 Doze and Dog.
13019 (browse-url): Use dolist, not mapcar.
13020 (browse-url-at-point): Check for null url.
13021 (browse-url-event-buffer, browse-url-event-point): Functions
13022 deleted.
13023 (browse-url-at-mouse, browse-url-netscape): Simplify.
13024
13025 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13026 modes.
13027 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13028 Fix previous change to mapcan.
13029 (msb--init-file-alist, msb--add-separators)
13030 (msb--make-keymap-menu): Simplify.
13031 (msb--choose-file-menu): Use copy-sequence.
13032 (msb-mode-map): Add title to keymap.
13033 (msb-unload-hook): New function.
13034
13035 * bs.el: Fix indentation.
13036 (bs) <defgroup>: Add :links.
13037 (bs-show): Doc fix.
13038 (bs-apply-sort-faces): Don't use window-system.
13039 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13040
13041 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13042
13043 * calendar/timeclock.el (timeclock-file): Run .timelog through
13044 convert-standard-filename.
13045
13046 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13047
13048 * emacs-lisp/authors.el: New file.
13049
13050 * paren.el (show-paren-priority): New user option.
13051 (show-paren-function): Set overlay priorities to
13052 show-paren-priority.
13053
13054 2000-08-14 Miles Bader <miles@gnu.org>
13055
13056 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13057 beginning-of-line with inhibit-field-text-motion bound.
13058
13059 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13060
13061 * calendar/timeclock.el: New file.
13062
13063 2000-08-14 David Ponce <david@dponce.com>
13064
13065 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13066 `widget-button-click'. so that one can use left mouse button to
13067 click on dialog buttons.
13068
13069 2000-08-14 Emmanuel Briot <briot@gnat.com>
13070
13071 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13072 identifiers, since XML is case sensitive
13073
13074 2000-08-12 Miles Bader <miles@gnu.org>
13075
13076 * comint.el (comint-output-filter): Don't bother frobbing
13077 window-start, it doesn't seem to be necessary.
13078
13079 * comint.el (comint-send-string, comint-send-region): Make into
13080 real functions. Snapshot the prompt before sending.
13081
13082 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13083
13084 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13085 technique similar to Info-index, instead of relying on specific
13086 names of relevant Index nodes.
13087 (Info-goto-emacs-command-node): Bind Info-history to nil when
13088 going to the first node found by Info-find-emacs-command-nodes.
13089
13090 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13091
13092 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13093
13094 2000-08-10 Miles Bader <miles@gnu.org>
13095
13096 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13097
13098 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13099
13100 * info.el (Info-file-list-for-emacs): More elements for the
13101 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13102 and woman manuals.
13103
13104 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13105
13106 * comint.el (comint-send-input): Make the newline boundary overlay
13107 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13108 (comint-output-filter): Use `insert' instead of
13109 `insert-before-markers'. Extend comint-last-output-overlay when
13110 necessary since we can't rely on insert-before-markers to do it.
13111 * gud.el (gud-filter): Use `with-current-buffer' instead of
13112 save-excursion when inserting the output, so that point gets
13113 updated correctly; the old method relied on a rather dodgy
13114 side-effect of comint-output-filter to avoid the effect of
13115 save-excursion.
13116
13117 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13118
13119 * files.el (recover-file): Call insert-directory instead of
13120 invoking `ls' directly.
13121
13122 2000-08-10 Miles Bader <miles@gnu.org>
13123
13124 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13125 (comint-last-prompt-overlay): New variables.
13126 (comint-output-filter): Implement prompt highlighting.
13127 (comint-snapshot-last-prompt): New function.
13128 (comint-send-input): Snapshot the last prompt.
13129 Use comint-highlight-input-face.
13130 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13131 Use defface instead of defcustom.
13132 (send-invisible, comint-send-eof): Snapshot the last prompt.
13133 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13134 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13135
13136 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13137
13138 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13139 (regexp-opt-group): Use a list of chars for `letters'.
13140 (regexp-opt-charset): `chars' is now a list of chars.
13141 Use a char-table rather than a vector so it works for multibyte chars.
13142
13143 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13144 Set cvs-minor-current-files to the selected fileinfo.
13145 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13146 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13147
13148 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13149
13150 * files.el (insert-directory): Don't call access-file on
13151 directories on DOS and Windows.
13152
13153 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13154
13155 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13156 longer if necessary.
13157 (ccl-embed-code): Call ccl-embed-data to store CODE in
13158 ccl-program-vector.
13159
13160 2000-08-09 Miles Bader <miles@gnu.org>
13161
13162 * comint.el (comint-output-filter): Properly handle the case where
13163 the text surrounded by comint-last-output-overlay was deleted.
13164
13165 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13166
13167 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13168 non-nil.
13169 (Info-file-list-for-emacs): Remove "info" from the list because
13170 that leads to trying to use the documentation from file `info'
13171 in various situations where it isn't appropriate, for instance
13172 C-h C-k C-h i.
13173
13174 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13175 DIR and/or STRING are nil.
13176
13177 * progmodes/compile.el (compilation-setup): Make variable
13178 compilation-error-screen-columns buffer-local, as some comment
13179 in the code suggests it should be.
13180
13181 * files.el (auto-mode-interpreter-regexp): New variable.
13182 (set-auto-mode): Use it.
13183
13184 * indent.el (indent-for-tab-command): Doc fix.
13185
13186 * mouse-sel.el (mouse-sel-mode): Doc fix.
13187
13188 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13189 labels.
13190
13191 * help.el (print-help-return-message): When
13192 display-buffer-reuse-frames is set, let the help window been quit,
13193 instead of deleting it, which might delete a reused frame.
13194
13195 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13196
13197 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13198 rename a directory to a name that differs only by its letter case.
13199
13200 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13201
13202 * international/quail.el (quail-define-rules): Handle Quail decode
13203 map correctly. Add code for supporting annotations.
13204 (quail-install-decode-map): New function.
13205 (quail-defrule-internal): New optional arguments decode-map and
13206 props.
13207 (quail-advice): New function.
13208
13209 2000-08-07 Sam Steingold <sds@gnu.org>
13210
13211 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13212 `defconst', `define-condition', `with-slots'.
13213 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13214
13215 2000-08-03 Miles Bader <miles@gnu.org>
13216
13217 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13218 New variable.
13219 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13220 comint-use-prompt-regexp-instead-of-fields.
13221 (comint-send-input): Add `input' field property to stuff we send to
13222 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13223 (comint-output-filter): Add `output' field property to process
13224 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13225 (comint-replace-by-expanded-history)
13226 (comint-get-old-input-default, comint-show-output)
13227 (comint-backward-matching-input, comint-forward-matching-input)
13228 (comint-next-prompt, comint-previous-prompt): Use field
13229 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13230 (comint-line-beginning-position): New function.
13231 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13232 (comint-replace-by-expanded-history-before-point): Use
13233 comint-line-beginning-position and line-end-position.
13234 (comint-last-output-overlay): New variable.
13235 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13236
13237 * shell.el (shell-prompt-pattern): Doc change.
13238 (shell-backward-command): Use line-beginning-position.
13239
13240 * gud.el (gud-gdb-complete-command): Use
13241 comint-line-beginning-position.
13242
13243 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13244 comint-bol doesn't actually go to the beginning of the line.
13245
13246 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13247 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13248 (try-expand-line-all-buffers): Likewise.
13249
13250 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13251 explicitly matching comint-prompt-regexp.
13252 (sql-copy-column): Use comint-line-beginning-position instead of
13253 explicitly matching comint-prompt-regexp.
13254
13255 * progmodes/octave-inf.el (inferior-octave-complete): Use
13256 comint-line-beginning-position.
13257
13258 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13259
13260 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13261 looking for a prompt, use `forward-line 0' instead of
13262 `beginning-of-line', to avoid getting caught by an input field.
13263
13264 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13265
13266 * files.el (shell-quote-wildcard-pattern): Make sure to return
13267 PATTERN, in the Unix case.
13268
13269 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13270
13271 * play/zone.el (zone): Discard any pending input before running
13272 the randomly-chosen pgm.
13273
13274 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13275
13276 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13277 checking the existence of any multibyte characters.
13278
13279 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13280
13281 * help.el (describe-mode): Test minor-mode symbol for being
13282 bound before testing its value for being nil.
13283
13284 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13285 `first', `second', and `third'.
13286
13287 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13288 (second): Make it an alias for `cadr'.
13289
13290 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13291
13292 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13293 types of display support faces now.
13294
13295 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13296
13297 * pcvs.el (require): Require `cl' during compilation, only.
13298
13299 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13300 (toplevel): Remove `remq' and `remove' from autoloads.
13301 (cl-fake-autoloads): New variable. If set, arrange for an error
13302 when CL functions etc. are autoloaded.
13303
13304 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13305
13306 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13307
13308 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13309 popped up, but the user clicks outside the menu, return an empty
13310 regexp (that causes unhighlight-regexp to have no effect).
13311
13312 * menu-bar.el (menu-bar-games-menu): Add Zone.
13313
13314 * hi-lock.el (toplevel): Require font-lock.
13315
13316 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13317
13318 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13319 (ebnf-8-bit-chars): New var for bug fix.
13320 (ebnf-string): Bug fix.
13321
13322 2000-08-03 Sam Steingold <sds@gnu.org>
13323
13324 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13325 instead of `buffer-string'.
13326 (require 'cl): Always, not just when compiling.
13327 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13328 necessary.
13329
13330 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13331
13332 * international/mule-cmds.el (select-safe-coding-system): Make
13333 the message text about selecting a safe coding system more clear.
13334
13335 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13336
13337 * hi-lock.el: New file.
13338
13339 * play/zone.el: New file.
13340
13341 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13342 value of tab-width in the original buffer. Choose a line number
13343 format that's a multiple of the original buffer's tab width, so
13344 that lines appear right.
13345
13346 * textmodes/ispell.el (ispell): New function, replacing an alias.
13347 Spell-check active region if in transient-mark-mode and mark
13348 is active; otherwise spell-check buffer.
13349
13350 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13351
13352 * ps-mule.el: Fix a customization problem on
13353 ps-mule-font-info-database-default.
13354
13355 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13356
13357 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13358 display-mouse-p instead of window-system.
13359 (ebrowse-member-mode-map): Ditto.
13360
13361 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13362
13363 * progmodes/ebnf2ps.el: Update ps-print functions call.
13364 Indentation fix. Doc fix.
13365 (ebnf-version): New version number (3.2).
13366 (ebnf-format-color, ebnf-begin-job): Code fix.
13367
13368 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13369
13370 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13371 font lock support on window-system.
13372 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13373
13374 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13375 display-color-p, if fboundp, instead of window-system.
13376
13377 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13378
13379 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13380 instead of window-system.
13381
13382 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13383 window-system.
13384 (widget-choice-mouse-down-action): Use display-popup-menus-p
13385 instead of window-system.
13386
13387 * strokes.el (strokes-file): Run the file name through
13388 convert-standard-filename.
13389 (strokes-mode): Call display-mouse-p instead of looking at
13390 window-system. Change the error message accordingly.
13391
13392 * progmodes/cpp.el (toplevel): Support faces on tty's.
13393
13394 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13395 (lm-plot-square, lm-init-display): Don't use window-system.
13396
13397 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13398 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13399
13400 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13401 instead of looking at window-system.
13402
13403 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13404
13405 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13406 of testing if iswitchb-prepost-hooks is bound, because the
13407 latter will always be true when invoking a recursive minibuffer
13408 from an active Iswitchb buffer.
13409
13410 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13411
13412 * files.el (shell-quote-wildcard-pattern): New function.
13413 (insert-directory): Call it. Only prepend "\" to command on Unix
13414 and GNU/Linux systems.
13415
13416 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13417
13418 * eshell/esh-groups.el: Change custom :link file names
13419 from `eshell.info' to `eshell'.
13420
13421 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13422
13423 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13424 correctly in recursive ange-ftp listings.
13425
13426 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13427
13428 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13429 ps-header-font-size-internal and
13430 ps-header-title-font-size-internal variables are not set,
13431 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13432 face text property is (foreground-color . COLOR) or
13433 `(background-color . COLOR)', ps-print crashes. Doc fix.
13434 (ps-print-version): New version number (5.2.4).
13435 (ps-plot-region): Code fix.
13436 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13437 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13438 Bug fix 2.
13439
13440 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13441
13442 * glasses.el (glasses-make-readable): Fix uncapitalization of
13443 identifiers like `myXMLDocument'.
13444
13445 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13446
13447 * mail/mail-hist.el (mail-hist-previous-input)
13448 (mail-hist-next-input): Do the obvious code factorization.
13449 (mail-hist-retrieve-and-insert): New func, contains common
13450 code of above two.
13451 If inserting a message body, leave point at top.
13452
13453 2000-07-28 Sam Steingold <sds@gnu.org>
13454
13455 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13456 Use `<=', not `<' to compare times!
13457 (ange-ftp-ls): Remove.
13458
13459 2000-07-27 Gerd Moellmann <gerd@gnu.org>
13460
13461 * play/cookie1.el: Add explanation of how to make cookie.el
13462 compatible with strfile(1) to comment.
13463
13464 * subr.el (remove, remq): New functions.
13465
13466 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13467 escape `*' in regexps.
13468 (midnight-find): Reverse order of arguments in the funcall of
13469 TEST.
13470
13471 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13472 and `.class'.
13473
13474 * play/meese.el: Add Commentary section.
13475
13476 2000-07-27 Alex Schroeder <alex@gnu.org>
13477
13478 * sql.el (sql-ms): Added autoload cookie.
13479 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13480 (sql-oracle): Ditto.
13481 (sql-help): Doc change.
13482
13483 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13484 types and exceptions.
13485
13486 2000-07-27 Alex Schroeder <alex@gnu.org>
13487
13488 * sql.el (sql-placeholder-history): New variable.
13489 (sql-query-placeholders-and-send): New function that will query
13490 the user and replace placeholders with user input.
13491 (sql-oracle): If running on NT, set comint-input-sender to
13492 sql-query-placeholders-and-send.
13493
13494 (sql-stop): If in the SQLi buffer, insert stop notification, else
13495 present it as a message.
13496
13497 2000-07-27 Alex Schroeder <alex@gnu.org>
13498
13499 * sql.el (sql-input-ring-separator): Doc change.
13500 (sql-input-ring-file-name): Doc change.
13501 (sql-interactive-mode): Use `sql-input-ring-separator' and
13502 `sql-input-ring-file-name' to set the comint-mode equivalents
13503 without making them local variables.
13504 (sql-stop): Don't bind `sql-input-ring-separator' and
13505 `sql-input-ring-file-name' dynamically to their comint-mode
13506 equivalents.
13507
13508 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13509
13510 * international/mule.el (register-char-codings): New function.
13511 (make-coding-system): Handle `safe-chars' specification in the arg
13512 PROPERTY.
13513
13514 * international/mule-cmds.el
13515 (find-coding-systems-region-subset-p): This function deleted.
13516 (sort-coding-systems-predicate): New variable.
13517 (sort-coding-systems): New function.
13518 (find-coding-systems-region): Use
13519 find-coding-systems-region-internal.
13520 (find-coding-systems-string): Use find-coding-systems-region.
13521 (find-coding-systems-for-charsets): Check
13522 char-coding-system-table.
13523 (select-safe-coding-system-accept-default-p): New variable.
13524 (select-safe-coding-system): Mostly rewritten. New argument
13525 ACCEPT-DEFAULT-P.
13526 (select-message-coding-system): Call select-safe-coding-system
13527 with ACCEPT-DEFAULT-P arg.
13528 (reset-language-environment): Reset default-sendmail-coding-system
13529 to the default value iso-latin-1.
13530 (set-language-environment): Don't set the obsolete variable
13531 charset-origin-alist.
13532
13533 * international/codepage.el (cp-coding-system-for-codepage-1):
13534 Give `safe-chars' property to make-coding-system.
13535
13536 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13537 calling select-message-coding-system twice.
13538
13539 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13540 instead of `safe-charsets'.
13541 (cyrillic-alternativnyj): Likewise.
13542 (ccl-encode-alternativnyj): Don't check the charset
13543 cyrillic-iso8859-5.
13544
13545 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13546
13547 * composite.el (compose-chars-after): Preserve match data.
13548
13549 2000-07-26 Sam Steingold <sds@gnu.org>
13550
13551 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13552 (ange-ftp-real-file-newer-than-file-p): New function.
13553 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13554 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13555
13556 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13557 * midnight.el (midnight-float-time): Ditto.
13558
13559 2000-07-26 Andreas Schwab <schwab@suse.de>
13560
13561 * files.el (normal-backup-enable-predicate): Correct
13562 interpretation of the return value of compare-strings.
13563
13564 2000-07-26 Gerd Moellmann <gerd@gnu.org>
13565
13566 * isearch.el (isearch-resume): New function.
13567 (isearch-done): Add something to command-history to resume
13568 the search.
13569 (isearch-yank-line, isearch-yank-word): Use
13570 buffer-substring-no-properties instead of buffer-substring.
13571
13572 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13573 of flyspell-mouse-map.
13574
13575 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13576 duplicate definition.
13577 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13578
13579 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13580 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13581
13582 2000-07-25 Sam Steingold <sds@gnu.org>
13583
13584 * net/ange-ftp.el: Get modtime over the net.
13585 (ange-ftp-file-modtime): New function.
13586 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13587 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13588 Use it.
13589 (ange-ftp-dot-to-slash): New function.
13590 (ange-ftp-fix-name-for-vms): Use it.
13591
13592 * midnight.el (midnight-buffer-display-time): Use
13593 `with-current-buffer'.
13594
13595 2000-07-25 Gerd Moellmann <gerd@gnu.org>
13596
13597 * find-dired.el: Update copyright notice.
13598 (find-dired): Offer to kill a running `find'.
13599
13600 * enriched.el (enriched-face-ans): For a `foreground-color'
13601 property, return '(("x-color" COLOR))' so that COLOR will be
13602 output as a parameter of the x-color annotation. Likewise for the
13603 `background-color' property. In the case of normal face
13604 properties, don't return annotations for unspecified foreground
13605 and background face attributes.
13606
13607 2000-07-25 Kenichi Handa <handa@etl.go.jp>
13608
13609 * language/japan-util.el (japanese-katakana-region): Fix handling
13610 HANKAKU argument.
13611
13612 2000-07-25 Miles Bader <miles@gnu.org>
13613
13614 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13615 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13616 constrain-to-field.
13617
13618 2000-07-24 Andrew Innes <andrewi@gnu.org>
13619
13620 * timer.el (timer-activate-when-idle): Add optional parameter
13621 DONT-WAIT. Update docstring.
13622 (run-with-idle-timer): Specify extra parameter to
13623 timer-activate-when-idle, so that timer will be activated
13624 immediately if Emacs is already idle.
13625
13626 * w32-fns.el (w32-using-nt): Fix docstring.
13627
13628 2000-07-24 Dave Love <fx@gnu.org>
13629
13630 * mouse.el (popup-menu): Set last-command-event.
13631 (mouse-major-mode-menu-prefix): Declare.
13632
13633 2000-07-24 Gerd Moellmann <gerd@gnu.org>
13634
13635 * textmodes/flyspell.el: Update to author's version 1.5d.
13636
13637 * progmodes/hideshow.el: Update copyright notice.
13638
13639 * vcursor.el: Set maintainer to FSF, since author cannot
13640 be reached.
13641
13642 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13643
13644 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13645 the prompt.
13646
13647 * mouse.el (popup-menu): Run the keymap through indirect-function,
13648 in case it was defined with define-prefix-key. If the menu is a
13649 list of keymaps, look up the binding of user's choice in each one
13650 of the keymaps.
13651 (mouse-popup-menubar): If the global and local menu-bar keymaps
13652 don't have a prompt string, create one and insert it into the
13653 keymap. Don't barf if current-local-map returns nil.
13654
13655 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13656
13657 * dired.el (dired-sort-R-check): Added to allow recursive listing
13658 to be undone.
13659 (dired-sort-other): Use it.
13660
13661 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13662
13663 * Release of cc-mode 5.27
13664
13665 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13666
13667 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13668 c-beginning-of-statement-1 that caused a bad case of recursion
13669 which could consume a lot of CPU in large classes in languages
13670 that have in-expression classes (i.e. Java and Pike).
13671
13672 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13673 statements before top level constructs (i.e. case 6 is moved
13674 before case 5 and is now case 4) to catch in-expression
13675 classes in top level expressions correctly.
13676
13677 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13678
13679 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13680 objc-method-intro. Case 4 removed and case 5I added.
13681
13682 * cc-langs.el (c-append-paragraph-start): New variable used by
13683 c-common-init to get paragraph-start correct.
13684 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13685 initialize paragraph-start to make it correct both with and
13686 without the javadoc special case.
13687
13688 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13689 initialize paragraph-start for javadoc markup.
13690
13691 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13692 change by defaulting this to t. It's motivated by the
13693 confusing behavior that otherwise arise from the style system
13694 when editing both java and non-java files at the same time
13695 (see the comments about style setting in c-common-init).
13696
13697 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13698
13699 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13700 similar to the one in c-fill-paragraph to check the fill
13701 prefix from the adaptive fill function for sanity.
13702
13703 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13704
13705 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13706 defun block.
13707
13708 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13709
13710 * cc-align.el (c-lineup-multi-inher): Handle lines with
13711 leading comma nicely. Extended to handle member initializers
13712 too.
13713
13714 * cc-engine.el: (c-beginning-of-inheritance-list,
13715 c-guess-basic-syntax): Fixed recognition of inheritance lists
13716 when the lines begins with a comma.
13717
13718 * cc-vars.el (c-offsets-alist): Changed default for
13719 member-init-cont to c-lineup-multi-inher since it now handles
13720 member initializers and indents better for leading commas.
13721
13722 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13723
13724 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13725 handling that caused class open lines to be recognized as
13726 statement-conts in some cases.
13727
13728 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13729 guessed by the adaptive fill function unless point is on the
13730 first line of a block comment.
13731
13732 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13733 when the buffer ends with a macro continuation char.
13734
13735 * cc-engine.el (c-guess-basic-syntax): Added support for
13736 function definitions as statements in Pike. The first
13737 statement in a lambda block is now labeled defun-block-intro
13738 instead of statement-block-intro.
13739
13740 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13741 so that the class surrounding point is selected, not the one
13742 innermost in the state.
13743
13744 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13745 recognition of switch labels having hanging multiline
13746 statements.
13747
13748 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13749 some code in c-guess-basic-syntax to a separate function.
13750 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13751 recognition of member inits with multiple line arglists.
13752 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13753 member-init-cont when the commas are in funny places.
13754
13755 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13756
13757 * cc-defs.el (c-auto-newline): Removed this macro since it's
13758 not used anymore.
13759
13760 * cc-engine.el (c-looking-at-bos): New helper function.
13761 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13762 inexpr and toplevel classes apart in Pike.
13763
13764 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13765 of case 9A.
13766
13767 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13768 constant, since "class" can introduce an in-expression class
13769 in Pike nowadays.
13770
13771 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13772
13773 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13774 indentation on cpp-macro lines.
13775
13776 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13777 a syntax modifier like comment-intro, to make it possible to
13778 get syntactic indentation for preprocessor directives. It's
13779 incompatible wrt to lineup functions on cpp-macro, but it has
13780 no observable effect in the 99.9% common case where cpp-macro
13781 is set to -1000.
13782
13783 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13784
13785 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13786 member-init-cont when the preceding arglist is several lines.
13787
13788 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13789
13790 * cc-styles.el (c-style-alist): The basic offset for the BSD
13791 style corrected to 8.
13792
13793 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13794
13795 * cc-styles.el (c-style-alist): Adjusted the indentation of
13796 brace list openers in the gnu style.
13797
13798 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13799
13800 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13801
13802 * cc-cmds.el (c-electric-brace, c-electric-slash,
13803 c-electric-star, c-electric-semi&comma, c-electric-colon,
13804 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13805 when c-syntactic-indentation is nil.
13806
13807 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13808 we were left at comments preceding the first statement when
13809 reaching the beginning of the buffer.
13810
13811 * cc-vars.el (c-syntactic-indentation): New variable to turn
13812 off all syntactic indentation.
13813
13814 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13815
13816 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13817 between the text and the block comment ender when it hangs,
13818 depending on how many there are before the fill.
13819
13820 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13821
13822 * cc-engine.el (c-beginning-of-closest-statement): New helper
13823 function to go back to the closest preceding statement start,
13824 which could be inside a conditional statement.
13825 * cc-engine.el (c-guess-basic-syntax): Use
13826 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13827
13828 * cc-engine.el (c-guess-basic-syntax): Better handling of
13829 arglist-intro, arglist-cont-nonempty and arglist-close when
13830 the arglist is nested inside parens. Cases 7A, 7C and 7F
13831 changed.
13832
13833 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13834 up-to-date with javadoc 1.2.
13835
13836 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13837
13838 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13839 multiline Pike type decls.
13840
13841 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13842
13843 * cc-cmds.el (c-indent-new-comment-line): Always break
13844 multiline comments in multiline mode, regardless of
13845 comment-multi-line.
13846
13847 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13848
13849 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13850 fully::qualified::names in C++ member init lists. Preamble in
13851 case 5D changed.
13852
13853 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13854
13855 * cc-langs.el (c-common-init): Handling of obsolete variables
13856 moved to c-initialize-cc-mode. More compatible style override
13857 when using global style variables.
13858 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13859 variables moved here.
13860
13861 * cc-styles.el (c-make-styles-buffer-local): Flag style
13862 variable localness in c-style-variables-are-local-p to make
13863 the compatibility measure in c-common-init work well.
13864
13865 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13866 longer contain set-from-style.
13867 * cc-styles.el (c-initialize-builtin-style): Don't check for
13868 set-from-style on c-special-indent-hook.
13869 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13870 copy-alist is sufficient now.
13871
13872 * cc-styles.el (c-set-style, c-set-style-1,
13873 c-get-style-variables): Fixes to variable initialization so
13874 that duplicate entries in styles have the same effect
13875 regardless of DONT-OVERRIDE.
13876
13877 * cc-styles.el (c-set-style-2): Fixed bug where the
13878 initialization of inheriting styles failed when the
13879 dont-override flag is set.
13880
13881 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13882 on this.
13883
13884 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13885
13886 * cc-defs.el (c-forward-comment): Removed the workaround
13887 introduced in 5.38 since it had worse side-effects. If a line
13888 contains the string "//\"", it regarded the // as a comment
13889 start since the \ temporarily doesn't have escape syntax.
13890
13891 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
13892
13893 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13894 ada-xref.el before ada-prj.el, so that the Project menu is created
13895 when ada-prj tries to add to it.
13896 (ada-activate-keys-for-case): Suppress the characters that are not
13897 part of the Ada syntax. Better compatibility with else-mode
13898 (ada-adjust-case-interactive): When auto-casing is not active,
13899 correctly insert newlines (used to insert only ^M). Prevent the
13900 syntax table from being changed in case of an error
13901 (or '_' becomes part of a word and some commands are confused).
13902 Do nothing if ada-auto-case is nil.
13903 (ada-after-keyword-p): Ignore keywords that are also attributes
13904 (ada-batch-reformat): Update usage comment
13905 (ada-call-from-contextual-menu): New function
13906 (ada-case-read-exceptions): Reinitialize the casing exception list
13907 first to nil first, so that the casing exception file can be
13908 shared.
13909 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13910 files.
13911 (ada-compile-goto-error): Fix regexp used to detect a file:line
13912 anywhere in the error message
13913 (ada-contextual-menu-last-point): New variable
13914 (ada-create-keymap): If the variable delete-key-deletes-forward is
13915 t on XEmacs, it means that DEL should delete one character
13916 forward.
13917 (ada-create-menu): Use :included instead of :visible for XEmacs.
13918 New submenu "Options".
13919 (ada-end-stmt-re): Correctly indent "select ... then abort"
13920 statements.
13921 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13922 even if they don't match ada-fill-comment-prefix Fix handling of
13923 paragraphs on the first or last line of a file.
13924 (ada-format-paramlist): Fix handling of default parameter values.
13925 (ada-get-body-name): New function.
13926 (ada-get-current-indent): Optimized by searchling directly for an
13927 existing generic part or a statement outside of it. Handle
13928 ada-indent-align-comments when indenting comments Replaced some
13929 regexps by testing directly the next character. This results in a
13930 huge speedup on some files. New indentation scheme for renames
13931 statements. Stop looking for the 'while' or 'for' associated with
13932 a 'loop' at the first semicolon encountered. A "return" can also
13933 match an anonymous access subprogram declaration.
13934 (ada-get-indent-noindent): Ignore strings and comments when
13935 looking for the keywords "record" and "private".
13936 (ada-goto-matching-decl-start): When matching "if", make sure we
13937 are not in fact seeing "end if". Ignore "when" statements except
13938 when initial keyword was "begin". Fix handling of nested
13939 procedures. Add a recursive call to this function to skip over
13940 other 'end' statmts. Fix indentation for "when .. => begin"
13941 (ada-in-open-paren-p): Fix indentation for complex boolean
13942 expressions, where 'and then', 'or else' and parenthesis
13943 statements are mixed up.
13944 (ada-in-paramlist-p): Skip comments while searching for the
13945 beginning Fix handling of operator declarations.
13946 (ada-indent-align-comments): New variable
13947 (ada-indent-current): Change the syntax table only in the
13948 protected section, so that we are sure it is restored correctly.
13949 (ada-indent-on-previous-lines): Use ada-use-indent and
13950 ada-with-indent Correctly indent "select ... then"
13951 (ada-indent-region): Slight speedup.
13952 (ada-indent-renames): New variable.
13953 (ada-last-which-function-subprog, ada-last-which-function-line):
13954 New variables
13955 (ada-looking-at-semi-private): Correctly indent the 'private'
13956 keyword when it is the first word in a package declaration.
13957 (ada-loose-case-word): Stop searching if at the end of the buffer.
13958 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13959 even if point is not initially at the end of the word.
13960 (ada-matching-decl-start-re): Add "when".
13961 (ada-mode): Add support for abbrev-mode, outline-mode and
13962 which-func-mode Override the old find-file.el entry in
13963 ff-special-constructs since it is using the obsolete
13964 ada-spec-suffix variable
13965 (ada-no-auto-case): New function
13966 (ada-scan-paramlist): When parsing the argument type, accept
13967 spaces (as in "X 'Class", generated by Rational Rose).
13968 (ada-other-file-name): No longer loads the other file.
13969 (ada-popup-menu): Save and restore the current buffer and cursor
13970 position before and after displaying the menu.
13971 (ada-search-ignore-complex-boolean): New function.
13972 (ada-uncomment-region): Emacs21 already knows how to delete
13973 comments not starting in the first column.
13974 (ada-use-indent): New variable
13975 (ada-which-function): New function.
13976 (ada-with-indent): New variable
13977 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13978 can be batch-compiled from the command line.
13979
13980 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13981 Add to the menu when the file is loaded, not in ada-mode-hook.
13982 Add -toolbar to the default ddd command Switches moved from
13983 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13984 ada-prj-default-comp-opt
13985 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13986 Reference Manual to the menu
13987 (ada-check-current): rewritten as a call to ada-compile-current
13988 (ada-compile): Removed.
13989 (ada-compile-application, ada-compile-current, ada-check-current):
13990 Set the compilation-search-path so that compile.el automatically
13991 finds the sources in src_dir. Automatic scrollong of the
13992 compilation buffer. C-uC-cC-c asks for confirmation before
13993 compiling
13994 (ada-compile-current): New parameter, prj-field
13995 (ada-complete-identifier): Load the .ali file before doing
13996 processing
13997 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13998 conform to gnatmake's behavior.
13999 (ada-find-file-in-dir): New function
14000 (ada-find-references): Set the environment variables for gnatfind
14001 (ada-find-src-file-in-dir): New function.
14002 (ada-first-non-nil): Removed
14003 (ada-gdb-application): Add support for jdb, the java debugger.
14004 (ada-get-ada-file-name): Load the original-file first if not done
14005 yet.
14006 (ada-get-all-references): Handles the new ali syntax (parent types
14007 are found between <>).
14008 (ada-initialize-runtime-library): New function
14009 (ada-mode-hook): Always load a project file when a file is opened,
14010 so that the casing exceptions are correctly read.
14011 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14012 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14013 to open the project file, since the latter does not work with
14014 speedbar Get default values before loading the prj file, or the
14015 default executable file name is wrong. Use the absolute value of
14016 src_dir to initialize ada-search-directories and
14017 compilation-search-path,... Add the standard runtime library to
14018 the search path for find-file.
14019 (ada-prj-default-debugger): Was missing an opening '{'
14020 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14021 variables.
14022 (ada-prj-default-gnatmake-opt): New variable
14023 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14024 buffers, the project file is the default one Save the windows
14025 configuration before displaying the menu.
14026 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14027 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14028 ...) regexp-quote identifiers names to support operators +,
14029 -,... in regexps.
14030 (ada-remote): New function.
14031 (ada-run-application): Erase the output buffer before starting the
14032 run Support remote execution of the application. Use
14033 call-process, or the arguments are incorrectly parsed
14034 (ada-set-default-project-file): Reread the content of the active
14035 project file, not the one from the current buffer When a project
14036 file is set as the default project, all directories are
14037 automatically associated with it.
14038 (ada-set-environment): New function
14039 (ada-treat-cmd-string): New special variable ${current}
14040 (ada-treat-cmd-string): Revised. The substitution is now done for
14041 any ${...} substring
14042 (ada-xref-current): If no body was found, compiles the spec
14043 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14044 compiler to get rid of command line length limitations.
14045 (ada-xref-get-project-field): New function
14046 (ada-xref-project-files): New variable
14047 (ada-xref-runtime-library-specs-path)
14048 (ada-xref-runtime-library-ali-path): New variables
14049 (ada-xref-set-default-prj-values): Default run command now does a
14050 cd to the build directory. New field: main_unit Provide a default
14051 file name even if the current buffer has no prj file.
14052
14053 * ada-prj.el:
14054 Rewritten to show a tabbed-dialog.
14055 (ada-prj-add-ada-menu): Remove the map and name parameters.
14056 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14057 New function
14058 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14059 (ada-prj-load-from-file): New function
14060 (ada-prj-save): Always save fields that depend on the current buffer
14061 (ada-prj-show-value): New function
14062
14063 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14064 Ada mode. This will allow us to display the Ada menu in any buffer
14065 we want (for project items).
14066 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14067 number of spaces in the header.
14068
14069 2000-07-24 Dave Love <fx@gnu.org>
14070
14071 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14072
14073 2000-07-23 Noah Friedman <friedman@splode.com>
14074
14075 * type-break.el (type-break): perform autosave.
14076 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14077 (type-break-do-query): Cancel query schedule while performing
14078 actual query, to avoid possibility of a second query being made
14079 while first one is already in progress.
14080 (type-break-time-stamp-format): New variable.
14081 (type-break-time-stamp): New function.
14082 (type-break-time-warning): Use it.
14083 (type-break-keystroke-warning): Use it.
14084 (type-break-noninteractive-query): Use it.
14085
14086 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14087 cookie.
14088 Use add-minor-mode to set minor-mode-alist, if available.
14089 (eldoc-echo-area-use-multiline-p): New user option.
14090 (eldoc-echo-area-multiline-supported-p): New variable.
14091 (eldoc-docstring-format-sym-doc): Use them.
14092 (eldoc-mode): If not using idle timers, append to local post and
14093 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14094 (eldoc-display-message-no-interference-p): Don't interfere with
14095 edebug.
14096 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14097 (eldoc-function-arglist): New function.
14098 (eldoc-function-argstring): Use it.
14099
14100 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14101 auto save directory exists before calling directory-files.
14102
14103 2000-07-23 Dave Love <fx@gnu.org>
14104
14105 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14106 ^o, ^u.
14107
14108 2000-07-21 Dave Love <fx@gnu.org>
14109
14110 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14111 now passed to the function. It now works properly.
14112
14113 * smerge-mode.el (smerge-mode-menu): Fill it out.
14114
14115 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14116
14117 * info-look.el (info-lookup): If *info* is shown in another frame
14118 on the same display, select that frame, instead of switching to
14119 the Info buffer in another window of the selected frame.
14120
14121 * simple.el (universal-argument-map): Bind numeric keypad keys
14122 kp-0 to kp-9 and kp-subtract.
14123 (digit-argument): Handle these keys.
14124
14125 2000-07-20 Dave Love <fx@gnu.org>
14126
14127 * net/goto-addr.el (goto-address-fontify): Don't bother with
14128 buffer-modified and read-only stuff -- irrelevant with overlays.
14129 Put an extra property on the overlays and use it to clean up in
14130 case goto-address is re-run.
14131
14132 2000-07-19 Richard M. Stallman <rms@gnu.org>
14133
14134 * timer.el (run-with-idle-timer): Doc fix.
14135
14136 * mail/mail-utils.el (mail-strip-quoted-names):
14137 Handle case where <...> appears inside "...".
14138 Use replace-match to edit the string more simply.
14139 (rmail-dont-reply-to): Cope with an unmatched ".
14140
14141 2000-07-19 Dave Love <fx@gnu.org>
14142
14143 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14144 implementation.
14145
14146 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14147 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14148 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14149
14150 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14151
14152 * textmodes/refer.el: Correct maintainer's email address.
14153
14154 * progmodes/hideif.el: Correct author's email address.
14155 Fix typo in comment.
14156
14157 * xml.el: New file.
14158
14159 * mail/mailheader.el: Correct author's mail address.
14160
14161 * gnus/parse-time.el: Correct author's mail address.
14162
14163 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14164
14165 * comint.el (comint-highlight-input, comint-highlight-face):
14166 New user options.
14167 (comint-input-ring-file-name): Change custom type.
14168 (comint-mode-map): Bind mouse-2.
14169 (comint-insert-clicked-input): New function.
14170 (comint-send-input): Handle input highlighting.
14171
14172 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14173
14174 * mouse.el (popup-menu): New function.
14175 (mouse-major-mode-menu): Use it.
14176
14177 2000-07-18 Dave Love <fx@gnu.org>
14178
14179 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14180 improvements.
14181
14182 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14183
14184 * faces.el (face-font-selection-order)
14185 (face-font-family-alternatives): Add custom type.
14186
14187 2000-07-18 Dave Love <fx@gnu.org>
14188
14189 * cus-edit.el (custom-variable-reset-saved)
14190 (custom-variable-reset-standard): Remove unused bindings.
14191
14192 * rect.el (open-rectangle-line): Remove unused let.
14193
14194 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14195
14196 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14197
14198 * cdl.el: Fix `Maintainer' keyword.
14199
14200 * play/pong.el: Add author's email address.
14201
14202 2000-07-17 Sam Steingold <sds@gnu.org>
14203
14204 * files.el (insert-directory): Call `split-string' instead of
14205 re-implementing it.
14206
14207 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14208
14209 * mail/vms-pmail.el: Change maintainer to FSF.
14210
14211 * net/goto-addr.el: Change maintainer to FSF.
14212
14213 * info.el (Info-title-face-alist): Removed.
14214
14215 2000-07-18 David Ponce <david@dponce.com>
14216
14217 * recentf.el (recentf-open-files): New command that works like
14218 `recentf-open-more-files', but shows the whole list of files (not just
14219 those omitted from the menu). Useful if you don't use a menu-bar!
14220 (recentf-open-more-files) Modified to use `recentf-open-files'.
14221
14222 (recentf-open-files, recentf-open-more-files)
14223 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14224
14225 (recentf-dialog-mode): New mode for dialogs. You can now just type
14226 "q" to cancel the dialogs.
14227
14228 2000-07-18 David Ponce <david@dponce.com>
14229
14230 * recentf.el: This is a major update of recentf.el. It adds new
14231 features to better organize the recentf menu and "More..." buffer.
14232
14233 Using new provided menu filtering functions you can now organize the
14234 recent files list:
14235
14236 - by major modes
14237 - by directories
14238 - by user defined rules
14239
14240 Finally, with the new `recentf-filter-changer' customizable filter you
14241 can define a ring of filters and dynamically (via the menu) cycle on
14242 each menu organization in the ring (a la msb).
14243
14244 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14245
14246 * eshell/eshell.el (eshell): Replace links to eshell.info with
14247 links to eshell, to avoid problems on systems where the manual is
14248 installed as `eshell'.
14249 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14250 * eshell/em-smart.el (eshell-smart): Ditto.
14251 * eshell/em-banner.el (eshell-banner): Ditto.
14252 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14253
14254 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14255 same-file check in the MS-DOS version (it does support inodes).
14256
14257 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14258
14259 * eshell/eshell.el (eshell-directory-name):
14260 Run default directory name through convert-standard-filename.
14261
14262 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14263
14264 * international/mule-cmds.el (select-safe-coding-system):
14265 Fix typo in the comment.
14266
14267 * language/european.el (compound-text):
14268 Force katakana-jisx0201 to be designated to G1.
14269
14270 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14271 Don't translate some national variant characters of latin-jisx0201.
14272 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14273
14274 * international/kkc.el (kkc-after-update-conversion-functions):
14275 New variable.
14276 (kkc-update-conversion): Run functions in it at the tail.
14277
14278 2000-07-16 John Wiegley <johnw@gnu.org>
14279
14280 * lisp/align.el (align-newline-and-indent):
14281 Adding new function. for auto-aligning blocks of code on RET.
14282 (align-region): Fixed badly formatted minibuffer message.
14283
14284 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14285
14286 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14287 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14288 the conversion list at first if appropriate.
14289 (kkc-next): Don't update kkc-next-count here.
14290 (kkc-prev): Don't update kkc-prev-count here.
14291 (kkc-show-conversion-list-update): Fix setting up of conversion
14292 list message.
14293
14294 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14295
14296 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14297
14298 2000-07-16 Dave Love <fx@gnu.org>
14299
14300 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14301 function to be more specific.
14302
14303 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14304 non-string help-echo.
14305 (widget-types-convert-widget): Defsubst it.
14306 (widget-echo-help): Try to cope with a help-echo function of two
14307 possible sorts.
14308
14309 2000-07-15 Jason Rumney <jasonr@gnu.org>
14310
14311 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14312 Declare as obsolete.
14313
14314 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14315
14316 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14317
14318 * hilit-chg.el: Fix typo.
14319
14320 2000-07-14 Dave Love <fx@gnu.org>
14321
14322 * info.el (Info-mode-menu): Fix use of :help, :enable.
14323
14324 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14325
14326 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14327
14328 2000-07-13 Dave Love <fx@gnu.org>
14329
14330 * emacs-lisp/easymenu.el: Doc fixes.
14331 (easy-menu-remove): Defalias to ignore.
14332
14333 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14334 Call throw correctly.
14335
14336 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14337
14338 * faces.el (frame-background-mode): Doc fix.
14339
14340 * simple.el (eval-expression-print-length): Change custom type to
14341 allow entering nil as value.
14342
14343 2000-07-13 Dave Love <fx@gnu.org>
14344
14345 * progmodes/fortran.el (fortran-imenu-generic-expression):
14346 Change definition layout.
14347 (fortran-mode-menu): Reinstate customize entries.
14348
14349 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14350 Use :filter, per old XEmacs code.
14351
14352 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14353
14354 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14355 event when deciding what to send to the terminal.
14356
14357 2000-07-12 Dave Love <fx@gnu.org>
14358
14359 * cus-start.el: Add optional version as 4th element of specs and
14360 use it for several things new in v21. Remove load-path. Fix type
14361 of line-number-display-limit.
14362
14363 2000-07-11 Dave Love <fx@gnu.org>
14364
14365 * progmodes/fortran.el: Don't require easymenu.
14366 Use repeat counts in various regexps.
14367 (fortran-mode-syntax-table): Defvar directly.
14368 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14369 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14370 Use defvar, not defconst.
14371 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14372 (fortran-mode): Set fortran-comment-line-start-skip,
14373 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14374 (fortran-comment-indent): Use defsubst.
14375 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14376 Use fortran-comment-indent, not fortran-comment-indent-function.
14377 (fortran-comment-region, fortran-electric-line-number): Simplify.
14378 (fortran-auto-fill): New function.
14379 (fortran-do-auto-fill): Deleted.
14380 (fortran-find-comment-start-skip):
14381 Check for non-null comment-start-skip.
14382 (fortran-auto-fill-mode, fortran-fill-statement):
14383 Use fortran-auto-fill.
14384 (fortran-fill): Use fortran-auto-fill. Check for null
14385 comment-start-skip. Simplify final clause and use end-of-line finally.
14386
14387 * widget.el (widget-plist-member): New alias.
14388
14389 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14390
14391 * eshell/esh-module.el (toplevel): Reference
14392 byte-compile-current-file only if it is bound.
14393
14394 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14395
14396 * dired.el: Don't require `dired-aux'.
14397
14398 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14399
14400 * dired-aux.el (dired-show-file-type): New function.
14401 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14402 (dired-show-file-type): Add autoload.
14403
14404 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14405
14406 * international/mule-diag.el (describe-font): Adjusted for the
14407 change of fontset-info.
14408 (print-fontset): Likewise.
14409
14410 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14411
14412 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14413
14414 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14415
14416 * bindings.el: Bind `[delete]' to delete-char.
14417
14418 * dired.el (dired-find-alternate-file): New function.
14419 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14420 (toplevel): Require dired-aux when compiling.
14421 (dired-buffers): Move defvar within file to avoid compiler warning.
14422
14423 * info.el (Info-last-search): Variable removed.
14424 (Info-search-history): New variable.
14425 (Info-search): New Info-search-history.
14426
14427 * battery.el, info-look.el: Change author's mail address.
14428
14429 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14430
14431 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14432 if rmail-ignored-headers is nil.
14433 (rmail-retry-failure): Bind rmail-ignored-headers and
14434 rmail-displayed-headers to nil.
14435
14436 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14437
14438 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14439 (print-region-1): Don't hard code `-h' here.
14440
14441 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14442
14443 2000-07-01 Francesco Potorti` <pot@gnu.org>
14444
14445 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14446 exim can use "your message" instead of "the message".
14447
14448 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14449
14450 * facemenu.el: Docstrings fixes.
14451 (facemenu-get-face): Don't use internal-find-face.
14452 (facemenu-iterate): Rename arg to match the docstring.
14453
14454 * newcomment.el (uncomment-region): Be more careful when skipping
14455 backwards over `=' not to bump into BOBP.
14456
14457 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14458
14459 * ediff-diff.el (ediff-wordify): Use syntax table.
14460 * ediff-init.el (ediff-has-face-support-p): Use
14461 ediff-color-display-p.
14462 (ediff-color-display-p): Use display-color-p, changed to defun
14463 from defsubst.
14464 Got rid of special cases for NeXT and OS/2.
14465 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14466 face.
14467
14468 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14469
14470 * emacs-lisp/lucid.el: Require CL.
14471 (copy-tree, remprop): Remove, it's provided by CL.
14472 (map-keymap): Define in terms of cl-map-keymap.
14473 (extent-property, set-extent-end-glyph): New functions.
14474
14475 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14476
14477 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14478
14479 * Makefile.in (DONTCOMPILE): Add comment that the name may
14480 not be changed without changing the make-dist script.
14481
14482 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14483 (cl-mapc): Use mapc instead of cl-old-mapc.
14484
14485 2000-07-05 Andrew Innes <andrewi@gnu.org>
14486
14487 * makefile.nt: Add support for `bootstrap' and related targets.
14488
14489 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14490
14491 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14492 (easy-menu-do-define): Use `menu-item' format.
14493 Handle case where easy-menu-create-menu returns a symbol.
14494 Manually call the potential top-level filter in the function binding.
14495 (easy-menu-filter-return): New arg NAME.
14496 Convert to a keymap if MENU is an XEmacs menu.
14497 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14498 (easy-menu-converted-items-table, easy-menu-convert-item):
14499 New var and fun to memoize easy-menu-convert-item-1.
14500 (easy-menu-do-add-item): Use it.
14501 (easy-menu-create-menu): Use easy-menu-convert-item.
14502 Wrap easy-menu-filter-return around any :filter specification.
14503 Don't convert the menu if a filter was specified.
14504 Tell easy-menu-make-symbol not to check for MENU being an expression.
14505 (easy-menu-make-symbol): New arg NOEXP.
14506
14507 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14508
14509 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14510 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14511 (eval-defun): If called with prefix arg, instrument code for
14512 Edebug.
14513
14514 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14515 similar to that of eval-defun.
14516
14517 2000-07-04 Dave Love <fx@gnu.org>
14518
14519 * hl-line.el (hl-line-overlay): Make it permanent-local.
14520
14521 * calendar/todo-mode.el: Replaced with a working version, based on
14522 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14523
14524 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14525
14526 * paths.el (prune-directory-list): New function.
14527 (Info-default-directory-list): Rewritten to more methodically
14528 enumerate a big list of possible info directories (based on the
14529 list used by the standalone info reader).
14530
14531 * info.el (info-initialize): Use prune-directory-list to remove
14532 non-existent directories from Info-directory-list.
14533
14534 * paths.el (Info-default-directory-list): Try a list of possible
14535 info-directories instead of a single one. Add the possible
14536 info directory "/usr/share/info".
14537
14538 * woman.el (woman-man.conf-path): Explicitly include the debian
14539 man-db config file "/etc/manpath.config".
14540 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14541 are present in `manpath.config'.
14542 (woman-manpath): Include "/usr/share/man".
14543
14544 2000-07-03 Gerd Moellmann <gerd@gnu.org>
14545
14546 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14547
14548 * startup.el (command-line): Initialize blink-cursor based
14549 on window-system.
14550
14551 * frame.el (blink-cursor): Default to nil if not running under
14552 a window-system.
14553
14554 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14555 (face-x-resources): Remove duplicate entry for :font.
14556
14557 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14558 instead of cycling through windows with next-window.
14559
14560 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14561 of cycling through windows with next-window.
14562
14563 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14564 of cycling through windows with next-window.
14565
14566 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14567 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14568 instead of cycling through windows with next-window.
14569
14570 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14571 instead of cycling through windows with next-window.
14572
14573 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14574 of cycling through windows with next-window.
14575
14576 * terminal.el (te-process-output): Use walk-windows instead of
14577 cycling through windows with next-window.
14578
14579 * server.el (server-switch-buffer): Use some-window instead of
14580 cycling through windows with next-window.
14581
14582 * window.el (some-window): New function.
14583 (walk-windows): Remove reference to walk-windows-start.
14584
14585 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14586
14587 2000-07-03 Richard Stallman <rms@gnu.org>
14588
14589 * window.el (walk-windows): Guarantee termination by keeping a list
14590 of all the windows already handled.
14591
14592 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14593
14594 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14595 window-system.
14596
14597 * man.el (Man-notify-when-ready): Don't use window-system. If
14598 Man-notify-method is newframe, and the display is not
14599 multi-frame, select the frame created for the man page.
14600 (Man-init-defvars): Doc fix.
14601
14602 2000-06-28 Gerd Moellmann <gerd@gnu.org>
14603
14604 * faces.el (region): Change background color for light background.
14605
14606 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14607 attribute from mode-line face of Ediff control frame.
14608
14609 * replace.el (query-replace-map): Bind `e' like `E'.
14610
14611 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14612
14613 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14614 Change name to "Select All".
14615
14616 * dos-fns.el (convert-standard-filename): Fix last change.
14617
14618 2000-06-27 Gerd Moellmann <gerd@gnu.org>
14619
14620 * help.el (describe-variable): Don't insert a second `'s' in front
14621 of the string `value is shown below'. Since the syntax-table is
14622 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14623 an existing `'s', so that this won't be deleted.
14624
14625 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14626 * pcmpl-unix.el: New files.
14627
14628 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14629
14630 * wid-edit.el (widget-member): Use the new plist-member.
14631
14632 2000-06-26 Gerd Moellmann <gerd@gnu.org>
14633
14634 * replace.el (perform-replace): Undo change of 2000-04-04.
14635 Instead, move backward 1 character at the end of the loop when
14636 necessary.
14637
14638 * faces.el (fringe): Change face for different backgrounds.
14639
14640 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14641 patch from John.
14642
14643 * eshell/*.el: Change spelling of the Free Software Foundation.
14644
14645 * eshell/esh-toggle.el: Removed.
14646
14647 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14648
14649 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14650 interactively.
14651
14652 2000-06-26 Alex Schroeder <alex@gnu.org>
14653
14654 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14655 `define-key'; instead of checking `(emacs-version)' check for
14656 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14657 for `;' and `o' which might be electric.
14658
14659 (sql-electric-stuff): New user option.
14660 (sql-magic-go): New function which uses `sql-electric-stuff'.
14661 (sql-magic-semicolon): New function which uses
14662 `sql-electric-stuff'.
14663
14664 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14665 is not fboundp.
14666
14667 (sql-oracle-options): New variable.
14668 (sql-oracle): Use it.
14669
14670 (sql-imenu-generic-expression): Doc change.
14671 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14672 is used.
14673
14674 (sql-informix): Added command line parameter "-" to force
14675 sql-informix-program to use stdout.
14676
14677 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14678
14679 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14680 (cp864-decode-table): Doc fix.
14681 (cp720-decode-table): New variable, supports the Arabic OEM
14682 codepage used by Windows.
14683 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14684
14685 2000-06-23 Dave Love <fx@gnu.org>
14686
14687 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14688 (font-lock-fontify-anchored-keywords): Use
14689 line-beginning-position.
14690 (global-font-lock-mode): Use mapc.
14691
14692 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14693
14694 * eshell/esh-module.el: Require CL when compiling.
14695
14696 2000-06-23 Gerd Moellmann <gerd@gnu.org>
14697
14698 * comint.el (comint-substitute-in-file-name): Call replace-match
14699 with second and third arg t.
14700
14701 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14702 Specify foreground color.
14703
14704 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14705 color.
14706
14707 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14708
14709 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14710 cddr instead of cdddr.
14711
14712 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14713 instead of copy-list.
14714
14715 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14716 of copy-list.
14717
14718 * subdirs.el: Add eshell subdirectory.
14719
14720 * eshell: New subdirectory containing the Eshell package.
14721
14722 * pcomplete.el: New file.
14723
14724 2000-06-23 Paul Eggert <eggert@twinsun.com>
14725
14726 * mail/mailpost.el (post-mail-send-it): Make sure file has
14727 proper permissions from birth.
14728
14729 * files.el (basic-save-buffer-2): When temporarily setting
14730 file modes, set them to current modes plus 0200, not to 0777.
14731
14732 * emerge.el (emerge-make-temp-file): Make sure file has proper
14733 permissions from birth.
14734
14735 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14736
14737 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14738 backup file name through convert-standard-filename.
14739
14740 * dos-fns.el (convert-standard-filename): Convert leading
14741 directories as well. When long file names are supported, convert
14742 characters that are invalid in Windows file names.
14743
14744 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14745
14746 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14747 ps-print crashes. New feature: page selection for printing. Create
14748 raw-text-unix coding system for XEmacs. Doc fix.
14749 (ps-print-version): New version number (5.2.3).
14750 (ps-plot-region): Bug fix.
14751 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14752 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14753 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14754 funs.
14755 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14756 (ps-last-page): New vars.
14757
14758 2000-06-21 Gerd Moellmann <gerd@gnu.org>
14759
14760 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14761 empty option string.
14762
14763 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14764
14765 * man.el (man): Doc fix.
14766
14767 2000-06-21 Kenichi Handa <handa@etl.go.jp>
14768
14769 * international/mule-cmds.el (set-language-info-alist): Docstring
14770 fixed.
14771
14772 2000-06-20 Gerd Moellmann <gerd@gnu.org>
14773
14774 * version.el (emacs-version): Use ISO date format.
14775
14776 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14777 instead of `M-backspace'.
14778
14779 * simple.el (turn-off-auto-fill): New function.
14780
14781 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14782
14783 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14784 Renamed from with-buffer-prepared-for-font-lock and use
14785 inhibit-modification-hooks rather than setting *-change-functions.
14786 Update all functions to use the new name.
14787 (jit-lock-first-unfontify-pos): New semantics (and doc).
14788 (jit-lock-mode): Make non-interactive.
14789 Don't automatically turn on font-lock.
14790 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14791 Always use jit-lock-after-change.
14792 Remove and restore font-lock-after-change-function.
14793 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14794 (jit-lock-after-unfontify-buffer): Remove.
14795 (jit-lock-stealth-fontify):
14796 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14797 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14798
14799 2000-06-20 Sam Steingold <sds@gnu.org>
14800
14801 * emacs-lisp/cl-indent.el (toplevel): Indent
14802 `print-unreadable-object' properly. Untabify.
14803
14804 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14805
14806 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14807 Support for bibentry.
14808 (reftex-compile-variables): Fixed problem with end of section-re.
14809
14810 * texmodes/reftex-dcr.el (reftex-view-crossref,
14811 reftex-view-crossref-from-bibtex):
14812 Deal with changed `reftex-find-citation-regexp-format'.
14813 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14814 Replaced `remprop' with `put'.
14815 (reftex-view-crossref, reftex-view-crossref-when-idle):
14816 Support for bibentry.
14817
14818 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14819 New entry for bibentry package.
14820
14821 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14822 Regexp also matches "\nobibliography".
14823
14824 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14825 Call `reftex-ensure-write-access' before doing anything.
14826 (reftex-ensure-write-access): New function.
14827
14828 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14829
14830 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14831
14832 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14833
14834 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14835
14836 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14837
14838
14839 2000-06-20 Dave Love <fx@gnu.org>
14840
14841 * faces.el (frame-background-mode): Use set-default, not set, in
14842 setter.
14843 (frame-update-faces, frame-update-face-colors): Define with
14844 defalias.
14845
14846 * enriched.el (enriched-decode-foreground)
14847 (enriched-decode-background): Don't use internal-find-face.
14848
14849 * apropos.el: Doc fixes.
14850
14851 * cus-edit.el (customize-changed-options): Check arg.
14852 (customize-version-lessp): Don't require decimal point.
14853
14854 * custom.el (defcustom, defgroup): Doc fix.
14855
14856 * newcomment.el (comment) <defgroup>: Add :version.
14857 (comment-multi-line): Doc fix.
14858
14859 * emulation/mlsupport.el (define-hooked-local-abbrev,
14860 define-hooked-global-abbrev): Fix, using define-abbrev.
14861
14862 2000-06-19 Gerd Moellmann <gerd@gnu.org>
14863
14864 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14865 the whole buffer.
14866
14867 2000-06-19 Dave Love <fx@gnu.org>
14868
14869 * menu-bar.el (menu-bar-options-save): New function.
14870 (menu-bar-options-menu): Use it.
14871 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14872 Simplify.
14873
14874 2000-06-19 Andreas Schwab <schwab@suse.de>
14875
14876 * progmodes/etags.el (tags-query-replace): Put new parameters
14877 START and END at the end, for backward compatibility.
14878
14879 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14880
14881 * international/codepage.el:
14882 (cp-coding-system-for-codepage-1): Delete special codes for
14883 generating xxx-dos coding system because now a CCL based coding
14884 system can handle EOL conversion by default.
14885
14886 * international/mule.el (make-coding-system): Generate subsidiary
14887 coding systems for EOL handling variants even for a CCL based
14888 coding system.
14889
14890 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14891
14892 * international/isearch-x.el (isearch-minibuffer-input-method)
14893 (isearch-minibuffer-input-method-function): These variables
14894 deleted.
14895 (isearch-with-input-method): Don't use the above variables.
14896 (isearch-process-search-multibyte-characters): Likewise. Call
14897 read-string with the arg INHERIT-INPUT-METHOD t.
14898
14899 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14900
14901 * font-lock.el (font-lock-after-fontify-buffer)
14902 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14903
14904 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14905 Use consistent make-local-variable style for font-lock-fontified.
14906 (jit-lock-fontify-buffer):
14907 Don't bother checking for font-lock-mode and jit-lock-mode.
14908
14909 * time.el: Remove trailing ^M that prevent CVS-merging.
14910
14911 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14912
14913 * Makefile.in (distclean): New target.
14914
14915 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14916
14917 * Makefile.in (srcdir): Define for update-subdirs.
14918
14919 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14920
14921 * find-lisp.el: New file.
14922
14923 2000-06-16 Andrew Innes <andrewi@gnu.org>
14924
14925 * time.el (display-time-mail-function): New variable, to allow
14926 external packages to indicate when new mail is available.
14927 (display-time-update): Use it.
14928
14929 2000-06-16 Kenichi Handa <handa@etl.go.jp>
14930
14931 * international/mule.el (mule-version): Change version name to
14932 SAKAKI. AOI has already been used by Meadow.
14933
14934 * international/quail.el (quail-show-guidance-buf): To find the
14935 bottom window (but minibuffer), pay attention to the height of
14936 minibuffer.
14937
14938 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14939
14940 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14941 menu-bar menus. Add help strings. Don't remove the Edit menu
14942 from the menu bar, as the menu bar has enough space now.
14943
14944 * Makefile.in (SHELL): Make sure /bin/sh is used.
14945
14946 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14947 characters, which use series of two ^H characters instead of one.
14948
14949 2000-06-15 Gerd Moellmann <gerd@gnu.org>
14950
14951 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14952 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14953 functions.
14954 (Info-find-node-2): Try a case-sensitive search first, then
14955 do a case-insensitive search.
14956
14957 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14958 tutorials.
14959
14960 * complete.el (PC-env-vars-alist): New variable.
14961 (PC-complete-as-file-name): New function.
14962 (partial-completion-mode): Initialize PC-env-vars-alist from
14963 process-environment.
14964 (PC-do-completion): Handle completion of env vars.
14965
14966 * info.el (Info-set-mode-line): Show file name in mode line,
14967 use `*Info*' instead of `Info:'.
14968
14969 * startup.el (command-line-1): Change copyright messages to year
14970 2000.
14971
14972 2000-06-15 Dave Love <fx@gnu.org>
14973
14974 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14975 not local-map.
14976
14977 2000-06-15 Kenichi Handa <handa@etl.go.jp>
14978
14979 * international/mule.el (set-buffer-file-coding-system): Almost
14980 rewritten to handle `undecided' as no-op.
14981
14982 2000-06-14 Gerd Moellmann <gerd@gnu.org>
14983
14984 * Makefile.in: New file.
14985
14986 * Makefile: Removed.
14987
14988 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14989 (goto-address-highlight-keymap): Bind C-c RET.
14990
14991 2000-06-14 Kenichi Handa <handa@etl.go.jp>
14992
14993 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14994 inherits buffer-file-coding-system of the current buffer.
14995
14996 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14997 0. Give correct argument to set-auto-coding-function.
14998 (tar-expunge): For goto-char, use (point-min), not 0.
14999 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15000 (tar-subfile-save-buffer): Likewize.
15001
15002 * international/mule.el
15003 (after-insert-file-set-buffer-file-coding-system): Call
15004 set-buffer-file-coding-system with the arg FORCE t.
15005
15006 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15007
15008 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15009 nil. Contemporary sendmails issue an X-Authentication-Warning if
15010 the sender is set with `-f'.
15011
15012 2000-06-13 Dave Love <fx@gnu.org>
15013
15014 * help.el (describe-function-1): Kluge around cases of functions
15015 fset to subrs whose doc doesn't match their symbol-name.
15016
15017 * image.el (insert-image): Default STRING to a space.
15018
15019 * info.el Doc fixes.
15020 (Info-build-node-completions): Match Ref tags.
15021
15022 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15023
15024 * frame.el (display-multi-frame-p, display-multi-font-p): New
15025 defaliases for display-graphic-p.
15026
15027 * hl-line.el: Fixed a typo in commentary.
15028
15029 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15030
15031 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15032 fixed.
15033
15034 2000-06-12 Dave Love <fx@gnu.org>
15035
15036 * image.el (insert-image): Save a little consing.
15037
15038 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15039
15040 * language/tibet-util.el: Convert all tibetan-1-column characters
15041 to the corresponding tibetan characters.
15042 (tibetan-add-components): Delete code for the special treatment of
15043 'a chung.
15044
15045 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15046 change.
15047 (tibetan-vowel-transcription-alist): More rules added.
15048 (tibetan-composite-vowel-alist): New variable.
15049 (tibetan-precomposition-rule-alist): More rules added.
15050
15051 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15052
15053 * startup.el (command-line): Only call menu-bar-mode if interactive.
15054
15055 * thingatpt.el (toplevel symbol-properties):
15056 * textmodes/makeinfo.el (makeinfo-compile):
15057 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15058 * progmodes/hideif.el (hif-compress-define-list)
15059 (hide-ifdef-use-define-alist):
15060 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15061 (ange-ftp-vms-add-file-entry):
15062 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15063 * man.el (Man-build-man-command):
15064 * mail/rnewspost.el (news-reply-header-hook):
15065 * info.el (Info-insert-dir):
15066 * emulation/mlconvert.el (backward-word, forward-word, setq):
15067 * emacs-lisp/gulp.el (gulp-send-requests):
15068 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15069 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15070 (byte-optimize-apply, end of file):
15071 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15072 (ad-make-freeze-definition):
15073 * startup.el (command-line, command-line-1): Don't quote lambdas.
15074
15075 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15076 (cvs-cleanup-removed): New function.
15077 (cvs-cleanup-functions): New var.
15078 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15079 some flexibility in specifying additional entries to auto-cleanup.
15080 (cvs-quickdir): New function.
15081 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15082 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15083 (cvs-mode-find-file): Check that we are on a filename or dirname
15084 when invoked through a mouse-click.
15085 (cvs-full-path): Remove.
15086 (cvs-dired-action): Re-introduced.
15087 (cvs-dired-noselect): Use it.
15088 (vc-post-command-functions): use this new hook if available.
15089
15090 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15091 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15092 (cvs-filename-map, cvs-dirname-map): Remove.
15093 (cvs-default-action): Remove.
15094 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15095 if the arg is really a keymap.
15096 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15097 Don't hardcode the mapping from state (aka type) to face, but check
15098 the var cvs-fi-<type>-face instead.
15099 (cvs-fileinfo-from-entries): New function.
15100
15101 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15102 Docstring fix.
15103 (cvs-find-file-and-jump): Change default to be safer.
15104 (cvs-mode-diff-map): Define it as a function as well.
15105 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15106 Bind mouse-2 in this global map rather than with text-properties.
15107
15108 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15109 file to resolve the ambiguity between C(conflict) and C(need-merge).
15110
15111 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15112
15113 * international/mule.el (set-buffer-file-coding-system): If
15114 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15115 unconditionally.
15116
15117 2000-06-12 Dave Love <fx@gnu.org>
15118
15119 * wid-edit.el (widget-specify-button): Really suppress the face if
15120 required.
15121
15122 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15123
15124 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15125
15126 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15127
15128 * imenu.el (imenu-generic-expression): Docstring fix.
15129
15130 * composite.el (composition-function-table): Move the `put'
15131 below the autoload cookie so we can load the file before loaddefs.
15132
15133 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15134
15135 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15136 Handle easy-mmode-define-global-mode.
15137 For complex macros like define-minor-mode that can generate
15138 several autoload entries, try to autoload entries in the
15139 macroexpanded code.
15140
15141 * emacs-lisp/easy-mmode.el (define-minor-mode):
15142 If KEYMAP is a symbol, just use it.
15143 Use byte-compile-current-file and load-file-name to infer the
15144 proper :require to pass to defcustom.
15145 Wrap the hook var into `progn' so as not to autoload it.
15146 Add a :autoload-end cookie.
15147 Be more careful about the evaluation of KEYMAP.
15148 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15149 (define-derived-mode): Move define-abbrev-table outside of defvar.
15150
15151 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15152
15153 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15154 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15155 (backup-compiled-files): Ignore errors during `tar'.
15156 (bootstrap): Make autoloads before elc files.
15157
15158 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15159
15160 * international/mule.el (set-buffer-file-coding-system): If one of
15161 undecided-XXX is specified, change only EOL conversion.
15162
15163 * international/mule-conf.el (unix): New alias for the coding
15164 system undecided-unix.
15165
15166 2000-06-09 Dave Love <fx@gnu.org>
15167
15168 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15169
15170 * progmodes/executable.el: Byte compile dynamic.
15171 (executable-insert): Change custom type.
15172 (executable-find): Add autoload cookie.
15173 (executable-make-buffer-file-executable-if-script-p): New
15174 function. After Noah Friedman.
15175
15176 * files.el (after-save-hook): Customize, with
15177 executable-make-buffer-file-executable-if-script-p as an option.
15178
15179 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15180
15181 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15182 "tib24p-mule.bdf" for Tibetan.
15183
15184 * composite.el (decompose-composite-char): Declare it as obsolete.
15185
15186 * man.el (Man-fontify-manpage): Pay attention to underline and
15187 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15188
15189 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15190
15191 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15192 Set maintainer to FSF since author isn't reachable.
15193
15194 2000-06-08 Dave Love <fx@gnu.org>
15195
15196 * international/mule-cmds.el (select-safe-coding-system): If
15197 DEFAULT-CODING-SYSTEM is not specified, also check the most
15198 preferred coding-system if buffer-file-coding-system is
15199 `undecided'. From Handa.
15200
15201 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15202
15203 * international/mule.el
15204 (after-insert-file-set-buffer-file-coding-system): If the buffer
15205 size is greater than INSERTED, judget that we are not visiting.
15206
15207 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15208
15209 * whitespace.el (defgroup whitespace): Comment out `:version'.
15210 XEmacs 20.4 has problems defining the group with this present.
15211 We'll have this commented out till get resolve the problem.
15212
15213 2000-06-07 John Wiegley <johnw@gnu.org>
15214
15215 * align.el (align-dq-string-modes, align-sq-string-modes)
15216 (align-open-comment-modes): Add pyhton-mode.
15217 (align-rules-list): Use get-text-property instead of
15218 text-properties-at.
15219 (align-rules-list): Add python-assignment.
15220 (align-rules-list): Change perl-comma-delimiter to
15221 basic-comma-delimiter. Use if for Perl modes and python-mode.
15222 (align-rules-list): Add python-chain-logic and
15223 basic-line-continuation.
15224
15225 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15226
15227 * apropos.el (apropos-mode-hook): New user variable.
15228 (apropos-mode): Run apropos-mode-hook.
15229
15230 2000-06-07 David Ponce <david@dponce.com>
15231
15232 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15233 commands. Require `wid-edit' at run-time.
15234
15235 2000-06-07 David Ponce <david@dponce.com>
15236
15237 * recentf.el: Added some "Commentary".
15238 (recentf-open-more-files, recentf-edit-list): Minor changes to
15239 move the point at the top of the file list. This behaviour is
15240 consistent with the menu one when the list contains a lot of
15241 files.
15242 (recentf-cleanup): Now displays the number of items removed from
15243 the list.
15244 (recentf-relative-filter) New menu filter to show filenames
15245 relative to `default-directory'.
15246
15247 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15248
15249 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15250 with/without giving an error if PostScript printer doesn't have this
15251 kind of page size. Zebra Stripe continues or restarts on next page.
15252 Manual/automatic paper feeding. Switch or not the header.
15253 (ps-print-version): New version number (5.2.2).
15254 (ps-windows-system): Include emx as a Windows system.
15255 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15256 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15257 (ps-background-text): Code fix.
15258 (ps-error-handler-message, ps-user-defined-prologue)
15259 (ps-print-prologue-header, ps-printer-name)
15260 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15261 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15262 (ps-use-face-background): Customization fix.
15263 (ps-n-up-database): Data fix.
15264 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15265 (ps-switch-header): New vars.
15266 (ps-xemacs-color-name, ps-face-foreground-name)
15267 (ps-face-background-name, ps-boolean-constant): New funs.
15268
15269 2000-06-07 Dave Love <fx@gnu.org>
15270
15271 * allout.el: New version from Manheimer.
15272
15273 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15274
15275 * textmodes/fill.el (fill-find-break-point): Check the validity of
15276 charset.
15277
15278 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15279
15280 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15281 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15282 Call display-color-p and display-mouse-p instead of looking at
15283 window-system.
15284
15285 2000-06-06 Dave Love <fx@gnu.org>
15286
15287 * image.el (find-image): Doc fix. Return nil if image not found.
15288 (put-image, insert-image): Make STRING arg optional.
15289
15290 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15291
15292 * language/vietnamese.el: Remove eval-when-compile.
15293 (viet-viscii-nonascii-translation-table): Define it as a
15294 translation table made from viet-viscii-decode-table.
15295 (viet-viscii-encode-table): Define it as a translation table made
15296 from the reverse map of above.
15297 (viet-vscii-nonascii-translation-table): Define it as a
15298 translation table made from viet-vscii-decode-table.
15299 (viet-vscii-encode-table): Define it as a translation table made
15300 from the reverse map of above.
15301 (ccl-decode-viscii): Use translate-character.
15302 (ccl-encode-viscii, ccl-encode-viscii-font)
15303 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15304 Likewize.
15305
15306 * language/cyrillic.el: Remove eval-when-compile.
15307 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15308 translation table made from cyrillic-koi8-r-decode-table.
15309 (cyrillic-koi8-r-encode-table): Define it as a translation table
15310 made from the reverse map of above.
15311 (ccl-decode-koi8): Use translate-character.
15312 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15313 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15314 a translation table made from cyrillic-alternativnyj-decode-table.
15315 (cyrillic-alternativnyj-encode-table): Define it as a translation
15316 table made from the reverse map of above.
15317 (ccl-decode-alternativnyj): Use translate-character.
15318 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15319 Likewize
15320
15321 * international/mule-diag.el (non-iso-charset-alist): Specify
15322 translation table symbol instead of translation table itself.
15323 (list-block-of-chars): CHARSET may be a translation table symbol.
15324
15325 * international/mule.el (make-coding-system): If CODING-SYSTEM
15326 already exists, override it.
15327
15328 * international/fontset.el: Use family `proportional' for Tibetan
15329 fonts.
15330
15331 * international/ccl.el (ccl-compile-translate-character): Don't
15332 check if Rrr has property translation-table.
15333 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15334
15335 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15336
15337 * info.el: Bind case-fold-search to t when searching in case
15338 a user sets it to nil in a hook.
15339
15340 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15341
15342 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15343 * hl-line.el (hl-line-mode): Use the new :global key argument.
15344
15345 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15346 (tar-clip-time-string): Prepend a space.
15347 (tar-grind-file-mode): Construct a string rather than modifying one.
15348 (tar-header-block-summarize): Fix docstring.
15349 Use `format' rather than an error-prone set of copy-loops.
15350
15351 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15352 (diff-goto-source, diff-unified->context, diff-context->unified)
15353 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15354 understand the format output by the `-p' argument to diff.
15355
15356 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15357 (sh-re-done): Use defconst.
15358 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15359 (sh-help-string-for-variable, sh-guess-basic-offset):
15360 Don't quote lambdas.
15361 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15362 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15363
15364 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15365 (mh-letter-mode): Derive from text-mode.
15366 This implicitly means that it now calls kill-all-local-variables.
15367 Also remove the Emacs-18 compatibility code.
15368
15369 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15370 Make use of symbol-property doc-string-elt.
15371 Use memq rather than a sequence of eq.
15372 (doc-string-elt): Fix the wrong or missing previously unused values.
15373 (autoload-print-form): New function extracted from
15374 generate-file-autoloads to allow recursion when handling progn
15375 so that defvar's and defun's docstrings are properly printed.
15376 (generate-file-autoloads): Use it.
15377
15378 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15379 Use find-file-hooks in the minor-mode function.
15380 Be careful not to loop indefinitely in the post-command-hook function.
15381
15382 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15383
15384 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15385 tty's.
15386 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15387 differences whenever appropriate.
15388 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15389 * viper.el (find-file, find-file-other-window): Get viper to do
15390 wildcards.
15391
15392 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15393
15394 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15395 (jit-lock-fontify-buffer): New function for JIT refontification.
15396 (jit-lock-mode): Fix docstring.
15397 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15398 Remove jit-lock-after-change from the _local_ hook.
15399 (jit-lock-function-1): Fix docstring.
15400
15401 * info.el (Info-on-current-buffer): Initialize info.
15402
15403 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15404
15405 * progmodes/tcl.el (tcl-indent-for-comment):
15406 Ignore comment-indent-hook.
15407
15408 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15409 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15410 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15411 and improve to use the lighter to guess the capitalization.
15412 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15413 Add keyword arguments to specify global-ness or the custom group.
15414 Add local-map and help-echo properties to the lighter.
15415 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15416 (easy-mmode-define-global-mode): New macro.
15417
15418 2000-06-02 Dave Love <fx@gnu.org>
15419
15420 * wid-edit.el: byte-compile-dynamic since we typically don't use
15421 all the widgets. Don't require cl or widget. Remove
15422 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15423 (widget-read-event): Removed. Callers changed to use read-event.
15424 (widget-button-release-event-p): Renamed from
15425 button-release-event-p.
15426 (widget-field-add-space, widget-field-use-before-change):
15427 Uncustomize.
15428 (widget-specify-field): Use keymap property, not local-map.
15429 (widget-specify-button): Obey :suppress-face.
15430 (widget-specify-insert): Use modern backquote syntax.
15431 (widget-image-directory): Renamed from widget-glyph-directory.
15432 (widget-image-enable): Renamed from widget-glyph-enable.
15433 (widget-image-find): Replaces widget-glyph-find.
15434 (widget-button-pressed-face): Move defvar.
15435 (widget-image-insert): Replaces widget-glyph-insert.
15436 (widget-convert): Use keywordp.
15437 (widget-leave-text, widget-children-value-delete): Use mapc.
15438 (widget-keymap): Remove XEmacs stuff.
15439 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15440 (widget-button-click): Don't set point at the click, but re-centre
15441 if we scroll out of window. Rewritten for images v. glyphs &c.
15442 (widget-tabable-at): Use POS arg, not point.
15443 (widget-beginning-of-line, widget-end-of-line)
15444 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15445 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15446 (widget-default-create): Use widget-image-insert; some rewriting.
15447 (widget-visibility-value-create)
15448 (widget-push-button-value-create, widget-toggle-value-create): Use
15449 widget-image-insert.
15450 (checkbox): Create on and off images dynamically.
15451 (documentation-link): Change :help-echo.
15452 (widget-documentation-link-echo-help): Remove.
15453
15454 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15455
15456 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15457
15458 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15459 (easy-mmode-define-toggle, define-minor-mode): Use it.
15460 (easy-mmode-define-keymap): Docstring fix.
15461 (define-derived-mode): Default PARENT to fundamental-mode.
15462 Add the derived-mode-parent symbol-property.
15463 (easy-mmode-derived-mode-p): New function.
15464
15465 2000-06-02 Dave Love <fx@gnu.org>
15466
15467 * files.el (convert-standard-filename): Doc fix.
15468 (normal-backup-enable-predicate): New function.
15469 (backup-enable-predicate): Use it to replace the lambda form.
15470
15471 * calendar/todo-mode.el: [This needs more work on the outline
15472 stuff.] Doc fixes.
15473 (todo) <defgroup>: Add :version.
15474 (todo-add-category): Don't use pushnew.
15475 (todo-cmd-raise): Fix typo.
15476 (todo-top-priorities): Change temp buffer name.
15477 (todo-category-alist): Avoid redundant lambda.
15478 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15479 Use outline-next-heading.
15480
15481 * autoarg.el: Rewritten to use define-minor-mode.
15482 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15483 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15484
15485 2000-06-02 Kenichi Handa <handa@etl.go.jp>
15486
15487 * isearch.el (isearch-other-meta-char): Fix previous change.
15488
15489 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15490
15491 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15492 (log-edit-done): Only add the comment to the ring if it's different
15493 from the last comment entered.
15494
15495 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15496
15497 2000-06-01 Dave Love <fx@gnu.org>
15498
15499 * hl-line.el: Rewritten using define-minor-mode.
15500
15501 * help.el (describe-function-1): Distinguish special form from
15502 builtin function. Sanity-check presence of arglist for builtins.
15503
15504 2000-06-01 Kenichi Handa <handa@etl.go.jp>
15505
15506 * international/characters.el: Fix syntax/category setting of
15507 Tibetan characters.
15508
15509 * language/tibet-util.el (tibetan-add-components): Fixes for new
15510 encoding of Tibetan characters.
15511 (tibetan-decompose-precomposition-alist): New variable.
15512 (tibetan-decompose-region): Convert precomposed characters to
15513 non-precomposed characters.
15514 (tibetan-decompose-string): Likewise.
15515 (tibetan-composition-function): Fix args to
15516 thibetan-compose-string.
15517
15518 * language/tibetan.el (tibetan-composable-pattern): More
15519 characters included.
15520 (tibetan-consonant-transcription-alist): Rule for "R" added.
15521 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15522 "+R" added.
15523 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15524
15525 * language/lao-util.el (lao-composition-function): Fix args to
15526 compose-string.
15527
15528 * language/thai-util.el (thai-composition-function): Fix args to
15529 compose-string.
15530
15531 * isearch.el (isearch-update): Set disable-point-adjustment to t
15532 to prevent the point moving to the end of a composition when a
15533 part of a composition is searched.
15534 (isearch-other-meta-char): If the key invoking this command can be
15535 mapped by function-key-map to a printing char, call
15536 isearch-process-search-char directly.
15537
15538 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15539
15540 * emacs-lisp/bytecomp.el:
15541 * frame.el:
15542 * international/mule-cmds.el:
15543 * international/mule-util.el:
15544 * international/mule.el:
15545 * mouse.el:
15546 * subr.el:
15547 * faces.el: Update calls to make-obsolete with a WHEN argument.
15548
15549 * byte-run.el (make-obsolete, make-obsolete-variable):
15550 Add an optional WHEN argument and change the format of the
15551 symbol-property information.
15552 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15553 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15554 new obsolete-symbol-property format and print WHEN if it is provided.
15555
15556 2000-05-31 Dave Love <fx@gnu.org>
15557
15558 * loadhist.el (loadhist-hook-functions): Remove
15559 before-change-function, after-change-function.
15560 (unload-feature): Deal with symbols which are both bound and
15561 fbound.
15562
15563 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15564 before-change-function, after-change-function.
15565
15566 * simple.el (newline): Don't bind before-change-function,
15567 after-change-function.
15568
15569 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15570
15571 * whitespace.el (whitespace-rescan-timer-time): Update interval
15572 set to 600 seconds (10 minutes) instead of 60 seconds since
15573 a large number of whitespace buffers causes emacs to `freeze'
15574 for a considerable amount of time.
15575
15576 * whitespace.el: Updated email address
15577
15578 2000-05-31 Dave Love <fx@gnu.org>
15579
15580 * add-log.el (change-log-font-lock-keywords) <function>: Add
15581 pattern for function of change.
15582 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15583 acknowledgements patterns.
15584
15585 2000-05-31 Kenichi Handa <handa@etl.go.jp>
15586
15587 * isearch.el (isearch-printing-char): If keyboard coding system is
15588 being used, call isearch-process-search-multibyte-characters.
15589
15590 * international/isearch-x.el: Mostly rewritten.
15591
15592 * international/quail.el (quail-start-conversion): Don't include
15593 unhandled events in the returned events, but set them in
15594 unread-command-events. Exit if all inputs are deleted.
15595
15596 2000-05-30 Jason Rumney <jasonr@gnu.org>
15597
15598 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15599
15600 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15601 Reenable code to create initial fontsets.
15602 Use set-fontset-font in place of put-charset-property.
15603
15604 2000-05-30 Gerd Moellmann <gerd@gnu.org>
15605
15606 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15607 label, ensure that the first colon isn't followed by another.
15608
15609 * paths.el (Info-default-directory-list): Doc fix.
15610
15611 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15612 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15613 send a query containing USER only, not USER@HOST.
15614
15615 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15616 and rmail-msgend to compute the restriction at the end, instead of
15617 computing it.
15618
15619 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15620
15621 * dabbrev.el (dabbrev-expand): Don't display messages in the
15622 echo area if the minibuffer window is active.
15623
15624 * jit-lock.el (jit-lock-mode): Add after change function to
15625 local hook.
15626
15627 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15628
15629 * antlr-mode.el: New commands: hide/unhide actions,
15630 upcase/downcase literals.
15631 (antlr-tiny-action-length): New user option.
15632 (antlr-hide-actions): New command. Suggested by
15633 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15634 (antlr-mode-map): New binding [C-c C-v].
15635 (antlr-mode-menu): New entries.
15636 (antlr-downcase-literals): New command.
15637 (antlr-upcase-literals): Ditto.
15638
15639 * antlr-mode.el: Minor changes: indendation, mode-name.
15640 (antlr-indent-line): Indent cpp directive at column 0.
15641 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15642
15643 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15644 (antlr-font-lock-additional-keywords): Workaround for intentional
15645 bug in XEmacs version of font-lock.
15646 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15647 be used by a smarter version of `buffers-menu-grouping-function'.
15648
15649 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15650
15651 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15652 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15653
15654 2000-05-29 Kenichi Handa <handa@etl.go.jp>
15655
15656 * international/encoded-kb.el
15657 (encoded-kbd-iso2022-designation-map): Pay attention to that
15658 charset-iso-final-char return -1 for eight-bit-control and
15659 eight-bit-graphic.
15660
15661 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15662
15663 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15664 (speedbar-easymenu-definition-base): Use display-graphic-p where
15665 available, instead of window-system.
15666
15667 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15668
15669 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15670 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15671 coding systems.
15672
15673 2000-05-26 Dave Love <fx@gnu.org>
15674
15675 * disp-table.el (standard-display-underline): Don't use
15676 internal-find-face.
15677
15678 * mail/reporter.el: Maintainer change. Doc fixes.
15679 (reporter-version): Deleted.
15680
15681 * emacs-lisp/elp.el: Maintainer change.
15682 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15683
15684 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15685
15686 * add-log.el (add-change-log-entry): Merge the current entry with the
15687 previous one if the previous one is empty.
15688
15689 2000-05-26 Dave Love <fx@gnu.org>
15690
15691 * loadhist.el (unload-feature): Fix interactive spec [from
15692 lijnzaad@ebi.ac.uk].
15693
15694 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15695 subr-arity to check primitives.
15696 (byte-compile-flush-pending, byte-compile-file-form-progn)
15697 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15698 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15699 mapcar.
15700
15701 2000-05-26 Kenichi Handa <handa@etl.go.jp>
15702
15703 * international/fontset.el: Set family names of non-latin charsets
15704 in default fontset to "*".
15705
15706 * international/mule-diag.el (print-fontset): Combine family part
15707 and registry part of the fontname by "-*-" instead of "-".
15708
15709 * international/mule-cmds.el (encode-coding-char): Make strings
15710 multibyte before calling encode-coding-string.
15711
15712 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15713
15714 * derived.el: Fix keywords.
15715 (define-derived-mode): Only define if needed.
15716
15717 * simple.el (fill-comment, comment-column, comment-start)
15718 (comment-start-skip, comment-end, comment-indent-function)
15719 (block-comment-start, block-comment-end, indent-for-comment)
15720 (set-comment-column, kill-comment, comment-padding, comment-region)
15721 (comment-multi-line, indent-new-comment-line): Remove.
15722
15723 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15724 function names for comment operations.
15725
15726 * newcomment.el: Add abundant autoload cookies.
15727 (comment-style): Don't depend on runtime data at compile-time.
15728 (comment-indent-hook): Remove.
15729 (comment-indent): Check if comment-indent-hook is bound.
15730 (comment-region): Docstring fix.
15731
15732 2000-05-25 Dave Love <fx@gnu.org>
15733
15734 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15735 byte-code-function-p.
15736
15737 * mail/rmailsum.el: Add provide.
15738
15739 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15740
15741 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15742 defcustom.
15743
15744 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15745
15746 * ediff-diff.el (ediff-exec-process): delete --binary option from
15747 non-buffer ediff jobs.
15748
15749 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15750
15751 * hilit-chg.el (highlight-changes-mode): Ask about color or
15752 grayscale support, not about window-system.
15753
15754 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15755 window-system.
15756 (ffap-highlight): Always default to t.
15757
15758 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15759 display-popup-menus-p instead of looking at window-system.
15760
15761 * disp-table.el (standard-display-g1, standard-display-graphic):
15762 Only refuse to use string glyphs on X and MS-Windows.
15763
15764 * avoid.el: Remove window-system from commentary, suggest to use
15765 display-*-p instead.
15766
15767 * apropos.el (apropos-print): Use display-mouse-p instead of
15768 window-system.
15769
15770 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15771
15772 * international/codepage.el (cp-decoding-vector-for-codepage):
15773 Fill up unsupported characters with their own codes. From Kenichi
15774 Handa.
15775
15776 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15777
15778 * international/mule-diag.el (describe-char-after): Use
15779 display-graphic-p instead of window-system, so that this function
15780 works on MS-DOS.
15781
15782 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15783
15784 * international/codepage.el (cp-make-coding-systems-for-codepage):
15785 Remove the eight-bit-graphic and eight-bit-control charsets from
15786 the list of charsets which we convert into `?'.
15787
15788 2000-05-25 Kenichi Handa <handa@etl.go.jp>
15789
15790 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15791 private charsets.
15792 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15793 japanese-jisx0213-2): New charsets.
15794
15795 * international/fontset.el: Setup default fontset for new charsets.
15796
15797 2000-05-24 Dave Love <fx@gnu.org>
15798
15799 * info.el (Info-find-node-2): Restructure [following "Vadim
15800 S. Solomin" <sovs@uic.nnov.ru>].
15801
15802 * icomplete.el: Fix header for Finder.
15803
15804 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15805
15806 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15807 STAY.
15808
15809 * rmail.el (rmail-automatic-folder-directives): New user variable.
15810 (rmail-show-message): Add call to `rmail-auto-file' during
15811 display.
15812 (rmail-auto-file): New function.
15813
15814 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15815
15816 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15817 account.
15818 (ediff-test-utility,ediff-diff-mandatory-option)
15819 (ediff-reset-diff-options): Utilities for proper initialization of
15820 ediff-diff-options and ediff-diff3-options on Windows.
15821
15822 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15823 variable.
15824
15825 * ediff-mult.el (ediff-filegroup-action): Use
15826 ediff-merge-filename-prefix.
15827
15828 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15829
15830 * viper-ex.el (ex-write): Set selective display to nil.
15831
15832 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15833
15834 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15835 aliases for hebrew-iso-8bit.
15836
15837 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15838
15839 * woman.el: New version from Francis J. Wright
15840 <F.J.Wright@Maths.QMW.ac.uk>.
15841 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15842 names in environment variables regardless of the path separator.
15843 (woman-topic-all-completions-1): Don't call file-name-directory-p
15844 on all files, since woman-file-regexp already filters out any
15845 directories.
15846
15847 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15848
15849 * international/quail.el (quail-start-translation): Don't change
15850 modified-p of the current buffer.
15851 (quail-start-conversion): Likewise.
15852
15853 * international/kkc.el (kkc-region): Don't change modified-p of
15854 the current buffer.
15855
15856 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15857 conform to RFC1468.
15858 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15859
15860 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15861
15862 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15863 (speedbar-insert-button): Invisible text property fix.
15864 (speedbar-directory-plus): Renamed from speedbar-directory-+
15865 (speedbar-directory-minus): Renamed from speedbar-directory--
15866 (speedbar-page-plus): Renamed from speedbar-file-+
15867 (speedbar-page-minus): Renamed from speedbar-file--
15868 (speedbar-page): Renamed from speedbar-file-
15869 (speedbar-tag): Renamed from speedbar-tag-
15870 (speedbar-tag-plus): Renamed from speedbar-tag-+
15871 (speedbar-tag-minus): Renamed from speedbar-tag--
15872 (speedbar-expand-image-button-alist): Use above renames.
15873
15874 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15875 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15876 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15877 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15878 * sb-pg.xpm: Renamed from sb-file.xpm
15879 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15880 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15881
15882 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15883
15884 * international/quail.el (quail-show-guidance-buf): Set
15885 current-input-method of the guidance buffer to the name of the
15886 curren input method.
15887
15888 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15889
15890 * progmodes/compile.el (compile-internal): Style typo.
15891
15892 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15893 quote vars and functions in the docstring.
15894
15895 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15896
15897 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15898 Don't quote lambdas.
15899
15900 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15901
15902 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15903
15904 * startup.el (command-line): Determine source file of compiled
15905 user init file differently. Warn if compiled user init file
15906 is older than its source file.
15907
15908 * ffap.el (ffap-url-regexp): Add `https'.
15909
15910 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15911
15912 * files.el (make-backup-file-name-1): Replace slashes with `!'
15913 rather than `|' (which is not allowed on Windows). Replace the
15914 drive letters with a string "drive_X".
15915
15916 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15917
15918 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15919
15920 * files.el (interpreter-mode-alist): Add `bash2'.
15921
15922 2000-05-22 Dave Love <fx@gnu.org>
15923
15924 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15925 mapc.
15926 (feature-file): Avoid calling symbol-name. Doc fix.
15927 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15928 (loadhist-hook-functions): Add mouse-position-function.
15929 (unload-feature): Change uses of mapcar.
15930
15931 * files.el (parse-colon-path): Doc fix.
15932 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15933 (set-auto-mode): Use mapc.
15934
15935 * complete.el (PC-look-for-include-file): Use :alnum: character
15936 class.
15937 (partial-completion-mode): Add autoload cookie.
15938
15939 2000-05-22 Sam Steingold <sds@gnu.org>
15940
15941 * info.el (Info-fontify-node): Fixed the call to
15942 `add-text-properties' (bug introduced on 2000-05-18).
15943
15944 2000-05-22 Dave Love <fx@gnu.org>
15945
15946 * bindings.el: Remove debug-ignored-errors set in other files.
15947
15948 * progmodes/etags.el: Add to debug-ignored-errors.
15949 (visit-tags-table-buffer): Clear out buffers holding old tables
15950 when making a new list.
15951 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15952 mapc.
15953
15954 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15955 quote keywords.
15956 (cmpl-string-case-type): Use character classes.
15957
15958 * comint.el:
15959 * textmodes/ispell.el:
15960 * imenu.el:
15961 * mail/mh-e.el:
15962 * progmodes/compile.el: Add to debug-ignored-errors.
15963
15964 * dabbrev.el: Add to debug-ignored-errors.
15965 (dabbrev-completion): Use mapc.
15966
15967 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15968
15969 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15970 (woman-mapcan, woman-parse-man.conf)
15971 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15972 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15973 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15974 path syntax better.
15975 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15976 (woman-manpath): Call woman-parse-man.conf.
15977 (woman-emulation): New defcustom, defaults to nroff.
15978 (woman-font-support): New defconst.
15979 (woman-use-symbol-font): New defcustom.
15980 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15981 "Emulation".
15982 Many functions: Doc fix.
15983
15984 2000-05-22 Kenichi Handa <handa@etl.go.jp>
15985
15986 * international/quail.el (quail-simple-translation-keymap): Map
15987 128..255 to quail-self-insert-command.
15988 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15989
15990 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15991
15992 * help.el (help-manyarg-func-alist): Typo.
15993
15994 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15995 intervals which makes it heaps simpler.
15996
15997 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15998 the nested comment markers.
15999
16000 * subr.el (remove-hook): Don't turn the hook's value into a list.
16001
16002 2000-05-21 Dave Love <fx@gnu.org>
16003
16004 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16005 are invalid characters.
16006
16007 * international/mule-util.el (detect-coding-with-priority): Use
16008 mapc. Remove redundant lambda.
16009
16010 * international/mule-diag.el (list-non-iso-charset-chars)
16011 (describe-fontset): Remove redundant lambda.
16012
16013 * emulation/crisp.el (brief-mode): New alias.
16014
16015 * emacs-lisp/ring.el (ring-elements): New function.
16016
16017 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16018 (easy-menu-do-add-item): Use keywordp.
16019
16020 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16021
16022 * replace.el: Doc and error message fixes.
16023 (replace-highlight): Use facep, not internal-find-face.
16024
16025 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16026
16027 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16028
16029 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16030 (log-edit-insert-changelog): Drop `:' as well.
16031
16032 * log-view.el: Fix file description.
16033 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16034 available.
16035 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16036 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16037
16038 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16039 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16040 Print a status message if the toggle is called interactively.
16041 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16042 for global minor modes and use `defcustom' for them.
16043 Use add-minor-mode.
16044 (easy-mmode-define-derived-mode): Remove.
16045 (define-derived-mode): Fancier default docstring.
16046 (easy-mmode-define-navigation): Signal an error rather than (ding).
16047
16048 * newcomment.el (comment-styles): New `box-multi'.
16049 (comment-normalize-vars): Better default for comment-continue to
16050 avoid whitespace-only continuations.
16051 (comment-search-forward): Always move even in the no-syntax case.
16052 (comment-padright): Only obey N if it's only obeyed for padleft.
16053 (comment-make-extra-lines): Better handling of empty continuations.
16054 Use `=' for the filler if comment-start has only one character.
16055 (uncomment-region): Try handling the special `=' filler.
16056 (comment-region): Allow LINES even if MULTI is nil.
16057 (comment-box): Choose box style based on comment-style.
16058
16059 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16060
16061 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16062 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16063
16064 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16065
16066 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16067 and insert, not subst-char-in-region.
16068
16069 * international/mule-diag.el (list-character-sets-1): Handle
16070 charsets eight-bit-control and eight-bit-graphic.
16071 (list-iso-charset-chars): Likewise.
16072 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16073 charactes as is. Use indent-to to align characters.
16074
16075 * international/mule-cmds.el (find-multibyte-characters): Never
16076 exclude charsets eight-bit-control and eight-bit-graphic.
16077
16078 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16079
16080 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16081 Don't quote lambdas.
16082
16083 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16084
16085 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16086
16087 * gud.el (gud-jdb-directories): Doc fix.
16088
16089 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16090
16091 * newcomment.el: New file.
16092
16093 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16094
16095 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16096
16097 2000-05-18 Andreas Schwab <schwab@suse.de>
16098
16099 * dired.el (dired-between-files): Also skip lines beginning with
16100 `used'.
16101
16102 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16103
16104 * msb.el (msb-menu-cond): Add choice `user'.
16105
16106 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16107
16108 * ps-print.el: Compatibility, customization and doc fix.
16109 (ps-printer-name-option): Replace defconst by defvar.
16110 (ps-postscript-code-directory): XEmacs compatibility.
16111 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16112 fix.
16113 (ps-user-defined-prologue, ps-print-prologue-header)
16114 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16115 compatibility and code fix.
16116 (ps-print-background-image, ps-print-background-text):
16117 Customization fix.
16118 (ps-line-number-start, ps-n-up-on): New vars.
16119
16120 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16121
16122 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16123 the indent-comment function to just return the appropriate indent.
16124
16125 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16126
16127 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16128 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16129 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16130
16131 2000-05-18 Dave Love <fx@gnu.org>
16132
16133 * info.el (Info-fontify-node): Add intangible property as well as
16134 invisible.
16135
16136 * calendar/appt.el (appt-make-list): Match all lines of entry.
16137 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16138
16139 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16140
16141 * international/mule-diag.el (describe-char-after): Call
16142 internal-char-font, not char-font. If internal-char-font returns
16143 nil, display "-- none --".
16144
16145 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16146
16147 * image.el (image-type-available-p): Don't reference image-types
16148 if it isn't bound.
16149
16150 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16151
16152 * autoarg.el (autoarg-mode): Typo in the :set argument.
16153
16154 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16155
16156 * startup.el (command-line-1): Don't signal an error if the
16157 directory for auto-save-list files does not yet exist.
16158
16159 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16160
16161 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16162
16163 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16164
16165 * subr.el (remove-hook): `setq' hook-value, not `set'.
16166
16167 2000-05-16 Sam Steingold <sds@gnu.org>
16168
16169 * info.el (debug-ignored-errors): More errors to ignore.
16170
16171 2000-05-16 Dave Love <fx@gnu.org>
16172
16173 * cus-edit.el: Don't require cl or easymenu.
16174 (custom-variable-prompt): Test standard-value property, not
16175 user-variable-p.
16176
16177 2000-05-16 Sam Steingold <sds@gnu.org>
16178
16179 * subr.el (add-hook): `setq' hook-value, not `set'.
16180
16181 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16182
16183 * startup.el (command-line-1): Mention the FAQ in the startup
16184 message.
16185
16186 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16187
16188 * progmodes/compile.el (compilation-parse-errors): Collect
16189 `nomessage' regexps last.
16190
16191 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16192
16193 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16194 to the function name.
16195
16196 2000-05-15 Dave Love <fx@gnu.org>
16197
16198 * speedbar.el (speedbar-recenter): Typo.
16199 (speedbar-expand-line): Make arg optional.
16200 (speedbar-mode): Avoid a compiler warning.
16201
16202 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16203
16204 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16205 user-specified option string is empty.
16206
16207 * mouse.el (mouse-yank-at-click): Doc fix.
16208
16209 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16210
16211 * term/internal.el (IT-character-translations): More updates of
16212 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16213 documents.
16214
16215 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16216
16217 * env.el (getenv): New function, interactively callable.
16218 (setenv, getenv): Remove autoload cookies.
16219
16220 * loadup.el: Load `env'.
16221
16222 * progmodes/f90.el: Change author's mail address.
16223
16224 2000-05-14 Dave Love <fx@gnu.org>
16225
16226 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16227 goto-addr as an option.
16228
16229 * help.el (help-xref-stack): Doc fix.
16230 (help-xref-following): New variable.
16231 (help-make-xrefs): Use it.
16232 (help-xref-go-back): Use position information from stack element.
16233 (help-follow): Make position in stack element a pair. Use
16234 help-xref-following.
16235
16236 * autoarg.el: New file.
16237
16238 * faces.el: Declare more functions obsolete.
16239
16240 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16241 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16242 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16243 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16244 Remove all the setup-...-environment functions.
16245
16246 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16247
16248 * speedbar.el: Updated the commentary section. xemacs20p now uses
16249 >= when detecting. Require `defimage' safely.
16250 (speedbar-easymenu-definition-base): Add toggle for images.
16251 (speedbar-easymenu-definition-special): Add flush cache & expand.
16252 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16253 (speedbar-reconfigure-keymaps-hook): New variable.
16254 (speedbar-frame-parameters): Updated documentation.
16255 (speedbar-use-imenu-flag): Updated custom tag
16256 (speedbar-dynamic-tags-function-list): New variable.
16257 (speedbar-tag-hierarchy-method): Updated doc & custom.
16258 (speedbar-indentation-width, speedbar-indentation-width) New
16259 variables.
16260 (speedbar-hide-button-brackets-flag): Customizable.
16261 (speedbar-vc-indicator): Doc update.
16262 (speedbar-ignored-path-expressions): Updated default value.
16263 (speedbar-supported-extension-expressions): Updated default value.
16264 (speedbar-syntax-table): Remove {} paren status.
16265 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16266 as "+". Added overlay aliases.
16267 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16268 `force-mode-line-update'.
16269 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16270 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16271 `mouse-set-point'
16272 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16273 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16274 of arbitrary text, and new helper functions.
16275 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16276 filename finder.
16277 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16278 (speedbar-directory-buttons): Update path search/expansion.
16279 (speedbar-make-tag-line): Pay attention to
16280 `speedbar-indentation-width'. Use more care w/ invisible
16281 properties.
16282 (speedbar-change-expand-button-char): Call
16283 `speedbar-insert-image-button-maybe'.
16284 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16285 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16286 (speedbar-trim-words-tag-hierarchy)
16287 (speedbar-simple-group-tag-hierarchy): New functions
16288 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16289 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16290 functions.
16291 (speedbar-mouse-set-point): New function
16292 (speedbar-power-click): Updated documentation.
16293 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16294 of tag prefix text.
16295 (speedbar-expand-line, speedbar-contract-line): Make more robust
16296 to strange text.
16297 (speedbar-expand-line): Takes universal argument to flush the
16298 cache.
16299 (speedbar-flush-expand-line): New function.
16300 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16301 Use new generator insertion method.
16302 (speedbar-fetch-dynamic-tags): New function.
16303 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16304 `speedbar-fetch-dynamic-imenu'.
16305 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16306 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16307 "Revert Buffer" menu items.
16308 (speedbar-buffer-buttons-engine): Be smarter when creating a
16309 filename tag (for expansion purposes.).
16310 (speedbar-highlight-one-tag-line,
16311 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16312 (speedbar-recenter): New functions.
16313 (defimage-speedbar): Image loading abstraction.
16314 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16315 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16316 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16317 (speedbar-tag-type, speedbar-tag-mail): New images.
16318 (speedbar-expand-image-button-alist): New variable.
16319 (speedbar-insert-image-button-maybe): Insert an image over some
16320 buttons.
16321
16322 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16323
16324 * international/mule-cmds.el (encode-coding-char): An ASCII
16325 character is always encodable.
16326
16327 * international/mule-conf.el: Add more information in descriptions
16328 of character sets.
16329
16330 * international/mule-diag.el (describe-char-after): New function.
16331 (describe-font-internal): Adjusted for the change of font-info.
16332 (describe-font): Likewise.
16333 (print-fontset): Rewritten for the new fontset implementation.
16334 (describe-fontset): Include fontset alias names in completion.
16335 (list-fontsets): Adjusted for the change of print-fontset.
16336
16337 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16338 describe-char-after instead of displaying the detail in the echo
16339 area.
16340 (syntax-code-table): Format changed.
16341 (string-to-syntax): Adjusted for the above change.
16342
16343 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16344
16345 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16346
16347 2000-05-12 Dave Love <fx@gnu.org>
16348
16349 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16350 dependence. Use line-{beginning,end}-position, not
16351 point-at{b,e}ol. Some doc fixes.
16352 (todo-position): New function. Fix callers of position to use it.
16353 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16354
16355 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16356
16357 * time.el (display-time-mail-icon): Use `:ascent center'.
16358
16359 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16360 handling FTP security extensions.
16361
16362 2000-05-11 Dave Love <fx@gnu.org>
16363
16364 * calendar/todo-mode.el: New file.
16365
16366 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16367
16368 * comint.el (comint-read-input-ring): Move reference to
16369 comint-input-ring-size outside of the save-excursion. It was
16370 causing the default value to be the only one ever seen.
16371
16372 * font-lock.el: Update copyright. Remove Simon Marshall's email
16373 address on request from him.
16374
16375 * subr.el (substitute-key-definition): Add comment describing
16376 the meaning of PREFIX.
16377
16378 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16379
16380 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16381
16382 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16383 (add-minor-mode): Don't make the variable buffer-local and add a
16384 reference to define-minor-mode in the docstring.
16385
16386 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16387 HEADER/FOOTER and fix bug with trailing empty directory.
16388 (cvs-append-to-ignore): Use vc-editable-p if available.
16389 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16390 (vc-do-command): Tweak advice to handle the new VC.
16391
16392 * log-view.el (log-view-goto-rev): New function for the new VC.
16393 (log-view-minor-wrap): Use mark-active.
16394
16395 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16396 (log-edit-changelog-full-paragraphs): New var.
16397 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16398 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16399 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16400 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16401 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16402 Replace the `cvs' prefix with `log-edit'.
16403
16404 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16405
16406 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16407 (diff-font-lock-defaults): Explicitly turn off multiline.
16408 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16409 (diff-ediff-patch): Fix call to ediff-patch-file.
16410 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16411 Handle comments.
16412
16413 * frame.el (automatic-hscrolling): Typo.
16414
16415 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16416
16417 2000-05-09 Sam Steingold <sds@goems.com>
16418
16419 * apropos.el (apropos-print): use `describe-face' instead of
16420 `customize-face-other-window'.
16421
16422 2000-05-09 Dave Love <fx@gnu.org>
16423
16424 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16425
16426 * help.el (describe-variable): Have customize button pop the
16427 help-xref stack when invoked.
16428 (help-xref-symbol-regexp): Add `face'.
16429 (help-make-xrefs): Check for quoted face names and adapt regexp
16430 submatch numbers to cope.
16431 (help-xref-interned): Maybe insert face doc too. Separate
16432 sections with a line of hyphens.
16433
16434 * faces.el: Some doc fixes. Declare some functions obsolete.
16435 (describe-face): Add customize button. Return the help
16436 text. Fix prompt.
16437
16438 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16439
16440 * term/internal.el (IT-character-translations): Fix last change.
16441
16442 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16443
16444 * woman.el: New file
16445 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16446
16447 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16448
16449 * term/internal.el (IT-character-translations): Update ASCII
16450 simulations for greek-iso8859-7, add latin-iso8859-14 and
16451 latin-iso8859-15.
16452
16453 * international/mule-cmds.el (set-language-info-alist): Call
16454 define-prefix-command with 3 arguments, to make the map suitable
16455 for a menu.
16456
16457 2000-05-07 Dave Love <fx@gnu.org>
16458
16459 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16460
16461 2000-05-05 Dave Love <fx@gnu.org>
16462
16463 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16464 list in doc string. Don't quote keyword symbols.
16465 * emacs-lisp/cl.el: Likewise
16466 * emacs-lisp/cl-seq.el: Likewise
16467
16468 2000-05-05 Gerd Moellmann <gerd@gnu.org>
16469
16470 * abbrev.el (abbrev-mode): Make ARG optional.
16471
16472 2000-05-04 Gerd Moellmann <gerd@gnu.org>
16473
16474 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16475
16476 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16477
16478 * subr.el (substitute-key-definition): Clarify documentation.
16479
16480 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
16481
16482 * glasses.el (glasses-convert-to-unreadable): Use
16483 `glasses-separator' instead of the hard-wired "_".
16484 (glasses-mode): Call `glasses-make-unreadable' only in a single
16485 place.
16486
16487 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16488
16489 * term/internal.el (cjk-codepages-alist): Add associations for
16490 Chinese and Korean codepages. Remove FIXME comment.
16491
16492 2000-05-03 Dave Love <fx@gnu.org>
16493
16494 * time.el (display-time-mail-face, display-time-use-mail-icon):
16495 New option.
16496 (display-time-mail-icon): New variable.
16497 (display-time-string-forms): Use the above. Fix the local-map.
16498
16499 2000-05-03 Gerd Moellmann <gerd@gnu.org>
16500
16501 * replace.el (query-replace-map): Add binding for `E'.
16502 (query-replace-help): Extend help text.
16503 (perform-replace): Allow editing the replacement string.
16504
16505 * make-mode.el (makefile-mode-abbrev-table): New variable.
16506 (makefile-mode): Set local abbrev table to
16507 makefile-mode-abbrev-table.
16508 (makefile-font-lock-keywords): Fontify includes and conditionals.
16509
16510 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16511 set TOGGLE's value.
16512
16513 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16514 mail-interactive-insert-alias.
16515 (mail-abbrev-complete-alias): New command.
16516 (mail-mode-map): Bind it to `M-TAB'.
16517
16518 2000-05-03 Kenichi Handa <handa@etl.go.jp>
16519
16520 * language/lao-util.el (lao-compose-region): New function.
16521
16522 2000-05-02 Gerd Moellmann <gerd@gnu.org>
16523
16524 * files.el (recover-session): Make directories as necessary
16525 if they don't exist yet.
16526
16527 * calendar/cal-french.el
16528 (french-calendar-multibyte-special-days-array)
16529 (french-calendar-special-days-array): Change French text.
16530 (calendar-french-date-string): Change output.
16531 (calendar-goto-french-date): Likewise.
16532
16533 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16534
16535 * wid-edit.el (widget-default-active): Obey `:always-active'.
16536 (widget-documentation-string-value-create): Set `:always-active'.
16537
16538 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16539
16540 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16541 default prefix to `~/_emacs.d/auto-save.list/_s'.
16542 (normal-top-level): Create the directory for auto-save files, if
16543 it doesn't already exist (in the ms-dos case only).
16544
16545 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16546
16547 * international/mule-cmds.el (set-language-environment): Don't
16548 concat an integer (dos-codepage), use format instead.
16549
16550 2000-05-02 Dave Love <fx@gnu.org>
16551
16552 * help.el (help-xref-on-pp): Check for constant symbols.
16553
16554 2000-04-29 Gerd Moellmann <gerd@gnu.org>
16555
16556 * startup.el (normal-top-level): Put a condition-case around
16557 the code loading subdirs.el.
16558
16559 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16560
16561 * ps-print.el: Upside-down and face background color printing,
16562 line number step, doc fix.
16563 (ps-print-version): New version number (5.2).
16564 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16565 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16566 (ps-spool-config): Var fix.
16567 (ps-printer-name-option): Const fix.
16568 (ps-print-upside-down, ps-use-face-background)
16569 (ps-line-number-step): New vars.
16570 (ps-window-system, ps-lp-system): New consts.
16571 (ps-face-background): New fun.
16572
16573 2000-04-28 Richard Stallman <rms@gnu.org>
16574
16575 * files.el (make-auto-save-file-name):
16576 Apply auto-save-file-name-transforms to visited file name
16577 before generating auto save file name.
16578 (auto-save-file-name-transforms): New variable.
16579
16580 * files.el (backup-enable-predicate):
16581 Correctly test for a file under a temporary directory.
16582
16583 2000-04-28 Gerd Moellmann <gerd@gnu.org>
16584
16585 * subr.el (add-minor-mode): Rewritten.
16586
16587 2000-04-28 Kenichi Handa <handa@etl.go.jp>
16588
16589 * mail/sendmail.el (sendmail-send-it): Set
16590 buffer-file-coding-system to the selected coding system for MIME
16591 header.
16592
16593 2000-04-27 Gerd Moellmann <gerd@gnu.org>
16594
16595 * dired.el (dired-move-to-filename-regexp): Allow format where
16596 YYYY is followed by two spaces.
16597
16598 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16599 in the second character class of the regexp.
16600
16601 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16602 mh-etc, too.
16603
16604 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16605 nil.
16606
16607 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16608
16609 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16610 argument.
16611
16612 2000-04-27 Sen Nagata <sen@eccosys.com>
16613
16614 * emacs-lisp/crm.el (crm-completion-table): New variable.
16615 (crm-collection-fn, crm-test-completion)
16616 (completing-read-multiple): Use it.
16617
16618 2000-04-27 Dave Love <fx@gnu.org>
16619
16620 * help.el (locate-library): Use mapc.
16621 (help-manyarg-func-alist): Add call-process-region.
16622
16623 2000-04-26 Gerd Moellmann <gerd@gnu.org>
16624
16625 * subr.el (add-minor-mode): Make argument MAP optional.
16626
16627 * desktop.el (desktop-save): Save list of minor modes.
16628 (desktop-create-buffer): Restore minor modes.
16629 (desktop-minor-mode-table): New user-option.
16630
16631 * subr.el (add-minor-mode): New function.
16632
16633 * image.el (find-image): New function.
16634 (defimage): Rewritten to find image at load time.
16635
16636 * startup.el (normal-top-level-add-to-load-path): Handle
16637 case that the default directory is not in load-path.
16638
16639 * help.el: Old patch from Stefan Monnier.
16640 (help-xref-on-pp): New function.
16641 (describe-variable): Use it to display xrefs in a symbol's value.
16642
16643 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16644
16645 * cus-edit.el (custom-face): Fix parenthesis.
16646
16647 2000-04-26 Kenichi Handa <handa@etl.go.jp>
16648
16649 * mail/rmail.el (rmail-expunge): When there are no deleted
16650 messages, do nothing.
16651
16652 2000-04-26 Dave Love <fx@gnu.org>
16653
16654 * international/mule-cmds.el (locale-translation-file-name):
16655 Defvar to nil.
16656 (set-locale-environment): Set it here (at runtime).
16657
16658 2000-04-25 Gerd Moellmann <gerd@gnu.org>
16659
16660 * replace.el (perform-replace): Add parameters START and END. Use
16661 them instead of the check for a region in Transient Mark mode.
16662 (query-replace-read-args): Return two more list elements for the
16663 start and end of the region in Transient Mark mode.
16664 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16665 (map-query-replace-regexp, replace-string, replace-regexp): Add
16666 optional last arguments START and END and pass them to
16667 perform-replace.
16668
16669 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16670 form with additional arguments for perform-replace.
16671
16672 * progmodes/etags.el (tags-query-replace): Add parameters START
16673 and END. Construct a form with additional arguments for
16674 perform-replace.
16675
16676 * simple.el (shell-command): Set default directory for "*Shell
16677 Command Output" buffer.
16678
16679 * language/european.el (iso-latin-4): Fix typo.
16680
16681 * emacs-lisp/crm.el: New file.
16682
16683 2000-04-24 Dave Love <fx@gnu.org>
16684
16685 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16686 (Custom-reset-saved, Custom-reset-standard)
16687 (custom-group-value-create, custom-group-set, custom-group-save)
16688 (custom-group-reset-current, custom-group-reset-saved)
16689 (custom-group-reset-standard): Use mapc.
16690 (custom-buffer-create-internal): Disable undo when creating items.
16691 Use mapc.
16692 (custom-face): Avoid redundant lambda.
16693
16694 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16695
16696 * startup.el (auto-save-list-file-prefix): Set default to
16697 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16698
16699 2000-04-24 Sam Steingold <sds@gnu.org>
16700
16701 * time-stamp.el (time-stamp-string-preprocess): Always convert
16702 `field-result' to a string.
16703
16704 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16705
16706 * frame.el (scrolling): New group.
16707 (automatic-hscrolling): New user-option.
16708
16709 * startup.el (command-line-x-option-alist): Add `-lsp' and
16710 `--line-spacing'.
16711
16712 2000-04-19 Dave Love <fx@gnu.org>
16713
16714 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16715 (cl-mapc): Rename from mapc. Fix the funcall.
16716
16717 2000-04-19 Gerd Moellmann <gerd@gnu.org>
16718
16719 * simple.el (clone-indirect-buffer-other-window): New command.
16720 (clone-indirect-buffer): Add optional arg NORECROD.
16721 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16722
16723 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16724
16725 * window.el (count-screen-lines): New function.
16726 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16727 instead of window-buffer-height.
16728
16729 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16730 non-existing variable comint-input-sentinel.
16731 (inferior-lisp-args-to-list): Removed.
16732 (inferior-lisp): Use split-string instead of
16733 inferior-lisp-args-to-list.
16734
16735 * hexl.el (hexl-insert-hex-string): New command.
16736
16737 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16738 instead of concat.
16739
16740 2000-04-18 Gerd Moellmann <gerd@gnu.org>
16741
16742 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16743 at the start of an existing but empty folder.
16744
16745 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16746
16747 * ps-mule.el: Customization fix, doc fix.
16748 (ps-multibyte-buffer): Customization fix.
16749
16750 2000-04-17 Richard M. Stallman <rms@gnu.org>
16751
16752 * subr.el (read-passwd): Use read-char-exclusive.
16753
16754 2000-04-17 Gerd Moellmann <gerd@gnu.org>
16755
16756 * textmodes/texinfo.el (texinfo-insert-@email)
16757 (texinfo-insert-@emph, texinfo-insert-@quotation)
16758 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16759 (texinfo-mode-map): Add key bindings for them.
16760
16761 * files.el (basic-save-buffer-2): Use a template with `$'
16762 instead of `#' for VMS.
16763
16764 * simple.el (clone-indirect-buffer): New function.
16765
16766 2000-04-16 Stephen Eglen <stephen@gnu.org>
16767
16768 * iswitchb.el (iswitchb-case): New function. If the user input
16769 contains any upper-case characters, the search is made
16770 case-sensitive.
16771
16772 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16773
16774 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16775 comment-end.
16776 (texinfo-font-lock-syntactic-keywords): New var.
16777 (texinfo-font-lock-keywords): Remove comment regexp.
16778 (texinfo-insert-block): New function.
16779 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16780 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16781 and font-lock-defaults. Use regexp-opt for outline-regexp.
16782 (texinfo-environments): New var.
16783 (texinfo-environment-regexp): Use regexp-opt and
16784 texinfo-environments.
16785
16786 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16787 ispell-process is bound since this might be eval'd before ispell
16788 is loaded.
16789 (ispell-message): Use a tiny bit less magic and a bit more hard
16790 data to figure out what kind of sc-cite-regexp to use.
16791
16792 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16793
16794 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16795 (insert-cyclic-diary-entry): Unquote the lambda.
16796
16797 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16798
16799 * files.el (backup-enable-predicate): Unquote the lambda.
16800
16801 * cus-edit.el (custom-face, face): Unquote the lambda.
16802
16803 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16804
16805 * ps-print.el: Check for line-beginning-position definition.
16806
16807 * ps-print.el: Fix counting lines in a region.
16808 (ps-print-version): New version number (5.1.5).
16809 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16810 (ps-printing-region): Fun code fix.
16811
16812 2000-04-15 Gerd Moellmann <gerd@gnu.org>
16813
16814 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16815 to file-directory-p.
16816
16817 2000-04-14 Gerd Moellmann <gerd@gnu.org>
16818
16819 * gud.el (gud-jdb-build-source-files-list): Check that directory
16820 exists before calling directory-files.
16821
16822 2000-04-13 Dave Love <fx@gnu.org>
16823
16824 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16825 syntax.
16826
16827 * emacs-lisp/cl-specs.el: Remove when, unless.
16828
16829 * emacs-lisp/cl-extra.el: Don't quote keywords.
16830 (cl-old-mapc): New variable.
16831 (mapc): Use it.
16832 (cl-map-intervals): Use with-current-buffer. Don't check for
16833 next-property-change.
16834 (cl-map-overlays): Use with-current-buffer.
16835 (cl-expt): Remove.
16836 (copy-tree, remprop): Define unconditionally.
16837
16838 * emacs-lisp/cl-compat.el (keywordp): Remove.
16839
16840 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16841 to use keywordp.
16842 (edebug-spec): Enable keywordp.
16843
16844 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16845 string-lessp.
16846
16847 * cus-start.el: Use keywordp.
16848
16849 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16850
16851 * diary-lib.el (include-other-diary-files): Fix the fix of
16852 2000-02-18 by doing a save-excursion.
16853
16854 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16855
16856 * ps-print.el: Customization fix, doc fix.
16857 (ps-print-version): New version number (5.1.4).
16858 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16859 (ps-print-preprint): Adjust code.
16860 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16861 (ps-print-prologue-header, ps-print-control-characters)
16862 (ps-spool-config): Customization fix.
16863
16864 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16865
16866 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16867 converted to the new menu-item format, names silightly changed,
16868 help strings added.
16869
16870 Support for spelling without async subprocesses:
16871
16872 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16873 (ispell-session-buffer): New variables.
16874 (ispell-start-process, ispell-process-status,
16875 ispell-accept-output, ispell-send-string): New functions, for
16876 Ispell invocation when async subprocesses aren't supported.
16877 (ispell-word, ispell-pdict-save, ispell-command-loop,
16878 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16879 to process-send-string with calls to ispell-send-string, and
16880 accept-process-output with ispell-accept-output.
16881 (ispell-init-process): Call ispell-process-status instead of
16882 process-status with.
16883 (ispell-init-process): Call ispell-start-process. Call
16884 ispell-accept-output and ispell-send-string. Don't call
16885 process-kill-without-query and kill-process if they are unbound.
16886 (ispell-async-processp): New function.
16887
16888 2000-04-12 Dave Love <fx@gnu.org>
16889
16890 * info.el: Add debug-ignored-errors.
16891 (Info-mode-menu): Add some items.
16892 (Info-directory): Add autoload cookie.
16893
16894 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16895 Modify `truncate-lines'. Make `describe-language-environment'
16896 always visible and add help. Modify `describe-key' help. Invoke
16897 Info-directory from `info'. New entry `emacs-manual'.
16898
16899 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16900
16901 * progmodes/ebrowse.el (ebrowse-tree-mode):
16902 Use propertized-buffer-identification.
16903 (ebrowse-update-member-buffer-mode-line): Likewise.
16904 (ebrowse--mode-strings): Removed.
16905 (ebrowse--mode-line-props): Removed.
16906
16907 * files.el (auto-mode-alist): Add `EBROWSE'.
16908
16909 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16910 space before testing for end of buffer.
16911 (ebrowse-load): Removed.
16912 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16913 (ebrowse-create-tree-buffer): Rewritten.
16914 (ebrowse-tree-mode): Read tree from buffer.
16915
16916 * progmodes/ebrowse-ffh.el: Removed.
16917
16918 2000-04-10 Kenichi Handa <handa@etl.go.jp>
16919
16920 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16921
16922 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16923
16924 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16925 at the wrong place.
16926
16927 2000-04-09 Dave Love <fx@gnu.org>
16928
16929 * files.el (backup-enable-predicate):
16930 Use temporary-file-directory, small-temporary-file-directory.
16931 (make-backup-file-name-function, backup-directory-alist): New vars.
16932 (make-backup-file-name-1): New function.
16933 (make-backup-file-name): Use it.
16934 (find-backup-file-name): Likewise. Use format for clarity, not concat.
16935 (file-newest-backup): Use make-backup-file-name.
16936
16937 2000-04-09 Gerd Moellmann <gerd@gnu.org>
16938
16939 * progmodes/ebrowse-ffh.el: New file.
16940
16941 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16942 Moved to ebrowse-ffh.el.
16943 (ebrowse-load): Add autoload.
16944
16945 * finder.el (finder-commentary): Add autoload cookie.
16946
16947 * mail/rfc2368.el: Correct author's email address.
16948
16949 * progmodes/ebrowse.el: New file.
16950
16951 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16952 item help string.
16953 (easy-menu-do-add-item): Ditto.
16954 (easy-menu-define): Extend doc string.
16955
16956 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16957 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16958 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16959 with-buffer-unmodified.
16960
16961 2000-04-08 Dave Love <fx@gnu.org>
16962
16963 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16964 unless, when.
16965
16966 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16967
16968 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16969 (viper-flash-search-pattern): No operation when using Emacs
16970 doesn't support face.
16971 Use `viper-put-on-search-overlay'.
16972
16973 2000-04-04 Gerd Moellmann <gerd@gnu.org>
16974
16975 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16976 like C-r.
16977
16978 * progmodes/make-mode.el: Some doc fixes.
16979 (makefile-mode-abbrev-table): New variable.
16980 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16981 (makefile-font-lock-keywords): Fontify includes and conditionals.
16982 (toplevel): Require `dabbrev' and `add-log' when compiling.
16983
16984 * replace.el (perform-replace): Don't move forward one char
16985 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16986 to do that because it leaves point 1 position after the last
16987 replacement, after everything has been replaced.
16988
16989 * jit-lock.el (with-buffer-unmodified): New macro.
16990 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16991 modified state.
16992 (jit-lock-function-1): Extracted from jit-lock-function; not
16993 preserving buffer's modified state.
16994 (jit-lock-function, jit-lock-stealth-fontify):
16995 Call jit-lock-function-1.
16996
16997 * mail/rfc2368.el: Remove supernumerary copyright line.
16998
16999 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17000
17001 * glasses.el: Provide facilities for inserting space before left
17002 parentheses and uncapitalization of identifiers.
17003 (glasses-mode): Try to remove old overlays in all cases.
17004
17005 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17006
17007 * progmodes/compile.el (compile-internal): Display the compilation
17008 buffer in a different frame, if it's already displayed there.
17009
17010 * mail/rfc2368.el: New file.
17011
17012 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17013 header and insert its value as mail body.
17014
17015 * subr.el (member-ignore-case): New function.
17016
17017 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17018 (dabbrev--find-expansion): Ignore buffers matching a regexp
17019 from dabbrev-ignored-regexps.
17020
17021 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17022 to extensions handled by gzip.
17023
17024 2000-04-03 Richard M. Stallman <rms@gnu.org>
17025
17026 * files.el (insert-directory): List the total free space
17027 along with the used space.
17028
17029 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17030 line is followed by one that matches CITATION-REGEXP, end the
17031 paragraph.
17032
17033 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17034
17035 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17036 (rmail-make-basic-summary-line): Use that option.
17037
17038 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17039
17040 * international/mule-cmds.el (encoded-string-description):
17041 Rewritten. Try pretty description for ISO 2022 escape sequences
17042 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17043 for hexadecimal format.
17044
17045 2000-04-01 Dave Love <fx@gnu.org>
17046
17047 * cpp.el: Change customization group to `c' from `C'.
17048
17049 * vcursor.el (vcursor-move): Use display-color-p.
17050
17051 * international/mule-util.el: Provide mule-utils.
17052 (string-to-sequence): Simplify and speed up.
17053
17054 * international/mule.el (make-coding-system): Purecopy doc-string.
17055
17056 * international/mule-cmds.el: Various menu changes.
17057 (describe-specified-language-support): Handle `Default'.
17058 (set-language-info): Purecopy `info'.
17059
17060 2000-03-31 Andrew Innes <andrewi@gnu.org>
17061
17062 * vc.el (vc-backend-diff): Return the correct status if we had to
17063 retry the rcsdiff command without the --brief option.
17064
17065 2000-03-31 Dave Love <fx@gnu.org>
17066
17067 * help.el (help-manyarg-func-alist): Correct several omissions.
17068
17069 * add-log.el: Don't require cl, fortran.
17070 (add-log-current-defun-function): Doc fix.
17071 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17072 (change-log-version-rcs): Function deleted.
17073 (change-log-version-number-search): Doc fix.
17074 Use vc-workfile-version. Avoid CL dolist.
17075 (add-change-log-entry): Just call add-log-current-defun to get
17076 defun. Simplify somewhat.
17077 (change-log-get-method-definition-1): Likewise.
17078 (add-log-current-defun): Return nil if calling
17079 add-log-current-defun-function does so. Move Fortran stuff to
17080 fortran.el. Return string without properties.
17081
17082 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17083 and :alpha: char classes.
17084
17085 * mail/supercite.el: Defvar curline when compiling.
17086 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17087 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17088 rather than a-zA-Z0-9 to allow non-ASCII characters.
17089
17090 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17091
17092 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17093
17094 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17095 Re-enable new code.
17096
17097 * lpr.el (print-region-1): Use -d to specify printer name for
17098 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17099
17100 2000-03-31 Dave Love <fx@gnu.org>
17101
17102 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17103 Look for function definition in symbol's function value slot first
17104 instead of first consulting byte-compile-function-environment.
17105
17106 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17107
17108 * language/european.el ("Polish"): New language environment.
17109 (setup-polish-environment): New function.
17110
17111 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17112
17113 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17114 Disable new code.
17115
17116 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17117 trying to `load' the symbol of an autoload instead of the file
17118 recorded in the autoload. Fix error messages.
17119
17120 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17121
17122 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17123 (ps-print-version): New version number (5.1.3).
17124 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17125 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17126 (ps-generate-postscript-with-faces): Code fix.
17127 (ps-color-values): XEmacs compatibility.
17128 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17129 (ps-default-fg, ps-default-bg): Adjust customization.
17130 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17131 (ps-color-scale): Renaming old ps-color-value fun.
17132 (ps-print-headers): Replace ps-print-header group to avoid conflict
17133 with ps-print-header variable.
17134 (ps-print-miscellany): New group.
17135 (ps-format-color, ps-rgb-color): New funs.
17136 (ps-default-foreground): New var.
17137 (ps-printer-name-option): New const.
17138
17139 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17140
17141 * net/net-utils.el:
17142 (network-connection-host, network-connection-service): New variables
17143 (network-connection-mode): New mode, derived from comint-mode
17144 (network-connection-mode-setup): New function, saves host and
17145 service information in local variables.
17146
17147 * lisp/locate.el:
17148 (locate-word-at-point): Added this function
17149 (locate): Default to using locate-word-at-point as input
17150 Run dired-mode-hook
17151
17152 2000-03-29 Dave Love <fx@gnu.org>
17153
17154 * calendar/appt.el: Doc fixes.
17155 (appt-check): Convert min-to-app to a string before passing to
17156 appt-disp-window-function or concat.
17157 (appt-delete-window): Remove test for frame-root-window.
17158 (appt-select-lowest-window, appt-convert-time): Simplify.
17159
17160 * emacs-lisp/bytecomp.el: Doc fixes.
17161 (byte-compile-file-form-autoload):
17162 Update byte-compile-function-environment.
17163
17164 2000-03-29 Andreas Schwab <schwab@suse.de>
17165
17166 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17167
17168 * dired.el (dired-insert-directory): If dired-free-space-program
17169 failed just delete its output.
17170
17171 2000-03-29 Dave Love <fx@gnu.org>
17172
17173 * international/iso-cvt.el: Move provide to end. Doc fixes.
17174 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17175 (iso-iso2sgml, iso-sgml2iso): New functions.
17176 (iso-cvt-define-menu): Fix some entries and use backquote for
17177 clarity.
17178
17179 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17180
17181 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17182
17183 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17184 ISO-DATE. If non-nil, return date in ISO 8601 format.
17185
17186 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17187
17188 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17189 if it ever becomes used.
17190 (log-edit-mode-hook): Default to vc-log-mode-hook.
17191 (log-edit-mode): Fix the docstring.
17192
17193 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17194 the code.
17195
17196 2000-03-26 Dave Love <fx@gnu.org>
17197
17198 * net/browse-url.el (browse-url): Re-fix case of
17199 browse-url-browser-function being an alist.
17200 (browse-url): Add :link to defgroup.
17201
17202 * files.el: Doc fixes.
17203 (file-truename): Include `[' in wildcard characters.
17204 (automount-dir-prefix): Customize.
17205 (find-file-wildcards): Add :version.
17206 (find-file-noselect): Simplify a mapcar call.
17207
17208 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17209 compatible with inf-lisp version.
17210 (eval-defun-1): Fix custom-declare-variable case.
17211
17212 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17213
17214 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17215
17216 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17217
17218 * Makefile (COMPILE_FIRST): New macro.
17219 (compile-files): Compile files from COMPILE_FIRST first.
17220
17221 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17222
17223 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17224 matching open parenthesis in column 0 to defun-prompt-regexp
17225 only if open-paren-in-column-0-is-defun-start is set.
17226
17227 * sun-curs.el: Require CL at compile-time only.
17228
17229 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17230 instead of copy-list which is a function from CL.
17231 (msb--choose-menu, msb--mode-menu-cond)
17232 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17233 (msb--init-file-alist): Use mapcar instead of mapcan.
17234 (msb--aggregate-alist): Use mapcar instead of mapcan.
17235 Fix `(' in column 0 in doc string.
17236 (msb--add-separators): Use mapcar instead of mapcan.
17237
17238 * cus-dep.el: Require CL at compile-time only.
17239
17240 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17241
17242 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17243 (byte-compile-warnings): New warning `noruntime'.
17244 (byte-compile-constants, byte-compile-variables): Fix docstring.
17245 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17246 execute `eval-whenc-compile's body.
17247 (byte-compile-unresolved-functions): Fix docstring.
17248 (byte-compile-eval): New function.
17249 (byte-compile-callargs-warn): Check if the function will be available
17250 at runtime (via property `byte-compile-noruntime').
17251 (byte-compile-print-syms): New function.
17252 (byte-compile-warn-about-unresolved-functions): Also warn about
17253 `noruntime' functions (and use `byte-compile-print-syms').
17254 (byte-compile-file): Capitalize the message.
17255
17256 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17257
17258 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17259 (rmail-expunge): Ask for confirmation depending on the setting
17260 of rmail-confirm-expunge.
17261
17262 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17263
17264 * Makefile (bootstrap-clean): If $(emacs) exists, build
17265 loaddefs.el first. A loaddefs.el that's not up-to-date might
17266 cause a bootstrap failure because things don't autoload as expected.
17267
17268 2000-03-23 Dave Love <fx@gnu.org>
17269
17270 * net/browse-url.el: Restore previous use of
17271 browse-url-maybe-new-window.
17272
17273 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17274
17275 * ps-print.el: Skip banner page fix.
17276 (ps-print-version): New version number (5.1.2).
17277 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17278
17279 2000-03-23 Dave Pearson <davep@davep.org>
17280
17281 * net/quickurl.el Changed the type of parameter passed to the
17282 function defined by `quickurl-format-function'. Before only the
17283 text of the URL was passed. Now the whole URL structure is passed
17284 and the function is responsible for extracting the parts it requires.
17285 Changed the default of `quickurl-format-function' accordingly.
17286 (quickurl-insert): Changed the `funcall' of
17287 `quickurl-format-function' to match the above change.
17288 (quickurl-list-insert): Changed the `url' case so that it makes
17289 use of `quickurl-format-function', previous to this the format was
17290 hard wired.
17291
17292 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17293
17294 * startup.el: Change some spellings for the X Window System.
17295
17296 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17297
17298 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17299 Clean up the code and the regexp and make sure the cursor is
17300 temporarily moved to the suspicious line while querying the user.
17301
17302 2000-03-22 Jason Rumney <jasonr@gnu.org>
17303
17304 * w32-fns.el (w32-charset-info-alist): Initialize.
17305
17306 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17307
17308 * ps-print.el: N-up last page fix.
17309 (ps-print-version): New version number (5.1.1).
17310 (ps-end-file, ps-end-job, ps-generate): Code fix.
17311
17312 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17313
17314 * files.el (find-file-run-dired): Update docstring.
17315 (find-directory-functions): New hook.
17316 (find-file-noselect): Run find-directory-functions rather than
17317 calling dired directly.
17318
17319 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17320
17321 * pcvs.el: Add a minimal leading commentary.
17322 (cvs-make-cvs-buffer): Change the header part by removing the startup
17323 message and adding a `Module' entry. Also replace the FOOTER and
17324 HEADER special fileinfos with the new support in ewoc for updating
17325 its own footer and header.
17326 (cvs-update-header): Update to use the header/footer of the ewoc.
17327 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17328 (cvs-is-within-p): New function.
17329 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17330 to only examine some subset of the buffers.
17331
17332 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17333 `format' instead of our own ad-hoc functions.
17334 Remove HEADER and FOOTER cases, now handled in the EWOC.
17335 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17336
17337 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17338 output to avoid scaring the user.
17339 (cvs-parse-table): Catch message for non-up-to-date commits.
17340
17341 * pcvs-defs.el (cvs-startup-message): Remove.
17342 (cvs-global-menu): New autoloaded menu.
17343
17344 * pcvs-util.el (cvs-string-fill): Remove.
17345
17346 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17347 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17348 PP part of it and also make it work for footers and headers.
17349 (ewoc-create): Drop POS and BUFFER arguments.
17350 Use the DLL's dummy node to store the end-of-footer position.
17351 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17352 (ewoc-refresh): Remove unused `header' variable.
17353 (ewoc-(get|set)-hf): New functions.
17354
17355 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17356 log-view-*-(message|file) and use easy-mmode-define-navigation.
17357 (log-view-message-re): Match SCCS format as well.
17358 And match the revision line rather than the dashed separator line.
17359 (log-view-mode): Use the new define-derived-mode.
17360 (log-view-current-tag): Fill in with an actual implementation.
17361
17362 * cvs-status.el (cvs-status-(prev|next)): Rename from
17363 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17364 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17365 to let the output "breathe" a little more (more readable).
17366 (cvs-status-mode): Use the new define-derived-mode.
17367
17368 * smerge-mode.el (smerge-auto-leave): New function and variable.
17369 (smerge-basic-map): Rename from smerge-basic-keymap.
17370 Change the bindings for smerge-diff-*.
17371 (smerge-*-map): Use easy-mmode-defmap.
17372 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17373 (smerge-keep-*): Use smerge-auto-leave.
17374
17375 2000-03-21 Jason Rumney <jasonr@gnu.org>
17376
17377 * cus-edit.el (custom-button-face): Use 3D look for w32.
17378 (custom-button-pressed-face): Likewise.
17379
17380 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17381
17382 * progmodes/etags.el (tags-case-fold-search): New user-option.
17383 (tags-loop-eval): New function. Bind case-fold-search around eval
17384 depending on the value of tags-case-fold-search.
17385 (tags-loop-continue): Use tags-loop-eval.
17386 (find-tag-in-order): Bind case-fold-search depending on the value
17387 of tags-case-fold-search.
17388
17389 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17390
17391 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17392 (diff-end-of-hunk): Return the end position for use in
17393 `easy-mmode-define-navigation'.
17394 (diff-recenter): Remove.
17395 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17396 of `easy-mmode-define-navigation'.
17397 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17398 previous renaming) and fix to use new names.
17399 (diff-merge-strings): Use \n as separator: simpler, faster.
17400 (diff-mode): Use `define-derived-mode'.
17401
17402 * derived.el (define-derived-mode): Don't autoload anymore.
17403 Prefer the macro-only version provided by easy-mmode.el.
17404
17405 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17406 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17407 (easy-mmode-define-navigation): New macro.
17408
17409 * subr.el (combine-run-hooks): New function.
17410
17411 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17412
17413 * term/x-win.el: Fontsets related initialization is simplified.
17414
17415 * international/mule-diag.el (describe-font): Don't refer to
17416 global-fontset-alist, instead call font-list.
17417 (describe-fontset, list-fontsets, mule-diag): Likewise.
17418 (print-fontset): Adjusted for the change of fontset implementation.
17419
17420 * international/fontset.el (x-charset-registries): Variable removed,
17421 instead the corresponding data is stored in the default fontset.
17422 (register-alternate-fontnames): Function removed.
17423 (resolved-ascii-font): Variable removed.
17424 (x-compose-font-name): Ignore the second argument REDOCE.
17425 (x-complement-fontset-spec): Complement only an ASCII font and
17426 element for those charsets than can use that ASCII font.
17427 (generate-fontset-menu): Don't refer to global-fontset-alist,
17428 instead call fontset-list.
17429 (uninstantiated-fontset-alist): Variable removed.
17430 (x-style-funcs-alist): Likewise.
17431 (fontset-default-styles): Likewise.
17432 (x-modify-font-name): Function removed.
17433 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17434 (create-fontset-from-ascii-font): Docsting adjusted for the above
17435 change.
17436 (instantiate-fontset, resolve-fontset-name): Functions removed.
17437 (fontset-list): Now implemented by C code.
17438
17439 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17440 (describe-face): Include `font' attribute in the description.
17441
17442 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17443
17444 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17445
17446 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17447
17448 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17449 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17450 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17451
17452 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17453 about behavior of set-buffer-modified-p wrt redisplay.
17454
17455 2000-03-19 Richard M. Stallman <rms@gnu.org>
17456
17457 * view.el (view-mode-disable): Kill local binding of view-read-only.
17458
17459 2000-03-18 Gerd Moellmann <gerd@gnu.org>
17460
17461 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17462 is a string, convert it to a syntax cell using string-to-syntax.
17463
17464 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17465 (string-to-syntax): New function.
17466
17467 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17468 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17469 try to use passive ftp mode.
17470
17471 2000-03-17 Gerd Moellmann <gerd@gnu.org>
17472
17473 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17474
17475 * simple.el (append-to-buffer): Update point of windows after
17476 insertion.
17477
17478 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17479 forward then moving backward. Reindent.
17480
17481 * frame.el (other-frame): Call x-focus-frame only if
17482 focus-follows-mouse is off.
17483
17484 2000-03-17 Dave Love <fx@gnu.org>
17485
17486 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17487
17488 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17489
17490 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17491 regexp for labels cannot span several lines.
17492
17493 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17494 `(setq :<key> ':<key>)' to the macro expansion.
17495
17496 2000-03-16 Dave Love <fx@gnu.org>
17497
17498 * progmodes/f90.el (f90): Put custom group under `languages', not
17499 `fortran'.
17500 (f90-mode-hook): Customize.
17501 (f90-mode): Set add-log-current-defun-function.
17502 (f90-current-defun): New function.
17503
17504 2000-03-16 Gerd Moellmann <gerd@gnu.org>
17505
17506 * cus-edit.el (custom-variable-tag-face): Handle case that
17507 default face's height is not a number.
17508 (custom-face-tag-face, custom-group-tag-face-1)
17509 (custom-group-tag-face): Ditto.
17510 (custom-group-tag-face-1): Add :group.
17511
17512 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17513
17514 2000-03-15 Gerd Moellmann <gerd@gnu.org>
17515
17516 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17517 requiring easymenu.
17518
17519 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17520
17521 * ps-print.el: PostScript user-defined prologue, PostScript error
17522 handler, doc fix.
17523 (ps-print-version): New version number (5.1).
17524 (ps-user-defined-prologue, ps-error-handler-message)
17525 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17526 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17527 (ps-insert-string): New function.
17528
17529 2000-03-15 Kenichi Handa <handa@etl.go.jp>
17530
17531 * international/ccl.el (ccl-compile-expression): Don't generate
17532 invalid self-assignment code.
17533
17534 2000-03-14 Dave Love <fx@gnu.org>
17535
17536 * subr.el (replace-regexp-in-string): Renamed from
17537 replace-regexps-in-string. Doc fix.
17538
17539 2000-03-12 Dave Love <fx@gnu.org>
17540
17541 * cus-edit.el: Doc fixes.
17542 (customize-set-variable, customize-save-variable): Rename args for doc.
17543 (custom-variable-tag-face, custom-face-tag-face)
17544 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17545 style which user identify as hyperlink.
17546 (hook): Don't add undefined functions to the hook.
17547 (debug-ignored-errors): Transfer message from bindings.el.
17548
17549 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17550
17551 * recentf.el (recentf-keep-non-readable-files-p):
17552 Remove double/nested definition.
17553
17554 2000-03-12 Dave Love <fx@gnu.org>
17555
17556 * facemenu.el (facemenu-get-face): Use display-color-p.
17557 * enriched.el (enriched-decode-foreground): Likewise.
17558 (enriched-decode-background): Likewise.
17559 * isearch.el (isearch-highlight): Likewise.
17560 * info-look.el (info-lookup): Likewise.
17561 * simple.el (completion-setup-function): Likewise.
17562
17563 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17564 :options.
17565
17566 * bindings.el (mode-line-format): Fix line-number and
17567 column-number items. Add help-echo for the background.
17568 (mode-line-mule-info): Modify help-echo.
17569
17570 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17571
17572 * files.el (load-file): Allow completion to .elc.
17573
17574 * man.el: Doc fixes.
17575 (Man-init-defvars): Use display-color-p to set fontification.
17576
17577 * play/hanoi.el (hanoi-internal): Don't use oddp.
17578
17579 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17580
17581 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17582
17583 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17584
17585 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17586
17587 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17588 Fix comment.
17589
17590 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17591
17592 * font-lock.el (font-lock-keywords): Fix the doc now that
17593 regexp-opt-depth is unnecessary.
17594 (save-buffer-state): Set an edebug spec.
17595 (font-lock-fontify-anchored-keywords): Properly handle the case when
17596 the matcher goes past the limit.
17597
17598 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17599 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17600
17601 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17602 dll.el and cookie.el (from Elib) with heavy renaming and other
17603 massaging.
17604
17605 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17606 Autoload the functions used.
17607 (easy-mmode-define-syntax): Fix CL typo.
17608 (easy-mmode-define-derived-mode): Improve the docstring generation.
17609
17610 2000-03-10 Gerd Moellmann <gerd@gnu.org>
17611
17612 * textmodes/texinfo.el (texinfo-version): Variable and function
17613 removed.
17614
17615 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17616
17617 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17618 allow more flexibility.
17619 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17620 (easy-mmode-defmap, easy-mmode-defsyntax)
17621 (easy-mmode-define-derived-mode): New macros.
17622
17623 2000-03-09 Didier Verna <didier@xemacs.org>
17624
17625 * rect.el (replace-rectangle): New function.
17626
17627 2000-03-09 Dave Love <fx@gnu.org>
17628
17629 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17630 (fortran-comment-line-start-skip): Don't match cpp stuff.
17631 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17632 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17633 (fortran-mode): Don't set fortran-comment-line-start-skip,
17634 fortran-comment-line-start here. Set comment-start,
17635 add-log-current-defun.
17636 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17637 (fortran-current-defun): New function.
17638
17639 2000-03-09 Gerd Moellmann <gerd@gnu.org>
17640
17641 * emacs-lisp/re-builder.el: New file.
17642
17643 * mouse.el (mouse-drag-region): Don't run up-event handler
17644 if hscroll has changed.
17645
17646 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17647 builtin operators, use `font-lock-builtin-face' for Emacs and
17648 `font-lock-preprocessor-face' otherwise.
17649
17650 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17651 `(defun (setf foo)' differently.
17652
17653 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17654
17655 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17656 (regexp-opt): Update comment and adapt the code the new meaning of
17657 the `paren' argument of regex-opt-group for shy-groups.
17658 (regexp-opt-depth): Handle shy groups as well as backslashed
17659 backslashes.
17660 (regexp-opt-group): Turn the leading comment into a docstring.
17661 Allow `paren' to be a string (the string to use to open a group).
17662 Remove open-presuf and close-presuf. Instead of checking for `all
17663 one-char' and then later on check for `several one-char', handle
17664 both cases close together. Also apply a more generic algorithm
17665 for suffixes (the mirror image of the algorithm used for
17666 prefixes). Use shy-groups. Use nreverse rather than reverse.
17667 (regexp-opt-try-suffix): Removed.
17668
17669 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17670 from comint-mode-map, so we can just inherit from it. Also, move
17671 the initialization into the `defvar' since there's no docstring
17672 anyway and it's fairly short.
17673 (inferior-scheme-mode): Define it as derived-mode: the code is
17674 shorter and this way we inherit from comint-mode-map rather than
17675 copying it.
17676
17677 * subr.el (replace-regexps-in-string): Properly handle the case
17678 where we match an empty string.
17679
17680 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17681 when the command has a directory component (such as "./testml").
17682 Also fix a typo in the comment.
17683
17684 2000-03-08 Gerd Moellmann <gerd@gnu.org>
17685
17686 * Makefile (compile-files): Compile files one by one because
17687 that's the only way to ensure a clean compilation environment for
17688 each individual file.
17689
17690 * frame.el (other-frame): Call x-focus-frame.
17691
17692 2000-03-07 Dave Love <fx@gnu.org>
17693
17694 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17695 :require to defcustom.
17696
17697 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17698
17699 * files.el (auto-mode-alist): Add configure.in.
17700
17701 * progmodes/autoconf.el: New file.
17702
17703 2000-03-07 Gerd Moellmann <gerd@gnu.org>
17704
17705 * mail/mh-e.el: Change maintainer to `none'.
17706
17707 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17708 to remove-hook and add-hook.
17709
17710 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17711
17712 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17713 it as the default.
17714 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17715 (sendmail-send-it): Conditionally add MIME headers specifying the
17716 used character set.
17717
17718 2000-03-07 Dave Love <fx@gnu.org>
17719
17720 * winner.el: Fix keywords, autoload cookies.
17721 Split eval-when-compile form to avoid compilation failure.
17722
17723 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17724
17725 * international/mule.el: Modify comment about coding system
17726 property `coding-category'.
17727 (make-coding-system): New argument EOL-TYPE. Pay attention to
17728 coding-category property of PROPERTIES.
17729
17730 * international/mule-conf.el (coding-category-utf-8)
17731 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17732 categories. Include them in the argument for set-coding-priority.
17733
17734 * international/mule-cmds.el (reset-language-environment):
17735 Include coding-category-utf-8, coding-category-utf-16-be, and
17736 coding-category-utf-16-le in the argument for set-coding-priority.
17737 (reset-language-environment): Initialize coding-category-utf-8,
17738 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17739
17740 2000-03-06 Karl Fogel <kfogel@red-bean.com>
17741
17742 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17743 code abstracted out of `bookmark-jump-noselect'. Now tries info
17744 extensions as well as compression extensions.
17745 (bookmark-jump-noselect): Use above new func.
17746
17747 2000-03-03 Gerd Moellmann <gerd@gnu.org>
17748
17749 * strokes.el: Change maintainer's mail address.
17750
17751 2000-03-03 Kenichi Handa <handa@etl.go.jp>
17752
17753 * international/mule-diag.el (list-character-sets): Make help-echo
17754 string by substitute-command-keys.
17755 (list-character-sets): Likewise.
17756 (sort-listed-character-sets): Call help-setup-xref.
17757
17758 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17759
17760 * time.el (display-time-mail-file): Add `none' to the list of choices.
17761
17762 2000-03-01 Dave Love <fx@gnu.org>
17763
17764 * help.el (help-xref-go-back): Don't try to set position.
17765
17766 * international/mule-diag.el (list-character-sets):
17767 Call help-setup-xref. Add help-echo to xrefs.
17768 (list-character-sets-1): Add help-echo to xrefs.
17769
17770 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17771
17772 * frame.el (blink-cursor-mode): Switch cursor on when turning
17773 the mode off.
17774
17775 * add-log.el (add-log-current-defun): Add support for
17776 Autoconf mode.
17777
17778 * mail/rmail.el (rmail-quit-hook): New variable.
17779
17780 2000-03-01 Dave Love <fx@gnu.org>
17781
17782 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17783
17784 * help.el (help-xref-button): Add help-echo arg.
17785 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17786
17787 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17788
17789 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17790
17791 2000-03-01 Gerd Moellmann <gerd@gnu.org>
17792
17793 * image.el (defimage): Look for image files in load-path.
17794
17795 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17796
17797 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17798
17799 * recentf.el (recentf): Added version tag to the defgroup of recentf.
17800
17801 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17802
17803 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17804 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17805 action to select/unselect a file.
17806 (recentf-edit-list): Code cleanup and improvement.
17807 (recentf-open-more-files-action): `recentf-open-more-files' button
17808 widget action to open a file.
17809 (recentf-open-more-files): No more use standard completion but widgets.
17810 (recentf-more-collection): Deleted.
17811 (recentf-more-history): Deleted.
17812 (recentf-setup-more-completion): Deleted.
17813
17814 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17815
17816 * recentf.el (recentf-mode): No more needs that Emacs is running
17817 under a window-system.
17818
17819 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17820
17821 * recentf.el (recentf-edit-list): New command to edit the recent
17822 list which allow the user to remove files.
17823 (recentf-edit-selected-items): New global variable, used by
17824 `recentf-edit-list' to hold the list of files to be removed from
17825 the recent list.
17826 (recentf-make-menu-items): Updated to display a "Edit list..."
17827 menu item. Minor code cleanup.
17828
17829 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17830
17831 * recentf.el (recentf-open-more-files): New command to open files
17832 that are not displayed in the menu.
17833 (recentf-more-collection): New global variable holding the set of
17834 permissible completions used by `recentf-open-more-files'.
17835 (recentf-more-history): New global variable holding the history list
17836 used by `recentf-open-more-files' completion.
17837 (recentf-setup-more-completion): New function to setup completion for
17838 `recentf-open-more-files'.
17839 (recentf-make-menu-items): Updated to display a "More..." menu item.
17840
17841 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17842
17843 * recentf.el (recentf-menu-action): Doc fixed.
17844
17845 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17846
17847 * recentf.el (recentf-menu-filter): Doc updated.
17848 (recentf-update-menu-hook): Allow menu filters to force menu update.
17849 (recentf-make-menu-items): New menu filter handling.
17850 (recentf-make-menu-item): New helper function.
17851 (recentf-menu-elements): New menu handling function.
17852 (recentf-sort-ascending): Updated to new menu filter handling.
17853 (recentf-sort-descending): Updated to new menu filter handling.
17854 (recentf-sort-basenames-ascending): New menu filter function.
17855 (recentf-sort-basenames-descending): New menu filter function.
17856 (recentf-show-basenames): New menu filter function.
17857 (recentf-show-basenames-ascending): New menu filter function.
17858 (recentf-show-basenames-descending): New menu filter function.
17859
17860 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17861
17862 * diary-lib.el (list-diary-entries): Don't try to go forward at
17863 the end of the buffer.
17864
17865 2000-02-29 Kenichi Handa <handa@etl.go.jp>
17866
17867 * international/mule-diag.el (list-character-sets):
17868 Completely rewritten.
17869 (sort-listed-character-sets): New function.
17870 (list-character-sets-1): Completely rewritten.
17871 (list-character-sets-2): New function.
17872 (non-iso-charset-alist): New variable.
17873 (decode-codepage-char): New function.
17874 (charset-history): New variable.
17875 (read-charset) (list-block-of-chars)
17876 (list-iso-charset-chars)
17877 (list-non-iso-charset-chars)
17878 (list-charset-chars): New functions.
17879 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17880 (dump-charsets): Likewise.
17881
17882 2000-02-29 Gerd Moellmann <gerd@gnu.org>
17883
17884 * dired-x.el (dired-filename-at-point): Add `@' to valid
17885 file name characters.
17886 (dired-filename-at-point): Handle ange-ftp file names.
17887
17888 * frame.el (frame-notice-user-settings): Use assq-delete-all
17889 instead of assoc-delete-all.
17890 (frame-notice-user-settings): Ditto.
17891
17892 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17893 Don't copy alist.
17894
17895 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17896
17897 * calculator.el (calculator-use-menu): New option.
17898 (calculator-initial-bindings): Changed some bindings to work as macros.
17899 (calculator-forced-input): Removed.
17900 (calculator-restart-other-mode): New variable.
17901 (calculator-mode-map): Set up menu.
17902
17903 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17904
17905 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17906
17907 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17908
17909 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17910 translate all ESC key sequences.
17911 (viper-goto-mark-subr): Restore markers for files for which
17912 they were saved.
17913 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17914 * viper-util.el (viper-set-replace-overlay-glyphs)
17915 (viper-set-replace-overlay): Always check if the replacement
17916 overlay is live.
17917 * viper.el (viper-vi-state-mode-list): Add major modes.
17918 * ediff-wind.el: Minor comment changes.
17919 * ediff.el: Copyright notice date fix.
17920
17921 2000-02-27 Jason Rumney <jasonr@gnu.org>
17922
17923 * faces.el (face-font-family-alternatives): Add arial to helv.
17924 (mode-line, header-line, tool-bar): Same default as x for w32.
17925 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17926 face-font-family-alternatives from working.
17927 * term/w32-win.el (mouse-set-font): Do not build fontset from
17928 chosen font.
17929
17930 2000-02-25 Sam Steingold <sds@goems.com>
17931
17932 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17933 properly.
17934
17935 2000-02-25 Richard M. Stallman <rms@gnu.org>
17936
17937 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17938
17939 2000-02-25 Gerd Moellmann <gerd@gnu.org>
17940
17941 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17942
17943 * frame.el (busy-cursor-delay-seconds): New option.
17944
17945 2000-02-24 Gerd Moellmann <gerd@gnu.org>
17946
17947 * frame.el (show-cursor-in-non-selected-windows): New option.
17948
17949 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17950
17951 * diary-lib.el (include-other-diary-files): Undo the selective
17952 display in any included file and don't kill it.
17953
17954 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17955
17956 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17957 Menu items converted to (menu-item format, help strings added.
17958 [downcase, upcase]: Don't enable on MS-DOS.
17959 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17960 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17961
17962 2000-02-23 Dave Love <fx@gnu.org>
17963
17964 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17965 (backward-kill-word): Revert addition of * to interactive spec --
17966 it's a feature.
17967
17968 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17969 (backward-kill-sentence, kill-sentence): Likewise.
17970
17971 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17972 scratch buffer name.
17973 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
17974
17975 * term/w32-win.el (internal-face-interactive): Update prompt for
17976 new read-face-name.
17977
17978 * mail/footnote.el (footnote): Add :version to defgroup.
17979 (footnote-section-tag-regexp): Customize.
17980 (footnote-start-tag, footnote-end-tag): New option.
17981 (footnote-latin-regexp): New variable.
17982 (Footnote-latin): New function.
17983 (footnote-style-alist): Add element for latin style.
17984 (footnote-style): Moved.
17985 (Footnote-goto-footnote): Use eq to test arg.
17986
17987 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17988
17989 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17990 (byte-compile-trueconstp): Include keywords.
17991 (byte-optimize-quote, byte-optimize-lapcode):
17992 Use byte-compile-const-symbol-p.
17993 (byte-optimize-char-before): New optimization.
17994
17995 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17996 (byte-compile-const-symbol-p): New function.
17997 (byte-compile-constp, byte-compile-out-toplevel)
17998 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17999 Use it.
18000
18001 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18002
18003 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18004
18005 * international/encoded-kb.el: Be sure to update minor-mode-alist
18006 and minor-mode-map-alist.
18007 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18008 codes SS2 and SS3 correctly.
18009 (encoded-kbd-self-insert-ccl): New function.
18010 (encoded-kbd-setup-keymap): New function.
18011 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18012 by calling encoded-kbd-setup-keymap.
18013
18014 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18015 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18016
18017 2000-02-22 Dave Love <fx@gnu.org>
18018
18019 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18020 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18021 (lisp-mode-syntax-table): Set up for #|...|# comments.
18022 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18023 classes. Match `defface'.
18024 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18025 (eval-defun-1): Fix for defcustom.
18026 (lisp-indent-region): Doc fix.
18027
18028 * subr.el (when, unless, split-string): Doc fix.
18029 (read-passwd): Move call of clear-this-command-keys to the right place.
18030 (replace-regexps-in-string): New function.
18031
18032 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18033
18034 * help.el (describe-variable): Set syntax table to
18035 emacs-lisp-mode-syntax-table when moving forward over the
18036 symbol's name.
18037
18038 2000-02-22 Dave Love <fx@gnu.org>
18039
18040 * xt-mouse.el: Doc fixes.
18041 (xterm-mouse-position-function): New function, replacing advice of
18042 mouse-position.
18043 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18044
18045 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18046
18047 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18048
18049 * format.el (format-annotate-single-property-change):
18050 Handle properties.with dotted-list values.
18051 (format-proper-list-p): New function.
18052
18053 * enriched.el (enriched-face-ans): Handle '(foreground-color
18054 . COLOR) and (background-color . COLOR).
18055
18056 2000-02-20 Dave Love <fx@gnu.org>
18057
18058 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18059 and assignments to it.
18060 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18061 current local map.
18062 (make-flyspell-overlay): Use it.
18063 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18064
18065 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18066 (lm-get-header-re): Defun, not defsubst.
18067 (lm-get-package-name): Defun, not defsubst. Simplify.
18068 (lm-version): Doc fix. Simplify.
18069 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18070 (lm-crack-address, lm-last-modified-date, lm-commentary)
18071 (lm-verify, lm-synopsis): Simplify.
18072 (lm-report-bug): Require emacsbug. Use compose-mail.
18073
18074 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18075
18076 * dired.el (dired-mode): Call propertized-buffer-identification
18077 to set mode-line-buffer-identification to something having
18078 the right text properties.
18079
18080 * bindings.el (propertized-buffer-identification): New function.
18081
18082 2000-02-20 Dave Love <fx@gnu.org>
18083
18084 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18085 check for t-mouse too.
18086
18087 * cus-start.el: Make echo-keystrokes `number'.
18088
18089 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18090
18091 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18092 Don't call ring-empty-p unless tags-location-ring is bound.
18093 From Noah Friedman <friedman@splode.com>.
18094
18095 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18096
18097 * progmodes/hideshow.el (hs-flag-region): No longer use
18098 `intangible' overlay property.
18099
18100 (hs-toggle-hiding): New command.
18101 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18102
18103 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18104 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18105 and deactivation.
18106
18107 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18108
18109 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18110
18111 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18112
18113 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18114
18115 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18116 of `*' to handle `(* ... *)' comments.
18117
18118 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18119
18120 * faces.el (list-faces-display): Use display-mouse-p instead of
18121 window-system.
18122
18123 * menu-bar.el (global-map): Menu-bar items converted to the new
18124 format (menu-item..., rearranged for better CUA compliance, and
18125 their names changed for better clarity. Help strings added.
18126
18127 * international/mule-cmds.el (mule-menu-keymap)
18128 (describe-language-environment-map, set-coding-system-map)
18129 (setup-language-environment-map): Convert to new (menu-item...
18130 form, add help strings. Change names of menu items for better clarity.
18131 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18132
18133 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18134
18135 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18136 within the code.
18137
18138 2000-02-16 Dave Love <fx@gnu.org>
18139
18140 * faces.el: Don't require custom. Add more specific :groups to
18141 various deffaces.
18142 (set-face-attribute): Purecopy args.
18143 (read-face-name): Default to name at point and use it in prompt.
18144 Remove colon from arg in all callers.
18145 (list-faces-display): Hyperlink to face descriptions and customize
18146 buffers.
18147
18148 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18149
18150 * wid-edit.el (widget-match-inline): An atom never matches a list.
18151
18152 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18153
18154 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18155 at ':' characters by call to split-string.
18156
18157 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18158
18159 * textmodes/bibtex.el: Added RCS version identification.
18160
18161 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18162
18163 * textmodes/bibtex.el: Some temporary comments removed.
18164 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18165 (bibtex-field-const): Allow capital letters.
18166 (bibtex-start-of-string): Deleted because unused.
18167
18168 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18169 use the term 'reference' to describe a bibtex entry as a whole.
18170 Further, reference keys are no longer called 'labels'.
18171 (bibtex-keys): Renamed to bibtex-reference-keys.
18172 (bibtex-reformat-previous-labels): Renamed to
18173 bibtex-reformat-previous-reference-keys.
18174 (bibtex-reference-type): Renamed to bibtex-entry-type.
18175 (bibtex-reference-head): Renamed to bibtex-entry-head.
18176 (bibtex-reference-maybe-empty-head): Renamed to
18177 bibtex-entry-maybe-empty-head.
18178 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18179 (bibtex-search-reference): Renamed to bibtex-search-entry.
18180 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18181 bibtex-enclosing-entry-maybe-empty-head.
18182 (bibtex-entry-field-alist, bibtex-entry-head)
18183 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18184 (bibtex-map-entries, bibtex-search-entry)
18185 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18186 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18187 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18188 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18189 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18190 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18191 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18192
18193 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18194
18195 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18196 comment.
18197 (bibtex-format-field-delimiters): New function, functionality
18198 extracted from bibtex-format-entry.
18199 (bibtex-autokey-get-yearfield-digits): New function, functionality
18200 extracted from bibtex-autokey-get-yearfield.
18201
18202 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18203 entries in order to avoid stack overflow in the regexp matcher if
18204 field contents become large.
18205 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18206 (bibtex-field-string-part-not-braced)
18207 (bibtex-field-string-part-no-inner-braces)
18208 (bibtex-field-string-part-1-inner-brace)
18209 (bibtex-field-string-part-2-inner-braces)
18210 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18211 (bibtex-field-string-quoted, bibtex-field-string)
18212 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18213 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18214 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18215 Deleted as parsing is now performed by the following functions.
18216 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18217 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18218 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18219 (bibtex-parse-association, bibtex-field-name-for-parsing)
18220 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18221 (bibtex-search-forward-field, bibtex-search-backward-field)
18222 (bibtex-start-of-field, bibtex-end-of-field)
18223 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18224 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18225 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18226 (bibtex-parse-string, bibtex-search-forward-string)
18227 (bibtex-search-backward-string, bibtex-start-of-string)
18228 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18229 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18230 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18231 entries. Instead of reporting the results of the parsing by
18232 match-beginning or match-end, these functions return data structures
18233 that hold the corresponding positions.
18234 (bibtex-enclosing-field): Changed to also report field boundaries by
18235 return values rather than by match-beginning or match-end.
18236 The following functions have been adapted to use the new
18237 parsing functions.
18238 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18239 (bibtex-enclosing-field, bibtex-format-entry)
18240 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18241 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18242 (bibtex-print-help-message, bibtex-end-of-entry)
18243 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18244 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18245 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18246 Use the new method for parsing.
18247 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18248 (bibtex-map-entries, bibtex-flash-head)
18249 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18250 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18251 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18252 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18253 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18254 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18255 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18256 order to make the new binding of case-fold-search immediately visible.
18257
18258 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18259
18260 * textmodes/bibtex.el: Copyright notice is up to date.
18261 Added constant 'bibtex-maintainer-salutation.
18262
18263 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18264 than make-temp-name, use match-string-no-properties and eliminate
18265 a quadratic behavior when building bibtex-strings.
18266
18267 * bibtex.el (bibtex-reference-key): Accept string entries whose
18268 reference key contains upper case letters.
18269
18270 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18271
18272 * bibtex.el (bibtex-reference-head): Allow entries to start with
18273 a new line.
18274
18275 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18276
18277 * bibtex.el: Hiding of entry bodies is not longer provided by
18278 bibtex.el directly. Instead the hideshow package can be used.
18279 Added a special bibtex entry to hs-special-modes-alist.
18280 (bibtex-hs-forward-sexp): Added for hideshow.el.
18281
18282 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18283
18284 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18285 proceedings entry type (for cross referencing). Thanks to Wagner
18286 Toledo Correa for the suggestion.
18287
18288 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18289
18290 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18291
18292 * international/characters.el: Setup case table for Vietnamese.
18293
18294 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18295
18296 * uniquify.el (toplevel): Require CL at compile time.
18297 (uniquify-push): Removed.
18298
18299 * shadowfile.el (shadow-when): Removed.
18300
18301 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18302 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18303
18304 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18305 regexp for paragraph-start.
18306
18307 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18308 commas as well.
18309
18310 2000-02-10 Dave Love <fx@gnu.org>
18311
18312 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18313 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18314 Deleted.
18315 (widget-specify-field, widget-specify-button): Don't use
18316 widget-mouse-help as help-echo property.
18317 (default): Use #'ignore for :validate and :mouse-down-action.
18318 (checkbox): Add help-echo.
18319 (widget-sexp-validate): Rewritten to clarify error messages.
18320 (character): Use char-valid-p in :match function.
18321 (widget-color-complete): Use facemenu-color-alist.
18322 (widget-color-action): Use facemenu-read-color.
18323
18324 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18325 set up `caar' &c that we now have.
18326
18327 2000-02-09 Ray Blaak <blaak@gnu.org>
18328
18329 * delphi.el: Make resourcestring a declaration region, like const
18330 and var.
18331
18332 2000-02-09 Dave Love <fx@gnu.org>
18333
18334 * bindings.el (mode-line-input-method-map): New variable.
18335 (mode-line-mule-info): Use it; fix last change.
18336 (mode-line-mode-menu): Move definition.
18337 (mode-line-mouse-sensitive-p): Deleted.
18338 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18339 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18340
18341 * startup.el (command-line-1): Don't call
18342 make-mode-line-mouse-sensitive.
18343
18344 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18345
18346 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18347 before rmail-toggle-header, because the former toggles headers.
18348
18349 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18350
18351 * diff-mode.el (diff-kill-junk): New interactive function.
18352 (diff-reverse-direction): Use delete-and-extract-region.
18353 (diff-post-command-hook): Restrict the area so that the hook also works
18354 outside of any diff hunk. This is necessary for the minor-mode.
18355 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18356 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18357
18358 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18359 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18360 so that it can be used more easily in <foo>-mode-hook. Also make sure
18361 to avoid duplicate entries.
18362 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18363 (font-lock-remove-keywords): Just as was done for `add', allow it to
18364 work even if font-lock-mode is nil. Also make sure we don't modify
18365 any pre-existing list by forcing a copy-sequence. Finally rename
18366 `major-mode' to `mode'.
18367 (font-lock-fontify-syntactic-anchored-keywords)
18368 (font-lock-fontify-anchored-keywords)
18369 (font-lock-fontify-keywords-region): Use line-end-position.
18370 Don't make `font-lock-multiline' local (it's now done in
18371 font-lock-set-defaults).
18372 (font-lock-set-defaults): Make `font-lock-multiline' local.
18373 Move the `font-lock-fontified' creation to inside the `unless'.
18374
18375 2000-02-06 Andrew Innes <andrewi@gnu.org>
18376
18377 * term/w32-win.el (x-handle-args): Comment out call to message,
18378 which occurs before window system is initialized.
18379
18380 * makefile.nt: Add support for recompiling lisp code.
18381
18382 2000-02-04 Dave Love <fx@gnu.org>
18383
18384 * bindings.el (mode-line-mule-info): Fix/extend last change.
18385
18386 * completion.el: Replace completion-dolist with dolist.
18387
18388 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18389
18390 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18391
18392 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18393 environment names before they go into the section regexp.
18394
18395 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18396 char class in regexp.
18397
18398 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18399 Bind `case-fold-search' to nil.
18400
18401 * progmodes/idlwave.el (idlwave-template):
18402 Respect `idlwave-abbrev-change-case'.
18403 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18404 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18405 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18406 (idlwave-rw-case): New function.
18407 (idlwave-statement-match): Fixed problem with assignment regexp.
18408 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18409 (idlwave-surround): New argument LENGTH to support padding of
18410 operators longer than 1 char.
18411
18412 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18413 idlwave-shell-expression-overlay. Implemented printing of
18414 expressions on higher levels of the calling stack.
18415 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18416 (idlwave-retrieve-expression-from-level): New function.
18417 (idlwave-shell-last-calling-stack): Variable removed.
18418 (idlwave-shell-reset): Argument action reversed (`visible' to
18419 `hidden'). Also remove stop-line overlay.
18420 (idlwave-shell-calling-stack-routine): New variable.
18421 (idlwave-shell-parse-stack-and-display): Messages now display
18422 negative level numbers.
18423 (idlwave-shell-mode): Set `modeline-format'.
18424 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18425 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18426 (idlwave-shell-print-expression-function): New option.
18427
18428 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18429 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18430 `tool-bar' instead of `toolbar'.
18431
18432 2000-02-02 Dave Love <fx@gnu.org>
18433
18434 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18435 emacs-lisp-mode-hook. Don't check for defalias being defined.
18436
18437 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18438 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18439 Use the new builtins directly.
18440
18441 * whitespace.el (whitespace): Add :version to defgroup.
18442
18443 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18444 Doc fix.
18445
18446 * thingatpt.el (sexp-at-point, symbol-at-point)
18447 (number-at-point, list-at-point): Add autoload cookie.
18448
18449 * recentf.el (recentf): Add :version to defgroup.
18450
18451 * quickurl.el (quickurl): Add :version to defgroup.
18452
18453 * elide-head.el (elide-head): Use point-marker more.
18454
18455 * bs.el (bs): Add :version to defgroup.
18456
18457 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18458
18459 * progmodes/delphi.el (delphi): Add :version to defgroup.
18460
18461 2000-02-02 Gerd Moellmann <gerd@gnu.org>
18462
18463 * ange-ftp.el (ange-ftp-write-region): Handle case that
18464 succeeding process operation sets a different coding system.
18465
18466 * calculator.el: New file.
18467
18468 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18469
18470 * frame.el (frames-on-display-list, framep-on-display): New functions.
18471 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18472 (display-selections-p, display-screens, display-pixel-width)
18473 (display-pixel-height, display-mm-width, display-mm-height)
18474 (display-backing-store, display-save-under, display-planes)
18475 (display-color-cells, display-visual-class): New functions.
18476
18477 * term/tty-colors.el (tty-color-gray-shades): New function.
18478
18479 * faces.el (display-color-p): Use framep-on-display.
18480 (display-grayscale-p): New function.
18481
18482 2000-01-31 Dave Love <fx@gnu.org>
18483
18484 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18485 (create-fontset-from-x-resource): Don't concat integers.
18486
18487 2000-01-31 Inge Frick <inge@nada.kth.se>
18488
18489 * view.el: Some changes in documentation. Removed some trailing
18490 whitespace. Changed some parameter names to agree with documentation.
18491 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18492 window is not deleted. Modifies change 1998-04-26.
18493
18494 2000-01-31 Gerd Moellmann <gerd@gnu.org>
18495
18496 * windmove.el: New file.
18497
18498 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18499 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18500 progmodes/ebnf-yac.el: Update copyright and license info.
18501
18502 * jit-lock.el (jit-lock-function): Widen before calculating
18503 end position.
18504 (jit-lock-stealth-chunk-start): Rewritten.
18505
18506 * info.el (Info-title-face-alist): Removed.
18507 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18508 (Info-fontify-node): Use these faces.
18509
18510 2000-01-30 Gerd Moellmann <gerd@gnu.org>
18511
18512 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18513 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18514 `&allow-other-keywords'.
18515
18516 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18517 the list of directories scanned heuristically.
18518
18519 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18520
18521 2000-01-30 Jason Rumney <jasonr@gnu.org>
18522
18523 * w32-fns.el: Define w32-tty-standard-colors.
18524
18525 * startup.el (command-line): Use w32-tty-standard-colors when in
18526 w32 console mode.
18527
18528 2000-01-30 Dave Love <fx@gnu.org>
18529
18530 * jka-compr.el (jka-compr-load): Fix up load-history.
18531
18532 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18533
18534 * emacs-lisp/cl-macs.el: Revert previous change.
18535
18536 2000-01-29 Dave Love <fx@gnu.org>
18537
18538 * facemenu.el: Purecopy various strings.
18539
18540 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18541 years. Deal with three-digit years.
18542
18543 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18544 Use defconst, purecopy.
18545 (help-back-label): Purecopy it.
18546
18547 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18548
18549 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18550 variable. If non-nil, order the buffer list according to the
18551 currently selected frame.
18552 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18553 non-nil, pass the selected frame to function buffer-list.
18554
18555 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18556
18557 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18558
18559 2000-01-28 Dave Love <fx@gnu.org>
18560
18561 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18562
18563 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18564 Don't use lisp-indent-hook property.
18565 (cl-abs): Remove.
18566
18567 * subr.el: Move out indent and edebug specs for when and unless.
18568
18569 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18570 when, unless.
18571
18572 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18573 unless, when.
18574
18575 2000-01-28 Gerd Moellmann <gerd@gnu.org>
18576
18577 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18578 `collecting' as synonym for `collect'.
18579
18580 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18581 for the case it contains spaces.
18582
18583 * simple.el (what-cursor-position): Change formatting of messages.
18584
18585 * frame.el (delete-other-frames): New function.
18586 (toplevel): Bind it to C-x 5 1.
18587
18588 * sort.el (sort-numeric-base): New option.
18589 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18590 interpret it as octal or hexadecimal. Use sort-numeric-base
18591 as default base.
18592
18593 * progmodes/glasses.el: New file.
18594
18595 2000-01-27 Gerd Moellmann <gerd@gnu.org>
18596
18597 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18598 userids differently.
18599
18600 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18601 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18602 progmodes/ebnf-yac.el: New files.
18603
18604 2000-01-26 Dave Love <fx@gnu.org>
18605
18606 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18607 on a function with an empty body. [From Eric Ludlam.]
18608
18609 2000-01-25 Andre Spiegel <spiegel@gnu.org>
18610
18611 * vc.el (vc-version-diff): Make sure file name is expanded.
18612
18613 2000-01-25 Gerd Moellmann <gerd@gnu.org>
18614
18615 * scroll-bar.el (scroll-bar-timer): Variable removed.
18616 (scroll-bar-toolkit-scroll): Don't use a timer.
18617
18618 2000-01-25 Kenichi Handa <handa@etl.go.jp>
18619
18620 * language/thai-util.el (thai-composition-function):
18621 Delete superfluous `a'.
18622
18623 2000-01-24 Dave Love <fx@gnu.org>
18624
18625 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18626 end-of-defun-function.
18627
18628 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18629
18630 2000-01-22 Jason Rumney <jasonr@gnu.org>
18631
18632 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18633 conflicts with new face support.
18634
18635 2000-01-22 Richard M. Stallman <rms@gnu.org>
18636
18637 * replace.el (query-replace): Rename last arg to DELIMITED.
18638 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18639 (query-replace-regexp): Likewise.
18640
18641 2000-01-20 Richard M. Stallman <rms@gnu.org>
18642
18643 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18644
18645 * emacs-lisp/lisp.el (beginning-of-defun-function):
18646 Variable renamed from beginning-of-defun.
18647 Do not call make-variable-buffer-local.
18648 (beginning-of-defun-raw): Use new variable name; doc fix.
18649 (beginning-of-defun): Doc fix.
18650 (end-of-defun-function): Variable renamed from end-of-defun.
18651 Do not call make-variable-buffer-local.
18652 (end-of-defun): Use new variable name; doc fix.
18653
18654 * subr.el (dolist, dotimes): Copied from cl-macs.el
18655 and made to work.
18656
18657 * mail/undigest.el (rmail-digest-end-regexps):
18658 Variable replaces rmail-digest-end-regexp.
18659 Allows multiple regexps for detecting the end line.
18660 (undigestify-rmail-message): Corresponding changes.
18661
18662 2000-01-19 Dave Love <fx@gnu.org>
18663
18664 * files.el (user-init-file): Don't declare here -- is primitive.
18665
18666 * startup.el (command-line): Check for compiled user-init-file and
18667 set to uncompiled version if necessary.
18668
18669 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18670
18671 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18672 (undigestify-rmail-message): Use it.
18673
18674 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18675
18676 2000-01-17 Gerd Moellmann <gerd@gnu.org>
18677
18678 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18679 of mini-buffer.
18680
18681 2000-01-14 Gerd Moellmann <gerd@gnu.org>
18682
18683 * emacs-lisp/copyright.el (copyright-update): Removed the
18684 requirement for a trailing space from `copyright-regexp', to
18685 support copyrights with owner specified on a separate line..
18686
18687 * align.el: New file.
18688
18689 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18690
18691 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18692
18693 2000-01-13 Dave Love <fx@gnu.org>
18694
18695 * ph.el: Removed. (Obsoleted by EUDC.)
18696
18697 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18698
18699 * net/eudc.el (toplevel): Remove autoloaded code installing
18700 menu with easymenu, because that causes build problems.
18701
18702 * frame.el (frame-notice-user-settings): New variable.
18703 (frame-notice-user-settings): Don't modify frame parameters
18704 if called a second time.
18705
18706 2000-01-13 Richard M. Stallman <rms@gnu.org>
18707
18708 * frame.el (frame-notice-user-settings):
18709 Notice default-frame-parameters even for non-window frames.
18710
18711 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18712
18713 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18714 for Emacs.
18715 (eudc-bob-can-display-inline-images): Extend for Emacs.
18716 (eudc-bob-toggle-inline-display): Ditto.
18717 (eudc-bob-display-jpeg): Ditto.
18718
18719 2000-01-12 Gerd Moellmann <gerd@gnu.org>
18720
18721 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18722 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18723 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18724
18725 * add-log.el (add-change-log-entry): Fix error trying an
18726 `(insert nil)'.
18727
18728 * subdirs.el: Add `net' directory.
18729
18730 * net: New directory.
18731
18732 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18733 eval-last-sexp. Don't bind debug-on-error here.
18734 (eval-last-sexp): New function. Bind debug-on-error if
18735 eval-expression-debug-on-error is non-nil.
18736 (eval-defun-2, eval-defun): Likewise.
18737
18738 * simple.el (eval-expression): Don't bind debug-on-error if
18739 eval-expression-debug-on-error is nil. Detect changed
18740 debug-on-error, and propagate new value to global binding, if
18741 eval-expression-debug-on-error is non-nil,
18742 (eval-expression-debug-on-error): Change doc string.
18743
18744 2000-01-11 Richard M. Stallman <rms@gnu.org>
18745
18746 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18747
18748 * emacs-lisp/lisp-mode.el (with-syntax-table):
18749 Set up lisp-indent-function property.
18750
18751 * subr.el (with-syntax-table): Moved from simple.el.
18752
18753 * simple.el (with-syntax-table): Moved to subr.el.
18754
18755 2000-01-11 Gerd Moellmann <gerd@gnu.org>
18756
18757 * tmm.el (tmm-shortcut): Delete region after prompt instead
18758 of erasing buffer.
18759
18760 * textmodes/fill.el (fill-common-string-prefix): New function.
18761 (fill-context-prefix): Use the longest common prefix of first
18762 and second line fill prefix, if there is one.
18763
18764 2000-01-11 Richard M. Stallman <rms@gnu.org>
18765
18766 * array.el (array-mode): Don't use make-variable-buffer-local.
18767 Use make-local-variable for `truncate-lines'.
18768
18769 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18770
18771 * add-log.el (add-log-current-defun): Handle user-defined
18772 add-log-current-function returning nil,
18773
18774 * add-log.el (add-change-log-entry): Insert version number
18775 if having found a current function
18776
18777 * add-log.el (add-log-current-defun):
18778 Call `add-log-current-defun-function'. Try matches at level 0 and
18779 level 1. Strip whitespace from defun found.
18780
18781 2000-01-10 John Wiegley <johnw@gnu.org>
18782
18783 * allout.el (isearch-done/outline-provisions): Added `edit'
18784 argument to correspond with the current definition of `isearch-done'.
18785
18786 2000-01-10 Dave Love <fx@gnu.org>
18787
18788 * elide-head.el (elide-head): Use point-marker, not point.
18789
18790 2000-01-10 Gerd Moellmann <gerd@gnu.org>
18791
18792 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18793 before and after the year 2000.
18794
18795 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18796 Add ispell- prefix.
18797
18798 2000-01-10 Ken Stevens <k.stevens@ieee.org>
18799
18800 * ispell.el: Only define dictionaries in menus when they exist.
18801 (version18p): New variable.
18802 (version20p): New variable.
18803 (xemacsp): New variable.
18804 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18805 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18806 (ispell-dictionary-alist6): Russian command lines no longer accept
18807 run-together words.
18808 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18809 (ispell-dictionary-alist): Add koi8-r to customize definition.
18810 (check-ispell-version): Added documentation string. Return library
18811 path when called non-interactively.
18812 (ispell-menu-map-needed): Uses new variables.
18813 (ispell-library-path): New variable.
18814 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18815 (ispell-word): Improved documentation string. Test for valid
18816 character mappings. Correctly check typed in word changes that can
18817 result in single words split into multiple words.
18818 Return replacement word.
18819 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18820 replace in recursive query replace mode. Help message for
18821 recursive edit mode.
18822 (ispell-show-choices): Protect against bad framepop bindings.
18823 (ispell-help): Fix to work with XEmacs.
18824 (ispell-highlight-spelling-error): Use new variables.
18825 (ispell-overlay-window): Fix to work with XEmacs.
18826 (ispell-parse-output): Passed and returns location information
18827 tracking spelling corrections. Doesn't recheck same word on
18828 current line.
18829 (ispell-init-process): Protect against bogus XEmacs variable binding.
18830 Fix call to single argument in sleep-for. Use new variables.
18831 (ispell-region): Passed and returns location information tracking
18832 spelling corrections. Doesn't check same word on current line.
18833 Improved documentation string. Doesn't resend a line already
18834 checked to the ispell process - fixes bug in LaTeX parsing.
18835 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18836 (ispell-skip-region): No longer skips <TT> in SGML.
18837 (ispell-process-line): Tracks location information with spelling
18838 corrections. Added documentation string. Accounts for words
18839 already accepted on this line. Don't allow query-replace on line
18840 starting with math characters. Doesn't resend a line already sent
18841 to ispell process. Fixes alignment error bug.
18842
18843 2000-01-10 Richard M. Stallman <rms@gnu.org>
18844
18845 * dired-x.el (dired-guess-shell-alist-default):
18846 Suggest xloadimage, which is free, not xv, which isn't.
18847
18848 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18849 Don't ever include the host name or user name in the value.
18850
18851 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18852
18853 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18854 of a real newline.
18855
18856 2000-01-09 Stephen Eglen <stephen@gnu.org>
18857
18858 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18859 for .png files.
18860
18861 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18862
18863 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18864
18865 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18866
18867 * progmodes/cperl-mode.el: Replace ^F with ^L.
18868
18869 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18870 `require'ing rmail and mailalias to prevent infinite recursion.
18871
18872 2000-01-08 Dave Love <fx@gnu.org>
18873
18874 * emacs-lisp/backquote.el: Remove inappropriate customization
18875 (allowing custom.el to use backquote).
18876
18877 2000-01-07 Dave Love <fx@gnu.org>
18878
18879 * add-log.el (add-log-debugging): Deleted.
18880 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18881 file. Remove debugging code.
18882 (change-log-get-method-definition, change-log-name): Add doc.
18883 (change-log-sortable-date-at): New function.
18884 (change-log-merge): New command.
18885
18886 * time.el (display-time-string-forms): Make the Mail string active.
18887 (display-time-update): Provide help-echo for load average.
18888
18889 * bindings.el (make-mode-line-mouse2-map): New function.
18890 (mode-line-modified): Use it and simplify.
18891 (mode-line-mule-info): Provide help-echo info.
18892 (minor-mode-alist): Activate the strings.
18893 (make-mode-line-mouse-sensitive): Simplify for
18894 mode-line-buffer-identification.
18895
18896 2000-01-07 Gerd Moellmann <gerd@gnu.org>
18897
18898 * play/pong.el: New file.
18899
18900 2000-01-06 Dave Love <fx@gnu.org>
18901
18902 * array.el: Assorted cleanups for compiler warnings, doc strings,
18903 `array-' prefix for symbols.
18904
18905 2000-01-05 Dave Love <fx@gnu.org>
18906
18907 * textmodes/outline.el (outline-mode-menu-bar-map):
18908 Add outline-headers-as-kill.
18909 (outline-mode): Define imenu-generic-expression.
18910 (outline-headers-as-kill): New command.
18911
18912 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18913 from paragraph-start.
18914 (paragraph-indent-minor-mode): New command.
18915
18916 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18917 M-C-e, M-C-h, C-j, C-xnd, TAB.
18918 (fortran-mode): Set beginning-of-defun, end-of-defun.
18919 (fortran-column-ruler): Simplify.
18920 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18921 (fortran-with-subprogram-narrowing): Likewise.
18922 (fortran-indent-subprogram): Call mark-defun.
18923 (fortran-check-for-matching-do): Change narrowing.
18924
18925 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18926 (cl-lucid-hash-tag): Delete.
18927 (cl-hash-table-p): Correct test for native table.
18928 (cl-hash-table-count): Use hash-table-count.
18929
18930 * browse-url.el (browse-url): Fix case of
18931 browse-url-browser-function being an alist.
18932
18933 2000-01-05 Carsten Dominik <cd@gnu.org>
18934
18935 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18936 (reftex-index-phrase-file-extension): New options.
18937
18938 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18939 Use new option `reftex-index-phrase-file-extension'.
18940
18941 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18942 `reftex-parse-file-extension'.
18943
18944 2000-01-05 Dave Love <fx@gnu.org>
18945
18946 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18947 (beginning-of-defun-raw): Use it.
18948 (end-of-defun): New variable.
18949 (end-of-defun): Use it.
18950 (check-parens): New command.
18951
18952 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18953
18954 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18955 (hs-show-block): Don't use `mapcar' when not accumulating.
18956
18957 Fix buglet in local variables initialization.
18958
18959 2000-01-05 Andreas Schwab <schwab@suse.de>
18960
18961 * hscroll.el (hscroll): Doc fix.
18962
18963 2000-01-05 Carsten Dominik <cd@gnu.org>
18964
18965 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18966 Require idlw-toolbar.
18967
18968 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18969 file idlw-rinfo.el.
18970 (idlwave-customize): Load must read file idlw-shell.el.
18971 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18972
18973 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18974
18975 * progmodes/idlw-shell.el: Also provide idlwave-shell
18976 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18977 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18978
18979 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18980 both reftex-dcr and reftex-vcr.
18981
18982 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18983
18984 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18985
18986 * ps-print.el: PostScript code now is in separate files, doc fix.
18987 (ps-print-version): New version number (5.0.3).
18988 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18989 local.
18990 (ps-spool-config): Initialization fix.
18991 (ps-print-prologue-1, ps-print-prologue-2)
18992 (ps-print-duplex-feature): PostScript code moved to separated file.
18993 (ps-background-image): Little code reformating.
18994 (ps-begin-file, ps-begin-job): Fix code.
18995 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18996 (ps-prologue-file): New fun.
18997
18998 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18999
19000 * ps-vars.el: Eliminated.
19001
19002 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19003 `;;;###autoload'.
19004
19005 * ps-print.el: ps-vars eliminated, doc fix.
19006 (ps-print-version): New version number (5.0.2).
19007 (ps-spool-config): Initialization fix.
19008 (ps-print-customize): New fun.
19009
19010 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19011
19012 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19013
19014 2000-01-04 Dave Love <fx@gnu.org>
19015
19016 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19017 menu items.
19018
19019 2000-01-03 Dave Love <fx@gnu.org>
19020
19021 * elide-head.el (elide-head) [defgroup]: Add :version.
19022
19023 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19024 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19025 Use `cl-hash-table-p', not `hash-table-p'.
19026 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19027
19028 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19029
19030 * faces.el (face-read-integer, read-face-attribute)
19031 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19032
19033 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19034
19035 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19036 at comment end, and re-insert them after filling.
19037
19038 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19039
19040 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19041 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19042 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19043
19044 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19045
19046 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19047 the new name of face-color-supported-p.
19048
19049 * term/w32-win.el (xw-defined-colors): Likewise.
19050
19051 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19052
19053 * simple.el (completion-setup-function): Count completion-size
19054 from minibuffer-prompt-end, not from point-min.
19055
19056 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19057
19058 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19059 Pass the frame to tty-color-* functions.
19060 (display-color-p, frame-set-background-mode): Pass the frame to
19061 tty-display-color-p.
19062
19063 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19064 tty-color-alist.
19065 (tty-color-alist, tty-modify-color-alist): New functions.
19066 (tty-color-define, tty-color-clear, tty-color-approximate)
19067 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19068 optional parameter FRAME.
19069
19070 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19071
19072 * image.el (create-image, defimage): Don't assume image data is
19073 a string.
19074
19075 * image.el (defimage): Handle specifications containing :data
19076 instead of :file.
19077 (image-type-from-data): New function.
19078 (image-type-from-file-header): Use it.
19079 (create-image): Add parameter DATA-P.
19080
19081 See ChangeLog.8 for earlier changes.
19082
19083 ;; Local Variables:
19084 ;; coding: iso-2022-7bit
19085 ;; End: