]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(previous-matching-history-element, next-matching-history-element): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * simple.el (previous-matching-history-element)
4 (next-matching-history-element): Doc fix.
5
6 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7 specific part.
8
9 2001-02-06 Dave Love <fx@gnu.org>
10
11 * add-log.el (add-log-current-defun-function)
12 (add-log-buffer-file-name-function, add-log-file-name-function):
13 Fix :type.
14 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
15
16 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
17
18 * info.el (info-initialize): Remove the test for system-type when
19 invocation-directory is non-nil.
20
21 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
22 of `font-lock-defaults' to `backward-paragraph' rather than nil.
23
24 2001-02-06 Andrew Innes <andrewi@gnu.org>
25
26 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
27 absolute.
28
29 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
30
31 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
32 buffers. When hi-lock turned on rather than only checking current
33 buffer for regexps, all buffers are checked. Moved activation of
34 font-lock to hi-lock-refontify. When font-lock turned off rather
35 than removing added highlighting just in current buffer, remove it
36 in all buffers. Changed edit menu text from "Automatic
37 Highlighting" to "Regexp Highlighting" Documentation for
38 highlighting phrases, minor documentation changes.
39 (hi-lock-set-file-patterns): Execute only if there are new or
40 existing file patterns.
41 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
42 unfontify and, if a support mode is active, will not refontify the
43 whole buffer. If necessary, turn on font lock. (Removed
44 font-lock-unfontify and font-lock support-mode-specific calls,
45 such as lazy-lock-fontify-window.)
46 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
47 patterns are found. Not useful now since find-file-hook is removed
48 if hi-lock is off, but may be needed for per-buffer hi-lock
49 activation.
50 (hi-lock-face-phrase-buffer): New function. Also added related
51 menu item and keybinding.
52 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
53 (hi-lock-process-phrase): New function.
54 (hi-lock-line-face-buffer): Doc fixes.
55 (hi-lock-face-buffer): Doc fixes.
56 (hi-lock-unface-buffer): Doc fixes.
57
58 2001-02-06 Gerd Moellmann <gerd@gnu.org>
59
60 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
61 dabbrev-ignored-regexps.
62
63 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
64
65 * simple.el (kill-line): Doc fix.
66
67 2001-02-05 Dave Love <fx@gnu.org>
68
69 * loadup.el: Revert last two changes -- bootstrapping works with
70 regenerated loaddefs.
71
72 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
73
74 * isearch.el (isearch-forward): Doc fix.
75
76 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
77 of font-lock-defaults to backward-paragraph.
78
79 2001-02-05 Gerd Moellmann <gerd@gnu.org>
80
81 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
82 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
83
84 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
85
86 * ebnf2ps.el: Eliminate time-stamp functions.
87 (ebnf-version): New version (3.5).
88 (ebnf-eps-finish-and-write): Replace time-stamp functions by
89 format-time-string.
90
91 2001-02-05 Gerd Moellmann <gerd@gnu.org>
92
93 * simple.el (next-line): Goto end-of-line before inserting a newline.
94
95 2001-02-05 Miles Bader <miles@gnu.org>
96
97 * image-file.el (insert-image-file): When visiting an image, also
98 set `truncate-lines' to t so that any fringe arrow looks correct.
99
100 2001-02-05 Kenichi Handa <handa@etl.go.jp>
101
102 * isearch.el (isearch-forward): Add description about input method
103 in the docsting.
104
105 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
106
107 * skeleton.el (skeleton-internal-1): Always push the mark for @.
108
109 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
110
111 * info.el (info-initialize): If installation-directory is nil, for
112 DOS/Windows systems try looking in a sibling of
113 invocation-directory.
114
115 2001-02-02 Gerd Moellmann <gerd@gnu.org>
116
117 * wid-edit.el (widget-button-click): Fix last change.
118
119 * frame.el (frame-notice-user-settings): When resizing the initial
120 frame because the tool bar is off, also change the frame's top
121 position if a negative top position was specified.
122
123 2001-02-02 Miles Bader <miles@gnu.org>
124
125 * image-file.el (insert-image-file): When visiting an image,
126 suppress the cursor in the image buffer.
127
128 2001-02-01 Dave Love <fx@gnu.org>
129
130 * progmodes/f90.el (f90-mode): Remove startup message.
131
132 * vc-cvs.el: Remove autoloads. Require vc when compiling.
133
134 2001-02-01 Gerd Moellmann <gerd@gnu.org>
135
136 * startup.el (command-line): Fix code determining whether or not
137 to use delete-key-deletes-forward-mode.
138
139 2001-02-01 Andre Spiegel <spiegel@gnu.org>
140
141 * vc.el (vc-diff-switches): New user option.
142 (vc-version-diff): Use it.
143 (vc-diff-switches-list): New macro.
144
145 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
146 customization options.
147 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
148
149 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
150
151 2001-02-01 Gerd Moellmann <gerd@gnu.org>
152
153 * msb.el (toplevel): Quote hook symbols.
154
155 2001-02-01 Kenichi Handa <handa@etl.go.jp>
156
157 * international/mule.el (make-coding-system): Add description
158 about recognized properties in the docstring.
159
160 * international/mule-conf.el: Remove unused charsets
161 mac-roman-lower and mac-roman-upper.
162
163 2001-01-31 Gerd Moellmann <gerd@gnu.org>
164
165 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
166 is in front of the left-margin, if any.
167
168 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
169 like `delete'.
170
171 * bindings.el: Define `kp-delete' like `delete' in
172 function-key-map.
173
174 * term/w32-win.el (mouse-set-font): Doc fix.
175
176 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
177
178 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
179 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
180 on already.
181
182 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
183
184 * files.el (save-buffer): Don't give message if (buffer-file-name)
185 returns nil.
186
187 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
190
191 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
192 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
193
194 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
195 display problems.
196
197 2001-01-31 Kenichi Handa <handa@etl.go.jp>
198
199 * international/mule.el (charset-info): Fix docstring.
200
201 * international/mule-diag.el (describe-character-set): Check final
202 char valid before printing it.
203
204 2001-01-30 Gerd Moellmann <gerd@gnu.org>
205
206 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
207
208 * frame.el (frame-notice-user-settings): Do the tool-bar
209 stuff only for graphical displays. Fix a braino.
210
211 * frame.el (frame-initialize): Create initial frame visible.
212 (frame-notice-user-settings): When tool-bar has been switched off,
213 correct the frame size and sync too-bar-mode.
214
215 * startup.el (command-line): Remove manipulation of frame
216 height for tool bars.
217
218 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
219
220 * lpr.el: Compatibility with XEmacs and doc fixes.
221 (lpr-windows-system, lpr-lp-system): New vars.
222 (lpr-printer-switch): New defcustom.
223 (printer-name, lpr-command): Customization fix.
224 (print-region-1): Code fix.
225 (print-region-new-buffer, printify-region): Indentation fix.
226 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
227 functions.
228
229 2001-01-29 Gerd Moellmann <gerd@gnu.org>
230
231 * msb.el (toplevel): Fix the eval-after-load.
232
233 2001-01-29 Dave Love <fx@gnu.org>
234
235 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
236
237 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
238
239 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
240 compiling.
241 (tcl-using-emacs-19-23): Consider Emacs 21+.
242 (tcl-help-directory-list, tcl-command-switches): Fix :type.
243 (tcl-add-emacs-menu): Supply menu name.
244 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
245
246 2001-01-29 Gerd Moellmann <gerd@gnu.org>
247
248 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
249
250 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
251
252 * pcvs.el (cvs-mark-fis-dead): New function.
253 (cvs-mode-add): Use it.
254 (cvs-mode-add-change-log-entry-other-window):
255 Rebind change-log-default-name to itself rather than to nil.
256
257 2001-01-29 Sam Steingold <sds@gnu.org>
258
259 * vc-cvs.el: Replaced (require 'vc) with a bunch of
260 `autoload' statements.
261
262 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * files.el (confirm-kill-emacs): Doc fix.
265
266 * frame.el (frame-initialize): Doc fix.
267
268 * time-stamp.el (time-stamp-string): Doc fix.
269
270 * woman.el (WoMan-log-1): Make the log buffer writable. From
271 Markus Rost <rost@math.ohio-state.edu>.
272
273 2001-01-29 Gerd Moellmann <gerd@gnu.org>
274
275 * imenu.el (imenu-syntax-alist): Add autoload cookie for
276 the `make-variable-buffer-local'.
277
278 2001-01-29 Dave Love <fx@gnu.org>
279
280 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
281 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
282 autoload cookie.
283 (ansi-color-apply-sequence): Fix typo.
284
285 2001-01-29 Gerd Moellmann <gerd@gnu.org>
286
287 * menu-bar.el (menu-bar-files-menu): Add menu items for
288 Postscript printing in black and white.
289
290 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
291 X-Mailman-Version, Precedence, List-Help, List-Post,
292 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
293 Content-Type, Content-Length.
294
295 2001-01-29 Dave Love <fx@gnu.org>
296
297 * elide-head.el (elide-head): Make overlay evaporate.
298
299 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
300 fix.
301
302 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
303
304 * isearch.el (isearch-highlight): Don't punt if the display
305 doesn't support colors, since isearch faces are defined for
306 monochrome displays as well.
307
308 2001-01-27 Sam Steingold <sds@gnu.org>
309
310 * shell.el (shell-write-history-on-exit): Make sure that we are in
311 the shell buffer (M-x tex-file RET inserted the error message into
312 the TeX buffer).
313
314 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
315
316 * simple.el (transient-mark-mode): Doc fix.
317
318 2001-01-27 Gerd Moellmann <gerd@gnu.org>
319
320 * progmodes/etags.el (find-tag-noselect): Don't bind
321 tags-file-name.
322
323 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * shell.el (shell-unquote-argument): If the shell is one of the
326 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
327 quote character.
328 (shell-dumb-shell-regexp): Document that the shells which match
329 this regexp are supposed to not treat a backslash as a quote
330 character.
331
332 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
333 from 2001-01-12. It is not needed, since backspace is mapped into
334 DEL.
335
336 2001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
337
338 * dabbrev.el (dabbrev--substitute-expansion):
339 Treat a one-capital-letter abbrev as "not all upper case",
340 so as to force preservation of the expansion's pattern
341 if the expansion starts with a capital letter.
342
343 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
344
345 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
346 Doc fix.
347
348 * simple.el (transient-mark-mode): Document the fact that many
349 commands act on the region when mark is active.
350
351 2001-01-27 Kenichi Handa <handa@etl.go.jp>
352
353 * international/quail.el (quail-setup-completion-buf): Make the
354 multibyteness of current buffer inherited to Quail completion
355 buffer.
356 (quail-show-guidance-buf): Make the multibyteness of current
357 buffer inherited to Quail guidance buffer.
358 (quail-help): Make the multibyteness of current buffer inherited
359 to Quail help buffer.
360
361 2001-01-26 Dave Love <fx@gnu.org>
362
363 * time-stamp.el: Doc fixes.
364
365 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
366 (delphi-keyword-face, delphi-other-face): Fix :type.
367
368 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
369
370 * mail/feedmail.el (feedmail): Add :link.
371 (feedmail-send-it): Doc fix.
372
373 * mail/sendmail.el: Doc fixes.
374 (sendmail-send-it): Fix the non-ASCII regexp and use
375 rfc2047-encode-string.
376
377 * dired.el, dired-aux.el: Revert last change.
378
379 2001-01-26 Gerd Moellmann <gerd@gnu.org>
380
381 * makefile.w32-in (DONTCOMPILE): Add various term files.
382
383 2001-01-26 Dave Love <fx@gnu.org>
384
385 * Makefile.in (DONTCOMPILE): Add various term files.
386
387 2001-01-26 Gerd Moellmann <gerd@gnu.org>
388
389 * man.el (Man-default-man-entry, Man-mode): Doc fix.
390
391 * startup.el (display-startup-echo-area-message): Make sure
392 the echo area is resized to fit the size of the startup
393 message.
394
395 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
396 part of which is a constant.
397
398 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
399
400 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
401 twice.
402
403 2001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
404
405 * simple.el (next-line): Don't let `newline' expand abbrevs.
406 Simplify slightly.
407 (open-line): Don't let `newline' expand abbrevs.
408
409 2001-01-25 John Wiegley <johnw@gnu.org>
410
411 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
412 to `repeat' in the :type field.
413
414 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
415 allow a choice of regexp or nil.
416 (pcomplete-dir-ignore): Same.
417
418 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
419 a command) to always fail.
420
421 2001-01-25 Gerd Moellmann <gerd@gnu.org>
422
423 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
424 discard the result.
425 (iswitchb-to-end): Likewise.
426
427 2001-01-25 Sam Steingold <sds@gnu.org>
428
429 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
430 Require vc.
431
432 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
433
434 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
435
436 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
437
438 2001-01-25 Dave Love <fx@gnu.org>
439
440 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
441 (describe-coding-system): Tweak the English text.
442
443 * loadup.el: Preload international/ccl for utf-8.
444
445 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
446
447 * mail/rmail.el (rmail-redecode-body): Doc fix.
448
449 2001-01-25 Kenichi Handa <handa@etl.go.jp>
450
451 * international/mule-cmds.el (reset-language-environment): Reset
452 coding-category-utf-8 to mule-utf-8.
453
454 * international/mule-conf.el (coding-category-utf-8): Initialize
455 to mule-utf-8.
456
457 * loadup.el: Preload international/utf-8.
458
459 * international/utf-8.el: New file.
460
461 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
462
463 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
464
465 2001-01-24 Sam Steingold <sds@gnu.org>
466
467 * dired.el (dired-replace-in-string): Removed.
468 (dired-sort-toggle): Use `replace-regexps-in-string'
469 instead of `dired-replace-in-string'.
470
471 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
472 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
473
474 * gs.el (gs-replace-in-string): Removed.
475 (gs-options): Use `replace-regexps-in-string'
476 instead of `gs-replace-in-string'.
477
478 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
481 bug report is mailed to an email list and posted to a news group.
482
483 2001-01-24 Gerd Moellmann <gerd@gnu.org>
484
485 * comint.el (comint-replace-by-expanded-history-before-point): Fix
486 change of 2000-08-03 to move point to the start of the line again.
487
488 * startup.el (tool-bar-images-pixel-height): New variable.
489 (command-line): After loading the user's init file, when
490 tool-bar-mode is on, increase the frame's size by some lines for
491 the tool-bar.
492
493 * frame.el (frame-initialize): Create the initial frame invisible.
494
495 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
496
497 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
498 (chinese-big5): MIME:Big5.
499
500 2001-01-24 Gerd Moellmann <gerd@gnu.org>
501
502 * international/mule-cmds.el (universal-coding-system-argument):
503 Handle commands with prefix args.
504
505 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
506
507 * calendar/diary-lib.el (diary-float): Fix case of MONTH
508 being a list of numbers.
509 (diary-mail-entries): Rewritten.
510
511 2001-01-23 Dave Love <fx@gnu.org>
512
513 * international/mule.el (make-coding-system): Fix typo.
514
515 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
516 backward-paragraph as font-lock-beginning-of-syntax-function.
517
518 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
519
520 * font-lock.el (font-lock-mode): Doc fix.
521
522 2001-01-23 Kenichi Handa <handa@etl.go.jp>
523
524 * international/mule.el (make-translation-table): Fix docstring.
525
526 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
527
528 * mail/rmail.el (rmail-redecode-body): New function.
529
530 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
531
532 2001-01-22 Gerd Moellmann <gerd@gnu.org>
533
534 * isearch.el (isearch-lazy-highlight-case-fold-search)
535 (isearch-lazy-highlight-regexp): New variables.
536 (isearch-lazy-highlight-cleanup): Update lazy highlight if
537 case-fold search or regexp search has been toggled.
538
539 * wid-edit.el (widget-button-click): Avoid a save-excursion
540 around running a global binding.
541
542 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
543 to 0.25.
544
545 2001-01-20 Miles Bader <miles@gnu.org>
546
547 * cus-edit.el (custom-face-save): Do post-processing on the face's
548 new value like `custom-face-set' does.
549
550 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
551
552 * mail/emacsbug.el (report-emacs-bug): Report the value of
553 LC_CTYPE, not LC_TYPE.
554
555 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
556 isearch-toggle-regexp and isearch-edit-string to doc string.
557
558 2001-01-19 Gerd Moellmann <gerd@gnu.org>
559
560 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
561 as font-lock-beginning-of-syntax-function in font-lock-defaults.
562
563 * jit-lock.el (jit-lock-fontify-now): Don't bind
564 font-lock-beginning-of-syntax-function to nil.
565
566 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
567
568 * mail/emacsbug.el (report-emacs-bug): Report values of
569 locale-coding-system, default-enable-multibyte-characters, and the
570 environment variables LC_ALL, LC_TYPE, and LANG.
571
572 2001-01-19 Gerd Moellmann <gerd@gnu.org>
573
574 * font-lock.el (font-lock-default-fontify-region): Fix last
575 change.
576
577 * font-lock.el (font-lock-multiline): Default to nil.
578 (font-lock-default-fontify-region): If font-lock-multiline is
579 nil, don't check the property `font-lock-multiline'.
580
581 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
582 is nil, don't check the `font-lock-multiline' text property.
583
584 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
585
586 * viper.el: Call initial-major-mode on startup.
587
588 * ediff.el (ediff-patch-file): Use better defaults.
589
590 * ediff-vers.el: Fix for 8+3 DOS file systems.
591
592 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
593
594 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
595 diff mode, if available.
596
597 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
598
599 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
600
601 * ediff-init.el (subst-char-in-string): Define and use it, unless
602 it's already defined.
603
604 2001-01-18 Gerd Moellmann <gerd@gnu.org>
605
606 * tooltip.el (tooltip-hide-delay): New user-option.
607 (tooltip-show): Use tooltip-hide-delay instead of the default.
608
609 2001-01-18 Kenichi Handa <handa@etl.go.jp>
610
611 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
612 kill-local-variable doesn't work for enable-multibyte-characters.
613
614 2001-01-17 Dave Love <fx@gnu.org>
615
616 * ediff-init.el (ediff-before-setup-hook)
617 (ediff-merge-filename-prefix): Add :version.
618
619 * international/latin1-disp.el: Require disp-table.
620 (latin1-display): Fix :set.
621
622 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
623
624 2001-01-17 Gerd Moellmann <gerd@gnu.org>
625
626 * isearch.el (isearch-lazy-highlight-initial-delay)
627 (isearch-lazy-highlight-interval): Default to 0.
628
629 2001-01-17 Bob Glickstein <bobg@zanshin.com>
630
631 * isearch.el (isearch-highlight): Set isearch-overlay priority to
632 1 here rather than each time through
633 isearch-lazy-highlight-new-loop.
634 (isearch-lazy-highlight-max): Variable deleted.
635 (isearch-lazy-highlight-max-at-a-time): New user variable, like
636 isearch-lazy-highlight-max but controls a single invocation of
637 isearch-lazy-highlight-update.
638 (isearch-lazy-highlight-wrapped): Variable recreated.
639 (isearch-lazy-highlight-window-start): New variable.
640 (isearch-lazy-highlight-cleanup): Restored to behavior of
641 before 2-Jan.
642 (isearch-lazy-highlight-remove-overlays): Function deleted;
643 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
644 behavior removed.
645 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
646 isearch-lazy-highlight-update in a loop rather than just once.
647 Test isearch-invalid-regexp here and decide not to start a new
648 loop, rather than testing it each time through
649 isearch-lazy-highlight-update.
650 (isearch-lazy-highlight-search): Function restored.
651 (isearch-lazy-highlight-update): Get called in a timer loop again,
652 but this time highlight more than one match each time through.
653 Only highlight matches in the visible part of the window. Start
654 at point, move in the direction of the search, and wrap around at
655 the edge of the window. Use sit-for to force redisplay and ensure
656 window-start is credible. "Face suppressing" behavior removed;
657 overlay priorities should make it unnecessary, right?
658 (isearch-highlight): Face suppressing behavior removed.
659 (isearch-dehighlight): Face suppressing behavior removed.
660 (isearch-set-lazy-highlight-faces-at): Removed.
661
662 2001-01-17 Kenichi Handa <handa@etl.go.jp>
663
664 * language/european.el ("Latin-1"): Make the format of description
665 about additional language environments same as that of Latin-2.
666
667 2001-01-16 Dave Love <fx@gnu.org>
668
669 * isearch.el (isearch-lazy-highlight): Add :version.
670
671 * simple.el (backward-delete-char-untabify-method)
672 (next-line-add-newlines): Add :version.
673
674 2001-01-16 Gerd Moellmann <gerd@gnu.org>
675
676 * bindings.el: Bind <backspace> and <delete> via function-key-map.
677 Don't bind <delete> otherwise.
678
679 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
680 and <delete> via function-key-map.
681
682 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
683 Subject line only if point is after the `Subject:'.
684
685 2001-01-16 Kenichi Handa <handa@etl.go.jp>
686
687 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
688 japanese-jisx0213-2 in `charset' property of this lang. env.
689
690 * language/european.el ("Latin-1"): Add description for Dutch and
691 Spanish lang. env.
692
693 * international/mule.el (decode-char): Fix conditions.
694 (encode-char): Handle eight-bit-control too.
695 (transform-make-coding-system-args): New function.
696 (make-coding-system): Accept XEmacs style arguments for CCL base
697 coding system.
698
699 2001-01-15 Gerd Moellmann <gerd@gnu.org>
700
701 * progmodes/etags.el (find-tag-noselect): Save the value of
702 tags-file-name before switching buffers, for the case it has a
703 buffer-local value.
704
705 2001-01-15 Alex Schroeder <alex@gnu.org>
706
707 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
708 From Dave Love <fx@gnu.org>.
709 (ansi-color-for-comint-mode): Fix :version.
710
711 2001-01-15 Alex Schroeder <alex@gnu.org>
712
713 * ansi-color.el (ansi-color-unfontify-region): Doc change.
714
715 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
716
717 * dired.el (dired-insert-directory): If file-system-info fails,
718 remove the " free " part, but don't signal an error.
719
720 2001-01-12 Sam Steingold <sds@gnu.org>
721
722 * bookmark.el (bookmark-maybe-historicize-string):
723 Use new backquote syntax.
724
725 2001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
726
727 * subr.el (last): Handle a list that doesn't end in nil.
728
729 2001-01-12 Sam Steingold <sds@gnu.org>
730
731 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
732 to `backward-delete-char-untabify'.
733
734 2001-01-12 Dave Love <fx@gnu.org>
735
736 * cus-edit.el (customize-menu-create): Fix the :filter following
737 easymenu change.
738
739 * wid-edit.el (function): Add :match-alternatives.
740 (widget-color-action): Doc fix.
741
742 2001-01-12 Gerd Moellmann <gerd@gnu.org>
743
744 * calendar/calendar.el (calendar-basic-setup): Doc fix.
745
746 2001-01-12 Kenichi Handa <handa@etl.go.jp>
747
748 * international/mule-cmds.el (prefer-coding-system): Fix
749 docstring.
750
751 * international/ccl.el (define-ccl-program): Fix docstring.
752
753 2001-01-11 Dave Love <fx@gnu.org>
754
755 * international/mule-cmds.el (standard-display-european-internal):
756 Set display table for 2208 as for 160.
757
758 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
759
760 * progmodes/fortran.el (fortran-mode-map): Modify Customization
761 entry for custom-menu-create change.
762 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
763 don't cons it in the search loop.
764
765 * imenu.el (imenu--truncate-items): Revert last change.
766
767 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
768
769 * info.el (Info-setup-header-line): If the node header includes
770 either Next: or Prev: links, don't show the File: and Node: parts
771 in the header line.
772
773 2001-01-11 Gerd Moellmann <gerd@gnu.org>
774
775 * comint.el (comint-goto-process-mark): Don't print a message
776 when running in batch mode.
777
778 * isearch.el (isearch-search): In the condition-case handler for
779 `error', set isearch-invalid-regexp to the whole error message.
780
781 * subr.el (eval-after-load): Call load-symbol-file-load-history to
782 ensure that eval-after-load works for files dumped with Emacs.
783
784 * help.el (load-symbol-file-load-history): New function extracted
785 from function symbol-file.
786 (symbol-file): Use it.
787
788 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
789 exit.xpm.
790
791 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
792
793 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
794 behave as if there were no prefix argument.
795 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
796 argument were nil.
797
798 2001-01-11 Richard M. Stallman <rms@gnu.org>
799
800 * isearch.el (isearch-lazy-highlight-update):
801 Don't look for more potential matches once maximum is exceeded.
802 Use overlays-in to check correctly for overlap with current match.
803 Ignore empty matches.
804
805 2001-01-11 Miles Bader <miles@gnu.org>
806
807 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
808 (ispell-overlay-window, ispell-help, ispell-show-choices)
809 (ispell-command-loop): Use it instead of `window-height'.
810
811 2001-01-10 Gerd Moellmann <gerd@gnu.org>
812
813 * files.el (confirm-kill-emacs): New user-option.
814 (save-buffers-kill-emacs): Ask for final confirmation before
815 killing Emacs.
816
817 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
818 to nil.
819
820 2001-01-10 Dave Love <fx@gnu.org>
821
822 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
823
824 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
825 :type.
826
827 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
828
829 * calculator.el (calculator-number-digits): Fix :type.
830
831 * vc-cvs.el (vc-cvs-header): Fix :type.
832 * vc-rcs.el (vc-rcs-header): Fix :type.
833 * vc-sccs.el (vc-sccs-header): Fix :type.
834
835 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
836
837 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
838
839 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
840
841 2001-01-10 Gerd Moellmann <gerd@gnu.org>
842
843 * simple.el (set-variable): Force a thorough redisplay for the
844 case that the variable has an effect on the display, like
845 `tab-width' has.
846
847 2001-01-10 Andre Spiegel <spiegel@gnu.org>
848
849 * vc.el: Add documentation for backend interface.
850
851 2001-01-10 Kenichi Handa <handa@etl.go.jp>
852
853 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
854
855 * international/mule-conf.el (latin-extra-code-table): Set to t
856 for \223 and \224.
857
858 2001-01-09 Kenichi Handa <handa@etl.go.jp>
859
860 * international/mule-cmds.el (locale-language-names): Map "es" to
861 "Spanish" and "nl" to "Dutch".
862
863 2001-01-09 Gerd Moellmann <gerd@gnu.org>
864
865 * bindings.el (global-map): Bind <home> to beginning-of-line,
866 <end> to end-of-line, C-<home> to beginning-of-buffer, and
867 C-<end> to end-of-buffer.
868
869 * language/european.el: Add Dutch and Spanish language info
870 to be able to use the appropriate tutorials.
871
872 2001-01-09 Alex Schroeder <alex@gnu.org>
873
874 * ansi-color.el (ansi-color-process-output): Use markers instead
875 of positions for start and end of region.
876 (ansi-color-apply-on-region): Rewrote code to make it more robust.
877 Previously, occasional mistakes happend when fontifying many
878 chunks of output (eg. ls --color=yes /dev). This happened
879 whenever an overlay was created up to the end of the region, which
880 coincided with the process-mark. New text would then be added
881 within that overlay instead of after it.
882 (ansi-color-make-extent): Overlays are created with the property
883 `modification-hooks' set to '(ansi-color-freeze-overlay).
884 (ansi-color-freeze-overlay): New function. When inserting text at
885 the end of the overlay, the overlay will resize.
886
887 2000-01-09 Alex Schroeder <alex@gnu.org>
888
889 * ansi-color.el (ansi-color-process-output): Doc change.
890 (ansi-color-unfontify-region): Doc change. No longer installed
891 automatically in font-lock-unfontify-region-function.
892 (ansi-color-apply): Doc change.
893 (ansi-color-apply-on-region): Use extents or overlays instead of
894 text-properties.
895 (ansi-color-make-extent): New function.
896 (ansi-color-set-extent-face): New function.
897
898 2000-01-09 Alex Schroeder <alex@gnu.org>
899
900 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
901 both use ansi-color-process-output, now.
902 (ansi-color-process-output): Doesn't return string anymore. It is
903 installed in comint-output-filter-functions for both Emacs and
904 XEmacs, now.
905 (ansi-color-unfontify-region): Simplified code removing variables
906 pos and start-ansi.
907 (ansi-color-apply): Put text-property ansi-color before putting
908 text-property face because ansi-color-unfontify-region is called
909 immediately after the call to put-text-property.
910 (ansi-color-context-region): Doc change.
911 (ansi-color-filter-region): Simplified code.
912 (ansi-color-apply-on-region): Changed start to start-marker, using
913 a marker explicitly. Put text-property ansi-color before putting
914 text-property face because ansi-color-unfontify-region is called
915 immediately after the call to put-text-property.
916
917 2000-01-09 Alex Schroeder <alex@gnu.org>
918
919 * ansi-color.el (ansi-color-faces-vector): Doc change.
920 (ansi-color-for-comint-mode): Changed :type property to choice.
921 (ansi-color-last-context): Removed.
922 (ansi-color-process-output): Don't use ansi-color-last-context, as
923 the main functions will store their context now.
924 (ansi-color-context): Doc change.
925 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
926 Uses ansi-color-context such that repeated calls will strip
927 partial escape sequences, too.
928 (ansi-color-apply): Simplified code. Colorize end of string if
929 face is not null. Store context in new (FACE STRING) format, such
930 that repeated calls will strip partial escape sequences, too.
931 Append faces to face property using ansi-color-apply-sequence such
932 that cumulative mode actually works.
933 (ansi-color-context-region): New variable.
934 (ansi-color-filter-region): Rewrote it based on
935 ansi-color-apply-on-region. Uses ansi-color-context-region such
936 that repeated calls will strip partial escape sequences, too.
937 (ansi-color-apply-on-region): Simplified code. Colorize end of
938 region if face is not null. Store context in new (FACE POS)
939 format, such that repeated calls will strip partial escape
940 sequences, too. Append faces to face property using
941 ansi-color-apply-sequence such that cumulative mode actually
942 works.
943 (ansi-color-apply-sequence): New function.
944 (ansi-color-get-face): When the default face is added to the list
945 of faces, all previous settings are discarded and the list of
946 faces is set to '(default).
947
948 2000-01-09 Alex Schroeder <alex@gnu.org>
949
950 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
951 face, such that ansi-color-apply and ansi-color-apply-on-region
952 will do the right thing.
953 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
954 returns nil, set the list of faces back to nil instead of
955 appending the result of ansi-color-get-face to the front of the
956 list.
957
958 2000-01-09 Alex Schroeder <alex@gnu.org>
959
960 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
961 (ansi-color-process): Doc change.
962 (ansi-color-last-context): New buffer-local variable.
963 (ansi-color-process-output): New function. It is automatically
964 added to comint-output-filter-functions if this is XEmacs.
965 (ansi-color-unfontify-region): New optional parameter for XEmacs
966 compatibility. Check wether font-lock-syntactic-keywords is
967 boundp before removing the syntax table text property, as XEmacs
968 doesn't have it.
969 (ansi-color-filter-region): Doc change.
970 (ansi-color-apply-on-region): Doc change.
971 (ansi-color-make-face): New function. Compatibility layer for
972 XEmacs. Return temporary faces instead of cons cells for XEmacs.
973 (ansi-color-make-color-map): Use ansi-color-make-face.
974 (ansi-color-get-face): Avoid face text property '(nil) as results
975 in an errow for XEmacs.
976
977 2000-01-09 Alex Schroeder <alex@gnu.org>
978
979 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
980 text-property ansi-color in order to preserve fontification by
981 ansi-color. When the package is loaded, a lambda expression is
982 put onto font-lock-mode-hook. This lambda expression will check
983 font-lock-unfontify-region-function and replace
984 font-lock-default-unfontify-region with
985 ansi-color-unfontify-region.
986 (ansi-color-apply): Add text-property ansi-color in addition to
987 text-property face.
988 (ansi-color-apply-on-region): Add text-property ansi-color in
989 addition to text-property face.
990 (save-buffer-state): Copy of the macro that is also used by
991 lazy-lock and font-lock.
992
993 (ansi-color-for-comint-mode): New option.
994 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
995 (ansi-color-for-comint-mode-off): Ditto.
996 (ansi-color-for-comint-mode-filter): Ditto.
997 (ansi-color-process): New function. Uses
998 ansi-color-for-comint-mode to decide what to do. This function is
999 added to comint-preoutput-filter-functions when the package is
1000 loaded.
1001
1002 (ansi-color-for-shell-mode-set): Removed.
1003 (ansi-color-for-shell-mode): Removed.
1004
1005 2000-01-09 Alex Schroeder <alex@gnu.org>
1006
1007 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1008 the lambda expression from the ansi-color-for-shell-mode :set
1009 property. Additionally, modify shell-mode-hook to enable or
1010 disable font-lock-mode for future shell buffers.
1011 (ansi-color-for-shell-mode): The :set property calls
1012 ansi-color-for-shell-mode-set instead of a lambda expression.
1013
1014 2000-01-09 Alex Schroeder <alex@gnu.org>
1015
1016 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1017 (ansi-color-context): New variable.
1018 (ansi-color-apply): Save context between calls.
1019
1020 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1021
1022 * isearch.el (isearch, isearch-lazy-highlight-face): New
1023 definitions for face colors and attributes.
1024
1025 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1026 of display-mouse-p.
1027
1028 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1029
1030 * international/mule.el (make-coding-system): If the coding system
1031 accepts extra latin codes, register such codes as safe for the
1032 coding system.
1033
1034 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1035
1036 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1037 don't mention the file name or the date here, because they are
1038 logged at the start of the file.
1039
1040 2001-01-08 Richard M. Stallman <rms@gnu.org>
1041
1042 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1043 Change screen-width to frame-width.
1044
1045 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * info.el (Info-search): Print the default as part of the prompt.
1048
1049 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1050
1051 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1052 constant implementations in backends.
1053
1054 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1055 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1056
1057 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1058 WRITABLE to EDITABLE.
1059
1060 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1061 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1062 to EDITABLE.
1063
1064 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1065
1066 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1067 (copyright, copyright-update): Compute the current year at run
1068 time.
1069
1070 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1071
1072 * isearch.el (isearch-old-signal-hook): Removed.
1073 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1074 instead of setting signal-hook-function.
1075 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1076
1077 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1078
1079 * emulation/edt.el: Update to version 4.0. Provide support for
1080 EDT scroll margins at top and bottom of the window. Provide an
1081 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1082 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1083 user when file-related buffer modifications exist. Provide
1084 support for running EDT Emulation in XEmacs. Provide customize
1085 access to some user updatable variables. Add Commentary section
1086 to file header. Fixed a few minor bugs and cleaned up some code.
1087
1088 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1089 for detecting a keypress that generates an ASCII key sequence.
1090 (Previously, only a keypress that generates a vector was
1091 recognized.) Embed Window Manager name into name of the generated
1092 EDT Emulation initialization file since the initialization file is
1093 Window Manager specific. Add Commentary section to file header.
1094
1095 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1096
1097 * mail/sendmail.el (mail-mode): Doc fix.
1098
1099 * info.el (Info-goto-emacs-command-node): Doc fix.
1100 (Info-goto-emacs-key-command-node): Doc fix.
1101
1102 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1103
1104 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1105 systems without long file-name support.
1106
1107 2001-01-06 Andrew Innes <andrewi@gnu.org>
1108
1109 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1110
1111 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1112
1113 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1114 (isearch-lazy-highlight-update): Doc fix.
1115
1116 * ffap.el (ffap-bindings): Doc fix.
1117
1118 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1119
1120 2001-01-05 Dave Love <fx@gnu.org>
1121
1122 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1123
1124 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1125
1126 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1127 scroll-preserve-screen-position to nil.
1128
1129 * isearch.el (isearch-old-signal-hook): New variable.
1130 (isearch-mode): Set signal-hook-function to isearch-done.
1131 (isearch-done): Restore old signal-hook-function.
1132
1133 * info.el (Info-fontify-node): Mark one more char as intangible.
1134
1135 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1136
1137 * composite.el (compose-last-chars): New argument COMPONENTS. If
1138 it is non-nil, compose preceding characters by compose-region with
1139 COMPONENTS.
1140
1141 * international/quail.el (quail-input-string-to-events): New function.
1142 (quail-input-method): Convert input string to events here.
1143 (quail-start-translation): Return input string, not event list.
1144 (quail-start-conversion): Likewise.
1145
1146 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1147
1148 * tooltip.el (tooltip-cancel-delayed-tip)
1149 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1150 and tooltip-add-timeout.
1151 (tooltip-show): Set border color from faces's foreground.
1152 (tooltip-show-help-function): If called with the same help string
1153 as last time, do nothing.
1154 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1155
1156 * startup.el (fancy-splash-screens): Don't bind show-help-function
1157 to nil.
1158
1159 * tooltip.el (tooltip-frame-parameters): Remove colors.
1160 (tooltip): New face
1161 (tooltip-set-param): New function.
1162 (tooltip-show): Set up color frame parameters from face `tooltip'.
1163 Display the tooltip text in face `tooltip'.
1164
1165 2001-01-04 Dave Love <fx@gnu.org>
1166
1167 * whitespace.el (whitespace-global-mode): Fix typo.
1168
1169 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1170
1171 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1172
1173 * help.el (help-for-help): Fix a typo in a doc string. From
1174 kwzh@gnu.org (Karl Heuer).
1175
1176 2001-01-03 Dave Love <fx@gnu.org>
1177
1178 * dired-x.el: Doc fixes. Maintainer change.
1179 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1180 :type.
1181 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1182 (dired-guess-shell-alist-user): Customize.
1183 (dired-x-help-address): Set to bug-gnu-emacs.
1184 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1185 (dired-default-directory): Renamed from default-directory.
1186
1187 * hl-line.el (hl-line): Doc fix.
1188
1189 2001-01-03 Karl Fogel <kfogel@red-bean.com>
1190
1191 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1192
1193 2001-01-02 Richard M. Stallman <rms@gnu.org>
1194
1195 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1196 to remove all the current alternative-match highlighting.
1197 If nil, remove only what's outside the current window.
1198 (isearch-lazy-highlight-remove-overlays): Take optional
1199 region within which NOT to remove them.
1200 (isearch-lazy-highlight-new-loop): Greatly simplified.
1201 (isearch-lazy-highlight-update): Find all the other occurrences
1202 visible in the window, in just one call.
1203 (isearch-lazy-highlight-start): Now holds start of region to scan.
1204 (isearch-lazy-highlight-end): Now holds end of region to scan.
1205 (isearch-lazy-highlight-wrapped): Variable deleted.
1206 (isearch-lazy-highlight-search): Function deleted.
1207
1208 2000-01-02 Andrew Innes <andrewi@gnu.org>
1209
1210 * w32-fns.el (convert-standard-filename): Do length check on name
1211 before aref.
1212
1213 2001-01-02 Dave Love <fx@gnu.org>
1214
1215 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1216 value.
1217 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1218
1219 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1220
1221 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1222 read syntax.
1223
1224 * calendar/todo-mode.el (todo): Add :link, :version.
1225 (todo-save-top-priorities): Remove autoload cookie.
1226 (todo-add-category, todo-add-item-non-interactively)
1227 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1228 cookie.
1229
1230 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1231
1232 * comint.el (comint-input-history-ignore): New variable.
1233 (comint-read-input-ring): Ignore entries matching
1234 comint-input-history-ignore.
1235
1236 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
1237
1238 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1239 (lm-copyright-mark): New function.
1240 (lm-crack-copyright): New function.
1241 (lm-verify): Check that the file has a copyright.
1242 Check that the file is copyright Free Software Foundation.
1243
1244 2000-12-30 Kenichi Handa <handa@etl.go.jp>
1245
1246 * international/mule-diag.el (print-fontset): Indent font name by
1247 24 columns, not 25.
1248
1249 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1250
1251 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1252 in Subject line.
1253
1254 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1255 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1256 continuing an interrupted message with C-u C-x m for instence,
1257 winds up in Mail mode without abbrevs.
1258
1259 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1260
1261 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1262 non-nil. Adding almost all customization variables on ps-setup. Doc
1263 fix.
1264 (ps-print-version): New version number (6.3.3).
1265 (ps-end-with-control-d): Initialization fix.
1266 (ps-lines-printed): New var.
1267 (ps-skip-newline): New fun.
1268 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1269 (ps-next-line, ps-continue-line, ps-plot-region)
1270 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1271
1272 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1273
1274 * international/fontset.el (x-complement-fontset-spec): Resolve
1275 ASCII font name so that the same family name is used for fonts
1276 registered in x-font-name-charset-alist.
1277 (create-fontset-from-fontset-spec): Adjusted for the above change.
1278 The name of fontset alias should be a unresolved ASCII font name.
1279
1280 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1281
1282 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1283 and delete in isearch-mode-map.
1284
1285 2000-12-28 Richard M. Stallman <rms@gnu.org>
1286
1287 * dired-x.el (dired-guess-shell-alist-default):
1288 Use xpdf instead of acroread.
1289
1290 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1291
1292 * textmodes/artist.el (artist-butlast): Deleted.
1293 (artist-ellipse-mirror-quadrant): Use butlast instead of
1294 artist-butlast.
1295
1296 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1297
1298 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1299
1300 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1301
1302 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1303
1304 * ls-lisp.el: Better support for the Mac and MS-Windows.
1305 (ls-lisp): New defgroup.
1306 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1307 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1308 (ls-lisp-support-shell-wildcards): New defcustoms.
1309 (ls-lisp-parse-symlink): New function.
1310 (insert-directory): Code to convert switches to a list and set up
1311 the wildcard argument copied from ls-lisp-insert-directory.
1312 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1313 for -C and -R switches.
1314 (ls-lisp-column-format): New function.
1315 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1316 (ls-lisp-format-time): Add doc strings.
1317 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1318 Support ls-lisp-dirs-first.
1319 (ls-lisp-classify, ls-lisp-extension): New functions.
1320 (ls-lisp-format): Optionally support emulation of symlinks.
1321 Support -i, -s, and -G switches.
1322
1323 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1324
1325 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1326
1327 * version.el (emacs-version): Print X scroll bar information.
1328
1329 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1330 instead of x-toolkit-scroll-bars-p.
1331
1332 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1333 of x-toolkit-scroll-bars-p.
1334
1335 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * ffap.el (ffap-bindings): Make interactive and add an autoload
1338 cookie.
1339 (ffap-bindings): Doc fix, to reflect the above change.
1340
1341 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1342
1343 * term.el (term-char-mode): Define all non-ascii self-inserting
1344 characters to 'term-send-raw in term-raw-map.
1345
1346 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1347
1348 * viper-init (viper-restore-cursor-type): Added condition-case
1349 guard.
1350
1351 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1352 initialization; use add-hook.
1353 (ediff-file-remote-p): Use file-local-copy.
1354
1355 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1356
1357 * ediff.el (ediff-patch-buffer): Bug fix.
1358 (ediff-revision): Allow selection of the file at the prompt.
1359
1360 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1361
1362 * subr.el (combine-run-hooks): Remove.
1363
1364 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1365 and remove the rogue second spec.
1366
1367 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1368
1369 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1370
1371 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1372
1373 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1374 Use minibuffer menu prompt for the `=' prefix.
1375 (smerge-command-prefix): Change default to C-^.
1376 (smerge-mode): Don't assume font-lock doesn't move point.
1377
1378 * skeleton.el (skeleton-internal-1): Make sure the first line of
1379 the region is also re-indented.
1380 (skeleton-end-newline): New var.
1381 (skeleton-end-hook): Use it.
1382
1383 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1384
1385 * comint.el (comint-password-prompt-regexp): Support CVS.
1386
1387 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1388
1389 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1390 backspace key combinations, depending on
1391 delete-key-deletes-forward.
1392
1393 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1394
1395 * simple.el (delete-key-deletes-forward): Doc fix.
1396
1397 2000-08-22 Emmanuel Briot <briot@gnat.com>
1398
1399 * xml.el (top level comment): Updated to reflect the fact that
1400 white spaces are relevant in the XML file.
1401 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1402 to parse was already edited. This allows for on-the-fly analysis
1403 of XML files.
1404 (xml-parse-tag): Check that the casing is the same in the start
1405 tag and end tag, since XML is case-sensitive. Allows for spaces
1406 in the end tag, after the name of the tag.
1407 (xml-parse-attlist): Allow for the character '-' in the name of
1408 attributes, as in the standard http-equiv attribute Do not save
1409 the properties in the XML tree, since they are not relevant.
1410
1411 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1412
1413 * generic.el (generic-read-type): Undo last change, inline into
1414 `generic-mode' and then remove.
1415 (generic-mode): Inline generic-read-type.
1416 (define-generic-mode): Push the symbol name rather than the symbol
1417 onto generic-mode-list.
1418
1419 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1420
1421 * generic.el (generic-read-type): Build an alist for
1422 completing-read as in 20.7.
1423
1424 * play/landmark.el (lm): Use interactive spec `P'.
1425 (toplevel): Don't set debug-on-error.
1426
1427 * server.el (server-switch-buffer): Choose a window on a visible
1428 frame.
1429
1430 2000-12-21 Dave Pearson <davep@davep.org>
1431
1432 * quickurl.el: Commentry change, I've moved my web site.
1433
1434 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1435
1436 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1437 ranges like \177-\237, but accepts the character sequence from \177 to
1438 \237. Doc fix.
1439 (ebnf-version): New version (3.4).
1440 (ebnf-setup): Code fix.
1441 (ebnf-range-regexp): New fun.
1442 (ebnf-8-bit-chars): Const fix.
1443
1444 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1445 entry. Doc fix.
1446 (ebnf-bnf-lex): Code fix.
1447 (ebnf-bnf-comment-chars): Const fix.
1448
1449 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1450 entry. Doc fix.
1451 (ebnf-iso-comment-chars): Const fix.
1452
1453 * ebnf-otz.el: Doc fix.
1454
1455 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1456 entry. Doc fix.
1457 (ebnf-yac-skip-code): Code fix.
1458 (ebnf-yac-comment-chars): Const fix.
1459
1460 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1461
1462 * files.el (insert-directory-safely): New function.
1463 (recover-file): Use it instead of insert-directory. From Markus
1464 Rost <markus.rost@mathematik.uni-regensburg.de>
1465
1466 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1467
1468 * international/mule-cmds.el (select-safe-coding-system): Check
1469 coding-category-list more rigidly. Improve help message.
1470
1471 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1472
1473 2000-12-21 Miles Bader <miles@gnu.org>
1474
1475 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1476 prefix.
1477
1478 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1479
1480 * international/mule-diag.el (describe-char-after): Make *Help*
1481 buffer inherit multibyteness of the current buffer.
1482
1483 * international/mule.el (make-char): Docstring adjusted for the
1484 change of make-char-internal.
1485
1486 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1487
1488 * international/iso-cvt.el: Docstrings fix.
1489
1490 2000-12-20 Dave Love <fx@gnu.org>
1491
1492 * subr.el (eval-after-load): Doc fix.
1493
1494 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1495
1496 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1497 for numbers.
1498
1499 2000-12-20 Miles Bader <miles@gnu.org>
1500
1501 * international/quail.el (quail-help): Resize the help window
1502 again after it has all its contents. Remove unneeded progn.
1503
1504 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1505
1506 * pcmpl-linux.el: Fix copy/paste error.
1507
1508 2000-12-19 Andrew Innes <andrewi@gnu.org>
1509
1510 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1511 docstring.
1512
1513 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1514
1515 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1516
1517 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1518
1519 * progmodes/idlw-shell.el: Fixed copyright notice.
1520
1521 * progmodes/idlwave.el: Fixed copyright notice.
1522
1523 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1524 TAB as key separators.
1525
1526 2000-12-19 Alex Schroeder <alex@gnu.org>
1527
1528 * sql.el (sql-sybase-options): New option.
1529 (sql-sybase): Use it. Add sql-database to the list of parameters
1530 provided for login. The options -w 2048 -n are not used any more.
1531 (sql-postgres-options): Changed default from "--pset" to "-P".
1532 (sql-mysql-options): Doc change.
1533 (sql-stop): Doc change.
1534
1535 2000-12-19 Kenichi Handa <handa@etl.go.jp>
1536
1537 * international/quail.el (quail-input-method): Always hide
1538 the guidance buffer on exiting.
1539
1540 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1541
1542 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1543 isn't fboundp.
1544
1545 * server.el (server-buffer-done): Bury the buffer before
1546 killing it.
1547
1548 * faces.el (face-spec-set): Interpret a nil in specs for
1549 foreground and background colors as `unspecified', for
1550 compatibility with 20.x.
1551
1552 2000-12-18 Dave Love <fx@gnu.org>
1553
1554 * simple.el (mail-user-agent): Doc fix.
1555 (input-mode-8-bit): Removed.
1556
1557 * international/mule.el (set-keyboard-coding-system): Doc fix.
1558 (keyboard-coding-system): New option.
1559
1560 * mail/sendmail.el (send-mail-function): Customize.
1561
1562 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1563
1564 * international/codepage.el (cp866-decode-table): New table.
1565
1566 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1567
1568 * version.el (emacs-version): Remove `%a' from the time format
1569 because the weekday doesn't fit well into each locale.
1570
1571 2000-12-18 Miles Bader <miles@gnu.org>
1572
1573 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1574
1575 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1576 Check that emacs-major-version is `=' to 20, not `>='.
1577 (artist-replace-chars): Use `make-string' instead of a loop.
1578
1579 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1580
1581 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1582 (cvs-execute-single-file): Don't change directory.
1583 Patch from Per Cederqvist.
1584
1585 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1586
1587 * textmodes/ispell.el (check-ispell-version): If
1588 `ispell-program-name' is "aspell", pass it the -v switch instead
1589 of -vv.
1590
1591 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1592
1593 * international/mule-diag.el (mule-diag): Insert information about
1594 configure options, multibyte awareness, language env.
1595
1596 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1597 regexp to search for candidates.
1598
1599 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1600
1601 * info.el (Info-forward-node): If the node has an
1602 Info-header-line, widen the buffer before searching for "next:"
1603 and "up:" pointers, and set the search limit to stay in the
1604 current node.
1605
1606 2000-12-16 Miles Bader <miles@gnu.org>
1607
1608 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1609
1610 2000-12-15 Miles Bader <miles@gnu.org>
1611
1612 * comint.el (comint-send-string, comint-send-region): Also accept
1613 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1614 process-send-string/region.
1615
1616 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1617
1618 * isearch.el (isearch-lazy-highlight-max): New user-option.
1619 (isearch-lazy-highlight-update): Don't highlight more than
1620 isearch-lazy-highlight-max matches.
1621
1622 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1623
1624 2000-12-15 Richard M. Stallman <rms@gnu.org>
1625
1626 * sort.el (sort-columns): Fix error message.
1627
1628 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1629 `upcase' or `downcase' or nil.
1630 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1631 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1632 (dabbrev--substitute-expansion): New arg record-case-pattern.
1633 If it is non-nil, set dabbrev--last-case-pattern.
1634 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1635
1636 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1637
1638 2000-12-15 Miles Bader <miles@gnu.org>
1639
1640 * paths.el (Info-default-directory-list): Don't delete
1641 configure-info-directory from the list of standard info
1642 directories when appending it to the end -- their order is
1643 important.
1644
1645 * faces.el (read-face-attribute): If there's no entry for the
1646 user's input in VALID, just use it as-is (this will often result
1647 in an error, but it may be OK for e.g. colors using hexadecimal
1648 notation, and at least will yield a better error message).
1649
1650 * window.el (mode-line-window-height-fudge): Function removed.
1651 (height-affecting-face-attributes, mode-line-window-height-fudge):
1652 Variables removed.
1653 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1654 window is really the right size. Use vertical-motion
1655 rather than forward-line.
1656 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1657 (ispell-command-loop, ispell-show-choices): Use the variable
1658 ispell-choices-win-default-height, rather than the function.
1659 (ispell-choices-win-default-height): Function removed.
1660 (ispell-mode-line-window-height-fudge): Function removed.
1661
1662 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1663
1664 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1665
1666 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1667
1668 * paths.el (Info-default-directory-list): If
1669 configure-info-directory is not one of the standard directories,
1670 put it first in the list; otherwise put it last. Doc string
1671 changed accordingly.
1672
1673 * info.el (Info-directory-list): Change doc string to reflect the
1674 change in Info-default-directory-list.
1675
1676 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1677 windows-nt as windowed environments, even under -nw.
1678
1679 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1680 if not fboundp. Switch delete-forward mode for the <delete> key
1681 on all PC platforms, even under -nw.
1682
1683 * term/internal.el ([M-delete]): Remap to M-d.
1684
1685 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1686
1687 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1688
1689 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1692
1693 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1694
1695 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1696 if appropriate.
1697
1698 * simple.el (delete-key-deletes-forward): New user-option.
1699 (delete-key-deletes-forward-mode): New function.
1700
1701 * bindings.el: Bind `delete' to backward-delete-char.
1702
1703 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1704 if symbol is bound before getting its value.
1705
1706 * tooltip.el (tooltip-show): If an error is signaled in
1707 x-show-tip, display that error, and display the help in the
1708 echo area.
1709
1710 2000-12-14 Kenichi Handa <handa@etl.go.jp>
1711
1712 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1713 "... entries" messages for every 10000 entries, not 10.
1714
1715 2000-12-13 Karl Fogel <kfogel@red-bean.com>
1716
1717 * bookmark.el: Provide a generic exit hook, as suggested by
1718 Ovidiu Predescu <ovidiu@cup.hp.com>:
1719 (bookmark-exit-hook): New var.
1720 (bookmark-exit-hook-internal): New func, replaces
1721 old raw lambda form in `kill-emacs-hook', and runs new
1722 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1723 as logically that feature must have been provided if this function
1724 is running.
1725 Removed ;;;###autoload before the `add-hook' call.
1726
1727 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1728
1729 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1730 (easy-menu-current-active-maps): New function.
1731 (easy-menu-get-map): Use it.
1732 Make a proper menu entry when creating a new keymap.
1733
1734 2000-12-13 Kenichi Handa <handa@etl.go.jp>
1735
1736 * international/characters.el: Fix cases and syntaxes for
1737 mule-unicode-0100-24ff.
1738
1739 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1740 that a Japanese character is not appended after day and year.
1741
1742 * info.el (Info-suffix-list): Change format for a command that
1743 requires arguments.
1744 (info-insert-file-contents): Adjusted for the above change.
1745
1746 2000-12-12 Andreas Schwab <schwab@suse.de>
1747
1748 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1749 on the name of the tar buffer. Verify that the existing buffer is
1750 visiting the same subfile.
1751
1752 2000-12-12 Dave Love <fx@gnu.org>
1753
1754 * subdirs.el: Add obsolete.
1755
1756 2000-12-12 Gerd Moellmann <gerd@gnu.org>
1757
1758 * mail/rmailsum.el (rmail-summary-expunge)
1759 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1760 instead of rmail-confirm-expunge.
1761
1762 * replace.el (perform-replace): Don't use an empty match adjacent
1763 to a non-empty match when computing the next match before the
1764 replacement is performed.
1765
1766 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
1767
1768 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1769 definition (patch by Stefan Monnier).
1770 (glasses-mode): Use jit-lock instead of `after-change-functions'
1771 (patch by Stefan Monnier).
1772
1773 2000-12-12 Miles Bader <miles@gnu.org>
1774
1775 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1776 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1777
1778 2000-12-12 Andrew Choi <akochoi@i-cable.com>
1779
1780 * term/mac-win.el: Remove load for ls-lisp.
1781
1782 * loadup.el: Load ls-lisp for system-type `macos'.
1783
1784 2000-12-12 Miles Bader <miles@gnu.org>
1785
1786 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1787 Respect field end too.
1788 (just-one-space): Respect fields as `delete-horizontal-space'.
1789 (newline-and-indent, reindent-then-newline-and-indent): Use
1790 `delete-horizontal-space'.
1791
1792 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1793
1794 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1795 (so as to obey the field property in the minibuffer).
1796
1797 * obsolete/c-mode.el: Moved from lisp/progmodes.
1798 * obsolete/auto-show.el: Moved from lisp.
1799 * obsolete/ooutline.el: Moved from lisp/textmodes.
1800
1801 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1802
1803 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1804 changes to list them here.
1805
1806 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1807 many changes to list them here.
1808
1809 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1810 many changes to list them here.
1811
1812 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1813
1814 2000-12-11 Gerd Moellmann <gerd@gnu.org>
1815
1816 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1817 nil.
1818
1819 * cus-edit.el (custom-save-variables, custom-save-faces):
1820 Comment fix.
1821
1822 * hscroll.el: Moved to `obsolete' subdir.
1823
1824 2000-12-11 Miles Bader <miles@gnu.org>
1825
1826 * window.el (window-text-height): Function removed (now in C).
1827
1828 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1829
1830 * log-edit.el (log-edit-parent-buffer): New var.
1831 (log-edit): Set it. Add BUFFER argument.
1832 (log-edit-done): Use char-before.
1833 Don't bother checking validity of vc-comment-ring.
1834 Only bury the buffer if log-edit popped it up.
1835
1836 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1837 (cvs-mode-diff-help): Remove.
1838 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1839 (cvs-mode-marked): Set up the default for CMD manually.
1840
1841 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1842 Remove binding for ? now made unnecessary.
1843
1844 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1845
1846 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1847 function
1848 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1849
1850 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1851 when master file is not open.
1852
1853 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1854
1855 * progmodes/ada-stmt.el: Update `maintainer'.
1856
1857 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1858
1859 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1860 choices to match documentation string.
1861
1862 2000-12-09 Miles Bader <miles@gnu.org>
1863
1864 * minibuf-eldef.el: New file.
1865
1866 * window.el (fit-window-to-buffer): Don't pass last argument to
1867 pos-visible-in-window-p, now that its meaning is inverted.
1868
1869 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1870
1871 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1872 <ceder@lysator.liu.se>.
1873
1874 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1875
1876 * autoinsert.el (auto-insert-alist): Add missing final \n.
1877
1878 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1879 (cvs-menu-map): Remove.
1880 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1881 (cvs-mode-quit): Turn it back into a plain function.
1882
1883 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1884 (texinfo-filter): Remove (move to texinfo.el).
1885
1886 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1887 file where it's more visible.
1888 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1889 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1890 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1891 (texinfo-inside-macro-p): Only catch `scan-error's.
1892 (texinfo-inside-env-p): Make better use of the match info.
1893 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1894 (texinfo-insert-@end): Slight re-organization.
1895 Also remove useless `looking-at' call.
1896
1897 2000-12-08 Andrew Innes <andrewi@gnu.org>
1898
1899 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1900 accessible in -nw mode.
1901
1902 * term/w32-win.el: Remove stuff about selection timeout, which is
1903 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1904 it is accessible in -nw mode.
1905
1906 2000-12-08 Dave Love <fx@gnu.org>
1907
1908 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1909 font-lock-keywords-case-fold-search.
1910
1911 2000-12-08 Gerd Moellmann <gerd@gnu.org>
1912
1913 * textmodes/ispell.el (ispell): Doc fix.
1914
1915 2000-12-08 Kenichi Handa <handa@etl.go.jp>
1916
1917 * international/quail.el (quail-insert-decode-map): Check the
1918 frame width of a window displaying the current buffer, not that of
1919 the selected frame.
1920 (quail-help): Make sure that the help buffer has window before
1921 inserting text in it.
1922
1923 2000-12-07 Sam Steingold <sds@gnu.org>
1924
1925 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1926 Backquote is used in isearch.el, so autoloading saves nothing.
1927
1928 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1929
1930 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1931 the CVS and RCS subdirectories case-insensitively.
1932
1933 * dired.el (dired-insert-directory): If file-system-info is
1934 fboundp, call it instead of invoking dired-free-space-program.
1935
1936 2000-12-07 Gerd Moellmann <gerd@gnu.org>
1937
1938 * server.el (server-visit-files): Push files on file-name-history.
1939
1940 * progmodes/cc-langs.el: Update copyright.
1941
1942 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1943
1944 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1945
1946 * bindings.el (mode-line-mode-menu): Reverse the order
1947 of define-keys so that the menu appears in alphabetical order.
1948
1949 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
1950
1951 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1952 of the function.
1953
1954 2000-12-07 Dave Love <fx@gnu.org>
1955
1956 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1957
1958 * facemenu.el (facemenu-unlisted-faces): Fix value.
1959
1960 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1961
1962 * font-lock.el (font-lock-default-fontify-region):
1963 Include the terminating \n (off-by-one error).
1964 (font-lock-set-defaults): Use dolist.
1965
1966 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1967
1968 2000-12-07 Kenichi Handa <handa@etl.go.jp>
1969
1970 * international/mule-cmds.el (describe-language-environment): Fix
1971 for the case that an input method title is not string but a list.
1972
1973 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1974 of wrong SIZE record.
1975
1976 2000-12-06 Dave Love <fx@gnu.org>
1977
1978 * newcomment.el (comment-region, comment-dwim): Doc fix.
1979
1980 * textmodes/texinfo.el: Require tex-mode when compiling.
1981 (texinfo-update-node): Doc fix.
1982 (texinfo-imenu-generic-expression): Add @anchor.
1983 (texinfo-font-lock-keywords): Add @uref.
1984 (texinfo-inside-macro-p): Don't use ignore-errors.
1985 (texinfo-insert-quote): Match more contexts.
1986
1987 * international/mule.el (decode-char, encode-char): Doc fix.
1988 (auto-coding-alist): Customize.
1989
1990 * files.el (load-file): Fix change of 2000-03-12.
1991
1992 * wid-edit.el (widget-text-keymap): Doc fix.
1993
1994 2000-12-06 Andrew Innes <andrewi@gnu.org>
1995
1996 * makefile.w32-in (lisp): Set to an absolute directory, namely
1997 $(CURDIR).
1998
1999 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2000
2001 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2002 read generated-autoload-file, and set buffer-file-coding-system to
2003 raw-text-unix after reading the file.
2004
2005 * international/mule-conf.el (file-coding-system-alist): Use
2006 raw-text for reading loaddefs.el and raw-text-unix for writing
2007 it.
2008
2009 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2010
2011 * replace.el (occur): Make line-number-width 1 smaller for the
2012 colon following the line number.
2013
2014 * startup.el (fancy-splash-text, command-line-1): Use
2015 `File' for the menu name instead of `Files'.
2016
2017 * tmm.el: Update copyright.
2018
2019 * cus-start.el: Add entry for even-window-heights.
2020
2021 2000-12-06 Miles Bader <miles@gnu.org>
2022
2023 * faces.el (frame-set-background-mode): Avoid stomping on
2024 locally modified faces.
2025
2026 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2027
2028 * international/fontset.el: Correct the font registries for
2029 japanese-jisx0213-1 and japanese-jisx0213-2.
2030
2031 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2032
2033 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2034
2035 * iswitchb.el: Update customization commentary.
2036
2037 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2038
2039 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2040 (tpu-search-highlight): Fixed comparison of overlay end positions.
2041 (tpu-trim-line-ends): Implemented trimming logic locally.
2042
2043 * emulation/tpu-extras.el (tpu-write-file-hook)
2044 (tpu-set-cursor-bound): Replaced picture-clean with
2045 tpu-trim-line-ends.
2046
2047 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2048
2049 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2050 to cn-gb.
2051 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2052
2053 2000-12-04 Dave Love <fx@gnu.org>
2054
2055 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2056
2057 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2058
2059 * mail/rmailsum.el (rmail-summary-expunge)
2060 (rmail-summary-expunge-and-save): Ask for confirmation with
2061 rmail-expunge-confirmed.
2062
2063 * mail/rmail.el (rmail-expunge-confirmed): New function.
2064 (rmail-expunge): Use it.
2065
2066 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2067 (etags-recognize-tags-table, find-tag-in-order): New
2068 functionality: interpret file names as tags.
2069
2070 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2071
2072 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2073 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2074 visit the first subnode until the bottom of the current node is
2075 visible.
2076
2077 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2078
2079 * format.el (format-decode): Don't change buffer's undo list.
2080
2081 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2082
2083 * faces.el (face-font-registry-alternatives): Add entries for CJK
2084 fonts. Doc-string adjusted for the actual usage of this data.
2085
2086 * international/fontset.el: Change the font registries for CJK
2087 fonts in the default fontset. Don't append '*' to registries.
2088
2089 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2090
2091 * emacs-lisp/easy-mmode.el (define-derived-mode)
2092 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2093
2094 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2095 (derived-mode-p): New function.
2096 (derived-mode-make-docstring): Add `docstring' argument.
2097 Use it if available and complete it if necessary.
2098
2099 2000-12-03 Andreas Schwab <schwab@suse.de>
2100
2101 * type-break.el (type-break): Don't make parent of itself.
2102
2103 2000-12-03 Miles Bader <miles@gnu.org>
2104
2105 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2106
2107 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2108
2109 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2110 (tex-main-file, tex-file): Simplify.
2111 (tex-generate-zap-file-name): Use subst-char-in-string.
2112 (tex-strip-dots): Remove.
2113
2114 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2115
2116 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2117 to check if the match succeeded.
2118
2119 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2120
2121 * startup.el (use-fancy-splash-screens-p): New function.
2122 (command-line-1): Use it to determine whether or not to use
2123 a fancy splash screen.
2124
2125 2000-12-02 Andreas Schwab <schwab@suse.de>
2126
2127 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2128
2129 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2130
2131 * international/mule.el (make-char): Fix last change.
2132
2133 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2134 New defcustoms.
2135 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2136 autoloading tex-mode; instead, do the same manually. Use
2137 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2138 with numeric argument. Docstring fix.
2139 (toplevel): Require cl when compiling.
2140
2141 * international/mule.el (make-char): Doc fix.
2142
2143 2000-12-02 Jason Rumney <jasonr@gnu.org>
2144
2145 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2146 the Emacs Lisp manual)
2147
2148 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2149
2150 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2151
2152 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2153 the Emacs Lisp manual).
2154
2155 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2156
2157 * simple.el (next-line-add-newlines): Change default to nil.
2158
2159 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2160
2161 * files.el (revert-buffer, recover-file): Bind
2162 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2163
2164 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2165
2166 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2167
2168 2000-12-01 Miles Bader <miles@gnu.org>
2169
2170 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2171
2172 2000-12-01 Kenichi Handa <handa@etl.go.jp>
2173
2174 * international/mule-diag.el (describe-char-after): Fix typo.
2175 (describe-character-set, non-iso-charset-alist): Fix typo.
2176
2177 2000-12-01 Miles Bader <miles@gnu.org>
2178
2179 * image-file.el (image-file-name-regexp): Automatically add
2180 upper-case variants of each filename extension in
2181 `image-file-name-extensions', since they seem to be common.
2182
2183 * simple.el (minibuffer-contents)
2184 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2185 New functions.
2186 * filecache.el (file-cache-directory-name)
2187 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2188
2189 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2190
2191 * filecache.el (file-cache-minibuffer-complete): Don't try to
2192 delete the minibuffer prompt.
2193
2194 2000-11-30 Dave Love <fx@gnu.org>
2195
2196 * cus-start.el: Fix read-buffer-function type.
2197
2198 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2199
2200 * md5.el: Removed. There's a built-in function, now.
2201
2202 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
2203
2204 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2205 as dummy 0-th char of rmail-deleted-vector.
2206
2207 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2208
2209 * ps-print.el (ps-end-job): Bind case-fold-search only after
2210 switching to ps-spool-buffer.
2211
2212 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2213
2214 * ps-print.el: Line number font customization. PostScript: Lines and
2215 PageCount are initialized on each page. Doc Fix.
2216 (ps-print-version): New version number (6.3.2).
2217 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2218 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2219 (ps-right-header): Customization fix.
2220 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2221 Fix code.
2222 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2223 New vars.
2224
2225 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2226
2227 * bs.el: Fix typos and spelling errors.
2228 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2229 (bs-configuration): Doc fix.
2230
2231 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2232
2233 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
2234
2235 * emulation/tpu-edt.el (tpu-version): New version.
2236 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2237 (tpu-original-mode-line): Variable deleted.
2238 (tpu-mark-flag): New initial value.
2239 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2240 tpu-mark-flag to minor-mode-alist.
2241 (tpu-update-mode-line): New mark flag logic.
2242 (tpu-get): Use find-file-wildcards.
2243 (tpu-search-highlight): Move overlay less, reset overlay properly.
2244 (tpu-unselect): Deactivate mark.
2245 (tpu-lm-replace): Reset overlay properly.
2246 (tpu-forward-line): Use forward-visible-line.
2247 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2248
2249 * emulation/tpu-extras.el (tpu-forward-line): Use
2250 forward-visible-line.
2251
2252 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2253
2254 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2255
2256 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2257
2258 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2259 and skip whitespace and newlines.
2260
2261 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2262
2263 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2264
2265 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2266
2267 * help.el (describe-function-1): Regexp-quote function name
2268 when used as part of a regexp.
2269
2270 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2271 face-attribute instead of face-foreground and face-background.
2272 (tool-bar-add-item): Likewise, and handle unspecified colors.
2273
2274 * enriched.el (enriched-face-ans): Use face-attribute instead
2275 of face-foreground and face-background.
2276
2277 * faces.el (face-foreground, face-background, face-stipple):
2278 Return nil if attribute is unspecified, for backward
2279 compatibility.
2280
2281 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2282
2283 * play/5x5.el: Remove version info.
2284
2285 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2286
2287 * frame.el (blink-cursor-mode): Doc fix.
2288
2289 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2290
2291 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2292 to create Makefile rules.
2293 (antlr-tool-command): New user option.
2294 (antlr-ask-about-save): New user option.
2295 (antlr-makefile-specification): New user option.
2296 (antlr-file-formats-alist): New variable.
2297 (antlr-special-file-formats): New variable.
2298 (antlr-unknown-file-formats): New user option.
2299 (antlr-help-unknown-file-text): New variable.
2300 (antlr-help-rules-intro): New variable.
2301 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2302 (antlr-mode-menu): Add entries.
2303 (antlr-file-dependencies): New function.
2304 (antlr-directory-dependencies): New function.
2305 (antlr-superclasses-glibs): New function.
2306 (antlr-run-tool): New command.
2307 (antlr-makefile-insert-variable): New function.
2308 (antlr-insert-makefile-rules): New function.
2309 (antlr-show-makefile-rules): New command.
2310
2311 * antlr-mode.el: More Emacs/XEmacs stuff.
2312 (antlr-no-action-keywords): New constant with value nil.
2313 (antlr-font-lock-keywords-alist): Use it. Old value would break
2314 syntax highlighting in Emacs-21.0.
2315 (antlr-default-directory): Emacs/XEmacs dependend function.
2316 (antlr-read-shell-command): Ditto.
2317 (antlr-with-displaying-help-buffer): Ditto.
2318
2319 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2320
2321 * antlr-mode.el: imenu, parsing and highlighting changes.
2322 (antlr-imenu-create-index-function): Don't create extra submenus
2323 for definitions in different grammar classes. It is not necessary
2324 for the menu and would make command `imenu' awkward to use.
2325 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2326 header actions and more than one.
2327 (antlr-font-lock-tokendef-face): Changed color.
2328 (antlr-font-lock-tokenref-face): Changed color.
2329 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2330 (antlr-mode-syntax-table): New variable.
2331 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2332 (antlr-with-syntax-table): Don't copy syntax table.
2333
2334 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2335
2336 * antlr-mode.el: Minor changes: language setting.
2337 (antlr-language-alist): The value for file option "language" can
2338 be both an identifier and a string.
2339 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2340 (antlr-language-limit-n-regexp): Change accordingly.
2341
2342 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2343
2344 * antlr-mode.el: Minor changes: tabs, hiding.
2345 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2346 (antlr-action-visibility): Also allow value nil to also hide the
2347 braces. Renamed from `antlr-tiny-action-length'.
2348 Suggested by Jay@aol.com.
2349 (antlr-hide-actions): Change accordingly. Hide line if completely
2350 hidden action is on a line of its own.
2351
2352 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2353
2354 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2355
2356 * sort.el (sort-columns): Don't concat strings with numbers.
2357
2358 2000-11-29 Dave Love <fx@gnu.org>
2359
2360 * cus-edit.el (face): Fix :format.
2361
2362 * mail/feedmail.el: Require smtpmail when compiling.
2363 (mail-do-fcc): Autoload.
2364 (feedmail) <defgroup>: Fix :link.
2365 (feedmail-nuke-body-in-fcc): Fix :type.
2366 (feedmail-send-it): Add autoload cookie.
2367
2368 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2369
2370 * newcomment.el (comment-indent): Save excursion around call to
2371 comment-indent-function.
2372
2373 2000-11-29 Miles Bader <miles@gnu.org>
2374
2375 * subr.el (member-ignore-case): Return the tail of the list who's
2376 car matches, like `member', not the matching element itself.
2377
2378 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2379
2380 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2381 should not contain `\n'.
2382
2383 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2384
2385 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2386
2387 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2388
2389 * dired-aux.el (dired-do-create-files): Construct default file
2390 name for dired-mark-read-file-name so that when the user enters
2391 just RET, the target file will end up in the target directory.
2392
2393 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2394 local-abbrev-table before changing buffers because it might
2395 have a buffer-local binding.
2396
2397 2000-11-28 Miles Bader <miles@gnu.org>
2398
2399 * simple.el (delete-horizontal-space): Handle fields more generally.
2400
2401 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2402
2403 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2404
2405 2000-11-28 Dave Love <fx@gnu.org>
2406
2407 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2408 comment-start-skip locally.
2409
2410 * progmodes/fortran.el (fortran-mode): Don't set
2411 fortran-comment-line-start-skip. Set comment-start to
2412 fortran-comment-line-start.
2413 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2414 (fortran-comment-line-start-skip): Simplify slightly.
2415
2416 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2417
2418 * play/5x5.el: Remove RCS keyword.
2419
2420 * bs.el: Mistaken commit, undone 2000-11-30.
2421
2422 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2423
2424 * textmodes/tildify.el (tildify-string-alist): Add
2425 `plain-tex-mode' here.
2426
2427 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2428
2429 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2430 reference.
2431
2432 2000-11-28 Miles Bader <miles@gnu.org>
2433
2434 * cus-face.el (custom-face-attributes): Add post-filter function
2435 for :box. Make pre-filter function for :box handle all cases.
2436
2437 * wid-edit.el (widget-choose): Make sure pop-up window is large
2438 enough to display all the choices, as there's no way to scroll it.
2439
2440 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2441
2442 * international/mule-conf.el: Make the coding system no-conversion
2443 safe for all characters.
2444
2445 2000-11-27 Dave Love <fx@gnu.org>
2446
2447 * net/ldap.el (ldap) <defgroup>: Add :version.
2448
2449 * tooltip.el (tooltip-use-echo-area): Doc fix.
2450
2451 * cus-start.el <minibuffer-prompt-properties>: Add version.
2452 <read-buffer-function>: Add.
2453
2454 * apropos.el (apropos-print): Add help-echo to active text.
2455
2456 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2457
2458 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2459
2460 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2461 type, group and version.
2462
2463 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2464
2465 * select.el (x-get-selection): Docstring fix.
2466
2467 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2468
2469 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2470
2471 2000-11-27 Andrew Innes <andrewi@gnu.org>
2472
2473 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2474
2475 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2476
2477 2000-11-27 Miles Bader <miles@gnu.org>
2478
2479 * dired.el (dired-get-filename): Return filename verbatim if
2480 LOCALP is `verbatim'.
2481 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2482 `verbatim' so that we don't inadvertently delete a non-existant
2483 directory name.
2484
2485 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2486
2487 * international/characters.el: Specify cases and syntaxes for
2488 mule-unicode-0100-24ff.
2489
2490 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2491
2492 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2493 that foreground and/or background colors of the face `tool-bar'
2494 are unspecified.
2495
2496 2000-11-27 Miles Bader <miles@gnu.org>
2497
2498 * wid-edit.el (widget-field-buffer, widget-field-start)
2499 (widget-field-end): Handle widget field `pseudo-overlays'.
2500 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2501 if it's there instead of in `widget-field-list'.
2502
2503 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2504 (help-make-xrefs): Delete extraneous newlines at the end of the
2505 docstring.
2506
2507 2000-11-25 Jason Rumney <jasonr@gnu.org>
2508
2509 * startup.el (command-line): Call set-locale-environment after
2510 Window System init file is read, as it can result in a call to
2511 redraw-frame.
2512
2513 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2514
2515 * simple.el (shell-command): Mention the effect of the prefix
2516 argument in the doc string.
2517
2518 2000-11-25 Miles Bader <miles@gnu.org>
2519
2520 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2521
2522 * wid-edit.el (widget-field-value-delete): Don't try to delete
2523 overlay when it's the `pseudo-overlay' that exists at some points.
2524
2525 2000-11-24 Jason Rumney <jasonr@gnu.org>
2526
2527 * international/mule-cmds.el (locale-language-names): Add "jp" as
2528 a non-standard alternative for Japanese.
2529
2530 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2531
2532 * vc-hooks.el: Require 'cl during compilation.
2533
2534 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2535
2536 * faces.el (face-set-after-frame-default): Let face attributes
2537 specified for new frames override frame parameters.
2538
2539 * startup.el (command-line): Fix computation of the source file
2540 for user-init-file when user-init-file is a compiled file.
2541
2542 2000-11-24 Miles Bader <miles@gnu.org>
2543
2544 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2545 (custom-post-filter-face-spec): New functions.
2546 (custom-face-set, custom-face-value-create): Filter the face spec
2547 before and after customization.
2548 (custom-face-set): If VALUE specifies a null face, pass a
2549 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2550 * cus-face.el (custom-face-attributes): Remove SET and GET
2551 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2552 cases they're needed.
2553
2554 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2555 that it's distinguishable from the :off-glyph on dark-background
2556 displays. Set its background color too.
2557
2558 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2559 so that people can easily turn it off.
2560
2561 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2562
2563 * ediff-diff.el: Moved variables around to have it compile under NT.
2564
2565 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2566
2567 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2568
2569 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2570 redundant skip-small-frames test.
2571
2572 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2573 (viper-downgrade-to-insert): protect against errors in hooks.
2574
2575 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2576 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2577 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2578 functions.
2579
2580 * viper-util.el (viper-memq-char): Bug fixes.
2581
2582 * viper.el (viper-mode): Fix cursor handling.
2583
2584 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2585
2586 * international/mule-diag.el (list-iso-charset-chars): For
2587 two-byte charset, fix the `while' condition.
2588 (list-non-iso-charset-chars): Fix the `while' condition.
2589
2590 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2591
2592 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2593 if the variable is make-variable-buffer-local.
2594
2595 * progmodes/ada-stmt.el (ada-template-map): Initialize
2596 and bind it to C-c t in ada-mode-map.
2597 (ada-stmt-mode-hook): New function extracted from old code.
2598 Only change the buffer-local side of skeleton-*.
2599 (ada-mode-hook): Use it.
2600
2601 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2602
2603 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2604 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2605 we expect to be returned by minibuffer-depth once we prompt the
2606 user in the minibuffer.
2607 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2608 as recorded in iswitchb-minibuf-depth, return non-nil.
2609
2610 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2611
2612 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2613 (hscroll-window-maybe): Docstring fix.
2614
2615 2000-11-23 Dave Love <fx@gnu.org>
2616
2617 * rect.el (string-rectangle): Don't test delete-selection-mode.
2618
2619 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2620
2621 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2622 is in the tool bar.
2623
2624 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2625 with `no-dir'; we want the directory part to be able to remove
2626 it.
2627
2628 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2629
2630 * textmodes/outline.el (outline-flag-region):
2631 Don't bind inhibit-read-only since we don't modify the buffer.
2632 (outline-isearch-open-invisible): Don't jump to overlay-start
2633 since we're trying to unhide text around point.
2634 (outline-discard-overlays): Use dolist.
2635
2636 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2637
2638 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2639
2640 * mail/rmail.el (rmail-confirm-expunge): Default to
2641 y-or-n-p.
2642
2643 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2644
2645 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2646 Fix ARG regexp to skip quoted braces.
2647 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2648 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2649 are (correctly) handled separately).
2650 Remove `caption' and `footnote' from `citations': they contain text.
2651 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2652 (latex-skeleton-end-hook): New function.
2653 (latex-mode): Use it.
2654 (tex-start-tex-marker): Remove.
2655 (tex-send-tex-command): Don't set tex-start-tex-marker.
2656 (tex-error-parse-syntax-table): New var.
2657 (tex-compilation-parse-errors): Use it.
2658 Ignore tex-start-tex-marker. Don't bother with marker-position.
2659 (tex-validate-buffer): Don't bother with marker-position.
2660
2661 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2662 (flyspell-generic-progmode-verify): Use it.
2663
2664 2000-11-22 Sam Steingold <sds@gnu.org>
2665
2666 * simple.el (delete-trailing-whitespace): New interactive
2667 function.
2668
2669 * progmodes/ada-mode.el (ada-mode): Use it instead of
2670 `ada-remove-trailing-spaces'.
2671 (ada-remove-trailing-spaces): Removed.
2672
2673 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2674
2675 * textmodes/picture.el (picture-clean): Removed.
2676 (picture-mode-exit): Call it instead of `picture-clean'.
2677
2678 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2679
2680 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2681
2682 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2683 jit-lock-fontify-buffer; it should anyway be unneccessary to
2684 do anything special when jit-lock is active.
2685 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2686
2687 2000-11-22 Dave Love <fx@gnu.org>
2688
2689 * calendar/todo-mode.el (todo-top-priorities): Use
2690 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2691
2692 * language/chinese.el, language/cyrillic.el:
2693 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2694 * language/hebrew.el, language/indian.el, language/japanese.el:
2695 * language/korean.el, language/lao.el, language/misc-lang.el:
2696 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2697 Use provide.
2698
2699 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2700 (custom-variable-set): Improve validation error mesage.
2701
2702 * rect.el (string-rectangle): Revert last change.
2703 (string-rectangle-line): New arg DELETE.
2704 (string-rectangle): Check delete-selection-mode.
2705
2706 * emacs-lisp/edebug.el (edebug-version)
2707 (edebug-maintainer-address): Deleted.
2708 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2709 (edebug-read-function): Account for other `'#' read forms.
2710 (edebug-mode-menus): Make some items toggles.
2711 (edebug-outside-unread-command-event, unread-command-event):
2712 Remove these to avoid warnings.
2713
2714 2000-11-22 David Ponce <david@dponce.com>
2715
2716 * recentf.el (recentf-menu-items-for-commands)
2717 (recentf-make-menu-items, recentf-make-menu-item)
2718 (recentf-filter-changer): Added :help and :active menu-item properties.
2719
2720 (recentf-build-dir-rules, recentf-dump-variable)
2721 (recentf-edit-list, recentf-open-files-item)
2722 (recentf-open-files): Replaced unnecessary `mapcar' with new
2723 built-in `mapc'.
2724
2725 2000-11-23 Miles Bader <miles@gnu.org>
2726
2727 * faces.el (menu): Make inverse-video on ttys too.
2728
2729 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2730
2731 * simple.el (comment-line-break-function): Use the new name
2732 indent-new-comment-line -> comment-indent-new-line.
2733 (clone-indirect-buffer): Don't ignore NORECORD.
2734 (next-completion): Properly handle the case where items are adjacent.
2735
2736 * mouse.el (popup-menu): Stupid typo.
2737
2738 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2739
2740 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2741 maintainer, keywords tags.
2742
2743 * rect.el (replace-rectangle): Don't call string-rectangle-line
2744 with too many arguments.
2745
2746 2000-11-22 Andre Spiegel <spiegel@gnu.org>
2747
2748 * ediff-util.el (ediff-file-checked-out-p)
2749 (ediff-file-checked-in-p): Call vc-state instead of
2750 vc-locking-user, which no longer exists.
2751
2752 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2753
2754 2000-11-22 Dave Love <fx@gnu.org>
2755
2756 * md5.el (md5): Provide.
2757 (md5): Fix error call.
2758
2759 2000-11-22 Miles Bader <miles@gnu.org>
2760
2761 * textmodes/refill.el (refill-adjust-ignorable-overlay)
2762 (refill-fill-paragraph-at): Remove debugging code.
2763
2764 * calendar/calendar.el (generate-calendar-window): When we don't
2765 call `fit-window-to-buffer', make sure the top line is fully visible.
2766
2767 * image-file.el (insert-image-file): Don't make `read-only'
2768 property rear-nonsticky.
2769
2770 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2771 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2772 stashing away its original value.
2773 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2774 in the recursive edit.
2775 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2776 (isearch-done): Restore `minibuffer-message-timeout'.
2777
2778 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2779
2780 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2781
2782 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2783
2784 * find-lisp.el (find-lisp-find-files-internal):
2785 Use dolist, when and file-name-as-directory.
2786
2787 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2788 (define-derived-mode, define-minor-mode): Add specs.
2789
2790 * window.el: General comment and spacing fixes.
2791 (save-selected-window): Use backquotes.
2792 (window-safely-shrinkable-p): New function.
2793 (shrink-window-if-larger-than-buffer): Use it.
2794
2795 * subr.el (make-local-hook): Docstring fix.
2796
2797 * shell.el (shell-mode): Use define-derived-mode.
2798
2799 * newcomment.el (comment-indent): Insert comment before calling
2800 comment-indent-function. Don't insert in column 0.
2801 (comment-dwim): Indent before inserting comment.
2802
2803 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2804 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2805 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2806 Use mapc rather than map.
2807
2808 * files.el (find-buffer-visiting): Compare all attributes before
2809 declaring two files identical (rather than just their inode-no).
2810 (auto-mode-alist): Use \' rather than $.
2811
2812 * which-func.el: Update maintainer line.
2813
2814 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2815 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2816 (uniquify-buffer-file-name): Use it.
2817
2818 2000-11-22 Miles Bader <miles@gnu.org>
2819
2820 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2821 * simple.el (minibuffer-avoid-prompt): New function.
2822
2823 2000-11-21 Gerd Moellmann <gerd@gnu.org>
2824
2825 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2826
2827 2000-11-21 Miles Bader <miles@gnu.org>
2828
2829 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2830 inclusion of `track-mouse'.
2831
2832 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2833 (refill-adjust-ignorable-overlay): New function.
2834 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2835 only the paragraph's tail if possible.
2836 Update `refill-ignorable-overlay'.
2837 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2838
2839 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2840 point inside the fill-prefix.
2841
2842 * textmodes/refill.el (refill-post-command-function): Don't reset
2843 refill-doit in the case where a self-insertion command doesn't
2844 case a refill. Use `refill-fill-paragraph-at', getting position
2845 from `refill-doit'.
2846 (refill-after-change-function): Set `refill-doit' to END.
2847 (refill-fill-paragraph-at): New function, mostly from old
2848 refill-fill-paragraph.
2849 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2850 (refill-pre-command-function): New function.
2851 (refill-mode): Add it to `pre-command-hook'.
2852
2853 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2854
2855 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2856
2857 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2858 javadoc tags.
2859
2860 2000-11-20 Andre Spiegel <spiegel@gnu.org>
2861
2862 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2863 vc.el).
2864
2865 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2866 require vc.
2867
2868 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2869 checkouts.
2870
2871 2000-11-20 Dave Love <fx@gnu.org>
2872
2873 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2874
2875 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
2876
2877 * calculator.el (calculator-paste): Use `if' instead of `and'
2878 and `or'.
2879 (calculator-help): Don't use electric-describe-mode for XEmacs.
2880
2881 2000-11-19 Gerd Moellmann <gerd@gnu.org>
2882
2883 * info.el (info-menu-5): Doc fix.
2884
2885 * textmodes/artist.el: New file.
2886
2887 2000-11-19 Andre Spiegel <spiegel@gnu.org>
2888
2889 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2890 and differentiate according to checkout model.
2891 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2892 since this function is only concerned with master state.
2893
2894 * vc-hooks.el (vc-workfile-unchanged-p,
2895 vc-default-workfile-unchanged-p): Moved here from vc.el.
2896
2897 * vc.el (vc-workfile-unchanged-p,
2898 vc-default-workfile-unchanged-p): See above.
2899
2900 2000-11-19 Miles Bader <miles@gnu.org>
2901
2902 * image-file.el (insert-image-file): Make `intangible' and
2903 `read-only' properties rear-nonsticky too.
2904
2905 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2906
2907 * ps-print.el: Update copyright notice.
2908
2909 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2910 (tooltip-show): Use the offsets.
2911
2912 * bindings.el (mode-line-modified): Fix a typo.
2913 (mode-line-toggle-modified, mode-line-widen)
2914 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2915
2916 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2917
2918 * ps-print.el (toplevel): Test for find-coding-system being
2919 fboundp before calling ps-x-find-coding-system.
2920
2921 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2922
2923 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2924 (vc-version-backup-file): Docstring fix.
2925
2926 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2927
2928 * files.el (basic-save-buffer): Don't add a newline if
2929 find-file-literally is non-nil.
2930 (find-file-literally): Extend doc string.
2931
2932 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2933 sort(1) with the `-f' argument.
2934
2935 2000-11-16 Andre Spiegel <spiegel@gnu.org>
2936
2937 * vc.el: Updated backend documentation.
2938 (vc-default-check-headers): New function.
2939
2940 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2941
2942 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2943 up-to-date.
2944 (vc-do-command): In the asynchronous case, output messages only if
2945 the minibuffer is not active.
2946
2947 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2948 `vc-cvs-use-edit' is on.
2949 (vc-cvs-checkout): When this is used for reverting the workfile,
2950 make a backup of the original contents and revert to that in case
2951 of error.
2952 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2953 remote repositories.
2954
2955 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2956 for both version and ratio in the minibuffer.
2957
2958 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2959 Use vc-do-command to perform the annotation, not call-process.
2960
2961 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2962
2963 * international/quail.el (quail-start-translation): Don't call
2964 `message' before reading key sequence.
2965
2966 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2967
2968 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2969
2970 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2971
2972 * window.el (fit-window-to-buffer): Be sure to acquire at least
2973 one text line even if the buffer is empty.
2974
2975 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2976
2977 * net/ange-ftp.el (ange-ftp-file-writable-p)
2978 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2979 ange-ftp-process-verbose to nil.
2980
2981 2000-11-15 Dave Love <fx@gnu.org>
2982
2983 * wid-edit.el (widget-specify-field, widget-specify-button): If
2984 :help-echo is a function, set help-echo of overlay to
2985 widget-mouse-help.
2986 (widget-mouse-help): New function.
2987 (widget-echo-help): Rewritten for :help-echo functions only taking
2988 a widget arg.
2989
2990 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2991 display-graphic-p.
2992 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2993 and that JPEG is available.
2994 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2995
2996 * international/mule-cmds.el (locale-charset-language-names):
2997 Match @euro.
2998
2999 2000-11-15 Gerd Moellmann <gerd@gnu.org>
3000
3001 * faces.el (face-set-after-frame-default): If
3002 `inhibit-default-face-x-resources' is bound, don't intialize the
3003 default face from X resources.
3004
3005 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3006
3007 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3008 Don't set EMACSLOADPATH.
3009
3010 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3011
3012 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3013 texinfo-insert-@url.
3014 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3015 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3016
3017 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3018
3019 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3020 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3021 (checkdoc-minor-keymap): Backward compatibility.
3022 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3023 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3024 (checkdoc-this-string-valid-engine): Be a bit more strict
3025 to avoid matching substrings of `...' quoted vars/funs.
3026 (checkdoc-defun-info): Only look for `interactive' if alone.
3027 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3028
3029 * progmodes/compile.el (grep): `tag-default' can be nil.
3030
3031 * newcomment.el (comment-indent): Paren typo.
3032
3033 2000-11-14 Dave Love <fx@gnu.org>
3034
3035 * calculator.el: New maintainer version.
3036
3037 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3038
3039 * cmuscheme.el: Doc fixes.
3040 (cmuscheme) <defgroup>: Use `scheme' as parent.
3041 (cmuscheme-program-name): Remove. Change uses to
3042 scheme-program-name.
3043
3044 * xscheme.el (scheme-program-name): Don't define here.
3045
3046 * progmodes/scheme.el (scheme-program-name): New variable
3047 (originally in cmuscheme).
3048
3049 2000-11-14 Miles Bader <miles@gnu.org>
3050
3051 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3052 Handle header-lines. Don't loop forever if we can't enlarge the
3053 window anymore. Simplify a bit.
3054
3055 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3056
3057 * window.el (fit-window-to-buffer): Don't check
3058 window-text-height. Assure that the last line is fully visible.
3059
3060 * international/quail.el (quail-show-guidance-buf): Call
3061 fit-window-to-buffer to assure the enough height of the guidance
3062 buffer.
3063 (quail-update-guidance): Avoid making the guidance buffer shorter.
3064
3065 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3066
3067 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3068 rather than `prepend' and add an interesting comment.
3069 (tex-math-face, tex-font-lock-syntactic-face-function):
3070 New face and function to use it.
3071 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3072 than `menu-enable' symbol property.
3073 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3074 (tex-mode): Add some latex-mode commands for auto-selection.
3075 Use tex-font-lock-syntactic-face-function.
3076 (tex-insert-quote): Simplify.
3077 (tex-shell): New mode.
3078 (tex-start-shell): Use it.
3079 (tex-shell-proc, tex-shell-buf): New functions.
3080 (tex-send-command): Use it.
3081 (tex-main-file): Fix the meaning of the new arg REALFILE.
3082 (tex-send-tex-command): New function split from `tex-start-tex'.
3083 Set compilation-last-buffer and compilation-parsing-end.
3084
3085 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3086 when it follows non-comment text on the line.
3087
3088 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3089 Set font-lock-defaults.
3090 (lisp-mode-shared-map): Init inside the defvar.
3091 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3092 Use define-derived-mode.
3093
3094 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3095
3096 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3097
3098 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3099
3100 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3101 recursively optimize body because that can lead to infinite
3102 recursion; see comment there.
3103
3104 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3105
3106 * faces.el (face-spec-set-match-display): Revert the change from
3107 2000-10-24. Add a FIXME for after v21.1.
3108
3109 2000-11-13 Miles Bader <miles@gnu.org>
3110
3111 * textmodes/fill.el (skip-line-prefix): New function.
3112 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3113 (fill-paragraph): Don't leave point inside the fill-prefix.
3114 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3115 point inside the fill-prefix.
3116
3117 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3118
3119 * calendar/calendar.el (generate-calendar-window): Use
3120 `fit-window-to-buffer'.
3121
3122 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3123
3124 * gud.el (gud-minor-mode): New var.
3125 (gud-symbol, gud-val): New functions.
3126 (gud-find-file): Copy gud-minor-mode to the new buffer.
3127 (gud-menu-map): Include entries for commands that are not always
3128 available, using :enable to (de)activate them.
3129 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3130 (gud-mode-map): New map.
3131 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3132 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3133 Don't set up gud's menu (it's done by the minor-mode).
3134 (gud-minibuffer-local-map): New.
3135 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3136 (gud-query-cmdline): New function.
3137 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3138 (gud-mode): Use define-derived-mode.
3139 Don't set up gud's menu (it's done by the minor-mode).
3140 (gud-chop-words): Remove.
3141 (gud-common-init): Use split-string instead.
3142 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3143
3144 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3145 Add keyword arg :name.
3146
3147 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3148 (diff-count-matches, diff-split-hunk): New functions.
3149 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3150
3151 * pcvs-info.el (cvs-fi-conflict-face): New var.
3152
3153 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3154 Make it into a simple syntax-table, shared among all submodes.
3155 (sh-heredoc-face): Re-introduce.
3156 (sh-font-lock-syntactic-face-function): New function.
3157 (sh-mode): Use it. Also use define-derived-mode.
3158 Remove old bogus setting of indent-region-function.
3159 (sh-set-shell): Don't set the syntax-table any more.
3160 (sh-mode-syntax-table) <defun>: Remove.
3161
3162 2000-11-12 Miles Bader <miles@gnu.org>
3163
3164 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3165 message if interactive.
3166
3167 2000-11-12 Dave Love <fx@gnu.org>
3168
3169 * mail/feedmail.el: Fix header,
3170 (feedmail) <defgroup>: Add :link.
3171
3172 * view.el: Use local-map property, not keymap on mode-line string.
3173
3174 * scroll-all.el (scroll-all-mode): Customize variable. Add
3175 autoload cookie to function.
3176
3177 * lazy-lock.el: Remove compatibility code.
3178
3179 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3180 (finder-help-echo): New variable.
3181 (finder-mouse-face-on-line): Add help-echo stuff.
3182 (finder-list-keywords, finder-list-matches): Use mapc.
3183
3184 * faces.el (face-font-registry-alternatives): Add :version.
3185
3186 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3187 tags-table-list.
3188
3189 * net/browse-url.el (browse-url-browser-function): Update :version.
3190
3191 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3192 (mail-mode): Use [:alnum:] in some regexps.
3193
3194 2000-11-10 Dave Love <fx@gnu.org>
3195
3196 * ediff.el (ediff-regions-internal, ediff-documentation):
3197 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3198 fundamental mode.
3199
3200 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3201 buffer into fundamental mode.
3202 (ediff-set-difference): Use copy-sequence if available.
3203
3204 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3205 ediff-patch-map non-nil.
3206 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3207 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3208 buffer into fundamental mode.
3209
3210 * ediff-merg.el (state-or-merge): Defvar when compiling.
3211
3212 2000-11-10 Jason Rumney <jasonr@gnu.org>
3213
3214 * w32-fns.el (w32-add-charset-info): New function.
3215 (w32-charset-info-alist): Use it.
3216
3217 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3218
3219 * faces.el (face-font-registry-alternatives): New user-option.
3220
3221 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3222
3223 * textmodes/texinfo.el (texinfo-block-default): New var.
3224 (texinfo-insert-block): Use it. Insert a newline if needed.
3225
3226 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3227 (fill-region-as-paragraph): Use it.
3228
3229 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3230 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3231 Tweak paragraph regexps to allow a leading [ \t]*.
3232 (tex-latex-block): Insert a newline if necessary.
3233 (latex-insert-item): Only insert a newline if necessary.
3234 (tex-guess-main-file): New function.
3235 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3236 Set tex-main-file if TeX-master is provided.
3237 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3238
3239 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3240
3241 * startup.el (command-line): Set the default tooltip-mode
3242 to t for graphical displays which implement x-show-tip.
3243
3244 * tooltip.el (tooltip-mode): Add a comment about startup.el
3245 setting the default value of this user-option.
3246
3247 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3248
3249 * font-lock.el (font-lock-*-face) <defvar>: Move.
3250 (font-lock-defaults-alist): Mark obsolete.
3251 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3252 (font-lock-mode): Use define-minor-mode.
3253 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3254 (font-lock-turn-off-thing-lock): Be more explicit.
3255 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3256 (font-lock-syntactic-face-function): New var.
3257 (font-lock-fontify-syntactically-region): Use it.
3258 (font-lock-doc-face): New.
3259
3260 * pcvs.el (cvs-enabledp): Ignore errors.
3261 (cvs-commit-filelist): Never query.
3262 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3263 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3264 (cvs-do-removal): Use cvs-partition rather than delete-if.
3265 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3266 cvs-bury-buffer.
3267
3268 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3269 Allow `next' to jump to after the end of the last match.
3270
3271 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3272
3273 * simple.el (byte-compiling-files-p): New function.
3274
3275 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3276 if it is there.
3277
3278 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3279 nil again.
3280
3281 * textmodes/ispell.el (ispell-library-path): Don't call
3282 check-ispell-version when byte-compiling because that starts
3283 an ispell process, and ispell might not be installed.
3284 (toplevel): Don't set up a menu when byte-compiling.
3285
3286 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3287 it, so that a boundp test can be used to determine if we're
3288 currently byte-compiling.
3289
3290 2000-11-09 Dave Love <fx@gnu.org>
3291
3292 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3293 eval-after-load.
3294
3295 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3296
3297 * ps-print.el: Patch for variable initialization when spooling. Doc
3298 fix.
3299 (ps-output-list): Fun eliminated.
3300 (ps-begin-file, ps-begin-job): Code fix.
3301
3302 2000-11-08 Dave Love <fx@gnu.org>
3303
3304 * ediff-wind.el (ediff-control-frame-parameters): Zero
3305 tool-bar-lines.
3306
3307 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3308
3309 * simple.el (shell-command, display-message-or-buffer)
3310 (shell-command-on-region): Mention resize-mini-windows in the doc
3311 string.
3312 (display-message-or-buffer): Take the value of resize-mini-windows
3313 into account.
3314
3315 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3316
3317 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3318
3319 * dired.el (dired-between-files): Add `^. find' as an alternative
3320 to the regular expression, for find-dired.
3321
3322 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3323
3324 * textmodes/texnfo-upd.el: Require texinfo.
3325 (defmacro, defgroup): Remove.
3326 (texinfo-section-to-generic-alist): Remove.
3327 Use texinfo-section-list instead (i.e. level is changed string->int).
3328 (texinfo-filter): New function.
3329 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3330 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3331 Use it. And use regexp-opt.
3332 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3333 (texinfo-update-menu-region-beginning)
3334 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3335 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3336 (texinfo-update-menu-same-level-regexps): Update.
3337 (texinfo-update-node, texinfo-every-node-update)
3338 (texinfo-sequential-node-update): Remove autoload cookie.
3339
3340 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3341 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3342 (texinfo-chapter-level-regexp): Remove.
3343 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3344
3345 2000-11-06 Dave Love <fx@gnu.org>
3346
3347 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3348
3349 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3350 Match defun*.
3351
3352 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3353
3354 * composite.el (composition-function-table): Variable declaration
3355 moved to src/composite.c.
3356 (compose-chars-after): New optional arg object.
3357
3358 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3359
3360 * bindings.el (mode-line-toggle-read-only)
3361 (mode-line-toggle-modified, mode-line-widen)
3362 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3363 (make-mode-line-mouse2-map): Rewritten.
3364 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3365 functions so that C-h k can show something with a doc string.
3366
3367 * startup.el (fancy-splash-delay): Set to 10 seconds.
3368 (fancy-splash-max-time): New user-option.
3369 (fancy-splash-stop-time): New variable.
3370 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3371 (fancy-splash-screens-1): Throw `stop-splashing' when current
3372 time is greater than fancy-splash-stop-time.
3373
3374 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3375
3376 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3377
3378 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3379 Prompt user for a file rather than raising an error.
3380 (cvs-enabledp): Fix call to cvs-mode-marked.
3381 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3382 (cvs-mode-insert): Use it. Change the init prompt' value.
3383 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3384
3385 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3386 Don't pass default arg to ewoc-locate.
3387 (ewoc-collect): Return result in the right order.
3388
3389 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3390
3391 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3392 (cvs-status-get-tags): Fix regexp.
3393 (cvs-status-trees, cvs-status-cvstrees):
3394 Combine after change hooks and don't sit-for.
3395 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3396 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3397 Use make-char rather than hard-coded cryptic data.
3398 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3399
3400 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3401
3402 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3403 (cvs-insert-strings): New function.
3404
3405 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3406
3407 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3408 `mwheel-scroll-amount'.
3409 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3410 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3411 string-matching against the version string.
3412
3413 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3414
3415 * language/thai.el ("Thai"): Set a lisp form that produces
3416 composed string in `sample-text' language info.
3417
3418 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3419 composed string in `sample-text' language info.
3420
3421 * international/mule-cmds.el (describe-language-environment): Eval
3422 `sample-text' data and insert the result.
3423
3424 * international/mule-conf.el (compound-text): Define this coding
3425 system here. Make x-ctext and ctext aliases of it.
3426
3427 * language/european.el (compound-text, ctext): Moved to
3428 international/mule-conf.el.
3429
3430 2000-11-05 Andrew Innes <andrewi@gnu.org>
3431
3432 * w32-fns.el (w32-version): New function.
3433
3434 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3435
3436 * progmodes/awk-mode.el: Update copyright.
3437 (awk-mode-abbrev-table): Remove.
3438 (awk-font-lock-keywords): Use regexp-opt.
3439 (awk-mode): Use define-derived-mode.
3440
3441 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3442 when extracting a suffix.
3443
3444 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3445
3446 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3447 auto-save-mode.
3448
3449 2000-11-04 Jason Rumney <jasonr@gnu.org>
3450
3451 * language/european.el (decode-mac-roman): Test against r1 not r0.
3452
3453 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3454
3455 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3456 (icon-mode): Define indent-line-function.
3457 (icon-comment-indent): Simplify.
3458 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3459
3460 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3461
3462 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3463 Bind change-log-default-mode to defeat the caching done on it.
3464 Don't bother saving excursion any more.
3465
3466 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3467
3468 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3469 (set-frame-font): Use the new name (and the old for compatibility).
3470
3471 * toolbar/tool-bar.el (tool-bar-mode):
3472 * time.el (display-time-mode):
3473 * recentf.el (recentf-mode):
3474 * paren.el (show-paren-mode):
3475 * mwheel.el (mouse-wheel-mode):
3476 * msb.el (msb-mode):
3477 * jka-compr.el (auto-compression-mode):
3478 * image-file.el (auto-image-file-mode):
3479 * hl-line.el (hl-line-mode):
3480 * delsel.el (delete-selection-mode):
3481 * autoinsert.el (auto-insert-mode):
3482 * complete.el (partial-completion-mode): Drop unneeded positional args.
3483
3484 * info.el (Info-mode):
3485 * comint.el (comint-mode): Don't bother with make-local-hook.
3486
3487 * log-edit.el (log-edit-menu): New menu.
3488
3489 2000-11-03 Miles Bader <miles@gnu.org>
3490
3491 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3492 definition, so that trailing spaces are handled properly.
3493 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3494
3495 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3496
3497 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3498 tab character.
3499 (fancy-splash-screens): Set tab-width to 20.
3500
3501 2000-11-03 Dave Love <fx@gnu.org>
3502
3503 * comint.el (comint-completion-addsuffix): Fix custom type.
3504
3505 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3506
3507 * font-lock.el (font-lock-buffers): Remove.
3508 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3509 (font-lock-change-major-mode): Remove.
3510 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3511 (font-lock-default-fontify-region): Extend the multiline
3512 fontification to whole lines.
3513 (font-lock-fontify-anchored-keywords)
3514 (font-lock-fontify-keywords-region): If matching just one
3515 line (with \n) only mark the \n as multiline.
3516
3517 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3518 Correctly handle the case where several :group args are supplied.
3519 Allow :extra-args.
3520 (easy-mmode-define-global-mode): Allow :extra-args.
3521 Correctly handle the case where several :group args are supplied.
3522
3523 2000-11-02 Miles Bader <miles@gnu.org>
3524
3525 * calendar/calendar.el (diary-face, calendar-today-face)
3526 (holiday-face): Remove dependency on `window-system'.
3527
3528 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3529
3530 * Makefile.in (emacs): Set EMACSLOADPATH always.
3531 (update-authors, .el.elc, compile-files): Don't do it explicitly
3532 here.
3533 (compile-files): Bomb out if compilation of a file fails.
3534
3535 2000-11-02 Dave Love <fx@gnu.org>
3536
3537 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3538
3539 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3540
3541 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3542 punctuation in the warning inserted into the *mail* buffer.
3543
3544 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3545
3546 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3547 (authors-public-domain-p): New function.
3548 (authors-print): Use it.
3549
3550 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3551
3552 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3553
3554 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3555
3556 * ps-print.el: Extension for even/odd printing. Doc fix.
3557 (ps-print-version): New version number (6.3.1).
3558 (ps-even-or-odd-pages): Customization fix.
3559 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3560 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3561 (ps-page-count): Var replaced by `ps-page-column'.
3562 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3563 (ps-print-sheet-p): New fun.
3564
3565 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3566
3567 * tooltip.el (tooltip-gud-tips-setup): New function.
3568 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3569 (tooltip-mode): Call tooltip-gud-tips-setup.
3570 (tooltip-gud-tips): Use `gud-basic-call' instead of
3571 process-send-string, so the prompt gets frobbed appropriately.
3572 Handle nil return value from `tooltip-gud-print-command'.
3573
3574 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3575
3576 * comint.el (comint-add-to-input-history): New function.
3577 (comint-send-input): Use `comint-add-to-input-history'.
3578
3579 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3580
3581 * info.el (info-menu-header): New face.
3582 (Info-fontify-menu-headers): New function.
3583 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3584
3585 * info.el (Info-insert-dir): Don't include blank lines at
3586 beginning of additional dir files (one is added automatically).
3587
3588 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3589
3590 * emacs-lisp/easy-mmode.el (define-minor-mode):
3591 Revert the latest changes.
3592 Allow the three positional arguments to be skipped and replaced
3593 by keyword arguments.
3594 Add a :toggle argument to determine whether a nil arg means toggle
3595 or means turn-on. The default is unchanged.
3596 Add a call to force-mode-line-update.
3597
3598 2000-11-01 Dave Love <fx@gnu.org>
3599
3600 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3601 cookie.
3602
3603 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3604
3605 * calendar/calendar.el (diary-face, holiday-face): Add
3606 dark-background variants.
3607
3608 2000-10-31 Sam Steingold <sds@gnu.org>
3609
3610 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3611 `tex-main-file' does not have directory in it.
3612
3613 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3614
3615 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3616
3617 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3618
3619 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3620 functional change.
3621
3622 2000-10-31 Gerd Moellmann <gerd@gnu.org>
3623
3624 * files.el (find-file-noselect): When we expand a wildcard, return
3625 a list of buffers, as we should do according to the doc string.
3626
3627 2000-10-31 Ken Raeburn <raeburn@gnu.org>
3628
3629 * loadup.el (top level): Adjust load path if program name is
3630 "../src/bootstrap-emacs", in case it's not dumped and thus the
3631 load path adjustment hasn't already been done.
3632
3633 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3634
3635 * ps-print.el: Fix bug on selected pages for printing. Use
3636 `color-values' for Emacs 21. Ensure fontification when jit-lock
3637 is on. Try to avoid warning messages when compiling. Doc Fix.
3638 (ps-print-version): New version number (6.3).
3639 (ps-color-device): Use `color-values' to determine if device
3640 supports color.
3641 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3642 (ps-print-page-p): Changed from defsubst to defun.
3643 (ps-page-number): Changed from defmacro to defun.
3644 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3645 printing.
3646 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3647 (ps-end-file, ps-dummy-page): Funs eliminated.
3648 (ps-print-color-scale): Changed default value.
3649 (ps-page-n-up, ps-print-page-p): New internal vars.
3650 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3651 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3652
3653 * delim-col.el: Little programming improvement.
3654 (delimit-columns-str): New macro.
3655 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3656
3657 2000-10-31 Kenichi Handa <handa@etl.go.jp>
3658
3659 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3660 Moved to european.el.
3661 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3662 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3663 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3664 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3665
3666 2000-10-30 Dave Love <fx@gnu.org>
3667
3668 * progmodes/cc-menus.el (imenu-generic-expression)
3669 (imenu-progress-message): Only defvar when compiling.
3670
3671 * emacs-lisp/elp.el (elp-unload-hook): New function.
3672
3673 * loadhist.el (unload-feature): Call elp-restore-function,
3674 checking for symbols; don't use elp-restore-all.
3675 (loadhist-hook-functions): Doc fix.
3676
3677 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3678
3679 * log-edit.el (log-edit-confirm): Fix the default.
3680
3681 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3682
3683 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3684 delimit-columns-format.
3685 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3686
3687 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3688
3689 * comint.el (comint-replace-by-expanded-history): Don't use
3690 comint-get-old-input (we're not looking at *old* input).
3691 (comint-get-old-input-default): If using fields, signal an error
3692 when the point is not in an input field.
3693
3694 2000-10-30 Kenichi Handa <handa@etl.go.jp>
3695
3696 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3697 and mule-unicode-e000-ffff.
3698
3699 * international/mule.el (decode-char, encode-char): New functions.
3700 (make-coding-system): Accept a symbol of translation table as a
3701 value of property `safe-chars'.
3702
3703 * international/mule-cmds.el (encode-coding-char): Check property
3704 safe-chars instead of safe-charsets.
3705
3706 * international/fontset.el (fontset-default): Modified for
3707 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3708 (x-font-name-charset-alist): Likewise.
3709 (ccl-encode-unicode-font): New CCL program. Record it in
3710 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3711
3712 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3713 New translation tables.
3714 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3715 programs are modified and moved from mac-win.el.
3716 (mac-roman): Definition of this coding system is modified and
3717 moved from mac-win.el.
3718
3719 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3720
3721 * ediff-wind.el (ediff-setup-control-frame): Enclose
3722 face-attribute in condition-case to avoid errors in older emacsen.
3723
3724 2000-10-29 Miles Bader <miles@gnu.org>
3725
3726 * custom.el (custom-add-to-group): Allow multiple entries for a
3727 given value OPTION, as long as their widget types are different.
3728 * cus-edit.el (custom-face-value-create): If face name doesn't end
3729 with "face", add such here (similar to custom group widgets).
3730
3731 * comint.el (comint-highlight-prompt): Add :type.
3732
3733 2000-10-28 John Wiegley <johnw@gnu.org>
3734
3735 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3736 Changed this function to operate on a temporary buffer instead of
3737 the main buffer. This not only keeps flyspell from marking a
3738 buffer as changed that wasn't, but it solves the jumpy cursor
3739 problem when attempts are made to edit incorrect words.
3740 (flyspell-maybe-correct-doubling): Same change as for
3741 `flyspell-maybe-correct-transposition'.
3742
3743 * calendar/timeclock.el (timeclock-log): Doc fix.
3744 (timeclock-last-event): Doc fix.
3745 (timeclock-log): Kill the timelog buffer after appending a new
3746 event.
3747 (timeclock-find-discrep): Use a temp buffer to read in the
3748 timelog, instead of visiting the file.
3749 (timeclock-log-data): A new function, along with a host of helper
3750 functions, for the purpose of making timelog data accessible to
3751 programmers.
3752
3753 * eshell/esh-mode.el (window-height test): Make certain that
3754 `eshell-stringify-t' is non-nil.
3755 (eshell-password-prompt-regexp): Changed to a much simpler
3756 password regexp.
3757 (eshell-send-input): If `eshell-invoke-directly' returns t,
3758 directly invoke the parsed command using `eval'. This improves
3759 turn-around time on simple commands by a factor of three or
3760 greater, such as cd, ls, pwd, etc. -- which get used very often.
3761 It also conserves thousands of cons cells per call (since
3762 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3763 in the Pacific Cookie Company).
3764
3765 * eshell/esh-test.el (eshell-test): Whitespace fix.
3766
3767 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3768 `eshell-ls-initial-args' nil when inserting directory contents.
3769
3770 * eshell/em-script.el (eshell-script-initialize): Add names to
3771 `eshell-complex-commands, since `source' and `.' are complex.
3772
3773 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3774 (eshell-rewrite-while-command): Use `eshell-protect' instead of
3775 `eshell-copy-handles'.
3776 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3777 bodies.
3778 (eshell-separate-commands): Whitespace fix.
3779 (eshell-complex-commands): Added a new list of names, for
3780 determining whether a given command is as simple as it looks.
3781 (eshell-invoke-directly): New function. Returns t if a command
3782 should be invoked directly (using `eval'), rather than indirectly
3783 using `eshell-do-eval'.
3784 (eshell-do-eval): Whitespace fix.
3785
3786 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3787 which provides an emulation of the DOS shell behavior of assuming
3788 that cp/mv/ln should copy/move/link to the current directory.
3789 (eshell-remove-entries): Added a doc string.
3790 (eshell-shuffle-files): Removed the check for `target' being null.
3791 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3792 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3793 it to do a smarter check of whether a destination was provided.
3794 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3795 (eshell/ln): Enable `:preserve-args', and use
3796 `eshell-mvcpln-template' to implement the body of the function.
3797 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3798 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3799 list after flattening it. This makes it possible to cat files
3800 with numerical names.
3801 (eshell-unix-initialize): Added several names to
3802 `eshell-complex-commands.
3803 (eshell-unix-command-complex-p): Return t if a given command name
3804 may result in external processes being invoked.
3805
3806 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3807 variable nil by default, since it slows down glob processing by a
3808 factor of two or more, and increases memory consumption.
3809
3810 * eshell/em-smart.el: Added a note about how memory consumptive
3811 smart display mode can be (at least this is true in Emacs 21).
3812 (eshell-smart-initialize): Whitespace fix.
3813 (eshell-refresh-windows): Use `if' instead of `when'.
3814 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3815 not necessary.
3816 (eshell-currently-handling-window): Added a missing global
3817 variable.
3818
3819 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3820 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3821 Whitespace fix.
3822 (eshell-ls-exclude-hidden): Added this variable in addition to
3823 `eshell-ls-exclude-regexp'. This one prevents files beginning
3824 with . from even being read, which can improve memory consumption
3825 quite a bit.
3826 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3827 read file entries beginning with a dot. In home directories with
3828 lots of hidden files, fully two-thirds of the time spent in ls is
3829 used to read directory entries that are immediately thrown away.
3830 (eshell-ls-initial-args): Added back this configuration variable,
3831 for specifying default initial arguments to every call to ls.
3832 Much faster than using an alias to do the same thing.
3833 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3834 (eshell-ls-dir): Whitespace change.
3835
3836 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3837
3838 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3839 available.
3840 (eshell-stringify-t): Added a customization variable, to indicate
3841 whether `t' should be rendered as a string at all. If not, one
3842 can still determine if the result of an expression is true using
3843 "file-exists-p FILE && echo true".
3844 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3845 stringify t!
3846
3847 * eshell/esh-module.el: Whitespace fix.
3848
3849 * eshell/em-alias.el (eshell-alias-initialize): Added
3850 `eshell-command-aliased-p' to `eshell-complex-commands'.
3851 (eshell-command-aliased-p): New function that returns t if a
3852 command name names an aliased.
3853
3854 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3855
3856 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3857 redrawing the screen when changing cursor color.
3858 (viper-insert-state-pre-command-sentinel)
3859 (viper-replace-state-pre-command-sentinel)
3860 (viper-replace-state-post-command-sentinel):
3861 Use viper-preserve-cursor-color.
3862 Many functions changed to use viper= instead of = when comparing
3863 characters.
3864 * viper-util.el (viper-memq-char,viper=): New functions for
3865 working with characters.
3866 (viper-change-cursor-color): Fixed buglet.
3867 Many functions changed to use viper= instead of = when comparing
3868 characters.
3869 * viper.el (viper-insert-state-mode-list): Added eshell.
3870
3871 * ediff-init.el (ediff-before-setup-hook): New hook.
3872 Several typos fixed in various docstrings.
3873 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3874 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3875 hook.
3876 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3877 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3878 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3879 (ediff-get-selected-buffers): New function.
3880 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3881 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3882 save-window-excursion.
3883 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3884 termination check in while loop.
3885 * ediff.el (ediff-get-default-file-name): Better defaults when in
3886 dired buffer.
3887 (ediff-files,ediff-merge-files,ediff-files3)
3888 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3889
3890 2000-10-28 Dave Love <fx@gnu.org>
3891
3892 * info.el (Info-fontify-node): Add help-echo for menu items.
3893
3894 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3895
3896 * startup.el (normal-top-level): If the value of $TERM indicates
3897 we are running from xterm or one of its work-alikes, default to a
3898 light background mode.
3899
3900 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3901 * faces.el (tty-handle-reverse-video): New function.
3902 (tty-create-frame-with-faces): Call it.
3903
3904 * frame.el (frame-notice-user-settings): Don't apply
3905 default-frame-alist and initial-frame-alist to MS-DOS frames.
3906 Call tty-handle-reverse-video, frame-set-background-mode, and
3907 face-set-after-frame-default for non-MS-DOS frames.
3908
3909 * startup.el (tty-long-option-alist): New variable.
3910 (tty-handle-args): New function.
3911 (command-line): Call tty-handle-args.
3912
3913 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3914 startup.el now does that for all character-terminal frames.
3915
3916 2000-10-28 Miles Bader <miles@gnu.org>
3917
3918 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3919 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3920 global. If :global is followed by a non-nil but non-t value,
3921 make the mode buffer-local, but also generate a `global-MODE'
3922 version using `easy-mmode-define-global-mode'. Add
3923 :conditional-turn-on keyword argument.
3924
3925 2000-10-28 Dave Love <fx@gnu.org>
3926
3927 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3928 use window-system.
3929
3930 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3931
3932 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3933 Don't call find-buffer-file-type-coding-system. Instead, just
3934 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3935 if the file is on an untranslated filesystem.
3936 (add-untranslated-filesystem): Use "D" instead of "f" inside
3937 interactive.
3938
3939 2000-10-27 Dave Love <fx@gnu.org>
3940
3941 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3942 (refill-mode): Use it.
3943
3944 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3945
3946 * international/quail.el (quail-activate): Don't make-local-hook.
3947
3948 2000-10-27 Andre Spiegel <spiegel@gnu.org>
3949
3950 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3951 manual backups and file.~<rev>.~ for automatic ones.
3952 (vc-make-version-backup): Don't do it on MS-DOS without long file
3953 names.
3954
3955 * vc.el (vc-version-other-window): If an automatic backup of the
3956 desired version exists, rename it instead of copying it.
3957
3958 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3959 after command. If there's an unexpected error, signal it instead
3960 of being silent.
3961 (vc-cvs-merge-news): Be prepared for no news at all.
3962
3963 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3964
3965 * shell.el (shell): Add BUFFER argument.
3966 * comint.el (make-comint-in-buffer): New function.
3967 (make-comint): Use it.
3968
3969 * faces.el (face-spec-choose): Change syntax so that the list of
3970 attribute-value pairs is now the cdr of each clause, not the cadr.
3971 Detect old-style entries, and handle them. Use pop.
3972
3973 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3974
3975 * cus-edit.el (custom-mode-map): Use a sparse map.
3976 (custom-mode): Don't bother with make-local-hook.
3977
3978 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3979
3980 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3981
3982 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3983
3984 * ps-print.el: Avoid compilation gripes.
3985 (ps-print-version): New version number (6.2.1).
3986
3987 2000-10-26 Dave Love <fx@gnu.org>
3988
3989 * menu-bar.el: Modify some menu item help strings.
3990 (menu-bar-help-menu): Add link to MORE.STUFF.
3991
3992 * cus-edit.el (custom-mode): Add `special' mode-class property.
3993
3994 * wid-browse.el (widget-browse-mode): Likewise.
3995
3996 * wid-edit.el (widget-specify-field): Revert to using local-map
3997 property, not keymap.
3998
3999 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4000
4001 * wid-edit.el (widget-field-end): When checking for a `boundary'
4002 field, do so in the correct buffer.
4003
4004 * simple.el (undo): Correctly distinguish between numeric and
4005 non-numeric prefix args in non-transient-mark-mode, as per the doc
4006 string. When in transient-mark-mode, treat all prefix-args as
4007 numeric.
4008
4009 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4010 Position point on match. Handle N == 0 correctly.
4011
4012 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4013 (comint-mode-map): Reverse order of `comint-write-output' and
4014 `comint-append-output-to-file'.
4015 (comint-append-output-to-file): Reinstate this function, for the
4016 benefit of the menu.
4017
4018 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4019
4020 * vc.el (vc-version-other-window): Bind `file'.
4021
4022 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4023
4024 * Makefile.in (update-authors): New target for maintenance purposes.
4025
4026 * emacs-lisp/authors.el (batch-update-authors): New function.
4027 (authors-fixed-entries): New defconst.
4028 (authors-add-fixed-entries): New function.
4029 (authors): Call it.: Don't process lispref/.
4030
4031 2000-10-25 Jason Rumney <jasonr@gnu.org>
4032
4033 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4034 Merge x w32 and mac definitions.
4035
4036 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4037
4038 * menu-bar.el (menu-bar-options-menu): Add a help string for
4039 `uniquify'.
4040
4041 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4042
4043 * time-stamp.el (time-stamp-string-preprocess):
4044 Fix a wrong type argument error.
4045
4046 2000-10-25 Miles Bader <miles@gnu.org>
4047
4048 * recentf.el (recentf-mode): Variable removed.
4049 (recentf-mode): Use `define-minor-mode'.
4050
4051 * mwheel.el (mouse-wheel-mode): New global minor mode.
4052 (mwheel-install): Use `mouse-wheel-mode'.
4053
4054 2000-10-25 Dave Love <fx@gnu.org>
4055
4056 * progmodes/cperl-mode.el (cperl-mode):
4057 Set normal-auto-fill-function correctly.
4058
4059 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4060 inherit from global-map and don't nullify menu-bar and tool-bar
4061 bindings.
4062
4063 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4064
4065 * wid-edit.el (widget-field-at): New function.
4066 (widget-at, widget-field-activate): Use it.
4067 (widget-tabable-at): Use `widget-at'.
4068 (widget-specify-field): If the terminating character of the widget
4069 field (which is read-only) is a newline, put it into a special
4070 `boundary' field so that C-n/C-p act more naturally.
4071 (widget-field-end): Also don't subtract one if a special
4072 `boundary' field has been added after the widget field.
4073
4074 * comint.el (comint-output-filter, comint-send-input): Don't
4075 bother adding stickiness fields to overlays to fool the field
4076 code, since it should notice the overlay insertion-types now.
4077
4078 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4079 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4080 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4081
4082 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4083
4084 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4085 (authors): Set file coding system to iso-2022-7bit. Add
4086 file-local variables to output buffer.
4087
4088 * files.el (after-find-file): Don't print any warnings if
4089 WARN is nil.
4090
4091 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4092
4093 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4094
4095 * delim-col.el: Now there is a column formatting mechanism.
4096 Modified to customization mechanisms convention. Doc fix.
4097 (columns): New group for delim-col.
4098 (delimit-columns-before, delimit-columns-after)
4099 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4100 (delimit-columns-end): New vars.
4101 (delimit-columns-customize, delimit-columns-format): New funs.
4102 (delimit-columns-region, delimit-columns-rectangle)
4103 (delimit-columns-rectangle-line): Modified to support column
4104 formatting.
4105
4106 2000-10-24 Dave Love <fx@gnu.org>
4107
4108 * log-edit.el (log-edit): Add :version and a :group for vc.
4109
4110 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4111
4112 * files.el (after-find-file): Don't print a message ``New file''
4113 if WARN is nil.
4114
4115 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4116 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4117 get duplicate tool-bar entries because we'll see the global ones
4118 on more than one path through keymaps.
4119
4120 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4121
4122 * progmodes/cmacexp.el: Change Francesco's email address.
4123
4124 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4125
4126 * window.el (fit-window-to-buffer): Adjust point of the window
4127 buffer, not that of the current buffer.
4128
4129 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4130
4131 * progmodes/cmacexp.el: Update the euthor's email address.
4132
4133 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4134
4135 * faces.el (face-spec-set-match-display): Add `graphic' display
4136 type (the inverse of `tty'). Use `display-graphic-p' instead of
4137 the window-system variable.
4138
4139 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4140
4141 * international/isearch-x.el (isearch-with-input-method): Call
4142 input-method-function with the first event in
4143 unread-command-events.
4144
4145 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4146
4147 * faces.el (face-default-spec, face-user-default-spec): Make
4148 defsubsts.
4149
4150 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4151
4152 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4153 New charsets.
4154
4155 * term/mac-win.el: Remove definitions of mac-roman-lower and
4156 mac-roman-upper, require dired, and define instead of set
4157 mac-ready-for-drag-n-drop to avoid compilation error.
4158
4159 2000-10-23 Andrew Innes <andrewi@gnu.org>
4160
4161 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4162 superfluous calls to subst-char-in-string; instead apply
4163 expand-file-name after convert-standard-filename to ensure
4164 expected directory separators are used.
4165
4166 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4167
4168 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4169
4170 2000-10-23 Dave Love <fx@gnu.org>
4171
4172 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4173 (tool-bar-add-item): Set foreground and background for XBM icons.
4174
4175 * international/latin1-disp.el (latin1-char-displayable-p): New
4176 function (from Handa).
4177 (latin1-display-check-font): Use it.
4178
4179 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4180 using :key-sequence, making it much more usable. Use nconc, not
4181 append.
4182 (imenu--create-keymap-1): Avoid append.
4183
4184 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4185
4186 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4187
4188 [the following changes fix a bug where `define-minor-mode' didn't
4189 correctly generate :require clauses for defcustoms in compiled files]
4190 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4191 (byte-compile-log-file, byte-compile-log-1): Don't set
4192 `byte-compile-current-file' to nil. Instead set
4193 `byte-compile-last-logged-file' to it. Test whether
4194 byte-compile-current-file equals byte-compile-last-logged-file
4195 instead of whether its nil.
4196 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4197
4198 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4199
4200 * textmodes/refill.el: Fix var names in doc.
4201 (refill-mode): Don't bother with make-local-hook anymore.
4202
4203 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4204
4205 * faces.el (face-user-default-spec, face-default-spec): New functions.
4206 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4207 (frame-set-background-mode, face-set-after-frame-default):
4208 Use `face-user-default-spec'. Simplify code slightly.
4209
4210 * woman.el (woman-italic-face, woman-bold-face)
4211 (woman-unknown-face): Add dark-background variants.
4212 (woman-default-faces): Renamed from `woman-colour-faces'.
4213 Set using the stored defaults, rather than using hard-wired colors.
4214 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4215 Just make the foreground `unspecified' rather than "black".
4216 (woman-menu): Rename menu entries accordingly.
4217
4218 * faces.el (header-line): Make more reasonable on mono/grayscale
4219 displays.
4220
4221 2000-10-23 Andrew Choi <akochoi@i-cable.com>
4222
4223 * cus-edit.el (custom-button-face): Use 3D look for mac.
4224 (custom-button-pressed-face): Likewise.
4225
4226 * faces.el (set-face-attributes-from-resources): Handle mac frames
4227 in the same way as x and w32 frames.
4228 (face-valid-attribute-values): Likewise.
4229 (read-face-attribute): Likewise.
4230 (defined-colors): Likewise.
4231 (color-defined-p): Likewise.
4232 (color-values): Likewise.
4233 (display-grayscale-p): Likewise.
4234 (face-set-after-frame-default): Likewise.
4235 (mode-line): Same default face as for x and w32.
4236 (tool-bar): Likewise.
4237
4238 * frame.el: Remove call to frame-notice-user-settings at end of
4239 the file.
4240
4241 * info.el (Info-fontify-node): make underlines invisible for mac
4242 as for x, pc, and w32 frame types.
4243
4244 * term/mac-win.el: New file.
4245
4246 2000-10-22 Dave Love <fx@gnu.org>
4247
4248 * textmodes/refill.el: New file.
4249
4250 2000-10-22 Andre Spiegel <spiegel@gnu.org>
4251
4252 * vc-hooks.el (vc-version-backup-file-name): New optional args
4253 MANUAL and REGEXP.
4254 (vc-delete-automatic-version-backups, vc-make-version-backup):
4255 New functions.
4256 (vc-before-save): Use the latter.
4257 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4258 confusion.
4259
4260 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4261 expected by vc[-hooks].el.
4262
4263 * vc.el (vc-checkout): Added `-p' suffix in call to
4264 vc-make-version-backups-p; use vc-make-version-backup to actually
4265 make the backup.
4266 (vc-version-other-window, vc-version-backup-file): Handle both
4267 automatic and manual backups.
4268 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4269 of all of them.
4270
4271 2000-10-22 Miles Bader <miles@gnu.org>
4272
4273 * comint.el (comint-highlight-input, comint-highlight-prompt):
4274 Renamed, `-face' at end removed.
4275 (comint-send-input, comint-output-filter): Use renamed faces.
4276
4277 * window.el (fit-window-to-buffer): Change defaulting of
4278 MAX-HEIGHT slightly.
4279
4280 * faces.el (color-values, color-defined-p): Use `member', not
4281 `memq', because it works correctly for strings.
4282 (frame-set-background-mode): Actually, "unspecified-fg" and
4283 "unspecified-bg" *are* strings. Use `member', not `memq', and
4284 `equal', not `eq', when a string value is possible.
4285
4286 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4287
4288 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4289
4290 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4291
4292 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4293 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4294 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4295 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4296 (sh-font-lock-syntactic-keywords): Use them.
4297 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4298 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4299 (sh-mode): Don't override font-lock-unfontify-region-function.
4300 Use a copy of sh-font-lock-syntactic-keywords.
4301 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4302 Don't call sh-scan-buffer since font-lock does it on the fly.
4303 (sh-get-indent-info): Use `face' rather than `syntax-table'
4304 text-property to detect here-documents.
4305 Replace sh-special-syntax with sh-st-punc.
4306 (sh-prev-line): Use `face' rather than `syntax-table'
4307 text-property to skip over here-documents.
4308 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4309 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4310 (sh-electric-less, sh-set-here-doc-region)
4311 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4312 (sh-scan-buffer, sh-rescan-buffer): Remove.
4313
4314 2000-10-21 Andrew Innes <andrewi@gnu.org>
4315
4316 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4317 remote (ange-ftp) file names.
4318
4319 2000-10-21 Miles Bader <miles@gnu.org>
4320
4321 * window.el (fit-window-to-buffer): New function.
4322 (shrink-window-if-larger-than-buffer): Use it.
4323 (window-text-height): Don't expect minibuffers to have mode-lines.
4324
4325 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4326 * international/quail.el (quail-update-guidance): Use
4327 `fit-window-to-buffer' instead of `set-window-text-height'.
4328
4329 * international/quail.el (quail-show-guidance-buf): Make sure
4330 guidance window really has enough room.
4331 (quail-update-guidance): If quail-guidance-win is already shown,
4332 make sure its height is OK.
4333
4334 * window.el (window-text-height, set-window-text-height):
4335 New functions.
4336 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4337 instead of `window-height' & `mode-line-window-height-fudge'.
4338 (mode-line-window-height-fudge): Add FACE parameter.
4339 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4340 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4341
4342 2000-10-20 Miles Bader <miles@gnu.org>
4343
4344 * window.el (height-affecting-face-attributes): Use `defconst'.
4345
4346 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4347 New function, conditionally aliased to `mode-line-window-height-fudge'.
4348 (ispell-help): Use it.
4349 (ispell-choices-win-default-height): Don't include mode-line fudge.
4350 (ispell-choices-win-default-height): New function.
4351 (ispell-show-choices, ispell-command-loop): Use function
4352 `ispell-choices-win-default-height' instead of variable.
4353
4354 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4355
4356 * window.el (mode-line-window-height-fudge): New variable.
4357 (height-affecting-face-attributes): New variable.
4358 (mode-line-window-height-fudge): New function.
4359 (shrink-window-if-larger-than-buffer): Use it.
4360 * help.el (resize-temp-buffer-window): Likewise.
4361
4362 * info.el (Info-fontify-node): Add support for @subsubsection
4363 titles, which use `Info-title-4-face'.
4364 (Info-title-4-face): New face.
4365 (Info-title-3-face): Inherit from Info-title-4-face instead of
4366 variable-pitch.
4367
4368 2000-10-19 Jason Rumney <jasonr@gnu.org>
4369
4370 * dired.el (dired-insert-directory): Do not let errors signalled by
4371 attempt to run dired-free-space-program prevent dired from working.
4372
4373 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4374
4375 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4376
4377 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4378
4379 * dirtrack.el (dirtrack): Fix call to run-hooks.
4380
4381 * cmuscheme.el (cmuscheme-program-name): Renamed from
4382 scheme-program-name because xscheme.el contains a defcustom with
4383 the same name. As a consequence, customizing group `cmuscheme'
4384 loaded `xscheme' which redefined run-scheme.
4385 (run-scheme): Use cmuscheme-program-name.
4386
4387 * ps-print.el (ps-print-emacs-type): Move into the
4388 eval-and-compile.
4389
4390 * play/doctor.el (doctor-death): Update the Samaritans'
4391 anonymous address, and add a website for Befrienders International.
4392
4393 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4394
4395 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4396 Avoid compilation gripes. Doc fix.
4397 (ps-print-version): New version number (6.2).
4398 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4399 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4400 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4401 (ps-x-extent-priority, ps-x-extent-start-position)
4402 (ps-x-face-font-instance, ps-x-find-coding-system)
4403 (ps-x-font-instance-properties, ps-x-make-color-instance)
4404 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4405 avoid compilation gripes without defining functions.
4406 (ps-e-find-composition): Alias for function find-composition, to have a
4407 suitable function depending on Emacs version.
4408 (ps-color-device, ps-color-values, ps-face-foreground-name)
4409 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4410 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4411 (ps-print-ensure-fontified): Function definitions surrounded by
4412 `eval-and-compile' to avoid compilation gripes.
4413 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4414 by symbol-value to avoid compilation gripes.
4415 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4416 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4417
4418 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4419
4420 * startup.el (normal-top-level): Call `frame-set-background-mode'
4421 after `frame-notice-user-settings' because the latter doesn't call
4422 the former on a tty.
4423
4424 * faces.el (frame-set-background-mode): `unspecified' &c are
4425 symbols, not strings.
4426
4427 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4428
4429 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4430 why some "light*" colors are deliberately absent from the alist.
4431
4432 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4433 Change colors for tty's, as suggested by Miles Bader.
4434
4435 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4436
4437 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4438 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4439 for ISO10646-1 fonts.
4440 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4441
4442 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4443
4444 * faces.el (frame-set-background-mode): If a tty frame defines a
4445 background color, use that to compute the background mode, instead
4446 of always defaulting to "dark".
4447
4448 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4449
4450 * comint.el (comint-write-output): New function.
4451 (comint-mode-map): Add it to the menu.
4452 Bind `C-c C-s' to comint-write-output.
4453
4454 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4455
4456 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4457 Use fancy-splash-delay.
4458
4459 2000-10-18 Alex Schroeder <alex@gnu.org>
4460
4461 * progmodes/sql.el (sql-sybase-options): New option.
4462 (sql-sybase): Use it. Add sql-database to the list of parameters
4463 provided for login. The options -w 2048 -n are not used any more.
4464
4465 * comint.el (comint-read-input-ring): Bugfix such that the first
4466 and the last entry of the input ring file are not lost.
4467
4468 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4469
4470 * ps-print.el: Internal variable changes to defcustom,
4471 make-local-hook changes to defvar. Doc fix.
4472 (ps-print-version): New version number (6.1).
4473 (ps-setup, ps-do-despool): Code fix.
4474 (ps-printer-name): Customization fix.
4475 (ps-printer-name-option): Now is a defcustom instead of an
4476 internal variable.
4477 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4478 (ps-print-begin-column-hook): Now are defvar instead of
4479 make-local-hook.
4480
4481 2000-10-18 Miles Bader <miles@gnu.org>
4482
4483 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4484 (comint-kill-output): Changed into an alias for `comint-delete-output',
4485 and made obsolete.
4486 (comint-mode-map): Rename references to comint-kill-output.
4487
4488 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4489
4490 * diff-mode.el (diff-header-face, diff-file-header-face)
4491 (diff-changed-face): Add bold and italic attributes to tty faces.
4492 (diff-function-face): New face.
4493 (diff-font-lock-keywords): Use it.
4494
4495 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4496
4497 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4498 Remove commented-out call to force-mode-line-update.
4499 (comint-kill-output): Use `forward-line 0' instead of
4500 beginning-of-line to make sure we get past the prompt.
4501
4502 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4503
4504 * diff-mode.el (diff-header-face, diff-file-header-face):
4505 Add specific setting for dark background.
4506 (diff-context-face): Renamed from diff-comment-face.
4507 Set explicitly rather than inheriting from font-lock-comment-face.
4508
4509 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4510
4511 * startup.el (command-line): Move the code which sets the default
4512 TTY colors to before before-init-hook.
4513
4514 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4515
4516 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4517
4518 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4521 extensions, for MS-DOS.
4522
4523 * diff-mode.el (diff-header-face, diff-file-header-face)
4524 (diff-changed-face): Define tty-specific colors.
4525
4526 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4527
4528 * startup.el (fancy-splash-text): Realign the text.
4529
4530 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4531
4532 * font-lock.el (font-lock-comment-face): Define a separate default
4533 for dark-background tty's.
4534
4535 2000-10-17 Miles Bader <miles@gnu.org>
4536
4537 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4538 being obscured by whizzy mode-lines on graphics displays.
4539
4540 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4541
4542 * info.el (Info-title-1-face, Info-title-2-face)
4543 (Info-title-3-face): Define colors for tty's.
4544 (info-header-node): Remove unneeded tty-specific definition.
4545
4546 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4549 reverse from the frame parameters, and don't invert foreground and
4550 background colors.
4551
4552 2000-10-16 Miles Bader <miles@gnu.org>
4553
4554 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4555 string "*Info*". Call propertized-buffer-identification to spruce
4556 up the result.
4557
4558 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4559
4560 * help.el: Provide `help' for the sake of define-minor-mode
4561 which generates defcustoms with requires.
4562
4563 * jit-lock.el (jit-lock-after-change): If we're in text that
4564 matches a multi-line font-lock pattern, make sure the whole text
4565 will be redisplayed.
4566
4567 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4568 author's name is unknown.
4569
4570 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4571 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4572 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4573 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4574 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4575 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4576 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4577 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4578 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4579 Add author information.
4580
4581 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4582
4583 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4584 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4585 full-color version (using the Gimp) to eliminate dithering artifacts.
4586
4587 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4588
4589 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4590
4591 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4592
4593 2000-10-15 Dave Love <fx@gnu.org>
4594
4595 * progmodes/sh-script.el: Require skeleton and comint when
4596 compiling.
4597
4598 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4599
4600 * whitespace.el: Doc fixes.
4601 (top-level): Don't add hooks here.
4602 (whitespace-running-emacs): Deleted.
4603 (timer): Don't require.
4604 (whitespace): Add back :version conditional on xemacs test.
4605 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4606 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4607 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4608 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4609 Avoid specific xemacs test.
4610 (whitespace-global-mode): New option.
4611 (whitespace-global-mode): New command.
4612 (whitespace-unload-hook): New function.
4613
4614 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4615 (Info-fontify-node, Info-goto-node, Info-mode-menu)
4616 (Info-fontify-node): `Goto' goes to `Go to'.
4617 (Info-fontify-node): Add help-echo to xref links.
4618
4619 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4620
4621 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4622
4623 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4624
4625 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4626 Use plist-get and allow :inherit.
4627
4628 * emacs-lisp/cl-macs.el (cl-do-arglist):
4629 Use plist-get and plist-member instead of memq.
4630
4631 * emacs-lisp/ewoc.el (ewoc-location): New function.
4632 (ewoc-enter-after, ewoc-enter-before): Document return value.
4633 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4634 Don't need make-local-hook any more.
4635 (cvs-addto-collection): Return the new tin.
4636 (cvs-mode-insert): Jump to the new line.
4637
4638 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4639
4640 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4641
4642 * font-lock.el (font-lock-syntactically-fontified): New var.
4643 (font-lock-fontify-syntactic-keywords-region): Use it.
4644 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4645
4646 * diff-mode.el (diff-find-file-name): Fix regexp.
4647
4648 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4649 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4650
4651 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4652 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4653 (sh-mode): Don't make all vars local here.
4654 (sh-kw): Reformat.
4655 (sh-set-shell): Use dolist. Don't set indent-region-function.
4656 (sh-mode-syntax-table): Use pop.
4657 (sh-remember-variable): Use push.
4658 (sh-help-string-for-variable): Use memq.
4659 (sh-safe-backward-sexp): Remove.
4660 (sh-safe-forward-sexp): Add ARG.
4661 (sh-get-indent-info, sh-prev-stmt): Use it.
4662 (sh-prev-line): Simplify by using forward-comment.
4663 (sh-this-is-a-continuation): Simplify.
4664 (sh-learn-buffer-indent): Use dolist.
4665 (sh-do-nothing): Remove.
4666 (sh-set-char-syntax, sh-set-here-doc-region):
4667 Use inhibit-modification-hooks.
4668 (sh-name-style): Use mapcar and push.
4669 (sh-load-style): Use dolist.
4670 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4671 (sh-case, sh-while-getopts): Use propertize directly rather
4672 than sh-electric-rparen.
4673
4674 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4675
4676 * textmodes/tex-mode.el: Require CL when compiling.
4677 (tex-mode-syntax-table): Init immediately.
4678 (tex-mode-map): Bind M-RET to latex-insert-item.
4679 (latex-mode): Set indent-line-function to latex-indent.
4680 (tex-common-initialization): Don't setup the syntax-table any more.
4681 (latex-insert-item): New skeleton.
4682 (tex-next-unmatched-end): Fix copy/paste braino.
4683 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4684 (latex-indent, latex-find-indent): New functions.
4685 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4686 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4687 (tex-compilation-parse-errors): Use with-syntax-table.
4688
4689 2000-10-15 Miles Bader <miles@gnu.org>
4690
4691 * font-lock.el (font-lock-comment-face): Change dark-background,
4692 color, non-tty, default to `chocolate1'.
4693
4694 2000-10-13 John Wiegley <johnw@gnu.org>
4695
4696 * eshell/esh-util.el (require): Added a missing `require' form,
4697 needed when compiling (for an ange-ftp macro definition).
4698
4699 2000-10-13 Dave Love <fx@gnu.org>
4700
4701 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4702
4703 2000-10-13 Gerd Moellmann <gerd@gnu.org>
4704
4705 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4706 fix.
4707
4708 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4709 transparent -colors 8).
4710
4711 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4712
4713 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4714 that breaks with old list format timestamps.
4715 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4716 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4717 strings.
4718
4719 2000-10-13 John Wiegley <johnw@gnu.org>
4720
4721 * align.el, pcomplete.el, calendar/timeclock.el,
4722 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4723
4724 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4725 faulty math, where holiday hours were being computing as seconds.
4726
4727 2000-10-13 John Wiegley <johnw@gnu.org>
4728
4729 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4730 specifying what "other" kinds of buffers should be saved. This
4731 used to be hard-coded.
4732 (desktop-buffer-misc-functions): A global for specifying how
4733 auxiliary data should be determined for special buffer types.
4734 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4735 instead of hard-coding the special buffer types.
4736 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4737 auxiliary data, instead of hard-coding for Info buffers and dired.
4738 (desktop-buffer-info-misc-data): Aux function for determining Info
4739 buffer auxiliary info.
4740 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4741 (desktop-buffer-info): Changed this function to use the info
4742 gathered above.
4743 (desktop-create-buffer): Be a little more careful about what
4744 `minor-mode' means before calling it. This is important for some
4745 buffer types.
4746
4747 2000-10-13 John Wiegley <johnw@gnu.org>
4748
4749 * eshell/esh-util.el: Added a global form which declares an
4750 autoload for `parse-time-string', if that function is not already
4751 defined, and if parse-time.el is available on the user's system.
4752
4753 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4754 to be aware of ange-ftp user info.
4755 (eshell-do-ls): Bind `ange-cache'. Also, use
4756 `eshell-file-attributes'.
4757 (eshell-ls-annotate): Use `eshell-file-attributes'.
4758 (eshell-ls-file): Made the user-id printing code a bit smarter.
4759
4760 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4761 allow identification of alias user ids in remote directories.
4762 It's manual, but there's no other way to know when the current
4763 user on the local machine, is also the owning user on the remote
4764 machine.
4765 (fboundp): Bind `ange-cache'.
4766 (eshell-directory-files-and-attributes): Re-organized the logic a
4767 bit to use `eshell-file-attributes' instead of `file-attributes'.
4768 The former is more sensitive to directories that are read via FTP,
4769 and knows how to use ange-ftp to determine full attribute
4770 information, instead of just the name and last modtime.
4771 (eshell-current-ange-uids): Return the current user id when in a
4772 remote directory.
4773 (eshell-parse-ange-ls): Parse a full directory listing that has
4774 been returned by ange-ftp.
4775 (eshell-file-attributes): This beefed up version of
4776 `file-attributes' is only special if the user is currently in a
4777 remote directory, in which case it does a lot of work to find out
4778 what the real attributes of a file are, as they appear on the
4779 remote machine. This makes usage of remote directories (i.e.,
4780 ange-ftp pathnames) much more useful. You can now use Eshell as a
4781 full-fledged FTP client, with much more manipulation ability than
4782 most other clients.
4783
4784 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4785 variable, which means that Eshell's du should always be preferred
4786 in remote directories.
4787 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4788 just `file-attributes'.
4789 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4790 when reading remote directories. This is an Eshell-specific
4791 variable (not part of ange-ftp).
4792 (eshell/ln): Bind `ange-cache'.
4793 (eshell/du): Added some extra logic for determining when to use
4794 Eshell's du (which is slow), and when to use the external version
4795 (which may or may not exist).
4796
4797 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4798 `eshell-interactive-process', rather than using
4799 `get-buffer-process', since backgrounded processes don't count in
4800 the context of this function's logic.
4801
4802 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4803 `forward-char', so that null strings are parsed correctly.
4804
4805 2000-09-13 John Wiegley <johnw@gnu.org>
4806
4807 * eshell/em-pred.el (eshell-pred-file-type,
4808 eshell-pred-file-links, eshell-pred-file-size): Use
4809 `eshell-file-attributes'. This is more correct over ange-ftp.
4810
4811 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4812 that remote file globbing is more efficient.
4813
4814 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4815 gathering the files and attributes within a directory.
4816
4817 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4818 the command line is a special file (not a regular file, directory
4819 or symlink), always attempt to call the external version of cat.
4820
4821 2000-09-13 John Wiegley <johnw@gnu.org>
4822
4823 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4824 Eshell-friendly version of find-tag.
4825
4826 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4827
4828 * image-file.el (image-file-name-extensions)
4829 (image-file-name-regexps): Add autoload cookies.
4830
4831 2000-10-13 Kenichi Handa <handa@etl.go.jp>
4832
4833 * international/mule-cmds.el (select-safe-coding-system): If FROM
4834 is string, show it in *Warning* buffer.
4835
4836 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4837
4838 * startup.el (normal-top-level): Use display-popup-menus-p instead
4839 of window-system.
4840 (command-line): Use display-graphic-p instead of window-system.
4841 (command-line-1): Use display-popup-menus-p and display-mouse-p
4842 instead of window-system.
4843
4844 2000-10-12 Sam Steingold <sds@gnu.org>
4845
4846 * tooltip.el (tooltip-use-echo-area): New user variable.
4847 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4848
4849 2000-10-12 Dave Love <fx@gnu.org>
4850
4851 * recentf.el: Maintainer's checkdoc fixes.
4852
4853 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4854 character class, not ASCII when matching file names.
4855 (fancy-splash-head): Add trailing slash to URL.
4856 (command-line): Don't require XPM support for toolbar.
4857
4858 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4859 (cperl-invalid-face): Revert last change.
4860 (cperl-init-faces): Quote cperl-invalid-face.
4861
4862 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4863
4864 * startup.el (fancy-splash-text): Remove superfluous quote.
4865
4866 2000-10-12 Gerd Moellmann <gerd@gnu.org>
4867
4868 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4869 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4870 (command-line-1): Don't use fancy-splash-pending-command.
4871 (fancy-splash-screens-1): Goto point-min after inserting text.
4872
4873 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4874
4875 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4876 instead of shared-lisp-mode-map.
4877
4878 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4879
4880 * faces.el (header-line): Change tty-variant to use underlining.
4881
4882 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4883 (isearch-highlight): Restore lazy-isearch face properties at old
4884 position, and suppress them at new position.
4885 (isearch-dehighlight): Restore lazy-isearch face properties.
4886 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4887 over the real isearch overlay, but in that case, don't give it a
4888 face property. Use `push'.
4889
4890 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4891
4892 * man.el (Man-getpage-in-background): Fix previous change.
4893 Decode the process output only when we are in multibyte mode.
4894
4895 2000-10-11 Dave Love <fx@gnu.org>
4896
4897 * info.el (Info-mode-menu): Fix some help.
4898 (info-tool-bar-map): Add entry for Info-last.
4899
4900 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4901 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4902 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4903 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4904 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4905 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4906 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4907 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4908 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4909 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4910 Reduce colour requirements to 25 overall. (Probably wants
4911 revisiting from the originals to reduce further.)
4912
4913 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4914
4915 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4916 buffer-file-coding-system, instead of raw-text.
4917 (dehexlify-buffer): Bind coding-system-for-read to
4918 buffer-file-coding-system, instead of raw-text.
4919
4920 2000-10-11 Sam Steingold <sds@gnu.org>
4921
4922 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4923 `underline' - fixes the bug introduced on 2000-09-21.
4924
4925 2000-10-11 Dave Love <fx@gnu.org>
4926
4927 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4928 compiler warnings.
4929 (scheme-mode): Doc fix.
4930 (scheme-font-lock-keywords-1): Match `define-syntax'.
4931
4932 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4933
4934 * faces.el (frame-set-background-mode): Pay attention to saved
4935 face specs as well as default ones. Only do anything if the
4936 bg-mode or display-type has actually changed. Use `dolist'.
4937 (region): Make dark-background `region' face less in-your-face.
4938
4939 2000-10-10 Sam Steingold <sds@gnu.org>
4940
4941 * chistory.el, ielm.el, ledit.el:
4942 * progmodes/inf-lisp.el, progmodes/scheme.el:
4943 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4944
4945 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4946
4947 * textmodes/texinfo.el: Update copyright and fix typo.
4948
4949 * desktop.el (desktop-modes-not-to-save): New var.
4950 (desktop-save-buffer-p): Use it.
4951 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4952 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4953
4954 2000-10-10 Dave Love <fx@gnu.org>
4955
4956 * toolbar/tool-bar.el (tool-bar-add-item)
4957 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4958 display.
4959
4960 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4961 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4962 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4963 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4964 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4965 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4966 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4967 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4968 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4969 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4970 the .xpms; probably need retouching.
4971
4972 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4973
4974 * subr.el (add-to-list): Add optional argument APPEND.
4975 * battery.el (display-battery): Use `add-to-list'.
4976
4977 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4978
4979 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4980 these vars as symbol properties.
4981 (zone, zone-when-idle, zone-leave-me-alone)
4982 (zone-pgm-whack-chars): Use new symbol properties.
4983
4984 * battery.el (display-battery): Doc spelling fix.
4985
4986 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4987 property.
4988
4989 2000-10-09 Dave Love <fx@gnu.org>
4990
4991 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4992 has been initialized before calling tool-bar-setup.
4993 (tool-bar-add-item-from-menu): Add autoload cookie.
4994
4995 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4996
4997 * menu-bar.el (send-mail-item-name): New function.
4998 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4999 of mail-user-agent in the menu. Don't display the "Send Mail"
5000 item if mail-user-agent is nil or its value is ignore.
5001 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5002 if read-mail-command is nil or its value is ignore.
5003
5004 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5005
5006 2000-10-09 Miles Bader <miles@gnu.org>
5007
5008 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5009 Correct image size.
5010 * toolbar/left_arrow.xpm: Correct image size.
5011
5012 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5013 will be done by the definition of `auto-compression-mode' if
5014 necessary. Move code to uninstall existing file-name handler
5015 before definition of `auto-compression-mode'.
5016
5017 * image-file.el (auto-image-file-mode): Move to the end of the
5018 file, because `define-minor-mode' actually calls the mode-function
5019 if the associated variable is non-nil, which requires that all
5020 needed functions be already defined.
5021
5022 * mouse.el (popup-menu): Balance parens.
5023
5024 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5025
5026 * mouse.el (popup-menu): Move the command call outside the loop
5027 so that popup-menu returns whatever the command returns.
5028
5029 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5030 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5031 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5032 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5033
5034 * vc.el (vc-version-diff): diff-switches can be a list.
5035 Use relative filenames for prettier output.
5036
5037 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5038 (vc-post-command-functions): Remove old-VC compatibility code.
5039
5040 * newcomment.el (comment-indent-default): Autoload.
5041
5042 * font-lock.el (font-lock-defaults): Make buffer-local.
5043 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5044 (font-lock-choose-keywords):
5045 Ignore LEVEL unless KEYWORDS is a list of syms.
5046 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5047 Don't wrap regexp-opt things in \(...\) unnecessarily.
5048
5049 * jit-lock.el: Don't require font-lock any more.
5050 (jit-lock-functions): Make buffer-local.
5051 (jit-lock-saved-fontify-buffer-function): Remove.
5052 (jit-lock-mode): Remove autoload cookie.
5053 Remove font-lock specific code.
5054 (jit-lock-unregister): Don't bother handling complex hooks any more.
5055 (jit-lock-refontify): New function.
5056 (jit-lock-fontify-buffer): Use it.
5057 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5058 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5059 Add optional args START and END.
5060 Never call font-lock-fontify-region directly.
5061 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5062
5063 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5064
5065 2000-10-08 Dave Love <fx@gnu.org>
5066
5067 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5068
5069 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5070
5071 * play/studly.el (studlify-region, studlify-word): Add autoload
5072 cookie.
5073
5074 * play/morse.el (morse-region, unmorse-region): Add autoload
5075 cookie.
5076
5077 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5078 concat.
5079
5080 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5081 insist on symbols starting with word syntax.
5082 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5083 (eval-defun-1): Doc fix.
5084 (indent-sexp): Use nconc to build up indent-stack.
5085
5086 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5087 Gnus with little use.
5088 (mail-setup-hook): Add mail-abbrevs-setup to options.
5089
5090 * recentf.el: Doc fixes.
5091
5092 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5093 Clean up remainder.
5094
5095 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5096 without timezone and (8) with timezone to enforce some whitespace.
5097 Simplify code somewhat.
5098
5099 * options.el (list-options): Doc that you should use customize.
5100
5101 * iswitchb.el (iswitchb-mode): Add :require.
5102
5103 * info.el (Info-goto-node, Info-menu): Doc fix.
5104 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5105 (info-tool-bar-map): New variable.
5106 (Info-mode): Use it.
5107 (Info-edit-map): Define all in defvar.
5108 (speedbar-attached-frame): Avoid compiler warning.
5109
5110 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5111 (global-map): Bind [tool-bar] to a filtered map.
5112 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5113 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5114 Allow PBM icons.
5115 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5116
5117 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5118 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5119 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5120 icons, except up_arrow, which is left-arrow rotated.
5121
5122 * imenu.el (imenu-add-to-menubar): Fix last change.
5123
5124 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5125
5126 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5127 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5128
5129 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5132 typos in doc strings.
5133
5134 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5135 the doc strings how to customize Font Lock faces.
5136
5137 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5138 computing growth when dragging the header line.
5139
5140 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * simple.el (kill-line): Doc fix.
5143
5144 2000-10-08 Miles Bader <miles@gnu.org>
5145
5146 * faces.el (secondary-selection): Make foreground visible on tty.
5147
5148 * jka-compr.el (auto-compression-mode): Move to the end of the
5149 file, because `define-minor-mode' actually calls the mode-function
5150 if the associated variable is non-nil, which requires that all
5151 needed functions be already defined.
5152 (with-auto-compression-mode): Add autoload cookie.
5153
5154 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5155
5156 * files.el (find-backup-file-name) [ms-dos]: If support for long
5157 file names is not available, behave as if version-control were set
5158 to never.
5159
5160 2000-10-07 Dave Love <fx@gnu.org>
5161
5162 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5163 (browse-url-gnome-moz): New function.
5164 (browse-url-browser-function): Use it.
5165 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5166
5167 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5168
5169 * indent.el (tab-always-indent): New var.
5170 (indent-for-tab-command): Use it.
5171
5172 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5173 raise an error. This way it can still default to a sane value.
5174
5175 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5176
5177 * startup.el (fancy-splash-screens): Use local rather than global map.
5178 Don't use `update-menu-bindings' any more.
5179 Get rid of assumptions about keymap representation.
5180
5181 2000-10-06 Dave Love <fx@gnu.org>
5182
5183 * textmodes/fill.el (sentence-end-double-space)
5184 (sentence-end-without-period): Doc fix.
5185 (adaptive-fill-regexp): Purecopy.
5186 (unjustify-current-line): Use line-end-position.
5187 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5188
5189 * net/eudc-vars.el (eudc): Add :version, :link.
5190
5191 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5192
5193 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5194 Fix for define-minor-mode.
5195 (function-at-point): Alias to function-called-at-point.
5196
5197 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5198
5199 * simple.el (backward-word): Doc fix.
5200
5201 * image-file.el (image-file-name-regexp): image-file-regexps ->
5202 image-file-name-regexps.
5203 (image-file-name-extensions): Add pbm.
5204
5205 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5206
5207 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5208 and add filename to the names so that diff-mode can jump to source.
5209
5210 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5211 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5212 (tex-font-lock-keywords-1): Remove.
5213 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5214 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5215 (font-lock-default-fontify-region):
5216 Expand beg..end correctly when just following a multiline region.
5217 (font-lock-fontify-anchored-keywords):
5218 Include the anchor text as part of the multiline.
5219
5220 2000-10-06 Gerd Moellmann <gerd@gnu.org>
5221
5222 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5223 latter needs the autoloaded define-minor-mode macro during the
5224 bootstrap.
5225
5226 * startup.el (command-line): For now, activate tool-bar-mode only
5227 if XPM images are supported.
5228
5229 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5230 window by dragging a header-line at the top of the frame; that's
5231 confusing because the header-line doesn't move.
5232 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5233 of treating the event as a list. Some cleanup.
5234
5235 2000-10-06 Miles Bader <miles@gnu.org>
5236
5237 * simple.el (display-message-or-buffer): New function.
5238 (shell-command-on-region): Use `display-message-or-buffer'.
5239
5240 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5241 docstring parts.
5242
5243 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5244 (smbclient-prompt-regexp): Add usage note to doc string.
5245 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5246 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5247 Use add-hook for adding the comint filter function, and only do so
5248 if it's not already in the global hook list.
5249 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5250 to `make-local-variable'.
5251 (nslookup-font-lock-keywords): Remove prompt entry.
5252 (nslookup): Don't set the process-filter.
5253 (finger): Exit the loop correctly when the regexps list runs out.
5254 (ftp, smbclient, smbclient-list-shares):
5255 Set the real major mode immediately, not after execing.
5256 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5257
5258 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5259
5260 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5261
5262 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5263
5264 * which-func.el (which-func-format): Remove spurious space.
5265 (which-func-mode): Don't make it permanent-local.
5266 (which-func-ff-hook): Allow which-func-maxout to be nil.
5267 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5268 (which-func-mode): Simplify.
5269 Use post-command-idle-hook rather than post-command-hook.
5270 Go through all buffers and update their state.
5271 (which-function): Also try add-log-current-defun-function.
5272
5273 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5274 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5275 Update call to with-vc-properties accordingly.
5276 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5277 (vc-revert-buffer): More careful about window selection and deletion.
5278 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5279
5280 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5281 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5282 (cvs-dired-action): Change the default to quickdir.
5283
5284 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5285 if comment-indent-function returns nil.
5286 (comment-indent-default): New function.
5287 (comment-indent-function): Use it and document the new semantics.
5288
5289 * image-file.el: Docstring fixes.
5290
5291 * help.el (help-xref-on-pp): Use match-string.
5292 (describe-variable): New arg BUFFER.
5293 Store the current buffer in the help-xref-stack.
5294 (temp-buffer-resize-mode): Use define-minor-mode.
5295
5296 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5297 consistently with its docstring.
5298 Set jit-lock-first-unfontify-pos in an idempotent way.
5299 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5300
5301 2000-10-05 Alex Schroeder <alex@gnu.org>
5302
5303 * sql.el (sql-mysql-options): New variable.
5304 (sql-mysql): Use it.
5305
5306 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5307
5308 * image.el (image): New group.
5309
5310 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5311 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5312
5313 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5314
5315 * net/net-utils.el (nslookup-font-lock-keywords)
5316 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5317 Ignore the value of wqindow-system; always define keywords
5318
5319 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5320
5321 * startup.el (fancy-splash-screens): Remove the code for
5322 debugging; `(trace-to-stderr "EXITTT\n")'.
5323
5324 2000-10-05 Miles Bader <miles@gnu.org>
5325
5326 * diff-mode.el (diff-goto-source): Update call to
5327 `diff-hunk-status-msg' to reflect new REV variable.
5328
5329 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5330
5331 * progmodes/icon.el (icon-mode):
5332 Don't gratuitously override the default for comment-column.
5333
5334 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5335
5336 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5337 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5338 (jit-lock-functions): New var.
5339 (jit-lock-function-1): Use it if non-nil.
5340 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5341 Set the `fontified' property before doing the fontification to avoid
5342 repeatedly going through the same error.
5343 Don't turn errors into messages.
5344 (jit-lock-register, jit-lock-unregister): New functions.
5345
5346 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5347 Use with-current-buffer.
5348
5349 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5350 Turn comment into docstring.
5351
5352 * apropos.el (apropos-mode): Use define-derived-mode.
5353
5354 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5355
5356 * startup.el (fancy-splash-pending-command): New variable.
5357 (fancy-splash-pre-command): New function.
5358 (fancy-splash-screens): Rewritten.
5359 (command-line-1): If fancy-splash-pending-command is set, call it
5360 interactively.
5361
5362 2000-10-04 Dave Love <fx@gnu.org>
5363
5364 * toolbar/tool-bar.el (tool-bar-setup): New function.
5365 (tool-bar-mode): Use it.
5366
5367 * subr.el (substitute-key-definition): Doc fix.
5368 (play-sound-file): New command.
5369
5370 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5371
5372 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5373 vc-version-backup-file-name): New functions.
5374
5375 * files.el (basic-save-buffer): Call vc-before-save before saving.
5376
5377 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5378 vc-cvs-stay-local-p.
5379
5380 * vc.el (vc-revert-buffer): Handle empty diff properly.
5381 (vc-version-backup-file): New function.
5382 (vc-checkout): Create a version backup if necessary.
5383 (vc-checkin): If a version backup file exists, delete it.
5384 (vc-version-diff): Diff locally using version backups, if available.
5385 (vc-revert-file): If there's a version backup, revert locally.
5386 (vc-transfer-file): Use version backup for base version, if
5387 available. If not, ask for confirmation whether to get it from the
5388 server. Update mode line before check-in.
5389
5390 2000-10-04 Dave Love <fx@gnu.org>
5391
5392 * toolbar/tool-bar.el (tool-bar-setup): New function.
5393 (tool-bar-mode): Use it.
5394
5395 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5396
5397 * net/net-utils.el (nslookup-font-lock-keywords)
5398 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5399 Only set if window-system is non-nil
5400 (net-utils-run-program): Returns buffer.
5401 (network-connection-reconnect): Added this function.
5402
5403 * generic.el:
5404 Incorporates extensive cleanup and docfixes by
5405 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5406 Uses cl compile-time macros.
5407 (generic-mode-name, generic-comment-list)
5408 (generic-keywords-list, generic-font-lock-expressions)
5409 (generic-mode-function-list, generic-mode-syntax-table):
5410 Removed variables.
5411 (generic-mode-alist): Renamed to generic-mode-list.
5412 (generic-find-file-regexp): Default changed to "^#".
5413 (generic-read-type): Uses completing read on generic-mode-list.
5414 (generic-mode-sanity-check): removed this function.
5415 (generic-add-to-auto-mode): Removed this function
5416 (generic-mode-internal): Bind mode-specific definitions
5417 into function instead of putting them in alist.
5418 (generic-mode-set-comments): Reworked extensively.
5419 (generic-mode-find-file-hook): Simplified regexp searching
5420 (generic-make-keywords-list): Omit extra pair of parens
5421
5422 * find-lisp.el (find-lisp-find-files-internal):
5423 Make sure directory name ends with "/".
5424
5425 * generic-x.el (apache-conf-generic-mode):
5426 Regexp now allows leading whitespace.
5427 (rc-generic-mode): Added eval-when-compile
5428 around generic-make-keywords-list.
5429 Deleted duplicate regexp
5430 (rul-generic-mode): Added eval-when-compile
5431 around generic-make-keywords-list.
5432 (etc-fstab-generic-mode): New generic mode.
5433 (rul-generic-mode): Removed one eval-when-compile
5434 which caused a max-specpdl-size exceeded error.
5435
5436 2000-10-04 Miles Bader <miles@gnu.org>
5437
5438 * simple.el (minibuffer-temporary-goal-position): New variable.
5439 (next-history-element): Try to keep the position of point in the
5440 input string constant.
5441
5442 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5443 (dired-do-create-files): If there's only one file, pass it in as
5444 the DEFAULT arg to dired-mark-read-file-name.
5445
5446 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5447
5448 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5449 (diff-goto-source): Be smarter when choosing REVERSE or not.
5450
5451 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5452 (texinfo-mode-menu): Add an explicit shortcut for update all.
5453
5454 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5455
5456 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5457 factorize backend-specific code cleanly (this was essentially
5458 conceived by Stefan Monnier).
5459 (vc-unregister): Function removed.
5460 (vc-revert-file): New function.
5461 (vc-revert-buffer): Delegate some of the work to it.
5462
5463 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5464 default branch unconditionally.
5465 (vc-rcs-set-default-branch): New function.
5466 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5467 (vc-rcs-checkin): If an appropriate default branch has been set,
5468 force creation of that branch.
5469 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5470 code (as suggested by Stefan Monnier).
5471
5472 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5473
5474 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5475 highlighting overlay with a different face over the overlay
5476 isearch uses to highlight the current match because that can lead
5477 to bad face combinations.
5478
5479 * loadup.el (toplevel): Load faces before isearch.
5480
5481 * isearch.el (isearch-faces): New custom group.
5482 (isearch): New defface; was already tested for in the code.
5483 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5484 (isearch-highlight): Always use face `isearch'.
5485
5486 2000-10-02 Dave Love <fx@gnu.org>
5487
5488 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5489 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5490 comparison of opcode with operand.
5491
5492 2000-10-03 Miles Bader <miles@gnu.org>
5493
5494 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5495 buffer, since the echo area will now grow to accommodate them.
5496
5497 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5498
5499 * vc-hooks.el (vc-registered): If FILE used to be registered under
5500 a certain backend, try that one first.
5501
5502 * vc.el (vc-responsible-backend): Undo the previous change in the
5503 argument list. Handle multiple backends correctly.
5504 (vc-find-new-backend): Function removed.
5505 (vc-register): Use vc-responsible-backend, as before.
5506 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5507
5508 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5509
5510 * startup.el (fancy-splash-head): Change message below the
5511 logo.
5512
5513 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5514
5515 * diff-mode.el (diff-goto-source): Emit a status message.
5516 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5517 (diff-test-hunk): Fix doc string.
5518 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5519 (diff-advance-after-apply-hunk): New variable.
5520 (diff-apply-hunk): Don't return a value.
5521
5522 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5523
5524 * vc.el (vc-editable-p): Minor optimization.
5525 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5526 (vc-find-new-backend): New function split from vc-responsible-backend.
5527 (vc-register): Use it.
5528 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5529 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5530 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5531 (vc-clear-headers): Don't use find-file.
5532 (vc-revert-buffer): Use `and' again (must have been a braino).
5533 (vc-switch-backend): Only prompt if requested.
5534 Short circuit if nothing is to be done.
5535 Don't use vc-resynch-buffer which could lose unsaved editing.
5536 (vc-default-receive-file): Update call to vc-unregister.
5537 (with-vc-file, vc-next-action-on-file):
5538 Use vc-backend rather than vc-registered.
5539 (vc-next-action-on-file): Use intern-soft.
5540 Deal with read-only *vc-diff* buffer.
5541 (vc-transfer-file): Docstring fix.
5542
5543 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5544 (vc-rcs-receive-file): Avoid with-vc-properties.
5545 Update call to vc-unregister.
5546 Use constant `RCS' rather than (dynamically bound) var `backend'.
5547
5548 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5549
5550 * vc.el (vc-next-action-on-file): Update mode line only if file
5551 is visited.
5552 (vc-start-entry): New argument initial-contents. Don't visit the file
5553 if it isn't already visited. Brought documentation up-to-date.
5554 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5555 (vc-checkin): New optional arg initial-contents, which is passed to
5556 vc-start-entry.
5557 (vc-finish-logentry): Make sure to bury log buffer only if there
5558 really is one. Call `vc-resynch-buffer' on log-file, not
5559 buffer-file-name.
5560 (vc-default-comment-history, vc-default-wash-log): New functions.
5561 (vc-index-of): Removed.
5562 (vc-transfer-file): Make do without the above.
5563 (vc-default-receive-file): Call comment-history unconditionally. Pass
5564 the resulting string to vc-checkin, instead of inserting it into the
5565 comment ring.
5566
5567 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5568 unconditionally. Use the comments as initial contents of the log
5569 entry buffer. Document the trick to force branch creation with no
5570 changes.
5571
5572 2000-10-01 Miles Bader <miles@gnu.org>
5573
5574 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5575 `recenter' with an arg to prevent redrawing the display.
5576
5577 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5578
5579 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5580
5581 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5582
5583 * progmodes/c-mode.el (c-mode):
5584 Don't gratuitously override the default for comment-column.
5585
5586 * textmodes/tex-mode.el (latex-metasection-list): New var.
5587 (latex-imenu-create-index): Use it.
5588 Move the regexp construction outside loops (and use push).
5589 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5590 (tex-font-lock-keywords): Moved from font-lock.el.
5591 (tex-comment-indent): Remove.
5592 (tex-common-initialization): Don't set comment-indent-function.
5593 (latex-block-default): New var.
5594 (tex-latex-block): Use it to provide a default choice.
5595 Add any unknown choice to latex-block-names.
5596 Insert [...] after {...}.
5597 (tex-last-unended-begin): Simplify regexp.
5598 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5599 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5600 (latex-mode): Set forward-sexp-function.
5601
5602 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5603 Add regexp for @ignore ... @end ignore.
5604 (texinfo-heading-face): New face.
5605 (texinfo-font-lock-keywords): Use it.
5606 (texinfo-mode-menu): New menu.
5607 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5608 New functions.
5609 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5610 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5611 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5612 Remove declaration.
5613 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5614
5615 * delsel.el (delete-selection-mode): Use define-minor-mode.
5616
5617 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5618
5619 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5620
5621 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5622
5623 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5624
5625 * replace.el (keep-lines-read-args): New function.
5626 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5627 read arguments interactively. Add parameters RSTART and REND.
5628 Operate on the active region in Transient Mark mode.
5629
5630 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5631
5632 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5633 (authors-obsolete-files-regexps): New variable.
5634 (authors-add): Don't record changes in obsolete files.
5635
5636 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5637
5638 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5639
5640 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5641 (comment-indent): Make sure there's a space between code and comment.
5642 Shift comments left to avoid going past fill-column.
5643
5644 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5645
5646 * startup.el (startup-echo-area-message): New function.
5647 (display-startup-echo-area-message): Use it.
5648 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5649 (fancy-splash-default-action): New function.
5650 (fancy-splash-screens-1): New function.
5651 (fancy-splash-head): Put a help-echo and a keymap under the image.
5652
5653 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5654
5655 * diff-mode.el (diff-add-log-file-name): Remove.
5656 (diff-mode): Use add-log-buffer-file-name-function.
5657
5658 * add-log.el (find-change-log): New arg BUFFER-FILE.
5659 (add-log-file-name): Obey add-log-file-name-function.
5660 (add-log-buffer-file-name-function): New var.
5661 (add-change-log-entry): Use it.
5662
5663 2000-09-29 Miles Bader <miles@gnu.org>
5664
5665 * image-file.el (image-file-name-extensions): New variable.
5666 (image-file-name-regexps): Renamed from `image-file-regexps'.
5667 New default value is nil. Call `auto-image-file-mode'.
5668 (image-file-name-regexp): New function.
5669 (auto-image-file-mode): New minor mode.
5670 (insert-image-file): Don't make conditional on the image-file
5671 handler being enabled.
5672 (image-file-handler): Make the call here conditional instead.
5673 (set-image-file-handler-enabled, enable-image-file-handler)
5674 (disable-image-file-handler): Functions removed.
5675
5676 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5677 string.
5678
5679 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5680
5681 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5682 it's a function from CL.
5683 (latex-imenu-create-index): Replace eval-when-compile with progn
5684 because latex-section-alist is not bound while compiling.
5685
5686 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5687
5688 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5689 (outline-mode): Use define-derived-mode.
5690
5691 * progmodes/perl-mode.el (perl-mode):
5692 * progmodes/awk-mode.el (awk-mode):
5693 * progmodes/asm-mode.el (asm-mode):
5694 Don't gratuitously override the default for comment-column.
5695
5696 * emacs-lisp/lisp.el (lisp-complete-symbol):
5697 Distinguish the let-binding case from the funcall case.
5698 (forward-sexp-function): New variable.
5699 (forward-sexp): Use it.
5700
5701 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5702 (easy-mmode-defmap): Remove the now useless autoload.
5703
5704 * time.el (display-time-mode): Use define-minor-mode.
5705
5706 * subr.el (add-minor-mode): Don't eval NAME.
5707 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5708 Use if rather than cond.
5709
5710 * simple.el (read-expression-map): Define more properly.
5711 (comment-indent-hook): Remove.
5712 (string-to-syntax): Bug fix.
5713
5714 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5715 (cvs-ediff-diff): Fix typo.
5716 (cvs-revert-if-needed): Don't bother preserving read-only.
5717
5718 * paren.el (show-paren-mode): Use define-minor-mode.
5719
5720 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5721 (toggle-auto-compression): Remove.
5722 (jka-compr-build-file-regexp): Remove useless grouping.
5723
5724 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5725 Avoid user-reserved bindings.
5726 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5727 (diff-header-face): Revert to grey85.
5728
5729 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5730
5731 * complete.el (partial-completion-mode) <defcustom>: Remove.
5732 (partial-completion-mode): Use define-minor-mode.
5733 (PC-do-completion): Understand `completion-auto-help = delay'
5734 to mean to popup the completion buffer only the second time.
5735 (PC-include-file-all-completions, PC-include-file-all-completions)
5736 (PC-include-file-all-completions): Don't quote lambda.
5737
5738 * comint.el (comint-mode-hook): Docstring fix.
5739 (comint-mode): Use define-derived-mode.
5740 (comint-mode-map): Remove obsolete comment.
5741 (make-comint): Minor stylistic change.
5742 (comint-insert-clicked-input): Be more careful to find the overlay.
5743 Use this-command-keys rather than hardcoding mouse-2.
5744
5745 * font-lock.el: Replace confusing (,@ with ,
5746 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5747 Don't use regexp-opt-depth. Spice up the regexp for args.
5748 Don't distinguish between cmds that can take an opt arg or not.
5749 Use `append' and `prepend' rather than `keep'.
5750
5751 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5752 (latex-outline-regexp): New var.
5753 (latex-outline-level): New fun.
5754 (latex-section-alist): New var.
5755 (latex-imenu-create-index): Use it. Use `push' as well.
5756 (tex-shell-map): Initialize it properly.
5757 (tex-mode): Minor stylistic change.
5758 (plain-tex-mode): Use define-derived-mode.
5759 (latex-mode): Use define-derived-mode.
5760 Construct the paragraph regexps in a more readable way.
5761 Set the buffer-local outline-{level,regexp} vars.
5762 (slitex-mode): Derive from latex-mode.
5763 (tex-common-initialization): Don't kill-all-vars anymore.
5764 Add setting for comment-add and font-lock-defaults.
5765 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5766 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5767 (tex-start-tex): New arg DIR (and send a chdir command for it).
5768 Also display the shell buffer and save it in tex-last-buffer-texed.
5769 (tex-region): Use expand-file-name rather than concat.
5770 Remove code made useless by changes in tex-start-tex.
5771 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5772
5773 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5774
5775 2000-09-28 Dave Love <fx@gnu.org>
5776
5777 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5778
5779 2000-09-28 Gerd Moellmann <gerd@gnu.org>
5780
5781 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5782 `append'.
5783
5784 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * info.el (Info-extract-pointer): Undo last change.
5787 Instead, fix the position of the `bound' arg to re-search-backward.
5788
5789 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5790
5791 * info.el (Info-extract-pointer):
5792 Widen more carefully, to avoid finding pointers in other nodes.
5793 (Info-index): Use push.
5794
5795 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5796
5797 * frame.el (set-frame-font): Remove call to obsolete function
5798 frame-update-faces.
5799 (set-foreground-color, set-background-color): Likewise for
5800 frame-update-face-colors.
5801
5802 2000-09-27 Miles Bader <miles@gnu.org>
5803
5804 * image-file.el: New file.
5805
5806 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5807
5808 * frame.el (frame-notice-user-settings): Don't call
5809 frame-update-faces, which is a no-op now.
5810
5811 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5812 tool-bar-lines.
5813
5814 2000-09-27 Dave Love <fx@gnu.org>
5815
5816 * mouse.el: Fix last change.
5817
5818 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5819
5820 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5821
5822 2000-09-22 Kenichi Handa <handa@etl.go.jp>
5823
5824 * international/quail.el (quail-help): The output message is
5825 improved.
5826
5827 2000-09-26 Dave Love <fx@gnu.org>
5828
5829 * mouse.el (popup-menu): If POSITION is nil, set it using
5830 mouse-position.
5831
5832 2000-09-25 Sam Steingold <sds@gnu.org>
5833
5834 * net/browse-url.el (browse-url-file-url): Check for null maps.
5835
5836 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5837
5838 * frame.el (frame-notice-user-settings): Don't add a
5839 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5840
5841 * frame.el (frame-notice-user-settings):
5842 Make tool-bar-mode and default-frame-alist consistent.
5843
5844 * toolbar/tool-bar.el (tool-bar-help): New function.
5845
5846 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5847
5848 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5849 current-load-list in top-level forms. Else this leaks a cons cell
5850 every time a defun is called.
5851
5852 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5853
5854 2000-09-25 Dave Love <fx@gnu.org>
5855
5856 * startup.el (fancy-splash-head): Check XPM is available.
5857
5858 * autoinsert.el (auto-insert): Doc fix.
5859 (auto-insert-alist): Following GNU notices, don't say `copyright
5860 _by_'. Use line-beginning-position.
5861 (auto-insert): Check buffer-file-name is non-nil before use.
5862
5863 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5864
5865 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5866 starting with `@def' or `@multitable', in addition to ones
5867 specified by the user in auto-fill-inhibit-regexp.
5868
5869 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
5870
5871 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5872 rmail-dont-reply-to-names matches the empty string.
5873
5874 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5875
5876 * startup.el (command-line-1, fancy-splash-text): Change the
5877 text to sound more friendly.
5878
5879 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5880
5881 * progmodes/hideshow.el: Update author email address.
5882 Generally, sync w/ maintainer version 5.22.
5883 (hs-hide-all-non-comment-function): New var.
5884 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5885 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5886 (hs-show-region): Delete this command.
5887 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5888
5889 2000-09-22 Dave Love <fx@gnu.org>
5890
5891 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5892 (hl-line-highlight): Specify buffer when moving overlay.
5893
5894 * progmodes/fortran.el (fortran-mode): Locally set
5895 normal-auto-fill-function.
5896 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5897 (fortran-mode-map): Adjust auto-fill menu entry.
5898
5899 2000-09-22 Gerd Moellmann <gerd@gnu.org>
5900
5901 * vc-rcs.el (toplevel): Require `vc' when compiling.
5902
5903 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5904
5905 2000-09-22 Andre Spiegel <spiegel@gnu.org>
5906
5907 * vc.el (vc-switch-backend): Signal an error if the file is not
5908 registered under the new backend.
5909
5910 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5911 without explicit revision number.
5912
5913 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5914
5915 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5916 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5917 (diff-xor): New function.
5918 (diff-find-source-location): Use it. Fix a stupid name clash.
5919 (diff-hunk-status-msg): New function.
5920 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5921 (diff-test-hunk): Use diff-find-source-location.
5922 (diff-goto-source): Favor the `reverse'.
5923 (diff-hunk-text): Properly handle one-sided context diffs.
5924 (diff-apply-hunk): When done, advance to the next hunk.
5925
5926 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5927
5928 * startup.el (command-line): If frame was created with a non-zero
5929 tool-bar-lines parameter, switch tool-bar-mode on.
5930
5931 * add-log.el (change-log-date-face, change-log-name-face)
5932 (change-log-email-face, change-log-file-face)
5933 (change-log-list-face, change-log-conditionals-face)
5934 (change-log-function-face, change-log-acknowledgement-face):
5935 New faces, inheriting from font-lock faces.
5936 (change-log-font-lock-keywords): Use them.
5937
5938 2000-09-21 Dave Love <fx@gnu.org>
5939
5940 * progmodes/cperl-mode.el (top-level): Clean up
5941 `eval-when-compile's and assorted defvars.
5942 (cperl-invalid-face): Don't double-quote value. Change custom
5943 type.
5944 (cperl-mode): Set normal-auto-fill-function and don't zap
5945 auto-fill-function.
5946 (cperl-imenu--function-name-regexp-perl): Renamed from
5947 imenu-example--function-name-regexp-perl.
5948 (cperl-imenu--create-perl-index): Renamed from
5949 imenu-example--create-perl-index.
5950 (cperl-xsub-scan): Don't require cl.
5951
5952 * msb.el (msb-mode-map): Use substitute-key-definition.
5953 (msb-mode): Use msb-mode-map.
5954
5955 2000-09-21 Andre Spiegel <spiegel@gnu.org>
5956
5957 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5958 New functions.
5959 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5960 (vc-switch-backend): New function.
5961 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5962 (vc-register): Fix prompt.
5963 (vc-unregister, vc-default-unregister): New functions.
5964 (vc-version-diff): Handle empty buffer in sentinel.
5965
5966 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5967 (vc-rcs-state-heuristic): Use it to guess the state of files with
5968 non-strict locking.
5969 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5970 been set with -b, but not created yet.
5971 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5972 contents in order to find the state.
5973 (vc-rcs-checkin): Allow creation of branches with no changes.
5974 (vc-rcs-unregister, vc-rcs-receive-file)
5975 (vc-rcs-set-non-strict-locking): New functions.
5976
5977 * vc-hooks.el (vc-name): Force correct computation of the value
5978 in case it is missing.
5979
5980 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5981
5982 * startup.el (fancy-splash-tail): Use a different foreground
5983 color on a dark frame background.
5984
5985 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5986
5987 * info.el: Use the correct capitalization when making Info-mode
5988 and Info-edit-mode `special' modes.
5989
5990 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5991
5992 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5993 (diff-mode): Add support for add-log.el.
5994 (diff-hunk-text): Use char offsets rather than line offsets.
5995 (diff-find-source-location): Replace LINE with line-offset (nil
5996 if not found) and always set POS to a meaningful position.
5997 Adapt to the new char-offsets.
5998 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5999 Adapt to the new diff-find-source-location.
6000 (diff-goto-source): Adapt to the new diff-find-source-location.
6001
6002 * add-log.el (add-log-file-name): New function (split out of
6003 add-change-log-entry).
6004 (add-change-log-entry): Use it.
6005 Call add-log-file-name-function with the changelog file name if
6006 the current buffer is not associated with any file.
6007 Avoid find-file if the selected window is dedicated.
6008
6009 * diff-mode.el (diff-find-source-location):
6010 Move code from diff-apply-hunk. Return buffer rather than file.
6011 (diff-apply-hunk): Use the new result from diff-find-source-location.
6012 (diff-goto-source): Use the new diff-find-source-location.
6013
6014 2000-09-20 Dave Love <fx@gnu.org>
6015
6016 * iswitchb.el: Some doc fixes.
6017 (iswitchb-mode-map): Define completely initially. Inherit
6018 minibuffer-local-map.
6019 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6020 fundamental-mode.
6021 (iswitchb-global-map): New variable.
6022 (iswitchb-summaries-to-end): Amalgamate regexps.
6023 (iswitchb-mode): New.
6024 (iswitchb-mode-hook): New variable.
6025 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6026 `extensions'.
6027
6028 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6029
6030 * ehelp.el (electric-help): New defgroup.
6031 (electric-help-shrink-window): New user-option.
6032 (with-electric-help): Use it.
6033
6034 * window.el (shrink-window-if-larger-than-buffer): If face
6035 `mode-line' has a :box, and we're on a graphical frame, add 1
6036 to the needed window height.
6037
6038 * frame.el (frame-notice-user-settings): Add a last parameter nil
6039 to a call to `append', because the last list passed to `append' is
6040 not copied, and so subsequent calls to assq-delete-all will modify
6041 default-frame-alist.
6042
6043 * startup.el (fancy-splash-image): Change :type.
6044 (fancy-splash-head): Use an XBM image if appropriate.
6045 (command-line-1): Show splash screens in more cases.
6046
6047 * startup.el (fancy-splash-text): Don't quote faces.
6048
6049 * dired.el (dired-font-lock-keywords): Undo last change.
6050 (dired-readin): Bind indent-tabs-mode to nil.
6051
6052 * startup.el (fancy-splash-head): If frame's background mode
6053 is `dark', change the black background of the image to gray.
6054 (fancy-splash-screens): Display startup echo area message.
6055 (display-startup-echo-area-message): New function.
6056
6057 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6058
6059 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6060
6061 * info.el (info-header-node): Tweak for color ttys.
6062
6063 * faces.el (face-valid-attribute-values): Make sure directories we
6064 search for stipples both exist and are readable before trying to
6065 search them.
6066
6067 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6068 in the dry-run case.
6069
6070 * jka-compr.el (with-auto-compression-mode): New macro.
6071
6072 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6073 (custom-group-tag-face, custom-variable-tag-face): Use relative
6074 :height and inherit from `variable-pitch' face instead of
6075 hardwiring :family.
6076 * hi-lock.el (hi-black-hb): Likewise.
6077
6078 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6079 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6080 toolbar-add-item, if image doesn't have a mask add a `:mask
6081 heuristic'.
6082
6083 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6084
6085 * diff-mode.el: Docstring fixes.
6086 (diff-header-face, diff-comment-face): New faces.
6087 (diff-font-lock-keywords): Highlight a bit differently.
6088 (diff-find-source-location): Don't return SPAN any more.
6089 (diff-hunk-text): Don't bother erasing the temp buffer.
6090 (diff-find-text): Drop argument LINE.
6091 (diff-apply-hunk): Update calls to diff-find-text.
6092 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6093
6094 * calendar/calendar.el: Docstring fixes.
6095 (calendar-make-alist): Don't quote lambda.
6096 (calendar-star-date): Use make-local-variable.
6097
6098 2000-09-19 Dave Love <fx@gnu.org>
6099
6100 * toolbar/tool-bar.el: Renamed from toolbar.el.
6101 Change `toolbar' to `tool-bar' generally in symbols.
6102 Make some items invisible in `special' major modes.
6103 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6104 Add arg PROPS.
6105
6106 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6107 Add :version here.
6108 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6109
6110 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6111
6112 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6113
6114 * files.el (find-file-suppress-same-file-warnings): New user-option.
6115 (find-file-noselect): Use it.
6116
6117 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6118 (fancy-splash-screen): Defgroup.
6119
6120 * add-log.el (change-log-font-lock-keywords): Match names
6121 more exactly for the case that font-lock-constant-face is
6122 underlined.
6123
6124 2000-09-19 Richard M. Stallman <rms@gnu.org>
6125
6126 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6127
6128 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6129
6130 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6131
6132 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6133
6134 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6135 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6136 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6137 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6138 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6139 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6140 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6141 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6142 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6143 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6144 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6145 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6146
6147 * startup.el (fancy-splash-text): New variable.
6148 (fancy-splash-delay, fancy-splash-image): New user-options.
6149 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6150 (fancy-splash-screens): New functions.
6151 (command-line-1): If display has a `display' frame parameter, has
6152 colors, and we have XPM support, show more fancy splash screens.
6153
6154 2000-09-19 Dave Love <fx@gnu.org>
6155
6156 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6157 with null `help'. Use modern backquote syntax.
6158
6159 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6160
6161 * font-lock.el (font-lock-mode): Change message telling the user
6162 that ``the buffer is too big''.
6163
6164 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6165 for instance for the case that tab-width is 2.
6166
6167 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6168
6169 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6170 toolbar-add-item, if image doesn't have a mask add a `:mask
6171 heuristic'.
6172
6173 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6174
6175 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6176 and return a cons if it's non-nil.
6177 (diff-apply-hunk): Try to jump to the line in the source text
6178 corresponding to the position of point in the in the hunk.
6179
6180 * info.el (Info-title-3-face, Info-title-2-face)
6181 (Info-title-1-face): Use face inheritance and relative sizes
6182 instead of hard-wiring things.
6183
6184 * faces.el (secondary-selection): Make dark-background variant sane.
6185
6186 2000-09-16 Andrew Innes <andrewi@gnu.org>
6187
6188 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6189 read-only, since they aren't under VC now.
6190
6191 2000-09-17 Dave Love <fx@gnu.org>
6192
6193 * tmm.el: Replace mapcar with mapc in several places.
6194
6195 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6196 ad-unadvise.
6197
6198 * international/latin1-disp.el: New file.
6199
6200 * calendar/cal-move.el (scroll-calendar-left)
6201 (scroll-calendar-right): Make arg optional (for active mode line).
6202
6203 * calendar/calendar.el (calendar-mode-line-format): Make fields
6204 mouse-sensitive.
6205 (calendar-read-date, calendar-read-date, calendar-window-list):
6206 Unquote lambda.
6207 (calendar-month-name): Use aref, not sref.
6208
6209 * view.el (minor-mode-alist): Propertize the string.
6210
6211 * international/characters.el (standard-case-table): Add entries
6212 for Greek.
6213
6214 2000-09-18 Miles Bader <miles@gnu.org>
6215
6216 * info.el (info-node, info-xref): Add dark-background variants.
6217
6218 * faces.el (header-line): Change defaults to be less confusing
6219 when mixed with mode-lines.
6220
6221 * info.el (Info-fontify-node): Make a few cleanups.
6222 Add extra `help-echo' and `local-map' props to node xrefs.
6223 Use header-specific faces for node-names & xrefs.
6224 (Info-use-header-line): New variable.
6225 (info-header-xref, info-header-node): New faces.
6226 (Info-setup-header-line): New function.
6227 (Info-select-node): Call Info-setup-header-line when enabled.
6228 (Info-extract-pointer): Work even if the header line is hidden.
6229 (Info-header-line): New variable.
6230
6231 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6232
6233 * vms-patch.el (print-region-function): Don't quote lambda.
6234
6235 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6236
6237 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6238 (lm-get-header-re): Allow spaces between the header and the colon.
6239 (lm-header): Allow $ in non-RCS headers.
6240 (lm-header-multiline): Put the strings back into order.
6241 Stop at an empty line. Don't require two space chars if the
6242 line is clearly not another header line.
6243
6244 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6245 (popup-menu-popup): Remove.
6246
6247 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6248
6249 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6250 specification if or if not tool-bar item contains an `:enabled'
6251 property.
6252
6253 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6254 current buffer has no file name.
6255
6256 2000-09-15 Dave Love <fx@gnu.org>
6257
6258 * strokes.el: Sync with maintainer's current version with changes
6259 for Emacs, but avoid runtime cl and levents.
6260 (toplevel): Change autoloads and compilation requires.
6261 (strokes-version, strokes-bug-address, strokes-lift): Values
6262 changed.
6263 (strokes-xpm-header, strokes-insinuated): New variable.
6264 (strokes): Add :link.
6265 (strokes-mode): Customized.
6266 (strokes-while-inhibiting-garbage-collector): New macro.
6267 (strokes-remassoc): Avoid remove-if.
6268 (strokes-fix-button2-command): Don't use ad-do-it.
6269 (strokes-insinuate): New function.
6270 (strokes-button-press-event-p, strokes-button-release-event-p):
6271 New functions, used instead of non-`strokes-' versions..
6272 (strokes-mouse-event-p): Rewritten.
6273 (strokes-event-closest-point): Avoid event-point.
6274 (strokes-get-grid-position): Avoid cdadr, caadr
6275 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6276 functions.
6277 (strokes-help): Use with-output-to-temp-buffer.
6278 (strokes-window-configuration-changed-p): New function.
6279 (strokes-update-window-configuration): Use buffer-live-p,
6280 strokes-window-configuration-changed-p.
6281 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6282 (strokes-char-face): New face.
6283 (strokes-char-table, strokes-base64-chars): New variable.
6284 (strokes-xpm-for-stroke, strokes-list-strokes)
6285 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6286 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6287 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6288 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6289 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6290 functions.
6291
6292 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6293
6294 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6295
6296 * image.el (create-image): Doc fix.
6297
6298 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6299 instead of `:heuristic-mask t'.
6300
6301 2000-09-14 Andrew Innes <andrewi@gnu.org>
6302
6303 * makefile.w32-in: Revert to Unix line endings.
6304
6305 2000-09-14 Andrew Innes <andrewi@gnu.org>
6306
6307 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6308 when installing.
6309
6310 * makefile.nt (DONTCOMPILE): Fix typo.
6311
6312 * shell.el (shell-write-history-on-exit): New function.
6313 (shell-dumb-shell-regexp): New custom variable.
6314 (shell-mode): Make shell-write-history-on-exit the process
6315 sentinel if shell name matches shell-dumb-shell-regexp.
6316
6317 * w32-fns.el: Comment out before-init-hook function which resets
6318 source-directory based; this breaks bootstrap.
6319
6320 2000-09-14 Dave Love <fx@gnu.org>
6321
6322 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6323 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6324 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6325 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6326 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6327 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6328 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6329 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6330 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6331
6332 * toolbar/toolbar.el: New.
6333
6334 * subdirs.el: Add toolbar.
6335
6336 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6337
6338 * indent.el (indent-for-tab-command): Doc fix.
6339
6340 2000-09-14 Alex Schroeder <alex@gnu.org>
6341
6342 * ansi-color.el (ansi-colors): Doc change.
6343 (ansi-color-get-face): Simplified regexp.
6344 (ansi-color-faces-vector): Added more faces, doc change.
6345 (ansi-color-names-vector): Doc change.
6346 (ansi-color-regexp): Simplified regexp.
6347 (ansi-color-parameter-regexp): New regexp.
6348 (ansi-color-filter-apply): Doc change.
6349 (ansi-color-filter-region): Doc change.
6350 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6351 deal with zero length parameters.
6352 (ansi-color-apply-on-region): Doc change.
6353 (ansi-color-map): Doc change.
6354 (ansi-color-map-update): Removed debugging message.
6355 (ansi-color-get-face-1): Added condition-case to trap
6356 args-out-of-range errors.
6357 (ansi-color-get-face): Doc change.
6358 (ansi-color-make-face): Removed.
6359 (ansi-color-for-shell-mode): New option.
6360
6361 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6362
6363 * international/quail.el (quail-start-translation): Translate KEY
6364 if necessary even if it doesn't have any mapping in the current
6365 input method.
6366 (quail-start-conversion): Likewise.
6367 (quail-help): The output message is improved.
6368
6369 2000-09-13 Miles Bader <miles@gnu.org>
6370
6371 * comint.el (comint-output-filter): Revert to using
6372 `insert-before-markers'. Add bletcherous hack to undo damage
6373 caused by `insert-before-markers'. Put `front-sticky' property on
6374 overlays created here so that the field code understands how the
6375 overlay works. Use a let when making comint-last-prompt-overlay,
6376 so that the code is easier to read.
6377
6378 2000-09-13 Dave Love <fx@gnu.org>
6379
6380 * wid-edit.el (widget-default-format-handler): DTRT when
6381 doc-property is a function.
6382
6383 2000-09-12 Francesco Potorti` <pot@gnu.org>
6384
6385 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6386 filed name if it's not there.
6387
6388 2000-09-12 Dave Love <fx@gnu.org>
6389
6390 * simple.el (read-mail-command): Doc fix.
6391 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6392
6393 * vc.el (vc-dired-listing-switches): Fix :version.
6394
6395 * vc-hooks.el: Doc fixes.
6396
6397 * subr.el (add-minor-mode): Use toggle-fun arg.
6398
6399 * speedbar.el: Add :version to several defcustoms.
6400
6401 * imenu.el (imenu--truncate-items, imenu--cleanup)
6402 (imenu--generic-function): Avoid mapcar.
6403 (imenu--replace-spaces): Function removed.
6404 (imenu--completion-buffer): Use subst-char-in-string.
6405 (imenu-add-to-menubar): Use keymap inheritance.
6406
6407 2000-09-12 Miles Bader <miles@gnu.org>
6408
6409 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6410 (diff-mode-map): Bind `diff-test-hunk'.
6411 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6412
6413 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6414
6415 * bytecomp.el (byte-compile-defvar): Undo last change
6416 because it breaks '(make-variable-buffer-local (defvar ...)'
6417 which is used at least in dired.
6418
6419 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6420
6421 * international/quail.el (quail-define-package): Docstring
6422 modified.
6423
6424 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6425
6426 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6427 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6428 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6429 docstring of "chinese-py".
6430
6431 * international/quail.el (quail-translation-docstring): New
6432 variable.
6433 (quail-show-keyboard-layout): Docstring modified.
6434 (quail-select-current): Likewise.
6435 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6436 infinite recursive call.
6437 (quail-help): Check quail-translation-docstring. Format of the
6438 output changed.
6439 (quail-help-insert-keymap-description): Adjusted for the above
6440 change.
6441
6442 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6443
6444 * bytecomp.el (byte-compile-defvar): Only cons onto
6445 current-load-list in top-level forms. Else this leaks a cons cell
6446 every time a defun is called.
6447
6448 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6449
6450 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6451 Now understands non-unified diffs. Some functionality moved into
6452 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6453 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6454 modify anything. Only reposition point in the patched file if the
6455 patch succeeds. Only pop up another window if POPUP is true.
6456 Emit a message describing what happened if successful, and at what
6457 line-offset. Automatically detect reversed hunks and do something
6458 appropriate.
6459 (diff-hunk-text, diff-find-text): New functions.
6460 (diff-filter-lines): Function removed.
6461 (diff-test-hunk): New function.
6462 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6463
6464 2000-09-10 Dave Love <fx@gnu.org>
6465
6466 * textmodes/tildify.el: Minor doc/commentary fixes.
6467 (tildify) <defgroup>: Add :version.
6468
6469 * faces.el (face-x-resources): Make custom type more specific.
6470 (frame-background-mode): Use mapc.
6471 (region) <defcustom>: Add :version.
6472
6473 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6474
6475 * vc-sccs.el (vc-sccs-register):
6476 * vc-rcs.el (vc-rcs-register):
6477 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6478 * vc.el (vc-register): Clear file's properties.
6479
6480 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6481
6482 * faces.el (face-spec-set): Only face-spec-reset-face when
6483 ATTRS is non-nil.
6484
6485 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6486
6487 * help.el (help-insert-xref-button): Fix a typo in doc string.
6488
6489 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6490
6491 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6492 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6493 methods.
6494
6495 * menu-bar.el (read-mail-item-name): New function.
6496 (menu-bar-tools-menu): Use it to compute and display the package
6497 used to read email.
6498 (menu-bar-tools-menu): Fix typo in GUD's help string.
6499
6500 2000-09-07 Dave Love <fx@gnu.org>
6501
6502 * diff-mode.el (diff-mouse-goto-source): New function.
6503
6504 * vc-sccs.el: Doc fixes.
6505 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6506
6507 * vc-rcs.el: Doc fixes.
6508 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6509 (vc-rcs-checkout-switches, vc-rcs-header)
6510 (vc-rcs-master-templates): Add or change :version.
6511
6512 * vc-cvs.el: Doc fixes.
6513 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6514 (vc-cvs-stay-local): Add :version.
6515
6516 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6517
6518 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6519
6520 * international/quail.el (quail-help): Fix previous change.
6521
6522 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6523
6524 * faces.el (color-values): Doc fix.
6525
6526 * faces.el (frame-set-background-mode): Use frame-parameter
6527 instead of frame-parameters.
6528
6529 * frame.el (filtered-frame-list): Reduce consing.
6530 (frames-on-display-list): Call frame-parameter instead of
6531 frame-parameters.
6532
6533 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6534
6535 * language/devan-util.el (devanagari-to-indian-region): In the
6536 loop, change the following char, not preceding char.
6537
6538 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6539
6540 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6541 instead of frame-parameters.
6542
6543 * faces.el (set-face-attribute): Simplify by calling
6544 internal-set-lisp-face-attribute with FRAME being 0.
6545
6546 * vc.el: Remove `Id' version control keyword.
6547
6548 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6549
6550 * help.el (help-make-xrefs): Adjusted for the change of
6551 help-xref-mule-regexp.
6552 (help-insert-xref-button): New function.
6553
6554 * international/mule-cmds.el (help-xref-mule-regexp-template):
6555 Include the pattern for character set.
6556 (leim): New group.
6557
6558 * international/quail.el: Don't require face.
6559 (quail): New group.
6560 (quail-other-command): Dummy command to make quail-help work better.
6561 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6562 (quail-keyboard-layout-substitution): New variable.
6563 (quail-update-keyboard-layout): New function.
6564 (quail-keyboard-layout-type): New customizable variable.
6565 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6566 (quail-keyboard-translate): Pay attention to
6567 quail-keyboard-layout-substitution.
6568 (quail-insert-kbd-layout): New function.
6569 (quail-show-keyboard-layout): New function.
6570 (quail-get-translation): If the definition is a vector of length
6571 1, and the element is a string of length 1, return the character
6572 in that string.
6573 (quail-update-current-translations): Fix the case of
6574 relative-index out of range.
6575 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6576 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6577 Show key sequences for all available characters.
6578 (quail-help-insert-keymap-description): Don't show such verbose
6579 key bindings as quail-self-insert-command.
6580
6581 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6582 Format changed, and each element now have extra documentations.
6583 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6584 Adjusted for the change of quail-cxterm-package-ext-info.
6585
6586 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6587
6588 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6589 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6590 during bootstrap.
6591
6592 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6593
6594 * vc.el: (toplevel): Don't require `dired' at run-time.
6595 (vc-dired-resynch-file): Remove autoload cookie.
6596
6597 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6598
6599 * vc.el: Made several backend functions optional.
6600 (vc-default-responsible-p): New function.
6601 (vc-merge): Use RET for first version to trigger merge-news, not
6602 prefix arg.
6603 (vc-annotate): Handle backends that do not support annotation.
6604 (vc-default-merge-news): Removed. The existence of a merge-news
6605 implementation is now checked on caller sites.
6606
6607 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6608 case.
6609
6610 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6611 special case that has been removed from the default in vc-hooks.el.
6612
6613 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6614
6615 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6616
6617 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6618
6619 * vc-hooks.el: Require vc during compilation.
6620 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6621 macro `with-vc-properties' in vc.el.
6622 (vc-file-getprop): Doc fix.
6623 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6624
6625 * vc.el: Require dired-aux during compilation.
6626 (vc-name-assoc-file): Moved to vc-sccs.el.
6627 (with-vc-properties): New macro.
6628 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6629 vc-finish-steal): Use it.
6630 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6631 to the backend-specific function is now supposed to do the checkout,
6632 too.
6633 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6634
6635 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6636 set file properties; that gets done in the generic code now.
6637
6638 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6639 Changed parameter list, added code from vc.el that does the
6640 checkout, possibly with a double-take.
6641
6642 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6643 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6644 the above under the new name.
6645 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6646 parameter list, added checkout command.
6647 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6648 properties; that gets done in the generic code now.
6649
6650 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6651
6652 * vc.el: Docstring fixes (courtesy of checkdoc).
6653
6654 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6655
6656 * vc.el (vc-checkout-writable-buffer-hook)
6657 (vc-checkout-writable-buffer): Remove.
6658 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6659 (vc-log-mode): Make it into a clean derived major mode.
6660 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6661 vc-log-mode if log-edit is not available.
6662 (vc-dired-mode-map): Don't set-keymap-parent yet.
6663 (vc-dired-mode): Do set-keymap-parent here.
6664 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6665
6666 2000-09-05 Gerd Moellmann <gerd@gnu.org>
6667
6668 * faces.el (set-face-attribute, face-spec-reset-face)
6669 (face-spec-set): Avoid consing by removing calls to `apply'.
6670
6671 * frame.el (frame-parameter): Move to C code.
6672
6673 2000-09-05 Dave Love <fx@gnu.org>
6674
6675 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6676 insert-before-markers-and-inherit. Now checked systematically!
6677
6678 2000-09-05 Alex Schroeder <alex@gnu.org>
6679
6680 * sql.el (sql-postgres): Use sql-postgres-options.
6681 (sql-postgres-options): New variable.
6682
6683 2000-09-05 Alex Schroeder <alex@gnu.org>
6684
6685 * sql.el (sql-mode-menu): Work around missing variable mark-active
6686 in XEmacs.
6687 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6688 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6689 compatibility.
6690
6691 2000-09-04 Gerd Moellmann <gerd@gnu.org>
6692
6693 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6694
6695 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6696
6697 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6698
6699 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6700
6701 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6702 don't support anything else under SCCS yet.
6703
6704 * vc-hooks.el: Minor doc fixes.
6705
6706 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6707
6708 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6709 not necessary. If verbose in state `needs-patch', do the same as
6710 under `up-to-date'. When NOT verbose and `needs-patch', check out
6711 latest version instead of `merge-news'.
6712 (vc-next-action-dired): Don't mess with default-directory here; it
6713 breaks other parts of dired. It is the job of the
6714 backend-specific functions to adjust it temporarily if they need it.
6715 (vc-next-action): Remove a special CVS case.
6716 (vc-clear-headers): New optional arg FILE.
6717 (vc-checkin, vc-checkout): Set properties vc-state and
6718 vc-checkout-time properly.
6719 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6720 (vc-print-log): Use new backend function `show-log-entry'.
6721 (vc-cancel-version): Do the checks in a different order. Added a
6722 FIXME concerning RCS-only code.
6723
6724 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6725 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6726
6727 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6728
6729 * vc-hooks.el (vc-default-mode-line-string): Show state
6730 `needs-patch' as a `-' too.
6731
6732 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6733
6734 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6735 (vc-default-could-register): New function.
6736 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6737 (vc-resynch-buffer): Call vc-dired-resynch-file.
6738 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6739 vc-resynch-buffer instead of vc-resynch-window.
6740 (vc-next-action-dired): Don't redisplay here, that gets done as a
6741 result of the individual file operations.
6742 (vc-retrieve-snapshot): Corrected prompt order.
6743
6744 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6745
6746 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6747 as well.
6748 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6749 hostname regexps. Updated all callers.
6750 (vc-cvs-responsible-p): Handle directories as well.
6751 (vc-cvs-could-register): New function.
6752 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6753 properties up-to-date.
6754
6755 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6756 user whether to create one.
6757
6758 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6759
6760 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6761 check out a non-existing file.
6762
6763 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6764 workfile does not exist.
6765
6766 * vc.el (vc-version-diff): Use `require' to check for existence of
6767 diff-mode.
6768
6769 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6770
6771 * vc-cvs.el (vc-cvs-registered): Use new function
6772 vc-cvs-parse-entry to do the actual work.
6773
6774 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6775
6776 * vc-hooks.el (vc-find-backend-function): If function doesn't
6777 exist, return nil instead of error.
6778 (vc-call-backend): Doc fix.
6779
6780 * vc.el (vc-do-command): Doc fix.
6781 (vc-finish-logentry): When checking in from vc-dired, choose the
6782 right backend for logentry check.
6783 (vc-dired-mode-map): Inherit from dired-mode-map.
6784 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6785 simplified.
6786 (vc-dired-state-info): Removed, updated caller.
6787 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6788 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6789 (vc-dired-listing-switches): New variable.
6790 (vc-directory): Use it, instead of dired-listing-switches.
6791
6792 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6793 (vc-cvs-dir-state): New function.
6794 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6795 (vc-cvs-parse-entry): New function, also to be used in
6796 vc-cvs-registered.
6797
6798 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6799
6800 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6801 *or* single-window-frames.
6802
6803 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6804
6805 * vc.el (vc-update-changelog): Split into generic part and default
6806 implementation. Doc string adapted.
6807 (vc-default-update-changelog): New function. Call the `rcs2log'
6808 script in exec-directory, to fix a long-standing nuisance.
6809
6810 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6811 simply signals an error.
6812
6813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6814
6815 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6816 control-flow more clear and to avoid running `cvs' twice.
6817
6818 * vc.el (vc-next-action-on-file): Doc fix.
6819 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6820 (vc-print-log): Eval `file' before constructing the continuation.
6821
6822 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6823
6824 * vc.el (vc-next-action-on-file): Corrected several messages.
6825 (vc-merge): Add prefix arg `merge-news'; handle it.
6826
6827 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6828 is not reached. It is.
6829 (vc-cvs-merge): Set state to 'edited after merge.
6830 (vc-cvs-merge-news): Set workfile version to nil if not known.
6831 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6832
6833 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6834 via stdout. (Merge from main line.)
6835
6836 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6837
6838 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6839 detection.
6840
6841 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6842
6843 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6844 against kill-all-local-variables.
6845 (vc-log-edit): Don't save vc-parent-buffer any more.
6846 (vc-last-comment-match): Initialize to an empty string.
6847 (vc-post-command-functions): New hook.
6848 (vc-do-command): Run it.
6849 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6850 (vc-finish-logentry): Only add the comment to the ring if it's
6851 different from the last comment entered.
6852 (vc-new-comment-index): New function.
6853 (vc-previous-comment): Use it. Make the minibuffer message
6854 slightly less terse.
6855 (vc-comment-search-reverse): Make it work forward as well. Don't
6856 set vc-comment-ring-index if no match is found. Use
6857 vc-new-comment-index.
6858 (vc-comment-search-forward): Use vc-comment-search-reverse.
6859 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6860 define-derived-mode will do it for us. Bind `v' to a keymap that
6861 inherits from vc-prefix-map so that we can bind `vt' without
6862 binding C-x v t.
6863 (vc-retrieve-snapshot): Parenthesis typo.
6864
6865 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6866 to 1. Make sure to switch to *vc* before looking for an error
6867 message. Use vc-parse-buffer.
6868
6869 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6870
6871 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6872 and NAME.
6873 (vc-retrieve-snapshot): Split into two parts.
6874 (vc-default-retrieve-snapshot): New function.
6875
6876 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6877 (vc-cvs-retrieve-snapshot): New function (untested).
6878 (vc-cvs-stay-local): Default to t.
6879 (vc-cvs-remote-p): New function and property.
6880 (vc-cvs-state): Stay local only if the above is t.
6881 (vc-handle-cvs): Removed.
6882 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6883 done via vc-handled-backends now.
6884 (vc-cvs-header): Escape Id.
6885
6886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * vc.el (vc-do-command): Remove unused commands.
6889 (vc-version-diff): Make sure default-directory ends with a slash.
6890 Move the window commands into a vc-exec-after.
6891 (vc-print-log): Move more of the code into the `vc-exec-after'.
6892
6893 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6894
6895 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6896 (vc-print-log): Search current revision from beginning of buffer.
6897 (vc-revert-buffer): Clear echo area after the diff is finished.
6898 (vc-prefix-map): Removed definition of "t" for terse display in vc
6899 dired.
6900 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6901 definition of "vt" for terse display.
6902 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6903
6904 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6905
6906 * vc.el (vc-exec-after): Avoid caddr.
6907
6908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6909
6910 * vc.el (vc-exec-after): New function.
6911 (vc-do-command): Use it to add a termination message for async
6912 procs.
6913 (vc-checkout): Try to handle a missing-backend situation.
6914 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6915 of a directory with a backend using async diffs.
6916 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6917 present.
6918
6919 * vc-sccs.el (vc-sccs-state-heuristic): Use
6920 file-ownership-preserved-p.
6921
6922 * vc-rcs.el (vc-rcs-state-heuristic): Use
6923 file-ownership-preserved-p.
6924 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6925
6926 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6927
6928 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6929 vc-do-command.
6930
6931 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6932 when there are no changes.
6933
6934 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6935
6936 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6937
6938 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6939
6940 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6941
6942 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6943
6944 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6945 the `fset' outside of the defvar so that it works even if
6946 vc-prefix-map was already defined.
6947 (vc-setup-buffer): New function, split out of vc-do-command.
6948 (vc-do-command): Allow BUFFER to be t to mean `just use the
6949 current buffer without any fuss'.
6950 (vc-version-diff): Change the `diff' backend operation to just put
6951 the diff in the current buffer without erasing it. Always use
6952 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6953 shrink-window-if-larger-than-buffer.
6954 (vc-print-log): Change the `print-log' backend operation to just
6955 put the log in the current buffer without erasing it. Protect
6956 shrink-window-if-larger-than-buffer.
6957 (vc-update-change-log): Fix setd typo.
6958
6959 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6960 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6961
6962 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6963 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6964 CMP.
6965
6966 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6967 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6968 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6969
6970 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6971
6972 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6973 not possible, use vc-BACKEND-workfile-unchanged-p.
6974 (vc-default-workfile-unchanged-p): New function. Delegates to a
6975 full vc-BACKEND-diff.
6976
6977 * vc-hooks.el (vc-simple-command): Removed.
6978
6979 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6980 instead of vc-simple-command.
6981 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6982 avoid doing a diff when opening a file.
6983 (vc-rcs-state): Added check for unlocked-changes.
6984 (vc-rcs-header): Escape Id.
6985 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6986 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6987 version.
6988
6989 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6990 (vc-sccs-diff): Remove optional arg CMP.
6991 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6992 SCCS-specific function.
6993
6994 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6995 vc-simple-command.
6996
6997 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6998
6999 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7000 (with-vc-file, vc-merge): Use vc-editable-p.
7001 (vc-do-command): Remove unused var vc-file and fix the
7002 doubly-defined `status' var. Add a user message when starting an
7003 async command.
7004 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7005 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7006 Use with-current-buffer.
7007 (vc-buffer-sync): Use unless.
7008 (vc-next-action-on-file): If the file is 'edited by read-only,
7009 make it read-write instead of trying to commit.
7010 (vc-version-diff, vc-update-change-log): Use `setq
7011 default-directory' rather than `cd'.
7012 (vc-log-edit): Don't forget to set default-directory in the
7013 buffer.
7014
7015 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7016 (vc-sccs-state-heuristic): Use file-writable-p instead of
7017 comparing userids.
7018 (vc-sccs-checkout): Use `unless'.
7019
7020 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7021 of comparing userids.
7022 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7023 Simplify the logic by eliminating unreachable code.
7024 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7025 just do a recursive call if we need to retry.
7026 (vc-rcs-checkout): Handle the case where rcs is missing by making
7027 the buffer read-write if requested and re-signalling the error.
7028
7029 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7030
7031 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7032
7033 * vc-hooks.el (vc-handled-backends): Docstring change.
7034 (vc-ignore-vc-files): Mark obsolete.
7035 (vc-registered): Check vc-ignore-vc-files.
7036 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7037 vc-ignore-vc-files.
7038
7039 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7040
7041 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7042
7043 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7044 files since ange-ftp already has vc-registered return nil.
7045
7046 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7047 (vc-sccs-workfile-version): Use with-temp-buffer and new
7048 vc-parse-buffer and don't bother setting the property.
7049 (vc-sccs-add-triple): Use with-current-buffer and
7050 find-file-noselect.
7051 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7052
7053 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7054 derives from the old vc-parse-buffer but uses the revision number
7055 rather than the date (much easier to compare robustly).
7056 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7057 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7058 locking-user more directly. Check strict locking and set
7059 checkout-model appropriately.
7060 (vc-rcs-parse-locks): Remove.
7061 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7062 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7063 (vc-rcs-system-release): Use with-current-buffer and
7064 vc-parse-buffer.
7065 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7066
7067 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7068 (vc-simple-command): Docstring fix.
7069 (vc-registered): Align the way the file-handler is called with the
7070 way the function itself works.
7071 (vc-file-owner): Remove.
7072
7073 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7074 extraction of fields and call to file-attributes because of a
7075 temporary bug in rcp.el.
7076 (vc-cvs-fetch-status): Use with-current-buffer.
7077
7078 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7079
7080 * vc.el (vc-do-command): Use file-relative-name.
7081 (vc-responsible-backend): Use vc-backend if possible.
7082 (vc-create-snapshot): Improve the `interactive' spec. Add support
7083 for branches and dispatch to backend-specific `create-snapshot'.
7084 (vc-default-create-snapshot): New function, containing the bulk of
7085 the old vc-create-snapshot.
7086 (vc-retrieve-snapshot): Improve the interactive spec.
7087
7088 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7089 (vc-backend-hook-functions): Remove.
7090 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7091 (vc-backend): Reintroduce the test for `file = nil' now that I
7092 know why it was there (and added a comment to better remember).
7093
7094 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7095 code from vc-sccs-hooks.el.
7096 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7097 'vc anymore.
7098 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7099 and file-directory-p instead of file-exists-p.
7100 (vc-sccs-check-headers): Simplify the regexp.
7101
7102 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7103 from vc-rcs-hooks.el. Don't require 'vc anymore.
7104 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7105 file-directory-p instead of file-exists-p.
7106
7107 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7108 from vc-cvs-hooks.el.
7109 (proto vc-cvs-registered): Require 'vc-cvs instead of
7110 'vc-cvs-hooks. Don't require 'vc anymore.
7111 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7112 file-directory-p instead of file-exists-p.
7113 (vc-cvs-create-snapshot): New function, replacing
7114 vc-cvs-assign-name.
7115 (vc-cvs-assign-name): Remove.
7116
7117 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7118
7119 * vc-cvs.el (vc-cvs-header): New var.
7120
7121 * vc-rcs.el (vc-rcs-exists): Remove.
7122 (vc-rcs-header): New var.
7123
7124 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7125 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7126 (vc-sccs-header): New var.
7127
7128 * vc.el (vc-do-command): Get rid of the `last' argument.
7129 (vc-header-alist): Remove, replaced by vc-X-header.
7130 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7131 (vc-dired-hook): Use expand-file-name instead of concat.
7132 (vc-directory): Use file-name-as-directory.
7133 (vc-snapshot-precondition, vc-create-snapshot)
7134 (vc-retrieve-snapshot): Allow the command to operate on any
7135 directory.
7136
7137 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7138 just removing the 'WORKFILE argument or by removing the 'MASTER
7139 argument and replacing `file' with (vc-name file).
7140
7141 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7142
7143 * vc.el: Update Copyright and add a crude list of backend funs.
7144 (vc-writable-p): New function.
7145 (with-vc-file): Use vc-writable-p.
7146 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7147 (vc-register): Avoid vc-name.
7148 (vc-locking-user): Remove.
7149 (vc-steal-lock): Make the `owner' arg non-optional.
7150 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7151 vc-checkout-model.
7152 (vc-default-dired-state-info): Use vc-state instead of
7153 vc-locking-user and return special strings for special states.
7154 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7155 and get rid of one of the special CVS cases.
7156 (vc-cancel-version): prettify error message with \\[...].
7157 (vc-rename-master): New function.
7158 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7159 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7160 the CVS special case generic.
7161 (vc-default-record-rename): Remove.
7162 (vc-file-tree-walk-internal): Only call FUNC for files that are
7163 under control of some VC backend and replace `concat' with
7164 expand-file-name.
7165 (vc-file-tree-walk): Update docstring.
7166 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7167 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7168
7169 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7170 vc-sccs-record-rename. Use `find-file-noselect' rather than
7171 `find-file' and call `vc-rename-master' to do the actual move.
7172 (vc-sccs-diff): Remove unused `backend' variable.
7173
7174 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7175 to delay loading of vc-sccs until it is really used.
7176 (vc-sccs-master-templates): Preload.
7177 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7178 (vc-sccs-project-dir): Remove (merged into
7179 vc-sccs-search-project-dir).
7180 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7181 rather than `concat', make sure it is preloaded and don't bother
7182 to check that the file actually exists.
7183 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7184 `locks' argument (use buffer's content instead) and eliminate n^2
7185 behavior.
7186
7187 * vc-rcs.el: Update Copyright.
7188 (vc-rcs-rename-file): New function.
7189 (vc-rcs-diff): Remove unused `backend' variable.
7190
7191 * vc-hooks.el: Update Copyright.
7192 (vc-backend): Don't accept a nil argument any more.
7193 (vc-up-to-date-p): Turn into a defsubst.
7194 (vc-possible-master): New function.
7195 (vc-check-master-templates): Use `vc-possible-master' and allow
7196 funs in vc-X-master-templates to return a non-existent file.
7197
7198 * vc-cvs.el: Update Copyright.
7199 (vc-cvs-diff): Remove unused `backend' variable.
7200 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7201
7202 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7203
7204 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7205
7206 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7207 since it can be called from vc-rcs.el.
7208 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7209
7210 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7211
7212 * vc.el (vc-version-diff): Expand file name read from the
7213 minibuffer. Handle the case when a previous version number can't
7214 be guessed. Give suitable messages when there were no differences
7215 found.
7216 (vc-clear-headers): Call backend-specific implementation, if one
7217 exists.
7218 (vc-cancel-version): Made error checks generic. When done, clear
7219 headers generically, too.
7220
7221 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7222 from vc-clear-headers in vc.el.
7223
7224 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7225 correctly.
7226 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7227 optional. Handle the case when it's not there.
7228
7229 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7232
7233 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7234
7235 * vc-hooks.el (vc-loadup): Remove.
7236 (vc-find-backend-function): Use `require'. Also, handle the case
7237 where vc-BACKEND-hooks.el doesn't exist.
7238 (vc-call-backend): Cleanup.
7239
7240 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7241
7242 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7243 vc-rcs-grab-templates)
7244 (vc-rcs-registered): Remove. The default function works as well.
7245 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7246 vc-sccs-grab-templates)
7247 (vc-sccs-registered): Remove. The default function works as well.
7248
7249 * vc.el (vc-version-diff): Left out a vc- in call to
7250 vc-call-backend.
7251 (vc-default-dired-state-info, vc-default-record-rename)
7252 (vc-default-merge-news): Update for the new backend argument.
7253
7254 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7255 using the default function.
7256 (vc-call-backend): If calling the default function, pass it the
7257 backend as first argument. Update the docstring accordingly.
7258 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7259 for the new backend argument.
7260 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7261 (vc-find-backend-function): Use the new name.
7262 (vc-default-registered): New function.
7263
7264 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7265
7266 * vc.el (vc-merge): Use vc-find-backend-function.
7267
7268 * vc-hooks.el (vc-backend-functions): Remove.
7269 (vc-loadup): Don't setup 'vc-functions.
7270 (vc-find-backend-function): New function.
7271 (vc-call-backend): Use above fun and populate 'vc-functions
7272 lazily.
7273 (vc-backend-defines): Remove.
7274
7275 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7276
7277 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7278 Call vc-call-backend without the leading vc-.
7279 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7280 (vc-check-headers): Call vc-call-backend without the leading vc-.
7281 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7282 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7283 Call vc-call-backend without the leading vc-.
7284
7285 * vc-cvs.el (tail): Provide vc-cvs.
7286 * vc-sccs.el (tail): Provide vc-sccs.
7287 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7288
7289 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7290 (vc-make-backend-function, vc-call): Pass names without leading
7291 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7292 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7293 (vc-call-backend): Always try to load vc-X-hooks.
7294 (vc-registered): Remove vc- in call to vc-call-backend.
7295
7296 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7297
7298 * vc.el (vc-process-filter): New function.
7299 (vc-do-command): Setup `vc-process-filter' for the async process.
7300 (vc-maybe-resolve-conflicts): New function to reduce
7301 code-duplication. Additionally, it puts the buffer in
7302 `smerge-mode' if applicable.
7303 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7304 calling `merge-news'.
7305 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7306 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7307 interfacing to log-edit.el.
7308 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7309 log-edit is available.
7310 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7311
7312 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7313
7314 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7315 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7316 defvar and the initialization.
7317 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7318
7319 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7320 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7321
7322 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7323
7324 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7325
7326 * vc.el (vc-file-clear-masterprops): Removed.
7327 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7328 (vc-version-diff): Use buffer-size without argument.
7329 (vc-register): Heed vc-initial-comment.
7330
7331 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7332 default branch.
7333
7334 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7335 file name and workfile version.
7336 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7337
7338 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7339 vc-file-clear-masterprops.
7340
7341 * vc-sccs.el (vc-sccs-checkout): Removed call to
7342 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7343 rather than user login name.
7344
7345
7346 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7347
7348 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7349 `want-differences-if-changed' and simplify.
7350 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7351 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7352 output (which is invalid for async vc-diff) to decide whether to
7353 do the revert silently or not.
7354
7355 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7356
7357 * vc-hooks.el (vc-loadup): Load files quietly.
7358 (vc-call-backend): Oops, brain fart.
7359
7360 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7361
7362 * vc-cvs.el (vc-cvs-state): Typo.
7363 (vc-cvs-merge-news): Return the status code rather than the error msg.
7364
7365 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7366
7367 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7368 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7369 vc-state or vc-up-to-date-p.
7370 (vc-merge): Use vc-backend-defines to check whether merging is
7371 possible. Set state to 'edited after successful merge.
7372
7373 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7374 return that name. Redocumented.
7375
7376 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7377
7378 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7379 new `vc-state' semantics.
7380 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7381 'vc-locking-user to the current user.
7382 (vc-merge): Inline vc-backend-merge. Comment out code that I
7383 don't understand and hence can't adapt to the new `vc-state' and
7384 `vc-locking-user' semantics.
7385 (vc-backend-merge): Remove.
7386
7387 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7388 rather than 'vc-locking-user.
7389
7390 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7391
7392 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7393 (vc-state): Don't use 'reserved any more. Just use the same
7394 convention as the one used for vc-<backend>-state where the
7395 locking user (as a string) is returned.
7396 (vc-locking-user): Update, based on the above convention. The
7397 'vc-locking-user property has disappeared.
7398 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7399
7400 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7401 with a heuristic one.
7402 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7403 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7404 error. That allows us to get to 'needs-merge even in the
7405 stay-local case. There's still no way to detect 'needs-patch in
7406 such a setup (or to force an update for that matter).
7407 (vc-cvs-logentry-check): Remove, the default works as well.
7408
7409 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7410
7411 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7412
7413 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7414 major-mode in which the buffer might have been put earlier. Use
7415 `remove' and `when'. Allow `okstatus' to be `async' and use
7416 `start-process' in this case.
7417 (vc-version-diff): Handle the case where the diff looks empty
7418 because of the use of an async process.
7419
7420 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7421
7422 * vc.el (vc-next-action-on-file): Removed optional parameter
7423 `simple'. Recompute state unconditionally.
7424 (vc-default-toggle-read-only): Removed.
7425
7426 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7427 (vc-toggle-read-only): Undid prev change.
7428
7429 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7430 vc-cvs-simple-toggle. Redocumented.
7431 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7432 (vc-cvs-toggle-read-only): Removed.
7433
7434 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7435
7436 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7437 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7438 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7439 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7440 still is. So maybe it should be removed.
7441 (vc-head-version, vc-find-binary): Remove.
7442 (vc-recompute-state): Move from vc-hooks.el.
7443 (vc-next-action-on-file): Add a `simple' argument to allow
7444 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7445 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7446 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7447 (vc-dired-mode-map): Properly defvar it.
7448 (vc-print-log): Call log-view-mode if available.
7449 (small-temporary-file-directory): defvar instead of use boundp.
7450 (vc-merge-news): Moved to vc-cvs.el.
7451 (vc-default-merge-news): New function.
7452
7453 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7454 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7455 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7456 unknown `vc-latest-version' function. It should probably refer to
7457 vc-workfile-version or somesuch, but it's very unclear to me and I
7458 don't have SCCS to test things.
7459
7460 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7461 (vc-sccs-state-heuristic): Fix typo.
7462 (vc-sccs-workfile-unchanged-p): Add missing argument.
7463
7464 * vc-rcs.el: Require vc and vc-rcs-hooks.
7465 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7466 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7467 (vc-release-greater-or-equal-p): Move from vc.
7468 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7469 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7470 (vc-rcs-checkout): Add a missing `new-version' argument in the
7471 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7472
7473 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7474 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7475 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7476 than the apparently unbound `workfile-version'.
7477
7478 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7479 (vc-file-prop-obarray): Use `make-vector'.
7480 (vc-backend-functions): Add new hookable functions
7481 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7482 (vc-loadup): If neither backend nor default functions exist, use
7483 the backend function rather than nil.
7484 (vc-call-backend): If the function if not bound yet, try to load
7485 the non-hook file to see if it provides it.
7486 (vc-call): New macro plus use it wherever possible.
7487 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7488 nor `vc-find-binary' since it's only called from
7489 vc-mistrust-permission which is only used once the backend is known.
7490 (vc-checkout-model): Fix parenthesis.
7491 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7492
7493 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7494 (vc-cvs-release, vc-cvs-system-release): Remove.
7495 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7496 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7497 status symbols.
7498 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7499 (vc-cvs-toggle-read-only): First cut at a function to allow a
7500 cvs-status-free vc-toggle-read-only.
7501 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7502 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7503 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7504 (vc-cvs-checkout): Modify access rights directly if the user
7505 requested not to use `cvs edit'. And refresh the mode line.
7506
7507 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7508 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7509
7510 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7511
7512 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7513 workfile' that got lost when the code was extracted from vc.el.
7514 And merged the tail with the rest of the code (not possible in the
7515 old vc.el where the tail was shared among all backends). And
7516 explicitly set the state to 'edited if `writable' is set.
7517
7518 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7519 (vc-cvs-state): Be careful to return the value from
7520 vc-cvs-parse-state.
7521 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7522 property but return it instead. Also be careful to handle a nil
7523 or "" `rev' when workfile is non-nil (it was handled properly when
7524 workfile was nil).
7525
7526 * vc.el: Removed those pesky unnecessary `(function' quotes.
7527 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7528 directly in the defvar.
7529 (vc-do-command): Bind inhibit-read-only so as to properly handle
7530 the case where the destination buffer has been made read-only.
7531 (vc-diff): Delegate to vc-version-diff in all cases.
7532 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7533 (vc-annotate-mode-variables): Removed (code moved partly to
7534 defvars and partly to vc-annotate-add-menu).
7535 (vc-annotate-mode): Turned into a derived-mode.
7536 (vc-annotate-add-menu): Moved in code in
7537 vc-annotate-mode-variables.
7538 (vc-update-change-log): Use make-temp-file if available.
7539
7540 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7541
7542 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7543 `vc-checkout-model' updated to `vc-cvs-update-model'.
7544
7545 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7546
7547 * vc.el (vc-next-action-on-file): Added handling of state
7548 `unlocked-changes'.
7549 (vc-checkout-carefully): Is now practically obsolete, unless the
7550 above is too slow to be enabled unconditionally.
7551 (vc-update-change-log): Fixed typo.
7552
7553 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7554
7555 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7556 Now handles state `unlocked-changes'.
7557 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7558
7559 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7560
7561 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7562 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7563 `unlocked-changes'.
7564 (vc-rcs-workfile-unchanged-p): Renamed from
7565 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7566 function yet, but supposed to become one soon.
7567
7568 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7569 `vc-steal-lock'.
7570 (vc-call-backend): Changed error message.
7571 (vc-state): Added description of state `unlocked-changes'.
7572
7573 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7574
7575 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7576 always return t in CVS-controlled directories.
7577
7578 * vc.el (vc-responsible-backend): New function.
7579 (vc-register): Largely rewritten.
7580 (vc-admin): Removed (implementation moved into vc-register).
7581 (vc-checkin): Redocumented.
7582 (vc-finish-logentry): If no backend defined yet (because we are in
7583 the process of registering), use the responsible backend.
7584
7585 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7586 Updated function lists.
7587 (vc-call-backend): Fixed typo.
7588
7589 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7590 New functions.
7591 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7592 Removed query option. Redocumented.
7593
7594 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7595
7596 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7597
7598 * vc.el: Updated callers of `vc-checkout-required' to use
7599 `vc-checkout-model'.
7600
7601 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7602
7603 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7604 stuff updated to reference this function instead of the old
7605 `vc-backend-release-p'.
7606
7607 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7608
7609 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7610 vc-checkout-model. Return appropriate values. Updated callers.
7611
7612 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7613
7614 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7615 (vc-backend-revert): Function moved into `vc-revert';
7616 `vc-next-action' must be updated to accomodate this change.
7617 (vc-backend-steal): Function moved into `vc-finish-steal'.
7618 (vc-backend-logentry-check): Function moved into
7619 `vc-finish-logentry'.
7620 (vc-backend-printlog): Function moved into `vc-print-log'.
7621 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7622 (vc-backend-assign-name): Function moved into
7623 `vc-create-snapshot'.
7624
7625 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7626
7627 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7628 Rename to vc-checkout-model. Return appropriate values.
7629 Update callers.
7630
7631 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7632 to vc-checkout-model.
7633 (vc-checkout-required): Rename to vc-checkout-model.
7634 Re-implement and re-comment.
7635 (vc-after-save): Use vc-checkout-model.
7636
7637 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7638
7639 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7640 Update to use the vc-BACKEND-diff functions instead.
7641 `vc-diff' is now working.
7642
7643 * vc-rcs.el (vc-rcs-logentry-check): New function.
7644
7645 * vc-cvs.el (vc-cvs-logentry-check): New function.
7646
7647 * vc-sccs.el (vc-sccs-diff): Function changed name from
7648 `vc-backend-diff'. This makes `vc-diff' work.
7649
7650 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7651 of functions possibly implemented in a vc-BACKEND library.
7652 (vc-checkout-required): Fix bug that caused an error to be
7653 signaled during `vc-after-save'.
7654
7655 * vc.el: Fix typo.
7656 This checkin is made with our new VC code base for the very first time.
7657 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7658
7659 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7660 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7661
7662 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7663 updated to `vc-uses-locking'.
7664 (vc-checkout-required): Call to backend function.
7665 `vc-checkout-required' updated to `vc-uses-locking' instead.
7666
7667 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7668 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7669
7670 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7671 to match the split into various backends.
7672 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7673 (vc-retrieve-snapshot): Bug fix.
7674
7675 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7676
7677 * vc-sccs.el (vc-sccs-release): Doc fix.
7678
7679 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7680
7681 * vc.el (vc-next-action-on-file): Bug found and fixed.
7682 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7683 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7684
7685 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7686 (vc-rcs-checkout): Name space cleaned up. No more revision number
7687 crunching function names that are not prefixed with vc-rcs.
7688 (vc-rcs-checkout-model): Function added. References to
7689 `vc-checkout-model' replaced.
7690
7691 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7692
7693 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7694 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7695 still need to be split, and implemented for RCS).
7696
7697 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7698
7699 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7700
7701 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7702 required by the vc.el file.
7703
7704 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7705 required by the vc.el file.
7706 (vc-rcs-exists): Function added.
7707
7708 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7709 required by the vc.el file.
7710
7711 * vc.el (vc-admin): Updated to handle selection of appropriate
7712 backend. Current implementation is crufty and need re-thinking.
7713
7714 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7715
7716 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7717
7718 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7719 beginning of annotate buffers correctly.
7720
7721 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7722 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7723 functionality updated quite a lot to support multiple backends.
7724 Variables `vc-annotate-mode', `vc-annotate-buffers',
7725 `vc-annotate-backend' added.
7726
7727 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7728 `vc-annotate-difference' added to supported backend functions.
7729
7730 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7731
7732 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7733 Use with-temp-file instead of /bin/sh. Merged from mainline
7734
7735 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7736
7737 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7738
7739 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7740
7741 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7742
7743 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7744
7745 * vc-hooks.el: vc-state-heuristic added to
7746 vc-backend-hook-functions.
7747
7748 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7749
7750 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7751
7752 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7753 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7754 state to `reserved'.
7755
7756 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7757 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7758
7759 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7760
7761 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7762 untouched.
7763
7764 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7765
7766 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7767 if defined. (Merged from main line, slightly adapted.)
7768
7769 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7770 millenium problem (merged from mainline).
7771
7772 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7773
7774 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7775 part and moved the non-BACKEND stuff to vc.el.
7776
7777 * vc.el: Split the annotate feature into a BACKEND specific part
7778 and moved it from the vc-cvs.el file to this one.
7779
7780 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7781
7782 * vc-hooks.el: Implement new state model.
7783 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7784 (vc-locking-user): Simplify. Now only needed if the file is
7785 locked by somebody else.
7786 (vc-lock-from-permissions): Remove. Functionality is in
7787 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7788 (vc-mode-line-string): New name for former vc-status. Adapted.
7789 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7790
7791 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7792 Various simplifications and adaptations all over the place.
7793
7794 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7795 Simplify and adapt the rest.
7796
7797 * vc.el (vc-resynch-window): Add TODO comment: check for
7798 interaction with view mode according to recent RCS change.
7799 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7800
7801 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7802
7803 * vc.el: Convert the remaining function comments to docstrings.
7804
7805 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7806
7807 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7808 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7809 (vc-minor-part, vc-previous-version): Functions that operate and
7810 compare revision numbers got proper documentation. Comments added
7811 about their possible removal.
7812
7813 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7814
7815 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7816 the vc-backend.el files.
7817
7818 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7819
7820 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7821 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7822 (vc-rcs-previous-version): Functions added.
7823
7824 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7825
7826 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7827
7828 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7829
7830 * vc-hooks.el (vc-master-templates): Is really obsolete.
7831 Comment out the definition for now. What is the right procedure
7832 to get rid of it?
7833 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7834 rewritten.
7835 (vc-default-registered): Remove.
7836 (vc-check-master-templates): New function; does mostly what the
7837 above did before.
7838 (vc-locking-user): Don't rely on the backend to set the property.
7839
7840 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7841 Rewrite documentation.
7842 (vc-rcs-templates-grabbed): New variable.
7843 (vc-rcs-grab-templates): New function.
7844 (vc-rcs-registered): Rewrite to use above mechanism.
7845
7846 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7847 Rewrite documentation.
7848 (vc-sccs-templates-grabbed): New variable.
7849 (vc-sccs-grab-templates): New function.
7850 (vc-sccs-registered): Rewrite to use above mechanism.
7851 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7852 Don't throw the result, simply return it.
7853
7854 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7855 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7856 (vc-cvs-registered): Does the check itself now. Simplify.
7857
7858 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7859 from main line.
7860
7861 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7862
7863 * vc-cvs.el (vc-cvs-diff): New function.
7864
7865 * vc-sccs.el (vc-sccs-diff): New function.
7866
7867 * vc-rcs.el (vc-rcs-diff): New function.
7868 (vc-rcs-checkout): Bug (typo) found and fixed.
7869 (vc-rcs-register-switches): New variable.
7870
7871 * vc.el (vc-backend-diff): Function removed and placed in the
7872 backend files.
7873
7874 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7875
7876 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7877
7878 * vc.el (vc-backend-checkout): Function removed and replaced in
7879 the vc-backend.el files.
7880
7881 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7882
7883 * vc.el (vc-backend-admin): Removed and replaced in the
7884 vc-backend.el files.
7885
7886 * vc.el (Martin): Removed all the annotate functionality since it
7887 is CVS backend specific.
7888
7889 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7890
7891 * spec.txt: Added specification of vc-state.
7892
7893 * vc-sccs-hooks.el (vc-sccs-master-properties):
7894 Remove handling of vc-latest-version and
7895 vc-your-latest-version. What used to be vc-latest-version, is now
7896 returned as vc-workfile-version.
7897 (vc-sccs-workfile-version): Adapt.
7898
7899 2000-09-04 Dave Love <fx@gnu.org>
7900
7901 * vc.el: [Merged from mainline.]
7902 (vc-dired-mode): Make the dired-move-to-filename-regexp
7903 regexp match the date, to avoid treating date as file size.
7904 Add YYYY S option to WESTERN/
7905
7906 2000-09-04 Dave Love <fx@gnu.org>
7907
7908 * vc.el: Require `compile' when compiling.
7909 (vc-logentry-check-hook): New option.
7910 (vc-steal-lock): Use compose-mail.
7911 (vc-dired-mode-map): Defvar when compiling.
7912 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7913 vc-sccs.el and renamed. Callers changed.
7914 (vc-backend-checkout, vc-backend-logentry-check)
7915 (vc-backend-merge-news): Doc fix.
7916 (vc-default-logentry-check): New function.
7917 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7918 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7919 (vc-backend-merge): Doc fix. Use backend functions.
7920 (vc-check-headers): Use backend functions.
7921
7922 * vc-cvs.el: Require vc when compiling.
7923 (vc-cvs-register-switches): Doc fix.
7924 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7925 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7926 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7927 New functions (code from vc.el).
7928 (vc-annotate-display-default): Fix interactive spec.
7929 (vc-annotate-time-span): Doc fix.
7930
7931 * vc-rcs.el: Require vc when compiling.
7932 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7933 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7934 (vc-rcs-checkin): New functions (code from vc.el).
7935 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7936 Doc fix.
7937 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7938
7939 * vc-sccs.el: Require vc when compiling.
7940 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7941 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7942 (vc-sccs-revert)
7943 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7944 from vc.el).
7945 (vc-sccs-add-triple, vc-sccs-record-rename)
7946 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7947 (vc-sccs-admin): Doc fix.
7948
7949 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7950
7951 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7952 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7953 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7954 from vc.el.
7955
7956 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7957
7958 * vc-cvs.el: Moved the annotate functionality from vc.el.
7959 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7960
7961 2000-09-04 Dave Love <fx@gnu.org>
7962
7963 * vc.el (vc-backend-release): Call vc-system-release.
7964
7965 * vc-sccs.el (vc-sccs-system-release):
7966 Renamed from vc-sccs-backend-release.
7967
7968 * vc-rcs.el (vc-rcs-system-release):
7969 Renamed from vc-rcs-backend-release.
7970
7971 * vc-cvs.el (vc-cvs-system-release):
7972 Renamed from vc-cvs-backend-release.
7973
7974 2000-09-04 Dave Love <fx@gnu.org>
7975
7976 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7977 backend files.
7978 (vc-backend-release): Dispatch to backend functions.
7979 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7980 probably needs attention.]
7981
7982 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7983 (vc-sccs-backend-release): New function.
7984
7985 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7986 (vc-cvs-backend-release): New function.
7987
7988 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7989 Doc fix.
7990 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7991 (vc-default-dired-state-info): New function.
7992 (vc-dired-state-info): Dispatch to backends.
7993 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7994
7995 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7996 from vc.el and renamed.
7997
7998 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7999
8000 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8001 (vc-version-other-window, vc-backend-assign-name): Removed
8002 references to vc-latest-version; sometimes changed into
8003 vc-workfile-version.
8004
8005 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8006 vc-rcs-master-workfile-version.
8007 (vc-rcs-workfile-version): Use the above. Don't call
8008 vc-latest-version (that was unreachable code, anyway).
8009 (vc-rcs-fetch-master-properties): Doc fix.
8010
8011 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8012 (vc-backend-hook-functions): Removed them from this list, too.
8013 (vc-fetch-properties): Removed.
8014 (vc-workfile-version): Doc fix.
8015
8016 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8017 (vc-rcs-workfile-version, vc-rcs-locking-user)
8018 (vc-rcs-uses-locking): Use it.
8019
8020 * vc-hooks.el (vc-consult-rcs-headers):
8021 Moved into vc-rcs-hooks.el, under the name
8022 vc-rcs-consult-headers.
8023
8024 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8025 headers.
8026 (vc-cvs-find-master): Use this name only; correct different
8027 versions of the name.
8028
8029 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8030 New functions.
8031 (vc-sccs-locking-user): Use the latter.
8032
8033 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8034 New functions.
8035
8036 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8037 Moved into both
8038 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8039 functions are implementation details of those two backends.
8040
8041 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8042
8043 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8044 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8045
8046 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8047 (vc-sccs-parse-locks): SCCS-specific code moved here from
8048 vc-hooks.
8049
8050 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8051 code moved here from vc-hooks.
8052
8053 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8054 into back-end specific parts and removed. Callers not updated
8055 yet; because I guess these callers will disappear into back-end
8056 specific files anyway.
8057
8058 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8059
8060 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8061 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8062 `vc-uses-locking'.
8063
8064 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8065 Store yes/no in the property, and return t/nil. Updated all
8066 callers.
8067
8068 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8069 vc-sccs-uses-locking. Don't set property.
8070 (vc-sccs-locking-user): Don't set property.
8071
8072 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8073 vc-cvs-uses-locking. Don't set property here; leave that to
8074 vc-hooks.
8075 (vc-cvs-locking-user): Reflect above change. Streamlined.
8076
8077 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8078 vc-rcs-uses-locking.
8079 (vc-rcs-locking-user): Reflect above change.
8080
8081 2000-09-04 Dave Love <fx@gnu.org>
8082
8083 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8084
8085 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8086
8087 * vc-hooks.el (vc-checkout-model): Punt to backends.
8088
8089 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8090
8091 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8092
8093 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8094 New functions.
8095
8096 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8097 New functions.
8098
8099 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8100 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8101
8102 * vc-hooks.el (vc-default-locking-user): New function.
8103 (vc-locking-user, vc-workfile-version): Punt to backends.
8104
8105 2000-09-04 Dave Love <fx@gnu.org>
8106
8107 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8108 (vc-master-workfile-version): Moved from vc-hooks.
8109
8110 * vc-rcs-hooks.el: Fix duplicate code in last change.
8111
8112 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8113 (vc-rcs-master-templates): Improve :type.
8114 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8115 vc-master-workfile-version): Moved from vc-hooks.
8116
8117 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8118 (vc-sccs-master-templates): Improve :type.
8119 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8120
8121 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8122
8123 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8124 (vc-cvs-master-templates): Improve :type. Use
8125 vc-cvs-find-cvs-master.
8126 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8127 from vc-hooks.
8128 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8129
8130 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8131 Moved to vc-cvs-hooks.
8132
8133 * vc-hooks.el: Add doc strings in various places. Simplify the
8134 minor mode setup.
8135 (vc-handled-backends): New user variable.
8136 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8137 simplification.
8138
8139 2000-09-04 Dave Love <fx@gnu.org>
8140
8141 * vc.el: Some doc fixes for autoloaded and interactive functions.
8142 Fix compilation warnings from ediff stuff.
8143 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8144
8145 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8146
8147 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8148
8149 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8150
8151 2000-09-04 Dave Love <fx@gnu.org>
8152
8153 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8154 New variable.
8155 (vc-make-backend-function, vc-loadup, vc-call-backend)
8156 (vc-backend-defines): New functions.
8157
8158 * vc-hooks.el: Various doc fixes.
8159 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8160 (vc-match-substring): Function removed. Callers changed to use
8161 match-string.
8162 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8163 Simplify.
8164
8165 2000-09-04 Dave Love <fx@gnu.org>
8166
8167 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8168 type.
8169 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8170 (vc-sccs-registered): Doc fix.
8171
8172 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8173 (vc-cvs-registered): Doc fix.
8174
8175 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8176 (vc-rcs-registered): Doc fix.
8177
8178 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8179
8180 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8181
8182 * vc-hooks.el: vc-registered has been renamed
8183 vc-default-registered. Some functions have been moved to the
8184 backend specific files. they all support the
8185 vc-BACKEND-registered functions.
8186
8187 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8188
8189 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8190
8191 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8192
8193 2000-09-04 Dave Love <fx@gnu.org>
8194
8195 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8196 menu-bar-update-hook.
8197
8198 * help.el (help-manyarg-func-alist): Add
8199 find-operation-coding-system.
8200
8201 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8202
8203 * custom.el (custom-set-variables): Print message about errors in
8204 setting.
8205
8206 2000-09-03 Andrew Innes <andrewi@gnu.org>
8207
8208 * makefile.w32-in: Change to DOS line endings.
8209
8210 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8211
8212 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8213 minor-mode keymaps, if they don't have one.
8214
8215 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8216
8217 * eshell/esh-module.el (eval-when-compile): Don't lose if
8218 esh-module.el's file name is truncated to DOS 8+3 limits.
8219
8220 2000-09-01 John Wiegley <johnw@gnu.org>
8221
8222 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8223 predicate, which caused entries in the completion list to be
8224 doubled.
8225
8226 2000-08-30 John Wiegley <johnw@gnu.org>
8227
8228 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8229 sending to subprocesses. Also, hook pre-command-hook if
8230 `eshell-send-direct-to-subprocesses' is non-nil.
8231 (eshell-send-direct-to-subprocesses): New config variable. If t,
8232 subprocess input is send immediately.
8233 (eshell-toggle-direct-send): New function.
8234 (eshell-self-insert-command): New function.
8235 (eshell-intercept-commands): New function.
8236 (eshell-send-input): If direct subprocess sending is enabled,
8237 don't echo any input to the Eshell buffer. Let the subprocess
8238 handle that. This requires "stty echo" in bash, for example.
8239
8240 2000-08-28 John Wiegley <johnw@gnu.org>
8241
8242 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8243 completion function for Eshell's implementation of `unset'.
8244
8245 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8246
8247 * info.el (Info-directory-list): Doc fix.
8248
8249 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8250
8251 * filecache.el (file-cache-add-directory-using-find): Don't quote
8252 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8253
8254 2000-08-31 Kenichi Handa <handa@etl.go.jp>
8255
8256 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8257 coding systems.
8258
8259 2000-08-30 Andrew Innes <andrewi@gnu.org>
8260
8261 * timer.el (run-with-idle-timer): Undo last change, so that timer
8262 is not activated immediately if Emacs is already idle. Some
8263 existing code relies on this behaviour.
8264
8265 2000-08-30 Miles Bader <miles@gnu.org>
8266
8267 * frame.el (set-frame-font): Do completion of font-name for
8268 interactive use.
8269
8270 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8271
8272 * international/quail.el (quail-start-translation): Bind locally
8273 last-command-event, last-command, and this-command.
8274 (quail-start-conversion): Likewise.
8275 (quail-self-insert-command): Fix docstring.
8276
8277 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8278
8279 * progmodes/executable.el
8280 (executable-make-buffer-file-executable-if-script-p): Check that
8281 buffer contains at least 2 characters.
8282
8283 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8284
8285 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8286
8287 2000-08-29 Dave Love <fx@gnu.org>
8288
8289 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8290 (diff-mode-shared-map): Bind mouse-2.
8291 (diff-imenu-generic-expression): New variable.
8292 (diff-mode): Use it.
8293
8294 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8295 (mouse-popup-menubar): Add minor mode menus.
8296 (popup-menu): Check for lookup-key returning number.
8297
8298 2000-08-29 Miles Bader <miles@gnu.org>
8299
8300 * comint.el (comint-send-input): Create overlays using the proper
8301 front/read-advance arguments.
8302
8303 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8304
8305 * ps-print.el: Even/odd pages printing. Doc fix.
8306 (ps-print-version): New version number (6.0).
8307 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8308 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8309 (ps-print-duplex-feature): Variable eliminated.
8310 (ps-even-or-odd-pages): New variable.
8311
8312 * progmodes/ebnf2ps.el: Doc fix.
8313 (ebnf-version): New version (3.3).
8314 (ebnf-user-arrow): Change variable customization to sexp.
8315 (ebnf-user-arrow): Function eliminated.
8316 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8317
8318 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8319
8320 * help.el (help-xref-mule-regexp): New variable.
8321 (help-make-xrefs): Handle help-xref-mule-regexp.
8322
8323 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8324 variable.
8325 (describe-input-method): Temporarily activate the specfied input
8326 method to display the information.
8327 (describe-language-environment): Hyperlinks to mule related items.
8328
8329 * international/mule-diag.el (charset-multibyte-form-string): New
8330 function.
8331 (list-character-sets-1): Use charset-multibyte-form-string.
8332 (describe-character-set): New function.
8333 (describe-coding-system): Hyperlinks to safe character sets.
8334
8335 * international/quail.el (quail-help): New arg PACKAGE.
8336 Hyperlinks to mule related items.
8337 (quail-help-insert-keymap-description): Use
8338 substitute-command-keys instead of describe-bindings.
8339 (quail-translation-help): Hyperlinks to mule related items.
8340
8341 2000-08-28 John Wiegley <johnw@gnu.org>
8342
8343 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8344 have a defsubst call itself. Made `eshell-flatten-list' back into
8345 a function again.
8346
8347 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8348 catch, in case re-centering point at bottom messes up the display.
8349 This happens frequently in Emacs 21, due I believe to variable
8350 line heights.
8351
8352 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8353 to call `find-tag-interactive'.
8354
8355 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8356 the list of remember directories.
8357
8358 2000-08-28 John Wiegley <johnw@gnu.org>
8359
8360 * align.el: Test align-region-separate to see if it's a symbol.
8361
8362 2000-08-28 John Wiegley <johnw@gnu.org>
8363
8364 * eshell/esh-util.el (eshell-flatten-list): Made this function
8365 into a defsubst form. It gets used very frequently, although
8366 calls don't occur all that often.
8367
8368 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8369 examining it.
8370
8371 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8372 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8373 `eshell-protect'.
8374 (eshell-copy-handles): Created a new macro for duplicating the
8375 current set of open handles. This is needed by the looping
8376 functions.
8377 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8378 is not incorrectly stomped on.
8379
8380 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8381 declaration for pcomplete-use-paring.
8382 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8383 value of eshell-cmpl-use-paring.
8384 * pcomplete.el (pcomplete-use-paring): New config variable, to
8385 indicate whether paring should be used.
8386 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8387 completion alternatives that have already been used.
8388
8389 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8390 bound to C-c C-y, which will repeat the previous N arguments
8391 (based on prefix argument).
8392 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8393
8394 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8395 if there is no *Help* buffer. This is for XEmacs, which renames
8396 its help buffers uniquely. TODO: Find out what the current buffer
8397 name to delete is.
8398
8399 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8400 first entry that correlates to a passwd/group number. Later
8401 entries (used for group/user name aliasing to multiple IDs) are
8402 ignored.
8403
8404 * eshell/em-xtra.el (eshell/expr):
8405 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8406 (eshell-grep, eshell/diff, eshell/locate):
8407 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8408 argument list, before passing it to the system command.
8409
8410 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8411 `find-tag' for use at final position in Eshell buffers (which
8412 otherwise triggers an error on Emacs 21).
8413 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8414 buffer, if it is currently bound to `find-tag'.
8415
8416 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8417 in the list of matched Makefile names.
8418 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8419 directory, prefer its contents to Makefile.
8420
8421 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8422 directory parts (like "cd old new", or "cd =regexp"), are now case
8423 sensitive on non-Windows/DOS platforms.
8424
8425 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8426 types RET after an open delimiter (like "), display a message
8427 indicating that Eshell is waiting for the closing delimiter.
8428
8429 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8430 environment variables.
8431
8432 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8433 gracefully if the user enters incorrect arguments.
8434
8435 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8436 Eshell buffers.
8437
8438 * eshell/esh-var.el (eshell-interpolate-variable):
8439 * eshell/esh-mode.el (eshell-move-argument):
8440 * eshell/em-unix.el (eshell-du-sum-directory):
8441 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8442 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8443 (not (= ...)).
8444
8445 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8446 to ensure the `preserve' flag gets propagated when doing recursive
8447 directory copies.
8448
8449 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8450
8451 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8452 Don't convert \n into \0177 in memory.
8453 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8454 and back again, when reading and writing.
8455
8456 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8457
8458 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8459 testing of `fboundp' on `processp'.
8460
8461 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8462 (eshell/jobs): Don't call process-list if it is not bound.
8463 (eshell-gather-process-output): Support systems where async
8464 subprocesses aren't supported.
8465 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8466 variables.
8467
8468 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8469 eshell-do-eval returns t.
8470 (eshell-do-pipelines-synchronously): New defmacro.
8471 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8472 when async subprocesses aren't supported.
8473 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8474 if async subprocesses aren't supported.
8475 (eshell-resume-command): Don't assume STATUS is a string.
8476
8477 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8478
8479 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8480 (eshell-close-target, eshell-get-target): Use eshell-processp.
8481 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8482 fix.
8483 (eshell-get-target, eshell-create-handles): Doc fix.
8484
8485 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8486
8487 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8488 criterion to include commands that output something, as long as it
8489 leaves both the command and the end-of-buffer visible when the
8490 command has exited.
8491 (eshell-review-quick-commands): Adjust the help doc string
8492 accordingly.
8493
8494 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8495
8496 * locate.el (locate): Cleaned up locate command's interactive prompting
8497 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8498
8499 * filecache.el (file-cache-case-fold-search): New variable
8500 (file-cache-assoc-function): New variable
8501 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8502 Use file-cache-case-fold-search variable
8503 (file-cache-add-file): Use file-cache-assoc-function
8504 (file-cache-delete-file): likewise
8505 (file-cache-directory-name): likewise
8506 (file-cache-debug-read-from-minibuffer): likewise
8507
8508 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8509
8510 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8511 (abbrev-table-name): New function.
8512 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8513 If non-nil list local abbrev, only.
8514
8515 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8516
8517 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8518 from Gnus support code, and use special article copy buffer
8519 `(gnus-original-article-buffer)' instead. This allows to get rid
8520 of article-hide-headers usage (which breaks in the latest Gnus
8521 version). Thanks to Detlev Zundel.
8522
8523 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8524
8525 * international/quail.el (quail-use-package): Hide "... loaded"
8526 message.
8527 (quail-start-translation, quail-start-conversion): Likewise.
8528
8529 * international/kkc.el (kkc-region): Hide "... loaded" message.
8530
8531 2000-08-27 Dave Love <fx@gnu.org>
8532
8533 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8534
8535 2000-08-27 Miles Bader <miles@gnu.org>
8536
8537 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8538
8539 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8540
8541 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8542 'ja-dic-cnv), not (require 'skkdic-cnv).
8543
8544 2000-08-26 Miles Bader <miles@gnu.org>
8545
8546 * faces.el (face-x-resources): Add entry for :inherit.
8547 * cus-face.el (custom-face-attributes): Add support for :inherit
8548 attribute. Add support for relative face heights.
8549 (custom-face-attributes-get): Treat `nil' as being a default value
8550 for :inherit (as well as `unspecified').
8551
8552 * faces.el (set-face-attribute): Update doc string.
8553 (face-attribute-name-alist): Add :inherit.
8554 (face-valid-attribute-values): Handle :inherit.
8555 (face-read-string): Rephrase prompt to be less confusing.
8556 Assume that DEFAULT is a string, since we must return a string.
8557 (face-read-integer): Use `format' to turn DEFAULT into an
8558 acceptable default for face-read-string. Match NEW-VALUE against
8559 the string "unspecified", not the symbol `unspecified', since
8560 that's what face-read-string returns.
8561 (read-face-attribute): Lookup a name for old-value in valid, and
8562 use it as a default if we find one. Treat all values from
8563 face-read-string as strings. If the default is used, don't do any
8564 more processing on the value, just use the old value directly.
8565 (read-face-and-attribute, modify-face): Tweak prompt.
8566 (read-face-name): Don't assume prompt ends with a space.
8567
8568 * faces.el (describe-face): Add support for :inherit attribute.
8569
8570 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8571
8572 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8573 concat doesn't accept interger.
8574
8575 * international/kkc.el: Remove SKK from Keywords. Require
8576 ja-dic-utl instead of skkdic-utl.
8577
8578 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8579 Provide ja-dic-cnv instead of skkdic-cnv.
8580 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8581 (iso-2022-7bit-short): Add safe-charsets property.
8582 (skkdic-convert-postfix): Search Japanese chou-on character in
8583 addition to Hiragana character.
8584 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8585 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8586 (batch-skkdic-convert): Likewise.
8587
8588 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8589 Provide ja-dic-utl instead of skkdic-utl.
8590 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8591
8592 2000-08-24 Dave Love <fx@gnu.org>
8593
8594 * disp-table.el (standard-display-default): Make the test of `l'
8595 useful.
8596
8597 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8598 mod sample text.
8599
8600 * international/iso-ascii.el: Make pilcrow convenient string
8601 consistent with section.
8602 (iso-ascii-display): Set up multibyte characters as well as
8603 unibyte.
8604
8605 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8606
8607 * international/mule-cmds.el (reset-language-environment): Set
8608 default-process-coding-system to '(undecided . iso-latin-1), which
8609 makes process I/O almost consistent with file I/O. Call this
8610 function when mule-cmds.el[c] is loaded.
8611
8612 2000-08-22 Andrew Innes <andrewi@gnu.org>
8613
8614 * makefile.w32-in: New file.
8615
8616 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8617
8618 * comint.el (comint-output-filter): Compare end of
8619 comint-last-output-overlay with the start of the newly inserted
8620 text, not the end, when deciding whether to extend it.
8621 Set saved-point's insertion type to advance after insertion.
8622
8623 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8624 since this is now done independently of font-lock mode.
8625
8626 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8627
8628 * server.el (server-kill-new-buffers): New user option.
8629 (server-existing-buffer): New buffer-local variable.
8630 (server-visit-files): When using an existing buffer, set
8631 server-existing-buffer to t.
8632 (server-buffer-done): If server-kill-new-buffers is t, kill the
8633 buffer, unless it was already present before visiting it with
8634 Emacs server.
8635
8636 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8637
8638 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8639 even if the display doesn't support colors: some displays will
8640 support bold/underline faces.
8641
8642 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8643
8644 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8645
8646 * startup.el (command-line): If user's init file had an error,
8647 add explanatory text to *Messages*.
8648
8649 2000-08-21 Kenichi Handa <handa@etl.go.jp>
8650
8651 * man.el (Man-getpage-in-background): Decode the process output by
8652 the system locale coding system.
8653
8654 2000-08-20 Dave Love <fx@gnu.org>
8655
8656 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8657 Don't test x-popup-menu.
8658 (function) <complete-function>: Complete only fbound symbols.
8659 <validate, value>: New.
8660 (variable) <complete-function>: Complete only bound symbols.
8661 (coding-system): Add :base-only, :complete-function, :validate,
8662 :value, :prompt-match.
8663 (widget-coding-system-prompt-value): Use read-coding-system and
8664 act on :base-only.
8665 (editable-field): Add :help-echo.
8666 (widget-push-button-gui, widget-push-button-cache)
8667 (widget-gui-action, widget-editable-list-gui): COmment out, along
8668 with uses.
8669 (widget-at): Make arg optional.
8670 (widget-echo-help): Adjust for current help-echo calling sequence.
8671 (widget-specify-field, widget-specify-button)
8672 (widget-specify-insert, widget-get-sibling, widget-image-find)
8673 (widget-convert, widget-insert, widget-leave-text)
8674 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8675 (widget-setup, widget-field-find, widget-before-change)
8676 (widget-after-change, widget-default-complete)
8677 (widget-default-create, widget-default-delete)
8678 (widget-push-button-value-create, editable-field)
8679 (widget-field-prompt-value, widget-field-validate)
8680 (widget-choice-value-create, widget-choice-action)
8681 (widget-choice-validate, widget-checklist-add-item)
8682 (widget-radio-add-item, widget-radio-chosen)
8683 (widget-radio-value-inline, widget-editable-list-value-create)
8684 (widget-editable-list-entry-create)
8685 (widget-documentation-link-add)
8686 (widget-documentation-string-value-create)
8687 (widget-regexp-validate, widget-file-complete)
8688 (widget-sexp-validate, widget-plist-convert-widget)
8689 (widget-plist-convert-widget, widget-alist-convert-widget)
8690 (widget-alist-convert-widget, widget-color-complete): Simplify,
8691 particularly to avoid bindings which aren't optimized out.
8692
8693 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8694 Doc fix.
8695 (down-list, backward-up-list, up-list, kill-sexp)
8696 (backward-kill-sexp, mark-sexp): Make arg optional.
8697 (lisp-complete-symbol): Add optional arg PREDICATE.
8698
8699 * cus-start.el: Add display-buffer-reuse-frames,
8700 file-coding-system-alist.
8701
8702 2000-08-20 Gerd Moellmann <gerd@gnu.org>
8703
8704 * startup.el (command-line): Clear realized faces after
8705 modifying TTY color mappings.
8706
8707 2000-08-20 Miles Bader <miles@gnu.org>
8708
8709 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8710 merely a subset of FACE's attributes.
8711
8712 2000-08-19 Miles Bader <miles@gnu.org>
8713
8714 * comint.el (comint-output-filter): Save the point with a marker,
8715 not just a buffer position.
8716
8717 * international/mule.el (set-buffer-process-coding-system): Make
8718 interactive prompt less confusing.
8719
8720 2000-08-19 Gerd Moellmann <gerd@gnu.org>
8721
8722 * hilit-chg.el: General cleanup of doc strings, comments and
8723 code formatting.
8724
8725 2000-08-19 Miles Bader <miles@gnu.org>
8726
8727 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8728 Compiler macro removed; beginning-of-line is no longer always
8729 equivalent to forward-line, in the presence of fields.
8730
8731 * comint.el (comint-output-filter): Remove ad-hoc saving of
8732 restriction, and just use save-restriction, now that it works
8733 correctly. Don't adjust comint-last-input-start to account for
8734 our insertion; it shouldn't have moved because we don't use
8735 insert-before-markers anymore. Comment out call to
8736 `force-mode-line-update'; why is it here?
8737
8738 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8739 while checking for prompt to delete. Use `forward-line 0'
8740 instead of beginning-of-line.
8741 (gud-filter): Temporarily widen gud comint buffer while
8742 examining output.
8743
8744 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8745
8746 * progmodes/sh-script.el: Big bag of typos.
8747
8748 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8749 check since ispell-process is not bound when ispell is not yet loaded.
8750
8751 2000-08-18 Dave Love <fx@gnu.org>
8752
8753 * image.el (find-image): Copy `spec' before using plist-put.
8754
8755 2000-08-18 Gerd Moellmann <gerd@gnu.org>
8756
8757 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8758 `portugues'.
8759
8760 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8761 backward-kill-sexp, analogous to kill-sexp.
8762
8763 * progmodes/icon.el (icon-indent-line)
8764 (icon-is-continuation-line): Handle comments specially.
8765
8766 2000-08-17 Ken Stevens <k.stevens@ieee.org>
8767
8768 * ispell.el: Set to standard author/maintainer/keyword fields.
8769 Fine tuning to menu map appearance and operation, and added help.
8770 Remove `start' and `end' error messages when compiling.
8771 (ispell-choices-win-default-height): Fixed comment string.
8772 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8773 castellano8 dictionaries.
8774 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8775 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8776 dictionary, added italiano dictionary.
8777 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8778 word character
8779 (ispell-tex-skip-alists): Added psfig support.
8780 (ispell-skip-html): Renamed from ispell-skip-sgml.
8781 (ispell-begin-skip-region-regexp, ispell-skip-region)
8782 (ispell-minor-check): Improved html skipping support to skip across
8783 code, and recognize `&' commands without propper `;' syntax;
8784 (ispell-process-line): Fix alignment error when manually
8785 correcting spelling.
8786 (ispell): Fix comment string.
8787 (ispell-add-per-file-word-list): Always put word list on new line.
8788
8789 2000-08-17 Gerd Moellmann <gerd@gnu.org>
8790
8791 * format.el (format-encode-run-method): Fix error message to say
8792 `encode' instead of `decode'. Use save-window-excursion around
8793 shell-command-on-region as in format-decode-run-method because
8794 shell-command-on-region can display a buffer with error output.
8795 (format-decode): Don't record undo information for the decoding.
8796 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8797 that number part of the temporary buffer name so that more than
8798 one decoding using a temporary buffer can happen safely.
8799
8800 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8801 of `A-z' in the regexp.
8802
8803 * hilit-chg.el: Fix typos in commentary.
8804
8805 * help.el (view-emacs-news): Rewritten for new naming scheme
8806 for old NEWS files.
8807
8808 * startup.el (command-line): Pop to *Messages* in case an error
8809 is signaled while loading user-init-file.
8810
8811 2000-08-17 Andreas Schwab <schwab@suse.de>
8812
8813 * files.el (insert-directory): Don't lose original file name,
8814 undoing an undocumented change.
8815
8816 2000-08-17 Alex Schroeder <alex@gnu.org>
8817
8818 * sql.el (sql-magic-go): Use comint-bol.
8819 (sql-copy-column): Use comint-line-beginning-position.
8820 (comint-line-beginning-position): Define a replacement for
8821 comint-line-beginning-position if it is not fboundp.
8822
8823 2000-08-17 Alex Schroeder <alex@gnu.org>
8824
8825 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8826 it didn't have any effect anyway.
8827
8828 2000-08-17 Alex Schroeder <alex@gnu.org>
8829
8830 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8831 --pset and pager=off instead of sending \\o|cat at the beginning
8832 of the session.
8833
8834 2000-08-17 Miles Bader <miles@gnu.org>
8835
8836 * progmodes/octave-inf.el: Add compatibility definition of
8837 comint-line-beginning-position.
8838
8839 2000-08-17 Kenichi Handa <handa@etl.go.jp>
8840
8841 * startup.el (normal-top-level): Look in each dir in load-path for
8842 a leim-list.el file too. This assures of loading leim-list.el
8843 that is created at Emacs installation time even if a user have his
8844 own leim-list.el.
8845
8846 2000-08-17 Miles Bader <miles@gnu.org>
8847
8848 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8849 foreground color to black if the background is dark.
8850
8851 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8852
8853 * loadhist.el (unload-feature): Typo.
8854
8855 * finder.el (finder-compile-keywords):
8856 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8857 to the generated file.
8858
8859 * mail/mh-e.el (mh-make-local-vars):
8860 Replace make-variable-buffer-local with make-local-variable.
8861
8862 * play/landmark.el:
8863 * options.el (Edit-options-{set,toggle,t,nil}):
8864 * mail/mailabbrev.el (mail-abbrevs-mode):
8865 * textmodes/tex-mode.el (tex-expand-files):
8866 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8867
8868 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8869
8870 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8871 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8872 Allow going past the last element.
8873 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8874 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8875 (cvs-mouse-toggle-mark): Don't move point.
8876 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8877
8878 * progmodes/compile.el (grep): Provide a default set of files.
8879 (next-error): Docstring fix.
8880 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8881
8882 * emacs-lisp/easy-mmode.el (define-minor-mode):
8883 Use `symbol-value' to keep the byte-compiler quiet.
8884
8885 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8886 (diff-find-source-location): New fun, extracted from diff-goto-source.
8887 (diff-goto-source): Use it.
8888 (diff-next-complex-hunk, diff-filter-lines): New function.
8889 (diff-apply-hunk): New command.
8890
8891 * smerge-mode.el (smerge-mode-menu): Doc fix.
8892
8893 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8894
8895 2000-08-16 Dave Love <fx@gnu.org>
8896
8897 * windmove.el (windmove) <defgroup>: Add :version.
8898
8899 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8900 (goto-address-fontify-p, goto-address-highlight-p)
8901 (goto-address-url-face, goto-address-url-mouse-face)
8902 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8903 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8904 (goto-address-fontify, goto-address-at-mouse): Simplify,
8905 (goto-address-at-point): browse-url-url-at-point,
8906 goto-address-find-address-at-point can return nil.
8907 (goto-address-find-address-at-point): Return nil on failure.
8908
8909 * align.el (align) <defgroup>: Add :version.
8910
8911 * calculator.el (calculator): Add :version.
8912 (calculator): Use two lines for calculator window if `modeline'
8913 face is boxed.
8914
8915 * play/5x5.el: Doc fixes.
8916 (5x5) <defgroup>: Add :version.
8917
8918 * play/fortune.el (fortune) <defgroup>: Add :version.
8919 (fortune-append): Fix error message.
8920 (fortune-from-region): Doc fix.
8921
8922 * play/pong.el (pong): Doc fix.
8923
8924 * play/morse.el: Keywords, commentary, autoloads.
8925
8926 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8927
8928 * desktop.el (desktop-save): Don't look at symbol-value of a
8929 member of minor-mode-alist, unless it is boundp.
8930
8931 2000-08-16 Sam Steingold <sds@gnu.org>
8932
8933 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8934 `while'; use `with-current-buffer' instead of `save-excursion'.
8935 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8936
8937 2000-08-16 Kenichi Handa <handa@etl.go.jp>
8938
8939 * international/ccl.el (declare-ccl-program): Docstring modified.
8940 (ccl-execute-with-args): Likewise.
8941
8942 2000-08-16 Miles Bader <miles@gnu.org>
8943
8944 * progmodes/sql.el: Add compatibility definition of
8945 comint-line-beginning-position.
8946
8947 2000-08-15 Gerd Moellmann <gerd@gnu.org>
8948
8949 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8950 'buffer-menu' property.
8951 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8952 fails.
8953 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8954 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8955 wasn't killed.
8956
8957 * buff-menu.el (list-buffers-noselect): Don't display the
8958 *Buffer List* buffer.
8959
8960 * font-lock.el: Require jit-lock to prevent a very late
8961 `Loading jit-lock' message.
8962
8963 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8964 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8965 mail address.
8966
8967 2000-08-15 Miles Bader <miles@gnu.org>
8968
8969 * textmodes/ispell.el (ispell-graphic-p): New constant.
8970 (ispell-choices-win-default-height, ispell-help): Use
8971 `ispell-graphic-p' instead of `xemacsp'.
8972
8973 2000-08-15 Dave Love <fx@gnu.org>
8974
8975 * simple.el: Autoload widget-convert when compiling.
8976 (mail-user-agent): Doc fix.
8977
8978 * help.el (function-called-at-point, variable-at-point): Use
8979 with-syntax-table.
8980 (help-manyarg-func-alist): Add insert-and-inherit.
8981
8982 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8983
8984 * delsel.el (delsel-unload-hook): New function.
8985
8986 * find-file.el: Doc fixes. Move provide to end.
8987 (ff) <defgroup>: Add :link.
8988 (ff-goto-click): Deleted.
8989 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8990 Use mouse-set-point.
8991
8992 * textmodes/tildify.el: Doc fixes.
8993 (tildify) <defgroup>: Add:version.
8994
8995 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8996 (glasses-custom-set): Use set-default, not set.
8997 (minor-mode-alist): Propertize the lighter.
8998 (glasses-mode): Provide optional arg.
8999
9000 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9001 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9002 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9003 option. Provide :type.
9004 (cwarn-configuration): Provide :type.
9005 (cwarn-mode): Doc fix.
9006
9007 * add-log.el (change-log-merge): Doc fix.
9008 (change-log-redate): New command.
9009
9010 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9011 Doze and Dog.
9012 (browse-url): Use dolist, not mapcar.
9013 (browse-url-at-point): Check for null url.
9014 (browse-url-event-buffer, browse-url-event-point): Functions
9015 deleted.
9016 (browse-url-at-mouse, browse-url-netscape): Simplify.
9017
9018 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9019 modes.
9020 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9021 Fix previous change to mapcan.
9022 (msb--init-file-alist, msb--add-separators)
9023 (msb--make-keymap-menu): Simplify.
9024 (msb--choose-file-menu): Use copy-sequence.
9025 (msb-mode-map): Add title to keymap.
9026 (msb-unload-hook): New function.
9027
9028 * bs.el: Fix indentation.
9029 (bs) <defgroup>: Add :links.
9030 (bs-show): Doc fix.
9031 (bs-apply-sort-faces): Don't use window-system.
9032 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9033
9034 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * calendar/timeclock.el (timeclock-file): Run .timelog through
9037 convert-standard-filename.
9038
9039 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9040
9041 * emacs-lisp/authors.el: New file.
9042
9043 * paren.el (show-paren-priority): New user option.
9044 (show-paren-function): Set overlay priorities to
9045 show-paren-priority.
9046
9047 2000-08-14 Miles Bader <miles@gnu.org>
9048
9049 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9050 beginning-of-line with inhibit-field-text-motion bound.
9051
9052 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9053
9054 * calendar/timeclock.el: New file.
9055
9056 2000-08-14 David Ponce <david@dponce.com>
9057
9058 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9059 `widget-button-click'. so that one can use left mouse button to
9060 click on dialog buttons.
9061
9062 2000-08-14 Emmanuel Briot <briot@gnat.com>
9063
9064 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9065 identifiers, since XML is case sensitive
9066
9067 2000-08-12 Miles Bader <miles@gnu.org>
9068
9069 * comint.el (comint-output-filter): Don't bother frobbing
9070 window-start, it doesn't seem to be necessary.
9071
9072 * comint.el (comint-send-string, comint-send-region): Make into
9073 real functions. Snapshot the prompt before sending.
9074
9075 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9076
9077 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9078 technique similar to Info-index, instead of relying on specific
9079 names of relevant Index nodes.
9080 (Info-goto-emacs-command-node): Bind Info-history to nil when
9081 going to the first node found by Info-find-emacs-command-nodes.
9082
9083 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9084
9085 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9086
9087 2000-08-10 Miles Bader <miles@gnu.org>
9088
9089 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9090
9091 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * info.el (Info-file-list-for-emacs): More elements for the
9094 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9095 and woman manuals.
9096
9097 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9098
9099 * comint.el (comint-send-input): Make the newline boundary overlay
9100 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9101 (comint-output-filter): Use `insert' instead of
9102 `insert-before-markers'. Extend comint-last-output-overlay when
9103 necessary since we can't rely on insert-before-markers to do it.
9104 * gud.el (gud-filter): Use `with-current-buffer' instead of
9105 save-excursion when inserting the output, so that point gets
9106 updated correctly; the old method relied on a rather dodgy
9107 side-effect of comint-output-filter to avoid the effect of
9108 save-excursion.
9109
9110 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9111
9112 * files.el (recover-file): Call insert-directory instead of
9113 invoking `ls' directly.
9114
9115 2000-08-10 Miles Bader <miles@gnu.org>
9116
9117 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9118 (comint-last-prompt-overlay): New variables.
9119 (comint-output-filter): Implement prompt highlighting.
9120 (comint-snapshot-last-prompt): New function.
9121 (comint-send-input): Snapshot the last prompt.
9122 Use comint-highlight-input-face.
9123 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9124 Use defface instead of defcustom.
9125 (send-invisible, comint-send-eof): Snapshot the last prompt.
9126 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9127 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9128
9129 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9130
9131 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9132 (regexp-opt-group): Use a list of chars for `letters'.
9133 (regexp-opt-charset): `chars' is now a list of chars.
9134 Use a char-table rather than a vector so it works for multibyte chars.
9135
9136 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9137 Set cvs-minor-current-files to the selected fileinfo.
9138 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9139 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9140
9141 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9142
9143 * files.el (insert-directory): Don't call access-file on
9144 directories on DOS and Windows.
9145
9146 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9147
9148 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9149 longer if necessary.
9150 (ccl-embed-code): Call ccl-embed-data to store CODE in
9151 ccl-program-vector.
9152
9153 2000-08-09 Miles Bader <miles@gnu.org>
9154
9155 * comint.el (comint-output-filter): Properly handle the case where
9156 the text surrounded by comint-last-output-overlay was deleted.
9157
9158 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9159
9160 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9161 non-nil.
9162 (Info-file-list-for-emacs): Remove "info" from the list because
9163 that leads to trying to use the documentation from file `info'
9164 in various situations where it isn't appropriate, for instance
9165 C-h C-k C-h i.
9166
9167 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9168 DIR and/or STRING are nil.
9169
9170 * progmodes/compile.el (compilation-setup): Make variable
9171 compilation-error-screen-columns buffer-local, as some comment
9172 in the code suggests it should be.
9173
9174 * files.el (auto-mode-interpreter-regexp): New variable.
9175 (set-auto-mode): Use it.
9176
9177 * indent.el (indent-for-tab-command): Doc fix.
9178
9179 * mouse-sel.el (mouse-sel-mode): Doc fix.
9180
9181 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9182 labels.
9183
9184 * help.el (print-help-return-message): When
9185 display-buffer-reuse-frames is set, let the help window been quit,
9186 instead of deleting it, which might delete a reused frame.
9187
9188 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9189
9190 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9191 rename a directory to a name that differs only by its letter case.
9192
9193 2000-08-08 Kenichi Handa <handa@etl.go.jp>
9194
9195 * international/quail.el (quail-define-rules): Handle Quail decode
9196 map correctly. Add code for supporting annotations.
9197 (quail-install-decode-map): New function.
9198 (quail-defrule-internal): New optional arguments decode-map and
9199 props.
9200 (quail-advice): New function.
9201
9202 2000-08-07 Sam Steingold <sds@gnu.org>
9203
9204 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9205 `defconst', `define-condition', `with-slots'.
9206 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9207
9208 2000-08-03 Miles Bader <miles@gnu.org>
9209
9210 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9211 New variable.
9212 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9213 comint-use-prompt-regexp-instead-of-fields.
9214 (comint-send-input): Add `input' field property to stuff we send to
9215 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9216 (comint-output-filter): Add `output' field property to process
9217 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9218 (comint-replace-by-expanded-history)
9219 (comint-get-old-input-default, comint-show-output)
9220 (comint-backward-matching-input, comint-forward-matching-input)
9221 (comint-next-prompt, comint-previous-prompt): Use field
9222 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9223 (comint-line-beginning-position): New function.
9224 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9225 (comint-replace-by-expanded-history-before-point): Use
9226 comint-line-beginning-position and line-end-position.
9227 (comint-last-output-overlay): New variable.
9228 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9229
9230 * shell.el (shell-prompt-pattern): Doc change.
9231 (shell-backward-command): Use line-beginning-position.
9232
9233 * gud.el (gud-gdb-complete-command): Use
9234 comint-line-beginning-position.
9235
9236 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9237 comint-bol doesn't actually go to the beginning of the line.
9238
9239 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9240 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9241 (try-expand-line-all-buffers): Likewise.
9242
9243 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9244 explicitly matching comint-prompt-regexp.
9245 (sql-copy-column): Use comint-line-beginning-position instead of
9246 explicitly matching comint-prompt-regexp.
9247
9248 * progmodes/octave-inf.el (inferior-octave-complete): Use
9249 comint-line-beginning-position.
9250
9251 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9252
9253 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9254 looking for a prompt, use `forward-line 0' instead of
9255 `beginning-of-line', to avoid getting caught by an input field.
9256
9257 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9258
9259 * files.el (shell-quote-wildcard-pattern): Make sure to return
9260 PATTERN, in the Unix case.
9261
9262 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * play/zone.el (zone): Discard any pending input before running
9265 the randomly-chosen pgm.
9266
9267 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9268
9269 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9270 checking the existence of any multibyte characters.
9271
9272 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9273
9274 * help.el (describe-mode): Test minor-mode symbol for being
9275 bound before testing its value for being nil.
9276
9277 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9278 `first', `second', and `third'.
9279
9280 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9281 (second): Make it an alias for `cadr'.
9282
9283 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9284
9285 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9286 types of display support faces now.
9287
9288 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9289
9290 * pcvs.el (require): Require `cl' during compilation, only.
9291
9292 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9293 (toplevel): Remove `remq' and `remove' from autoloads.
9294 (cl-fake-autoloads): New variable. If set, arrange for an error
9295 when CL functions etc. are autoloaded.
9296
9297 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9298
9299 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9300
9301 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9302 popped up, but the user clicks outside the menu, return an empty
9303 regexp (that causes unhighlight-regexp to have no effect).
9304
9305 * menu-bar.el (menu-bar-games-menu): Add Zone.
9306
9307 * hi-lock.el (toplevel): Require font-lock.
9308
9309 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9310
9311 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9312 (ebnf-8-bit-chars): New var for bug fix.
9313 (ebnf-string): Bug fix.
9314
9315 2000-08-03 Sam Steingold <sds@gnu.org>
9316
9317 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9318 instead of `buffer-string'.
9319 (require 'cl): Always, not just when compiling.
9320 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9321 necessary.
9322
9323 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9324
9325 * international/mule-cmds.el (select-safe-coding-system): Make
9326 the message text about selecting a safe coding system more clear.
9327
9328 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9329
9330 * hi-lock.el: New file.
9331
9332 * play/zone.el: New file.
9333
9334 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9335 value of tab-width in the original buffer. Choose a line number
9336 format that's a multiple of the original buffer's tab width, so
9337 that lines appear right.
9338
9339 * textmodes/ispell.el (ispell): New function, replacing an alias.
9340 Spell-check active region if in transient-mark-mode and mark
9341 is active; otherwise spell-check buffer.
9342
9343 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9344
9345 * ps-mule.el: Fix a customization problem on
9346 ps-mule-font-info-database-default.
9347
9348 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9349
9350 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9351 display-mouse-p instead of window-system.
9352 (ebrowse-member-mode-map): Ditto.
9353
9354 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9355
9356 * progmodes/ebnf2ps.el: Update ps-print functions call.
9357 Indentation fix. Doc fix.
9358 (ebnf-version): New version number (3.2).
9359 (ebnf-format-color, ebnf-begin-job): Code fix.
9360
9361 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9362
9363 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9364 font lock support on window-system.
9365 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9366
9367 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9368 display-color-p, if fboundp, instead of window-system.
9369
9370 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9371
9372 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9373 instead of window-system.
9374
9375 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9376 window-system.
9377 (widget-choice-mouse-down-action): Use display-popup-menus-p
9378 instead of window-system.
9379
9380 * strokes.el (strokes-file): Run the file name through
9381 convert-standard-filename.
9382 (strokes-mode): Call display-mouse-p instead of looking at
9383 window-system. Change the error message accordingly.
9384
9385 * progmodes/cpp.el (toplevel): Support faces on tty's.
9386
9387 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9388 (lm-plot-square, lm-init-display): Don't use window-system.
9389
9390 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9391 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9392
9393 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9394 instead of looking at window-system.
9395
9396 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9397
9398 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9399 of testing if iswitchb-prepost-hooks is bound, because the
9400 latter will always be true when invoking a recursive minibuffer
9401 from an active Iswitchb buffer.
9402
9403 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9404
9405 * files.el (shell-quote-wildcard-pattern): New function.
9406 (insert-directory): Call it. Only prepend "\" to command on Unix
9407 and GNU/Linux systems.
9408
9409 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9410
9411 * eshell/esh-groups.el: Change custom :link file names
9412 from `eshell.info' to `eshell'.
9413
9414 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9415
9416 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9417 correctly in recursive ange-ftp listings.
9418
9419 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9420
9421 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9422 ps-header-font-size-internal and
9423 ps-header-title-font-size-internal variables are not set,
9424 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9425 face text property is (foreground-color . COLOR) or
9426 `(background-color . COLOR)', ps-print crashes. Doc fix.
9427 (ps-print-version): New version number (5.2.4).
9428 (ps-plot-region): Code fix.
9429 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9430 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9431 Bug fix 2.
9432
9433 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9434
9435 * glasses.el (glasses-make-readable): Fix uncapitalization of
9436 identifiers like `myXMLDocument'.
9437
9438 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9439
9440 * mail/mail-hist.el (mail-hist-previous-input)
9441 (mail-hist-next-input): Do the obvious code factorization.
9442 (mail-hist-retrieve-and-insert): New func, contains common
9443 code of above two.
9444 If inserting a message body, leave point at top.
9445
9446 2000-07-28 Sam Steingold <sds@gnu.org>
9447
9448 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9449 Use `<=', not `<' to compare times!
9450 (ange-ftp-ls): Remove.
9451
9452 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9453
9454 * play/cookie1.el: Add explanation of how to make cookie.el
9455 compatible with strfile(1) to comment.
9456
9457 * subr.el (remove, remq): New functions.
9458
9459 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9460 escape `*' in regexps.
9461 (midnight-find): Reverse order of arguments in the funcall of
9462 TEST.
9463
9464 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9465 and `.class'.
9466
9467 * play/meese.el: Add Commentary section.
9468
9469 2000-07-27 Alex Schroeder <alex@gnu.org>
9470
9471 * sql.el (sql-ms): Added autoload cookie.
9472 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9473 (sql-oracle): Ditto.
9474 (sql-help): Doc change.
9475
9476 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9477 types and exceptions.
9478
9479 2000-07-27 Alex Schroeder <alex@gnu.org>
9480
9481 * sql.el (sql-placeholder-history): New variable.
9482 (sql-query-placeholders-and-send): New function that will query
9483 the user and replace placeholders with user input.
9484 (sql-oracle): If running on NT, set comint-input-sender to
9485 sql-query-placeholders-and-send.
9486
9487 (sql-stop): If in the SQLi buffer, insert stop notification, else
9488 present it as a message.
9489
9490 2000-07-27 Alex Schroeder <alex@gnu.org>
9491
9492 * sql.el (sql-input-ring-separator): Doc change.
9493 (sql-input-ring-file-name): Doc change.
9494 (sql-interactive-mode): Use `sql-input-ring-separator' and
9495 `sql-input-ring-file-name' to set the comint-mode equivalents
9496 without making them local variables.
9497 (sql-stop): Don't bind `sql-input-ring-separator' and
9498 `sql-input-ring-file-name' dynamically to their comint-mode
9499 equivalents.
9500
9501 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9502
9503 * international/mule.el (register-char-codings): New function.
9504 (make-coding-system): Handle `safe-chars' specification in the arg
9505 PROPERTY.
9506
9507 * international/mule-cmds.el
9508 (find-coding-systems-region-subset-p): This function deleted.
9509 (sort-coding-systems-predicate): New variable.
9510 (sort-coding-systems): New function.
9511 (find-coding-systems-region): Use
9512 find-coding-systems-region-internal.
9513 (find-coding-systems-string): Use find-coding-systems-region.
9514 (find-coding-systems-for-charsets): Check
9515 char-coding-system-table.
9516 (select-safe-coding-system-accept-default-p): New variable.
9517 (select-safe-coding-system): Mostly rewritten. New argument
9518 ACCEPT-DEFAULT-P.
9519 (select-message-coding-system): Call select-safe-coding-system
9520 with ACCEPT-DEFAULT-P arg.
9521 (reset-language-environment): Reset default-sendmail-coding-system
9522 to the default value iso-latin-1.
9523 (set-language-environment): Don't set the obsolete variable
9524 charset-origin-alist.
9525
9526 * international/codepage.el (cp-coding-system-for-codepage-1):
9527 Give `safe-chars' property to make-coding-system.
9528
9529 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9530 calling select-message-coding-system twice.
9531
9532 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9533 instead of `safe-charsets'.
9534 (cyrillic-alternativnyj): Likewise.
9535 (ccl-encode-alternativnyj): Don't check the charset
9536 cyrillic-iso8859-5.
9537
9538 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9539
9540 * composite.el (compose-chars-after): Preserve match data.
9541
9542 2000-07-26 Sam Steingold <sds@gnu.org>
9543
9544 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9545 (ange-ftp-real-file-newer-than-file-p): New function.
9546 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9547 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9548
9549 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9550 * midnight.el (midnight-float-time): Ditto.
9551
9552 2000-07-26 Andreas Schwab <schwab@suse.de>
9553
9554 * files.el (normal-backup-enable-predicate): Correct
9555 interpretation of the return value of compare-strings.
9556
9557 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9558
9559 * isearch.el (isearch-resume): New function.
9560 (isearch-done): Add something to command-history to resume
9561 the search.
9562 (isearch-yank-line, isearch-yank-word): Use
9563 buffer-substring-no-properties instead of buffer-substring.
9564
9565 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9566 of flyspell-mouse-map.
9567
9568 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9569 duplicate definition.
9570 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9571
9572 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9573 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9574
9575 2000-07-25 Sam Steingold <sds@gnu.org>
9576
9577 * net/ange-ftp.el: Get modtime over the net.
9578 (ange-ftp-file-modtime): New function.
9579 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9580 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9581 Use it.
9582 (ange-ftp-dot-to-slash): New function.
9583 (ange-ftp-fix-name-for-vms): Use it.
9584
9585 * midnight.el (midnight-buffer-display-time): Use
9586 `with-current-buffer'.
9587
9588 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9589
9590 * find-dired.el: Update copyright notice.
9591 (find-dired): Offer to kill a running `find'.
9592
9593 * enriched.el (enriched-face-ans): For a `foreground-color'
9594 property, return '(("x-color" COLOR))' so that COLOR will be
9595 output as a parameter of the x-color annotation. Likewise for the
9596 `background-color' property. In the case of normal face
9597 properties, don't return annotations for unspecified foreground
9598 and background face attributes.
9599
9600 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9601
9602 * language/japan-util.el (japanese-katakana-region): Fix handling
9603 HANKAKU argument.
9604
9605 2000-07-25 Miles Bader <miles@gnu.org>
9606
9607 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9608 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9609 constrain-to-field.
9610
9611 2000-07-24 Andrew Innes <andrewi@gnu.org>
9612
9613 * timer.el (timer-activate-when-idle): Add optional parameter
9614 DONT-WAIT. Update docstring.
9615 (run-with-idle-timer): Specify extra parameter to
9616 timer-activate-when-idle, so that timer will be activated
9617 immediately if Emacs is already idle.
9618
9619 * w32-fns.el (w32-using-nt): Fix docstring.
9620
9621 2000-07-24 Dave Love <fx@gnu.org>
9622
9623 * mouse.el (popup-menu): Set last-command-event.
9624 (mouse-major-mode-menu-prefix): Declare.
9625
9626 2000-07-24 Gerd Moellmann <gerd@gnu.org>
9627
9628 * textmodes/flyspell.el: Update to author's version 1.5d.
9629
9630 * progmodes/hideshow.el: Update copyright notice.
9631
9632 * vcursor.el: Set maintainer to FSF, since author cannot
9633 be reached.
9634
9635 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9636
9637 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9638 the prompt.
9639
9640 * mouse.el (popup-menu): Run the keymap through indirect-function,
9641 in case it was defined with define-prefix-key. If the menu is a
9642 list of keymaps, look up the binding of user's choice in each one
9643 of the keymaps.
9644 (mouse-popup-menubar): If the global and local menu-bar keymaps
9645 don't have a prompt string, create one and insert it into the
9646 keymap. Don't barf if current-local-map returns nil.
9647
9648 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9649
9650 * dired.el (dired-sort-R-check): Added to allow recursive listing
9651 to be undone.
9652 (dired-sort-other): Use it.
9653
9654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9655
9656 * Release of cc-mode 5.27
9657
9658 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9659
9660 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9661 c-beginning-of-statement-1 that caused a bad case of recursion
9662 which could consume a lot of CPU in large classes in languages
9663 that have in-expression classes (i.e. Java and Pike).
9664
9665 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9666 statements before top level constructs (i.e. case 6 is moved
9667 before case 5 and is now case 4) to catch in-expression
9668 classes in top level expressions correctly.
9669
9670 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9671
9672 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9673 objc-method-intro. Case 4 removed and case 5I added.
9674
9675 * cc-langs.el (c-append-paragraph-start): New variable used by
9676 c-common-init to get paragraph-start correct.
9677 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9678 initialize paragraph-start to make it correct both with and
9679 without the javadoc special case.
9680
9681 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9682 initialize paragraph-start for javadoc markup.
9683
9684 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9685 change by defaulting this to t. It's motivated by the
9686 confusing behavior that otherwise arise from the style system
9687 when editing both java and non-java files at the same time
9688 (see the comments about style setting in c-common-init).
9689
9690 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9691
9692 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9693 similar to the one in c-fill-paragraph to check the fill
9694 prefix from the adaptive fill function for sanity.
9695
9696 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9697
9698 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9699 defun block.
9700
9701 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9702
9703 * cc-mode.texi Documented the change of cpp-macro.
9704
9705 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9706
9707 * cc-align.el (c-lineup-multi-inher): Handle lines with
9708 leading comma nicely. Extended to handle member initializers
9709 too.
9710
9711 * cc-engine.el: (c-beginning-of-inheritance-list,
9712 c-guess-basic-syntax): Fixed recognition of inheritance lists
9713 when the lines begins with a comma.
9714
9715 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9716
9717 * cc-vars.el (c-offsets-alist): Changed default for
9718 member-init-cont to c-lineup-multi-inher since it now handles
9719 member initializers and indents better for leading commas.
9720
9721 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9722
9723 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9724 handling that caused class open lines to be recognized as
9725 statement-conts in some cases.
9726
9727 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9728 guessed by the adaptive fill function unless point is on the
9729 first line of a block comment.
9730
9731 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9732 when the buffer ends with a macro continuation char.
9733
9734 * cc-engine.el (c-guess-basic-syntax): Added support for
9735 function definitions as statements in Pike. The first
9736 statement in a lambda block is now labeled defun-block-intro
9737 instead of statement-block-intro.
9738
9739 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9740 so that the class surrounding point is selected, not the one
9741 innermost in the state.
9742
9743 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9744 recognition of switch labels having hanging multiline
9745 statements.
9746
9747 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9748 some code in c-guess-basic-syntax to a separate function.
9749 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9750 recognition of member inits with multiple line arglists.
9751 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9752 member-init-cont when the commas are in funny places.
9753
9754 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9755
9756 * cc-defs.el (c-auto-newline): Removed this macro since it's
9757 not used anymore.
9758
9759 * cc-engine.el (c-looking-at-bos): New helper function.
9760 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9761 inexpr and toplevel classes apart in Pike.
9762
9763 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9764 of case 9A.
9765
9766 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9767 constant, since "class" can introduce an in-expression class
9768 in Pike nowadays.
9769
9770 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9771
9772 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9773 indentation on cpp-macro lines.
9774
9775 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9776 a syntax modifier like comment-intro, to make it possible to
9777 get syntactic indentation for preprocessor directives. It's
9778 incompatible wrt to lineup functions on cpp-macro, but it has
9779 no observable effect in the 99.9% common case where cpp-macro
9780 is set to -1000.
9781
9782 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9783
9784 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9785 member-init-cont when the preceding arglist is several lines.
9786
9787 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9788
9789 * cc-styles.el (c-style-alist): The basic offset for the BSD
9790 style corrected to 8.
9791
9792 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9793
9794 * cc-styles.el (c-style-alist): Adjusted the indentation of
9795 brace list openers in the gnu style.
9796
9797 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9798
9799 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9800
9801 * cc-cmds.el (c-electric-brace, c-electric-slash,
9802 c-electric-star, c-electric-semi&comma, c-electric-colon,
9803 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9804 when c-syntactic-indentation is nil.
9805
9806 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9807 we were left at comments preceding the first statement when
9808 reaching the beginning of the buffer.
9809
9810 * cc-vars.el (c-syntactic-indentation): New variable to turn
9811 off all syntactic indentation.
9812
9813 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9814
9815 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9816 between the text and the block comment ender when it hangs,
9817 depending on how many there are before the fill.
9818
9819 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9820
9821 * cc-engine.el (c-beginning-of-closest-statement): New helper
9822 function to go back to the closest preceding statement start,
9823 which could be inside a conditional statement.
9824 * cc-engine.el (c-guess-basic-syntax): Use
9825 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9826
9827 * cc-engine.el (c-guess-basic-syntax): Better handling of
9828 arglist-intro, arglist-cont-nonempty and arglist-close when
9829 the arglist is nested inside parens. Cases 7A, 7C and 7F
9830 changed.
9831
9832 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9833 up-to-date with javadoc 1.2.
9834
9835 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9836
9837 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9838 multiline Pike type decls.
9839
9840 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9841
9842 * cc-cmds.el (c-indent-new-comment-line): Always break
9843 multiline comments in multiline mode, regardless of
9844 comment-multi-line.
9845
9846 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9847
9848 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9849 fully::qualified::names in C++ member init lists. Preamble in
9850 case 5D changed.
9851
9852 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9853
9854 * cc-langs.el (c-common-init): Handling of obsolete variables
9855 moved to c-initialize-cc-mode. More compatible style override
9856 when using global style variables.
9857 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9858 variables moved here.
9859
9860 * cc-mode.texi: Documented the special behavior of
9861 c-special-indent-hook as a style variable. Don't talk about
9862 doing (c-make-styles-buffer-local t) in a mode hook, since
9863 that's already too late to work right.
9864
9865 * cc-styles.el (c-make-styles-buffer-local): Flag style
9866 variable localness in c-style-variables-are-local-p to make
9867 the compatibility measure in c-common-init work well.
9868
9869 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9870 longer contain set-from-style.
9871 * cc-styles.el (c-initialize-builtin-style): Don't check for
9872 set-from-style on c-special-indent-hook.
9873 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9874 copy-alist is sufficient now.
9875
9876 * cc-styles.el (c-set-style, c-set-style-1,
9877 c-get-style-variables): Fixes to variable initialization so
9878 that duplicate entries in styles have the same effect
9879 regardless of DONT-OVERRIDE.
9880
9881 * cc-styles.el (c-set-style-2): Fixed bug where the
9882 initialization of inheriting styles failed when the
9883 dont-override flag is set.
9884
9885 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9886 on this.
9887
9888 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9889
9890 * cc-defs.el (c-forward-comment): Removed the workaround
9891 introduced in 5.38 since it had worse side-effects. If a line
9892 contains the string "//\"", it regarded the // as a comment
9893 start since the \ temporarily doesn't have escape syntax.
9894
9895 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9896
9897 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9898 ada-xref.el before ada-prj.el, so that the Project menu is created
9899 when ada-prj tries to add to it.
9900 (ada-activate-keys-for-case): Suppress the characters that are not
9901 part of the Ada syntax. Better compatibility with else-mode
9902 (ada-adjust-case-interactive): When auto-casing is not active,
9903 correctly insert newlines (used to insert only ^M). Prevent the
9904 syntax table from being changed in case of an error
9905 (or '_' becomes part of a word and some commands are confused).
9906 Do nothing if ada-auto-case is nil.
9907 (ada-after-keyword-p): Ignore keywords that are also attributes
9908 (ada-batch-reformat): Update usage comment
9909 (ada-call-from-contextual-menu): New function
9910 (ada-case-read-exceptions): Reinitialize the casing exception list
9911 first to nil first, so that the casing exception file can be
9912 shared.
9913 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9914 files.
9915 (ada-compile-goto-error): Fix regexp used to detect a file:line
9916 anywhere in the error message
9917 (ada-contextual-menu-last-point): New variable
9918 (ada-create-keymap): If the variable delete-key-deletes-forward is
9919 t on XEmacs, it means that DEL should delete one character
9920 forward.
9921 (ada-create-menu): Use :included instead of :visible for XEmacs.
9922 New submenu "Options".
9923 (ada-end-stmt-re): Correctly indent "select ... then abort"
9924 statements.
9925 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9926 even if they don't match ada-fill-comment-prefix Fix handling of
9927 paragraphs on the first or last line of a file.
9928 (ada-format-paramlist): Fix handling of default parameter values.
9929 (ada-get-body-name): New function.
9930 (ada-get-current-indent): Optimized by searchling directly for an
9931 existing generic part or a statement outside of it. Handle
9932 ada-indent-align-comments when indenting comments Replaced some
9933 regexps by testing directly the next character. This results in a
9934 huge speedup on some files. New indentation scheme for renames
9935 statements. Stop looking for the 'while' or 'for' associated with
9936 a 'loop' at the first semicolon encountered. A "return" can also
9937 match an anonymous access subprogram declaration.
9938 (ada-get-indent-noindent): Ignore strings and comments when
9939 looking for the keywords "record" and "private".
9940 (ada-goto-matching-decl-start): When matching "if", make sure we
9941 are not in fact seeing "end if". Ignore "when" statements except
9942 when initial keyword was "begin". Fix handling of nested
9943 procedures. Add a recursive call to this function to skip over
9944 other 'end' statmts. Fix indentation for "when .. => begin"
9945 (ada-in-open-paren-p): Fix indentation for complex boolean
9946 expressions, where 'and then', 'or else' and parenthesis
9947 statements are mixed up.
9948 (ada-in-paramlist-p): Skip comments while searching for the
9949 beginning Fix handling of operator declarations.
9950 (ada-indent-align-comments): New variable
9951 (ada-indent-current): Change the syntax table only in the
9952 protected section, so that we are sure it is restored correctly.
9953 (ada-indent-on-previous-lines): Use ada-use-indent and
9954 ada-with-indent Correctly indent "select ... then"
9955 (ada-indent-region): Slight speedup.
9956 (ada-indent-renames): New variable.
9957 (ada-last-which-function-subprog, ada-last-which-function-line):
9958 New variables
9959 (ada-looking-at-semi-private): Correctly indent the 'private'
9960 keyword when it is the first word in a package declaration.
9961 (ada-loose-case-word): Stop searching if at the end of the buffer.
9962 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9963 even if point is not initially at the end of the word.
9964 (ada-matching-decl-start-re): Add "when".
9965 (ada-mode): Add support for abbrev-mode, outline-mode and
9966 which-func-mode Override the old find-file.el entry in
9967 ff-special-constructs since it is using the obsolete
9968 ada-spec-suffix variable
9969 (ada-no-auto-case): New function
9970 (ada-scan-paramlist): When parsing the argument type, accept
9971 spaces (as in "X 'Class", generated by Rational Rose).
9972 (ada-other-file-name): No longer loads the other file.
9973 (ada-popup-menu): Save and restore the current buffer and cursor
9974 position before and after displaying the menu.
9975 (ada-search-ignore-complex-boolean): New function.
9976 (ada-uncomment-region): Emacs21 already knows how to delete
9977 comments not starting in the first column.
9978 (ada-use-indent): New variable
9979 (ada-which-function): New function.
9980 (ada-with-indent): New variable
9981 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9982 can be batch-compiled from the command line.
9983
9984 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9985 Add to the menu when the file is loaded, not in ada-mode-hook.
9986 Add -toolbar to the default ddd command Switches moved from
9987 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9988 ada-prj-default-comp-opt
9989 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9990 Reference Manual to the menu
9991 (ada-check-current): rewritten as a call to ada-compile-current
9992 (ada-compile): Removed.
9993 (ada-compile-application, ada-compile-current, ada-check-current):
9994 Set the compilation-search-path so that compile.el automatically
9995 finds the sources in src_dir. Automatic scrollong of the
9996 compilation buffer. C-uC-cC-c asks for confirmation before
9997 compiling
9998 (ada-compile-current): New parameter, prj-field
9999 (ada-complete-identifier): Load the .ali file before doing
10000 processing
10001 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10002 conform to gnatmake's behavior.
10003 (ada-find-file-in-dir): New function
10004 (ada-find-references): Set the environment variables for gnatfind
10005 (ada-find-src-file-in-dir): New function.
10006 (ada-first-non-nil): Removed
10007 (ada-gdb-application): Add support for jdb, the java debugger.
10008 (ada-get-ada-file-name): Load the original-file first if not done
10009 yet.
10010 (ada-get-all-references): Handles the new ali syntax (parent types
10011 are found between <>).
10012 (ada-initialize-runtime-library): New function
10013 (ada-mode-hook): Always load a project file when a file is opened,
10014 so that the casing exceptions are correctly read.
10015 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10016 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10017 to open the project file, since the latter does not work with
10018 speedbar Get default values before loading the prj file, or the
10019 default executable file name is wrong. Use the absolute value of
10020 src_dir to initialize ada-search-directories and
10021 compilation-search-path,... Add the standard runtime library to
10022 the search path for find-file.
10023 (ada-prj-default-debugger): Was missing an opening '{'
10024 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10025 variables.
10026 (ada-prj-default-gnatmake-opt): New variable
10027 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10028 buffers, the project file is the default one Save the windows
10029 configuration before displaying the menu.
10030 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10031 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10032 ...) regexp-quote identifiers names to support operators +,
10033 -,... in regexps.
10034 (ada-remote): New function.
10035 (ada-run-application): Erase the output buffer before starting the
10036 run Support remote execution of the application. Use
10037 call-process, or the arguments are incorrectly parsed
10038 (ada-set-default-project-file): Reread the content of the active
10039 project file, not the one from the current buffer When a project
10040 file is set as the default project, all directories are
10041 automatically associated with it.
10042 (ada-set-environment): New function
10043 (ada-treat-cmd-string): New special variable ${current}
10044 (ada-treat-cmd-string): Revised. The substitution is now done for
10045 any ${...} substring
10046 (ada-xref-current): If no body was found, compiles the spec
10047 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10048 compiler to get rid of command line length limitations.
10049 (ada-xref-get-project-field): New function
10050 (ada-xref-project-files): New variable
10051 (ada-xref-runtime-library-specs-path)
10052 (ada-xref-runtime-library-ali-path): New variables
10053 (ada-xref-set-default-prj-values): Default run command now does a
10054 cd to the build directory. New field: main_unit Provide a default
10055 file name even if the current buffer has no prj file.
10056
10057 * ada-prj.el:
10058 Rewritten to show a tabbed-dialog.
10059 (ada-prj-add-ada-menu): Remove the map and name parameters.
10060 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10061 New function
10062 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10063 (ada-prj-load-from-file): New function
10064 (ada-prj-save): Always save fields that depend on the current buffer
10065 (ada-prj-show-value): New function
10066
10067 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10068 Ada mode. This will allow us to display the Ada menu in any buffer
10069 we want (for project items).
10070 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10071 number of spaces in the header.
10072
10073 2000-07-24 Dave Love <fx@gnu.org>
10074
10075 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10076
10077 2000-07-23 Noah Friedman <friedman@splode.com>
10078
10079 * type-break.el (type-break): perform autosave.
10080 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10081 (type-break-do-query): Cancel query schedule while performing
10082 actual query, to avoid possibility of a second query being made
10083 while first one is already in progress.
10084 (type-break-time-stamp-format): New variable.
10085 (type-break-time-stamp): New function.
10086 (type-break-time-warning): Use it.
10087 (type-break-keystroke-warning): Use it.
10088 (type-break-noninteractive-query): Use it.
10089
10090 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10091 cookie.
10092 Use add-minor-mode to set minor-mode-alist, if available.
10093 (eldoc-echo-area-use-multiline-p): New user option.
10094 (eldoc-echo-area-multiline-supported-p): New variable.
10095 (eldoc-docstring-format-sym-doc): Use them.
10096 (eldoc-mode): If not using idle timers, append to local post and
10097 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10098 (eldoc-display-message-no-interference-p): Don't interfere with
10099 edebug.
10100 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10101 (eldoc-function-arglist): New function.
10102 (eldoc-function-argstring): Use it.
10103
10104 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10105 auto save directory exists before calling directory-files.
10106
10107 2000-07-23 Dave Love <fx@gnu.org>
10108
10109 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10110 ^o, ^u.
10111
10112 2000-07-21 Dave Love <fx@gnu.org>
10113
10114 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10115 now passed to the function. It now works properly.
10116
10117 * smerge-mode.el (smerge-mode-menu): Fill it out.
10118
10119 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10120
10121 * info-look.el (info-lookup): If *info* is shown in another frame
10122 on the same display, select that frame, instead of switching to
10123 the Info buffer in another window of the selected frame.
10124
10125 * simple.el (universal-argument-map): Bind numeric keypad keys
10126 kp-0 to kp-9 and kp-subtract.
10127 (digit-argument): Handle these keys.
10128
10129 2000-07-20 Dave Love <fx@gnu.org>
10130
10131 * net/goto-addr.el (goto-address-fontify): Don't bother with
10132 buffer-modified and read-only stuff -- irrelevant with overlays.
10133 Put an extra property on the overlays and use it to clean up in
10134 case goto-address is re-run.
10135
10136 2000-07-19 Richard M. Stallman <rms@gnu.org>
10137
10138 * timer.el (run-with-idle-timer): Doc fix.
10139
10140 * mail/mail-utils.el (mail-strip-quoted-names):
10141 Handle case where <...> appears inside "...".
10142 Use replace-match to edit the string more simply.
10143 (rmail-dont-reply-to): Cope with an unmatched ".
10144
10145 2000-07-19 Dave Love <fx@gnu.org>
10146
10147 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10148 implementation.
10149
10150 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10151 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10152 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10153
10154 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10155
10156 * textmodes/refer.el: Correct maintainer's email address.
10157
10158 * progmodes/hideif.el: Correct author's email address.
10159 Fix typo in comment.
10160
10161 * xml.el: New file.
10162
10163 * mail/mailheader.el: Correct author's mail address.
10164
10165 * gnus/parse-time.el: Correct author's mail address.
10166
10167 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10168
10169 * comint.el (comint-highlight-input, comint-highlight-face):
10170 New user options.
10171 (comint-input-ring-file-name): Change custom type.
10172 (comint-mode-map): Bind mouse-2.
10173 (comint-insert-clicked-input): New function.
10174 (comint-send-input): Handle input highlighting.
10175
10176 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10177
10178 * mouse.el (popup-menu): New function.
10179 (mouse-major-mode-menu): Use it.
10180
10181 2000-07-18 Dave Love <fx@gnu.org>
10182
10183 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10184 improvements.
10185
10186 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10187
10188 * faces.el (face-font-selection-order)
10189 (face-font-family-alternatives): Add custom type.
10190
10191 2000-07-18 Dave Love <fx@gnu.org>
10192
10193 * cus-edit.el (custom-variable-reset-saved)
10194 (custom-variable-reset-standard): Remove unused bindings.
10195
10196 * rect.el (open-rectangle-line): Remove unused let.
10197
10198 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10199
10200 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10201
10202 * cdl.el: Fix `Maintainer' keyword.
10203
10204 * play/pong.el: Add author's email address.
10205
10206 2000-07-17 Sam Steingold <sds@gnu.org>
10207
10208 * files.el (insert-directory): Call `split-string' instead of
10209 re-implementing it.
10210
10211 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10212
10213 * mail/vms-pmail.el: Change maintainer to FSF.
10214
10215 * net/goto-addr.el: Change maintainer to FSF.
10216
10217 * info.el (Info-title-face-alist): Removed.
10218
10219 2000-07-18 David Ponce <david@dponce.com>
10220
10221 * recentf.el (recentf-open-files): New command that works like
10222 `recentf-open-more-files', but shows the whole list of files (not just
10223 those omitted from the menu). Useful if you don't use a menu-bar!
10224 (recentf-open-more-files) Modified to use `recentf-open-files'.
10225
10226 (recentf-open-files, recentf-open-more-files)
10227 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10228
10229 (recentf-dialog-mode): New mode for dialogs. You can now just type
10230 "q" to cancel the dialogs.
10231
10232 2000-07-18 David Ponce <david@dponce.com>
10233
10234 * recentf.el: This is a major update of recentf.el. It adds new
10235 features to better organize the recentf menu and "More..." buffer.
10236
10237 Using new provided menu filtering functions you can now organize the
10238 recent files list:
10239
10240 - by major modes
10241 - by directories
10242 - by user defined rules
10243
10244 Finally, with the new `recentf-filter-changer' customizable filter you
10245 can define a ring of filters and dynamically (via the menu) cycle on
10246 each menu organization in the ring (a la msb).
10247
10248 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10249
10250 * eshell/eshell.el (eshell): Replace links to eshell.info with
10251 links to eshell, to avoid problems on systems where the manual is
10252 installed as `eshell'.
10253 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10254 * eshell/em-smart.el (eshell-smart): Ditto.
10255 * eshell/em-banner.el (eshell-banner): Ditto.
10256 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10257
10258 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10259 same-file check in the MS-DOS version (it does support inodes).
10260
10261 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10262
10263 * eshell/eshell.el (eshell-directory-name):
10264 Run default directory name through convert-standard-filename.
10265
10266 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10267
10268 * international/mule-cmds.el (select-safe-coding-system):
10269 Fix typo in the comment.
10270
10271 * language/european.el (compound-text):
10272 Force katakana-jisx0201 to be designated to G1.
10273
10274 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10275 Don't translate some national variant characters of latin-jisx0201.
10276 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10277
10278 * international/kkc.el (kkc-after-update-conversion-functions):
10279 New variable.
10280 (kkc-update-conversion): Run functions in it at the tail.
10281
10282 2000-07-16 John Wiegley <johnw@gnu.org>
10283
10284 * lisp/align.el (align-newline-and-indent):
10285 Adding new function. for auto-aligning blocks of code on RET.
10286 (align-region): Fixed badly formatted minibuffer message.
10287
10288 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10289
10290 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10291 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10292 the conversion list at first if appropriate.
10293 (kkc-next): Don't update kkc-next-count here.
10294 (kkc-prev): Don't update kkc-prev-count here.
10295 (kkc-show-conversion-list-update): Fix setting up of conversion
10296 list message.
10297
10298 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10299
10300 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10301
10302 2000-07-16 Dave Love <fx@gnu.org>
10303
10304 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10305 function to be more specific.
10306
10307 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10308 non-string help-echo.
10309 (widget-types-convert-widget): Defsubst it.
10310 (widget-echo-help): Try to cope with a help-echo function of two
10311 possible sorts.
10312
10313 2000-07-15 Jason Rumney <jasonr@gnu.org>
10314
10315 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10316 Declare as obsolete.
10317
10318 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10319
10320 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10321
10322 * hilit-chg.el: Fix typo.
10323
10324 2000-07-14 Dave Love <fx@gnu.org>
10325
10326 * info.el (Info-mode-menu): Fix use of :help, :enable.
10327
10328 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10329
10330 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10331
10332 2000-07-13 Dave Love <fx@gnu.org>
10333
10334 * emacs-lisp/easymenu.el: Doc fixes.
10335 (easy-menu-remove): Defalias to ignore.
10336
10337 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10338 Call throw correctly.
10339
10340 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10341
10342 * faces.el (frame-background-mode): Doc fix.
10343
10344 * simple.el (eval-expression-print-length): Change custom type to
10345 allow entering nil as value.
10346
10347 2000-07-13 Dave Love <fx@gnu.org>
10348
10349 * progmodes/fortran.el (fortran-imenu-generic-expression):
10350 Change definition layout.
10351 (fortran-mode-menu): Reinstate customize entries.
10352
10353 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10354 Use :filter, per old XEmacs code.
10355
10356 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10357
10358 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10359 event when deciding what to send to the terminal.
10360
10361 2000-07-12 Dave Love <fx@gnu.org>
10362
10363 * cus-start.el: Add optional version as 4th element of specs and
10364 use it for several things new in v21. Remove load-path. Fix type
10365 of line-number-display-limit.
10366
10367 2000-07-11 Dave Love <fx@gnu.org>
10368
10369 * progmodes/fortran.el: Don't require easymenu.
10370 Use repeat counts in various regexps.
10371 (fortran-mode-syntax-table): Defvar directly.
10372 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10373 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10374 Use defvar, not defconst.
10375 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10376 (fortran-mode): Set fortran-comment-line-start-skip,
10377 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10378 (fortran-comment-indent): Use defsubst.
10379 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10380 Use fortran-comment-indent, not fortran-comment-indent-function.
10381 (fortran-comment-region, fortran-electric-line-number): Simplify.
10382 (fortran-auto-fill): New function.
10383 (fortran-do-auto-fill): Deleted.
10384 (fortran-find-comment-start-skip):
10385 Check for non-null comment-start-skip.
10386 (fortran-auto-fill-mode, fortran-fill-statement):
10387 Use fortran-auto-fill.
10388 (fortran-fill): Use fortran-auto-fill. Check for null
10389 comment-start-skip. Simplify final clause and use end-of-line finally.
10390
10391 * widget.el (widget-plist-member): New alias.
10392
10393 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10394
10395 * eshell/esh-module.el (toplevel): Reference
10396 byte-compile-current-file only if it is bound.
10397
10398 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10399
10400 * dired.el: Don't require `dired-aux'.
10401
10402 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10403
10404 * dired-aux.el (dired-show-file-type): New function.
10405 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10406 (dired-show-file-type): Add autoload.
10407
10408 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10409
10410 * international/mule-diag.el (describe-font): Adjusted for the
10411 change of fontset-info.
10412 (print-fontset): Likewise.
10413
10414 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10415
10416 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10417
10418 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10419
10420 * bindings.el: Bind `[delete]' to delete-char.
10421
10422 * dired.el (dired-find-alternate-file): New function.
10423 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10424 (toplevel): Require dired-aux when compiling.
10425 (dired-buffers): Move defvar within file to avoid compiler warning.
10426
10427 * info.el (Info-last-search): Variable removed.
10428 (Info-search-history): New variable.
10429 (Info-search): New Info-search-history.
10430
10431 * battery.el, info-look.el: Change author's mail address.
10432
10433 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10434
10435 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10436 if rmail-ignored-headers is nil.
10437 (rmail-retry-failure): Bind rmail-ignored-headers and
10438 rmail-displayed-headers to nil.
10439
10440 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10441
10442 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10443 (print-region-1): Don't hard code `-h' here.
10444
10445 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10446
10447 2000-07-01 Francesco Potorti` <pot@gnu.org>
10448
10449 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10450 exim can use "your message" instead of "the message".
10451
10452 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10453
10454 * facemenu.el: Docstrings fixes.
10455 (facemenu-get-face): Don't use internal-find-face.
10456 (facemenu-iterate): Rename arg to match the docstring.
10457
10458 * newcomment.el (uncomment-region): Be more careful when skipping
10459 backwards over `=' not to bump into BOBP.
10460
10461 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10462
10463 * ediff-diff.el (ediff-wordify): Use syntax table.
10464 * ediff-init.el (ediff-has-face-support-p): Use
10465 ediff-color-display-p.
10466 (ediff-color-display-p): Use display-color-p, changed to defun
10467 from defsubst.
10468 Got rid of special cases for NeXT and OS/2.
10469 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10470 face.
10471
10472 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10473
10474 * emacs-lisp/lucid.el: Require CL.
10475 (copy-tree, remprop): Remove, it's provided by CL.
10476 (map-keymap): Define in terms of cl-map-keymap.
10477 (extent-property, set-extent-end-glyph): New functions.
10478
10479 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10480
10481 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10482
10483 * Makefile.in (DONTCOMPILE): Add comment that the name may
10484 not be changed without changing the make-dist script.
10485
10486 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10487 (cl-mapc): Use mapc instead of cl-old-mapc.
10488
10489 2000-07-05 Andrew Innes <andrewi@gnu.org>
10490
10491 * makefile.nt: Add support for `bootstrap' and related targets.
10492
10493 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10494
10495 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10496 (easy-menu-do-define): Use `menu-item' format.
10497 Handle case where easy-menu-create-menu returns a symbol.
10498 Manually call the potential top-level filter in the function binding.
10499 (easy-menu-filter-return): New arg NAME.
10500 Convert to a keymap if MENU is an XEmacs menu.
10501 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10502 (easy-menu-converted-items-table, easy-menu-convert-item):
10503 New var and fun to memoize easy-menu-convert-item-1.
10504 (easy-menu-do-add-item): Use it.
10505 (easy-menu-create-menu): Use easy-menu-convert-item.
10506 Wrap easy-menu-filter-return around any :filter specification.
10507 Don't convert the menu if a filter was specified.
10508 Tell easy-menu-make-symbol not to check for MENU being an expression.
10509 (easy-menu-make-symbol): New arg NOEXP.
10510
10511 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10512
10513 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10514 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10515 (eval-defun): If called with prefix arg, instrument code for
10516 Edebug.
10517
10518 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10519 similar to that of eval-defun.
10520
10521 2000-07-04 Dave Love <fx@gnu.org>
10522
10523 * hl-line.el (hl-line-overlay): Make it permanent-local.
10524
10525 * calendar/todo-mode.el: Replaced with a working version, based on
10526 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10527
10528 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10529
10530 * paths.el (prune-directory-list): New function.
10531 (Info-default-directory-list): Rewritten to more methodically
10532 enumerate a big list of possible info directories (based on the
10533 list used by the standalone info reader).
10534
10535 * info.el (info-initialize): Use prune-directory-list to remove
10536 non-existent directories from Info-directory-list.
10537
10538 * paths.el (Info-default-directory-list): Try a list of possible
10539 info-directories instead of a single one. Add the possible
10540 info directory "/usr/share/info".
10541
10542 * woman.el (woman-man.conf-path): Explicitly include the debian
10543 man-db config file "/etc/manpath.config".
10544 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10545 are present in `manpath.config'.
10546 (woman-manpath): Include "/usr/share/man".
10547
10548 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10549
10550 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10551
10552 * startup.el (command-line): Initialize blink-cursor based
10553 on window-system.
10554
10555 * frame.el (blink-cursor): Default to nil if not running under
10556 a window-system.
10557
10558 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10559 (face-x-resources): Remove duplicate entry for :font.
10560
10561 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10562 instead of cycling through windows with next-window.
10563
10564 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10565 of cycling through windows with next-window.
10566
10567 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10568 of cycling through windows with next-window.
10569
10570 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10571 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10572 instead of cycling through windows with next-window.
10573
10574 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10575 instead of cycling through windows with next-window.
10576
10577 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10578 of cycling through windows with next-window.
10579
10580 * terminal.el (te-process-output): Use walk-windows instead of
10581 cycling through windows with next-window.
10582
10583 * server.el (server-switch-buffer): Use some-window instead of
10584 cycling through windows with next-window.
10585
10586 * window.el (some-window): New function.
10587 (walk-windows): Remove reference to walk-windows-start.
10588
10589 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10590
10591 2000-07-03 Richard Stallman <rms@gnu.org>
10592
10593 * window.el (walk-windows): Guarantee termination by keeping a list
10594 of all the windows already handled.
10595
10596 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10597
10598 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10599 window-system.
10600
10601 * man.el (Man-notify-when-ready): Don't use window-system. If
10602 Man-notify-method is newframe, and the display is not
10603 multi-frame, select the frame created for the man page.
10604 (Man-init-defvars): Doc fix.
10605
10606 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10607
10608 * faces.el (region): Change background color for light background.
10609
10610 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10611 attribute from mode-line face of Ediff control frame.
10612
10613 * replace.el (query-replace-map): Bind `e' like `E'.
10614
10615 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10616
10617 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10618 Change name to "Select All".
10619
10620 * dos-fns.el (convert-standard-filename): Fix last change.
10621
10622 2000-06-27 Gerd Moellmann <gerd@gnu.org>
10623
10624 * help.el (describe-variable): Don't insert a second `'s' in front
10625 of the string `value is shown below'. Since the syntax-table is
10626 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10627 an existing `'s', so that this won't be deleted.
10628
10629 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10630 * pcmpl-unix.el: New files.
10631
10632 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10633
10634 * wid-edit.el (widget-member): Use the new plist-member.
10635
10636 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10637
10638 * replace.el (perform-replace): Undo change of 2000-04-04.
10639 Instead, move backward 1 character at the end of the loop when
10640 necessary.
10641
10642 * faces.el (fringe): Change face for different backgrounds.
10643
10644 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10645 patch from John.
10646
10647 * eshell/*.el: Change spelling of the Free Software Foundation.
10648
10649 * eshell/esh-toggle.el: Removed.
10650
10651 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10652
10653 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10654 interactively.
10655
10656 2000-06-26 Alex Schroeder <alex@gnu.org>
10657
10658 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10659 `define-key'; instead of checking `(emacs-version)' check for
10660 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10661 for `;' and `o' which might be electric.
10662
10663 (sql-electric-stuff): New user option.
10664 (sql-magic-go): New function which uses `sql-electric-stuff'.
10665 (sql-magic-semicolon): New function which uses
10666 `sql-electric-stuff'.
10667
10668 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10669 is not fboundp.
10670
10671 (sql-oracle-options): New variable.
10672 (sql-oracle): Use it.
10673
10674 (sql-imenu-generic-expression): Doc change.
10675 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10676 is used.
10677
10678 (sql-informix): Added command line parameter "-" to force
10679 sql-informix-program to use stdout.
10680
10681 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10682
10683 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10684 (cp864-decode-table): Doc fix.
10685 (cp720-decode-table): New variable, supports the Arabic OEM
10686 codepage used by Windows.
10687 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10688
10689 2000-06-23 Dave Love <fx@gnu.org>
10690
10691 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10692 (font-lock-fontify-anchored-keywords): Use
10693 line-beginning-position.
10694 (global-font-lock-mode): Use mapc.
10695
10696 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10697
10698 * eshell/esh-module.el: Require CL when compiling.
10699
10700 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10701
10702 * comint.el (comint-substitute-in-file-name): Call replace-match
10703 with second and third arg t.
10704
10705 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10706 Specify foreground color.
10707
10708 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10709 color.
10710
10711 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10712
10713 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10714 cddr instead of cdddr.
10715
10716 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10717 instead of copy-list.
10718
10719 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10720 of copy-list.
10721
10722 * subdirs.el: Add eshell subdirectory.
10723
10724 * eshell: New subdirectory containing the Eshell package.
10725
10726 * pcomplete.el: New file.
10727
10728 2000-06-23 Paul Eggert <eggert@twinsun.com>
10729
10730 * mail/mailpost.el (post-mail-send-it): Make sure file has
10731 proper permissions from birth.
10732
10733 * files.el (basic-save-buffer-2): When temporarily setting
10734 file modes, set them to current modes plus 0200, not to 0777.
10735
10736 * emerge.el (emerge-make-temp-file): Make sure file has proper
10737 permissions from birth.
10738
10739 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10740
10741 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10742 backup file name through convert-standard-filename.
10743
10744 * dos-fns.el (convert-standard-filename): Convert leading
10745 directories as well. When long file names are supported, convert
10746 characters that are invalid in Windows file names.
10747
10748 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10749
10750 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10751 ps-print crashes. New feature: page selection for printing. Create
10752 raw-text-unix coding system for XEmacs. Doc fix.
10753 (ps-print-version): New version number (5.2.3).
10754 (ps-plot-region): Bug fix.
10755 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10756 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10757 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10758 funs.
10759 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10760 (ps-last-page): New vars.
10761
10762 2000-06-21 Gerd Moellmann <gerd@gnu.org>
10763
10764 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10765 empty option string.
10766
10767 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10768
10769 * man.el (man): Doc fix.
10770
10771 2000-06-21 Kenichi Handa <handa@etl.go.jp>
10772
10773 * international/mule-cmds.el (set-language-info-alist): Docstring
10774 fixed.
10775
10776 2000-06-20 Gerd Moellmann <gerd@gnu.org>
10777
10778 * version.el (emacs-version): Use ISO date format.
10779
10780 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10781 instead of `M-backspace'.
10782
10783 * simple.el (turn-off-auto-fill): New function.
10784
10785 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10786
10787 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10788 Renamed from with-buffer-prepared-for-font-lock and use
10789 inhibit-modification-hooks rather than setting *-change-functions.
10790 Update all functions to use the new name.
10791 (jit-lock-first-unfontify-pos): New semantics (and doc).
10792 (jit-lock-mode): Make non-interactive.
10793 Don't automatically turn on font-lock.
10794 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10795 Always use jit-lock-after-change.
10796 Remove and restore font-lock-after-change-function.
10797 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10798 (jit-lock-after-unfontify-buffer): Remove.
10799 (jit-lock-stealth-fontify):
10800 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10801 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10802
10803 2000-06-20 Sam Steingold <sds@gnu.org>
10804
10805 * emacs-lisp/cl-indent.el (toplevel): Indent
10806 `print-unreadable-object' properly. Untabify.
10807
10808 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10809
10810 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10811 Support for bibentry.
10812 (reftex-compile-variables): Fixed problem with end of section-re.
10813
10814 * texmodes/reftex-dcr.el (reftex-view-crossref,
10815 reftex-view-crossref-from-bibtex):
10816 Deal with changed `reftex-find-citation-regexp-format'.
10817 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10818 Replaced `remprop' with `put'.
10819 (reftex-view-crossref, reftex-view-crossref-when-idle):
10820 Support for bibentry.
10821
10822 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10823 New entry for bibentry package.
10824
10825 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10826 Regexp also matches "\nobibliography".
10827
10828 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10829 Call `reftex-ensure-write-access' before doing anything.
10830 (reftex-ensure-write-access): New function.
10831
10832 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10833
10834 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10835
10836 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10837
10838 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10839
10840 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10841
10842
10843 2000-06-20 Dave Love <fx@gnu.org>
10844
10845 * faces.el (frame-background-mode): Use set-default, not set, in
10846 setter.
10847 (frame-update-faces, frame-update-face-colors): Define with
10848 defalias.
10849
10850 * enriched.el (enriched-decode-foreground)
10851 (enriched-decode-background): Don't use internal-find-face.
10852
10853 * apropos.el: Doc fixes.
10854
10855 * cus-edit.el (customize-changed-options): Check arg.
10856 (customize-version-lessp): Don't require decimal point.
10857
10858 * custom.el (defcustom, defgroup): Doc fix.
10859
10860 * newcomment.el (comment) <defgroup>: Add :version.
10861 (comment-multi-line): Doc fix.
10862
10863 * emulation/mlsupport.el (define-hooked-local-abbrev,
10864 define-hooked-global-abbrev): Fix, using define-abbrev.
10865
10866 2000-06-19 Gerd Moellmann <gerd@gnu.org>
10867
10868 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10869 the whole buffer.
10870
10871 2000-06-19 Dave Love <fx@gnu.org>
10872
10873 * menu-bar.el (menu-bar-options-save): New function.
10874 (menu-bar-options-menu): Use it.
10875 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10876 Simplify.
10877
10878 2000-06-19 Andreas Schwab <schwab@suse.de>
10879
10880 * progmodes/etags.el (tags-query-replace): Put new parameters
10881 START and END at the end, for backward compatibility.
10882
10883 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10884
10885 * international/codepage.el:
10886 (cp-coding-system-for-codepage-1): Delete special codes for
10887 generating xxx-dos coding system because now a CCL based coding
10888 system can handle EOL conversion by default.
10889
10890 * international/mule.el (make-coding-system): Generate subsidiary
10891 coding systems for EOL handling variants even for a CCL based
10892 coding system.
10893
10894 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10895
10896 * international/isearch-x.el (isearch-minibuffer-input-method)
10897 (isearch-minibuffer-input-method-function): These variables
10898 deleted.
10899 (isearch-with-input-method): Don't use the above variables.
10900 (isearch-process-search-multibyte-characters): Likewise. Call
10901 read-string with the arg INHERIT-INPUT-METHOD t.
10902
10903 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10904
10905 * font-lock.el (font-lock-after-fontify-buffer)
10906 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10907
10908 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10909 Use consistent make-local-variable style for font-lock-fontified.
10910 (jit-lock-fontify-buffer):
10911 Don't bother checking for font-lock-mode and jit-lock-mode.
10912
10913 * time.el: Remove trailing ^M that prevent CVS-merging.
10914
10915 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10916
10917 * Makefile.in (distclean): New target.
10918
10919 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10920
10921 * Makefile.in (srcdir): Define for update-subdirs.
10922
10923 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10924
10925 * find-lisp.el: New file.
10926
10927 2000-06-16 Andrew Innes <andrewi@gnu.org>
10928
10929 * time.el (display-time-mail-function): New variable, to allow
10930 external packages to indicate when new mail is available.
10931 (display-time-update): Use it.
10932
10933 2000-06-16 Kenichi Handa <handa@etl.go.jp>
10934
10935 * international/mule.el (mule-version): Change version name to
10936 SAKAKI. AOI has already been used by Meadow.
10937
10938 * international/quail.el (quail-show-guidance-buf): To find the
10939 bottom window (but minibuffer), pay attention to the height of
10940 minibuffer.
10941
10942 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10943
10944 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10945 menu-bar menus. Add help strings. Don't remove the Edit menu
10946 from the menu bar, as the menu bar has enough space now.
10947
10948 * Makefile.in (SHELL): Make sure /bin/sh is used.
10949
10950 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10951 characters, which use series of two ^H characters instead of one.
10952
10953 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10954
10955 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10956 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10957 functions.
10958 (Info-find-node-2): Try a case-sensitive search first, then
10959 do a case-insensitive search.
10960
10961 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10962 tutorials.
10963
10964 * complete.el (PC-env-vars-alist): New variable.
10965 (PC-complete-as-file-name): New function.
10966 (partial-completion-mode): Initialize PC-env-vars-alist from
10967 process-environment.
10968 (PC-do-completion): Handle completion of env vars.
10969
10970 * info.el (Info-set-mode-line): Show file name in mode line,
10971 use `*Info*' instead of `Info:'.
10972
10973 * startup.el (command-line-1): Change copyright messages to year
10974 2000.
10975
10976 2000-06-15 Dave Love <fx@gnu.org>
10977
10978 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10979 not local-map.
10980
10981 2000-06-15 Kenichi Handa <handa@etl.go.jp>
10982
10983 * international/mule.el (set-buffer-file-coding-system): Almost
10984 rewritten to handle `undecided' as no-op.
10985
10986 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10987
10988 * Makefile.in: New file.
10989
10990 * Makefile: Removed.
10991
10992 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10993 (goto-address-highlight-keymap): Bind C-c RET.
10994
10995 2000-06-14 Kenichi Handa <handa@etl.go.jp>
10996
10997 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10998 inherits buffer-file-coding-system of the current buffer.
10999
11000 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11001 0. Give correct argument to set-auto-coding-function.
11002 (tar-expunge): For goto-char, use (point-min), not 0.
11003 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11004 (tar-subfile-save-buffer): Likewize.
11005
11006 * international/mule.el
11007 (after-insert-file-set-buffer-file-coding-system): Call
11008 set-buffer-file-coding-system with the arg FORCE t.
11009
11010 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11011
11012 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11013 nil. Contemporary sendmails issue an X-Authentication-Warning if
11014 the sender is set with `-f'.
11015
11016 2000-06-13 Dave Love <fx@gnu.org>
11017
11018 * help.el (describe-function-1): Kluge around cases of functions
11019 fset to subrs whose doc doesn't match their symbol-name.
11020
11021 * image.el (insert-image): Default STRING to a space.
11022
11023 * info.el Doc fixes.
11024 (Info-build-node-completions): Match Ref tags.
11025
11026 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11027
11028 * frame.el (display-multi-frame-p, display-multi-font-p): New
11029 defaliases for display-graphic-p.
11030
11031 * hl-line.el: Fixed a typo in commentary.
11032
11033 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11034
11035 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11036 fixed.
11037
11038 2000-06-12 Dave Love <fx@gnu.org>
11039
11040 * image.el (insert-image): Save a little consing.
11041
11042 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11043
11044 * language/tibet-util.el: Convert all tibetan-1-column characters
11045 to the corresponding tibetan characters.
11046 (tibetan-add-components): Delete code for the special treatment of
11047 'a chung.
11048
11049 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11050 change.
11051 (tibetan-vowel-transcription-alist): More rules added.
11052 (tibetan-composite-vowel-alist): New variable.
11053 (tibetan-precomposition-rule-alist): More rules added.
11054
11055 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11056
11057 * startup.el (command-line): Only call menu-bar-mode if interactive.
11058
11059 * thingatpt.el (toplevel symbol-properties):
11060 * textmodes/makeinfo.el (makeinfo-compile):
11061 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11062 * progmodes/hideif.el (hif-compress-define-list)
11063 (hide-ifdef-use-define-alist):
11064 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11065 (ange-ftp-vms-add-file-entry):
11066 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11067 * man.el (Man-build-man-command):
11068 * mail/rnewspost.el (news-reply-header-hook):
11069 * info.el (Info-insert-dir):
11070 * emulation/mlconvert.el (backward-word, forward-word, setq):
11071 * emacs-lisp/gulp.el (gulp-send-requests):
11072 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11073 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11074 (byte-optimize-apply, end of file):
11075 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11076 (ad-make-freeze-definition):
11077 * startup.el (command-line, command-line-1): Don't quote lambdas.
11078
11079 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11080 (cvs-cleanup-removed): New function.
11081 (cvs-cleanup-functions): New var.
11082 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11083 some flexibility in specifying additional entries to auto-cleanup.
11084 (cvs-quickdir): New function.
11085 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11086 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11087 (cvs-mode-find-file): Check that we are on a filename or dirname
11088 when invoked through a mouse-click.
11089 (cvs-full-path): Remove.
11090 (cvs-dired-action): Re-introduced.
11091 (cvs-dired-noselect): Use it.
11092 (vc-post-command-functions): use this new hook if available.
11093
11094 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11095 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11096 (cvs-filename-map, cvs-dirname-map): Remove.
11097 (cvs-default-action): Remove.
11098 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11099 if the arg is really a keymap.
11100 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11101 Don't hardcode the mapping from state (aka type) to face, but check
11102 the var cvs-fi-<type>-face instead.
11103 (cvs-fileinfo-from-entries): New function.
11104
11105 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11106 Docstring fix.
11107 (cvs-find-file-and-jump): Change default to be safer.
11108 (cvs-mode-diff-map): Define it as a function as well.
11109 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11110 Bind mouse-2 in this global map rather than with text-properties.
11111
11112 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11113 file to resolve the ambiguity between C(conflict) and C(need-merge).
11114
11115 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11116
11117 * international/mule.el (set-buffer-file-coding-system): If
11118 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11119 unconditionally.
11120
11121 2000-06-12 Dave Love <fx@gnu.org>
11122
11123 * wid-edit.el (widget-specify-button): Really suppress the face if
11124 required.
11125
11126 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11127
11128 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11129
11130 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11131
11132 * imenu.el (imenu-generic-expression): Docstring fix.
11133
11134 * composite.el (composition-function-table): Move the `put'
11135 below the autoload cookie so we can load the file before loaddefs.
11136
11137 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11138
11139 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11140 Handle easy-mmode-define-global-mode.
11141 For complex macros like define-minor-mode that can generate
11142 several autoload entries, try to autoload entries in the
11143 macroexpanded code.
11144
11145 * emacs-lisp/easy-mmode.el (define-minor-mode):
11146 If KEYMAP is a symbol, just use it.
11147 Use byte-compile-current-file and load-file-name to infer the
11148 proper :require to pass to defcustom.
11149 Wrap the hook var into `progn' so as not to autoload it.
11150 Add a :autoload-end cookie.
11151 Be more careful about the evaluation of KEYMAP.
11152 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11153 (define-derived-mode): Move define-abbrev-table outside of defvar.
11154
11155 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11156
11157 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11158 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11159 (backup-compiled-files): Ignore errors during `tar'.
11160 (bootstrap): Make autoloads before elc files.
11161
11162 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11163
11164 * international/mule.el (set-buffer-file-coding-system): If one of
11165 undecided-XXX is specified, change only EOL conversion.
11166
11167 * international/mule-conf.el (unix): New alias for the coding
11168 system undecided-unix.
11169
11170 2000-06-09 Dave Love <fx@gnu.org>
11171
11172 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11173
11174 * progmodes/executable.el: Byte compile dynamic.
11175 (executable-insert): Change custom type.
11176 (executable-find): Add autoload cookie.
11177 (executable-make-buffer-file-executable-if-script-p): New
11178 function. After Noah Friedman.
11179
11180 * files.el (after-save-hook): Customize, with
11181 executable-make-buffer-file-executable-if-script-p as an option.
11182
11183 2000-06-09 Kenichi Handa <handa@etl.go.jp>
11184
11185 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11186 "tib24p-mule.bdf" for Tibetan.
11187
11188 * composite.el (decompose-composite-char): Declare it as obsolete.
11189
11190 * man.el (Man-fontify-manpage): Pay attention to underline and
11191 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11192
11193 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11194
11195 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11196 Set maintainer to FSF since author isn't reachable.
11197
11198 2000-06-08 Dave Love <fx@gnu.org>
11199
11200 * international/mule-cmds.el (select-safe-coding-system): If
11201 DEFAULT-CODING-SYSTEM is not specified, also check the most
11202 preferred coding-system if buffer-file-coding-system is
11203 `undecided'. From Handa.
11204
11205 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11206
11207 * international/mule.el
11208 (after-insert-file-set-buffer-file-coding-system): If the buffer
11209 size is greater than INSERTED, judget that we are not visiting.
11210
11211 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11212
11213 * whitespace.el (defgroup whitespace): Comment out `:version'.
11214 XEmacs 20.4 has problems defining the group with this present.
11215 We'll have this commented out till get resolve the problem.
11216
11217 2000-06-07 John Wiegley <johnw@gnu.org>
11218
11219 * align.el (align-dq-string-modes, align-sq-string-modes)
11220 (align-open-comment-modes): Add pyhton-mode.
11221 (align-rules-list): Use get-text-property instead of
11222 text-properties-at.
11223 (align-rules-list): Add python-assignment.
11224 (align-rules-list): Change perl-comma-delimiter to
11225 basic-comma-delimiter. Use if for Perl modes and python-mode.
11226 (align-rules-list): Add python-chain-logic and
11227 basic-line-continuation.
11228
11229 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11230
11231 * apropos.el (apropos-mode-hook): New user variable.
11232 (apropos-mode): Run apropos-mode-hook.
11233
11234 2000-06-07 David Ponce <david@dponce.com>
11235
11236 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11237 commands. Require `wid-edit' at run-time.
11238
11239 2000-06-07 David Ponce <david@dponce.com>
11240
11241 * recentf.el: Added some "Commentary".
11242 (recentf-open-more-files, recentf-edit-list): Minor changes to
11243 move the point at the top of the file list. This behaviour is
11244 consistent with the menu one when the list contains a lot of
11245 files.
11246 (recentf-cleanup): Now displays the number of items removed from
11247 the list.
11248 (recentf-relative-filter) New menu filter to show filenames
11249 relative to `default-directory'.
11250
11251 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11252
11253 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11254 with/without giving an error if PostScript printer doesn't have this
11255 kind of page size. Zebra Stripe continues or restarts on next page.
11256 Manual/automatic paper feeding. Switch or not the header.
11257 (ps-print-version): New version number (5.2.2).
11258 (ps-windows-system): Include emx as a Windows system.
11259 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11260 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11261 (ps-background-text): Code fix.
11262 (ps-error-handler-message, ps-user-defined-prologue)
11263 (ps-print-prologue-header, ps-printer-name)
11264 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11265 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11266 (ps-use-face-background): Customization fix.
11267 (ps-n-up-database): Data fix.
11268 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11269 (ps-switch-header): New vars.
11270 (ps-xemacs-color-name, ps-face-foreground-name)
11271 (ps-face-background-name, ps-boolean-constant): New funs.
11272
11273 2000-06-07 Dave Love <fx@gnu.org>
11274
11275 * allout.el: New version from Manheimer.
11276
11277 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11278
11279 * textmodes/fill.el (fill-find-break-point): Check the validity of
11280 charset.
11281
11282 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11283
11284 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11285 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11286 Call display-color-p and display-mouse-p instead of looking at
11287 window-system.
11288
11289 2000-06-06 Dave Love <fx@gnu.org>
11290
11291 * image.el (find-image): Doc fix. Return nil if image not found.
11292 (put-image, insert-image): Make STRING arg optional.
11293
11294 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11295
11296 * language/vietnamese.el: Remove eval-when-compile.
11297 (viet-viscii-nonascii-translation-table): Define it as a
11298 translation table made from viet-viscii-decode-table.
11299 (viet-viscii-encode-table): Define it as a translation table made
11300 from the reverse map of above.
11301 (viet-vscii-nonascii-translation-table): Define it as a
11302 translation table made from viet-vscii-decode-table.
11303 (viet-vscii-encode-table): Define it as a translation table made
11304 from the reverse map of above.
11305 (ccl-decode-viscii): Use translate-character.
11306 (ccl-encode-viscii, ccl-encode-viscii-font)
11307 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11308 Likewize.
11309
11310 * language/cyrillic.el: Remove eval-when-compile.
11311 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11312 translation table made from cyrillic-koi8-r-decode-table.
11313 (cyrillic-koi8-r-encode-table): Define it as a translation table
11314 made from the reverse map of above.
11315 (ccl-decode-koi8): Use translate-character.
11316 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11317 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11318 a translation table made from cyrillic-alternativnyj-decode-table.
11319 (cyrillic-alternativnyj-encode-table): Define it as a translation
11320 table made from the reverse map of above.
11321 (ccl-decode-alternativnyj): Use translate-character.
11322 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11323 Likewize
11324
11325 * international/mule-diag.el (non-iso-charset-alist): Specify
11326 translation table symbol instead of translation table itself.
11327 (list-block-of-chars): CHARSET may be a translation table symbol.
11328
11329 * international/mule.el (make-coding-system): If CODING-SYSTEM
11330 already exists, override it.
11331
11332 * international/fontset.el: Use family `proportional' for Tibetan
11333 fonts.
11334
11335 * international/ccl.el (ccl-compile-translate-character): Don't
11336 check if Rrr has property translation-table.
11337 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11338
11339 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11340
11341 * info.el: Bind case-fold-search to t when searching in case
11342 a user sets it to nil in a hook.
11343
11344 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11345
11346 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11347 * hl-line.el (hl-line-mode): Use the new :global key argument.
11348
11349 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11350 (tar-clip-time-string): Prepend a space.
11351 (tar-grind-file-mode): Construct a string rather than modifying one.
11352 (tar-header-block-summarize): Fix docstring.
11353 Use `format' rather than an error-prone set of copy-loops.
11354
11355 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11356 (diff-goto-source, diff-unified->context, diff-context->unified)
11357 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11358 understand the format output by the `-p' argument to diff.
11359
11360 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11361 (sh-re-done): Use defconst.
11362 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11363 (sh-help-string-for-variable, sh-guess-basic-offset):
11364 Don't quote lambdas.
11365 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11366 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11367
11368 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11369 (mh-letter-mode): Derive from text-mode.
11370 This implicitly means that it now calls kill-all-local-variables.
11371 Also remove the Emacs-18 compatibility code.
11372
11373 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11374 Make use of symbol-property doc-string-elt.
11375 Use memq rather than a sequence of eq.
11376 (doc-string-elt): Fix the wrong or missing previously unused values.
11377 (autoload-print-form): New function extracted from
11378 generate-file-autoloads to allow recursion when handling progn
11379 so that defvar's and defun's docstrings are properly printed.
11380 (generate-file-autoloads): Use it.
11381
11382 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11383 Use find-file-hooks in the minor-mode function.
11384 Be careful not to loop indefinitely in the post-command-hook function.
11385
11386 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11387
11388 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11389 tty's.
11390 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11391 differences whenever appropriate.
11392 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11393 * viper.el (find-file, find-file-other-window): Get viper to do
11394 wildcards.
11395
11396 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11397
11398 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11399 (jit-lock-fontify-buffer): New function for JIT refontification.
11400 (jit-lock-mode): Fix docstring.
11401 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11402 Remove jit-lock-after-change from the _local_ hook.
11403 (jit-lock-function-1): Fix docstring.
11404
11405 * info.el (Info-on-current-buffer): Initialize info.
11406
11407 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11408
11409 * progmodes/tcl.el (tcl-indent-for-comment):
11410 Ignore comment-indent-hook.
11411
11412 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11413 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11414 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11415 and improve to use the lighter to guess the capitalization.
11416 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11417 Add keyword arguments to specify global-ness or the custom group.
11418 Add local-map and help-echo properties to the lighter.
11419 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11420 (easy-mmode-define-global-mode): New macro.
11421
11422 2000-06-02 Dave Love <fx@gnu.org>
11423
11424 * wid-edit.el: byte-compile-dynamic since we typically don't use
11425 all the widgets. Don't require cl or widget. Remove
11426 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11427 (widget-read-event): Removed. Callers changed to use read-event.
11428 (widget-button-release-event-p): Renamed from
11429 button-release-event-p.
11430 (widget-field-add-space, widget-field-use-before-change):
11431 Uncustomize.
11432 (widget-specify-field): Use keymap property, not local-map.
11433 (widget-specify-button): Obey :suppress-face.
11434 (widget-specify-insert): Use modern backquote syntax.
11435 (widget-image-directory): Renamed from widget-glyph-directory.
11436 (widget-image-enable): Renamed from widget-glyph-enable.
11437 (widget-image-find): Replaces widget-glyph-find.
11438 (widget-button-pressed-face): Move defvar.
11439 (widget-image-insert): Replaces widget-glyph-insert.
11440 (widget-convert): Use keywordp.
11441 (widget-leave-text, widget-children-value-delete): Use mapc.
11442 (widget-keymap): Remove XEmacs stuff.
11443 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11444 (widget-button-click): Don't set point at the click, but re-centre
11445 if we scroll out of window. Rewritten for images v. glyphs &c.
11446 (widget-tabable-at): Use POS arg, not point.
11447 (widget-beginning-of-line, widget-end-of-line)
11448 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11449 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11450 (widget-default-create): Use widget-image-insert; some rewriting.
11451 (widget-visibility-value-create)
11452 (widget-push-button-value-create, widget-toggle-value-create): Use
11453 widget-image-insert.
11454 (checkbox): Create on and off images dynamically.
11455 (documentation-link): Change :help-echo.
11456 (widget-documentation-link-echo-help): Remove.
11457
11458 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11459
11460 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11461
11462 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11463 (easy-mmode-define-toggle, define-minor-mode): Use it.
11464 (easy-mmode-define-keymap): Docstring fix.
11465 (define-derived-mode): Default PARENT to fundamental-mode.
11466 Add the derived-mode-parent symbol-property.
11467 (easy-mmode-derived-mode-p): New function.
11468
11469 2000-06-02 Dave Love <fx@gnu.org>
11470
11471 * files.el (convert-standard-filename): Doc fix.
11472 (normal-backup-enable-predicate): New function.
11473 (backup-enable-predicate): Use it to replace the lambda form.
11474
11475 * calendar/todo-mode.el: [This needs more work on the outline
11476 stuff.] Doc fixes.
11477 (todo) <defgroup>: Add :version.
11478 (todo-add-category): Don't use pushnew.
11479 (todo-cmd-raise): Fix typo.
11480 (todo-top-priorities): Change temp buffer name.
11481 (todo-category-alist): Avoid redundant lambda.
11482 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11483 Use outline-next-heading.
11484
11485 * autoarg.el: Rewritten to use define-minor-mode.
11486 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11487 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11488
11489 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11490
11491 * isearch.el (isearch-other-meta-char): Fix previous change.
11492
11493 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11494
11495 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11496 (log-edit-done): Only add the comment to the ring if it's different
11497 from the last comment entered.
11498
11499 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11500
11501 2000-06-01 Dave Love <fx@gnu.org>
11502
11503 * hl-line.el: Rewritten using define-minor-mode.
11504
11505 * help.el (describe-function-1): Distinguish special form from
11506 builtin function. Sanity-check presence of arglist for builtins.
11507
11508 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11509
11510 * international/characters.el: Fix syntax/category setting of
11511 Tibetan characters.
11512
11513 * language/tibet-util.el (tibetan-add-components): Fixes for new
11514 encoding of Tibetan characters.
11515 (tibetan-decompose-precomposition-alist): New variable.
11516 (tibetan-decompose-region): Convert precomposed characters to
11517 non-precomposed characters.
11518 (tibetan-decompose-string): Likewise.
11519 (tibetan-composition-function): Fix args to
11520 thibetan-compose-string.
11521
11522 * language/tibetan.el (tibetan-composable-pattern): More
11523 characters included.
11524 (tibetan-consonant-transcription-alist): Rule for "R" added.
11525 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11526 "+R" added.
11527 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11528
11529 * language/lao-util.el (lao-composition-function): Fix args to
11530 compose-string.
11531
11532 * language/thai-util.el (thai-composition-function): Fix args to
11533 compose-string.
11534
11535 * isearch.el (isearch-update): Set disable-point-adjustment to t
11536 to prevent the point moving to the end of a composition when a
11537 part of a composition is searched.
11538 (isearch-other-meta-char): If the key invoking this command can be
11539 mapped by function-key-map to a printing char, call
11540 isearch-process-search-char directly.
11541
11542 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11543
11544 * emacs-lisp/bytecomp.el:
11545 * frame.el:
11546 * international/mule-cmds.el:
11547 * international/mule-util.el:
11548 * international/mule.el:
11549 * mouse.el:
11550 * subr.el:
11551 * faces.el: Update calls to make-obsolete with a WHEN argument.
11552
11553 * byte-run.el (make-obsolete, make-obsolete-variable):
11554 Add an optional WHEN argument and change the format of the
11555 symbol-property information.
11556 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11557 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11558 new obsolete-symbol-property format and print WHEN if it is provided.
11559
11560 2000-05-31 Dave Love <fx@gnu.org>
11561
11562 * loadhist.el (loadhist-hook-functions): Remove
11563 before-change-function, after-change-function.
11564 (unload-feature): Deal with symbols which are both bound and
11565 fbound.
11566
11567 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11568 before-change-function, after-change-function.
11569
11570 * simple.el (newline): Don't bind before-change-function,
11571 after-change-function.
11572
11573 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11574
11575 * whitespace.el (whitespace-rescan-timer-time): Update interval
11576 set to 600 seconds (10 minutes) instead of 60 seconds since
11577 a large number of whitespace buffers causes emacs to `freeze'
11578 for a considerable amount of time.
11579
11580 * whitespace.el: Updated email address
11581
11582 2000-05-31 Dave Love <fx@gnu.org>
11583
11584 * add-log.el (change-log-font-lock-keywords) <function>: Add
11585 pattern for function of change.
11586 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11587 acknowledgements patterns.
11588
11589 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11590
11591 * isearch.el (isearch-printing-char): If keyboard coding system is
11592 being used, call isearch-process-search-multibyte-characters.
11593
11594 * international/isearch-x.el: Mostly rewritten.
11595
11596 * international/quail.el (quail-start-conversion): Don't include
11597 unhandled events in the returned events, but set them in
11598 unread-command-events. Exit if all inputs are deleted.
11599
11600 2000-05-30 Jason Rumney <jasonr@gnu.org>
11601
11602 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11603
11604 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11605 Reenable code to create initial fontsets.
11606 Use set-fontset-font in place of put-charset-property.
11607
11608 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11609
11610 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11611 label, ensure that the first colon isn't followed by another.
11612
11613 * paths.el (Info-default-directory-list): Doc fix.
11614
11615 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11616 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11617 send a query containing USER only, not USER@HOST.
11618
11619 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11620 and rmail-msgend to compute the restriction at the end, instead of
11621 computing it.
11622
11623 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11624
11625 * dabbrev.el (dabbrev-expand): Don't display messages in the
11626 echo area if the minibuffer window is active.
11627
11628 * jit-lock.el (jit-lock-mode): Add after change function to
11629 local hook.
11630
11631 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11632
11633 * antlr-mode.el: New commands: hide/unhide actions,
11634 upcase/downcase literals.
11635 (antlr-tiny-action-length): New user option.
11636 (antlr-hide-actions): New command. Suggested by
11637 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11638 (antlr-mode-map): New binding [C-c C-v].
11639 (antlr-mode-menu): New entries.
11640 (antlr-downcase-literals): New command.
11641 (antlr-upcase-literals): Ditto.
11642
11643 * antlr-mode.el: Minor changes: indendation, mode-name.
11644 (antlr-indent-line): Indent cpp directive at column 0.
11645 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11646
11647 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11648 (antlr-font-lock-additional-keywords): Workaround for intentional
11649 bug in XEmacs version of font-lock.
11650 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11651 be used by a smarter version of `buffers-menu-grouping-function'.
11652
11653 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11654
11655 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11656 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11657
11658 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11659
11660 * international/encoded-kb.el
11661 (encoded-kbd-iso2022-designation-map): Pay attention to that
11662 charset-iso-final-char return -1 for eight-bit-control and
11663 eight-bit-graphic.
11664
11665 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11666
11667 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11668 (speedbar-easymenu-definition-base): Use display-graphic-p where
11669 available, instead of window-system.
11670
11671 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11672
11673 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11674 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11675 coding systems.
11676
11677 2000-05-26 Dave Love <fx@gnu.org>
11678
11679 * disp-table.el (standard-display-underline): Don't use
11680 internal-find-face.
11681
11682 * mail/reporter.el: Maintainer change. Doc fixes.
11683 (reporter-version): Deleted.
11684
11685 * emacs-lisp/elp.el: Maintainer change.
11686 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11687
11688 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11689
11690 * add-log.el (add-change-log-entry): Merge the current entry with the
11691 previous one if the previous one is empty.
11692
11693 2000-05-26 Dave Love <fx@gnu.org>
11694
11695 * loadhist.el (unload-feature): Fix interactive spec [from
11696 lijnzaad@ebi.ac.uk].
11697
11698 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11699 subr-arity to check primitives.
11700 (byte-compile-flush-pending, byte-compile-file-form-progn)
11701 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11702 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11703 mapcar.
11704
11705 2000-05-26 Kenichi Handa <handa@etl.go.jp>
11706
11707 * international/fontset.el: Set family names of non-latin charsets
11708 in default fontset to "*".
11709
11710 * international/mule-diag.el (print-fontset): Combine family part
11711 and registry part of the fontname by "-*-" instead of "-".
11712
11713 * international/mule-cmds.el (encode-coding-char): Make strings
11714 multibyte before calling encode-coding-string.
11715
11716 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11717
11718 * derived.el: Fix keywords.
11719 (define-derived-mode): Only define if needed.
11720
11721 * simple.el (fill-comment, comment-column, comment-start)
11722 (comment-start-skip, comment-end, comment-indent-function)
11723 (block-comment-start, block-comment-end, indent-for-comment)
11724 (set-comment-column, kill-comment, comment-padding, comment-region)
11725 (comment-multi-line, indent-new-comment-line): Remove.
11726
11727 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11728 function names for comment operations.
11729
11730 * newcomment.el: Add abundant autoload cookies.
11731 (comment-style): Don't depend on runtime data at compile-time.
11732 (comment-indent-hook): Remove.
11733 (comment-indent): Check if comment-indent-hook is bound.
11734 (comment-region): Docstring fix.
11735
11736 2000-05-25 Dave Love <fx@gnu.org>
11737
11738 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11739 byte-code-function-p.
11740
11741 * mail/rmailsum.el: Add provide.
11742
11743 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11744
11745 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11746 defcustom.
11747
11748 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11749
11750 * ediff-diff.el (ediff-exec-process): delete --binary option from
11751 non-buffer ediff jobs.
11752
11753 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11754
11755 * hilit-chg.el (highlight-changes-mode): Ask about color or
11756 grayscale support, not about window-system.
11757
11758 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11759 window-system.
11760 (ffap-highlight): Always default to t.
11761
11762 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11763 display-popup-menus-p instead of looking at window-system.
11764
11765 * disp-table.el (standard-display-g1, standard-display-graphic):
11766 Only refuse to use string glyphs on X and MS-Windows.
11767
11768 * avoid.el: Remove window-system from commentary, suggest to use
11769 display-*-p instead.
11770
11771 * apropos.el (apropos-print): Use display-mouse-p instead of
11772 window-system.
11773
11774 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11775
11776 * international/codepage.el (cp-decoding-vector-for-codepage):
11777 Fill up unsupported characters with their own codes. From Kenichi
11778 Handa.
11779
11780 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11781
11782 * international/mule-diag.el (describe-char-after): Use
11783 display-graphic-p instead of window-system, so that this function
11784 works on MS-DOS.
11785
11786 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11787
11788 * international/codepage.el (cp-make-coding-systems-for-codepage):
11789 Remove the eight-bit-graphic and eight-bit-control charsets from
11790 the list of charsets which we convert into `?'.
11791
11792 2000-05-25 Kenichi Handa <handa@etl.go.jp>
11793
11794 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11795 private charsets.
11796 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11797 japanese-jisx0213-2): New charsets.
11798
11799 * international/fontset.el: Setup default fontset for new charsets.
11800
11801 2000-05-24 Dave Love <fx@gnu.org>
11802
11803 * info.el (Info-find-node-2): Restructure [following "Vadim
11804 S. Solomin" <sovs@uic.nnov.ru>].
11805
11806 * icomplete.el: Fix header for Finder.
11807
11808 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11809
11810 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11811 STAY.
11812
11813 * rmail.el (rmail-automatic-folder-directives): New user variable.
11814 (rmail-show-message): Add call to `rmail-auto-file' during
11815 display.
11816 (rmail-auto-file): New function.
11817
11818 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11819
11820 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11821 account.
11822 (ediff-test-utility,ediff-diff-mandatory-option)
11823 (ediff-reset-diff-options): Utilities for proper initialization of
11824 ediff-diff-options and ediff-diff3-options on Windows.
11825
11826 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11827 variable.
11828
11829 * ediff-mult.el (ediff-filegroup-action): Use
11830 ediff-merge-filename-prefix.
11831
11832 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11833
11834 * viper-ex.el (ex-write): Set selective display to nil.
11835
11836 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11837
11838 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11839 aliases for hebrew-iso-8bit.
11840
11841 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11842
11843 * woman.el: New version from Francis J. Wright
11844 <F.J.Wright@Maths.QMW.ac.uk>.
11845 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11846 names in environment variables regardless of the path separator.
11847 (woman-topic-all-completions-1): Don't call file-name-directory-p
11848 on all files, since woman-file-regexp already filters out any
11849 directories.
11850
11851 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11852
11853 * international/quail.el (quail-start-translation): Don't change
11854 modified-p of the current buffer.
11855 (quail-start-conversion): Likewise.
11856
11857 * international/kkc.el (kkc-region): Don't change modified-p of
11858 the current buffer.
11859
11860 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11861 conform to RFC1468.
11862 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11863
11864 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11865
11866 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11867 (speedbar-insert-button): Invisible text property fix.
11868 (speedbar-directory-plus): Renamed from speedbar-directory-+
11869 (speedbar-directory-minus): Renamed from speedbar-directory--
11870 (speedbar-page-plus): Renamed from speedbar-file-+
11871 (speedbar-page-minus): Renamed from speedbar-file--
11872 (speedbar-page): Renamed from speedbar-file-
11873 (speedbar-tag): Renamed from speedbar-tag-
11874 (speedbar-tag-plus): Renamed from speedbar-tag-+
11875 (speedbar-tag-minus): Renamed from speedbar-tag--
11876 (speedbar-expand-image-button-alist): Use above renames.
11877
11878 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11879 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11880 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11881 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11882 * sb-pg.xpm: Renamed from sb-file.xpm
11883 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11884 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11885
11886 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11887
11888 * international/quail.el (quail-show-guidance-buf): Set
11889 current-input-method of the guidance buffer to the name of the
11890 curren input method.
11891
11892 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11893
11894 * progmodes/compile.el (compile-internal): Style typo.
11895
11896 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11897 quote vars and functions in the docstring.
11898
11899 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11900
11901 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11902 Don't quote lambdas.
11903
11904 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11905
11906 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11907
11908 * startup.el (command-line): Determine source file of compiled
11909 user init file differently. Warn if compiled user init file
11910 is older than its source file.
11911
11912 * ffap.el (ffap-url-regexp): Add `https'.
11913
11914 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11915
11916 * files.el (make-backup-file-name-1): Replace slashes with `!'
11917 rather than `|' (which is not allowed on Windows). Replace the
11918 drive letters with a string "drive_X".
11919
11920 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11921
11922 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11923
11924 * files.el (interpreter-mode-alist): Add `bash2'.
11925
11926 2000-05-22 Dave Love <fx@gnu.org>
11927
11928 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11929 mapc.
11930 (feature-file): Avoid calling symbol-name. Doc fix.
11931 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11932 (loadhist-hook-functions): Add mouse-position-function.
11933 (unload-feature): Change uses of mapcar.
11934
11935 * files.el (parse-colon-path): Doc fix.
11936 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11937 (set-auto-mode): Use mapc.
11938
11939 * complete.el (PC-look-for-include-file): Use :alnum: character
11940 class.
11941 (partial-completion-mode): Add autoload cookie.
11942
11943 2000-05-22 Sam Steingold <sds@gnu.org>
11944
11945 * info.el (Info-fontify-node): Fixed the call to
11946 `add-text-properties' (bug introduced on 2000-05-18).
11947
11948 2000-05-22 Dave Love <fx@gnu.org>
11949
11950 * bindings.el: Remove debug-ignored-errors set in other files.
11951
11952 * progmodes/etags.el: Add to debug-ignored-errors.
11953 (visit-tags-table-buffer): Clear out buffers holding old tables
11954 when making a new list.
11955 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11956 mapc.
11957
11958 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11959 quote keywords.
11960 (cmpl-string-case-type): Use character classes.
11961
11962 * comint.el:
11963 * textmodes/ispell.el:
11964 * imenu.el:
11965 * mail/mh-e.el:
11966 * progmodes/compile.el: Add to debug-ignored-errors.
11967
11968 * dabbrev.el: Add to debug-ignored-errors.
11969 (dabbrev-completion): Use mapc.
11970
11971 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11972
11973 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11974 (woman-mapcan, woman-parse-man.conf)
11975 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11976 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11977 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11978 path syntax better.
11979 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11980 (woman-manpath): Call woman-parse-man.conf.
11981 (woman-emulation): New defcustom, defaults to nroff.
11982 (woman-font-support): New defconst.
11983 (woman-use-symbol-font): New defcustom.
11984 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11985 "Emulation".
11986 Many functions: Doc fix.
11987
11988 2000-05-22 Kenichi Handa <handa@etl.go.jp>
11989
11990 * international/quail.el (quail-simple-translation-keymap): Map
11991 128..255 to quail-self-insert-command.
11992 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11993
11994 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11995
11996 * help.el (help-manyarg-func-alist): Typo.
11997
11998 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11999 intervals which makes it heaps simpler.
12000
12001 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12002 the nested comment markers.
12003
12004 * subr.el (remove-hook): Don't turn the hook's value into a list.
12005
12006 2000-05-21 Dave Love <fx@gnu.org>
12007
12008 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12009 are invalid characters.
12010
12011 * international/mule-util.el (detect-coding-with-priority): Use
12012 mapc. Remove redundant lambda.
12013
12014 * international/mule-diag.el (list-non-iso-charset-chars)
12015 (describe-fontset): Remove redundant lambda.
12016
12017 * emulation/crisp.el (brief-mode): New alias.
12018
12019 * emacs-lisp/ring.el (ring-elements): New function.
12020
12021 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12022 (easy-menu-do-add-item): Use keywordp.
12023
12024 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12025
12026 * replace.el: Doc and error message fixes.
12027 (replace-highlight): Use facep, not internal-find-face.
12028
12029 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12030
12031 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12032
12033 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12034 (log-edit-insert-changelog): Drop `:' as well.
12035
12036 * log-view.el: Fix file description.
12037 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12038 available.
12039 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12040 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12041
12042 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12043 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12044 Print a status message if the toggle is called interactively.
12045 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12046 for global minor modes and use `defcustom' for them.
12047 Use add-minor-mode.
12048 (easy-mmode-define-derived-mode): Remove.
12049 (define-derived-mode): Fancier default docstring.
12050 (easy-mmode-define-navigation): Signal an error rather than (ding).
12051
12052 * newcomment.el (comment-styles): New `box-multi'.
12053 (comment-normalize-vars): Better default for comment-continue to
12054 avoid whitespace-only continuations.
12055 (comment-search-forward): Always move even in the no-syntax case.
12056 (comment-padright): Only obey N if it's only obeyed for padleft.
12057 (comment-make-extra-lines): Better handling of empty continuations.
12058 Use `=' for the filler if comment-start has only one character.
12059 (uncomment-region): Try handling the special `=' filler.
12060 (comment-region): Allow LINES even if MULTI is nil.
12061 (comment-box): Choose box style based on comment-style.
12062
12063 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12064
12065 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12066 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12067
12068 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12069
12070 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12071 and insert, not subst-char-in-region.
12072
12073 * international/mule-diag.el (list-character-sets-1): Handle
12074 charsets eight-bit-control and eight-bit-graphic.
12075 (list-iso-charset-chars): Likewise.
12076 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12077 charactes as is. Use indent-to to align characters.
12078
12079 * international/mule-cmds.el (find-multibyte-characters): Never
12080 exclude charsets eight-bit-control and eight-bit-graphic.
12081
12082 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12083
12084 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12085 Don't quote lambdas.
12086
12087 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12088
12089 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12090
12091 * gud.el (gud-jdb-directories): Doc fix.
12092
12093 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12094
12095 * newcomment.el: New file.
12096
12097 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12098
12099 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12100
12101 2000-05-18 Andreas Schwab <schwab@suse.de>
12102
12103 * dired.el (dired-between-files): Also skip lines beginning with
12104 `used'.
12105
12106 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12107
12108 * msb.el (msb-menu-cond): Add choice `user'.
12109
12110 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12111
12112 * ps-print.el: Compatibility, customization and doc fix.
12113 (ps-printer-name-option): Replace defconst by defvar.
12114 (ps-postscript-code-directory): XEmacs compatibility.
12115 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12116 fix.
12117 (ps-user-defined-prologue, ps-print-prologue-header)
12118 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12119 compatibility and code fix.
12120 (ps-print-background-image, ps-print-background-text):
12121 Customization fix.
12122 (ps-line-number-start, ps-n-up-on): New vars.
12123
12124 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12125
12126 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12127 the indent-comment function to just return the appropriate indent.
12128
12129 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12130
12131 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12132 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12133 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12134
12135 2000-05-18 Dave Love <fx@gnu.org>
12136
12137 * info.el (Info-fontify-node): Add intangible property as well as
12138 invisible.
12139
12140 * calendar/appt.el (appt-make-list): Match all lines of entry.
12141 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12142
12143 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12144
12145 * international/mule-diag.el (describe-char-after): Call
12146 internal-char-font, not char-font. If internal-char-font returns
12147 nil, display "-- none --".
12148
12149 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12150
12151 * image.el (image-type-available-p): Don't reference image-types
12152 if it isn't bound.
12153
12154 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12155
12156 * autoarg.el (autoarg-mode): Typo in the :set argument.
12157
12158 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12159
12160 * startup.el (command-line-1): Don't signal an error if the
12161 directory for auto-save-list files does not yet exist.
12162
12163 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12164
12165 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12166
12167 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12168
12169 * subr.el (remove-hook): `setq' hook-value, not `set'.
12170
12171 2000-05-16 Sam Steingold <sds@gnu.org>
12172
12173 * info.el (debug-ignored-errors): More errors to ignore.
12174
12175 2000-05-16 Dave Love <fx@gnu.org>
12176
12177 * cus-edit.el: Don't require cl or easymenu.
12178 (custom-variable-prompt): Test standard-value property, not
12179 user-variable-p.
12180
12181 2000-05-16 Sam Steingold <sds@gnu.org>
12182
12183 * subr.el (add-hook): `setq' hook-value, not `set'.
12184
12185 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12186
12187 * startup.el (command-line-1): Mention the FAQ in the startup
12188 message.
12189
12190 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12191
12192 * progmodes/compile.el (compilation-parse-errors): Collect
12193 `nomessage' regexps last.
12194
12195 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12196
12197 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12198 to the function name.
12199
12200 2000-05-15 Dave Love <fx@gnu.org>
12201
12202 * speedbar.el (speedbar-recenter): Typo.
12203 (speedbar-expand-line): Make arg optional.
12204 (speedbar-mode): Avoid a compiler warning.
12205
12206 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12207
12208 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12209 user-specified option string is empty.
12210
12211 * mouse.el (mouse-yank-at-click): Doc fix.
12212
12213 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12214
12215 * term/internal.el (IT-character-translations): More updates of
12216 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12217 documents.
12218
12219 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12220
12221 * env.el (getenv): New function, interactively callable.
12222 (setenv, getenv): Remove autoload cookies.
12223
12224 * loadup.el: Load `env'.
12225
12226 * progmodes/f90.el: Change author's mail address.
12227
12228 2000-05-14 Dave Love <fx@gnu.org>
12229
12230 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12231 goto-addr as an option.
12232
12233 * help.el (help-xref-stack): Doc fix.
12234 (help-xref-following): New variable.
12235 (help-make-xrefs): Use it.
12236 (help-xref-go-back): Use position information from stack element.
12237 (help-follow): Make position in stack element a pair. Use
12238 help-xref-following.
12239
12240 * autoarg.el: New file.
12241
12242 * faces.el: Declare more functions obsolete.
12243
12244 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12245 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12246 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12247 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12248 Remove all the setup-...-environment functions.
12249
12250 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12251
12252 * speedbar.el: Updated the commentary section. xemacs20p now uses
12253 >= when detecting. Require `defimage' safely.
12254 (speedbar-easymenu-definition-base): Add toggle for images.
12255 (speedbar-easymenu-definition-special): Add flush cache & expand.
12256 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12257 (speedbar-reconfigure-keymaps-hook): New variable.
12258 (speedbar-frame-parameters): Updated documentation.
12259 (speedbar-use-imenu-flag): Updated custom tag
12260 (speedbar-dynamic-tags-function-list): New variable.
12261 (speedbar-tag-hierarchy-method): Updated doc & custom.
12262 (speedbar-indentation-width, speedbar-indentation-width) New
12263 variables.
12264 (speedbar-hide-button-brackets-flag): Customizable.
12265 (speedbar-vc-indicator): Doc update.
12266 (speedbar-ignored-path-expressions): Updated default value.
12267 (speedbar-supported-extension-expressions): Updated default value.
12268 (speedbar-syntax-table): Remove {} paren status.
12269 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12270 as "+". Added overlay aliases.
12271 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12272 `force-mode-line-update'.
12273 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12274 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12275 `mouse-set-point'
12276 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12277 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12278 of arbitrary text, and new helper functions.
12279 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12280 filename finder.
12281 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12282 (speedbar-directory-buttons): Update path search/expansion.
12283 (speedbar-make-tag-line): Pay attention to
12284 `speedbar-indentation-width'. Use more care w/ invisible
12285 properties.
12286 (speedbar-change-expand-button-char): Call
12287 `speedbar-insert-image-button-maybe'.
12288 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12289 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12290 (speedbar-trim-words-tag-hierarchy)
12291 (speedbar-simple-group-tag-hierarchy): New functions
12292 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12293 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12294 functions.
12295 (speedbar-mouse-set-point): New function
12296 (speedbar-power-click): Updated documentation.
12297 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12298 of tag prefix text.
12299 (speedbar-expand-line, speedbar-contract-line): Make more robust
12300 to strange text.
12301 (speedbar-expand-line): Takes universal argument to flush the
12302 cache.
12303 (speedbar-flush-expand-line): New function.
12304 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12305 Use new generator insertion method.
12306 (speedbar-fetch-dynamic-tags): New function.
12307 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12308 `speedbar-fetch-dynamic-imenu'.
12309 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12310 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12311 "Revert Buffer" menu items.
12312 (speedbar-buffer-buttons-engine): Be smarter when creating a
12313 filename tag (for expansion purposes.).
12314 (speedbar-highlight-one-tag-line,
12315 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12316 (speedbar-recenter): New functions.
12317 (defimage-speedbar): Image loading abstraction.
12318 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12319 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12320 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12321 (speedbar-tag-type, speedbar-tag-mail): New images.
12322 (speedbar-expand-image-button-alist): New variable.
12323 (speedbar-insert-image-button-maybe): Insert an image over some
12324 buttons.
12325
12326 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12327
12328 * international/mule-cmds.el (encode-coding-char): An ASCII
12329 character is always encodable.
12330
12331 * international/mule-conf.el: Add more information in descriptions
12332 of character sets.
12333
12334 * international/mule-diag.el (describe-char-after): New function.
12335 (describe-font-internal): Adjusted for the change of font-info.
12336 (describe-font): Likewise.
12337 (print-fontset): Rewritten for the new fontset implementation.
12338 (describe-fontset): Include fontset alias names in completion.
12339 (list-fontsets): Adjusted for the change of print-fontset.
12340
12341 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12342 describe-char-after instead of displaying the detail in the echo
12343 area.
12344 (syntax-code-table): Format changed.
12345 (string-to-syntax): Adjusted for the above change.
12346
12347 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12348
12349 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12350
12351 2000-05-12 Dave Love <fx@gnu.org>
12352
12353 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12354 dependence. Use line-{beginning,end}-position, not
12355 point-at{b,e}ol. Some doc fixes.
12356 (todo-position): New function. Fix callers of position to use it.
12357 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12358
12359 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12360
12361 * time.el (display-time-mail-icon): Use `:ascent center'.
12362
12363 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12364 handling FTP security extensions.
12365
12366 2000-05-11 Dave Love <fx@gnu.org>
12367
12368 * calendar/todo-mode.el: New file.
12369
12370 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12371
12372 * comint.el (comint-read-input-ring): Move reference to
12373 comint-input-ring-size outside of the save-excursion. It was
12374 causing the default value to be the only one ever seen.
12375
12376 * font-lock.el: Update copyright. Remove Simon Marshall's email
12377 address on request from him.
12378
12379 * subr.el (substitute-key-definition): Add comment describing
12380 the meaning of PREFIX.
12381
12382 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12383
12384 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12385
12386 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12387 (add-minor-mode): Don't make the variable buffer-local and add a
12388 reference to define-minor-mode in the docstring.
12389
12390 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12391 HEADER/FOOTER and fix bug with trailing empty directory.
12392 (cvs-append-to-ignore): Use vc-editable-p if available.
12393 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12394 (vc-do-command): Tweak advice to handle the new VC.
12395
12396 * log-view.el (log-view-goto-rev): New function for the new VC.
12397 (log-view-minor-wrap): Use mark-active.
12398
12399 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12400 (log-edit-changelog-full-paragraphs): New var.
12401 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12402 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12403 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12404 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12405 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12406 Replace the `cvs' prefix with `log-edit'.
12407
12408 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12409
12410 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12411 (diff-font-lock-defaults): Explicitly turn off multiline.
12412 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12413 (diff-ediff-patch): Fix call to ediff-patch-file.
12414 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12415 Handle comments.
12416
12417 * frame.el (automatic-hscrolling): Typo.
12418
12419 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12420
12421 2000-05-09 Sam Steingold <sds@goems.com>
12422
12423 * apropos.el (apropos-print): use `describe-face' instead of
12424 `customize-face-other-window'.
12425
12426 2000-05-09 Dave Love <fx@gnu.org>
12427
12428 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12429
12430 * help.el (describe-variable): Have customize button pop the
12431 help-xref stack when invoked.
12432 (help-xref-symbol-regexp): Add `face'.
12433 (help-make-xrefs): Check for quoted face names and adapt regexp
12434 submatch numbers to cope.
12435 (help-xref-interned): Maybe insert face doc too. Separate
12436 sections with a line of hyphens.
12437
12438 * faces.el: Some doc fixes. Declare some functions obsolete.
12439 (describe-face): Add customize button. Return the help
12440 text. Fix prompt.
12441
12442 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12443
12444 * term/internal.el (IT-character-translations): Fix last change.
12445
12446 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12447
12448 * woman.el: New file
12449 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12450
12451 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12452
12453 * term/internal.el (IT-character-translations): Update ASCII
12454 simulations for greek-iso8859-7, add latin-iso8859-14 and
12455 latin-iso8859-15.
12456
12457 * international/mule-cmds.el (set-language-info-alist): Call
12458 define-prefix-command with 3 arguments, to make the map suitable
12459 for a menu.
12460
12461 2000-05-07 Dave Love <fx@gnu.org>
12462
12463 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12464
12465 2000-05-05 Dave Love <fx@gnu.org>
12466
12467 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12468 list in doc string. Don't quote keyword symbols.
12469 * emacs-lisp/cl.el: Likewise
12470 * emacs-lisp/cl-seq.el: Likewise
12471
12472 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12473
12474 * abbrev.el (abbrev-mode): Make ARG optional.
12475
12476 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12477
12478 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12479
12480 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12481
12482 * subr.el (substitute-key-definition): Clarify documentation.
12483
12484 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12485
12486 * glasses.el (glasses-convert-to-unreadable): Use
12487 `glasses-separator' instead of the hard-wired "_".
12488 (glasses-mode): Call `glasses-make-unreadable' only in a single
12489 place.
12490
12491 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12492
12493 * term/internal.el (cjk-codepages-alist): Add associations for
12494 Chinese and Korean codepages. Remove FIXME comment.
12495
12496 2000-05-03 Dave Love <fx@gnu.org>
12497
12498 * time.el (display-time-mail-face, display-time-use-mail-icon):
12499 New option.
12500 (display-time-mail-icon): New variable.
12501 (display-time-string-forms): Use the above. Fix the local-map.
12502
12503 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12504
12505 * replace.el (query-replace-map): Add binding for `E'.
12506 (query-replace-help): Extend help text.
12507 (perform-replace): Allow editing the replacement string.
12508
12509 * make-mode.el (makefile-mode-abbrev-table): New variable.
12510 (makefile-mode): Set local abbrev table to
12511 makefile-mode-abbrev-table.
12512 (makefile-font-lock-keywords): Fontify includes and conditionals.
12513
12514 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12515 set TOGGLE's value.
12516
12517 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12518 mail-interactive-insert-alias.
12519 (mail-abbrev-complete-alias): New command.
12520 (mail-mode-map): Bind it to `M-TAB'.
12521
12522 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12523
12524 * language/lao-util.el (lao-compose-region): New function.
12525
12526 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12527
12528 * files.el (recover-session): Make directories as necessary
12529 if they don't exist yet.
12530
12531 * calendar/cal-french.el
12532 (french-calendar-multibyte-special-days-array)
12533 (french-calendar-special-days-array): Change French text.
12534 (calendar-french-date-string): Change output.
12535 (calendar-goto-french-date): Likewise.
12536
12537 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12538
12539 * wid-edit.el (widget-default-active): Obey `:always-active'.
12540 (widget-documentation-string-value-create): Set `:always-active'.
12541
12542 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12543
12544 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12545 default prefix to `~/_emacs.d/auto-save.list/_s'.
12546 (normal-top-level): Create the directory for auto-save files, if
12547 it doesn't already exist (in the ms-dos case only).
12548
12549 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12550
12551 * international/mule-cmds.el (set-language-environment): Don't
12552 concat an integer (dos-codepage), use format instead.
12553
12554 2000-05-02 Dave Love <fx@gnu.org>
12555
12556 * help.el (help-xref-on-pp): Check for constant symbols.
12557
12558 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12559
12560 * startup.el (normal-top-level): Put a condition-case around
12561 the code loading subdirs.el.
12562
12563 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12564
12565 * ps-print.el: Upside-down and face background color printing,
12566 line number step, doc fix.
12567 (ps-print-version): New version number (5.2).
12568 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12569 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12570 (ps-spool-config): Var fix.
12571 (ps-printer-name-option): Const fix.
12572 (ps-print-upside-down, ps-use-face-background)
12573 (ps-line-number-step): New vars.
12574 (ps-window-system, ps-lp-system): New consts.
12575 (ps-face-background): New fun.
12576
12577 2000-04-28 Richard Stallman <rms@gnu.org>
12578
12579 * files.el (make-auto-save-file-name):
12580 Apply auto-save-file-name-transforms to visited file name
12581 before generating auto save file name.
12582 (auto-save-file-name-transforms): New variable.
12583
12584 * files.el (backup-enable-predicate):
12585 Correctly test for a file under a temporary directory.
12586
12587 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12588
12589 * subr.el (add-minor-mode): Rewritten.
12590
12591 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12592
12593 * mail/sendmail.el (sendmail-send-it): Set
12594 buffer-file-coding-system to the selected coding system for MIME
12595 header.
12596
12597 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12598
12599 * dired.el (dired-move-to-filename-regexp): Allow format where
12600 YYYY is followed by two spaces.
12601
12602 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12603 in the second character class of the regexp.
12604
12605 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12606 mh-etc, too.
12607
12608 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12609 nil.
12610
12611 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12612
12613 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12614 argument.
12615
12616 2000-04-27 Sen Nagata <sen@eccosys.com>
12617
12618 * emacs-lisp/crm.el (crm-completion-table): New variable.
12619 (crm-collection-fn, crm-test-completion)
12620 (completing-read-multiple): Use it.
12621
12622 2000-04-27 Dave Love <fx@gnu.org>
12623
12624 * help.el (locate-library): Use mapc.
12625 (help-manyarg-func-alist): Add call-process-region.
12626
12627 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12628
12629 * subr.el (add-minor-mode): Make argument MAP optional.
12630
12631 * desktop.el (desktop-save): Save list of minor modes.
12632 (desktop-create-buffer): Restore minor modes.
12633 (desktop-minor-mode-table): New user-option.
12634
12635 * subr.el (add-minor-mode): New function.
12636
12637 * image.el (find-image): New function.
12638 (defimage): Rewritten to find image at load time.
12639
12640 * startup.el (normal-top-level-add-to-load-path): Handle
12641 case that the default directory is not in load-path.
12642
12643 * help.el: Old patch from Stefan Monnier.
12644 (help-xref-on-pp): New function.
12645 (describe-variable): Use it to display xrefs in a symbol's value.
12646
12647 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12648
12649 * cus-edit.el (custom-face): Fix parenthesis.
12650
12651 2000-04-26 Kenichi Handa <handa@etl.go.jp>
12652
12653 * mail/rmail.el (rmail-expunge): When there are no deleted
12654 messages, do nothing.
12655
12656 2000-04-26 Dave Love <fx@gnu.org>
12657
12658 * international/mule-cmds.el (locale-translation-file-name):
12659 Defvar to nil.
12660 (set-locale-environment): Set it here (at runtime).
12661
12662 2000-04-25 Gerd Moellmann <gerd@gnu.org>
12663
12664 * replace.el (perform-replace): Add parameters START and END. Use
12665 them instead of the check for a region in Transient Mark mode.
12666 (query-replace-read-args): Return two more list elements for the
12667 start and end of the region in Transient Mark mode.
12668 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12669 (map-query-replace-regexp, replace-string, replace-regexp): Add
12670 optional last arguments START and END and pass them to
12671 perform-replace.
12672
12673 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12674 form with additional arguments for perform-replace.
12675
12676 * progmodes/etags.el (tags-query-replace): Add parameters START
12677 and END. Construct a form with additional arguments for
12678 perform-replace.
12679
12680 * simple.el (shell-command): Set default directory for "*Shell
12681 Command Output" buffer.
12682
12683 * language/european.el (iso-latin-4): Fix typo.
12684
12685 * emacs-lisp/crm.el: New file.
12686
12687 2000-04-24 Dave Love <fx@gnu.org>
12688
12689 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12690 (Custom-reset-saved, Custom-reset-standard)
12691 (custom-group-value-create, custom-group-set, custom-group-save)
12692 (custom-group-reset-current, custom-group-reset-saved)
12693 (custom-group-reset-standard): Use mapc.
12694 (custom-buffer-create-internal): Disable undo when creating items.
12695 Use mapc.
12696 (custom-face): Avoid redundant lambda.
12697
12698 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12699
12700 * startup.el (auto-save-list-file-prefix): Set default to
12701 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12702
12703 2000-04-24 Sam Steingold <sds@gnu.org>
12704
12705 * time-stamp.el (time-stamp-string-preprocess): Always convert
12706 `field-result' to a string.
12707
12708 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12709
12710 * frame.el (scrolling): New group.
12711 (automatic-hscrolling): New user-option.
12712
12713 * startup.el (command-line-x-option-alist): Add `-lsp' and
12714 `--line-spacing'.
12715
12716 2000-04-19 Dave Love <fx@gnu.org>
12717
12718 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12719 (cl-mapc): Rename from mapc. Fix the funcall.
12720
12721 2000-04-19 Gerd Moellmann <gerd@gnu.org>
12722
12723 * simple.el (clone-indirect-buffer-other-window): New command.
12724 (clone-indirect-buffer): Add optional arg NORECROD.
12725 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12726
12727 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12728
12729 * window.el (count-screen-lines): New function.
12730 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12731 instead of window-buffer-height.
12732
12733 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12734 non-existing variable comint-input-sentinel.
12735 (inferior-lisp-args-to-list): Removed.
12736 (inferior-lisp): Use split-string instead of
12737 inferior-lisp-args-to-list.
12738
12739 * hexl.el (hexl-insert-hex-string): New command.
12740
12741 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12742 instead of concat.
12743
12744 2000-04-18 Gerd Moellmann <gerd@gnu.org>
12745
12746 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12747 at the start of an existing but empty folder.
12748
12749 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12750
12751 * ps-mule.el: Customization fix, doc fix.
12752 (ps-multibyte-buffer): Customization fix.
12753
12754 2000-04-17 Richard M. Stallman <rms@gnu.org>
12755
12756 * subr.el (read-passwd): Use read-char-exclusive.
12757
12758 2000-04-17 Gerd Moellmann <gerd@gnu.org>
12759
12760 * textmodes/texinfo.el (texinfo-insert-@email)
12761 (texinfo-insert-@emph, texinfo-insert-@quotation)
12762 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12763 (texinfo-mode-map): Add key bindings for them.
12764
12765 * files.el (basic-save-buffer-2): Use a template with `$'
12766 instead of `#' for VMS.
12767
12768 * simple.el (clone-indirect-buffer): New function.
12769
12770 2000-04-16 Stephen Eglen <stephen@gnu.org>
12771
12772 * iswitchb.el (iswitchb-case): New function. If the user input
12773 contains any upper-case characters, the search is made
12774 case-sensitive.
12775
12776 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12777
12778 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12779 comment-end.
12780 (texinfo-font-lock-syntactic-keywords): New var.
12781 (texinfo-font-lock-keywords): Remove comment regexp.
12782 (texinfo-insert-block): New function.
12783 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12784 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12785 and font-lock-defaults. Use regexp-opt for outline-regexp.
12786 (texinfo-environments): New var.
12787 (texinfo-environment-regexp): Use regexp-opt and
12788 texinfo-environments.
12789
12790 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12791 ispell-process is bound since this might be eval'd before ispell
12792 is loaded.
12793 (ispell-message): Use a tiny bit less magic and a bit more hard
12794 data to figure out what kind of sc-cite-regexp to use.
12795
12796 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12797
12798 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12799 (insert-cyclic-diary-entry): Unquote the lambda.
12800
12801 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12802
12803 * files.el (backup-enable-predicate): Unquote the lambda.
12804
12805 * cus-edit.el (custom-face, face): Unquote the lambda.
12806
12807 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12808
12809 * ps-print.el: Check for line-beginning-position definition.
12810
12811 * ps-print.el: Fix counting lines in a region.
12812 (ps-print-version): New version number (5.1.5).
12813 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12814 (ps-printing-region): Fun code fix.
12815
12816 2000-04-15 Gerd Moellmann <gerd@gnu.org>
12817
12818 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12819 to file-directory-p.
12820
12821 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12822
12823 * gud.el (gud-jdb-build-source-files-list): Check that directory
12824 exists before calling directory-files.
12825
12826 2000-04-13 Dave Love <fx@gnu.org>
12827
12828 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12829 syntax.
12830
12831 * emacs-lisp/cl-specs.el: Remove when, unless.
12832
12833 * emacs-lisp/cl-extra.el: Don't quote keywords.
12834 (cl-old-mapc): New variable.
12835 (mapc): Use it.
12836 (cl-map-intervals): Use with-current-buffer. Don't check for
12837 next-property-change.
12838 (cl-map-overlays): Use with-current-buffer.
12839 (cl-expt): Remove.
12840 (copy-tree, remprop): Define unconditionally.
12841
12842 * emacs-lisp/cl-compat.el (keywordp): Remove.
12843
12844 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12845 to use keywordp.
12846 (edebug-spec): Enable keywordp.
12847
12848 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12849 string-lessp.
12850
12851 * cus-start.el: Use keywordp.
12852
12853 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12854
12855 * diary-lib.el (include-other-diary-files): Fix the fix of
12856 2000-02-18 by doing a save-excursion.
12857
12858 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12859
12860 * ps-print.el: Customization fix, doc fix.
12861 (ps-print-version): New version number (5.1.4).
12862 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12863 (ps-print-preprint): Adjust code.
12864 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12865 (ps-print-prologue-header, ps-print-control-characters)
12866 (ps-spool-config): Customization fix.
12867
12868 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12869
12870 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12871 converted to the new menu-item format, names silightly changed,
12872 help strings added.
12873
12874 Support for spelling without async subprocesses:
12875
12876 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12877 (ispell-session-buffer): New variables.
12878 (ispell-start-process, ispell-process-status,
12879 ispell-accept-output, ispell-send-string): New functions, for
12880 Ispell invocation when async subprocesses aren't supported.
12881 (ispell-word, ispell-pdict-save, ispell-command-loop,
12882 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12883 to process-send-string with calls to ispell-send-string, and
12884 accept-process-output with ispell-accept-output.
12885 (ispell-init-process): Call ispell-process-status instead of
12886 process-status with.
12887 (ispell-init-process): Call ispell-start-process. Call
12888 ispell-accept-output and ispell-send-string. Don't call
12889 process-kill-without-query and kill-process if they are unbound.
12890 (ispell-async-processp): New function.
12891
12892 2000-04-12 Dave Love <fx@gnu.org>
12893
12894 * info.el: Add debug-ignored-errors.
12895 (Info-mode-menu): Add some items.
12896 (Info-directory): Add autoload cookie.
12897
12898 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12899 Modify `truncate-lines'. Make `describe-language-environment'
12900 always visible and add help. Modify `describe-key' help. Invoke
12901 Info-directory from `info'. New entry `emacs-manual'.
12902
12903 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12904
12905 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12906 propertized-buffer-identification.
12907 (ebrowse-update-member-buffer-mode-line): Likewise.
12908 (ebrowse--mode-strings): Removed.
12909 (ebrowse--mode-line-props): Removed.
12910
12911 * files.el (auto-mode-alist): Add `EBROWSE'.
12912
12913 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12914 space before testing for end of buffer.
12915 (ebrowse-load): Removed.
12916 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12917 (ebrowse-create-tree-buffer): Rewritten.
12918 (ebrowse-tree-mode): Read tree from buffer.
12919
12920 * progmodes/ebrowse-ffh.el: Removed.
12921
12922 2000-04-10 Kenichi Handa <handa@etl.go.jp>
12923
12924 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12925
12926 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12927
12928 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12929 at the wrong place.
12930
12931 2000-04-09 Dave Love <fx@gnu.org>
12932
12933 * files.el (backup-enable-predicate): Use
12934 temporary-file-directory, small-temporary-file-directory.
12935 (make-backup-file-name-function, backup-directory-alist): New
12936 variables.
12937 (make-backup-file-name-1): New function.
12938 (make-backup-file-name): Use it.
12939 (find-backup-file-name): Likewise. Use format for clarity, not
12940 concat.
12941 (file-newest-backup): Use make-backup-file-name.
12942
12943 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12944
12945 * progmodes/ebrowse-ffh.el: New file.
12946
12947 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12948 to ebrowse-ffh.el.
12949 (ebrowse-load): Add autoload.
12950
12951 * finder.el (finder-commentary): Add autoload cookie.
12952
12953 * mail/rfc2368.el: Correct author's email address.
12954
12955 * progmodes/ebrowse.el: New file.
12956
12957 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12958 item help string.
12959 (easy-menu-do-add-item): Ditto.
12960 (easy-menu-define): Extend doc string.
12961
12962 * jit-lock.el (with-buffer-unmodified): Use
12963 restore-buffer-modified-p.
12964 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12965 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12966 with-buffer-unmodified.
12967
12968 2000-04-08 Dave Love <fx@gnu.org>
12969
12970 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12971 unless, when.
12972
12973 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12974
12975 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12976 (viper-flash-search-pattern): No operation when using Emacs
12977 doesn't support face.
12978 Use `viper-put-on-search-overlay'.
12979
12980 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12981
12982 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12983 like C-r.
12984
12985 * progmodes/make-mode.el: Some doc fixes.
12986 (makefile-mode-abbrev-table): New variable.
12987 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12988 (makefile-font-lock-keywords): Fontify includes and conditionals.
12989 (toplevel): Require `dabbrev' and `add-log' when compiling.
12990
12991 * replace.el (perform-replace): Don't move forward one char
12992 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12993 to do that because it leaves point 1 position after the last
12994 replacement, after everything has been replaced.
12995
12996 * jit-lock.el (with-buffer-unmodified): New macro.
12997 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12998 modified state.
12999 (jit-lock-function-1): Extracted from jit-lock-function; not
13000 preserving buffer's modified state.
13001 (jit-lock-function, jit-lock-stealth-fontify): Call
13002 jit-lock-function-1.
13003
13004 * mail/rfc2368.el: Remove supernumerary copyright line.
13005
13006 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
13007
13008 * glasses.el: Provide facilities for inserting space before left
13009 parentheses and uncapitalization of identifiers.
13010 (glasses-mode): Try to remove old overlays in all cases.
13011
13012 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13013
13014 * progmodes/compile.el (compile-internal): Display the compilation
13015 buffer in a different frame, if it's already displayed there.
13016
13017 * mail/rfc2368.el: New file.
13018
13019 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13020 header and insert its value as mail body.
13021
13022 * subr.el (member-ignore-case): New function.
13023
13024 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13025 (dabbrev--find-expansion): Ignore buffers matching a regexp
13026 from dabbrev-ignored-regexps.
13027
13028 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13029 to extensions handled by gzip.
13030
13031 2000-04-03 Richard M. Stallman <rms@gnu.org>
13032
13033 * files.el (insert-directory): List the total free space
13034 along with the used space.
13035
13036 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13037 line is followed by one that matches CITATION-REGEXP, end the
13038 paragraph.
13039
13040 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13041
13042 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13043 (rmail-make-basic-summary-line): Use that option.
13044
13045 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13046
13047 * international/mule-cmds.el (encoded-string-description):
13048 Rewritten. Try pretty description for ISO 2022 escape sequences
13049 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13050 for hexadecimal format.
13051
13052 2000-04-01 Dave Love <fx@gnu.org>
13053
13054 * cpp.el: Change customization group to `c' from `C'.
13055
13056 * vcursor.el (vcursor-move): Use display-color-p.
13057
13058 * international/mule-util.el: Provide mule-utils.
13059 (string-to-sequence): Simplify and speed up.
13060
13061 * international/mule.el (make-coding-system): Purecopy doc-string.
13062
13063 * international/mule-cmds.el: Various menu changes.
13064 (describe-specified-language-support): Handle `Default'.
13065 (set-language-info): Purecopy `info'.
13066
13067 2000-03-31 Andrew Innes <andrewi@gnu.org>
13068
13069 * vc.el (vc-backend-diff): Return the correct status if we had to
13070 retry the rcsdiff command without the --brief option.
13071
13072 2000-03-31 Dave Love <fx@gnu.org>
13073
13074 * help.el (help-manyarg-func-alist): Correct several omissions.
13075
13076 * add-log.el: Don't require cl, fortran.
13077 (add-log-current-defun-function): Doc fix.
13078 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13079 fix.
13080 (change-log-version-rcs): Function deleted.
13081 (change-log-version-number-search): Doc fix. Use
13082 vc-workfile-version. Avoid CL dolist.
13083 (add-change-log-entry): Just call add-log-current-defun to get
13084 defun. Simplify somewhat.
13085 (change-log-get-method-definition-1): Likewise.
13086 (add-log-current-defun): Return nil if calling
13087 add-log-current-defun-function does so. Move Fortran stuff to
13088 fortran.el. Return string without properties.
13089
13090 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13091 and :alpha: char classes.
13092
13093 * mail/supercite.el: Defvar curline when compiling.
13094 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13095 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13096 rather than a-zA-Z0-9 to allow non-ASCII characters.
13097
13098 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13099
13100 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13101
13102 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13103 Re-enable new code.
13104
13105 * lpr.el (print-region-1): Use -d to specify printer name for
13106 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13107
13108 2000-03-31 Dave Love <fx@gnu.org>
13109
13110 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13111 for function definition in symbol's function value slot first
13112 instead of first consulting byte-compile-function-environment.
13113
13114 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13115
13116 * language/european.el ("Polish"): New language environment.
13117 (setup-polish-environment): New function.
13118
13119 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13120
13121 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13122 Disable new code.
13123
13124 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13125 trying to `load' the symbol of an autoload instead of the file
13126 recorded in the autoload. Fix error messages.
13127
13128 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13129
13130 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13131 (ps-print-version): New version number (5.1.3).
13132 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13133 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13134 (ps-generate-postscript-with-faces): Code fix.
13135 (ps-color-values): XEmacs compatibility.
13136 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13137 (ps-default-fg, ps-default-bg): Adjust customization.
13138 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13139 (ps-color-scale): Renaming old ps-color-value fun.
13140 (ps-print-headers): Replace ps-print-header group to avoid conflict
13141 with ps-print-header variable.
13142 (ps-print-miscellany): New group.
13143 (ps-format-color, ps-rgb-color): New funs.
13144 (ps-default-foreground): New var.
13145 (ps-printer-name-option): New const.
13146
13147 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13148
13149 * net/net-utils.el:
13150 (network-connection-host, network-connection-service): New variables
13151 (network-connection-mode): New mode, derived from comint-mode
13152 (network-connection-mode-setup): New function, saves host and
13153 service information in local variables.
13154
13155 * lisp/locate.el:
13156 (locate-word-at-point): Added this function
13157 (locate): Default to using locate-word-at-point as input
13158 Run dired-mode-hook
13159
13160 2000-03-29 Dave Love <fx@gnu.org>
13161
13162 * calendar/appt.el: Doc fixes.
13163 (appt-check): Convert min-to-app to a string before passing to
13164 appt-disp-window-function or concat.
13165 (appt-delete-window): Remove test for frame-root-window.
13166 (appt-select-lowest-window, appt-convert-time): Simplify.
13167
13168 * emacs-lisp/bytecomp.el: Doc fixes.
13169 (byte-compile-file-form-autoload): Update
13170 byte-compile-function-environment.
13171
13172 2000-03-29 Andreas Schwab <schwab@suse.de>
13173
13174 * emacs-lisp/autoload.el: Also print defsubst doc string
13175 specially.
13176
13177 * dired.el (dired-insert-directory): If dired-free-space-program
13178 failed just delete its output.
13179
13180 2000-03-29 Dave Love <fx@gnu.org>
13181
13182 * international/iso-cvt.el: Move provide to end. Doc fixes.
13183 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13184 (iso-iso2sgml, iso-sgml2iso): New functions.
13185 (iso-cvt-define-menu): Fix some entries and use backquote for
13186 clarity.
13187
13188 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13189
13190 2000-03-28 Gerd Moellmann <gerd@gnu.org>
13191
13192 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13193 ISO-DATE. If non-nil, return date in ISO 8601 format.
13194
13195 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13196
13197 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13198 if it ever becomes used.
13199 (log-edit-mode-hook): Default to vc-log-mode-hook.
13200 (log-edit-mode): Fix the docstring.
13201
13202 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13203 the code.
13204
13205 2000-03-26 Dave Love <fx@gnu.org>
13206
13207 * net/browse-url.el (browse-url): Re-fix case of
13208 browse-url-browser-function being an alist.
13209 (browse-url): Add :link to defgroup.
13210
13211 * files.el: Doc fixes.
13212 (file-truename): Include `[' in wildcard characters.
13213 (automount-dir-prefix): Customize.
13214 (find-file-wildcards): Add :version.
13215 (find-file-noselect): Simplify a mapcar call.
13216
13217 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13218 compatible with inf-lisp version.
13219 (eval-defun-1): Fix custom-declare-variable case.
13220
13221 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13222
13223 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13224
13225 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13226
13227 * Makefile (COMPILE_FIRST): New macro.
13228 (compile-files): Compile files from COMPILE_FIRST first.
13229
13230 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13231 code.
13232
13233 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13234 matching open parenthesis in column 0 to defun-prompt-regexp
13235 only if open-paren-in-column-0-is-defun-start is set.
13236
13237 * sun-curs.el: Require CL at compile-time only.
13238
13239 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13240 instead of copy-list which is a function from CL.
13241 (msb--choose-menu, msb--mode-menu-cond)
13242 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13243 (msb--init-file-alist): Use mapcar instead of mapcan.
13244 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13245 `(' in column 0 in doc string.
13246 (msb--add-separators): Use mapcar instead of mapcan.
13247
13248 * cus-dep.el: Require CL at compile-time only.
13249
13250 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13251
13252 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13253 (byte-compile-warnings): New warning `noruntime'.
13254 (byte-compile-constants, byte-compile-variables): Fix docstring.
13255 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13256 execute `eval-whenc-compile's body.
13257 (byte-compile-unresolved-functions): Fix docstring.
13258 (byte-compile-eval): New function.
13259 (byte-compile-callargs-warn): Check if the function will be available
13260 at runtime (via property `byte-compile-noruntime').
13261 (byte-compile-print-syms): New function.
13262 (byte-compile-warn-about-unresolved-functions): Also warn about
13263 `noruntime' functions (and use `byte-compile-print-syms').
13264 (byte-compile-file): Capitalize the message.
13265
13266 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13267
13268 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13269 (rmail-expunge): Ask for confirmation depending on the setting
13270 of rmail-confirm-expunge.
13271
13272 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13273
13274 * Makefile (bootstrap-clean): If $(emacs) exists, build
13275 loaddefs.el first. A loaddefs.el that's not up-to-date might
13276 cause a bootstrap failure because things don't autoload as
13277 expected.
13278
13279 2000-03-23 Dave Love <fx@gnu.org>
13280
13281 * net/browse-url.el: Restore previous use of
13282 browse-url-maybe-new-window.
13283
13284 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13285
13286 * ps-print.el: Skip banner page fix.
13287 (ps-print-version): New version number (5.1.2).
13288 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13289
13290 2000-03-23 Dave Pearson <davep@davep.org>
13291
13292 * net/quickurl.el Changed the type of parameter passed to the
13293 function defined by `quickurl-format-function'. Before only the
13294 text of the URL was passed. Now the whole URL structure is passed
13295 and the function is responsible for extracting the parts it
13296 requires. Changed the default of `quickurl-format-function'
13297 accordingly.
13298 (quickurl-insert): Changed the `funcall' of
13299 `quickurl-format-function' to match the above change.
13300 (quickurl-list-insert): Changed the `url' case so that it makes
13301 use of `quickurl-format-function', previous to this the format was
13302 hard wired.
13303
13304 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13305
13306 * startup.el: Change some spellings for the X Window System.
13307
13308 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13309
13310 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13311 up the code and the regexp and make sure the cursor is temporarily
13312 moved to the suspicious line while querying the user.
13313
13314 2000-03-22 Jason Rumney <jasonr@gnu.org>
13315
13316 * w32-fns.el (w32-charset-info-alist): Initialize.
13317
13318 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13319
13320 * ps-print.el: N-up last page fix.
13321 (ps-print-version): New version number (5.1.1).
13322 (ps-end-file, ps-end-job, ps-generate): Code fix.
13323
13324 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13325
13326 * files.el (find-file-run-dired): Update docstring.
13327 (find-directory-functions): New hook.
13328 (find-file-noselect): Run find-directory-functions rather than
13329 calling dired directly.
13330
13331 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13332
13333 * pcvs.el: Add a minimal leading commentary.
13334 (cvs-make-cvs-buffer): Change the header part by removing the startup
13335 message and adding a `Module' entry. Also replace the FOOTER and
13336 HEADER special fileinfos with the new support in ewoc for updating
13337 its own footer and header.
13338 (cvs-update-header): Update to use the header/footer of the ewoc.
13339 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13340 (cvs-is-within-p): New function.
13341 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13342 to only examine some subset of the buffers.
13343
13344 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13345 `format' instead of our own ad-hoc functions.
13346 Remove HEADER and FOOTER cases, now handled in the EWOC.
13347 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13348
13349 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13350 output to avoid scaring the user.
13351 (cvs-parse-table): Catch message for non-up-to-date commits.
13352
13353 * pcvs-defs.el (cvs-startup-message): Remove.
13354 (cvs-global-menu): New autoloaded menu.
13355
13356 * pcvs-util.el (cvs-string-fill): Remove.
13357
13358 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13359 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13360 PP part of it and also make it work for footers and headers.
13361 (ewoc-create): Drop POS and BUFFER arguments.
13362 Use the DLL's dummy node to store the end-of-footer position.
13363 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13364 (ewoc-refresh): Remove unused `header' variable.
13365 (ewoc-(get|set)-hf): New functions.
13366
13367 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13368 log-view-*-(message|file) and use easy-mmode-define-navigation.
13369 (log-view-message-re): Match SCCS format as well.
13370 And match the revision line rather than the dashed separator line.
13371 (log-view-mode): Use the new define-derived-mode.
13372 (log-view-current-tag): Fill in with an actual implementation.
13373
13374 * cvs-status.el (cvs-status-(prev|next)): Rename from
13375 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13376 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13377 to let the output "breathe" a little more (more readable).
13378 (cvs-status-mode): Use the new define-derived-mode.
13379
13380 * smerge-mode.el (smerge-auto-leave): New function and variable.
13381 (smerge-basic-map): Rename from smerge-basic-keymap.
13382 Change the bindings for smerge-diff-*.
13383 (smerge-*-map): Use easy-mmode-defmap.
13384 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13385 (smerge-keep-*): Use smerge-auto-leave.
13386
13387 2000-03-21 Jason Rumney <jasonr@gnu.org>
13388
13389 * cus-edit.el (custom-button-face): Use 3D look for w32.
13390 (custom-button-pressed-face): Likewise.
13391
13392 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13393
13394 * progmodes/etags.el (tags-case-fold-search): New user-option.
13395 (tags-loop-eval): New function. Bind case-fold-search around eval
13396 depending on the value of tags-case-fold-search.
13397 (tags-loop-continue): Use tags-loop-eval.
13398 (find-tag-in-order): Bind case-fold-search depending on the value
13399 of tags-case-fold-search.
13400
13401 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13402
13403 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13404 (diff-end-of-hunk): Return the end position for use in
13405 `easy-mmode-define-navigation'.
13406 (diff-recenter): Remove.
13407 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13408 of `easy-mmode-define-navigation'.
13409 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13410 previous renaming) and fix to use new names.
13411 (diff-merge-strings): Use \n as separator: simpler, faster.
13412 (diff-mode): Use `define-derived-mode'.
13413
13414 * derived.el (define-derived-mode): Don't autoload anymore.
13415 Prefer the macro-only version provided by easy-mmode.el.
13416
13417 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13418 `easy-mmode-define-derived-mode'.
13419 Use `combine-run-hooks'.
13420 (easy-mmode-define-navigation): New macro.
13421
13422 * subr.el (combine-run-hooks): New function.
13423
13424 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13425
13426 * term/x-win.el: Fontsets related initialization is simplified.
13427
13428 * international/mule-diag.el (describe-font): Don't refer to
13429 global-fontset-alist, instead call font-list.
13430 (describe-fontset, list-fontsets, mule-diag): Likewise.
13431 (print-fontset): Adjusted for the change of fontset
13432 implementation.
13433
13434 * international/fontset.el (x-charset-registries): Variable
13435 removed, instead the corresponding data is stored in the default
13436 fontset.
13437 (register-alternate-fontnames): Function removed.
13438 (resolved-ascii-font): Variable removed.
13439 (x-compose-font-name): Ignore the second argument REDOCE.
13440 (x-complement-fontset-spec): Complement only an ASCII font and
13441 element for those charsets than can use that ASCII font.
13442 (generate-fontset-menu): Don't refer to global-fontset-alist,
13443 instead call fontset-list.
13444 (uninstantiated-fontset-alist): Variable removed.
13445 (x-style-funcs-alist): Likewise.
13446 (fontset-default-styles): Likewise.
13447 (x-modify-font-name): Function removed.
13448 (create-fontset-from-fontset-spec): Ignore the argument
13449 STYLE-VARIANT.
13450 (create-fontset-from-ascii-font): Docsting adjusted for the above
13451 change.
13452 (instantiate-fontset, resolve-fontset-name): Functions removed.
13453 (fontset-list): Now implemented by C code.
13454
13455 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13456 (describe-face): Include `font' attribute in the description.
13457
13458 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13459
13460 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13461
13462 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13463
13464 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13465 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13466 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13467
13468 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13469 about behavior of set-buffer-modified-p wrt redisplay.
13470
13471 2000-03-19 Richard M. Stallman <rms@gnu.org>
13472
13473 * view.el (view-mode-disable): Kill local binding of view-read-only.
13474
13475 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13476
13477 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13478 is a string, convert it to a syntax cell using string-to-syntax.
13479
13480 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13481 (string-to-syntax): New function.
13482
13483 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13484 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13485 try to use passive ftp mode.
13486
13487 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13488
13489 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13490
13491 * simple.el (append-to-buffer): Update point of windows after
13492 insertion.
13493
13494 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13495 forward then moving backward. Reindent.
13496
13497 * frame.el (other-frame): Call x-focus-frame only if
13498 focus-follows-mouse is off.
13499
13500 2000-03-17 Dave Love <fx@gnu.org>
13501
13502 * pcvs-util.el (cvs-strings->string): Rename
13503 replace-regexps-in-string.
13504
13505 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13506
13507 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13508 regexp for labels cannot span several lines.
13509
13510 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13511 `(setq :<key> ':<key>)' to the macro expansion.
13512
13513 2000-03-16 Dave Love <fx@gnu.org>
13514
13515 * progmodes/f90.el (f90): Put custom group under `languages', not
13516 `fortran'.
13517 (f90-mode-hook): Customize.
13518 (f90-mode): Set add-log-current-defun-function.
13519 (f90-current-defun): New function.
13520
13521 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13522
13523 * cus-edit.el (custom-variable-tag-face): Handle case that
13524 default face's height is not a number.
13525 (custom-face-tag-face, custom-group-tag-face-1)
13526 (custom-group-tag-face): Ditto.
13527 (custom-group-tag-face-1): Add :group.
13528
13529 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13530
13531 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13532
13533 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13534 requiring easymenu.
13535
13536 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13537
13538 * ps-print.el: PostScript user-defined prologue, PostScript error
13539 handler, doc fix.
13540 (ps-print-version): New version number (5.1).
13541 (ps-user-defined-prologue, ps-error-handler-message)
13542 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13543 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13544 (ps-insert-string): New function.
13545
13546 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13547
13548 * international/ccl.el (ccl-compile-expression): Don't generate
13549 invalid self-assignment code.
13550
13551 2000-03-14 Dave Love <fx@gnu.org>
13552
13553 * subr.el (replace-regexp-in-string): Renamed from
13554 replace-regexps-in-string. Doc fix.
13555
13556 2000-03-12 Dave Love <fx@gnu.org>
13557
13558 * cus-edit.el: Doc fixes.
13559 (customize-set-variable, customize-save-variable): Rename args for
13560 doc.
13561 (custom-variable-tag-face, custom-face-tag-face)
13562 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13563 style which user identify as hyperlink.
13564 (hook): Don't add undefined functions to the hook.
13565 (debug-ignored-errors): Transfer message from bindings.el.
13566
13567 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13568
13569 * recentf.el (recentf-keep-non-readable-files-p): Remove
13570 double/nested definition.
13571
13572 2000-03-12 Dave Love <fx@gnu.org>
13573
13574 * facemenu.el (facemenu-get-face): Use display-color-p.
13575 * enriched.el (enriched-decode-foreground): Likewise.
13576 (enriched-decode-background): Likewise.
13577 * isearch.el (isearch-highlight): Likewise.
13578 * info-look.el (info-lookup): Likewise.
13579 * simple.el (completion-setup-function): Likewise.
13580
13581 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13582 :options.
13583
13584 * bindings.el (mode-line-format): Fix line-number and
13585 column-number items. Add help-echo for the background.
13586 (mode-line-mule-info): Modify help-echo.
13587
13588 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13589
13590 * files.el (load-file): Allow completion to .elc.
13591
13592 * man.el: Doc fixes.
13593 (Man-init-defvars): Use display-color-p to set fontification.
13594
13595 * play/hanoi.el (hanoi-internal): Don't use oddp.
13596
13597 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13598
13599 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13600
13601 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13602
13603 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13604
13605 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13606 Fix comment.
13607
13608 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13609
13610 * font-lock.el (font-lock-keywords): Fix the doc now that
13611 regexp-opt-depth is unnecessary.
13612 (save-buffer-state): Set an edebug spec.
13613 (font-lock-fontify-anchored-keywords): Properly handle the case when
13614 the matcher goes past the limit.
13615
13616 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13617 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13618
13619 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13620 dll.el and cookie.el (from Elib) with heavy renaming and other
13621 massaging.
13622
13623 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13624 Autoload the functions used.
13625 (easy-mmode-define-syntax): Fix CL typo.
13626 (easy-mmode-define-derived-mode): Improve the docstring generation.
13627
13628 2000-03-10 Gerd Moellmann <gerd@gnu.org>
13629
13630 * textmodes/texinfo.el (texinfo-version): Variable and function
13631 removed.
13632
13633 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13634
13635 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13636 allow more flexibility.
13637 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13638 fns.
13639 (easy-mmode-defmap, easy-mmode-defsyntax)
13640 (easy-mmode-define-derived-mode): New macros.
13641
13642 2000-03-09 Didier Verna <didier@xemacs.org>
13643
13644 * rect.el (replace-rectangle): New function.
13645
13646 2000-03-09 Dave Love <fx@gnu.org>
13647
13648 * progmodes/fortran.el (fortran-comment-line-start): Define as
13649 "C".
13650 (fortran-comment-line-start-skip): Don't match cpp stuff.
13651 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13652 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13653 (fortran-mode): Don't set fortran-comment-line-start-skip,
13654 fortran-comment-line-start here. Set comment-start,
13655 add-log-current-defun.
13656 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13657 (fortran-current-defun): New function.
13658
13659 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13660
13661 * emacs-lisp/re-builder.el: New file.
13662
13663 * mouse.el (mouse-drag-region): Don't run up-event handler
13664 if hscroll has changed.
13665
13666 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13667 builtin operators, use `font-lock-builtin-face' for Emacs and
13668 `font-lock-preprocessor-face' otherwise.
13669
13670 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13671 `(defun (setf foo)' differently.
13672
13673 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13674
13675 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13676 (regexp-opt): Update comment and adapt the code the new meaning of
13677 the `paren' argument of regex-opt-group for shy-groups.
13678 (regexp-opt-depth): Handle shy groups as well as backslashed
13679 backslashes.
13680 (regexp-opt-group): Turn the leading comment into a docstring.
13681 Allow `paren' to be a string (the string to use to open a group).
13682 Remove open-presuf and close-presuf. Instead of checking for `all
13683 one-char' and then later on check for `several one-char', handle
13684 both cases close together. Also apply a more generic algorithm
13685 for suffixes (the mirror image of the algorithm used for
13686 prefixes). Use shy-groups. Use nreverse rather than reverse.
13687 (regexp-opt-try-suffix): Removed.
13688
13689 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13690 from comint-mode-map, so we can just inherit from it. Also, move
13691 the initialization into the `defvar' since there's no docstring
13692 anyway and it's fairly short.
13693 (inferior-scheme-mode): Define it as derived-mode: the code is
13694 shorter and this way we inherit from comint-mode-map rather than
13695 copying it.
13696
13697 * subr.el (replace-regexps-in-string): Properly handle the case
13698 where we match an empty string.
13699
13700 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13701 when the command has a directory component (such as "./testml").
13702 Also fix a typo in the comment.
13703
13704 2000-03-08 Gerd Moellmann <gerd@gnu.org>
13705
13706 * Makefile (compile-files): Compile files one by one because
13707 that's the only way to ensure a clean compilation environment for
13708 each individual file.
13709
13710 * frame.el (other-frame): Call x-focus-frame.
13711
13712 2000-03-07 Dave Love <fx@gnu.org>
13713
13714 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13715 :require to defcustom.
13716
13717 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13718 lists.
13719
13720 * files.el (auto-mode-alist): Add configure.in.
13721
13722 * progmodes/autoconf.el: New file.
13723
13724 2000-03-07 Gerd Moellmann <gerd@gnu.org>
13725
13726 * mail/mh-e.el: Change maintainer to `none'.
13727
13728 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13729 to remove-hook and add-hook.
13730
13731 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13732
13733 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13734 it as the default.
13735 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13736 (sendmail-send-it): Conditionally add MIME headers specifying the
13737 used character set.
13738
13739 2000-03-07 Dave Love <fx@gnu.org>
13740
13741 * winner.el: Fix keywords, autoload cookies. Split
13742 eval-when-compile form to avoid compilation failure.
13743
13744 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13745
13746 * international/mule.el: Modify comment about coding system
13747 property `coding-category'.
13748 (make-coding-system): New argument EOL-TYPE. Pay attention to
13749 coding-category property of PROPERTIES.
13750
13751 * international/mule-conf.el (coding-category-utf-8,
13752 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13753 categories. Include them in the argument for set-coding-priority.
13754
13755 * international/mule-cmds.el (reset-language-environment): Include
13756 coding-category-utf-8, coding-category-utf-16-be, and
13757 coding-category-utf-16-le in the argument for set-coding-priority.
13758 (reset-language-environment): Initialize coding-category-utf-8,
13759 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13760
13761 2000-03-06 Karl Fogel <kfogel@red-bean.com>
13762
13763 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13764 code abstracted out of `bookmark-jump-noselect'. Now tries info
13765 extensions as well as compression extensions.
13766 (bookmark-jump-noselect): Use above new func.
13767
13768 2000-03-03 Gerd Moellmann <gerd@gnu.org>
13769
13770 * strokes.el: Change maintainer's mail address.
13771
13772 2000-03-03 Kenichi Handa <handa@etl.go.jp>
13773
13774 * international/mule-diag.el (list-character-sets): Make help-echo
13775 string by substitute-command-keys.
13776 (list-character-sets): Likewise.
13777 (sort-listed-character-sets): Call help-setup-xref.
13778
13779 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13780
13781 * time.el (display-time-mail-file): Add `none' to the list of
13782 choices.
13783
13784 2000-03-01 Dave Love <fx@gnu.org>
13785
13786 * help.el (help-xref-go-back): Don't try to set position.
13787
13788 * international/mule-diag.el (list-character-sets): Call
13789 help-setup-xref. Add help-echo to xrefs.
13790 (list-character-sets-1): Add help-echo to xrefs.
13791
13792 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13793
13794 * frame.el (blink-cursor-mode): Switch cursor on when turning
13795 the mode off.
13796
13797 * add-log.el (add-log-current-defun): Add support for
13798 Autoconf mode.
13799
13800 * mail/rmail.el (rmail-quit-hook): New variable.
13801
13802 2000-03-01 Dave Love <fx@gnu.org>
13803
13804 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13805
13806 * help.el (help-xref-button): Add help-echo arg.
13807 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13808
13809 * faces.el (list-faces-display): Supply help-echo with
13810 help-make-xrefs.
13811
13812 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13813 nil.
13814
13815 2000-03-01 Gerd Moellmann <gerd@gnu.org>
13816
13817 * image.el (defimage): Look for image files in load-path.
13818
13819 * frame.el (busy-cursor-delay-seconds): Change type to
13820 `number'.
13821
13822 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13823
13824 * recentf.el (recentf): Added version tag to the defgroup of
13825 recentf.
13826
13827 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13828
13829 * recentf.el (recentf-cleanup): Changed to remove excluded file
13830 too.
13831 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13832 action to select/unselect a file.
13833 (recentf-edit-list): Code cleanup and improvement.
13834 (recentf-open-more-files-action): `recentf-open-more-files' button
13835 widget action to open a file.
13836 (recentf-open-more-files): No more use standard completion but
13837 widgets.
13838 (recentf-more-collection): Deleted.
13839 (recentf-more-history): Deleted.
13840 (recentf-setup-more-completion): Deleted.
13841
13842 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13843
13844 * recentf.el (recentf-mode): No more needs that Emacs is running
13845 under a window-system.
13846
13847 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13848
13849 * recentf.el (recentf-edit-list): New command to edit the recent
13850 list which allow the user to remove files.
13851 (recentf-edit-selected-items): New global variable, used by
13852 `recentf-edit-list' to hold the list of files to be removed from
13853 the recent list.
13854 (recentf-make-menu-items): Updated to display a "Edit list..."
13855 menu item. Minor code cleanup.
13856
13857 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13858
13859 * recentf.el (recentf-open-more-files): New command to open files
13860 that are not displayed in the menu.
13861 (recentf-more-collection): New global variable holding the set of
13862 permissible completions used by `recentf-open-more-files'.
13863 (recentf-more-history): New global variable holding the history list
13864 used by `recentf-open-more-files' completion.
13865 (recentf-setup-more-completion): New function to setup completion for
13866 `recentf-open-more-files'.
13867 (recentf-make-menu-items): Updated to display a "More..." menu item.
13868
13869 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13870
13871 * recentf.el (recentf-menu-action): Doc fixed.
13872
13873 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13874
13875 * recentf.el (recentf-menu-filter): Doc updated.
13876 (recentf-update-menu-hook): Allow menu filters to force menu update.
13877 (recentf-make-menu-items): New menu filter handling.
13878 (recentf-make-menu-item): New helper function.
13879 (recentf-menu-elements): New menu handling function.
13880 (recentf-sort-ascending): Updated to new menu filter handling.
13881 (recentf-sort-descending): Updated to new menu filter handling.
13882 (recentf-sort-basenames-ascending): New menu filter function.
13883 (recentf-sort-basenames-descending): New menu filter function.
13884 (recentf-show-basenames): New menu filter function.
13885 (recentf-show-basenames-ascending): New menu filter function.
13886 (recentf-show-basenames-descending): New menu filter function.
13887
13888 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13889
13890 * diary-lib.el (list-diary-entries): Don't try to go forward at
13891 the end of the buffer.
13892
13893 2000-02-29 Kenichi Handa <handa@etl.go.jp>
13894
13895 * international/mule-diag.el (list-character-sets): Completely
13896 rewritten.
13897 (sort-listed-character-sets): New function.
13898 (list-character-sets-1): Completely rewritten.
13899 (list-character-sets-2): New function.
13900 (non-iso-charset-alist): New variable.
13901 (decode-codepage-char): New function.
13902 (charset-history): New variable.
13903 (read-charset) (list-block-of-chars)
13904 (list-iso-charset-chars)
13905 (list-non-iso-charset-chars)
13906 (list-charset-chars): New functions.
13907 (mule-diag): Call list-character-sets-2, not
13908 list-character-sets-2.
13909 (dump-charsets): Likewise.
13910
13911 2000-02-29 Gerd Moellmann <gerd@gnu.org>
13912
13913 * dired-x.el (dired-filename-at-point): Add `@' to valid
13914 file name characters.
13915 (dired-filename-at-point): Handle ange-ftp file names.
13916
13917 * frame.el (frame-notice-user-settings): Use assq-delete-all
13918 instead of assoc-delete-all.
13919 (frame-notice-user-settings): Ditto.
13920
13921 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13922 Don't copy alist.
13923
13924 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13925
13926 * calculator.el (calculator-use-menu): New option.
13927 (calculator-initial-bindings): Changed some bindings to work as
13928 macros.
13929 (calculator-forced-input): Removed.
13930 (calculator-restart-other-mode): New variable.
13931 (calculator-mode-map): Set up menu.
13932
13933 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13934
13935 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13936 tags.
13937
13938 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13939
13940 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13941 translate all ESC key sequences.
13942 (viper-goto-mark-subr): restore markers for files for which
13943 they were saved.
13944 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13945 * viper-util.el (viper-set-replace-overlay-glyphs,
13946 viper-set-replace-overlay): always check if the replacement
13947 overlay is live.
13948 * viper.el (viper-vi-state-mode-list): added major modes.
13949 * ediff-wind.el: minor comment changes.
13950 * ediff.el: copyright notice date fix.
13951
13952 2000-02-27 Jason Rumney <jasonr@gnu.org>
13953
13954 * faces.el (face-font-family-alternatives): Add arial to helv.
13955 (mode-line, header-line, tool-bar): Same default as x for w32.
13956 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13957 face-font-family-alternatives from working.
13958 * term/w32-win.el (mouse-set-font): Do not build fontset from
13959 chosen font.
13960
13961 2000-02-25 Sam Steingold <sds@goems.com>
13962
13963 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13964 properly.
13965
13966 2000-02-25 Richard M. Stallman <rms@gnu.org>
13967
13968 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13969
13970 2000-02-25 Gerd Moellmann <gerd@gnu.org>
13971
13972 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13973 writable.
13974
13975 * frame.el (busy-cursor-delay-seconds): New option.
13976
13977 2000-02-24 Gerd Moellmann <gerd@gnu.org>
13978
13979 * frame.el (show-cursor-in-non-selected-windows): New option.
13980
13981 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13982
13983 * diary-lib.el (include-other-diary-files): Undo the selective
13984 display in any included file and don't kill it.
13985
13986 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13987
13988 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13989 bar. Menu items converted to (menu-item format, help strings
13990 added.
13991 [downcase, upcase]: Don't enable on MS-DOS.
13992 [symlink, symlinks]: Don't show if make-symbolic-link is not
13993 bound.
13994 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13995
13996 2000-02-23 Dave Love <fx@gnu.org>
13997
13998 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13999 (backward-kill-word): Revert addition of * to interactive spec --
14000 it's a feature.
14001
14002 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14003 (backward-kill-sentence, kill-sentence): Likewise.
14004
14005 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14006 scratch buffer name.
14007 (gud-format-command): Use int-to-string in ?l case. Simplify
14008 slightly.
14009
14010 * term/w32-win.el (internal-face-interactive): Update prompt for
14011 new read-face-name.
14012
14013 * mail/footnote.el (footnote): Add :version to defgroup.
14014 (footnote-section-tag-regexp): Customize.
14015 (footnote-start-tag, footnote-end-tag): New option.
14016 (footnote-latin-regexp): New variable.
14017 (Footnote-latin): New function.
14018 (footnote-style-alist): Add element for latin style.
14019 (footnote-style): Moved.
14020 (Footnote-goto-footnote): Use eq to test arg.
14021
14022 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14023
14024 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14025 (byte-compile-trueconstp): Include keywords.
14026 (byte-optimize-quote, byte-optimize-lapcode): Use
14027 byte-compile-const-symbol-p.
14028 (byte-optimize-char-before): New optimization.
14029
14030 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14031 (byte-compile-const-symbol-p): New function.
14032 (byte-compile-constp, byte-compile-out-toplevel)
14033 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14034 Use it.
14035
14036 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14037
14038 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14039
14040 * international/encoded-kb.el: Be sure to update minor-mode-alist
14041 and minor-mode-map-alist.
14042 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14043 codes SS2 and SS3 correctly.
14044 (encoded-kbd-self-insert-ccl): New function.
14045 (encoded-kbd-setup-keymap): New function.
14046 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14047 by calling encoded-kbd-setup-keymap.
14048
14049 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14050 characters.
14051 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14052 locally.
14053
14054 2000-02-22 Dave Love <fx@gnu.org>
14055
14056 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14057 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14058 defvar.
14059 (lisp-mode-syntax-table): Set up for #|...|# comments.
14060 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14061 classes. Match `defface'.
14062 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14063 (eval-defun-1): Fix for defcustom.
14064 (lisp-indent-region): Doc fix.
14065
14066 * subr.el (when, unless, split-string): Doc fix.
14067 (read-passwd): Move call of clear-this-command-keys to the right
14068 place.
14069 (replace-regexps-in-string): New function.
14070
14071 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14072
14073 * help.el (describe-variable): Set syntax table to
14074 emacs-lisp-mode-syntax-table when moving forward over the
14075 symbol's name.
14076
14077 2000-02-22 Dave Love <fx@gnu.org>
14078
14079 * xt-mouse.el: Doc fixes.
14080 (xterm-mouse-position-function): New function, replacing advice of
14081 mouse-position.
14082 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14083
14084 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14085
14086 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14087
14088 * format.el (format-annotate-single-property-change): Handle
14089 properties.with dotted-list values.
14090 (format-proper-list-p): New function.
14091
14092 * enriched.el (enriched-face-ans): Handle '(foreground-color
14093 . COLOR) and (background-color . COLOR).
14094
14095 2000-02-20 Dave Love <fx@gnu.org>
14096
14097 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14098 and assignments to it.
14099 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14100 current local map.
14101 (make-flyspell-overlay): Use it.
14102 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14103
14104 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14105 (lm-get-header-re): Defun, not defsubst.
14106 (lm-get-package-name): Defun, not defsubst. Simplify.
14107 (lm-version): Doc fix. Simplify.
14108 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14109 (lm-crack-address, lm-last-modified-date, lm-commentary)
14110 (lm-verify, lm-synopsis): Simplify.
14111 (lm-report-bug): Require emacsbug. Use compose-mail.
14112
14113 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14114
14115 * dired.el (dired-mode): Call propertized-buffer-identification
14116 to set mode-line-buffer-identification to something having
14117 the right text properties.
14118
14119 * bindings.el (propertized-buffer-identification): New function.
14120
14121 2000-02-20 Dave Love <fx@gnu.org>
14122
14123 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14124 check for t-mouse too.
14125
14126 * cus-start.el: Make echo-keystrokes `number'.
14127
14128 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14129
14130 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14131 Don't call ring-empty-p unless tags-location-ring is bound.
14132 From Noah Friedman <friedman@splode.com>.
14133
14134 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14135
14136 * progmodes/hideshow.el (hs-flag-region): No longer use
14137 `intangible' overlay property.
14138
14139 (hs-toggle-hiding): New command.
14140 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14141
14142 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14143 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14144 and deactivation.
14145
14146 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14147
14148 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14149
14150 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14151
14152 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14153
14154 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14155 of `*' to handle `(* ... *)' comments.
14156
14157 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14158
14159 * faces.el (list-faces-display): Use display-mouse-p instead of
14160 window-system.
14161
14162 * menu-bar.el (global-map): Menu-bar items converted to the new
14163 format (menu-item..., rearranged for better CUA compliance, and
14164 their names changed for better clarity. Help strings added.
14165
14166 * international/mule-cmds.el (mule-menu-keymap)
14167 (describe-language-environment-map, set-coding-system-map)
14168 (setup-language-environment-map): Convert to new (menu-item...
14169 form, add help strings. Change names of menu items for better
14170 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14171 submenu).
14172
14173 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14174
14175 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14176 within the code.
14177
14178 2000-02-16 Dave Love <fx@gnu.org>
14179
14180 * faces.el: Don't require custom. Add more specific :groups to
14181 various deffaces.
14182 (set-face-attribute): Purecopy args.
14183 (read-face-name): Default to name at point and use it in prompt.
14184 Remove colon from arg in all callers.
14185 (list-faces-display): Hyperlink to face descriptions and customize
14186 buffers.
14187
14188 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14189
14190 * wid-edit.el (widget-match-inline): An atom never matches a
14191 list.
14192
14193 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14194
14195 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14196 at ':' characters by call to split-string.
14197
14198 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14199
14200 * textmodes/bibtex.el: Added RCS version identification.
14201
14202 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14203
14204 * textmodes/bibtex.el: Some temporary comments removed.
14205 (bibtex-field-name, bibtex-entry-type): Made the relationship
14206 explicit.
14207 (bibtex-field-const): Allow capital letters.
14208 (bibtex-start-of-string): Deleted because unused.
14209
14210 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14211 use the term 'reference' to describe a bibtex entry as a whole.
14212 Further, reference keys are no longer called 'labels'.
14213 (bibtex-keys): Renamed to bibtex-reference-keys.
14214 (bibtex-reformat-previous-labels): Renamed to
14215 bibtex-reformat-previous-reference-keys.
14216 (bibtex-reference-type): Renamed to bibtex-entry-type.
14217 (bibtex-reference-head): Renamed to bibtex-entry-head.
14218 (bibtex-reference-maybe-empty-head): Renamed to
14219 bibtex-entry-maybe-empty-head.
14220 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14221 (bibtex-search-reference): Renamed to bibtex-search-entry.
14222 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14223 bibtex-enclosing-entry-maybe-empty-head.
14224 (bibtex-entry-field-alist, bibtex-entry-head,
14225 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14226 bibtex-map-entries, bibtex-search-entry,
14227 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14228 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14229 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14230 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14231 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14232 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14233 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14234
14235 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14236
14237 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14238 comment.
14239 (bibtex-format-field-delimiters): New function, functionality
14240 extracted from bibtex-format-entry.
14241 (bibtex-autokey-get-yearfield-digits): New function, functionality
14242 extracted from bibtex-autokey-get-yearfield.
14243
14244 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14245 entries in order to avoid stack overflow in the regexp matcher if
14246 field contents become large.
14247 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14248 bibtex-field-string-part-not-braced,
14249 bibtex-field-string-part-no-inner-braces,
14250 bibtex-field-string-part-1-inner-brace,
14251 bibtex-field-string-part-2-inner-braces,
14252 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14253 bibtex-field-string-quoted, bibtex-field-string,
14254 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14255 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14256 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14257 as parsing is now performed by the following functions.
14258 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14259 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14260 bibtex-parse-field-string, bibtex-search-forward-field-string,
14261 bibtex-parse-association, bibtex-field-name-for-parsing,
14262 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14263 bibtex-search-forward-field, bibtex-search-backward-field,
14264 bibtex-start-of-field, bibtex-end-of-field,
14265 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14266 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14267 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14268 bibtex-parse-string, bibtex-search-forward-string,
14269 bibtex-search-backward-string, bibtex-start-of-string,
14270 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14271 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14272 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14273 entries. Instead of reporting the results of the parsing by
14274 match-beginning or match-end, these functions return data structures
14275 that hold the corresponding positions.
14276 (bibtex-enclosing-field): Changed to also report field boundaries by
14277 return values rather than by match-beginning or match-end. The
14278 following functions have been adapted to use the new parsing
14279 functions.
14280 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14281 bibtex-enclosing-field, bibtex-format-entry,
14282 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14283 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14284 bibtex-print-help-message, bibtex-end-of-entry,
14285 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14286 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14287 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14288 method for parsing.
14289 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14290 bibtex-map-entries, bibtex-flash-head,
14291 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14292 bibtex-autokey-change, bibtex-autokey-get-namefield,
14293 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14294 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14295 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14296 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14297 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14298 order to make the new binding of case-fold-search immediately
14299 visible.
14300
14301 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14302
14303 * textmodes/bibtex.el: Copyright notice is up to date.
14304 Added constant 'bibtex-maintainer-salutation.
14305
14306 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14307 than make-temp-name, use match-string-no-properties and eliminate
14308 a quadratic behavior when building bibtex-strings.
14309
14310 * bibtex.el (bibtex-reference-key): Accept string entries whose
14311 reference key contains upper case letters.
14312
14313 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14314
14315 * bibtex.el (bibtex-reference-head): Allow entries to start with
14316 a new line.
14317
14318 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14319
14320 * bibtex.el: Hiding of entry bodies is not longer provided by
14321 bibtex.el directly. Instead the hideshow package can be used.
14322 Added a special bibtex entry to hs-special-modes-alist.
14323 (bibtex-hs-forward-sexp): Added for hideshow.el.
14324
14325 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14326
14327 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14328 at ':' characters by call to split-string.
14329
14330 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14331
14332 * textmodes/bibtex.el: Added RCS version identification.
14333
14334 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14335
14336 * textmodes/bibtex.el: Some temporary comments removed.
14337 (bibtex-field-name, bibtex-entry-type): Made the relationship
14338 explicit.
14339 (bibtex-field-const): Allow capital letters.
14340 (bibtex-start-of-string): Deleted because unused.
14341
14342 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14343 use the term 'reference' to describe a bibtex entry as a whole.
14344 Further, reference keys are no longer called 'labels'.
14345 (bibtex-keys): Renamed to bibtex-reference-keys.
14346 (bibtex-reformat-previous-labels): Renamed to
14347 bibtex-reformat-previous-reference-keys.
14348 (bibtex-reference-type): Renamed to bibtex-entry-type.
14349 (bibtex-reference-head): Renamed to bibtex-entry-head.
14350 (bibtex-reference-maybe-empty-head): Renamed to
14351 bibtex-entry-maybe-empty-head.
14352 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14353 (bibtex-search-reference): Renamed to bibtex-search-entry.
14354 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14355 bibtex-enclosing-entry-maybe-empty-head.
14356 (bibtex-entry-field-alist, bibtex-entry-head,
14357 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14358 bibtex-map-entries, bibtex-search-entry,
14359 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14360 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14361 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14362 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14363 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14364 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14365 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14366
14367 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14368
14369 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14370 comment.
14371 (bibtex-format-field-delimiters): New function, functionality
14372 extracted from bibtex-format-entry.
14373 (bibtex-autokey-get-yearfield-digits): New function, functionality
14374 extracted from bibtex-autokey-get-yearfield.
14375
14376 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14377 entries in order to avoid stack overflow in the regexp matcher if
14378 field contents become large.
14379 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14380 bibtex-field-string-part-not-braced,
14381 bibtex-field-string-part-no-inner-braces,
14382 bibtex-field-string-part-1-inner-brace,
14383 bibtex-field-string-part-2-inner-braces,
14384 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14385 bibtex-field-string-quoted, bibtex-field-string,
14386 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14387 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14388 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14389 as parsing is now performed by the following functions.
14390 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14391 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14392 bibtex-parse-field-string, bibtex-search-forward-field-string,
14393 bibtex-parse-association, bibtex-field-name-for-parsing,
14394 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14395 bibtex-search-forward-field, bibtex-search-backward-field,
14396 bibtex-start-of-field, bibtex-end-of-field,
14397 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14398 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14399 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14400 bibtex-parse-string, bibtex-search-forward-string,
14401 bibtex-search-backward-string, bibtex-start-of-string,
14402 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14403 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14404 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14405 entries. Instead of reporting the results of the parsing by
14406 match-beginning or match-end, these functions return data structures
14407 that hold the corresponding positions.
14408 (bibtex-enclosing-field): Changed to also report field boundaries by
14409 return values rather than by match-beginning or match-end. The
14410 following functions have been adapted to use the new parsing
14411 functions.
14412 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14413 bibtex-enclosing-field, bibtex-format-entry,
14414 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14415 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14416 bibtex-print-help-message, bibtex-end-of-entry,
14417 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14418 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14419 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14420 method for parsing.
14421 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14422 bibtex-map-entries, bibtex-flash-head,
14423 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14424 bibtex-autokey-change, bibtex-autokey-get-namefield,
14425 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14426 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14427 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14428 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14429 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14430 order to make the new binding of case-fold-search immediately
14431 visible.
14432
14433 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14434
14435 * textmodes/bibtex.el: Copyright notice is up to date.
14436 Added constant 'bibtex-maintainer-salutation.
14437
14438 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14439 than make-temp-name, use match-string-no-properties and eliminate
14440 a quadratic behavior when building bibtex-strings.
14441
14442 * bibtex.el (bibtex-reference-key): Accept string entries whose
14443 reference key contains upper case letters.
14444
14445 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14446
14447 * bibtex.el (bibtex-reference-head): Allow entries to start with
14448 a new line.
14449
14450 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14451
14452 * bibtex.el: Hiding of entry bodies is not longer provided by
14453 bibtex.el directly. Instead the hideshow package can be used.
14454 Added a special bibtex entry to hs-special-modes-alist.
14455 (bibtex-hs-forward-sexp): Added for hideshow.el.
14456
14457 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14458
14459 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14460 proceedings entry type (for cross referencing). Thanks to Wagner
14461 Toledo Correa for the suggestion.
14462
14463 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14464
14465 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14466
14467 * international/characters.el: Setup case table for Vietnamese.
14468
14469 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14470
14471 * uniquify.el (toplevel): Require CL at compile time.
14472 (uniquify-push): Removed.
14473
14474 * shadowfile.el (shadow-when): Removed.
14475
14476 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14477 (tempo-process-and-insert-string): Use dolist instead of
14478 tempo-dolist.
14479
14480 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14481 regexp for paragraph-start.
14482
14483 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14484 commas as well.
14485
14486 2000-02-10 Dave Love <fx@gnu.org>
14487
14488 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14489 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14490 Deleted.
14491 (widget-specify-field, widget-specify-button): Don't use
14492 widget-mouse-help as help-echo property.
14493 (default): Use #'ignore for :validate and :mouse-down-action.
14494 (checkbox): Add help-echo.
14495 (widget-sexp-validate): Rewritten to clarify error messages.
14496 (character): Use char-valid-p in :match function.
14497 (widget-color-complete): Use facemenu-color-alist.
14498 (widget-color-action): Use facemenu-read-color.
14499
14500 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14501 set up `caar' &c that we now have.
14502
14503 2000-02-09 Ray Blaak <blaak@gnu.org>
14504
14505 * delphi.el: Make resourcestring a declaration region, like const
14506 and var.
14507
14508 2000-02-09 Dave Love <fx@gnu.org>
14509
14510 * bindings.el (mode-line-input-method-map): New variable.
14511 (mode-line-mule-info): Use it; fix last change.
14512 (mode-line-mode-menu): Move definition.
14513 (mode-line-mouse-sensitive-p): Deleted.
14514 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14515 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14516 level.
14517
14518 * startup.el (command-line-1): Don't call
14519 make-mode-line-mouse-sensitive.
14520
14521 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14522
14523 * mail/rmail.el (rmail-retry-failure): Use
14524 rmail-beginning-of-message before rmail-toggle-header, because the
14525 former toggles headers.
14526
14527 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14528
14529 * diff-mode.el (diff-kill-junk): New interactive function.
14530 (diff-reverse-direction): Use delete-and-extract-region.
14531 (diff-post-command-hook): Restrict the area so that the hook also works
14532 outside of any diff hunk. This is necessary for the minor-mode.
14533 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14534 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14535
14536 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14537 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14538 so that it can be used more easily in <foo>-mode-hook. Also make sure
14539 to avoid duplicate entries.
14540 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14541 (font-lock-remove-keywords): Just as was done for `add', allow it to
14542 work even if font-lock-mode is nil. Also make sure we don't modify
14543 any pre-existing list by forcing a copy-sequence. Finally rename
14544 `major-mode' to `mode'.
14545 (font-lock-fontify-syntactic-anchored-keywords)
14546 (font-lock-fontify-anchored-keywords)
14547 (font-lock-fontify-keywords-region): Use line-end-position.
14548 Don't make `font-lock-multiline' local (it's now done in
14549 font-lock-set-defaults).
14550 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14551 move the `font-lock-fontified' creation to inside the `unless'.
14552
14553 2000-02-06 Andrew Innes <andrewi@gnu.org>
14554
14555 * term/w32-win.el (x-handle-args): Comment out call to message,
14556 which occurs before window system is initialized.
14557
14558 * makefile.nt: Add support for recompiling lisp code.
14559
14560 2000-02-04 Dave Love <fx@gnu.org>
14561
14562 * bindings.el (mode-line-mule-info): Fix/extend last change.
14563
14564 * completion.el: Replace completion-dolist with dolist.
14565
14566 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14567 dotimes.
14568
14569 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14570
14571 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14572 environment names before they go into the section regexp.
14573
14574 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14575 char class in regexp.
14576
14577 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14578 `case-fold-search' to nil.
14579
14580 * progmodes/idlwave.el (idlwave-template): Respect
14581 `idlwave-abbrev-change-case'.
14582 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14583 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14584 idlwave-while): respect `idlwave-reserved-word-upcase'.
14585 (idlwave-rw-case): New function.
14586 (idlwave-statement-match): Fixed problem with assignment regexp.
14587 (idlwave-font-lock-keywords): Improved regexp for keyword
14588 parameters.
14589 (idlwave-surround): New argument LENGTH to support padding of
14590 operators longer than 1 char.
14591
14592 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14593 idlwave-shell-expression-overlay. Implemented printing of
14594 expressions on higher levels of the calling stack.
14595 (idlwave-shell-display-level-in-calling-stack): Restore stack
14596 level.
14597 (idlwave-retrieve-expression-from-level): New function.
14598 (idlwave-shell-last-calling-stack): Variable removed.
14599 (idlwave-shell-reset): Argument action reversed (`visible' to
14600 `hidden'). Also remove stop-line overlay.
14601 (idlwave-shell-calling-stack-routine): New variable.
14602 (idlwave-shell-parse-stack-and-display): Messages now display
14603 negative level numbers.
14604 (idlwave-shell-mode): Set `modeline-format'.
14605 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14606 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14607 21.
14608 (idlwave-shell-print-expression-function): New option.
14609
14610 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14611 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14612 `tool-bar' instead of `toolbar'.
14613
14614 2000-02-02 Dave Love <fx@gnu.org>
14615
14616 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14617 emacs-lisp-mode-hook. Don't check for defalias being defined.
14618
14619 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14620 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14621 the new builtins directly.
14622
14623 * whitespace.el (whitespace): Add :version to defgroup.
14624
14625 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14626 Doc fix.
14627
14628 * thingatpt.el (sexp-at-point, symbol-at-point)
14629 (number-at-point, list-at-point): Add autoload cookie.
14630
14631 * recentf.el (recentf): Add :version to defgroup.
14632
14633 * quickurl.el (quickurl): Add :version to defgroup.
14634
14635 * elide-head.el (elide-head): Use point-marker more.
14636
14637 * bs.el (bs): Add :version to defgroup.
14638
14639 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14640
14641 * progmodes/delphi.el (delphi): Add :version to defgroup.
14642
14643 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14644
14645 * ange-ftp.el (ange-ftp-write-region): Handle case that
14646 succeeding process operation sets a different coding system.
14647
14648 * calculator.el: New file.
14649
14650 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14651
14652 * frame.el (frames-on-display-list, framep-on-display): New
14653 functions.
14654 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14655 (display-selections-p, display-screens, display-pixel-width)
14656 (display-pixel-height, display-mm-width, display-mm-height)
14657 (display-backing-store, display-save-under, display-planes)
14658 (display-color-cells, display-visual-class): New functions.
14659
14660 * term/tty-colors.el (tty-color-gray-shades): New function.
14661
14662 * faces.el (display-color-p): Use framep-on-display.
14663 (display-grayscale-p): New function.
14664
14665 2000-01-31 Dave Love <fx@gnu.org>
14666
14667 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14668 (create-fontset-from-x-resource): Don't concat integers.
14669
14670 2000-01-31 Inge Frick <inge@nada.kth.se>
14671
14672 * view.el: Some changes in documentation. Removed some trailing
14673 whitespace. Changed some parameter names to agree with
14674 documentation.
14675 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14676 window is not deleted. Modifies change 1998-04-26.
14677
14678 2000-01-31 Gerd Moellmann <gerd@gnu.org>
14679
14680 * windmove.el: New file.
14681
14682 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14683 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14684 progmodes/ebnf-yac.el: Update copyright and license info.
14685
14686 * jit-lock.el (jit-lock-function): Widen before calculating end
14687 position.
14688 (jit-lock-stealth-chunk-start): Rewritten.
14689
14690 * info.el (Info-title-face-alist): Removed.
14691 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14692 faces.
14693 (Info-fontify-node): Use these faces.
14694
14695 2000-01-30 Gerd Moellmann <gerd@gnu.org>
14696
14697 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14698 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14699 `&allow-other-keywords'.
14700
14701 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14702 the list of directories scanned heuristically.
14703
14704 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14705 exist.
14706
14707 2000-01-30 Jason Rumney <jasonr@gnu.org>
14708
14709 * w32-fns.el: Define w32-tty-standard-colors.
14710
14711 * startup.el (command-line): Use w32-tty-standard-colors when in
14712 w32 console mode.
14713
14714 2000-01-30 Dave Love <fx@gnu.org>
14715
14716 * jka-compr.el (jka-compr-load): Fix up load-history.
14717
14718 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14719
14720 * emacs-lisp/cl-macs.el: Revert previous change.
14721
14722 2000-01-29 Dave Love <fx@gnu.org>
14723
14724 * facemenu.el: Purecopy various strings.
14725
14726 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14727 years. Deal with three-digit years.
14728
14729 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14730 defconst, purecopy.
14731 (help-back-label): Purecopy it.
14732
14733 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14734
14735 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14736 variable. If non-nil, order the buffer list according to the
14737 currently selected frame.
14738 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14739 non-nil, pass the selected frame to function buffer-list.
14740
14741 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14742
14743 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14744
14745 2000-01-28 Dave Love <fx@gnu.org>
14746
14747 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14748
14749 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14750 Don't use lisp-indent-hook property.
14751 (cl-abs): Remove.
14752
14753 * subr.el: Move out indent and edebug specs for when and unless.
14754
14755 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14756 when, unless.
14757
14758 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14759 unless, when.
14760
14761 2000-01-28 Gerd Moellmann <gerd@gnu.org>
14762
14763 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14764 `collecting' as synonym for `collect'.
14765
14766 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14767 for the case it contains spaces.
14768
14769 * simple.el (what-cursor-position): Change formatting of
14770 messages.
14771
14772 * frame.el (delete-other-frames): New function.
14773 (toplevel): Bind it to C-x 5 1.
14774
14775 * sort.el (sort-numeric-base): New option.
14776 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14777 interpret it as octal or hexadecimal. Use sort-numeric-base
14778 as default base.
14779
14780 * progmodes/glasses.el: New file.
14781
14782 2000-01-27 Gerd Moellmann <gerd@gnu.org>
14783
14784 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14785 userids differently.
14786
14787 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14788 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14789 progmodes/ebnf-yac.el: New files.
14790
14791 2000-01-26 Dave Love <fx@gnu.org>
14792
14793 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14794 on a function with an empty body. [From Eric Ludlam.]
14795
14796 2000-01-25 Andre Spiegel <spiegel@gnu.org>
14797
14798 * vc.el (vc-version-diff): Make sure file name is expanded.
14799
14800 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14801
14802 * scroll-bar.el (scroll-bar-timer): Variable removed.
14803 (scroll-bar-toolkit-scroll): Don't use a timer.
14804
14805 2000-01-25 Kenichi Handa <handa@etl.go.jp>
14806
14807 * language/thai-util.el (thai-composition-function): Delete
14808 superfluous `a'.
14809
14810 2000-01-24 Dave Love <fx@gnu.org>
14811
14812 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14813 end-of-defun-function.
14814
14815 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14816 &c.
14817
14818 2000-01-22 Jason Rumney <jasonr@gnu.org>
14819
14820 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14821 conflicts with new face support.
14822
14823 2000-01-22 Richard M. Stallman <rms@gnu.org>
14824
14825 * replace.el (query-replace): Rename last arg to DELIMITED.
14826 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14827 (query-replace-regexp): Likewise.
14828
14829 2000-01-20 Richard M. Stallman <rms@gnu.org>
14830
14831 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14832
14833 * emacs-lisp/lisp.el (beginning-of-defun-function):
14834 Variable renamed from beginning-of-defun.
14835 Do not call make-variable-buffer-local.
14836 (beginning-of-defun-raw): Use new variable name; doc fix.
14837 (beginning-of-defun): Doc fix.
14838 (end-of-defun-function): Variable renamed from end-of-defun.
14839 Do not call make-variable-buffer-local.
14840 (end-of-defun): Use new variable name; doc fix.
14841
14842 * subr.el (dolist, dotimes): Copied from cl-macs.el
14843 and made to work.
14844
14845 * mail/undigest.el (rmail-digest-end-regexps):
14846 Variable replaces rmail-digest-end-regexp.
14847 Allows multiple regexps for detecting the end line.
14848 (undigestify-rmail-message): Corresponding changes.
14849
14850 2000-01-19 Dave Love <fx@gnu.org>
14851
14852 * files.el (user-init-file): Don't declare here -- is primitive.
14853
14854 * startup.el (command-line): Check for compiled user-init-file and
14855 set to uncompiled version if necessary.
14856
14857 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14858
14859 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14860 (undigestify-rmail-message): Use it.
14861
14862 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14863
14864 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14865
14866 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14867 of mini-buffer.
14868
14869 2000-01-14 Gerd Moellmann <gerd@gnu.org>
14870
14871 * emacs-lisp/copyright.el (copyright-update): Removed the
14872 requirement for a trailing space from `copyright-regexp', to
14873 support copyrights with owner specified on a separate line..
14874
14875 * align.el: New file.
14876
14877 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14878
14879 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14880
14881 2000-01-13 Dave Love <fx@gnu.org>
14882
14883 * ph.el: Removed. (Obsoleted by EUDC.)
14884
14885 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14886
14887 * net/eudc.el (toplevel): Remove autoloaded code installing
14888 menu with easymenu, because that causes build problems.
14889
14890 * frame.el (frame-notice-user-settings): New variable.
14891 (frame-notice-user-settings): Don't modify frame parameters
14892 if called a second time.
14893
14894 2000-01-13 Richard M. Stallman <rms@gnu.org>
14895
14896 * frame.el (frame-notice-user-settings):
14897 Notice default-frame-parameters even for non-window frames.
14898
14899 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14900
14901 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14902 for Emacs.
14903 (eudc-bob-can-display-inline-images): Extend for Emacs.
14904 (eudc-bob-toggle-inline-display): Ditto.
14905 (eudc-bob-display-jpeg): Ditto.
14906
14907 2000-01-12 Gerd Moellmann <gerd@gnu.org>
14908
14909 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14910 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14911 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14912
14913 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14914 nil)'.
14915
14916 * subdirs.el: Add `net' directory.
14917
14918 * net: New directory.
14919
14920 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14921 eval-last-sexp. Don't bind debug-on-error here.
14922 (eval-last-sexp): New function. Bind debug-on-error if
14923 eval-expression-debug-on-error is non-nil.
14924 (eval-defun-2, eval-defun): Likewise.
14925
14926 * simple.el (eval-expression): Don't bind debug-on-error if
14927 eval-expression-debug-on-error is nil. Detect changed
14928 debug-on-error, and propagate new value to global binding, if
14929 eval-expression-debug-on-error is non-nil,
14930 (eval-expression-debug-on-error): Change doc string.
14931
14932 2000-01-11 Richard M. Stallman <rms@gnu.org>
14933
14934 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14935
14936 * emacs-lisp/lisp-mode.el (with-syntax-table):
14937 Set up lisp-indent-function property.
14938
14939 * subr.el (with-syntax-table): Moved from simple.el.
14940
14941 * simple.el (with-syntax-table): Moved to subr.el.
14942
14943 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14944
14945 * tmm.el (tmm-shortcut): Delete region after prompt instead
14946 of erasing buffer.
14947
14948 * textmodes/fill.el (fill-common-string-prefix): New function.
14949 (fill-context-prefix): Use the longest common prefix of first
14950 and second line fill prefix, if there is one.
14951
14952 2000-01-11 Richard M. Stallman <rms@gnu.org>
14953
14954 * array.el (array-mode): Don't use make-variable-buffer-local.
14955 Use make-local-variable for `truncate-lines'.
14956
14957 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14958
14959 * add-log.el (add-log-current-defun): Handle user-defined
14960 add-log-current-function returning nil,
14961
14962 * add-log.el (add-change-log-entry): Insert version number
14963 if having found a current function
14964
14965 * add-log.el (add-log-current-defun): Call
14966 `add-log-current-defun-function'. Try matches at level 0 and
14967 level 1. Strip whitespace from defun found.
14968
14969 2000-01-10 John Wiegley <johnw@gnu.org>
14970
14971 * allout.el (isearch-done/outline-provisions): Added `edit'
14972 argument to correspond with the current definition of
14973 `isearch-done'.
14974
14975 2000-01-10 Dave Love <fx@gnu.org>
14976
14977 * elide-head.el (elide-head): Use point-marker, not point.
14978
14979 2000-01-10 Gerd Moellmann <gerd@gnu.org>
14980
14981 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14982 before and after the year 2000.
14983
14984 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14985 Add ispell- prefix.
14986
14987 2000-01-10 Ken Stevens <k.stevens@ieee.org>
14988
14989 * ispell.el: Only define dictionaries in menus when they exist.
14990 (version18p): New variable.
14991 (version20p): New variable.
14992 (xemacsp): New variable.
14993 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14994 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14995 (ispell-dictionary-alist6): Russian command lines no longer accept
14996 run-together words.
14997 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14998 (ispell-dictionary-alist): Add koi8-r to customize definition.
14999 (check-ispell-version): Added documentation string. Returns
15000 library path when called non-interactively.
15001 (ispell-menu-map-needed): Uses new variables.
15002 (ispell-library-path): New variable.
15003 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15004 (ispell-word): Improved documentation string. Test for valid
15005 character mappings. Correctly check typed in word changes that can
15006 result in single words split into multiple words. Returns
15007 replacement word.
15008 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15009 replace in recursive query replace mode. Help message for
15010 recursive edit mode.
15011 (ispell-show-choices): Protect against bad framepop bindings.
15012 (ispell-help): Fix to work with XEmacs.
15013 (ispell-highlight-spelling-error): Use new variables.
15014 (ispell-overlay-window): Fix to work with XEmacs.
15015 (ispell-parse-output): Passed and returns location information
15016 tracking spelling corrections. Doesn't recheck same word on
15017 current line.
15018 (ispell-init-process): Protect against bogus XEmacs variable binding.
15019 Fix call to single argument in sleep-for. Use new variables.
15020 (ispell-region): Passed and returns location information tracking
15021 spelling corrections. Doesn't check same word on current line.
15022 Improved documentation string. Doesn't resend a line already
15023 checked to the ispell process - fixes bug in LaTeX parsing.
15024 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15025 (ispell-skip-region): No longer skips <TT> in SGML.
15026 (ispell-process-line): Tracks location information with spelling
15027 corrections. Added documentation string. Accounts for words
15028 already accepted on this line. Don't allow query-replace on line
15029 starting with math characters. Doesn't resend a line already sent
15030 to ispell process. Fixes alignment error bug.
15031
15032 2000-01-10 Richard M. Stallman <rms@gnu.org>
15033
15034 * dired-x.el (dired-guess-shell-alist-default):
15035 Suggest xloadimage, which is free, not xv, which isn't.
15036
15037 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15038 Don't ever include the host name or user name in the value.
15039
15040 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15041
15042 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15043 of a real newline.
15044
15045 2000-01-09 Stephen Eglen <stephen@gnu.org>
15046
15047 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15048 for .png files.
15049
15050 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15051
15052 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15053
15054 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15055
15056 * progmodes/cperl-mode.el: Replace ^F with ^L.
15057
15058 * sendmail.el (toplevel): Provide `sendmail' when compiling
15059 before `require'ing rmail and mailalias to prevent infinite
15060 recursion.
15061
15062 2000-01-08 Dave Love <fx@gnu.org>
15063
15064 * emacs-lisp/backquote.el: Remove inappropriate customization
15065 (allowing custom.el to use backquote).
15066
15067 2000-01-07 Dave Love <fx@gnu.org>
15068
15069 * add-log.el (add-log-debugging): Deleted.
15070 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15071 file. Remove debugging code.
15072 (change-log-get-method-definition, change-log-name): Add doc.
15073 (change-log-sortable-date-at): New function.
15074 (change-log-merge): New command.
15075
15076 * time.el (display-time-string-forms): Make the Mail string active.
15077 (display-time-update): Provide help-echo for load average.
15078
15079 * bindings.el (make-mode-line-mouse2-map): New function.
15080 (mode-line-modified): Use it and simplify.
15081 (mode-line-mule-info): Provide help-echo info.
15082 (minor-mode-alist): Activate the strings.
15083 (make-mode-line-mouse-sensitive): Simplify for
15084 mode-line-buffer-identification.
15085
15086 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15087
15088 * play/pong.el: New file.
15089
15090 2000-01-06 Dave Love <fx@gnu.org>
15091
15092 * array.el: Assorted cleanups for compiler warnings, doc strings,
15093 `array-' prefix for symbols.
15094
15095 2000-01-05 Dave Love <fx@gnu.org>
15096
15097 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15098 outline-headers-as-kill.
15099 (outline-mode): Define imenu-generic-expression.
15100 (outline-headers-as-kill): New command.
15101
15102 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15103 from paragraph-start.
15104 (paragraph-indent-minor-mode): New command.
15105
15106 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15107 M-C-e, M-C-h, C-j, C-xnd, TAB.
15108 (fortran-mode): Set beginning-of-defun, end-of-defun.
15109 (fortran-column-ruler): Simplify.
15110 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15111 (fortran-with-subprogram-narrowing): Likewise.
15112 (fortran-indent-subprogram): Call mark-defun.
15113 (fortran-check-for-matching-do): Change narrowing.
15114
15115 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15116 (cl-lucid-hash-tag): Delete.
15117 (cl-hash-table-p): Correct test for native table.
15118 (cl-hash-table-count): Use hash-table-count.
15119
15120 * browse-url.el (browse-url): Fix case of
15121 browse-url-browser-function being an alist.
15122
15123 2000-01-05 Carsten Dominik <cd@gnu.org>
15124
15125 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15126 (reftex-index-phrase-file-extension): New options.
15127
15128 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15129 Use new option `reftex-index-phrase-file-extension'.
15130
15131 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15132 `reftex-parse-file-extension'.
15133
15134 2000-01-05 Dave Love <fx@gnu.org>
15135
15136 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15137 (beginning-of-defun-raw): Use it.
15138 (end-of-defun): New variable.
15139 (end-of-defun): Use it.
15140 (check-parens): New command.
15141
15142 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15143
15144 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15145 (hs-show-block): Don't use `mapcar' when not accumulating.
15146
15147 Fix buglet in local variables initialization.
15148
15149 2000-01-05 Andreas Schwab <schwab@suse.de>
15150
15151 * hscroll.el (hscroll): Doc fix.
15152
15153 2000-01-05 Carsten Dominik <cd@gnu.org>
15154
15155 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15156 idlw-toolbar.
15157
15158 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15159 file idlw-rinfo.el.
15160 (idlwave-customize): load must read file idlw-shell.el.
15161 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15162
15163 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15164
15165 * progmodes/idlw-shell.el: Also provide idlwave-shell
15166 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15167 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15168
15169 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15170 both reftex-dcr and reftex-vcr.
15171
15172 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15173
15174 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15175
15176 * ps-print.el: PostScript code now is in separate files, doc fix.
15177 (ps-print-version): New version number (5.0.3).
15178 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15179 local.
15180 (ps-spool-config): Initialization fix.
15181 (ps-print-prologue-1, ps-print-prologue-2)
15182 (ps-print-duplex-feature): PostScript code moved to separated file.
15183 (ps-background-image): Little code reformating.
15184 (ps-begin-file, ps-begin-job): Fix code.
15185 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15186 (ps-prologue-file): New fun.
15187
15188 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15189
15190 * ps-vars.el: Eliminated.
15191
15192 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15193 `;;;###autoload'.
15194
15195 * ps-print.el: ps-vars eliminated, doc fix.
15196 (ps-print-version): New version number (5.0.2).
15197 (ps-spool-config): Initialization fix.
15198 (ps-print-customize): New fun.
15199
15200 2000-01-04 Gerd Moellmann <gerd@gnu.org>
15201
15202 * autorevert.el (auto-revert-mode): Return value of
15203 auto-revert-mode.
15204
15205 2000-01-04 Dave Love <fx@gnu.org>
15206
15207 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15208 menu items.
15209
15210 2000-01-03 Dave Love <fx@gnu.org>
15211
15212 * elide-head.el (elide-head) [defgroup]: Add :version.
15213
15214 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15215 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15216 `cl-hash-table-p', not `hash-table-p'.
15217 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15218
15219 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15220
15221 * faces.el (face-read-integer, read-face-attribute)
15222 (color-defined-p, color-values): unspecified-{f,b}g are now
15223 strings.
15224
15225 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15226
15227 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15228 at comment end, and re-insert them after filling.
15229
15230 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15231
15232 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15233 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15234 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15235
15236 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15237
15238 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15239 the new name of face-color-supported-p.
15240
15241 * term/w32-win.el (xw-defined-colors): Likewise.
15242
15243 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15244
15245 * simple.el (completion-setup-function): Count completion-size
15246 from minibuffer-prompt-end, not from point-min.
15247
15248 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15249
15250 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15251 Pass the frame to tty-color-* functions.
15252 (display-color-p, frame-set-background-mode): Pass the frame to
15253 tty-display-color-p.
15254
15255 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15256 tty-color-alist.
15257 (tty-color-alist, tty-modify-color-alist): New functions.
15258 (tty-color-define, tty-color-clear, tty-color-approximate)
15259 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15260 an optional parameter FRAME.
15261
15262 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15263
15264 * image.el (create-image, defimage): Don't assume image data is a
15265 string.
15266
15267 * image.el (defimage): Handle specifications containing :data
15268 instead of :file.
15269 (image-type-from-data): New function.
15270 (image-type-from-file-header): Use it.
15271 (create-image): Add parameter DATA-P.
15272
15273 See ChangeLog.8 for earlier changes.
15274
15275 ;; Local Variables:
15276 ;; coding: iso-2022-7bit
15277 ;; End: