]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-08-20 Alex Schroeder <alex@gnu.org>
2
3 * sql.el (sql-db2): Doc change.
4
5 2001-08-20 Alex Schroeder <alex@gnu.org>
6
7 * sql.el (sql-postgres): Add the database at the end of the
8 parameters instead of at the beginning.
9 (sql-postgres-options): Doc change.
10
11 2001-08-17 Gerd Moellmann <gerd@gnu.org>
12
13 * custom.el (defcustom): Doc fix.
14
15 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16
17 * ps-mule.el (find-composition): Check if (char-after POS)
18 returns a valid character.
19
20 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
23 original-point for extra CR characters that are added/removed when
24 the buffer is written/read whose EOL type is -dos.
25
26 2001-08-16 Miles Bader <miles@gnu.org>
27
28 * simple.el (line-move): Undo previous change.
29
30 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
31 property to input-terminating `boundary' overlays to avoid
32 line-move wierdness.
33
34 2001-08-16 Gerd Moellmann <gerd@gnu.org>
35
36 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
37 buffer in a save-restriction. Under one test case with Ediff,
38 window-scroll-functions are run with a window start that's
39 temporarily outside of the restriction.
40
41 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
42
43 * textmodes/texnfo-upd.el: Update copyright notice, fix minor
44 typos.
45 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
46 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
47 (texinfo-update-menu-region-beginning)
48 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
49 command, @ifnottex, to regexps, so it is found.
50
51 2001-08-16 Andrew Innes <andrewi@gnu.org>
52
53 * makefile.nt (DONTCOMPILE): Omit bindings.el.
54 (DONTCOMPILE): Omit sc.el.
55
56 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
57 (DONTCOMPILE): Omit sc.el.
58
59 2001-08-16 Gerd Moellmann <gerd@gnu.org>
60
61 * replace.el (occur): Bind inhibit-read-only to t.
62
63 2001-08-16 Miles Bader <miles@gnu.org>
64
65 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t
66 when calling `constrain-to-field', to avoid problems with comint
67 prompts.
68
69 2001-08-15 Gerd Moellmann <gerd@gnu.org>
70
71 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
72 (toplevel): Set it as `common-lisp-indent-function' for
73 `defmethod'.
74
75 * ediff-mult.el (ediff-get-meta-info): Fix the condition
76 of a while-loop.
77
78 * Makefile.in (DONTCOMPILE): Remove sc.el.
79
80 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
81 Don't include term/.
82
83 * mail/sc.el: Moved to obsolete/.
84
85 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
86
87 * ps-print.el: Change error function arguments to follow Emacs
88 message convention. Doc fix.
89 (ps-print-version): New version number (6.5.4).
90 (coding-system-for-write): Change declaration position to avoid
91 XEmacs compilation gripes.
92 (coding-system-for-read, buffer-file-coding-system): Declarations
93 to avoid XEmacs compilation gripes.
94
95 * ps-mule.el: Doc fix.
96 (ps-mule-encode-header-string): If STRING is not a string, replace
97 STRING by empty string.
98
99 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * frame.el (show-trailing-whitespace): Doc fix.
102
103 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * desktop.el (desktop-save): Insert the coding: tag before
106 desktop-header.
107
108 2001-08-13 Gerd Moellmann <gerd@gnu.org>
109
110 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
111 its path from $els.
112
113 * image.el (image-jpeg-p): Fix call of substring.
114
115 2001-08-10 Gerd Moellmann <gerd@gnu.org>
116
117 * play/animate.el (animate-string): Doc fix. Use a buffer
118 name with stars in it.
119 (animate-sequence): New function.
120 From Richard Stallman <rms@gnu.org>.
121
122 * frame.el (select-frame-set-input-focus): New function
123 extracted from other-frame.
124 (other-frame): Use it.
125 (next-multiframe-window, previous-multiframe-window): Use it.
126
127 * isearch.el (isearch-other-meta-char): Don't switch to the
128 buffer of a window clicked on, when the current buffer is
129 in Isearch mode.
130
131 * image.el (image-jpeg-p): Test for APPn markers in the range
132 #xe0..#xef.
133
134 2001-08-09 Gerd Moellmann <gerd@gnu.org>
135
136 * desktop.el (desktop-save): Don't use concat to form a file
137 name, use expand-file-name.
138
139 * mouse.el (mouse-delete-window): Do nothing if frame has just
140 one window.
141
142 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
143 for the minor mode name.
144
145 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
146 minor mode name.
147
148 * time.el (display-time-string-forms): Use
149 make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
150
151 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
152 the minor mode name.
153
154 * emacs-lisp/easy-mmode.el (define-minor-mode): Use
155 mode-line-minor-mode-keymap for the minor mode name.
156
157 * calendar/calendar.el (calendar-mode-line-format): Use
158 make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
159
160 * bindings.el (make-mode-line-mouse-map): Renamed from
161 make-mode-line-mouse2-map. Take additional arg MOUSE.
162 (mode-line-modified): Use mouse-3 instead of mouse-2.
163 (mode-line-buffer-identification-keymap): Bind keys differently.
164 (propertized-buffer-identification): Adapt help-echo to new
165 bindings.
166
167 * bindings.el (mode-line-format): Specify help-echo for line
168 number, column number and buffer-percent part of the mode-line.
169
170 * image.el (image-type-regexps): Allow whitespace at the start
171 of the image data for XPM, XBM and Postscript, which are
172 text files.
173 (image-jpeg-p): Correct calculation of next field offset.
174
175 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
176
177 * battery.el: Fix typo.
178
179 2001-08-08 Gerd Moellmann <gerd@gnu.org>
180
181 * image.el (image-type-regexps): Allow predicates. Change the way
182 JPEG images are recognized.
183 (image-jpeg-p): New function.
184 (image-type-from-data): Handle predicates in image-type-regexps.
185
186 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
187 #:, #x, #o, and similar constructs.
188
189 2001-08-07 Gerd Moellmann <gerd@gnu.org>
190
191 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
192
193 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
194 instead of `progn'.
195
196 * tar-mode.el (tar-extract): Avoid generating a new buffer
197 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
198
199 * textmodes/paragraphs.el (forward-sentence): Avoid building
200 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
201
202 * progmodes/executable.el (executable-set-magic): If
203 executable-find returns a quoted file name, unquote it before
204 inserting it.
205
206 * image.el (image-type-regexps): For JPEG files, use a regexp
207 derived from the JFIF spec.
208
209 * image.el (image-type-regexps): Use `\`' instead of `^' in
210 most regular expressions.
211
212 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
213
214 * play/animate.el: re-insert a reference to re-inserted function.
215
216 2001-08-06 Gerd Moellmann <gerd@gnu.org>
217
218 * help.el (describe-function-1): Use
219 find-function-search-for-symbol instead of find-function-noselect
220 because the latter follows aliases.
221
222 * play/animate.el (animate-birthday-present): Re-insert.
223
224 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
225 old-style menu definitions.
226
227 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
228
229 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
230 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
231
232 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
233 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
234 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
235
236 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
237
238 * textmodes/tildify.el: Milan Zamazal has new address.
239
240 2001-08-03 Gerd Moellmann <gerd@gnu.org>
241
242 * custom.el (custom-set-variables): Don't test `custom-requests'
243 properties, check the third element of the options passed to
244 custom-set-variables instead.
245
246 * info.el (info-insert-file-contents): Use info-file-exists-p
247 instead of file-exists-p.
248
249 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
250 the mode-line face is restored. Fix several bugs.
251
252 * replace.el (perform-replace): Doc fix.
253
254 2001-08-02 Francesco Potorti` <pot@gnu.org>
255
256 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
257 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
258 (uniquify-fix-item-base, uniquify-fix-item-filename)
259 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
260 Callers changed.
261 (uniquify-set-proposed): Changed to work with a vector item.
262 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
263 the fix list, and a list of strings for the non-file buffer
264 names. Both changes reduce consing.
265 (uniquify-rationalize-a-list): Local variable renaming.
266 (uniquify-rationalize-conflicting-sublist): Use member instead of
267 assoc.
268 (uniquify-rename-buffer): Use unless instead of if not.
269
270 2001-08-02 Gerd Moellmann <gerd@gnu.org>
271
272 * recentf.el (recentf-dump-variable): Handle a value of nil
273 correctly.
274
275 * custom.el (custom-set-variables): Set options with :require
276 clauses last.
277
278 * custom.el (defcustom): Doc fix.
279
280 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
281
282 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
283
284 * man.el (man): Mention Man-switches in the doc string.
285 (Man-switches): Mention -a in the doc string.
286
287 * textmodes/ispell.el (ispell-alternate-dictionary): Add
288 /usr/share/lib/dict/words, for Irix.
289
290 * bindings.el: Bind shifted and control-shifted kp-* keys to the
291 corresponding non-kp keys. Suggested by Stephen Gildea
292 <gildea@alum.mit.edu>.
293
294 2001-08-01 Francesco Potorti` <pot@gnu.org>
295
296 * uniquify.el: These changes correct a corner case that the old
297 code managed correctly.
298 (uniquify-fix-item-proposed): Renamed from
299 uniquify-fix-item-min-proposed.
300 (uniquify-set-proposed): New function.
301 (uniquify-rationalize-file-buffer-names): Code reshuffled for
302 clarity and speed.
303 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
304 is equivalent to what the old code did.
305 (uniquify-rationalize-a-list): Never recompute the proposed
306 name. Sort the conflicting sublist before rationalising it: this
307 is equivalent to what the old code did, but one directory element
308 at a time, and only when necessary.
309 (uniquify-rationalize-conflicting-sublist): Recompute here the
310 proposed name.
311
312 2001-08-01 Gerd Moellmann <gerd@gnu.org>
313
314 * play/animate.el: Add Keywords and Maintainer. Remove a
315 reference to a removed function.
316
317 * play/animate.el (animate-string): Handle case that the string is
318 longer than the window is wide.
319
320 2001-07-31 Gerd Moellmann <gerd@gnu.org>
321
322 * desktop.el (desktop-save): Bind coding-system-for-write to
323 `emacs-mule' for write-region.
324
325 * delsel.el (delete-selection-pre-hook): Don't set this-command
326 to `ignore' if the region is empty.
327
328 * international/mule.el (set-keyboard-coding-system): Set
329 keyboard-coding-system.
330
331 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
332 before accessing it.
333
334 2001-07-30 Andreas Schwab <schwab@suse.de>
335
336 * menu-bar.el (toggle-highlight-paren-mode): Use
337 `(show-paren-mode)' as body.
338
339 2001-07-30 Andre Spiegel <spiegel@gnu.org>
340
341 * vc.el (vc-checkout-hook): New hook.
342 (vc-checkout): Run it.
343
344 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
345
346 * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
347 the ?= operator. From Jonathan Kamens <jik@curl.com>.
348
349 2001-07-30 Gerd Moellmann <gerd@gnu.org>
350
351 * vc.el (vc-switch-backend): Fix autoload cookie.
352
353 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
354 the desktop file.
355
356 2001-07-30 Simon Josefsson <jas@extundo.com>
357
358 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
359 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
360
361 2001-07-27 Gerd Moellmann <gerd@gnu.org>
362
363 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
364 (last-sexp-toggle-display): Renamed from last-sexp-print.
365 (last-sexp-toggle-display, eval-last-sexp-1): Use
366 last-sexp-setup-props.
367
368 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
369 New user-options.
370 (mouse-wheel-change-button): New function.
371 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
372 (mwheel-scroll): Ditto.
373
374 2001-07-26 Gerd Moellmann <gerd@gnu.org>
375
376 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
377 `...', compare with unabbreviated printed representation instead.
378 (last-sexp-print): Bind print-length and print-level to nil.
379
380 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
381 before assigning text properties. Make properties rear-nonsticky.
382
383 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
384 (eval-last-sexp-1): Give printed text a `keymap' property and bind
385 <mouse-2> and <RET> in that map to a function printing the
386 unabbreviated value.
387
388 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
389 is a buffer, put a text property `printed-value' on the printed
390 representation, with the Lisp object printed as value.
391
392 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
393
394 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
395 Mention the effect of eval-expression-print-length and
396 eval-expression-print-level in the doc strings. Suggested by
397 Kevin Gallagher <kevingal@onramp.net>.
398
399 2001-07-25 Gerd Moellmann <gerd@gnu.org>
400
401 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
402 for buttons > 3.
403 (xterm-mouse-translate): Handle the case that we don't get a
404 down-event.
405
406 * emacs-lisp/find-func.el (find-function-regexp): Add
407 easy-mmode-define-global-mode to the regexp. Allow newlines
408 in front of the function name.
409
410 * isearch.el (isearch-other-meta-char): Fix last change.
411
412 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
413 similar events for which fake prefix keys are generated. It's no
414 longer necessary since read_key_sequence doesn't modify these
415 events for internal purposes anymore.
416
417 * files.el (auto-mode-alist): Use nroff-mode for files ending
418 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
419
420 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
421
422 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
423 tool-bar-lines parameter, behave as if its value were zero.
424 (mouse-avoidance-set-pointer-shape): Don't do anything if
425 x-pointer-shape is not boundp.
426
427 2001-07-23 Francesco Potorti` <pot@gnu.org>
428
429 * uniquify.el: Overall speedup changes when using many buffers.
430 (uniquify-fix-item-base, uniquify-fix-item-filename,
431 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
432 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
433 place in the item, but was never used.
434 (uniquify-fix-item-min-proposed): New defalias: the fourth place
435 in the item is now used as cache for the proposed name.
436 (uniquify-rationalize-file-buffer-names): Move computation made on
437 newbuffile out of the loop, in the newbuffile-nd local var. Use
438 dolist (cosmetic change). Compute the proposed name for the most
439 common case and cache it in the fourth place in the item.
440 (uniquify-rationalize-file-buffer-names): Used to return a a list
441 of buffer whose name was changed, but that return value was never
442 used.
443 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
444 the cached proposed name, does much less consing and is quicker.
445 (uniquify-filename-lessp): Deleted.
446 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
447 not bind locally the uniquify-possibly-resolvable flag. Use the
448 cached proposed name is possible.
449 (uniquify-get-proposed-name): Arguments changed, callers changed.
450 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
451 uniquify-possibly-resolvable flag, which is no more bound locally.
452 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
453 flag, which does not exist any more.
454
455 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
456
457 * term/internal.el (IT-unicode-translations): Fix the appearance of
458 "6`".
459
460 * progmodes/compile.el (compile-internal): If EMACS is already
461 defined in the environment, don't override its value.
462
463 2001-07-23 Gerd Moellmann <gerd@gnu.org>
464
465 * play/fortune.el: Undo change of 2001-07-13.
466 Fix autoload cookies. Add types to defcustoms.
467 (fortune) <defgroup>: Add :link.
468 (fortune-from-region): Use eq, not eql.
469 From Dave Love <fx@gnu.org>.
470
471 * play/animate.el (animate-birthday-present): Function removed.
472
473 * play/animate.el: New file.
474
475 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
476
477 * startup.el (normal-top-level-add-subdirs-to-load-path): On
478 Windows, put into normal-top-level-add-subdirs-inode-list the
479 canonicalized names of the directories instead of inode numbers.
480
481 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
482
483 * ediff-util.el: Copyright years.
484 (ediff-choose-syntax-table): New function.
485 (ediff-setup): Use ediff-choose-syntax-table.
486 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
487 vc-state is available.
488 (ediff-make-temp-file): Use ediff-coding-system-for-write.
489
490 * ediff-init.el (ediff-with-syntax-table): New macro, uses
491 with-syntax-table.
492 (ediff-coding-system-for-read): From ediff-diff.el
493 (ediff-coding-system-for-write): New variable.
494 (ediff-highest-priority): Fixed the bug having to do with disappearing
495 overlays.
496 (ediff-file-remote-p): Use file-remote-p, if available.
497 (ediff-listable-file): New function.
498 (ediff-file-attributes): Use ediff-listable-file.
499
500 * ediff-mult.el (ediff-meta-insert-file-info1): Use
501 ediff-listable-file.
502
503 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
504 ediff-coding-system-for-read.
505 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
506
507 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
508 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
509
510 * ediff.el: Date of last update, copyright years.
511
512 * ediff-wind (ediff-setup-control-frame): Nill->nil.
513
514 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
515 of Scott Bronson.
516 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
517 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
518 Deleted functions.
519 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
520 ex-token-list.
521 (viper-get-ex-address-subr): Convert registers to char data type.
522
523 * viper-util.el (viper-int-to-char,viper-char-equal): New
524 functions.
525 (viper-memq-char): Use viper-int-to-char.
526 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
527 vc-locking-state.
528 (viper-read-key): Use viper-read-key-sequence.
529
530 * viper.el (viper-major-mode-modifier-list): Added
531 inferior-emacs-lisp-mode.
532 (this-major-mode-requires-vi-state): New function that uses simple
533 heuristics to decide if vi state is appropriate.
534 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
535 (viper-non-hook-settings): Don't advise read-key-sequence.
536 (viper-read-key-sequence): New function that replaces the
537 previously used advice to read-key-sequence.
538
539 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
540 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
541 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
542 (viper-open-line-at-point,viper-substitute,viper-overwrite)
543 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
544 Got rid of the negative character hack.
545 (viper-escape-to-state,viper-replace-state-exit-cmd):
546 Use viper-read-key-sequence.
547 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
548 (viper-minibuffer-standard-hook,viper-read-string-with-history):
549 Don't override existing minibuffer-setup-hook.
550 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
551 Convert registers to char data type.
552 (viper-autoindent): Use viper-indent-line.
553
554 * viper-keym.el: Use viper-exec-key-in-emacs.
555
556 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
557
558 * server.el (server-visit-files): Fix variable name typo.
559
560 2001-07-20 Gerd Moellmann <gerd@gnu.org>
561
562 * simple.el (delete-trailing-whitespace): Save match data
563 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
564
565 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
566
567 * progmodes/compile.el (compilation-parse-errors): `linenum' might
568 return a this-error using the alternative format (a pair of markers).
569
570 2001-07-19 Gerd Moellmann <gerd@gnu.org>
571
572 * font-lock.el (c++-keywords): Add Standard C++ operator names.
573
574 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
575 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
576
577 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
578
579 * international/iso-transl.el: Fix typo in the header of the file.
580
581 * textmodes/picture.el (picture): Doc fix.
582
583 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
584 follow coding conventions in generated files.
585
586 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
587
588 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
589 (tool-bar-add-item): Don't call image-related primitives if the
590 display doesn't support images.
591
592 * frame.el (display-images-p): New function.
593
594 2001-07-17 Gerd Moellmann <gerd@gnu.org>
595
596 * server.el (server-visit-files): Handle the case the specified
597 column number is <= 0.
598
599 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
600
601 * startup.el (command-line-1): Add support for +LINE:COLUMN
602 command line argument.
603
604 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
605
606 * server.el (server-process-filter, server-visit-files):
607 Add support for +LINE:COLUMN style emacsclient calls.
608
609 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
610
611 * emacs-lisp/easy-mmode.el: Add Keywords header.
612
613 * play/pong.el: Author has new address.
614
615 * play/landmark.el: Author is no more reachable.
616
617 * play/handwrite.el: Author is no more reachable.
618
619 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
620
621 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
622 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
623 Complete bindings for F<1..12> keys.
624 (global-map): Remove `undo' binding (already in the default).
625 Replace `t<n>' bindings with `f<n>' bindings.
626
627 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
628
629 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
630 (tcl-mode): Use tcl-add-log-defun.
631 (tcl-indent-line): Use tcl-calculate-indent.
632 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
633 (tcl-indent-exp): Renamed from indent-tcl-exp.
634 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
635 (tcl-indent-for-comment): Call comment-indent-function properly
636 and handle the case where it returns nil.
637
638 2001-07-16 Gerd Moellmann <gerd@gnu.org>
639
640 * calendar/cal-islam.el (calendar-goto-islamic-date):
641 Remove autoload cookie.
642
643 * calendar/calendar.el (calendar-goto-islamic-date):
644 Add call to autoload.
645
646 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
647
648 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
649 Don't change compile-auto-highlight globally.
650 Don't bother with `font-lock-defaults' property since XEmacs
651 also understands the `font-lock-defaults' variable.
652 Use make-local-variable rather than make-variable-buffer-local.
653 Don't `defconst' comment-indent-function: keep the default.
654 Call easy-menu-add unconditionally.
655 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
656 (ada-create-menu): Use :included for Emacs as well.
657
658 * vc.el (vc-do-command): Autoload.
659
660 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
661
662 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
663
664 * ps-print.el: Fix Author: header.
665
666 2001-07-16 Gerd Moellmann <gerd@gnu.org>
667
668 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
669 mouse-1 etc., bind them to `ignore'.
670
671 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
672 send-invisible, which is already defined in Comint.
673 (eshell-watch-for-password-prompt): Use it.
674
675 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
676
677 * which-func.el (which-func-mode): Doc fix.
678
679 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
680 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
681 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
682 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
683 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
684 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
685 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
686 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
687 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
688 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
689 * emulation/edt-mapper.el, emulation/edt-pc.el,
690 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
691 * emulation/tpu-edt.el, emulation/tpu-extras.el,
692 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
693 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
694 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
695 * international/isearch-x.el, international/iso-cvt.el,
696 * international/ogonek.el, international/quail.el,
697 * international/utf-8.el, jit-lock.el, language/devan-util.el,
698 * language/devanagari.el, language/ethio-util.el,
699 * language/ethiopic.el, language/european.el, language/indian.el,
700 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
701 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
702 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
703 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
704 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
705 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
706 * progmodes/autoconf.el, progmodes/cmacexp.el,
707 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
708 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
709 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
710 * progmodes/ebnf2ps.el, progmodes/executable.el,
711 * progmodes/fortran.el, progmodes/idlw-shell.el,
712 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
713 * progmodes/m4-mode.el, progmodes/mantemp.el,
714 * progmodes/meta-mode.el, progmodes/octave-inf.el,
715 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
716 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
717 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
718 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
719 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
720 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
721 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
722 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
723 * textmodes/two-column.el, time-stamp.el, timezone.el,
724 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
725 * which-func.el, whitespace.el, wid-browse.el, widget.el,
726 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
727 conventions.
728
729 2001-07-16 Gerd Moellmann <gerd@gnu.org>
730
731 * simple.el (set-variable): Require 'cus-edit' instead of
732 `wid-edit', so that the Custom widgets get defined.
733
734 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
735
736 * allout.el: A fix to follow coding conventions.
737
738 * find-lisp.el: A fix to follow coding conventions.
739
740 * term/w32-win.el: A fix to follow coding conventions.
741
742 * textmodes/sgml-mode.el: A fix to follow coding conventions.
743
744 * term/xterm.el: A fix to follow coding conventions.
745
746 * term/news.el: A fix to follow coding conventions.
747
748 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
749 header line fixed.
750
751 * sun-curs.el: Fix Maintainer: header line.
752
753 * emacs-lisp/easymenu.el: Address of the author added.
754
755 2001-07-16 Gerd Moellmann <gerd@gnu.org>
756
757 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
758 property.
759
760 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
761
762 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
763 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
764 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
765 Some fixes to follow coding conventions.
766
767 2001-07-16 Gerd Moellmann <gerd@gnu.org>
768
769 * which-func.el (which-func-mode): Doc fix.
770
771 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
772
773 * net/rcompile.el (remote-compile): Use make-local-variable.
774
775 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
776
777 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
778
779 * mail/reporter.el (reporter-submit-bug-report):
780 Don't abuse make-variable-buffer-local. Fix call to add-hook.
781
782 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
783
784 * calendar/cal-china.el, calendar/cal-coptic.el,
785 * calendar/cal-dst.el, calendar/cal-french.el,
786 * calendar/cal-hebrew.el, calendar/cal-islam.el,
787 * calendar/cal-iso.el, calendar/cal-julian.el,
788 * calendar/cal-mayan.el, calendar/cal-persia.el,
789 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
790 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
791 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
792 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
793 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
794 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
795 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
796 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
797 * progmodes/ada-xref.el, progmodes/cc-align.el,
798 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
799 * progmodes/cc-defs.el, progmodes/cc-engine.el,
800 * progmodes/cc-langs.el, progmodes/cc-menus.el,
801 * progmodes/cc-styles.el, progmodes/cc-vars.el,
802 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
803 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
804 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
805 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
806 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
807 * textmodes/reftex.el: Some fixes to follow coding
808 conventions in Eshell files with known maintainers.
809
810 * emulation/viper.el: A fix to follow coding conventions.
811
812 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
813 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
814 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
815 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
816 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
817 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
818 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
819 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
820 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
821 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
822 conventions in Eshell files.
823
824 * composite.el, diff.el, emacs-lisp/levents.el,
825 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
826 * emulation/pc-mode.el, emulation/viper-cmd.el,
827 * emulation/viper-ex.el, emulation/viper-init.el,
828 * emulation/viper-keym.el, emulation/viper-macs.el,
829 * emulation/viper-mous.el, emulation/viper-util.el,
830 * emulation/viper.el, forms-pass.el, international/ccl.el,
831 * international/characters.el, international/encoded-kb.el,
832 * international/fontset.el, international/ja-dic-cnv.el,
833 * international/ja-dic-utl.el, international/kinsoku.el,
834 * international/kkc.el, international/mule-cmds.el,
835 * international/mule-diag.el, international/mule-util.el,
836 * international/mule.el, international/titdic-cnv.el,
837 * language/china-util.el, language/chinese.el,
838 * language/cyril-util.el, language/cyrillic.el, language/english.el,
839 * language/greek.el, language/hebrew.el, language/japan-util.el,
840 * language/japanese.el, language/korea-util.el, language/korean.el,
841 * language/lao-util.el, language/lao.el, language/misc-lang.el,
842 * language/slovak.el, language/thai-util.el, language/thai.el,
843 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
844 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
845 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
846 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
847 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
848 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
849 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
850 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
851 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
852 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
853 to follow coding conventions in files without maintainer or in files
854 with clear maintainer (but without Maintainer header stating so).
855
856 * emacs-lisp/elp.el: A fix to follow coding conventions.
857
858 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
859 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
860 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
861 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
862 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
863 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
864 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
865 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
866 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
867 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
868 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
869 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
870 conventions in files from Gnus.
871
872 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
873 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
874 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
875 * echistory.el, electric.el, emacs-lisp/authors.el,
876 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
877 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
878 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
879 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
880 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
881 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
882 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
883 * international/codepage.el, international/iso-ascii.el,
884 * international/iso-insert.el, international/iso-transl.el,
885 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
886 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
887 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
888 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
889 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
890 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
891 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
892 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
893 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
894 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
895 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
896 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
897 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
898 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
899 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
900 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
901 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
902 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
903 * textmodes/tex-mode.el, textmodes/text-mode.el,
904 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
905 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
906 * vt100-led.el, window.el: Some fixes to follow coding conventions in
907 files maintained by FSF.
908
909 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
910
911 * arc-mode.el: A fix to follow coding conventions.
912
913 * bindings.el: Ditto.
914
915 * cdl.el: Ditto.
916
917 * comint.el: Ditto.
918
919 * cus-start.el: Ditto.
920
921 * shell.el: Ditto.
922
923 * skeleton.el: Ditto.
924
925 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
926
927 * info.el (Info-build-node-completions):
928 Make Info-current-file-completions buffer local.
929
930 2001-07-13 Gerd Moellmann <gerd@gnu.org>
931
932 * which-func.el (which-func-mode, which-func-ff-hook)
933 (which-function-mode): Remove references to which-func-mode-global.
934
935 * calendar/cal-islam.el (calendar-goto-islamic-date):
936 Add autoload cookie.
937
938 * play/fortune.el: Add types to defcustoms.
939
940 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
941
942 * language/czech.el: A fix to follow coding conventions.
943
944 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
945
946 * speedbar.el (speedbar-supported-extension-expressions): Add .g
947 to the extension list, for antlr-mode. From Christoph Wedler
948 <Christoph.Wedler@sap.com>.
949
950 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
951
952 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
953 (vc-dired-mode-map): Fix the madness.
954
955 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
956 (vc-prefix-map): Moved back from vc.el.
957
958 2001-07-11 Gerd Moellmann <gerd@gnu.org>
959
960 * mail/mail-extr.el (mail-extr-all-top-level-domains):
961 Increase the size of the obarray.
962 (mail-extr-all-top-level-domains): Add more toplevel domains,
963 add more long names.
964 From: Per Starback <starback@ling.uu.se>.
965
966 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
967
968 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
969 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
970
971 * progmodes/ada-mode.el: Ditto.
972
973 * progmodes/ada-xref.el: Ditto.
974
975 2001-07-11 Miles Bader <miles@gnu.org>
976
977 * finder.el (finder-insert-at-column): Also move to the next line
978 if exactly at COLUMN.
979
980 2001-07-10 Gerd Moellmann <gerd@gnu.org>
981
982 * help.el (describe-function-1): When printing FUNCTION's
983 documentation, don't assume FUNCTION is a symbol.
984
985 * startup.el (normal-top-level): Don't operate on the initial
986 frame if we failed to create one.
987
988 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
989
990 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
991 itself, i.e. only indent the contents in it.
992
993 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
994
995 * mail/rmail.el (rmail-show-message): Show beginning of message in
996 all windows containing it.
997
998 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
999
1000 * term/tty-colors.el: Fix the header line and copyright years.
1001
1002 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1003
1004 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1005 original definition has an interactive form, but is Elp
1006 instrumented, use the interactive form of the function called by
1007 elp-wrapper.
1008
1009 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1010 configurations with compare-window-configuration; they aren't
1011 window configurations.
1012
1013 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1014 from the server for the format we expect. Don't use it if it
1015 doesn't look like what the Internet draft for FTP extensions specifies.
1016
1017 * toolbar/*.pbm: Cleaned up.
1018 From Luis Fernandes <elf@ee.ryerson.ca>.
1019
1020 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1021
1022 * cc-cmds.el: Extended the kludge to interoperate with the
1023 delsel and pending-del packages wrt to the new function
1024 `c-electric-delete-forward'.
1025
1026 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1027
1028 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1029 to delay the call to <mode> for global minor modes.
1030 (easy-mmode-define-navigation): Only recenter if interactive.
1031
1032 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1033
1034 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1035 to lisp-indent-line.
1036
1037 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1038 from the server. Call encode-time only when we are sure that we
1039 got a 213 response.
1040
1041 2001-07-06 Simon Josefsson <jas@extundo.com>
1042
1043 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1044 (mail-envelope-from): New user option.
1045 (sendmail-send-it): Use it.
1046
1047 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1048
1049 * ps-print.el: Use locale dependant date to print date in header.
1050 Doc fix.
1051 (ps-print-version): New version number (6.5.3).
1052 (ps-right-header, ps-right-footer): Initialization and doc fix.
1053 (ps-time-stamp-locale-default): New fun.
1054
1055 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1056
1057 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1058 field problem with MIME-mode.
1059
1060 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1061
1062 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1063
1064 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1065 MIME-mode.
1066
1067 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1068
1069 * bindings.el (mode-line-mule-info): Don't show the tip with
1070 buffer-file-coding-system if that is nil.
1071
1072 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1073
1074 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1075 instead of kill-line.
1076
1077 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1078 <Pavel@Janik.cz>.
1079
1080 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1081 <Pavel@Janik.cz>.
1082
1083 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1084
1085 * font-lock.el (c-font-lock-keywords-3): When matching something
1086 like `struct X Y', finish with point after Y.
1087
1088 2001-07-04 Simon Josefsson <jas@extundo.com>
1089
1090 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1091 in caller buffer.
1092
1093 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1094
1095 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1096 instead of string-match to find the basename of the file.
1097 From Pascal Obry <p.obry@wanadoo.fr>.
1098
1099 * net/browse-url.el (browse-url-default-windows-browser):
1100 Support the MS-DOS port when it runs on Windows.
1101 (browse-url-browser-function) [ms-dos]: Default to
1102 browse-url-default-windows-browser.
1103
1104 * help.el (locate-library): Enable code that looks for compressed
1105 libraries if auto-compression-mode is on.
1106
1107 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1108
1109 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1110
1111 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1112
1113 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1114
1115 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * allout.el: Fix the header line, so that finder.el recognizes it.
1118 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1119
1120 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1121 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1122
1123 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1124
1125 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1126
1127 * ps-bdf.el (bdf-directory-list): Use the value relative to
1128 installation-directory for MS-Windows as well.
1129
1130 2001-06-29 Richard M. Stallman <rms@gnu.org>
1131
1132 * wid-edit.el (widget-color-sample-face-get):
1133 Return ((foreground-color . COLOR)) instead of constructing a face.
1134
1135 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1136
1137 * faces.el (region): Change the background color for the
1138 light-background color display to lightgoldenrod2, to make it
1139 visible on some laptops.
1140
1141 2001-06-28 Richard M. Stallman <rms@gnu.org>
1142
1143 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1144 (rmail-msg-restore-non-pruned-header): Likewise.
1145 If point was in the old pruned header, put it at the top.
1146 (rmail-msg-prune-header): If point was at the top, keep it there.
1147
1148 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1149 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1150
1151 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1152
1153 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1154
1155 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1156
1157 * saveplace.el: Update maintainer email address.
1158
1159 2001-06-27 Francesco Potorti` <pot@gnu.org>
1160
1161 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1162 Undo previous change.
1163
1164 2001-06-27 Francesco Potorti` <pot@gnu.org>
1165
1166 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1167 preliminary quick reordering. Can speed things up dramatically.
1168
1169 2001-06-26 Richard M. Stallman <rms@gnu.org>
1170
1171 * dired.el (dired-get-filename): A file name starting with ~
1172 is not absolute in this context.
1173
1174 * which-func.el (which-func-maxout): Increase default to 500000.
1175 (which-function-mode): This is now the "real" name of the function.
1176 (which-func-mode): Now an alias.
1177 (which-func-mode-global): Name deleted.
1178
1179 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1180 button-2, when binding hs-mouse-toggle-hiding.
1181
1182 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1183
1184 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1185 (rmail-msg-prune-header): Likewise.
1186 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1187 and `rmail-msg-prune-header'.
1188
1189 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1190
1191 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1192 back than LINEBEG.
1193
1194 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1195
1196 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1197 window where they clicked the mouse has a header line, adjust
1198 vertical movement by one.
1199
1200 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1201
1202 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1203 too when separating a parenthesis.
1204
1205 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1206
1207 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1208 (bookmark-bmenu-hide-filenames): Add help-echo to
1209 mouse-highlighted text.
1210 (bookmark-bmenu-show-filenames): Remove help-echo property from
1211 the whitespace.
1212
1213 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1214
1215 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1216 From Karl Eichwalder <ke@suse.de>.
1217
1218 2001-06-23 Richard M. Stallman <rms@gnu.org>
1219
1220 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1221
1222 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1223 contents for completing-read.
1224
1225 2001-06-22 Richard M. Stallman <rms@gnu.org>
1226
1227 * menu-bar.el (menu-bar-make-toggle): Construct the
1228 function's doc string from HELP, not DOC, and make it accurate by
1229 adding "Toggle whether to " at the front and downcasing the initial.
1230 Change the HELP arg in some calls to make it fit this usage.
1231
1232 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1233 Undo previous change.
1234
1235 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1236
1237 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1238
1239 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1240
1241 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1242
1243 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1244
1245 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1246
1247 2001-06-20 Richard M. Stallman <rms@gnu.org>
1248
1249 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1250 broken out from dabbrev--find-expansion. Handle minibuffer
1251 specially here.
1252 (dabbrev--find-expansion): Simplify code in various ways.
1253 Don't treat minibuffers specially.
1254 Call dabbrev--make-friend-buffer-list.
1255 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1256 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1257
1258 2001-06-19 John Wiegley <johnw@gnu.org>
1259
1260 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1261 Also, added a comment describing how to greatly speedup Eshell
1262 loadup time, by concatenating together all of Eshell's .elc files.
1263
1264 2001-06-19 John Wiegley <johnw@gnu.org>
1265
1266 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1267
1268 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1269
1270 * woman.el (WoMan-highlight-references): Add help-echo to
1271 mouse-highlighted text.
1272
1273 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1274
1275 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1276
1277 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1278
1279 * international/quail.el (quail-start-conversion):
1280 Reset quail-translating to nil.
1281
1282 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1283 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1284
1285 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1286
1287 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1288 mouse-highlighted text.
1289
1290 * dired.el (dired-mark-pop-up): Fix last change.
1291
1292 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1293
1294 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1295 mouse-highlighted text.
1296
1297 * net/quickurl.el (quickurl-url-file): Run through
1298 convert-standard-filename.
1299 (quickurl-list-populate-buffer): Add help-echo to
1300 mouse-highlighted text.
1301 (top-level): Update Dave's URL.
1302
1303 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1304 mouse-highlighted text.
1305
1306 * textmodes/page-ext.el (pages-copy-header-and-position):
1307 Add help-echo to mouse-highlighted text.
1308
1309 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1310 mouse-highlighted text.
1311
1312 * replace.el (occur): Add help-echo to mouse-highlighted text.
1313
1314 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1315 mouse-highlighted text.
1316
1317 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1318 mouse-highlighted text.
1319
1320 * progmodes/compile.el (compile-reinitialize-errors):
1321 Add help-echo to mouse-highlighted messages.
1322 (compilation-forget-errors): Remove help-echo property as well.
1323
1324 * play/landmark.el (lm-plot-square, lm-init-display):
1325 Add help-echo to mouse-highlighted text.
1326
1327 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1328 Add help-echo to mouse-highlighted text.
1329
1330 * dired.el (dired-insert-set-properties): Add help-echo to
1331 mouse-highlighted text.
1332 (dired-mark-pop-up): Remove help-echo property from the file name.
1333
1334 * comint.el (comint-send-input): Add help-echo to
1335 mouse-highlighted text.
1336
1337 * buff-menu.el (list-buffers-noselect): Add help-echo to
1338 mouse-highlighted text.
1339
1340 * arc-mode.el (archive-summarize-files): Add help-echo to
1341 mouse-highlighted text.
1342
1343 * ffap.el (ffap-machine-p): Always return nil if
1344 open-network-stream is not fboundp.
1345
1346 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1347
1348 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1349 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1350 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1351 incorrectly binding chars between 128 and 256 to it.
1352 (sgml-maybe-name-self): Handle latin-1 chars properly.
1353 (sgml-tags-invisible): Bind buffer-file-name to nil.
1354 Use unwind-protect and restore-buffer-modified-p.
1355 (sgml-point-entered): Use buffer-substring-no-properties.
1356 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1357 (html-mode): Don't force `imenu-sort-function'.
1358
1359 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1360
1361 * tar-mode.el: Fix the copyright notice.
1362
1363 * font-lock.el (font-lock-comment-face): For tty's with dark
1364 background, use "red1", since "lightred" is not one of the colors
1365 recognized by tty-colors.el.
1366
1367 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1368 create a buffer for extracted file, in case there's more than one
1369 file by that name in an archive, possibly in different
1370 directories. From Kevin Rodgers <kevinr@ihs.com>.
1371
1372 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1373 <alex@gnu.org>.
1374
1375 2001-06-15 Miles Bader <miles@gnu.org>
1376
1377 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1378 Revert previous change.
1379
1380 2001-06-14 Richard M. Stallman <rms@gnu.org>
1381
1382 * replace.el (keep-lines-read-args): Return just a regexp.
1383 Provide nil for the region args.
1384 (keep-lines, flush-lines, how-many):
1385 Calculate the defaults for the region here, when args are nil.
1386
1387 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1388
1389 * rot13.el (rot13-other-window): Some more doc fix.
1390
1391 2001-06-14 Per Starback <starback@ling.uu.se>
1392
1393 * replace.el (case-replace, query-replace-from-history-variable)
1394 (query-replace-to-history-variable, keep-lines-read-args)
1395 (occur-revert-function, query-replace-help): Dox fix.
1396
1397 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1398
1399 * rot13.el (rot13-other-window): Doc fix.
1400
1401 2001-06-14 Miles Bader <miles@gnu.org>
1402
1403 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1404 of " and \ to "." (punctuation).
1405 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1406
1407 2001-06-13 Richard M. Stallman <rms@gnu.org>
1408
1409 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1410
1411 * simple.el (shell-command-on-region): Never kill the
1412 *Shell Command Output* buffer.
1413
1414 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1415
1416 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1417
1418 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1419
1420 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1421 New var, to recognize ${ $' and PODs.
1422 (perl-font-lock-syntactic-face-function): New function.
1423 (perl-mode): Use them.
1424 (perl-continuation-line-p): New function, from perl-calculate-indent.
1425 (perl-calculate-indent): Use it, to properly handle continuation
1426 lines of continuation lines.
1427
1428 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1429
1430 * server.el (server-process, server-buffer-clients): Doc fix.
1431 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1432
1433 2001-06-09 John Wiegley <johnw@gnu.org>
1434
1435 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1436 test if the last command was Lisp or not.
1437 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1438 B x C".
1439
1440 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1441
1442 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1443 general one on compile.el supports drive letters.
1444
1445 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1446
1447 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1448 key description.
1449
1450 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1451
1452 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1453 (reftex-toc-jump): New command.
1454
1455 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1456 to parse international characters as well.
1457
1458 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1459 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1460
1461 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1462
1463 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1464 TAB to the key separators.
1465
1466 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1467
1468 * international/mule.el (auto-coding-alist): Remove redundant
1469 up-cased versions of the extensions (auto-coding-alist-lookup is
1470 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1471 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1472
1473 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1474
1475 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1476
1477 2001-06-01 Richard M. Stallman <rms@gnu.org>
1478
1479 * help.el (describe-variable): Put value on same line
1480 with preceding text, if it is short enough to look good that way.
1481
1482 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1483
1484 * term/internal.el (IT-unicode-translations): New variable.
1485 (IT-setup-unicode-display): New function.
1486
1487 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1488
1489 * ps-print.el: Handle before-string and after-string overlay properties
1490 in ps-print-*-with-faces commands. Doc fix.
1491 (ps-print-version): New version number (6.5.2).
1492 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1493 for XEmacs.
1494 (ps-prefix-quote): Doc fix.
1495 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1496 (ps-basic-plot-str, ps-plot-string): New funs.
1497
1498 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1499
1500 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1501 and :type spec.
1502
1503 2001-05-31 Gerd Moellmann <gerd@gnu.org>
1504
1505 * international/mule-cmds.el (inactivate-input-method):
1506 Set input-method-function to nil.
1507
1508 * xml.el (xml-parse-tag): The document may contain invalid characters.
1509 From ShengHuo ZHU <zsh@cs.rochester.edu>
1510
1511 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1512
1513 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1514 `rmail-summary-line-decoder' if the message does not have
1515 a Subject: field.
1516
1517 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1518
1519 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1520 New variable.
1521 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1522 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1523 is non-nil.
1524
1525 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1526
1527 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1528
1529 2001-05-29 Sam Steingold <sds@gnu.org>
1530
1531 * faces.el (face-valid-attribute-values): Bind `valid' directly
1532 instead of using `setq'.
1533
1534 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1535 Use `tex-shell-buf'.
1536 (tex-shell-proc): Use `tex-shell-running'.
1537 (tex-shell-buf-no-error): New function.
1538 (tex-send-tex-command): Use it.
1539 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1540 (tex-kill-job): Check the process before calling `quit-process'.
1541
1542 2001-05-29 Gerd Moellmann <gerd@gnu.org>
1543
1544 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1545 UTF-8 sequences.
1546
1547 2001-05-28 Miles Bader <miles@gnu.org>
1548
1549 * comint.el (comint-carriage-motion): Renamed from
1550 `comint-cr-magic'. Operate on the buffer instead of the string
1551 (for use as a comint post-output filter, instead of as a
1552 pre-output filter). Handle backspaces too. Add to the
1553 `comint-output-filter-functions' hook instead of
1554 `comint-preoutput-filter-functions'.
1555
1556 2001-05-28 Gerd Moellmann <gerd@gnu.org>
1557
1558 * language/japan-util.el (japanese-hankaku): Prefer the charset
1559 `jisx0201' when the optional argument `ascii-only' is not specified.
1560 (japanese-hankaku-region): Ditto.
1561 From Katsumi Yamaoka <yamaoka@jpl.org>
1562
1563 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1564
1565 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1566 (outline-invisible-p): New function.
1567 (hide-leaves): Save excursion.
1568 (hide-other): Stop looping when reaching bobp.
1569
1570 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1571
1572 * cus-edit.el (custom-file): Fix last change.
1573
1574 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1575
1576 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1577 same definition in byte-compile-function-environment as `autoload'
1578 would put in `symbol-function'.
1579
1580 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1581 patch to correct the error message as well.
1582
1583 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1584
1585 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1586 unless ~/.emacs exists.
1587
1588 * novice.el (enable-command): If user-init-file is nil or does not
1589 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1590
1591 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1592
1593 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1594 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1595 Allow spaces around macro arguments.
1596 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1597 indent-for-tab-command.
1598 (latex-mode-map, plain-tex-mode-map): New keymaps.
1599 Inherit from tex-mode-map.
1600 (tex-common-initialization): Don't setup the keymap any more
1601 since it's now done right by define-derived-mode.
1602 (latex-mode): Set skeleton-end-hook to nil.
1603 (latex-skeleton-end-hook): Remove.
1604 (tex-latex-block, latex-insert-item): Simplify.
1605 (latex-syntax-after): Use following-char rather than char-after.
1606 (tex-discount-args-cmds, tex-count-words): New functions.
1607
1608 * textmodes/tildify.el (tildify-ignored-environments-alist):
1609 Recognize \verb* as well.
1610
1611 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1612 (perl-comment-indent): Simplify to let newcomment.el do its job.
1613 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1614 (perl-mark-function): Cleanup the namespace.
1615 (perl-calculate-indent): Don't be fooled by nested functions.
1616
1617 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1618
1619 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1620 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1621
1622 2001-05-25 Andrew Choi <akochoi@i-cable.com>
1623
1624 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1625 actually be `\\'.
1626 (ctlau-b5-converter): Likewise.
1627
1628 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1629
1630 * international/titdic-cnv.el (quail-misc-package-ext-info):
1631 Change CTLauB.el to CTLau-b5.el.
1632
1633 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1634
1635 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1636 rather than beginning-of-line to avoid problems with fields.
1637 (gud-perldb-massage-args): Use unless and push.
1638 (gud-chdir-before-run): New var.
1639 (gud-common-init): Use it.
1640
1641 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1642
1643 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1644 delete entries for chinese-ctlau and chinese-ctlaub.
1645 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1646 chinese-ctlaub.
1647 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1648 New functions.
1649
1650 2001-05-22 Gerd Moellmann <gerd@gnu.org>
1651
1652 * cus-edit.el (custom-comment-show): Remove debug code.
1653
1654 * language/japan-util.el (japanese-symbol-table): Fix handling of
1655 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1656
1657 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1658
1659 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1660 Renamed by removing the silly `-flag' suffix.
1661 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1662
1663 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1664
1665 * replace.el (keep-lines-read-args): Use `copy-marker'.
1666 (how-many): Save excursion properly.
1667 (occur-mode): Use define-derived-mode.
1668 (perform-replace): Use with-current-buffer.
1669
1670 2001-05-20 Richard M. Stallman <rms@gnu.org>
1671
1672 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1673
1674 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1675
1676 * info.el (Info-read-subfile): Widen before finding the
1677 desired node in the subfile.
1678
1679 * startup.el (command-line-1): When >2 files visited,
1680 leave the last one visible, and make that the selected window.
1681
1682 2001-05-20 Gerd Moellmann <gerd@gnu.org>
1683
1684 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1685
1686 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * international/ccl.el (define-ccl-program): Fix a typo.
1689 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1690
1691 * international/mule.el (decode-char): Fix a typo. From Pavel
1692 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1693
1694 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1695 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1696
1697 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1698 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1699
1700 2001-05-18 Sam Steingold <sds@gnu.org>
1701
1702 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1703 and [RET] to `cvs-mode-find-file'.
1704
1705 2001-05-18 John Wiegley <johnw@gnu.org>
1706
1707 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1708 configuration variable, which determines the initial character
1709 that forces use of an external version of a command. The default
1710 is *, but may be set to \, for example.
1711
1712 * eshell/esh-ext.el (eshell-explicit-command):
1713 Use `eshell-explicit-command-char' instead of ?*.
1714
1715 * eshell/esh-cmd.el (eshell/which):
1716 Use `eshell-explicit-command-char' instead of ?*.
1717
1718 * eshell/em-cmpl.el (eshell-completion-command-name)
1719 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1720 instead of ?*.
1721
1722 2001-05-18 Gerd Moellmann <gerd@gnu.org>
1723
1724 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1725 subst-char-in-string.
1726 (ange-ftp-after-parse-ls-hook): New variable.
1727 (ange-ftp-ls): Run that hook.
1728 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1729
1730 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1731 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1732 text into *Completions*.
1733
1734 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1735 part of which look like email addresses.
1736
1737 2001-05-18 Andrew Innes <andrewi@gnu.org>
1738
1739 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1740 Use . instead of absolute path for lisp dir, to avoid bug in W2K
1741 cmd.exe's handling of FOR loops.
1742 (autoloads): Set find-file-suppress-same-file-warnings to t to
1743 avoid slew of spurious messages.
1744
1745 2001-05-18 Simon Josefsson <simon@josefsson.org>
1746
1747 * mail/smtpmail.el (maybe-append-domain): Renamed to
1748 `smtpmail-maybe-append-domain'.
1749 (smtpmail-via-smtp): Use the new name.
1750
1751 * net/browse-url.el (browse-url-browser-function): Add kde.
1752 (browse-url-kde-program, browse-url-kde-args): New variables.
1753 (browse-url-kde): New function.
1754
1755 2001-05-18 Miles Bader <miles@gnu.org>
1756
1757 * simple.el (delete-horizontal-space, just-one-space):
1758 Use `constrain-to-field' instead of `field-end'/`field-beginning',
1759 because it's more efficient for large files.
1760
1761 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1762
1763 * mail/rmail.el (rmail-require-mime-maybe): New function.
1764 (rmail): Use it.
1765 (rmail-mode): Handle the case of finding Rmail files.
1766
1767 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1768 functions.
1769
1770 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1771
1772 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1773 text-property after moving to the beginning of line and regardless
1774 of the value of font-lock-multiline.
1775
1776 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1777
1778 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1779
1780 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1781 last coding system used before calling set-buffer-modified-p
1782 because that function changes last-coding-system.
1783
1784 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1785
1786 * files.el (switch-to-buffer-other-window)
1787 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1788 the doc string.
1789
1790 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1791
1792 * language/slovak.el, language/czech.el: New maintainer.
1793
1794 2001-05-16 Sam Steingold <sds@gnu.org>
1795
1796 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1797 sub-form of `defgeneric' correctly.
1798
1799 2001-05-16 Gerd Moellmann <gerd@gnu.org>
1800
1801 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1802 of `c'.
1803
1804 * textmodes/outline.el (outline-font-lock-level): Remove the
1805 condition-case, test what outline-level returns instead, to
1806 ease debugging.
1807
1808 * international/mule.el (auto-coding-regexp-alist): New user-option.
1809 (auto-coding-from-file-contents): New function.
1810 (set-auto-coding): Use it to determine a coding system.
1811
1812 2001-05-15 Gerd Moellmann <gerd@gnu.org>
1813
1814 * mouse.el (mouse-delete-other-windows): Doc fix.
1815
1816 * emacs-lisp/lisp-mode.el (lisp-mode):
1817 Make font-lock-keywords-case-fold-search a buffer-local variable with
1818 make-local-variable before setting it.
1819
1820 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1821
1822 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1823 prefixes.
1824
1825 2001-05-14 Gerd Moellmann <gerd@gnu.org>
1826
1827 * hexl.el (hexl-current-address): Print a message when called
1828 interactively.
1829
1830 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1831
1832 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1833
1834 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1835
1836 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1837
1838 2001-05-11 Gerd Moellmann <gerd@gnu.org>
1839
1840 * startup.el (command-line): If parameters have been changed in
1841 the init files which influence font selection, clear the face
1842 cache so that faces get realized with the new parameters.
1843
1844 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1845
1846 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1847
1848 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1849
1850 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1851
1852 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1853 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1854
1855 2001-05-10 Gerd Moellmann <gerd@gnu.org>
1856
1857 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1858 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
1859
1860 2001-05-09 John Wiegley <johnw@gnu.org>
1861
1862 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1863 Annotated the documentation string to tell users about
1864 `eshell-no-numeric-conversions'.
1865
1866 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1867 conversions if a Lisp function has the property
1868 `eshell-no-numeric-conversions' set to a non-nil value.
1869
1870 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1871 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1872 property `eshell-no-numeric-conversions' on the following
1873 functions (which all deal with filesystem entities, and never Lisp
1874 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1875 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1876 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1877 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1878 eshell/which, eshell/addpath.
1879
1880 2001-05-09 John Wiegley <johnw@gnu.org>
1881
1882 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1883 encountered as an argument, don't convert it right away, but tag
1884 the first character of the string with the text properties
1885 `number', which signifies to `eshell-lisp-command' that the
1886 argument should be passed through `string-to-number' if it is
1887 actually used in the call to a Lisp function.
1888
1889 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1890 function, convert any string arguments that have been tagged as
1891 "numbers", by calling string-to-number.
1892
1893 * eshell/esh-util.el (eshell-number-regexp): Now that number
1894 conversions only happen for Lisp function calls, the number regexp
1895 should now match all integer and floating point forms.
1896
1897 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1898 `eshell-continue-process', since they are both nonfunctional at
1899 the moment.
1900 (eshell-proc-initialize): Don't bind keys for
1901 `eshell-stop-process' or `eshell-continue-process'.
1902
1903 * eshell/em-unix.el (eshell-shuffle-files):
1904 Apply `directory-file-name' before calling `file-name-directory'.
1905
1906 * eshell/em-hist.el (eshell-add-to-history): Reference to
1907 `eshell-history-ring' needed to be `eshell-history-index'.
1908
1909 * calendar/timeclock.el (timeclock-find-discrep):
1910 Initialize `elapsed' to 0.
1911 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1912 it's still nil.
1913
1914 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1915
1916 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1917 (archive-mode): Use capitalize.
1918 (archive-unique-fname): Use make-temp-file.
1919
1920 2001-05-09 Gerd Moellmann <gerd@gnu.org>
1921
1922 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1923
1924 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * tar-mode.el (tar-extract): Pay attention to the value of
1927 coding-system-for-read, if it is non-nil.
1928
1929 * calendar/holidays.el (holidays): Add an autoload cookie.
1930 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1931
1932 2001-05-08 John Wiegley <johnw@gnu.org>
1933
1934 * calendar/timeclock.el (timeclock-workday-remaining):
1935 Changed logic for determining how much time is remaining.
1936 (timeclock-workday-elapsed): Don't accept a "relative" argument
1937 for the current day's elapsed time. What could that have meant?
1938 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1939 (timeclock-when-to-leave): Changed logic, similarly to what was
1940 done for `timeclock-workday-remaining'.
1941 (timeclock-find-discrep): Removed "today-only" argument, which had
1942 no meaning. Fixed some more math problems. The function now
1943 returns a three member list: (TOTAL-TIME-DISCREPANCY
1944 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1945
1946 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1947
1948 * w32-fns.el (convert-standard-filename): Start replacing slashes
1949 from the beginning of the file name, not from where the last
1950 invalid character was. From "Andrew Maguire (SWW)"
1951 <Andrew.Maguire@Smallworld.co.uk>
1952
1953 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1954
1955 The following changes are to provide infrastructure for handling
1956 MIME messages to rmail. They don't affect the original behaviour
1957 if rmail-enable-mime is nil.
1958
1959 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1960 (rmail-search-mime-message-function)
1961 (rmail-search-mime-header-function): New variables.
1962 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1963 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1964 `rmail-view-buffer' is hidden.
1965 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1966 call rmai-show-mime-function.
1967 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1968 mode-line-process of rmail-view-buffer.
1969 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1970 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1971 buffer.
1972 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1973 set-buffer to the Rmail buffer.
1974 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1975 rmail-search-mime-header-function.
1976 (rmail-search-message): New function.
1977 (rmail-search): Call rmail-search-message to check if a message
1978 matches REGEXP, lastly update point after calling
1979 rmail-show-message.
1980 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1981 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1982 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1983 header region, refer to rmail-msgref-vector while setting the
1984 current buffer to rmail-buffer temporarily.
1985 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1986 If rmail-enable-mime is non-nil, call
1987 rmail-insert-mime-forwarded-message-function instead of inserting
1988 forwarded message by itself.
1989
1990 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1991 Rmail buffer.
1992 (rmail-set-label, rmail-next-labeled-message): Likewise.
1993
1994 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1995 set-buffer to the Rmail buffer.
1996 (rmail-output-to-rmail-file): Likewise.
1997 (rmail-output): Likewise.
1998
1999 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2000 of mail-fetch-field by rmail-summary-line-decoder.
2001 (rmail-new-summary): Be sure to go to the Rmail buffer.
2002 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2003 rmail-view-buffer to nil.
2004 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2005 rmail-view-buffer.
2006 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2007 rmail-buffer.
2008 (rmail-summary-scroll-msg-down): Likewise.
2009 (rmail-summary-beginning-of-message): Likewise.
2010 (rmail-summary-wipe): Likewise.
2011 (rmail-summary-toggle-header): Use save-window-excursion, not
2012 save-excursion. Update point in rmail-view-buffer, not in
2013 rmail-buffer.
2014 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2015 rmail-view-buffer, not rmail-buffer.
2016
2017 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2018
2019 * cus-edit.el (custom-file): Signal an error if user-init-file is
2020 nil (running -q).
2021
2022 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2023
2024 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2025 Add :version.
2026
2027 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2028 New option.
2029 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2030 only if smtpmail-warn-about-unknown-extensions is set.
2031
2032 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2033 instead of rmail-sort-by-keywords.
2034
2035 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2036 rmail-sort-by-keywords.
2037
2038 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2039 rmail-summary-sort-by-keywords. Doc fix.
2040 (rmail-summary-mode): Doc fix.
2041
2042 * mail/rmail.el (rmail-edit): New Custom group.
2043
2044 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2045 (rmail-edit-mode-hook): New user-option.
2046
2047 2001-05-05 Richard M. Stallman <rms@gnu.org>
2048
2049 * help.el (help-xref-symbol-regexp): Recognize "source of"
2050 and friends, meaning make a link to the source file.
2051 (help-make-xrefs): Handle "source of" and friends
2052 by constructing a link that visits the source file.
2053
2054 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2055
2056 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2057
2058 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2059 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2060 Renamed from perl-font-lock-keywords to avoid clashes.
2061 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2062 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2063 Updated correspondingly.
2064
2065 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2066 Typo `nonexistant' -> `nonexistent'.
2067
2068 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2069
2070 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2071 Split `c-electric-delete' into two functions where
2072 `c-electric-delete-forward' always deletes forward and
2073 `c-electric-delete' only contains the code necessary for XEmacs to
2074 choose between backward and forward deletion.
2075
2076 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2077 get the electric behavior on that key too.
2078 (c-fill-paragraph): Fixed bogus direct use of
2079 c-comment-prefix-regexp, which caused an error when it's a list.
2080
2081 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2082
2083 * dired-aux.el (dired-diff): Doc fix.
2084
2085 * dired.el (dired-diff): Likewise.
2086
2087 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2088
2089 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2090
2091 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2092
2093 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2094 if both the buffer and the file are read-only.
2095
2096 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2097 rather than font-lock-string-face.
2098 (sh-get-indent-info): Treat heredocs like strings.
2099
2100 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2101
2102 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2103 a newline following `}'.
2104 (texinfo-format-email): New function.
2105 (toplevel): Use texinfo-format-email for @email.
2106 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2107 Add `display'.
2108 (texinfo-sort-region): Goto point-min before sorting.
2109 (texinfo-set): Remove leading white space from value.
2110 From yagi@is.titech.ac.jp.
2111
2112 * replace.el (query-replace-regexp-eval): Doc fix.
2113
2114 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2115
2116 * diff-mode.el (diff-nonexistant-face): New face.
2117 (diff-font-lock-keywords): Use it.
2118
2119 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2120
2121 * font-lock.el (font-lock-mode): Doc fix.
2122
2123 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2124 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2125
2126 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2127
2128 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2129 backslash at the start of the here-document delimiter.
2130 (sh-font-lock-syntactic-keywords): Likewise.
2131
2132 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2133
2134 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2135
2136 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2137 (tty-color-translate, tty-color-by-index, tty-color-values)
2138 (tty-color-desc): Doc fix.
2139
2140 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2141
2142 * dired-aux.el (dired-do-create-files, dired-do-copy)
2143 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2144 Mention dired-dwim-target in the doc string.
2145
2146 2001-04-28 Miles Bader <miles@gnu.org>
2147
2148 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2149 (dabbrev--find-expansion): Use it.
2150 (dabbrev--select-buffers): Don't select ignored buffers.
2151
2152 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2153
2154 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2155
2156 2001-04-26 Richard M. Stallman <rms@gnu.org>
2157
2158 * dabbrev.el: Add doc strings for some functions.
2159 (dabbrev--eliminate-newlines): New variable.
2160 (dabbrev--substitute-expansion): Convert newlines to spaces
2161 if dabbrev--eliminate-newlines is set.
2162 If abbrev and expansion are both all-lower-case,
2163 leave dabbrev--last-case-pattern nil.
2164
2165 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2166
2167 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2168 if necessary, like in rmail-show-message.
2169
2170 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2171
2172 * ps-print.el: Color specified by number is forced to be float number.
2173 (ps-print-version): New version number (6.5.1.1).
2174 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2175 initialization.
2176 (ps-prefix-quote): New internal var.
2177 (ps-print-quote): New fun.
2178 (ps-setup, ps-output-frame-properties, ps-float-format)
2179 (ps-format-color): Code fix.
2180 (ps-plot-region): Eliminate redundant foreground color text setting.
2181
2182 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2183
2184 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2185
2186 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2187
2188 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2189
2190 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2191
2192 * info.el (Info-additional-directory-list): Doc fix.
2193
2194 * find-lisp.el (find-lisp-find-dired-filter)
2195 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2196 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2197
2198 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2199
2200 * progmodes/make-mode.el (makefile-font-lock-keywords):
2201 Rationalize the rules for includes and conditionals and use the
2202 keyword face for them.
2203
2204 * faces.el (modify-face): Add compatibility for non-interactive use.
2205
2206 2001-04-24 John Wiegley <johnw@gnu.org>
2207
2208 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2209 fix from last night, since it wasn't finding eshell/cd.
2210
2211 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2212
2213 * rect.el (string-rectangle): Revert to 20.x behaviour.
2214 (replace-rectangle): Make it an alias for string-rectangle.
2215 (string-insert-rectangle): New function.
2216
2217 2001-04-23 John Wiegley <johnw@gnu.org>
2218
2219 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2220 occurring with Emacs 21's diff.el/compile.el interaction layer.
2221
2222 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2223
2224 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2225 case where the function was defined in a file, but not part of an
2226 eshell module.
2227
2228 2001-04-23 John Wiegley <johnw@gnu.org>
2229
2230 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2231 code to work around a redisplay problem I've been having.
2232
2233 2001-04-23 John Wiegley <johnw@gnu.org>
2234
2235 * calendar/timeclock.el (timeclock-day-required): If the time
2236 required for a particular day is not set, use `timeclock-workday'.
2237 (timeclock-find-discrep): Added some sample code in a comment.
2238
2239 * eshell/eshell.el (eshell-command): Made a few changes so that
2240 `eshell-command' could be called programmatically.
2241
2242 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2243
2244 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2245
2246 2001-04-23 John Wiegley <johnw@gnu.org>
2247
2248 * calendar/timeclock.el: Updated copyright.
2249 (timeclock-generate-report): Don't report the daily or two-week
2250 total, if no time has been worked in that period.
2251 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2252 final computational form, which was unnecessary; corrected a
2253 parsing problem when timeclock-relative was nil.
2254
2255 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2256
2257 * calendar/timeclock.el (timeclock-modeline-display): Check if
2258 `list-entry' is null.
2259 (timeclock-use-display-time): The first argument to `set-variable'
2260 must be a symbol.
2261
2262 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2263
2264 * calendar/calendar.el (diary-entry-marker)
2265 (calendar-today-marker, calendar-holiday-marker):
2266 Use display-color-p instead of window-system.
2267 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2268 instead of window-system.
2269 (calendar-hide-window): Use display-multi-frame-p instead of
2270 window-system.
2271
2272 * calendar/cal-x.el (calendar-two-frame-setup)
2273 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2274 Use display-multi-frame-p instead of window-system.
2275
2276 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2277
2278 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2279
2280 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2281 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2282
2283 2001-04-23 Alex Schroeder <alex@gnu.org>
2284
2285 * goto-addr.el: Instead of defining line-beginning-position and
2286 line-end-position a defalias is used for point-at-bol and point-at-eol.
2287
2288 2001-04-23 Alex Schroeder <alex@gnu.org>
2289
2290 * goto-addr.el: Added XEmacs compatibility code.
2291 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2292
2293 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2294
2295 * textmodes/paragraphs.el (sentence-end): Doc fix.
2296
2297 2001-04-20 Alex Schroeder <alex@gnu.org>
2298
2299 * sql.el (sql-escape-newlines-and-send): New function.
2300 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2301
2302 2001-04-20 Alex Schroeder <alex@gnu.org>
2303
2304 * sql.el (sql-db2-program): New option.
2305 (sql-db2-options): New option.
2306 (sql-db2): New function.
2307
2308 2001-04-20 Alex Schroeder <alex@gnu.org>
2309
2310 * sql.el (sql-mode-menu): Added highlighting entries.
2311 (sql-highlight-oracle-keywords): New function.
2312 (sql-highlight-postgres-keywords): New function.
2313 (sql-highlight-ansi-keywords): New function.
2314
2315 2001-04-20 Alex Schroeder <alex@gnu.org>
2316
2317 * sql.el (sql-help): Doc change.
2318
2319 2001-04-19 Karl Fogel <kfogel@collab.net>
2320
2321 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2322 that inserted file content only to delete it immediately.
2323 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2324 <lektu@uol.com.br> for the patch.
2325
2326 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2327
2328 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2329
2330 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2331
2332 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2333 for defmethod.
2334
2335 * comint.el (comint-cr-magic): New function.
2336 (toplevel): Add it to comint-preoutput-filter-functions.
2337
2338 2001-04-18 Andrew Innes <andrewi@gnu.org>
2339
2340 * makefile.w32-in (EMACSLOADPATH): Define.
2341 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2342 (recompile): Remove stuff to set EMACSLOADPATH.
2343
2344 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2345
2346 * language/slovak.el ("Slovak"): Add tutorial entry.
2347
2348 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2349 browse-url-new-window-p.
2350
2351 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2352
2353 * info.el (Info-menu-update): When there are no menus and/or no
2354 cross references in the node, make the respective items of the
2355 Info menu-bar menu inactive.
2356
2357 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2358
2359 * indent.el (indent-for-tab-command): Call indent-line-function
2360 with no argument if PREFIX-ARG is non-nil.
2361
2362 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2363
2364 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2365
2366 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2367 an async subprocess if start-process is unavailable. Suggested by
2368 Tim Van Holder <tim.van.holder@pandora.be>.
2369
2370 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2371
2372 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2373 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2374
2375 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2376
2377 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2378 manual.
2379
2380 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2381
2382 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2383 (cvs-menu): Add a few entries.
2384
2385 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2386 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2387 lock file appears to be reachable from Emacs.
2388 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2389 (cvs-mode-find-file): Look for cvs-header-face rather than
2390 cvs-dirname-face (which doesn't exist).
2391 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2392
2393 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2394
2395 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2398 normal-erase-is-backspace on a tty. Instead, bind some keys such
2399 as [delete] directly, like pc-select.el did before
2400 normal-erase-is-backspace was invented.
2401
2402 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2403
2404 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2405
2406 2001-04-11 John Wiegley <johnw@gnu.org>
2407
2408 * eshell/em-ls.el (eshell-ls-insert-directory):
2409 Set font-lock-defaults to nil, to prevent fontification in dired
2410 buffers, if Eshell's ls is being used.
2411
2412 2001-04-11 John Wiegley <johnw@gnu.org>
2413
2414 * calendar/timeclock.el (timeclock-completing-read): New function.
2415 (timeclock-ask-for-project, timeclock-ask-for-reason):
2416 Call `timeclock-completing-read'.
2417
2418 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2419 required where `member' was being used.
2420
2421 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2422
2423 * eshell/em-hist.el (eshell-previous-matching-input):
2424 Don't display "History item" if the the minibuffer is active.
2425
2426 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2427
2428 * startup.el (command-line): Output a newline after printing
2429 an error from loading the window system's init file.
2430
2431 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2432
2433 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2434 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2435 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2436 keywords whose arguments routinely include @@.
2437
2438 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2439
2440 * emacs-lisp/advice.el (ad-make-advised-definition):
2441 Construct advice for subrs differently.
2442
2443 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2444 regexp in parentheses when building the regexp for searching backwards.
2445
2446 * simple.el (completion-list-mode-finish): New function.
2447 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2448
2449 * language/european.el ("Polish"): Change sample text.
2450 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2451
2452 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2453 parameter.
2454
2455 * faces.el (menu): Doc fix.
2456
2457 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2458
2459 * ps-print.el: Footer implementation. Doc fix.
2460 (ps-print-version): New version number (6.5.1).
2461 (ps-header-frame-alist): New customization var for header frame
2462 properties.
2463 (ps-line-number-color): New customization var for line number color.
2464 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2465 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2466 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2467 (ps-right-footer): New customization vars for footers.
2468 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2469 footers.
2470 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2471 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2472 Code fix.
2473 (ps-prologue-file): Indentation fix.
2474 (ps-print-quote): Fun eliminated.
2475 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2476 (ps-output-frame-properties): New fun.
2477 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2478 (ps-skip-newline): Replace defun by defsubst.
2479
2480 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
2481
2482 * eshell/eshell.el (eshell-command): Needed a "%s" format
2483 specifier, in case the buffer contains percent characters.
2484
2485 2001-04-10 John Wiegley <johnw@gnu.org>
2486
2487 * calendar/timeclock.el (timeclock-generate-report): Added a
2488 missing insert of the project name.
2489
2490 2001-04-09 Gerd Moellmann <gerd@gnu.org>
2491
2492 * obsolete/profile.el: Moved from emacs-lisp/.
2493
2494 * Makefile.in (nonobsolete_setwins): New macro.
2495 (finder-data): Use it instead of `setwins'.
2496 From: Dave Love <fx@gnu.org>.
2497
2498 * server.el (server-visit-files): Set server-existing-buffer correctly.
2499 (server-visit-files): Run server-visit-hook after going to
2500 line 1 so that the hook can set point as it sees fit.
2501
2502 * bindings.el (mode-line-modified): Unify help messages.
2503
2504 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2505
2506 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2507 All callers changed.
2508
2509 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2510
2511 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2512 long file names aren't supported, truncate the file names in
2513 quail-misc-package-ext-info to 8+3 before matching them against
2514 FILENAME.
2515
2516 * dos-fns.el (dos-truncate-to-8+3): New function.
2517
2518 * progmodes/compile.el (grep-compute-defaults): Use null-device
2519 instead of literal /dev/null. Reported by Jens Schmidt
2520 <schmidt@mathematik.uni-kl.de>.
2521
2522 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2523
2524 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2525
2526 * textmodes/sgml-mode.el: Add unknown maintainer.
2527 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2528 (html-mode-map): Use set-keymap-parent.
2529
2530 2001-04-06 Dave Love <fx@gnu.org>
2531
2532 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2533 Remove redundant string-to-list.
2534
2535 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2536
2537 * composite.el (reference-point-alist): Doc fix.
2538
2539 2001-04-05 Sam Steingold <sds@gnu.org>
2540
2541 * font-lock.el (font-lock-keywords-case-fold-search):
2542 Make buffer-local. This fixes a very annoying bug when loading a Lisp
2543 file made font-lock case-insensitive.
2544
2545 2001-04-05 Gerd Moellmann <gerd@gnu.org>
2546
2547 * faces.el (defface menu): Doc fix.
2548
2549 * wid-edit.el (widget-color-sample-face-get): Don't make
2550 faces for undefined colors.
2551
2552 * version.el (emacs-version): Include LessTif/Motif version info.
2553
2554 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2555
2556 * ps-mule.el: Eliminate cl package dependence.
2557 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2558 if they aren't defined yet.
2559 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2560 Eliminate cl package dependence.
2561
2562 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2563
2564 * progmodes/cc-cmds.el (c-outline-level):
2565 Bind buffer-invisibility-spec. Originally from Dave Love, but
2566 got lost when incorporating version 5.26.
2567
2568 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2569
2570 * emulation/pc-select.el (pc-selection-mode):
2571 Call normal-erase-is-backspace-mode instead of binding
2572 keys individually.
2573
2574 * cus-load.el (normal-erase-is-backspace): Use it instead of
2575 delete-key-deletes-forward.
2576
2577 * startup.el (command-line): Use normal-erase-is-backspace and
2578 normal-erase-is-backspace-mode.
2579
2580 * simple.el (normal-erase-is-backspace): Rename from
2581 delete-key-deletes-forward. Doc fix.
2582 (normal-erase-is-backspace-mode): Rename from
2583 delete-key-deletes-forward-mode. Doc fix.
2584 Run normal-erase-is-backspace-hook.
2585
2586 * dired.el (dired-move-to-filename-regexp): Support file sizes in
2587 ``human-readable'' format produced by GNU `ls'.
2588 (dired-move-to-filename-regexp): Recognize ISO format dates.
2589 From Paul Eggert <eggert@twinsun.com>.
2590
2591 2001-04-04 Gerd Moellmann <gerd@gnu.org>
2592
2593 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2594 New functions.
2595 (lm-verify): Check keywords.
2596 From Eric M. Ludlam <eric@siege-engine.com>.
2597
2598 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2599
2600 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2601 `xemacs' feature instead of for the function `set-extent-property'.
2602
2603 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2604
2605 * mail/mh-utils.el (mh-folder-hist): New var.
2606 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2607
2608 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2609
2610 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2611 region, position point on the first or last 16-byte group.
2612 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2613 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2614 hexl-beginning-of-line.
2615
2616 2001-04-03 Gerd Moellmann <gerd@gnu.org>
2617
2618 * icomplete.el (icomplete-mode): Treat an argument like other
2619 modes do.
2620
2621 * startup.el (fancy-splash-head): Use splash8.xpm for color
2622 depth 8.
2623
2624 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2625 Add an antry for ``converts''.
2626
2627 * language/slovak.el ("Slovak"): Add documentation string.
2628 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2629
2630 * language/czech.el ("Czech"): Add documentation string.
2631 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2632
2633 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2634 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2635
2636 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2637
2638 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2639 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2640 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2641 Use `defsubst' rather than a macro to ease debugging.
2642 (mail-extr-last): Remove (use `last' instead).
2643 (mail-extract-address-components): Properly reset the syntax-table
2644 after parsing an address. Use `last' rather than mail-extr-last.
2645 Make sure the end marker stays at the very end.
2646
2647 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2648
2649 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2650 last change.
2651
2652 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2653
2654 * ps-print.el: Line and paragraph spacing feature. Region to cut
2655 out when printing. Doc fix.
2656 (ps-print-version): New version number (6.5).
2657 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2658 New vars. Line and paragraph spacing feature.
2659 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2660 out when printing.
2661 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2662 (ps-get-font-size, ps-begin-job, ps-continue-line)
2663 (ps-plot-region): Code fix.
2664 (ps-print-prologue-2): Var eliminated.
2665 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2666 New internal vars.
2667 (ps-get-size): New fun.
2668 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2669 (ps-next-line): Replace defun by defsubst.
2670 (ps-mule-plot-string): Autoload doc fix.
2671
2672 * ps-bdf.el: XEmacs compatibility. Doc fix.
2673 (installation-directory, coding-system-for-read): Declare vars if
2674 it's not declared yet.
2675 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2676
2677 * ps-mule.el: XEmacs compatibility. Doc fix.
2678 (leading-code-private-22): Declare var if it's not declared yet.
2679 (charset-bytes, charset-dimension, charset-id, charset-width)
2680 (find-charset-region, split-char, char-width, chars-in-region)
2681 (forward-point, decompose-composite-char, encode-coding-string)
2682 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2683 Define funs if not defined yet.
2684 (encode-composition-rule, find-composition): Define funs if not
2685 loaded yet.
2686 (ps-mule-prologue): PostScript code fix.
2687
2688 2001-04-02 Kenichi Handa <handa@etl.go.jp>
2689
2690 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2691 non-nil, generate font for the header strings.
2692 (ps-mule-prepare-font): Likewise.
2693 (ps-mule-generate-glyphs): Likewise.
2694 (ps-mule-string-encoding): Likewise.
2695 (ps-mule-header-charsets): New variable.
2696 (ps-mule-encode-header-string): New function.
2697 (ps-mule-header-string-charsets): New function.
2698 (ps-mule-begin-job): Check charsets in the header strings. If there
2699 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2700
2701 * ps-print.el (ps-generate-header-line): Encode the header string by
2702 ps-mule-encode-header-string.
2703 (ps-mule-encode-header-string): Declare autoload.
2704
2705 2001-04-02 Gerd Moellmann <gerd@gnu.org>
2706
2707 * frame.el (cursor-in-non-selected-windows):
2708 Replaces show-cursor-in-non-selected-windows.
2709
2710 2001-03-31 Kenichi Handa <handa@etl.go.jp>
2711
2712 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2713 Delete entries for "chinese-py" and "chinese-ziranma".
2714 (quail-misc-package-ext-info): New variable.
2715 (tsang-quick-converter): New function.
2716 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2717 (quick-cns-converter, py-converter, ziranma-converter)
2718 (miscdic-convert, batch-miscdic-convert): New functions.
2719
2720 2001-03-30 Kenichi Handa <handa@etl.go.jp>
2721
2722 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2723 eight-bit-control chars.
2724
2725 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2726 Reduce making temporary vector (suggested by Dave Love).
2727
2728 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2729
2730 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2731 string as well.
2732
2733 2001-03-30 Andreas Schwab <schwab@suse.de>
2734
2735 * files.el (backup-directory-alist): Fix typo.
2736
2737 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2738
2739 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2740 <eggert@twinsun.com>.
2741
2742 2001-03-30 Dave Love <fx@gnu.org>
2743
2744 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2745
2746 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2747
2748 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2749
2750 2001-03-30 Miles Bader <miles@gnu.org>
2751
2752 * subr.el (interactive-form): Fix paren typo.
2753
2754 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2755
2756 * emacs-lisp/profile.el: Say that it's obsolete in the header
2757 line, so that finder.el puts that into its data-base.
2758 Suggested by Alex Schroeder <alex@gnu.org>.
2759
2760 2001-03-29 Paul Eggert <eggert@twinsun.com>
2761
2762 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2763 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2764
2765 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2766
2767 * generic.el (generic-mode-set-comments): Use "" rather than nil
2768 for comment-end.
2769
2770 2001-03-29 Gerd Moellmann <gerd@gnu.org>
2771
2772 * emacs-lisp/advice.el (ad-make-advised-definition):
2773 Call interactive-form to obtain the interactive spec of subrs.
2774
2775 * subr.el (interactive-form): New function.
2776
2777 2001-03-29 Andre Spiegel <spiegel@gnu.org>
2778
2779 * vc-sccs.el (vc-sccs-register): Use relative file names.
2780
2781 2001-03-28 Gerd Moellmann <gerd@gnu.org>
2782
2783 * bookmark.el (bookmark-get-bookmark): Handle case that
2784 BOOKMARK is not a string.
2785
2786 * image.el (image-type-regexps): Change type for PS files
2787 to `postscript'.
2788
2789 * subr.el (read-passwd): Clear command history after each
2790 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2791
2792 2001-03-27 Kenichi Handa <handa@etl.go.jp>
2793
2794 * international/kkc.el (kkc-save-init-file): Locally bind
2795 print-length to nil.
2796
2797 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2798
2799 * textmodes/flyspell.el: Some doc fixes.
2800 (flyspell-maybe-correct-transposition)
2801 (flyspell-maybe-correct-doubling): Use a temporary buffer
2802
2803 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2804
2805 * emacs-lisp/byte-opt.el (byte-optimize-while)
2806 (byte-optimize-form-code-walker): Diagnose too few arguments
2807 for `if' and `while'.
2808
2809 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2810
2811 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2812 Prepend `\' to "\<quail-translation-docstring>".
2813
2814 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2815
2816 * autorevert.el (global-auto-revert-non-file-buffers):
2817 Remove duplicate defcustom.
2818
2819 2001-03-26 Miles Bader <miles@gnu.org>
2820
2821 * international/latin1-disp.el (latin1-char-displayable-p):
2822 Add leading "-" for X font pattern.
2823
2824 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2825
2826 * international/mule-diag.el (describe-coding-system):
2827 For raw-text and emacs-mule, don't add anymore text about what
2828 charsets they can encode.
2829
2830 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2831
2832 * help.el (view-lossage): Mention open-dribble-file in the doc
2833 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2834
2835 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2836
2837 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2838 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2839
2840 2001-03-23 Kenichi Handa <handa@etl.go.jp>
2841
2842 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2843 Call ccl-execute-on-string directly so that CCL program handling
2844 multibyte sequence can work correctly.
2845 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2846 property of the coding system.
2847
2848 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2849
2850 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2851 Fix transcription typo.
2852
2853 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2854
2855 * whitespace.el: Add buffer local variables to toggle testing of
2856 whitespaces in buffers without affecting the default values.
2857 Bump version to 3.0 to account for a few other changes.
2858 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2859 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2860 (whitespace-toggle-spacetab-check): New functions.
2861
2862 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2863
2864 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2865
2866 2001-03-21 Gerd Moellmann <gerd@gnu.org>
2867
2868 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2869 bs-cycle-configuration-name. From Juanma Barranquero
2870 <lektu@uol.com.br>.
2871
2872 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2873 and cc-vars.el.
2874
2875 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2876 headers. Always invoke sendmail with option -t.
2877
2878 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2879
2880 * Release of cc-mode 5.28.
2881
2882 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2883
2884 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2885 Removed the hardcoded switch to "java" style in Java mode.
2886 It's instead taken care of by the default value for c-default-style.
2887
2888 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2889
2890 * cc-align.el (c-lineup-math): Fix bug where lineup was
2891 triggered by equal signs in string literals.
2892
2893 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2894
2895 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2896 limit detection when at the ends of the buffer.
2897
2898 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2899 "for" statement clause in case 7F; a better one is done
2900 earlier in case 7D anyway.
2901
2902 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2903
2904 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2905 somewhat more and did a small optimization.
2906
2907 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2908
2909 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2910 Use the limit argument only to limit the syntactic context
2911 search, not to limit the actual movement.
2912
2913 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2914 inside multiline strings, just like in comments. Also various
2915 fixes to the paragraph and comment prefix recognition, block
2916 comment ender handling etc.
2917
2918 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2919
2920 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2921 the relative position of the point.
2922
2923 * cc-cmds.el (c-electric-continued-statement): New function to
2924 use as abbrev hook to reindent for keywords such as "else"
2925 that continues an earlier statement.
2926
2927 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2928 like classes.
2929
2930 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2931 (pike-mode): Populate the default abbrev tables to reindent for
2932 keywords such as "else" that can continue earlier statements.
2933 Abbrev mode is therefore turned on by default now. (Note that
2934 this doesn't apply to idl-mode, since IDL afaik doesn't have
2935 statements at all.)
2936
2937 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2938
2939 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2940 bracelists where the declaration contains template arguments.
2941
2942 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2943
2944 * cc-cmds.el (c-comment-indent):
2945 Use `c-get-syntactic-indentation' to correctly calculate the
2946 syntactic indentation. Fixes bug with lineup functions that
2947 return vectors.
2948
2949 * cc-engine.el (c-get-syntactic-indentation): Split the
2950 indentation sum calculation from `c-indent-line' to a separate
2951 function.
2952
2953 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2954
2955 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2956 Fixed places where it was assumed that preprocessor directives
2957 have to start in column zero.
2958
2959 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2960 template arguments after a class identifier properly.
2961
2962 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2963 lists for `new Foo[]' constructs in Java as expressions and
2964 not top level definition brace lists on the top level, so that
2965 they'll get indented consistently with the same type of
2966 expression in a normal block.
2967
2968 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2969
2970 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2971 whether the adaptive filling package fails to keep the comment
2972 prefix is now kludged further to check for filladapt-mode
2973 which doesn't have that problem. This is really icky, but it's
2974 the only way that works with the current misfeatures/bugs in
2975 both adaptive-fill-mode and filladapt-mode.
2976
2977 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2978 around point is recognized more robust.
2979
2980 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2981
2982 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2983 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2984 (c-lit-type): Fixed all internal variables used dynamically so
2985 that they are always bound.
2986
2987 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2988 errors:
2989
2990 (c-indent-region): Fixed reporting of syntactic errors so that
2991 the region is fully reindented even when an error occurs.
2992 The last syntactic error is printed afterwards. Also cleanup up a
2993 whole lot of code that tried to optimize indentation of whole
2994 sexps but in reality accomplishes nothing.
2995
2996 (c-indent-sexp): Use c-indent-region.
2997
2998 (c-parsing-error): Changed this variable to hold the message
2999 for any syntactic error that is discovered.
3000
3001 (c-parse-state): Search backward from point instead of the bod
3002 position when the latter is invalid. This makes CC Mode
3003 recover faster when there are unbalanced close braces.
3004
3005 (c-backward-to-start-of-if): Use c-parsing-error to report
3006 dangling "else" clauses instead of throwing an error, and fall
3007 back to a reasonable position.
3008
3009 (c-indent-line): Added argument to avoid reporting syntactic errors.
3010
3011 (c-show-syntactic-information): Don't report any syntactic errors.
3012
3013 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3014
3015 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3016 paragraph recognition when moving by sentence in literals.
3017
3018 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3019 start regexp for javadoc to recognize javadoc markup in general instead
3020 of a specific set of keywords, to be more future-safe.
3021
3022 (c-Pike-pikedoc-paragraph-start)
3023 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3024 pikedoc markup.
3025
3026 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3027
3028 (pike-mode): Initialize paragraph settings pikedoc recognition.
3029
3030 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3031
3032 (c-comment-prefix-regexp): Made it possible to use an
3033 association list on this to specify mode specific regexps.
3034 The default value now use a special regexp in Pike mode to
3035 recognize pikedoc markup.
3036
3037 (c-current-comment-prefix): New variable containing the actual
3038 regexp from c-comment-prefix-regexp for the current buffer.
3039
3040 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3041
3042 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3043 lists: We can't look at the syntax, since a brace list can get
3044 recognized as a plain statement-cont.
3045
3046 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3047 special brace list opener broken over two lines got recognized
3048 as a statement on the second line. Case 9A changed.
3049
3050 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3051
3052 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3053 adjustment after line is reindented.
3054
3055 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3056
3057 * cc-defs.el (c-point): Added optional argument for position
3058 to use instead of the current point.
3059
3060 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3061 the in-expression block symbols when the construct starts at
3062 boi, to avoid the extra level of indentation in that case.
3063 Cases 4, 16A and 17E affected.
3064
3065 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3066
3067 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3068 calls to `c-indent-line', to adhere better to Emacs conventions.
3069
3070 * cc-engine.el (c-indent-line): Use the syntax already bound
3071 to `c-syntactic-context', if there is any.
3072
3073 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3074
3075 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3076 wasn't added up correctly when a lineup function returned nil.
3077
3078 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3079
3080 * cc-engine.el (c-collect-line-comments): Fixed bug where
3081 empty lines were ignored when collecting line comments backwards.
3082
3083 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3084
3085 * cc-align.el (c-lineup-dont-change): Return an absolute
3086 indentation column to work correctly in the case when several
3087 syntactic elements are processed for the same line.
3088
3089 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3090 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3091 (c-set-offset): Added absolute indentation column settings by
3092 using the vector type.
3093
3094 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3095
3096 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3097 Implemented two new cleanups `space-before-funcall' and
3098 `compact-empty-funcall'.
3099
3100 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3101
3102 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3103 helping building regexps.
3104
3105 * cc-engine.el (c-on-identifier): New function for detecting
3106 identifiers. It takes keywords into account.
3107
3108 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3109 lists. `c-keywords' is set to a regexp matching all keywords
3110 in the current language.
3111
3112 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3113
3114 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3115 list of characters to skip backwards over at the beginning of
3116 a statement, since it can precede string literals in Pike.
3117
3118 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3119
3120 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3121 recognition when standing on the last line in a C++ comment
3122 with nothing but whitespace after the prefix.
3123
3124 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3125 given no limit argument.
3126
3127 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3128
3129 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3130 recognition for the `[]= operator symbol in Pike.
3131
3132 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3133
3134 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3135 around a bug in `eval-when-compile' in the byte compiler.
3136
3137 * cc-engine.el (c-forward-token-1): Fixed bug with return
3138 value when count is zero and there's no token start within the limit.
3139
3140 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3141 "prefix comments", i.e. comments which are followed by code on
3142 the same line.
3143
3144 * cc-mode-19.el: Fixes so that checks that must be done at
3145 compile time also are done then.
3146
3147 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3148
3149 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3150 time and at runtime, and only when it's needed.
3151
3152 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3153
3154 Major cleanup for less error prone and more warning free
3155 compilation, including some fixes for bugs due to different
3156 compilation orders. Thanks to Martin Buchholz for providing
3157 the basis for all this.
3158
3159 * cc-bytecomp.el: New file that provides some byte compilation
3160 features: It ensures that files always are loaded from the
3161 current source directory during compilation, and it provides a
3162 set of macros to turn off specific compiler warnings for
3163 specific symbols. (It's not CC Mode specific in any way.)
3164
3165 Fixed a nearly acyclic dependency tree (both runtime and
3166 compile-time) between all files.
3167
3168 * cc-defs.el: Separated all macros before the inline functions,
3169 to ensure correct compilation.
3170
3171 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3172 cc-defs.el to cc-engine.el and made it a function instead.
3173
3174 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3175 about char-after.
3176
3177 * cc-vars.el: Cope even when there isn't a custom package
3178 containing defcustom available.
3179
3180 * cc-make.el: Removed since it's no longer necessary.
3181
3182 README: Updated installation instructions.
3183
3184 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3185
3186 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3187 improve the modularity: Moved all mode init stuff from
3188 cc-langs.el to cc-mode.el, including the keymap
3189 initialization; cc-langs now only contains the various
3190 variables for configuring the language syntax.
3191
3192 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3193 (c-get-offset): Moved from cc-styles to cc-engine since file
3194 dependency analysis suggests they belong there (which also
3195 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3196
3197 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3198
3199 * cc-cmds.el (c-fn-region-is-active-p): New function that
3200 wraps the corresponding macro, for use in places that aren't
3201 compiled. Thanks to Martin Buchholz for pointing out this.
3202
3203 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3204
3205 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3206 add things to the bug report.
3207
3208 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3209
3210 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3211 returned prefix could contain a newline when the search for a
3212 good prefix line failed.
3213
3214 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3215
3216 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3217 (c-toggle-auto-hungry-state): Made the argument optional, as
3218 the documentation says it is.
3219
3220 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3221
3222 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3223 multiline string syntax, #"...", as a cpp macro.
3224
3225 2001-03-21 Paul Eggert <eggert@twinsun.com>
3226
3227 * international/mule-cmds.el (set-locale-environment):
3228 Set system-messages-locale and system-time-locale, but only if the
3229 caller specifies a non-nil locale name.
3230
3231 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3232
3233 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3234 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3235
3236 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3237
3238 * follow.el (follow-avoid-tail-recenter): Doc fix.
3239
3240 * custom.el (custom-set-variables): Avoid reversing the list
3241 of args needlessly.
3242
3243 * startup.el (fancy-splash-head): Don't change the colors of the
3244 XPM image on a dark background.
3245
3246 * comint.el (comint-exec-1): Set columns of the terminal to
3247 window-width instead of frame-width.
3248
3249 * info.el (Info-scroll-down): Add missing WINDOW arg for
3250 pos-visible-in-window-p.
3251
3252 * ehelp.el (electric-help-mode-hook): Add defcustom.
3253
3254 * mail/sendmail.el (mail-mode): Activate case-folding in
3255 font-lock-defaults.
3256
3257 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3258
3259 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3260 (completion-ignored-extensions): Remove duplicate ".class".
3261
3262 2001-03-19 Andreas Schwab <schwab@suse.de>
3263
3264 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3265 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3266
3267 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3268
3269 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3270 methods since there are not prefix input methods.
3271
3272 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3273
3274 * international/mule-cmds.el (read-input-method-name):
3275 Locally bind enable-recursive-minibuffers to t.
3276
3277 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3278
3279 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3280
3281 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3282
3283 * ediff-util.el: Copyright years.
3284 (ediff-choose-syntax-table): New function.
3285 (ediff-setup): Use ediff-choose-syntax-table.
3286
3287 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3288 with-syntax-table.
3289
3290 * ediff.el: Date of last update, copyright years.
3291
3292 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3293
3294 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3295 of Scott Bronson.
3296 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3297 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3298 Deleted functions.
3299 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3300 ex-token-list.
3301
3302 * viper-util.el: Spaces, indentation.
3303
3304 * viper.el: Changed version, modification time.
3305
3306 2001-03-16 John Wiegley <johnw@gnu.org>
3307
3308 * calendar/timeclock.el (timeclock-workday-remaining):
3309 Check whether `discrep' is non-null before using it.
3310
3311 2001-03-16 John Wiegley <johnw@gnu.org>
3312
3313 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3314 first-time checkins.
3315 (timeclock-log-data): Fixed problem with reading timelog log file.
3316 Resulting data in the "day list" was incorrect.
3317 (timeclock-find-discrep): Check if `timeclock-file' is readable
3318 before opening it.
3319 (timeclock-time-less-p): New function.
3320 (timeclock-day-base): New function.
3321 (timeclock-geometric-mean): New function.
3322 (timeclock-generate-report): Generate a summary report based on
3323 the contents of the log file. This uses `timeclock-log-data', and
3324 is an example of writing a timelog manipulation function.
3325 (timeclock-visit-timelog): A quick command for opening the timelog
3326 file.
3327 (timeclock-log-data): Bound the variable event.
3328
3329 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3330
3331 * international/mule-cmds.el (select-safe-coding-system):
3332 Fix typo: symbol-name -> symbol-value.
3333
3334 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3335 before substitute-in-file-name to handle double slashes in FILE
3336 correctly.
3337
3338 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3339
3340 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3341 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3342
3343 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3344
3345 * bindings.el (features): Add `md5' and `overlay' to the list.
3346
3347 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3348 bound before using it. It's not bound when configured without X,
3349 for instance.
3350
3351 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3352
3353 * progmodes/hideshow.el: Update copyright.
3354 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3355 (hs-minor-mode-hook): Include `:version' in defcustom form.
3356
3357 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3358
3359 * help.el (string-key-binding): Don't call event-start on
3360 a non-list.
3361
3362 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3363
3364 * startup.el (fancy-splash-tail, command-line-1): Fix the
3365 copyright year.
3366
3367 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3368
3369 * term.el: These changes are based on a patch sent from Yong Lu
3370 <lyongu@yahoo.com>.
3371 (term-set-escape-char): Bind M-x to execute-extended-command in
3372 term-raw-escape-map.
3373 (term-move-columns): Don't try to move to negagive column.
3374 (term-emulate-terminal): Insert a string before deleting a text to
3375 overwrite.
3376
3377 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3378
3379 * play/life.el (life): Rearrange code so that all calls to
3380 life-display-generation are in a catch-form.
3381
3382 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3383 file that isn't interesting. In an interesting file, push the old
3384 value of point on the mark ring.
3385
3386 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3387 New function.
3388 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3389 Use it.
3390
3391 * emacs-lisp/autoload.el (generate-file-autoloads):
3392 Remove warning about line lengths.
3393
3394 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3395
3396 * progmodes/etags.el (tags-compression-info-list): New variable.
3397 (find-tag-in-order): Use it to deal with compressed source files.
3398 (tag-file-name-match-p): New function.
3399 (etags-recognize-tags-table): Use it for better match of file names.
3400
3401 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3402
3403 * international/mule-cmds.el (register-input-method): Doc fix.
3404
3405 * international/quail.el (quail-translate-key): Fix condition to
3406 check if there's another breaking point in the current key.
3407
3408 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3409
3410 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3411 Babyl header to the newly-created output file, bind
3412 coding-system-for-write to either rmail-file-coding-system or
3413 emacs-mule-unix.
3414
3415 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3416
3417 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3418 Fix the name and regexp used for subsubsections.
3419
3420 2001-03-10 Dave Love <fx@gnu.org>
3421
3422 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3423 and save-buffer if buffer-file-name non-nil. From rms.
3424
3425 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3426
3427 * vc.el (vc-do-command): If the destination buffer is already
3428 current, don't set it up and don't erase it. Updated doc string
3429 to reflect that.
3430 (vc-version-diff): When doing a single file diff, don't switch to the
3431 *vc-diff* buffer before the command. This is to preserve local
3432 variable bindings that might affect the diff command.
3433 (vc-print-log): Don't switch to the *vc* buffer before the
3434 command, so that local variable bindings are preserved.
3435
3436 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3437 not the current buffer.
3438 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3439
3440 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3441 make output go to buffer *vc*, not the current buffer.
3442
3443 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3444
3445 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3446 so ^, $, *, ? and + are interpreted correctly.
3447
3448 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3449
3450 * help.el (string-key-binding): Renamed from
3451 mode-line-key-binding. Handle any event on a string.
3452 Check for `keymap' properties as well as `local-map' properties.
3453
3454 * comint.el (comint-insert-clicked-input): Use the last key
3455 from this-command-keys to lookup the global key definition.
3456
3457 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3458
3459 * international/characters.el: Add category `j' for
3460 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3461
3462 * international/mule-conf.el (no-conversion): Fix docstring.
3463 (raw-text): Fix docstring.
3464
3465 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3466
3467 * simple.el (choose-completion-string): When not leaving the
3468 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3469 is set.
3470
3471 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3472 parameter `(minibuffer . t)'.
3473
3474 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3475
3476 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3477 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3478 (sh-mode): Remove `make-local-variable' for unused var
3479 `font-lock-unfontify-region-function'.
3480
3481 2001-03-07 Richard M. Stallman <rms@gnu.org>
3482
3483 * info.el (Info-scroll-down): Fix previous change.
3484
3485 * mail/rmail.el (rmail-toggle-header): Use a window which
3486 is showing the Rmail buffer, rather than the selected window.
3487
3488 2001-03-07 Dave Love <fx@gnu.org>
3489
3490 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3491 now, to avoid problems with binding imenu directly to a mouse event.
3492
3493 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3494
3495 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3496 second arg t.
3497
3498 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3499
3500 * log-edit.el (log-edit-common-indent): New var.
3501 (log-edit-set-common-indentation): Renamed from
3502 log-edit-delete-common-indentation. Use the new var.
3503 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3504
3505 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3506 (cvs-mode-add-change-log-entry-other-window):
3507 Don't presume change-log-default-name is defined.
3508
3509 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3510
3511 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3512 the "tree" operation as well.
3513
3514 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3515
3516 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3517 to match paragraph-start.
3518
3519 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3520 comment-start-skip and set comment-end-skip as well.
3521 (sgml-comment-indent): Fix for new value of comment-start-skip.
3522 (html-autoview-mode): Don't bother using make-local-hook.
3523
3524 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3525
3526 * cus-edit.el (custom-save-delete): Move in front of local
3527 variables, otherwise long Custom entries would make them ineffective.
3528
3529 * uniquify.el: Set maintainer to FSF.
3530
3531 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3532
3533 * dired-aux.el (dired-do-shell-command): Doc fix.
3534
3535 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3536
3537 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3538
3539 * which-func.el (which-func-modes): Add cperl-mode.
3540 (which-func-mode-global): Use define-minor-mode.
3541
3542 * info-look.el: Docstring fixes and dead code eliminated.
3543 (cperl-mode): Add support.
3544 (emacs-lisp-mode): List all entries from elisp manual, whether
3545 or not they are currently (f)bound or not. Update regexp.
3546
3547 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3548
3549 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3550 so that C-h m shows the correct information.
3551 Use make-local-variable rather than make-variable-buffer-local.
3552 (cperl-info-buffer, cperl-setup-tmp-buf):
3553 Use make-local-variable rather than make-variable-buffer-local.
3554 (cperl-msb-fix, cperl-get-help-defer):
3555 Check major-mode for `cperl-mode' as well.
3556
3557 * progmodes/cperl-mode.el: Updated to author version 4.23.
3558 (cperl-electric-pod): SYNOPSIS was misspelled.
3559 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3560 (cperl-after-expr-p): Make true after __END__.
3561
3562 2001-03-06 Gerd Moellmann <gerd@gnu.org>
3563
3564 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3565 bookmark-completion-ignore-case is t.
3566
3567 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3568 switch, like xterm, and concat resource strings, with a newline
3569 between them.
3570
3571 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3572
3573 * international/codepage.el (cp770-decode-table)
3574 (cp773-decode-table, cp774-decode-table): New variables.
3575
3576 * man.el (Man-hyphenated-reference-regexp): New variable.
3577 (Man-build-references-alist): Use it to search for referenced
3578 manpages. If hyphenated is non-nil, record a concatenated word in
3579 Man-refpages-alist only if it matches Man-reference-regexp.
3580 Update word's length when it is concatenated. Reverse the list,
3581 to get the first manpage at the head.
3582 (Man-possibly-hyphenated-word): New function.
3583 (Man-follow-manual-reference): Use it instead of current-word to
3584 find a manpage at point, in a way that accounts for hyphenated
3585 references.
3586
3587 2001-03-06 Alex Schroeder <alex@gnu.org>
3588
3589 * sql.el (sql-interbase): New function.
3590 (sql-interbase-program): New option.
3591 (sql-interbase-options): New option.
3592 And some typos fixed: "customise" to "customize".
3593
3594 2001-03-06 Dave Love <fx@gnu.org>
3595
3596 * textmodes/flyspell.el (flyspell-region):
3597 Set up flyspell-local-mouse-map.
3598
3599 2001-03-05 Richard M. Stallman <rms@gnu.org>
3600
3601 * mail/rmail.el (rmail-retry-failure):
3602 Don't call rmail-beginning-of-message.
3603 Don't discard From: field. Do discard Received: field.
3604 Use unwind-protect to re-prune.
3605 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3606
3607 2001-03-06 Kenichi Handa <handa@etl.go.jp>
3608
3609 * international/quail.el (quail-title): Add autoload cookie.
3610
3611 2001-03-05 Dave Love <fx@gnu.org>
3612
3613 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3614 new defs.
3615
3616 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3617
3618 * language/ethio-util.el (ethio-toggle-space):
3619 Update current-input-method-title if necessary.
3620 (ethio-toggle-punctuation): Likewise.
3621
3622 * international/quail.el (quail-title): Fix for the case that a
3623 title of an input method is specified by a list of the same form
3624 as used in mode-line-format.
3625
3626 * international/mule-cmds.el (activate-input-method):
3627 If current-input-method-title is set by activating INPUT-METHOD,
3628 respect that value.
3629
3630 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3631
3632 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3633
3634 2001-03-05 Alex Schroeder <alex@gnu.org>
3635
3636 * sql.el (sql-sybase): Fix typo (was: query user about server two
3637 times instead of server and database).
3638
3639 * sql.el (sql-sybase): Doc change.
3640 (sql-mysql): Doc change.
3641 (sql-postgres): Doc change.
3642
3643 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3644
3645 * international/mule-conf.el (emacs-mule, raw-text):
3646 Docstring modified.
3647
3648 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3649
3650 * term/internal.el: Update copyright notice.
3651
3652 * term/pc-win.el: Update copyright notice.
3653
3654 2001-03-02 Dave Love <fx@gnu.org>
3655
3656 * files.el (insert-file-contents-literally):
3657 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3658 not jka-compr-compression-info-list.
3659
3660 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3661
3662 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3663 spaces in default comment-start-skip settings rather than \s-.
3664
3665 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3666
3667 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3668 default-frame-alist as well.
3669
3670 2001-03-01 Dave Love <fx@gnu.org>
3671
3672 * textmodes/reftex.el (defvar): Wrap some defvars in
3673 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3674
3675 * subr.el (event-basic-type): Doc fix.
3676
3677 * international/quail.el: Doc fixes.
3678
3679 * international/utf-8.el: Doc fixes.
3680
3681 * international/mule-cmds.el: Doc fixes.
3682 (leim-list-header): Fix header text.
3683
3684 * international/mule.el (coding-system-category): Doc fix.
3685
3686 * international/ccl.el (ccl-compile): Doc fix.
3687
3688 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3691 rather than (before|after)-change-functions.
3692
3693 2001-03-01 Gerd Moellmann <gerd@gnu.org>
3694
3695 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3696 scroll-left and scroll-right being called interactively so that
3697 they set the window's min_hscroll.
3698
3699 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3700
3701 * info.el (info-insert-file-contents-1): Accept an additional
3702 argument `lfn': if it is non-nil, concatenate `filename' and
3703 `suffix'; otherwise use the complicated MS-DOS code.
3704 All callers changed.
3705 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3706 can access long file names, try the long file-name version of
3707 `info-insert-file-contents-1', then the short file-name version.
3708
3709 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
3710
3711 * language/ethio-util.el (setup-ethiopic-environment-internal):
3712 Change bindings of functions keys to conform to "Emacs Lisp Coding
3713 Convention".
3714
3715 * language/ethiopic.el ("Ethiopic"): Add documentation.
3716
3717 2001-02-28 Kenichi Handa <handa@etl.go.jp>
3718
3719 * international/utf-8.el (mule-utf-8): Set coding-category
3720 property to coding-category-utf-8.
3721
3722 2001-02-27 Richard M. Stallman <rms@gnu.org>
3723
3724 * lpr.el (lpr-page-header-switches, print-region-1):
3725 Undo 2000-07-06 change.
3726 (lpr-add-switches): Default to t on gnu/linux.
3727
3728 2001-02-27 Gerd Moellmann <gerd@gnu.org>
3729
3730 * bs.el (bs-attributes-list): Doc fix.
3731
3732 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3733
3734 * help.el (describe-project): Display the file THE-GNU-PROJECT.
3735
3736 * help.el (view-order-manuals): Use goto-address.
3737
3738 * startup.el (command-line-1): Add info about ordering manuals
3739 to the not so fancy splash screens.
3740
3741 2001-02-26 Andre Spiegel <spiegel@gnu.org>
3742
3743 * vc.el (vc-default-workfile-unchanged-p)
3744 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3745
3746 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3747
3748 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3749 fontify in the right buffer.
3750
3751 * allout.el (outline-flag-region): Move macro in front of first
3752 use to avoid a run-time error.
3753
3754 2001-02-24 Andrew Innes <andrewi@gnu.org>
3755
3756 * makefile.w32-in: Fix copyright notice.
3757
3758 2001-02-24 Kenichi Handa <handa@etl.go.jp>
3759
3760 * international/utf-8.el (mule-utf-8): Set correct value for
3761 valid-codes property.
3762
3763 * international/fontset.el (x-complement-fontset-spec): In the
3764 case that we use ASCII font for the other charsets, use only
3765 family and registry part of it.
3766
3767 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3768
3769 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3770 (shrink-window-if-larger-than-buffer): Doc fix.
3771
3772 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3773
3774 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3775 predicate passed to completing-read.
3776
3777 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3778
3779 * startup.el (command-line): Fix last change.
3780
3781 2001-02-23 Jason Rumney <jasonr@gnu.org>
3782
3783 * startup.el (tool-bar-originally-present): New variable.
3784 (command-line): Set it if the tool-bar is switched on at startup.
3785
3786 * frame.el (frame-notice-user-settings): Only adjust frame height
3787 for no tool-bar case if tool-bar was originally switched on.
3788 From E. Jay Berkenbilt.
3789
3790 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3791
3792 * server.el (server-switch-buffer): Only switch window if the
3793 current one is dedicated.
3794
3795 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3796 rather than using (match-beginning 0) when searching for break point.
3797
3798 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3799
3800 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3801 @ follows an accent command such as @'. Support optional braces
3802 in commands that insert accents, like makeinfo does.
3803
3804 2001-02-22 Gerd Moellmann <gerd@gnu.org>
3805
3806 * startup.el (fancy-splash-text): Add a line for ordering
3807 manuals. Reverse order of splash screens shown.
3808 (use-fancy-splash-screens-p): Adapt to the text line added.
3809
3810 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3811 manuals from the FSF.
3812
3813 * help.el (view-order-manuals): New function.
3814 (toplevel): Bind C-h C-m to this function.
3815
3816 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3817
3818 * newcomment.el (comment-forward): Skip the comment-start before
3819 searching for the comment-end.
3820
3821 2001-02-21 Dave Love <fx@gnu.org>
3822
3823 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3824
3825 * international/mule-cmds.el, international/mule.el: Doc fixes.
3826
3827 2001-02-21 Gerd Moellmann <gerd@gnu.org>
3828
3829 * startup.el (fancy-splash-screens): Use display-hourglass
3830 instead of display-busy-cursor.
3831
3832 * frame.el (display-hourglass): Renamed from busy-cursor.
3833 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3834 (show-cursor-in-non-selected-windows): Doc fix.
3835
3836 2001-02-20 Dave Love <fx@gnu.org>
3837
3838 * international/utf-8.el: Doc and commentary fixes.
3839
3840 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3841
3842 * ehelp.el (with-electric-help): Doc fix.
3843
3844 2001-02-20 Gerd Moellmann <gerd@gnu.org>
3845
3846 * msb.el (msb-mode): Call the update-buffers function explicitly
3847 with a FORCE argument.
3848
3849 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3850 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3851 returns nil.
3852
3853 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3854
3855 * ps-print.el: Timestamp package replacement. Some enhancements.
3856 Some XEmacs compatibility. Doc fix.
3857 (ps-print-version): New version number (6.4).
3858 (ps-printer-name): Initialization fix.
3859 (ps-zebra-stripe-follow): Funcionality enhancement.
3860 (ps-prologue-file): Code enhancement.
3861 (ps-right-header): Timestamp package replacement.
3862 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3863 (ps-get-page-dimensions)
3864 (ps-generate-header, ps-begin-file, ps-begin-job)
3865 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3866 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3867 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3868 (coding-system-for-write): Var declaration (XEmacs compatibility).
3869
3870 2001-02-20 Miles Bader <miles@gnu.org>
3871
3872 * image-file.el (image-file-name-extensions): Add "tif".
3873
3874 2001-02-19 Gerd Moellmann <gerd@gnu.org>
3875
3876 * wid-edit.el (widget-button-click): Save the selected window
3877 around the code handling clicks on buttons.
3878
3879 2001-02-18 Dave Love <fx@gnu.org>
3880
3881 * imenu.el (imenu--generic-function): Use mapc to iterate over
3882 syntax characters.
3883
3884 2001-02-17 Richard M. Stallman <rms@gnu.org>
3885
3886 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3887
3888 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3889
3890 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3891
3892 * mouse.el (mouse-save-then-kill): If the distance from the new
3893 point to the mark is equal to the distance of point from the new
3894 point, move point instead of the mark.
3895
3896 2001-02-16 Dave Love <fx@gnu.org>
3897
3898 * textmodes/flyspell.el (flyspell-get-word): Return string without
3899 properties.
3900
3901 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3902
3903 * generic.el (generic-find-file-regexp): Doc fix.
3904 (generic-ignore-files-regexp): New defcustom.
3905 (generic-mode-find-file-hook): If the file's name matches the
3906 regexp in `generic-ignore-files-regexp', don't enter
3907 default-generic-mode. Doc fix.
3908
3909 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3910
3911 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3912 Add autoload cookies.
3913
3914 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3915 of cal-tex-24.
3916
3917 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3918
3919 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3920
3921 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3922 the character class after the (optional) drive, to support file
3923 names with embedded blanks.
3924
3925 2001-02-15 Sam Steingold <sds@gnu.org>
3926
3927 * textmodes/tex-mode.el (tex-shell-running):
3928 Check the process buffer too.
3929
3930 2001-02-15 Dave Love <fx@gnu.org>
3931
3932 * battery.el (battery-status-function): Fix doc, :type.
3933
3934 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3935
3936 2001-02-15 Gerd Moellmann <gerd@gnu.org>
3937
3938 * subr.el (read-passwd): Clear Lisp memory holding password.
3939
3940 2001-02-15 Miles Bader <miles@gnu.org>
3941
3942 * info.el (Info-copy-current-node-name): New function.
3943 (Info-mode-menu): Add it to the menu.
3944
3945 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3946
3947 * international/mule-cmds.el (toggle-input-method): Doc fix.
3948
3949 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3950
3951 * replace.el (occur): Stop at end of buffer.
3952
3953 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3954
3955 * international/mule-cmds.el (set-input-method): Another doc fix.
3956
3957 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3958
3959 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3960
3961 2001-02-13 Miles Bader <miles@gnu.org>
3962
3963 * faces.el (set-face-background, set-face-foreground)
3964 (set-face-stipple): Treat a value of nil as being `unspecified'.
3965
3966 2001-02-12 Dave Love <d.love@dl.ac.uk>
3967
3968 * international/latin1-disp.el: Doc fixes.
3969 (latin1-display) <defgroup>: Add :link.
3970 (latin1-display) <function>: Set variable latin1-display.
3971
3972 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3973
3974 * international/mule-cmds.el (set-input-method): Doc fix.
3975
3976 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3977
3978 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3979 (speedbar-line-file): Return nil if not a file.
3980 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3981
3982 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
3983
3984 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3985 for remote files.
3986 (ediff-coding-system-for-read): Replaced the no-conversion default
3987 with raw-text.
3988
3989 * ediff-init.el: Removed :version from defcustom vars.
3990
3991 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3992 Better handling of the diff mode.
3993
3994 * ediff.texi: Added ediff-coding-system-for-read.
3995
3996 * viper.texi: Fix typos.
3997
3998 2001-02-11 Dave Love <fx@gnu.org>
3999
4000 * shadowfile.el: Doc fixes.
4001 (shadow) <defgroup>: Add :link.
4002 (shadowfile-unload-hook): New function.
4003 (shadow-initialize): Use defalias, not fset.
4004 (shadow-define-cluster, shadow-define-literal-group)
4005 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4006
4007 * international/mule.el: Doc and message fixes.
4008
4009 * international/ccl.el (define-ccl-program): Doc fix.
4010
4011 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4012
4013 * faces.el (mode-line): Set :line-width property to -1.
4014
4015 2001-02-10 Richard M. Stallman <rms@gnu.org>
4016
4017 * complete.el (partial-completion-mode): Doc fix.
4018
4019 * simple.el (delete-key-deletes-forward-mode):
4020 Change `let' to `let*' to fix gross bug in last change.
4021
4022 * repeat.el (repeat): Don't let execute-kbd-macro alter
4023 real-last-command.
4024
4025 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4026
4027 * simple.el (eval-expression): Doc fix.
4028
4029 2001-02-09 Dave Love <fx@gnu.org>
4030
4031 * imenu.el (imenu-generic-expression): Doc fix.
4032
4033 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4034 From Juanma Barranquero.
4035
4036 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4037
4038 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4039
4040 * faces.el (set-face-attribute): Describe the case of a negative
4041 value specified for :line-width.
4042
4043 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4044
4045 * which-func.el (which-func-mode): Invert which-func-mode-global.
4046 From Juanma Barranquero <lektu@uol.com.br>.
4047
4048 2001-02-08 Dave Love <fx@gnu.org>
4049
4050 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4051 widget-plist-value-type.
4052 (widget-alist-convert-widget): Replace binding of
4053 widget-alist-value-type.
4054
4055 * textmodes/paragraphs.el (sentence-end): Doc fix.
4056
4057 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4058 Remove `backward-line'.
4059
4060 * play/pong.el (pong-blank-color, pong-bat-color)
4061 (pong-ball-color, pong-border-color, pong-left-key)
4062 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4063 (pong-pause-key, pong-resume-key, pong-timer-delay):
4064 * mail/mh-comp.el (mh-compose-letter-function):
4065 * eshell/esh-mode.el (eshell-skip-prompt-function):
4066 * emulation/viper-ex.el (ex-unix-type-shell-options):
4067 * recentf.el (recentf-menu-filter):
4068 * ps-print.el (ps-print-region-function):
4069 * lpr.el (print-region-function):
4070 * forms.el (forms-mode-hooks):
4071 * dirtrack.el (dirtrack-directory-change-hook):
4072 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4073 * textmodes/spell.el (spell-filter):
4074 * textmodes/fill.el (adaptive-fill-function):
4075 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4076 * progmodes/etags.el (find-tag-default-function):
4077 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4078 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4079
4080 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4083 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4084 Meyering <jim@meyering.net>.
4085
4086 * loadup.el: Revert last change.
4087
4088 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4089
4090 * international/mule.el (transform-make-coding-system-args):
4091 Make it work also for coding systems not using CCL.
4092
4093 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4094
4095 * simple.el (previous-matching-history-element)
4096 (next-matching-history-element): Doc fix.
4097
4098 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4099 specific part.
4100
4101 2001-02-06 Dave Love <fx@gnu.org>
4102
4103 * add-log.el (add-log-current-defun-function)
4104 (add-log-buffer-file-name-function, add-log-file-name-function):
4105 Fix :type.
4106 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4107
4108 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4109
4110 * info.el (info-initialize): Remove the test for system-type when
4111 invocation-directory is non-nil.
4112
4113 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4114 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4115
4116 2001-02-06 Andrew Innes <andrewi@gnu.org>
4117
4118 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4119 absolute.
4120
4121 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4122
4123 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4124 buffers. When hi-lock turned on rather than only checking current
4125 buffer for regexps, all buffers are checked. Moved activation of
4126 font-lock to hi-lock-refontify. When font-lock turned off rather
4127 than removing added highlighting just in current buffer, remove it
4128 in all buffers. Changed edit menu text from "Automatic
4129 Highlighting" to "Regexp Highlighting" Documentation for
4130 highlighting phrases, minor documentation changes.
4131 (hi-lock-set-file-patterns): Execute only if there are new or
4132 existing file patterns.
4133 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4134 unfontify and, if a support mode is active, will not refontify the
4135 whole buffer. If necessary, turn on font lock. (Removed
4136 font-lock-unfontify and font-lock support-mode-specific calls,
4137 such as lazy-lock-fontify-window.)
4138 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4139 patterns are found. Not useful now since find-file-hook is removed
4140 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4141 (hi-lock-face-phrase-buffer): New function. Also added related
4142 menu item and keybinding.
4143 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4144 (hi-lock-process-phrase): New function.
4145 (hi-lock-line-face-buffer): Doc fixes.
4146 (hi-lock-face-buffer): Doc fixes.
4147 (hi-lock-unface-buffer): Doc fixes.
4148
4149 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4150
4151 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4152 dabbrev-ignored-regexps.
4153
4154 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4155
4156 * simple.el (kill-line): Doc fix.
4157
4158 2001-02-05 Dave Love <fx@gnu.org>
4159
4160 * loadup.el: Revert last two changes -- bootstrapping works with
4161 regenerated loaddefs.
4162
4163 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4164
4165 * isearch.el (isearch-forward): Doc fix.
4166
4167 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4168 of font-lock-defaults to backward-paragraph.
4169
4170 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4171
4172 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4173 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4174
4175 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4176
4177 * ebnf2ps.el: Eliminate time-stamp functions.
4178 (ebnf-version): New version (3.5).
4179 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4180 format-time-string.
4181
4182 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4183
4184 * simple.el (next-line): Goto end-of-line before inserting a newline.
4185
4186 2001-02-05 Miles Bader <miles@gnu.org>
4187
4188 * image-file.el (insert-image-file): When visiting an image, also
4189 set `truncate-lines' to t so that any fringe arrow looks correct.
4190
4191 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4192
4193 * isearch.el (isearch-forward): Add description about input method
4194 in the docsting.
4195
4196 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4197
4198 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4199
4200 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4201
4202 * info.el (info-initialize): If installation-directory is nil, for
4203 DOS/Windows systems try looking in a sibling of invocation-directory.
4204
4205 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4206
4207 * wid-edit.el (widget-button-click): Fix last change.
4208
4209 * frame.el (frame-notice-user-settings): When resizing the initial
4210 frame because the tool bar is off, also change the frame's top
4211 position if a negative top position was specified.
4212
4213 2001-02-02 Miles Bader <miles@gnu.org>
4214
4215 * image-file.el (insert-image-file): When visiting an image,
4216 suppress the cursor in the image buffer.
4217
4218 2001-02-01 Dave Love <fx@gnu.org>
4219
4220 * progmodes/f90.el (f90-mode): Remove startup message.
4221
4222 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4223
4224 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4225
4226 * startup.el (command-line): Fix code determining whether or not
4227 to use delete-key-deletes-forward-mode.
4228
4229 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4230
4231 * vc.el (vc-diff-switches): New user option.
4232 (vc-version-diff): Use it.
4233 (vc-diff-switches-list): New macro.
4234
4235 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4236 New customization options.
4237 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4238
4239 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4240
4241 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4242
4243 * msb.el (toplevel): Quote hook symbols.
4244
4245 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4246
4247 * international/mule.el (make-coding-system): Add description
4248 about recognized properties in the docstring.
4249
4250 * international/mule-conf.el: Remove unused charsets
4251 mac-roman-lower and mac-roman-upper.
4252
4253 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4254
4255 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4256 is in front of the left-margin, if any.
4257
4258 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4259 like `delete'.
4260
4261 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4262
4263 * term/w32-win.el (mouse-set-font): Doc fix.
4264
4265 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4266
4267 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4268 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4269 on already.
4270
4271 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4272
4273 * files.el (save-buffer): Don't give message if (buffer-file-name)
4274 returns nil.
4275
4276 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4277
4278 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4279
4280 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4281 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4282
4283 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4284 display problems.
4285
4286 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4287
4288 * international/mule.el (charset-info): Fix docstring.
4289
4290 * international/mule-diag.el (describe-character-set): Check final
4291 char valid before printing it.
4292
4293 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4294
4295 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4296
4297 * frame.el (frame-notice-user-settings): Do the tool-bar
4298 stuff only for graphical displays. Fix a braino.
4299
4300 * frame.el (frame-initialize): Create initial frame visible.
4301 (frame-notice-user-settings): When tool-bar has been switched off,
4302 correct the frame size and sync tool-bar-mode.
4303
4304 * startup.el (command-line): Remove manipulation of frame
4305 height for tool bars.
4306
4307 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4308
4309 * lpr.el: Compatibility with XEmacs and doc fixes.
4310 (lpr-windows-system, lpr-lp-system): New vars.
4311 (lpr-printer-switch): New defcustom.
4312 (printer-name, lpr-command): Customization fix.
4313 (print-region-1): Code fix.
4314 (print-region-new-buffer, printify-region): Indentation fix.
4315 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4316 New functions.
4317
4318 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4319
4320 * msb.el (toplevel): Fix the eval-after-load.
4321
4322 2001-01-29 Dave Love <fx@gnu.org>
4323
4324 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4325
4326 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4327
4328 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4329 (tcl-using-emacs-19-23): Consider Emacs 21+.
4330 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4331 (tcl-add-emacs-menu): Supply menu name.
4332 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4333
4334 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4335
4336 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4337
4338 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4339
4340 * pcvs.el (cvs-mark-fis-dead): New function.
4341 (cvs-mode-add): Use it.
4342 (cvs-mode-add-change-log-entry-other-window):
4343 Rebind change-log-default-name to itself rather than to nil.
4344
4345 2001-01-29 Sam Steingold <sds@gnu.org>
4346
4347 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4348 `autoload' statements.
4349
4350 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4351
4352 * files.el (confirm-kill-emacs): Doc fix.
4353
4354 * frame.el (frame-initialize): Doc fix.
4355
4356 * time-stamp.el (time-stamp-string): Doc fix.
4357
4358 * woman.el (WoMan-log-1): Make the log buffer writable.
4359 From Markus Rost <rost@math.ohio-state.edu>.
4360
4361 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4362
4363 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4364 the `make-variable-buffer-local'.
4365
4366 2001-01-29 Dave Love <fx@gnu.org>
4367
4368 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4369 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4370 Add autoload cookie.
4371 (ansi-color-apply-sequence): Fix typo.
4372
4373 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4374
4375 * menu-bar.el (menu-bar-files-menu): Add menu items for
4376 Postscript printing in black and white.
4377
4378 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4379 X-Mailman-Version, Precedence, List-Help, List-Post,
4380 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4381 Content-Type, Content-Length.
4382
4383 2001-01-29 Dave Love <fx@gnu.org>
4384
4385 * elide-head.el (elide-head): Make overlay evaporate.
4386
4387 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4388
4389 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4390
4391 * isearch.el (isearch-highlight): Don't punt if the display
4392 doesn't support colors, since isearch faces are defined for
4393 monochrome displays as well.
4394
4395 2001-01-27 Sam Steingold <sds@gnu.org>
4396
4397 * shell.el (shell-write-history-on-exit): Make sure that we are in
4398 the shell buffer (M-x tex-file RET inserted the error message into
4399 the TeX buffer).
4400
4401 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * simple.el (transient-mark-mode): Doc fix.
4404
4405 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4406
4407 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4408
4409 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4410
4411 * shell.el (shell-unquote-argument): If the shell is one of the
4412 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4413 quote character.
4414 (shell-dumb-shell-regexp): Document that the shells which match
4415 this regexp are supposed to not treat a backslash as a quote character.
4416
4417 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4418 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4419
4420 2001-01-27 Richard M. Stallman <rms@gnu.org>
4421
4422 * dabbrev.el (dabbrev--substitute-expansion):
4423 Treat a one-capital-letter abbrev as "not all upper case",
4424 so as to force preservation of the expansion's pattern
4425 if the expansion starts with a capital letter.
4426
4427 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4428
4429 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4430 Doc fix.
4431
4432 * simple.el (transient-mark-mode): Document the fact that many
4433 commands act on the region when mark is active.
4434
4435 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4436
4437 * international/quail.el (quail-setup-completion-buf): Make the
4438 multibyteness of current buffer inherited to Quail completion buffer.
4439 (quail-show-guidance-buf): Make the multibyteness of current
4440 buffer inherited to Quail guidance buffer.
4441 (quail-help): Make the multibyteness of current buffer inherited
4442 to Quail help buffer.
4443
4444 2001-01-26 Dave Love <fx@gnu.org>
4445
4446 * time-stamp.el: Doc fixes.
4447
4448 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4449 (delphi-keyword-face, delphi-other-face): Fix :type.
4450
4451 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4452
4453 * mail/feedmail.el (feedmail): Add :link.
4454 (feedmail-send-it): Doc fix.
4455
4456 * mail/sendmail.el: Doc fixes.
4457 (sendmail-send-it): Fix the non-ASCII regexp and use
4458 rfc2047-encode-string.
4459
4460 * dired.el, dired-aux.el: Revert last change.
4461
4462 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4463
4464 * makefile.w32-in (DONTCOMPILE): Add various term files.
4465
4466 2001-01-26 Dave Love <fx@gnu.org>
4467
4468 * Makefile.in (DONTCOMPILE): Add various term files.
4469
4470 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4471
4472 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4473
4474 * startup.el (display-startup-echo-area-message): Make sure
4475 the echo area is resized to fit the size of the startup message.
4476
4477 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4478 part of which is a constant.
4479
4480 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4483
4484 2001-01-26 Richard M. Stallman <rms@gnu.org>
4485
4486 * simple.el (next-line): Don't let `newline' expand abbrevs.
4487 Simplify slightly.
4488 (open-line): Don't let `newline' expand abbrevs.
4489
4490 2001-01-25 John Wiegley <johnw@gnu.org>
4491
4492 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4493 to `repeat' in the :type field.
4494
4495 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4496 allow a choice of regexp or nil.
4497 (pcomplete-dir-ignore): Same.
4498
4499 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4500 a command) to always fail.
4501
4502 2001-01-25 Gerd Moellmann <gerd@gnu.org>
4503
4504 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4505 discard the result.
4506 (iswitchb-to-end): Likewise.
4507
4508 2001-01-25 Sam Steingold <sds@gnu.org>
4509
4510 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4511 Require vc.
4512
4513 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4514
4515 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4516
4517 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4518
4519 2001-01-25 Dave Love <fx@gnu.org>
4520
4521 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4522 (describe-coding-system): Tweak the English text.
4523
4524 * loadup.el: Preload international/ccl for utf-8.
4525
4526 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4527
4528 * mail/rmail.el (rmail-redecode-body): Doc fix.
4529
4530 2001-01-25 Kenichi Handa <handa@etl.go.jp>
4531
4532 * international/mule-cmds.el (reset-language-environment):
4533 Reset coding-category-utf-8 to mule-utf-8.
4534
4535 * international/mule-conf.el (coding-category-utf-8):
4536 Initialize to mule-utf-8.
4537
4538 * loadup.el: Preload international/utf-8.
4539
4540 * international/utf-8.el: New file.
4541
4542 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4543
4544 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4545
4546 2001-01-24 Sam Steingold <sds@gnu.org>
4547
4548 * dired.el (dired-replace-in-string): Removed.
4549 (dired-sort-toggle): Use `replace-regexps-in-string'
4550 instead of `dired-replace-in-string'.
4551
4552 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4553 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4554
4555 * gs.el (gs-replace-in-string): Removed.
4556 (gs-options): Use `replace-regexps-in-string'
4557 instead of `gs-replace-in-string'.
4558
4559 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4560
4561 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4562 bug report is mailed to an email list and posted to a news group.
4563
4564 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4565
4566 * comint.el (comint-replace-by-expanded-history-before-point):
4567 Fix change of 2000-08-03 to move point to the start of the line again.
4568
4569 * startup.el (tool-bar-images-pixel-height): New variable.
4570 (command-line): After loading the user's init file, when
4571 tool-bar-mode is on, increase the frame's size by some lines for
4572 the tool-bar.
4573
4574 * frame.el (frame-initialize): Create the initial frame invisible.
4575
4576 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4577
4578 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4579 (chinese-big5): MIME:Big5.
4580
4581 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4582
4583 * international/mule-cmds.el (universal-coding-system-argument):
4584 Handle commands with prefix args.
4585
4586 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4587
4588 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4589 being a list of numbers.
4590 (diary-mail-entries): Rewritten.
4591
4592 2001-01-23 Dave Love <fx@gnu.org>
4593
4594 * international/mule.el (make-coding-system): Fix typo.
4595
4596 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4597 Add backward-paragraph as font-lock-beginning-of-syntax-function.
4598
4599 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4600
4601 * font-lock.el (font-lock-mode): Doc fix.
4602
4603 2001-01-23 Kenichi Handa <handa@etl.go.jp>
4604
4605 * international/mule.el (make-translation-table): Fix docstring.
4606
4607 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4608
4609 * mail/rmail.el (rmail-redecode-body): New function.
4610
4611 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4612
4613 2001-01-22 Gerd Moellmann <gerd@gnu.org>
4614
4615 * isearch.el (isearch-lazy-highlight-case-fold-search)
4616 (isearch-lazy-highlight-regexp): New variables.
4617 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4618 case-fold search or regexp search has been toggled.
4619
4620 * wid-edit.el (widget-button-click): Avoid a save-excursion
4621 around running a global binding.
4622
4623 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4624 to 0.25.
4625
4626 2001-01-20 Miles Bader <miles@gnu.org>
4627
4628 * cus-edit.el (custom-face-save): Do post-processing on the face's
4629 new value like `custom-face-set' does.
4630
4631 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4632
4633 * mail/emacsbug.el (report-emacs-bug): Report the value of
4634 LC_CTYPE, not LC_TYPE.
4635
4636 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4637 isearch-toggle-regexp and isearch-edit-string to doc string.
4638
4639 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4640
4641 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4642 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4643
4644 * jit-lock.el (jit-lock-fontify-now): Don't bind
4645 font-lock-beginning-of-syntax-function to nil.
4646
4647 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4648
4649 * mail/emacsbug.el (report-emacs-bug): Report values of
4650 locale-coding-system, default-enable-multibyte-characters, and the
4651 environment variables LC_ALL, LC_TYPE, and LANG.
4652
4653 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4654
4655 * font-lock.el (font-lock-default-fontify-region): Fix last change.
4656
4657 * font-lock.el (font-lock-multiline): Default to nil.
4658 (font-lock-default-fontify-region): If font-lock-multiline is
4659 nil, don't check the property `font-lock-multiline'.
4660
4661 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4662 is nil, don't check the `font-lock-multiline' text property.
4663
4664 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4665
4666 * viper.el: Call initial-major-mode on startup.
4667
4668 * ediff.el (ediff-patch-file): Use better defaults.
4669
4670 * ediff-vers.el: Fix for 8+3 DOS file systems.
4671
4672 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
4673
4674 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4675 diff mode, if available.
4676
4677 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4678
4679 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4680
4681 * ediff-init.el (subst-char-in-string): Define and use it, unless
4682 it's already defined.
4683
4684 2001-01-18 Gerd Moellmann <gerd@gnu.org>
4685
4686 * tooltip.el (tooltip-hide-delay): New user-option.
4687 (tooltip-show): Use tooltip-hide-delay instead of the default.
4688
4689 2001-01-18 Kenichi Handa <handa@etl.go.jp>
4690
4691 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4692 kill-local-variable doesn't work for enable-multibyte-characters.
4693
4694 2001-01-17 Dave Love <fx@gnu.org>
4695
4696 * ediff-init.el (ediff-before-setup-hook)
4697 (ediff-merge-filename-prefix): Add :version.
4698
4699 * international/latin1-disp.el: Require disp-table.
4700 (latin1-display): Fix :set.
4701
4702 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4703
4704 2001-01-17 Gerd Moellmann <gerd@gnu.org>
4705
4706 * isearch.el (isearch-lazy-highlight-initial-delay)
4707 (isearch-lazy-highlight-interval): Default to 0.
4708
4709 2001-01-17 Bob Glickstein <bobg@zanshin.com>
4710
4711 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4712 1 here rather than each time through
4713 isearch-lazy-highlight-new-loop.
4714 (isearch-lazy-highlight-max): Variable deleted.
4715 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4716 isearch-lazy-highlight-max but controls a single invocation of
4717 isearch-lazy-highlight-update.
4718 (isearch-lazy-highlight-wrapped): Variable recreated.
4719 (isearch-lazy-highlight-window-start): New variable.
4720 (isearch-lazy-highlight-cleanup): Restored to behavior of
4721 before 2-Jan.
4722 (isearch-lazy-highlight-remove-overlays): Function deleted;
4723 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4724 behavior removed.
4725 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4726 isearch-lazy-highlight-update in a loop rather than just once.
4727 Test isearch-invalid-regexp here and decide not to start a new
4728 loop, rather than testing it each time through
4729 isearch-lazy-highlight-update.
4730 (isearch-lazy-highlight-search): Function restored.
4731 (isearch-lazy-highlight-update): Get called in a timer loop again,
4732 but this time highlight more than one match each time through.
4733 Only highlight matches in the visible part of the window.
4734 Start at point, move in the direction of the search, and wrap around at
4735 the edge of the window. Use sit-for to force redisplay and ensure
4736 window-start is credible. "Face suppressing" behavior removed;
4737 overlay priorities should make it unnecessary, right?
4738 (isearch-highlight): Face suppressing behavior removed.
4739 (isearch-dehighlight): Face suppressing behavior removed.
4740 (isearch-set-lazy-highlight-faces-at): Removed.
4741
4742 2001-01-17 Kenichi Handa <handa@etl.go.jp>
4743
4744 * language/european.el ("Latin-1"): Make the format of description
4745 about additional language environments same as that of Latin-2.
4746
4747 2001-01-16 Dave Love <fx@gnu.org>
4748
4749 * isearch.el (isearch-lazy-highlight): Add :version.
4750
4751 * simple.el (backward-delete-char-untabify-method)
4752 (next-line-add-newlines): Add :version.
4753
4754 2001-01-16 Gerd Moellmann <gerd@gnu.org>
4755
4756 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4757 Don't bind <delete> otherwise.
4758
4759 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4760 and <delete> via function-key-map.
4761
4762 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4763 Subject line only if point is after the `Subject:'.
4764
4765 2001-01-16 Kenichi Handa <handa@etl.go.jp>
4766
4767 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4768 japanese-jisx0213-2 in `charset' property of this lang. env.
4769
4770 * language/european.el ("Latin-1"): Add description for Dutch and
4771 Spanish lang. env.
4772
4773 * international/mule.el (decode-char): Fix conditions.
4774 (encode-char): Handle eight-bit-control too.
4775 (transform-make-coding-system-args): New function.
4776 (make-coding-system): Accept XEmacs style arguments for CCL base
4777 coding system.
4778
4779 2001-01-15 Gerd Moellmann <gerd@gnu.org>
4780
4781 * progmodes/etags.el (find-tag-noselect): Save the value of
4782 tags-file-name before switching buffers, for the case it has a
4783 buffer-local value.
4784
4785 2001-01-15 Alex Schroeder <alex@gnu.org>
4786
4787 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4788 From Dave Love <fx@gnu.org>.
4789 (ansi-color-for-comint-mode): Fix :version.
4790
4791 2001-01-15 Alex Schroeder <alex@gnu.org>
4792
4793 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4794
4795 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4796
4797 * dired.el (dired-insert-directory): If file-system-info fails,
4798 remove the " free " part, but don't signal an error.
4799
4800 2001-01-12 Sam Steingold <sds@gnu.org>
4801
4802 * bookmark.el (bookmark-maybe-historicize-string):
4803 Use new backquote syntax.
4804
4805 2001-01-12 Richard M. Stallman <rms@gnu.org>
4806
4807 * subr.el (last): Handle a list that doesn't end in nil.
4808
4809 2001-01-12 Sam Steingold <sds@gnu.org>
4810
4811 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4812 to `backward-delete-char-untabify'.
4813
4814 2001-01-12 Dave Love <fx@gnu.org>
4815
4816 * cus-edit.el (customize-menu-create): Fix the :filter following
4817 easymenu change.
4818
4819 * wid-edit.el (function): Add :match-alternatives.
4820 (widget-color-action): Doc fix.
4821
4822 2001-01-12 Gerd Moellmann <gerd@gnu.org>
4823
4824 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4825
4826 2001-01-12 Kenichi Handa <handa@etl.go.jp>
4827
4828 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4829
4830 * international/ccl.el (define-ccl-program): Fix docstring.
4831
4832 2001-01-11 Dave Love <fx@gnu.org>
4833
4834 * international/mule-cmds.el (standard-display-european-internal):
4835 Set display table for 2208 as for 160.
4836
4837 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4838
4839 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4840 entry for custom-menu-create change.
4841 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4842 don't cons it in the search loop.
4843
4844 * imenu.el (imenu--truncate-items): Revert last change.
4845
4846 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4847
4848 * info.el (Info-setup-header-line): If the node header includes
4849 either Next: or Prev: links, don't show the File: and Node: parts
4850 in the header line.
4851
4852 2001-01-11 Gerd Moellmann <gerd@gnu.org>
4853
4854 * comint.el (comint-goto-process-mark): Don't print a message
4855 when running in batch mode.
4856
4857 * isearch.el (isearch-search): In the condition-case handler for
4858 `error', set isearch-invalid-regexp to the whole error message.
4859
4860 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4861 ensure that eval-after-load works for files dumped with Emacs.
4862
4863 * help.el (load-symbol-file-load-history): New function extracted
4864 from function symbol-file.
4865 (symbol-file): Use it.
4866
4867 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4868
4869 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4870
4871 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4872 behave as if there were no prefix argument.
4873 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4874 argument were nil.
4875
4876 2001-01-11 Richard M. Stallman <rms@gnu.org>
4877
4878 * isearch.el (isearch-lazy-highlight-update):
4879 Don't look for more potential matches once maximum is exceeded.
4880 Use overlays-in to check correctly for overlap with current match.
4881 Ignore empty matches.
4882
4883 2001-01-11 Miles Bader <miles@gnu.org>
4884
4885 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4886 (ispell-overlay-window, ispell-help, ispell-show-choices)
4887 (ispell-command-loop): Use it instead of `window-height'.
4888
4889 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4890
4891 * files.el (confirm-kill-emacs): New user-option.
4892 (save-buffers-kill-emacs): Ask for final confirmation before
4893 killing Emacs.
4894
4895 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4896 to nil.
4897
4898 2001-01-10 Dave Love <fx@gnu.org>
4899
4900 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4901
4902 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4903
4904 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4905
4906 * calculator.el (calculator-number-digits): Fix :type.
4907
4908 * vc-cvs.el (vc-cvs-header): Fix :type.
4909 * vc-rcs.el (vc-rcs-header): Fix :type.
4910 * vc-sccs.el (vc-sccs-header): Fix :type.
4911
4912 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4913
4914 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4915
4916 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4917
4918 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4919
4920 * simple.el (set-variable): Force a thorough redisplay for the
4921 case that the variable has an effect on the display, like
4922 `tab-width' has.
4923
4924 2001-01-10 Andre Spiegel <spiegel@gnu.org>
4925
4926 * vc.el: Add documentation for backend interface.
4927
4928 2001-01-10 Kenichi Handa <handa@etl.go.jp>
4929
4930 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4931
4932 * international/mule-conf.el (latin-extra-code-table): Set to t
4933 for \223 and \224.
4934
4935 2001-01-09 Kenichi Handa <handa@etl.go.jp>
4936
4937 * international/mule-cmds.el (locale-language-names): Map "es" to
4938 "Spanish" and "nl" to "Dutch".
4939
4940 2001-01-09 Gerd Moellmann <gerd@gnu.org>
4941
4942 * bindings.el (global-map): Bind <home> to beginning-of-line,
4943 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4944 C-<end> to end-of-buffer.
4945
4946 * language/european.el: Add Dutch and Spanish language info
4947 to be able to use the appropriate tutorials.
4948
4949 2001-01-09 Alex Schroeder <alex@gnu.org>
4950
4951 * ansi-color.el (ansi-color-process-output): Use markers instead
4952 of positions for start and end of region.
4953 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4954 Previously, occasional mistakes happend when fontifying many
4955 chunks of output (eg. ls --color=yes /dev). This happened
4956 whenever an overlay was created up to the end of the region, which
4957 coincided with the process-mark. New text would then be added
4958 within that overlay instead of after it.
4959 (ansi-color-make-extent): Overlays are created with the property
4960 `modification-hooks' set to '(ansi-color-freeze-overlay).
4961 (ansi-color-freeze-overlay): New function. When inserting text at
4962 the end of the overlay, the overlay will resize.
4963
4964 2000-01-09 Alex Schroeder <alex@gnu.org>
4965
4966 * ansi-color.el (ansi-color-process-output): Doc change.
4967 (ansi-color-unfontify-region): Doc change. No longer installed
4968 automatically in font-lock-unfontify-region-function.
4969 (ansi-color-apply): Doc change.
4970 (ansi-color-apply-on-region): Use extents or overlays instead of
4971 text-properties.
4972 (ansi-color-make-extent): New function.
4973 (ansi-color-set-extent-face): New function.
4974
4975 2000-01-09 Alex Schroeder <alex@gnu.org>
4976
4977 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4978 both use ansi-color-process-output, now.
4979 (ansi-color-process-output): Doesn't return string anymore. It is
4980 installed in comint-output-filter-functions for both Emacs and
4981 XEmacs, now.
4982 (ansi-color-unfontify-region): Simplified code removing variables
4983 pos and start-ansi.
4984 (ansi-color-apply): Put text-property ansi-color before putting
4985 text-property face because ansi-color-unfontify-region is called
4986 immediately after the call to put-text-property.
4987 (ansi-color-context-region): Doc change.
4988 (ansi-color-filter-region): Simplified code.
4989 (ansi-color-apply-on-region): Changed start to start-marker, using
4990 a marker explicitly. Put text-property ansi-color before putting
4991 text-property face because ansi-color-unfontify-region is called
4992 immediately after the call to put-text-property.
4993
4994 2000-01-09 Alex Schroeder <alex@gnu.org>
4995
4996 * ansi-color.el (ansi-color-faces-vector): Doc change.
4997 (ansi-color-for-comint-mode): Changed :type property to choice.
4998 (ansi-color-last-context): Removed.
4999 (ansi-color-process-output): Don't use ansi-color-last-context, as
5000 the main functions will store their context now.
5001 (ansi-color-context): Doc change.
5002 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5003 Uses ansi-color-context such that repeated calls will strip
5004 partial escape sequences, too.
5005 (ansi-color-apply): Simplified code. Colorize end of string if
5006 face is not null. Store context in new (FACE STRING) format, such
5007 that repeated calls will strip partial escape sequences, too.
5008 Append faces to face property using ansi-color-apply-sequence such
5009 that cumulative mode actually works.
5010 (ansi-color-context-region): New variable.
5011 (ansi-color-filter-region): Rewrote it based on
5012 ansi-color-apply-on-region. Uses ansi-color-context-region such
5013 that repeated calls will strip partial escape sequences, too.
5014 (ansi-color-apply-on-region): Simplified code. Colorize end of
5015 region if face is not null. Store context in new (FACE POS)
5016 format, such that repeated calls will strip partial escape
5017 sequences, too. Append faces to face property using
5018 ansi-color-apply-sequence such that cumulative mode actually works.
5019 (ansi-color-apply-sequence): New function.
5020 (ansi-color-get-face): When the default face is added to the list
5021 of faces, all previous settings are discarded and the list of
5022 faces is set to '(default).
5023
5024 2000-01-09 Alex Schroeder <alex@gnu.org>
5025
5026 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5027 face, such that ansi-color-apply and ansi-color-apply-on-region
5028 will do the right thing.
5029 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5030 returns nil, set the list of faces back to nil instead of
5031 appending the result of ansi-color-get-face to the front of the list.
5032
5033 2000-01-09 Alex Schroeder <alex@gnu.org>
5034
5035 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5036 (ansi-color-process): Doc change.
5037 (ansi-color-last-context): New buffer-local variable.
5038 (ansi-color-process-output): New function. It is automatically
5039 added to comint-output-filter-functions if this is XEmacs.
5040 (ansi-color-unfontify-region): New optional parameter for XEmacs
5041 compatibility. Check wether font-lock-syntactic-keywords is
5042 boundp before removing the syntax table text property, as XEmacs
5043 doesn't have it.
5044 (ansi-color-filter-region): Doc change.
5045 (ansi-color-apply-on-region): Doc change.
5046 (ansi-color-make-face): New function. Compatibility layer for
5047 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5048 (ansi-color-make-color-map): Use ansi-color-make-face.
5049 (ansi-color-get-face): Avoid face text property '(nil) as results
5050 in an errow for XEmacs.
5051
5052 2000-01-09 Alex Schroeder <alex@gnu.org>
5053
5054 * ansi-color.el (ansi-color-unfontify-region): New function.
5055 Uses text-property ansi-color in order to preserve fontification by
5056 ansi-color. When the package is loaded, a lambda expression is
5057 put onto font-lock-mode-hook. This lambda expression will check
5058 font-lock-unfontify-region-function and replace
5059 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5060 (ansi-color-apply): Add text-property ansi-color in addition to
5061 text-property face.
5062 (ansi-color-apply-on-region): Add text-property ansi-color in
5063 addition to text-property face.
5064 (save-buffer-state): Copy of the macro that is also used by
5065 lazy-lock and font-lock.
5066
5067 (ansi-color-for-comint-mode): New option.
5068 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5069 (ansi-color-for-comint-mode-off): Ditto.
5070 (ansi-color-for-comint-mode-filter): Ditto.
5071 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5072 decide what to do. This function is added to
5073 comint-preoutput-filter-functions when the package is loaded.
5074
5075 (ansi-color-for-shell-mode-set): Removed.
5076 (ansi-color-for-shell-mode): Removed.
5077
5078 2000-01-09 Alex Schroeder <alex@gnu.org>
5079
5080 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5081 the lambda expression from the ansi-color-for-shell-mode :set
5082 property. Additionally, modify shell-mode-hook to enable or
5083 disable font-lock-mode for future shell buffers.
5084 (ansi-color-for-shell-mode): The :set property calls
5085 ansi-color-for-shell-mode-set instead of a lambda expression.
5086
5087 2000-01-09 Alex Schroeder <alex@gnu.org>
5088
5089 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5090 (ansi-color-context): New variable.
5091 (ansi-color-apply): Save context between calls.
5092
5093 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5094
5095 * isearch.el (isearch, isearch-lazy-highlight-face):
5096 New definitions for face colors and attributes.
5097
5098 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5099 of display-mouse-p.
5100
5101 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5102
5103 * international/mule.el (make-coding-system): If the coding system
5104 accepts extra latin codes, register such codes as safe for the
5105 coding system.
5106
5107 2001-01-08 Richard M. Stallman <rms@gnu.org>
5108
5109 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5110 don't mention the file name or the date here, because they are
5111 logged at the start of the file.
5112
5113 2001-01-08 Richard M. Stallman <rms@gnu.org>
5114
5115 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5116 Change screen-width to frame-width.
5117
5118 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5119
5120 * info.el (Info-search): Print the default as part of the prompt.
5121
5122 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5123
5124 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5125 constant implementations in backends.
5126
5127 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5128 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5129
5130 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5131 WRITABLE to EDITABLE.
5132
5133 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5134 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5135 to EDITABLE.
5136
5137 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5138
5139 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5140 (copyright, copyright-update): Compute the current year at run time.
5141
5142 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5143
5144 * isearch.el (isearch-old-signal-hook): Removed.
5145 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5146 instead of setting signal-hook-function.
5147 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5148
5149 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5150
5151 * emulation/edt.el: Update to version 4.0. Provide support for
5152 EDT scroll margins at top and bottom of the window. Provide an
5153 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5154 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5155 user when file-related buffer modifications exist.
5156 Provide support for running EDT Emulation in XEmacs.
5157 Provide customize access to some user updatable variables.
5158 Add Commentary section to file header.
5159 Fixed a few minor bugs and cleaned up some code.
5160
5161 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5162 for detecting a keypress that generates an ASCII key sequence.
5163 (Previously, only a keypress that generates a vector was
5164 recognized.) Embed Window Manager name into name of the generated
5165 EDT Emulation initialization file since the initialization file is
5166 Window Manager specific. Add Commentary section to file header.
5167
5168 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5169
5170 * mail/sendmail.el (mail-mode): Doc fix.
5171
5172 * info.el (Info-goto-emacs-command-node): Doc fix.
5173 (Info-goto-emacs-key-command-node): Doc fix.
5174
5175 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5176
5177 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5178 systems without long file-name support.
5179
5180 2001-01-06 Andrew Innes <andrewi@gnu.org>
5181
5182 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5183
5184 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5185
5186 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5187 (isearch-lazy-highlight-update): Doc fix.
5188
5189 * ffap.el (ffap-bindings): Doc fix.
5190
5191 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5192
5193 2001-01-05 Dave Love <fx@gnu.org>
5194
5195 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5196
5197 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5198
5199 * mouse-drag.el (mouse-drag-safe-scroll):
5200 Bind scroll-preserve-screen-position to nil.
5201
5202 * isearch.el (isearch-old-signal-hook): New variable.
5203 (isearch-mode): Set signal-hook-function to isearch-done.
5204 (isearch-done): Restore old signal-hook-function.
5205
5206 * info.el (Info-fontify-node): Mark one more char as intangible.
5207
5208 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5209
5210 * composite.el (compose-last-chars): New argument COMPONENTS.
5211 If it is non-nil, compose preceding characters by compose-region with
5212 COMPONENTS.
5213
5214 * international/quail.el (quail-input-string-to-events): New function.
5215 (quail-input-method): Convert input string to events here.
5216 (quail-start-translation): Return input string, not event list.
5217 (quail-start-conversion): Likewise.
5218
5219 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5220
5221 * tooltip.el (tooltip-cancel-delayed-tip)
5222 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5223 and tooltip-add-timeout.
5224 (tooltip-show): Set border color from faces's foreground.
5225 (tooltip-show-help-function): If called with the same help string
5226 as last time, do nothing.
5227 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5228
5229 * startup.el (fancy-splash-screens): Don't bind show-help-function
5230 to nil.
5231
5232 * tooltip.el (tooltip-frame-parameters): Remove colors.
5233 (tooltip): New face
5234 (tooltip-set-param): New function.
5235 (tooltip-show): Set up color frame parameters from face `tooltip'.
5236 Display the tooltip text in face `tooltip'.
5237
5238 2001-01-04 Dave Love <fx@gnu.org>
5239
5240 * whitespace.el (whitespace-global-mode): Fix typo.
5241
5242 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5243
5244 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5245
5246 * help.el (help-for-help): Fix a typo in a doc string.
5247 From kwzh@gnu.org (Karl Heuer).
5248
5249 2001-01-03 Dave Love <fx@gnu.org>
5250
5251 * dired-x.el: Doc fixes. Maintainer change.
5252 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5253 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5254 (dired-guess-shell-alist-user): Customize.
5255 (dired-x-help-address): Set to bug-gnu-emacs.
5256 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5257 (dired-default-directory): Renamed from default-directory.
5258
5259 * hl-line.el (hl-line): Doc fix.
5260
5261 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5262
5263 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5264
5265 2001-01-02 Richard M. Stallman <rms@gnu.org>
5266
5267 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5268 to remove all the current alternative-match highlighting.
5269 If nil, remove only what's outside the current window.
5270 (isearch-lazy-highlight-remove-overlays): Take optional
5271 region within which NOT to remove them.
5272 (isearch-lazy-highlight-new-loop): Greatly simplified.
5273 (isearch-lazy-highlight-update): Find all the other occurrences
5274 visible in the window, in just one call.
5275 (isearch-lazy-highlight-start): Now holds start of region to scan.
5276 (isearch-lazy-highlight-end): Now holds end of region to scan.
5277 (isearch-lazy-highlight-wrapped): Variable deleted.
5278 (isearch-lazy-highlight-search): Function deleted.
5279
5280 2000-01-02 Andrew Innes <andrewi@gnu.org>
5281
5282 * w32-fns.el (convert-standard-filename): Do length check on name
5283 before aref.
5284
5285 2001-01-02 Dave Love <fx@gnu.org>
5286
5287 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5288 value.
5289 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5290
5291 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5292
5293 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5294 read syntax.
5295
5296 * calendar/todo-mode.el (todo): Add :link, :version.
5297 (todo-save-top-priorities): Remove autoload cookie.
5298 (todo-add-category, todo-add-item-non-interactively)
5299 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5300
5301 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5302
5303 * comint.el (comint-input-history-ignore): New variable.
5304 (comint-read-input-ring): Ignore entries matching
5305 comint-input-history-ignore.
5306
5307 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5308
5309 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5310 (lm-copyright-mark): New function.
5311 (lm-crack-copyright): New function.
5312 (lm-verify): Check that the file has a copyright.
5313 Check that the file is copyright Free Software Foundation.
5314
5315 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5316
5317 * international/mule-diag.el (print-fontset): Indent font name by
5318 24 columns, not 25.
5319
5320 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5321
5322 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5323 in Subject line.
5324
5325 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5326 Use mail-mode-hook instead of mail-setup-hook.
5327 Otherwise continuing an interrupted message with C-u C-x m for
5328 instance, winds up in Mail mode without abbrevs.
5329
5330 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5331
5332 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5333 non-nil. Adding almost all customization variables on ps-setup.
5334 Doc fix.
5335 (ps-print-version): New version number (6.3.3).
5336 (ps-end-with-control-d): Initialization fix.
5337 (ps-lines-printed): New var.
5338 (ps-skip-newline): New fun.
5339 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5340 (ps-next-line, ps-continue-line, ps-plot-region)
5341 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5342
5343 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5344
5345 * international/fontset.el (x-complement-fontset-spec):
5346 Resolve ASCII font name so that the same family name is used for fonts
5347 registered in x-font-name-charset-alist.
5348 (create-fontset-from-fontset-spec): Adjusted for the above change.
5349 The name of fontset alias should be a unresolved ASCII font name.
5350
5351 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5352
5353 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5354 and delete in isearch-mode-map.
5355
5356 2000-12-28 Richard M. Stallman <rms@gnu.org>
5357
5358 * dired-x.el (dired-guess-shell-alist-default):
5359 Use xpdf instead of acroread.
5360
5361 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5362
5363 * textmodes/artist.el (artist-butlast): Deleted.
5364 (artist-ellipse-mirror-quadrant): Use butlast instead of
5365 artist-butlast.
5366
5367 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5368
5369 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5370
5371 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5372
5373 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5374
5375 * ls-lisp.el: Better support for the Mac and MS-Windows.
5376 (ls-lisp): New defgroup.
5377 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5378 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5379 (ls-lisp-support-shell-wildcards): New defcustoms.
5380 (ls-lisp-parse-symlink): New function.
5381 (insert-directory): Code to convert switches to a list and set up
5382 the wildcard argument copied from ls-lisp-insert-directory.
5383 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5384 for -C and -R switches.
5385 (ls-lisp-column-format): New function.
5386 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5387 (ls-lisp-format-time): Add doc strings.
5388 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5389 Support ls-lisp-dirs-first.
5390 (ls-lisp-classify, ls-lisp-extension): New functions.
5391 (ls-lisp-format): Optionally support emulation of symlinks.
5392 Support -i, -s, and -G switches.
5393
5394 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5395
5396 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5397
5398 * version.el (emacs-version): Print X scroll bar information.
5399
5400 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5401 instead of x-toolkit-scroll-bars-p.
5402
5403 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5404 of x-toolkit-scroll-bars-p.
5405
5406 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5407
5408 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5409 (ffap-bindings): Doc fix, to reflect the above change.
5410
5411 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5412
5413 * term.el (term-char-mode): Define all non-ascii self-inserting
5414 characters to 'term-send-raw in term-raw-map.
5415
5416 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5417
5418 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5419
5420 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5421 Changed initialization; use add-hook.
5422 (ediff-file-remote-p): Use file-local-copy.
5423
5424 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5425
5426 * ediff.el (ediff-patch-buffer): Bug fix.
5427 (ediff-revision): Allow selection of the file at the prompt.
5428
5429 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5430
5431 * subr.el (combine-run-hooks): Remove.
5432
5433 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5434 and remove the rogue second spec.
5435
5436 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5437
5438 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5439
5440 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5441
5442 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5443 Use minibuffer menu prompt for the `=' prefix.
5444 (smerge-command-prefix): Change default to C-^.
5445 (smerge-mode): Don't assume font-lock doesn't move point.
5446
5447 * skeleton.el (skeleton-internal-1): Make sure the first line of
5448 the region is also re-indented.
5449 (skeleton-end-newline): New var.
5450 (skeleton-end-hook): Use it.
5451
5452 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5453
5454 * comint.el (comint-password-prompt-regexp): Support CVS.
5455
5456 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5457
5458 * simple.el (delete-key-deletes-forward-mode): Simplify.
5459 Also backspace key combinations, depending on
5460 delete-key-deletes-forward.
5461
5462 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5463
5464 * simple.el (delete-key-deletes-forward): Doc fix.
5465
5466 2000-08-22 Emmanuel Briot <briot@gnat.com>
5467
5468 * xml.el (top level comment): Updated to reflect the fact that
5469 white spaces are relevant in the XML file.
5470 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5471 to parse was already edited. This allows for on-the-fly analysis
5472 of XML files.
5473 (xml-parse-tag): Check that the casing is the same in the start
5474 tag and end tag, since XML is case-sensitive. Allows for spaces
5475 in the end tag, after the name of the tag.
5476 (xml-parse-attlist): Allow for the character '-' in the name of
5477 attributes, as in the standard http-equiv attribute Do not save
5478 the properties in the XML tree, since they are not relevant.
5479
5480 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5481
5482 * generic.el (generic-read-type): Undo last change, inline into
5483 `generic-mode' and then remove.
5484 (generic-mode): Inline generic-read-type.
5485 (define-generic-mode): Push the symbol name rather than the symbol
5486 onto generic-mode-list.
5487
5488 2000-12-21 Gerd Moellmann <gerd@gnu.org>
5489
5490 * generic.el (generic-read-type): Build an alist for
5491 completing-read as in 20.7.
5492
5493 * play/landmark.el (lm): Use interactive spec `P'.
5494 (toplevel): Don't set debug-on-error.
5495
5496 * server.el (server-switch-buffer): Choose a window on a visible frame.
5497
5498 2000-12-21 Dave Pearson <davep@davep.org>
5499
5500 * quickurl.el: Commentry change, I've moved my web site.
5501
5502 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5503
5504 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5505 ranges like \177-\237, but accepts the character sequence from \177 to
5506 \237. Doc fix.
5507 (ebnf-version): New version (3.4).
5508 (ebnf-setup): Code fix.
5509 (ebnf-range-regexp): New fun.
5510 (ebnf-8-bit-chars): Const fix.
5511
5512 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5513 entry. Doc fix.
5514 (ebnf-bnf-lex): Code fix.
5515 (ebnf-bnf-comment-chars): Const fix.
5516
5517 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5518 entry. Doc fix.
5519 (ebnf-iso-comment-chars): Const fix.
5520
5521 * ebnf-otz.el: Doc fix.
5522
5523 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5524 entry. Doc fix.
5525 (ebnf-yac-skip-code): Code fix.
5526 (ebnf-yac-comment-chars): Const fix.
5527
5528 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5529
5530 * files.el (insert-directory-safely): New function.
5531 (recover-file): Use it instead of insert-directory.
5532 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5533
5534 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5535
5536 * international/mule-cmds.el (select-safe-coding-system):
5537 Check coding-category-list more rigidly. Improve help message.
5538
5539 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5540
5541 2000-12-21 Miles Bader <miles@gnu.org>
5542
5543 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5544
5545 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5546
5547 * international/mule-diag.el (describe-char-after): Make *Help*
5548 buffer inherit multibyteness of the current buffer.
5549
5550 * international/mule.el (make-char): Docstring adjusted for the
5551 change of make-char-internal.
5552
5553 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * international/iso-cvt.el: Docstrings fix.
5556
5557 2000-12-20 Dave Love <fx@gnu.org>
5558
5559 * subr.el (eval-after-load): Doc fix.
5560
5561 2000-12-20 Kenichi Handa <handa@etl.go.jp>
5562
5563 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5564 for numbers.
5565
5566 2000-12-20 Miles Bader <miles@gnu.org>
5567
5568 * international/quail.el (quail-help): Resize the help window
5569 again after it has all its contents. Remove unneeded progn.
5570
5571 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5572
5573 * pcmpl-linux.el: Fix copy/paste error.
5574
5575 2000-12-19 Andrew Innes <andrewi@gnu.org>
5576
5577 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5578
5579 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5580
5581 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5582
5583 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5584
5585 * progmodes/idlw-shell.el: Fixed copyright notice.
5586
5587 * progmodes/idlwave.el: Fixed copyright notice.
5588
5589 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5590 TAB as key separators.
5591
5592 2000-12-19 Alex Schroeder <alex@gnu.org>
5593
5594 * sql.el (sql-sybase-options): New option.
5595 (sql-sybase): Use it. Add sql-database to the list of parameters
5596 provided for login. The options -w 2048 -n are not used any more.
5597 (sql-postgres-options): Changed default from "--pset" to "-P".
5598 (sql-mysql-options): Doc change.
5599 (sql-stop): Doc change.
5600
5601 2000-12-19 Kenichi Handa <handa@etl.go.jp>
5602
5603 * international/quail.el (quail-input-method): Always hide
5604 the guidance buffer on exiting.
5605
5606 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5607
5608 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5609 isn't fboundp.
5610
5611 * server.el (server-buffer-done): Bury the buffer before
5612 killing it.
5613
5614 * faces.el (face-spec-set): Interpret a nil in specs for
5615 foreground and background colors as `unspecified', for
5616 compatibility with 20.x.
5617
5618 2000-12-18 Dave Love <fx@gnu.org>
5619
5620 * simple.el (mail-user-agent): Doc fix.
5621 (input-mode-8-bit): Removed.
5622
5623 * international/mule.el (set-keyboard-coding-system): Doc fix.
5624 (keyboard-coding-system): New option.
5625
5626 * mail/sendmail.el (send-mail-function): Customize.
5627
5628 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5629
5630 * international/codepage.el (cp866-decode-table): New table.
5631
5632 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5633
5634 * version.el (emacs-version): Remove `%a' from the time format
5635 because the weekday doesn't fit well into each locale.
5636
5637 2000-12-18 Miles Bader <miles@gnu.org>
5638
5639 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5640
5641 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5642 Check that emacs-major-version is `=' to 20, not `>='.
5643 (artist-replace-chars): Use `make-string' instead of a loop.
5644
5645 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5646
5647 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5648 (cvs-execute-single-file): Don't change directory.
5649 Patch from Per Cederqvist.
5650
5651 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5652
5653 * textmodes/ispell.el (check-ispell-version):
5654 If `ispell-program-name' is "aspell", pass it the -v switch instead
5655 of -vv.
5656
5657 2000-12-16 Kenichi Handa <handa@etl.go.jp>
5658
5659 * international/mule-diag.el (mule-diag): Insert information about
5660 configure options, multibyte awareness, language env.
5661
5662 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5663 regexp to search for candidates.
5664
5665 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5666
5667 * info.el (Info-forward-node): If the node has an
5668 Info-header-line, widen the buffer before searching for "next:"
5669 and "up:" pointers, and set the search limit to stay in the
5670 current node.
5671
5672 2000-12-16 Miles Bader <miles@gnu.org>
5673
5674 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5675
5676 2000-12-15 Miles Bader <miles@gnu.org>
5677
5678 * comint.el (comint-send-string, comint-send-region): Also accept
5679 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5680 process-send-string/region.
5681
5682 2000-12-15 Gerd Moellmann <gerd@gnu.org>
5683
5684 * isearch.el (isearch-lazy-highlight-max): New user-option.
5685 (isearch-lazy-highlight-update): Don't highlight more than
5686 isearch-lazy-highlight-max matches.
5687
5688 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5689
5690 2000-12-15 Richard M. Stallman <rms@gnu.org>
5691
5692 * sort.el (sort-columns): Fix error message.
5693
5694 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5695 `upcase' or `downcase' or nil.
5696 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5697 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5698 (dabbrev--substitute-expansion): New arg record-case-pattern.
5699 If it is non-nil, set dabbrev--last-case-pattern.
5700 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5701
5702 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5703
5704 2000-12-15 Miles Bader <miles@gnu.org>
5705
5706 * paths.el (Info-default-directory-list): Don't delete
5707 configure-info-directory from the list of standard info
5708 directories when appending it to the end -- their order is important.
5709
5710 * faces.el (read-face-attribute): If there's no entry for the
5711 user's input in VALID, just use it as-is (this will often result
5712 in an error, but it may be OK for e.g. colors using hexadecimal
5713 notation, and at least will yield a better error message).
5714
5715 * window.el (mode-line-window-height-fudge): Function removed.
5716 (height-affecting-face-attributes, mode-line-window-height-fudge):
5717 Variables removed.
5718 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5719 window is really the right size. Use vertical-motion
5720 rather than forward-line.
5721 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5722 (ispell-command-loop, ispell-show-choices): Use the variable
5723 ispell-choices-win-default-height, rather than the function.
5724 (ispell-choices-win-default-height): Function removed.
5725 (ispell-mode-line-window-height-fudge): Function removed.
5726
5727 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5728
5729 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5730
5731 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5732
5733 * paths.el (Info-default-directory-list):
5734 If configure-info-directory is not one of the standard directories,
5735 put it first in the list; otherwise put it last. Doc string
5736 changed accordingly.
5737
5738 * info.el (Info-directory-list): Change doc string to reflect the
5739 change in Info-default-directory-list.
5740
5741 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5742 windows-nt as windowed environments, even under -nw.
5743
5744 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5745 if not fboundp. Switch delete-forward mode for the <delete> key
5746 on all PC platforms, even under -nw.
5747
5748 * term/internal.el ([M-delete]): Remap to M-d.
5749
5750 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5751
5752 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5753
5754 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5755
5756 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5757
5758 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5759
5760 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5761 if appropriate.
5762
5763 * simple.el (delete-key-deletes-forward): New user-option.
5764 (delete-key-deletes-forward-mode): New function.
5765
5766 * bindings.el: Bind `delete' to backward-delete-char.
5767
5768 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5769 Test if symbol is bound before getting its value.
5770
5771 * tooltip.el (tooltip-show): If an error is signaled in
5772 x-show-tip, display that error, and display the help in the
5773 echo area.
5774
5775 2000-12-14 Kenichi Handa <handa@etl.go.jp>
5776
5777 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5778 Show "... entries" messages for every 10000 entries, not 10.
5779
5780 2000-12-13 Karl Fogel <kfogel@red-bean.com>
5781
5782 * bookmark.el: Provide a generic exit hook, as suggested by
5783 Ovidiu Predescu <ovidiu@cup.hp.com>:
5784 (bookmark-exit-hook): New var.
5785 (bookmark-exit-hook-internal): New func, replaces
5786 old raw lambda form in `kill-emacs-hook', and runs new
5787 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5788 as logically that feature must have been provided if this function
5789 is running.
5790 Removed ;;;###autoload before the `add-hook' call.
5791
5792 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5795 (easy-menu-current-active-maps): New function.
5796 (easy-menu-get-map): Use it.
5797 Make a proper menu entry when creating a new keymap.
5798
5799 2000-12-13 Kenichi Handa <handa@etl.go.jp>
5800
5801 * international/characters.el: Fix cases and syntaxes for
5802 mule-unicode-0100-24ff.
5803
5804 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5805 that a Japanese character is not appended after day and year.
5806
5807 * info.el (Info-suffix-list): Change format for a command that
5808 requires arguments.
5809 (info-insert-file-contents): Adjusted for the above change.
5810
5811 2000-12-12 Andreas Schwab <schwab@suse.de>
5812
5813 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5814 on the name of the tar buffer. Verify that the existing buffer is
5815 visiting the same subfile.
5816
5817 2000-12-12 Dave Love <fx@gnu.org>
5818
5819 * subdirs.el: Add obsolete.
5820
5821 2000-12-12 Gerd Moellmann <gerd@gnu.org>
5822
5823 * mail/rmailsum.el (rmail-summary-expunge)
5824 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5825 instead of rmail-confirm-expunge.
5826
5827 * replace.el (perform-replace): Don't use an empty match adjacent
5828 to a non-empty match when computing the next match before the
5829 replacement is performed.
5830
5831 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
5832
5833 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5834 definition (patch by Stefan Monnier).
5835 (glasses-mode): Use jit-lock instead of `after-change-functions'
5836 (patch by Stefan Monnier).
5837
5838 2000-12-12 Miles Bader <miles@gnu.org>
5839
5840 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5841 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5842
5843 2000-12-12 Andrew Choi <akochoi@i-cable.com>
5844
5845 * term/mac-win.el: Remove load for ls-lisp.
5846
5847 * loadup.el: Load ls-lisp for system-type `macos'.
5848
5849 2000-12-12 Miles Bader <miles@gnu.org>
5850
5851 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5852 Respect field end too.
5853 (just-one-space): Respect fields as `delete-horizontal-space'.
5854 (newline-and-indent, reindent-then-newline-and-indent):
5855 Use `delete-horizontal-space'.
5856
5857 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5858
5859 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5860 (so as to obey the field property in the minibuffer).
5861
5862 * obsolete/c-mode.el: Moved from lisp/progmodes.
5863 * obsolete/auto-show.el: Moved from lisp.
5864 * obsolete/ooutline.el: Moved from lisp/textmodes.
5865
5866 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5867
5868 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
5869 changes to list them here.
5870
5871 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5872 Too many changes to list them here.
5873
5874 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5875 Too many changes to list them here.
5876
5877 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5878
5879 2000-12-11 Gerd Moellmann <gerd@gnu.org>
5880
5881 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5882
5883 * cus-edit.el (custom-save-variables, custom-save-faces):
5884 Comment fix.
5885
5886 * hscroll.el: Moved to `obsolete' subdir.
5887
5888 2000-12-11 Miles Bader <miles@gnu.org>
5889
5890 * window.el (window-text-height): Function removed (now in C).
5891
5892 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5893
5894 * log-edit.el (log-edit-parent-buffer): New var.
5895 (log-edit): Set it. Add BUFFER argument.
5896 (log-edit-done): Use char-before.
5897 Don't bother checking validity of vc-comment-ring.
5898 Only bury the buffer if log-edit popped it up.
5899
5900 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5901 (cvs-mode-diff-help): Remove.
5902 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5903 (cvs-mode-marked): Set up the default for CMD manually.
5904
5905 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5906 Remove binding for ? now made unnecessary.
5907
5908 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5909
5910 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5911 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5912
5913 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5914 when master file is not open.
5915
5916 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5917
5918 * progmodes/ada-stmt.el: Update `maintainer'.
5919
5920 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5921
5922 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5923 choices to match documentation string.
5924
5925 2000-12-09 Miles Bader <miles@gnu.org>
5926
5927 * minibuf-eldef.el: New file.
5928
5929 * window.el (fit-window-to-buffer): Don't pass last argument to
5930 pos-visible-in-window-p, now that its meaning is inverted.
5931
5932 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5933
5934 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5935 <ceder@lysator.liu.se>.
5936
5937 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5938
5939 * autoinsert.el (auto-insert-alist): Add missing final \n.
5940
5941 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5942 (cvs-menu-map): Remove.
5943 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5944 (cvs-mode-quit): Turn it back into a plain function.
5945
5946 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5947 (texinfo-filter): Remove (move to texinfo.el).
5948
5949 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5950 file where it's more visible.
5951 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5952 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5953 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5954 (texinfo-inside-macro-p): Only catch `scan-error's.
5955 (texinfo-inside-env-p): Make better use of the match info.
5956 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5957 (texinfo-insert-@end): Slight re-organization.
5958 Also remove useless `looking-at' call.
5959
5960 2000-12-08 Andrew Innes <andrewi@gnu.org>
5961
5962 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5963 accessible in -nw mode.
5964
5965 * term/w32-win.el: Remove stuff about selection timeout, which is
5966 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5967 it is accessible in -nw mode.
5968
5969 2000-12-08 Dave Love <fx@gnu.org>
5970
5971 * emacs-lisp/lisp-mode.el (lisp-mode):
5972 Set font-lock-keywords-case-fold-search.
5973
5974 2000-12-08 Gerd Moellmann <gerd@gnu.org>
5975
5976 * textmodes/ispell.el (ispell): Doc fix.
5977
5978 2000-12-08 Kenichi Handa <handa@etl.go.jp>
5979
5980 * international/quail.el (quail-insert-decode-map): Check the
5981 frame width of a window displaying the current buffer, not that of
5982 the selected frame.
5983 (quail-help): Make sure that the help buffer has window before
5984 inserting text in it.
5985
5986 2000-12-07 Sam Steingold <sds@gnu.org>
5987
5988 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5989 Backquote is used in isearch.el, so autoloading saves nothing.
5990
5991 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5992
5993 * startup.el (normal-top-level-add-subdirs-to-load-path):
5994 Ignore the CVS and RCS subdirectories case-insensitively.
5995
5996 * dired.el (dired-insert-directory): If file-system-info is
5997 fboundp, call it instead of invoking dired-free-space-program.
5998
5999 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6000
6001 * server.el (server-visit-files): Push files on file-name-history.
6002
6003 * progmodes/cc-langs.el: Update copyright.
6004
6005 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6006
6007 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6008
6009 * bindings.el (mode-line-mode-menu): Reverse the order
6010 of define-keys so that the menu appears in alphabetical order.
6011
6012 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6013
6014 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6015 of the function.
6016
6017 2000-12-07 Dave Love <fx@gnu.org>
6018
6019 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6020
6021 * facemenu.el (facemenu-unlisted-faces): Fix value.
6022
6023 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6024
6025 * font-lock.el (font-lock-default-fontify-region):
6026 Include the terminating \n (off-by-one error).
6027 (font-lock-set-defaults): Use dolist.
6028
6029 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6030
6031 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6032
6033 * international/mule-cmds.el (describe-language-environment):
6034 Fix for the case that an input method title is not string but a list.
6035
6036 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6037 of wrong SIZE record.
6038
6039 2000-12-06 Dave Love <fx@gnu.org>
6040
6041 * newcomment.el (comment-region, comment-dwim): Doc fix.
6042
6043 * textmodes/texinfo.el: Require tex-mode when compiling.
6044 (texinfo-update-node): Doc fix.
6045 (texinfo-imenu-generic-expression): Add @anchor.
6046 (texinfo-font-lock-keywords): Add @uref.
6047 (texinfo-inside-macro-p): Don't use ignore-errors.
6048 (texinfo-insert-quote): Match more contexts.
6049
6050 * international/mule.el (decode-char, encode-char): Doc fix.
6051 (auto-coding-alist): Customize.
6052
6053 * files.el (load-file): Fix change of 2000-03-12.
6054
6055 * wid-edit.el (widget-text-keymap): Doc fix.
6056
6057 2000-12-06 Andrew Innes <andrewi@gnu.org>
6058
6059 * makefile.w32-in (lisp): Set to an absolute directory, namely
6060 $(CURDIR).
6061
6062 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6063
6064 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6065 read generated-autoload-file, and set buffer-file-coding-system to
6066 raw-text-unix after reading the file.
6067
6068 * international/mule-conf.el (file-coding-system-alist):
6069 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6070
6071 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6072
6073 * replace.el (occur): Make line-number-width 1 smaller for the
6074 colon following the line number.
6075
6076 * startup.el (fancy-splash-text, command-line-1):
6077 Use `File' for the menu name instead of `Files'.
6078
6079 * tmm.el: Update copyright.
6080
6081 * cus-start.el: Add entry for even-window-heights.
6082
6083 2000-12-06 Miles Bader <miles@gnu.org>
6084
6085 * faces.el (frame-set-background-mode): Avoid stomping on
6086 locally modified faces.
6087
6088 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6089
6090 * international/fontset.el: Correct the font registries for
6091 japanese-jisx0213-1 and japanese-jisx0213-2.
6092
6093 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6094
6095 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6096
6097 * iswitchb.el: Update customization commentary.
6098
6099 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6100
6101 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6102 (tpu-search-highlight): Fixed comparison of overlay end positions.
6103 (tpu-trim-line-ends): Implemented trimming logic locally.
6104
6105 * emulation/tpu-extras.el (tpu-write-file-hook)
6106 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6107
6108 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6109
6110 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6111 to cn-gb.
6112 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6113
6114 2000-12-04 Dave Love <fx@gnu.org>
6115
6116 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6117
6118 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6119
6120 * mail/rmailsum.el (rmail-summary-expunge)
6121 (rmail-summary-expunge-and-save): Ask for confirmation with
6122 rmail-expunge-confirmed.
6123
6124 * mail/rmail.el (rmail-expunge-confirmed): New function.
6125 (rmail-expunge): Use it.
6126
6127 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6128
6129 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6130 (etags-recognize-tags-table, find-tag-in-order):
6131 New functionality: interpret file names as tags.
6132
6133 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6134
6135 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6136 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6137 the first subnode until the bottom of the current node is visible.
6138
6139 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6140
6141 * format.el (format-decode): Don't change buffer's undo list.
6142
6143 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6144
6145 * faces.el (face-font-registry-alternatives): Add entries for CJK
6146 fonts. Doc-string adjusted for the actual usage of this data.
6147
6148 * international/fontset.el: Change the font registries for CJK
6149 fonts in the default fontset. Don't append '*' to registries.
6150
6151 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6152
6153 * emacs-lisp/easy-mmode.el (define-derived-mode)
6154 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6155
6156 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6157 (derived-mode-p): New function.
6158 (derived-mode-make-docstring): Add `docstring' argument.
6159 Use it if available and complete it if necessary.
6160
6161 2000-12-03 Andreas Schwab <schwab@suse.de>
6162
6163 * type-break.el (type-break): Don't make parent of itself.
6164
6165 2000-12-03 Miles Bader <miles@gnu.org>
6166
6167 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6168
6169 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6170
6171 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6172 (tex-main-file, tex-file): Simplify.
6173 (tex-generate-zap-file-name): Use subst-char-in-string.
6174 (tex-strip-dots): Remove.
6175
6176 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6177
6178 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6179 to check if the match succeeded.
6180
6181 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6182
6183 * startup.el (use-fancy-splash-screens-p): New function.
6184 (command-line-1): Use it to determine whether or not to use
6185 a fancy splash screen.
6186
6187 2000-12-02 Andreas Schwab <schwab@suse.de>
6188
6189 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6190
6191 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * international/mule.el (make-char): Fix last change.
6194
6195 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6196 New defcustoms.
6197 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6198 autoloading tex-mode; instead, do the same manually.
6199 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6200 with numeric argument. Docstring fix.
6201 (toplevel): Require cl when compiling.
6202
6203 * international/mule.el (make-char): Doc fix.
6204
6205 2000-12-02 Jason Rumney <jasonr@gnu.org>
6206
6207 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6208 the Emacs Lisp manual)
6209
6210 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6211
6212 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6213
6214 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6215 the Emacs Lisp manual).
6216
6217 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6218
6219 * simple.el (next-line-add-newlines): Change default to nil.
6220
6221 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6222
6223 * files.el (revert-buffer, recover-file):
6224 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6225
6226 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6227
6228 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6229
6230 2000-12-01 Miles Bader <miles@gnu.org>
6231
6232 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6233
6234 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6235
6236 * international/mule-diag.el (describe-char-after): Fix typo.
6237 (describe-character-set, non-iso-charset-alist): Fix typo.
6238
6239 2000-12-01 Miles Bader <miles@gnu.org>
6240
6241 * image-file.el (image-file-name-regexp): Automatically add
6242 upper-case variants of each filename extension in
6243 `image-file-name-extensions', since they seem to be common.
6244
6245 * simple.el (minibuffer-contents)
6246 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6247 New functions.
6248 * filecache.el (file-cache-directory-name)
6249 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6250
6251 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6252
6253 * filecache.el (file-cache-minibuffer-complete): Don't try to
6254 delete the minibuffer prompt.
6255
6256 2000-11-30 Dave Love <fx@gnu.org>
6257
6258 * cus-start.el: Fix read-buffer-function type.
6259
6260 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6261
6262 * md5.el: Removed. There's a built-in function, now.
6263
6264 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6265
6266 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6267 as dummy 0-th char of rmail-deleted-vector.
6268
6269 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6270
6271 * ps-print.el (ps-end-job): Bind case-fold-search only after
6272 switching to ps-spool-buffer.
6273
6274 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6275
6276 * ps-print.el: Line number font customization. PostScript: Lines and
6277 PageCount are initialized on each page. Doc Fix.
6278 (ps-print-version): New version number (6.3.2).
6279 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6280 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6281 (ps-right-header): Customization fix.
6282 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6283 Fix code.
6284 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6285 New vars.
6286
6287 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6288
6289 * bs.el: Fix typos and spelling errors.
6290 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6291 (bs-configuration): Doc fix.
6292
6293 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6294
6295 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6296
6297 * emulation/tpu-edt.el (tpu-version): New version.
6298 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6299 (tpu-original-mode-line): Variable deleted.
6300 (tpu-mark-flag): New initial value.
6301 (tpu-set-mode-line): Don't redefine mode-line-format.
6302 Add tpu-mark-flag to minor-mode-alist.
6303 (tpu-update-mode-line): New mark flag logic.
6304 (tpu-get): Use find-file-wildcards.
6305 (tpu-search-highlight): Move overlay less, reset overlay properly.
6306 (tpu-unselect): Deactivate mark.
6307 (tpu-lm-replace): Reset overlay properly.
6308 (tpu-forward-line): Use forward-visible-line.
6309 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6310
6311 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6312
6313 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6314
6315 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6316
6317 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6318
6319 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6320 and skip whitespace and newlines.
6321
6322 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6323
6324 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6325
6326 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6327
6328 * help.el (describe-function-1): Regexp-quote function name
6329 when used as part of a regexp.
6330
6331 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6332 Use face-attribute instead of face-foreground and face-background.
6333 (tool-bar-add-item): Likewise, and handle unspecified colors.
6334
6335 * enriched.el (enriched-face-ans): Use face-attribute instead
6336 of face-foreground and face-background.
6337
6338 * faces.el (face-foreground, face-background, face-stipple):
6339 Return nil if attribute is unspecified, for backward compatibility.
6340
6341 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6342
6343 * play/5x5.el: Remove version info.
6344
6345 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6346
6347 * frame.el (blink-cursor-mode): Doc fix.
6348
6349 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6350
6351 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6352 to create Makefile rules.
6353 (antlr-tool-command): New user option.
6354 (antlr-ask-about-save): New user option.
6355 (antlr-makefile-specification): New user option.
6356 (antlr-file-formats-alist): New variable.
6357 (antlr-special-file-formats): New variable.
6358 (antlr-unknown-file-formats): New user option.
6359 (antlr-help-unknown-file-text): New variable.
6360 (antlr-help-rules-intro): New variable.
6361 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6362 (antlr-mode-menu): Add entries.
6363 (antlr-file-dependencies): New function.
6364 (antlr-directory-dependencies): New function.
6365 (antlr-superclasses-glibs): New function.
6366 (antlr-run-tool): New command.
6367 (antlr-makefile-insert-variable): New function.
6368 (antlr-insert-makefile-rules): New function.
6369 (antlr-show-makefile-rules): New command.
6370
6371 * antlr-mode.el: More Emacs/XEmacs stuff.
6372 (antlr-no-action-keywords): New constant with value nil.
6373 (antlr-font-lock-keywords-alist): Use it. Old value would break
6374 syntax highlighting in Emacs-21.0.
6375 (antlr-default-directory): Emacs/XEmacs dependend function.
6376 (antlr-read-shell-command): Ditto.
6377 (antlr-with-displaying-help-buffer): Ditto.
6378
6379 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6380
6381 * antlr-mode.el: imenu, parsing and highlighting changes.
6382 (antlr-imenu-create-index-function): Don't create extra submenus
6383 for definitions in different grammar classes. It is not necessary
6384 for the menu and would make command `imenu' awkward to use.
6385 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6386 header actions and more than one.
6387 (antlr-font-lock-tokendef-face): Changed color.
6388 (antlr-font-lock-tokenref-face): Changed color.
6389 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6390 (antlr-mode-syntax-table): New variable.
6391 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6392 (antlr-with-syntax-table): Don't copy syntax table.
6393
6394 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6395
6396 * antlr-mode.el: Minor changes: language setting.
6397 (antlr-language-alist): The value for file option "language" can
6398 be both an identifier and a string.
6399 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6400 (antlr-language-limit-n-regexp): Change accordingly.
6401
6402 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6403
6404 * antlr-mode.el: Minor changes: tabs, hiding.
6405 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6406 (antlr-action-visibility): Also allow value nil to also hide the
6407 braces. Renamed from `antlr-tiny-action-length'.
6408 Suggested by Jay@aol.com.
6409 (antlr-hide-actions): Change accordingly. Hide line if completely
6410 hidden action is on a line of its own.
6411
6412 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6413
6414 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6415
6416 * sort.el (sort-columns): Don't concat strings with numbers.
6417
6418 2000-11-29 Dave Love <fx@gnu.org>
6419
6420 * cus-edit.el (face): Fix :format.
6421
6422 * mail/feedmail.el: Require smtpmail when compiling.
6423 (mail-do-fcc): Autoload.
6424 (feedmail) <defgroup>: Fix :link.
6425 (feedmail-nuke-body-in-fcc): Fix :type.
6426 (feedmail-send-it): Add autoload cookie.
6427
6428 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * newcomment.el (comment-indent): Save excursion around call to
6431 comment-indent-function.
6432
6433 2000-11-29 Miles Bader <miles@gnu.org>
6434
6435 * subr.el (member-ignore-case): Return the tail of the list who's
6436 car matches, like `member', not the matching element itself.
6437
6438 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6439
6440 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6441 should not contain `\n'.
6442
6443 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6444
6445 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6446
6447 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6448
6449 * dired-aux.el (dired-do-create-files): Construct default file
6450 name for dired-mark-read-file-name so that when the user enters
6451 just RET, the target file will end up in the target directory.
6452
6453 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6454 local-abbrev-table before changing buffers because it might
6455 have a buffer-local binding.
6456
6457 2000-11-28 Miles Bader <miles@gnu.org>
6458
6459 * simple.el (delete-horizontal-space): Handle fields more generally.
6460
6461 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6462
6463 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6464
6465 2000-11-28 Dave Love <fx@gnu.org>
6466
6467 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6468 comment-start-skip locally.
6469
6470 * progmodes/fortran.el (fortran-mode): Don't set
6471 fortran-comment-line-start-skip. Set comment-start to
6472 fortran-comment-line-start.
6473 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6474 (fortran-comment-line-start-skip): Simplify slightly.
6475
6476 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6477
6478 * play/5x5.el: Remove RCS keyword.
6479
6480 * bs.el: Mistaken commit, undone 2000-11-30.
6481
6482 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
6483
6484 * textmodes/tildify.el (tildify-string-alist):
6485 Add `plain-tex-mode' here.
6486
6487 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6488
6489 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6490 reference.
6491
6492 2000-11-28 Miles Bader <miles@gnu.org>
6493
6494 * cus-face.el (custom-face-attributes): Add post-filter function
6495 for :box. Make pre-filter function for :box handle all cases.
6496
6497 * wid-edit.el (widget-choose): Make sure pop-up window is large
6498 enough to display all the choices, as there's no way to scroll it.
6499
6500 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6501
6502 * international/mule-conf.el: Make the coding system no-conversion
6503 safe for all characters.
6504
6505 2000-11-27 Dave Love <fx@gnu.org>
6506
6507 * net/ldap.el (ldap) <defgroup>: Add :version.
6508
6509 * tooltip.el (tooltip-use-echo-area): Doc fix.
6510
6511 * cus-start.el <minibuffer-prompt-properties>: Add version.
6512 <read-buffer-function>: Add.
6513
6514 * apropos.el (apropos-print): Add help-echo to active text.
6515
6516 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6517
6518 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6519
6520 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6521 type, group and version.
6522
6523 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6524
6525 * select.el (x-get-selection): Docstring fix.
6526
6527 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
6528
6529 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6530
6531 2000-11-27 Andrew Innes <andrewi@gnu.org>
6532
6533 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6534
6535 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6536
6537 2000-11-27 Miles Bader <miles@gnu.org>
6538
6539 * dired.el (dired-get-filename): Return filename verbatim if
6540 LOCALP is `verbatim'.
6541 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6542 `verbatim' so that we don't inadvertently delete a non-existant
6543 directory name.
6544
6545 2000-11-27 Kenichi Handa <handa@etl.go.jp>
6546
6547 * international/characters.el: Specify cases and syntaxes for
6548 mule-unicode-0100-24ff.
6549
6550 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6551
6552 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6553 that foreground and/or background colors of the face `tool-bar'
6554 are unspecified.
6555
6556 2000-11-27 Miles Bader <miles@gnu.org>
6557
6558 * wid-edit.el (widget-field-buffer, widget-field-start)
6559 (widget-field-end): Handle widget field `pseudo-overlays'.
6560 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6561 if it's there instead of in `widget-field-list'.
6562
6563 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6564 (help-make-xrefs): Delete extraneous newlines at the end of the
6565 docstring.
6566
6567 2000-11-25 Jason Rumney <jasonr@gnu.org>
6568
6569 * startup.el (command-line): Call set-locale-environment after
6570 Window System init file is read, as it can result in a call to
6571 redraw-frame.
6572
6573 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6574
6575 * simple.el (shell-command): Mention the effect of the prefix
6576 argument in the doc string.
6577
6578 2000-11-25 Miles Bader <miles@gnu.org>
6579
6580 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6581
6582 * wid-edit.el (widget-field-value-delete): Don't try to delete
6583 overlay when it's the `pseudo-overlay' that exists at some points.
6584
6585 2000-11-24 Jason Rumney <jasonr@gnu.org>
6586
6587 * international/mule-cmds.el (locale-language-names): Add "jp" as
6588 a non-standard alternative for Japanese.
6589
6590 2000-11-24 Andre Spiegel <spiegel@gnu.org>
6591
6592 * vc-hooks.el: Require 'cl during compilation.
6593
6594 2000-11-24 Gerd Moellmann <gerd@gnu.org>
6595
6596 * faces.el (face-set-after-frame-default): Let face attributes
6597 specified for new frames override frame parameters.
6598
6599 * startup.el (command-line): Fix computation of the source file
6600 for user-init-file when user-init-file is a compiled file.
6601
6602 2000-11-24 Miles Bader <miles@gnu.org>
6603
6604 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6605 (custom-post-filter-face-spec): New functions.
6606 (custom-face-set, custom-face-value-create): Filter the face spec
6607 before and after customization.
6608 (custom-face-set): If VALUE specifies a null face, pass a
6609 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6610 * cus-face.el (custom-face-attributes): Remove SET and GET
6611 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6612 cases they're needed.
6613
6614 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6615 that it's distinguishable from the :off-glyph on dark-background
6616 displays. Set its background color too.
6617
6618 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6619 so that people can easily turn it off.
6620
6621 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6622
6623 * ediff-diff.el: Moved variables around to have it compile under NT.
6624
6625 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6626
6627 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6628
6629 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6630 redundant skip-small-frames test.
6631
6632 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6633 (viper-downgrade-to-insert): Protect against errors in hooks.
6634
6635 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6636 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6637 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6638 New functions.
6639
6640 * viper-util.el (viper-memq-char): Bug fixes.
6641
6642 * viper.el (viper-mode): Fix cursor handling.
6643
6644 2000-11-24 Kenichi Handa <handa@etl.go.jp>
6645
6646 * international/mule-diag.el (list-iso-charset-chars):
6647 For two-byte charset, fix the `while' condition.
6648 (list-non-iso-charset-chars): Fix the `while' condition.
6649
6650 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6651
6652 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6653 if the variable is make-variable-buffer-local.
6654
6655 * progmodes/ada-stmt.el (ada-template-map):
6656 Initialize and bind it to C-c t in ada-mode-map.
6657 (ada-stmt-mode-hook): New function extracted from old code.
6658 Only change the buffer-local side of skeleton-*.
6659 (ada-mode-hook): Use it.
6660
6661 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6662
6663 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6664 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6665 we expect to be returned by minibuffer-depth once we prompt the
6666 user in the minibuffer.
6667 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6668 as recorded in iswitchb-minibuf-depth, return non-nil.
6669
6670 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6671
6672 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6673 (hscroll-window-maybe): Docstring fix.
6674
6675 2000-11-23 Dave Love <fx@gnu.org>
6676
6677 * rect.el (string-rectangle): Don't test delete-selection-mode.
6678
6679 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6680
6681 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6682 is in the tool bar.
6683
6684 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6685 with `no-dir'; we want the directory part to be able to remove it.
6686
6687 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6688
6689 * textmodes/outline.el (outline-flag-region):
6690 Don't bind inhibit-read-only since we don't modify the buffer.
6691 (outline-isearch-open-invisible): Don't jump to overlay-start
6692 since we're trying to unhide text around point.
6693 (outline-discard-overlays): Use dolist.
6694
6695 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6696
6697 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6698
6699 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6700
6701 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6702
6703 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6704 Fix ARG regexp to skip quoted braces.
6705 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6706 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6707 are (correctly) handled separately).
6708 Remove `caption' and `footnote' from `citations': they contain text.
6709 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6710 (latex-skeleton-end-hook): New function.
6711 (latex-mode): Use it.
6712 (tex-start-tex-marker): Remove.
6713 (tex-send-tex-command): Don't set tex-start-tex-marker.
6714 (tex-error-parse-syntax-table): New var.
6715 (tex-compilation-parse-errors): Use it.
6716 Ignore tex-start-tex-marker. Don't bother with marker-position.
6717 (tex-validate-buffer): Don't bother with marker-position.
6718
6719 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6720 (flyspell-generic-progmode-verify): Use it.
6721
6722 2000-11-22 Sam Steingold <sds@gnu.org>
6723
6724 * simple.el (delete-trailing-whitespace): New interactive function.
6725
6726 * progmodes/ada-mode.el (ada-mode): Use it instead of
6727 `ada-remove-trailing-spaces'.
6728 (ada-remove-trailing-spaces): Removed.
6729
6730 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6731
6732 * textmodes/picture.el (picture-clean): Removed.
6733 (picture-mode-exit): Call it instead of `picture-clean'.
6734
6735 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6736
6737 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6738
6739 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6740 jit-lock-fontify-buffer; it should anyway be unneccessary to
6741 do anything special when jit-lock is active.
6742 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6743
6744 2000-11-22 Dave Love <fx@gnu.org>
6745
6746 * calendar/todo-mode.el (todo-top-priorities): Use
6747 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6748
6749 * language/chinese.el, language/cyrillic.el:
6750 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6751 * language/hebrew.el, language/indian.el, language/japanese.el:
6752 * language/korean.el, language/lao.el, language/misc-lang.el:
6753 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6754 Use provide.
6755
6756 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6757 (custom-variable-set): Improve validation error mesage.
6758
6759 * rect.el (string-rectangle): Revert last change.
6760 (string-rectangle-line): New arg DELETE.
6761 (string-rectangle): Check delete-selection-mode.
6762
6763 * emacs-lisp/edebug.el (edebug-version)
6764 (edebug-maintainer-address): Deleted.
6765 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6766 (edebug-read-function): Account for other `'#' read forms.
6767 (edebug-mode-menus): Make some items toggles.
6768 (edebug-outside-unread-command-event, unread-command-event):
6769 Remove these to avoid warnings.
6770
6771 2000-11-22 David Ponce <david@dponce.com>
6772
6773 * recentf.el (recentf-menu-items-for-commands)
6774 (recentf-make-menu-items, recentf-make-menu-item)
6775 (recentf-filter-changer): Added :help and :active menu-item properties.
6776
6777 (recentf-build-dir-rules, recentf-dump-variable)
6778 (recentf-edit-list, recentf-open-files-item)
6779 (recentf-open-files): Replaced unnecessary `mapcar' with new
6780 built-in `mapc'.
6781
6782 2000-11-23 Miles Bader <miles@gnu.org>
6783
6784 * faces.el (menu): Make inverse-video on ttys too.
6785
6786 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6787
6788 * simple.el (comment-line-break-function): Use the new name
6789 indent-new-comment-line -> comment-indent-new-line.
6790 (clone-indirect-buffer): Don't ignore NORECORD.
6791 (next-completion): Properly handle the case where items are adjacent.
6792
6793 * mouse.el (popup-menu): Stupid typo.
6794
6795 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6796
6797 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6798 maintainer, keywords tags.
6799
6800 * rect.el (replace-rectangle): Don't call string-rectangle-line
6801 with too many arguments.
6802
6803 2000-11-22 Andre Spiegel <spiegel@gnu.org>
6804
6805 * ediff-util.el (ediff-file-checked-out-p)
6806 (ediff-file-checked-in-p): Call vc-state instead of
6807 vc-locking-user, which no longer exists.
6808
6809 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6810
6811 2000-11-22 Dave Love <fx@gnu.org>
6812
6813 * md5.el (md5): Provide.
6814 (md5): Fix error call.
6815
6816 2000-11-22 Miles Bader <miles@gnu.org>
6817
6818 * textmodes/refill.el (refill-adjust-ignorable-overlay)
6819 (refill-fill-paragraph-at): Remove debugging code.
6820
6821 * calendar/calendar.el (generate-calendar-window): When we don't
6822 call `fit-window-to-buffer', make sure the top line is fully visible.
6823
6824 * image-file.el (insert-image-file): Don't make `read-only'
6825 property rear-nonsticky.
6826
6827 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6828 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6829 stashing away its original value.
6830 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6831 in the recursive edit.
6832 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6833 (isearch-done): Restore `minibuffer-message-timeout'.
6834
6835 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6836
6837 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6838
6839 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6840
6841 * find-lisp.el (find-lisp-find-files-internal):
6842 Use dolist, when and file-name-as-directory.
6843
6844 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6845 (define-derived-mode, define-minor-mode): Add specs.
6846
6847 * window.el: General comment and spacing fixes.
6848 (save-selected-window): Use backquotes.
6849 (window-safely-shrinkable-p): New function.
6850 (shrink-window-if-larger-than-buffer): Use it.
6851
6852 * subr.el (make-local-hook): Docstring fix.
6853
6854 * shell.el (shell-mode): Use define-derived-mode.
6855
6856 * newcomment.el (comment-indent): Insert comment before calling
6857 comment-indent-function. Don't insert in column 0.
6858 (comment-dwim): Indent before inserting comment.
6859
6860 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6861 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6862 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6863 Use mapc rather than map.
6864
6865 * files.el (find-buffer-visiting): Compare all attributes before
6866 declaring two files identical (rather than just their inode-no).
6867 (auto-mode-alist): Use \' rather than $.
6868
6869 * which-func.el: Update maintainer line.
6870
6871 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6872 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6873 (uniquify-buffer-file-name): Use it.
6874
6875 2000-11-22 Miles Bader <miles@gnu.org>
6876
6877 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6878 * simple.el (minibuffer-avoid-prompt): New function.
6879
6880 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6881
6882 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6883
6884 2000-11-21 Miles Bader <miles@gnu.org>
6885
6886 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6887 inclusion of `track-mouse'.
6888
6889 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6890 (refill-adjust-ignorable-overlay): New function.
6891 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6892 only the paragraph's tail if possible.
6893 Update `refill-ignorable-overlay'.
6894 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6895
6896 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6897 point inside the fill-prefix.
6898
6899 * textmodes/refill.el (refill-post-command-function): Don't reset
6900 refill-doit in the case where a self-insertion command doesn't
6901 case a refill. Use `refill-fill-paragraph-at', getting position
6902 from `refill-doit'.
6903 (refill-after-change-function): Set `refill-doit' to END.
6904 (refill-fill-paragraph-at): New function, mostly from old
6905 refill-fill-paragraph.
6906 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6907 (refill-pre-command-function): New function.
6908 (refill-mode): Add it to `pre-command-hook'.
6909
6910 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6911
6912 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6913
6914 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6915 javadoc tags.
6916
6917 2000-11-20 Andre Spiegel <spiegel@gnu.org>
6918
6919 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6920 vc.el).
6921
6922 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6923 require vc.
6924
6925 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6926 checkouts.
6927
6928 2000-11-20 Dave Love <fx@gnu.org>
6929
6930 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6931
6932 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
6933
6934 * calculator.el (calculator-paste): Use `if' instead of `and'
6935 and `or'.
6936 (calculator-help): Don't use electric-describe-mode for XEmacs.
6937
6938 2000-11-19 Gerd Moellmann <gerd@gnu.org>
6939
6940 * info.el (info-menu-5): Doc fix.
6941
6942 * textmodes/artist.el: New file.
6943
6944 2000-11-19 Andre Spiegel <spiegel@gnu.org>
6945
6946 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6947 and differentiate according to checkout model.
6948 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6949 since this function is only concerned with master state.
6950
6951 * vc-hooks.el (vc-workfile-unchanged-p)
6952 (vc-default-workfile-unchanged-p): Moved here from vc.el.
6953
6954 * vc.el (vc-workfile-unchanged-p)
6955 (vc-default-workfile-unchanged-p): See above.
6956
6957 2000-11-19 Miles Bader <miles@gnu.org>
6958
6959 * image-file.el (insert-image-file): Make `intangible' and
6960 `read-only' properties rear-nonsticky too.
6961
6962 2000-11-18 Gerd Moellmann <gerd@gnu.org>
6963
6964 * ps-print.el: Update copyright notice.
6965
6966 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6967 (tooltip-show): Use the offsets.
6968
6969 * bindings.el (mode-line-modified): Fix a typo.
6970 (mode-line-toggle-modified, mode-line-widen)
6971 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6972
6973 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6974
6975 * ps-print.el (toplevel): Test for find-coding-system being
6976 fboundp before calling ps-x-find-coding-system.
6977
6978 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6979
6980 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6981 (vc-version-backup-file): Docstring fix.
6982
6983 2000-11-16 Gerd Moellmann <gerd@gnu.org>
6984
6985 * files.el (basic-save-buffer): Don't add a newline if
6986 find-file-literally is non-nil.
6987 (find-file-literally): Extend doc string.
6988
6989 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6990 sort(1) with the `-f' argument.
6991
6992 2000-11-16 Andre Spiegel <spiegel@gnu.org>
6993
6994 * vc.el: Updated backend documentation.
6995 (vc-default-check-headers): New function.
6996
6997 * vc-{cvs,rcs,sccs}.el: Functions reordered.
6998
6999 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7000 up-to-date.
7001 (vc-do-command): In the asynchronous case, output messages only if
7002 the minibuffer is not active.
7003
7004 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7005 `vc-cvs-use-edit' is on.
7006 (vc-cvs-checkout): When this is used for reverting the workfile,
7007 make a backup of the original contents and revert to that in case
7008 of error.
7009 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7010 remote repositories.
7011
7012 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7013 for both version and ratio in the minibuffer.
7014
7015 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7016 Use vc-do-command to perform the annotation, not call-process.
7017
7018 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7019
7020 * international/quail.el (quail-start-translation): Don't call
7021 `message' before reading key sequence.
7022
7023 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7024
7025 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7026
7027 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7028
7029 * window.el (fit-window-to-buffer): Be sure to acquire at least
7030 one text line even if the buffer is empty.
7031
7032 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7033
7034 * net/ange-ftp.el (ange-ftp-file-writable-p)
7035 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7036 Bind ange-ftp-process-verbose to nil.
7037
7038 2000-11-15 Dave Love <fx@gnu.org>
7039
7040 * wid-edit.el (widget-specify-field, widget-specify-button):
7041 If :help-echo is a function, set help-echo of overlay to
7042 widget-mouse-help.
7043 (widget-mouse-help): New function.
7044 (widget-echo-help): Rewritten for :help-echo functions only taking
7045 a widget arg.
7046
7047 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7048 Use display-graphic-p.
7049 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7050 and that JPEG is available.
7051 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7052
7053 * international/mule-cmds.el (locale-charset-language-names):
7054 Match @euro.
7055
7056 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7057
7058 * faces.el (face-set-after-frame-default):
7059 If `inhibit-default-face-x-resources' is bound, don't intialize the
7060 default face from X resources.
7061
7062 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7063
7064 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7065 Don't set EMACSLOADPATH.
7066
7067 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7068
7069 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7070 texinfo-insert-@url.
7071 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7072 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7073
7074 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7075
7076 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7077 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7078 (checkdoc-minor-keymap): Backward compatibility.
7079 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7080 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7081 (checkdoc-this-string-valid-engine): Be a bit more strict
7082 to avoid matching substrings of `...' quoted vars/funs.
7083 (checkdoc-defun-info): Only look for `interactive' if alone.
7084 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7085
7086 * progmodes/compile.el (grep): `tag-default' can be nil.
7087
7088 * newcomment.el (comment-indent): Paren typo.
7089
7090 2000-11-14 Dave Love <fx@gnu.org>
7091
7092 * calculator.el: New maintainer version.
7093
7094 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7095
7096 * cmuscheme.el: Doc fixes.
7097 (cmuscheme) <defgroup>: Use `scheme' as parent.
7098 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7099
7100 * xscheme.el (scheme-program-name): Don't define here.
7101
7102 * progmodes/scheme.el (scheme-program-name): New variable
7103 (originally in cmuscheme).
7104
7105 2000-11-14 Miles Bader <miles@gnu.org>
7106
7107 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7108 Handle header-lines. Don't loop forever if we can't enlarge the
7109 window anymore. Simplify a bit.
7110
7111 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7112
7113 * window.el (fit-window-to-buffer): Don't check
7114 window-text-height. Assure that the last line is fully visible.
7115
7116 * international/quail.el (quail-show-guidance-buf):
7117 Call fit-window-to-buffer to assure the enough height of the guidance
7118 buffer.
7119 (quail-update-guidance): Avoid making the guidance buffer shorter.
7120
7121 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7122
7123 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7124 rather than `prepend' and add an interesting comment.
7125 (tex-math-face, tex-font-lock-syntactic-face-function):
7126 New face and function to use it.
7127 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7128 than `menu-enable' symbol property.
7129 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7130 (tex-mode): Add some latex-mode commands for auto-selection.
7131 Use tex-font-lock-syntactic-face-function.
7132 (tex-insert-quote): Simplify.
7133 (tex-shell): New mode.
7134 (tex-start-shell): Use it.
7135 (tex-shell-proc, tex-shell-buf): New functions.
7136 (tex-send-command): Use it.
7137 (tex-main-file): Fix the meaning of the new arg REALFILE.
7138 (tex-send-tex-command): New function split from `tex-start-tex'.
7139 Set compilation-last-buffer and compilation-parsing-end.
7140
7141 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7142 when it follows non-comment text on the line.
7143
7144 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7145 Set font-lock-defaults.
7146 (lisp-mode-shared-map): Init inside the defvar.
7147 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7148 Use define-derived-mode.
7149
7150 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7151
7152 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7153
7154 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7155
7156 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7157 Don't recursively optimize body because that can lead to infinite
7158 recursion; see comment there.
7159
7160 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7161
7162 * faces.el (face-spec-set-match-display): Revert the change from
7163 2000-10-24. Add a FIXME for after v21.1.
7164
7165 2000-11-13 Miles Bader <miles@gnu.org>
7166
7167 * textmodes/fill.el (skip-line-prefix): New function.
7168 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7169 (fill-paragraph): Don't leave point inside the fill-prefix.
7170 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7171 point inside the fill-prefix.
7172
7173 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7174
7175 * calendar/calendar.el (generate-calendar-window):
7176 Use `fit-window-to-buffer'.
7177
7178 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7179
7180 * gud.el (gud-minor-mode): New var.
7181 (gud-symbol, gud-val): New functions.
7182 (gud-find-file): Copy gud-minor-mode to the new buffer.
7183 (gud-menu-map): Include entries for commands that are not always
7184 available, using :enable to (de)activate them.
7185 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7186 (gud-mode-map): New map.
7187 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7188 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7189 Don't set up gud's menu (it's done by the minor-mode).
7190 (gud-minibuffer-local-map): New.
7191 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7192 (gud-query-cmdline): New function.
7193 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7194 (gud-mode): Use define-derived-mode.
7195 Don't set up gud's menu (it's done by the minor-mode).
7196 (gud-chop-words): Remove.
7197 (gud-common-init): Use split-string instead.
7198 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7199
7200 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7201 Add keyword arg :name.
7202
7203 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7204 (diff-count-matches, diff-split-hunk): New functions.
7205 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7206
7207 * pcvs-info.el (cvs-fi-conflict-face): New var.
7208
7209 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7210 Make it into a simple syntax-table, shared among all submodes.
7211 (sh-heredoc-face): Re-introduce.
7212 (sh-font-lock-syntactic-face-function): New function.
7213 (sh-mode): Use it. Also use define-derived-mode.
7214 Remove old bogus setting of indent-region-function.
7215 (sh-set-shell): Don't set the syntax-table any more.
7216 (sh-mode-syntax-table) <defun>: Remove.
7217
7218 2000-11-12 Miles Bader <miles@gnu.org>
7219
7220 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7221 message if interactive.
7222
7223 2000-11-12 Dave Love <fx@gnu.org>
7224
7225 * mail/feedmail.el: Fix header,
7226 (feedmail) <defgroup>: Add :link.
7227
7228 * view.el: Use local-map property, not keymap on mode-line string.
7229
7230 * scroll-all.el (scroll-all-mode): Customize variable.
7231 Add autoload cookie to function.
7232
7233 * lazy-lock.el: Remove compatibility code.
7234
7235 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7236 (finder-help-echo): New variable.
7237 (finder-mouse-face-on-line): Add help-echo stuff.
7238 (finder-list-keywords, finder-list-matches): Use mapc.
7239
7240 * faces.el (face-font-registry-alternatives): Add :version.
7241
7242 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7243 tags-table-list.
7244
7245 * net/browse-url.el (browse-url-browser-function): Update :version.
7246
7247 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7248 (mail-mode): Use [:alnum:] in some regexps.
7249
7250 2000-11-10 Dave Love <fx@gnu.org>
7251
7252 * ediff.el (ediff-regions-internal, ediff-documentation):
7253 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7254 fundamental mode.
7255
7256 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7257 buffer into fundamental mode.
7258 (ediff-set-difference): Use copy-sequence if available.
7259
7260 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7261 Check ediff-patch-map non-nil.
7262 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7263 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7264 buffer into fundamental mode.
7265
7266 * ediff-merg.el (state-or-merge): Defvar when compiling.
7267
7268 2000-11-10 Jason Rumney <jasonr@gnu.org>
7269
7270 * w32-fns.el (w32-add-charset-info): New function.
7271 (w32-charset-info-alist): Use it.
7272
7273 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7274
7275 * faces.el (face-font-registry-alternatives): New user-option.
7276
7277 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7278
7279 * textmodes/texinfo.el (texinfo-block-default): New var.
7280 (texinfo-insert-block): Use it. Insert a newline if needed.
7281
7282 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7283 (fill-region-as-paragraph): Use it.
7284
7285 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7286 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7287 Tweak paragraph regexps to allow a leading [ \t]*.
7288 (tex-latex-block): Insert a newline if necessary.
7289 (latex-insert-item): Only insert a newline if necessary.
7290 (tex-guess-main-file): New function.
7291 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7292 Set tex-main-file if TeX-master is provided.
7293 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7294
7295 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7296
7297 * startup.el (command-line): Set the default tooltip-mode
7298 to t for graphical displays which implement x-show-tip.
7299
7300 * tooltip.el (tooltip-mode): Add a comment about startup.el
7301 setting the default value of this user-option.
7302
7303 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * font-lock.el (font-lock-*-face) <defvar>: Move.
7306 (font-lock-defaults-alist): Mark obsolete.
7307 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7308 (font-lock-mode): Use define-minor-mode.
7309 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7310 (font-lock-turn-off-thing-lock): Be more explicit.
7311 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7312 (font-lock-syntactic-face-function): New var.
7313 (font-lock-fontify-syntactically-region): Use it.
7314 (font-lock-doc-face): New.
7315
7316 * pcvs.el (cvs-enabledp): Ignore errors.
7317 (cvs-commit-filelist): Never query.
7318 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7319 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7320 (cvs-do-removal): Use cvs-partition rather than delete-if.
7321 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7322 cvs-bury-buffer.
7323
7324 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7325 Allow `next' to jump to after the end of the last match.
7326
7327 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7328
7329 * simple.el (byte-compiling-files-p): New function.
7330
7331 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7332 if it is there.
7333
7334 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7335 nil again.
7336
7337 * textmodes/ispell.el (ispell-library-path): Don't call
7338 check-ispell-version when byte-compiling because that starts
7339 an ispell process, and ispell might not be installed.
7340 (toplevel): Don't set up a menu when byte-compiling.
7341
7342 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7343 it, so that a boundp test can be used to determine if we're
7344 currently byte-compiling.
7345
7346 2000-11-09 Dave Love <fx@gnu.org>
7347
7348 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7349
7350 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7351
7352 * ps-print.el: Patch for variable initialization when spooling.
7353 Doc fix.
7354 (ps-output-list): Fun eliminated.
7355 (ps-begin-file, ps-begin-job): Code fix.
7356
7357 2000-11-08 Dave Love <fx@gnu.org>
7358
7359 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7360
7361 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7362
7363 * simple.el (shell-command, display-message-or-buffer)
7364 (shell-command-on-region): Mention resize-mini-windows in the doc
7365 string.
7366 (display-message-or-buffer): Take the value of resize-mini-windows
7367 into account.
7368
7369 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7370
7371 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7372
7373 * dired.el (dired-between-files): Add `^. find' as an alternative
7374 to the regular expression, for find-dired.
7375
7376 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7377
7378 * textmodes/texnfo-upd.el: Require texinfo.
7379 (defmacro, defgroup): Remove.
7380 (texinfo-section-to-generic-alist): Remove.
7381 Use texinfo-section-list instead (i.e. level is changed string->int).
7382 (texinfo-filter): New function.
7383 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7384 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7385 Use it. And use regexp-opt.
7386 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7387 (texinfo-update-menu-region-beginning)
7388 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7389 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7390 (texinfo-update-menu-same-level-regexps): Update.
7391 (texinfo-update-node, texinfo-every-node-update)
7392 (texinfo-sequential-node-update): Remove autoload cookie.
7393
7394 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7395 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7396 (texinfo-chapter-level-regexp): Remove.
7397 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7398
7399 2000-11-06 Dave Love <fx@gnu.org>
7400
7401 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7402
7403 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7404 Match defun*.
7405
7406 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7407
7408 * composite.el (composition-function-table): Variable declaration
7409 moved to src/composite.c.
7410 (compose-chars-after): New optional arg object.
7411
7412 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7413
7414 * bindings.el (mode-line-toggle-read-only)
7415 (mode-line-toggle-modified, mode-line-widen)
7416 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7417 (make-mode-line-mouse2-map): Rewritten.
7418 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7419 functions so that C-h k can show something with a doc string.
7420
7421 * startup.el (fancy-splash-delay): Set to 10 seconds.
7422 (fancy-splash-max-time): New user-option.
7423 (fancy-splash-stop-time): New variable.
7424 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7425 (fancy-splash-screens-1): Throw `stop-splashing' when current
7426 time is greater than fancy-splash-stop-time.
7427
7428 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7429
7430 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7431
7432 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7433 Prompt user for a file rather than raising an error.
7434 (cvs-enabledp): Fix call to cvs-mode-marked.
7435 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7436 (cvs-mode-insert): Use it. Change the init prompt' value.
7437 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7438
7439 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7440 Don't pass default arg to ewoc-locate.
7441 (ewoc-collect): Return result in the right order.
7442
7443 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7444
7445 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7446 (cvs-status-get-tags): Fix regexp.
7447 (cvs-status-trees, cvs-status-cvstrees):
7448 Combine after change hooks and don't sit-for.
7449 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7450 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7451 Use make-char rather than hard-coded cryptic data.
7452 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7453
7454 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7455
7456 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7457 (cvs-insert-strings): New function.
7458
7459 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7460
7461 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7462 `mwheel-scroll-amount'.
7463 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7464 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7465 string-matching against the version string.
7466
7467 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7468
7469 * language/thai.el ("Thai"): Set a lisp form that produces
7470 composed string in `sample-text' language info.
7471
7472 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7473 composed string in `sample-text' language info.
7474
7475 * international/mule-cmds.el (describe-language-environment):
7476 Eval `sample-text' data and insert the result.
7477
7478 * international/mule-conf.el (compound-text): Define this coding
7479 system here. Make x-ctext and ctext aliases of it.
7480
7481 * language/european.el (compound-text, ctext): Moved to
7482 international/mule-conf.el.
7483
7484 2000-11-05 Andrew Innes <andrewi@gnu.org>
7485
7486 * w32-fns.el (w32-version): New function.
7487
7488 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7489
7490 * progmodes/awk-mode.el: Update copyright.
7491 (awk-mode-abbrev-table): Remove.
7492 (awk-font-lock-keywords): Use regexp-opt.
7493 (awk-mode): Use define-derived-mode.
7494
7495 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7496 when extracting a suffix.
7497
7498 2000-11-04 Andre Spiegel <spiegel@gnu.org>
7499
7500 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7501 auto-save-mode.
7502
7503 2000-11-04 Jason Rumney <jasonr@gnu.org>
7504
7505 * language/european.el (decode-mac-roman): Test against r1 not r0.
7506
7507 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7508
7509 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7510 (icon-mode): Define indent-line-function.
7511 (icon-comment-indent): Simplify.
7512 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7513
7514 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7515
7516 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7517 Bind change-log-default-mode to defeat the caching done on it.
7518 Don't bother saving excursion any more.
7519
7520 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7521
7522 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7523 (set-frame-font): Use the new name (and the old for compatibility).
7524
7525 * toolbar/tool-bar.el (tool-bar-mode):
7526 * time.el (display-time-mode):
7527 * recentf.el (recentf-mode):
7528 * paren.el (show-paren-mode):
7529 * mwheel.el (mouse-wheel-mode):
7530 * msb.el (msb-mode):
7531 * jka-compr.el (auto-compression-mode):
7532 * image-file.el (auto-image-file-mode):
7533 * hl-line.el (hl-line-mode):
7534 * delsel.el (delete-selection-mode):
7535 * autoinsert.el (auto-insert-mode):
7536 * complete.el (partial-completion-mode): Drop unneeded positional args.
7537
7538 * info.el (Info-mode):
7539 * comint.el (comint-mode): Don't bother with make-local-hook.
7540
7541 * log-edit.el (log-edit-menu): New menu.
7542
7543 2000-11-03 Miles Bader <miles@gnu.org>
7544
7545 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7546 definition, so that trailing spaces are handled properly.
7547 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7548
7549 2000-11-03 Gerd Moellmann <gerd@gnu.org>
7550
7551 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7552 tab character.
7553 (fancy-splash-screens): Set tab-width to 20.
7554
7555 2000-11-03 Dave Love <fx@gnu.org>
7556
7557 * comint.el (comint-completion-addsuffix): Fix custom type.
7558
7559 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7560
7561 * font-lock.el (font-lock-buffers): Remove.
7562 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7563 (font-lock-change-major-mode): Remove.
7564 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7565 (font-lock-default-fontify-region): Extend the multiline
7566 fontification to whole lines.
7567 (font-lock-fontify-anchored-keywords)
7568 (font-lock-fontify-keywords-region): If matching just one
7569 line (with \n) only mark the \n as multiline.
7570
7571 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7572 Correctly handle the case where several :group args are supplied.
7573 Allow :extra-args.
7574 (easy-mmode-define-global-mode): Allow :extra-args.
7575 Correctly handle the case where several :group args are supplied.
7576
7577 2000-11-02 Miles Bader <miles@gnu.org>
7578
7579 * calendar/calendar.el (diary-face, calendar-today-face)
7580 (holiday-face): Remove dependency on `window-system'.
7581
7582 2000-11-02 Ken Raeburn <raeburn@gnu.org>
7583
7584 * Makefile.in (emacs): Set EMACSLOADPATH always.
7585 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7586 (compile-files): Bomb out if compilation of a file fails.
7587
7588 2000-11-02 Dave Love <fx@gnu.org>
7589
7590 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7591
7592 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7593
7594 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7595 punctuation in the warning inserted into the *mail* buffer.
7596
7597 2000-11-02 Gerd Moellmann <gerd@gnu.org>
7598
7599 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7600 (authors-public-domain-p): New function.
7601 (authors-print): Use it.
7602
7603 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7604
7605 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7606
7607 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7608
7609 * ps-print.el: Extension for even/odd printing. Doc fix.
7610 (ps-print-version): New version number (6.3.1).
7611 (ps-even-or-odd-pages): Customization fix.
7612 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7613 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7614 (ps-page-count): Var replaced by `ps-page-column'.
7615 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7616 (ps-print-sheet-p): New fun.
7617
7618 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7619
7620 * tooltip.el (tooltip-gud-tips-setup): New function.
7621 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7622 (tooltip-mode): Call tooltip-gud-tips-setup.
7623 (tooltip-gud-tips): Use `gud-basic-call' instead of
7624 process-send-string, so the prompt gets frobbed appropriately.
7625 Handle nil return value from `tooltip-gud-print-command'.
7626
7627 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7628
7629 * comint.el (comint-add-to-input-history): New function.
7630 (comint-send-input): Use `comint-add-to-input-history'.
7631
7632 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7633
7634 * info.el (info-menu-header): New face.
7635 (Info-fontify-menu-headers): New function.
7636 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7637
7638 * info.el (Info-insert-dir): Don't include blank lines at
7639 beginning of additional dir files (one is added automatically).
7640
7641 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7642
7643 * emacs-lisp/easy-mmode.el (define-minor-mode):
7644 Revert the latest changes.
7645 Allow the three positional arguments to be skipped and replaced
7646 by keyword arguments.
7647 Add a :toggle argument to determine whether a nil arg means toggle
7648 or means turn-on. The default is unchanged.
7649 Add a call to force-mode-line-update.
7650
7651 2000-11-01 Dave Love <fx@gnu.org>
7652
7653 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7654
7655 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7656
7657 * calendar/calendar.el (diary-face, holiday-face):
7658 Add dark-background variants.
7659
7660 2000-10-31 Sam Steingold <sds@gnu.org>
7661
7662 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7663 `tex-main-file' does not have directory in it.
7664
7665 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7666
7667 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7668
7669 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7670
7671 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7672 functional change.
7673
7674 2000-10-31 Gerd Moellmann <gerd@gnu.org>
7675
7676 * files.el (find-file-noselect): When we expand a wildcard, return
7677 a list of buffers, as we should do according to the doc string.
7678
7679 2000-10-31 Ken Raeburn <raeburn@gnu.org>
7680
7681 * loadup.el (top level): Adjust load path if program name is
7682 "../src/bootstrap-emacs", in case it's not dumped and thus the
7683 load path adjustment hasn't already been done.
7684
7685 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7686
7687 * ps-print.el: Fix bug on selected pages for printing.
7688 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
7689 is on. Try to avoid warning messages when compiling. Doc Fix.
7690 (ps-print-version): New version number (6.3).
7691 (ps-color-device): Use `color-values' to determine if device
7692 supports color.
7693 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7694 (ps-print-page-p): Changed from defsubst to defun.
7695 (ps-page-number): Changed from defmacro to defun.
7696 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7697 printing.
7698 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7699 (ps-end-file, ps-dummy-page): Funs eliminated.
7700 (ps-print-color-scale): Changed default value.
7701 (ps-page-n-up, ps-print-page-p): New internal vars.
7702 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7703 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7704
7705 * delim-col.el: Little programming improvement.
7706 (delimit-columns-str): New macro.
7707 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7708
7709 2000-10-31 Kenichi Handa <handa@etl.go.jp>
7710
7711 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7712 Moved to european.el.
7713 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7714 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7715 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7716 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7717
7718 2000-10-30 Dave Love <fx@gnu.org>
7719
7720 * progmodes/cc-menus.el (imenu-generic-expression)
7721 (imenu-progress-message): Only defvar when compiling.
7722
7723 * emacs-lisp/elp.el (elp-unload-hook): New function.
7724
7725 * loadhist.el (unload-feature): Call elp-restore-function,
7726 checking for symbols; don't use elp-restore-all.
7727 (loadhist-hook-functions): Doc fix.
7728
7729 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7730
7731 * log-edit.el (log-edit-confirm): Fix the default.
7732
7733 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7734
7735 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7736 delimit-columns-format.
7737 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7738
7739 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7740
7741 * comint.el (comint-replace-by-expanded-history): Don't use
7742 comint-get-old-input (we're not looking at *old* input).
7743 (comint-get-old-input-default): If using fields, signal an error
7744 when the point is not in an input field.
7745
7746 2000-10-30 Kenichi Handa <handa@etl.go.jp>
7747
7748 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7749 and mule-unicode-e000-ffff.
7750
7751 * international/mule.el (decode-char, encode-char): New functions.
7752 (make-coding-system): Accept a symbol of translation table as a
7753 value of property `safe-chars'.
7754
7755 * international/mule-cmds.el (encode-coding-char): Check property
7756 safe-chars instead of safe-charsets.
7757
7758 * international/fontset.el (fontset-default): Modified for
7759 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7760 (x-font-name-charset-alist): Likewise.
7761 (ccl-encode-unicode-font): New CCL program. Record it in
7762 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7763
7764 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7765 New translation tables.
7766 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7767 programs are modified and moved from mac-win.el.
7768 (mac-roman): Definition of this coding system is modified and
7769 moved from mac-win.el.
7770
7771 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7772
7773 * ediff-wind.el (ediff-setup-control-frame): Enclose
7774 face-attribute in condition-case to avoid errors in older emacsen.
7775
7776 2000-10-29 Miles Bader <miles@gnu.org>
7777
7778 * custom.el (custom-add-to-group): Allow multiple entries for a
7779 given value OPTION, as long as their widget types are different.
7780 * cus-edit.el (custom-face-value-create): If face name doesn't end
7781 with "face", add such here (similar to custom group widgets).
7782
7783 * comint.el (comint-highlight-prompt): Add :type.
7784
7785 2000-10-28 John Wiegley <johnw@gnu.org>
7786
7787 * calendar/timeclock.el (timeclock-log): Doc fix.
7788 (timeclock-last-event): Doc fix.
7789 (timeclock-log): Kill the timelog buffer after appending a new event.
7790 (timeclock-find-discrep): Use a temp buffer to read in the
7791 timelog, instead of visiting the file.
7792 (timeclock-log-data): A new function, along with a host of helper
7793 functions, for the purpose of making timelog data accessible to
7794 programmers.
7795
7796 * eshell/esh-mode.el (window-height test): Make certain that
7797 `eshell-stringify-t' is non-nil.
7798 (eshell-password-prompt-regexp): Changed to a much simpler
7799 password regexp.
7800 (eshell-send-input): If `eshell-invoke-directly' returns t,
7801 directly invoke the parsed command using `eval'. This improves
7802 turn-around time on simple commands by a factor of three or
7803 greater, such as cd, ls, pwd, etc. -- which get used very often.
7804 It also conserves thousands of cons cells per call (since
7805 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7806 in the Pacific Cookie Company).
7807
7808 * eshell/esh-test.el (eshell-test): Whitespace fix.
7809
7810 * eshell/em-ls.el (eshell-ls-insert-directory):
7811 Make `eshell-ls-initial-args' nil when inserting directory contents.
7812
7813 * eshell/em-script.el (eshell-script-initialize): Add names to
7814 `eshell-complex-commands, since `source' and `.' are complex.
7815
7816 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7817 (eshell-rewrite-while-command): Use `eshell-protect' instead of
7818 `eshell-copy-handles'.
7819 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7820 bodies.
7821 (eshell-separate-commands): Whitespace fix.
7822 (eshell-complex-commands): Added a new list of names, for
7823 determining whether a given command is as simple as it looks.
7824 (eshell-invoke-directly): New function. Returns t if a command
7825 should be invoked directly (using `eval'), rather than indirectly
7826 using `eshell-do-eval'.
7827 (eshell-do-eval): Whitespace fix.
7828
7829 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7830 which provides an emulation of the DOS shell behavior of assuming
7831 that cp/mv/ln should copy/move/link to the current directory.
7832 (eshell-remove-entries): Added a doc string.
7833 (eshell-shuffle-files): Removed the check for `target' being null.
7834 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7835 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7836 it to do a smarter check of whether a destination was provided.
7837 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7838 (eshell/ln): Enable `:preserve-args', and use
7839 `eshell-mvcpln-template' to implement the body of the function.
7840 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7841 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7842 list after flattening it. This makes it possible to cat files
7843 with numerical names.
7844 (eshell-unix-initialize): Added several names to
7845 `eshell-complex-commands.
7846 (eshell-unix-command-complex-p): Return t if a given command name
7847 may result in external processes being invoked.
7848
7849 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7850 variable nil by default, since it slows down glob processing by a
7851 factor of two or more, and increases memory consumption.
7852
7853 * eshell/em-smart.el: Added a note about how memory consumptive
7854 smart display mode can be (at least this is true in Emacs 21).
7855 (eshell-smart-initialize): Whitespace fix.
7856 (eshell-refresh-windows): Use `if' instead of `when'.
7857 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7858 not necessary.
7859 (eshell-currently-handling-window): Added a missing global variable.
7860
7861 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7862 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7863 Whitespace fix.
7864 (eshell-ls-exclude-hidden): Added this variable in addition to
7865 `eshell-ls-exclude-regexp'. This one prevents files beginning
7866 with . from even being read, which can improve memory consumption
7867 quite a bit.
7868 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7869 read file entries beginning with a dot. In home directories with
7870 lots of hidden files, fully two-thirds of the time spent in ls is
7871 used to read directory entries that are immediately thrown away.
7872 (eshell-ls-initial-args): Added back this configuration variable,
7873 for specifying default initial arguments to every call to ls.
7874 Much faster than using an alias to do the same thing.
7875 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7876 (eshell-ls-dir): Whitespace change.
7877
7878 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7879
7880 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7881 (eshell-stringify-t): Added a customization variable, to indicate
7882 whether `t' should be rendered as a string at all. If not, one
7883 can still determine if the result of an expression is true using
7884 "file-exists-p FILE && echo true".
7885 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7886 stringify t!
7887
7888 * eshell/esh-module.el: Whitespace fix.
7889
7890 * eshell/em-alias.el (eshell-alias-initialize):
7891 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7892 (eshell-command-aliased-p): New function that returns t if a
7893 command name names an aliased.
7894
7895 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7896
7897 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7898 redrawing the screen when changing cursor color.
7899 (viper-insert-state-pre-command-sentinel)
7900 (viper-replace-state-pre-command-sentinel)
7901 (viper-replace-state-post-command-sentinel):
7902 Use viper-preserve-cursor-color.
7903 Many functions changed to use viper= instead of = when comparing
7904 characters.
7905 * viper-util.el (viper-memq-char,viper=): New functions for
7906 working with characters.
7907 (viper-change-cursor-color): Fixed buglet.
7908 Many functions changed to use viper= instead of = when comparing
7909 characters.
7910 * viper.el (viper-insert-state-mode-list): Added eshell.
7911
7912 * ediff-init.el (ediff-before-setup-hook): New hook.
7913 Several typos fixed in various docstrings.
7914 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7915 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7916 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7917 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7918 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7919 (ediff-get-selected-buffers): New function.
7920 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7921 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7922 Use save-window-excursion.
7923 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7924 termination check in while loop.
7925 * ediff.el (ediff-get-default-file-name): Better defaults when in
7926 dired buffer.
7927 (ediff-files,ediff-merge-files,ediff-files3)
7928 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7929
7930 2000-10-28 Dave Love <fx@gnu.org>
7931
7932 * info.el (Info-fontify-node): Add help-echo for menu items.
7933
7934 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7935
7936 * startup.el (normal-top-level): If the value of $TERM indicates
7937 we are running from xterm or one of its work-alikes, default to a
7938 light background mode.
7939
7940 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7941 * faces.el (tty-handle-reverse-video): New function.
7942 (tty-create-frame-with-faces): Call it.
7943
7944 * frame.el (frame-notice-user-settings): Don't apply
7945 default-frame-alist and initial-frame-alist to MS-DOS frames.
7946 Call tty-handle-reverse-video, frame-set-background-mode, and
7947 face-set-after-frame-default for non-MS-DOS frames.
7948
7949 * startup.el (tty-long-option-alist): New variable.
7950 (tty-handle-args): New function.
7951 (command-line): Call tty-handle-args.
7952
7953 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7954 startup.el now does that for all character-terminal frames.
7955
7956 2000-10-28 Miles Bader <miles@gnu.org>
7957
7958 * emacs-lisp/easy-mmode.el (define-minor-mode):
7959 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7960 is global. If :global is followed by a non-nil but non-t value,
7961 make the mode buffer-local, but also generate a `global-MODE'
7962 version using `easy-mmode-define-global-mode'.
7963 Add :conditional-turn-on keyword argument.
7964
7965 2000-10-28 Dave Love <fx@gnu.org>
7966
7967 * international/latin1-disp.el (latin1-char-displayable-p):
7968 Don't use window-system.
7969
7970 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7971
7972 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7973 Don't call find-buffer-file-type-coding-system. Instead, just
7974 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7975 if the file is on an untranslated filesystem.
7976 (add-untranslated-filesystem): Use "D" instead of "f" inside
7977 interactive.
7978
7979 2000-10-27 Dave Love <fx@gnu.org>
7980
7981 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7982 (refill-mode): Use it.
7983
7984 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7985
7986 * international/quail.el (quail-activate): Don't make-local-hook.
7987
7988 2000-10-27 Andre Spiegel <spiegel@gnu.org>
7989
7990 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7991 manual backups and file.~<rev>.~ for automatic ones.
7992 (vc-make-version-backup): Don't do it on MS-DOS without long file
7993 names.
7994
7995 * vc.el (vc-version-other-window): If an automatic backup of the
7996 desired version exists, rename it instead of copying it.
7997
7998 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7999 after command. If there's an unexpected error, signal it instead
8000 of being silent.
8001 (vc-cvs-merge-news): Be prepared for no news at all.
8002
8003 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8004
8005 * shell.el (shell): Add BUFFER argument.
8006 * comint.el (make-comint-in-buffer): New function.
8007 (make-comint): Use it.
8008
8009 * faces.el (face-spec-choose): Change syntax so that the list of
8010 attribute-value pairs is now the cdr of each clause, not the cadr.
8011 Detect old-style entries, and handle them. Use pop.
8012
8013 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8014
8015 * cus-edit.el (custom-mode-map): Use a sparse map.
8016 (custom-mode): Don't bother with make-local-hook.
8017
8018 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8019
8020 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8021
8022 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8023
8024 * ps-print.el: Avoid compilation gripes.
8025 (ps-print-version): New version number (6.2.1).
8026
8027 2000-10-26 Dave Love <fx@gnu.org>
8028
8029 * menu-bar.el: Modify some menu item help strings.
8030 (menu-bar-help-menu): Add link to MORE.STUFF.
8031
8032 * cus-edit.el (custom-mode): Add `special' mode-class property.
8033
8034 * wid-browse.el (widget-browse-mode): Likewise.
8035
8036 * wid-edit.el (widget-specify-field): Revert to using local-map
8037 property, not keymap.
8038
8039 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8040
8041 * wid-edit.el (widget-field-end): When checking for a `boundary'
8042 field, do so in the correct buffer.
8043
8044 * simple.el (undo): Correctly distinguish between numeric and
8045 non-numeric prefix args in non-transient-mark-mode, as per the doc
8046 string. When in transient-mark-mode, treat all prefix-args as
8047 numeric.
8048
8049 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8050 Position point on match. Handle N == 0 correctly.
8051
8052 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8053 (comint-mode-map): Reverse order of `comint-write-output' and
8054 `comint-append-output-to-file'.
8055 (comint-append-output-to-file): Reinstate this function, for the
8056 benefit of the menu.
8057
8058 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8059
8060 * vc.el (vc-version-other-window): Bind `file'.
8061
8062 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8063
8064 * Makefile.in (update-authors): New target for maintenance purposes.
8065
8066 * emacs-lisp/authors.el (batch-update-authors): New function.
8067 (authors-fixed-entries): New defconst.
8068 (authors-add-fixed-entries): New function.
8069 (authors): Call it.: Don't process lispref/.
8070
8071 2000-10-25 Jason Rumney <jasonr@gnu.org>
8072
8073 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8074 Merge x w32 and mac definitions.
8075
8076 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8077
8078 * menu-bar.el (menu-bar-options-menu): Add a help string for
8079 `uniquify'.
8080
8081 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
8082
8083 * time-stamp.el (time-stamp-string-preprocess):
8084 Fix a wrong type argument error.
8085
8086 2000-10-25 Miles Bader <miles@gnu.org>
8087
8088 * recentf.el (recentf-mode): Variable removed.
8089 (recentf-mode): Use `define-minor-mode'.
8090
8091 * mwheel.el (mouse-wheel-mode): New global minor mode.
8092 (mwheel-install): Use `mouse-wheel-mode'.
8093
8094 2000-10-25 Dave Love <fx@gnu.org>
8095
8096 * progmodes/cperl-mode.el (cperl-mode):
8097 Set normal-auto-fill-function correctly.
8098
8099 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8100 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8101 bindings.
8102
8103 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8104
8105 * wid-edit.el (widget-field-at): New function.
8106 (widget-at, widget-field-activate): Use it.
8107 (widget-tabable-at): Use `widget-at'.
8108 (widget-specify-field): If the terminating character of the widget
8109 field (which is read-only) is a newline, put it into a special
8110 `boundary' field so that C-n/C-p act more naturally.
8111 (widget-field-end): Also don't subtract one if a special
8112 `boundary' field has been added after the widget field.
8113
8114 * comint.el (comint-output-filter, comint-send-input):
8115 Don't bother adding stickiness fields to overlays to fool the field
8116 code, since it should notice the overlay insertion-types now.
8117
8118 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8119 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8120 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8121
8122 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8123
8124 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8125 (authors): Set file coding system to iso-2022-7bit.
8126 Add file-local variables to output buffer.
8127
8128 * files.el (after-find-file): Don't print any warnings if
8129 WARN is nil.
8130
8131 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8132
8133 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8134
8135 * delim-col.el: Now there is a column formatting mechanism.
8136 Modified to customization mechanisms convention. Doc fix.
8137 (columns): New group for delim-col.
8138 (delimit-columns-before, delimit-columns-after)
8139 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8140 (delimit-columns-end): New vars.
8141 (delimit-columns-customize, delimit-columns-format): New funs.
8142 (delimit-columns-region, delimit-columns-rectangle)
8143 (delimit-columns-rectangle-line): Modified to support column
8144 formatting.
8145
8146 2000-10-24 Dave Love <fx@gnu.org>
8147
8148 * log-edit.el (log-edit): Add :version and a :group for vc.
8149
8150 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8151
8152 * files.el (after-find-file): Don't print a message ``New file''
8153 if WARN is nil.
8154
8155 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8156 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8157 get duplicate tool-bar entries because we'll see the global ones
8158 on more than one path through keymaps.
8159
8160 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8161
8162 * progmodes/cmacexp.el: Change Francesco's email address.
8163
8164 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8165
8166 * window.el (fit-window-to-buffer): Adjust point of the window
8167 buffer, not that of the current buffer.
8168
8169 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8170
8171 * progmodes/cmacexp.el: Update the euthor's email address.
8172
8173 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8174
8175 * faces.el (face-spec-set-match-display): Add `graphic' display
8176 type (the inverse of `tty'). Use `display-graphic-p' instead of
8177 the window-system variable.
8178
8179 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8180
8181 * international/isearch-x.el (isearch-with-input-method):
8182 Call input-method-function with the first event in
8183 unread-command-events.
8184
8185 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8186
8187 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8188
8189 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8190
8191 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8192 New charsets.
8193
8194 * term/mac-win.el: Remove definitions of mac-roman-lower and
8195 mac-roman-upper, require dired, and define instead of set
8196 mac-ready-for-drag-n-drop to avoid compilation error.
8197
8198 2000-10-23 Andrew Innes <andrewi@gnu.org>
8199
8200 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8201 Remove superfluous calls to subst-char-in-string; instead apply
8202 expand-file-name after convert-standard-filename to ensure
8203 expected directory separators are used.
8204
8205 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8206
8207 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8208
8209 2000-10-23 Dave Love <fx@gnu.org>
8210
8211 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8212 (tool-bar-add-item): Set foreground and background for XBM icons.
8213
8214 * international/latin1-disp.el (latin1-char-displayable-p):
8215 New function (from Handa).
8216 (latin1-display-check-font): Use it.
8217
8218 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8219 using :key-sequence, making it much more usable.
8220 Use nconc, not append.
8221 (imenu--create-keymap-1): Avoid append.
8222
8223 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8224
8225 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8226
8227 [the following changes fix a bug where `define-minor-mode' didn't
8228 correctly generate :require clauses for defcustoms in compiled files]
8229 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8230 (byte-compile-log-file, byte-compile-log-1): Don't set
8231 `byte-compile-current-file' to nil. Instead set
8232 `byte-compile-last-logged-file' to it. Test whether
8233 byte-compile-current-file equals byte-compile-last-logged-file
8234 instead of whether its nil.
8235 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8236
8237 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8238
8239 * textmodes/refill.el: Fix var names in doc.
8240 (refill-mode): Don't bother with make-local-hook anymore.
8241
8242 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8243
8244 * faces.el (face-user-default-spec, face-default-spec): New functions.
8245 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8246 (frame-set-background-mode, face-set-after-frame-default):
8247 Use `face-user-default-spec'. Simplify code slightly.
8248
8249 * woman.el (woman-italic-face, woman-bold-face)
8250 (woman-unknown-face): Add dark-background variants.
8251 (woman-default-faces): Renamed from `woman-colour-faces'.
8252 Set using the stored defaults, rather than using hard-wired colors.
8253 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8254 Just make the foreground `unspecified' rather than "black".
8255 (woman-menu): Rename menu entries accordingly.
8256
8257 * faces.el (header-line): Make more reasonable on mono/grayscale
8258 displays.
8259
8260 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8261
8262 * cus-edit.el (custom-button-face): Use 3D look for mac.
8263 (custom-button-pressed-face): Likewise.
8264
8265 * faces.el (set-face-attributes-from-resources): Handle mac frames
8266 in the same way as x and w32 frames.
8267 (face-valid-attribute-values): Likewise.
8268 (read-face-attribute): Likewise.
8269 (defined-colors): Likewise.
8270 (color-defined-p): Likewise.
8271 (color-values): Likewise.
8272 (display-grayscale-p): Likewise.
8273 (face-set-after-frame-default): Likewise.
8274 (mode-line): Same default face as for x and w32.
8275 (tool-bar): Likewise.
8276
8277 * frame.el: Remove call to frame-notice-user-settings at end of
8278 the file.
8279
8280 * info.el (Info-fontify-node): Make underlines invisible for mac
8281 as for x, pc, and w32 frame types.
8282
8283 * term/mac-win.el: New file.
8284
8285 2000-10-22 Dave Love <fx@gnu.org>
8286
8287 * textmodes/refill.el: New file.
8288
8289 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8290
8291 * vc-hooks.el (vc-version-backup-file-name): New optional args
8292 MANUAL and REGEXP.
8293 (vc-delete-automatic-version-backups, vc-make-version-backup):
8294 New functions.
8295 (vc-before-save): Use the latter.
8296 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8297 confusion.
8298
8299 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8300 expected by vc[-hooks].el.
8301
8302 * vc.el (vc-checkout): Added `-p' suffix in call to
8303 vc-make-version-backups-p; use vc-make-version-backup to actually
8304 make the backup.
8305 (vc-version-other-window, vc-version-backup-file): Handle both
8306 automatic and manual backups.
8307 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8308 of all of them.
8309
8310 2000-10-22 Miles Bader <miles@gnu.org>
8311
8312 * comint.el (comint-highlight-input, comint-highlight-prompt):
8313 Renamed, `-face' at end removed.
8314 (comint-send-input, comint-output-filter): Use renamed faces.
8315
8316 * window.el (fit-window-to-buffer): Change defaulting of
8317 MAX-HEIGHT slightly.
8318
8319 * faces.el (color-values, color-defined-p): Use `member', not
8320 `memq', because it works correctly for strings.
8321 (frame-set-background-mode): Actually, "unspecified-fg" and
8322 "unspecified-bg" *are* strings. Use `member', not `memq', and
8323 `equal', not `eq', when a string value is possible.
8324
8325 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8326
8327 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8328
8329 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8330
8331 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8332 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8333 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8334 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8335 (sh-font-lock-syntactic-keywords): Use them.
8336 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8337 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8338 (sh-mode): Don't override font-lock-unfontify-region-function.
8339 Use a copy of sh-font-lock-syntactic-keywords.
8340 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8341 Don't call sh-scan-buffer since font-lock does it on the fly.
8342 (sh-get-indent-info): Use `face' rather than `syntax-table'
8343 text-property to detect here-documents.
8344 Replace sh-special-syntax with sh-st-punc.
8345 (sh-prev-line): Use `face' rather than `syntax-table'
8346 text-property to skip over here-documents.
8347 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8348 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8349 (sh-electric-less, sh-set-here-doc-region)
8350 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8351 (sh-scan-buffer, sh-rescan-buffer): Remove.
8352
8353 2000-10-21 Andrew Innes <andrewi@gnu.org>
8354
8355 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8356 remote (ange-ftp) file names.
8357
8358 2000-10-21 Miles Bader <miles@gnu.org>
8359
8360 * window.el (fit-window-to-buffer): New function.
8361 (shrink-window-if-larger-than-buffer): Use it.
8362 (window-text-height): Don't expect minibuffers to have mode-lines.
8363
8364 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8365 * international/quail.el (quail-update-guidance):
8366 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8367
8368 * international/quail.el (quail-show-guidance-buf): Make sure
8369 guidance window really has enough room.
8370 (quail-update-guidance): If quail-guidance-win is already shown,
8371 make sure its height is OK.
8372
8373 * window.el (window-text-height, set-window-text-height):
8374 New functions.
8375 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8376 instead of `window-height' & `mode-line-window-height-fudge'.
8377 (mode-line-window-height-fudge): Add FACE parameter.
8378 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8379 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8380
8381 2000-10-20 Miles Bader <miles@gnu.org>
8382
8383 * window.el (height-affecting-face-attributes): Use `defconst'.
8384
8385 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8386 New function, conditionally aliased to `mode-line-window-height-fudge'.
8387 (ispell-help): Use it.
8388 (ispell-choices-win-default-height): Don't include mode-line fudge.
8389 (ispell-choices-win-default-height): New function.
8390 (ispell-show-choices, ispell-command-loop): Use function
8391 `ispell-choices-win-default-height' instead of variable.
8392
8393 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8394
8395 * window.el (mode-line-window-height-fudge): New variable.
8396 (height-affecting-face-attributes): New variable.
8397 (mode-line-window-height-fudge): New function.
8398 (shrink-window-if-larger-than-buffer): Use it.
8399 * help.el (resize-temp-buffer-window): Likewise.
8400
8401 * info.el (Info-fontify-node): Add support for @subsubsection
8402 titles, which use `Info-title-4-face'.
8403 (Info-title-4-face): New face.
8404 (Info-title-3-face): Inherit from Info-title-4-face instead of
8405 variable-pitch.
8406
8407 2000-10-19 Jason Rumney <jasonr@gnu.org>
8408
8409 * dired.el (dired-insert-directory): Do not let errors signalled by
8410 attempt to run dired-free-space-program prevent dired from working.
8411
8412 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8413
8414 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8415
8416 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8417
8418 * dirtrack.el (dirtrack): Fix call to run-hooks.
8419
8420 * cmuscheme.el (cmuscheme-program-name): Renamed from
8421 scheme-program-name because xscheme.el contains a defcustom with
8422 the same name. As a consequence, customizing group `cmuscheme'
8423 loaded `xscheme' which redefined run-scheme.
8424 (run-scheme): Use cmuscheme-program-name.
8425
8426 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8427
8428 * play/doctor.el (doctor-death): Update the Samaritans'
8429 anonymous address, and add a website for Befrienders International.
8430
8431 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8432
8433 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8434 Avoid compilation gripes. Doc fix.
8435 (ps-print-version): New version number (6.2).
8436 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8437 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8438 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8439 (ps-x-extent-priority, ps-x-extent-start-position)
8440 (ps-x-face-font-instance, ps-x-find-coding-system)
8441 (ps-x-font-instance-properties, ps-x-make-color-instance)
8442 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8443 avoid compilation gripes without defining functions.
8444 (ps-e-find-composition): Alias for function find-composition, to have a
8445 suitable function depending on Emacs version.
8446 (ps-color-device, ps-color-values, ps-face-foreground-name)
8447 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8448 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8449 (ps-print-ensure-fontified): Function definitions surrounded by
8450 `eval-and-compile' to avoid compilation gripes.
8451 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8452 by symbol-value to avoid compilation gripes.
8453 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8454 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8455
8456 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8457
8458 * startup.el (normal-top-level): Call `frame-set-background-mode'
8459 after `frame-notice-user-settings' because the latter doesn't call
8460 the former on a tty.
8461
8462 * faces.el (frame-set-background-mode): `unspecified' &c are
8463 symbols, not strings.
8464
8465 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8466
8467 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8468 why some "light*" colors are deliberately absent from the alist.
8469
8470 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8471 Change colors for tty's, as suggested by Miles Bader.
8472
8473 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8474
8475 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8476 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8477 for ISO10646-1 fonts.
8478 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8479
8480 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8481
8482 * faces.el (frame-set-background-mode): If a tty frame defines a
8483 background color, use that to compute the background mode, instead
8484 of always defaulting to "dark".
8485
8486 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8487
8488 * comint.el (comint-write-output): New function.
8489 (comint-mode-map): Add it to the menu.
8490 Bind `C-c C-s' to comint-write-output.
8491
8492 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8493
8494 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8495 Use fancy-splash-delay.
8496
8497 2000-10-18 Alex Schroeder <alex@gnu.org>
8498
8499 * progmodes/sql.el (sql-sybase-options): New option.
8500 (sql-sybase): Use it. Add sql-database to the list of parameters
8501 provided for login. The options -w 2048 -n are not used any more.
8502
8503 * comint.el (comint-read-input-ring): Bugfix such that the first
8504 and the last entry of the input ring file are not lost.
8505
8506 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8507
8508 * ps-print.el: Internal variable changes to defcustom,
8509 make-local-hook changes to defvar. Doc fix.
8510 (ps-print-version): New version number (6.1).
8511 (ps-setup, ps-do-despool): Code fix.
8512 (ps-printer-name): Customization fix.
8513 (ps-printer-name-option): Now is a defcustom instead of an
8514 internal variable.
8515 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8516 (ps-print-begin-column-hook): Now are defvar instead of
8517 make-local-hook.
8518
8519 2000-10-18 Miles Bader <miles@gnu.org>
8520
8521 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8522 (comint-kill-output): Changed into an alias for `comint-delete-output',
8523 and made obsolete.
8524 (comint-mode-map): Rename references to comint-kill-output.
8525
8526 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8527
8528 * diff-mode.el (diff-header-face, diff-file-header-face)
8529 (diff-changed-face): Add bold and italic attributes to tty faces.
8530 (diff-function-face): New face.
8531 (diff-font-lock-keywords): Use it.
8532
8533 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8534
8535 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8536 Remove commented-out call to force-mode-line-update.
8537 (comint-kill-output): Use `forward-line 0' instead of
8538 beginning-of-line to make sure we get past the prompt.
8539
8540 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8541
8542 * diff-mode.el (diff-header-face, diff-file-header-face):
8543 Add specific setting for dark background.
8544 (diff-context-face): Renamed from diff-comment-face.
8545 Set explicitly rather than inheriting from font-lock-comment-face.
8546
8547 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8548
8549 * startup.el (command-line): Move the code which sets the default
8550 TTY colors to before before-init-hook.
8551
8552 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8553
8554 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8555
8556 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8557
8558 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8559 extensions, for MS-DOS.
8560
8561 * diff-mode.el (diff-header-face, diff-file-header-face)
8562 (diff-changed-face): Define tty-specific colors.
8563
8564 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8565
8566 * startup.el (fancy-splash-text): Realign the text.
8567
8568 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8569
8570 * font-lock.el (font-lock-comment-face): Define a separate default
8571 for dark-background tty's.
8572
8573 2000-10-17 Miles Bader <miles@gnu.org>
8574
8575 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8576 being obscured by whizzy mode-lines on graphics displays.
8577
8578 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8579
8580 * info.el (Info-title-1-face, Info-title-2-face)
8581 (Info-title-3-face): Define colors for tty's.
8582 (info-header-node): Remove unneeded tty-specific definition.
8583
8584 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8585
8586 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8587 reverse from the frame parameters, and don't invert foreground and
8588 background colors.
8589
8590 2000-10-16 Miles Bader <miles@gnu.org>
8591
8592 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8593 string "*Info*". Call propertized-buffer-identification to spruce
8594 up the result.
8595
8596 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8597
8598 * help.el: Provide `help' for the sake of define-minor-mode
8599 which generates defcustoms with requires.
8600
8601 * jit-lock.el (jit-lock-after-change): If we're in text that
8602 matches a multi-line font-lock pattern, make sure the whole text
8603 will be redisplayed.
8604
8605 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8606 author's name is unknown.
8607
8608 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8609 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8610 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8611 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8612 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8613 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8614 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8615 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8616 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8617 Add author information.
8618
8619 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8620
8621 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8622 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8623 full-color version (using the Gimp) to eliminate dithering artifacts.
8624
8625 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8626
8627 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8628
8629 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8630
8631 2000-10-15 Dave Love <fx@gnu.org>
8632
8633 * progmodes/sh-script.el: Require skeleton and comint when compiling.
8634
8635 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8636
8637 * whitespace.el: Doc fixes.
8638 (top-level): Don't add hooks here.
8639 (whitespace-running-emacs): Deleted.
8640 (timer): Don't require.
8641 (whitespace): Add back :version conditional on xemacs test.
8642 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8643 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8644 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8645 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8646 Avoid specific xemacs test.
8647 (whitespace-global-mode): New option.
8648 (whitespace-global-mode): New command.
8649 (whitespace-unload-hook): New function.
8650
8651 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8652 (Info-fontify-node, Info-goto-node, Info-mode-menu)
8653 (Info-fontify-node): `Goto' goes to `Go to'.
8654 (Info-fontify-node): Add help-echo to xref links.
8655
8656 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8657
8658 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8659
8660 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8661
8662 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8663 Use plist-get and allow :inherit.
8664
8665 * emacs-lisp/cl-macs.el (cl-do-arglist):
8666 Use plist-get and plist-member instead of memq.
8667
8668 * emacs-lisp/ewoc.el (ewoc-location): New function.
8669 (ewoc-enter-after, ewoc-enter-before): Document return value.
8670 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8671 Don't need make-local-hook any more.
8672 (cvs-addto-collection): Return the new tin.
8673 (cvs-mode-insert): Jump to the new line.
8674
8675 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8676
8677 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8678
8679 * font-lock.el (font-lock-syntactically-fontified): New var.
8680 (font-lock-fontify-syntactic-keywords-region): Use it.
8681 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8682
8683 * diff-mode.el (diff-find-file-name): Fix regexp.
8684
8685 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8686 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8687
8688 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8689 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8690 (sh-mode): Don't make all vars local here.
8691 (sh-kw): Reformat.
8692 (sh-set-shell): Use dolist. Don't set indent-region-function.
8693 (sh-mode-syntax-table): Use pop.
8694 (sh-remember-variable): Use push.
8695 (sh-help-string-for-variable): Use memq.
8696 (sh-safe-backward-sexp): Remove.
8697 (sh-safe-forward-sexp): Add ARG.
8698 (sh-get-indent-info, sh-prev-stmt): Use it.
8699 (sh-prev-line): Simplify by using forward-comment.
8700 (sh-this-is-a-continuation): Simplify.
8701 (sh-learn-buffer-indent): Use dolist.
8702 (sh-do-nothing): Remove.
8703 (sh-set-char-syntax, sh-set-here-doc-region):
8704 Use inhibit-modification-hooks.
8705 (sh-name-style): Use mapcar and push.
8706 (sh-load-style): Use dolist.
8707 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8708 (sh-case, sh-while-getopts): Use propertize directly rather
8709 than sh-electric-rparen.
8710
8711 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8712
8713 * textmodes/tex-mode.el: Require CL when compiling.
8714 (tex-mode-syntax-table): Init immediately.
8715 (tex-mode-map): Bind M-RET to latex-insert-item.
8716 (latex-mode): Set indent-line-function to latex-indent.
8717 (tex-common-initialization): Don't setup the syntax-table any more.
8718 (latex-insert-item): New skeleton.
8719 (tex-next-unmatched-end): Fix copy/paste braino.
8720 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8721 (latex-indent, latex-find-indent): New functions.
8722 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8723 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8724 (tex-compilation-parse-errors): Use with-syntax-table.
8725
8726 2000-10-15 Miles Bader <miles@gnu.org>
8727
8728 * font-lock.el (font-lock-comment-face): Change dark-background,
8729 color, non-tty, default to `chocolate1'.
8730
8731 2000-10-13 John Wiegley <johnw@gnu.org>
8732
8733 * eshell/esh-util.el (require): Added a missing `require' form,
8734 needed when compiling (for an ange-ftp macro definition).
8735
8736 2000-10-13 Dave Love <fx@gnu.org>
8737
8738 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8739
8740 2000-10-13 Gerd Moellmann <gerd@gnu.org>
8741
8742 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8743
8744 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8745 transparent -colors 8).
8746
8747 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8748
8749 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8750 that breaks with old list format timestamps.
8751 (time-stamp-warn-inactive, time-stamp-old-format-warn)
8752 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8753
8754 2000-10-13 John Wiegley <johnw@gnu.org>
8755
8756 * align.el, pcomplete.el, calendar/timeclock.el,
8757 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8758
8759 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8760 faulty math, where holiday hours were being computing as seconds.
8761
8762 2000-10-13 John Wiegley <johnw@gnu.org>
8763
8764 * desktop.el (desktop-buffer-modes-to-save): Added a global for
8765 specifying what "other" kinds of buffers should be saved.
8766 This used to be hard-coded.
8767 (desktop-buffer-misc-functions): A global for specifying how
8768 auxiliary data should be determined for special buffer types.
8769 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8770 instead of hard-coding the special buffer types.
8771 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8772 auxiliary data, instead of hard-coding for Info buffers and dired.
8773 (desktop-buffer-info-misc-data): Aux function for determining Info
8774 buffer auxiliary info.
8775 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8776 (desktop-buffer-info): Changed this function to use the info
8777 gathered above.
8778 (desktop-create-buffer): Be a little more careful about what
8779 `minor-mode' means before calling it. This is important for some
8780 buffer types.
8781
8782 2000-10-13 John Wiegley <johnw@gnu.org>
8783
8784 * eshell/esh-util.el: Added a global form which declares an
8785 autoload for `parse-time-string', if that function is not already
8786 defined, and if parse-time.el is available on the user's system.
8787
8788 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8789 to be aware of ange-ftp user info.
8790 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8791 (eshell-ls-annotate): Use `eshell-file-attributes'.
8792 (eshell-ls-file): Made the user-id printing code a bit smarter.
8793
8794 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8795 allow identification of alias user ids in remote directories.
8796 It's manual, but there's no other way to know when the current user
8797 on the local machine, is also the owning user on the remote machine.
8798 (fboundp): Bind `ange-cache'.
8799 (eshell-directory-files-and-attributes): Re-organized the logic a
8800 bit to use `eshell-file-attributes' instead of `file-attributes'.
8801 The former is more sensitive to directories that are read via FTP,
8802 and knows how to use ange-ftp to determine full attribute
8803 information, instead of just the name and last modtime.
8804 (eshell-current-ange-uids): Return the current user id when in a
8805 remote directory.
8806 (eshell-parse-ange-ls): Parse a full directory listing that has
8807 been returned by ange-ftp.
8808 (eshell-file-attributes): This beefed up version of
8809 `file-attributes' is only special if the user is currently in a
8810 remote directory, in which case it does a lot of work to find out
8811 what the real attributes of a file are, as they appear on the
8812 remote machine. This makes usage of remote directories (i.e.,
8813 ange-ftp pathnames) much more useful. You can now use Eshell as a
8814 full-fledged FTP client, with much more manipulation ability than
8815 most other clients.
8816
8817 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8818 variable, which means that Eshell's du should always be preferred
8819 in remote directories.
8820 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8821 just `file-attributes'.
8822 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8823 when reading remote directories. This is an Eshell-specific
8824 variable (not part of ange-ftp).
8825 (eshell/ln): Bind `ange-cache'.
8826 (eshell/du): Added some extra logic for determining when to use
8827 Eshell's du (which is slow), and when to use the external version
8828 (which may or may not exist).
8829
8830 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8831 Call `eshell-interactive-process', rather than using
8832 `get-buffer-process', since backgrounded processes don't count in
8833 the context of this function's logic.
8834
8835 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8836 `forward-char', so that null strings are parsed correctly.
8837
8838 2000-09-13 John Wiegley <johnw@gnu.org>
8839
8840 * eshell/em-pred.el (eshell-pred-file-type)
8841 (eshell-pred-file-links, eshell-pred-file-size):
8842 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8843
8844 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8845 that remote file globbing is more efficient.
8846
8847 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8848 gathering the files and attributes within a directory.
8849
8850 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8851 the command line is a special file (not a regular file, directory
8852 or symlink), always attempt to call the external version of cat.
8853
8854 2000-09-13 John Wiegley <johnw@gnu.org>
8855
8856 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8857 Eshell-friendly version of find-tag.
8858
8859 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8860
8861 * image-file.el (image-file-name-extensions)
8862 (image-file-name-regexps): Add autoload cookies.
8863
8864 2000-10-13 Kenichi Handa <handa@etl.go.jp>
8865
8866 * international/mule-cmds.el (select-safe-coding-system): If FROM
8867 is string, show it in *Warning* buffer.
8868
8869 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8870
8871 * startup.el (normal-top-level): Use display-popup-menus-p instead
8872 of window-system.
8873 (command-line): Use display-graphic-p instead of window-system.
8874 (command-line-1): Use display-popup-menus-p and display-mouse-p
8875 instead of window-system.
8876
8877 2000-10-12 Sam Steingold <sds@gnu.org>
8878
8879 * tooltip.el (tooltip-use-echo-area): New user variable.
8880 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8881
8882 2000-10-12 Dave Love <fx@gnu.org>
8883
8884 * recentf.el: Maintainer's checkdoc fixes.
8885
8886 * startup.el (normal-top-level-add-subdirs-to-load-path):
8887 Use character class, not ASCII when matching file names.
8888 (fancy-splash-head): Add trailing slash to URL.
8889 (command-line): Don't require XPM support for toolbar.
8890
8891 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8892 (cperl-invalid-face): Revert last change.
8893 (cperl-init-faces): Quote cperl-invalid-face.
8894
8895 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8896
8897 * startup.el (fancy-splash-text): Remove superfluous quote.
8898
8899 2000-10-12 Gerd Moellmann <gerd@gnu.org>
8900
8901 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8902 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8903 (command-line-1): Don't use fancy-splash-pending-command.
8904 (fancy-splash-screens-1): Goto point-min after inserting text.
8905
8906 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8907
8908 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8909 instead of shared-lisp-mode-map.
8910
8911 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8912
8913 * faces.el (header-line): Change tty-variant to use underlining.
8914
8915 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8916 (isearch-highlight): Restore lazy-isearch face properties at old
8917 position, and suppress them at new position.
8918 (isearch-dehighlight): Restore lazy-isearch face properties.
8919 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8920 over the real isearch overlay, but in that case, don't give it a
8921 face property. Use `push'.
8922
8923 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8924
8925 * man.el (Man-getpage-in-background): Fix previous change.
8926 Decode the process output only when we are in multibyte mode.
8927
8928 2000-10-11 Dave Love <fx@gnu.org>
8929
8930 * info.el (Info-mode-menu): Fix some help.
8931 (info-tool-bar-map): Add entry for Info-last.
8932
8933 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8934 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8935 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8936 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8937 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8938 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8939 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8940 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8941 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8942 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8943 Reduce colour requirements to 25 overall. (Probably wants
8944 revisiting from the originals to reduce further.)
8945
8946 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8947
8948 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8949 buffer-file-coding-system, instead of raw-text.
8950 (dehexlify-buffer): Bind coding-system-for-read to
8951 buffer-file-coding-system, instead of raw-text.
8952
8953 2000-10-11 Sam Steingold <sds@gnu.org>
8954
8955 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8956 `underline' - fixes the bug introduced on 2000-09-21.
8957
8958 2000-10-11 Dave Love <fx@gnu.org>
8959
8960 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8961 Avoid compiler warnings.
8962 (scheme-mode): Doc fix.
8963 (scheme-font-lock-keywords-1): Match `define-syntax'.
8964
8965 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
8966
8967 * faces.el (frame-set-background-mode): Pay attention to saved
8968 face specs as well as default ones. Only do anything if the
8969 bg-mode or display-type has actually changed. Use `dolist'.
8970 (region): Make dark-background `region' face less in-your-face.
8971
8972 2000-10-10 Sam Steingold <sds@gnu.org>
8973
8974 * chistory.el, ielm.el, ledit.el:
8975 * progmodes/inf-lisp.el, progmodes/scheme.el:
8976 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8977
8978 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8979
8980 * textmodes/texinfo.el: Update copyright and fix typo.
8981
8982 * desktop.el (desktop-modes-not-to-save): New var.
8983 (desktop-save-buffer-p): Use it.
8984 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8985 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8986
8987 2000-10-10 Dave Love <fx@gnu.org>
8988
8989 * toolbar/tool-bar.el (tool-bar-add-item)
8990 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8991
8992 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8993 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8994 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8995 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8996 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8997 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8998 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8999 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9000 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9001 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9002 the .xpms; probably need retouching.
9003
9004 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9005
9006 * subr.el (add-to-list): Add optional argument APPEND.
9007 * battery.el (display-battery): Use `add-to-list'.
9008
9009 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9010
9011 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9012 properties.
9013 (zone, zone-when-idle, zone-leave-me-alone)
9014 (zone-pgm-whack-chars): Use new symbol properties.
9015
9016 * battery.el (display-battery): Doc spelling fix.
9017
9018 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9019 property.
9020
9021 2000-10-09 Dave Love <fx@gnu.org>
9022
9023 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9024 has been initialized before calling tool-bar-setup.
9025 (tool-bar-add-item-from-menu): Add autoload cookie.
9026
9027 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9028
9029 * menu-bar.el (send-mail-item-name): New function.
9030 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9031 of mail-user-agent in the menu. Don't display the "Send Mail"
9032 item if mail-user-agent is nil or its value is ignore.
9033 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9034 if read-mail-command is nil or its value is ignore.
9035
9036 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9037
9038 2000-10-09 Miles Bader <miles@gnu.org>
9039
9040 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9041 Correct image size.
9042 * toolbar/left_arrow.xpm: Correct image size.
9043
9044 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9045 will be done by the definition of `auto-compression-mode' if
9046 necessary. Move code to uninstall existing file-name handler
9047 before definition of `auto-compression-mode'.
9048
9049 * image-file.el (auto-image-file-mode): Move to the end of the
9050 file, because `define-minor-mode' actually calls the mode-function
9051 if the associated variable is non-nil, which requires that all
9052 needed functions be already defined.
9053
9054 * mouse.el (popup-menu): Balance parens.
9055
9056 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9057
9058 * mouse.el (popup-menu): Move the command call outside the loop
9059 so that popup-menu returns whatever the command returns.
9060
9061 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9062 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9063 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9064 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9065
9066 * vc.el (vc-version-diff): diff-switches can be a list.
9067 Use relative filenames for prettier output.
9068
9069 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9070 (vc-post-command-functions): Remove old-VC compatibility code.
9071
9072 * newcomment.el (comment-indent-default): Autoload.
9073
9074 * font-lock.el (font-lock-defaults): Make buffer-local.
9075 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9076 (font-lock-choose-keywords):
9077 Ignore LEVEL unless KEYWORDS is a list of syms.
9078 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9079 Don't wrap regexp-opt things in \(...\) unnecessarily.
9080
9081 * jit-lock.el: Don't require font-lock any more.
9082 (jit-lock-functions): Make buffer-local.
9083 (jit-lock-saved-fontify-buffer-function): Remove.
9084 (jit-lock-mode): Remove autoload cookie.
9085 Remove font-lock specific code.
9086 (jit-lock-unregister): Don't bother handling complex hooks any more.
9087 (jit-lock-refontify): New function.
9088 (jit-lock-fontify-buffer): Use it.
9089 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9090 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9091 Add optional args START and END.
9092 Never call font-lock-fontify-region directly.
9093 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9094
9095 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9096
9097 2000-10-08 Dave Love <fx@gnu.org>
9098
9099 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9100
9101 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9102
9103 * play/studly.el (studlify-region, studlify-word): Add autoload
9104 cookie.
9105
9106 * play/morse.el (morse-region, unmorse-region): Add autoload
9107 cookie.
9108
9109 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9110 concat.
9111
9112 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9113 insist on symbols starting with word syntax.
9114 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9115 (eval-defun-1): Doc fix.
9116 (indent-sexp): Use nconc to build up indent-stack.
9117
9118 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9119 Gnus with little use.
9120 (mail-setup-hook): Add mail-abbrevs-setup to options.
9121
9122 * recentf.el: Doc fixes.
9123
9124 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9125 Clean up remainder.
9126
9127 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9128 without timezone and (8) with timezone to enforce some whitespace.
9129 Simplify code somewhat.
9130
9131 * options.el (list-options): Doc that you should use customize.
9132
9133 * iswitchb.el (iswitchb-mode): Add :require.
9134
9135 * info.el (Info-goto-node, Info-menu): Doc fix.
9136 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9137 (info-tool-bar-map): New variable.
9138 (Info-mode): Use it.
9139 (Info-edit-map): Define all in defvar.
9140 (speedbar-attached-frame): Avoid compiler warning.
9141
9142 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9143 (global-map): Bind [tool-bar] to a filtered map.
9144 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9145 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9146 Allow PBM icons.
9147 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9148
9149 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9150 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9151 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9152 icons, except up_arrow, which is left-arrow rotated.
9153
9154 * imenu.el (imenu-add-to-menubar): Fix last change.
9155
9156 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9157
9158 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9159 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9160
9161 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9162
9163 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9164 typos in doc strings.
9165
9166 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9167 the doc strings how to customize Font Lock faces.
9168
9169 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9170 computing growth when dragging the header line.
9171
9172 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9173
9174 * simple.el (kill-line): Doc fix.
9175
9176 2000-10-08 Miles Bader <miles@gnu.org>
9177
9178 * faces.el (secondary-selection): Make foreground visible on tty.
9179
9180 * jka-compr.el (auto-compression-mode): Move to the end of the
9181 file, because `define-minor-mode' actually calls the mode-function
9182 if the associated variable is non-nil, which requires that all
9183 needed functions be already defined.
9184 (with-auto-compression-mode): Add autoload cookie.
9185
9186 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9187
9188 * files.el (find-backup-file-name) [ms-dos]: If support for long
9189 file names is not available, behave as if version-control were set
9190 to never.
9191
9192 2000-10-07 Dave Love <fx@gnu.org>
9193
9194 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9195 (browse-url-gnome-moz): New function.
9196 (browse-url-browser-function): Use it.
9197 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9198
9199 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9200
9201 * indent.el (tab-always-indent): New var.
9202 (indent-for-tab-command): Use it.
9203
9204 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9205 raise an error. This way it can still default to a sane value.
9206
9207 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9208
9209 * startup.el (fancy-splash-screens): Use local rather than global map.
9210 Don't use `update-menu-bindings' any more.
9211 Get rid of assumptions about keymap representation.
9212
9213 2000-10-06 Dave Love <fx@gnu.org>
9214
9215 * textmodes/fill.el (sentence-end-double-space)
9216 (sentence-end-without-period): Doc fix.
9217 (adaptive-fill-regexp): Purecopy.
9218 (unjustify-current-line): Use line-end-position.
9219 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9220
9221 * net/eudc-vars.el (eudc): Add :version, :link.
9222
9223 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9224
9225 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9226 Fix for define-minor-mode.
9227 (function-at-point): Alias to function-called-at-point.
9228
9229 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9230
9231 * simple.el (backward-word): Doc fix.
9232
9233 * image-file.el (image-file-name-regexp): image-file-regexps ->
9234 image-file-name-regexps.
9235 (image-file-name-extensions): Add pbm.
9236
9237 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9240 and add filename to the names so that diff-mode can jump to source.
9241
9242 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9243 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9244 (tex-font-lock-keywords-1): Remove.
9245 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9246 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9247 (font-lock-default-fontify-region):
9248 Expand beg..end correctly when just following a multiline region.
9249 (font-lock-fontify-anchored-keywords):
9250 Include the anchor text as part of the multiline.
9251
9252 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9253
9254 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9255 latter needs the autoloaded define-minor-mode macro during the
9256 bootstrap.
9257
9258 * startup.el (command-line): For now, activate tool-bar-mode only
9259 if XPM images are supported.
9260
9261 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9262 window by dragging a header-line at the top of the frame; that's
9263 confusing because the header-line doesn't move.
9264 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9265 of treating the event as a list. Some cleanup.
9266
9267 2000-10-06 Miles Bader <miles@gnu.org>
9268
9269 * simple.el (display-message-or-buffer): New function.
9270 (shell-command-on-region): Use `display-message-or-buffer'.
9271
9272 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9273 docstring parts.
9274
9275 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9276 (smbclient-prompt-regexp): Add usage note to doc string.
9277 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9278 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9279 Use add-hook for adding the comint filter function, and only do so
9280 if it's not already in the global hook list.
9281 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9282 to `make-local-variable'.
9283 (nslookup-font-lock-keywords): Remove prompt entry.
9284 (nslookup): Don't set the process-filter.
9285 (finger): Exit the loop correctly when the regexps list runs out.
9286 (ftp, smbclient, smbclient-list-shares):
9287 Set the real major mode immediately, not after execing.
9288 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9289
9290 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9291
9292 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9293
9294 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9295
9296 * which-func.el (which-func-format): Remove spurious space.
9297 (which-func-mode): Don't make it permanent-local.
9298 (which-func-ff-hook): Allow which-func-maxout to be nil.
9299 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9300 (which-func-mode): Simplify.
9301 Use post-command-idle-hook rather than post-command-hook.
9302 Go through all buffers and update their state.
9303 (which-function): Also try add-log-current-defun-function.
9304
9305 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9306 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9307 Update call to with-vc-properties accordingly.
9308 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9309 (vc-revert-buffer): More careful about window selection and deletion.
9310 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9311
9312 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9313 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9314 (cvs-dired-action): Change the default to quickdir.
9315
9316 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9317 if comment-indent-function returns nil.
9318 (comment-indent-default): New function.
9319 (comment-indent-function): Use it and document the new semantics.
9320
9321 * image-file.el: Docstring fixes.
9322
9323 * help.el (help-xref-on-pp): Use match-string.
9324 (describe-variable): New arg BUFFER.
9325 Store the current buffer in the help-xref-stack.
9326 (temp-buffer-resize-mode): Use define-minor-mode.
9327
9328 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9329 consistently with its docstring.
9330 Set jit-lock-first-unfontify-pos in an idempotent way.
9331 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9332
9333 2000-10-05 Alex Schroeder <alex@gnu.org>
9334
9335 * sql.el (sql-mysql-options): New variable.
9336 (sql-mysql): Use it.
9337
9338 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9339
9340 * image.el (image): New group.
9341
9342 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9343 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9344
9345 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9346
9347 * net/net-utils.el (nslookup-font-lock-keywords)
9348 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9349 Ignore the value of wqindow-system; always define keywords
9350
9351 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9352
9353 * startup.el (fancy-splash-screens): Remove the code for
9354 debugging; `(trace-to-stderr "EXITTT\n")'.
9355
9356 2000-10-05 Miles Bader <miles@gnu.org>
9357
9358 * diff-mode.el (diff-goto-source): Update call to
9359 `diff-hunk-status-msg' to reflect new REV variable.
9360
9361 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9362
9363 * progmodes/icon.el (icon-mode):
9364 Don't gratuitously override the default for comment-column.
9365
9366 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9367
9368 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9369 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9370 (jit-lock-functions): New var.
9371 (jit-lock-function-1): Use it if non-nil.
9372 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9373 Set the `fontified' property before doing the fontification to avoid
9374 repeatedly going through the same error.
9375 Don't turn errors into messages.
9376 (jit-lock-register, jit-lock-unregister): New functions.
9377
9378 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9379 Use with-current-buffer.
9380
9381 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9382 Turn comment into docstring.
9383
9384 * apropos.el (apropos-mode): Use define-derived-mode.
9385
9386 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9387
9388 * startup.el (fancy-splash-pending-command): New variable.
9389 (fancy-splash-pre-command): New function.
9390 (fancy-splash-screens): Rewritten.
9391 (command-line-1): If fancy-splash-pending-command is set, call it
9392 interactively.
9393
9394 2000-10-04 Dave Love <fx@gnu.org>
9395
9396 * toolbar/tool-bar.el (tool-bar-setup): New function.
9397 (tool-bar-mode): Use it.
9398
9399 * subr.el (substitute-key-definition): Doc fix.
9400 (play-sound-file): New command.
9401
9402 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9403
9404 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9405 vc-version-backup-file-name): New functions.
9406
9407 * files.el (basic-save-buffer): Call vc-before-save before saving.
9408
9409 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9410 vc-cvs-stay-local-p.
9411
9412 * vc.el (vc-revert-buffer): Handle empty diff properly.
9413 (vc-version-backup-file): New function.
9414 (vc-checkout): Create a version backup if necessary.
9415 (vc-checkin): If a version backup file exists, delete it.
9416 (vc-version-diff): Diff locally using version backups, if available.
9417 (vc-revert-file): If there's a version backup, revert locally.
9418 (vc-transfer-file): Use version backup for base version, if
9419 available. If not, ask for confirmation whether to get it from the
9420 server. Update mode line before check-in.
9421
9422 2000-10-04 Dave Love <fx@gnu.org>
9423
9424 * toolbar/tool-bar.el (tool-bar-setup): New function.
9425 (tool-bar-mode): Use it.
9426
9427 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9428
9429 * net/net-utils.el (nslookup-font-lock-keywords)
9430 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9431 Only set if window-system is non-nil
9432 (net-utils-run-program): Returns buffer.
9433 (network-connection-reconnect): Added this function.
9434
9435 * generic.el:
9436 Incorporates extensive cleanup and docfixes by
9437 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9438 Uses cl compile-time macros.
9439 (generic-mode-name, generic-comment-list)
9440 (generic-keywords-list, generic-font-lock-expressions)
9441 (generic-mode-function-list, generic-mode-syntax-table):
9442 Removed variables.
9443 (generic-mode-alist): Renamed to generic-mode-list.
9444 (generic-find-file-regexp): Default changed to "^#".
9445 (generic-read-type): Uses completing read on generic-mode-list.
9446 (generic-mode-sanity-check): removed this function.
9447 (generic-add-to-auto-mode): Removed this function
9448 (generic-mode-internal): Bind mode-specific definitions
9449 into function instead of putting them in alist.
9450 (generic-mode-set-comments): Reworked extensively.
9451 (generic-mode-find-file-hook): Simplified regexp searching
9452 (generic-make-keywords-list): Omit extra pair of parens
9453
9454 * find-lisp.el (find-lisp-find-files-internal):
9455 Make sure directory name ends with "/".
9456
9457 * generic-x.el (apache-conf-generic-mode):
9458 Regexp now allows leading whitespace.
9459 (rc-generic-mode): Added eval-when-compile
9460 around generic-make-keywords-list.
9461 Deleted duplicate regexp
9462 (rul-generic-mode): Added eval-when-compile
9463 around generic-make-keywords-list.
9464 (etc-fstab-generic-mode): New generic mode.
9465 (rul-generic-mode): Removed one eval-when-compile
9466 which caused a max-specpdl-size exceeded error.
9467
9468 2000-10-04 Miles Bader <miles@gnu.org>
9469
9470 * simple.el (minibuffer-temporary-goal-position): New variable.
9471 (next-history-element): Try to keep the position of point in the
9472 input string constant.
9473
9474 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9475 (dired-do-create-files): If there's only one file, pass it in as
9476 the DEFAULT arg to dired-mark-read-file-name.
9477
9478 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9479
9480 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9481 (diff-goto-source): Be smarter when choosing REVERSE or not.
9482
9483 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9484 (texinfo-mode-menu): Add an explicit shortcut for update all.
9485
9486 2000-10-03 Andre Spiegel <spiegel@gnu.org>
9487
9488 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9489 factorize backend-specific code cleanly (this was essentially
9490 conceived by Stefan Monnier).
9491 (vc-unregister): Function removed.
9492 (vc-revert-file): New function.
9493 (vc-revert-buffer): Delegate some of the work to it.
9494
9495 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9496 default branch unconditionally.
9497 (vc-rcs-set-default-branch): New function.
9498 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9499 (vc-rcs-checkin): If an appropriate default branch has been set,
9500 force creation of that branch.
9501 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9502 code (as suggested by Stefan Monnier).
9503
9504 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9505
9506 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9507 highlighting overlay with a different face over the overlay
9508 isearch uses to highlight the current match because that can lead
9509 to bad face combinations.
9510
9511 * loadup.el (toplevel): Load faces before isearch.
9512
9513 * isearch.el (isearch-faces): New custom group.
9514 (isearch): New defface; was already tested for in the code.
9515 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9516 (isearch-highlight): Always use face `isearch'.
9517
9518 2000-10-02 Dave Love <fx@gnu.org>
9519
9520 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9521 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9522 comparison of opcode with operand.
9523
9524 2000-10-03 Miles Bader <miles@gnu.org>
9525
9526 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9527 buffer, since the echo area will now grow to accommodate them.
9528
9529 2000-10-02 Andre Spiegel <spiegel@gnu.org>
9530
9531 * vc-hooks.el (vc-registered): If FILE used to be registered under
9532 a certain backend, try that one first.
9533
9534 * vc.el (vc-responsible-backend): Undo the previous change in the
9535 argument list. Handle multiple backends correctly.
9536 (vc-find-new-backend): Function removed.
9537 (vc-register): Use vc-responsible-backend, as before.
9538 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9539
9540 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9541
9542 * startup.el (fancy-splash-head): Change message below the
9543 logo.
9544
9545 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9546
9547 * diff-mode.el (diff-goto-source): Emit a status message.
9548 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9549 (diff-test-hunk): Fix doc string.
9550 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9551 (diff-advance-after-apply-hunk): New variable.
9552 (diff-apply-hunk): Don't return a value.
9553
9554 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9555
9556 * vc.el (vc-editable-p): Minor optimization.
9557 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9558 (vc-find-new-backend): New function split from vc-responsible-backend.
9559 (vc-register): Use it.
9560 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9561 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9562 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9563 (vc-clear-headers): Don't use find-file.
9564 (vc-revert-buffer): Use `and' again (must have been a braino).
9565 (vc-switch-backend): Only prompt if requested.
9566 Short circuit if nothing is to be done.
9567 Don't use vc-resynch-buffer which could lose unsaved editing.
9568 (vc-default-receive-file): Update call to vc-unregister.
9569 (with-vc-file, vc-next-action-on-file):
9570 Use vc-backend rather than vc-registered.
9571 (vc-next-action-on-file): Use intern-soft.
9572 Deal with read-only *vc-diff* buffer.
9573 (vc-transfer-file): Docstring fix.
9574
9575 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9576 (vc-rcs-receive-file): Avoid with-vc-properties.
9577 Update call to vc-unregister.
9578 Use constant `RCS' rather than (dynamically bound) var `backend'.
9579
9580 2000-10-01 Andre Spiegel <spiegel@gnu.org>
9581
9582 * vc.el (vc-next-action-on-file): Update mode line only if file
9583 is visited.
9584 (vc-start-entry): New argument initial-contents. Don't visit the file
9585 if it isn't already visited. Brought documentation up-to-date.
9586 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9587 (vc-checkin): New optional arg initial-contents, which is passed to
9588 vc-start-entry.
9589 (vc-finish-logentry): Make sure to bury log buffer only if there
9590 really is one. Call `vc-resynch-buffer' on log-file, not
9591 buffer-file-name.
9592 (vc-default-comment-history, vc-default-wash-log): New functions.
9593 (vc-index-of): Removed.
9594 (vc-transfer-file): Make do without the above.
9595 (vc-default-receive-file): Call comment-history unconditionally. Pass
9596 the resulting string to vc-checkin, instead of inserting it into the
9597 comment ring.
9598
9599 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9600 unconditionally. Use the comments as initial contents of the log
9601 entry buffer. Document the trick to force branch creation with no
9602 changes.
9603
9604 2000-10-01 Miles Bader <miles@gnu.org>
9605
9606 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9607 `recenter' with an arg to prevent redrawing the display.
9608
9609 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9610
9611 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9612
9613 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9614
9615 * progmodes/c-mode.el (c-mode):
9616 Don't gratuitously override the default for comment-column.
9617
9618 * textmodes/tex-mode.el (latex-metasection-list): New var.
9619 (latex-imenu-create-index): Use it.
9620 Move the regexp construction outside loops (and use push).
9621 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9622 (tex-font-lock-keywords): Moved from font-lock.el.
9623 (tex-comment-indent): Remove.
9624 (tex-common-initialization): Don't set comment-indent-function.
9625 (latex-block-default): New var.
9626 (tex-latex-block): Use it to provide a default choice.
9627 Add any unknown choice to latex-block-names.
9628 Insert [...] after {...}.
9629 (tex-last-unended-begin): Simplify regexp.
9630 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9631 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9632 (latex-mode): Set forward-sexp-function.
9633
9634 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9635 Add regexp for @ignore ... @end ignore.
9636 (texinfo-heading-face): New face.
9637 (texinfo-font-lock-keywords): Use it.
9638 (texinfo-mode-menu): New menu.
9639 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9640 New functions.
9641 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9642 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9643 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9644 Remove declaration.
9645 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9646
9647 * delsel.el (delete-selection-mode): Use define-minor-mode.
9648
9649 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9650
9651 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9652
9653 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9654
9655 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9656
9657 * replace.el (keep-lines-read-args): New function.
9658 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9659 read arguments interactively. Add parameters RSTART and REND.
9660 Operate on the active region in Transient Mark mode.
9661
9662 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9663
9664 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9665 (authors-obsolete-files-regexps): New variable.
9666 (authors-add): Don't record changes in obsolete files.
9667
9668 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9669
9670 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9671
9672 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9673 (comment-indent): Make sure there's a space between code and comment.
9674 Shift comments left to avoid going past fill-column.
9675
9676 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9677
9678 * startup.el (startup-echo-area-message): New function.
9679 (display-startup-echo-area-message): Use it.
9680 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9681 (fancy-splash-default-action): New function.
9682 (fancy-splash-screens-1): New function.
9683 (fancy-splash-head): Put a help-echo and a keymap under the image.
9684
9685 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9686
9687 * diff-mode.el (diff-add-log-file-name): Remove.
9688 (diff-mode): Use add-log-buffer-file-name-function.
9689
9690 * add-log.el (find-change-log): New arg BUFFER-FILE.
9691 (add-log-file-name): Obey add-log-file-name-function.
9692 (add-log-buffer-file-name-function): New var.
9693 (add-change-log-entry): Use it.
9694
9695 2000-09-29 Miles Bader <miles@gnu.org>
9696
9697 * image-file.el (image-file-name-extensions): New variable.
9698 (image-file-name-regexps): Renamed from `image-file-regexps'.
9699 New default value is nil. Call `auto-image-file-mode'.
9700 (image-file-name-regexp): New function.
9701 (auto-image-file-mode): New minor mode.
9702 (insert-image-file): Don't make conditional on the image-file
9703 handler being enabled.
9704 (image-file-handler): Make the call here conditional instead.
9705 (set-image-file-handler-enabled, enable-image-file-handler)
9706 (disable-image-file-handler): Functions removed.
9707
9708 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9709 string.
9710
9711 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9712
9713 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9714 it's a function from CL.
9715 (latex-imenu-create-index): Replace eval-when-compile with progn
9716 because latex-section-alist is not bound while compiling.
9717
9718 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9719
9720 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9721 (outline-mode): Use define-derived-mode.
9722
9723 * progmodes/perl-mode.el (perl-mode):
9724 * progmodes/awk-mode.el (awk-mode):
9725 * progmodes/asm-mode.el (asm-mode):
9726 Don't gratuitously override the default for comment-column.
9727
9728 * emacs-lisp/lisp.el (lisp-complete-symbol):
9729 Distinguish the let-binding case from the funcall case.
9730 (forward-sexp-function): New variable.
9731 (forward-sexp): Use it.
9732
9733 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9734 (easy-mmode-defmap): Remove the now useless autoload.
9735
9736 * time.el (display-time-mode): Use define-minor-mode.
9737
9738 * subr.el (add-minor-mode): Don't eval NAME.
9739 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9740 Use if rather than cond.
9741
9742 * simple.el (read-expression-map): Define more properly.
9743 (comment-indent-hook): Remove.
9744 (string-to-syntax): Bug fix.
9745
9746 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9747 (cvs-ediff-diff): Fix typo.
9748 (cvs-revert-if-needed): Don't bother preserving read-only.
9749
9750 * paren.el (show-paren-mode): Use define-minor-mode.
9751
9752 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9753 (toggle-auto-compression): Remove.
9754 (jka-compr-build-file-regexp): Remove useless grouping.
9755
9756 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9757 Avoid user-reserved bindings.
9758 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9759 (diff-header-face): Revert to grey85.
9760
9761 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9762
9763 * complete.el (partial-completion-mode) <defcustom>: Remove.
9764 (partial-completion-mode): Use define-minor-mode.
9765 (PC-do-completion): Understand `completion-auto-help = delay'
9766 to mean to popup the completion buffer only the second time.
9767 (PC-include-file-all-completions, PC-include-file-all-completions)
9768 (PC-include-file-all-completions): Don't quote lambda.
9769
9770 * comint.el (comint-mode-hook): Docstring fix.
9771 (comint-mode): Use define-derived-mode.
9772 (comint-mode-map): Remove obsolete comment.
9773 (make-comint): Minor stylistic change.
9774 (comint-insert-clicked-input): Be more careful to find the overlay.
9775 Use this-command-keys rather than hardcoding mouse-2.
9776
9777 * font-lock.el: Replace confusing (,@ with ,
9778 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9779 Don't use regexp-opt-depth. Spice up the regexp for args.
9780 Don't distinguish between cmds that can take an opt arg or not.
9781 Use `append' and `prepend' rather than `keep'.
9782
9783 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9784 (latex-outline-regexp): New var.
9785 (latex-outline-level): New fun.
9786 (latex-section-alist): New var.
9787 (latex-imenu-create-index): Use it. Use `push' as well.
9788 (tex-shell-map): Initialize it properly.
9789 (tex-mode): Minor stylistic change.
9790 (plain-tex-mode): Use define-derived-mode.
9791 (latex-mode): Use define-derived-mode.
9792 Construct the paragraph regexps in a more readable way.
9793 Set the buffer-local outline-{level,regexp} vars.
9794 (slitex-mode): Derive from latex-mode.
9795 (tex-common-initialization): Don't kill-all-vars anymore.
9796 Add setting for comment-add and font-lock-defaults.
9797 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9798 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9799 (tex-start-tex): New arg DIR (and send a chdir command for it).
9800 Also display the shell buffer and save it in tex-last-buffer-texed.
9801 (tex-region): Use expand-file-name rather than concat.
9802 Remove code made useless by changes in tex-start-tex.
9803 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9804
9805 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9806
9807 2000-09-28 Dave Love <fx@gnu.org>
9808
9809 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9810
9811 2000-09-28 Gerd Moellmann <gerd@gnu.org>
9812
9813 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9814 `append'.
9815
9816 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9817
9818 * info.el (Info-extract-pointer): Undo last change.
9819 Instead, fix the position of the `bound' arg to re-search-backward.
9820
9821 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9822
9823 * info.el (Info-extract-pointer):
9824 Widen more carefully, to avoid finding pointers in other nodes.
9825 (Info-index): Use push.
9826
9827 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9828
9829 * frame.el (set-frame-font): Remove call to obsolete function
9830 frame-update-faces.
9831 (set-foreground-color, set-background-color): Likewise for
9832 frame-update-face-colors.
9833
9834 2000-09-27 Miles Bader <miles@gnu.org>
9835
9836 * image-file.el: New file.
9837
9838 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9839
9840 * frame.el (frame-notice-user-settings): Don't call
9841 frame-update-faces, which is a no-op now.
9842
9843 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9844 tool-bar-lines.
9845
9846 2000-09-27 Dave Love <fx@gnu.org>
9847
9848 * mouse.el: Fix last change.
9849
9850 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9851
9852 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9853
9854 2000-09-22 Kenichi Handa <handa@etl.go.jp>
9855
9856 * international/quail.el (quail-help): The output message is
9857 improved.
9858
9859 2000-09-26 Dave Love <fx@gnu.org>
9860
9861 * mouse.el (popup-menu): If POSITION is nil, set it using
9862 mouse-position.
9863
9864 2000-09-25 Sam Steingold <sds@gnu.org>
9865
9866 * net/browse-url.el (browse-url-file-url): Check for null maps.
9867
9868 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9869
9870 * frame.el (frame-notice-user-settings): Don't add a
9871 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9872
9873 * frame.el (frame-notice-user-settings):
9874 Make tool-bar-mode and default-frame-alist consistent.
9875
9876 * toolbar/tool-bar.el (tool-bar-help): New function.
9877
9878 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9879
9880 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9881 current-load-list in top-level forms. Else this leaks a cons cell
9882 every time a defun is called.
9883
9884 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9885
9886 2000-09-25 Dave Love <fx@gnu.org>
9887
9888 * startup.el (fancy-splash-head): Check XPM is available.
9889
9890 * autoinsert.el (auto-insert): Doc fix.
9891 (auto-insert-alist): Following GNU notices, don't say `copyright
9892 _by_'. Use line-beginning-position.
9893 (auto-insert): Check buffer-file-name is non-nil before use.
9894
9895 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9896
9897 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9898 starting with `@def' or `@multitable', in addition to ones
9899 specified by the user in auto-fill-inhibit-regexp.
9900
9901 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
9902
9903 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9904 rmail-dont-reply-to-names matches the empty string.
9905
9906 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9907
9908 * startup.el (command-line-1, fancy-splash-text): Change the
9909 text to sound more friendly.
9910
9911 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9912
9913 * progmodes/hideshow.el: Update author email address.
9914 Generally, sync w/ maintainer version 5.22.
9915 (hs-hide-all-non-comment-function): New var.
9916 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9917 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9918 (hs-show-region): Delete this command.
9919 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9920
9921 2000-09-22 Dave Love <fx@gnu.org>
9922
9923 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9924 (hl-line-highlight): Specify buffer when moving overlay.
9925
9926 * progmodes/fortran.el (fortran-mode): Locally set
9927 normal-auto-fill-function.
9928 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9929 (fortran-mode-map): Adjust auto-fill menu entry.
9930
9931 2000-09-22 Gerd Moellmann <gerd@gnu.org>
9932
9933 * vc-rcs.el (toplevel): Require `vc' when compiling.
9934
9935 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9936
9937 2000-09-22 Andre Spiegel <spiegel@gnu.org>
9938
9939 * vc.el (vc-switch-backend): Signal an error if the file is not
9940 registered under the new backend.
9941
9942 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9943 without explicit revision number.
9944
9945 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9946
9947 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9948 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9949 (diff-xor): New function.
9950 (diff-find-source-location): Use it. Fix a stupid name clash.
9951 (diff-hunk-status-msg): New function.
9952 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9953 (diff-test-hunk): Use diff-find-source-location.
9954 (diff-goto-source): Favor the `reverse'.
9955 (diff-hunk-text): Properly handle one-sided context diffs.
9956 (diff-apply-hunk): When done, advance to the next hunk.
9957
9958 2000-09-21 Gerd Moellmann <gerd@gnu.org>
9959
9960 * startup.el (command-line): If frame was created with a non-zero
9961 tool-bar-lines parameter, switch tool-bar-mode on.
9962
9963 * add-log.el (change-log-date-face, change-log-name-face)
9964 (change-log-email-face, change-log-file-face)
9965 (change-log-list-face, change-log-conditionals-face)
9966 (change-log-function-face, change-log-acknowledgement-face):
9967 New faces, inheriting from font-lock faces.
9968 (change-log-font-lock-keywords): Use them.
9969
9970 2000-09-21 Dave Love <fx@gnu.org>
9971
9972 * progmodes/cperl-mode.el (top-level): Clean up
9973 `eval-when-compile's and assorted defvars.
9974 (cperl-invalid-face): Don't double-quote value. Change custom
9975 type.
9976 (cperl-mode): Set normal-auto-fill-function and don't zap
9977 auto-fill-function.
9978 (cperl-imenu--function-name-regexp-perl): Renamed from
9979 imenu-example--function-name-regexp-perl.
9980 (cperl-imenu--create-perl-index): Renamed from
9981 imenu-example--create-perl-index.
9982 (cperl-xsub-scan): Don't require cl.
9983
9984 * msb.el (msb-mode-map): Use substitute-key-definition.
9985 (msb-mode): Use msb-mode-map.
9986
9987 2000-09-21 Andre Spiegel <spiegel@gnu.org>
9988
9989 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9990 New functions.
9991 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9992 (vc-switch-backend): New function.
9993 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9994 (vc-register): Fix prompt.
9995 (vc-unregister, vc-default-unregister): New functions.
9996 (vc-version-diff): Handle empty buffer in sentinel.
9997
9998 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9999 (vc-rcs-state-heuristic): Use it to guess the state of files with
10000 non-strict locking.
10001 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10002 been set with -b, but not created yet.
10003 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10004 contents in order to find the state.
10005 (vc-rcs-checkin): Allow creation of branches with no changes.
10006 (vc-rcs-unregister, vc-rcs-receive-file)
10007 (vc-rcs-set-non-strict-locking): New functions.
10008
10009 * vc-hooks.el (vc-name): Force correct computation of the value
10010 in case it is missing.
10011
10012 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10013
10014 * startup.el (fancy-splash-tail): Use a different foreground
10015 color on a dark frame background.
10016
10017 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10018
10019 * info.el: Use the correct capitalization when making Info-mode
10020 and Info-edit-mode `special' modes.
10021
10022 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10023
10024 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10025 (diff-mode): Add support for add-log.el.
10026 (diff-hunk-text): Use char offsets rather than line offsets.
10027 (diff-find-source-location): Replace LINE with line-offset (nil
10028 if not found) and always set POS to a meaningful position.
10029 Adapt to the new char-offsets.
10030 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10031 Adapt to the new diff-find-source-location.
10032 (diff-goto-source): Adapt to the new diff-find-source-location.
10033
10034 * add-log.el (add-log-file-name): New function (split out of
10035 add-change-log-entry).
10036 (add-change-log-entry): Use it.
10037 Call add-log-file-name-function with the changelog file name if
10038 the current buffer is not associated with any file.
10039 Avoid find-file if the selected window is dedicated.
10040
10041 * diff-mode.el (diff-find-source-location):
10042 Move code from diff-apply-hunk. Return buffer rather than file.
10043 (diff-apply-hunk): Use the new result from diff-find-source-location.
10044 (diff-goto-source): Use the new diff-find-source-location.
10045
10046 2000-09-20 Dave Love <fx@gnu.org>
10047
10048 * iswitchb.el: Some doc fixes.
10049 (iswitchb-mode-map): Define completely initially. Inherit
10050 minibuffer-local-map.
10051 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10052 fundamental-mode.
10053 (iswitchb-global-map): New variable.
10054 (iswitchb-summaries-to-end): Amalgamate regexps.
10055 (iswitchb-mode): New.
10056 (iswitchb-mode-hook): New variable.
10057 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10058 `extensions'.
10059
10060 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10061
10062 * ehelp.el (electric-help): New defgroup.
10063 (electric-help-shrink-window): New user-option.
10064 (with-electric-help): Use it.
10065
10066 * window.el (shrink-window-if-larger-than-buffer): If face
10067 `mode-line' has a :box, and we're on a graphical frame, add 1
10068 to the needed window height.
10069
10070 * frame.el (frame-notice-user-settings): Add a last parameter nil
10071 to a call to `append', because the last list passed to `append' is
10072 not copied, and so subsequent calls to assq-delete-all will modify
10073 default-frame-alist.
10074
10075 * startup.el (fancy-splash-image): Change :type.
10076 (fancy-splash-head): Use an XBM image if appropriate.
10077 (command-line-1): Show splash screens in more cases.
10078
10079 * startup.el (fancy-splash-text): Don't quote faces.
10080
10081 * dired.el (dired-font-lock-keywords): Undo last change.
10082 (dired-readin): Bind indent-tabs-mode to nil.
10083
10084 * startup.el (fancy-splash-head): If frame's background mode
10085 is `dark', change the black background of the image to gray.
10086 (fancy-splash-screens): Display startup echo area message.
10087 (display-startup-echo-area-message): New function.
10088
10089 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10090
10091 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10092
10093 * info.el (info-header-node): Tweak for color ttys.
10094
10095 * faces.el (face-valid-attribute-values): Make sure directories we
10096 search for stipples both exist and are readable before trying to
10097 search them.
10098
10099 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10100 in the dry-run case.
10101
10102 * jka-compr.el (with-auto-compression-mode): New macro.
10103
10104 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10105 (custom-group-tag-face, custom-variable-tag-face): Use relative
10106 :height and inherit from `variable-pitch' face instead of
10107 hardwiring :family.
10108 * hi-lock.el (hi-black-hb): Likewise.
10109
10110 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10111 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10112 toolbar-add-item, if image doesn't have a mask add a `:mask
10113 heuristic'.
10114
10115 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10116
10117 * diff-mode.el: Docstring fixes.
10118 (diff-header-face, diff-comment-face): New faces.
10119 (diff-font-lock-keywords): Highlight a bit differently.
10120 (diff-find-source-location): Don't return SPAN any more.
10121 (diff-hunk-text): Don't bother erasing the temp buffer.
10122 (diff-find-text): Drop argument LINE.
10123 (diff-apply-hunk): Update calls to diff-find-text.
10124 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10125
10126 * calendar/calendar.el: Docstring fixes.
10127 (calendar-make-alist): Don't quote lambda.
10128 (calendar-star-date): Use make-local-variable.
10129
10130 2000-09-19 Dave Love <fx@gnu.org>
10131
10132 * toolbar/tool-bar.el: Renamed from toolbar.el.
10133 Change `toolbar' to `tool-bar' generally in symbols.
10134 Make some items invisible in `special' major modes.
10135 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10136 Add arg PROPS.
10137
10138 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10139 Add :version here.
10140 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10141
10142 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10143
10144 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10145
10146 * files.el (find-file-suppress-same-file-warnings): New user-option.
10147 (find-file-noselect): Use it.
10148
10149 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10150 (fancy-splash-screen): Defgroup.
10151
10152 * add-log.el (change-log-font-lock-keywords): Match names
10153 more exactly for the case that font-lock-constant-face is
10154 underlined.
10155
10156 2000-09-19 Richard M. Stallman <rms@gnu.org>
10157
10158 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10159
10160 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10161
10162 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10163
10164 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10165
10166 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10167 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10168 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10169 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10170 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10171 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10172 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10173 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10174 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10175 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10176 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10177 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10178
10179 * startup.el (fancy-splash-text): New variable.
10180 (fancy-splash-delay, fancy-splash-image): New user-options.
10181 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10182 (fancy-splash-screens): New functions.
10183 (command-line-1): If display has a `display' frame parameter, has
10184 colors, and we have XPM support, show more fancy splash screens.
10185
10186 2000-09-19 Dave Love <fx@gnu.org>
10187
10188 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10189 with null `help'. Use modern backquote syntax.
10190
10191 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10192
10193 * font-lock.el (font-lock-mode): Change message telling the user
10194 that ``the buffer is too big''.
10195
10196 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10197 for instance for the case that tab-width is 2.
10198
10199 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10200
10201 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10202 toolbar-add-item, if image doesn't have a mask add a `:mask
10203 heuristic'.
10204
10205 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10206
10207 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10208 and return a cons if it's non-nil.
10209 (diff-apply-hunk): Try to jump to the line in the source text
10210 corresponding to the position of point in the in the hunk.
10211
10212 * info.el (Info-title-3-face, Info-title-2-face)
10213 (Info-title-1-face): Use face inheritance and relative sizes
10214 instead of hard-wiring things.
10215
10216 * faces.el (secondary-selection): Make dark-background variant sane.
10217
10218 2000-09-16 Andrew Innes <andrewi@gnu.org>
10219
10220 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10221 read-only, since they aren't under VC now.
10222
10223 2000-09-17 Dave Love <fx@gnu.org>
10224
10225 * tmm.el: Replace mapcar with mapc in several places.
10226
10227 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10228 ad-unadvise.
10229
10230 * international/latin1-disp.el: New file.
10231
10232 * calendar/cal-move.el (scroll-calendar-left)
10233 (scroll-calendar-right): Make arg optional (for active mode line).
10234
10235 * calendar/calendar.el (calendar-mode-line-format): Make fields
10236 mouse-sensitive.
10237 (calendar-read-date, calendar-read-date, calendar-window-list):
10238 Unquote lambda.
10239 (calendar-month-name): Use aref, not sref.
10240
10241 * view.el (minor-mode-alist): Propertize the string.
10242
10243 * international/characters.el (standard-case-table): Add entries
10244 for Greek.
10245
10246 2000-09-18 Miles Bader <miles@gnu.org>
10247
10248 * info.el (info-node, info-xref): Add dark-background variants.
10249
10250 * faces.el (header-line): Change defaults to be less confusing
10251 when mixed with mode-lines.
10252
10253 * info.el (Info-fontify-node): Make a few cleanups.
10254 Add extra `help-echo' and `local-map' props to node xrefs.
10255 Use header-specific faces for node-names & xrefs.
10256 (Info-use-header-line): New variable.
10257 (info-header-xref, info-header-node): New faces.
10258 (Info-setup-header-line): New function.
10259 (Info-select-node): Call Info-setup-header-line when enabled.
10260 (Info-extract-pointer): Work even if the header line is hidden.
10261 (Info-header-line): New variable.
10262
10263 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10264
10265 * vms-patch.el (print-region-function): Don't quote lambda.
10266
10267 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10268
10269 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10270 (lm-get-header-re): Allow spaces between the header and the colon.
10271 (lm-header): Allow $ in non-RCS headers.
10272 (lm-header-multiline): Put the strings back into order.
10273 Stop at an empty line. Don't require two space chars if the
10274 line is clearly not another header line.
10275
10276 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10277 (popup-menu-popup): Remove.
10278
10279 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10280
10281 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10282 specification if or if not tool-bar item contains an `:enabled'
10283 property.
10284
10285 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10286 current buffer has no file name.
10287
10288 2000-09-15 Dave Love <fx@gnu.org>
10289
10290 * strokes.el: Sync with maintainer's current version with changes
10291 for Emacs, but avoid runtime cl and levents.
10292 (toplevel): Change autoloads and compilation requires.
10293 (strokes-version, strokes-bug-address, strokes-lift): Values
10294 changed.
10295 (strokes-xpm-header, strokes-insinuated): New variable.
10296 (strokes): Add :link.
10297 (strokes-mode): Customized.
10298 (strokes-while-inhibiting-garbage-collector): New macro.
10299 (strokes-remassoc): Avoid remove-if.
10300 (strokes-fix-button2-command): Don't use ad-do-it.
10301 (strokes-insinuate): New function.
10302 (strokes-button-press-event-p, strokes-button-release-event-p):
10303 New functions, used instead of non-`strokes-' versions..
10304 (strokes-mouse-event-p): Rewritten.
10305 (strokes-event-closest-point): Avoid event-point.
10306 (strokes-get-grid-position): Avoid cdadr, caadr
10307 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10308 functions.
10309 (strokes-help): Use with-output-to-temp-buffer.
10310 (strokes-window-configuration-changed-p): New function.
10311 (strokes-update-window-configuration): Use buffer-live-p,
10312 strokes-window-configuration-changed-p.
10313 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10314 (strokes-char-face): New face.
10315 (strokes-char-table, strokes-base64-chars): New variable.
10316 (strokes-xpm-for-stroke, strokes-list-strokes)
10317 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10318 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10319 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10320 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10321 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10322 functions.
10323
10324 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10325
10326 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10327
10328 * image.el (create-image): Doc fix.
10329
10330 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10331 instead of `:heuristic-mask t'.
10332
10333 2000-09-14 Andrew Innes <andrewi@gnu.org>
10334
10335 * makefile.w32-in: Revert to Unix line endings.
10336
10337 2000-09-14 Andrew Innes <andrewi@gnu.org>
10338
10339 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10340 when installing.
10341
10342 * makefile.nt (DONTCOMPILE): Fix typo.
10343
10344 * shell.el (shell-write-history-on-exit): New function.
10345 (shell-dumb-shell-regexp): New custom variable.
10346 (shell-mode): Make shell-write-history-on-exit the process
10347 sentinel if shell name matches shell-dumb-shell-regexp.
10348
10349 * w32-fns.el: Comment out before-init-hook function which resets
10350 source-directory based; this breaks bootstrap.
10351
10352 2000-09-14 Dave Love <fx@gnu.org>
10353
10354 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10355 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10356 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10357 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10358 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10359 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10360 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10361 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10362 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10363
10364 * toolbar/toolbar.el: New.
10365
10366 * subdirs.el: Add toolbar.
10367
10368 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10369
10370 * indent.el (indent-for-tab-command): Doc fix.
10371
10372 2000-09-14 Alex Schroeder <alex@gnu.org>
10373
10374 * ansi-color.el (ansi-colors): Doc change.
10375 (ansi-color-get-face): Simplified regexp.
10376 (ansi-color-faces-vector): Added more faces, doc change.
10377 (ansi-color-names-vector): Doc change.
10378 (ansi-color-regexp): Simplified regexp.
10379 (ansi-color-parameter-regexp): New regexp.
10380 (ansi-color-filter-apply): Doc change.
10381 (ansi-color-filter-region): Doc change.
10382 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10383 deal with zero length parameters.
10384 (ansi-color-apply-on-region): Doc change.
10385 (ansi-color-map): Doc change.
10386 (ansi-color-map-update): Removed debugging message.
10387 (ansi-color-get-face-1): Added condition-case to trap
10388 args-out-of-range errors.
10389 (ansi-color-get-face): Doc change.
10390 (ansi-color-make-face): Removed.
10391 (ansi-color-for-shell-mode): New option.
10392
10393 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10394
10395 * international/quail.el (quail-start-translation): Translate KEY
10396 if necessary even if it doesn't have any mapping in the current
10397 input method.
10398 (quail-start-conversion): Likewise.
10399 (quail-help): The output message is improved.
10400
10401 2000-09-13 Miles Bader <miles@gnu.org>
10402
10403 * comint.el (comint-output-filter): Revert to using
10404 `insert-before-markers'. Add bletcherous hack to undo damage
10405 caused by `insert-before-markers'. Put `front-sticky' property on
10406 overlays created here so that the field code understands how the
10407 overlay works. Use a let when making comint-last-prompt-overlay,
10408 so that the code is easier to read.
10409
10410 2000-09-13 Dave Love <fx@gnu.org>
10411
10412 * wid-edit.el (widget-default-format-handler): DTRT when
10413 doc-property is a function.
10414
10415 2000-09-12 Francesco Potorti` <pot@gnu.org>
10416
10417 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10418 filed name if it's not there.
10419
10420 2000-09-12 Dave Love <fx@gnu.org>
10421
10422 * simple.el (read-mail-command): Doc fix.
10423 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10424
10425 * vc.el (vc-dired-listing-switches): Fix :version.
10426
10427 * vc-hooks.el: Doc fixes.
10428
10429 * subr.el (add-minor-mode): Use toggle-fun arg.
10430
10431 * speedbar.el: Add :version to several defcustoms.
10432
10433 * imenu.el (imenu--truncate-items, imenu--cleanup)
10434 (imenu--generic-function): Avoid mapcar.
10435 (imenu--replace-spaces): Function removed.
10436 (imenu--completion-buffer): Use subst-char-in-string.
10437 (imenu-add-to-menubar): Use keymap inheritance.
10438
10439 2000-09-12 Miles Bader <miles@gnu.org>
10440
10441 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10442 (diff-mode-map): Bind `diff-test-hunk'.
10443 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10444
10445 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10446
10447 * bytecomp.el (byte-compile-defvar): Undo last change
10448 because it breaks '(make-variable-buffer-local (defvar ...)'
10449 which is used at least in dired.
10450
10451 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10452
10453 * international/quail.el (quail-define-package): Docstring
10454 modified.
10455
10456 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10457
10458 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10459 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10460 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10461 docstring of "chinese-py".
10462
10463 * international/quail.el (quail-translation-docstring): New
10464 variable.
10465 (quail-show-keyboard-layout): Docstring modified.
10466 (quail-select-current): Likewise.
10467 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10468 infinite recursive call.
10469 (quail-help): Check quail-translation-docstring. Format of the
10470 output changed.
10471 (quail-help-insert-keymap-description): Adjusted for the above
10472 change.
10473
10474 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10475
10476 * bytecomp.el (byte-compile-defvar): Only cons onto
10477 current-load-list in top-level forms. Else this leaks a cons cell
10478 every time a defun is called.
10479
10480 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10481
10482 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10483 Now understands non-unified diffs. Some functionality moved into
10484 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10485 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10486 modify anything. Only reposition point in the patched file if the
10487 patch succeeds. Only pop up another window if POPUP is true.
10488 Emit a message describing what happened if successful, and at what
10489 line-offset. Automatically detect reversed hunks and do something
10490 appropriate.
10491 (diff-hunk-text, diff-find-text): New functions.
10492 (diff-filter-lines): Function removed.
10493 (diff-test-hunk): New function.
10494 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10495
10496 2000-09-10 Dave Love <fx@gnu.org>
10497
10498 * textmodes/tildify.el: Minor doc/commentary fixes.
10499 (tildify) <defgroup>: Add :version.
10500
10501 * faces.el (face-x-resources): Make custom type more specific.
10502 (frame-background-mode): Use mapc.
10503 (region) <defcustom>: Add :version.
10504
10505 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10506
10507 * vc-sccs.el (vc-sccs-register):
10508 * vc-rcs.el (vc-rcs-register):
10509 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10510 * vc.el (vc-register): Clear file's properties.
10511
10512 2000-09-08 Gerd Moellmann <gerd@gnu.org>
10513
10514 * faces.el (face-spec-set): Only face-spec-reset-face when
10515 ATTRS is non-nil.
10516
10517 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10518
10519 * help.el (help-insert-xref-button): Fix a typo in doc string.
10520
10521 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10522
10523 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10524 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10525 methods.
10526
10527 * menu-bar.el (read-mail-item-name): New function.
10528 (menu-bar-tools-menu): Use it to compute and display the package
10529 used to read email.
10530 (menu-bar-tools-menu): Fix typo in GUD's help string.
10531
10532 2000-09-07 Dave Love <fx@gnu.org>
10533
10534 * diff-mode.el (diff-mouse-goto-source): New function.
10535
10536 * vc-sccs.el: Doc fixes.
10537 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10538
10539 * vc-rcs.el: Doc fixes.
10540 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10541 (vc-rcs-checkout-switches, vc-rcs-header)
10542 (vc-rcs-master-templates): Add or change :version.
10543
10544 * vc-cvs.el: Doc fixes.
10545 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10546 (vc-cvs-stay-local): Add :version.
10547
10548 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10549
10550 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10551
10552 * international/quail.el (quail-help): Fix previous change.
10553
10554 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10555
10556 * faces.el (color-values): Doc fix.
10557
10558 * faces.el (frame-set-background-mode): Use frame-parameter
10559 instead of frame-parameters.
10560
10561 * frame.el (filtered-frame-list): Reduce consing.
10562 (frames-on-display-list): Call frame-parameter instead of
10563 frame-parameters.
10564
10565 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10566
10567 * language/devan-util.el (devanagari-to-indian-region): In the
10568 loop, change the following char, not preceding char.
10569
10570 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10571
10572 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10573 instead of frame-parameters.
10574
10575 * faces.el (set-face-attribute): Simplify by calling
10576 internal-set-lisp-face-attribute with FRAME being 0.
10577
10578 * vc.el: Remove `Id' version control keyword.
10579
10580 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10581
10582 * help.el (help-make-xrefs): Adjusted for the change of
10583 help-xref-mule-regexp.
10584 (help-insert-xref-button): New function.
10585
10586 * international/mule-cmds.el (help-xref-mule-regexp-template):
10587 Include the pattern for character set.
10588 (leim): New group.
10589
10590 * international/quail.el: Don't require face.
10591 (quail): New group.
10592 (quail-other-command): Dummy command to make quail-help work better.
10593 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10594 (quail-keyboard-layout-substitution): New variable.
10595 (quail-update-keyboard-layout): New function.
10596 (quail-keyboard-layout-type): New customizable variable.
10597 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10598 (quail-keyboard-translate): Pay attention to
10599 quail-keyboard-layout-substitution.
10600 (quail-insert-kbd-layout): New function.
10601 (quail-show-keyboard-layout): New function.
10602 (quail-get-translation): If the definition is a vector of length
10603 1, and the element is a string of length 1, return the character
10604 in that string.
10605 (quail-update-current-translations): Fix the case of
10606 relative-index out of range.
10607 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10608 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10609 Show key sequences for all available characters.
10610 (quail-help-insert-keymap-description): Don't show such verbose
10611 key bindings as quail-self-insert-command.
10612
10613 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10614 Format changed, and each element now have extra documentations.
10615 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10616 Adjusted for the change of quail-cxterm-package-ext-info.
10617
10618 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10619
10620 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10621 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10622 during bootstrap.
10623
10624 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10625
10626 * vc.el: (toplevel): Don't require `dired' at run-time.
10627 (vc-dired-resynch-file): Remove autoload cookie.
10628
10629 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10630
10631 * vc.el: Made several backend functions optional.
10632 (vc-default-responsible-p): New function.
10633 (vc-merge): Use RET for first version to trigger merge-news, not
10634 prefix arg.
10635 (vc-annotate): Handle backends that do not support annotation.
10636 (vc-default-merge-news): Removed. The existence of a merge-news
10637 implementation is now checked on caller sites.
10638
10639 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10640 case.
10641
10642 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10643 special case that has been removed from the default in vc-hooks.el.
10644
10645 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10646
10647 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10648
10649 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10650
10651 * vc-hooks.el: Require vc during compilation.
10652 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10653 macro `with-vc-properties' in vc.el.
10654 (vc-file-getprop): Doc fix.
10655 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10656
10657 * vc.el: Require dired-aux during compilation.
10658 (vc-name-assoc-file): Moved to vc-sccs.el.
10659 (with-vc-properties): New macro.
10660 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10661 vc-finish-steal): Use it.
10662 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10663 to the backend-specific function is now supposed to do the checkout,
10664 too.
10665 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10666
10667 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10668 set file properties; that gets done in the generic code now.
10669
10670 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10671 Changed parameter list, added code from vc.el that does the
10672 checkout, possibly with a double-take.
10673
10674 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10675 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10676 the above under the new name.
10677 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10678 parameter list, added checkout command.
10679 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10680 properties; that gets done in the generic code now.
10681
10682 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10683
10684 * vc.el: Docstring fixes (courtesy of checkdoc).
10685
10686 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10687
10688 * vc.el (vc-checkout-writable-buffer-hook)
10689 (vc-checkout-writable-buffer): Remove.
10690 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10691 (vc-log-mode): Make it into a clean derived major mode.
10692 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10693 vc-log-mode if log-edit is not available.
10694 (vc-dired-mode-map): Don't set-keymap-parent yet.
10695 (vc-dired-mode): Do set-keymap-parent here.
10696 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10697
10698 2000-09-05 Gerd Moellmann <gerd@gnu.org>
10699
10700 * faces.el (set-face-attribute, face-spec-reset-face)
10701 (face-spec-set): Avoid consing by removing calls to `apply'.
10702
10703 * frame.el (frame-parameter): Move to C code.
10704
10705 2000-09-05 Dave Love <fx@gnu.org>
10706
10707 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10708 insert-before-markers-and-inherit. Now checked systematically!
10709
10710 2000-09-05 Alex Schroeder <alex@gnu.org>
10711
10712 * sql.el (sql-postgres): Use sql-postgres-options.
10713 (sql-postgres-options): New variable.
10714
10715 2000-09-05 Alex Schroeder <alex@gnu.org>
10716
10717 * sql.el (sql-mode-menu): Work around missing variable mark-active
10718 in XEmacs.
10719 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10720 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10721 compatibility.
10722
10723 2000-09-04 Gerd Moellmann <gerd@gnu.org>
10724
10725 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10726
10727 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10728
10729 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10730
10731 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10732
10733 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10734 don't support anything else under SCCS yet.
10735
10736 * vc-hooks.el: Minor doc fixes.
10737
10738 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10739
10740 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10741 not necessary. If verbose in state `needs-patch', do the same as
10742 under `up-to-date'. When NOT verbose and `needs-patch', check out
10743 latest version instead of `merge-news'.
10744 (vc-next-action-dired): Don't mess with default-directory here; it
10745 breaks other parts of dired. It is the job of the
10746 backend-specific functions to adjust it temporarily if they need it.
10747 (vc-next-action): Remove a special CVS case.
10748 (vc-clear-headers): New optional arg FILE.
10749 (vc-checkin, vc-checkout): Set properties vc-state and
10750 vc-checkout-time properly.
10751 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10752 (vc-print-log): Use new backend function `show-log-entry'.
10753 (vc-cancel-version): Do the checks in a different order. Added a
10754 FIXME concerning RCS-only code.
10755
10756 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10757 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10758
10759 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10760
10761 * vc-hooks.el (vc-default-mode-line-string): Show state
10762 `needs-patch' as a `-' too.
10763
10764 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10765
10766 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10767 (vc-default-could-register): New function.
10768 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10769 (vc-resynch-buffer): Call vc-dired-resynch-file.
10770 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10771 vc-resynch-buffer instead of vc-resynch-window.
10772 (vc-next-action-dired): Don't redisplay here, that gets done as a
10773 result of the individual file operations.
10774 (vc-retrieve-snapshot): Corrected prompt order.
10775
10776 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10777
10778 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10779 as well.
10780 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10781 hostname regexps. Updated all callers.
10782 (vc-cvs-responsible-p): Handle directories as well.
10783 (vc-cvs-could-register): New function.
10784 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10785 properties up-to-date.
10786
10787 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10788 user whether to create one.
10789
10790 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10791
10792 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10793 check out a non-existing file.
10794
10795 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10796 workfile does not exist.
10797
10798 * vc.el (vc-version-diff): Use `require' to check for existence of
10799 diff-mode.
10800
10801 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10802
10803 * vc-cvs.el (vc-cvs-registered): Use new function
10804 vc-cvs-parse-entry to do the actual work.
10805
10806 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10807
10808 * vc-hooks.el (vc-find-backend-function): If function doesn't
10809 exist, return nil instead of error.
10810 (vc-call-backend): Doc fix.
10811
10812 * vc.el (vc-do-command): Doc fix.
10813 (vc-finish-logentry): When checking in from vc-dired, choose the
10814 right backend for logentry check.
10815 (vc-dired-mode-map): Inherit from dired-mode-map.
10816 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10817 simplified.
10818 (vc-dired-state-info): Removed, updated caller.
10819 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10820 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10821 (vc-dired-listing-switches): New variable.
10822 (vc-directory): Use it, instead of dired-listing-switches.
10823
10824 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10825 (vc-cvs-dir-state): New function.
10826 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10827 (vc-cvs-parse-entry): New function, also to be used in
10828 vc-cvs-registered.
10829
10830 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10831
10832 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10833 *or* single-window-frames.
10834
10835 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10836
10837 * vc.el (vc-update-changelog): Split into generic part and default
10838 implementation. Doc string adapted.
10839 (vc-default-update-changelog): New function. Call the `rcs2log'
10840 script in exec-directory, to fix a long-standing nuisance.
10841
10842 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10843 simply signals an error.
10844
10845 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10846
10847 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10848 control-flow more clear and to avoid running `cvs' twice.
10849
10850 * vc.el (vc-next-action-on-file): Doc fix.
10851 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10852 (vc-print-log): Eval `file' before constructing the continuation.
10853
10854 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10855
10856 * vc.el (vc-next-action-on-file): Corrected several messages.
10857 (vc-merge): Add prefix arg `merge-news'; handle it.
10858
10859 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10860 is not reached. It is.
10861 (vc-cvs-merge): Set state to 'edited after merge.
10862 (vc-cvs-merge-news): Set workfile version to nil if not known.
10863 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10864
10865 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10866 via stdout. (Merge from main line.)
10867
10868 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10869
10870 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10871 detection.
10872
10873 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10874
10875 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10876 against kill-all-local-variables.
10877 (vc-log-edit): Don't save vc-parent-buffer any more.
10878 (vc-last-comment-match): Initialize to an empty string.
10879 (vc-post-command-functions): New hook.
10880 (vc-do-command): Run it.
10881 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10882 (vc-finish-logentry): Only add the comment to the ring if it's
10883 different from the last comment entered.
10884 (vc-new-comment-index): New function.
10885 (vc-previous-comment): Use it. Make the minibuffer message
10886 slightly less terse.
10887 (vc-comment-search-reverse): Make it work forward as well. Don't
10888 set vc-comment-ring-index if no match is found. Use
10889 vc-new-comment-index.
10890 (vc-comment-search-forward): Use vc-comment-search-reverse.
10891 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10892 define-derived-mode will do it for us. Bind `v' to a keymap that
10893 inherits from vc-prefix-map so that we can bind `vt' without
10894 binding C-x v t.
10895 (vc-retrieve-snapshot): Parenthesis typo.
10896
10897 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10898 to 1. Make sure to switch to *vc* before looking for an error
10899 message. Use vc-parse-buffer.
10900
10901 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10902
10903 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10904 and NAME.
10905 (vc-retrieve-snapshot): Split into two parts.
10906 (vc-default-retrieve-snapshot): New function.
10907
10908 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10909 (vc-cvs-retrieve-snapshot): New function (untested).
10910 (vc-cvs-stay-local): Default to t.
10911 (vc-cvs-remote-p): New function and property.
10912 (vc-cvs-state): Stay local only if the above is t.
10913 (vc-handle-cvs): Removed.
10914 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10915 done via vc-handled-backends now.
10916 (vc-cvs-header): Escape Id.
10917
10918 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10919
10920 * vc.el (vc-do-command): Remove unused commands.
10921 (vc-version-diff): Make sure default-directory ends with a slash.
10922 Move the window commands into a vc-exec-after.
10923 (vc-print-log): Move more of the code into the `vc-exec-after'.
10924
10925 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10926
10927 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10928 (vc-print-log): Search current revision from beginning of buffer.
10929 (vc-revert-buffer): Clear echo area after the diff is finished.
10930 (vc-prefix-map): Removed definition of "t" for terse display in vc
10931 dired.
10932 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10933 definition of "vt" for terse display.
10934 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10935
10936 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10937
10938 * vc.el (vc-exec-after): Avoid caddr.
10939
10940 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10941
10942 * vc.el (vc-exec-after): New function.
10943 (vc-do-command): Use it to add a termination message for async
10944 procs.
10945 (vc-checkout): Try to handle a missing-backend situation.
10946 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10947 of a directory with a backend using async diffs.
10948 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10949 present.
10950
10951 * vc-sccs.el (vc-sccs-state-heuristic): Use
10952 file-ownership-preserved-p.
10953
10954 * vc-rcs.el (vc-rcs-state-heuristic): Use
10955 file-ownership-preserved-p.
10956 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10957
10958 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10959
10960 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10961 vc-do-command.
10962
10963 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10964 when there are no changes.
10965
10966 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10967
10968 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10969
10970 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10971
10972 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10973
10974 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10975
10976 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10977 the `fset' outside of the defvar so that it works even if
10978 vc-prefix-map was already defined.
10979 (vc-setup-buffer): New function, split out of vc-do-command.
10980 (vc-do-command): Allow BUFFER to be t to mean `just use the
10981 current buffer without any fuss'.
10982 (vc-version-diff): Change the `diff' backend operation to just put
10983 the diff in the current buffer without erasing it. Always use
10984 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10985 shrink-window-if-larger-than-buffer.
10986 (vc-print-log): Change the `print-log' backend operation to just
10987 put the log in the current buffer without erasing it. Protect
10988 shrink-window-if-larger-than-buffer.
10989 (vc-update-change-log): Fix setd typo.
10990
10991 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10992 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10993
10994 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10995 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10996 CMP.
10997
10998 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10999 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11000 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11001
11002 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11003
11004 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11005 not possible, use vc-BACKEND-workfile-unchanged-p.
11006 (vc-default-workfile-unchanged-p): New function. Delegates to a
11007 full vc-BACKEND-diff.
11008
11009 * vc-hooks.el (vc-simple-command): Removed.
11010
11011 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11012 instead of vc-simple-command.
11013 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11014 avoid doing a diff when opening a file.
11015 (vc-rcs-state): Added check for unlocked-changes.
11016 (vc-rcs-header): Escape Id.
11017 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11018 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11019 version.
11020
11021 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11022 (vc-sccs-diff): Remove optional arg CMP.
11023 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11024 SCCS-specific function.
11025
11026 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11027 vc-simple-command.
11028
11029 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11030
11031 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11032 (with-vc-file, vc-merge): Use vc-editable-p.
11033 (vc-do-command): Remove unused var vc-file and fix the
11034 doubly-defined `status' var. Add a user message when starting an
11035 async command.
11036 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11037 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11038 Use with-current-buffer.
11039 (vc-buffer-sync): Use unless.
11040 (vc-next-action-on-file): If the file is 'edited by read-only,
11041 make it read-write instead of trying to commit.
11042 (vc-version-diff, vc-update-change-log): Use `setq
11043 default-directory' rather than `cd'.
11044 (vc-log-edit): Don't forget to set default-directory in the
11045 buffer.
11046
11047 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11048 (vc-sccs-state-heuristic): Use file-writable-p instead of
11049 comparing userids.
11050 (vc-sccs-checkout): Use `unless'.
11051
11052 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11053 of comparing userids.
11054 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11055 Simplify the logic by eliminating unreachable code.
11056 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11057 just do a recursive call if we need to retry.
11058 (vc-rcs-checkout): Handle the case where rcs is missing by making
11059 the buffer read-write if requested and re-signalling the error.
11060
11061 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11062
11063 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11064
11065 * vc-hooks.el (vc-handled-backends): Docstring change.
11066 (vc-ignore-vc-files): Mark obsolete.
11067 (vc-registered): Check vc-ignore-vc-files.
11068 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11069 vc-ignore-vc-files.
11070
11071 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11072
11073 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11074
11075 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11076 files since ange-ftp already has vc-registered return nil.
11077
11078 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11079 (vc-sccs-workfile-version): Use with-temp-buffer and new
11080 vc-parse-buffer and don't bother setting the property.
11081 (vc-sccs-add-triple): Use with-current-buffer and
11082 find-file-noselect.
11083 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11084
11085 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11086 derives from the old vc-parse-buffer but uses the revision number
11087 rather than the date (much easier to compare robustly).
11088 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11089 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11090 locking-user more directly. Check strict locking and set
11091 checkout-model appropriately.
11092 (vc-rcs-parse-locks): Remove.
11093 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11094 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11095 (vc-rcs-system-release): Use with-current-buffer and
11096 vc-parse-buffer.
11097 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11098
11099 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11100 (vc-simple-command): Docstring fix.
11101 (vc-registered): Align the way the file-handler is called with the
11102 way the function itself works.
11103 (vc-file-owner): Remove.
11104
11105 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11106 extraction of fields and call to file-attributes because of a
11107 temporary bug in rcp.el.
11108 (vc-cvs-fetch-status): Use with-current-buffer.
11109
11110 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11111
11112 * vc.el (vc-do-command): Use file-relative-name.
11113 (vc-responsible-backend): Use vc-backend if possible.
11114 (vc-create-snapshot): Improve the `interactive' spec. Add support
11115 for branches and dispatch to backend-specific `create-snapshot'.
11116 (vc-default-create-snapshot): New function, containing the bulk of
11117 the old vc-create-snapshot.
11118 (vc-retrieve-snapshot): Improve the interactive spec.
11119
11120 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11121 (vc-backend-hook-functions): Remove.
11122 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11123 (vc-backend): Reintroduce the test for `file = nil' now that I
11124 know why it was there (and added a comment to better remember).
11125
11126 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11127 code from vc-sccs-hooks.el.
11128 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11129 'vc anymore.
11130 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11131 and file-directory-p instead of file-exists-p.
11132 (vc-sccs-check-headers): Simplify the regexp.
11133
11134 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11135 from vc-rcs-hooks.el. Don't require 'vc anymore.
11136 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11137 file-directory-p instead of file-exists-p.
11138
11139 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11140 from vc-cvs-hooks.el.
11141 (proto vc-cvs-registered): Require 'vc-cvs instead of
11142 'vc-cvs-hooks. Don't require 'vc anymore.
11143 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11144 file-directory-p instead of file-exists-p.
11145 (vc-cvs-create-snapshot): New function, replacing
11146 vc-cvs-assign-name.
11147 (vc-cvs-assign-name): Remove.
11148
11149 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11150
11151 * vc-cvs.el (vc-cvs-header): New var.
11152
11153 * vc-rcs.el (vc-rcs-exists): Remove.
11154 (vc-rcs-header): New var.
11155
11156 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11157 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11158 (vc-sccs-header): New var.
11159
11160 * vc.el (vc-do-command): Get rid of the `last' argument.
11161 (vc-header-alist): Remove, replaced by vc-X-header.
11162 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11163 (vc-dired-hook): Use expand-file-name instead of concat.
11164 (vc-directory): Use file-name-as-directory.
11165 (vc-snapshot-precondition, vc-create-snapshot)
11166 (vc-retrieve-snapshot): Allow the command to operate on any
11167 directory.
11168
11169 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11170 just removing the 'WORKFILE argument or by removing the 'MASTER
11171 argument and replacing `file' with (vc-name file).
11172
11173 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11174
11175 * vc.el: Update Copyright and add a crude list of backend funs.
11176 (vc-writable-p): New function.
11177 (with-vc-file): Use vc-writable-p.
11178 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11179 (vc-register): Avoid vc-name.
11180 (vc-locking-user): Remove.
11181 (vc-steal-lock): Make the `owner' arg non-optional.
11182 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11183 vc-checkout-model.
11184 (vc-default-dired-state-info): Use vc-state instead of
11185 vc-locking-user and return special strings for special states.
11186 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11187 and get rid of one of the special CVS cases.
11188 (vc-cancel-version): prettify error message with \\[...].
11189 (vc-rename-master): New function.
11190 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11191 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11192 the CVS special case generic.
11193 (vc-default-record-rename): Remove.
11194 (vc-file-tree-walk-internal): Only call FUNC for files that are
11195 under control of some VC backend and replace `concat' with
11196 expand-file-name.
11197 (vc-file-tree-walk): Update docstring.
11198 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11199 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11200
11201 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11202 vc-sccs-record-rename. Use `find-file-noselect' rather than
11203 `find-file' and call `vc-rename-master' to do the actual move.
11204 (vc-sccs-diff): Remove unused `backend' variable.
11205
11206 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11207 to delay loading of vc-sccs until it is really used.
11208 (vc-sccs-master-templates): Preload.
11209 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11210 (vc-sccs-project-dir): Remove (merged into
11211 vc-sccs-search-project-dir).
11212 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11213 rather than `concat', make sure it is preloaded and don't bother
11214 to check that the file actually exists.
11215 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11216 `locks' argument (use buffer's content instead) and eliminate n^2
11217 behavior.
11218
11219 * vc-rcs.el: Update Copyright.
11220 (vc-rcs-rename-file): New function.
11221 (vc-rcs-diff): Remove unused `backend' variable.
11222
11223 * vc-hooks.el: Update Copyright.
11224 (vc-backend): Don't accept a nil argument any more.
11225 (vc-up-to-date-p): Turn into a defsubst.
11226 (vc-possible-master): New function.
11227 (vc-check-master-templates): Use `vc-possible-master' and allow
11228 funs in vc-X-master-templates to return a non-existent file.
11229
11230 * vc-cvs.el: Update Copyright.
11231 (vc-cvs-diff): Remove unused `backend' variable.
11232 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11233
11234 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11235
11236 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11237
11238 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11239 since it can be called from vc-rcs.el.
11240 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11241
11242 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11243
11244 * vc.el (vc-version-diff): Expand file name read from the
11245 minibuffer. Handle the case when a previous version number can't
11246 be guessed. Give suitable messages when there were no differences
11247 found.
11248 (vc-clear-headers): Call backend-specific implementation, if one
11249 exists.
11250 (vc-cancel-version): Made error checks generic. When done, clear
11251 headers generically, too.
11252
11253 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11254 from vc-clear-headers in vc.el.
11255
11256 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11257 correctly.
11258 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11259 optional. Handle the case when it's not there.
11260
11261 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11262
11263 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11264
11265 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11266
11267 * vc-hooks.el (vc-loadup): Remove.
11268 (vc-find-backend-function): Use `require'. Also, handle the case
11269 where vc-BACKEND-hooks.el doesn't exist.
11270 (vc-call-backend): Cleanup.
11271
11272 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11273
11274 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11275 vc-rcs-grab-templates)
11276 (vc-rcs-registered): Remove. The default function works as well.
11277 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11278 vc-sccs-grab-templates)
11279 (vc-sccs-registered): Remove. The default function works as well.
11280
11281 * vc.el (vc-version-diff): Left out a vc- in call to
11282 vc-call-backend.
11283 (vc-default-dired-state-info, vc-default-record-rename)
11284 (vc-default-merge-news): Update for the new backend argument.
11285
11286 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11287 using the default function.
11288 (vc-call-backend): If calling the default function, pass it the
11289 backend as first argument. Update the docstring accordingly.
11290 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11291 for the new backend argument.
11292 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11293 (vc-find-backend-function): Use the new name.
11294 (vc-default-registered): New function.
11295
11296 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11297
11298 * vc.el (vc-merge): Use vc-find-backend-function.
11299
11300 * vc-hooks.el (vc-backend-functions): Remove.
11301 (vc-loadup): Don't setup 'vc-functions.
11302 (vc-find-backend-function): New function.
11303 (vc-call-backend): Use above fun and populate 'vc-functions
11304 lazily.
11305 (vc-backend-defines): Remove.
11306
11307 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11308
11309 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11310 Call vc-call-backend without the leading vc-.
11311 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11312 (vc-check-headers): Call vc-call-backend without the leading vc-.
11313 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11314 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11315 Call vc-call-backend without the leading vc-.
11316
11317 * vc-cvs.el (tail): Provide vc-cvs.
11318 * vc-sccs.el (tail): Provide vc-sccs.
11319 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11320
11321 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11322 (vc-make-backend-function, vc-call): Pass names without leading
11323 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11324 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11325 (vc-call-backend): Always try to load vc-X-hooks.
11326 (vc-registered): Remove vc- in call to vc-call-backend.
11327
11328 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11329
11330 * vc.el (vc-process-filter): New function.
11331 (vc-do-command): Setup `vc-process-filter' for the async process.
11332 (vc-maybe-resolve-conflicts): New function to reduce
11333 code-duplication. Additionally, it puts the buffer in
11334 `smerge-mode' if applicable.
11335 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11336 calling `merge-news'.
11337 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11338 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11339 interfacing to log-edit.el.
11340 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11341 log-edit is available.
11342 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11343
11344 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11345
11346 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11347 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11348 defvar and the initialization.
11349 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11350
11351 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11352 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11353
11354 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11355
11356 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11357
11358 * vc.el (vc-file-clear-masterprops): Removed.
11359 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11360 (vc-version-diff): Use buffer-size without argument.
11361 (vc-register): Heed vc-initial-comment.
11362
11363 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11364 default branch.
11365
11366 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11367 file name and workfile version.
11368 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11369
11370 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11371 vc-file-clear-masterprops.
11372
11373 * vc-sccs.el (vc-sccs-checkout): Removed call to
11374 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11375 rather than user login name.
11376
11377
11378 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11379
11380 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11381 `want-differences-if-changed' and simplify.
11382 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11383 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11384 output (which is invalid for async vc-diff) to decide whether to
11385 do the revert silently or not.
11386
11387 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11388
11389 * vc-hooks.el (vc-loadup): Load files quietly.
11390 (vc-call-backend): Oops, brain fart.
11391
11392 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11393
11394 * vc-cvs.el (vc-cvs-state): Typo.
11395 (vc-cvs-merge-news): Return the status code rather than the error msg.
11396
11397 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11398
11399 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11400 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11401 vc-state or vc-up-to-date-p.
11402 (vc-merge): Use vc-backend-defines to check whether merging is
11403 possible. Set state to 'edited after successful merge.
11404
11405 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11406 return that name. Redocumented.
11407
11408 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11409
11410 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11411 new `vc-state' semantics.
11412 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11413 'vc-locking-user to the current user.
11414 (vc-merge): Inline vc-backend-merge. Comment out code that I
11415 don't understand and hence can't adapt to the new `vc-state' and
11416 `vc-locking-user' semantics.
11417 (vc-backend-merge): Remove.
11418
11419 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11420 rather than 'vc-locking-user.
11421
11422 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11423
11424 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11425 (vc-state): Don't use 'reserved any more. Just use the same
11426 convention as the one used for vc-<backend>-state where the
11427 locking user (as a string) is returned.
11428 (vc-locking-user): Update, based on the above convention. The
11429 'vc-locking-user property has disappeared.
11430 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11431
11432 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11433 with a heuristic one.
11434 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11435 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11436 error. That allows us to get to 'needs-merge even in the
11437 stay-local case. There's still no way to detect 'needs-patch in
11438 such a setup (or to force an update for that matter).
11439 (vc-cvs-logentry-check): Remove, the default works as well.
11440
11441 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11442
11443 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11444
11445 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11446 major-mode in which the buffer might have been put earlier. Use
11447 `remove' and `when'. Allow `okstatus' to be `async' and use
11448 `start-process' in this case.
11449 (vc-version-diff): Handle the case where the diff looks empty
11450 because of the use of an async process.
11451
11452 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11453
11454 * vc.el (vc-next-action-on-file): Removed optional parameter
11455 `simple'. Recompute state unconditionally.
11456 (vc-default-toggle-read-only): Removed.
11457
11458 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11459 (vc-toggle-read-only): Undid prev change.
11460
11461 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11462 vc-cvs-simple-toggle. Redocumented.
11463 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11464 (vc-cvs-toggle-read-only): Removed.
11465
11466 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11467
11468 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11469 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11470 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11471 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11472 still is. So maybe it should be removed.
11473 (vc-head-version, vc-find-binary): Remove.
11474 (vc-recompute-state): Move from vc-hooks.el.
11475 (vc-next-action-on-file): Add a `simple' argument to allow
11476 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11477 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11478 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11479 (vc-dired-mode-map): Properly defvar it.
11480 (vc-print-log): Call log-view-mode if available.
11481 (small-temporary-file-directory): defvar instead of use boundp.
11482 (vc-merge-news): Moved to vc-cvs.el.
11483 (vc-default-merge-news): New function.
11484
11485 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11486 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11487 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11488 unknown `vc-latest-version' function. It should probably refer to
11489 vc-workfile-version or somesuch, but it's very unclear to me and I
11490 don't have SCCS to test things.
11491
11492 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11493 (vc-sccs-state-heuristic): Fix typo.
11494 (vc-sccs-workfile-unchanged-p): Add missing argument.
11495
11496 * vc-rcs.el: Require vc and vc-rcs-hooks.
11497 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11498 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11499 (vc-release-greater-or-equal-p): Move from vc.
11500 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11501 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11502 (vc-rcs-checkout): Add a missing `new-version' argument in the
11503 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11504
11505 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11506 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11507 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11508 than the apparently unbound `workfile-version'.
11509
11510 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11511 (vc-file-prop-obarray): Use `make-vector'.
11512 (vc-backend-functions): Add new hookable functions
11513 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11514 (vc-loadup): If neither backend nor default functions exist, use
11515 the backend function rather than nil.
11516 (vc-call-backend): If the function if not bound yet, try to load
11517 the non-hook file to see if it provides it.
11518 (vc-call): New macro plus use it wherever possible.
11519 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11520 nor `vc-find-binary' since it's only called from
11521 vc-mistrust-permission which is only used once the backend is known.
11522 (vc-checkout-model): Fix parenthesis.
11523 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11524
11525 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11526 (vc-cvs-release, vc-cvs-system-release): Remove.
11527 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11528 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11529 status symbols.
11530 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11531 (vc-cvs-toggle-read-only): First cut at a function to allow a
11532 cvs-status-free vc-toggle-read-only.
11533 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11534 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11535 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11536 (vc-cvs-checkout): Modify access rights directly if the user
11537 requested not to use `cvs edit'. And refresh the mode line.
11538
11539 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11540 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11541
11542 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11543
11544 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11545 workfile' that got lost when the code was extracted from vc.el.
11546 And merged the tail with the rest of the code (not possible in the
11547 old vc.el where the tail was shared among all backends). And
11548 explicitly set the state to 'edited if `writable' is set.
11549
11550 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11551 (vc-cvs-state): Be careful to return the value from
11552 vc-cvs-parse-state.
11553 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11554 property but return it instead. Also be careful to handle a nil
11555 or "" `rev' when workfile is non-nil (it was handled properly when
11556 workfile was nil).
11557
11558 * vc.el: Removed those pesky unnecessary `(function' quotes.
11559 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11560 directly in the defvar.
11561 (vc-do-command): Bind inhibit-read-only so as to properly handle
11562 the case where the destination buffer has been made read-only.
11563 (vc-diff): Delegate to vc-version-diff in all cases.
11564 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11565 (vc-annotate-mode-variables): Removed (code moved partly to
11566 defvars and partly to vc-annotate-add-menu).
11567 (vc-annotate-mode): Turned into a derived-mode.
11568 (vc-annotate-add-menu): Moved in code in
11569 vc-annotate-mode-variables.
11570 (vc-update-change-log): Use make-temp-file if available.
11571
11572 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11573
11574 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11575 `vc-checkout-model' updated to `vc-cvs-update-model'.
11576
11577 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11578
11579 * vc.el (vc-next-action-on-file): Added handling of state
11580 `unlocked-changes'.
11581 (vc-checkout-carefully): Is now practically obsolete, unless the
11582 above is too slow to be enabled unconditionally.
11583 (vc-update-change-log): Fixed typo.
11584
11585 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11586
11587 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11588 Now handles state `unlocked-changes'.
11589 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11590
11591 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11592
11593 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11594 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11595 `unlocked-changes'.
11596 (vc-rcs-workfile-unchanged-p): Renamed from
11597 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11598 function yet, but supposed to become one soon.
11599
11600 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11601 `vc-steal-lock'.
11602 (vc-call-backend): Changed error message.
11603 (vc-state): Added description of state `unlocked-changes'.
11604
11605 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11606
11607 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11608 always return t in CVS-controlled directories.
11609
11610 * vc.el (vc-responsible-backend): New function.
11611 (vc-register): Largely rewritten.
11612 (vc-admin): Removed (implementation moved into vc-register).
11613 (vc-checkin): Redocumented.
11614 (vc-finish-logentry): If no backend defined yet (because we are in
11615 the process of registering), use the responsible backend.
11616
11617 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11618 Updated function lists.
11619 (vc-call-backend): Fixed typo.
11620
11621 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11622 New functions.
11623 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11624 Removed query option. Redocumented.
11625
11626 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11627
11628 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11629
11630 * vc.el: Updated callers of `vc-checkout-required' to use
11631 `vc-checkout-model'.
11632
11633 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11634
11635 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11636 stuff updated to reference this function instead of the old
11637 `vc-backend-release-p'.
11638
11639 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11640
11641 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11642 vc-checkout-model. Return appropriate values. Updated callers.
11643
11644 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11645
11646 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11647 (vc-backend-revert): Function moved into `vc-revert';
11648 `vc-next-action' must be updated to accomodate this change.
11649 (vc-backend-steal): Function moved into `vc-finish-steal'.
11650 (vc-backend-logentry-check): Function moved into
11651 `vc-finish-logentry'.
11652 (vc-backend-printlog): Function moved into `vc-print-log'.
11653 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11654 (vc-backend-assign-name): Function moved into
11655 `vc-create-snapshot'.
11656
11657 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11658
11659 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11660 Rename to vc-checkout-model. Return appropriate values.
11661 Update callers.
11662
11663 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11664 to vc-checkout-model.
11665 (vc-checkout-required): Rename to vc-checkout-model.
11666 Re-implement and re-comment.
11667 (vc-after-save): Use vc-checkout-model.
11668
11669 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11670
11671 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11672 Update to use the vc-BACKEND-diff functions instead.
11673 `vc-diff' is now working.
11674
11675 * vc-rcs.el (vc-rcs-logentry-check): New function.
11676
11677 * vc-cvs.el (vc-cvs-logentry-check): New function.
11678
11679 * vc-sccs.el (vc-sccs-diff): Function changed name from
11680 `vc-backend-diff'. This makes `vc-diff' work.
11681
11682 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11683 of functions possibly implemented in a vc-BACKEND library.
11684 (vc-checkout-required): Fix bug that caused an error to be
11685 signaled during `vc-after-save'.
11686
11687 * vc.el: Fix typo.
11688 This checkin is made with our new VC code base for the very first time.
11689 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11690
11691 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11692 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11693
11694 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11695 updated to `vc-uses-locking'.
11696 (vc-checkout-required): Call to backend function.
11697 `vc-checkout-required' updated to `vc-uses-locking' instead.
11698
11699 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11700 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11701
11702 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11703 to match the split into various backends.
11704 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11705 (vc-retrieve-snapshot): Bug fix.
11706
11707 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11708
11709 * vc-sccs.el (vc-sccs-release): Doc fix.
11710
11711 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11712
11713 * vc.el (vc-next-action-on-file): Bug found and fixed.
11714 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11715 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11716
11717 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11718 (vc-rcs-checkout): Name space cleaned up. No more revision number
11719 crunching function names that are not prefixed with vc-rcs.
11720 (vc-rcs-checkout-model): Function added. References to
11721 `vc-checkout-model' replaced.
11722
11723 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11724
11725 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11726 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11727 still need to be split, and implemented for RCS).
11728
11729 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11730
11731 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11732
11733 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11734 required by the vc.el file.
11735
11736 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11737 required by the vc.el file.
11738 (vc-rcs-exists): Function added.
11739
11740 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11741 required by the vc.el file.
11742
11743 * vc.el (vc-admin): Updated to handle selection of appropriate
11744 backend. Current implementation is crufty and need re-thinking.
11745
11746 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11747
11748 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11749
11750 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11751 beginning of annotate buffers correctly.
11752
11753 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11754 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11755 functionality updated quite a lot to support multiple backends.
11756 Variables `vc-annotate-mode', `vc-annotate-buffers',
11757 `vc-annotate-backend' added.
11758
11759 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11760 `vc-annotate-difference' added to supported backend functions.
11761
11762 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11763
11764 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11765 Use with-temp-file instead of /bin/sh. Merged from mainline
11766
11767 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11768
11769 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11770
11771 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11772
11773 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11774
11775 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11776
11777 * vc-hooks.el: vc-state-heuristic added to
11778 vc-backend-hook-functions.
11779
11780 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11781
11782 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11783
11784 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11785 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11786 state to `reserved'.
11787
11788 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11789 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11790
11791 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11792
11793 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11794 untouched.
11795
11796 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11797
11798 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11799 if defined. (Merged from main line, slightly adapted.)
11800
11801 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11802 millenium problem (merged from mainline).
11803
11804 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11805
11806 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11807 part and moved the non-BACKEND stuff to vc.el.
11808
11809 * vc.el: Split the annotate feature into a BACKEND specific part
11810 and moved it from the vc-cvs.el file to this one.
11811
11812 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11813
11814 * vc-hooks.el: Implement new state model.
11815 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11816 (vc-locking-user): Simplify. Now only needed if the file is
11817 locked by somebody else.
11818 (vc-lock-from-permissions): Remove. Functionality is in
11819 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11820 (vc-mode-line-string): New name for former vc-status. Adapted.
11821 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11822
11823 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11824 Various simplifications and adaptations all over the place.
11825
11826 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11827 Simplify and adapt the rest.
11828
11829 * vc.el (vc-resynch-window): Add TODO comment: check for
11830 interaction with view mode according to recent RCS change.
11831 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11832
11833 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11834
11835 * vc.el: Convert the remaining function comments to docstrings.
11836
11837 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11838
11839 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11840 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11841 (vc-minor-part, vc-previous-version): Functions that operate and
11842 compare revision numbers got proper documentation. Comments added
11843 about their possible removal.
11844
11845 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11846
11847 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11848 the vc-backend.el files.
11849
11850 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11851
11852 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11853 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11854 (vc-rcs-previous-version): Functions added.
11855
11856 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11857
11858 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11859
11860 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11861
11862 * vc-hooks.el (vc-master-templates): Is really obsolete.
11863 Comment out the definition for now. What is the right procedure
11864 to get rid of it?
11865 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11866 rewritten.
11867 (vc-default-registered): Remove.
11868 (vc-check-master-templates): New function; does mostly what the
11869 above did before.
11870 (vc-locking-user): Don't rely on the backend to set the property.
11871
11872 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11873 Rewrite documentation.
11874 (vc-rcs-templates-grabbed): New variable.
11875 (vc-rcs-grab-templates): New function.
11876 (vc-rcs-registered): Rewrite to use above mechanism.
11877
11878 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11879 Rewrite documentation.
11880 (vc-sccs-templates-grabbed): New variable.
11881 (vc-sccs-grab-templates): New function.
11882 (vc-sccs-registered): Rewrite to use above mechanism.
11883 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11884 Don't throw the result, simply return it.
11885
11886 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11887 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11888 (vc-cvs-registered): Does the check itself now. Simplify.
11889
11890 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11891 from main line.
11892
11893 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11894
11895 * vc-cvs.el (vc-cvs-diff): New function.
11896
11897 * vc-sccs.el (vc-sccs-diff): New function.
11898
11899 * vc-rcs.el (vc-rcs-diff): New function.
11900 (vc-rcs-checkout): Bug (typo) found and fixed.
11901 (vc-rcs-register-switches): New variable.
11902
11903 * vc.el (vc-backend-diff): Function removed and placed in the
11904 backend files.
11905
11906 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11907
11908 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11909
11910 * vc.el (vc-backend-checkout): Function removed and replaced in
11911 the vc-backend.el files.
11912
11913 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11914
11915 * vc.el (vc-backend-admin): Removed and replaced in the
11916 vc-backend.el files.
11917
11918 * vc.el (Martin): Removed all the annotate functionality since it
11919 is CVS backend specific.
11920
11921 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11922
11923 * spec.txt: Added specification of vc-state.
11924
11925 * vc-sccs-hooks.el (vc-sccs-master-properties):
11926 Remove handling of vc-latest-version and
11927 vc-your-latest-version. What used to be vc-latest-version, is now
11928 returned as vc-workfile-version.
11929 (vc-sccs-workfile-version): Adapt.
11930
11931 2000-09-04 Dave Love <fx@gnu.org>
11932
11933 * vc.el: [Merged from mainline.]
11934 (vc-dired-mode): Make the dired-move-to-filename-regexp
11935 regexp match the date, to avoid treating date as file size.
11936 Add YYYY S option to WESTERN/
11937
11938 2000-09-04 Dave Love <fx@gnu.org>
11939
11940 * vc.el: Require `compile' when compiling.
11941 (vc-logentry-check-hook): New option.
11942 (vc-steal-lock): Use compose-mail.
11943 (vc-dired-mode-map): Defvar when compiling.
11944 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11945 vc-sccs.el and renamed. Callers changed.
11946 (vc-backend-checkout, vc-backend-logentry-check)
11947 (vc-backend-merge-news): Doc fix.
11948 (vc-default-logentry-check): New function.
11949 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11950 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11951 (vc-backend-merge): Doc fix. Use backend functions.
11952 (vc-check-headers): Use backend functions.
11953
11954 * vc-cvs.el: Require vc when compiling.
11955 (vc-cvs-register-switches): Doc fix.
11956 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11957 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11958 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11959 New functions (code from vc.el).
11960 (vc-annotate-display-default): Fix interactive spec.
11961 (vc-annotate-time-span): Doc fix.
11962
11963 * vc-rcs.el: Require vc when compiling.
11964 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11965 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11966 (vc-rcs-checkin): New functions (code from vc.el).
11967 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11968 Doc fix.
11969 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11970
11971 * vc-sccs.el: Require vc when compiling.
11972 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11973 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11974 (vc-sccs-revert)
11975 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11976 from vc.el).
11977 (vc-sccs-add-triple, vc-sccs-record-rename)
11978 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11979 (vc-sccs-admin): Doc fix.
11980
11981 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11982
11983 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11984 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11985 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11986 from vc.el.
11987
11988 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11989
11990 * vc-cvs.el: Moved the annotate functionality from vc.el.
11991 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11992
11993 2000-09-04 Dave Love <fx@gnu.org>
11994
11995 * vc.el (vc-backend-release): Call vc-system-release.
11996
11997 * vc-sccs.el (vc-sccs-system-release):
11998 Renamed from vc-sccs-backend-release.
11999
12000 * vc-rcs.el (vc-rcs-system-release):
12001 Renamed from vc-rcs-backend-release.
12002
12003 * vc-cvs.el (vc-cvs-system-release):
12004 Renamed from vc-cvs-backend-release.
12005
12006 2000-09-04 Dave Love <fx@gnu.org>
12007
12008 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12009 backend files.
12010 (vc-backend-release): Dispatch to backend functions.
12011 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12012 probably needs attention.]
12013
12014 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12015 (vc-sccs-backend-release): New function.
12016
12017 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12018 (vc-cvs-backend-release): New function.
12019
12020 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12021 Doc fix.
12022 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12023 (vc-default-dired-state-info): New function.
12024 (vc-dired-state-info): Dispatch to backends.
12025 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12026
12027 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12028 from vc.el and renamed.
12029
12030 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12031
12032 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12033 (vc-version-other-window, vc-backend-assign-name): Removed
12034 references to vc-latest-version; sometimes changed into
12035 vc-workfile-version.
12036
12037 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12038 vc-rcs-master-workfile-version.
12039 (vc-rcs-workfile-version): Use the above. Don't call
12040 vc-latest-version (that was unreachable code, anyway).
12041 (vc-rcs-fetch-master-properties): Doc fix.
12042
12043 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12044 (vc-backend-hook-functions): Removed them from this list, too.
12045 (vc-fetch-properties): Removed.
12046 (vc-workfile-version): Doc fix.
12047
12048 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12049 (vc-rcs-workfile-version, vc-rcs-locking-user)
12050 (vc-rcs-uses-locking): Use it.
12051
12052 * vc-hooks.el (vc-consult-rcs-headers):
12053 Moved into vc-rcs-hooks.el, under the name
12054 vc-rcs-consult-headers.
12055
12056 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12057 headers.
12058 (vc-cvs-find-master): Use this name only; correct different
12059 versions of the name.
12060
12061 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12062 New functions.
12063 (vc-sccs-locking-user): Use the latter.
12064
12065 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12066 New functions.
12067
12068 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12069 Moved into both
12070 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12071 functions are implementation details of those two backends.
12072
12073 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12074
12075 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12076 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12077
12078 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12079 (vc-sccs-parse-locks): SCCS-specific code moved here from
12080 vc-hooks.
12081
12082 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12083 code moved here from vc-hooks.
12084
12085 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12086 into back-end specific parts and removed. Callers not updated
12087 yet; because I guess these callers will disappear into back-end
12088 specific files anyway.
12089
12090 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12091
12092 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12093 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12094 `vc-uses-locking'.
12095
12096 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12097 Store yes/no in the property, and return t/nil. Updated all
12098 callers.
12099
12100 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12101 vc-sccs-uses-locking. Don't set property.
12102 (vc-sccs-locking-user): Don't set property.
12103
12104 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12105 vc-cvs-uses-locking. Don't set property here; leave that to
12106 vc-hooks.
12107 (vc-cvs-locking-user): Reflect above change. Streamlined.
12108
12109 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12110 vc-rcs-uses-locking.
12111 (vc-rcs-locking-user): Reflect above change.
12112
12113 2000-09-04 Dave Love <fx@gnu.org>
12114
12115 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12116
12117 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12118
12119 * vc-hooks.el (vc-checkout-model): Punt to backends.
12120
12121 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12122
12123 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12124
12125 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12126 New functions.
12127
12128 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12129 New functions.
12130
12131 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12132 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12133
12134 * vc-hooks.el (vc-default-locking-user): New function.
12135 (vc-locking-user, vc-workfile-version): Punt to backends.
12136
12137 2000-09-04 Dave Love <fx@gnu.org>
12138
12139 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12140 (vc-master-workfile-version): Moved from vc-hooks.
12141
12142 * vc-rcs-hooks.el: Fix duplicate code in last change.
12143
12144 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12145 (vc-rcs-master-templates): Improve :type.
12146 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12147 vc-master-workfile-version): Moved from vc-hooks.
12148
12149 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12150 (vc-sccs-master-templates): Improve :type.
12151 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12152
12153 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12154
12155 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12156 (vc-cvs-master-templates): Improve :type. Use
12157 vc-cvs-find-cvs-master.
12158 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12159 from vc-hooks.
12160 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12161
12162 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12163 Moved to vc-cvs-hooks.
12164
12165 * vc-hooks.el: Add doc strings in various places. Simplify the
12166 minor mode setup.
12167 (vc-handled-backends): New user variable.
12168 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12169 simplification.
12170
12171 2000-09-04 Dave Love <fx@gnu.org>
12172
12173 * vc.el: Some doc fixes for autoloaded and interactive functions.
12174 Fix compilation warnings from ediff stuff.
12175 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12176
12177 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12178
12179 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12180
12181 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12182
12183 2000-09-04 Dave Love <fx@gnu.org>
12184
12185 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12186 New variable.
12187 (vc-make-backend-function, vc-loadup, vc-call-backend)
12188 (vc-backend-defines): New functions.
12189
12190 * vc-hooks.el: Various doc fixes.
12191 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12192 (vc-match-substring): Function removed. Callers changed to use
12193 match-string.
12194 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12195 Simplify.
12196
12197 2000-09-04 Dave Love <fx@gnu.org>
12198
12199 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12200 type.
12201 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12202 (vc-sccs-registered): Doc fix.
12203
12204 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12205 (vc-cvs-registered): Doc fix.
12206
12207 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12208 (vc-rcs-registered): Doc fix.
12209
12210 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12211
12212 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12213
12214 * vc-hooks.el: vc-registered has been renamed
12215 vc-default-registered. Some functions have been moved to the
12216 backend specific files. they all support the
12217 vc-BACKEND-registered functions.
12218
12219 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12220
12221 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12222
12223 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12224
12225 2000-09-04 Dave Love <fx@gnu.org>
12226
12227 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12228 menu-bar-update-hook.
12229
12230 * help.el (help-manyarg-func-alist): Add
12231 find-operation-coding-system.
12232
12233 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12234
12235 * custom.el (custom-set-variables): Print message about errors in
12236 setting.
12237
12238 2000-09-03 Andrew Innes <andrewi@gnu.org>
12239
12240 * makefile.w32-in: Change to DOS line endings.
12241
12242 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12243
12244 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12245 minor-mode keymaps, if they don't have one.
12246
12247 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12248
12249 * eshell/esh-module.el (eval-when-compile): Don't lose if
12250 esh-module.el's file name is truncated to DOS 8+3 limits.
12251
12252 2000-09-01 John Wiegley <johnw@gnu.org>
12253
12254 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12255 predicate, which caused entries in the completion list to be
12256 doubled.
12257
12258 2000-08-30 John Wiegley <johnw@gnu.org>
12259
12260 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12261 sending to subprocesses. Also, hook pre-command-hook if
12262 `eshell-send-direct-to-subprocesses' is non-nil.
12263 (eshell-send-direct-to-subprocesses): New config variable. If t,
12264 subprocess input is send immediately.
12265 (eshell-toggle-direct-send): New function.
12266 (eshell-self-insert-command): New function.
12267 (eshell-intercept-commands): New function.
12268 (eshell-send-input): If direct subprocess sending is enabled,
12269 don't echo any input to the Eshell buffer. Let the subprocess
12270 handle that. This requires "stty echo" in bash, for example.
12271
12272 2000-08-28 John Wiegley <johnw@gnu.org>
12273
12274 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12275 completion function for Eshell's implementation of `unset'.
12276
12277 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12278
12279 * info.el (Info-directory-list): Doc fix.
12280
12281 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12282
12283 * filecache.el (file-cache-add-directory-using-find): Don't quote
12284 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12285
12286 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12287
12288 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12289 coding systems.
12290
12291 2000-08-30 Andrew Innes <andrewi@gnu.org>
12292
12293 * timer.el (run-with-idle-timer): Undo last change, so that timer
12294 is not activated immediately if Emacs is already idle. Some
12295 existing code relies on this behaviour.
12296
12297 2000-08-30 Miles Bader <miles@gnu.org>
12298
12299 * frame.el (set-frame-font): Do completion of font-name for
12300 interactive use.
12301
12302 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12303
12304 * international/quail.el (quail-start-translation): Bind locally
12305 last-command-event, last-command, and this-command.
12306 (quail-start-conversion): Likewise.
12307 (quail-self-insert-command): Fix docstring.
12308
12309 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12310
12311 * progmodes/executable.el
12312 (executable-make-buffer-file-executable-if-script-p): Check that
12313 buffer contains at least 2 characters.
12314
12315 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12316
12317 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12318
12319 2000-08-29 Dave Love <fx@gnu.org>
12320
12321 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12322 (diff-mode-shared-map): Bind mouse-2.
12323 (diff-imenu-generic-expression): New variable.
12324 (diff-mode): Use it.
12325
12326 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12327 (mouse-popup-menubar): Add minor mode menus.
12328 (popup-menu): Check for lookup-key returning number.
12329
12330 2000-08-29 Miles Bader <miles@gnu.org>
12331
12332 * comint.el (comint-send-input): Create overlays using the proper
12333 front/read-advance arguments.
12334
12335 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12336
12337 * ps-print.el: Even/odd pages printing. Doc fix.
12338 (ps-print-version): New version number (6.0).
12339 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12340 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12341 (ps-print-duplex-feature): Variable eliminated.
12342 (ps-even-or-odd-pages): New variable.
12343
12344 * progmodes/ebnf2ps.el: Doc fix.
12345 (ebnf-version): New version (3.3).
12346 (ebnf-user-arrow): Change variable customization to sexp.
12347 (ebnf-user-arrow): Function eliminated.
12348 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12349
12350 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12351
12352 * help.el (help-xref-mule-regexp): New variable.
12353 (help-make-xrefs): Handle help-xref-mule-regexp.
12354
12355 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12356 variable.
12357 (describe-input-method): Temporarily activate the specfied input
12358 method to display the information.
12359 (describe-language-environment): Hyperlinks to mule related items.
12360
12361 * international/mule-diag.el (charset-multibyte-form-string): New
12362 function.
12363 (list-character-sets-1): Use charset-multibyte-form-string.
12364 (describe-character-set): New function.
12365 (describe-coding-system): Hyperlinks to safe character sets.
12366
12367 * international/quail.el (quail-help): New arg PACKAGE.
12368 Hyperlinks to mule related items.
12369 (quail-help-insert-keymap-description): Use
12370 substitute-command-keys instead of describe-bindings.
12371 (quail-translation-help): Hyperlinks to mule related items.
12372
12373 2000-08-28 John Wiegley <johnw@gnu.org>
12374
12375 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12376 have a defsubst call itself. Made `eshell-flatten-list' back into
12377 a function again.
12378
12379 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12380 catch, in case re-centering point at bottom messes up the display.
12381 This happens frequently in Emacs 21, due I believe to variable
12382 line heights.
12383
12384 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12385 to call `find-tag-interactive'.
12386
12387 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12388 the list of remember directories.
12389
12390 2000-08-28 John Wiegley <johnw@gnu.org>
12391
12392 * align.el: Test align-region-separate to see if it's a symbol.
12393
12394 2000-08-28 John Wiegley <johnw@gnu.org>
12395
12396 * eshell/esh-util.el (eshell-flatten-list): Made this function
12397 into a defsubst form. It gets used very frequently, although
12398 calls don't occur all that often.
12399
12400 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12401 examining it.
12402
12403 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12404 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12405 `eshell-protect'.
12406 (eshell-copy-handles): Created a new macro for duplicating the
12407 current set of open handles. This is needed by the looping
12408 functions.
12409 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12410 is not incorrectly stomped on.
12411
12412 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12413 declaration for pcomplete-use-paring.
12414 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12415 value of eshell-cmpl-use-paring.
12416 * pcomplete.el (pcomplete-use-paring): New config variable, to
12417 indicate whether paring should be used.
12418 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12419 completion alternatives that have already been used.
12420
12421 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12422 bound to C-c C-y, which will repeat the previous N arguments
12423 (based on prefix argument).
12424 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12425
12426 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12427 if there is no *Help* buffer. This is for XEmacs, which renames
12428 its help buffers uniquely. TODO: Find out what the current buffer
12429 name to delete is.
12430
12431 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12432 first entry that correlates to a passwd/group number. Later
12433 entries (used for group/user name aliasing to multiple IDs) are
12434 ignored.
12435
12436 * eshell/em-xtra.el (eshell/expr):
12437 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12438 (eshell-grep, eshell/diff, eshell/locate):
12439 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12440 argument list, before passing it to the system command.
12441
12442 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12443 `find-tag' for use at final position in Eshell buffers (which
12444 otherwise triggers an error on Emacs 21).
12445 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12446 buffer, if it is currently bound to `find-tag'.
12447
12448 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12449 in the list of matched Makefile names.
12450 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12451 directory, prefer its contents to Makefile.
12452
12453 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12454 directory parts (like "cd old new", or "cd =regexp"), are now case
12455 sensitive on non-Windows/DOS platforms.
12456
12457 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12458 types RET after an open delimiter (like "), display a message
12459 indicating that Eshell is waiting for the closing delimiter.
12460
12461 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12462 environment variables.
12463
12464 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12465 gracefully if the user enters incorrect arguments.
12466
12467 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12468 Eshell buffers.
12469
12470 * eshell/esh-var.el (eshell-interpolate-variable):
12471 * eshell/esh-mode.el (eshell-move-argument):
12472 * eshell/em-unix.el (eshell-du-sum-directory):
12473 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12474 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12475 (not (= ...)).
12476
12477 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12478 to ensure the `preserve' flag gets propagated when doing recursive
12479 directory copies.
12480
12481 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12482
12483 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12484 Don't convert \n into \0177 in memory.
12485 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12486 and back again, when reading and writing.
12487
12488 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12489
12490 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12491 testing of `fboundp' on `processp'.
12492
12493 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12494 (eshell/jobs): Don't call process-list if it is not bound.
12495 (eshell-gather-process-output): Support systems where async
12496 subprocesses aren't supported.
12497 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12498 variables.
12499
12500 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12501 eshell-do-eval returns t.
12502 (eshell-do-pipelines-synchronously): New defmacro.
12503 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12504 when async subprocesses aren't supported.
12505 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12506 if async subprocesses aren't supported.
12507 (eshell-resume-command): Don't assume STATUS is a string.
12508
12509 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12510
12511 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12512 (eshell-close-target, eshell-get-target): Use eshell-processp.
12513 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12514 fix.
12515 (eshell-get-target, eshell-create-handles): Doc fix.
12516
12517 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12518
12519 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12520 criterion to include commands that output something, as long as it
12521 leaves both the command and the end-of-buffer visible when the
12522 command has exited.
12523 (eshell-review-quick-commands): Adjust the help doc string
12524 accordingly.
12525
12526 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12527
12528 * locate.el (locate): Cleaned up locate command's interactive prompting
12529 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12530
12531 * filecache.el (file-cache-case-fold-search): New variable
12532 (file-cache-assoc-function): New variable
12533 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12534 Use file-cache-case-fold-search variable
12535 (file-cache-add-file): Use file-cache-assoc-function
12536 (file-cache-delete-file): likewise
12537 (file-cache-directory-name): likewise
12538 (file-cache-debug-read-from-minibuffer): likewise
12539
12540 2000-08-28 Gerd Moellmann <gerd@gnu.org>
12541
12542 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12543 (abbrev-table-name): New function.
12544 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12545 If non-nil list local abbrev, only.
12546
12547 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12548
12549 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12550 from Gnus support code, and use special article copy buffer
12551 `(gnus-original-article-buffer)' instead. This allows to get rid
12552 of article-hide-headers usage (which breaks in the latest Gnus
12553 version). Thanks to Detlev Zundel.
12554
12555 2000-08-28 Kenichi Handa <handa@etl.go.jp>
12556
12557 * international/quail.el (quail-use-package): Hide "... loaded"
12558 message.
12559 (quail-start-translation, quail-start-conversion): Likewise.
12560
12561 * international/kkc.el (kkc-region): Hide "... loaded" message.
12562
12563 2000-08-27 Dave Love <fx@gnu.org>
12564
12565 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12566
12567 2000-08-27 Miles Bader <miles@gnu.org>
12568
12569 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12570
12571 2000-08-27 Kenichi Handa <handa@etl.go.jp>
12572
12573 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12574 'ja-dic-cnv), not (require 'skkdic-cnv).
12575
12576 2000-08-26 Miles Bader <miles@gnu.org>
12577
12578 * faces.el (face-x-resources): Add entry for :inherit.
12579 * cus-face.el (custom-face-attributes): Add support for :inherit
12580 attribute. Add support for relative face heights.
12581 (custom-face-attributes-get): Treat `nil' as being a default value
12582 for :inherit (as well as `unspecified').
12583
12584 * faces.el (set-face-attribute): Update doc string.
12585 (face-attribute-name-alist): Add :inherit.
12586 (face-valid-attribute-values): Handle :inherit.
12587 (face-read-string): Rephrase prompt to be less confusing.
12588 Assume that DEFAULT is a string, since we must return a string.
12589 (face-read-integer): Use `format' to turn DEFAULT into an
12590 acceptable default for face-read-string. Match NEW-VALUE against
12591 the string "unspecified", not the symbol `unspecified', since
12592 that's what face-read-string returns.
12593 (read-face-attribute): Lookup a name for old-value in valid, and
12594 use it as a default if we find one. Treat all values from
12595 face-read-string as strings. If the default is used, don't do any
12596 more processing on the value, just use the old value directly.
12597 (read-face-and-attribute, modify-face): Tweak prompt.
12598 (read-face-name): Don't assume prompt ends with a space.
12599
12600 * faces.el (describe-face): Add support for :inherit attribute.
12601
12602 2000-08-25 Kenichi Handa <handa@etl.go.jp>
12603
12604 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12605 concat doesn't accept interger.
12606
12607 * international/kkc.el: Remove SKK from Keywords. Require
12608 ja-dic-utl instead of skkdic-utl.
12609
12610 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12611 Provide ja-dic-cnv instead of skkdic-cnv.
12612 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12613 (iso-2022-7bit-short): Add safe-charsets property.
12614 (skkdic-convert-postfix): Search Japanese chou-on character in
12615 addition to Hiragana character.
12616 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12617 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12618 (batch-skkdic-convert): Likewise.
12619
12620 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12621 Provide ja-dic-utl instead of skkdic-utl.
12622 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12623
12624 2000-08-24 Dave Love <fx@gnu.org>
12625
12626 * disp-table.el (standard-display-default): Make the test of `l'
12627 useful.
12628
12629 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12630 mod sample text.
12631
12632 * international/iso-ascii.el: Make pilcrow convenient string
12633 consistent with section.
12634 (iso-ascii-display): Set up multibyte characters as well as
12635 unibyte.
12636
12637 2000-08-24 Kenichi Handa <handa@etl.go.jp>
12638
12639 * international/mule-cmds.el (reset-language-environment): Set
12640 default-process-coding-system to '(undecided . iso-latin-1), which
12641 makes process I/O almost consistent with file I/O. Call this
12642 function when mule-cmds.el[c] is loaded.
12643
12644 2000-08-22 Andrew Innes <andrewi@gnu.org>
12645
12646 * makefile.w32-in: New file.
12647
12648 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12649
12650 * comint.el (comint-output-filter): Compare end of
12651 comint-last-output-overlay with the start of the newly inserted
12652 text, not the end, when deciding whether to extend it.
12653 Set saved-point's insertion type to advance after insertion.
12654
12655 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12656 since this is now done independently of font-lock mode.
12657
12658 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12659
12660 * server.el (server-kill-new-buffers): New user option.
12661 (server-existing-buffer): New buffer-local variable.
12662 (server-visit-files): When using an existing buffer, set
12663 server-existing-buffer to t.
12664 (server-buffer-done): If server-kill-new-buffers is t, kill the
12665 buffer, unless it was already present before visiting it with
12666 Emacs server.
12667
12668 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12669
12670 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12671 even if the display doesn't support colors: some displays will
12672 support bold/underline faces.
12673
12674 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12675
12676 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12677
12678 * startup.el (command-line): If user's init file had an error,
12679 add explanatory text to *Messages*.
12680
12681 2000-08-21 Kenichi Handa <handa@etl.go.jp>
12682
12683 * man.el (Man-getpage-in-background): Decode the process output by
12684 the system locale coding system.
12685
12686 2000-08-20 Dave Love <fx@gnu.org>
12687
12688 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12689 Don't test x-popup-menu.
12690 (function) <complete-function>: Complete only fbound symbols.
12691 <validate, value>: New.
12692 (variable) <complete-function>: Complete only bound symbols.
12693 (coding-system): Add :base-only, :complete-function, :validate,
12694 :value, :prompt-match.
12695 (widget-coding-system-prompt-value): Use read-coding-system and
12696 act on :base-only.
12697 (editable-field): Add :help-echo.
12698 (widget-push-button-gui, widget-push-button-cache)
12699 (widget-gui-action, widget-editable-list-gui): COmment out, along
12700 with uses.
12701 (widget-at): Make arg optional.
12702 (widget-echo-help): Adjust for current help-echo calling sequence.
12703 (widget-specify-field, widget-specify-button)
12704 (widget-specify-insert, widget-get-sibling, widget-image-find)
12705 (widget-convert, widget-insert, widget-leave-text)
12706 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12707 (widget-setup, widget-field-find, widget-before-change)
12708 (widget-after-change, widget-default-complete)
12709 (widget-default-create, widget-default-delete)
12710 (widget-push-button-value-create, editable-field)
12711 (widget-field-prompt-value, widget-field-validate)
12712 (widget-choice-value-create, widget-choice-action)
12713 (widget-choice-validate, widget-checklist-add-item)
12714 (widget-radio-add-item, widget-radio-chosen)
12715 (widget-radio-value-inline, widget-editable-list-value-create)
12716 (widget-editable-list-entry-create)
12717 (widget-documentation-link-add)
12718 (widget-documentation-string-value-create)
12719 (widget-regexp-validate, widget-file-complete)
12720 (widget-sexp-validate, widget-plist-convert-widget)
12721 (widget-plist-convert-widget, widget-alist-convert-widget)
12722 (widget-alist-convert-widget, widget-color-complete): Simplify,
12723 particularly to avoid bindings which aren't optimized out.
12724
12725 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12726 Doc fix.
12727 (down-list, backward-up-list, up-list, kill-sexp)
12728 (backward-kill-sexp, mark-sexp): Make arg optional.
12729 (lisp-complete-symbol): Add optional arg PREDICATE.
12730
12731 * cus-start.el: Add display-buffer-reuse-frames,
12732 file-coding-system-alist.
12733
12734 2000-08-20 Gerd Moellmann <gerd@gnu.org>
12735
12736 * startup.el (command-line): Clear realized faces after
12737 modifying TTY color mappings.
12738
12739 2000-08-20 Miles Bader <miles@gnu.org>
12740
12741 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12742 merely a subset of FACE's attributes.
12743
12744 2000-08-19 Miles Bader <miles@gnu.org>
12745
12746 * comint.el (comint-output-filter): Save the point with a marker,
12747 not just a buffer position.
12748
12749 * international/mule.el (set-buffer-process-coding-system): Make
12750 interactive prompt less confusing.
12751
12752 2000-08-19 Gerd Moellmann <gerd@gnu.org>
12753
12754 * hilit-chg.el: General cleanup of doc strings, comments and
12755 code formatting.
12756
12757 2000-08-19 Miles Bader <miles@gnu.org>
12758
12759 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12760 Compiler macro removed; beginning-of-line is no longer always
12761 equivalent to forward-line, in the presence of fields.
12762
12763 * comint.el (comint-output-filter): Remove ad-hoc saving of
12764 restriction, and just use save-restriction, now that it works
12765 correctly. Don't adjust comint-last-input-start to account for
12766 our insertion; it shouldn't have moved because we don't use
12767 insert-before-markers anymore. Comment out call to
12768 `force-mode-line-update'; why is it here?
12769
12770 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12771 while checking for prompt to delete. Use `forward-line 0'
12772 instead of beginning-of-line.
12773 (gud-filter): Temporarily widen gud comint buffer while
12774 examining output.
12775
12776 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12777
12778 * progmodes/sh-script.el: Big bag of typos.
12779
12780 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12781 check since ispell-process is not bound when ispell is not yet loaded.
12782
12783 2000-08-18 Dave Love <fx@gnu.org>
12784
12785 * image.el (find-image): Copy `spec' before using plist-put.
12786
12787 2000-08-18 Gerd Moellmann <gerd@gnu.org>
12788
12789 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12790 `portugues'.
12791
12792 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12793 backward-kill-sexp, analogous to kill-sexp.
12794
12795 * progmodes/icon.el (icon-indent-line)
12796 (icon-is-continuation-line): Handle comments specially.
12797
12798 2000-08-17 Ken Stevens <k.stevens@ieee.org>
12799
12800 * ispell.el: Set to standard author/maintainer/keyword fields.
12801 Fine tuning to menu map appearance and operation, and added help.
12802 Remove `start' and `end' error messages when compiling.
12803 (ispell-choices-win-default-height): Fixed comment string.
12804 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12805 castellano8 dictionaries.
12806 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12807 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12808 dictionary, added italiano dictionary.
12809 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12810 word character
12811 (ispell-tex-skip-alists): Added psfig support.
12812 (ispell-skip-html): Renamed from ispell-skip-sgml.
12813 (ispell-begin-skip-region-regexp, ispell-skip-region)
12814 (ispell-minor-check): Improved html skipping support to skip across
12815 code, and recognize `&' commands without propper `;' syntax;
12816 (ispell-process-line): Fix alignment error when manually
12817 correcting spelling.
12818 (ispell): Fix comment string.
12819 (ispell-add-per-file-word-list): Always put word list on new line.
12820
12821 2000-08-17 Gerd Moellmann <gerd@gnu.org>
12822
12823 * format.el (format-encode-run-method): Fix error message to say
12824 `encode' instead of `decode'. Use save-window-excursion around
12825 shell-command-on-region as in format-decode-run-method because
12826 shell-command-on-region can display a buffer with error output.
12827 (format-decode): Don't record undo information for the decoding.
12828 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12829 that number part of the temporary buffer name so that more than
12830 one decoding using a temporary buffer can happen safely.
12831
12832 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12833 of `A-z' in the regexp.
12834
12835 * hilit-chg.el: Fix typos in commentary.
12836
12837 * help.el (view-emacs-news): Rewritten for new naming scheme
12838 for old NEWS files.
12839
12840 * startup.el (command-line): Pop to *Messages* in case an error
12841 is signaled while loading user-init-file.
12842
12843 2000-08-17 Andreas Schwab <schwab@suse.de>
12844
12845 * files.el (insert-directory): Don't lose original file name,
12846 undoing an undocumented change.
12847
12848 2000-08-17 Alex Schroeder <alex@gnu.org>
12849
12850 * sql.el (sql-magic-go): Use comint-bol.
12851 (sql-copy-column): Use comint-line-beginning-position.
12852 (comint-line-beginning-position): Define a replacement for
12853 comint-line-beginning-position if it is not fboundp.
12854
12855 2000-08-17 Alex Schroeder <alex@gnu.org>
12856
12857 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12858 it didn't have any effect anyway.
12859
12860 2000-08-17 Alex Schroeder <alex@gnu.org>
12861
12862 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12863 --pset and pager=off instead of sending \\o|cat at the beginning
12864 of the session.
12865
12866 2000-08-17 Miles Bader <miles@gnu.org>
12867
12868 * progmodes/octave-inf.el: Add compatibility definition of
12869 comint-line-beginning-position.
12870
12871 2000-08-17 Kenichi Handa <handa@etl.go.jp>
12872
12873 * startup.el (normal-top-level): Look in each dir in load-path for
12874 a leim-list.el file too. This assures of loading leim-list.el
12875 that is created at Emacs installation time even if a user have his
12876 own leim-list.el.
12877
12878 2000-08-17 Miles Bader <miles@gnu.org>
12879
12880 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12881 foreground color to black if the background is dark.
12882
12883 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12884
12885 * loadhist.el (unload-feature): Typo.
12886
12887 * finder.el (finder-compile-keywords):
12888 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12889 to the generated file.
12890
12891 * mail/mh-e.el (mh-make-local-vars):
12892 Replace make-variable-buffer-local with make-local-variable.
12893
12894 * play/landmark.el:
12895 * options.el (Edit-options-{set,toggle,t,nil}):
12896 * mail/mailabbrev.el (mail-abbrevs-mode):
12897 * textmodes/tex-mode.el (tex-expand-files):
12898 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12899
12900 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12901
12902 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12903 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12904 Allow going past the last element.
12905 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12906 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12907 (cvs-mouse-toggle-mark): Don't move point.
12908 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12909
12910 * progmodes/compile.el (grep): Provide a default set of files.
12911 (next-error): Docstring fix.
12912 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12913
12914 * emacs-lisp/easy-mmode.el (define-minor-mode):
12915 Use `symbol-value' to keep the byte-compiler quiet.
12916
12917 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12918 (diff-find-source-location): New fun, extracted from diff-goto-source.
12919 (diff-goto-source): Use it.
12920 (diff-next-complex-hunk, diff-filter-lines): New function.
12921 (diff-apply-hunk): New command.
12922
12923 * smerge-mode.el (smerge-mode-menu): Doc fix.
12924
12925 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12926
12927 2000-08-16 Dave Love <fx@gnu.org>
12928
12929 * windmove.el (windmove) <defgroup>: Add :version.
12930
12931 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12932 (goto-address-fontify-p, goto-address-highlight-p)
12933 (goto-address-url-face, goto-address-url-mouse-face)
12934 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12935 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12936 (goto-address-fontify, goto-address-at-mouse): Simplify,
12937 (goto-address-at-point): browse-url-url-at-point,
12938 goto-address-find-address-at-point can return nil.
12939 (goto-address-find-address-at-point): Return nil on failure.
12940
12941 * align.el (align) <defgroup>: Add :version.
12942
12943 * calculator.el (calculator): Add :version.
12944 (calculator): Use two lines for calculator window if `modeline'
12945 face is boxed.
12946
12947 * play/5x5.el: Doc fixes.
12948 (5x5) <defgroup>: Add :version.
12949
12950 * play/fortune.el (fortune) <defgroup>: Add :version.
12951 (fortune-append): Fix error message.
12952 (fortune-from-region): Doc fix.
12953
12954 * play/pong.el (pong): Doc fix.
12955
12956 * play/morse.el: Keywords, commentary, autoloads.
12957
12958 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12959
12960 * desktop.el (desktop-save): Don't look at symbol-value of a
12961 member of minor-mode-alist, unless it is boundp.
12962
12963 2000-08-16 Sam Steingold <sds@gnu.org>
12964
12965 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12966 `while'; use `with-current-buffer' instead of `save-excursion'.
12967 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12968
12969 2000-08-16 Kenichi Handa <handa@etl.go.jp>
12970
12971 * international/ccl.el (declare-ccl-program): Docstring modified.
12972 (ccl-execute-with-args): Likewise.
12973
12974 2000-08-16 Miles Bader <miles@gnu.org>
12975
12976 * progmodes/sql.el: Add compatibility definition of
12977 comint-line-beginning-position.
12978
12979 2000-08-15 Gerd Moellmann <gerd@gnu.org>
12980
12981 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12982 'buffer-menu' property.
12983 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12984 fails.
12985 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12986 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12987 wasn't killed.
12988
12989 * buff-menu.el (list-buffers-noselect): Don't display the
12990 *Buffer List* buffer.
12991
12992 * font-lock.el: Require jit-lock to prevent a very late
12993 `Loading jit-lock' message.
12994
12995 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12996 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12997 mail address.
12998
12999 2000-08-15 Miles Bader <miles@gnu.org>
13000
13001 * textmodes/ispell.el (ispell-graphic-p): New constant.
13002 (ispell-choices-win-default-height, ispell-help): Use
13003 `ispell-graphic-p' instead of `xemacsp'.
13004
13005 2000-08-15 Dave Love <fx@gnu.org>
13006
13007 * simple.el: Autoload widget-convert when compiling.
13008 (mail-user-agent): Doc fix.
13009
13010 * help.el (function-called-at-point, variable-at-point): Use
13011 with-syntax-table.
13012 (help-manyarg-func-alist): Add insert-and-inherit.
13013
13014 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13015
13016 * delsel.el (delsel-unload-hook): New function.
13017
13018 * find-file.el: Doc fixes. Move provide to end.
13019 (ff) <defgroup>: Add :link.
13020 (ff-goto-click): Deleted.
13021 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13022 Use mouse-set-point.
13023
13024 * textmodes/tildify.el: Doc fixes.
13025 (tildify) <defgroup>: Add:version.
13026
13027 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13028 (glasses-custom-set): Use set-default, not set.
13029 (minor-mode-alist): Propertize the lighter.
13030 (glasses-mode): Provide optional arg.
13031
13032 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13033 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13034 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13035 option. Provide :type.
13036 (cwarn-configuration): Provide :type.
13037 (cwarn-mode): Doc fix.
13038
13039 * add-log.el (change-log-merge): Doc fix.
13040 (change-log-redate): New command.
13041
13042 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13043 Doze and Dog.
13044 (browse-url): Use dolist, not mapcar.
13045 (browse-url-at-point): Check for null url.
13046 (browse-url-event-buffer, browse-url-event-point): Functions
13047 deleted.
13048 (browse-url-at-mouse, browse-url-netscape): Simplify.
13049
13050 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13051 modes.
13052 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13053 Fix previous change to mapcan.
13054 (msb--init-file-alist, msb--add-separators)
13055 (msb--make-keymap-menu): Simplify.
13056 (msb--choose-file-menu): Use copy-sequence.
13057 (msb-mode-map): Add title to keymap.
13058 (msb-unload-hook): New function.
13059
13060 * bs.el: Fix indentation.
13061 (bs) <defgroup>: Add :links.
13062 (bs-show): Doc fix.
13063 (bs-apply-sort-faces): Don't use window-system.
13064 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13065
13066 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13067
13068 * calendar/timeclock.el (timeclock-file): Run .timelog through
13069 convert-standard-filename.
13070
13071 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13072
13073 * emacs-lisp/authors.el: New file.
13074
13075 * paren.el (show-paren-priority): New user option.
13076 (show-paren-function): Set overlay priorities to
13077 show-paren-priority.
13078
13079 2000-08-14 Miles Bader <miles@gnu.org>
13080
13081 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13082 beginning-of-line with inhibit-field-text-motion bound.
13083
13084 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13085
13086 * calendar/timeclock.el: New file.
13087
13088 2000-08-14 David Ponce <david@dponce.com>
13089
13090 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13091 `widget-button-click'. so that one can use left mouse button to
13092 click on dialog buttons.
13093
13094 2000-08-14 Emmanuel Briot <briot@gnat.com>
13095
13096 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13097 identifiers, since XML is case sensitive
13098
13099 2000-08-12 Miles Bader <miles@gnu.org>
13100
13101 * comint.el (comint-output-filter): Don't bother frobbing
13102 window-start, it doesn't seem to be necessary.
13103
13104 * comint.el (comint-send-string, comint-send-region): Make into
13105 real functions. Snapshot the prompt before sending.
13106
13107 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13108
13109 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13110 technique similar to Info-index, instead of relying on specific
13111 names of relevant Index nodes.
13112 (Info-goto-emacs-command-node): Bind Info-history to nil when
13113 going to the first node found by Info-find-emacs-command-nodes.
13114
13115 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13116
13117 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13118
13119 2000-08-10 Miles Bader <miles@gnu.org>
13120
13121 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13122
13123 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13124
13125 * info.el (Info-file-list-for-emacs): More elements for the
13126 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13127 and woman manuals.
13128
13129 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13130
13131 * comint.el (comint-send-input): Make the newline boundary overlay
13132 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13133 (comint-output-filter): Use `insert' instead of
13134 `insert-before-markers'. Extend comint-last-output-overlay when
13135 necessary since we can't rely on insert-before-markers to do it.
13136 * gud.el (gud-filter): Use `with-current-buffer' instead of
13137 save-excursion when inserting the output, so that point gets
13138 updated correctly; the old method relied on a rather dodgy
13139 side-effect of comint-output-filter to avoid the effect of
13140 save-excursion.
13141
13142 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13143
13144 * files.el (recover-file): Call insert-directory instead of
13145 invoking `ls' directly.
13146
13147 2000-08-10 Miles Bader <miles@gnu.org>
13148
13149 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13150 (comint-last-prompt-overlay): New variables.
13151 (comint-output-filter): Implement prompt highlighting.
13152 (comint-snapshot-last-prompt): New function.
13153 (comint-send-input): Snapshot the last prompt.
13154 Use comint-highlight-input-face.
13155 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13156 Use defface instead of defcustom.
13157 (send-invisible, comint-send-eof): Snapshot the last prompt.
13158 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13159 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13160
13161 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13162
13163 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13164 (regexp-opt-group): Use a list of chars for `letters'.
13165 (regexp-opt-charset): `chars' is now a list of chars.
13166 Use a char-table rather than a vector so it works for multibyte chars.
13167
13168 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13169 Set cvs-minor-current-files to the selected fileinfo.
13170 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13171 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13172
13173 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13174
13175 * files.el (insert-directory): Don't call access-file on
13176 directories on DOS and Windows.
13177
13178 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13179
13180 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13181 longer if necessary.
13182 (ccl-embed-code): Call ccl-embed-data to store CODE in
13183 ccl-program-vector.
13184
13185 2000-08-09 Miles Bader <miles@gnu.org>
13186
13187 * comint.el (comint-output-filter): Properly handle the case where
13188 the text surrounded by comint-last-output-overlay was deleted.
13189
13190 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13191
13192 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13193 non-nil.
13194 (Info-file-list-for-emacs): Remove "info" from the list because
13195 that leads to trying to use the documentation from file `info'
13196 in various situations where it isn't appropriate, for instance
13197 C-h C-k C-h i.
13198
13199 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13200 DIR and/or STRING are nil.
13201
13202 * progmodes/compile.el (compilation-setup): Make variable
13203 compilation-error-screen-columns buffer-local, as some comment
13204 in the code suggests it should be.
13205
13206 * files.el (auto-mode-interpreter-regexp): New variable.
13207 (set-auto-mode): Use it.
13208
13209 * indent.el (indent-for-tab-command): Doc fix.
13210
13211 * mouse-sel.el (mouse-sel-mode): Doc fix.
13212
13213 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13214 labels.
13215
13216 * help.el (print-help-return-message): When
13217 display-buffer-reuse-frames is set, let the help window been quit,
13218 instead of deleting it, which might delete a reused frame.
13219
13220 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13221
13222 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13223 rename a directory to a name that differs only by its letter case.
13224
13225 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13226
13227 * international/quail.el (quail-define-rules): Handle Quail decode
13228 map correctly. Add code for supporting annotations.
13229 (quail-install-decode-map): New function.
13230 (quail-defrule-internal): New optional arguments decode-map and
13231 props.
13232 (quail-advice): New function.
13233
13234 2000-08-07 Sam Steingold <sds@gnu.org>
13235
13236 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13237 `defconst', `define-condition', `with-slots'.
13238 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13239
13240 2000-08-03 Miles Bader <miles@gnu.org>
13241
13242 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13243 New variable.
13244 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13245 comint-use-prompt-regexp-instead-of-fields.
13246 (comint-send-input): Add `input' field property to stuff we send to
13247 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13248 (comint-output-filter): Add `output' field property to process
13249 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13250 (comint-replace-by-expanded-history)
13251 (comint-get-old-input-default, comint-show-output)
13252 (comint-backward-matching-input, comint-forward-matching-input)
13253 (comint-next-prompt, comint-previous-prompt): Use field
13254 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13255 (comint-line-beginning-position): New function.
13256 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13257 (comint-replace-by-expanded-history-before-point): Use
13258 comint-line-beginning-position and line-end-position.
13259 (comint-last-output-overlay): New variable.
13260 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13261
13262 * shell.el (shell-prompt-pattern): Doc change.
13263 (shell-backward-command): Use line-beginning-position.
13264
13265 * gud.el (gud-gdb-complete-command): Use
13266 comint-line-beginning-position.
13267
13268 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13269 comint-bol doesn't actually go to the beginning of the line.
13270
13271 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13272 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13273 (try-expand-line-all-buffers): Likewise.
13274
13275 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13276 explicitly matching comint-prompt-regexp.
13277 (sql-copy-column): Use comint-line-beginning-position instead of
13278 explicitly matching comint-prompt-regexp.
13279
13280 * progmodes/octave-inf.el (inferior-octave-complete): Use
13281 comint-line-beginning-position.
13282
13283 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13284
13285 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13286 looking for a prompt, use `forward-line 0' instead of
13287 `beginning-of-line', to avoid getting caught by an input field.
13288
13289 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13290
13291 * files.el (shell-quote-wildcard-pattern): Make sure to return
13292 PATTERN, in the Unix case.
13293
13294 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13295
13296 * play/zone.el (zone): Discard any pending input before running
13297 the randomly-chosen pgm.
13298
13299 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13300
13301 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13302 checking the existence of any multibyte characters.
13303
13304 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13305
13306 * help.el (describe-mode): Test minor-mode symbol for being
13307 bound before testing its value for being nil.
13308
13309 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13310 `first', `second', and `third'.
13311
13312 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13313 (second): Make it an alias for `cadr'.
13314
13315 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13316
13317 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13318 types of display support faces now.
13319
13320 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13321
13322 * pcvs.el (require): Require `cl' during compilation, only.
13323
13324 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13325 (toplevel): Remove `remq' and `remove' from autoloads.
13326 (cl-fake-autoloads): New variable. If set, arrange for an error
13327 when CL functions etc. are autoloaded.
13328
13329 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13330
13331 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13332
13333 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13334 popped up, but the user clicks outside the menu, return an empty
13335 regexp (that causes unhighlight-regexp to have no effect).
13336
13337 * menu-bar.el (menu-bar-games-menu): Add Zone.
13338
13339 * hi-lock.el (toplevel): Require font-lock.
13340
13341 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13342
13343 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13344 (ebnf-8-bit-chars): New var for bug fix.
13345 (ebnf-string): Bug fix.
13346
13347 2000-08-03 Sam Steingold <sds@gnu.org>
13348
13349 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13350 instead of `buffer-string'.
13351 (require 'cl): Always, not just when compiling.
13352 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13353 necessary.
13354
13355 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13356
13357 * international/mule-cmds.el (select-safe-coding-system): Make
13358 the message text about selecting a safe coding system more clear.
13359
13360 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13361
13362 * hi-lock.el: New file.
13363
13364 * play/zone.el: New file.
13365
13366 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13367 value of tab-width in the original buffer. Choose a line number
13368 format that's a multiple of the original buffer's tab width, so
13369 that lines appear right.
13370
13371 * textmodes/ispell.el (ispell): New function, replacing an alias.
13372 Spell-check active region if in transient-mark-mode and mark
13373 is active; otherwise spell-check buffer.
13374
13375 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13376
13377 * ps-mule.el: Fix a customization problem on
13378 ps-mule-font-info-database-default.
13379
13380 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13381
13382 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13383 display-mouse-p instead of window-system.
13384 (ebrowse-member-mode-map): Ditto.
13385
13386 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13387
13388 * progmodes/ebnf2ps.el: Update ps-print functions call.
13389 Indentation fix. Doc fix.
13390 (ebnf-version): New version number (3.2).
13391 (ebnf-format-color, ebnf-begin-job): Code fix.
13392
13393 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13394
13395 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13396 font lock support on window-system.
13397 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13398
13399 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13400 display-color-p, if fboundp, instead of window-system.
13401
13402 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13403
13404 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13405 instead of window-system.
13406
13407 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13408 window-system.
13409 (widget-choice-mouse-down-action): Use display-popup-menus-p
13410 instead of window-system.
13411
13412 * strokes.el (strokes-file): Run the file name through
13413 convert-standard-filename.
13414 (strokes-mode): Call display-mouse-p instead of looking at
13415 window-system. Change the error message accordingly.
13416
13417 * progmodes/cpp.el (toplevel): Support faces on tty's.
13418
13419 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13420 (lm-plot-square, lm-init-display): Don't use window-system.
13421
13422 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13423 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13424
13425 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13426 instead of looking at window-system.
13427
13428 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13429
13430 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13431 of testing if iswitchb-prepost-hooks is bound, because the
13432 latter will always be true when invoking a recursive minibuffer
13433 from an active Iswitchb buffer.
13434
13435 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13436
13437 * files.el (shell-quote-wildcard-pattern): New function.
13438 (insert-directory): Call it. Only prepend "\" to command on Unix
13439 and GNU/Linux systems.
13440
13441 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13442
13443 * eshell/esh-groups.el: Change custom :link file names
13444 from `eshell.info' to `eshell'.
13445
13446 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13447
13448 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13449 correctly in recursive ange-ftp listings.
13450
13451 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13452
13453 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13454 ps-header-font-size-internal and
13455 ps-header-title-font-size-internal variables are not set,
13456 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13457 face text property is (foreground-color . COLOR) or
13458 `(background-color . COLOR)', ps-print crashes. Doc fix.
13459 (ps-print-version): New version number (5.2.4).
13460 (ps-plot-region): Code fix.
13461 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13462 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13463 Bug fix 2.
13464
13465 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13466
13467 * glasses.el (glasses-make-readable): Fix uncapitalization of
13468 identifiers like `myXMLDocument'.
13469
13470 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13471
13472 * mail/mail-hist.el (mail-hist-previous-input)
13473 (mail-hist-next-input): Do the obvious code factorization.
13474 (mail-hist-retrieve-and-insert): New func, contains common
13475 code of above two.
13476 If inserting a message body, leave point at top.
13477
13478 2000-07-28 Sam Steingold <sds@gnu.org>
13479
13480 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13481 Use `<=', not `<' to compare times!
13482 (ange-ftp-ls): Remove.
13483
13484 2000-07-27 Gerd Moellmann <gerd@gnu.org>
13485
13486 * play/cookie1.el: Add explanation of how to make cookie.el
13487 compatible with strfile(1) to comment.
13488
13489 * subr.el (remove, remq): New functions.
13490
13491 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13492 escape `*' in regexps.
13493 (midnight-find): Reverse order of arguments in the funcall of
13494 TEST.
13495
13496 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13497 and `.class'.
13498
13499 * play/meese.el: Add Commentary section.
13500
13501 2000-07-27 Alex Schroeder <alex@gnu.org>
13502
13503 * sql.el (sql-ms): Added autoload cookie.
13504 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13505 (sql-oracle): Ditto.
13506 (sql-help): Doc change.
13507
13508 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13509 types and exceptions.
13510
13511 2000-07-27 Alex Schroeder <alex@gnu.org>
13512
13513 * sql.el (sql-placeholder-history): New variable.
13514 (sql-query-placeholders-and-send): New function that will query
13515 the user and replace placeholders with user input.
13516 (sql-oracle): If running on NT, set comint-input-sender to
13517 sql-query-placeholders-and-send.
13518
13519 (sql-stop): If in the SQLi buffer, insert stop notification, else
13520 present it as a message.
13521
13522 2000-07-27 Alex Schroeder <alex@gnu.org>
13523
13524 * sql.el (sql-input-ring-separator): Doc change.
13525 (sql-input-ring-file-name): Doc change.
13526 (sql-interactive-mode): Use `sql-input-ring-separator' and
13527 `sql-input-ring-file-name' to set the comint-mode equivalents
13528 without making them local variables.
13529 (sql-stop): Don't bind `sql-input-ring-separator' and
13530 `sql-input-ring-file-name' dynamically to their comint-mode
13531 equivalents.
13532
13533 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13534
13535 * international/mule.el (register-char-codings): New function.
13536 (make-coding-system): Handle `safe-chars' specification in the arg
13537 PROPERTY.
13538
13539 * international/mule-cmds.el
13540 (find-coding-systems-region-subset-p): This function deleted.
13541 (sort-coding-systems-predicate): New variable.
13542 (sort-coding-systems): New function.
13543 (find-coding-systems-region): Use
13544 find-coding-systems-region-internal.
13545 (find-coding-systems-string): Use find-coding-systems-region.
13546 (find-coding-systems-for-charsets): Check
13547 char-coding-system-table.
13548 (select-safe-coding-system-accept-default-p): New variable.
13549 (select-safe-coding-system): Mostly rewritten. New argument
13550 ACCEPT-DEFAULT-P.
13551 (select-message-coding-system): Call select-safe-coding-system
13552 with ACCEPT-DEFAULT-P arg.
13553 (reset-language-environment): Reset default-sendmail-coding-system
13554 to the default value iso-latin-1.
13555 (set-language-environment): Don't set the obsolete variable
13556 charset-origin-alist.
13557
13558 * international/codepage.el (cp-coding-system-for-codepage-1):
13559 Give `safe-chars' property to make-coding-system.
13560
13561 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13562 calling select-message-coding-system twice.
13563
13564 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13565 instead of `safe-charsets'.
13566 (cyrillic-alternativnyj): Likewise.
13567 (ccl-encode-alternativnyj): Don't check the charset
13568 cyrillic-iso8859-5.
13569
13570 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13571
13572 * composite.el (compose-chars-after): Preserve match data.
13573
13574 2000-07-26 Sam Steingold <sds@gnu.org>
13575
13576 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13577 (ange-ftp-real-file-newer-than-file-p): New function.
13578 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13579 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13580
13581 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13582 * midnight.el (midnight-float-time): Ditto.
13583
13584 2000-07-26 Andreas Schwab <schwab@suse.de>
13585
13586 * files.el (normal-backup-enable-predicate): Correct
13587 interpretation of the return value of compare-strings.
13588
13589 2000-07-26 Gerd Moellmann <gerd@gnu.org>
13590
13591 * isearch.el (isearch-resume): New function.
13592 (isearch-done): Add something to command-history to resume
13593 the search.
13594 (isearch-yank-line, isearch-yank-word): Use
13595 buffer-substring-no-properties instead of buffer-substring.
13596
13597 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13598 of flyspell-mouse-map.
13599
13600 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13601 duplicate definition.
13602 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13603
13604 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13605 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13606
13607 2000-07-25 Sam Steingold <sds@gnu.org>
13608
13609 * net/ange-ftp.el: Get modtime over the net.
13610 (ange-ftp-file-modtime): New function.
13611 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13612 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13613 Use it.
13614 (ange-ftp-dot-to-slash): New function.
13615 (ange-ftp-fix-name-for-vms): Use it.
13616
13617 * midnight.el (midnight-buffer-display-time): Use
13618 `with-current-buffer'.
13619
13620 2000-07-25 Gerd Moellmann <gerd@gnu.org>
13621
13622 * find-dired.el: Update copyright notice.
13623 (find-dired): Offer to kill a running `find'.
13624
13625 * enriched.el (enriched-face-ans): For a `foreground-color'
13626 property, return '(("x-color" COLOR))' so that COLOR will be
13627 output as a parameter of the x-color annotation. Likewise for the
13628 `background-color' property. In the case of normal face
13629 properties, don't return annotations for unspecified foreground
13630 and background face attributes.
13631
13632 2000-07-25 Kenichi Handa <handa@etl.go.jp>
13633
13634 * language/japan-util.el (japanese-katakana-region): Fix handling
13635 HANKAKU argument.
13636
13637 2000-07-25 Miles Bader <miles@gnu.org>
13638
13639 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13640 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13641 constrain-to-field.
13642
13643 2000-07-24 Andrew Innes <andrewi@gnu.org>
13644
13645 * timer.el (timer-activate-when-idle): Add optional parameter
13646 DONT-WAIT. Update docstring.
13647 (run-with-idle-timer): Specify extra parameter to
13648 timer-activate-when-idle, so that timer will be activated
13649 immediately if Emacs is already idle.
13650
13651 * w32-fns.el (w32-using-nt): Fix docstring.
13652
13653 2000-07-24 Dave Love <fx@gnu.org>
13654
13655 * mouse.el (popup-menu): Set last-command-event.
13656 (mouse-major-mode-menu-prefix): Declare.
13657
13658 2000-07-24 Gerd Moellmann <gerd@gnu.org>
13659
13660 * textmodes/flyspell.el: Update to author's version 1.5d.
13661
13662 * progmodes/hideshow.el: Update copyright notice.
13663
13664 * vcursor.el: Set maintainer to FSF, since author cannot
13665 be reached.
13666
13667 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13668
13669 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13670 the prompt.
13671
13672 * mouse.el (popup-menu): Run the keymap through indirect-function,
13673 in case it was defined with define-prefix-key. If the menu is a
13674 list of keymaps, look up the binding of user's choice in each one
13675 of the keymaps.
13676 (mouse-popup-menubar): If the global and local menu-bar keymaps
13677 don't have a prompt string, create one and insert it into the
13678 keymap. Don't barf if current-local-map returns nil.
13679
13680 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13681
13682 * dired.el (dired-sort-R-check): Added to allow recursive listing
13683 to be undone.
13684 (dired-sort-other): Use it.
13685
13686 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13687
13688 * Release of cc-mode 5.27
13689
13690 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13691
13692 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13693 c-beginning-of-statement-1 that caused a bad case of recursion
13694 which could consume a lot of CPU in large classes in languages
13695 that have in-expression classes (i.e. Java and Pike).
13696
13697 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13698 statements before top level constructs (i.e. case 6 is moved
13699 before case 5 and is now case 4) to catch in-expression
13700 classes in top level expressions correctly.
13701
13702 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13703
13704 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13705 objc-method-intro. Case 4 removed and case 5I added.
13706
13707 * cc-langs.el (c-append-paragraph-start): New variable used by
13708 c-common-init to get paragraph-start correct.
13709 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13710 initialize paragraph-start to make it correct both with and
13711 without the javadoc special case.
13712
13713 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13714 initialize paragraph-start for javadoc markup.
13715
13716 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13717 change by defaulting this to t. It's motivated by the
13718 confusing behavior that otherwise arise from the style system
13719 when editing both java and non-java files at the same time
13720 (see the comments about style setting in c-common-init).
13721
13722 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13723
13724 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13725 similar to the one in c-fill-paragraph to check the fill
13726 prefix from the adaptive fill function for sanity.
13727
13728 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13729
13730 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13731 defun block.
13732
13733 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13734
13735 * cc-align.el (c-lineup-multi-inher): Handle lines with
13736 leading comma nicely. Extended to handle member initializers
13737 too.
13738
13739 * cc-engine.el: (c-beginning-of-inheritance-list,
13740 c-guess-basic-syntax): Fixed recognition of inheritance lists
13741 when the lines begins with a comma.
13742
13743 * cc-vars.el (c-offsets-alist): Changed default for
13744 member-init-cont to c-lineup-multi-inher since it now handles
13745 member initializers and indents better for leading commas.
13746
13747 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13748
13749 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13750 handling that caused class open lines to be recognized as
13751 statement-conts in some cases.
13752
13753 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13754 guessed by the adaptive fill function unless point is on the
13755 first line of a block comment.
13756
13757 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13758 when the buffer ends with a macro continuation char.
13759
13760 * cc-engine.el (c-guess-basic-syntax): Added support for
13761 function definitions as statements in Pike. The first
13762 statement in a lambda block is now labeled defun-block-intro
13763 instead of statement-block-intro.
13764
13765 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13766 so that the class surrounding point is selected, not the one
13767 innermost in the state.
13768
13769 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13770 recognition of switch labels having hanging multiline
13771 statements.
13772
13773 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13774 some code in c-guess-basic-syntax to a separate function.
13775 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13776 recognition of member inits with multiple line arglists.
13777 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13778 member-init-cont when the commas are in funny places.
13779
13780 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13781
13782 * cc-defs.el (c-auto-newline): Removed this macro since it's
13783 not used anymore.
13784
13785 * cc-engine.el (c-looking-at-bos): New helper function.
13786 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13787 inexpr and toplevel classes apart in Pike.
13788
13789 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13790 of case 9A.
13791
13792 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13793 constant, since "class" can introduce an in-expression class
13794 in Pike nowadays.
13795
13796 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13797
13798 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13799 indentation on cpp-macro lines.
13800
13801 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13802 a syntax modifier like comment-intro, to make it possible to
13803 get syntactic indentation for preprocessor directives. It's
13804 incompatible wrt to lineup functions on cpp-macro, but it has
13805 no observable effect in the 99.9% common case where cpp-macro
13806 is set to -1000.
13807
13808 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13809
13810 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13811 member-init-cont when the preceding arglist is several lines.
13812
13813 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13814
13815 * cc-styles.el (c-style-alist): The basic offset for the BSD
13816 style corrected to 8.
13817
13818 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13819
13820 * cc-styles.el (c-style-alist): Adjusted the indentation of
13821 brace list openers in the gnu style.
13822
13823 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13824
13825 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13826
13827 * cc-cmds.el (c-electric-brace, c-electric-slash,
13828 c-electric-star, c-electric-semi&comma, c-electric-colon,
13829 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13830 when c-syntactic-indentation is nil.
13831
13832 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13833 we were left at comments preceding the first statement when
13834 reaching the beginning of the buffer.
13835
13836 * cc-vars.el (c-syntactic-indentation): New variable to turn
13837 off all syntactic indentation.
13838
13839 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13840
13841 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13842 between the text and the block comment ender when it hangs,
13843 depending on how many there are before the fill.
13844
13845 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13846
13847 * cc-engine.el (c-beginning-of-closest-statement): New helper
13848 function to go back to the closest preceding statement start,
13849 which could be inside a conditional statement.
13850 * cc-engine.el (c-guess-basic-syntax): Use
13851 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13852
13853 * cc-engine.el (c-guess-basic-syntax): Better handling of
13854 arglist-intro, arglist-cont-nonempty and arglist-close when
13855 the arglist is nested inside parens. Cases 7A, 7C and 7F
13856 changed.
13857
13858 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13859 up-to-date with javadoc 1.2.
13860
13861 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13862
13863 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13864 multiline Pike type decls.
13865
13866 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13867
13868 * cc-cmds.el (c-indent-new-comment-line): Always break
13869 multiline comments in multiline mode, regardless of
13870 comment-multi-line.
13871
13872 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13873
13874 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13875 fully::qualified::names in C++ member init lists. Preamble in
13876 case 5D changed.
13877
13878 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13879
13880 * cc-langs.el (c-common-init): Handling of obsolete variables
13881 moved to c-initialize-cc-mode. More compatible style override
13882 when using global style variables.
13883 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13884 variables moved here.
13885
13886 * cc-styles.el (c-make-styles-buffer-local): Flag style
13887 variable localness in c-style-variables-are-local-p to make
13888 the compatibility measure in c-common-init work well.
13889
13890 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13891 longer contain set-from-style.
13892 * cc-styles.el (c-initialize-builtin-style): Don't check for
13893 set-from-style on c-special-indent-hook.
13894 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13895 copy-alist is sufficient now.
13896
13897 * cc-styles.el (c-set-style, c-set-style-1,
13898 c-get-style-variables): Fixes to variable initialization so
13899 that duplicate entries in styles have the same effect
13900 regardless of DONT-OVERRIDE.
13901
13902 * cc-styles.el (c-set-style-2): Fixed bug where the
13903 initialization of inheriting styles failed when the
13904 dont-override flag is set.
13905
13906 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13907 on this.
13908
13909 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13910
13911 * cc-defs.el (c-forward-comment): Removed the workaround
13912 introduced in 5.38 since it had worse side-effects. If a line
13913 contains the string "//\"", it regarded the // as a comment
13914 start since the \ temporarily doesn't have escape syntax.
13915
13916 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
13917
13918 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13919 ada-xref.el before ada-prj.el, so that the Project menu is created
13920 when ada-prj tries to add to it.
13921 (ada-activate-keys-for-case): Suppress the characters that are not
13922 part of the Ada syntax. Better compatibility with else-mode
13923 (ada-adjust-case-interactive): When auto-casing is not active,
13924 correctly insert newlines (used to insert only ^M). Prevent the
13925 syntax table from being changed in case of an error
13926 (or '_' becomes part of a word and some commands are confused).
13927 Do nothing if ada-auto-case is nil.
13928 (ada-after-keyword-p): Ignore keywords that are also attributes
13929 (ada-batch-reformat): Update usage comment
13930 (ada-call-from-contextual-menu): New function
13931 (ada-case-read-exceptions): Reinitialize the casing exception list
13932 first to nil first, so that the casing exception file can be
13933 shared.
13934 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13935 files.
13936 (ada-compile-goto-error): Fix regexp used to detect a file:line
13937 anywhere in the error message
13938 (ada-contextual-menu-last-point): New variable
13939 (ada-create-keymap): If the variable delete-key-deletes-forward is
13940 t on XEmacs, it means that DEL should delete one character
13941 forward.
13942 (ada-create-menu): Use :included instead of :visible for XEmacs.
13943 New submenu "Options".
13944 (ada-end-stmt-re): Correctly indent "select ... then abort"
13945 statements.
13946 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13947 even if they don't match ada-fill-comment-prefix Fix handling of
13948 paragraphs on the first or last line of a file.
13949 (ada-format-paramlist): Fix handling of default parameter values.
13950 (ada-get-body-name): New function.
13951 (ada-get-current-indent): Optimized by searchling directly for an
13952 existing generic part or a statement outside of it. Handle
13953 ada-indent-align-comments when indenting comments Replaced some
13954 regexps by testing directly the next character. This results in a
13955 huge speedup on some files. New indentation scheme for renames
13956 statements. Stop looking for the 'while' or 'for' associated with
13957 a 'loop' at the first semicolon encountered. A "return" can also
13958 match an anonymous access subprogram declaration.
13959 (ada-get-indent-noindent): Ignore strings and comments when
13960 looking for the keywords "record" and "private".
13961 (ada-goto-matching-decl-start): When matching "if", make sure we
13962 are not in fact seeing "end if". Ignore "when" statements except
13963 when initial keyword was "begin". Fix handling of nested
13964 procedures. Add a recursive call to this function to skip over
13965 other 'end' statmts. Fix indentation for "when .. => begin"
13966 (ada-in-open-paren-p): Fix indentation for complex boolean
13967 expressions, where 'and then', 'or else' and parenthesis
13968 statements are mixed up.
13969 (ada-in-paramlist-p): Skip comments while searching for the
13970 beginning Fix handling of operator declarations.
13971 (ada-indent-align-comments): New variable
13972 (ada-indent-current): Change the syntax table only in the
13973 protected section, so that we are sure it is restored correctly.
13974 (ada-indent-on-previous-lines): Use ada-use-indent and
13975 ada-with-indent Correctly indent "select ... then"
13976 (ada-indent-region): Slight speedup.
13977 (ada-indent-renames): New variable.
13978 (ada-last-which-function-subprog, ada-last-which-function-line):
13979 New variables
13980 (ada-looking-at-semi-private): Correctly indent the 'private'
13981 keyword when it is the first word in a package declaration.
13982 (ada-loose-case-word): Stop searching if at the end of the buffer.
13983 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13984 even if point is not initially at the end of the word.
13985 (ada-matching-decl-start-re): Add "when".
13986 (ada-mode): Add support for abbrev-mode, outline-mode and
13987 which-func-mode Override the old find-file.el entry in
13988 ff-special-constructs since it is using the obsolete
13989 ada-spec-suffix variable
13990 (ada-no-auto-case): New function
13991 (ada-scan-paramlist): When parsing the argument type, accept
13992 spaces (as in "X 'Class", generated by Rational Rose).
13993 (ada-other-file-name): No longer loads the other file.
13994 (ada-popup-menu): Save and restore the current buffer and cursor
13995 position before and after displaying the menu.
13996 (ada-search-ignore-complex-boolean): New function.
13997 (ada-uncomment-region): Emacs21 already knows how to delete
13998 comments not starting in the first column.
13999 (ada-use-indent): New variable
14000 (ada-which-function): New function.
14001 (ada-with-indent): New variable
14002 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14003 can be batch-compiled from the command line.
14004
14005 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14006 Add to the menu when the file is loaded, not in ada-mode-hook.
14007 Add -toolbar to the default ddd command Switches moved from
14008 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14009 ada-prj-default-comp-opt
14010 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14011 Reference Manual to the menu
14012 (ada-check-current): rewritten as a call to ada-compile-current
14013 (ada-compile): Removed.
14014 (ada-compile-application, ada-compile-current, ada-check-current):
14015 Set the compilation-search-path so that compile.el automatically
14016 finds the sources in src_dir. Automatic scrollong of the
14017 compilation buffer. C-uC-cC-c asks for confirmation before
14018 compiling
14019 (ada-compile-current): New parameter, prj-field
14020 (ada-complete-identifier): Load the .ali file before doing
14021 processing
14022 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14023 conform to gnatmake's behavior.
14024 (ada-find-file-in-dir): New function
14025 (ada-find-references): Set the environment variables for gnatfind
14026 (ada-find-src-file-in-dir): New function.
14027 (ada-first-non-nil): Removed
14028 (ada-gdb-application): Add support for jdb, the java debugger.
14029 (ada-get-ada-file-name): Load the original-file first if not done
14030 yet.
14031 (ada-get-all-references): Handles the new ali syntax (parent types
14032 are found between <>).
14033 (ada-initialize-runtime-library): New function
14034 (ada-mode-hook): Always load a project file when a file is opened,
14035 so that the casing exceptions are correctly read.
14036 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14037 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14038 to open the project file, since the latter does not work with
14039 speedbar Get default values before loading the prj file, or the
14040 default executable file name is wrong. Use the absolute value of
14041 src_dir to initialize ada-search-directories and
14042 compilation-search-path,... Add the standard runtime library to
14043 the search path for find-file.
14044 (ada-prj-default-debugger): Was missing an opening '{'
14045 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14046 variables.
14047 (ada-prj-default-gnatmake-opt): New variable
14048 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14049 buffers, the project file is the default one Save the windows
14050 configuration before displaying the menu.
14051 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14052 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14053 ...) regexp-quote identifiers names to support operators +,
14054 -,... in regexps.
14055 (ada-remote): New function.
14056 (ada-run-application): Erase the output buffer before starting the
14057 run Support remote execution of the application. Use
14058 call-process, or the arguments are incorrectly parsed
14059 (ada-set-default-project-file): Reread the content of the active
14060 project file, not the one from the current buffer When a project
14061 file is set as the default project, all directories are
14062 automatically associated with it.
14063 (ada-set-environment): New function
14064 (ada-treat-cmd-string): New special variable ${current}
14065 (ada-treat-cmd-string): Revised. The substitution is now done for
14066 any ${...} substring
14067 (ada-xref-current): If no body was found, compiles the spec
14068 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14069 compiler to get rid of command line length limitations.
14070 (ada-xref-get-project-field): New function
14071 (ada-xref-project-files): New variable
14072 (ada-xref-runtime-library-specs-path)
14073 (ada-xref-runtime-library-ali-path): New variables
14074 (ada-xref-set-default-prj-values): Default run command now does a
14075 cd to the build directory. New field: main_unit Provide a default
14076 file name even if the current buffer has no prj file.
14077
14078 * ada-prj.el:
14079 Rewritten to show a tabbed-dialog.
14080 (ada-prj-add-ada-menu): Remove the map and name parameters.
14081 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14082 New function
14083 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14084 (ada-prj-load-from-file): New function
14085 (ada-prj-save): Always save fields that depend on the current buffer
14086 (ada-prj-show-value): New function
14087
14088 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14089 Ada mode. This will allow us to display the Ada menu in any buffer
14090 we want (for project items).
14091 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14092 number of spaces in the header.
14093
14094 2000-07-24 Dave Love <fx@gnu.org>
14095
14096 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14097
14098 2000-07-23 Noah Friedman <friedman@splode.com>
14099
14100 * type-break.el (type-break): perform autosave.
14101 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14102 (type-break-do-query): Cancel query schedule while performing
14103 actual query, to avoid possibility of a second query being made
14104 while first one is already in progress.
14105 (type-break-time-stamp-format): New variable.
14106 (type-break-time-stamp): New function.
14107 (type-break-time-warning): Use it.
14108 (type-break-keystroke-warning): Use it.
14109 (type-break-noninteractive-query): Use it.
14110
14111 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14112 cookie.
14113 Use add-minor-mode to set minor-mode-alist, if available.
14114 (eldoc-echo-area-use-multiline-p): New user option.
14115 (eldoc-echo-area-multiline-supported-p): New variable.
14116 (eldoc-docstring-format-sym-doc): Use them.
14117 (eldoc-mode): If not using idle timers, append to local post and
14118 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14119 (eldoc-display-message-no-interference-p): Don't interfere with
14120 edebug.
14121 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14122 (eldoc-function-arglist): New function.
14123 (eldoc-function-argstring): Use it.
14124
14125 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14126 auto save directory exists before calling directory-files.
14127
14128 2000-07-23 Dave Love <fx@gnu.org>
14129
14130 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14131 ^o, ^u.
14132
14133 2000-07-21 Dave Love <fx@gnu.org>
14134
14135 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14136 now passed to the function. It now works properly.
14137
14138 * smerge-mode.el (smerge-mode-menu): Fill it out.
14139
14140 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14141
14142 * info-look.el (info-lookup): If *info* is shown in another frame
14143 on the same display, select that frame, instead of switching to
14144 the Info buffer in another window of the selected frame.
14145
14146 * simple.el (universal-argument-map): Bind numeric keypad keys
14147 kp-0 to kp-9 and kp-subtract.
14148 (digit-argument): Handle these keys.
14149
14150 2000-07-20 Dave Love <fx@gnu.org>
14151
14152 * net/goto-addr.el (goto-address-fontify): Don't bother with
14153 buffer-modified and read-only stuff -- irrelevant with overlays.
14154 Put an extra property on the overlays and use it to clean up in
14155 case goto-address is re-run.
14156
14157 2000-07-19 Richard M. Stallman <rms@gnu.org>
14158
14159 * timer.el (run-with-idle-timer): Doc fix.
14160
14161 * mail/mail-utils.el (mail-strip-quoted-names):
14162 Handle case where <...> appears inside "...".
14163 Use replace-match to edit the string more simply.
14164 (rmail-dont-reply-to): Cope with an unmatched ".
14165
14166 2000-07-19 Dave Love <fx@gnu.org>
14167
14168 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14169 implementation.
14170
14171 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14172 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14173 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14174
14175 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14176
14177 * textmodes/refer.el: Correct maintainer's email address.
14178
14179 * progmodes/hideif.el: Correct author's email address.
14180 Fix typo in comment.
14181
14182 * xml.el: New file.
14183
14184 * mail/mailheader.el: Correct author's mail address.
14185
14186 * gnus/parse-time.el: Correct author's mail address.
14187
14188 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14189
14190 * comint.el (comint-highlight-input, comint-highlight-face):
14191 New user options.
14192 (comint-input-ring-file-name): Change custom type.
14193 (comint-mode-map): Bind mouse-2.
14194 (comint-insert-clicked-input): New function.
14195 (comint-send-input): Handle input highlighting.
14196
14197 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14198
14199 * mouse.el (popup-menu): New function.
14200 (mouse-major-mode-menu): Use it.
14201
14202 2000-07-18 Dave Love <fx@gnu.org>
14203
14204 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14205 improvements.
14206
14207 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14208
14209 * faces.el (face-font-selection-order)
14210 (face-font-family-alternatives): Add custom type.
14211
14212 2000-07-18 Dave Love <fx@gnu.org>
14213
14214 * cus-edit.el (custom-variable-reset-saved)
14215 (custom-variable-reset-standard): Remove unused bindings.
14216
14217 * rect.el (open-rectangle-line): Remove unused let.
14218
14219 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14220
14221 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14222
14223 * cdl.el: Fix `Maintainer' keyword.
14224
14225 * play/pong.el: Add author's email address.
14226
14227 2000-07-17 Sam Steingold <sds@gnu.org>
14228
14229 * files.el (insert-directory): Call `split-string' instead of
14230 re-implementing it.
14231
14232 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14233
14234 * mail/vms-pmail.el: Change maintainer to FSF.
14235
14236 * net/goto-addr.el: Change maintainer to FSF.
14237
14238 * info.el (Info-title-face-alist): Removed.
14239
14240 2000-07-18 David Ponce <david@dponce.com>
14241
14242 * recentf.el (recentf-open-files): New command that works like
14243 `recentf-open-more-files', but shows the whole list of files (not just
14244 those omitted from the menu). Useful if you don't use a menu-bar!
14245 (recentf-open-more-files) Modified to use `recentf-open-files'.
14246
14247 (recentf-open-files, recentf-open-more-files)
14248 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14249
14250 (recentf-dialog-mode): New mode for dialogs. You can now just type
14251 "q" to cancel the dialogs.
14252
14253 2000-07-18 David Ponce <david@dponce.com>
14254
14255 * recentf.el: This is a major update of recentf.el. It adds new
14256 features to better organize the recentf menu and "More..." buffer.
14257
14258 Using new provided menu filtering functions you can now organize the
14259 recent files list:
14260
14261 - by major modes
14262 - by directories
14263 - by user defined rules
14264
14265 Finally, with the new `recentf-filter-changer' customizable filter you
14266 can define a ring of filters and dynamically (via the menu) cycle on
14267 each menu organization in the ring (a la msb).
14268
14269 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14270
14271 * eshell/eshell.el (eshell): Replace links to eshell.info with
14272 links to eshell, to avoid problems on systems where the manual is
14273 installed as `eshell'.
14274 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14275 * eshell/em-smart.el (eshell-smart): Ditto.
14276 * eshell/em-banner.el (eshell-banner): Ditto.
14277 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14278
14279 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14280 same-file check in the MS-DOS version (it does support inodes).
14281
14282 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14283
14284 * eshell/eshell.el (eshell-directory-name):
14285 Run default directory name through convert-standard-filename.
14286
14287 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14288
14289 * international/mule-cmds.el (select-safe-coding-system):
14290 Fix typo in the comment.
14291
14292 * language/european.el (compound-text):
14293 Force katakana-jisx0201 to be designated to G1.
14294
14295 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14296 Don't translate some national variant characters of latin-jisx0201.
14297 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14298
14299 * international/kkc.el (kkc-after-update-conversion-functions):
14300 New variable.
14301 (kkc-update-conversion): Run functions in it at the tail.
14302
14303 2000-07-16 John Wiegley <johnw@gnu.org>
14304
14305 * lisp/align.el (align-newline-and-indent):
14306 Adding new function. for auto-aligning blocks of code on RET.
14307 (align-region): Fixed badly formatted minibuffer message.
14308
14309 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14310
14311 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14312 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14313 the conversion list at first if appropriate.
14314 (kkc-next): Don't update kkc-next-count here.
14315 (kkc-prev): Don't update kkc-prev-count here.
14316 (kkc-show-conversion-list-update): Fix setting up of conversion
14317 list message.
14318
14319 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14320
14321 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14322
14323 2000-07-16 Dave Love <fx@gnu.org>
14324
14325 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14326 function to be more specific.
14327
14328 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14329 non-string help-echo.
14330 (widget-types-convert-widget): Defsubst it.
14331 (widget-echo-help): Try to cope with a help-echo function of two
14332 possible sorts.
14333
14334 2000-07-15 Jason Rumney <jasonr@gnu.org>
14335
14336 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14337 Declare as obsolete.
14338
14339 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14340
14341 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14342
14343 * hilit-chg.el: Fix typo.
14344
14345 2000-07-14 Dave Love <fx@gnu.org>
14346
14347 * info.el (Info-mode-menu): Fix use of :help, :enable.
14348
14349 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14350
14351 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14352
14353 2000-07-13 Dave Love <fx@gnu.org>
14354
14355 * emacs-lisp/easymenu.el: Doc fixes.
14356 (easy-menu-remove): Defalias to ignore.
14357
14358 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14359 Call throw correctly.
14360
14361 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14362
14363 * faces.el (frame-background-mode): Doc fix.
14364
14365 * simple.el (eval-expression-print-length): Change custom type to
14366 allow entering nil as value.
14367
14368 2000-07-13 Dave Love <fx@gnu.org>
14369
14370 * progmodes/fortran.el (fortran-imenu-generic-expression):
14371 Change definition layout.
14372 (fortran-mode-menu): Reinstate customize entries.
14373
14374 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14375 Use :filter, per old XEmacs code.
14376
14377 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14378
14379 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14380 event when deciding what to send to the terminal.
14381
14382 2000-07-12 Dave Love <fx@gnu.org>
14383
14384 * cus-start.el: Add optional version as 4th element of specs and
14385 use it for several things new in v21. Remove load-path. Fix type
14386 of line-number-display-limit.
14387
14388 2000-07-11 Dave Love <fx@gnu.org>
14389
14390 * progmodes/fortran.el: Don't require easymenu.
14391 Use repeat counts in various regexps.
14392 (fortran-mode-syntax-table): Defvar directly.
14393 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14394 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14395 Use defvar, not defconst.
14396 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14397 (fortran-mode): Set fortran-comment-line-start-skip,
14398 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14399 (fortran-comment-indent): Use defsubst.
14400 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14401 Use fortran-comment-indent, not fortran-comment-indent-function.
14402 (fortran-comment-region, fortran-electric-line-number): Simplify.
14403 (fortran-auto-fill): New function.
14404 (fortran-do-auto-fill): Deleted.
14405 (fortran-find-comment-start-skip):
14406 Check for non-null comment-start-skip.
14407 (fortran-auto-fill-mode, fortran-fill-statement):
14408 Use fortran-auto-fill.
14409 (fortran-fill): Use fortran-auto-fill. Check for null
14410 comment-start-skip. Simplify final clause and use end-of-line finally.
14411
14412 * widget.el (widget-plist-member): New alias.
14413
14414 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14415
14416 * eshell/esh-module.el (toplevel): Reference
14417 byte-compile-current-file only if it is bound.
14418
14419 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14420
14421 * dired.el: Don't require `dired-aux'.
14422
14423 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14424
14425 * dired-aux.el (dired-show-file-type): New function.
14426 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14427 (dired-show-file-type): Add autoload.
14428
14429 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14430
14431 * international/mule-diag.el (describe-font): Adjusted for the
14432 change of fontset-info.
14433 (print-fontset): Likewise.
14434
14435 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14436
14437 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14438
14439 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14440
14441 * bindings.el: Bind `[delete]' to delete-char.
14442
14443 * dired.el (dired-find-alternate-file): New function.
14444 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14445 (toplevel): Require dired-aux when compiling.
14446 (dired-buffers): Move defvar within file to avoid compiler warning.
14447
14448 * info.el (Info-last-search): Variable removed.
14449 (Info-search-history): New variable.
14450 (Info-search): New Info-search-history.
14451
14452 * battery.el, info-look.el: Change author's mail address.
14453
14454 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14455
14456 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14457 if rmail-ignored-headers is nil.
14458 (rmail-retry-failure): Bind rmail-ignored-headers and
14459 rmail-displayed-headers to nil.
14460
14461 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14462
14463 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14464 (print-region-1): Don't hard code `-h' here.
14465
14466 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14467
14468 2000-07-01 Francesco Potorti` <pot@gnu.org>
14469
14470 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14471 exim can use "your message" instead of "the message".
14472
14473 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14474
14475 * facemenu.el: Docstrings fixes.
14476 (facemenu-get-face): Don't use internal-find-face.
14477 (facemenu-iterate): Rename arg to match the docstring.
14478
14479 * newcomment.el (uncomment-region): Be more careful when skipping
14480 backwards over `=' not to bump into BOBP.
14481
14482 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14483
14484 * ediff-diff.el (ediff-wordify): Use syntax table.
14485 * ediff-init.el (ediff-has-face-support-p): Use
14486 ediff-color-display-p.
14487 (ediff-color-display-p): Use display-color-p, changed to defun
14488 from defsubst.
14489 Got rid of special cases for NeXT and OS/2.
14490 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14491 face.
14492
14493 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14494
14495 * emacs-lisp/lucid.el: Require CL.
14496 (copy-tree, remprop): Remove, it's provided by CL.
14497 (map-keymap): Define in terms of cl-map-keymap.
14498 (extent-property, set-extent-end-glyph): New functions.
14499
14500 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14501
14502 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14503
14504 * Makefile.in (DONTCOMPILE): Add comment that the name may
14505 not be changed without changing the make-dist script.
14506
14507 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14508 (cl-mapc): Use mapc instead of cl-old-mapc.
14509
14510 2000-07-05 Andrew Innes <andrewi@gnu.org>
14511
14512 * makefile.nt: Add support for `bootstrap' and related targets.
14513
14514 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14515
14516 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14517 (easy-menu-do-define): Use `menu-item' format.
14518 Handle case where easy-menu-create-menu returns a symbol.
14519 Manually call the potential top-level filter in the function binding.
14520 (easy-menu-filter-return): New arg NAME.
14521 Convert to a keymap if MENU is an XEmacs menu.
14522 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14523 (easy-menu-converted-items-table, easy-menu-convert-item):
14524 New var and fun to memoize easy-menu-convert-item-1.
14525 (easy-menu-do-add-item): Use it.
14526 (easy-menu-create-menu): Use easy-menu-convert-item.
14527 Wrap easy-menu-filter-return around any :filter specification.
14528 Don't convert the menu if a filter was specified.
14529 Tell easy-menu-make-symbol not to check for MENU being an expression.
14530 (easy-menu-make-symbol): New arg NOEXP.
14531
14532 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14533
14534 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14535 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14536 (eval-defun): If called with prefix arg, instrument code for
14537 Edebug.
14538
14539 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14540 similar to that of eval-defun.
14541
14542 2000-07-04 Dave Love <fx@gnu.org>
14543
14544 * hl-line.el (hl-line-overlay): Make it permanent-local.
14545
14546 * calendar/todo-mode.el: Replaced with a working version, based on
14547 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14548
14549 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14550
14551 * paths.el (prune-directory-list): New function.
14552 (Info-default-directory-list): Rewritten to more methodically
14553 enumerate a big list of possible info directories (based on the
14554 list used by the standalone info reader).
14555
14556 * info.el (info-initialize): Use prune-directory-list to remove
14557 non-existent directories from Info-directory-list.
14558
14559 * paths.el (Info-default-directory-list): Try a list of possible
14560 info-directories instead of a single one. Add the possible
14561 info directory "/usr/share/info".
14562
14563 * woman.el (woman-man.conf-path): Explicitly include the debian
14564 man-db config file "/etc/manpath.config".
14565 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14566 are present in `manpath.config'.
14567 (woman-manpath): Include "/usr/share/man".
14568
14569 2000-07-03 Gerd Moellmann <gerd@gnu.org>
14570
14571 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14572
14573 * startup.el (command-line): Initialize blink-cursor based
14574 on window-system.
14575
14576 * frame.el (blink-cursor): Default to nil if not running under
14577 a window-system.
14578
14579 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14580 (face-x-resources): Remove duplicate entry for :font.
14581
14582 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14583 instead of cycling through windows with next-window.
14584
14585 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14586 of cycling through windows with next-window.
14587
14588 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14589 of cycling through windows with next-window.
14590
14591 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14592 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14593 instead of cycling through windows with next-window.
14594
14595 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14596 instead of cycling through windows with next-window.
14597
14598 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14599 of cycling through windows with next-window.
14600
14601 * terminal.el (te-process-output): Use walk-windows instead of
14602 cycling through windows with next-window.
14603
14604 * server.el (server-switch-buffer): Use some-window instead of
14605 cycling through windows with next-window.
14606
14607 * window.el (some-window): New function.
14608 (walk-windows): Remove reference to walk-windows-start.
14609
14610 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14611
14612 2000-07-03 Richard Stallman <rms@gnu.org>
14613
14614 * window.el (walk-windows): Guarantee termination by keeping a list
14615 of all the windows already handled.
14616
14617 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14618
14619 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14620 window-system.
14621
14622 * man.el (Man-notify-when-ready): Don't use window-system. If
14623 Man-notify-method is newframe, and the display is not
14624 multi-frame, select the frame created for the man page.
14625 (Man-init-defvars): Doc fix.
14626
14627 2000-06-28 Gerd Moellmann <gerd@gnu.org>
14628
14629 * faces.el (region): Change background color for light background.
14630
14631 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14632 attribute from mode-line face of Ediff control frame.
14633
14634 * replace.el (query-replace-map): Bind `e' like `E'.
14635
14636 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14637
14638 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14639 Change name to "Select All".
14640
14641 * dos-fns.el (convert-standard-filename): Fix last change.
14642
14643 2000-06-27 Gerd Moellmann <gerd@gnu.org>
14644
14645 * help.el (describe-variable): Don't insert a second `'s' in front
14646 of the string `value is shown below'. Since the syntax-table is
14647 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14648 an existing `'s', so that this won't be deleted.
14649
14650 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14651 * pcmpl-unix.el: New files.
14652
14653 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14654
14655 * wid-edit.el (widget-member): Use the new plist-member.
14656
14657 2000-06-26 Gerd Moellmann <gerd@gnu.org>
14658
14659 * replace.el (perform-replace): Undo change of 2000-04-04.
14660 Instead, move backward 1 character at the end of the loop when
14661 necessary.
14662
14663 * faces.el (fringe): Change face for different backgrounds.
14664
14665 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14666 patch from John.
14667
14668 * eshell/*.el: Change spelling of the Free Software Foundation.
14669
14670 * eshell/esh-toggle.el: Removed.
14671
14672 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14673
14674 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14675 interactively.
14676
14677 2000-06-26 Alex Schroeder <alex@gnu.org>
14678
14679 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14680 `define-key'; instead of checking `(emacs-version)' check for
14681 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14682 for `;' and `o' which might be electric.
14683
14684 (sql-electric-stuff): New user option.
14685 (sql-magic-go): New function which uses `sql-electric-stuff'.
14686 (sql-magic-semicolon): New function which uses
14687 `sql-electric-stuff'.
14688
14689 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14690 is not fboundp.
14691
14692 (sql-oracle-options): New variable.
14693 (sql-oracle): Use it.
14694
14695 (sql-imenu-generic-expression): Doc change.
14696 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14697 is used.
14698
14699 (sql-informix): Added command line parameter "-" to force
14700 sql-informix-program to use stdout.
14701
14702 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14703
14704 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14705 (cp864-decode-table): Doc fix.
14706 (cp720-decode-table): New variable, supports the Arabic OEM
14707 codepage used by Windows.
14708 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14709
14710 2000-06-23 Dave Love <fx@gnu.org>
14711
14712 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14713 (font-lock-fontify-anchored-keywords): Use
14714 line-beginning-position.
14715 (global-font-lock-mode): Use mapc.
14716
14717 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14718
14719 * eshell/esh-module.el: Require CL when compiling.
14720
14721 2000-06-23 Gerd Moellmann <gerd@gnu.org>
14722
14723 * comint.el (comint-substitute-in-file-name): Call replace-match
14724 with second and third arg t.
14725
14726 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14727 Specify foreground color.
14728
14729 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14730 color.
14731
14732 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14733
14734 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14735 cddr instead of cdddr.
14736
14737 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14738 instead of copy-list.
14739
14740 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14741 of copy-list.
14742
14743 * subdirs.el: Add eshell subdirectory.
14744
14745 * eshell: New subdirectory containing the Eshell package.
14746
14747 * pcomplete.el: New file.
14748
14749 2000-06-23 Paul Eggert <eggert@twinsun.com>
14750
14751 * mail/mailpost.el (post-mail-send-it): Make sure file has
14752 proper permissions from birth.
14753
14754 * files.el (basic-save-buffer-2): When temporarily setting
14755 file modes, set them to current modes plus 0200, not to 0777.
14756
14757 * emerge.el (emerge-make-temp-file): Make sure file has proper
14758 permissions from birth.
14759
14760 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14761
14762 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14763 backup file name through convert-standard-filename.
14764
14765 * dos-fns.el (convert-standard-filename): Convert leading
14766 directories as well. When long file names are supported, convert
14767 characters that are invalid in Windows file names.
14768
14769 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14770
14771 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14772 ps-print crashes. New feature: page selection for printing. Create
14773 raw-text-unix coding system for XEmacs. Doc fix.
14774 (ps-print-version): New version number (5.2.3).
14775 (ps-plot-region): Bug fix.
14776 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14777 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14778 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14779 funs.
14780 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14781 (ps-last-page): New vars.
14782
14783 2000-06-21 Gerd Moellmann <gerd@gnu.org>
14784
14785 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14786 empty option string.
14787
14788 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14789
14790 * man.el (man): Doc fix.
14791
14792 2000-06-21 Kenichi Handa <handa@etl.go.jp>
14793
14794 * international/mule-cmds.el (set-language-info-alist): Docstring
14795 fixed.
14796
14797 2000-06-20 Gerd Moellmann <gerd@gnu.org>
14798
14799 * version.el (emacs-version): Use ISO date format.
14800
14801 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14802 instead of `M-backspace'.
14803
14804 * simple.el (turn-off-auto-fill): New function.
14805
14806 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14807
14808 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14809 Renamed from with-buffer-prepared-for-font-lock and use
14810 inhibit-modification-hooks rather than setting *-change-functions.
14811 Update all functions to use the new name.
14812 (jit-lock-first-unfontify-pos): New semantics (and doc).
14813 (jit-lock-mode): Make non-interactive.
14814 Don't automatically turn on font-lock.
14815 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14816 Always use jit-lock-after-change.
14817 Remove and restore font-lock-after-change-function.
14818 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14819 (jit-lock-after-unfontify-buffer): Remove.
14820 (jit-lock-stealth-fontify):
14821 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14822 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14823
14824 2000-06-20 Sam Steingold <sds@gnu.org>
14825
14826 * emacs-lisp/cl-indent.el (toplevel): Indent
14827 `print-unreadable-object' properly. Untabify.
14828
14829 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14830
14831 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14832 Support for bibentry.
14833 (reftex-compile-variables): Fixed problem with end of section-re.
14834
14835 * texmodes/reftex-dcr.el (reftex-view-crossref,
14836 reftex-view-crossref-from-bibtex):
14837 Deal with changed `reftex-find-citation-regexp-format'.
14838 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14839 Replaced `remprop' with `put'.
14840 (reftex-view-crossref, reftex-view-crossref-when-idle):
14841 Support for bibentry.
14842
14843 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14844 New entry for bibentry package.
14845
14846 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14847 Regexp also matches "\nobibliography".
14848
14849 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14850 Call `reftex-ensure-write-access' before doing anything.
14851 (reftex-ensure-write-access): New function.
14852
14853 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14854
14855 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14856
14857 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14858
14859 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14860
14861 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14862
14863
14864 2000-06-20 Dave Love <fx@gnu.org>
14865
14866 * faces.el (frame-background-mode): Use set-default, not set, in
14867 setter.
14868 (frame-update-faces, frame-update-face-colors): Define with
14869 defalias.
14870
14871 * enriched.el (enriched-decode-foreground)
14872 (enriched-decode-background): Don't use internal-find-face.
14873
14874 * apropos.el: Doc fixes.
14875
14876 * cus-edit.el (customize-changed-options): Check arg.
14877 (customize-version-lessp): Don't require decimal point.
14878
14879 * custom.el (defcustom, defgroup): Doc fix.
14880
14881 * newcomment.el (comment) <defgroup>: Add :version.
14882 (comment-multi-line): Doc fix.
14883
14884 * emulation/mlsupport.el (define-hooked-local-abbrev,
14885 define-hooked-global-abbrev): Fix, using define-abbrev.
14886
14887 2000-06-19 Gerd Moellmann <gerd@gnu.org>
14888
14889 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14890 the whole buffer.
14891
14892 2000-06-19 Dave Love <fx@gnu.org>
14893
14894 * menu-bar.el (menu-bar-options-save): New function.
14895 (menu-bar-options-menu): Use it.
14896 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14897 Simplify.
14898
14899 2000-06-19 Andreas Schwab <schwab@suse.de>
14900
14901 * progmodes/etags.el (tags-query-replace): Put new parameters
14902 START and END at the end, for backward compatibility.
14903
14904 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14905
14906 * international/codepage.el:
14907 (cp-coding-system-for-codepage-1): Delete special codes for
14908 generating xxx-dos coding system because now a CCL based coding
14909 system can handle EOL conversion by default.
14910
14911 * international/mule.el (make-coding-system): Generate subsidiary
14912 coding systems for EOL handling variants even for a CCL based
14913 coding system.
14914
14915 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14916
14917 * international/isearch-x.el (isearch-minibuffer-input-method)
14918 (isearch-minibuffer-input-method-function): These variables
14919 deleted.
14920 (isearch-with-input-method): Don't use the above variables.
14921 (isearch-process-search-multibyte-characters): Likewise. Call
14922 read-string with the arg INHERIT-INPUT-METHOD t.
14923
14924 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14925
14926 * font-lock.el (font-lock-after-fontify-buffer)
14927 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14928
14929 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14930 Use consistent make-local-variable style for font-lock-fontified.
14931 (jit-lock-fontify-buffer):
14932 Don't bother checking for font-lock-mode and jit-lock-mode.
14933
14934 * time.el: Remove trailing ^M that prevent CVS-merging.
14935
14936 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14937
14938 * Makefile.in (distclean): New target.
14939
14940 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14941
14942 * Makefile.in (srcdir): Define for update-subdirs.
14943
14944 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14945
14946 * find-lisp.el: New file.
14947
14948 2000-06-16 Andrew Innes <andrewi@gnu.org>
14949
14950 * time.el (display-time-mail-function): New variable, to allow
14951 external packages to indicate when new mail is available.
14952 (display-time-update): Use it.
14953
14954 2000-06-16 Kenichi Handa <handa@etl.go.jp>
14955
14956 * international/mule.el (mule-version): Change version name to
14957 SAKAKI. AOI has already been used by Meadow.
14958
14959 * international/quail.el (quail-show-guidance-buf): To find the
14960 bottom window (but minibuffer), pay attention to the height of
14961 minibuffer.
14962
14963 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14964
14965 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14966 menu-bar menus. Add help strings. Don't remove the Edit menu
14967 from the menu bar, as the menu bar has enough space now.
14968
14969 * Makefile.in (SHELL): Make sure /bin/sh is used.
14970
14971 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14972 characters, which use series of two ^H characters instead of one.
14973
14974 2000-06-15 Gerd Moellmann <gerd@gnu.org>
14975
14976 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14977 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14978 functions.
14979 (Info-find-node-2): Try a case-sensitive search first, then
14980 do a case-insensitive search.
14981
14982 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14983 tutorials.
14984
14985 * complete.el (PC-env-vars-alist): New variable.
14986 (PC-complete-as-file-name): New function.
14987 (partial-completion-mode): Initialize PC-env-vars-alist from
14988 process-environment.
14989 (PC-do-completion): Handle completion of env vars.
14990
14991 * info.el (Info-set-mode-line): Show file name in mode line,
14992 use `*Info*' instead of `Info:'.
14993
14994 * startup.el (command-line-1): Change copyright messages to year
14995 2000.
14996
14997 2000-06-15 Dave Love <fx@gnu.org>
14998
14999 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15000 not local-map.
15001
15002 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15003
15004 * international/mule.el (set-buffer-file-coding-system): Almost
15005 rewritten to handle `undecided' as no-op.
15006
15007 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15008
15009 * Makefile.in: New file.
15010
15011 * Makefile: Removed.
15012
15013 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15014 (goto-address-highlight-keymap): Bind C-c RET.
15015
15016 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15017
15018 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15019 inherits buffer-file-coding-system of the current buffer.
15020
15021 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15022 0. Give correct argument to set-auto-coding-function.
15023 (tar-expunge): For goto-char, use (point-min), not 0.
15024 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15025 (tar-subfile-save-buffer): Likewize.
15026
15027 * international/mule.el
15028 (after-insert-file-set-buffer-file-coding-system): Call
15029 set-buffer-file-coding-system with the arg FORCE t.
15030
15031 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15032
15033 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15034 nil. Contemporary sendmails issue an X-Authentication-Warning if
15035 the sender is set with `-f'.
15036
15037 2000-06-13 Dave Love <fx@gnu.org>
15038
15039 * help.el (describe-function-1): Kluge around cases of functions
15040 fset to subrs whose doc doesn't match their symbol-name.
15041
15042 * image.el (insert-image): Default STRING to a space.
15043
15044 * info.el Doc fixes.
15045 (Info-build-node-completions): Match Ref tags.
15046
15047 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15048
15049 * frame.el (display-multi-frame-p, display-multi-font-p): New
15050 defaliases for display-graphic-p.
15051
15052 * hl-line.el: Fixed a typo in commentary.
15053
15054 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15055
15056 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15057 fixed.
15058
15059 2000-06-12 Dave Love <fx@gnu.org>
15060
15061 * image.el (insert-image): Save a little consing.
15062
15063 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15064
15065 * language/tibet-util.el: Convert all tibetan-1-column characters
15066 to the corresponding tibetan characters.
15067 (tibetan-add-components): Delete code for the special treatment of
15068 'a chung.
15069
15070 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15071 change.
15072 (tibetan-vowel-transcription-alist): More rules added.
15073 (tibetan-composite-vowel-alist): New variable.
15074 (tibetan-precomposition-rule-alist): More rules added.
15075
15076 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15077
15078 * startup.el (command-line): Only call menu-bar-mode if interactive.
15079
15080 * thingatpt.el (toplevel symbol-properties):
15081 * textmodes/makeinfo.el (makeinfo-compile):
15082 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15083 * progmodes/hideif.el (hif-compress-define-list)
15084 (hide-ifdef-use-define-alist):
15085 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15086 (ange-ftp-vms-add-file-entry):
15087 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15088 * man.el (Man-build-man-command):
15089 * mail/rnewspost.el (news-reply-header-hook):
15090 * info.el (Info-insert-dir):
15091 * emulation/mlconvert.el (backward-word, forward-word, setq):
15092 * emacs-lisp/gulp.el (gulp-send-requests):
15093 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15094 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15095 (byte-optimize-apply, end of file):
15096 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15097 (ad-make-freeze-definition):
15098 * startup.el (command-line, command-line-1): Don't quote lambdas.
15099
15100 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15101 (cvs-cleanup-removed): New function.
15102 (cvs-cleanup-functions): New var.
15103 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15104 some flexibility in specifying additional entries to auto-cleanup.
15105 (cvs-quickdir): New function.
15106 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15107 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15108 (cvs-mode-find-file): Check that we are on a filename or dirname
15109 when invoked through a mouse-click.
15110 (cvs-full-path): Remove.
15111 (cvs-dired-action): Re-introduced.
15112 (cvs-dired-noselect): Use it.
15113 (vc-post-command-functions): use this new hook if available.
15114
15115 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15116 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15117 (cvs-filename-map, cvs-dirname-map): Remove.
15118 (cvs-default-action): Remove.
15119 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15120 if the arg is really a keymap.
15121 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15122 Don't hardcode the mapping from state (aka type) to face, but check
15123 the var cvs-fi-<type>-face instead.
15124 (cvs-fileinfo-from-entries): New function.
15125
15126 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15127 Docstring fix.
15128 (cvs-find-file-and-jump): Change default to be safer.
15129 (cvs-mode-diff-map): Define it as a function as well.
15130 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15131 Bind mouse-2 in this global map rather than with text-properties.
15132
15133 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15134 file to resolve the ambiguity between C(conflict) and C(need-merge).
15135
15136 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15137
15138 * international/mule.el (set-buffer-file-coding-system): If
15139 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15140 unconditionally.
15141
15142 2000-06-12 Dave Love <fx@gnu.org>
15143
15144 * wid-edit.el (widget-specify-button): Really suppress the face if
15145 required.
15146
15147 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15148
15149 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15150
15151 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15152
15153 * imenu.el (imenu-generic-expression): Docstring fix.
15154
15155 * composite.el (composition-function-table): Move the `put'
15156 below the autoload cookie so we can load the file before loaddefs.
15157
15158 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15159
15160 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15161 Handle easy-mmode-define-global-mode.
15162 For complex macros like define-minor-mode that can generate
15163 several autoload entries, try to autoload entries in the
15164 macroexpanded code.
15165
15166 * emacs-lisp/easy-mmode.el (define-minor-mode):
15167 If KEYMAP is a symbol, just use it.
15168 Use byte-compile-current-file and load-file-name to infer the
15169 proper :require to pass to defcustom.
15170 Wrap the hook var into `progn' so as not to autoload it.
15171 Add a :autoload-end cookie.
15172 Be more careful about the evaluation of KEYMAP.
15173 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15174 (define-derived-mode): Move define-abbrev-table outside of defvar.
15175
15176 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15177
15178 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15179 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15180 (backup-compiled-files): Ignore errors during `tar'.
15181 (bootstrap): Make autoloads before elc files.
15182
15183 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15184
15185 * international/mule.el (set-buffer-file-coding-system): If one of
15186 undecided-XXX is specified, change only EOL conversion.
15187
15188 * international/mule-conf.el (unix): New alias for the coding
15189 system undecided-unix.
15190
15191 2000-06-09 Dave Love <fx@gnu.org>
15192
15193 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15194
15195 * progmodes/executable.el: Byte compile dynamic.
15196 (executable-insert): Change custom type.
15197 (executable-find): Add autoload cookie.
15198 (executable-make-buffer-file-executable-if-script-p): New
15199 function. After Noah Friedman.
15200
15201 * files.el (after-save-hook): Customize, with
15202 executable-make-buffer-file-executable-if-script-p as an option.
15203
15204 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15205
15206 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15207 "tib24p-mule.bdf" for Tibetan.
15208
15209 * composite.el (decompose-composite-char): Declare it as obsolete.
15210
15211 * man.el (Man-fontify-manpage): Pay attention to underline and
15212 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15213
15214 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15215
15216 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15217 Set maintainer to FSF since author isn't reachable.
15218
15219 2000-06-08 Dave Love <fx@gnu.org>
15220
15221 * international/mule-cmds.el (select-safe-coding-system): If
15222 DEFAULT-CODING-SYSTEM is not specified, also check the most
15223 preferred coding-system if buffer-file-coding-system is
15224 `undecided'. From Handa.
15225
15226 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15227
15228 * international/mule.el
15229 (after-insert-file-set-buffer-file-coding-system): If the buffer
15230 size is greater than INSERTED, judget that we are not visiting.
15231
15232 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15233
15234 * whitespace.el (defgroup whitespace): Comment out `:version'.
15235 XEmacs 20.4 has problems defining the group with this present.
15236 We'll have this commented out till get resolve the problem.
15237
15238 2000-06-07 John Wiegley <johnw@gnu.org>
15239
15240 * align.el (align-dq-string-modes, align-sq-string-modes)
15241 (align-open-comment-modes): Add pyhton-mode.
15242 (align-rules-list): Use get-text-property instead of
15243 text-properties-at.
15244 (align-rules-list): Add python-assignment.
15245 (align-rules-list): Change perl-comma-delimiter to
15246 basic-comma-delimiter. Use if for Perl modes and python-mode.
15247 (align-rules-list): Add python-chain-logic and
15248 basic-line-continuation.
15249
15250 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15251
15252 * apropos.el (apropos-mode-hook): New user variable.
15253 (apropos-mode): Run apropos-mode-hook.
15254
15255 2000-06-07 David Ponce <david@dponce.com>
15256
15257 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15258 commands. Require `wid-edit' at run-time.
15259
15260 2000-06-07 David Ponce <david@dponce.com>
15261
15262 * recentf.el: Added some "Commentary".
15263 (recentf-open-more-files, recentf-edit-list): Minor changes to
15264 move the point at the top of the file list. This behaviour is
15265 consistent with the menu one when the list contains a lot of
15266 files.
15267 (recentf-cleanup): Now displays the number of items removed from
15268 the list.
15269 (recentf-relative-filter) New menu filter to show filenames
15270 relative to `default-directory'.
15271
15272 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15273
15274 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15275 with/without giving an error if PostScript printer doesn't have this
15276 kind of page size. Zebra Stripe continues or restarts on next page.
15277 Manual/automatic paper feeding. Switch or not the header.
15278 (ps-print-version): New version number (5.2.2).
15279 (ps-windows-system): Include emx as a Windows system.
15280 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15281 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15282 (ps-background-text): Code fix.
15283 (ps-error-handler-message, ps-user-defined-prologue)
15284 (ps-print-prologue-header, ps-printer-name)
15285 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15286 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15287 (ps-use-face-background): Customization fix.
15288 (ps-n-up-database): Data fix.
15289 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15290 (ps-switch-header): New vars.
15291 (ps-xemacs-color-name, ps-face-foreground-name)
15292 (ps-face-background-name, ps-boolean-constant): New funs.
15293
15294 2000-06-07 Dave Love <fx@gnu.org>
15295
15296 * allout.el: New version from Manheimer.
15297
15298 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15299
15300 * textmodes/fill.el (fill-find-break-point): Check the validity of
15301 charset.
15302
15303 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15304
15305 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15306 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15307 Call display-color-p and display-mouse-p instead of looking at
15308 window-system.
15309
15310 2000-06-06 Dave Love <fx@gnu.org>
15311
15312 * image.el (find-image): Doc fix. Return nil if image not found.
15313 (put-image, insert-image): Make STRING arg optional.
15314
15315 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15316
15317 * language/vietnamese.el: Remove eval-when-compile.
15318 (viet-viscii-nonascii-translation-table): Define it as a
15319 translation table made from viet-viscii-decode-table.
15320 (viet-viscii-encode-table): Define it as a translation table made
15321 from the reverse map of above.
15322 (viet-vscii-nonascii-translation-table): Define it as a
15323 translation table made from viet-vscii-decode-table.
15324 (viet-vscii-encode-table): Define it as a translation table made
15325 from the reverse map of above.
15326 (ccl-decode-viscii): Use translate-character.
15327 (ccl-encode-viscii, ccl-encode-viscii-font)
15328 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15329 Likewize.
15330
15331 * language/cyrillic.el: Remove eval-when-compile.
15332 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15333 translation table made from cyrillic-koi8-r-decode-table.
15334 (cyrillic-koi8-r-encode-table): Define it as a translation table
15335 made from the reverse map of above.
15336 (ccl-decode-koi8): Use translate-character.
15337 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15338 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15339 a translation table made from cyrillic-alternativnyj-decode-table.
15340 (cyrillic-alternativnyj-encode-table): Define it as a translation
15341 table made from the reverse map of above.
15342 (ccl-decode-alternativnyj): Use translate-character.
15343 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15344 Likewize
15345
15346 * international/mule-diag.el (non-iso-charset-alist): Specify
15347 translation table symbol instead of translation table itself.
15348 (list-block-of-chars): CHARSET may be a translation table symbol.
15349
15350 * international/mule.el (make-coding-system): If CODING-SYSTEM
15351 already exists, override it.
15352
15353 * international/fontset.el: Use family `proportional' for Tibetan
15354 fonts.
15355
15356 * international/ccl.el (ccl-compile-translate-character): Don't
15357 check if Rrr has property translation-table.
15358 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15359
15360 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15361
15362 * info.el: Bind case-fold-search to t when searching in case
15363 a user sets it to nil in a hook.
15364
15365 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15366
15367 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15368 * hl-line.el (hl-line-mode): Use the new :global key argument.
15369
15370 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15371 (tar-clip-time-string): Prepend a space.
15372 (tar-grind-file-mode): Construct a string rather than modifying one.
15373 (tar-header-block-summarize): Fix docstring.
15374 Use `format' rather than an error-prone set of copy-loops.
15375
15376 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15377 (diff-goto-source, diff-unified->context, diff-context->unified)
15378 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15379 understand the format output by the `-p' argument to diff.
15380
15381 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15382 (sh-re-done): Use defconst.
15383 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15384 (sh-help-string-for-variable, sh-guess-basic-offset):
15385 Don't quote lambdas.
15386 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15387 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15388
15389 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15390 (mh-letter-mode): Derive from text-mode.
15391 This implicitly means that it now calls kill-all-local-variables.
15392 Also remove the Emacs-18 compatibility code.
15393
15394 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15395 Make use of symbol-property doc-string-elt.
15396 Use memq rather than a sequence of eq.
15397 (doc-string-elt): Fix the wrong or missing previously unused values.
15398 (autoload-print-form): New function extracted from
15399 generate-file-autoloads to allow recursion when handling progn
15400 so that defvar's and defun's docstrings are properly printed.
15401 (generate-file-autoloads): Use it.
15402
15403 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15404 Use find-file-hooks in the minor-mode function.
15405 Be careful not to loop indefinitely in the post-command-hook function.
15406
15407 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15408
15409 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15410 tty's.
15411 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15412 differences whenever appropriate.
15413 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15414 * viper.el (find-file, find-file-other-window): Get viper to do
15415 wildcards.
15416
15417 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15418
15419 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15420 (jit-lock-fontify-buffer): New function for JIT refontification.
15421 (jit-lock-mode): Fix docstring.
15422 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15423 Remove jit-lock-after-change from the _local_ hook.
15424 (jit-lock-function-1): Fix docstring.
15425
15426 * info.el (Info-on-current-buffer): Initialize info.
15427
15428 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15429
15430 * progmodes/tcl.el (tcl-indent-for-comment):
15431 Ignore comment-indent-hook.
15432
15433 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15434 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15435 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15436 and improve to use the lighter to guess the capitalization.
15437 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15438 Add keyword arguments to specify global-ness or the custom group.
15439 Add local-map and help-echo properties to the lighter.
15440 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15441 (easy-mmode-define-global-mode): New macro.
15442
15443 2000-06-02 Dave Love <fx@gnu.org>
15444
15445 * wid-edit.el: byte-compile-dynamic since we typically don't use
15446 all the widgets. Don't require cl or widget. Remove
15447 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15448 (widget-read-event): Removed. Callers changed to use read-event.
15449 (widget-button-release-event-p): Renamed from
15450 button-release-event-p.
15451 (widget-field-add-space, widget-field-use-before-change):
15452 Uncustomize.
15453 (widget-specify-field): Use keymap property, not local-map.
15454 (widget-specify-button): Obey :suppress-face.
15455 (widget-specify-insert): Use modern backquote syntax.
15456 (widget-image-directory): Renamed from widget-glyph-directory.
15457 (widget-image-enable): Renamed from widget-glyph-enable.
15458 (widget-image-find): Replaces widget-glyph-find.
15459 (widget-button-pressed-face): Move defvar.
15460 (widget-image-insert): Replaces widget-glyph-insert.
15461 (widget-convert): Use keywordp.
15462 (widget-leave-text, widget-children-value-delete): Use mapc.
15463 (widget-keymap): Remove XEmacs stuff.
15464 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15465 (widget-button-click): Don't set point at the click, but re-centre
15466 if we scroll out of window. Rewritten for images v. glyphs &c.
15467 (widget-tabable-at): Use POS arg, not point.
15468 (widget-beginning-of-line, widget-end-of-line)
15469 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15470 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15471 (widget-default-create): Use widget-image-insert; some rewriting.
15472 (widget-visibility-value-create)
15473 (widget-push-button-value-create, widget-toggle-value-create): Use
15474 widget-image-insert.
15475 (checkbox): Create on and off images dynamically.
15476 (documentation-link): Change :help-echo.
15477 (widget-documentation-link-echo-help): Remove.
15478
15479 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15480
15481 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15482
15483 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15484 (easy-mmode-define-toggle, define-minor-mode): Use it.
15485 (easy-mmode-define-keymap): Docstring fix.
15486 (define-derived-mode): Default PARENT to fundamental-mode.
15487 Add the derived-mode-parent symbol-property.
15488 (easy-mmode-derived-mode-p): New function.
15489
15490 2000-06-02 Dave Love <fx@gnu.org>
15491
15492 * files.el (convert-standard-filename): Doc fix.
15493 (normal-backup-enable-predicate): New function.
15494 (backup-enable-predicate): Use it to replace the lambda form.
15495
15496 * calendar/todo-mode.el: [This needs more work on the outline
15497 stuff.] Doc fixes.
15498 (todo) <defgroup>: Add :version.
15499 (todo-add-category): Don't use pushnew.
15500 (todo-cmd-raise): Fix typo.
15501 (todo-top-priorities): Change temp buffer name.
15502 (todo-category-alist): Avoid redundant lambda.
15503 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15504 Use outline-next-heading.
15505
15506 * autoarg.el: Rewritten to use define-minor-mode.
15507 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15508 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15509
15510 2000-06-02 Kenichi Handa <handa@etl.go.jp>
15511
15512 * isearch.el (isearch-other-meta-char): Fix previous change.
15513
15514 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15515
15516 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15517 (log-edit-done): Only add the comment to the ring if it's different
15518 from the last comment entered.
15519
15520 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15521
15522 2000-06-01 Dave Love <fx@gnu.org>
15523
15524 * hl-line.el: Rewritten using define-minor-mode.
15525
15526 * help.el (describe-function-1): Distinguish special form from
15527 builtin function. Sanity-check presence of arglist for builtins.
15528
15529 2000-06-01 Kenichi Handa <handa@etl.go.jp>
15530
15531 * international/characters.el: Fix syntax/category setting of
15532 Tibetan characters.
15533
15534 * language/tibet-util.el (tibetan-add-components): Fixes for new
15535 encoding of Tibetan characters.
15536 (tibetan-decompose-precomposition-alist): New variable.
15537 (tibetan-decompose-region): Convert precomposed characters to
15538 non-precomposed characters.
15539 (tibetan-decompose-string): Likewise.
15540 (tibetan-composition-function): Fix args to
15541 thibetan-compose-string.
15542
15543 * language/tibetan.el (tibetan-composable-pattern): More
15544 characters included.
15545 (tibetan-consonant-transcription-alist): Rule for "R" added.
15546 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15547 "+R" added.
15548 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15549
15550 * language/lao-util.el (lao-composition-function): Fix args to
15551 compose-string.
15552
15553 * language/thai-util.el (thai-composition-function): Fix args to
15554 compose-string.
15555
15556 * isearch.el (isearch-update): Set disable-point-adjustment to t
15557 to prevent the point moving to the end of a composition when a
15558 part of a composition is searched.
15559 (isearch-other-meta-char): If the key invoking this command can be
15560 mapped by function-key-map to a printing char, call
15561 isearch-process-search-char directly.
15562
15563 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15564
15565 * emacs-lisp/bytecomp.el:
15566 * frame.el:
15567 * international/mule-cmds.el:
15568 * international/mule-util.el:
15569 * international/mule.el:
15570 * mouse.el:
15571 * subr.el:
15572 * faces.el: Update calls to make-obsolete with a WHEN argument.
15573
15574 * byte-run.el (make-obsolete, make-obsolete-variable):
15575 Add an optional WHEN argument and change the format of the
15576 symbol-property information.
15577 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15578 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15579 new obsolete-symbol-property format and print WHEN if it is provided.
15580
15581 2000-05-31 Dave Love <fx@gnu.org>
15582
15583 * loadhist.el (loadhist-hook-functions): Remove
15584 before-change-function, after-change-function.
15585 (unload-feature): Deal with symbols which are both bound and
15586 fbound.
15587
15588 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15589 before-change-function, after-change-function.
15590
15591 * simple.el (newline): Don't bind before-change-function,
15592 after-change-function.
15593
15594 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15595
15596 * whitespace.el (whitespace-rescan-timer-time): Update interval
15597 set to 600 seconds (10 minutes) instead of 60 seconds since
15598 a large number of whitespace buffers causes emacs to `freeze'
15599 for a considerable amount of time.
15600
15601 * whitespace.el: Updated email address
15602
15603 2000-05-31 Dave Love <fx@gnu.org>
15604
15605 * add-log.el (change-log-font-lock-keywords) <function>: Add
15606 pattern for function of change.
15607 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15608 acknowledgements patterns.
15609
15610 2000-05-31 Kenichi Handa <handa@etl.go.jp>
15611
15612 * isearch.el (isearch-printing-char): If keyboard coding system is
15613 being used, call isearch-process-search-multibyte-characters.
15614
15615 * international/isearch-x.el: Mostly rewritten.
15616
15617 * international/quail.el (quail-start-conversion): Don't include
15618 unhandled events in the returned events, but set them in
15619 unread-command-events. Exit if all inputs are deleted.
15620
15621 2000-05-30 Jason Rumney <jasonr@gnu.org>
15622
15623 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15624
15625 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15626 Reenable code to create initial fontsets.
15627 Use set-fontset-font in place of put-charset-property.
15628
15629 2000-05-30 Gerd Moellmann <gerd@gnu.org>
15630
15631 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15632 label, ensure that the first colon isn't followed by another.
15633
15634 * paths.el (Info-default-directory-list): Doc fix.
15635
15636 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15637 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15638 send a query containing USER only, not USER@HOST.
15639
15640 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15641 and rmail-msgend to compute the restriction at the end, instead of
15642 computing it.
15643
15644 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15645
15646 * dabbrev.el (dabbrev-expand): Don't display messages in the
15647 echo area if the minibuffer window is active.
15648
15649 * jit-lock.el (jit-lock-mode): Add after change function to
15650 local hook.
15651
15652 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15653
15654 * antlr-mode.el: New commands: hide/unhide actions,
15655 upcase/downcase literals.
15656 (antlr-tiny-action-length): New user option.
15657 (antlr-hide-actions): New command. Suggested by
15658 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15659 (antlr-mode-map): New binding [C-c C-v].
15660 (antlr-mode-menu): New entries.
15661 (antlr-downcase-literals): New command.
15662 (antlr-upcase-literals): Ditto.
15663
15664 * antlr-mode.el: Minor changes: indendation, mode-name.
15665 (antlr-indent-line): Indent cpp directive at column 0.
15666 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15667
15668 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15669 (antlr-font-lock-additional-keywords): Workaround for intentional
15670 bug in XEmacs version of font-lock.
15671 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15672 be used by a smarter version of `buffers-menu-grouping-function'.
15673
15674 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15675
15676 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15677 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15678
15679 2000-05-29 Kenichi Handa <handa@etl.go.jp>
15680
15681 * international/encoded-kb.el
15682 (encoded-kbd-iso2022-designation-map): Pay attention to that
15683 charset-iso-final-char return -1 for eight-bit-control and
15684 eight-bit-graphic.
15685
15686 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15687
15688 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15689 (speedbar-easymenu-definition-base): Use display-graphic-p where
15690 available, instead of window-system.
15691
15692 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15693
15694 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15695 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15696 coding systems.
15697
15698 2000-05-26 Dave Love <fx@gnu.org>
15699
15700 * disp-table.el (standard-display-underline): Don't use
15701 internal-find-face.
15702
15703 * mail/reporter.el: Maintainer change. Doc fixes.
15704 (reporter-version): Deleted.
15705
15706 * emacs-lisp/elp.el: Maintainer change.
15707 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15708
15709 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15710
15711 * add-log.el (add-change-log-entry): Merge the current entry with the
15712 previous one if the previous one is empty.
15713
15714 2000-05-26 Dave Love <fx@gnu.org>
15715
15716 * loadhist.el (unload-feature): Fix interactive spec [from
15717 lijnzaad@ebi.ac.uk].
15718
15719 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15720 subr-arity to check primitives.
15721 (byte-compile-flush-pending, byte-compile-file-form-progn)
15722 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15723 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15724 mapcar.
15725
15726 2000-05-26 Kenichi Handa <handa@etl.go.jp>
15727
15728 * international/fontset.el: Set family names of non-latin charsets
15729 in default fontset to "*".
15730
15731 * international/mule-diag.el (print-fontset): Combine family part
15732 and registry part of the fontname by "-*-" instead of "-".
15733
15734 * international/mule-cmds.el (encode-coding-char): Make strings
15735 multibyte before calling encode-coding-string.
15736
15737 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15738
15739 * derived.el: Fix keywords.
15740 (define-derived-mode): Only define if needed.
15741
15742 * simple.el (fill-comment, comment-column, comment-start)
15743 (comment-start-skip, comment-end, comment-indent-function)
15744 (block-comment-start, block-comment-end, indent-for-comment)
15745 (set-comment-column, kill-comment, comment-padding, comment-region)
15746 (comment-multi-line, indent-new-comment-line): Remove.
15747
15748 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15749 function names for comment operations.
15750
15751 * newcomment.el: Add abundant autoload cookies.
15752 (comment-style): Don't depend on runtime data at compile-time.
15753 (comment-indent-hook): Remove.
15754 (comment-indent): Check if comment-indent-hook is bound.
15755 (comment-region): Docstring fix.
15756
15757 2000-05-25 Dave Love <fx@gnu.org>
15758
15759 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15760 byte-code-function-p.
15761
15762 * mail/rmailsum.el: Add provide.
15763
15764 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15765
15766 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15767 defcustom.
15768
15769 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15770
15771 * ediff-diff.el (ediff-exec-process): delete --binary option from
15772 non-buffer ediff jobs.
15773
15774 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15775
15776 * hilit-chg.el (highlight-changes-mode): Ask about color or
15777 grayscale support, not about window-system.
15778
15779 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15780 window-system.
15781 (ffap-highlight): Always default to t.
15782
15783 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15784 display-popup-menus-p instead of looking at window-system.
15785
15786 * disp-table.el (standard-display-g1, standard-display-graphic):
15787 Only refuse to use string glyphs on X and MS-Windows.
15788
15789 * avoid.el: Remove window-system from commentary, suggest to use
15790 display-*-p instead.
15791
15792 * apropos.el (apropos-print): Use display-mouse-p instead of
15793 window-system.
15794
15795 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15796
15797 * international/codepage.el (cp-decoding-vector-for-codepage):
15798 Fill up unsupported characters with their own codes. From Kenichi
15799 Handa.
15800
15801 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15802
15803 * international/mule-diag.el (describe-char-after): Use
15804 display-graphic-p instead of window-system, so that this function
15805 works on MS-DOS.
15806
15807 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15808
15809 * international/codepage.el (cp-make-coding-systems-for-codepage):
15810 Remove the eight-bit-graphic and eight-bit-control charsets from
15811 the list of charsets which we convert into `?'.
15812
15813 2000-05-25 Kenichi Handa <handa@etl.go.jp>
15814
15815 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15816 private charsets.
15817 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15818 japanese-jisx0213-2): New charsets.
15819
15820 * international/fontset.el: Setup default fontset for new charsets.
15821
15822 2000-05-24 Dave Love <fx@gnu.org>
15823
15824 * info.el (Info-find-node-2): Restructure [following "Vadim
15825 S. Solomin" <sovs@uic.nnov.ru>].
15826
15827 * icomplete.el: Fix header for Finder.
15828
15829 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15830
15831 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15832 STAY.
15833
15834 * rmail.el (rmail-automatic-folder-directives): New user variable.
15835 (rmail-show-message): Add call to `rmail-auto-file' during
15836 display.
15837 (rmail-auto-file): New function.
15838
15839 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15840
15841 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15842 account.
15843 (ediff-test-utility,ediff-diff-mandatory-option)
15844 (ediff-reset-diff-options): Utilities for proper initialization of
15845 ediff-diff-options and ediff-diff3-options on Windows.
15846
15847 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15848 variable.
15849
15850 * ediff-mult.el (ediff-filegroup-action): Use
15851 ediff-merge-filename-prefix.
15852
15853 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15854
15855 * viper-ex.el (ex-write): Set selective display to nil.
15856
15857 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15858
15859 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15860 aliases for hebrew-iso-8bit.
15861
15862 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15863
15864 * woman.el: New version from Francis J. Wright
15865 <F.J.Wright@Maths.QMW.ac.uk>.
15866 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15867 names in environment variables regardless of the path separator.
15868 (woman-topic-all-completions-1): Don't call file-name-directory-p
15869 on all files, since woman-file-regexp already filters out any
15870 directories.
15871
15872 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15873
15874 * international/quail.el (quail-start-translation): Don't change
15875 modified-p of the current buffer.
15876 (quail-start-conversion): Likewise.
15877
15878 * international/kkc.el (kkc-region): Don't change modified-p of
15879 the current buffer.
15880
15881 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15882 conform to RFC1468.
15883 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15884
15885 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15886
15887 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15888 (speedbar-insert-button): Invisible text property fix.
15889 (speedbar-directory-plus): Renamed from speedbar-directory-+
15890 (speedbar-directory-minus): Renamed from speedbar-directory--
15891 (speedbar-page-plus): Renamed from speedbar-file-+
15892 (speedbar-page-minus): Renamed from speedbar-file--
15893 (speedbar-page): Renamed from speedbar-file-
15894 (speedbar-tag): Renamed from speedbar-tag-
15895 (speedbar-tag-plus): Renamed from speedbar-tag-+
15896 (speedbar-tag-minus): Renamed from speedbar-tag--
15897 (speedbar-expand-image-button-alist): Use above renames.
15898
15899 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15900 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15901 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15902 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15903 * sb-pg.xpm: Renamed from sb-file.xpm
15904 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15905 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15906
15907 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15908
15909 * international/quail.el (quail-show-guidance-buf): Set
15910 current-input-method of the guidance buffer to the name of the
15911 curren input method.
15912
15913 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15914
15915 * progmodes/compile.el (compile-internal): Style typo.
15916
15917 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15918 quote vars and functions in the docstring.
15919
15920 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15921
15922 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15923 Don't quote lambdas.
15924
15925 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15926
15927 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15928
15929 * startup.el (command-line): Determine source file of compiled
15930 user init file differently. Warn if compiled user init file
15931 is older than its source file.
15932
15933 * ffap.el (ffap-url-regexp): Add `https'.
15934
15935 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15936
15937 * files.el (make-backup-file-name-1): Replace slashes with `!'
15938 rather than `|' (which is not allowed on Windows). Replace the
15939 drive letters with a string "drive_X".
15940
15941 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15942
15943 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15944
15945 * files.el (interpreter-mode-alist): Add `bash2'.
15946
15947 2000-05-22 Dave Love <fx@gnu.org>
15948
15949 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15950 mapc.
15951 (feature-file): Avoid calling symbol-name. Doc fix.
15952 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15953 (loadhist-hook-functions): Add mouse-position-function.
15954 (unload-feature): Change uses of mapcar.
15955
15956 * files.el (parse-colon-path): Doc fix.
15957 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15958 (set-auto-mode): Use mapc.
15959
15960 * complete.el (PC-look-for-include-file): Use :alnum: character
15961 class.
15962 (partial-completion-mode): Add autoload cookie.
15963
15964 2000-05-22 Sam Steingold <sds@gnu.org>
15965
15966 * info.el (Info-fontify-node): Fixed the call to
15967 `add-text-properties' (bug introduced on 2000-05-18).
15968
15969 2000-05-22 Dave Love <fx@gnu.org>
15970
15971 * bindings.el: Remove debug-ignored-errors set in other files.
15972
15973 * progmodes/etags.el: Add to debug-ignored-errors.
15974 (visit-tags-table-buffer): Clear out buffers holding old tables
15975 when making a new list.
15976 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15977 mapc.
15978
15979 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15980 quote keywords.
15981 (cmpl-string-case-type): Use character classes.
15982
15983 * comint.el:
15984 * textmodes/ispell.el:
15985 * imenu.el:
15986 * mail/mh-e.el:
15987 * progmodes/compile.el: Add to debug-ignored-errors.
15988
15989 * dabbrev.el: Add to debug-ignored-errors.
15990 (dabbrev-completion): Use mapc.
15991
15992 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15993
15994 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15995 (woman-mapcan, woman-parse-man.conf)
15996 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15997 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15998 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15999 path syntax better.
16000 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16001 (woman-manpath): Call woman-parse-man.conf.
16002 (woman-emulation): New defcustom, defaults to nroff.
16003 (woman-font-support): New defconst.
16004 (woman-use-symbol-font): New defcustom.
16005 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16006 "Emulation".
16007 Many functions: Doc fix.
16008
16009 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16010
16011 * international/quail.el (quail-simple-translation-keymap): Map
16012 128..255 to quail-self-insert-command.
16013 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16014
16015 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16016
16017 * help.el (help-manyarg-func-alist): Typo.
16018
16019 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16020 intervals which makes it heaps simpler.
16021
16022 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16023 the nested comment markers.
16024
16025 * subr.el (remove-hook): Don't turn the hook's value into a list.
16026
16027 2000-05-21 Dave Love <fx@gnu.org>
16028
16029 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16030 are invalid characters.
16031
16032 * international/mule-util.el (detect-coding-with-priority): Use
16033 mapc. Remove redundant lambda.
16034
16035 * international/mule-diag.el (list-non-iso-charset-chars)
16036 (describe-fontset): Remove redundant lambda.
16037
16038 * emulation/crisp.el (brief-mode): New alias.
16039
16040 * emacs-lisp/ring.el (ring-elements): New function.
16041
16042 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16043 (easy-menu-do-add-item): Use keywordp.
16044
16045 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16046
16047 * replace.el: Doc and error message fixes.
16048 (replace-highlight): Use facep, not internal-find-face.
16049
16050 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16051
16052 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16053
16054 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16055 (log-edit-insert-changelog): Drop `:' as well.
16056
16057 * log-view.el: Fix file description.
16058 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16059 available.
16060 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16061 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16062
16063 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16064 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16065 Print a status message if the toggle is called interactively.
16066 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16067 for global minor modes and use `defcustom' for them.
16068 Use add-minor-mode.
16069 (easy-mmode-define-derived-mode): Remove.
16070 (define-derived-mode): Fancier default docstring.
16071 (easy-mmode-define-navigation): Signal an error rather than (ding).
16072
16073 * newcomment.el (comment-styles): New `box-multi'.
16074 (comment-normalize-vars): Better default for comment-continue to
16075 avoid whitespace-only continuations.
16076 (comment-search-forward): Always move even in the no-syntax case.
16077 (comment-padright): Only obey N if it's only obeyed for padleft.
16078 (comment-make-extra-lines): Better handling of empty continuations.
16079 Use `=' for the filler if comment-start has only one character.
16080 (uncomment-region): Try handling the special `=' filler.
16081 (comment-region): Allow LINES even if MULTI is nil.
16082 (comment-box): Choose box style based on comment-style.
16083
16084 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16085
16086 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16087 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16088
16089 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16090
16091 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16092 and insert, not subst-char-in-region.
16093
16094 * international/mule-diag.el (list-character-sets-1): Handle
16095 charsets eight-bit-control and eight-bit-graphic.
16096 (list-iso-charset-chars): Likewise.
16097 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16098 charactes as is. Use indent-to to align characters.
16099
16100 * international/mule-cmds.el (find-multibyte-characters): Never
16101 exclude charsets eight-bit-control and eight-bit-graphic.
16102
16103 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16104
16105 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16106 Don't quote lambdas.
16107
16108 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16109
16110 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16111
16112 * gud.el (gud-jdb-directories): Doc fix.
16113
16114 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16115
16116 * newcomment.el: New file.
16117
16118 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16119
16120 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16121
16122 2000-05-18 Andreas Schwab <schwab@suse.de>
16123
16124 * dired.el (dired-between-files): Also skip lines beginning with
16125 `used'.
16126
16127 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16128
16129 * msb.el (msb-menu-cond): Add choice `user'.
16130
16131 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16132
16133 * ps-print.el: Compatibility, customization and doc fix.
16134 (ps-printer-name-option): Replace defconst by defvar.
16135 (ps-postscript-code-directory): XEmacs compatibility.
16136 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16137 fix.
16138 (ps-user-defined-prologue, ps-print-prologue-header)
16139 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16140 compatibility and code fix.
16141 (ps-print-background-image, ps-print-background-text):
16142 Customization fix.
16143 (ps-line-number-start, ps-n-up-on): New vars.
16144
16145 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16146
16147 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16148 the indent-comment function to just return the appropriate indent.
16149
16150 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16151
16152 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16153 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16154 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16155
16156 2000-05-18 Dave Love <fx@gnu.org>
16157
16158 * info.el (Info-fontify-node): Add intangible property as well as
16159 invisible.
16160
16161 * calendar/appt.el (appt-make-list): Match all lines of entry.
16162 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16163
16164 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16165
16166 * international/mule-diag.el (describe-char-after): Call
16167 internal-char-font, not char-font. If internal-char-font returns
16168 nil, display "-- none --".
16169
16170 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16171
16172 * image.el (image-type-available-p): Don't reference image-types
16173 if it isn't bound.
16174
16175 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16176
16177 * autoarg.el (autoarg-mode): Typo in the :set argument.
16178
16179 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16180
16181 * startup.el (command-line-1): Don't signal an error if the
16182 directory for auto-save-list files does not yet exist.
16183
16184 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16185
16186 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16187
16188 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16189
16190 * subr.el (remove-hook): `setq' hook-value, not `set'.
16191
16192 2000-05-16 Sam Steingold <sds@gnu.org>
16193
16194 * info.el (debug-ignored-errors): More errors to ignore.
16195
16196 2000-05-16 Dave Love <fx@gnu.org>
16197
16198 * cus-edit.el: Don't require cl or easymenu.
16199 (custom-variable-prompt): Test standard-value property, not
16200 user-variable-p.
16201
16202 2000-05-16 Sam Steingold <sds@gnu.org>
16203
16204 * subr.el (add-hook): `setq' hook-value, not `set'.
16205
16206 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16207
16208 * startup.el (command-line-1): Mention the FAQ in the startup
16209 message.
16210
16211 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16212
16213 * progmodes/compile.el (compilation-parse-errors): Collect
16214 `nomessage' regexps last.
16215
16216 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16217
16218 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16219 to the function name.
16220
16221 2000-05-15 Dave Love <fx@gnu.org>
16222
16223 * speedbar.el (speedbar-recenter): Typo.
16224 (speedbar-expand-line): Make arg optional.
16225 (speedbar-mode): Avoid a compiler warning.
16226
16227 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16228
16229 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16230 user-specified option string is empty.
16231
16232 * mouse.el (mouse-yank-at-click): Doc fix.
16233
16234 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16235
16236 * term/internal.el (IT-character-translations): More updates of
16237 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16238 documents.
16239
16240 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16241
16242 * env.el (getenv): New function, interactively callable.
16243 (setenv, getenv): Remove autoload cookies.
16244
16245 * loadup.el: Load `env'.
16246
16247 * progmodes/f90.el: Change author's mail address.
16248
16249 2000-05-14 Dave Love <fx@gnu.org>
16250
16251 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16252 goto-addr as an option.
16253
16254 * help.el (help-xref-stack): Doc fix.
16255 (help-xref-following): New variable.
16256 (help-make-xrefs): Use it.
16257 (help-xref-go-back): Use position information from stack element.
16258 (help-follow): Make position in stack element a pair. Use
16259 help-xref-following.
16260
16261 * autoarg.el: New file.
16262
16263 * faces.el: Declare more functions obsolete.
16264
16265 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16266 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16267 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16268 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16269 Remove all the setup-...-environment functions.
16270
16271 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16272
16273 * speedbar.el: Updated the commentary section. xemacs20p now uses
16274 >= when detecting. Require `defimage' safely.
16275 (speedbar-easymenu-definition-base): Add toggle for images.
16276 (speedbar-easymenu-definition-special): Add flush cache & expand.
16277 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16278 (speedbar-reconfigure-keymaps-hook): New variable.
16279 (speedbar-frame-parameters): Updated documentation.
16280 (speedbar-use-imenu-flag): Updated custom tag
16281 (speedbar-dynamic-tags-function-list): New variable.
16282 (speedbar-tag-hierarchy-method): Updated doc & custom.
16283 (speedbar-indentation-width, speedbar-indentation-width) New
16284 variables.
16285 (speedbar-hide-button-brackets-flag): Customizable.
16286 (speedbar-vc-indicator): Doc update.
16287 (speedbar-ignored-path-expressions): Updated default value.
16288 (speedbar-supported-extension-expressions): Updated default value.
16289 (speedbar-syntax-table): Remove {} paren status.
16290 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16291 as "+". Added overlay aliases.
16292 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16293 `force-mode-line-update'.
16294 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16295 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16296 `mouse-set-point'
16297 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16298 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16299 of arbitrary text, and new helper functions.
16300 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16301 filename finder.
16302 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16303 (speedbar-directory-buttons): Update path search/expansion.
16304 (speedbar-make-tag-line): Pay attention to
16305 `speedbar-indentation-width'. Use more care w/ invisible
16306 properties.
16307 (speedbar-change-expand-button-char): Call
16308 `speedbar-insert-image-button-maybe'.
16309 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16310 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16311 (speedbar-trim-words-tag-hierarchy)
16312 (speedbar-simple-group-tag-hierarchy): New functions
16313 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16314 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16315 functions.
16316 (speedbar-mouse-set-point): New function
16317 (speedbar-power-click): Updated documentation.
16318 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16319 of tag prefix text.
16320 (speedbar-expand-line, speedbar-contract-line): Make more robust
16321 to strange text.
16322 (speedbar-expand-line): Takes universal argument to flush the
16323 cache.
16324 (speedbar-flush-expand-line): New function.
16325 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16326 Use new generator insertion method.
16327 (speedbar-fetch-dynamic-tags): New function.
16328 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16329 `speedbar-fetch-dynamic-imenu'.
16330 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16331 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16332 "Revert Buffer" menu items.
16333 (speedbar-buffer-buttons-engine): Be smarter when creating a
16334 filename tag (for expansion purposes.).
16335 (speedbar-highlight-one-tag-line,
16336 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16337 (speedbar-recenter): New functions.
16338 (defimage-speedbar): Image loading abstraction.
16339 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16340 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16341 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16342 (speedbar-tag-type, speedbar-tag-mail): New images.
16343 (speedbar-expand-image-button-alist): New variable.
16344 (speedbar-insert-image-button-maybe): Insert an image over some
16345 buttons.
16346
16347 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16348
16349 * international/mule-cmds.el (encode-coding-char): An ASCII
16350 character is always encodable.
16351
16352 * international/mule-conf.el: Add more information in descriptions
16353 of character sets.
16354
16355 * international/mule-diag.el (describe-char-after): New function.
16356 (describe-font-internal): Adjusted for the change of font-info.
16357 (describe-font): Likewise.
16358 (print-fontset): Rewritten for the new fontset implementation.
16359 (describe-fontset): Include fontset alias names in completion.
16360 (list-fontsets): Adjusted for the change of print-fontset.
16361
16362 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16363 describe-char-after instead of displaying the detail in the echo
16364 area.
16365 (syntax-code-table): Format changed.
16366 (string-to-syntax): Adjusted for the above change.
16367
16368 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16369
16370 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16371
16372 2000-05-12 Dave Love <fx@gnu.org>
16373
16374 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16375 dependence. Use line-{beginning,end}-position, not
16376 point-at{b,e}ol. Some doc fixes.
16377 (todo-position): New function. Fix callers of position to use it.
16378 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16379
16380 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16381
16382 * time.el (display-time-mail-icon): Use `:ascent center'.
16383
16384 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16385 handling FTP security extensions.
16386
16387 2000-05-11 Dave Love <fx@gnu.org>
16388
16389 * calendar/todo-mode.el: New file.
16390
16391 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16392
16393 * comint.el (comint-read-input-ring): Move reference to
16394 comint-input-ring-size outside of the save-excursion. It was
16395 causing the default value to be the only one ever seen.
16396
16397 * font-lock.el: Update copyright. Remove Simon Marshall's email
16398 address on request from him.
16399
16400 * subr.el (substitute-key-definition): Add comment describing
16401 the meaning of PREFIX.
16402
16403 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16404
16405 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16406
16407 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16408 (add-minor-mode): Don't make the variable buffer-local and add a
16409 reference to define-minor-mode in the docstring.
16410
16411 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16412 HEADER/FOOTER and fix bug with trailing empty directory.
16413 (cvs-append-to-ignore): Use vc-editable-p if available.
16414 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16415 (vc-do-command): Tweak advice to handle the new VC.
16416
16417 * log-view.el (log-view-goto-rev): New function for the new VC.
16418 (log-view-minor-wrap): Use mark-active.
16419
16420 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16421 (log-edit-changelog-full-paragraphs): New var.
16422 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16423 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16424 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16425 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16426 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16427 Replace the `cvs' prefix with `log-edit'.
16428
16429 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16430
16431 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16432 (diff-font-lock-defaults): Explicitly turn off multiline.
16433 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16434 (diff-ediff-patch): Fix call to ediff-patch-file.
16435 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16436 Handle comments.
16437
16438 * frame.el (automatic-hscrolling): Typo.
16439
16440 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16441
16442 2000-05-09 Sam Steingold <sds@goems.com>
16443
16444 * apropos.el (apropos-print): use `describe-face' instead of
16445 `customize-face-other-window'.
16446
16447 2000-05-09 Dave Love <fx@gnu.org>
16448
16449 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16450
16451 * help.el (describe-variable): Have customize button pop the
16452 help-xref stack when invoked.
16453 (help-xref-symbol-regexp): Add `face'.
16454 (help-make-xrefs): Check for quoted face names and adapt regexp
16455 submatch numbers to cope.
16456 (help-xref-interned): Maybe insert face doc too. Separate
16457 sections with a line of hyphens.
16458
16459 * faces.el: Some doc fixes. Declare some functions obsolete.
16460 (describe-face): Add customize button. Return the help
16461 text. Fix prompt.
16462
16463 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16464
16465 * term/internal.el (IT-character-translations): Fix last change.
16466
16467 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16468
16469 * woman.el: New file
16470 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16471
16472 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16473
16474 * term/internal.el (IT-character-translations): Update ASCII
16475 simulations for greek-iso8859-7, add latin-iso8859-14 and
16476 latin-iso8859-15.
16477
16478 * international/mule-cmds.el (set-language-info-alist): Call
16479 define-prefix-command with 3 arguments, to make the map suitable
16480 for a menu.
16481
16482 2000-05-07 Dave Love <fx@gnu.org>
16483
16484 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16485
16486 2000-05-05 Dave Love <fx@gnu.org>
16487
16488 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16489 list in doc string. Don't quote keyword symbols.
16490 * emacs-lisp/cl.el: Likewise
16491 * emacs-lisp/cl-seq.el: Likewise
16492
16493 2000-05-05 Gerd Moellmann <gerd@gnu.org>
16494
16495 * abbrev.el (abbrev-mode): Make ARG optional.
16496
16497 2000-05-04 Gerd Moellmann <gerd@gnu.org>
16498
16499 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16500
16501 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16502
16503 * subr.el (substitute-key-definition): Clarify documentation.
16504
16505 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
16506
16507 * glasses.el (glasses-convert-to-unreadable): Use
16508 `glasses-separator' instead of the hard-wired "_".
16509 (glasses-mode): Call `glasses-make-unreadable' only in a single
16510 place.
16511
16512 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16513
16514 * term/internal.el (cjk-codepages-alist): Add associations for
16515 Chinese and Korean codepages. Remove FIXME comment.
16516
16517 2000-05-03 Dave Love <fx@gnu.org>
16518
16519 * time.el (display-time-mail-face, display-time-use-mail-icon):
16520 New option.
16521 (display-time-mail-icon): New variable.
16522 (display-time-string-forms): Use the above. Fix the local-map.
16523
16524 2000-05-03 Gerd Moellmann <gerd@gnu.org>
16525
16526 * replace.el (query-replace-map): Add binding for `E'.
16527 (query-replace-help): Extend help text.
16528 (perform-replace): Allow editing the replacement string.
16529
16530 * make-mode.el (makefile-mode-abbrev-table): New variable.
16531 (makefile-mode): Set local abbrev table to
16532 makefile-mode-abbrev-table.
16533 (makefile-font-lock-keywords): Fontify includes and conditionals.
16534
16535 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16536 set TOGGLE's value.
16537
16538 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16539 mail-interactive-insert-alias.
16540 (mail-abbrev-complete-alias): New command.
16541 (mail-mode-map): Bind it to `M-TAB'.
16542
16543 2000-05-03 Kenichi Handa <handa@etl.go.jp>
16544
16545 * language/lao-util.el (lao-compose-region): New function.
16546
16547 2000-05-02 Gerd Moellmann <gerd@gnu.org>
16548
16549 * files.el (recover-session): Make directories as necessary
16550 if they don't exist yet.
16551
16552 * calendar/cal-french.el
16553 (french-calendar-multibyte-special-days-array)
16554 (french-calendar-special-days-array): Change French text.
16555 (calendar-french-date-string): Change output.
16556 (calendar-goto-french-date): Likewise.
16557
16558 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16559
16560 * wid-edit.el (widget-default-active): Obey `:always-active'.
16561 (widget-documentation-string-value-create): Set `:always-active'.
16562
16563 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16564
16565 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16566 default prefix to `~/_emacs.d/auto-save.list/_s'.
16567 (normal-top-level): Create the directory for auto-save files, if
16568 it doesn't already exist (in the ms-dos case only).
16569
16570 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16571
16572 * international/mule-cmds.el (set-language-environment): Don't
16573 concat an integer (dos-codepage), use format instead.
16574
16575 2000-05-02 Dave Love <fx@gnu.org>
16576
16577 * help.el (help-xref-on-pp): Check for constant symbols.
16578
16579 2000-04-29 Gerd Moellmann <gerd@gnu.org>
16580
16581 * startup.el (normal-top-level): Put a condition-case around
16582 the code loading subdirs.el.
16583
16584 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16585
16586 * ps-print.el: Upside-down and face background color printing,
16587 line number step, doc fix.
16588 (ps-print-version): New version number (5.2).
16589 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16590 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16591 (ps-spool-config): Var fix.
16592 (ps-printer-name-option): Const fix.
16593 (ps-print-upside-down, ps-use-face-background)
16594 (ps-line-number-step): New vars.
16595 (ps-window-system, ps-lp-system): New consts.
16596 (ps-face-background): New fun.
16597
16598 2000-04-28 Richard Stallman <rms@gnu.org>
16599
16600 * files.el (make-auto-save-file-name):
16601 Apply auto-save-file-name-transforms to visited file name
16602 before generating auto save file name.
16603 (auto-save-file-name-transforms): New variable.
16604
16605 * files.el (backup-enable-predicate):
16606 Correctly test for a file under a temporary directory.
16607
16608 2000-04-28 Gerd Moellmann <gerd@gnu.org>
16609
16610 * subr.el (add-minor-mode): Rewritten.
16611
16612 2000-04-28 Kenichi Handa <handa@etl.go.jp>
16613
16614 * mail/sendmail.el (sendmail-send-it): Set
16615 buffer-file-coding-system to the selected coding system for MIME
16616 header.
16617
16618 2000-04-27 Gerd Moellmann <gerd@gnu.org>
16619
16620 * dired.el (dired-move-to-filename-regexp): Allow format where
16621 YYYY is followed by two spaces.
16622
16623 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16624 in the second character class of the regexp.
16625
16626 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16627 mh-etc, too.
16628
16629 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16630 nil.
16631
16632 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16633
16634 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16635 argument.
16636
16637 2000-04-27 Sen Nagata <sen@eccosys.com>
16638
16639 * emacs-lisp/crm.el (crm-completion-table): New variable.
16640 (crm-collection-fn, crm-test-completion)
16641 (completing-read-multiple): Use it.
16642
16643 2000-04-27 Dave Love <fx@gnu.org>
16644
16645 * help.el (locate-library): Use mapc.
16646 (help-manyarg-func-alist): Add call-process-region.
16647
16648 2000-04-26 Gerd Moellmann <gerd@gnu.org>
16649
16650 * subr.el (add-minor-mode): Make argument MAP optional.
16651
16652 * desktop.el (desktop-save): Save list of minor modes.
16653 (desktop-create-buffer): Restore minor modes.
16654 (desktop-minor-mode-table): New user-option.
16655
16656 * subr.el (add-minor-mode): New function.
16657
16658 * image.el (find-image): New function.
16659 (defimage): Rewritten to find image at load time.
16660
16661 * startup.el (normal-top-level-add-to-load-path): Handle
16662 case that the default directory is not in load-path.
16663
16664 * help.el: Old patch from Stefan Monnier.
16665 (help-xref-on-pp): New function.
16666 (describe-variable): Use it to display xrefs in a symbol's value.
16667
16668 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16669
16670 * cus-edit.el (custom-face): Fix parenthesis.
16671
16672 2000-04-26 Kenichi Handa <handa@etl.go.jp>
16673
16674 * mail/rmail.el (rmail-expunge): When there are no deleted
16675 messages, do nothing.
16676
16677 2000-04-26 Dave Love <fx@gnu.org>
16678
16679 * international/mule-cmds.el (locale-translation-file-name):
16680 Defvar to nil.
16681 (set-locale-environment): Set it here (at runtime).
16682
16683 2000-04-25 Gerd Moellmann <gerd@gnu.org>
16684
16685 * replace.el (perform-replace): Add parameters START and END. Use
16686 them instead of the check for a region in Transient Mark mode.
16687 (query-replace-read-args): Return two more list elements for the
16688 start and end of the region in Transient Mark mode.
16689 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16690 (map-query-replace-regexp, replace-string, replace-regexp): Add
16691 optional last arguments START and END and pass them to
16692 perform-replace.
16693
16694 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16695 form with additional arguments for perform-replace.
16696
16697 * progmodes/etags.el (tags-query-replace): Add parameters START
16698 and END. Construct a form with additional arguments for
16699 perform-replace.
16700
16701 * simple.el (shell-command): Set default directory for "*Shell
16702 Command Output" buffer.
16703
16704 * language/european.el (iso-latin-4): Fix typo.
16705
16706 * emacs-lisp/crm.el: New file.
16707
16708 2000-04-24 Dave Love <fx@gnu.org>
16709
16710 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16711 (Custom-reset-saved, Custom-reset-standard)
16712 (custom-group-value-create, custom-group-set, custom-group-save)
16713 (custom-group-reset-current, custom-group-reset-saved)
16714 (custom-group-reset-standard): Use mapc.
16715 (custom-buffer-create-internal): Disable undo when creating items.
16716 Use mapc.
16717 (custom-face): Avoid redundant lambda.
16718
16719 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16720
16721 * startup.el (auto-save-list-file-prefix): Set default to
16722 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16723
16724 2000-04-24 Sam Steingold <sds@gnu.org>
16725
16726 * time-stamp.el (time-stamp-string-preprocess): Always convert
16727 `field-result' to a string.
16728
16729 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16730
16731 * frame.el (scrolling): New group.
16732 (automatic-hscrolling): New user-option.
16733
16734 * startup.el (command-line-x-option-alist): Add `-lsp' and
16735 `--line-spacing'.
16736
16737 2000-04-19 Dave Love <fx@gnu.org>
16738
16739 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16740 (cl-mapc): Rename from mapc. Fix the funcall.
16741
16742 2000-04-19 Gerd Moellmann <gerd@gnu.org>
16743
16744 * simple.el (clone-indirect-buffer-other-window): New command.
16745 (clone-indirect-buffer): Add optional arg NORECROD.
16746 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16747
16748 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16749
16750 * window.el (count-screen-lines): New function.
16751 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16752 instead of window-buffer-height.
16753
16754 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16755 non-existing variable comint-input-sentinel.
16756 (inferior-lisp-args-to-list): Removed.
16757 (inferior-lisp): Use split-string instead of
16758 inferior-lisp-args-to-list.
16759
16760 * hexl.el (hexl-insert-hex-string): New command.
16761
16762 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16763 instead of concat.
16764
16765 2000-04-18 Gerd Moellmann <gerd@gnu.org>
16766
16767 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16768 at the start of an existing but empty folder.
16769
16770 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16771
16772 * ps-mule.el: Customization fix, doc fix.
16773 (ps-multibyte-buffer): Customization fix.
16774
16775 2000-04-17 Richard M. Stallman <rms@gnu.org>
16776
16777 * subr.el (read-passwd): Use read-char-exclusive.
16778
16779 2000-04-17 Gerd Moellmann <gerd@gnu.org>
16780
16781 * textmodes/texinfo.el (texinfo-insert-@email)
16782 (texinfo-insert-@emph, texinfo-insert-@quotation)
16783 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16784 (texinfo-mode-map): Add key bindings for them.
16785
16786 * files.el (basic-save-buffer-2): Use a template with `$'
16787 instead of `#' for VMS.
16788
16789 * simple.el (clone-indirect-buffer): New function.
16790
16791 2000-04-16 Stephen Eglen <stephen@gnu.org>
16792
16793 * iswitchb.el (iswitchb-case): New function. If the user input
16794 contains any upper-case characters, the search is made
16795 case-sensitive.
16796
16797 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16798
16799 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16800 comment-end.
16801 (texinfo-font-lock-syntactic-keywords): New var.
16802 (texinfo-font-lock-keywords): Remove comment regexp.
16803 (texinfo-insert-block): New function.
16804 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16805 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16806 and font-lock-defaults. Use regexp-opt for outline-regexp.
16807 (texinfo-environments): New var.
16808 (texinfo-environment-regexp): Use regexp-opt and
16809 texinfo-environments.
16810
16811 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16812 ispell-process is bound since this might be eval'd before ispell
16813 is loaded.
16814 (ispell-message): Use a tiny bit less magic and a bit more hard
16815 data to figure out what kind of sc-cite-regexp to use.
16816
16817 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16818
16819 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16820 (insert-cyclic-diary-entry): Unquote the lambda.
16821
16822 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16823
16824 * files.el (backup-enable-predicate): Unquote the lambda.
16825
16826 * cus-edit.el (custom-face, face): Unquote the lambda.
16827
16828 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16829
16830 * ps-print.el: Check for line-beginning-position definition.
16831
16832 * ps-print.el: Fix counting lines in a region.
16833 (ps-print-version): New version number (5.1.5).
16834 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16835 (ps-printing-region): Fun code fix.
16836
16837 2000-04-15 Gerd Moellmann <gerd@gnu.org>
16838
16839 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16840 to file-directory-p.
16841
16842 2000-04-14 Gerd Moellmann <gerd@gnu.org>
16843
16844 * gud.el (gud-jdb-build-source-files-list): Check that directory
16845 exists before calling directory-files.
16846
16847 2000-04-13 Dave Love <fx@gnu.org>
16848
16849 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16850 syntax.
16851
16852 * emacs-lisp/cl-specs.el: Remove when, unless.
16853
16854 * emacs-lisp/cl-extra.el: Don't quote keywords.
16855 (cl-old-mapc): New variable.
16856 (mapc): Use it.
16857 (cl-map-intervals): Use with-current-buffer. Don't check for
16858 next-property-change.
16859 (cl-map-overlays): Use with-current-buffer.
16860 (cl-expt): Remove.
16861 (copy-tree, remprop): Define unconditionally.
16862
16863 * emacs-lisp/cl-compat.el (keywordp): Remove.
16864
16865 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16866 to use keywordp.
16867 (edebug-spec): Enable keywordp.
16868
16869 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16870 string-lessp.
16871
16872 * cus-start.el: Use keywordp.
16873
16874 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16875
16876 * diary-lib.el (include-other-diary-files): Fix the fix of
16877 2000-02-18 by doing a save-excursion.
16878
16879 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16880
16881 * ps-print.el: Customization fix, doc fix.
16882 (ps-print-version): New version number (5.1.4).
16883 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16884 (ps-print-preprint): Adjust code.
16885 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16886 (ps-print-prologue-header, ps-print-control-characters)
16887 (ps-spool-config): Customization fix.
16888
16889 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16890
16891 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16892 converted to the new menu-item format, names silightly changed,
16893 help strings added.
16894
16895 Support for spelling without async subprocesses:
16896
16897 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16898 (ispell-session-buffer): New variables.
16899 (ispell-start-process, ispell-process-status,
16900 ispell-accept-output, ispell-send-string): New functions, for
16901 Ispell invocation when async subprocesses aren't supported.
16902 (ispell-word, ispell-pdict-save, ispell-command-loop,
16903 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16904 to process-send-string with calls to ispell-send-string, and
16905 accept-process-output with ispell-accept-output.
16906 (ispell-init-process): Call ispell-process-status instead of
16907 process-status with.
16908 (ispell-init-process): Call ispell-start-process. Call
16909 ispell-accept-output and ispell-send-string. Don't call
16910 process-kill-without-query and kill-process if they are unbound.
16911 (ispell-async-processp): New function.
16912
16913 2000-04-12 Dave Love <fx@gnu.org>
16914
16915 * info.el: Add debug-ignored-errors.
16916 (Info-mode-menu): Add some items.
16917 (Info-directory): Add autoload cookie.
16918
16919 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16920 Modify `truncate-lines'. Make `describe-language-environment'
16921 always visible and add help. Modify `describe-key' help. Invoke
16922 Info-directory from `info'. New entry `emacs-manual'.
16923
16924 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16925
16926 * progmodes/ebrowse.el (ebrowse-tree-mode):
16927 Use propertized-buffer-identification.
16928 (ebrowse-update-member-buffer-mode-line): Likewise.
16929 (ebrowse--mode-strings): Removed.
16930 (ebrowse--mode-line-props): Removed.
16931
16932 * files.el (auto-mode-alist): Add `EBROWSE'.
16933
16934 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16935 space before testing for end of buffer.
16936 (ebrowse-load): Removed.
16937 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16938 (ebrowse-create-tree-buffer): Rewritten.
16939 (ebrowse-tree-mode): Read tree from buffer.
16940
16941 * progmodes/ebrowse-ffh.el: Removed.
16942
16943 2000-04-10 Kenichi Handa <handa@etl.go.jp>
16944
16945 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16946
16947 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16948
16949 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16950 at the wrong place.
16951
16952 2000-04-09 Dave Love <fx@gnu.org>
16953
16954 * files.el (backup-enable-predicate):
16955 Use temporary-file-directory, small-temporary-file-directory.
16956 (make-backup-file-name-function, backup-directory-alist): New vars.
16957 (make-backup-file-name-1): New function.
16958 (make-backup-file-name): Use it.
16959 (find-backup-file-name): Likewise. Use format for clarity, not concat.
16960 (file-newest-backup): Use make-backup-file-name.
16961
16962 2000-04-09 Gerd Moellmann <gerd@gnu.org>
16963
16964 * progmodes/ebrowse-ffh.el: New file.
16965
16966 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16967 Moved to ebrowse-ffh.el.
16968 (ebrowse-load): Add autoload.
16969
16970 * finder.el (finder-commentary): Add autoload cookie.
16971
16972 * mail/rfc2368.el: Correct author's email address.
16973
16974 * progmodes/ebrowse.el: New file.
16975
16976 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16977 item help string.
16978 (easy-menu-do-add-item): Ditto.
16979 (easy-menu-define): Extend doc string.
16980
16981 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16982 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16983 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16984 with-buffer-unmodified.
16985
16986 2000-04-08 Dave Love <fx@gnu.org>
16987
16988 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16989 unless, when.
16990
16991 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16992
16993 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16994 (viper-flash-search-pattern): No operation when using Emacs
16995 doesn't support face.
16996 Use `viper-put-on-search-overlay'.
16997
16998 2000-04-04 Gerd Moellmann <gerd@gnu.org>
16999
17000 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17001 like C-r.
17002
17003 * progmodes/make-mode.el: Some doc fixes.
17004 (makefile-mode-abbrev-table): New variable.
17005 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17006 (makefile-font-lock-keywords): Fontify includes and conditionals.
17007 (toplevel): Require `dabbrev' and `add-log' when compiling.
17008
17009 * replace.el (perform-replace): Don't move forward one char
17010 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17011 to do that because it leaves point 1 position after the last
17012 replacement, after everything has been replaced.
17013
17014 * jit-lock.el (with-buffer-unmodified): New macro.
17015 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17016 modified state.
17017 (jit-lock-function-1): Extracted from jit-lock-function; not
17018 preserving buffer's modified state.
17019 (jit-lock-function, jit-lock-stealth-fontify):
17020 Call jit-lock-function-1.
17021
17022 * mail/rfc2368.el: Remove supernumerary copyright line.
17023
17024 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17025
17026 * glasses.el: Provide facilities for inserting space before left
17027 parentheses and uncapitalization of identifiers.
17028 (glasses-mode): Try to remove old overlays in all cases.
17029
17030 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17031
17032 * progmodes/compile.el (compile-internal): Display the compilation
17033 buffer in a different frame, if it's already displayed there.
17034
17035 * mail/rfc2368.el: New file.
17036
17037 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17038 header and insert its value as mail body.
17039
17040 * subr.el (member-ignore-case): New function.
17041
17042 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17043 (dabbrev--find-expansion): Ignore buffers matching a regexp
17044 from dabbrev-ignored-regexps.
17045
17046 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17047 to extensions handled by gzip.
17048
17049 2000-04-03 Richard M. Stallman <rms@gnu.org>
17050
17051 * files.el (insert-directory): List the total free space
17052 along with the used space.
17053
17054 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17055 line is followed by one that matches CITATION-REGEXP, end the
17056 paragraph.
17057
17058 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17059
17060 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17061 (rmail-make-basic-summary-line): Use that option.
17062
17063 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17064
17065 * international/mule-cmds.el (encoded-string-description):
17066 Rewritten. Try pretty description for ISO 2022 escape sequences
17067 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17068 for hexadecimal format.
17069
17070 2000-04-01 Dave Love <fx@gnu.org>
17071
17072 * cpp.el: Change customization group to `c' from `C'.
17073
17074 * vcursor.el (vcursor-move): Use display-color-p.
17075
17076 * international/mule-util.el: Provide mule-utils.
17077 (string-to-sequence): Simplify and speed up.
17078
17079 * international/mule.el (make-coding-system): Purecopy doc-string.
17080
17081 * international/mule-cmds.el: Various menu changes.
17082 (describe-specified-language-support): Handle `Default'.
17083 (set-language-info): Purecopy `info'.
17084
17085 2000-03-31 Andrew Innes <andrewi@gnu.org>
17086
17087 * vc.el (vc-backend-diff): Return the correct status if we had to
17088 retry the rcsdiff command without the --brief option.
17089
17090 2000-03-31 Dave Love <fx@gnu.org>
17091
17092 * help.el (help-manyarg-func-alist): Correct several omissions.
17093
17094 * add-log.el: Don't require cl, fortran.
17095 (add-log-current-defun-function): Doc fix.
17096 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17097 (change-log-version-rcs): Function deleted.
17098 (change-log-version-number-search): Doc fix.
17099 Use vc-workfile-version. Avoid CL dolist.
17100 (add-change-log-entry): Just call add-log-current-defun to get
17101 defun. Simplify somewhat.
17102 (change-log-get-method-definition-1): Likewise.
17103 (add-log-current-defun): Return nil if calling
17104 add-log-current-defun-function does so. Move Fortran stuff to
17105 fortran.el. Return string without properties.
17106
17107 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17108 and :alpha: char classes.
17109
17110 * mail/supercite.el: Defvar curline when compiling.
17111 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17112 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17113 rather than a-zA-Z0-9 to allow non-ASCII characters.
17114
17115 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17116
17117 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17118
17119 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17120 Re-enable new code.
17121
17122 * lpr.el (print-region-1): Use -d to specify printer name for
17123 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17124
17125 2000-03-31 Dave Love <fx@gnu.org>
17126
17127 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17128 Look for function definition in symbol's function value slot first
17129 instead of first consulting byte-compile-function-environment.
17130
17131 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17132
17133 * language/european.el ("Polish"): New language environment.
17134 (setup-polish-environment): New function.
17135
17136 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17137
17138 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17139 Disable new code.
17140
17141 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17142 trying to `load' the symbol of an autoload instead of the file
17143 recorded in the autoload. Fix error messages.
17144
17145 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17146
17147 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17148 (ps-print-version): New version number (5.1.3).
17149 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17150 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17151 (ps-generate-postscript-with-faces): Code fix.
17152 (ps-color-values): XEmacs compatibility.
17153 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17154 (ps-default-fg, ps-default-bg): Adjust customization.
17155 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17156 (ps-color-scale): Renaming old ps-color-value fun.
17157 (ps-print-headers): Replace ps-print-header group to avoid conflict
17158 with ps-print-header variable.
17159 (ps-print-miscellany): New group.
17160 (ps-format-color, ps-rgb-color): New funs.
17161 (ps-default-foreground): New var.
17162 (ps-printer-name-option): New const.
17163
17164 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17165
17166 * net/net-utils.el:
17167 (network-connection-host, network-connection-service): New variables
17168 (network-connection-mode): New mode, derived from comint-mode
17169 (network-connection-mode-setup): New function, saves host and
17170 service information in local variables.
17171
17172 * lisp/locate.el:
17173 (locate-word-at-point): Added this function
17174 (locate): Default to using locate-word-at-point as input
17175 Run dired-mode-hook
17176
17177 2000-03-29 Dave Love <fx@gnu.org>
17178
17179 * calendar/appt.el: Doc fixes.
17180 (appt-check): Convert min-to-app to a string before passing to
17181 appt-disp-window-function or concat.
17182 (appt-delete-window): Remove test for frame-root-window.
17183 (appt-select-lowest-window, appt-convert-time): Simplify.
17184
17185 * emacs-lisp/bytecomp.el: Doc fixes.
17186 (byte-compile-file-form-autoload):
17187 Update byte-compile-function-environment.
17188
17189 2000-03-29 Andreas Schwab <schwab@suse.de>
17190
17191 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17192
17193 * dired.el (dired-insert-directory): If dired-free-space-program
17194 failed just delete its output.
17195
17196 2000-03-29 Dave Love <fx@gnu.org>
17197
17198 * international/iso-cvt.el: Move provide to end. Doc fixes.
17199 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17200 (iso-iso2sgml, iso-sgml2iso): New functions.
17201 (iso-cvt-define-menu): Fix some entries and use backquote for
17202 clarity.
17203
17204 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17205
17206 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17207
17208 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17209 ISO-DATE. If non-nil, return date in ISO 8601 format.
17210
17211 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17212
17213 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17214 if it ever becomes used.
17215 (log-edit-mode-hook): Default to vc-log-mode-hook.
17216 (log-edit-mode): Fix the docstring.
17217
17218 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17219 the code.
17220
17221 2000-03-26 Dave Love <fx@gnu.org>
17222
17223 * net/browse-url.el (browse-url): Re-fix case of
17224 browse-url-browser-function being an alist.
17225 (browse-url): Add :link to defgroup.
17226
17227 * files.el: Doc fixes.
17228 (file-truename): Include `[' in wildcard characters.
17229 (automount-dir-prefix): Customize.
17230 (find-file-wildcards): Add :version.
17231 (find-file-noselect): Simplify a mapcar call.
17232
17233 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17234 compatible with inf-lisp version.
17235 (eval-defun-1): Fix custom-declare-variable case.
17236
17237 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17238
17239 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17240
17241 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17242
17243 * Makefile (COMPILE_FIRST): New macro.
17244 (compile-files): Compile files from COMPILE_FIRST first.
17245
17246 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17247
17248 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17249 matching open parenthesis in column 0 to defun-prompt-regexp
17250 only if open-paren-in-column-0-is-defun-start is set.
17251
17252 * sun-curs.el: Require CL at compile-time only.
17253
17254 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17255 instead of copy-list which is a function from CL.
17256 (msb--choose-menu, msb--mode-menu-cond)
17257 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17258 (msb--init-file-alist): Use mapcar instead of mapcan.
17259 (msb--aggregate-alist): Use mapcar instead of mapcan.
17260 Fix `(' in column 0 in doc string.
17261 (msb--add-separators): Use mapcar instead of mapcan.
17262
17263 * cus-dep.el: Require CL at compile-time only.
17264
17265 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17266
17267 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17268 (byte-compile-warnings): New warning `noruntime'.
17269 (byte-compile-constants, byte-compile-variables): Fix docstring.
17270 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17271 execute `eval-whenc-compile's body.
17272 (byte-compile-unresolved-functions): Fix docstring.
17273 (byte-compile-eval): New function.
17274 (byte-compile-callargs-warn): Check if the function will be available
17275 at runtime (via property `byte-compile-noruntime').
17276 (byte-compile-print-syms): New function.
17277 (byte-compile-warn-about-unresolved-functions): Also warn about
17278 `noruntime' functions (and use `byte-compile-print-syms').
17279 (byte-compile-file): Capitalize the message.
17280
17281 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17282
17283 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17284 (rmail-expunge): Ask for confirmation depending on the setting
17285 of rmail-confirm-expunge.
17286
17287 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17288
17289 * Makefile (bootstrap-clean): If $(emacs) exists, build
17290 loaddefs.el first. A loaddefs.el that's not up-to-date might
17291 cause a bootstrap failure because things don't autoload as expected.
17292
17293 2000-03-23 Dave Love <fx@gnu.org>
17294
17295 * net/browse-url.el: Restore previous use of
17296 browse-url-maybe-new-window.
17297
17298 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17299
17300 * ps-print.el: Skip banner page fix.
17301 (ps-print-version): New version number (5.1.2).
17302 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17303
17304 2000-03-23 Dave Pearson <davep@davep.org>
17305
17306 * net/quickurl.el Changed the type of parameter passed to the
17307 function defined by `quickurl-format-function'. Before only the
17308 text of the URL was passed. Now the whole URL structure is passed
17309 and the function is responsible for extracting the parts it requires.
17310 Changed the default of `quickurl-format-function' accordingly.
17311 (quickurl-insert): Changed the `funcall' of
17312 `quickurl-format-function' to match the above change.
17313 (quickurl-list-insert): Changed the `url' case so that it makes
17314 use of `quickurl-format-function', previous to this the format was
17315 hard wired.
17316
17317 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17318
17319 * startup.el: Change some spellings for the X Window System.
17320
17321 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17322
17323 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17324 Clean up the code and the regexp and make sure the cursor is
17325 temporarily moved to the suspicious line while querying the user.
17326
17327 2000-03-22 Jason Rumney <jasonr@gnu.org>
17328
17329 * w32-fns.el (w32-charset-info-alist): Initialize.
17330
17331 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17332
17333 * ps-print.el: N-up last page fix.
17334 (ps-print-version): New version number (5.1.1).
17335 (ps-end-file, ps-end-job, ps-generate): Code fix.
17336
17337 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17338
17339 * files.el (find-file-run-dired): Update docstring.
17340 (find-directory-functions): New hook.
17341 (find-file-noselect): Run find-directory-functions rather than
17342 calling dired directly.
17343
17344 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17345
17346 * pcvs.el: Add a minimal leading commentary.
17347 (cvs-make-cvs-buffer): Change the header part by removing the startup
17348 message and adding a `Module' entry. Also replace the FOOTER and
17349 HEADER special fileinfos with the new support in ewoc for updating
17350 its own footer and header.
17351 (cvs-update-header): Update to use the header/footer of the ewoc.
17352 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17353 (cvs-is-within-p): New function.
17354 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17355 to only examine some subset of the buffers.
17356
17357 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17358 `format' instead of our own ad-hoc functions.
17359 Remove HEADER and FOOTER cases, now handled in the EWOC.
17360 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17361
17362 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17363 output to avoid scaring the user.
17364 (cvs-parse-table): Catch message for non-up-to-date commits.
17365
17366 * pcvs-defs.el (cvs-startup-message): Remove.
17367 (cvs-global-menu): New autoloaded menu.
17368
17369 * pcvs-util.el (cvs-string-fill): Remove.
17370
17371 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17372 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17373 PP part of it and also make it work for footers and headers.
17374 (ewoc-create): Drop POS and BUFFER arguments.
17375 Use the DLL's dummy node to store the end-of-footer position.
17376 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17377 (ewoc-refresh): Remove unused `header' variable.
17378 (ewoc-(get|set)-hf): New functions.
17379
17380 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17381 log-view-*-(message|file) and use easy-mmode-define-navigation.
17382 (log-view-message-re): Match SCCS format as well.
17383 And match the revision line rather than the dashed separator line.
17384 (log-view-mode): Use the new define-derived-mode.
17385 (log-view-current-tag): Fill in with an actual implementation.
17386
17387 * cvs-status.el (cvs-status-(prev|next)): Rename from
17388 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17389 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17390 to let the output "breathe" a little more (more readable).
17391 (cvs-status-mode): Use the new define-derived-mode.
17392
17393 * smerge-mode.el (smerge-auto-leave): New function and variable.
17394 (smerge-basic-map): Rename from smerge-basic-keymap.
17395 Change the bindings for smerge-diff-*.
17396 (smerge-*-map): Use easy-mmode-defmap.
17397 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17398 (smerge-keep-*): Use smerge-auto-leave.
17399
17400 2000-03-21 Jason Rumney <jasonr@gnu.org>
17401
17402 * cus-edit.el (custom-button-face): Use 3D look for w32.
17403 (custom-button-pressed-face): Likewise.
17404
17405 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17406
17407 * progmodes/etags.el (tags-case-fold-search): New user-option.
17408 (tags-loop-eval): New function. Bind case-fold-search around eval
17409 depending on the value of tags-case-fold-search.
17410 (tags-loop-continue): Use tags-loop-eval.
17411 (find-tag-in-order): Bind case-fold-search depending on the value
17412 of tags-case-fold-search.
17413
17414 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17415
17416 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17417 (diff-end-of-hunk): Return the end position for use in
17418 `easy-mmode-define-navigation'.
17419 (diff-recenter): Remove.
17420 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17421 of `easy-mmode-define-navigation'.
17422 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17423 previous renaming) and fix to use new names.
17424 (diff-merge-strings): Use \n as separator: simpler, faster.
17425 (diff-mode): Use `define-derived-mode'.
17426
17427 * derived.el (define-derived-mode): Don't autoload anymore.
17428 Prefer the macro-only version provided by easy-mmode.el.
17429
17430 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17431 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17432 (easy-mmode-define-navigation): New macro.
17433
17434 * subr.el (combine-run-hooks): New function.
17435
17436 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17437
17438 * term/x-win.el: Fontsets related initialization is simplified.
17439
17440 * international/mule-diag.el (describe-font): Don't refer to
17441 global-fontset-alist, instead call font-list.
17442 (describe-fontset, list-fontsets, mule-diag): Likewise.
17443 (print-fontset): Adjusted for the change of fontset implementation.
17444
17445 * international/fontset.el (x-charset-registries): Variable removed,
17446 instead the corresponding data is stored in the default fontset.
17447 (register-alternate-fontnames): Function removed.
17448 (resolved-ascii-font): Variable removed.
17449 (x-compose-font-name): Ignore the second argument REDOCE.
17450 (x-complement-fontset-spec): Complement only an ASCII font and
17451 element for those charsets than can use that ASCII font.
17452 (generate-fontset-menu): Don't refer to global-fontset-alist,
17453 instead call fontset-list.
17454 (uninstantiated-fontset-alist): Variable removed.
17455 (x-style-funcs-alist): Likewise.
17456 (fontset-default-styles): Likewise.
17457 (x-modify-font-name): Function removed.
17458 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17459 (create-fontset-from-ascii-font): Docsting adjusted for the above
17460 change.
17461 (instantiate-fontset, resolve-fontset-name): Functions removed.
17462 (fontset-list): Now implemented by C code.
17463
17464 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17465 (describe-face): Include `font' attribute in the description.
17466
17467 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17468
17469 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17470
17471 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17472
17473 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17474 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17475 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17476
17477 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17478 about behavior of set-buffer-modified-p wrt redisplay.
17479
17480 2000-03-19 Richard M. Stallman <rms@gnu.org>
17481
17482 * view.el (view-mode-disable): Kill local binding of view-read-only.
17483
17484 2000-03-18 Gerd Moellmann <gerd@gnu.org>
17485
17486 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17487 is a string, convert it to a syntax cell using string-to-syntax.
17488
17489 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17490 (string-to-syntax): New function.
17491
17492 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17493 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17494 try to use passive ftp mode.
17495
17496 2000-03-17 Gerd Moellmann <gerd@gnu.org>
17497
17498 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17499
17500 * simple.el (append-to-buffer): Update point of windows after
17501 insertion.
17502
17503 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17504 forward then moving backward. Reindent.
17505
17506 * frame.el (other-frame): Call x-focus-frame only if
17507 focus-follows-mouse is off.
17508
17509 2000-03-17 Dave Love <fx@gnu.org>
17510
17511 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17512
17513 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17514
17515 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17516 regexp for labels cannot span several lines.
17517
17518 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17519 `(setq :<key> ':<key>)' to the macro expansion.
17520
17521 2000-03-16 Dave Love <fx@gnu.org>
17522
17523 * progmodes/f90.el (f90): Put custom group under `languages', not
17524 `fortran'.
17525 (f90-mode-hook): Customize.
17526 (f90-mode): Set add-log-current-defun-function.
17527 (f90-current-defun): New function.
17528
17529 2000-03-16 Gerd Moellmann <gerd@gnu.org>
17530
17531 * cus-edit.el (custom-variable-tag-face): Handle case that
17532 default face's height is not a number.
17533 (custom-face-tag-face, custom-group-tag-face-1)
17534 (custom-group-tag-face): Ditto.
17535 (custom-group-tag-face-1): Add :group.
17536
17537 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17538
17539 2000-03-15 Gerd Moellmann <gerd@gnu.org>
17540
17541 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17542 requiring easymenu.
17543
17544 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17545
17546 * ps-print.el: PostScript user-defined prologue, PostScript error
17547 handler, doc fix.
17548 (ps-print-version): New version number (5.1).
17549 (ps-user-defined-prologue, ps-error-handler-message)
17550 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17551 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17552 (ps-insert-string): New function.
17553
17554 2000-03-15 Kenichi Handa <handa@etl.go.jp>
17555
17556 * international/ccl.el (ccl-compile-expression): Don't generate
17557 invalid self-assignment code.
17558
17559 2000-03-14 Dave Love <fx@gnu.org>
17560
17561 * subr.el (replace-regexp-in-string): Renamed from
17562 replace-regexps-in-string. Doc fix.
17563
17564 2000-03-12 Dave Love <fx@gnu.org>
17565
17566 * cus-edit.el: Doc fixes.
17567 (customize-set-variable, customize-save-variable): Rename args for doc.
17568 (custom-variable-tag-face, custom-face-tag-face)
17569 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17570 style which user identify as hyperlink.
17571 (hook): Don't add undefined functions to the hook.
17572 (debug-ignored-errors): Transfer message from bindings.el.
17573
17574 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17575
17576 * recentf.el (recentf-keep-non-readable-files-p):
17577 Remove double/nested definition.
17578
17579 2000-03-12 Dave Love <fx@gnu.org>
17580
17581 * facemenu.el (facemenu-get-face): Use display-color-p.
17582 * enriched.el (enriched-decode-foreground): Likewise.
17583 (enriched-decode-background): Likewise.
17584 * isearch.el (isearch-highlight): Likewise.
17585 * info-look.el (info-lookup): Likewise.
17586 * simple.el (completion-setup-function): Likewise.
17587
17588 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17589 :options.
17590
17591 * bindings.el (mode-line-format): Fix line-number and
17592 column-number items. Add help-echo for the background.
17593 (mode-line-mule-info): Modify help-echo.
17594
17595 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17596
17597 * files.el (load-file): Allow completion to .elc.
17598
17599 * man.el: Doc fixes.
17600 (Man-init-defvars): Use display-color-p to set fontification.
17601
17602 * play/hanoi.el (hanoi-internal): Don't use oddp.
17603
17604 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17605
17606 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17607
17608 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17609
17610 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17611
17612 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17613 Fix comment.
17614
17615 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17616
17617 * font-lock.el (font-lock-keywords): Fix the doc now that
17618 regexp-opt-depth is unnecessary.
17619 (save-buffer-state): Set an edebug spec.
17620 (font-lock-fontify-anchored-keywords): Properly handle the case when
17621 the matcher goes past the limit.
17622
17623 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17624 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17625
17626 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17627 dll.el and cookie.el (from Elib) with heavy renaming and other
17628 massaging.
17629
17630 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17631 Autoload the functions used.
17632 (easy-mmode-define-syntax): Fix CL typo.
17633 (easy-mmode-define-derived-mode): Improve the docstring generation.
17634
17635 2000-03-10 Gerd Moellmann <gerd@gnu.org>
17636
17637 * textmodes/texinfo.el (texinfo-version): Variable and function
17638 removed.
17639
17640 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17641
17642 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17643 allow more flexibility.
17644 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17645 (easy-mmode-defmap, easy-mmode-defsyntax)
17646 (easy-mmode-define-derived-mode): New macros.
17647
17648 2000-03-09 Didier Verna <didier@xemacs.org>
17649
17650 * rect.el (replace-rectangle): New function.
17651
17652 2000-03-09 Dave Love <fx@gnu.org>
17653
17654 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17655 (fortran-comment-line-start-skip): Don't match cpp stuff.
17656 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17657 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17658 (fortran-mode): Don't set fortran-comment-line-start-skip,
17659 fortran-comment-line-start here. Set comment-start,
17660 add-log-current-defun.
17661 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17662 (fortran-current-defun): New function.
17663
17664 2000-03-09 Gerd Moellmann <gerd@gnu.org>
17665
17666 * emacs-lisp/re-builder.el: New file.
17667
17668 * mouse.el (mouse-drag-region): Don't run up-event handler
17669 if hscroll has changed.
17670
17671 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17672 builtin operators, use `font-lock-builtin-face' for Emacs and
17673 `font-lock-preprocessor-face' otherwise.
17674
17675 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17676 `(defun (setf foo)' differently.
17677
17678 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17679
17680 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17681 (regexp-opt): Update comment and adapt the code the new meaning of
17682 the `paren' argument of regex-opt-group for shy-groups.
17683 (regexp-opt-depth): Handle shy groups as well as backslashed
17684 backslashes.
17685 (regexp-opt-group): Turn the leading comment into a docstring.
17686 Allow `paren' to be a string (the string to use to open a group).
17687 Remove open-presuf and close-presuf. Instead of checking for `all
17688 one-char' and then later on check for `several one-char', handle
17689 both cases close together. Also apply a more generic algorithm
17690 for suffixes (the mirror image of the algorithm used for
17691 prefixes). Use shy-groups. Use nreverse rather than reverse.
17692 (regexp-opt-try-suffix): Removed.
17693
17694 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17695 from comint-mode-map, so we can just inherit from it. Also, move
17696 the initialization into the `defvar' since there's no docstring
17697 anyway and it's fairly short.
17698 (inferior-scheme-mode): Define it as derived-mode: the code is
17699 shorter and this way we inherit from comint-mode-map rather than
17700 copying it.
17701
17702 * subr.el (replace-regexps-in-string): Properly handle the case
17703 where we match an empty string.
17704
17705 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17706 when the command has a directory component (such as "./testml").
17707 Also fix a typo in the comment.
17708
17709 2000-03-08 Gerd Moellmann <gerd@gnu.org>
17710
17711 * Makefile (compile-files): Compile files one by one because
17712 that's the only way to ensure a clean compilation environment for
17713 each individual file.
17714
17715 * frame.el (other-frame): Call x-focus-frame.
17716
17717 2000-03-07 Dave Love <fx@gnu.org>
17718
17719 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17720 :require to defcustom.
17721
17722 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17723
17724 * files.el (auto-mode-alist): Add configure.in.
17725
17726 * progmodes/autoconf.el: New file.
17727
17728 2000-03-07 Gerd Moellmann <gerd@gnu.org>
17729
17730 * mail/mh-e.el: Change maintainer to `none'.
17731
17732 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17733 to remove-hook and add-hook.
17734
17735 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17736
17737 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17738 it as the default.
17739 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17740 (sendmail-send-it): Conditionally add MIME headers specifying the
17741 used character set.
17742
17743 2000-03-07 Dave Love <fx@gnu.org>
17744
17745 * winner.el: Fix keywords, autoload cookies.
17746 Split eval-when-compile form to avoid compilation failure.
17747
17748 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17749
17750 * international/mule.el: Modify comment about coding system
17751 property `coding-category'.
17752 (make-coding-system): New argument EOL-TYPE. Pay attention to
17753 coding-category property of PROPERTIES.
17754
17755 * international/mule-conf.el (coding-category-utf-8)
17756 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17757 categories. Include them in the argument for set-coding-priority.
17758
17759 * international/mule-cmds.el (reset-language-environment):
17760 Include coding-category-utf-8, coding-category-utf-16-be, and
17761 coding-category-utf-16-le in the argument for set-coding-priority.
17762 (reset-language-environment): Initialize coding-category-utf-8,
17763 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17764
17765 2000-03-06 Karl Fogel <kfogel@red-bean.com>
17766
17767 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17768 code abstracted out of `bookmark-jump-noselect'. Now tries info
17769 extensions as well as compression extensions.
17770 (bookmark-jump-noselect): Use above new func.
17771
17772 2000-03-03 Gerd Moellmann <gerd@gnu.org>
17773
17774 * strokes.el: Change maintainer's mail address.
17775
17776 2000-03-03 Kenichi Handa <handa@etl.go.jp>
17777
17778 * international/mule-diag.el (list-character-sets): Make help-echo
17779 string by substitute-command-keys.
17780 (list-character-sets): Likewise.
17781 (sort-listed-character-sets): Call help-setup-xref.
17782
17783 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17784
17785 * time.el (display-time-mail-file): Add `none' to the list of choices.
17786
17787 2000-03-01 Dave Love <fx@gnu.org>
17788
17789 * help.el (help-xref-go-back): Don't try to set position.
17790
17791 * international/mule-diag.el (list-character-sets):
17792 Call help-setup-xref. Add help-echo to xrefs.
17793 (list-character-sets-1): Add help-echo to xrefs.
17794
17795 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17796
17797 * frame.el (blink-cursor-mode): Switch cursor on when turning
17798 the mode off.
17799
17800 * add-log.el (add-log-current-defun): Add support for
17801 Autoconf mode.
17802
17803 * mail/rmail.el (rmail-quit-hook): New variable.
17804
17805 2000-03-01 Dave Love <fx@gnu.org>
17806
17807 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17808
17809 * help.el (help-xref-button): Add help-echo arg.
17810 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17811
17812 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17813
17814 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17815
17816 2000-03-01 Gerd Moellmann <gerd@gnu.org>
17817
17818 * image.el (defimage): Look for image files in load-path.
17819
17820 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17821
17822 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17823
17824 * recentf.el (recentf): Added version tag to the defgroup of recentf.
17825
17826 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17827
17828 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17829 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17830 action to select/unselect a file.
17831 (recentf-edit-list): Code cleanup and improvement.
17832 (recentf-open-more-files-action): `recentf-open-more-files' button
17833 widget action to open a file.
17834 (recentf-open-more-files): No more use standard completion but widgets.
17835 (recentf-more-collection): Deleted.
17836 (recentf-more-history): Deleted.
17837 (recentf-setup-more-completion): Deleted.
17838
17839 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17840
17841 * recentf.el (recentf-mode): No more needs that Emacs is running
17842 under a window-system.
17843
17844 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17845
17846 * recentf.el (recentf-edit-list): New command to edit the recent
17847 list which allow the user to remove files.
17848 (recentf-edit-selected-items): New global variable, used by
17849 `recentf-edit-list' to hold the list of files to be removed from
17850 the recent list.
17851 (recentf-make-menu-items): Updated to display a "Edit list..."
17852 menu item. Minor code cleanup.
17853
17854 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17855
17856 * recentf.el (recentf-open-more-files): New command to open files
17857 that are not displayed in the menu.
17858 (recentf-more-collection): New global variable holding the set of
17859 permissible completions used by `recentf-open-more-files'.
17860 (recentf-more-history): New global variable holding the history list
17861 used by `recentf-open-more-files' completion.
17862 (recentf-setup-more-completion): New function to setup completion for
17863 `recentf-open-more-files'.
17864 (recentf-make-menu-items): Updated to display a "More..." menu item.
17865
17866 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17867
17868 * recentf.el (recentf-menu-action): Doc fixed.
17869
17870 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17871
17872 * recentf.el (recentf-menu-filter): Doc updated.
17873 (recentf-update-menu-hook): Allow menu filters to force menu update.
17874 (recentf-make-menu-items): New menu filter handling.
17875 (recentf-make-menu-item): New helper function.
17876 (recentf-menu-elements): New menu handling function.
17877 (recentf-sort-ascending): Updated to new menu filter handling.
17878 (recentf-sort-descending): Updated to new menu filter handling.
17879 (recentf-sort-basenames-ascending): New menu filter function.
17880 (recentf-sort-basenames-descending): New menu filter function.
17881 (recentf-show-basenames): New menu filter function.
17882 (recentf-show-basenames-ascending): New menu filter function.
17883 (recentf-show-basenames-descending): New menu filter function.
17884
17885 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17886
17887 * diary-lib.el (list-diary-entries): Don't try to go forward at
17888 the end of the buffer.
17889
17890 2000-02-29 Kenichi Handa <handa@etl.go.jp>
17891
17892 * international/mule-diag.el (list-character-sets):
17893 Completely rewritten.
17894 (sort-listed-character-sets): New function.
17895 (list-character-sets-1): Completely rewritten.
17896 (list-character-sets-2): New function.
17897 (non-iso-charset-alist): New variable.
17898 (decode-codepage-char): New function.
17899 (charset-history): New variable.
17900 (read-charset) (list-block-of-chars)
17901 (list-iso-charset-chars)
17902 (list-non-iso-charset-chars)
17903 (list-charset-chars): New functions.
17904 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17905 (dump-charsets): Likewise.
17906
17907 2000-02-29 Gerd Moellmann <gerd@gnu.org>
17908
17909 * dired-x.el (dired-filename-at-point): Add `@' to valid
17910 file name characters.
17911 (dired-filename-at-point): Handle ange-ftp file names.
17912
17913 * frame.el (frame-notice-user-settings): Use assq-delete-all
17914 instead of assoc-delete-all.
17915 (frame-notice-user-settings): Ditto.
17916
17917 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17918 Don't copy alist.
17919
17920 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17921
17922 * calculator.el (calculator-use-menu): New option.
17923 (calculator-initial-bindings): Changed some bindings to work as macros.
17924 (calculator-forced-input): Removed.
17925 (calculator-restart-other-mode): New variable.
17926 (calculator-mode-map): Set up menu.
17927
17928 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17929
17930 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17931
17932 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17933
17934 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17935 translate all ESC key sequences.
17936 (viper-goto-mark-subr): Restore markers for files for which
17937 they were saved.
17938 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17939 * viper-util.el (viper-set-replace-overlay-glyphs)
17940 (viper-set-replace-overlay): Always check if the replacement
17941 overlay is live.
17942 * viper.el (viper-vi-state-mode-list): Add major modes.
17943 * ediff-wind.el: Minor comment changes.
17944 * ediff.el: Copyright notice date fix.
17945
17946 2000-02-27 Jason Rumney <jasonr@gnu.org>
17947
17948 * faces.el (face-font-family-alternatives): Add arial to helv.
17949 (mode-line, header-line, tool-bar): Same default as x for w32.
17950 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17951 face-font-family-alternatives from working.
17952 * term/w32-win.el (mouse-set-font): Do not build fontset from
17953 chosen font.
17954
17955 2000-02-25 Sam Steingold <sds@goems.com>
17956
17957 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17958 properly.
17959
17960 2000-02-25 Richard M. Stallman <rms@gnu.org>
17961
17962 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17963
17964 2000-02-25 Gerd Moellmann <gerd@gnu.org>
17965
17966 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17967
17968 * frame.el (busy-cursor-delay-seconds): New option.
17969
17970 2000-02-24 Gerd Moellmann <gerd@gnu.org>
17971
17972 * frame.el (show-cursor-in-non-selected-windows): New option.
17973
17974 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17975
17976 * diary-lib.el (include-other-diary-files): Undo the selective
17977 display in any included file and don't kill it.
17978
17979 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17980
17981 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17982 Menu items converted to (menu-item format, help strings added.
17983 [downcase, upcase]: Don't enable on MS-DOS.
17984 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17985 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17986
17987 2000-02-23 Dave Love <fx@gnu.org>
17988
17989 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17990 (backward-kill-word): Revert addition of * to interactive spec --
17991 it's a feature.
17992
17993 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17994 (backward-kill-sentence, kill-sentence): Likewise.
17995
17996 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17997 scratch buffer name.
17998 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
17999
18000 * term/w32-win.el (internal-face-interactive): Update prompt for
18001 new read-face-name.
18002
18003 * mail/footnote.el (footnote): Add :version to defgroup.
18004 (footnote-section-tag-regexp): Customize.
18005 (footnote-start-tag, footnote-end-tag): New option.
18006 (footnote-latin-regexp): New variable.
18007 (Footnote-latin): New function.
18008 (footnote-style-alist): Add element for latin style.
18009 (footnote-style): Moved.
18010 (Footnote-goto-footnote): Use eq to test arg.
18011
18012 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18013
18014 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18015 (byte-compile-trueconstp): Include keywords.
18016 (byte-optimize-quote, byte-optimize-lapcode):
18017 Use byte-compile-const-symbol-p.
18018 (byte-optimize-char-before): New optimization.
18019
18020 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18021 (byte-compile-const-symbol-p): New function.
18022 (byte-compile-constp, byte-compile-out-toplevel)
18023 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18024 Use it.
18025
18026 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18027
18028 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18029
18030 * international/encoded-kb.el: Be sure to update minor-mode-alist
18031 and minor-mode-map-alist.
18032 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18033 codes SS2 and SS3 correctly.
18034 (encoded-kbd-self-insert-ccl): New function.
18035 (encoded-kbd-setup-keymap): New function.
18036 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18037 by calling encoded-kbd-setup-keymap.
18038
18039 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18040 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18041
18042 2000-02-22 Dave Love <fx@gnu.org>
18043
18044 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18045 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18046 (lisp-mode-syntax-table): Set up for #|...|# comments.
18047 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18048 classes. Match `defface'.
18049 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18050 (eval-defun-1): Fix for defcustom.
18051 (lisp-indent-region): Doc fix.
18052
18053 * subr.el (when, unless, split-string): Doc fix.
18054 (read-passwd): Move call of clear-this-command-keys to the right place.
18055 (replace-regexps-in-string): New function.
18056
18057 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18058
18059 * help.el (describe-variable): Set syntax table to
18060 emacs-lisp-mode-syntax-table when moving forward over the
18061 symbol's name.
18062
18063 2000-02-22 Dave Love <fx@gnu.org>
18064
18065 * xt-mouse.el: Doc fixes.
18066 (xterm-mouse-position-function): New function, replacing advice of
18067 mouse-position.
18068 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18069
18070 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18071
18072 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18073
18074 * format.el (format-annotate-single-property-change):
18075 Handle properties.with dotted-list values.
18076 (format-proper-list-p): New function.
18077
18078 * enriched.el (enriched-face-ans): Handle '(foreground-color
18079 . COLOR) and (background-color . COLOR).
18080
18081 2000-02-20 Dave Love <fx@gnu.org>
18082
18083 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18084 and assignments to it.
18085 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18086 current local map.
18087 (make-flyspell-overlay): Use it.
18088 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18089
18090 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18091 (lm-get-header-re): Defun, not defsubst.
18092 (lm-get-package-name): Defun, not defsubst. Simplify.
18093 (lm-version): Doc fix. Simplify.
18094 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18095 (lm-crack-address, lm-last-modified-date, lm-commentary)
18096 (lm-verify, lm-synopsis): Simplify.
18097 (lm-report-bug): Require emacsbug. Use compose-mail.
18098
18099 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18100
18101 * dired.el (dired-mode): Call propertized-buffer-identification
18102 to set mode-line-buffer-identification to something having
18103 the right text properties.
18104
18105 * bindings.el (propertized-buffer-identification): New function.
18106
18107 2000-02-20 Dave Love <fx@gnu.org>
18108
18109 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18110 check for t-mouse too.
18111
18112 * cus-start.el: Make echo-keystrokes `number'.
18113
18114 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18115
18116 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18117 Don't call ring-empty-p unless tags-location-ring is bound.
18118 From Noah Friedman <friedman@splode.com>.
18119
18120 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18121
18122 * progmodes/hideshow.el (hs-flag-region): No longer use
18123 `intangible' overlay property.
18124
18125 (hs-toggle-hiding): New command.
18126 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18127
18128 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18129 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18130 and deactivation.
18131
18132 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18133
18134 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18135
18136 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18137
18138 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18139
18140 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18141 of `*' to handle `(* ... *)' comments.
18142
18143 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18144
18145 * faces.el (list-faces-display): Use display-mouse-p instead of
18146 window-system.
18147
18148 * menu-bar.el (global-map): Menu-bar items converted to the new
18149 format (menu-item..., rearranged for better CUA compliance, and
18150 their names changed for better clarity. Help strings added.
18151
18152 * international/mule-cmds.el (mule-menu-keymap)
18153 (describe-language-environment-map, set-coding-system-map)
18154 (setup-language-environment-map): Convert to new (menu-item...
18155 form, add help strings. Change names of menu items for better clarity.
18156 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18157
18158 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18159
18160 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18161 within the code.
18162
18163 2000-02-16 Dave Love <fx@gnu.org>
18164
18165 * faces.el: Don't require custom. Add more specific :groups to
18166 various deffaces.
18167 (set-face-attribute): Purecopy args.
18168 (read-face-name): Default to name at point and use it in prompt.
18169 Remove colon from arg in all callers.
18170 (list-faces-display): Hyperlink to face descriptions and customize
18171 buffers.
18172
18173 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18174
18175 * wid-edit.el (widget-match-inline): An atom never matches a list.
18176
18177 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18178
18179 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18180 at ':' characters by call to split-string.
18181
18182 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18183
18184 * textmodes/bibtex.el: Added RCS version identification.
18185
18186 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18187
18188 * textmodes/bibtex.el: Some temporary comments removed.
18189 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18190 (bibtex-field-const): Allow capital letters.
18191 (bibtex-start-of-string): Deleted because unused.
18192
18193 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18194 use the term 'reference' to describe a bibtex entry as a whole.
18195 Further, reference keys are no longer called 'labels'.
18196 (bibtex-keys): Renamed to bibtex-reference-keys.
18197 (bibtex-reformat-previous-labels): Renamed to
18198 bibtex-reformat-previous-reference-keys.
18199 (bibtex-reference-type): Renamed to bibtex-entry-type.
18200 (bibtex-reference-head): Renamed to bibtex-entry-head.
18201 (bibtex-reference-maybe-empty-head): Renamed to
18202 bibtex-entry-maybe-empty-head.
18203 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18204 (bibtex-search-reference): Renamed to bibtex-search-entry.
18205 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18206 bibtex-enclosing-entry-maybe-empty-head.
18207 (bibtex-entry-field-alist, bibtex-entry-head)
18208 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18209 (bibtex-map-entries, bibtex-search-entry)
18210 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18211 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18212 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18213 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18214 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18215 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18216 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18217
18218 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18219
18220 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18221 comment.
18222 (bibtex-format-field-delimiters): New function, functionality
18223 extracted from bibtex-format-entry.
18224 (bibtex-autokey-get-yearfield-digits): New function, functionality
18225 extracted from bibtex-autokey-get-yearfield.
18226
18227 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18228 entries in order to avoid stack overflow in the regexp matcher if
18229 field contents become large.
18230 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18231 (bibtex-field-string-part-not-braced)
18232 (bibtex-field-string-part-no-inner-braces)
18233 (bibtex-field-string-part-1-inner-brace)
18234 (bibtex-field-string-part-2-inner-braces)
18235 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18236 (bibtex-field-string-quoted, bibtex-field-string)
18237 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18238 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18239 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18240 Deleted as parsing is now performed by the following functions.
18241 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18242 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18243 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18244 (bibtex-parse-association, bibtex-field-name-for-parsing)
18245 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18246 (bibtex-search-forward-field, bibtex-search-backward-field)
18247 (bibtex-start-of-field, bibtex-end-of-field)
18248 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18249 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18250 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18251 (bibtex-parse-string, bibtex-search-forward-string)
18252 (bibtex-search-backward-string, bibtex-start-of-string)
18253 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18254 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18255 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18256 entries. Instead of reporting the results of the parsing by
18257 match-beginning or match-end, these functions return data structures
18258 that hold the corresponding positions.
18259 (bibtex-enclosing-field): Changed to also report field boundaries by
18260 return values rather than by match-beginning or match-end.
18261 The following functions have been adapted to use the new
18262 parsing functions.
18263 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18264 (bibtex-enclosing-field, bibtex-format-entry)
18265 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18266 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18267 (bibtex-print-help-message, bibtex-end-of-entry)
18268 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18269 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18270 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18271 Use the new method for parsing.
18272 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18273 (bibtex-map-entries, bibtex-flash-head)
18274 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18275 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18276 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18277 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18278 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18279 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18280 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18281 order to make the new binding of case-fold-search immediately visible.
18282
18283 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18284
18285 * textmodes/bibtex.el: Copyright notice is up to date.
18286 Added constant 'bibtex-maintainer-salutation.
18287
18288 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18289 than make-temp-name, use match-string-no-properties and eliminate
18290 a quadratic behavior when building bibtex-strings.
18291
18292 * bibtex.el (bibtex-reference-key): Accept string entries whose
18293 reference key contains upper case letters.
18294
18295 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18296
18297 * bibtex.el (bibtex-reference-head): Allow entries to start with
18298 a new line.
18299
18300 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18301
18302 * bibtex.el: Hiding of entry bodies is not longer provided by
18303 bibtex.el directly. Instead the hideshow package can be used.
18304 Added a special bibtex entry to hs-special-modes-alist.
18305 (bibtex-hs-forward-sexp): Added for hideshow.el.
18306
18307 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18308
18309 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18310 proceedings entry type (for cross referencing). Thanks to Wagner
18311 Toledo Correa for the suggestion.
18312
18313 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18314
18315 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18316
18317 * international/characters.el: Setup case table for Vietnamese.
18318
18319 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18320
18321 * uniquify.el (toplevel): Require CL at compile time.
18322 (uniquify-push): Removed.
18323
18324 * shadowfile.el (shadow-when): Removed.
18325
18326 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18327 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18328
18329 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18330 regexp for paragraph-start.
18331
18332 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18333 commas as well.
18334
18335 2000-02-10 Dave Love <fx@gnu.org>
18336
18337 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18338 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18339 Deleted.
18340 (widget-specify-field, widget-specify-button): Don't use
18341 widget-mouse-help as help-echo property.
18342 (default): Use #'ignore for :validate and :mouse-down-action.
18343 (checkbox): Add help-echo.
18344 (widget-sexp-validate): Rewritten to clarify error messages.
18345 (character): Use char-valid-p in :match function.
18346 (widget-color-complete): Use facemenu-color-alist.
18347 (widget-color-action): Use facemenu-read-color.
18348
18349 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18350 set up `caar' &c that we now have.
18351
18352 2000-02-09 Ray Blaak <blaak@gnu.org>
18353
18354 * delphi.el: Make resourcestring a declaration region, like const
18355 and var.
18356
18357 2000-02-09 Dave Love <fx@gnu.org>
18358
18359 * bindings.el (mode-line-input-method-map): New variable.
18360 (mode-line-mule-info): Use it; fix last change.
18361 (mode-line-mode-menu): Move definition.
18362 (mode-line-mouse-sensitive-p): Deleted.
18363 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18364 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18365
18366 * startup.el (command-line-1): Don't call
18367 make-mode-line-mouse-sensitive.
18368
18369 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18370
18371 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18372 before rmail-toggle-header, because the former toggles headers.
18373
18374 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18375
18376 * diff-mode.el (diff-kill-junk): New interactive function.
18377 (diff-reverse-direction): Use delete-and-extract-region.
18378 (diff-post-command-hook): Restrict the area so that the hook also works
18379 outside of any diff hunk. This is necessary for the minor-mode.
18380 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18381 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18382
18383 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18384 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18385 so that it can be used more easily in <foo>-mode-hook. Also make sure
18386 to avoid duplicate entries.
18387 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18388 (font-lock-remove-keywords): Just as was done for `add', allow it to
18389 work even if font-lock-mode is nil. Also make sure we don't modify
18390 any pre-existing list by forcing a copy-sequence. Finally rename
18391 `major-mode' to `mode'.
18392 (font-lock-fontify-syntactic-anchored-keywords)
18393 (font-lock-fontify-anchored-keywords)
18394 (font-lock-fontify-keywords-region): Use line-end-position.
18395 Don't make `font-lock-multiline' local (it's now done in
18396 font-lock-set-defaults).
18397 (font-lock-set-defaults): Make `font-lock-multiline' local.
18398 Move the `font-lock-fontified' creation to inside the `unless'.
18399
18400 2000-02-06 Andrew Innes <andrewi@gnu.org>
18401
18402 * term/w32-win.el (x-handle-args): Comment out call to message,
18403 which occurs before window system is initialized.
18404
18405 * makefile.nt: Add support for recompiling lisp code.
18406
18407 2000-02-04 Dave Love <fx@gnu.org>
18408
18409 * bindings.el (mode-line-mule-info): Fix/extend last change.
18410
18411 * completion.el: Replace completion-dolist with dolist.
18412
18413 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18414
18415 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18416
18417 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18418 environment names before they go into the section regexp.
18419
18420 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18421 char class in regexp.
18422
18423 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18424 Bind `case-fold-search' to nil.
18425
18426 * progmodes/idlwave.el (idlwave-template):
18427 Respect `idlwave-abbrev-change-case'.
18428 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18429 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18430 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18431 (idlwave-rw-case): New function.
18432 (idlwave-statement-match): Fixed problem with assignment regexp.
18433 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18434 (idlwave-surround): New argument LENGTH to support padding of
18435 operators longer than 1 char.
18436
18437 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18438 idlwave-shell-expression-overlay. Implemented printing of
18439 expressions on higher levels of the calling stack.
18440 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18441 (idlwave-retrieve-expression-from-level): New function.
18442 (idlwave-shell-last-calling-stack): Variable removed.
18443 (idlwave-shell-reset): Argument action reversed (`visible' to
18444 `hidden'). Also remove stop-line overlay.
18445 (idlwave-shell-calling-stack-routine): New variable.
18446 (idlwave-shell-parse-stack-and-display): Messages now display
18447 negative level numbers.
18448 (idlwave-shell-mode): Set `modeline-format'.
18449 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18450 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18451 (idlwave-shell-print-expression-function): New option.
18452
18453 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18454 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18455 `tool-bar' instead of `toolbar'.
18456
18457 2000-02-02 Dave Love <fx@gnu.org>
18458
18459 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18460 emacs-lisp-mode-hook. Don't check for defalias being defined.
18461
18462 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18463 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18464 Use the new builtins directly.
18465
18466 * whitespace.el (whitespace): Add :version to defgroup.
18467
18468 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18469 Doc fix.
18470
18471 * thingatpt.el (sexp-at-point, symbol-at-point)
18472 (number-at-point, list-at-point): Add autoload cookie.
18473
18474 * recentf.el (recentf): Add :version to defgroup.
18475
18476 * quickurl.el (quickurl): Add :version to defgroup.
18477
18478 * elide-head.el (elide-head): Use point-marker more.
18479
18480 * bs.el (bs): Add :version to defgroup.
18481
18482 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18483
18484 * progmodes/delphi.el (delphi): Add :version to defgroup.
18485
18486 2000-02-02 Gerd Moellmann <gerd@gnu.org>
18487
18488 * ange-ftp.el (ange-ftp-write-region): Handle case that
18489 succeeding process operation sets a different coding system.
18490
18491 * calculator.el: New file.
18492
18493 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18494
18495 * frame.el (frames-on-display-list, framep-on-display): New functions.
18496 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18497 (display-selections-p, display-screens, display-pixel-width)
18498 (display-pixel-height, display-mm-width, display-mm-height)
18499 (display-backing-store, display-save-under, display-planes)
18500 (display-color-cells, display-visual-class): New functions.
18501
18502 * term/tty-colors.el (tty-color-gray-shades): New function.
18503
18504 * faces.el (display-color-p): Use framep-on-display.
18505 (display-grayscale-p): New function.
18506
18507 2000-01-31 Dave Love <fx@gnu.org>
18508
18509 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18510 (create-fontset-from-x-resource): Don't concat integers.
18511
18512 2000-01-31 Inge Frick <inge@nada.kth.se>
18513
18514 * view.el: Some changes in documentation. Removed some trailing
18515 whitespace. Changed some parameter names to agree with documentation.
18516 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18517 window is not deleted. Modifies change 1998-04-26.
18518
18519 2000-01-31 Gerd Moellmann <gerd@gnu.org>
18520
18521 * windmove.el: New file.
18522
18523 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18524 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18525 progmodes/ebnf-yac.el: Update copyright and license info.
18526
18527 * jit-lock.el (jit-lock-function): Widen before calculating
18528 end position.
18529 (jit-lock-stealth-chunk-start): Rewritten.
18530
18531 * info.el (Info-title-face-alist): Removed.
18532 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18533 (Info-fontify-node): Use these faces.
18534
18535 2000-01-30 Gerd Moellmann <gerd@gnu.org>
18536
18537 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18538 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18539 `&allow-other-keywords'.
18540
18541 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18542 the list of directories scanned heuristically.
18543
18544 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18545
18546 2000-01-30 Jason Rumney <jasonr@gnu.org>
18547
18548 * w32-fns.el: Define w32-tty-standard-colors.
18549
18550 * startup.el (command-line): Use w32-tty-standard-colors when in
18551 w32 console mode.
18552
18553 2000-01-30 Dave Love <fx@gnu.org>
18554
18555 * jka-compr.el (jka-compr-load): Fix up load-history.
18556
18557 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18558
18559 * emacs-lisp/cl-macs.el: Revert previous change.
18560
18561 2000-01-29 Dave Love <fx@gnu.org>
18562
18563 * facemenu.el: Purecopy various strings.
18564
18565 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18566 years. Deal with three-digit years.
18567
18568 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18569 Use defconst, purecopy.
18570 (help-back-label): Purecopy it.
18571
18572 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18573
18574 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18575 variable. If non-nil, order the buffer list according to the
18576 currently selected frame.
18577 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18578 non-nil, pass the selected frame to function buffer-list.
18579
18580 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18581
18582 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18583
18584 2000-01-28 Dave Love <fx@gnu.org>
18585
18586 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18587
18588 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18589 Don't use lisp-indent-hook property.
18590 (cl-abs): Remove.
18591
18592 * subr.el: Move out indent and edebug specs for when and unless.
18593
18594 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18595 when, unless.
18596
18597 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18598 unless, when.
18599
18600 2000-01-28 Gerd Moellmann <gerd@gnu.org>
18601
18602 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18603 `collecting' as synonym for `collect'.
18604
18605 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18606 for the case it contains spaces.
18607
18608 * simple.el (what-cursor-position): Change formatting of messages.
18609
18610 * frame.el (delete-other-frames): New function.
18611 (toplevel): Bind it to C-x 5 1.
18612
18613 * sort.el (sort-numeric-base): New option.
18614 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18615 interpret it as octal or hexadecimal. Use sort-numeric-base
18616 as default base.
18617
18618 * progmodes/glasses.el: New file.
18619
18620 2000-01-27 Gerd Moellmann <gerd@gnu.org>
18621
18622 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18623 userids differently.
18624
18625 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18626 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18627 progmodes/ebnf-yac.el: New files.
18628
18629 2000-01-26 Dave Love <fx@gnu.org>
18630
18631 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18632 on a function with an empty body. [From Eric Ludlam.]
18633
18634 2000-01-25 Andre Spiegel <spiegel@gnu.org>
18635
18636 * vc.el (vc-version-diff): Make sure file name is expanded.
18637
18638 2000-01-25 Gerd Moellmann <gerd@gnu.org>
18639
18640 * scroll-bar.el (scroll-bar-timer): Variable removed.
18641 (scroll-bar-toolkit-scroll): Don't use a timer.
18642
18643 2000-01-25 Kenichi Handa <handa@etl.go.jp>
18644
18645 * language/thai-util.el (thai-composition-function):
18646 Delete superfluous `a'.
18647
18648 2000-01-24 Dave Love <fx@gnu.org>
18649
18650 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18651 end-of-defun-function.
18652
18653 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18654
18655 2000-01-22 Jason Rumney <jasonr@gnu.org>
18656
18657 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18658 conflicts with new face support.
18659
18660 2000-01-22 Richard M. Stallman <rms@gnu.org>
18661
18662 * replace.el (query-replace): Rename last arg to DELIMITED.
18663 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18664 (query-replace-regexp): Likewise.
18665
18666 2000-01-20 Richard M. Stallman <rms@gnu.org>
18667
18668 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18669
18670 * emacs-lisp/lisp.el (beginning-of-defun-function):
18671 Variable renamed from beginning-of-defun.
18672 Do not call make-variable-buffer-local.
18673 (beginning-of-defun-raw): Use new variable name; doc fix.
18674 (beginning-of-defun): Doc fix.
18675 (end-of-defun-function): Variable renamed from end-of-defun.
18676 Do not call make-variable-buffer-local.
18677 (end-of-defun): Use new variable name; doc fix.
18678
18679 * subr.el (dolist, dotimes): Copied from cl-macs.el
18680 and made to work.
18681
18682 * mail/undigest.el (rmail-digest-end-regexps):
18683 Variable replaces rmail-digest-end-regexp.
18684 Allows multiple regexps for detecting the end line.
18685 (undigestify-rmail-message): Corresponding changes.
18686
18687 2000-01-19 Dave Love <fx@gnu.org>
18688
18689 * files.el (user-init-file): Don't declare here -- is primitive.
18690
18691 * startup.el (command-line): Check for compiled user-init-file and
18692 set to uncompiled version if necessary.
18693
18694 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18695
18696 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18697 (undigestify-rmail-message): Use it.
18698
18699 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18700
18701 2000-01-17 Gerd Moellmann <gerd@gnu.org>
18702
18703 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18704 of mini-buffer.
18705
18706 2000-01-14 Gerd Moellmann <gerd@gnu.org>
18707
18708 * emacs-lisp/copyright.el (copyright-update): Removed the
18709 requirement for a trailing space from `copyright-regexp', to
18710 support copyrights with owner specified on a separate line..
18711
18712 * align.el: New file.
18713
18714 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18715
18716 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18717
18718 2000-01-13 Dave Love <fx@gnu.org>
18719
18720 * ph.el: Removed. (Obsoleted by EUDC.)
18721
18722 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18723
18724 * net/eudc.el (toplevel): Remove autoloaded code installing
18725 menu with easymenu, because that causes build problems.
18726
18727 * frame.el (frame-notice-user-settings): New variable.
18728 (frame-notice-user-settings): Don't modify frame parameters
18729 if called a second time.
18730
18731 2000-01-13 Richard M. Stallman <rms@gnu.org>
18732
18733 * frame.el (frame-notice-user-settings):
18734 Notice default-frame-parameters even for non-window frames.
18735
18736 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18737
18738 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18739 for Emacs.
18740 (eudc-bob-can-display-inline-images): Extend for Emacs.
18741 (eudc-bob-toggle-inline-display): Ditto.
18742 (eudc-bob-display-jpeg): Ditto.
18743
18744 2000-01-12 Gerd Moellmann <gerd@gnu.org>
18745
18746 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18747 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18748 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18749
18750 * add-log.el (add-change-log-entry): Fix error trying an
18751 `(insert nil)'.
18752
18753 * subdirs.el: Add `net' directory.
18754
18755 * net: New directory.
18756
18757 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18758 eval-last-sexp. Don't bind debug-on-error here.
18759 (eval-last-sexp): New function. Bind debug-on-error if
18760 eval-expression-debug-on-error is non-nil.
18761 (eval-defun-2, eval-defun): Likewise.
18762
18763 * simple.el (eval-expression): Don't bind debug-on-error if
18764 eval-expression-debug-on-error is nil. Detect changed
18765 debug-on-error, and propagate new value to global binding, if
18766 eval-expression-debug-on-error is non-nil,
18767 (eval-expression-debug-on-error): Change doc string.
18768
18769 2000-01-11 Richard M. Stallman <rms@gnu.org>
18770
18771 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18772
18773 * emacs-lisp/lisp-mode.el (with-syntax-table):
18774 Set up lisp-indent-function property.
18775
18776 * subr.el (with-syntax-table): Moved from simple.el.
18777
18778 * simple.el (with-syntax-table): Moved to subr.el.
18779
18780 2000-01-11 Gerd Moellmann <gerd@gnu.org>
18781
18782 * tmm.el (tmm-shortcut): Delete region after prompt instead
18783 of erasing buffer.
18784
18785 * textmodes/fill.el (fill-common-string-prefix): New function.
18786 (fill-context-prefix): Use the longest common prefix of first
18787 and second line fill prefix, if there is one.
18788
18789 2000-01-11 Richard M. Stallman <rms@gnu.org>
18790
18791 * array.el (array-mode): Don't use make-variable-buffer-local.
18792 Use make-local-variable for `truncate-lines'.
18793
18794 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18795
18796 * add-log.el (add-log-current-defun): Handle user-defined
18797 add-log-current-function returning nil,
18798
18799 * add-log.el (add-change-log-entry): Insert version number
18800 if having found a current function
18801
18802 * add-log.el (add-log-current-defun):
18803 Call `add-log-current-defun-function'. Try matches at level 0 and
18804 level 1. Strip whitespace from defun found.
18805
18806 2000-01-10 John Wiegley <johnw@gnu.org>
18807
18808 * allout.el (isearch-done/outline-provisions): Added `edit'
18809 argument to correspond with the current definition of `isearch-done'.
18810
18811 2000-01-10 Dave Love <fx@gnu.org>
18812
18813 * elide-head.el (elide-head): Use point-marker, not point.
18814
18815 2000-01-10 Gerd Moellmann <gerd@gnu.org>
18816
18817 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18818 before and after the year 2000.
18819
18820 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18821 Add ispell- prefix.
18822
18823 2000-01-10 Ken Stevens <k.stevens@ieee.org>
18824
18825 * ispell.el: Only define dictionaries in menus when they exist.
18826 (version18p): New variable.
18827 (version20p): New variable.
18828 (xemacsp): New variable.
18829 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18830 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18831 (ispell-dictionary-alist6): Russian command lines no longer accept
18832 run-together words.
18833 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18834 (ispell-dictionary-alist): Add koi8-r to customize definition.
18835 (check-ispell-version): Added documentation string. Return library
18836 path when called non-interactively.
18837 (ispell-menu-map-needed): Uses new variables.
18838 (ispell-library-path): New variable.
18839 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18840 (ispell-word): Improved documentation string. Test for valid
18841 character mappings. Correctly check typed in word changes that can
18842 result in single words split into multiple words.
18843 Return replacement word.
18844 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18845 replace in recursive query replace mode. Help message for
18846 recursive edit mode.
18847 (ispell-show-choices): Protect against bad framepop bindings.
18848 (ispell-help): Fix to work with XEmacs.
18849 (ispell-highlight-spelling-error): Use new variables.
18850 (ispell-overlay-window): Fix to work with XEmacs.
18851 (ispell-parse-output): Passed and returns location information
18852 tracking spelling corrections. Doesn't recheck same word on
18853 current line.
18854 (ispell-init-process): Protect against bogus XEmacs variable binding.
18855 Fix call to single argument in sleep-for. Use new variables.
18856 (ispell-region): Passed and returns location information tracking
18857 spelling corrections. Doesn't check same word on current line.
18858 Improved documentation string. Doesn't resend a line already
18859 checked to the ispell process - fixes bug in LaTeX parsing.
18860 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18861 (ispell-skip-region): No longer skips <TT> in SGML.
18862 (ispell-process-line): Tracks location information with spelling
18863 corrections. Added documentation string. Accounts for words
18864 already accepted on this line. Don't allow query-replace on line
18865 starting with math characters. Doesn't resend a line already sent
18866 to ispell process. Fixes alignment error bug.
18867
18868 2000-01-10 Richard M. Stallman <rms@gnu.org>
18869
18870 * dired-x.el (dired-guess-shell-alist-default):
18871 Suggest xloadimage, which is free, not xv, which isn't.
18872
18873 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18874 Don't ever include the host name or user name in the value.
18875
18876 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18877
18878 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18879 of a real newline.
18880
18881 2000-01-09 Stephen Eglen <stephen@gnu.org>
18882
18883 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18884 for .png files.
18885
18886 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18887
18888 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18889
18890 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18891
18892 * progmodes/cperl-mode.el: Replace ^F with ^L.
18893
18894 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18895 `require'ing rmail and mailalias to prevent infinite recursion.
18896
18897 2000-01-08 Dave Love <fx@gnu.org>
18898
18899 * emacs-lisp/backquote.el: Remove inappropriate customization
18900 (allowing custom.el to use backquote).
18901
18902 2000-01-07 Dave Love <fx@gnu.org>
18903
18904 * add-log.el (add-log-debugging): Deleted.
18905 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18906 file. Remove debugging code.
18907 (change-log-get-method-definition, change-log-name): Add doc.
18908 (change-log-sortable-date-at): New function.
18909 (change-log-merge): New command.
18910
18911 * time.el (display-time-string-forms): Make the Mail string active.
18912 (display-time-update): Provide help-echo for load average.
18913
18914 * bindings.el (make-mode-line-mouse2-map): New function.
18915 (mode-line-modified): Use it and simplify.
18916 (mode-line-mule-info): Provide help-echo info.
18917 (minor-mode-alist): Activate the strings.
18918 (make-mode-line-mouse-sensitive): Simplify for
18919 mode-line-buffer-identification.
18920
18921 2000-01-07 Gerd Moellmann <gerd@gnu.org>
18922
18923 * play/pong.el: New file.
18924
18925 2000-01-06 Dave Love <fx@gnu.org>
18926
18927 * array.el: Assorted cleanups for compiler warnings, doc strings,
18928 `array-' prefix for symbols.
18929
18930 2000-01-05 Dave Love <fx@gnu.org>
18931
18932 * textmodes/outline.el (outline-mode-menu-bar-map):
18933 Add outline-headers-as-kill.
18934 (outline-mode): Define imenu-generic-expression.
18935 (outline-headers-as-kill): New command.
18936
18937 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18938 from paragraph-start.
18939 (paragraph-indent-minor-mode): New command.
18940
18941 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18942 M-C-e, M-C-h, C-j, C-xnd, TAB.
18943 (fortran-mode): Set beginning-of-defun, end-of-defun.
18944 (fortran-column-ruler): Simplify.
18945 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18946 (fortran-with-subprogram-narrowing): Likewise.
18947 (fortran-indent-subprogram): Call mark-defun.
18948 (fortran-check-for-matching-do): Change narrowing.
18949
18950 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18951 (cl-lucid-hash-tag): Delete.
18952 (cl-hash-table-p): Correct test for native table.
18953 (cl-hash-table-count): Use hash-table-count.
18954
18955 * browse-url.el (browse-url): Fix case of
18956 browse-url-browser-function being an alist.
18957
18958 2000-01-05 Carsten Dominik <cd@gnu.org>
18959
18960 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18961 (reftex-index-phrase-file-extension): New options.
18962
18963 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18964 Use new option `reftex-index-phrase-file-extension'.
18965
18966 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18967 `reftex-parse-file-extension'.
18968
18969 2000-01-05 Dave Love <fx@gnu.org>
18970
18971 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18972 (beginning-of-defun-raw): Use it.
18973 (end-of-defun): New variable.
18974 (end-of-defun): Use it.
18975 (check-parens): New command.
18976
18977 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18978
18979 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18980 (hs-show-block): Don't use `mapcar' when not accumulating.
18981
18982 Fix buglet in local variables initialization.
18983
18984 2000-01-05 Andreas Schwab <schwab@suse.de>
18985
18986 * hscroll.el (hscroll): Doc fix.
18987
18988 2000-01-05 Carsten Dominik <cd@gnu.org>
18989
18990 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18991 Require idlw-toolbar.
18992
18993 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18994 file idlw-rinfo.el.
18995 (idlwave-customize): Load must read file idlw-shell.el.
18996 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18997
18998 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18999
19000 * progmodes/idlw-shell.el: Also provide idlwave-shell
19001 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19002 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19003
19004 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19005 both reftex-dcr and reftex-vcr.
19006
19007 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19008
19009 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19010
19011 * ps-print.el: PostScript code now is in separate files, doc fix.
19012 (ps-print-version): New version number (5.0.3).
19013 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19014 local.
19015 (ps-spool-config): Initialization fix.
19016 (ps-print-prologue-1, ps-print-prologue-2)
19017 (ps-print-duplex-feature): PostScript code moved to separated file.
19018 (ps-background-image): Little code reformating.
19019 (ps-begin-file, ps-begin-job): Fix code.
19020 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19021 (ps-prologue-file): New fun.
19022
19023 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19024
19025 * ps-vars.el: Eliminated.
19026
19027 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19028 `;;;###autoload'.
19029
19030 * ps-print.el: ps-vars eliminated, doc fix.
19031 (ps-print-version): New version number (5.0.2).
19032 (ps-spool-config): Initialization fix.
19033 (ps-print-customize): New fun.
19034
19035 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19036
19037 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19038
19039 2000-01-04 Dave Love <fx@gnu.org>
19040
19041 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19042 menu items.
19043
19044 2000-01-03 Dave Love <fx@gnu.org>
19045
19046 * elide-head.el (elide-head) [defgroup]: Add :version.
19047
19048 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19049 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19050 Use `cl-hash-table-p', not `hash-table-p'.
19051 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19052
19053 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19054
19055 * faces.el (face-read-integer, read-face-attribute)
19056 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19057
19058 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19059
19060 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19061 at comment end, and re-insert them after filling.
19062
19063 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19064
19065 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19066 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19067 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19068
19069 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19070
19071 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19072 the new name of face-color-supported-p.
19073
19074 * term/w32-win.el (xw-defined-colors): Likewise.
19075
19076 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19077
19078 * simple.el (completion-setup-function): Count completion-size
19079 from minibuffer-prompt-end, not from point-min.
19080
19081 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19082
19083 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19084 Pass the frame to tty-color-* functions.
19085 (display-color-p, frame-set-background-mode): Pass the frame to
19086 tty-display-color-p.
19087
19088 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19089 tty-color-alist.
19090 (tty-color-alist, tty-modify-color-alist): New functions.
19091 (tty-color-define, tty-color-clear, tty-color-approximate)
19092 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19093 optional parameter FRAME.
19094
19095 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19096
19097 * image.el (create-image, defimage): Don't assume image data is
19098 a string.
19099
19100 * image.el (defimage): Handle specifications containing :data
19101 instead of :file.
19102 (image-type-from-data): New function.
19103 (image-type-from-file-header): Use it.
19104 (create-image): Add parameter DATA-P.
19105
19106 See ChangeLog.8 for earlier changes.
19107
19108 ;; Local Variables:
19109 ;; coding: iso-2022-7bit
19110 ;; End: