]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-02-06 Dave Love <fx@gnu.org>
2
3 * add-log.el (add-log-current-defun-function)
4 (add-log-buffer-file-name-function, add-log-file-name-function):
5 Fix :type.
6 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7
8 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9
10 * info.el (info-initialize): Remove the test for system-type when
11 invocation-directory is non-nil.
12
13 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
14 of `font-lock-defaults' to `backward-paragraph' rather than nil.
15
16 2001-02-06 Andrew Innes <andrewi@gnu.org>
17
18 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
19 absolute.
20
21 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
22
23 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
24 buffers. When hi-lock turned on rather than only checking current
25 buffer for regexps, all buffers are checked. Moved activation of
26 font-lock to hi-lock-refontify. When font-lock turned off rather
27 than removing added highlighting just in current buffer, remove it
28 in all buffers. Changed edit menu text from "Automatic
29 Highlighting" to "Regexp Highlighting" Documentation for
30 highlighting phrases, minor documentation changes.
31 (hi-lock-set-file-patterns): Execute only if there are new or
32 existing file patterns.
33 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
34 unfontify and, if a support mode is active, will not refontify the
35 whole buffer. If necessary, turn on font lock. (Removed
36 font-lock-unfontify and font-lock support-mode-specific calls,
37 such as lazy-lock-fontify-window.)
38 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
39 patterns are found. Not useful now since find-file-hook is removed
40 if hi-lock is off, but may be needed for per-buffer hi-lock
41 activation.
42 (hi-lock-face-phrase-buffer): New function. Also added related
43 menu item and keybinding.
44 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
45 (hi-lock-process-phrase): New function.
46 (hi-lock-line-face-buffer): Doc fixes.
47 (hi-lock-face-buffer): Doc fixes.
48 (hi-lock-unface-buffer): Doc fixes.
49
50 2001-02-06 Gerd Moellmann <gerd@gnu.org>
51
52 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
53 dabbrev-ignored-regexps.
54
55 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
56
57 * simple.el (kill-line): Doc fix.
58
59 2001-02-05 Dave Love <fx@gnu.org>
60
61 * loadup.el: Revert last two changes -- bootstrapping works with
62 regenerated loaddefs.
63
64 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
65
66 * isearch.el (isearch-forward): Doc fix.
67
68 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
69 of font-lock-defaults to backward-paragraph.
70
71 2001-02-05 Gerd Moellmann <gerd@gnu.org>
72
73 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
74 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
75
76 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
77
78 * ebnf2ps.el: Eliminate time-stamp functions.
79 (ebnf-version): New version (3.5).
80 (ebnf-eps-finish-and-write): Replace time-stamp functions by
81 format-time-string.
82
83 2001-02-05 Gerd Moellmann <gerd@gnu.org>
84
85 * simple.el (next-line): Goto end-of-line before inserting a newline.
86
87 2001-02-05 Miles Bader <miles@gnu.org>
88
89 * image-file.el (insert-image-file): When visiting an image, also
90 set `truncate-lines' to t so that any fringe arrow looks correct.
91
92 2001-02-05 Kenichi Handa <handa@etl.go.jp>
93
94 * isearch.el (isearch-forward): Add description about input method
95 in the docsting.
96
97 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
98
99 * skeleton.el (skeleton-internal-1): Always push the mark for @.
100
101 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * info.el (info-initialize): If installation-directory is nil, for
104 DOS/Windows systems try looking in a sibling of
105 invocation-directory.
106
107 2001-02-02 Gerd Moellmann <gerd@gnu.org>
108
109 * wid-edit.el (widget-button-click): Fix last change.
110
111 * frame.el (frame-notice-user-settings): When resizing the initial
112 frame because the tool bar is off, also change the frame's top
113 position if a negative top position was specified.
114
115 2001-02-02 Miles Bader <miles@gnu.org>
116
117 * image-file.el (insert-image-file): When visiting an image,
118 suppress the cursor in the image buffer.
119
120 2001-02-01 Dave Love <fx@gnu.org>
121
122 * progmodes/f90.el (f90-mode): Remove startup message.
123
124 * vc-cvs.el: Remove autoloads. Require vc when compiling.
125
126 2001-02-01 Gerd Moellmann <gerd@gnu.org>
127
128 * startup.el (command-line): Fix code determining whether or not
129 to use delete-key-deletes-forward-mode.
130
131 2001-02-01 Andre Spiegel <spiegel@gnu.org>
132
133 * vc.el (vc-diff-switches): New user option.
134 (vc-version-diff): Use it.
135 (vc-diff-switches-list): New macro.
136
137 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
138 customization options.
139 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
140
141 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
142
143 2001-02-01 Gerd Moellmann <gerd@gnu.org>
144
145 * msb.el (toplevel): Quote hook symbols.
146
147 2001-02-01 Kenichi Handa <handa@etl.go.jp>
148
149 * international/mule.el (make-coding-system): Add description
150 about recognized properties in the docstring.
151
152 * international/mule-conf.el: Remove unused charsets
153 mac-roman-lower and mac-roman-upper.
154
155 2001-01-31 Gerd Moellmann <gerd@gnu.org>
156
157 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
158 is in front of the left-margin, if any.
159
160 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
161 like `delete'.
162
163 * bindings.el: Define `kp-delete' like `delete' in
164 function-key-map.
165
166 * term/w32-win.el (mouse-set-font): Doc fix.
167
168 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
169
170 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
171 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
172 on already.
173
174 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
175
176 * files.el (save-buffer): Don't give message if (buffer-file-name)
177 returns nil.
178
179 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
180
181 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
182
183 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
184 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
185
186 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
187 display problems.
188
189 2001-01-31 Kenichi Handa <handa@etl.go.jp>
190
191 * international/mule.el (charset-info): Fix docstring.
192
193 * international/mule-diag.el (describe-character-set): Check final
194 char valid before printing it.
195
196 2001-01-30 Gerd Moellmann <gerd@gnu.org>
197
198 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
199
200 * frame.el (frame-notice-user-settings): Do the tool-bar
201 stuff only for graphical displays. Fix a braino.
202
203 * frame.el (frame-initialize): Create initial frame visible.
204 (frame-notice-user-settings): When tool-bar has been switched off,
205 correct the frame size and sync too-bar-mode.
206
207 * startup.el (command-line): Remove manipulation of frame
208 height for tool bars.
209
210 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
211
212 * lpr.el: Compatibility with XEmacs and doc fixes.
213 (lpr-windows-system, lpr-lp-system): New vars.
214 (lpr-printer-switch): New defcustom.
215 (printer-name, lpr-command): Customization fix.
216 (print-region-1): Code fix.
217 (print-region-new-buffer, printify-region): Indentation fix.
218 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
219 functions.
220
221 2001-01-29 Gerd Moellmann <gerd@gnu.org>
222
223 * msb.el (toplevel): Fix the eval-after-load.
224
225 2001-01-29 Dave Love <fx@gnu.org>
226
227 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
228
229 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
230
231 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
232 compiling.
233 (tcl-using-emacs-19-23): Consider Emacs 21+.
234 (tcl-help-directory-list, tcl-command-switches): Fix :type.
235 (tcl-add-emacs-menu): Supply menu name.
236 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
237
238 2001-01-29 Gerd Moellmann <gerd@gnu.org>
239
240 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
241
242 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
243
244 * pcvs.el (cvs-mark-fis-dead): New function.
245 (cvs-mode-add): Use it.
246 (cvs-mode-add-change-log-entry-other-window):
247 Rebind change-log-default-name to itself rather than to nil.
248
249 2001-01-29 Sam Steingold <sds@gnu.org>
250
251 * vc-cvs.el: Replaced (require 'vc) with a bunch of
252 `autoload' statements.
253
254 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
255
256 * files.el (confirm-kill-emacs): Doc fix.
257
258 * frame.el (frame-initialize): Doc fix.
259
260 * time-stamp.el (time-stamp-string): Doc fix.
261
262 * woman.el (WoMan-log-1): Make the log buffer writable. From
263 Markus Rost <rost@math.ohio-state.edu>.
264
265 2001-01-29 Gerd Moellmann <gerd@gnu.org>
266
267 * imenu.el (imenu-syntax-alist): Add autoload cookie for
268 the `make-variable-buffer-local'.
269
270 2001-01-29 Dave Love <fx@gnu.org>
271
272 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
273 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
274 autoload cookie.
275 (ansi-color-apply-sequence): Fix typo.
276
277 2001-01-29 Gerd Moellmann <gerd@gnu.org>
278
279 * menu-bar.el (menu-bar-files-menu): Add menu items for
280 Postscript printing in black and white.
281
282 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
283 X-Mailman-Version, Precedence, List-Help, List-Post,
284 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
285 Content-Type, Content-Length.
286
287 2001-01-29 Dave Love <fx@gnu.org>
288
289 * elide-head.el (elide-head): Make overlay evaporate.
290
291 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
292 fix.
293
294 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
295
296 * isearch.el (isearch-highlight): Don't punt if the display
297 doesn't support colors, since isearch faces are defined for
298 monochrome displays as well.
299
300 2001-01-27 Sam Steingold <sds@gnu.org>
301
302 * shell.el (shell-write-history-on-exit): Make sure that we are in
303 the shell buffer (M-x tex-file RET inserted the error message into
304 the TeX buffer).
305
306 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
307
308 * simple.el (transient-mark-mode): Doc fix.
309
310 2001-01-27 Gerd Moellmann <gerd@gnu.org>
311
312 * progmodes/etags.el (find-tag-noselect): Don't bind
313 tags-file-name.
314
315 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * shell.el (shell-unquote-argument): If the shell is one of the
318 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
319 quote character.
320 (shell-dumb-shell-regexp): Document that the shells which match
321 this regexp are supposed to not treat a backslash as a quote
322 character.
323
324 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
325 from 2001-01-12. It is not needed, since backspace is mapped into
326 DEL.
327
328 2001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
329
330 * dabbrev.el (dabbrev--substitute-expansion):
331 Treat a one-capital-letter abbrev as "not all upper case",
332 so as to force preservation of the expansion's pattern
333 if the expansion starts with a capital letter.
334
335 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
336
337 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
338 Doc fix.
339
340 * simple.el (transient-mark-mode): Document the fact that many
341 commands act on the region when mark is active.
342
343 2001-01-27 Kenichi Handa <handa@etl.go.jp>
344
345 * international/quail.el (quail-setup-completion-buf): Make the
346 multibyteness of current buffer inherited to Quail completion
347 buffer.
348 (quail-show-guidance-buf): Make the multibyteness of current
349 buffer inherited to Quail guidance buffer.
350 (quail-help): Make the multibyteness of current buffer inherited
351 to Quail help buffer.
352
353 2001-01-26 Dave Love <fx@gnu.org>
354
355 * time-stamp.el: Doc fixes.
356
357 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
358 (delphi-keyword-face, delphi-other-face): Fix :type.
359
360 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
361
362 * mail/feedmail.el (feedmail): Add :link.
363 (feedmail-send-it): Doc fix.
364
365 * mail/sendmail.el: Doc fixes.
366 (sendmail-send-it): Fix the non-ASCII regexp and use
367 rfc2047-encode-string.
368
369 * dired.el, dired-aux.el: Revert last change.
370
371 2001-01-26 Gerd Moellmann <gerd@gnu.org>
372
373 * makefile.w32-in (DONTCOMPILE): Add various term files.
374
375 2001-01-26 Dave Love <fx@gnu.org>
376
377 * Makefile.in (DONTCOMPILE): Add various term files.
378
379 2001-01-26 Gerd Moellmann <gerd@gnu.org>
380
381 * man.el (Man-default-man-entry, Man-mode): Doc fix.
382
383 * startup.el (display-startup-echo-area-message): Make sure
384 the echo area is resized to fit the size of the startup
385 message.
386
387 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
388 part of which is a constant.
389
390 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
391
392 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
393 twice.
394
395 2001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
396
397 * simple.el (next-line): Don't let `newline' expand abbrevs.
398 Simplify slightly.
399 (open-line): Don't let `newline' expand abbrevs.
400
401 2001-01-25 John Wiegley <johnw@gnu.org>
402
403 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
404 to `repeat' in the :type field.
405
406 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
407 allow a choice of regexp or nil.
408 (pcomplete-dir-ignore): Same.
409
410 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
411 a command) to always fail.
412
413 2001-01-25 Gerd Moellmann <gerd@gnu.org>
414
415 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
416 discard the result.
417 (iswitchb-to-end): Likewise.
418
419 2001-01-25 Sam Steingold <sds@gnu.org>
420
421 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
422 Require vc.
423
424 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
425
426 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
427
428 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
429
430 2001-01-25 Dave Love <fx@gnu.org>
431
432 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
433 (describe-coding-system): Tweak the English text.
434
435 * loadup.el: Preload international/ccl for utf-8.
436
437 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
438
439 * mail/rmail.el (rmail-redecode-body): Doc fix.
440
441 2001-01-25 Kenichi Handa <handa@etl.go.jp>
442
443 * international/mule-cmds.el (reset-language-environment): Reset
444 coding-category-utf-8 to mule-utf-8.
445
446 * international/mule-conf.el (coding-category-utf-8): Initialize
447 to mule-utf-8.
448
449 * loadup.el: Preload international/utf-8.
450
451 * international/utf-8.el: New file.
452
453 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
454
455 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
456
457 2001-01-24 Sam Steingold <sds@gnu.org>
458
459 * dired.el (dired-replace-in-string): Removed.
460 (dired-sort-toggle): Use `replace-regexps-in-string'
461 instead of `dired-replace-in-string'.
462
463 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
464 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
465
466 * gs.el (gs-replace-in-string): Removed.
467 (gs-options): Use `replace-regexps-in-string'
468 instead of `gs-replace-in-string'.
469
470 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
471
472 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
473 bug report is mailed to an email list and posted to a news group.
474
475 2001-01-24 Gerd Moellmann <gerd@gnu.org>
476
477 * comint.el (comint-replace-by-expanded-history-before-point): Fix
478 change of 2000-08-03 to move point to the start of the line again.
479
480 * startup.el (tool-bar-images-pixel-height): New variable.
481 (command-line): After loading the user's init file, when
482 tool-bar-mode is on, increase the frame's size by some lines for
483 the tool-bar.
484
485 * frame.el (frame-initialize): Create the initial frame invisible.
486
487 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
488
489 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
490 (chinese-big5): MIME:Big5.
491
492 2001-01-24 Gerd Moellmann <gerd@gnu.org>
493
494 * international/mule-cmds.el (universal-coding-system-argument):
495 Handle commands with prefix args.
496
497 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
498
499 * calendar/diary-lib.el (diary-float): Fix case of MONTH
500 being a list of numbers.
501 (diary-mail-entries): Rewritten.
502
503 2001-01-23 Dave Love <fx@gnu.org>
504
505 * international/mule.el (make-coding-system): Fix typo.
506
507 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
508 backward-paragraph as font-lock-beginning-of-syntax-function.
509
510 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
511
512 * font-lock.el (font-lock-mode): Doc fix.
513
514 2001-01-23 Kenichi Handa <handa@etl.go.jp>
515
516 * international/mule.el (make-translation-table): Fix docstring.
517
518 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
519
520 * mail/rmail.el (rmail-redecode-body): New function.
521
522 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
523
524 2001-01-22 Gerd Moellmann <gerd@gnu.org>
525
526 * isearch.el (isearch-lazy-highlight-case-fold-search)
527 (isearch-lazy-highlight-regexp): New variables.
528 (isearch-lazy-highlight-cleanup): Update lazy highlight if
529 case-fold search or regexp search has been toggled.
530
531 * wid-edit.el (widget-button-click): Avoid a save-excursion
532 around running a global binding.
533
534 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
535 to 0.25.
536
537 2001-01-20 Miles Bader <miles@gnu.org>
538
539 * cus-edit.el (custom-face-save): Do post-processing on the face's
540 new value like `custom-face-set' does.
541
542 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * mail/emacsbug.el (report-emacs-bug): Report the value of
545 LC_CTYPE, not LC_TYPE.
546
547 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
548 isearch-toggle-regexp and isearch-edit-string to doc string.
549
550 2001-01-19 Gerd Moellmann <gerd@gnu.org>
551
552 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
553 as font-lock-beginning-of-syntax-function in font-lock-defaults.
554
555 * jit-lock.el (jit-lock-fontify-now): Don't bind
556 font-lock-beginning-of-syntax-function to nil.
557
558 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
559
560 * mail/emacsbug.el (report-emacs-bug): Report values of
561 locale-coding-system, default-enable-multibyte-characters, and the
562 environment variables LC_ALL, LC_TYPE, and LANG.
563
564 2001-01-19 Gerd Moellmann <gerd@gnu.org>
565
566 * font-lock.el (font-lock-default-fontify-region): Fix last
567 change.
568
569 * font-lock.el (font-lock-multiline): Default to nil.
570 (font-lock-default-fontify-region): If font-lock-multiline is
571 nil, don't check the property `font-lock-multiline'.
572
573 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
574 is nil, don't check the `font-lock-multiline' text property.
575
576 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
577
578 * viper.el: Call initial-major-mode on startup.
579
580 * ediff.el (ediff-patch-file): Use better defaults.
581
582 * ediff-vers.el: Fix for 8+3 DOS file systems.
583
584 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
585
586 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
587 diff mode, if available.
588
589 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
590
591 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
592
593 * ediff-init.el (subst-char-in-string): Define and use it, unless
594 it's already defined.
595
596 2001-01-18 Gerd Moellmann <gerd@gnu.org>
597
598 * tooltip.el (tooltip-hide-delay): New user-option.
599 (tooltip-show): Use tooltip-hide-delay instead of the default.
600
601 2001-01-18 Kenichi Handa <handa@etl.go.jp>
602
603 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
604 kill-local-variable doesn't work for enable-multibyte-characters.
605
606 2001-01-17 Dave Love <fx@gnu.org>
607
608 * ediff-init.el (ediff-before-setup-hook)
609 (ediff-merge-filename-prefix): Add :version.
610
611 * international/latin1-disp.el: Require disp-table.
612 (latin1-display): Fix :set.
613
614 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
615
616 2001-01-17 Gerd Moellmann <gerd@gnu.org>
617
618 * isearch.el (isearch-lazy-highlight-initial-delay)
619 (isearch-lazy-highlight-interval): Default to 0.
620
621 2001-01-17 Bob Glickstein <bobg@zanshin.com>
622
623 * isearch.el (isearch-highlight): Set isearch-overlay priority to
624 1 here rather than each time through
625 isearch-lazy-highlight-new-loop.
626 (isearch-lazy-highlight-max): Variable deleted.
627 (isearch-lazy-highlight-max-at-a-time): New user variable, like
628 isearch-lazy-highlight-max but controls a single invocation of
629 isearch-lazy-highlight-update.
630 (isearch-lazy-highlight-wrapped): Variable recreated.
631 (isearch-lazy-highlight-window-start): New variable.
632 (isearch-lazy-highlight-cleanup): Restored to behavior of
633 before 2-Jan.
634 (isearch-lazy-highlight-remove-overlays): Function deleted;
635 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
636 behavior removed.
637 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
638 isearch-lazy-highlight-update in a loop rather than just once.
639 Test isearch-invalid-regexp here and decide not to start a new
640 loop, rather than testing it each time through
641 isearch-lazy-highlight-update.
642 (isearch-lazy-highlight-search): Function restored.
643 (isearch-lazy-highlight-update): Get called in a timer loop again,
644 but this time highlight more than one match each time through.
645 Only highlight matches in the visible part of the window. Start
646 at point, move in the direction of the search, and wrap around at
647 the edge of the window. Use sit-for to force redisplay and ensure
648 window-start is credible. "Face suppressing" behavior removed;
649 overlay priorities should make it unnecessary, right?
650 (isearch-highlight): Face suppressing behavior removed.
651 (isearch-dehighlight): Face suppressing behavior removed.
652 (isearch-set-lazy-highlight-faces-at): Removed.
653
654 2001-01-17 Kenichi Handa <handa@etl.go.jp>
655
656 * language/european.el ("Latin-1"): Make the format of description
657 about additional language environments same as that of Latin-2.
658
659 2001-01-16 Dave Love <fx@gnu.org>
660
661 * isearch.el (isearch-lazy-highlight): Add :version.
662
663 * simple.el (backward-delete-char-untabify-method)
664 (next-line-add-newlines): Add :version.
665
666 2001-01-16 Gerd Moellmann <gerd@gnu.org>
667
668 * bindings.el: Bind <backspace> and <delete> via function-key-map.
669 Don't bind <delete> otherwise.
670
671 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
672 and <delete> via function-key-map.
673
674 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
675 Subject line only if point is after the `Subject:'.
676
677 2001-01-16 Kenichi Handa <handa@etl.go.jp>
678
679 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
680 japanese-jisx0213-2 in `charset' property of this lang. env.
681
682 * language/european.el ("Latin-1"): Add description for Dutch and
683 Spanish lang. env.
684
685 * international/mule.el (decode-char): Fix conditions.
686 (encode-char): Handle eight-bit-control too.
687 (transform-make-coding-system-args): New function.
688 (make-coding-system): Accept XEmacs style arguments for CCL base
689 coding system.
690
691 2001-01-15 Gerd Moellmann <gerd@gnu.org>
692
693 * progmodes/etags.el (find-tag-noselect): Save the value of
694 tags-file-name before switching buffers, for the case it has a
695 buffer-local value.
696
697 2001-01-15 Alex Schroeder <alex@gnu.org>
698
699 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
700 From Dave Love <fx@gnu.org>.
701 (ansi-color-for-comint-mode): Fix :version.
702
703 2001-01-15 Alex Schroeder <alex@gnu.org>
704
705 * ansi-color.el (ansi-color-unfontify-region): Doc change.
706
707 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
708
709 * dired.el (dired-insert-directory): If file-system-info fails,
710 remove the " free " part, but don't signal an error.
711
712 2001-01-12 Sam Steingold <sds@gnu.org>
713
714 * bookmark.el (bookmark-maybe-historicize-string):
715 Use new backquote syntax.
716
717 2001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
718
719 * subr.el (last): Handle a list that doesn't end in nil.
720
721 2001-01-12 Sam Steingold <sds@gnu.org>
722
723 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
724 to `backward-delete-char-untabify'.
725
726 2001-01-12 Dave Love <fx@gnu.org>
727
728 * cus-edit.el (customize-menu-create): Fix the :filter following
729 easymenu change.
730
731 * wid-edit.el (function): Add :match-alternatives.
732 (widget-color-action): Doc fix.
733
734 2001-01-12 Gerd Moellmann <gerd@gnu.org>
735
736 * calendar/calendar.el (calendar-basic-setup): Doc fix.
737
738 2001-01-12 Kenichi Handa <handa@etl.go.jp>
739
740 * international/mule-cmds.el (prefer-coding-system): Fix
741 docstring.
742
743 * international/ccl.el (define-ccl-program): Fix docstring.
744
745 2001-01-11 Dave Love <fx@gnu.org>
746
747 * international/mule-cmds.el (standard-display-european-internal):
748 Set display table for 2208 as for 160.
749
750 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
751
752 * progmodes/fortran.el (fortran-mode-map): Modify Customization
753 entry for custom-menu-create change.
754 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
755 don't cons it in the search loop.
756
757 * imenu.el (imenu--truncate-items): Revert last change.
758
759 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
760
761 * info.el (Info-setup-header-line): If the node header includes
762 either Next: or Prev: links, don't show the File: and Node: parts
763 in the header line.
764
765 2001-01-11 Gerd Moellmann <gerd@gnu.org>
766
767 * comint.el (comint-goto-process-mark): Don't print a message
768 when running in batch mode.
769
770 * isearch.el (isearch-search): In the condition-case handler for
771 `error', set isearch-invalid-regexp to the whole error message.
772
773 * subr.el (eval-after-load): Call load-symbol-file-load-history to
774 ensure that eval-after-load works for files dumped with Emacs.
775
776 * help.el (load-symbol-file-load-history): New function extracted
777 from function symbol-file.
778 (symbol-file): Use it.
779
780 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
781 exit.xpm.
782
783 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
784
785 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
786 behave as if there were no prefix argument.
787 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
788 argument were nil.
789
790 2001-01-11 Richard M. Stallman <rms@gnu.org>
791
792 * isearch.el (isearch-lazy-highlight-update):
793 Don't look for more potential matches once maximum is exceeded.
794 Use overlays-in to check correctly for overlap with current match.
795 Ignore empty matches.
796
797 2001-01-11 Miles Bader <miles@gnu.org>
798
799 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
800 (ispell-overlay-window, ispell-help, ispell-show-choices)
801 (ispell-command-loop): Use it instead of `window-height'.
802
803 2001-01-10 Gerd Moellmann <gerd@gnu.org>
804
805 * files.el (confirm-kill-emacs): New user-option.
806 (save-buffers-kill-emacs): Ask for final confirmation before
807 killing Emacs.
808
809 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
810 to nil.
811
812 2001-01-10 Dave Love <fx@gnu.org>
813
814 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
815
816 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
817 :type.
818
819 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
820
821 * calculator.el (calculator-number-digits): Fix :type.
822
823 * vc-cvs.el (vc-cvs-header): Fix :type.
824 * vc-rcs.el (vc-rcs-header): Fix :type.
825 * vc-sccs.el (vc-sccs-header): Fix :type.
826
827 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
828
829 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
830
831 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
832
833 2001-01-10 Gerd Moellmann <gerd@gnu.org>
834
835 * simple.el (set-variable): Force a thorough redisplay for the
836 case that the variable has an effect on the display, like
837 `tab-width' has.
838
839 2001-01-10 Andre Spiegel <spiegel@gnu.org>
840
841 * vc.el: Add documentation for backend interface.
842
843 2001-01-10 Kenichi Handa <handa@etl.go.jp>
844
845 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
846
847 * international/mule-conf.el (latin-extra-code-table): Set to t
848 for \223 and \224.
849
850 2001-01-09 Kenichi Handa <handa@etl.go.jp>
851
852 * international/mule-cmds.el (locale-language-names): Map "es" to
853 "Spanish" and "nl" to "Dutch".
854
855 2001-01-09 Gerd Moellmann <gerd@gnu.org>
856
857 * bindings.el (global-map): Bind <home> to beginning-of-line,
858 <end> to end-of-line, C-<home> to beginning-of-buffer, and
859 C-<end> to end-of-buffer.
860
861 * language/european.el: Add Dutch and Spanish language info
862 to be able to use the appropriate tutorials.
863
864 2001-01-09 Alex Schroeder <alex@gnu.org>
865
866 * ansi-color.el (ansi-color-process-output): Use markers instead
867 of positions for start and end of region.
868 (ansi-color-apply-on-region): Rewrote code to make it more robust.
869 Previously, occasional mistakes happend when fontifying many
870 chunks of output (eg. ls --color=yes /dev). This happened
871 whenever an overlay was created up to the end of the region, which
872 coincided with the process-mark. New text would then be added
873 within that overlay instead of after it.
874 (ansi-color-make-extent): Overlays are created with the property
875 `modification-hooks' set to '(ansi-color-freeze-overlay).
876 (ansi-color-freeze-overlay): New function. When inserting text at
877 the end of the overlay, the overlay will resize.
878
879 2000-01-09 Alex Schroeder <alex@gnu.org>
880
881 * ansi-color.el (ansi-color-process-output): Doc change.
882 (ansi-color-unfontify-region): Doc change. No longer installed
883 automatically in font-lock-unfontify-region-function.
884 (ansi-color-apply): Doc change.
885 (ansi-color-apply-on-region): Use extents or overlays instead of
886 text-properties.
887 (ansi-color-make-extent): New function.
888 (ansi-color-set-extent-face): New function.
889
890 2000-01-09 Alex Schroeder <alex@gnu.org>
891
892 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
893 both use ansi-color-process-output, now.
894 (ansi-color-process-output): Doesn't return string anymore. It is
895 installed in comint-output-filter-functions for both Emacs and
896 XEmacs, now.
897 (ansi-color-unfontify-region): Simplified code removing variables
898 pos and start-ansi.
899 (ansi-color-apply): Put text-property ansi-color before putting
900 text-property face because ansi-color-unfontify-region is called
901 immediately after the call to put-text-property.
902 (ansi-color-context-region): Doc change.
903 (ansi-color-filter-region): Simplified code.
904 (ansi-color-apply-on-region): Changed start to start-marker, using
905 a marker explicitly. Put text-property ansi-color before putting
906 text-property face because ansi-color-unfontify-region is called
907 immediately after the call to put-text-property.
908
909 2000-01-09 Alex Schroeder <alex@gnu.org>
910
911 * ansi-color.el (ansi-color-faces-vector): Doc change.
912 (ansi-color-for-comint-mode): Changed :type property to choice.
913 (ansi-color-last-context): Removed.
914 (ansi-color-process-output): Don't use ansi-color-last-context, as
915 the main functions will store their context now.
916 (ansi-color-context): Doc change.
917 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
918 Uses ansi-color-context such that repeated calls will strip
919 partial escape sequences, too.
920 (ansi-color-apply): Simplified code. Colorize end of string if
921 face is not null. Store context in new (FACE STRING) format, such
922 that repeated calls will strip partial escape sequences, too.
923 Append faces to face property using ansi-color-apply-sequence such
924 that cumulative mode actually works.
925 (ansi-color-context-region): New variable.
926 (ansi-color-filter-region): Rewrote it based on
927 ansi-color-apply-on-region. Uses ansi-color-context-region such
928 that repeated calls will strip partial escape sequences, too.
929 (ansi-color-apply-on-region): Simplified code. Colorize end of
930 region if face is not null. Store context in new (FACE POS)
931 format, such that repeated calls will strip partial escape
932 sequences, too. Append faces to face property using
933 ansi-color-apply-sequence such that cumulative mode actually
934 works.
935 (ansi-color-apply-sequence): New function.
936 (ansi-color-get-face): When the default face is added to the list
937 of faces, all previous settings are discarded and the list of
938 faces is set to '(default).
939
940 2000-01-09 Alex Schroeder <alex@gnu.org>
941
942 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
943 face, such that ansi-color-apply and ansi-color-apply-on-region
944 will do the right thing.
945 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
946 returns nil, set the list of faces back to nil instead of
947 appending the result of ansi-color-get-face to the front of the
948 list.
949
950 2000-01-09 Alex Schroeder <alex@gnu.org>
951
952 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
953 (ansi-color-process): Doc change.
954 (ansi-color-last-context): New buffer-local variable.
955 (ansi-color-process-output): New function. It is automatically
956 added to comint-output-filter-functions if this is XEmacs.
957 (ansi-color-unfontify-region): New optional parameter for XEmacs
958 compatibility. Check wether font-lock-syntactic-keywords is
959 boundp before removing the syntax table text property, as XEmacs
960 doesn't have it.
961 (ansi-color-filter-region): Doc change.
962 (ansi-color-apply-on-region): Doc change.
963 (ansi-color-make-face): New function. Compatibility layer for
964 XEmacs. Return temporary faces instead of cons cells for XEmacs.
965 (ansi-color-make-color-map): Use ansi-color-make-face.
966 (ansi-color-get-face): Avoid face text property '(nil) as results
967 in an errow for XEmacs.
968
969 2000-01-09 Alex Schroeder <alex@gnu.org>
970
971 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
972 text-property ansi-color in order to preserve fontification by
973 ansi-color. When the package is loaded, a lambda expression is
974 put onto font-lock-mode-hook. This lambda expression will check
975 font-lock-unfontify-region-function and replace
976 font-lock-default-unfontify-region with
977 ansi-color-unfontify-region.
978 (ansi-color-apply): Add text-property ansi-color in addition to
979 text-property face.
980 (ansi-color-apply-on-region): Add text-property ansi-color in
981 addition to text-property face.
982 (save-buffer-state): Copy of the macro that is also used by
983 lazy-lock and font-lock.
984
985 (ansi-color-for-comint-mode): New option.
986 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
987 (ansi-color-for-comint-mode-off): Ditto.
988 (ansi-color-for-comint-mode-filter): Ditto.
989 (ansi-color-process): New function. Uses
990 ansi-color-for-comint-mode to decide what to do. This function is
991 added to comint-preoutput-filter-functions when the package is
992 loaded.
993
994 (ansi-color-for-shell-mode-set): Removed.
995 (ansi-color-for-shell-mode): Removed.
996
997 2000-01-09 Alex Schroeder <alex@gnu.org>
998
999 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1000 the lambda expression from the ansi-color-for-shell-mode :set
1001 property. Additionally, modify shell-mode-hook to enable or
1002 disable font-lock-mode for future shell buffers.
1003 (ansi-color-for-shell-mode): The :set property calls
1004 ansi-color-for-shell-mode-set instead of a lambda expression.
1005
1006 2000-01-09 Alex Schroeder <alex@gnu.org>
1007
1008 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1009 (ansi-color-context): New variable.
1010 (ansi-color-apply): Save context between calls.
1011
1012 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1013
1014 * isearch.el (isearch, isearch-lazy-highlight-face): New
1015 definitions for face colors and attributes.
1016
1017 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1018 of display-mouse-p.
1019
1020 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1021
1022 * international/mule.el (make-coding-system): If the coding system
1023 accepts extra latin codes, register such codes as safe for the
1024 coding system.
1025
1026 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1027
1028 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1029 don't mention the file name or the date here, because they are
1030 logged at the start of the file.
1031
1032 2001-01-08 Richard M. Stallman <rms@gnu.org>
1033
1034 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1035 Change screen-width to frame-width.
1036
1037 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1038
1039 * info.el (Info-search): Print the default as part of the prompt.
1040
1041 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1042
1043 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1044 constant implementations in backends.
1045
1046 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1047 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1048
1049 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1050 WRITABLE to EDITABLE.
1051
1052 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1053 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1054 to EDITABLE.
1055
1056 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1057
1058 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1059 (copyright, copyright-update): Compute the current year at run
1060 time.
1061
1062 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1063
1064 * isearch.el (isearch-old-signal-hook): Removed.
1065 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1066 instead of setting signal-hook-function.
1067 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1068
1069 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1070
1071 * emulation/edt.el: Update to version 4.0. Provide support for
1072 EDT scroll margins at top and bottom of the window. Provide an
1073 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1074 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1075 user when file-related buffer modifications exist. Provide
1076 support for running EDT Emulation in XEmacs. Provide customize
1077 access to some user updatable variables. Add Commentary section
1078 to file header. Fixed a few minor bugs and cleaned up some code.
1079
1080 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1081 for detecting a keypress that generates an ASCII key sequence.
1082 (Previously, only a keypress that generates a vector was
1083 recognized.) Embed Window Manager name into name of the generated
1084 EDT Emulation initialization file since the initialization file is
1085 Window Manager specific. Add Commentary section to file header.
1086
1087 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1088
1089 * mail/sendmail.el (mail-mode): Doc fix.
1090
1091 * info.el (Info-goto-emacs-command-node): Doc fix.
1092 (Info-goto-emacs-key-command-node): Doc fix.
1093
1094 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1097 systems without long file-name support.
1098
1099 2001-01-06 Andrew Innes <andrewi@gnu.org>
1100
1101 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1102
1103 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1104
1105 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1106 (isearch-lazy-highlight-update): Doc fix.
1107
1108 * ffap.el (ffap-bindings): Doc fix.
1109
1110 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1111
1112 2001-01-05 Dave Love <fx@gnu.org>
1113
1114 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1115
1116 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1117
1118 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1119 scroll-preserve-screen-position to nil.
1120
1121 * isearch.el (isearch-old-signal-hook): New variable.
1122 (isearch-mode): Set signal-hook-function to isearch-done.
1123 (isearch-done): Restore old signal-hook-function.
1124
1125 * info.el (Info-fontify-node): Mark one more char as intangible.
1126
1127 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1128
1129 * composite.el (compose-last-chars): New argument COMPONENTS. If
1130 it is non-nil, compose preceding characters by compose-region with
1131 COMPONENTS.
1132
1133 * international/quail.el (quail-input-string-to-events): New function.
1134 (quail-input-method): Convert input string to events here.
1135 (quail-start-translation): Return input string, not event list.
1136 (quail-start-conversion): Likewise.
1137
1138 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1139
1140 * tooltip.el (tooltip-cancel-delayed-tip)
1141 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1142 and tooltip-add-timeout.
1143 (tooltip-show): Set border color from faces's foreground.
1144 (tooltip-show-help-function): If called with the same help string
1145 as last time, do nothing.
1146 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1147
1148 * startup.el (fancy-splash-screens): Don't bind show-help-function
1149 to nil.
1150
1151 * tooltip.el (tooltip-frame-parameters): Remove colors.
1152 (tooltip): New face
1153 (tooltip-set-param): New function.
1154 (tooltip-show): Set up color frame parameters from face `tooltip'.
1155 Display the tooltip text in face `tooltip'.
1156
1157 2001-01-04 Dave Love <fx@gnu.org>
1158
1159 * whitespace.el (whitespace-global-mode): Fix typo.
1160
1161 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1162
1163 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1164
1165 * help.el (help-for-help): Fix a typo in a doc string. From
1166 kwzh@gnu.org (Karl Heuer).
1167
1168 2001-01-03 Dave Love <fx@gnu.org>
1169
1170 * dired-x.el: Doc fixes. Maintainer change.
1171 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1172 :type.
1173 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1174 (dired-guess-shell-alist-user): Customize.
1175 (dired-x-help-address): Set to bug-gnu-emacs.
1176 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1177 (dired-default-directory): Renamed from default-directory.
1178
1179 * hl-line.el (hl-line): Doc fix.
1180
1181 2001-01-03 Karl Fogel <kfogel@red-bean.com>
1182
1183 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1184
1185 2001-01-02 Richard M. Stallman <rms@gnu.org>
1186
1187 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1188 to remove all the current alternative-match highlighting.
1189 If nil, remove only what's outside the current window.
1190 (isearch-lazy-highlight-remove-overlays): Take optional
1191 region within which NOT to remove them.
1192 (isearch-lazy-highlight-new-loop): Greatly simplified.
1193 (isearch-lazy-highlight-update): Find all the other occurrences
1194 visible in the window, in just one call.
1195 (isearch-lazy-highlight-start): Now holds start of region to scan.
1196 (isearch-lazy-highlight-end): Now holds end of region to scan.
1197 (isearch-lazy-highlight-wrapped): Variable deleted.
1198 (isearch-lazy-highlight-search): Function deleted.
1199
1200 2000-01-02 Andrew Innes <andrewi@gnu.org>
1201
1202 * w32-fns.el (convert-standard-filename): Do length check on name
1203 before aref.
1204
1205 2001-01-02 Dave Love <fx@gnu.org>
1206
1207 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1208 value.
1209 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1210
1211 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1212
1213 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1214 read syntax.
1215
1216 * calendar/todo-mode.el (todo): Add :link, :version.
1217 (todo-save-top-priorities): Remove autoload cookie.
1218 (todo-add-category, todo-add-item-non-interactively)
1219 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1220 cookie.
1221
1222 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1223
1224 * comint.el (comint-input-history-ignore): New variable.
1225 (comint-read-input-ring): Ignore entries matching
1226 comint-input-history-ignore.
1227
1228 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
1229
1230 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1231 (lm-copyright-mark): New function.
1232 (lm-crack-copyright): New function.
1233 (lm-verify): Check that the file has a copyright.
1234 Check that the file is copyright Free Software Foundation.
1235
1236 2000-12-30 Kenichi Handa <handa@etl.go.jp>
1237
1238 * international/mule-diag.el (print-fontset): Indent font name by
1239 24 columns, not 25.
1240
1241 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1242
1243 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1244 in Subject line.
1245
1246 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1247 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1248 continuing an interrupted message with C-u C-x m for instence,
1249 winds up in Mail mode without abbrevs.
1250
1251 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1252
1253 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1254 non-nil. Adding almost all customization variables on ps-setup. Doc
1255 fix.
1256 (ps-print-version): New version number (6.3.3).
1257 (ps-end-with-control-d): Initialization fix.
1258 (ps-lines-printed): New var.
1259 (ps-skip-newline): New fun.
1260 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1261 (ps-next-line, ps-continue-line, ps-plot-region)
1262 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1263
1264 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1265
1266 * international/fontset.el (x-complement-fontset-spec): Resolve
1267 ASCII font name so that the same family name is used for fonts
1268 registered in x-font-name-charset-alist.
1269 (create-fontset-from-fontset-spec): Adjusted for the above change.
1270 The name of fontset alias should be a unresolved ASCII font name.
1271
1272 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1273
1274 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1275 and delete in isearch-mode-map.
1276
1277 2000-12-28 Richard M. Stallman <rms@gnu.org>
1278
1279 * dired-x.el (dired-guess-shell-alist-default):
1280 Use xpdf instead of acroread.
1281
1282 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1283
1284 * textmodes/artist.el (artist-butlast): Deleted.
1285 (artist-ellipse-mirror-quadrant): Use butlast instead of
1286 artist-butlast.
1287
1288 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1289
1290 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1291
1292 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1293
1294 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1295
1296 * ls-lisp.el: Better support for the Mac and MS-Windows.
1297 (ls-lisp): New defgroup.
1298 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1299 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1300 (ls-lisp-support-shell-wildcards): New defcustoms.
1301 (ls-lisp-parse-symlink): New function.
1302 (insert-directory): Code to convert switches to a list and set up
1303 the wildcard argument copied from ls-lisp-insert-directory.
1304 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1305 for -C and -R switches.
1306 (ls-lisp-column-format): New function.
1307 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1308 (ls-lisp-format-time): Add doc strings.
1309 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1310 Support ls-lisp-dirs-first.
1311 (ls-lisp-classify, ls-lisp-extension): New functions.
1312 (ls-lisp-format): Optionally support emulation of symlinks.
1313 Support -i, -s, and -G switches.
1314
1315 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1316
1317 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1318
1319 * version.el (emacs-version): Print X scroll bar information.
1320
1321 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1322 instead of x-toolkit-scroll-bars-p.
1323
1324 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1325 of x-toolkit-scroll-bars-p.
1326
1327 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * ffap.el (ffap-bindings): Make interactive and add an autoload
1330 cookie.
1331 (ffap-bindings): Doc fix, to reflect the above change.
1332
1333 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1334
1335 * term.el (term-char-mode): Define all non-ascii self-inserting
1336 characters to 'term-send-raw in term-raw-map.
1337
1338 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1339
1340 * viper-init (viper-restore-cursor-type): Added condition-case
1341 guard.
1342
1343 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1344 initialization; use add-hook.
1345 (ediff-file-remote-p): Use file-local-copy.
1346
1347 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1348
1349 * ediff.el (ediff-patch-buffer): Bug fix.
1350 (ediff-revision): Allow selection of the file at the prompt.
1351
1352 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1353
1354 * subr.el (combine-run-hooks): Remove.
1355
1356 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1357 and remove the rogue second spec.
1358
1359 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1360
1361 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1362
1363 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1364
1365 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1366 Use minibuffer menu prompt for the `=' prefix.
1367 (smerge-command-prefix): Change default to C-^.
1368 (smerge-mode): Don't assume font-lock doesn't move point.
1369
1370 * skeleton.el (skeleton-internal-1): Make sure the first line of
1371 the region is also re-indented.
1372 (skeleton-end-newline): New var.
1373 (skeleton-end-hook): Use it.
1374
1375 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1376
1377 * comint.el (comint-password-prompt-regexp): Support CVS.
1378
1379 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1380
1381 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1382 backspace key combinations, depending on
1383 delete-key-deletes-forward.
1384
1385 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1386
1387 * simple.el (delete-key-deletes-forward): Doc fix.
1388
1389 2000-08-22 Emmanuel Briot <briot@gnat.com>
1390
1391 * xml.el (top level comment): Updated to reflect the fact that
1392 white spaces are relevant in the XML file.
1393 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1394 to parse was already edited. This allows for on-the-fly analysis
1395 of XML files.
1396 (xml-parse-tag): Check that the casing is the same in the start
1397 tag and end tag, since XML is case-sensitive. Allows for spaces
1398 in the end tag, after the name of the tag.
1399 (xml-parse-attlist): Allow for the character '-' in the name of
1400 attributes, as in the standard http-equiv attribute Do not save
1401 the properties in the XML tree, since they are not relevant.
1402
1403 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1404
1405 * generic.el (generic-read-type): Undo last change, inline into
1406 `generic-mode' and then remove.
1407 (generic-mode): Inline generic-read-type.
1408 (define-generic-mode): Push the symbol name rather than the symbol
1409 onto generic-mode-list.
1410
1411 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1412
1413 * generic.el (generic-read-type): Build an alist for
1414 completing-read as in 20.7.
1415
1416 * play/landmark.el (lm): Use interactive spec `P'.
1417 (toplevel): Don't set debug-on-error.
1418
1419 * server.el (server-switch-buffer): Choose a window on a visible
1420 frame.
1421
1422 2000-12-21 Dave Pearson <davep@davep.org>
1423
1424 * quickurl.el: Commentry change, I've moved my web site.
1425
1426 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1427
1428 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1429 ranges like \177-\237, but accepts the character sequence from \177 to
1430 \237. Doc fix.
1431 (ebnf-version): New version (3.4).
1432 (ebnf-setup): Code fix.
1433 (ebnf-range-regexp): New fun.
1434 (ebnf-8-bit-chars): Const fix.
1435
1436 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1437 entry. Doc fix.
1438 (ebnf-bnf-lex): Code fix.
1439 (ebnf-bnf-comment-chars): Const fix.
1440
1441 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1442 entry. Doc fix.
1443 (ebnf-iso-comment-chars): Const fix.
1444
1445 * ebnf-otz.el: Doc fix.
1446
1447 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1448 entry. Doc fix.
1449 (ebnf-yac-skip-code): Code fix.
1450 (ebnf-yac-comment-chars): Const fix.
1451
1452 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1453
1454 * files.el (insert-directory-safely): New function.
1455 (recover-file): Use it instead of insert-directory. From Markus
1456 Rost <markus.rost@mathematik.uni-regensburg.de>
1457
1458 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1459
1460 * international/mule-cmds.el (select-safe-coding-system): Check
1461 coding-category-list more rigidly. Improve help message.
1462
1463 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1464
1465 2000-12-21 Miles Bader <miles@gnu.org>
1466
1467 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1468 prefix.
1469
1470 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1471
1472 * international/mule-diag.el (describe-char-after): Make *Help*
1473 buffer inherit multibyteness of the current buffer.
1474
1475 * international/mule.el (make-char): Docstring adjusted for the
1476 change of make-char-internal.
1477
1478 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1479
1480 * international/iso-cvt.el: Docstrings fix.
1481
1482 2000-12-20 Dave Love <fx@gnu.org>
1483
1484 * subr.el (eval-after-load): Doc fix.
1485
1486 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1487
1488 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1489 for numbers.
1490
1491 2000-12-20 Miles Bader <miles@gnu.org>
1492
1493 * international/quail.el (quail-help): Resize the help window
1494 again after it has all its contents. Remove unneeded progn.
1495
1496 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1497
1498 * pcmpl-linux.el: Fix copy/paste error.
1499
1500 2000-12-19 Andrew Innes <andrewi@gnu.org>
1501
1502 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1503 docstring.
1504
1505 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1506
1507 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1508
1509 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1510
1511 * progmodes/idlw-shell.el: Fixed copyright notice.
1512
1513 * progmodes/idlwave.el: Fixed copyright notice.
1514
1515 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1516 TAB as key separators.
1517
1518 2000-12-19 Alex Schroeder <alex@gnu.org>
1519
1520 * sql.el (sql-sybase-options): New option.
1521 (sql-sybase): Use it. Add sql-database to the list of parameters
1522 provided for login. The options -w 2048 -n are not used any more.
1523 (sql-postgres-options): Changed default from "--pset" to "-P".
1524 (sql-mysql-options): Doc change.
1525 (sql-stop): Doc change.
1526
1527 2000-12-19 Kenichi Handa <handa@etl.go.jp>
1528
1529 * international/quail.el (quail-input-method): Always hide
1530 the guidance buffer on exiting.
1531
1532 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1533
1534 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1535 isn't fboundp.
1536
1537 * server.el (server-buffer-done): Bury the buffer before
1538 killing it.
1539
1540 * faces.el (face-spec-set): Interpret a nil in specs for
1541 foreground and background colors as `unspecified', for
1542 compatibility with 20.x.
1543
1544 2000-12-18 Dave Love <fx@gnu.org>
1545
1546 * simple.el (mail-user-agent): Doc fix.
1547 (input-mode-8-bit): Removed.
1548
1549 * international/mule.el (set-keyboard-coding-system): Doc fix.
1550 (keyboard-coding-system): New option.
1551
1552 * mail/sendmail.el (send-mail-function): Customize.
1553
1554 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1555
1556 * international/codepage.el (cp866-decode-table): New table.
1557
1558 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1559
1560 * version.el (emacs-version): Remove `%a' from the time format
1561 because the weekday doesn't fit well into each locale.
1562
1563 2000-12-18 Miles Bader <miles@gnu.org>
1564
1565 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1566
1567 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1568 Check that emacs-major-version is `=' to 20, not `>='.
1569 (artist-replace-chars): Use `make-string' instead of a loop.
1570
1571 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1572
1573 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1574 (cvs-execute-single-file): Don't change directory.
1575 Patch from Per Cederqvist.
1576
1577 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * textmodes/ispell.el (check-ispell-version): If
1580 `ispell-program-name' is "aspell", pass it the -v switch instead
1581 of -vv.
1582
1583 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1584
1585 * international/mule-diag.el (mule-diag): Insert information about
1586 configure options, multibyte awareness, language env.
1587
1588 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1589 regexp to search for candidates.
1590
1591 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * info.el (Info-forward-node): If the node has an
1594 Info-header-line, widen the buffer before searching for "next:"
1595 and "up:" pointers, and set the search limit to stay in the
1596 current node.
1597
1598 2000-12-16 Miles Bader <miles@gnu.org>
1599
1600 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1601
1602 2000-12-15 Miles Bader <miles@gnu.org>
1603
1604 * comint.el (comint-send-string, comint-send-region): Also accept
1605 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1606 process-send-string/region.
1607
1608 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1609
1610 * isearch.el (isearch-lazy-highlight-max): New user-option.
1611 (isearch-lazy-highlight-update): Don't highlight more than
1612 isearch-lazy-highlight-max matches.
1613
1614 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1615
1616 2000-12-15 Richard M. Stallman <rms@gnu.org>
1617
1618 * sort.el (sort-columns): Fix error message.
1619
1620 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1621 `upcase' or `downcase' or nil.
1622 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1623 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1624 (dabbrev--substitute-expansion): New arg record-case-pattern.
1625 If it is non-nil, set dabbrev--last-case-pattern.
1626 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1627
1628 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1629
1630 2000-12-15 Miles Bader <miles@gnu.org>
1631
1632 * paths.el (Info-default-directory-list): Don't delete
1633 configure-info-directory from the list of standard info
1634 directories when appending it to the end -- their order is
1635 important.
1636
1637 * faces.el (read-face-attribute): If there's no entry for the
1638 user's input in VALID, just use it as-is (this will often result
1639 in an error, but it may be OK for e.g. colors using hexadecimal
1640 notation, and at least will yield a better error message).
1641
1642 * window.el (mode-line-window-height-fudge): Function removed.
1643 (height-affecting-face-attributes, mode-line-window-height-fudge):
1644 Variables removed.
1645 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1646 window is really the right size. Use vertical-motion
1647 rather than forward-line.
1648 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1649 (ispell-command-loop, ispell-show-choices): Use the variable
1650 ispell-choices-win-default-height, rather than the function.
1651 (ispell-choices-win-default-height): Function removed.
1652 (ispell-mode-line-window-height-fudge): Function removed.
1653
1654 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1655
1656 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1657
1658 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1659
1660 * paths.el (Info-default-directory-list): If
1661 configure-info-directory is not one of the standard directories,
1662 put it first in the list; otherwise put it last. Doc string
1663 changed accordingly.
1664
1665 * info.el (Info-directory-list): Change doc string to reflect the
1666 change in Info-default-directory-list.
1667
1668 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1669 windows-nt as windowed environments, even under -nw.
1670
1671 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1672 if not fboundp. Switch delete-forward mode for the <delete> key
1673 on all PC platforms, even under -nw.
1674
1675 * term/internal.el ([M-delete]): Remap to M-d.
1676
1677 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1678
1679 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1680
1681 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1682
1683 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1684
1685 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1686
1687 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1688 if appropriate.
1689
1690 * simple.el (delete-key-deletes-forward): New user-option.
1691 (delete-key-deletes-forward-mode): New function.
1692
1693 * bindings.el: Bind `delete' to backward-delete-char.
1694
1695 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1696 if symbol is bound before getting its value.
1697
1698 * tooltip.el (tooltip-show): If an error is signaled in
1699 x-show-tip, display that error, and display the help in the
1700 echo area.
1701
1702 2000-12-14 Kenichi Handa <handa@etl.go.jp>
1703
1704 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1705 "... entries" messages for every 10000 entries, not 10.
1706
1707 2000-12-13 Karl Fogel <kfogel@red-bean.com>
1708
1709 * bookmark.el: Provide a generic exit hook, as suggested by
1710 Ovidiu Predescu <ovidiu@cup.hp.com>:
1711 (bookmark-exit-hook): New var.
1712 (bookmark-exit-hook-internal): New func, replaces
1713 old raw lambda form in `kill-emacs-hook', and runs new
1714 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1715 as logically that feature must have been provided if this function
1716 is running.
1717 Removed ;;;###autoload before the `add-hook' call.
1718
1719 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1720
1721 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1722 (easy-menu-current-active-maps): New function.
1723 (easy-menu-get-map): Use it.
1724 Make a proper menu entry when creating a new keymap.
1725
1726 2000-12-13 Kenichi Handa <handa@etl.go.jp>
1727
1728 * international/characters.el: Fix cases and syntaxes for
1729 mule-unicode-0100-24ff.
1730
1731 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1732 that a Japanese character is not appended after day and year.
1733
1734 * info.el (Info-suffix-list): Change format for a command that
1735 requires arguments.
1736 (info-insert-file-contents): Adjusted for the above change.
1737
1738 2000-12-12 Andreas Schwab <schwab@suse.de>
1739
1740 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1741 on the name of the tar buffer. Verify that the existing buffer is
1742 visiting the same subfile.
1743
1744 2000-12-12 Dave Love <fx@gnu.org>
1745
1746 * subdirs.el: Add obsolete.
1747
1748 2000-12-12 Gerd Moellmann <gerd@gnu.org>
1749
1750 * mail/rmailsum.el (rmail-summary-expunge)
1751 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1752 instead of rmail-confirm-expunge.
1753
1754 * replace.el (perform-replace): Don't use an empty match adjacent
1755 to a non-empty match when computing the next match before the
1756 replacement is performed.
1757
1758 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
1759
1760 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1761 definition (patch by Stefan Monnier).
1762 (glasses-mode): Use jit-lock instead of `after-change-functions'
1763 (patch by Stefan Monnier).
1764
1765 2000-12-12 Miles Bader <miles@gnu.org>
1766
1767 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1768 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1769
1770 2000-12-12 Andrew Choi <akochoi@i-cable.com>
1771
1772 * term/mac-win.el: Remove load for ls-lisp.
1773
1774 * loadup.el: Load ls-lisp for system-type `macos'.
1775
1776 2000-12-12 Miles Bader <miles@gnu.org>
1777
1778 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1779 Respect field end too.
1780 (just-one-space): Respect fields as `delete-horizontal-space'.
1781 (newline-and-indent, reindent-then-newline-and-indent): Use
1782 `delete-horizontal-space'.
1783
1784 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1785
1786 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1787 (so as to obey the field property in the minibuffer).
1788
1789 * obsolete/c-mode.el: Moved from lisp/progmodes.
1790 * obsolete/auto-show.el: Moved from lisp.
1791 * obsolete/ooutline.el: Moved from lisp/textmodes.
1792
1793 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1794
1795 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1796 changes to list them here.
1797
1798 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1799 many changes to list them here.
1800
1801 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1802 many changes to list them here.
1803
1804 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1805
1806 2000-12-11 Gerd Moellmann <gerd@gnu.org>
1807
1808 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1809 nil.
1810
1811 * cus-edit.el (custom-save-variables, custom-save-faces):
1812 Comment fix.
1813
1814 * hscroll.el: Moved to `obsolete' subdir.
1815
1816 2000-12-11 Miles Bader <miles@gnu.org>
1817
1818 * window.el (window-text-height): Function removed (now in C).
1819
1820 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1821
1822 * log-edit.el (log-edit-parent-buffer): New var.
1823 (log-edit): Set it. Add BUFFER argument.
1824 (log-edit-done): Use char-before.
1825 Don't bother checking validity of vc-comment-ring.
1826 Only bury the buffer if log-edit popped it up.
1827
1828 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1829 (cvs-mode-diff-help): Remove.
1830 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1831 (cvs-mode-marked): Set up the default for CMD manually.
1832
1833 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1834 Remove binding for ? now made unnecessary.
1835
1836 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1837
1838 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1839 function
1840 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1841
1842 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1843 when master file is not open.
1844
1845 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1846
1847 * progmodes/ada-stmt.el: Update `maintainer'.
1848
1849 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1850
1851 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1852 choices to match documentation string.
1853
1854 2000-12-09 Miles Bader <miles@gnu.org>
1855
1856 * minibuf-eldef.el: New file.
1857
1858 * window.el (fit-window-to-buffer): Don't pass last argument to
1859 pos-visible-in-window-p, now that its meaning is inverted.
1860
1861 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1862
1863 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1864 <ceder@lysator.liu.se>.
1865
1866 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1867
1868 * autoinsert.el (auto-insert-alist): Add missing final \n.
1869
1870 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1871 (cvs-menu-map): Remove.
1872 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1873 (cvs-mode-quit): Turn it back into a plain function.
1874
1875 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1876 (texinfo-filter): Remove (move to texinfo.el).
1877
1878 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1879 file where it's more visible.
1880 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1881 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1882 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1883 (texinfo-inside-macro-p): Only catch `scan-error's.
1884 (texinfo-inside-env-p): Make better use of the match info.
1885 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1886 (texinfo-insert-@end): Slight re-organization.
1887 Also remove useless `looking-at' call.
1888
1889 2000-12-08 Andrew Innes <andrewi@gnu.org>
1890
1891 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1892 accessible in -nw mode.
1893
1894 * term/w32-win.el: Remove stuff about selection timeout, which is
1895 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1896 it is accessible in -nw mode.
1897
1898 2000-12-08 Dave Love <fx@gnu.org>
1899
1900 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1901 font-lock-keywords-case-fold-search.
1902
1903 2000-12-08 Gerd Moellmann <gerd@gnu.org>
1904
1905 * textmodes/ispell.el (ispell): Doc fix.
1906
1907 2000-12-08 Kenichi Handa <handa@etl.go.jp>
1908
1909 * international/quail.el (quail-insert-decode-map): Check the
1910 frame width of a window displaying the current buffer, not that of
1911 the selected frame.
1912 (quail-help): Make sure that the help buffer has window before
1913 inserting text in it.
1914
1915 2000-12-07 Sam Steingold <sds@gnu.org>
1916
1917 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1918 Backquote is used in isearch.el, so autoloading saves nothing.
1919
1920 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1921
1922 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1923 the CVS and RCS subdirectories case-insensitively.
1924
1925 * dired.el (dired-insert-directory): If file-system-info is
1926 fboundp, call it instead of invoking dired-free-space-program.
1927
1928 2000-12-07 Gerd Moellmann <gerd@gnu.org>
1929
1930 * server.el (server-visit-files): Push files on file-name-history.
1931
1932 * progmodes/cc-langs.el: Update copyright.
1933
1934 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1935
1936 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1937
1938 * bindings.el (mode-line-mode-menu): Reverse the order
1939 of define-keys so that the menu appears in alphabetical order.
1940
1941 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
1942
1943 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1944 of the function.
1945
1946 2000-12-07 Dave Love <fx@gnu.org>
1947
1948 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1949
1950 * facemenu.el (facemenu-unlisted-faces): Fix value.
1951
1952 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1953
1954 * font-lock.el (font-lock-default-fontify-region):
1955 Include the terminating \n (off-by-one error).
1956 (font-lock-set-defaults): Use dolist.
1957
1958 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1959
1960 2000-12-07 Kenichi Handa <handa@etl.go.jp>
1961
1962 * international/mule-cmds.el (describe-language-environment): Fix
1963 for the case that an input method title is not string but a list.
1964
1965 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1966 of wrong SIZE record.
1967
1968 2000-12-06 Dave Love <fx@gnu.org>
1969
1970 * newcomment.el (comment-region, comment-dwim): Doc fix.
1971
1972 * textmodes/texinfo.el: Require tex-mode when compiling.
1973 (texinfo-update-node): Doc fix.
1974 (texinfo-imenu-generic-expression): Add @anchor.
1975 (texinfo-font-lock-keywords): Add @uref.
1976 (texinfo-inside-macro-p): Don't use ignore-errors.
1977 (texinfo-insert-quote): Match more contexts.
1978
1979 * international/mule.el (decode-char, encode-char): Doc fix.
1980 (auto-coding-alist): Customize.
1981
1982 * files.el (load-file): Fix change of 2000-03-12.
1983
1984 * wid-edit.el (widget-text-keymap): Doc fix.
1985
1986 2000-12-06 Andrew Innes <andrewi@gnu.org>
1987
1988 * makefile.w32-in (lisp): Set to an absolute directory, namely
1989 $(CURDIR).
1990
1991 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1992
1993 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1994 read generated-autoload-file, and set buffer-file-coding-system to
1995 raw-text-unix after reading the file.
1996
1997 * international/mule-conf.el (file-coding-system-alist): Use
1998 raw-text for reading loaddefs.el and raw-text-unix for writing
1999 it.
2000
2001 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2002
2003 * replace.el (occur): Make line-number-width 1 smaller for the
2004 colon following the line number.
2005
2006 * startup.el (fancy-splash-text, command-line-1): Use
2007 `File' for the menu name instead of `Files'.
2008
2009 * tmm.el: Update copyright.
2010
2011 * cus-start.el: Add entry for even-window-heights.
2012
2013 2000-12-06 Miles Bader <miles@gnu.org>
2014
2015 * faces.el (frame-set-background-mode): Avoid stomping on
2016 locally modified faces.
2017
2018 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2019
2020 * international/fontset.el: Correct the font registries for
2021 japanese-jisx0213-1 and japanese-jisx0213-2.
2022
2023 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2024
2025 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2026
2027 * iswitchb.el: Update customization commentary.
2028
2029 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2030
2031 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2032 (tpu-search-highlight): Fixed comparison of overlay end positions.
2033 (tpu-trim-line-ends): Implemented trimming logic locally.
2034
2035 * emulation/tpu-extras.el (tpu-write-file-hook)
2036 (tpu-set-cursor-bound): Replaced picture-clean with
2037 tpu-trim-line-ends.
2038
2039 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2040
2041 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2042 to cn-gb.
2043 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2044
2045 2000-12-04 Dave Love <fx@gnu.org>
2046
2047 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2048
2049 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2050
2051 * mail/rmailsum.el (rmail-summary-expunge)
2052 (rmail-summary-expunge-and-save): Ask for confirmation with
2053 rmail-expunge-confirmed.
2054
2055 * mail/rmail.el (rmail-expunge-confirmed): New function.
2056 (rmail-expunge): Use it.
2057
2058 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2059 (etags-recognize-tags-table, find-tag-in-order): New
2060 functionality: interpret file names as tags.
2061
2062 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2063
2064 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2065 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2066 visit the first subnode until the bottom of the current node is
2067 visible.
2068
2069 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2070
2071 * format.el (format-decode): Don't change buffer's undo list.
2072
2073 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2074
2075 * faces.el (face-font-registry-alternatives): Add entries for CJK
2076 fonts. Doc-string adjusted for the actual usage of this data.
2077
2078 * international/fontset.el: Change the font registries for CJK
2079 fonts in the default fontset. Don't append '*' to registries.
2080
2081 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2082
2083 * emacs-lisp/easy-mmode.el (define-derived-mode)
2084 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2085
2086 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2087 (derived-mode-p): New function.
2088 (derived-mode-make-docstring): Add `docstring' argument.
2089 Use it if available and complete it if necessary.
2090
2091 2000-12-03 Andreas Schwab <schwab@suse.de>
2092
2093 * type-break.el (type-break): Don't make parent of itself.
2094
2095 2000-12-03 Miles Bader <miles@gnu.org>
2096
2097 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2098
2099 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2100
2101 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2102 (tex-main-file, tex-file): Simplify.
2103 (tex-generate-zap-file-name): Use subst-char-in-string.
2104 (tex-strip-dots): Remove.
2105
2106 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2107
2108 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2109 to check if the match succeeded.
2110
2111 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2112
2113 * startup.el (use-fancy-splash-screens-p): New function.
2114 (command-line-1): Use it to determine whether or not to use
2115 a fancy splash screen.
2116
2117 2000-12-02 Andreas Schwab <schwab@suse.de>
2118
2119 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2120
2121 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2122
2123 * international/mule.el (make-char): Fix last change.
2124
2125 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2126 New defcustoms.
2127 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2128 autoloading tex-mode; instead, do the same manually. Use
2129 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2130 with numeric argument. Docstring fix.
2131 (toplevel): Require cl when compiling.
2132
2133 * international/mule.el (make-char): Doc fix.
2134
2135 2000-12-02 Jason Rumney <jasonr@gnu.org>
2136
2137 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2138 the Emacs Lisp manual)
2139
2140 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2141
2142 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2143
2144 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2145 the Emacs Lisp manual).
2146
2147 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2148
2149 * simple.el (next-line-add-newlines): Change default to nil.
2150
2151 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2152
2153 * files.el (revert-buffer, recover-file): Bind
2154 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2155
2156 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2157
2158 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2159
2160 2000-12-01 Miles Bader <miles@gnu.org>
2161
2162 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2163
2164 2000-12-01 Kenichi Handa <handa@etl.go.jp>
2165
2166 * international/mule-diag.el (describe-char-after): Fix typo.
2167 (describe-character-set, non-iso-charset-alist): Fix typo.
2168
2169 2000-12-01 Miles Bader <miles@gnu.org>
2170
2171 * image-file.el (image-file-name-regexp): Automatically add
2172 upper-case variants of each filename extension in
2173 `image-file-name-extensions', since they seem to be common.
2174
2175 * simple.el (minibuffer-contents)
2176 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2177 New functions.
2178 * filecache.el (file-cache-directory-name)
2179 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2180
2181 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2182
2183 * filecache.el (file-cache-minibuffer-complete): Don't try to
2184 delete the minibuffer prompt.
2185
2186 2000-11-30 Dave Love <fx@gnu.org>
2187
2188 * cus-start.el: Fix read-buffer-function type.
2189
2190 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2191
2192 * md5.el: Removed. There's a built-in function, now.
2193
2194 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
2195
2196 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2197 as dummy 0-th char of rmail-deleted-vector.
2198
2199 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2200
2201 * ps-print.el (ps-end-job): Bind case-fold-search only after
2202 switching to ps-spool-buffer.
2203
2204 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2205
2206 * ps-print.el: Line number font customization. PostScript: Lines and
2207 PageCount are initialized on each page. Doc Fix.
2208 (ps-print-version): New version number (6.3.2).
2209 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2210 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2211 (ps-right-header): Customization fix.
2212 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2213 Fix code.
2214 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2215 New vars.
2216
2217 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2218
2219 * bs.el: Fix typos and spelling errors.
2220 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2221 (bs-configuration): Doc fix.
2222
2223 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2224
2225 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
2226
2227 * emulation/tpu-edt.el (tpu-version): New version.
2228 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2229 (tpu-original-mode-line): Variable deleted.
2230 (tpu-mark-flag): New initial value.
2231 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2232 tpu-mark-flag to minor-mode-alist.
2233 (tpu-update-mode-line): New mark flag logic.
2234 (tpu-get): Use find-file-wildcards.
2235 (tpu-search-highlight): Move overlay less, reset overlay properly.
2236 (tpu-unselect): Deactivate mark.
2237 (tpu-lm-replace): Reset overlay properly.
2238 (tpu-forward-line): Use forward-visible-line.
2239 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2240
2241 * emulation/tpu-extras.el (tpu-forward-line): Use
2242 forward-visible-line.
2243
2244 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2245
2246 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2247
2248 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2249
2250 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2251 and skip whitespace and newlines.
2252
2253 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2254
2255 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2256
2257 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2258
2259 * help.el (describe-function-1): Regexp-quote function name
2260 when used as part of a regexp.
2261
2262 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2263 face-attribute instead of face-foreground and face-background.
2264 (tool-bar-add-item): Likewise, and handle unspecified colors.
2265
2266 * enriched.el (enriched-face-ans): Use face-attribute instead
2267 of face-foreground and face-background.
2268
2269 * faces.el (face-foreground, face-background, face-stipple):
2270 Return nil if attribute is unspecified, for backward
2271 compatibility.
2272
2273 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2274
2275 * play/5x5.el: Remove version info.
2276
2277 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2278
2279 * frame.el (blink-cursor-mode): Doc fix.
2280
2281 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2282
2283 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2284 to create Makefile rules.
2285 (antlr-tool-command): New user option.
2286 (antlr-ask-about-save): New user option.
2287 (antlr-makefile-specification): New user option.
2288 (antlr-file-formats-alist): New variable.
2289 (antlr-special-file-formats): New variable.
2290 (antlr-unknown-file-formats): New user option.
2291 (antlr-help-unknown-file-text): New variable.
2292 (antlr-help-rules-intro): New variable.
2293 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2294 (antlr-mode-menu): Add entries.
2295 (antlr-file-dependencies): New function.
2296 (antlr-directory-dependencies): New function.
2297 (antlr-superclasses-glibs): New function.
2298 (antlr-run-tool): New command.
2299 (antlr-makefile-insert-variable): New function.
2300 (antlr-insert-makefile-rules): New function.
2301 (antlr-show-makefile-rules): New command.
2302
2303 * antlr-mode.el: More Emacs/XEmacs stuff.
2304 (antlr-no-action-keywords): New constant with value nil.
2305 (antlr-font-lock-keywords-alist): Use it. Old value would break
2306 syntax highlighting in Emacs-21.0.
2307 (antlr-default-directory): Emacs/XEmacs dependend function.
2308 (antlr-read-shell-command): Ditto.
2309 (antlr-with-displaying-help-buffer): Ditto.
2310
2311 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2312
2313 * antlr-mode.el: imenu, parsing and highlighting changes.
2314 (antlr-imenu-create-index-function): Don't create extra submenus
2315 for definitions in different grammar classes. It is not necessary
2316 for the menu and would make command `imenu' awkward to use.
2317 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2318 header actions and more than one.
2319 (antlr-font-lock-tokendef-face): Changed color.
2320 (antlr-font-lock-tokenref-face): Changed color.
2321 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2322 (antlr-mode-syntax-table): New variable.
2323 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2324 (antlr-with-syntax-table): Don't copy syntax table.
2325
2326 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2327
2328 * antlr-mode.el: Minor changes: language setting.
2329 (antlr-language-alist): The value for file option "language" can
2330 be both an identifier and a string.
2331 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2332 (antlr-language-limit-n-regexp): Change accordingly.
2333
2334 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2335
2336 * antlr-mode.el: Minor changes: tabs, hiding.
2337 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2338 (antlr-action-visibility): Also allow value nil to also hide the
2339 braces. Renamed from `antlr-tiny-action-length'.
2340 Suggested by Jay@aol.com.
2341 (antlr-hide-actions): Change accordingly. Hide line if completely
2342 hidden action is on a line of its own.
2343
2344 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2345
2346 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2347
2348 * sort.el (sort-columns): Don't concat strings with numbers.
2349
2350 2000-11-29 Dave Love <fx@gnu.org>
2351
2352 * cus-edit.el (face): Fix :format.
2353
2354 * mail/feedmail.el: Require smtpmail when compiling.
2355 (mail-do-fcc): Autoload.
2356 (feedmail) <defgroup>: Fix :link.
2357 (feedmail-nuke-body-in-fcc): Fix :type.
2358 (feedmail-send-it): Add autoload cookie.
2359
2360 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2361
2362 * newcomment.el (comment-indent): Save excursion around call to
2363 comment-indent-function.
2364
2365 2000-11-29 Miles Bader <miles@gnu.org>
2366
2367 * subr.el (member-ignore-case): Return the tail of the list who's
2368 car matches, like `member', not the matching element itself.
2369
2370 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2371
2372 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2373 should not contain `\n'.
2374
2375 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2376
2377 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2378
2379 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2380
2381 * dired-aux.el (dired-do-create-files): Construct default file
2382 name for dired-mark-read-file-name so that when the user enters
2383 just RET, the target file will end up in the target directory.
2384
2385 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2386 local-abbrev-table before changing buffers because it might
2387 have a buffer-local binding.
2388
2389 2000-11-28 Miles Bader <miles@gnu.org>
2390
2391 * simple.el (delete-horizontal-space): Handle fields more generally.
2392
2393 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2394
2395 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2396
2397 2000-11-28 Dave Love <fx@gnu.org>
2398
2399 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2400 comment-start-skip locally.
2401
2402 * progmodes/fortran.el (fortran-mode): Don't set
2403 fortran-comment-line-start-skip. Set comment-start to
2404 fortran-comment-line-start.
2405 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2406 (fortran-comment-line-start-skip): Simplify slightly.
2407
2408 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2409
2410 * play/5x5.el: Remove RCS keyword.
2411
2412 * bs.el: Mistaken commit, undone 2000-11-30.
2413
2414 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2415
2416 * textmodes/tildify.el (tildify-string-alist): Add
2417 `plain-tex-mode' here.
2418
2419 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2420
2421 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2422 reference.
2423
2424 2000-11-28 Miles Bader <miles@gnu.org>
2425
2426 * cus-face.el (custom-face-attributes): Add post-filter function
2427 for :box. Make pre-filter function for :box handle all cases.
2428
2429 * wid-edit.el (widget-choose): Make sure pop-up window is large
2430 enough to display all the choices, as there's no way to scroll it.
2431
2432 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2433
2434 * international/mule-conf.el: Make the coding system no-conversion
2435 safe for all characters.
2436
2437 2000-11-27 Dave Love <fx@gnu.org>
2438
2439 * net/ldap.el (ldap) <defgroup>: Add :version.
2440
2441 * tooltip.el (tooltip-use-echo-area): Doc fix.
2442
2443 * cus-start.el <minibuffer-prompt-properties>: Add version.
2444 <read-buffer-function>: Add.
2445
2446 * apropos.el (apropos-print): Add help-echo to active text.
2447
2448 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2449
2450 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2451
2452 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2453 type, group and version.
2454
2455 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2456
2457 * select.el (x-get-selection): Docstring fix.
2458
2459 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2460
2461 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2462
2463 2000-11-27 Andrew Innes <andrewi@gnu.org>
2464
2465 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2466
2467 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2468
2469 2000-11-27 Miles Bader <miles@gnu.org>
2470
2471 * dired.el (dired-get-filename): Return filename verbatim if
2472 LOCALP is `verbatim'.
2473 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2474 `verbatim' so that we don't inadvertently delete a non-existant
2475 directory name.
2476
2477 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2478
2479 * international/characters.el: Specify cases and syntaxes for
2480 mule-unicode-0100-24ff.
2481
2482 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2483
2484 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2485 that foreground and/or background colors of the face `tool-bar'
2486 are unspecified.
2487
2488 2000-11-27 Miles Bader <miles@gnu.org>
2489
2490 * wid-edit.el (widget-field-buffer, widget-field-start)
2491 (widget-field-end): Handle widget field `pseudo-overlays'.
2492 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2493 if it's there instead of in `widget-field-list'.
2494
2495 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2496 (help-make-xrefs): Delete extraneous newlines at the end of the
2497 docstring.
2498
2499 2000-11-25 Jason Rumney <jasonr@gnu.org>
2500
2501 * startup.el (command-line): Call set-locale-environment after
2502 Window System init file is read, as it can result in a call to
2503 redraw-frame.
2504
2505 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2506
2507 * simple.el (shell-command): Mention the effect of the prefix
2508 argument in the doc string.
2509
2510 2000-11-25 Miles Bader <miles@gnu.org>
2511
2512 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2513
2514 * wid-edit.el (widget-field-value-delete): Don't try to delete
2515 overlay when it's the `pseudo-overlay' that exists at some points.
2516
2517 2000-11-24 Jason Rumney <jasonr@gnu.org>
2518
2519 * international/mule-cmds.el (locale-language-names): Add "jp" as
2520 a non-standard alternative for Japanese.
2521
2522 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2523
2524 * vc-hooks.el: Require 'cl during compilation.
2525
2526 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2527
2528 * faces.el (face-set-after-frame-default): Let face attributes
2529 specified for new frames override frame parameters.
2530
2531 * startup.el (command-line): Fix computation of the source file
2532 for user-init-file when user-init-file is a compiled file.
2533
2534 2000-11-24 Miles Bader <miles@gnu.org>
2535
2536 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2537 (custom-post-filter-face-spec): New functions.
2538 (custom-face-set, custom-face-value-create): Filter the face spec
2539 before and after customization.
2540 (custom-face-set): If VALUE specifies a null face, pass a
2541 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2542 * cus-face.el (custom-face-attributes): Remove SET and GET
2543 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2544 cases they're needed.
2545
2546 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2547 that it's distinguishable from the :off-glyph on dark-background
2548 displays. Set its background color too.
2549
2550 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2551 so that people can easily turn it off.
2552
2553 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2554
2555 * ediff-diff.el: Moved variables around to have it compile under NT.
2556
2557 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2558
2559 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2560
2561 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2562 redundant skip-small-frames test.
2563
2564 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2565 (viper-downgrade-to-insert): protect against errors in hooks.
2566
2567 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2568 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2569 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2570 functions.
2571
2572 * viper-util.el (viper-memq-char): Bug fixes.
2573
2574 * viper.el (viper-mode): Fix cursor handling.
2575
2576 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2577
2578 * international/mule-diag.el (list-iso-charset-chars): For
2579 two-byte charset, fix the `while' condition.
2580 (list-non-iso-charset-chars): Fix the `while' condition.
2581
2582 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2583
2584 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2585 if the variable is make-variable-buffer-local.
2586
2587 * progmodes/ada-stmt.el (ada-template-map): Initialize
2588 and bind it to C-c t in ada-mode-map.
2589 (ada-stmt-mode-hook): New function extracted from old code.
2590 Only change the buffer-local side of skeleton-*.
2591 (ada-mode-hook): Use it.
2592
2593 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2594
2595 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2596 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2597 we expect to be returned by minibuffer-depth once we prompt the
2598 user in the minibuffer.
2599 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2600 as recorded in iswitchb-minibuf-depth, return non-nil.
2601
2602 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2603
2604 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2605 (hscroll-window-maybe): Docstring fix.
2606
2607 2000-11-23 Dave Love <fx@gnu.org>
2608
2609 * rect.el (string-rectangle): Don't test delete-selection-mode.
2610
2611 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2612
2613 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2614 is in the tool bar.
2615
2616 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2617 with `no-dir'; we want the directory part to be able to remove
2618 it.
2619
2620 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2621
2622 * textmodes/outline.el (outline-flag-region):
2623 Don't bind inhibit-read-only since we don't modify the buffer.
2624 (outline-isearch-open-invisible): Don't jump to overlay-start
2625 since we're trying to unhide text around point.
2626 (outline-discard-overlays): Use dolist.
2627
2628 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2629
2630 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2631
2632 * mail/rmail.el (rmail-confirm-expunge): Default to
2633 y-or-n-p.
2634
2635 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2636
2637 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2638 Fix ARG regexp to skip quoted braces.
2639 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2640 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2641 are (correctly) handled separately).
2642 Remove `caption' and `footnote' from `citations': they contain text.
2643 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2644 (latex-skeleton-end-hook): New function.
2645 (latex-mode): Use it.
2646 (tex-start-tex-marker): Remove.
2647 (tex-send-tex-command): Don't set tex-start-tex-marker.
2648 (tex-error-parse-syntax-table): New var.
2649 (tex-compilation-parse-errors): Use it.
2650 Ignore tex-start-tex-marker. Don't bother with marker-position.
2651 (tex-validate-buffer): Don't bother with marker-position.
2652
2653 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2654 (flyspell-generic-progmode-verify): Use it.
2655
2656 2000-11-22 Sam Steingold <sds@gnu.org>
2657
2658 * simple.el (delete-trailing-whitespace): New interactive
2659 function.
2660
2661 * progmodes/ada-mode.el (ada-mode): Use it instead of
2662 `ada-remove-trailing-spaces'.
2663 (ada-remove-trailing-spaces): Removed.
2664
2665 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2666
2667 * textmodes/picture.el (picture-clean): Removed.
2668 (picture-mode-exit): Call it instead of `picture-clean'.
2669
2670 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2671
2672 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2673
2674 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2675 jit-lock-fontify-buffer; it should anyway be unneccessary to
2676 do anything special when jit-lock is active.
2677 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2678
2679 2000-11-22 Dave Love <fx@gnu.org>
2680
2681 * calendar/todo-mode.el (todo-top-priorities): Use
2682 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2683
2684 * language/chinese.el, language/cyrillic.el:
2685 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2686 * language/hebrew.el, language/indian.el, language/japanese.el:
2687 * language/korean.el, language/lao.el, language/misc-lang.el:
2688 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2689 Use provide.
2690
2691 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2692 (custom-variable-set): Improve validation error mesage.
2693
2694 * rect.el (string-rectangle): Revert last change.
2695 (string-rectangle-line): New arg DELETE.
2696 (string-rectangle): Check delete-selection-mode.
2697
2698 * emacs-lisp/edebug.el (edebug-version)
2699 (edebug-maintainer-address): Deleted.
2700 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2701 (edebug-read-function): Account for other `'#' read forms.
2702 (edebug-mode-menus): Make some items toggles.
2703 (edebug-outside-unread-command-event, unread-command-event):
2704 Remove these to avoid warnings.
2705
2706 2000-11-22 David Ponce <david@dponce.com>
2707
2708 * recentf.el (recentf-menu-items-for-commands)
2709 (recentf-make-menu-items, recentf-make-menu-item)
2710 (recentf-filter-changer): Added :help and :active menu-item properties.
2711
2712 (recentf-build-dir-rules, recentf-dump-variable)
2713 (recentf-edit-list, recentf-open-files-item)
2714 (recentf-open-files): Replaced unnecessary `mapcar' with new
2715 built-in `mapc'.
2716
2717 2000-11-23 Miles Bader <miles@gnu.org>
2718
2719 * faces.el (menu): Make inverse-video on ttys too.
2720
2721 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2722
2723 * simple.el (comment-line-break-function): Use the new name
2724 indent-new-comment-line -> comment-indent-new-line.
2725 (clone-indirect-buffer): Don't ignore NORECORD.
2726 (next-completion): Properly handle the case where items are adjacent.
2727
2728 * mouse.el (popup-menu): Stupid typo.
2729
2730 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2731
2732 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2733 maintainer, keywords tags.
2734
2735 * rect.el (replace-rectangle): Don't call string-rectangle-line
2736 with too many arguments.
2737
2738 2000-11-22 Andre Spiegel <spiegel@gnu.org>
2739
2740 * ediff-util.el (ediff-file-checked-out-p)
2741 (ediff-file-checked-in-p): Call vc-state instead of
2742 vc-locking-user, which no longer exists.
2743
2744 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2745
2746 2000-11-22 Dave Love <fx@gnu.org>
2747
2748 * md5.el (md5): Provide.
2749 (md5): Fix error call.
2750
2751 2000-11-22 Miles Bader <miles@gnu.org>
2752
2753 * textmodes/refill.el (refill-adjust-ignorable-overlay)
2754 (refill-fill-paragraph-at): Remove debugging code.
2755
2756 * calendar/calendar.el (generate-calendar-window): When we don't
2757 call `fit-window-to-buffer', make sure the top line is fully visible.
2758
2759 * image-file.el (insert-image-file): Don't make `read-only'
2760 property rear-nonsticky.
2761
2762 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2763 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2764 stashing away its original value.
2765 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2766 in the recursive edit.
2767 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2768 (isearch-done): Restore `minibuffer-message-timeout'.
2769
2770 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2771
2772 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2773
2774 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2775
2776 * find-lisp.el (find-lisp-find-files-internal):
2777 Use dolist, when and file-name-as-directory.
2778
2779 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2780 (define-derived-mode, define-minor-mode): Add specs.
2781
2782 * window.el: General comment and spacing fixes.
2783 (save-selected-window): Use backquotes.
2784 (window-safely-shrinkable-p): New function.
2785 (shrink-window-if-larger-than-buffer): Use it.
2786
2787 * subr.el (make-local-hook): Docstring fix.
2788
2789 * shell.el (shell-mode): Use define-derived-mode.
2790
2791 * newcomment.el (comment-indent): Insert comment before calling
2792 comment-indent-function. Don't insert in column 0.
2793 (comment-dwim): Indent before inserting comment.
2794
2795 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2796 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2797 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2798 Use mapc rather than map.
2799
2800 * files.el (find-buffer-visiting): Compare all attributes before
2801 declaring two files identical (rather than just their inode-no).
2802 (auto-mode-alist): Use \' rather than $.
2803
2804 * which-func.el: Update maintainer line.
2805
2806 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2807 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2808 (uniquify-buffer-file-name): Use it.
2809
2810 2000-11-22 Miles Bader <miles@gnu.org>
2811
2812 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2813 * simple.el (minibuffer-avoid-prompt): New function.
2814
2815 2000-11-21 Gerd Moellmann <gerd@gnu.org>
2816
2817 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2818
2819 2000-11-21 Miles Bader <miles@gnu.org>
2820
2821 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2822 inclusion of `track-mouse'.
2823
2824 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2825 (refill-adjust-ignorable-overlay): New function.
2826 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2827 only the paragraph's tail if possible.
2828 Update `refill-ignorable-overlay'.
2829 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2830
2831 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2832 point inside the fill-prefix.
2833
2834 * textmodes/refill.el (refill-post-command-function): Don't reset
2835 refill-doit in the case where a self-insertion command doesn't
2836 case a refill. Use `refill-fill-paragraph-at', getting position
2837 from `refill-doit'.
2838 (refill-after-change-function): Set `refill-doit' to END.
2839 (refill-fill-paragraph-at): New function, mostly from old
2840 refill-fill-paragraph.
2841 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2842 (refill-pre-command-function): New function.
2843 (refill-mode): Add it to `pre-command-hook'.
2844
2845 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2846
2847 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2848
2849 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2850 javadoc tags.
2851
2852 2000-11-20 Andre Spiegel <spiegel@gnu.org>
2853
2854 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2855 vc.el).
2856
2857 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2858 require vc.
2859
2860 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2861 checkouts.
2862
2863 2000-11-20 Dave Love <fx@gnu.org>
2864
2865 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2866
2867 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
2868
2869 * calculator.el (calculator-paste): Use `if' instead of `and'
2870 and `or'.
2871 (calculator-help): Don't use electric-describe-mode for XEmacs.
2872
2873 2000-11-19 Gerd Moellmann <gerd@gnu.org>
2874
2875 * info.el (info-menu-5): Doc fix.
2876
2877 * textmodes/artist.el: New file.
2878
2879 2000-11-19 Andre Spiegel <spiegel@gnu.org>
2880
2881 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2882 and differentiate according to checkout model.
2883 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2884 since this function is only concerned with master state.
2885
2886 * vc-hooks.el (vc-workfile-unchanged-p,
2887 vc-default-workfile-unchanged-p): Moved here from vc.el.
2888
2889 * vc.el (vc-workfile-unchanged-p,
2890 vc-default-workfile-unchanged-p): See above.
2891
2892 2000-11-19 Miles Bader <miles@gnu.org>
2893
2894 * image-file.el (insert-image-file): Make `intangible' and
2895 `read-only' properties rear-nonsticky too.
2896
2897 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2898
2899 * ps-print.el: Update copyright notice.
2900
2901 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2902 (tooltip-show): Use the offsets.
2903
2904 * bindings.el (mode-line-modified): Fix a typo.
2905 (mode-line-toggle-modified, mode-line-widen)
2906 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2907
2908 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2909
2910 * ps-print.el (toplevel): Test for find-coding-system being
2911 fboundp before calling ps-x-find-coding-system.
2912
2913 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2914
2915 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2916 (vc-version-backup-file): Docstring fix.
2917
2918 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2919
2920 * files.el (basic-save-buffer): Don't add a newline if
2921 find-file-literally is non-nil.
2922 (find-file-literally): Extend doc string.
2923
2924 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2925 sort(1) with the `-f' argument.
2926
2927 2000-11-16 Andre Spiegel <spiegel@gnu.org>
2928
2929 * vc.el: Updated backend documentation.
2930 (vc-default-check-headers): New function.
2931
2932 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2933
2934 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2935 up-to-date.
2936 (vc-do-command): In the asynchronous case, output messages only if
2937 the minibuffer is not active.
2938
2939 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2940 `vc-cvs-use-edit' is on.
2941 (vc-cvs-checkout): When this is used for reverting the workfile,
2942 make a backup of the original contents and revert to that in case
2943 of error.
2944 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2945 remote repositories.
2946
2947 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2948 for both version and ratio in the minibuffer.
2949
2950 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2951 Use vc-do-command to perform the annotation, not call-process.
2952
2953 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2954
2955 * international/quail.el (quail-start-translation): Don't call
2956 `message' before reading key sequence.
2957
2958 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2959
2960 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2961
2962 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2963
2964 * window.el (fit-window-to-buffer): Be sure to acquire at least
2965 one text line even if the buffer is empty.
2966
2967 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2968
2969 * net/ange-ftp.el (ange-ftp-file-writable-p)
2970 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2971 ange-ftp-process-verbose to nil.
2972
2973 2000-11-15 Dave Love <fx@gnu.org>
2974
2975 * wid-edit.el (widget-specify-field, widget-specify-button): If
2976 :help-echo is a function, set help-echo of overlay to
2977 widget-mouse-help.
2978 (widget-mouse-help): New function.
2979 (widget-echo-help): Rewritten for :help-echo functions only taking
2980 a widget arg.
2981
2982 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2983 display-graphic-p.
2984 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2985 and that JPEG is available.
2986 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2987
2988 * international/mule-cmds.el (locale-charset-language-names):
2989 Match @euro.
2990
2991 2000-11-15 Gerd Moellmann <gerd@gnu.org>
2992
2993 * faces.el (face-set-after-frame-default): If
2994 `inhibit-default-face-x-resources' is bound, don't intialize the
2995 default face from X resources.
2996
2997 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2998
2999 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3000 Don't set EMACSLOADPATH.
3001
3002 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3005 texinfo-insert-@url.
3006 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3007 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3008
3009 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3010
3011 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3012 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3013 (checkdoc-minor-keymap): Backward compatibility.
3014 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3015 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3016 (checkdoc-this-string-valid-engine): Be a bit more strict
3017 to avoid matching substrings of `...' quoted vars/funs.
3018 (checkdoc-defun-info): Only look for `interactive' if alone.
3019 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3020
3021 * progmodes/compile.el (grep): `tag-default' can be nil.
3022
3023 * newcomment.el (comment-indent): Paren typo.
3024
3025 2000-11-14 Dave Love <fx@gnu.org>
3026
3027 * calculator.el: New maintainer version.
3028
3029 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3030
3031 * cmuscheme.el: Doc fixes.
3032 (cmuscheme) <defgroup>: Use `scheme' as parent.
3033 (cmuscheme-program-name): Remove. Change uses to
3034 scheme-program-name.
3035
3036 * xscheme.el (scheme-program-name): Don't define here.
3037
3038 * progmodes/scheme.el (scheme-program-name): New variable
3039 (originally in cmuscheme).
3040
3041 2000-11-14 Miles Bader <miles@gnu.org>
3042
3043 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3044 Handle header-lines. Don't loop forever if we can't enlarge the
3045 window anymore. Simplify a bit.
3046
3047 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3048
3049 * window.el (fit-window-to-buffer): Don't check
3050 window-text-height. Assure that the last line is fully visible.
3051
3052 * international/quail.el (quail-show-guidance-buf): Call
3053 fit-window-to-buffer to assure the enough height of the guidance
3054 buffer.
3055 (quail-update-guidance): Avoid making the guidance buffer shorter.
3056
3057 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3058
3059 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3060 rather than `prepend' and add an interesting comment.
3061 (tex-math-face, tex-font-lock-syntactic-face-function):
3062 New face and function to use it.
3063 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3064 than `menu-enable' symbol property.
3065 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3066 (tex-mode): Add some latex-mode commands for auto-selection.
3067 Use tex-font-lock-syntactic-face-function.
3068 (tex-insert-quote): Simplify.
3069 (tex-shell): New mode.
3070 (tex-start-shell): Use it.
3071 (tex-shell-proc, tex-shell-buf): New functions.
3072 (tex-send-command): Use it.
3073 (tex-main-file): Fix the meaning of the new arg REALFILE.
3074 (tex-send-tex-command): New function split from `tex-start-tex'.
3075 Set compilation-last-buffer and compilation-parsing-end.
3076
3077 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3078 when it follows non-comment text on the line.
3079
3080 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3081 Set font-lock-defaults.
3082 (lisp-mode-shared-map): Init inside the defvar.
3083 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3084 Use define-derived-mode.
3085
3086 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3087
3088 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3089
3090 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3091
3092 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3093 recursively optimize body because that can lead to infinite
3094 recursion; see comment there.
3095
3096 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3097
3098 * faces.el (face-spec-set-match-display): Revert the change from
3099 2000-10-24. Add a FIXME for after v21.1.
3100
3101 2000-11-13 Miles Bader <miles@gnu.org>
3102
3103 * textmodes/fill.el (skip-line-prefix): New function.
3104 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3105 (fill-paragraph): Don't leave point inside the fill-prefix.
3106 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3107 point inside the fill-prefix.
3108
3109 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3110
3111 * calendar/calendar.el (generate-calendar-window): Use
3112 `fit-window-to-buffer'.
3113
3114 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3115
3116 * gud.el (gud-minor-mode): New var.
3117 (gud-symbol, gud-val): New functions.
3118 (gud-find-file): Copy gud-minor-mode to the new buffer.
3119 (gud-menu-map): Include entries for commands that are not always
3120 available, using :enable to (de)activate them.
3121 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3122 (gud-mode-map): New map.
3123 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3124 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3125 Don't set up gud's menu (it's done by the minor-mode).
3126 (gud-minibuffer-local-map): New.
3127 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3128 (gud-query-cmdline): New function.
3129 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3130 (gud-mode): Use define-derived-mode.
3131 Don't set up gud's menu (it's done by the minor-mode).
3132 (gud-chop-words): Remove.
3133 (gud-common-init): Use split-string instead.
3134 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3135
3136 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3137 Add keyword arg :name.
3138
3139 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3140 (diff-count-matches, diff-split-hunk): New functions.
3141 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3142
3143 * pcvs-info.el (cvs-fi-conflict-face): New var.
3144
3145 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3146 Make it into a simple syntax-table, shared among all submodes.
3147 (sh-heredoc-face): Re-introduce.
3148 (sh-font-lock-syntactic-face-function): New function.
3149 (sh-mode): Use it. Also use define-derived-mode.
3150 Remove old bogus setting of indent-region-function.
3151 (sh-set-shell): Don't set the syntax-table any more.
3152 (sh-mode-syntax-table) <defun>: Remove.
3153
3154 2000-11-12 Miles Bader <miles@gnu.org>
3155
3156 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3157 message if interactive.
3158
3159 2000-11-12 Dave Love <fx@gnu.org>
3160
3161 * mail/feedmail.el: Fix header,
3162 (feedmail) <defgroup>: Add :link.
3163
3164 * view.el: Use local-map property, not keymap on mode-line string.
3165
3166 * scroll-all.el (scroll-all-mode): Customize variable. Add
3167 autoload cookie to function.
3168
3169 * lazy-lock.el: Remove compatibility code.
3170
3171 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3172 (finder-help-echo): New variable.
3173 (finder-mouse-face-on-line): Add help-echo stuff.
3174 (finder-list-keywords, finder-list-matches): Use mapc.
3175
3176 * faces.el (face-font-registry-alternatives): Add :version.
3177
3178 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3179 tags-table-list.
3180
3181 * net/browse-url.el (browse-url-browser-function): Update :version.
3182
3183 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3184 (mail-mode): Use [:alnum:] in some regexps.
3185
3186 2000-11-10 Dave Love <fx@gnu.org>
3187
3188 * ediff.el (ediff-regions-internal, ediff-documentation):
3189 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3190 fundamental mode.
3191
3192 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3193 buffer into fundamental mode.
3194 (ediff-set-difference): Use copy-sequence if available.
3195
3196 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3197 ediff-patch-map non-nil.
3198 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3199 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3200 buffer into fundamental mode.
3201
3202 * ediff-merg.el (state-or-merge): Defvar when compiling.
3203
3204 2000-11-10 Jason Rumney <jasonr@gnu.org>
3205
3206 * w32-fns.el (w32-add-charset-info): New function.
3207 (w32-charset-info-alist): Use it.
3208
3209 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3210
3211 * faces.el (face-font-registry-alternatives): New user-option.
3212
3213 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3214
3215 * textmodes/texinfo.el (texinfo-block-default): New var.
3216 (texinfo-insert-block): Use it. Insert a newline if needed.
3217
3218 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3219 (fill-region-as-paragraph): Use it.
3220
3221 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3222 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3223 Tweak paragraph regexps to allow a leading [ \t]*.
3224 (tex-latex-block): Insert a newline if necessary.
3225 (latex-insert-item): Only insert a newline if necessary.
3226 (tex-guess-main-file): New function.
3227 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3228 Set tex-main-file if TeX-master is provided.
3229 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3230
3231 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3232
3233 * startup.el (command-line): Set the default tooltip-mode
3234 to t for graphical displays which implement x-show-tip.
3235
3236 * tooltip.el (tooltip-mode): Add a comment about startup.el
3237 setting the default value of this user-option.
3238
3239 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3240
3241 * font-lock.el (font-lock-*-face) <defvar>: Move.
3242 (font-lock-defaults-alist): Mark obsolete.
3243 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3244 (font-lock-mode): Use define-minor-mode.
3245 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3246 (font-lock-turn-off-thing-lock): Be more explicit.
3247 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3248 (font-lock-syntactic-face-function): New var.
3249 (font-lock-fontify-syntactically-region): Use it.
3250 (font-lock-doc-face): New.
3251
3252 * pcvs.el (cvs-enabledp): Ignore errors.
3253 (cvs-commit-filelist): Never query.
3254 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3255 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3256 (cvs-do-removal): Use cvs-partition rather than delete-if.
3257 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3258 cvs-bury-buffer.
3259
3260 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3261 Allow `next' to jump to after the end of the last match.
3262
3263 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3264
3265 * simple.el (byte-compiling-files-p): New function.
3266
3267 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3268 if it is there.
3269
3270 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3271 nil again.
3272
3273 * textmodes/ispell.el (ispell-library-path): Don't call
3274 check-ispell-version when byte-compiling because that starts
3275 an ispell process, and ispell might not be installed.
3276 (toplevel): Don't set up a menu when byte-compiling.
3277
3278 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3279 it, so that a boundp test can be used to determine if we're
3280 currently byte-compiling.
3281
3282 2000-11-09 Dave Love <fx@gnu.org>
3283
3284 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3285 eval-after-load.
3286
3287 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3288
3289 * ps-print.el: Patch for variable initialization when spooling. Doc
3290 fix.
3291 (ps-output-list): Fun eliminated.
3292 (ps-begin-file, ps-begin-job): Code fix.
3293
3294 2000-11-08 Dave Love <fx@gnu.org>
3295
3296 * ediff-wind.el (ediff-control-frame-parameters): Zero
3297 tool-bar-lines.
3298
3299 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3300
3301 * simple.el (shell-command, display-message-or-buffer)
3302 (shell-command-on-region): Mention resize-mini-windows in the doc
3303 string.
3304 (display-message-or-buffer): Take the value of resize-mini-windows
3305 into account.
3306
3307 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3308
3309 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3310
3311 * dired.el (dired-between-files): Add `^. find' as an alternative
3312 to the regular expression, for find-dired.
3313
3314 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3315
3316 * textmodes/texnfo-upd.el: Require texinfo.
3317 (defmacro, defgroup): Remove.
3318 (texinfo-section-to-generic-alist): Remove.
3319 Use texinfo-section-list instead (i.e. level is changed string->int).
3320 (texinfo-filter): New function.
3321 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3322 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3323 Use it. And use regexp-opt.
3324 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3325 (texinfo-update-menu-region-beginning)
3326 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3327 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3328 (texinfo-update-menu-same-level-regexps): Update.
3329 (texinfo-update-node, texinfo-every-node-update)
3330 (texinfo-sequential-node-update): Remove autoload cookie.
3331
3332 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3333 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3334 (texinfo-chapter-level-regexp): Remove.
3335 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3336
3337 2000-11-06 Dave Love <fx@gnu.org>
3338
3339 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3340
3341 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3342 Match defun*.
3343
3344 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3345
3346 * composite.el (composition-function-table): Variable declaration
3347 moved to src/composite.c.
3348 (compose-chars-after): New optional arg object.
3349
3350 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3351
3352 * bindings.el (mode-line-toggle-read-only)
3353 (mode-line-toggle-modified, mode-line-widen)
3354 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3355 (make-mode-line-mouse2-map): Rewritten.
3356 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3357 functions so that C-h k can show something with a doc string.
3358
3359 * startup.el (fancy-splash-delay): Set to 10 seconds.
3360 (fancy-splash-max-time): New user-option.
3361 (fancy-splash-stop-time): New variable.
3362 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3363 (fancy-splash-screens-1): Throw `stop-splashing' when current
3364 time is greater than fancy-splash-stop-time.
3365
3366 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3367
3368 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3369
3370 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3371 Prompt user for a file rather than raising an error.
3372 (cvs-enabledp): Fix call to cvs-mode-marked.
3373 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3374 (cvs-mode-insert): Use it. Change the init prompt' value.
3375 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3376
3377 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3378 Don't pass default arg to ewoc-locate.
3379 (ewoc-collect): Return result in the right order.
3380
3381 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3382
3383 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3384 (cvs-status-get-tags): Fix regexp.
3385 (cvs-status-trees, cvs-status-cvstrees):
3386 Combine after change hooks and don't sit-for.
3387 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3388 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3389 Use make-char rather than hard-coded cryptic data.
3390 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3391
3392 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3393
3394 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3395 (cvs-insert-strings): New function.
3396
3397 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3398
3399 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3400 `mwheel-scroll-amount'.
3401 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3402 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3403 string-matching against the version string.
3404
3405 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3406
3407 * language/thai.el ("Thai"): Set a lisp form that produces
3408 composed string in `sample-text' language info.
3409
3410 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3411 composed string in `sample-text' language info.
3412
3413 * international/mule-cmds.el (describe-language-environment): Eval
3414 `sample-text' data and insert the result.
3415
3416 * international/mule-conf.el (compound-text): Define this coding
3417 system here. Make x-ctext and ctext aliases of it.
3418
3419 * language/european.el (compound-text, ctext): Moved to
3420 international/mule-conf.el.
3421
3422 2000-11-05 Andrew Innes <andrewi@gnu.org>
3423
3424 * w32-fns.el (w32-version): New function.
3425
3426 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3427
3428 * progmodes/awk-mode.el: Update copyright.
3429 (awk-mode-abbrev-table): Remove.
3430 (awk-font-lock-keywords): Use regexp-opt.
3431 (awk-mode): Use define-derived-mode.
3432
3433 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3434 when extracting a suffix.
3435
3436 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3437
3438 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3439 auto-save-mode.
3440
3441 2000-11-04 Jason Rumney <jasonr@gnu.org>
3442
3443 * language/european.el (decode-mac-roman): Test against r1 not r0.
3444
3445 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3446
3447 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3448 (icon-mode): Define indent-line-function.
3449 (icon-comment-indent): Simplify.
3450 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3451
3452 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3453
3454 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3455 Bind change-log-default-mode to defeat the caching done on it.
3456 Don't bother saving excursion any more.
3457
3458 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3459
3460 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3461 (set-frame-font): Use the new name (and the old for compatibility).
3462
3463 * toolbar/tool-bar.el (tool-bar-mode):
3464 * time.el (display-time-mode):
3465 * recentf.el (recentf-mode):
3466 * paren.el (show-paren-mode):
3467 * mwheel.el (mouse-wheel-mode):
3468 * msb.el (msb-mode):
3469 * jka-compr.el (auto-compression-mode):
3470 * image-file.el (auto-image-file-mode):
3471 * hl-line.el (hl-line-mode):
3472 * delsel.el (delete-selection-mode):
3473 * autoinsert.el (auto-insert-mode):
3474 * complete.el (partial-completion-mode): Drop unneeded positional args.
3475
3476 * info.el (Info-mode):
3477 * comint.el (comint-mode): Don't bother with make-local-hook.
3478
3479 * log-edit.el (log-edit-menu): New menu.
3480
3481 2000-11-03 Miles Bader <miles@gnu.org>
3482
3483 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3484 definition, so that trailing spaces are handled properly.
3485 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3486
3487 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3488
3489 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3490 tab character.
3491 (fancy-splash-screens): Set tab-width to 20.
3492
3493 2000-11-03 Dave Love <fx@gnu.org>
3494
3495 * comint.el (comint-completion-addsuffix): Fix custom type.
3496
3497 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3498
3499 * font-lock.el (font-lock-buffers): Remove.
3500 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3501 (font-lock-change-major-mode): Remove.
3502 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3503 (font-lock-default-fontify-region): Extend the multiline
3504 fontification to whole lines.
3505 (font-lock-fontify-anchored-keywords)
3506 (font-lock-fontify-keywords-region): If matching just one
3507 line (with \n) only mark the \n as multiline.
3508
3509 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3510 Correctly handle the case where several :group args are supplied.
3511 Allow :extra-args.
3512 (easy-mmode-define-global-mode): Allow :extra-args.
3513 Correctly handle the case where several :group args are supplied.
3514
3515 2000-11-02 Miles Bader <miles@gnu.org>
3516
3517 * calendar/calendar.el (diary-face, calendar-today-face)
3518 (holiday-face): Remove dependency on `window-system'.
3519
3520 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3521
3522 * Makefile.in (emacs): Set EMACSLOADPATH always.
3523 (update-authors, .el.elc, compile-files): Don't do it explicitly
3524 here.
3525 (compile-files): Bomb out if compilation of a file fails.
3526
3527 2000-11-02 Dave Love <fx@gnu.org>
3528
3529 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3530
3531 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3532
3533 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3534 punctuation in the warning inserted into the *mail* buffer.
3535
3536 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3537
3538 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3539 (authors-public-domain-p): New function.
3540 (authors-print): Use it.
3541
3542 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3543
3544 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3545
3546 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3547
3548 * ps-print.el: Extension for even/odd printing. Doc fix.
3549 (ps-print-version): New version number (6.3.1).
3550 (ps-even-or-odd-pages): Customization fix.
3551 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3552 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3553 (ps-page-count): Var replaced by `ps-page-column'.
3554 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3555 (ps-print-sheet-p): New fun.
3556
3557 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3558
3559 * tooltip.el (tooltip-gud-tips-setup): New function.
3560 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3561 (tooltip-mode): Call tooltip-gud-tips-setup.
3562 (tooltip-gud-tips): Use `gud-basic-call' instead of
3563 process-send-string, so the prompt gets frobbed appropriately.
3564 Handle nil return value from `tooltip-gud-print-command'.
3565
3566 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3567
3568 * comint.el (comint-add-to-input-history): New function.
3569 (comint-send-input): Use `comint-add-to-input-history'.
3570
3571 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3572
3573 * info.el (info-menu-header): New face.
3574 (Info-fontify-menu-headers): New function.
3575 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3576
3577 * info.el (Info-insert-dir): Don't include blank lines at
3578 beginning of additional dir files (one is added automatically).
3579
3580 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3581
3582 * emacs-lisp/easy-mmode.el (define-minor-mode):
3583 Revert the latest changes.
3584 Allow the three positional arguments to be skipped and replaced
3585 by keyword arguments.
3586 Add a :toggle argument to determine whether a nil arg means toggle
3587 or means turn-on. The default is unchanged.
3588 Add a call to force-mode-line-update.
3589
3590 2000-11-01 Dave Love <fx@gnu.org>
3591
3592 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3593 cookie.
3594
3595 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3596
3597 * calendar/calendar.el (diary-face, holiday-face): Add
3598 dark-background variants.
3599
3600 2000-10-31 Sam Steingold <sds@gnu.org>
3601
3602 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3603 `tex-main-file' does not have directory in it.
3604
3605 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3606
3607 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3608
3609 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3610
3611 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3612 functional change.
3613
3614 2000-10-31 Gerd Moellmann <gerd@gnu.org>
3615
3616 * files.el (find-file-noselect): When we expand a wildcard, return
3617 a list of buffers, as we should do according to the doc string.
3618
3619 2000-10-31 Ken Raeburn <raeburn@gnu.org>
3620
3621 * loadup.el (top level): Adjust load path if program name is
3622 "../src/bootstrap-emacs", in case it's not dumped and thus the
3623 load path adjustment hasn't already been done.
3624
3625 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3626
3627 * ps-print.el: Fix bug on selected pages for printing. Use
3628 `color-values' for Emacs 21. Ensure fontification when jit-lock
3629 is on. Try to avoid warning messages when compiling. Doc Fix.
3630 (ps-print-version): New version number (6.3).
3631 (ps-color-device): Use `color-values' to determine if device
3632 supports color.
3633 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3634 (ps-print-page-p): Changed from defsubst to defun.
3635 (ps-page-number): Changed from defmacro to defun.
3636 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3637 printing.
3638 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3639 (ps-end-file, ps-dummy-page): Funs eliminated.
3640 (ps-print-color-scale): Changed default value.
3641 (ps-page-n-up, ps-print-page-p): New internal vars.
3642 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3643 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3644
3645 * delim-col.el: Little programming improvement.
3646 (delimit-columns-str): New macro.
3647 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3648
3649 2000-10-31 Kenichi Handa <handa@etl.go.jp>
3650
3651 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3652 Moved to european.el.
3653 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3654 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3655 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3656 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3657
3658 2000-10-30 Dave Love <fx@gnu.org>
3659
3660 * progmodes/cc-menus.el (imenu-generic-expression)
3661 (imenu-progress-message): Only defvar when compiling.
3662
3663 * emacs-lisp/elp.el (elp-unload-hook): New function.
3664
3665 * loadhist.el (unload-feature): Call elp-restore-function,
3666 checking for symbols; don't use elp-restore-all.
3667 (loadhist-hook-functions): Doc fix.
3668
3669 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3670
3671 * log-edit.el (log-edit-confirm): Fix the default.
3672
3673 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3674
3675 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3676 delimit-columns-format.
3677 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3678
3679 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3680
3681 * comint.el (comint-replace-by-expanded-history): Don't use
3682 comint-get-old-input (we're not looking at *old* input).
3683 (comint-get-old-input-default): If using fields, signal an error
3684 when the point is not in an input field.
3685
3686 2000-10-30 Kenichi Handa <handa@etl.go.jp>
3687
3688 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3689 and mule-unicode-e000-ffff.
3690
3691 * international/mule.el (decode-char, encode-char): New functions.
3692 (make-coding-system): Accept a symbol of translation table as a
3693 value of property `safe-chars'.
3694
3695 * international/mule-cmds.el (encode-coding-char): Check property
3696 safe-chars instead of safe-charsets.
3697
3698 * international/fontset.el (fontset-default): Modified for
3699 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3700 (x-font-name-charset-alist): Likewise.
3701 (ccl-encode-unicode-font): New CCL program. Record it in
3702 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3703
3704 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3705 New translation tables.
3706 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3707 programs are modified and moved from mac-win.el.
3708 (mac-roman): Definition of this coding system is modified and
3709 moved from mac-win.el.
3710
3711 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3712
3713 * ediff-wind.el (ediff-setup-control-frame): Enclose
3714 face-attribute in condition-case to avoid errors in older emacsen.
3715
3716 2000-10-29 Miles Bader <miles@gnu.org>
3717
3718 * custom.el (custom-add-to-group): Allow multiple entries for a
3719 given value OPTION, as long as their widget types are different.
3720 * cus-edit.el (custom-face-value-create): If face name doesn't end
3721 with "face", add such here (similar to custom group widgets).
3722
3723 * comint.el (comint-highlight-prompt): Add :type.
3724
3725 2000-10-28 John Wiegley <johnw@gnu.org>
3726
3727 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3728 Changed this function to operate on a temporary buffer instead of
3729 the main buffer. This not only keeps flyspell from marking a
3730 buffer as changed that wasn't, but it solves the jumpy cursor
3731 problem when attempts are made to edit incorrect words.
3732 (flyspell-maybe-correct-doubling): Same change as for
3733 `flyspell-maybe-correct-transposition'.
3734
3735 * calendar/timeclock.el (timeclock-log): Doc fix.
3736 (timeclock-last-event): Doc fix.
3737 (timeclock-log): Kill the timelog buffer after appending a new
3738 event.
3739 (timeclock-find-discrep): Use a temp buffer to read in the
3740 timelog, instead of visiting the file.
3741 (timeclock-log-data): A new function, along with a host of helper
3742 functions, for the purpose of making timelog data accessible to
3743 programmers.
3744
3745 * eshell/esh-mode.el (window-height test): Make certain that
3746 `eshell-stringify-t' is non-nil.
3747 (eshell-password-prompt-regexp): Changed to a much simpler
3748 password regexp.
3749 (eshell-send-input): If `eshell-invoke-directly' returns t,
3750 directly invoke the parsed command using `eval'. This improves
3751 turn-around time on simple commands by a factor of three or
3752 greater, such as cd, ls, pwd, etc. -- which get used very often.
3753 It also conserves thousands of cons cells per call (since
3754 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3755 in the Pacific Cookie Company).
3756
3757 * eshell/esh-test.el (eshell-test): Whitespace fix.
3758
3759 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3760 `eshell-ls-initial-args' nil when inserting directory contents.
3761
3762 * eshell/em-script.el (eshell-script-initialize): Add names to
3763 `eshell-complex-commands, since `source' and `.' are complex.
3764
3765 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3766 (eshell-rewrite-while-command): Use `eshell-protect' instead of
3767 `eshell-copy-handles'.
3768 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3769 bodies.
3770 (eshell-separate-commands): Whitespace fix.
3771 (eshell-complex-commands): Added a new list of names, for
3772 determining whether a given command is as simple as it looks.
3773 (eshell-invoke-directly): New function. Returns t if a command
3774 should be invoked directly (using `eval'), rather than indirectly
3775 using `eshell-do-eval'.
3776 (eshell-do-eval): Whitespace fix.
3777
3778 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3779 which provides an emulation of the DOS shell behavior of assuming
3780 that cp/mv/ln should copy/move/link to the current directory.
3781 (eshell-remove-entries): Added a doc string.
3782 (eshell-shuffle-files): Removed the check for `target' being null.
3783 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3784 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3785 it to do a smarter check of whether a destination was provided.
3786 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3787 (eshell/ln): Enable `:preserve-args', and use
3788 `eshell-mvcpln-template' to implement the body of the function.
3789 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3790 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3791 list after flattening it. This makes it possible to cat files
3792 with numerical names.
3793 (eshell-unix-initialize): Added several names to
3794 `eshell-complex-commands.
3795 (eshell-unix-command-complex-p): Return t if a given command name
3796 may result in external processes being invoked.
3797
3798 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3799 variable nil by default, since it slows down glob processing by a
3800 factor of two or more, and increases memory consumption.
3801
3802 * eshell/em-smart.el: Added a note about how memory consumptive
3803 smart display mode can be (at least this is true in Emacs 21).
3804 (eshell-smart-initialize): Whitespace fix.
3805 (eshell-refresh-windows): Use `if' instead of `when'.
3806 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3807 not necessary.
3808 (eshell-currently-handling-window): Added a missing global
3809 variable.
3810
3811 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3812 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3813 Whitespace fix.
3814 (eshell-ls-exclude-hidden): Added this variable in addition to
3815 `eshell-ls-exclude-regexp'. This one prevents files beginning
3816 with . from even being read, which can improve memory consumption
3817 quite a bit.
3818 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3819 read file entries beginning with a dot. In home directories with
3820 lots of hidden files, fully two-thirds of the time spent in ls is
3821 used to read directory entries that are immediately thrown away.
3822 (eshell-ls-initial-args): Added back this configuration variable,
3823 for specifying default initial arguments to every call to ls.
3824 Much faster than using an alias to do the same thing.
3825 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3826 (eshell-ls-dir): Whitespace change.
3827
3828 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3829
3830 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3831 available.
3832 (eshell-stringify-t): Added a customization variable, to indicate
3833 whether `t' should be rendered as a string at all. If not, one
3834 can still determine if the result of an expression is true using
3835 "file-exists-p FILE && echo true".
3836 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3837 stringify t!
3838
3839 * eshell/esh-module.el: Whitespace fix.
3840
3841 * eshell/em-alias.el (eshell-alias-initialize): Added
3842 `eshell-command-aliased-p' to `eshell-complex-commands'.
3843 (eshell-command-aliased-p): New function that returns t if a
3844 command name names an aliased.
3845
3846 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3847
3848 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3849 redrawing the screen when changing cursor color.
3850 (viper-insert-state-pre-command-sentinel)
3851 (viper-replace-state-pre-command-sentinel)
3852 (viper-replace-state-post-command-sentinel):
3853 Use viper-preserve-cursor-color.
3854 Many functions changed to use viper= instead of = when comparing
3855 characters.
3856 * viper-util.el (viper-memq-char,viper=): New functions for
3857 working with characters.
3858 (viper-change-cursor-color): Fixed buglet.
3859 Many functions changed to use viper= instead of = when comparing
3860 characters.
3861 * viper.el (viper-insert-state-mode-list): Added eshell.
3862
3863 * ediff-init.el (ediff-before-setup-hook): New hook.
3864 Several typos fixed in various docstrings.
3865 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3866 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3867 hook.
3868 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3869 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3870 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3871 (ediff-get-selected-buffers): New function.
3872 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3873 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3874 save-window-excursion.
3875 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3876 termination check in while loop.
3877 * ediff.el (ediff-get-default-file-name): Better defaults when in
3878 dired buffer.
3879 (ediff-files,ediff-merge-files,ediff-files3)
3880 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3881
3882 2000-10-28 Dave Love <fx@gnu.org>
3883
3884 * info.el (Info-fontify-node): Add help-echo for menu items.
3885
3886 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3887
3888 * startup.el (normal-top-level): If the value of $TERM indicates
3889 we are running from xterm or one of its work-alikes, default to a
3890 light background mode.
3891
3892 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3893 * faces.el (tty-handle-reverse-video): New function.
3894 (tty-create-frame-with-faces): Call it.
3895
3896 * frame.el (frame-notice-user-settings): Don't apply
3897 default-frame-alist and initial-frame-alist to MS-DOS frames.
3898 Call tty-handle-reverse-video, frame-set-background-mode, and
3899 face-set-after-frame-default for non-MS-DOS frames.
3900
3901 * startup.el (tty-long-option-alist): New variable.
3902 (tty-handle-args): New function.
3903 (command-line): Call tty-handle-args.
3904
3905 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3906 startup.el now does that for all character-terminal frames.
3907
3908 2000-10-28 Miles Bader <miles@gnu.org>
3909
3910 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3911 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3912 global. If :global is followed by a non-nil but non-t value,
3913 make the mode buffer-local, but also generate a `global-MODE'
3914 version using `easy-mmode-define-global-mode'. Add
3915 :conditional-turn-on keyword argument.
3916
3917 2000-10-28 Dave Love <fx@gnu.org>
3918
3919 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3920 use window-system.
3921
3922 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3923
3924 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3925 Don't call find-buffer-file-type-coding-system. Instead, just
3926 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3927 if the file is on an untranslated filesystem.
3928 (add-untranslated-filesystem): Use "D" instead of "f" inside
3929 interactive.
3930
3931 2000-10-27 Dave Love <fx@gnu.org>
3932
3933 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3934 (refill-mode): Use it.
3935
3936 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3937
3938 * international/quail.el (quail-activate): Don't make-local-hook.
3939
3940 2000-10-27 Andre Spiegel <spiegel@gnu.org>
3941
3942 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3943 manual backups and file.~<rev>.~ for automatic ones.
3944 (vc-make-version-backup): Don't do it on MS-DOS without long file
3945 names.
3946
3947 * vc.el (vc-version-other-window): If an automatic backup of the
3948 desired version exists, rename it instead of copying it.
3949
3950 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3951 after command. If there's an unexpected error, signal it instead
3952 of being silent.
3953 (vc-cvs-merge-news): Be prepared for no news at all.
3954
3955 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3956
3957 * shell.el (shell): Add BUFFER argument.
3958 * comint.el (make-comint-in-buffer): New function.
3959 (make-comint): Use it.
3960
3961 * faces.el (face-spec-choose): Change syntax so that the list of
3962 attribute-value pairs is now the cdr of each clause, not the cadr.
3963 Detect old-style entries, and handle them. Use pop.
3964
3965 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3966
3967 * cus-edit.el (custom-mode-map): Use a sparse map.
3968 (custom-mode): Don't bother with make-local-hook.
3969
3970 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3971
3972 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3973
3974 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3975
3976 * ps-print.el: Avoid compilation gripes.
3977 (ps-print-version): New version number (6.2.1).
3978
3979 2000-10-26 Dave Love <fx@gnu.org>
3980
3981 * menu-bar.el: Modify some menu item help strings.
3982 (menu-bar-help-menu): Add link to MORE.STUFF.
3983
3984 * cus-edit.el (custom-mode): Add `special' mode-class property.
3985
3986 * wid-browse.el (widget-browse-mode): Likewise.
3987
3988 * wid-edit.el (widget-specify-field): Revert to using local-map
3989 property, not keymap.
3990
3991 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3992
3993 * wid-edit.el (widget-field-end): When checking for a `boundary'
3994 field, do so in the correct buffer.
3995
3996 * simple.el (undo): Correctly distinguish between numeric and
3997 non-numeric prefix args in non-transient-mark-mode, as per the doc
3998 string. When in transient-mark-mode, treat all prefix-args as
3999 numeric.
4000
4001 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4002 Position point on match. Handle N == 0 correctly.
4003
4004 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4005 (comint-mode-map): Reverse order of `comint-write-output' and
4006 `comint-append-output-to-file'.
4007 (comint-append-output-to-file): Reinstate this function, for the
4008 benefit of the menu.
4009
4010 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4011
4012 * vc.el (vc-version-other-window): Bind `file'.
4013
4014 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4015
4016 * Makefile.in (update-authors): New target for maintenance purposes.
4017
4018 * emacs-lisp/authors.el (batch-update-authors): New function.
4019 (authors-fixed-entries): New defconst.
4020 (authors-add-fixed-entries): New function.
4021 (authors): Call it.: Don't process lispref/.
4022
4023 2000-10-25 Jason Rumney <jasonr@gnu.org>
4024
4025 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4026 Merge x w32 and mac definitions.
4027
4028 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4029
4030 * menu-bar.el (menu-bar-options-menu): Add a help string for
4031 `uniquify'.
4032
4033 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4034
4035 * time-stamp.el (time-stamp-string-preprocess):
4036 Fix a wrong type argument error.
4037
4038 2000-10-25 Miles Bader <miles@gnu.org>
4039
4040 * recentf.el (recentf-mode): Variable removed.
4041 (recentf-mode): Use `define-minor-mode'.
4042
4043 * mwheel.el (mouse-wheel-mode): New global minor mode.
4044 (mwheel-install): Use `mouse-wheel-mode'.
4045
4046 2000-10-25 Dave Love <fx@gnu.org>
4047
4048 * progmodes/cperl-mode.el (cperl-mode):
4049 Set normal-auto-fill-function correctly.
4050
4051 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4052 inherit from global-map and don't nullify menu-bar and tool-bar
4053 bindings.
4054
4055 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4056
4057 * wid-edit.el (widget-field-at): New function.
4058 (widget-at, widget-field-activate): Use it.
4059 (widget-tabable-at): Use `widget-at'.
4060 (widget-specify-field): If the terminating character of the widget
4061 field (which is read-only) is a newline, put it into a special
4062 `boundary' field so that C-n/C-p act more naturally.
4063 (widget-field-end): Also don't subtract one if a special
4064 `boundary' field has been added after the widget field.
4065
4066 * comint.el (comint-output-filter, comint-send-input): Don't
4067 bother adding stickiness fields to overlays to fool the field
4068 code, since it should notice the overlay insertion-types now.
4069
4070 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4071 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4072 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4073
4074 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4075
4076 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4077 (authors): Set file coding system to iso-2022-7bit. Add
4078 file-local variables to output buffer.
4079
4080 * files.el (after-find-file): Don't print any warnings if
4081 WARN is nil.
4082
4083 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4084
4085 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4086
4087 * delim-col.el: Now there is a column formatting mechanism.
4088 Modified to customization mechanisms convention. Doc fix.
4089 (columns): New group for delim-col.
4090 (delimit-columns-before, delimit-columns-after)
4091 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4092 (delimit-columns-end): New vars.
4093 (delimit-columns-customize, delimit-columns-format): New funs.
4094 (delimit-columns-region, delimit-columns-rectangle)
4095 (delimit-columns-rectangle-line): Modified to support column
4096 formatting.
4097
4098 2000-10-24 Dave Love <fx@gnu.org>
4099
4100 * log-edit.el (log-edit): Add :version and a :group for vc.
4101
4102 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4103
4104 * files.el (after-find-file): Don't print a message ``New file''
4105 if WARN is nil.
4106
4107 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4108 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4109 get duplicate tool-bar entries because we'll see the global ones
4110 on more than one path through keymaps.
4111
4112 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4113
4114 * progmodes/cmacexp.el: Change Francesco's email address.
4115
4116 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4117
4118 * window.el (fit-window-to-buffer): Adjust point of the window
4119 buffer, not that of the current buffer.
4120
4121 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * progmodes/cmacexp.el: Update the euthor's email address.
4124
4125 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4126
4127 * faces.el (face-spec-set-match-display): Add `graphic' display
4128 type (the inverse of `tty'). Use `display-graphic-p' instead of
4129 the window-system variable.
4130
4131 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4132
4133 * international/isearch-x.el (isearch-with-input-method): Call
4134 input-method-function with the first event in
4135 unread-command-events.
4136
4137 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4138
4139 * faces.el (face-default-spec, face-user-default-spec): Make
4140 defsubsts.
4141
4142 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4143
4144 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4145 New charsets.
4146
4147 * term/mac-win.el: Remove definitions of mac-roman-lower and
4148 mac-roman-upper, require dired, and define instead of set
4149 mac-ready-for-drag-n-drop to avoid compilation error.
4150
4151 2000-10-23 Andrew Innes <andrewi@gnu.org>
4152
4153 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4154 superfluous calls to subst-char-in-string; instead apply
4155 expand-file-name after convert-standard-filename to ensure
4156 expected directory separators are used.
4157
4158 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4159
4160 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4161
4162 2000-10-23 Dave Love <fx@gnu.org>
4163
4164 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4165 (tool-bar-add-item): Set foreground and background for XBM icons.
4166
4167 * international/latin1-disp.el (latin1-char-displayable-p): New
4168 function (from Handa).
4169 (latin1-display-check-font): Use it.
4170
4171 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4172 using :key-sequence, making it much more usable. Use nconc, not
4173 append.
4174 (imenu--create-keymap-1): Avoid append.
4175
4176 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4177
4178 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4179
4180 [the following changes fix a bug where `define-minor-mode' didn't
4181 correctly generate :require clauses for defcustoms in compiled files]
4182 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4183 (byte-compile-log-file, byte-compile-log-1): Don't set
4184 `byte-compile-current-file' to nil. Instead set
4185 `byte-compile-last-logged-file' to it. Test whether
4186 byte-compile-current-file equals byte-compile-last-logged-file
4187 instead of whether its nil.
4188 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4189
4190 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4191
4192 * textmodes/refill.el: Fix var names in doc.
4193 (refill-mode): Don't bother with make-local-hook anymore.
4194
4195 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4196
4197 * faces.el (face-user-default-spec, face-default-spec): New functions.
4198 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4199 (frame-set-background-mode, face-set-after-frame-default):
4200 Use `face-user-default-spec'. Simplify code slightly.
4201
4202 * woman.el (woman-italic-face, woman-bold-face)
4203 (woman-unknown-face): Add dark-background variants.
4204 (woman-default-faces): Renamed from `woman-colour-faces'.
4205 Set using the stored defaults, rather than using hard-wired colors.
4206 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4207 Just make the foreground `unspecified' rather than "black".
4208 (woman-menu): Rename menu entries accordingly.
4209
4210 * faces.el (header-line): Make more reasonable on mono/grayscale
4211 displays.
4212
4213 2000-10-23 Andrew Choi <akochoi@i-cable.com>
4214
4215 * cus-edit.el (custom-button-face): Use 3D look for mac.
4216 (custom-button-pressed-face): Likewise.
4217
4218 * faces.el (set-face-attributes-from-resources): Handle mac frames
4219 in the same way as x and w32 frames.
4220 (face-valid-attribute-values): Likewise.
4221 (read-face-attribute): Likewise.
4222 (defined-colors): Likewise.
4223 (color-defined-p): Likewise.
4224 (color-values): Likewise.
4225 (display-grayscale-p): Likewise.
4226 (face-set-after-frame-default): Likewise.
4227 (mode-line): Same default face as for x and w32.
4228 (tool-bar): Likewise.
4229
4230 * frame.el: Remove call to frame-notice-user-settings at end of
4231 the file.
4232
4233 * info.el (Info-fontify-node): make underlines invisible for mac
4234 as for x, pc, and w32 frame types.
4235
4236 * term/mac-win.el: New file.
4237
4238 2000-10-22 Dave Love <fx@gnu.org>
4239
4240 * textmodes/refill.el: New file.
4241
4242 2000-10-22 Andre Spiegel <spiegel@gnu.org>
4243
4244 * vc-hooks.el (vc-version-backup-file-name): New optional args
4245 MANUAL and REGEXP.
4246 (vc-delete-automatic-version-backups, vc-make-version-backup):
4247 New functions.
4248 (vc-before-save): Use the latter.
4249 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4250 confusion.
4251
4252 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4253 expected by vc[-hooks].el.
4254
4255 * vc.el (vc-checkout): Added `-p' suffix in call to
4256 vc-make-version-backups-p; use vc-make-version-backup to actually
4257 make the backup.
4258 (vc-version-other-window, vc-version-backup-file): Handle both
4259 automatic and manual backups.
4260 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4261 of all of them.
4262
4263 2000-10-22 Miles Bader <miles@gnu.org>
4264
4265 * comint.el (comint-highlight-input, comint-highlight-prompt):
4266 Renamed, `-face' at end removed.
4267 (comint-send-input, comint-output-filter): Use renamed faces.
4268
4269 * window.el (fit-window-to-buffer): Change defaulting of
4270 MAX-HEIGHT slightly.
4271
4272 * faces.el (color-values, color-defined-p): Use `member', not
4273 `memq', because it works correctly for strings.
4274 (frame-set-background-mode): Actually, "unspecified-fg" and
4275 "unspecified-bg" *are* strings. Use `member', not `memq', and
4276 `equal', not `eq', when a string value is possible.
4277
4278 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4279
4280 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4281
4282 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4283
4284 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4285 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4286 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4287 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4288 (sh-font-lock-syntactic-keywords): Use them.
4289 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4290 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4291 (sh-mode): Don't override font-lock-unfontify-region-function.
4292 Use a copy of sh-font-lock-syntactic-keywords.
4293 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4294 Don't call sh-scan-buffer since font-lock does it on the fly.
4295 (sh-get-indent-info): Use `face' rather than `syntax-table'
4296 text-property to detect here-documents.
4297 Replace sh-special-syntax with sh-st-punc.
4298 (sh-prev-line): Use `face' rather than `syntax-table'
4299 text-property to skip over here-documents.
4300 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4301 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4302 (sh-electric-less, sh-set-here-doc-region)
4303 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4304 (sh-scan-buffer, sh-rescan-buffer): Remove.
4305
4306 2000-10-21 Andrew Innes <andrewi@gnu.org>
4307
4308 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4309 remote (ange-ftp) file names.
4310
4311 2000-10-21 Miles Bader <miles@gnu.org>
4312
4313 * window.el (fit-window-to-buffer): New function.
4314 (shrink-window-if-larger-than-buffer): Use it.
4315 (window-text-height): Don't expect minibuffers to have mode-lines.
4316
4317 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4318 * international/quail.el (quail-update-guidance): Use
4319 `fit-window-to-buffer' instead of `set-window-text-height'.
4320
4321 * international/quail.el (quail-show-guidance-buf): Make sure
4322 guidance window really has enough room.
4323 (quail-update-guidance): If quail-guidance-win is already shown,
4324 make sure its height is OK.
4325
4326 * window.el (window-text-height, set-window-text-height):
4327 New functions.
4328 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4329 instead of `window-height' & `mode-line-window-height-fudge'.
4330 (mode-line-window-height-fudge): Add FACE parameter.
4331 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4332 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4333
4334 2000-10-20 Miles Bader <miles@gnu.org>
4335
4336 * window.el (height-affecting-face-attributes): Use `defconst'.
4337
4338 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4339 New function, conditionally aliased to `mode-line-window-height-fudge'.
4340 (ispell-help): Use it.
4341 (ispell-choices-win-default-height): Don't include mode-line fudge.
4342 (ispell-choices-win-default-height): New function.
4343 (ispell-show-choices, ispell-command-loop): Use function
4344 `ispell-choices-win-default-height' instead of variable.
4345
4346 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4347
4348 * window.el (mode-line-window-height-fudge): New variable.
4349 (height-affecting-face-attributes): New variable.
4350 (mode-line-window-height-fudge): New function.
4351 (shrink-window-if-larger-than-buffer): Use it.
4352 * help.el (resize-temp-buffer-window): Likewise.
4353
4354 * info.el (Info-fontify-node): Add support for @subsubsection
4355 titles, which use `Info-title-4-face'.
4356 (Info-title-4-face): New face.
4357 (Info-title-3-face): Inherit from Info-title-4-face instead of
4358 variable-pitch.
4359
4360 2000-10-19 Jason Rumney <jasonr@gnu.org>
4361
4362 * dired.el (dired-insert-directory): Do not let errors signalled by
4363 attempt to run dired-free-space-program prevent dired from working.
4364
4365 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4366
4367 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4368
4369 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4370
4371 * dirtrack.el (dirtrack): Fix call to run-hooks.
4372
4373 * cmuscheme.el (cmuscheme-program-name): Renamed from
4374 scheme-program-name because xscheme.el contains a defcustom with
4375 the same name. As a consequence, customizing group `cmuscheme'
4376 loaded `xscheme' which redefined run-scheme.
4377 (run-scheme): Use cmuscheme-program-name.
4378
4379 * ps-print.el (ps-print-emacs-type): Move into the
4380 eval-and-compile.
4381
4382 * play/doctor.el (doctor-death): Update the Samaritans'
4383 anonymous address, and add a website for Befrienders International.
4384
4385 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4386
4387 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4388 Avoid compilation gripes. Doc fix.
4389 (ps-print-version): New version number (6.2).
4390 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4391 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4392 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4393 (ps-x-extent-priority, ps-x-extent-start-position)
4394 (ps-x-face-font-instance, ps-x-find-coding-system)
4395 (ps-x-font-instance-properties, ps-x-make-color-instance)
4396 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4397 avoid compilation gripes without defining functions.
4398 (ps-e-find-composition): Alias for function find-composition, to have a
4399 suitable function depending on Emacs version.
4400 (ps-color-device, ps-color-values, ps-face-foreground-name)
4401 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4402 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4403 (ps-print-ensure-fontified): Function definitions surrounded by
4404 `eval-and-compile' to avoid compilation gripes.
4405 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4406 by symbol-value to avoid compilation gripes.
4407 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4408 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4409
4410 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4411
4412 * startup.el (normal-top-level): Call `frame-set-background-mode'
4413 after `frame-notice-user-settings' because the latter doesn't call
4414 the former on a tty.
4415
4416 * faces.el (frame-set-background-mode): `unspecified' &c are
4417 symbols, not strings.
4418
4419 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4420
4421 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4422 why some "light*" colors are deliberately absent from the alist.
4423
4424 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4425 Change colors for tty's, as suggested by Miles Bader.
4426
4427 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4428
4429 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4430 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4431 for ISO10646-1 fonts.
4432 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4433
4434 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4435
4436 * faces.el (frame-set-background-mode): If a tty frame defines a
4437 background color, use that to compute the background mode, instead
4438 of always defaulting to "dark".
4439
4440 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4441
4442 * comint.el (comint-write-output): New function.
4443 (comint-mode-map): Add it to the menu.
4444 Bind `C-c C-s' to comint-write-output.
4445
4446 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4447
4448 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4449 Use fancy-splash-delay.
4450
4451 2000-10-18 Alex Schroeder <alex@gnu.org>
4452
4453 * progmodes/sql.el (sql-sybase-options): New option.
4454 (sql-sybase): Use it. Add sql-database to the list of parameters
4455 provided for login. The options -w 2048 -n are not used any more.
4456
4457 * comint.el (comint-read-input-ring): Bugfix such that the first
4458 and the last entry of the input ring file are not lost.
4459
4460 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4461
4462 * ps-print.el: Internal variable changes to defcustom,
4463 make-local-hook changes to defvar. Doc fix.
4464 (ps-print-version): New version number (6.1).
4465 (ps-setup, ps-do-despool): Code fix.
4466 (ps-printer-name): Customization fix.
4467 (ps-printer-name-option): Now is a defcustom instead of an
4468 internal variable.
4469 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4470 (ps-print-begin-column-hook): Now are defvar instead of
4471 make-local-hook.
4472
4473 2000-10-18 Miles Bader <miles@gnu.org>
4474
4475 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4476 (comint-kill-output): Changed into an alias for `comint-delete-output',
4477 and made obsolete.
4478 (comint-mode-map): Rename references to comint-kill-output.
4479
4480 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * diff-mode.el (diff-header-face, diff-file-header-face)
4483 (diff-changed-face): Add bold and italic attributes to tty faces.
4484 (diff-function-face): New face.
4485 (diff-font-lock-keywords): Use it.
4486
4487 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4488
4489 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4490 Remove commented-out call to force-mode-line-update.
4491 (comint-kill-output): Use `forward-line 0' instead of
4492 beginning-of-line to make sure we get past the prompt.
4493
4494 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4495
4496 * diff-mode.el (diff-header-face, diff-file-header-face):
4497 Add specific setting for dark background.
4498 (diff-context-face): Renamed from diff-comment-face.
4499 Set explicitly rather than inheriting from font-lock-comment-face.
4500
4501 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4502
4503 * startup.el (command-line): Move the code which sets the default
4504 TTY colors to before before-init-hook.
4505
4506 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4507
4508 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4509
4510 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4511
4512 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4513 extensions, for MS-DOS.
4514
4515 * diff-mode.el (diff-header-face, diff-file-header-face)
4516 (diff-changed-face): Define tty-specific colors.
4517
4518 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4519
4520 * startup.el (fancy-splash-text): Realign the text.
4521
4522 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4523
4524 * font-lock.el (font-lock-comment-face): Define a separate default
4525 for dark-background tty's.
4526
4527 2000-10-17 Miles Bader <miles@gnu.org>
4528
4529 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4530 being obscured by whizzy mode-lines on graphics displays.
4531
4532 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4533
4534 * info.el (Info-title-1-face, Info-title-2-face)
4535 (Info-title-3-face): Define colors for tty's.
4536 (info-header-node): Remove unneeded tty-specific definition.
4537
4538 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4539
4540 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4541 reverse from the frame parameters, and don't invert foreground and
4542 background colors.
4543
4544 2000-10-16 Miles Bader <miles@gnu.org>
4545
4546 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4547 string "*Info*". Call propertized-buffer-identification to spruce
4548 up the result.
4549
4550 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4551
4552 * help.el: Provide `help' for the sake of define-minor-mode
4553 which generates defcustoms with requires.
4554
4555 * jit-lock.el (jit-lock-after-change): If we're in text that
4556 matches a multi-line font-lock pattern, make sure the whole text
4557 will be redisplayed.
4558
4559 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4560 author's name is unknown.
4561
4562 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4563 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4564 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4565 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4566 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4567 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4568 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4569 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4570 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4571 Add author information.
4572
4573 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4574
4575 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4576 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4577 full-color version (using the Gimp) to eliminate dithering artifacts.
4578
4579 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4580
4581 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4582
4583 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4584
4585 2000-10-15 Dave Love <fx@gnu.org>
4586
4587 * progmodes/sh-script.el: Require skeleton and comint when
4588 compiling.
4589
4590 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4591
4592 * whitespace.el: Doc fixes.
4593 (top-level): Don't add hooks here.
4594 (whitespace-running-emacs): Deleted.
4595 (timer): Don't require.
4596 (whitespace): Add back :version conditional on xemacs test.
4597 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4598 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4599 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4600 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4601 Avoid specific xemacs test.
4602 (whitespace-global-mode): New option.
4603 (whitespace-global-mode): New command.
4604 (whitespace-unload-hook): New function.
4605
4606 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4607 (Info-fontify-node, Info-goto-node, Info-mode-menu)
4608 (Info-fontify-node): `Goto' goes to `Go to'.
4609 (Info-fontify-node): Add help-echo to xref links.
4610
4611 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4612
4613 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4614
4615 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4616
4617 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4618 Use plist-get and allow :inherit.
4619
4620 * emacs-lisp/cl-macs.el (cl-do-arglist):
4621 Use plist-get and plist-member instead of memq.
4622
4623 * emacs-lisp/ewoc.el (ewoc-location): New function.
4624 (ewoc-enter-after, ewoc-enter-before): Document return value.
4625 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4626 Don't need make-local-hook any more.
4627 (cvs-addto-collection): Return the new tin.
4628 (cvs-mode-insert): Jump to the new line.
4629
4630 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4631
4632 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4633
4634 * font-lock.el (font-lock-syntactically-fontified): New var.
4635 (font-lock-fontify-syntactic-keywords-region): Use it.
4636 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4637
4638 * diff-mode.el (diff-find-file-name): Fix regexp.
4639
4640 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4641 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4642
4643 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4644 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4645 (sh-mode): Don't make all vars local here.
4646 (sh-kw): Reformat.
4647 (sh-set-shell): Use dolist. Don't set indent-region-function.
4648 (sh-mode-syntax-table): Use pop.
4649 (sh-remember-variable): Use push.
4650 (sh-help-string-for-variable): Use memq.
4651 (sh-safe-backward-sexp): Remove.
4652 (sh-safe-forward-sexp): Add ARG.
4653 (sh-get-indent-info, sh-prev-stmt): Use it.
4654 (sh-prev-line): Simplify by using forward-comment.
4655 (sh-this-is-a-continuation): Simplify.
4656 (sh-learn-buffer-indent): Use dolist.
4657 (sh-do-nothing): Remove.
4658 (sh-set-char-syntax, sh-set-here-doc-region):
4659 Use inhibit-modification-hooks.
4660 (sh-name-style): Use mapcar and push.
4661 (sh-load-style): Use dolist.
4662 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4663 (sh-case, sh-while-getopts): Use propertize directly rather
4664 than sh-electric-rparen.
4665
4666 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * textmodes/tex-mode.el: Require CL when compiling.
4669 (tex-mode-syntax-table): Init immediately.
4670 (tex-mode-map): Bind M-RET to latex-insert-item.
4671 (latex-mode): Set indent-line-function to latex-indent.
4672 (tex-common-initialization): Don't setup the syntax-table any more.
4673 (latex-insert-item): New skeleton.
4674 (tex-next-unmatched-end): Fix copy/paste braino.
4675 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4676 (latex-indent, latex-find-indent): New functions.
4677 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4678 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4679 (tex-compilation-parse-errors): Use with-syntax-table.
4680
4681 2000-10-15 Miles Bader <miles@gnu.org>
4682
4683 * font-lock.el (font-lock-comment-face): Change dark-background,
4684 color, non-tty, default to `chocolate1'.
4685
4686 2000-10-13 John Wiegley <johnw@gnu.org>
4687
4688 * eshell/esh-util.el (require): Added a missing `require' form,
4689 needed when compiling (for an ange-ftp macro definition).
4690
4691 2000-10-13 Dave Love <fx@gnu.org>
4692
4693 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4694
4695 2000-10-13 Gerd Moellmann <gerd@gnu.org>
4696
4697 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4698 fix.
4699
4700 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4701 transparent -colors 8).
4702
4703 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4704
4705 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4706 that breaks with old list format timestamps.
4707 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4708 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4709 strings.
4710
4711 2000-10-13 John Wiegley <johnw@gnu.org>
4712
4713 * align.el, pcomplete.el, calendar/timeclock.el,
4714 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4715
4716 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4717 faulty math, where holiday hours were being computing as seconds.
4718
4719 2000-10-13 John Wiegley <johnw@gnu.org>
4720
4721 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4722 specifying what "other" kinds of buffers should be saved. This
4723 used to be hard-coded.
4724 (desktop-buffer-misc-functions): A global for specifying how
4725 auxiliary data should be determined for special buffer types.
4726 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4727 instead of hard-coding the special buffer types.
4728 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4729 auxiliary data, instead of hard-coding for Info buffers and dired.
4730 (desktop-buffer-info-misc-data): Aux function for determining Info
4731 buffer auxiliary info.
4732 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4733 (desktop-buffer-info): Changed this function to use the info
4734 gathered above.
4735 (desktop-create-buffer): Be a little more careful about what
4736 `minor-mode' means before calling it. This is important for some
4737 buffer types.
4738
4739 2000-10-13 John Wiegley <johnw@gnu.org>
4740
4741 * eshell/esh-util.el: Added a global form which declares an
4742 autoload for `parse-time-string', if that function is not already
4743 defined, and if parse-time.el is available on the user's system.
4744
4745 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4746 to be aware of ange-ftp user info.
4747 (eshell-do-ls): Bind `ange-cache'. Also, use
4748 `eshell-file-attributes'.
4749 (eshell-ls-annotate): Use `eshell-file-attributes'.
4750 (eshell-ls-file): Made the user-id printing code a bit smarter.
4751
4752 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4753 allow identification of alias user ids in remote directories.
4754 It's manual, but there's no other way to know when the current
4755 user on the local machine, is also the owning user on the remote
4756 machine.
4757 (fboundp): Bind `ange-cache'.
4758 (eshell-directory-files-and-attributes): Re-organized the logic a
4759 bit to use `eshell-file-attributes' instead of `file-attributes'.
4760 The former is more sensitive to directories that are read via FTP,
4761 and knows how to use ange-ftp to determine full attribute
4762 information, instead of just the name and last modtime.
4763 (eshell-current-ange-uids): Return the current user id when in a
4764 remote directory.
4765 (eshell-parse-ange-ls): Parse a full directory listing that has
4766 been returned by ange-ftp.
4767 (eshell-file-attributes): This beefed up version of
4768 `file-attributes' is only special if the user is currently in a
4769 remote directory, in which case it does a lot of work to find out
4770 what the real attributes of a file are, as they appear on the
4771 remote machine. This makes usage of remote directories (i.e.,
4772 ange-ftp pathnames) much more useful. You can now use Eshell as a
4773 full-fledged FTP client, with much more manipulation ability than
4774 most other clients.
4775
4776 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4777 variable, which means that Eshell's du should always be preferred
4778 in remote directories.
4779 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4780 just `file-attributes'.
4781 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4782 when reading remote directories. This is an Eshell-specific
4783 variable (not part of ange-ftp).
4784 (eshell/ln): Bind `ange-cache'.
4785 (eshell/du): Added some extra logic for determining when to use
4786 Eshell's du (which is slow), and when to use the external version
4787 (which may or may not exist).
4788
4789 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4790 `eshell-interactive-process', rather than using
4791 `get-buffer-process', since backgrounded processes don't count in
4792 the context of this function's logic.
4793
4794 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4795 `forward-char', so that null strings are parsed correctly.
4796
4797 2000-09-13 John Wiegley <johnw@gnu.org>
4798
4799 * eshell/em-pred.el (eshell-pred-file-type,
4800 eshell-pred-file-links, eshell-pred-file-size): Use
4801 `eshell-file-attributes'. This is more correct over ange-ftp.
4802
4803 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4804 that remote file globbing is more efficient.
4805
4806 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4807 gathering the files and attributes within a directory.
4808
4809 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4810 the command line is a special file (not a regular file, directory
4811 or symlink), always attempt to call the external version of cat.
4812
4813 2000-09-13 John Wiegley <johnw@gnu.org>
4814
4815 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4816 Eshell-friendly version of find-tag.
4817
4818 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4819
4820 * image-file.el (image-file-name-extensions)
4821 (image-file-name-regexps): Add autoload cookies.
4822
4823 2000-10-13 Kenichi Handa <handa@etl.go.jp>
4824
4825 * international/mule-cmds.el (select-safe-coding-system): If FROM
4826 is string, show it in *Warning* buffer.
4827
4828 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4829
4830 * startup.el (normal-top-level): Use display-popup-menus-p instead
4831 of window-system.
4832 (command-line): Use display-graphic-p instead of window-system.
4833 (command-line-1): Use display-popup-menus-p and display-mouse-p
4834 instead of window-system.
4835
4836 2000-10-12 Sam Steingold <sds@gnu.org>
4837
4838 * tooltip.el (tooltip-use-echo-area): New user variable.
4839 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4840
4841 2000-10-12 Dave Love <fx@gnu.org>
4842
4843 * recentf.el: Maintainer's checkdoc fixes.
4844
4845 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4846 character class, not ASCII when matching file names.
4847 (fancy-splash-head): Add trailing slash to URL.
4848 (command-line): Don't require XPM support for toolbar.
4849
4850 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4851 (cperl-invalid-face): Revert last change.
4852 (cperl-init-faces): Quote cperl-invalid-face.
4853
4854 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4855
4856 * startup.el (fancy-splash-text): Remove superfluous quote.
4857
4858 2000-10-12 Gerd Moellmann <gerd@gnu.org>
4859
4860 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4861 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4862 (command-line-1): Don't use fancy-splash-pending-command.
4863 (fancy-splash-screens-1): Goto point-min after inserting text.
4864
4865 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4866
4867 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4868 instead of shared-lisp-mode-map.
4869
4870 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4871
4872 * faces.el (header-line): Change tty-variant to use underlining.
4873
4874 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4875 (isearch-highlight): Restore lazy-isearch face properties at old
4876 position, and suppress them at new position.
4877 (isearch-dehighlight): Restore lazy-isearch face properties.
4878 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4879 over the real isearch overlay, but in that case, don't give it a
4880 face property. Use `push'.
4881
4882 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4883
4884 * man.el (Man-getpage-in-background): Fix previous change.
4885 Decode the process output only when we are in multibyte mode.
4886
4887 2000-10-11 Dave Love <fx@gnu.org>
4888
4889 * info.el (Info-mode-menu): Fix some help.
4890 (info-tool-bar-map): Add entry for Info-last.
4891
4892 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4893 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4894 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4895 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4896 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4897 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4898 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4899 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4900 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4901 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4902 Reduce colour requirements to 25 overall. (Probably wants
4903 revisiting from the originals to reduce further.)
4904
4905 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4906
4907 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4908 buffer-file-coding-system, instead of raw-text.
4909 (dehexlify-buffer): Bind coding-system-for-read to
4910 buffer-file-coding-system, instead of raw-text.
4911
4912 2000-10-11 Sam Steingold <sds@gnu.org>
4913
4914 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4915 `underline' - fixes the bug introduced on 2000-09-21.
4916
4917 2000-10-11 Dave Love <fx@gnu.org>
4918
4919 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4920 compiler warnings.
4921 (scheme-mode): Doc fix.
4922 (scheme-font-lock-keywords-1): Match `define-syntax'.
4923
4924 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4925
4926 * faces.el (frame-set-background-mode): Pay attention to saved
4927 face specs as well as default ones. Only do anything if the
4928 bg-mode or display-type has actually changed. Use `dolist'.
4929 (region): Make dark-background `region' face less in-your-face.
4930
4931 2000-10-10 Sam Steingold <sds@gnu.org>
4932
4933 * chistory.el, ielm.el, ledit.el:
4934 * progmodes/inf-lisp.el, progmodes/scheme.el:
4935 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4936
4937 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4938
4939 * textmodes/texinfo.el: Update copyright and fix typo.
4940
4941 * desktop.el (desktop-modes-not-to-save): New var.
4942 (desktop-save-buffer-p): Use it.
4943 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4944 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4945
4946 2000-10-10 Dave Love <fx@gnu.org>
4947
4948 * toolbar/tool-bar.el (tool-bar-add-item)
4949 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4950 display.
4951
4952 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4953 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4954 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4955 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4956 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4957 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4958 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4959 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4960 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4961 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4962 the .xpms; probably need retouching.
4963
4964 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4965
4966 * subr.el (add-to-list): Add optional argument APPEND.
4967 * battery.el (display-battery): Use `add-to-list'.
4968
4969 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4970
4971 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4972 these vars as symbol properties.
4973 (zone, zone-when-idle, zone-leave-me-alone)
4974 (zone-pgm-whack-chars): Use new symbol properties.
4975
4976 * battery.el (display-battery): Doc spelling fix.
4977
4978 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4979 property.
4980
4981 2000-10-09 Dave Love <fx@gnu.org>
4982
4983 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4984 has been initialized before calling tool-bar-setup.
4985 (tool-bar-add-item-from-menu): Add autoload cookie.
4986
4987 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4988
4989 * menu-bar.el (send-mail-item-name): New function.
4990 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4991 of mail-user-agent in the menu. Don't display the "Send Mail"
4992 item if mail-user-agent is nil or its value is ignore.
4993 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4994 if read-mail-command is nil or its value is ignore.
4995
4996 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4997
4998 2000-10-09 Miles Bader <miles@gnu.org>
4999
5000 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5001 Correct image size.
5002 * toolbar/left_arrow.xpm: Correct image size.
5003
5004 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5005 will be done by the definition of `auto-compression-mode' if
5006 necessary. Move code to uninstall existing file-name handler
5007 before definition of `auto-compression-mode'.
5008
5009 * image-file.el (auto-image-file-mode): Move to the end of the
5010 file, because `define-minor-mode' actually calls the mode-function
5011 if the associated variable is non-nil, which requires that all
5012 needed functions be already defined.
5013
5014 * mouse.el (popup-menu): Balance parens.
5015
5016 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5017
5018 * mouse.el (popup-menu): Move the command call outside the loop
5019 so that popup-menu returns whatever the command returns.
5020
5021 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5022 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5023 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5024 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5025
5026 * vc.el (vc-version-diff): diff-switches can be a list.
5027 Use relative filenames for prettier output.
5028
5029 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5030 (vc-post-command-functions): Remove old-VC compatibility code.
5031
5032 * newcomment.el (comment-indent-default): Autoload.
5033
5034 * font-lock.el (font-lock-defaults): Make buffer-local.
5035 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5036 (font-lock-choose-keywords):
5037 Ignore LEVEL unless KEYWORDS is a list of syms.
5038 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5039 Don't wrap regexp-opt things in \(...\) unnecessarily.
5040
5041 * jit-lock.el: Don't require font-lock any more.
5042 (jit-lock-functions): Make buffer-local.
5043 (jit-lock-saved-fontify-buffer-function): Remove.
5044 (jit-lock-mode): Remove autoload cookie.
5045 Remove font-lock specific code.
5046 (jit-lock-unregister): Don't bother handling complex hooks any more.
5047 (jit-lock-refontify): New function.
5048 (jit-lock-fontify-buffer): Use it.
5049 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5050 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5051 Add optional args START and END.
5052 Never call font-lock-fontify-region directly.
5053 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5054
5055 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5056
5057 2000-10-08 Dave Love <fx@gnu.org>
5058
5059 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5060
5061 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5062
5063 * play/studly.el (studlify-region, studlify-word): Add autoload
5064 cookie.
5065
5066 * play/morse.el (morse-region, unmorse-region): Add autoload
5067 cookie.
5068
5069 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5070 concat.
5071
5072 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5073 insist on symbols starting with word syntax.
5074 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5075 (eval-defun-1): Doc fix.
5076 (indent-sexp): Use nconc to build up indent-stack.
5077
5078 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5079 Gnus with little use.
5080 (mail-setup-hook): Add mail-abbrevs-setup to options.
5081
5082 * recentf.el: Doc fixes.
5083
5084 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5085 Clean up remainder.
5086
5087 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5088 without timezone and (8) with timezone to enforce some whitespace.
5089 Simplify code somewhat.
5090
5091 * options.el (list-options): Doc that you should use customize.
5092
5093 * iswitchb.el (iswitchb-mode): Add :require.
5094
5095 * info.el (Info-goto-node, Info-menu): Doc fix.
5096 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5097 (info-tool-bar-map): New variable.
5098 (Info-mode): Use it.
5099 (Info-edit-map): Define all in defvar.
5100 (speedbar-attached-frame): Avoid compiler warning.
5101
5102 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5103 (global-map): Bind [tool-bar] to a filtered map.
5104 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5105 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5106 Allow PBM icons.
5107 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5108
5109 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5110 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5111 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5112 icons, except up_arrow, which is left-arrow rotated.
5113
5114 * imenu.el (imenu-add-to-menubar): Fix last change.
5115
5116 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5117
5118 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5119 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5120
5121 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5122
5123 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5124 typos in doc strings.
5125
5126 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5127 the doc strings how to customize Font Lock faces.
5128
5129 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5130 computing growth when dragging the header line.
5131
5132 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5133
5134 * simple.el (kill-line): Doc fix.
5135
5136 2000-10-08 Miles Bader <miles@gnu.org>
5137
5138 * faces.el (secondary-selection): Make foreground visible on tty.
5139
5140 * jka-compr.el (auto-compression-mode): Move to the end of the
5141 file, because `define-minor-mode' actually calls the mode-function
5142 if the associated variable is non-nil, which requires that all
5143 needed functions be already defined.
5144 (with-auto-compression-mode): Add autoload cookie.
5145
5146 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5147
5148 * files.el (find-backup-file-name) [ms-dos]: If support for long
5149 file names is not available, behave as if version-control were set
5150 to never.
5151
5152 2000-10-07 Dave Love <fx@gnu.org>
5153
5154 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5155 (browse-url-gnome-moz): New function.
5156 (browse-url-browser-function): Use it.
5157 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5158
5159 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5160
5161 * indent.el (tab-always-indent): New var.
5162 (indent-for-tab-command): Use it.
5163
5164 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5165 raise an error. This way it can still default to a sane value.
5166
5167 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5168
5169 * startup.el (fancy-splash-screens): Use local rather than global map.
5170 Don't use `update-menu-bindings' any more.
5171 Get rid of assumptions about keymap representation.
5172
5173 2000-10-06 Dave Love <fx@gnu.org>
5174
5175 * textmodes/fill.el (sentence-end-double-space)
5176 (sentence-end-without-period): Doc fix.
5177 (adaptive-fill-regexp): Purecopy.
5178 (unjustify-current-line): Use line-end-position.
5179 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5180
5181 * net/eudc-vars.el (eudc): Add :version, :link.
5182
5183 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5184
5185 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5186 Fix for define-minor-mode.
5187 (function-at-point): Alias to function-called-at-point.
5188
5189 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5190
5191 * simple.el (backward-word): Doc fix.
5192
5193 * image-file.el (image-file-name-regexp): image-file-regexps ->
5194 image-file-name-regexps.
5195 (image-file-name-extensions): Add pbm.
5196
5197 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5198
5199 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5200 and add filename to the names so that diff-mode can jump to source.
5201
5202 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5203 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5204 (tex-font-lock-keywords-1): Remove.
5205 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5206 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5207 (font-lock-default-fontify-region):
5208 Expand beg..end correctly when just following a multiline region.
5209 (font-lock-fontify-anchored-keywords):
5210 Include the anchor text as part of the multiline.
5211
5212 2000-10-06 Gerd Moellmann <gerd@gnu.org>
5213
5214 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5215 latter needs the autoloaded define-minor-mode macro during the
5216 bootstrap.
5217
5218 * startup.el (command-line): For now, activate tool-bar-mode only
5219 if XPM images are supported.
5220
5221 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5222 window by dragging a header-line at the top of the frame; that's
5223 confusing because the header-line doesn't move.
5224 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5225 of treating the event as a list. Some cleanup.
5226
5227 2000-10-06 Miles Bader <miles@gnu.org>
5228
5229 * simple.el (display-message-or-buffer): New function.
5230 (shell-command-on-region): Use `display-message-or-buffer'.
5231
5232 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5233 docstring parts.
5234
5235 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5236 (smbclient-prompt-regexp): Add usage note to doc string.
5237 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5238 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5239 Use add-hook for adding the comint filter function, and only do so
5240 if it's not already in the global hook list.
5241 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5242 to `make-local-variable'.
5243 (nslookup-font-lock-keywords): Remove prompt entry.
5244 (nslookup): Don't set the process-filter.
5245 (finger): Exit the loop correctly when the regexps list runs out.
5246 (ftp, smbclient, smbclient-list-shares):
5247 Set the real major mode immediately, not after execing.
5248 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5249
5250 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5251
5252 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5253
5254 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5255
5256 * which-func.el (which-func-format): Remove spurious space.
5257 (which-func-mode): Don't make it permanent-local.
5258 (which-func-ff-hook): Allow which-func-maxout to be nil.
5259 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5260 (which-func-mode): Simplify.
5261 Use post-command-idle-hook rather than post-command-hook.
5262 Go through all buffers and update their state.
5263 (which-function): Also try add-log-current-defun-function.
5264
5265 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5266 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5267 Update call to with-vc-properties accordingly.
5268 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5269 (vc-revert-buffer): More careful about window selection and deletion.
5270 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5271
5272 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5273 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5274 (cvs-dired-action): Change the default to quickdir.
5275
5276 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5277 if comment-indent-function returns nil.
5278 (comment-indent-default): New function.
5279 (comment-indent-function): Use it and document the new semantics.
5280
5281 * image-file.el: Docstring fixes.
5282
5283 * help.el (help-xref-on-pp): Use match-string.
5284 (describe-variable): New arg BUFFER.
5285 Store the current buffer in the help-xref-stack.
5286 (temp-buffer-resize-mode): Use define-minor-mode.
5287
5288 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5289 consistently with its docstring.
5290 Set jit-lock-first-unfontify-pos in an idempotent way.
5291 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5292
5293 2000-10-05 Alex Schroeder <alex@gnu.org>
5294
5295 * sql.el (sql-mysql-options): New variable.
5296 (sql-mysql): Use it.
5297
5298 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5299
5300 * image.el (image): New group.
5301
5302 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5303 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5304
5305 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5306
5307 * net/net-utils.el (nslookup-font-lock-keywords)
5308 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5309 Ignore the value of wqindow-system; always define keywords
5310
5311 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5312
5313 * startup.el (fancy-splash-screens): Remove the code for
5314 debugging; `(trace-to-stderr "EXITTT\n")'.
5315
5316 2000-10-05 Miles Bader <miles@gnu.org>
5317
5318 * diff-mode.el (diff-goto-source): Update call to
5319 `diff-hunk-status-msg' to reflect new REV variable.
5320
5321 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5322
5323 * progmodes/icon.el (icon-mode):
5324 Don't gratuitously override the default for comment-column.
5325
5326 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5327
5328 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5329 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5330 (jit-lock-functions): New var.
5331 (jit-lock-function-1): Use it if non-nil.
5332 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5333 Set the `fontified' property before doing the fontification to avoid
5334 repeatedly going through the same error.
5335 Don't turn errors into messages.
5336 (jit-lock-register, jit-lock-unregister): New functions.
5337
5338 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5339 Use with-current-buffer.
5340
5341 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5342 Turn comment into docstring.
5343
5344 * apropos.el (apropos-mode): Use define-derived-mode.
5345
5346 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5347
5348 * startup.el (fancy-splash-pending-command): New variable.
5349 (fancy-splash-pre-command): New function.
5350 (fancy-splash-screens): Rewritten.
5351 (command-line-1): If fancy-splash-pending-command is set, call it
5352 interactively.
5353
5354 2000-10-04 Dave Love <fx@gnu.org>
5355
5356 * toolbar/tool-bar.el (tool-bar-setup): New function.
5357 (tool-bar-mode): Use it.
5358
5359 * subr.el (substitute-key-definition): Doc fix.
5360 (play-sound-file): New command.
5361
5362 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5363
5364 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5365 vc-version-backup-file-name): New functions.
5366
5367 * files.el (basic-save-buffer): Call vc-before-save before saving.
5368
5369 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5370 vc-cvs-stay-local-p.
5371
5372 * vc.el (vc-revert-buffer): Handle empty diff properly.
5373 (vc-version-backup-file): New function.
5374 (vc-checkout): Create a version backup if necessary.
5375 (vc-checkin): If a version backup file exists, delete it.
5376 (vc-version-diff): Diff locally using version backups, if available.
5377 (vc-revert-file): If there's a version backup, revert locally.
5378 (vc-transfer-file): Use version backup for base version, if
5379 available. If not, ask for confirmation whether to get it from the
5380 server. Update mode line before check-in.
5381
5382 2000-10-04 Dave Love <fx@gnu.org>
5383
5384 * toolbar/tool-bar.el (tool-bar-setup): New function.
5385 (tool-bar-mode): Use it.
5386
5387 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5388
5389 * net/net-utils.el (nslookup-font-lock-keywords)
5390 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5391 Only set if window-system is non-nil
5392 (net-utils-run-program): Returns buffer.
5393 (network-connection-reconnect): Added this function.
5394
5395 * generic.el:
5396 Incorporates extensive cleanup and docfixes by
5397 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5398 Uses cl compile-time macros.
5399 (generic-mode-name, generic-comment-list)
5400 (generic-keywords-list, generic-font-lock-expressions)
5401 (generic-mode-function-list, generic-mode-syntax-table):
5402 Removed variables.
5403 (generic-mode-alist): Renamed to generic-mode-list.
5404 (generic-find-file-regexp): Default changed to "^#".
5405 (generic-read-type): Uses completing read on generic-mode-list.
5406 (generic-mode-sanity-check): removed this function.
5407 (generic-add-to-auto-mode): Removed this function
5408 (generic-mode-internal): Bind mode-specific definitions
5409 into function instead of putting them in alist.
5410 (generic-mode-set-comments): Reworked extensively.
5411 (generic-mode-find-file-hook): Simplified regexp searching
5412 (generic-make-keywords-list): Omit extra pair of parens
5413
5414 * find-lisp.el (find-lisp-find-files-internal):
5415 Make sure directory name ends with "/".
5416
5417 * generic-x.el (apache-conf-generic-mode):
5418 Regexp now allows leading whitespace.
5419 (rc-generic-mode): Added eval-when-compile
5420 around generic-make-keywords-list.
5421 Deleted duplicate regexp
5422 (rul-generic-mode): Added eval-when-compile
5423 around generic-make-keywords-list.
5424 (etc-fstab-generic-mode): New generic mode.
5425 (rul-generic-mode): Removed one eval-when-compile
5426 which caused a max-specpdl-size exceeded error.
5427
5428 2000-10-04 Miles Bader <miles@gnu.org>
5429
5430 * simple.el (minibuffer-temporary-goal-position): New variable.
5431 (next-history-element): Try to keep the position of point in the
5432 input string constant.
5433
5434 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5435 (dired-do-create-files): If there's only one file, pass it in as
5436 the DEFAULT arg to dired-mark-read-file-name.
5437
5438 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5439
5440 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5441 (diff-goto-source): Be smarter when choosing REVERSE or not.
5442
5443 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5444 (texinfo-mode-menu): Add an explicit shortcut for update all.
5445
5446 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5447
5448 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5449 factorize backend-specific code cleanly (this was essentially
5450 conceived by Stefan Monnier).
5451 (vc-unregister): Function removed.
5452 (vc-revert-file): New function.
5453 (vc-revert-buffer): Delegate some of the work to it.
5454
5455 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5456 default branch unconditionally.
5457 (vc-rcs-set-default-branch): New function.
5458 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5459 (vc-rcs-checkin): If an appropriate default branch has been set,
5460 force creation of that branch.
5461 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5462 code (as suggested by Stefan Monnier).
5463
5464 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5465
5466 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5467 highlighting overlay with a different face over the overlay
5468 isearch uses to highlight the current match because that can lead
5469 to bad face combinations.
5470
5471 * loadup.el (toplevel): Load faces before isearch.
5472
5473 * isearch.el (isearch-faces): New custom group.
5474 (isearch): New defface; was already tested for in the code.
5475 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5476 (isearch-highlight): Always use face `isearch'.
5477
5478 2000-10-02 Dave Love <fx@gnu.org>
5479
5480 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5481 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5482 comparison of opcode with operand.
5483
5484 2000-10-03 Miles Bader <miles@gnu.org>
5485
5486 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5487 buffer, since the echo area will now grow to accommodate them.
5488
5489 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5490
5491 * vc-hooks.el (vc-registered): If FILE used to be registered under
5492 a certain backend, try that one first.
5493
5494 * vc.el (vc-responsible-backend): Undo the previous change in the
5495 argument list. Handle multiple backends correctly.
5496 (vc-find-new-backend): Function removed.
5497 (vc-register): Use vc-responsible-backend, as before.
5498 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5499
5500 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5501
5502 * startup.el (fancy-splash-head): Change message below the
5503 logo.
5504
5505 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5506
5507 * diff-mode.el (diff-goto-source): Emit a status message.
5508 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5509 (diff-test-hunk): Fix doc string.
5510 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5511 (diff-advance-after-apply-hunk): New variable.
5512 (diff-apply-hunk): Don't return a value.
5513
5514 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * vc.el (vc-editable-p): Minor optimization.
5517 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5518 (vc-find-new-backend): New function split from vc-responsible-backend.
5519 (vc-register): Use it.
5520 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5521 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5522 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5523 (vc-clear-headers): Don't use find-file.
5524 (vc-revert-buffer): Use `and' again (must have been a braino).
5525 (vc-switch-backend): Only prompt if requested.
5526 Short circuit if nothing is to be done.
5527 Don't use vc-resynch-buffer which could lose unsaved editing.
5528 (vc-default-receive-file): Update call to vc-unregister.
5529 (with-vc-file, vc-next-action-on-file):
5530 Use vc-backend rather than vc-registered.
5531 (vc-next-action-on-file): Use intern-soft.
5532 Deal with read-only *vc-diff* buffer.
5533 (vc-transfer-file): Docstring fix.
5534
5535 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5536 (vc-rcs-receive-file): Avoid with-vc-properties.
5537 Update call to vc-unregister.
5538 Use constant `RCS' rather than (dynamically bound) var `backend'.
5539
5540 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5541
5542 * vc.el (vc-next-action-on-file): Update mode line only if file
5543 is visited.
5544 (vc-start-entry): New argument initial-contents. Don't visit the file
5545 if it isn't already visited. Brought documentation up-to-date.
5546 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5547 (vc-checkin): New optional arg initial-contents, which is passed to
5548 vc-start-entry.
5549 (vc-finish-logentry): Make sure to bury log buffer only if there
5550 really is one. Call `vc-resynch-buffer' on log-file, not
5551 buffer-file-name.
5552 (vc-default-comment-history, vc-default-wash-log): New functions.
5553 (vc-index-of): Removed.
5554 (vc-transfer-file): Make do without the above.
5555 (vc-default-receive-file): Call comment-history unconditionally. Pass
5556 the resulting string to vc-checkin, instead of inserting it into the
5557 comment ring.
5558
5559 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5560 unconditionally. Use the comments as initial contents of the log
5561 entry buffer. Document the trick to force branch creation with no
5562 changes.
5563
5564 2000-10-01 Miles Bader <miles@gnu.org>
5565
5566 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5567 `recenter' with an arg to prevent redrawing the display.
5568
5569 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5570
5571 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5572
5573 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5574
5575 * progmodes/c-mode.el (c-mode):
5576 Don't gratuitously override the default for comment-column.
5577
5578 * textmodes/tex-mode.el (latex-metasection-list): New var.
5579 (latex-imenu-create-index): Use it.
5580 Move the regexp construction outside loops (and use push).
5581 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5582 (tex-font-lock-keywords): Moved from font-lock.el.
5583 (tex-comment-indent): Remove.
5584 (tex-common-initialization): Don't set comment-indent-function.
5585 (latex-block-default): New var.
5586 (tex-latex-block): Use it to provide a default choice.
5587 Add any unknown choice to latex-block-names.
5588 Insert [...] after {...}.
5589 (tex-last-unended-begin): Simplify regexp.
5590 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5591 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5592 (latex-mode): Set forward-sexp-function.
5593
5594 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5595 Add regexp for @ignore ... @end ignore.
5596 (texinfo-heading-face): New face.
5597 (texinfo-font-lock-keywords): Use it.
5598 (texinfo-mode-menu): New menu.
5599 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5600 New functions.
5601 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5602 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5603 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5604 Remove declaration.
5605 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5606
5607 * delsel.el (delete-selection-mode): Use define-minor-mode.
5608
5609 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5610
5611 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5612
5613 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5614
5615 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5616
5617 * replace.el (keep-lines-read-args): New function.
5618 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5619 read arguments interactively. Add parameters RSTART and REND.
5620 Operate on the active region in Transient Mark mode.
5621
5622 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5623
5624 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5625 (authors-obsolete-files-regexps): New variable.
5626 (authors-add): Don't record changes in obsolete files.
5627
5628 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5629
5630 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5631
5632 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5633 (comment-indent): Make sure there's a space between code and comment.
5634 Shift comments left to avoid going past fill-column.
5635
5636 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5637
5638 * startup.el (startup-echo-area-message): New function.
5639 (display-startup-echo-area-message): Use it.
5640 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5641 (fancy-splash-default-action): New function.
5642 (fancy-splash-screens-1): New function.
5643 (fancy-splash-head): Put a help-echo and a keymap under the image.
5644
5645 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5646
5647 * diff-mode.el (diff-add-log-file-name): Remove.
5648 (diff-mode): Use add-log-buffer-file-name-function.
5649
5650 * add-log.el (find-change-log): New arg BUFFER-FILE.
5651 (add-log-file-name): Obey add-log-file-name-function.
5652 (add-log-buffer-file-name-function): New var.
5653 (add-change-log-entry): Use it.
5654
5655 2000-09-29 Miles Bader <miles@gnu.org>
5656
5657 * image-file.el (image-file-name-extensions): New variable.
5658 (image-file-name-regexps): Renamed from `image-file-regexps'.
5659 New default value is nil. Call `auto-image-file-mode'.
5660 (image-file-name-regexp): New function.
5661 (auto-image-file-mode): New minor mode.
5662 (insert-image-file): Don't make conditional on the image-file
5663 handler being enabled.
5664 (image-file-handler): Make the call here conditional instead.
5665 (set-image-file-handler-enabled, enable-image-file-handler)
5666 (disable-image-file-handler): Functions removed.
5667
5668 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5669 string.
5670
5671 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5672
5673 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5674 it's a function from CL.
5675 (latex-imenu-create-index): Replace eval-when-compile with progn
5676 because latex-section-alist is not bound while compiling.
5677
5678 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5679
5680 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5681 (outline-mode): Use define-derived-mode.
5682
5683 * progmodes/perl-mode.el (perl-mode):
5684 * progmodes/awk-mode.el (awk-mode):
5685 * progmodes/asm-mode.el (asm-mode):
5686 Don't gratuitously override the default for comment-column.
5687
5688 * emacs-lisp/lisp.el (lisp-complete-symbol):
5689 Distinguish the let-binding case from the funcall case.
5690 (forward-sexp-function): New variable.
5691 (forward-sexp): Use it.
5692
5693 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5694 (easy-mmode-defmap): Remove the now useless autoload.
5695
5696 * time.el (display-time-mode): Use define-minor-mode.
5697
5698 * subr.el (add-minor-mode): Don't eval NAME.
5699 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5700 Use if rather than cond.
5701
5702 * simple.el (read-expression-map): Define more properly.
5703 (comment-indent-hook): Remove.
5704 (string-to-syntax): Bug fix.
5705
5706 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5707 (cvs-ediff-diff): Fix typo.
5708 (cvs-revert-if-needed): Don't bother preserving read-only.
5709
5710 * paren.el (show-paren-mode): Use define-minor-mode.
5711
5712 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5713 (toggle-auto-compression): Remove.
5714 (jka-compr-build-file-regexp): Remove useless grouping.
5715
5716 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5717 Avoid user-reserved bindings.
5718 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5719 (diff-header-face): Revert to grey85.
5720
5721 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5722
5723 * complete.el (partial-completion-mode) <defcustom>: Remove.
5724 (partial-completion-mode): Use define-minor-mode.
5725 (PC-do-completion): Understand `completion-auto-help = delay'
5726 to mean to popup the completion buffer only the second time.
5727 (PC-include-file-all-completions, PC-include-file-all-completions)
5728 (PC-include-file-all-completions): Don't quote lambda.
5729
5730 * comint.el (comint-mode-hook): Docstring fix.
5731 (comint-mode): Use define-derived-mode.
5732 (comint-mode-map): Remove obsolete comment.
5733 (make-comint): Minor stylistic change.
5734 (comint-insert-clicked-input): Be more careful to find the overlay.
5735 Use this-command-keys rather than hardcoding mouse-2.
5736
5737 * font-lock.el: Replace confusing (,@ with ,
5738 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5739 Don't use regexp-opt-depth. Spice up the regexp for args.
5740 Don't distinguish between cmds that can take an opt arg or not.
5741 Use `append' and `prepend' rather than `keep'.
5742
5743 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5744 (latex-outline-regexp): New var.
5745 (latex-outline-level): New fun.
5746 (latex-section-alist): New var.
5747 (latex-imenu-create-index): Use it. Use `push' as well.
5748 (tex-shell-map): Initialize it properly.
5749 (tex-mode): Minor stylistic change.
5750 (plain-tex-mode): Use define-derived-mode.
5751 (latex-mode): Use define-derived-mode.
5752 Construct the paragraph regexps in a more readable way.
5753 Set the buffer-local outline-{level,regexp} vars.
5754 (slitex-mode): Derive from latex-mode.
5755 (tex-common-initialization): Don't kill-all-vars anymore.
5756 Add setting for comment-add and font-lock-defaults.
5757 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5758 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5759 (tex-start-tex): New arg DIR (and send a chdir command for it).
5760 Also display the shell buffer and save it in tex-last-buffer-texed.
5761 (tex-region): Use expand-file-name rather than concat.
5762 Remove code made useless by changes in tex-start-tex.
5763 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5764
5765 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5766
5767 2000-09-28 Dave Love <fx@gnu.org>
5768
5769 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5770
5771 2000-09-28 Gerd Moellmann <gerd@gnu.org>
5772
5773 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5774 `append'.
5775
5776 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5777
5778 * info.el (Info-extract-pointer): Undo last change.
5779 Instead, fix the position of the `bound' arg to re-search-backward.
5780
5781 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5782
5783 * info.el (Info-extract-pointer):
5784 Widen more carefully, to avoid finding pointers in other nodes.
5785 (Info-index): Use push.
5786
5787 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5788
5789 * frame.el (set-frame-font): Remove call to obsolete function
5790 frame-update-faces.
5791 (set-foreground-color, set-background-color): Likewise for
5792 frame-update-face-colors.
5793
5794 2000-09-27 Miles Bader <miles@gnu.org>
5795
5796 * image-file.el: New file.
5797
5798 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5799
5800 * frame.el (frame-notice-user-settings): Don't call
5801 frame-update-faces, which is a no-op now.
5802
5803 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5804 tool-bar-lines.
5805
5806 2000-09-27 Dave Love <fx@gnu.org>
5807
5808 * mouse.el: Fix last change.
5809
5810 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5811
5812 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5813
5814 2000-09-22 Kenichi Handa <handa@etl.go.jp>
5815
5816 * international/quail.el (quail-help): The output message is
5817 improved.
5818
5819 2000-09-26 Dave Love <fx@gnu.org>
5820
5821 * mouse.el (popup-menu): If POSITION is nil, set it using
5822 mouse-position.
5823
5824 2000-09-25 Sam Steingold <sds@gnu.org>
5825
5826 * net/browse-url.el (browse-url-file-url): Check for null maps.
5827
5828 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5829
5830 * frame.el (frame-notice-user-settings): Don't add a
5831 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5832
5833 * frame.el (frame-notice-user-settings):
5834 Make tool-bar-mode and default-frame-alist consistent.
5835
5836 * toolbar/tool-bar.el (tool-bar-help): New function.
5837
5838 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5839
5840 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5841 current-load-list in top-level forms. Else this leaks a cons cell
5842 every time a defun is called.
5843
5844 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5845
5846 2000-09-25 Dave Love <fx@gnu.org>
5847
5848 * startup.el (fancy-splash-head): Check XPM is available.
5849
5850 * autoinsert.el (auto-insert): Doc fix.
5851 (auto-insert-alist): Following GNU notices, don't say `copyright
5852 _by_'. Use line-beginning-position.
5853 (auto-insert): Check buffer-file-name is non-nil before use.
5854
5855 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5856
5857 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5858 starting with `@def' or `@multitable', in addition to ones
5859 specified by the user in auto-fill-inhibit-regexp.
5860
5861 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
5862
5863 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5864 rmail-dont-reply-to-names matches the empty string.
5865
5866 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5867
5868 * startup.el (command-line-1, fancy-splash-text): Change the
5869 text to sound more friendly.
5870
5871 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5872
5873 * progmodes/hideshow.el: Update author email address.
5874 Generally, sync w/ maintainer version 5.22.
5875 (hs-hide-all-non-comment-function): New var.
5876 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5877 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5878 (hs-show-region): Delete this command.
5879 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5880
5881 2000-09-22 Dave Love <fx@gnu.org>
5882
5883 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5884 (hl-line-highlight): Specify buffer when moving overlay.
5885
5886 * progmodes/fortran.el (fortran-mode): Locally set
5887 normal-auto-fill-function.
5888 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5889 (fortran-mode-map): Adjust auto-fill menu entry.
5890
5891 2000-09-22 Gerd Moellmann <gerd@gnu.org>
5892
5893 * vc-rcs.el (toplevel): Require `vc' when compiling.
5894
5895 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5896
5897 2000-09-22 Andre Spiegel <spiegel@gnu.org>
5898
5899 * vc.el (vc-switch-backend): Signal an error if the file is not
5900 registered under the new backend.
5901
5902 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5903 without explicit revision number.
5904
5905 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5906
5907 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5908 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5909 (diff-xor): New function.
5910 (diff-find-source-location): Use it. Fix a stupid name clash.
5911 (diff-hunk-status-msg): New function.
5912 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5913 (diff-test-hunk): Use diff-find-source-location.
5914 (diff-goto-source): Favor the `reverse'.
5915 (diff-hunk-text): Properly handle one-sided context diffs.
5916 (diff-apply-hunk): When done, advance to the next hunk.
5917
5918 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5919
5920 * startup.el (command-line): If frame was created with a non-zero
5921 tool-bar-lines parameter, switch tool-bar-mode on.
5922
5923 * add-log.el (change-log-date-face, change-log-name-face)
5924 (change-log-email-face, change-log-file-face)
5925 (change-log-list-face, change-log-conditionals-face)
5926 (change-log-function-face, change-log-acknowledgement-face):
5927 New faces, inheriting from font-lock faces.
5928 (change-log-font-lock-keywords): Use them.
5929
5930 2000-09-21 Dave Love <fx@gnu.org>
5931
5932 * progmodes/cperl-mode.el (top-level): Clean up
5933 `eval-when-compile's and assorted defvars.
5934 (cperl-invalid-face): Don't double-quote value. Change custom
5935 type.
5936 (cperl-mode): Set normal-auto-fill-function and don't zap
5937 auto-fill-function.
5938 (cperl-imenu--function-name-regexp-perl): Renamed from
5939 imenu-example--function-name-regexp-perl.
5940 (cperl-imenu--create-perl-index): Renamed from
5941 imenu-example--create-perl-index.
5942 (cperl-xsub-scan): Don't require cl.
5943
5944 * msb.el (msb-mode-map): Use substitute-key-definition.
5945 (msb-mode): Use msb-mode-map.
5946
5947 2000-09-21 Andre Spiegel <spiegel@gnu.org>
5948
5949 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5950 New functions.
5951 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5952 (vc-switch-backend): New function.
5953 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5954 (vc-register): Fix prompt.
5955 (vc-unregister, vc-default-unregister): New functions.
5956 (vc-version-diff): Handle empty buffer in sentinel.
5957
5958 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5959 (vc-rcs-state-heuristic): Use it to guess the state of files with
5960 non-strict locking.
5961 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5962 been set with -b, but not created yet.
5963 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5964 contents in order to find the state.
5965 (vc-rcs-checkin): Allow creation of branches with no changes.
5966 (vc-rcs-unregister, vc-rcs-receive-file)
5967 (vc-rcs-set-non-strict-locking): New functions.
5968
5969 * vc-hooks.el (vc-name): Force correct computation of the value
5970 in case it is missing.
5971
5972 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5973
5974 * startup.el (fancy-splash-tail): Use a different foreground
5975 color on a dark frame background.
5976
5977 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5978
5979 * info.el: Use the correct capitalization when making Info-mode
5980 and Info-edit-mode `special' modes.
5981
5982 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5983
5984 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5985 (diff-mode): Add support for add-log.el.
5986 (diff-hunk-text): Use char offsets rather than line offsets.
5987 (diff-find-source-location): Replace LINE with line-offset (nil
5988 if not found) and always set POS to a meaningful position.
5989 Adapt to the new char-offsets.
5990 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5991 Adapt to the new diff-find-source-location.
5992 (diff-goto-source): Adapt to the new diff-find-source-location.
5993
5994 * add-log.el (add-log-file-name): New function (split out of
5995 add-change-log-entry).
5996 (add-change-log-entry): Use it.
5997 Call add-log-file-name-function with the changelog file name if
5998 the current buffer is not associated with any file.
5999 Avoid find-file if the selected window is dedicated.
6000
6001 * diff-mode.el (diff-find-source-location):
6002 Move code from diff-apply-hunk. Return buffer rather than file.
6003 (diff-apply-hunk): Use the new result from diff-find-source-location.
6004 (diff-goto-source): Use the new diff-find-source-location.
6005
6006 2000-09-20 Dave Love <fx@gnu.org>
6007
6008 * iswitchb.el: Some doc fixes.
6009 (iswitchb-mode-map): Define completely initially. Inherit
6010 minibuffer-local-map.
6011 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6012 fundamental-mode.
6013 (iswitchb-global-map): New variable.
6014 (iswitchb-summaries-to-end): Amalgamate regexps.
6015 (iswitchb-mode): New.
6016 (iswitchb-mode-hook): New variable.
6017 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6018 `extensions'.
6019
6020 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6021
6022 * ehelp.el (electric-help): New defgroup.
6023 (electric-help-shrink-window): New user-option.
6024 (with-electric-help): Use it.
6025
6026 * window.el (shrink-window-if-larger-than-buffer): If face
6027 `mode-line' has a :box, and we're on a graphical frame, add 1
6028 to the needed window height.
6029
6030 * frame.el (frame-notice-user-settings): Add a last parameter nil
6031 to a call to `append', because the last list passed to `append' is
6032 not copied, and so subsequent calls to assq-delete-all will modify
6033 default-frame-alist.
6034
6035 * startup.el (fancy-splash-image): Change :type.
6036 (fancy-splash-head): Use an XBM image if appropriate.
6037 (command-line-1): Show splash screens in more cases.
6038
6039 * startup.el (fancy-splash-text): Don't quote faces.
6040
6041 * dired.el (dired-font-lock-keywords): Undo last change.
6042 (dired-readin): Bind indent-tabs-mode to nil.
6043
6044 * startup.el (fancy-splash-head): If frame's background mode
6045 is `dark', change the black background of the image to gray.
6046 (fancy-splash-screens): Display startup echo area message.
6047 (display-startup-echo-area-message): New function.
6048
6049 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6050
6051 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6052
6053 * info.el (info-header-node): Tweak for color ttys.
6054
6055 * faces.el (face-valid-attribute-values): Make sure directories we
6056 search for stipples both exist and are readable before trying to
6057 search them.
6058
6059 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6060 in the dry-run case.
6061
6062 * jka-compr.el (with-auto-compression-mode): New macro.
6063
6064 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6065 (custom-group-tag-face, custom-variable-tag-face): Use relative
6066 :height and inherit from `variable-pitch' face instead of
6067 hardwiring :family.
6068 * hi-lock.el (hi-black-hb): Likewise.
6069
6070 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6071 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6072 toolbar-add-item, if image doesn't have a mask add a `:mask
6073 heuristic'.
6074
6075 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6076
6077 * diff-mode.el: Docstring fixes.
6078 (diff-header-face, diff-comment-face): New faces.
6079 (diff-font-lock-keywords): Highlight a bit differently.
6080 (diff-find-source-location): Don't return SPAN any more.
6081 (diff-hunk-text): Don't bother erasing the temp buffer.
6082 (diff-find-text): Drop argument LINE.
6083 (diff-apply-hunk): Update calls to diff-find-text.
6084 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6085
6086 * calendar/calendar.el: Docstring fixes.
6087 (calendar-make-alist): Don't quote lambda.
6088 (calendar-star-date): Use make-local-variable.
6089
6090 2000-09-19 Dave Love <fx@gnu.org>
6091
6092 * toolbar/tool-bar.el: Renamed from toolbar.el.
6093 Change `toolbar' to `tool-bar' generally in symbols.
6094 Make some items invisible in `special' major modes.
6095 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6096 Add arg PROPS.
6097
6098 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6099 Add :version here.
6100 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6101
6102 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6103
6104 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6105
6106 * files.el (find-file-suppress-same-file-warnings): New user-option.
6107 (find-file-noselect): Use it.
6108
6109 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6110 (fancy-splash-screen): Defgroup.
6111
6112 * add-log.el (change-log-font-lock-keywords): Match names
6113 more exactly for the case that font-lock-constant-face is
6114 underlined.
6115
6116 2000-09-19 Richard M. Stallman <rms@gnu.org>
6117
6118 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6119
6120 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6121
6122 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6123
6124 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6125
6126 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6127 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6128 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6129 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6130 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6131 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6132 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6133 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6134 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6135 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6136 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6137 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6138
6139 * startup.el (fancy-splash-text): New variable.
6140 (fancy-splash-delay, fancy-splash-image): New user-options.
6141 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6142 (fancy-splash-screens): New functions.
6143 (command-line-1): If display has a `display' frame parameter, has
6144 colors, and we have XPM support, show more fancy splash screens.
6145
6146 2000-09-19 Dave Love <fx@gnu.org>
6147
6148 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6149 with null `help'. Use modern backquote syntax.
6150
6151 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6152
6153 * font-lock.el (font-lock-mode): Change message telling the user
6154 that ``the buffer is too big''.
6155
6156 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6157 for instance for the case that tab-width is 2.
6158
6159 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6160
6161 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6162 toolbar-add-item, if image doesn't have a mask add a `:mask
6163 heuristic'.
6164
6165 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6166
6167 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6168 and return a cons if it's non-nil.
6169 (diff-apply-hunk): Try to jump to the line in the source text
6170 corresponding to the position of point in the in the hunk.
6171
6172 * info.el (Info-title-3-face, Info-title-2-face)
6173 (Info-title-1-face): Use face inheritance and relative sizes
6174 instead of hard-wiring things.
6175
6176 * faces.el (secondary-selection): Make dark-background variant sane.
6177
6178 2000-09-16 Andrew Innes <andrewi@gnu.org>
6179
6180 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6181 read-only, since they aren't under VC now.
6182
6183 2000-09-17 Dave Love <fx@gnu.org>
6184
6185 * tmm.el: Replace mapcar with mapc in several places.
6186
6187 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6188 ad-unadvise.
6189
6190 * international/latin1-disp.el: New file.
6191
6192 * calendar/cal-move.el (scroll-calendar-left)
6193 (scroll-calendar-right): Make arg optional (for active mode line).
6194
6195 * calendar/calendar.el (calendar-mode-line-format): Make fields
6196 mouse-sensitive.
6197 (calendar-read-date, calendar-read-date, calendar-window-list):
6198 Unquote lambda.
6199 (calendar-month-name): Use aref, not sref.
6200
6201 * view.el (minor-mode-alist): Propertize the string.
6202
6203 * international/characters.el (standard-case-table): Add entries
6204 for Greek.
6205
6206 2000-09-18 Miles Bader <miles@gnu.org>
6207
6208 * info.el (info-node, info-xref): Add dark-background variants.
6209
6210 * faces.el (header-line): Change defaults to be less confusing
6211 when mixed with mode-lines.
6212
6213 * info.el (Info-fontify-node): Make a few cleanups.
6214 Add extra `help-echo' and `local-map' props to node xrefs.
6215 Use header-specific faces for node-names & xrefs.
6216 (Info-use-header-line): New variable.
6217 (info-header-xref, info-header-node): New faces.
6218 (Info-setup-header-line): New function.
6219 (Info-select-node): Call Info-setup-header-line when enabled.
6220 (Info-extract-pointer): Work even if the header line is hidden.
6221 (Info-header-line): New variable.
6222
6223 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6224
6225 * vms-patch.el (print-region-function): Don't quote lambda.
6226
6227 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6228
6229 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6230 (lm-get-header-re): Allow spaces between the header and the colon.
6231 (lm-header): Allow $ in non-RCS headers.
6232 (lm-header-multiline): Put the strings back into order.
6233 Stop at an empty line. Don't require two space chars if the
6234 line is clearly not another header line.
6235
6236 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6237 (popup-menu-popup): Remove.
6238
6239 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6240
6241 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6242 specification if or if not tool-bar item contains an `:enabled'
6243 property.
6244
6245 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6246 current buffer has no file name.
6247
6248 2000-09-15 Dave Love <fx@gnu.org>
6249
6250 * strokes.el: Sync with maintainer's current version with changes
6251 for Emacs, but avoid runtime cl and levents.
6252 (toplevel): Change autoloads and compilation requires.
6253 (strokes-version, strokes-bug-address, strokes-lift): Values
6254 changed.
6255 (strokes-xpm-header, strokes-insinuated): New variable.
6256 (strokes): Add :link.
6257 (strokes-mode): Customized.
6258 (strokes-while-inhibiting-garbage-collector): New macro.
6259 (strokes-remassoc): Avoid remove-if.
6260 (strokes-fix-button2-command): Don't use ad-do-it.
6261 (strokes-insinuate): New function.
6262 (strokes-button-press-event-p, strokes-button-release-event-p):
6263 New functions, used instead of non-`strokes-' versions..
6264 (strokes-mouse-event-p): Rewritten.
6265 (strokes-event-closest-point): Avoid event-point.
6266 (strokes-get-grid-position): Avoid cdadr, caadr
6267 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6268 functions.
6269 (strokes-help): Use with-output-to-temp-buffer.
6270 (strokes-window-configuration-changed-p): New function.
6271 (strokes-update-window-configuration): Use buffer-live-p,
6272 strokes-window-configuration-changed-p.
6273 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6274 (strokes-char-face): New face.
6275 (strokes-char-table, strokes-base64-chars): New variable.
6276 (strokes-xpm-for-stroke, strokes-list-strokes)
6277 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6278 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6279 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6280 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6281 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6282 functions.
6283
6284 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6285
6286 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6287
6288 * image.el (create-image): Doc fix.
6289
6290 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6291 instead of `:heuristic-mask t'.
6292
6293 2000-09-14 Andrew Innes <andrewi@gnu.org>
6294
6295 * makefile.w32-in: Revert to Unix line endings.
6296
6297 2000-09-14 Andrew Innes <andrewi@gnu.org>
6298
6299 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6300 when installing.
6301
6302 * makefile.nt (DONTCOMPILE): Fix typo.
6303
6304 * shell.el (shell-write-history-on-exit): New function.
6305 (shell-dumb-shell-regexp): New custom variable.
6306 (shell-mode): Make shell-write-history-on-exit the process
6307 sentinel if shell name matches shell-dumb-shell-regexp.
6308
6309 * w32-fns.el: Comment out before-init-hook function which resets
6310 source-directory based; this breaks bootstrap.
6311
6312 2000-09-14 Dave Love <fx@gnu.org>
6313
6314 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6315 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6316 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6317 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6318 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6319 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6320 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6321 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6322 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6323
6324 * toolbar/toolbar.el: New.
6325
6326 * subdirs.el: Add toolbar.
6327
6328 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6329
6330 * indent.el (indent-for-tab-command): Doc fix.
6331
6332 2000-09-14 Alex Schroeder <alex@gnu.org>
6333
6334 * ansi-color.el (ansi-colors): Doc change.
6335 (ansi-color-get-face): Simplified regexp.
6336 (ansi-color-faces-vector): Added more faces, doc change.
6337 (ansi-color-names-vector): Doc change.
6338 (ansi-color-regexp): Simplified regexp.
6339 (ansi-color-parameter-regexp): New regexp.
6340 (ansi-color-filter-apply): Doc change.
6341 (ansi-color-filter-region): Doc change.
6342 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6343 deal with zero length parameters.
6344 (ansi-color-apply-on-region): Doc change.
6345 (ansi-color-map): Doc change.
6346 (ansi-color-map-update): Removed debugging message.
6347 (ansi-color-get-face-1): Added condition-case to trap
6348 args-out-of-range errors.
6349 (ansi-color-get-face): Doc change.
6350 (ansi-color-make-face): Removed.
6351 (ansi-color-for-shell-mode): New option.
6352
6353 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6354
6355 * international/quail.el (quail-start-translation): Translate KEY
6356 if necessary even if it doesn't have any mapping in the current
6357 input method.
6358 (quail-start-conversion): Likewise.
6359 (quail-help): The output message is improved.
6360
6361 2000-09-13 Miles Bader <miles@gnu.org>
6362
6363 * comint.el (comint-output-filter): Revert to using
6364 `insert-before-markers'. Add bletcherous hack to undo damage
6365 caused by `insert-before-markers'. Put `front-sticky' property on
6366 overlays created here so that the field code understands how the
6367 overlay works. Use a let when making comint-last-prompt-overlay,
6368 so that the code is easier to read.
6369
6370 2000-09-13 Dave Love <fx@gnu.org>
6371
6372 * wid-edit.el (widget-default-format-handler): DTRT when
6373 doc-property is a function.
6374
6375 2000-09-12 Francesco Potorti` <pot@gnu.org>
6376
6377 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6378 filed name if it's not there.
6379
6380 2000-09-12 Dave Love <fx@gnu.org>
6381
6382 * simple.el (read-mail-command): Doc fix.
6383 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6384
6385 * vc.el (vc-dired-listing-switches): Fix :version.
6386
6387 * vc-hooks.el: Doc fixes.
6388
6389 * subr.el (add-minor-mode): Use toggle-fun arg.
6390
6391 * speedbar.el: Add :version to several defcustoms.
6392
6393 * imenu.el (imenu--truncate-items, imenu--cleanup)
6394 (imenu--generic-function): Avoid mapcar.
6395 (imenu--replace-spaces): Function removed.
6396 (imenu--completion-buffer): Use subst-char-in-string.
6397 (imenu-add-to-menubar): Use keymap inheritance.
6398
6399 2000-09-12 Miles Bader <miles@gnu.org>
6400
6401 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6402 (diff-mode-map): Bind `diff-test-hunk'.
6403 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6404
6405 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6406
6407 * bytecomp.el (byte-compile-defvar): Undo last change
6408 because it breaks '(make-variable-buffer-local (defvar ...)'
6409 which is used at least in dired.
6410
6411 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6412
6413 * international/quail.el (quail-define-package): Docstring
6414 modified.
6415
6416 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6417
6418 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6419 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6420 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6421 docstring of "chinese-py".
6422
6423 * international/quail.el (quail-translation-docstring): New
6424 variable.
6425 (quail-show-keyboard-layout): Docstring modified.
6426 (quail-select-current): Likewise.
6427 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6428 infinite recursive call.
6429 (quail-help): Check quail-translation-docstring. Format of the
6430 output changed.
6431 (quail-help-insert-keymap-description): Adjusted for the above
6432 change.
6433
6434 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6435
6436 * bytecomp.el (byte-compile-defvar): Only cons onto
6437 current-load-list in top-level forms. Else this leaks a cons cell
6438 every time a defun is called.
6439
6440 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6441
6442 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6443 Now understands non-unified diffs. Some functionality moved into
6444 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6445 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6446 modify anything. Only reposition point in the patched file if the
6447 patch succeeds. Only pop up another window if POPUP is true.
6448 Emit a message describing what happened if successful, and at what
6449 line-offset. Automatically detect reversed hunks and do something
6450 appropriate.
6451 (diff-hunk-text, diff-find-text): New functions.
6452 (diff-filter-lines): Function removed.
6453 (diff-test-hunk): New function.
6454 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6455
6456 2000-09-10 Dave Love <fx@gnu.org>
6457
6458 * textmodes/tildify.el: Minor doc/commentary fixes.
6459 (tildify) <defgroup>: Add :version.
6460
6461 * faces.el (face-x-resources): Make custom type more specific.
6462 (frame-background-mode): Use mapc.
6463 (region) <defcustom>: Add :version.
6464
6465 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6466
6467 * vc-sccs.el (vc-sccs-register):
6468 * vc-rcs.el (vc-rcs-register):
6469 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6470 * vc.el (vc-register): Clear file's properties.
6471
6472 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6473
6474 * faces.el (face-spec-set): Only face-spec-reset-face when
6475 ATTRS is non-nil.
6476
6477 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6478
6479 * help.el (help-insert-xref-button): Fix a typo in doc string.
6480
6481 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6482
6483 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6484 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6485 methods.
6486
6487 * menu-bar.el (read-mail-item-name): New function.
6488 (menu-bar-tools-menu): Use it to compute and display the package
6489 used to read email.
6490 (menu-bar-tools-menu): Fix typo in GUD's help string.
6491
6492 2000-09-07 Dave Love <fx@gnu.org>
6493
6494 * diff-mode.el (diff-mouse-goto-source): New function.
6495
6496 * vc-sccs.el: Doc fixes.
6497 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6498
6499 * vc-rcs.el: Doc fixes.
6500 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6501 (vc-rcs-checkout-switches, vc-rcs-header)
6502 (vc-rcs-master-templates): Add or change :version.
6503
6504 * vc-cvs.el: Doc fixes.
6505 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6506 (vc-cvs-stay-local): Add :version.
6507
6508 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6509
6510 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6511
6512 * international/quail.el (quail-help): Fix previous change.
6513
6514 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6515
6516 * faces.el (color-values): Doc fix.
6517
6518 * faces.el (frame-set-background-mode): Use frame-parameter
6519 instead of frame-parameters.
6520
6521 * frame.el (filtered-frame-list): Reduce consing.
6522 (frames-on-display-list): Call frame-parameter instead of
6523 frame-parameters.
6524
6525 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6526
6527 * language/devan-util.el (devanagari-to-indian-region): In the
6528 loop, change the following char, not preceding char.
6529
6530 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6531
6532 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6533 instead of frame-parameters.
6534
6535 * faces.el (set-face-attribute): Simplify by calling
6536 internal-set-lisp-face-attribute with FRAME being 0.
6537
6538 * vc.el: Remove `Id' version control keyword.
6539
6540 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6541
6542 * help.el (help-make-xrefs): Adjusted for the change of
6543 help-xref-mule-regexp.
6544 (help-insert-xref-button): New function.
6545
6546 * international/mule-cmds.el (help-xref-mule-regexp-template):
6547 Include the pattern for character set.
6548 (leim): New group.
6549
6550 * international/quail.el: Don't require face.
6551 (quail): New group.
6552 (quail-other-command): Dummy command to make quail-help work better.
6553 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6554 (quail-keyboard-layout-substitution): New variable.
6555 (quail-update-keyboard-layout): New function.
6556 (quail-keyboard-layout-type): New customizable variable.
6557 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6558 (quail-keyboard-translate): Pay attention to
6559 quail-keyboard-layout-substitution.
6560 (quail-insert-kbd-layout): New function.
6561 (quail-show-keyboard-layout): New function.
6562 (quail-get-translation): If the definition is a vector of length
6563 1, and the element is a string of length 1, return the character
6564 in that string.
6565 (quail-update-current-translations): Fix the case of
6566 relative-index out of range.
6567 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6568 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6569 Show key sequences for all available characters.
6570 (quail-help-insert-keymap-description): Don't show such verbose
6571 key bindings as quail-self-insert-command.
6572
6573 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6574 Format changed, and each element now have extra documentations.
6575 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6576 Adjusted for the change of quail-cxterm-package-ext-info.
6577
6578 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6579
6580 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6581 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6582 during bootstrap.
6583
6584 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6585
6586 * vc.el: (toplevel): Don't require `dired' at run-time.
6587 (vc-dired-resynch-file): Remove autoload cookie.
6588
6589 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6590
6591 * vc.el: Made several backend functions optional.
6592 (vc-default-responsible-p): New function.
6593 (vc-merge): Use RET for first version to trigger merge-news, not
6594 prefix arg.
6595 (vc-annotate): Handle backends that do not support annotation.
6596 (vc-default-merge-news): Removed. The existence of a merge-news
6597 implementation is now checked on caller sites.
6598
6599 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6600 case.
6601
6602 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6603 special case that has been removed from the default in vc-hooks.el.
6604
6605 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6606
6607 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6608
6609 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6610
6611 * vc-hooks.el: Require vc during compilation.
6612 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6613 macro `with-vc-properties' in vc.el.
6614 (vc-file-getprop): Doc fix.
6615 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6616
6617 * vc.el: Require dired-aux during compilation.
6618 (vc-name-assoc-file): Moved to vc-sccs.el.
6619 (with-vc-properties): New macro.
6620 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6621 vc-finish-steal): Use it.
6622 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6623 to the backend-specific function is now supposed to do the checkout,
6624 too.
6625 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6626
6627 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6628 set file properties; that gets done in the generic code now.
6629
6630 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6631 Changed parameter list, added code from vc.el that does the
6632 checkout, possibly with a double-take.
6633
6634 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6635 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6636 the above under the new name.
6637 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6638 parameter list, added checkout command.
6639 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6640 properties; that gets done in the generic code now.
6641
6642 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6643
6644 * vc.el: Docstring fixes (courtesy of checkdoc).
6645
6646 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6647
6648 * vc.el (vc-checkout-writable-buffer-hook)
6649 (vc-checkout-writable-buffer): Remove.
6650 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6651 (vc-log-mode): Make it into a clean derived major mode.
6652 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6653 vc-log-mode if log-edit is not available.
6654 (vc-dired-mode-map): Don't set-keymap-parent yet.
6655 (vc-dired-mode): Do set-keymap-parent here.
6656 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6657
6658 2000-09-05 Gerd Moellmann <gerd@gnu.org>
6659
6660 * faces.el (set-face-attribute, face-spec-reset-face)
6661 (face-spec-set): Avoid consing by removing calls to `apply'.
6662
6663 * frame.el (frame-parameter): Move to C code.
6664
6665 2000-09-05 Dave Love <fx@gnu.org>
6666
6667 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6668 insert-before-markers-and-inherit. Now checked systematically!
6669
6670 2000-09-05 Alex Schroeder <alex@gnu.org>
6671
6672 * sql.el (sql-postgres): Use sql-postgres-options.
6673 (sql-postgres-options): New variable.
6674
6675 2000-09-05 Alex Schroeder <alex@gnu.org>
6676
6677 * sql.el (sql-mode-menu): Work around missing variable mark-active
6678 in XEmacs.
6679 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6680 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6681 compatibility.
6682
6683 2000-09-04 Gerd Moellmann <gerd@gnu.org>
6684
6685 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6686
6687 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6688
6689 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6690
6691 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6692
6693 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6694 don't support anything else under SCCS yet.
6695
6696 * vc-hooks.el: Minor doc fixes.
6697
6698 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6699
6700 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6701 not necessary. If verbose in state `needs-patch', do the same as
6702 under `up-to-date'. When NOT verbose and `needs-patch', check out
6703 latest version instead of `merge-news'.
6704 (vc-next-action-dired): Don't mess with default-directory here; it
6705 breaks other parts of dired. It is the job of the
6706 backend-specific functions to adjust it temporarily if they need it.
6707 (vc-next-action): Remove a special CVS case.
6708 (vc-clear-headers): New optional arg FILE.
6709 (vc-checkin, vc-checkout): Set properties vc-state and
6710 vc-checkout-time properly.
6711 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6712 (vc-print-log): Use new backend function `show-log-entry'.
6713 (vc-cancel-version): Do the checks in a different order. Added a
6714 FIXME concerning RCS-only code.
6715
6716 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6717 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6718
6719 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6720
6721 * vc-hooks.el (vc-default-mode-line-string): Show state
6722 `needs-patch' as a `-' too.
6723
6724 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6725
6726 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6727 (vc-default-could-register): New function.
6728 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6729 (vc-resynch-buffer): Call vc-dired-resynch-file.
6730 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6731 vc-resynch-buffer instead of vc-resynch-window.
6732 (vc-next-action-dired): Don't redisplay here, that gets done as a
6733 result of the individual file operations.
6734 (vc-retrieve-snapshot): Corrected prompt order.
6735
6736 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6737
6738 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6739 as well.
6740 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6741 hostname regexps. Updated all callers.
6742 (vc-cvs-responsible-p): Handle directories as well.
6743 (vc-cvs-could-register): New function.
6744 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6745 properties up-to-date.
6746
6747 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6748 user whether to create one.
6749
6750 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6751
6752 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6753 check out a non-existing file.
6754
6755 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6756 workfile does not exist.
6757
6758 * vc.el (vc-version-diff): Use `require' to check for existence of
6759 diff-mode.
6760
6761 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6762
6763 * vc-cvs.el (vc-cvs-registered): Use new function
6764 vc-cvs-parse-entry to do the actual work.
6765
6766 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6767
6768 * vc-hooks.el (vc-find-backend-function): If function doesn't
6769 exist, return nil instead of error.
6770 (vc-call-backend): Doc fix.
6771
6772 * vc.el (vc-do-command): Doc fix.
6773 (vc-finish-logentry): When checking in from vc-dired, choose the
6774 right backend for logentry check.
6775 (vc-dired-mode-map): Inherit from dired-mode-map.
6776 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6777 simplified.
6778 (vc-dired-state-info): Removed, updated caller.
6779 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6780 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6781 (vc-dired-listing-switches): New variable.
6782 (vc-directory): Use it, instead of dired-listing-switches.
6783
6784 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6785 (vc-cvs-dir-state): New function.
6786 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6787 (vc-cvs-parse-entry): New function, also to be used in
6788 vc-cvs-registered.
6789
6790 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6791
6792 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6793 *or* single-window-frames.
6794
6795 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6796
6797 * vc.el (vc-update-changelog): Split into generic part and default
6798 implementation. Doc string adapted.
6799 (vc-default-update-changelog): New function. Call the `rcs2log'
6800 script in exec-directory, to fix a long-standing nuisance.
6801
6802 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6803 simply signals an error.
6804
6805 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6806
6807 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6808 control-flow more clear and to avoid running `cvs' twice.
6809
6810 * vc.el (vc-next-action-on-file): Doc fix.
6811 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6812 (vc-print-log): Eval `file' before constructing the continuation.
6813
6814 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6815
6816 * vc.el (vc-next-action-on-file): Corrected several messages.
6817 (vc-merge): Add prefix arg `merge-news'; handle it.
6818
6819 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6820 is not reached. It is.
6821 (vc-cvs-merge): Set state to 'edited after merge.
6822 (vc-cvs-merge-news): Set workfile version to nil if not known.
6823 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6824
6825 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6826 via stdout. (Merge from main line.)
6827
6828 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6829
6830 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6831 detection.
6832
6833 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6834
6835 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6836 against kill-all-local-variables.
6837 (vc-log-edit): Don't save vc-parent-buffer any more.
6838 (vc-last-comment-match): Initialize to an empty string.
6839 (vc-post-command-functions): New hook.
6840 (vc-do-command): Run it.
6841 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6842 (vc-finish-logentry): Only add the comment to the ring if it's
6843 different from the last comment entered.
6844 (vc-new-comment-index): New function.
6845 (vc-previous-comment): Use it. Make the minibuffer message
6846 slightly less terse.
6847 (vc-comment-search-reverse): Make it work forward as well. Don't
6848 set vc-comment-ring-index if no match is found. Use
6849 vc-new-comment-index.
6850 (vc-comment-search-forward): Use vc-comment-search-reverse.
6851 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6852 define-derived-mode will do it for us. Bind `v' to a keymap that
6853 inherits from vc-prefix-map so that we can bind `vt' without
6854 binding C-x v t.
6855 (vc-retrieve-snapshot): Parenthesis typo.
6856
6857 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6858 to 1. Make sure to switch to *vc* before looking for an error
6859 message. Use vc-parse-buffer.
6860
6861 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6862
6863 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6864 and NAME.
6865 (vc-retrieve-snapshot): Split into two parts.
6866 (vc-default-retrieve-snapshot): New function.
6867
6868 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6869 (vc-cvs-retrieve-snapshot): New function (untested).
6870 (vc-cvs-stay-local): Default to t.
6871 (vc-cvs-remote-p): New function and property.
6872 (vc-cvs-state): Stay local only if the above is t.
6873 (vc-handle-cvs): Removed.
6874 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6875 done via vc-handled-backends now.
6876 (vc-cvs-header): Escape Id.
6877
6878 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6879
6880 * vc.el (vc-do-command): Remove unused commands.
6881 (vc-version-diff): Make sure default-directory ends with a slash.
6882 Move the window commands into a vc-exec-after.
6883 (vc-print-log): Move more of the code into the `vc-exec-after'.
6884
6885 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6886
6887 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6888 (vc-print-log): Search current revision from beginning of buffer.
6889 (vc-revert-buffer): Clear echo area after the diff is finished.
6890 (vc-prefix-map): Removed definition of "t" for terse display in vc
6891 dired.
6892 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6893 definition of "vt" for terse display.
6894 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6895
6896 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6897
6898 * vc.el (vc-exec-after): Avoid caddr.
6899
6900 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6901
6902 * vc.el (vc-exec-after): New function.
6903 (vc-do-command): Use it to add a termination message for async
6904 procs.
6905 (vc-checkout): Try to handle a missing-backend situation.
6906 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6907 of a directory with a backend using async diffs.
6908 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6909 present.
6910
6911 * vc-sccs.el (vc-sccs-state-heuristic): Use
6912 file-ownership-preserved-p.
6913
6914 * vc-rcs.el (vc-rcs-state-heuristic): Use
6915 file-ownership-preserved-p.
6916 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6917
6918 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6919
6920 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6921 vc-do-command.
6922
6923 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6924 when there are no changes.
6925
6926 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6927
6928 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6929
6930 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6931
6932 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6933
6934 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6935
6936 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6937 the `fset' outside of the defvar so that it works even if
6938 vc-prefix-map was already defined.
6939 (vc-setup-buffer): New function, split out of vc-do-command.
6940 (vc-do-command): Allow BUFFER to be t to mean `just use the
6941 current buffer without any fuss'.
6942 (vc-version-diff): Change the `diff' backend operation to just put
6943 the diff in the current buffer without erasing it. Always use
6944 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6945 shrink-window-if-larger-than-buffer.
6946 (vc-print-log): Change the `print-log' backend operation to just
6947 put the log in the current buffer without erasing it. Protect
6948 shrink-window-if-larger-than-buffer.
6949 (vc-update-change-log): Fix setd typo.
6950
6951 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6952 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6953
6954 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6955 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6956 CMP.
6957
6958 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6959 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6960 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6961
6962 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6963
6964 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6965 not possible, use vc-BACKEND-workfile-unchanged-p.
6966 (vc-default-workfile-unchanged-p): New function. Delegates to a
6967 full vc-BACKEND-diff.
6968
6969 * vc-hooks.el (vc-simple-command): Removed.
6970
6971 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6972 instead of vc-simple-command.
6973 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6974 avoid doing a diff when opening a file.
6975 (vc-rcs-state): Added check for unlocked-changes.
6976 (vc-rcs-header): Escape Id.
6977 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6978 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6979 version.
6980
6981 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6982 (vc-sccs-diff): Remove optional arg CMP.
6983 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6984 SCCS-specific function.
6985
6986 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6987 vc-simple-command.
6988
6989 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6990
6991 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6992 (with-vc-file, vc-merge): Use vc-editable-p.
6993 (vc-do-command): Remove unused var vc-file and fix the
6994 doubly-defined `status' var. Add a user message when starting an
6995 async command.
6996 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6997 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6998 Use with-current-buffer.
6999 (vc-buffer-sync): Use unless.
7000 (vc-next-action-on-file): If the file is 'edited by read-only,
7001 make it read-write instead of trying to commit.
7002 (vc-version-diff, vc-update-change-log): Use `setq
7003 default-directory' rather than `cd'.
7004 (vc-log-edit): Don't forget to set default-directory in the
7005 buffer.
7006
7007 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7008 (vc-sccs-state-heuristic): Use file-writable-p instead of
7009 comparing userids.
7010 (vc-sccs-checkout): Use `unless'.
7011
7012 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7013 of comparing userids.
7014 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7015 Simplify the logic by eliminating unreachable code.
7016 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7017 just do a recursive call if we need to retry.
7018 (vc-rcs-checkout): Handle the case where rcs is missing by making
7019 the buffer read-write if requested and re-signalling the error.
7020
7021 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7022
7023 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7024
7025 * vc-hooks.el (vc-handled-backends): Docstring change.
7026 (vc-ignore-vc-files): Mark obsolete.
7027 (vc-registered): Check vc-ignore-vc-files.
7028 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7029 vc-ignore-vc-files.
7030
7031 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7032
7033 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7034
7035 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7036 files since ange-ftp already has vc-registered return nil.
7037
7038 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7039 (vc-sccs-workfile-version): Use with-temp-buffer and new
7040 vc-parse-buffer and don't bother setting the property.
7041 (vc-sccs-add-triple): Use with-current-buffer and
7042 find-file-noselect.
7043 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7044
7045 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7046 derives from the old vc-parse-buffer but uses the revision number
7047 rather than the date (much easier to compare robustly).
7048 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7049 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7050 locking-user more directly. Check strict locking and set
7051 checkout-model appropriately.
7052 (vc-rcs-parse-locks): Remove.
7053 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7054 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7055 (vc-rcs-system-release): Use with-current-buffer and
7056 vc-parse-buffer.
7057 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7058
7059 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7060 (vc-simple-command): Docstring fix.
7061 (vc-registered): Align the way the file-handler is called with the
7062 way the function itself works.
7063 (vc-file-owner): Remove.
7064
7065 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7066 extraction of fields and call to file-attributes because of a
7067 temporary bug in rcp.el.
7068 (vc-cvs-fetch-status): Use with-current-buffer.
7069
7070 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7071
7072 * vc.el (vc-do-command): Use file-relative-name.
7073 (vc-responsible-backend): Use vc-backend if possible.
7074 (vc-create-snapshot): Improve the `interactive' spec. Add support
7075 for branches and dispatch to backend-specific `create-snapshot'.
7076 (vc-default-create-snapshot): New function, containing the bulk of
7077 the old vc-create-snapshot.
7078 (vc-retrieve-snapshot): Improve the interactive spec.
7079
7080 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7081 (vc-backend-hook-functions): Remove.
7082 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7083 (vc-backend): Reintroduce the test for `file = nil' now that I
7084 know why it was there (and added a comment to better remember).
7085
7086 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7087 code from vc-sccs-hooks.el.
7088 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7089 'vc anymore.
7090 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7091 and file-directory-p instead of file-exists-p.
7092 (vc-sccs-check-headers): Simplify the regexp.
7093
7094 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7095 from vc-rcs-hooks.el. Don't require 'vc anymore.
7096 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7097 file-directory-p instead of file-exists-p.
7098
7099 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7100 from vc-cvs-hooks.el.
7101 (proto vc-cvs-registered): Require 'vc-cvs instead of
7102 'vc-cvs-hooks. Don't require 'vc anymore.
7103 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7104 file-directory-p instead of file-exists-p.
7105 (vc-cvs-create-snapshot): New function, replacing
7106 vc-cvs-assign-name.
7107 (vc-cvs-assign-name): Remove.
7108
7109 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7110
7111 * vc-cvs.el (vc-cvs-header): New var.
7112
7113 * vc-rcs.el (vc-rcs-exists): Remove.
7114 (vc-rcs-header): New var.
7115
7116 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7117 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7118 (vc-sccs-header): New var.
7119
7120 * vc.el (vc-do-command): Get rid of the `last' argument.
7121 (vc-header-alist): Remove, replaced by vc-X-header.
7122 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7123 (vc-dired-hook): Use expand-file-name instead of concat.
7124 (vc-directory): Use file-name-as-directory.
7125 (vc-snapshot-precondition, vc-create-snapshot)
7126 (vc-retrieve-snapshot): Allow the command to operate on any
7127 directory.
7128
7129 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7130 just removing the 'WORKFILE argument or by removing the 'MASTER
7131 argument and replacing `file' with (vc-name file).
7132
7133 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7134
7135 * vc.el: Update Copyright and add a crude list of backend funs.
7136 (vc-writable-p): New function.
7137 (with-vc-file): Use vc-writable-p.
7138 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7139 (vc-register): Avoid vc-name.
7140 (vc-locking-user): Remove.
7141 (vc-steal-lock): Make the `owner' arg non-optional.
7142 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7143 vc-checkout-model.
7144 (vc-default-dired-state-info): Use vc-state instead of
7145 vc-locking-user and return special strings for special states.
7146 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7147 and get rid of one of the special CVS cases.
7148 (vc-cancel-version): prettify error message with \\[...].
7149 (vc-rename-master): New function.
7150 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7151 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7152 the CVS special case generic.
7153 (vc-default-record-rename): Remove.
7154 (vc-file-tree-walk-internal): Only call FUNC for files that are
7155 under control of some VC backend and replace `concat' with
7156 expand-file-name.
7157 (vc-file-tree-walk): Update docstring.
7158 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7159 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7160
7161 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7162 vc-sccs-record-rename. Use `find-file-noselect' rather than
7163 `find-file' and call `vc-rename-master' to do the actual move.
7164 (vc-sccs-diff): Remove unused `backend' variable.
7165
7166 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7167 to delay loading of vc-sccs until it is really used.
7168 (vc-sccs-master-templates): Preload.
7169 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7170 (vc-sccs-project-dir): Remove (merged into
7171 vc-sccs-search-project-dir).
7172 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7173 rather than `concat', make sure it is preloaded and don't bother
7174 to check that the file actually exists.
7175 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7176 `locks' argument (use buffer's content instead) and eliminate n^2
7177 behavior.
7178
7179 * vc-rcs.el: Update Copyright.
7180 (vc-rcs-rename-file): New function.
7181 (vc-rcs-diff): Remove unused `backend' variable.
7182
7183 * vc-hooks.el: Update Copyright.
7184 (vc-backend): Don't accept a nil argument any more.
7185 (vc-up-to-date-p): Turn into a defsubst.
7186 (vc-possible-master): New function.
7187 (vc-check-master-templates): Use `vc-possible-master' and allow
7188 funs in vc-X-master-templates to return a non-existent file.
7189
7190 * vc-cvs.el: Update Copyright.
7191 (vc-cvs-diff): Remove unused `backend' variable.
7192 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7193
7194 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7195
7196 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7197
7198 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7199 since it can be called from vc-rcs.el.
7200 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7201
7202 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7203
7204 * vc.el (vc-version-diff): Expand file name read from the
7205 minibuffer. Handle the case when a previous version number can't
7206 be guessed. Give suitable messages when there were no differences
7207 found.
7208 (vc-clear-headers): Call backend-specific implementation, if one
7209 exists.
7210 (vc-cancel-version): Made error checks generic. When done, clear
7211 headers generically, too.
7212
7213 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7214 from vc-clear-headers in vc.el.
7215
7216 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7217 correctly.
7218 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7219 optional. Handle the case when it's not there.
7220
7221 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7224
7225 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7226
7227 * vc-hooks.el (vc-loadup): Remove.
7228 (vc-find-backend-function): Use `require'. Also, handle the case
7229 where vc-BACKEND-hooks.el doesn't exist.
7230 (vc-call-backend): Cleanup.
7231
7232 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7233
7234 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7235 vc-rcs-grab-templates)
7236 (vc-rcs-registered): Remove. The default function works as well.
7237 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7238 vc-sccs-grab-templates)
7239 (vc-sccs-registered): Remove. The default function works as well.
7240
7241 * vc.el (vc-version-diff): Left out a vc- in call to
7242 vc-call-backend.
7243 (vc-default-dired-state-info, vc-default-record-rename)
7244 (vc-default-merge-news): Update for the new backend argument.
7245
7246 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7247 using the default function.
7248 (vc-call-backend): If calling the default function, pass it the
7249 backend as first argument. Update the docstring accordingly.
7250 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7251 for the new backend argument.
7252 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7253 (vc-find-backend-function): Use the new name.
7254 (vc-default-registered): New function.
7255
7256 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7257
7258 * vc.el (vc-merge): Use vc-find-backend-function.
7259
7260 * vc-hooks.el (vc-backend-functions): Remove.
7261 (vc-loadup): Don't setup 'vc-functions.
7262 (vc-find-backend-function): New function.
7263 (vc-call-backend): Use above fun and populate 'vc-functions
7264 lazily.
7265 (vc-backend-defines): Remove.
7266
7267 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7268
7269 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7270 Call vc-call-backend without the leading vc-.
7271 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7272 (vc-check-headers): Call vc-call-backend without the leading vc-.
7273 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7274 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7275 Call vc-call-backend without the leading vc-.
7276
7277 * vc-cvs.el (tail): Provide vc-cvs.
7278 * vc-sccs.el (tail): Provide vc-sccs.
7279 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7280
7281 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7282 (vc-make-backend-function, vc-call): Pass names without leading
7283 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7284 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7285 (vc-call-backend): Always try to load vc-X-hooks.
7286 (vc-registered): Remove vc- in call to vc-call-backend.
7287
7288 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7289
7290 * vc.el (vc-process-filter): New function.
7291 (vc-do-command): Setup `vc-process-filter' for the async process.
7292 (vc-maybe-resolve-conflicts): New function to reduce
7293 code-duplication. Additionally, it puts the buffer in
7294 `smerge-mode' if applicable.
7295 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7296 calling `merge-news'.
7297 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7298 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7299 interfacing to log-edit.el.
7300 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7301 log-edit is available.
7302 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7303
7304 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7305
7306 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7307 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7308 defvar and the initialization.
7309 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7310
7311 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7312 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7313
7314 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7315
7316 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7317
7318 * vc.el (vc-file-clear-masterprops): Removed.
7319 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7320 (vc-version-diff): Use buffer-size without argument.
7321 (vc-register): Heed vc-initial-comment.
7322
7323 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7324 default branch.
7325
7326 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7327 file name and workfile version.
7328 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7329
7330 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7331 vc-file-clear-masterprops.
7332
7333 * vc-sccs.el (vc-sccs-checkout): Removed call to
7334 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7335 rather than user login name.
7336
7337
7338 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7339
7340 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7341 `want-differences-if-changed' and simplify.
7342 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7343 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7344 output (which is invalid for async vc-diff) to decide whether to
7345 do the revert silently or not.
7346
7347 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7348
7349 * vc-hooks.el (vc-loadup): Load files quietly.
7350 (vc-call-backend): Oops, brain fart.
7351
7352 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7353
7354 * vc-cvs.el (vc-cvs-state): Typo.
7355 (vc-cvs-merge-news): Return the status code rather than the error msg.
7356
7357 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7358
7359 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7360 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7361 vc-state or vc-up-to-date-p.
7362 (vc-merge): Use vc-backend-defines to check whether merging is
7363 possible. Set state to 'edited after successful merge.
7364
7365 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7366 return that name. Redocumented.
7367
7368 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7369
7370 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7371 new `vc-state' semantics.
7372 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7373 'vc-locking-user to the current user.
7374 (vc-merge): Inline vc-backend-merge. Comment out code that I
7375 don't understand and hence can't adapt to the new `vc-state' and
7376 `vc-locking-user' semantics.
7377 (vc-backend-merge): Remove.
7378
7379 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7380 rather than 'vc-locking-user.
7381
7382 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7383
7384 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7385 (vc-state): Don't use 'reserved any more. Just use the same
7386 convention as the one used for vc-<backend>-state where the
7387 locking user (as a string) is returned.
7388 (vc-locking-user): Update, based on the above convention. The
7389 'vc-locking-user property has disappeared.
7390 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7391
7392 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7393 with a heuristic one.
7394 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7395 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7396 error. That allows us to get to 'needs-merge even in the
7397 stay-local case. There's still no way to detect 'needs-patch in
7398 such a setup (or to force an update for that matter).
7399 (vc-cvs-logentry-check): Remove, the default works as well.
7400
7401 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7402
7403 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7404
7405 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7406 major-mode in which the buffer might have been put earlier. Use
7407 `remove' and `when'. Allow `okstatus' to be `async' and use
7408 `start-process' in this case.
7409 (vc-version-diff): Handle the case where the diff looks empty
7410 because of the use of an async process.
7411
7412 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7413
7414 * vc.el (vc-next-action-on-file): Removed optional parameter
7415 `simple'. Recompute state unconditionally.
7416 (vc-default-toggle-read-only): Removed.
7417
7418 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7419 (vc-toggle-read-only): Undid prev change.
7420
7421 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7422 vc-cvs-simple-toggle. Redocumented.
7423 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7424 (vc-cvs-toggle-read-only): Removed.
7425
7426 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7427
7428 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7429 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7430 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7431 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7432 still is. So maybe it should be removed.
7433 (vc-head-version, vc-find-binary): Remove.
7434 (vc-recompute-state): Move from vc-hooks.el.
7435 (vc-next-action-on-file): Add a `simple' argument to allow
7436 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7437 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7438 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7439 (vc-dired-mode-map): Properly defvar it.
7440 (vc-print-log): Call log-view-mode if available.
7441 (small-temporary-file-directory): defvar instead of use boundp.
7442 (vc-merge-news): Moved to vc-cvs.el.
7443 (vc-default-merge-news): New function.
7444
7445 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7446 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7447 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7448 unknown `vc-latest-version' function. It should probably refer to
7449 vc-workfile-version or somesuch, but it's very unclear to me and I
7450 don't have SCCS to test things.
7451
7452 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7453 (vc-sccs-state-heuristic): Fix typo.
7454 (vc-sccs-workfile-unchanged-p): Add missing argument.
7455
7456 * vc-rcs.el: Require vc and vc-rcs-hooks.
7457 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7458 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7459 (vc-release-greater-or-equal-p): Move from vc.
7460 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7461 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7462 (vc-rcs-checkout): Add a missing `new-version' argument in the
7463 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7464
7465 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7466 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7467 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7468 than the apparently unbound `workfile-version'.
7469
7470 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7471 (vc-file-prop-obarray): Use `make-vector'.
7472 (vc-backend-functions): Add new hookable functions
7473 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7474 (vc-loadup): If neither backend nor default functions exist, use
7475 the backend function rather than nil.
7476 (vc-call-backend): If the function if not bound yet, try to load
7477 the non-hook file to see if it provides it.
7478 (vc-call): New macro plus use it wherever possible.
7479 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7480 nor `vc-find-binary' since it's only called from
7481 vc-mistrust-permission which is only used once the backend is known.
7482 (vc-checkout-model): Fix parenthesis.
7483 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7484
7485 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7486 (vc-cvs-release, vc-cvs-system-release): Remove.
7487 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7488 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7489 status symbols.
7490 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7491 (vc-cvs-toggle-read-only): First cut at a function to allow a
7492 cvs-status-free vc-toggle-read-only.
7493 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7494 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7495 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7496 (vc-cvs-checkout): Modify access rights directly if the user
7497 requested not to use `cvs edit'. And refresh the mode line.
7498
7499 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7500 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7501
7502 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7503
7504 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7505 workfile' that got lost when the code was extracted from vc.el.
7506 And merged the tail with the rest of the code (not possible in the
7507 old vc.el where the tail was shared among all backends). And
7508 explicitly set the state to 'edited if `writable' is set.
7509
7510 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7511 (vc-cvs-state): Be careful to return the value from
7512 vc-cvs-parse-state.
7513 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7514 property but return it instead. Also be careful to handle a nil
7515 or "" `rev' when workfile is non-nil (it was handled properly when
7516 workfile was nil).
7517
7518 * vc.el: Removed those pesky unnecessary `(function' quotes.
7519 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7520 directly in the defvar.
7521 (vc-do-command): Bind inhibit-read-only so as to properly handle
7522 the case where the destination buffer has been made read-only.
7523 (vc-diff): Delegate to vc-version-diff in all cases.
7524 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7525 (vc-annotate-mode-variables): Removed (code moved partly to
7526 defvars and partly to vc-annotate-add-menu).
7527 (vc-annotate-mode): Turned into a derived-mode.
7528 (vc-annotate-add-menu): Moved in code in
7529 vc-annotate-mode-variables.
7530 (vc-update-change-log): Use make-temp-file if available.
7531
7532 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7533
7534 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7535 `vc-checkout-model' updated to `vc-cvs-update-model'.
7536
7537 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7538
7539 * vc.el (vc-next-action-on-file): Added handling of state
7540 `unlocked-changes'.
7541 (vc-checkout-carefully): Is now practically obsolete, unless the
7542 above is too slow to be enabled unconditionally.
7543 (vc-update-change-log): Fixed typo.
7544
7545 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7546
7547 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7548 Now handles state `unlocked-changes'.
7549 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7550
7551 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7552
7553 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7554 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7555 `unlocked-changes'.
7556 (vc-rcs-workfile-unchanged-p): Renamed from
7557 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7558 function yet, but supposed to become one soon.
7559
7560 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7561 `vc-steal-lock'.
7562 (vc-call-backend): Changed error message.
7563 (vc-state): Added description of state `unlocked-changes'.
7564
7565 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7566
7567 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7568 always return t in CVS-controlled directories.
7569
7570 * vc.el (vc-responsible-backend): New function.
7571 (vc-register): Largely rewritten.
7572 (vc-admin): Removed (implementation moved into vc-register).
7573 (vc-checkin): Redocumented.
7574 (vc-finish-logentry): If no backend defined yet (because we are in
7575 the process of registering), use the responsible backend.
7576
7577 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7578 Updated function lists.
7579 (vc-call-backend): Fixed typo.
7580
7581 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7582 New functions.
7583 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7584 Removed query option. Redocumented.
7585
7586 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7587
7588 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7589
7590 * vc.el: Updated callers of `vc-checkout-required' to use
7591 `vc-checkout-model'.
7592
7593 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7594
7595 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7596 stuff updated to reference this function instead of the old
7597 `vc-backend-release-p'.
7598
7599 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7600
7601 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7602 vc-checkout-model. Return appropriate values. Updated callers.
7603
7604 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7605
7606 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7607 (vc-backend-revert): Function moved into `vc-revert';
7608 `vc-next-action' must be updated to accomodate this change.
7609 (vc-backend-steal): Function moved into `vc-finish-steal'.
7610 (vc-backend-logentry-check): Function moved into
7611 `vc-finish-logentry'.
7612 (vc-backend-printlog): Function moved into `vc-print-log'.
7613 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7614 (vc-backend-assign-name): Function moved into
7615 `vc-create-snapshot'.
7616
7617 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7618
7619 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7620 Rename to vc-checkout-model. Return appropriate values.
7621 Update callers.
7622
7623 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7624 to vc-checkout-model.
7625 (vc-checkout-required): Rename to vc-checkout-model.
7626 Re-implement and re-comment.
7627 (vc-after-save): Use vc-checkout-model.
7628
7629 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7630
7631 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7632 Update to use the vc-BACKEND-diff functions instead.
7633 `vc-diff' is now working.
7634
7635 * vc-rcs.el (vc-rcs-logentry-check): New function.
7636
7637 * vc-cvs.el (vc-cvs-logentry-check): New function.
7638
7639 * vc-sccs.el (vc-sccs-diff): Function changed name from
7640 `vc-backend-diff'. This makes `vc-diff' work.
7641
7642 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7643 of functions possibly implemented in a vc-BACKEND library.
7644 (vc-checkout-required): Fix bug that caused an error to be
7645 signaled during `vc-after-save'.
7646
7647 * vc.el: Fix typo.
7648 This checkin is made with our new VC code base for the very first time.
7649 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7650
7651 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7652 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7653
7654 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7655 updated to `vc-uses-locking'.
7656 (vc-checkout-required): Call to backend function.
7657 `vc-checkout-required' updated to `vc-uses-locking' instead.
7658
7659 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7660 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7661
7662 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7663 to match the split into various backends.
7664 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7665 (vc-retrieve-snapshot): Bug fix.
7666
7667 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7668
7669 * vc-sccs.el (vc-sccs-release): Doc fix.
7670
7671 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7672
7673 * vc.el (vc-next-action-on-file): Bug found and fixed.
7674 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7675 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7676
7677 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7678 (vc-rcs-checkout): Name space cleaned up. No more revision number
7679 crunching function names that are not prefixed with vc-rcs.
7680 (vc-rcs-checkout-model): Function added. References to
7681 `vc-checkout-model' replaced.
7682
7683 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7684
7685 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7686 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7687 still need to be split, and implemented for RCS).
7688
7689 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7690
7691 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7692
7693 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7694 required by the vc.el file.
7695
7696 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7697 required by the vc.el file.
7698 (vc-rcs-exists): Function added.
7699
7700 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7701 required by the vc.el file.
7702
7703 * vc.el (vc-admin): Updated to handle selection of appropriate
7704 backend. Current implementation is crufty and need re-thinking.
7705
7706 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7707
7708 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7709
7710 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7711 beginning of annotate buffers correctly.
7712
7713 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7714 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7715 functionality updated quite a lot to support multiple backends.
7716 Variables `vc-annotate-mode', `vc-annotate-buffers',
7717 `vc-annotate-backend' added.
7718
7719 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7720 `vc-annotate-difference' added to supported backend functions.
7721
7722 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7723
7724 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7725 Use with-temp-file instead of /bin/sh. Merged from mainline
7726
7727 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7728
7729 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7730
7731 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7732
7733 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7734
7735 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7736
7737 * vc-hooks.el: vc-state-heuristic added to
7738 vc-backend-hook-functions.
7739
7740 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7741
7742 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7743
7744 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7745 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7746 state to `reserved'.
7747
7748 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7749 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7750
7751 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7752
7753 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7754 untouched.
7755
7756 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7757
7758 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7759 if defined. (Merged from main line, slightly adapted.)
7760
7761 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7762 millenium problem (merged from mainline).
7763
7764 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7765
7766 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7767 part and moved the non-BACKEND stuff to vc.el.
7768
7769 * vc.el: Split the annotate feature into a BACKEND specific part
7770 and moved it from the vc-cvs.el file to this one.
7771
7772 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7773
7774 * vc-hooks.el: Implement new state model.
7775 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7776 (vc-locking-user): Simplify. Now only needed if the file is
7777 locked by somebody else.
7778 (vc-lock-from-permissions): Remove. Functionality is in
7779 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7780 (vc-mode-line-string): New name for former vc-status. Adapted.
7781 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7782
7783 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7784 Various simplifications and adaptations all over the place.
7785
7786 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7787 Simplify and adapt the rest.
7788
7789 * vc.el (vc-resynch-window): Add TODO comment: check for
7790 interaction with view mode according to recent RCS change.
7791 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7792
7793 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7794
7795 * vc.el: Convert the remaining function comments to docstrings.
7796
7797 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7798
7799 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7800 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7801 (vc-minor-part, vc-previous-version): Functions that operate and
7802 compare revision numbers got proper documentation. Comments added
7803 about their possible removal.
7804
7805 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7806
7807 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7808 the vc-backend.el files.
7809
7810 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7811
7812 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7813 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7814 (vc-rcs-previous-version): Functions added.
7815
7816 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7817
7818 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7819
7820 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7821
7822 * vc-hooks.el (vc-master-templates): Is really obsolete.
7823 Comment out the definition for now. What is the right procedure
7824 to get rid of it?
7825 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7826 rewritten.
7827 (vc-default-registered): Remove.
7828 (vc-check-master-templates): New function; does mostly what the
7829 above did before.
7830 (vc-locking-user): Don't rely on the backend to set the property.
7831
7832 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7833 Rewrite documentation.
7834 (vc-rcs-templates-grabbed): New variable.
7835 (vc-rcs-grab-templates): New function.
7836 (vc-rcs-registered): Rewrite to use above mechanism.
7837
7838 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7839 Rewrite documentation.
7840 (vc-sccs-templates-grabbed): New variable.
7841 (vc-sccs-grab-templates): New function.
7842 (vc-sccs-registered): Rewrite to use above mechanism.
7843 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7844 Don't throw the result, simply return it.
7845
7846 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7847 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7848 (vc-cvs-registered): Does the check itself now. Simplify.
7849
7850 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7851 from main line.
7852
7853 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7854
7855 * vc-cvs.el (vc-cvs-diff): New function.
7856
7857 * vc-sccs.el (vc-sccs-diff): New function.
7858
7859 * vc-rcs.el (vc-rcs-diff): New function.
7860 (vc-rcs-checkout): Bug (typo) found and fixed.
7861 (vc-rcs-register-switches): New variable.
7862
7863 * vc.el (vc-backend-diff): Function removed and placed in the
7864 backend files.
7865
7866 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7867
7868 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7869
7870 * vc.el (vc-backend-checkout): Function removed and replaced in
7871 the vc-backend.el files.
7872
7873 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7874
7875 * vc.el (vc-backend-admin): Removed and replaced in the
7876 vc-backend.el files.
7877
7878 * vc.el (Martin): Removed all the annotate functionality since it
7879 is CVS backend specific.
7880
7881 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7882
7883 * spec.txt: Added specification of vc-state.
7884
7885 * vc-sccs-hooks.el (vc-sccs-master-properties):
7886 Remove handling of vc-latest-version and
7887 vc-your-latest-version. What used to be vc-latest-version, is now
7888 returned as vc-workfile-version.
7889 (vc-sccs-workfile-version): Adapt.
7890
7891 2000-09-04 Dave Love <fx@gnu.org>
7892
7893 * vc.el: [Merged from mainline.]
7894 (vc-dired-mode): Make the dired-move-to-filename-regexp
7895 regexp match the date, to avoid treating date as file size.
7896 Add YYYY S option to WESTERN/
7897
7898 2000-09-04 Dave Love <fx@gnu.org>
7899
7900 * vc.el: Require `compile' when compiling.
7901 (vc-logentry-check-hook): New option.
7902 (vc-steal-lock): Use compose-mail.
7903 (vc-dired-mode-map): Defvar when compiling.
7904 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7905 vc-sccs.el and renamed. Callers changed.
7906 (vc-backend-checkout, vc-backend-logentry-check)
7907 (vc-backend-merge-news): Doc fix.
7908 (vc-default-logentry-check): New function.
7909 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7910 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7911 (vc-backend-merge): Doc fix. Use backend functions.
7912 (vc-check-headers): Use backend functions.
7913
7914 * vc-cvs.el: Require vc when compiling.
7915 (vc-cvs-register-switches): Doc fix.
7916 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7917 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7918 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7919 New functions (code from vc.el).
7920 (vc-annotate-display-default): Fix interactive spec.
7921 (vc-annotate-time-span): Doc fix.
7922
7923 * vc-rcs.el: Require vc when compiling.
7924 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7925 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7926 (vc-rcs-checkin): New functions (code from vc.el).
7927 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7928 Doc fix.
7929 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7930
7931 * vc-sccs.el: Require vc when compiling.
7932 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7933 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7934 (vc-sccs-revert)
7935 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7936 from vc.el).
7937 (vc-sccs-add-triple, vc-sccs-record-rename)
7938 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7939 (vc-sccs-admin): Doc fix.
7940
7941 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7942
7943 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7944 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7945 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7946 from vc.el.
7947
7948 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7949
7950 * vc-cvs.el: Moved the annotate functionality from vc.el.
7951 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7952
7953 2000-09-04 Dave Love <fx@gnu.org>
7954
7955 * vc.el (vc-backend-release): Call vc-system-release.
7956
7957 * vc-sccs.el (vc-sccs-system-release):
7958 Renamed from vc-sccs-backend-release.
7959
7960 * vc-rcs.el (vc-rcs-system-release):
7961 Renamed from vc-rcs-backend-release.
7962
7963 * vc-cvs.el (vc-cvs-system-release):
7964 Renamed from vc-cvs-backend-release.
7965
7966 2000-09-04 Dave Love <fx@gnu.org>
7967
7968 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7969 backend files.
7970 (vc-backend-release): Dispatch to backend functions.
7971 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7972 probably needs attention.]
7973
7974 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7975 (vc-sccs-backend-release): New function.
7976
7977 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7978 (vc-cvs-backend-release): New function.
7979
7980 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7981 Doc fix.
7982 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7983 (vc-default-dired-state-info): New function.
7984 (vc-dired-state-info): Dispatch to backends.
7985 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7986
7987 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7988 from vc.el and renamed.
7989
7990 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7991
7992 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7993 (vc-version-other-window, vc-backend-assign-name): Removed
7994 references to vc-latest-version; sometimes changed into
7995 vc-workfile-version.
7996
7997 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7998 vc-rcs-master-workfile-version.
7999 (vc-rcs-workfile-version): Use the above. Don't call
8000 vc-latest-version (that was unreachable code, anyway).
8001 (vc-rcs-fetch-master-properties): Doc fix.
8002
8003 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8004 (vc-backend-hook-functions): Removed them from this list, too.
8005 (vc-fetch-properties): Removed.
8006 (vc-workfile-version): Doc fix.
8007
8008 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8009 (vc-rcs-workfile-version, vc-rcs-locking-user)
8010 (vc-rcs-uses-locking): Use it.
8011
8012 * vc-hooks.el (vc-consult-rcs-headers):
8013 Moved into vc-rcs-hooks.el, under the name
8014 vc-rcs-consult-headers.
8015
8016 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8017 headers.
8018 (vc-cvs-find-master): Use this name only; correct different
8019 versions of the name.
8020
8021 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8022 New functions.
8023 (vc-sccs-locking-user): Use the latter.
8024
8025 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8026 New functions.
8027
8028 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8029 Moved into both
8030 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8031 functions are implementation details of those two backends.
8032
8033 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8034
8035 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8036 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8037
8038 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8039 (vc-sccs-parse-locks): SCCS-specific code moved here from
8040 vc-hooks.
8041
8042 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8043 code moved here from vc-hooks.
8044
8045 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8046 into back-end specific parts and removed. Callers not updated
8047 yet; because I guess these callers will disappear into back-end
8048 specific files anyway.
8049
8050 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8051
8052 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8053 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8054 `vc-uses-locking'.
8055
8056 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8057 Store yes/no in the property, and return t/nil. Updated all
8058 callers.
8059
8060 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8061 vc-sccs-uses-locking. Don't set property.
8062 (vc-sccs-locking-user): Don't set property.
8063
8064 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8065 vc-cvs-uses-locking. Don't set property here; leave that to
8066 vc-hooks.
8067 (vc-cvs-locking-user): Reflect above change. Streamlined.
8068
8069 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8070 vc-rcs-uses-locking.
8071 (vc-rcs-locking-user): Reflect above change.
8072
8073 2000-09-04 Dave Love <fx@gnu.org>
8074
8075 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8076
8077 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8078
8079 * vc-hooks.el (vc-checkout-model): Punt to backends.
8080
8081 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8082
8083 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8084
8085 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8086 New functions.
8087
8088 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8089 New functions.
8090
8091 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8092 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8093
8094 * vc-hooks.el (vc-default-locking-user): New function.
8095 (vc-locking-user, vc-workfile-version): Punt to backends.
8096
8097 2000-09-04 Dave Love <fx@gnu.org>
8098
8099 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8100 (vc-master-workfile-version): Moved from vc-hooks.
8101
8102 * vc-rcs-hooks.el: Fix duplicate code in last change.
8103
8104 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8105 (vc-rcs-master-templates): Improve :type.
8106 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8107 vc-master-workfile-version): Moved from vc-hooks.
8108
8109 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8110 (vc-sccs-master-templates): Improve :type.
8111 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8112
8113 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8114
8115 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8116 (vc-cvs-master-templates): Improve :type. Use
8117 vc-cvs-find-cvs-master.
8118 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8119 from vc-hooks.
8120 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8121
8122 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8123 Moved to vc-cvs-hooks.
8124
8125 * vc-hooks.el: Add doc strings in various places. Simplify the
8126 minor mode setup.
8127 (vc-handled-backends): New user variable.
8128 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8129 simplification.
8130
8131 2000-09-04 Dave Love <fx@gnu.org>
8132
8133 * vc.el: Some doc fixes for autoloaded and interactive functions.
8134 Fix compilation warnings from ediff stuff.
8135 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8136
8137 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8138
8139 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8140
8141 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8142
8143 2000-09-04 Dave Love <fx@gnu.org>
8144
8145 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8146 New variable.
8147 (vc-make-backend-function, vc-loadup, vc-call-backend)
8148 (vc-backend-defines): New functions.
8149
8150 * vc-hooks.el: Various doc fixes.
8151 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8152 (vc-match-substring): Function removed. Callers changed to use
8153 match-string.
8154 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8155 Simplify.
8156
8157 2000-09-04 Dave Love <fx@gnu.org>
8158
8159 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8160 type.
8161 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8162 (vc-sccs-registered): Doc fix.
8163
8164 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8165 (vc-cvs-registered): Doc fix.
8166
8167 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8168 (vc-rcs-registered): Doc fix.
8169
8170 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8171
8172 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8173
8174 * vc-hooks.el: vc-registered has been renamed
8175 vc-default-registered. Some functions have been moved to the
8176 backend specific files. they all support the
8177 vc-BACKEND-registered functions.
8178
8179 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8180
8181 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8182
8183 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8184
8185 2000-09-04 Dave Love <fx@gnu.org>
8186
8187 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8188 menu-bar-update-hook.
8189
8190 * help.el (help-manyarg-func-alist): Add
8191 find-operation-coding-system.
8192
8193 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8194
8195 * custom.el (custom-set-variables): Print message about errors in
8196 setting.
8197
8198 2000-09-03 Andrew Innes <andrewi@gnu.org>
8199
8200 * makefile.w32-in: Change to DOS line endings.
8201
8202 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8203
8204 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8205 minor-mode keymaps, if they don't have one.
8206
8207 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8208
8209 * eshell/esh-module.el (eval-when-compile): Don't lose if
8210 esh-module.el's file name is truncated to DOS 8+3 limits.
8211
8212 2000-09-01 John Wiegley <johnw@gnu.org>
8213
8214 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8215 predicate, which caused entries in the completion list to be
8216 doubled.
8217
8218 2000-08-30 John Wiegley <johnw@gnu.org>
8219
8220 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8221 sending to subprocesses. Also, hook pre-command-hook if
8222 `eshell-send-direct-to-subprocesses' is non-nil.
8223 (eshell-send-direct-to-subprocesses): New config variable. If t,
8224 subprocess input is send immediately.
8225 (eshell-toggle-direct-send): New function.
8226 (eshell-self-insert-command): New function.
8227 (eshell-intercept-commands): New function.
8228 (eshell-send-input): If direct subprocess sending is enabled,
8229 don't echo any input to the Eshell buffer. Let the subprocess
8230 handle that. This requires "stty echo" in bash, for example.
8231
8232 2000-08-28 John Wiegley <johnw@gnu.org>
8233
8234 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8235 completion function for Eshell's implementation of `unset'.
8236
8237 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8238
8239 * info.el (Info-directory-list): Doc fix.
8240
8241 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8242
8243 * filecache.el (file-cache-add-directory-using-find): Don't quote
8244 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8245
8246 2000-08-31 Kenichi Handa <handa@etl.go.jp>
8247
8248 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8249 coding systems.
8250
8251 2000-08-30 Andrew Innes <andrewi@gnu.org>
8252
8253 * timer.el (run-with-idle-timer): Undo last change, so that timer
8254 is not activated immediately if Emacs is already idle. Some
8255 existing code relies on this behaviour.
8256
8257 2000-08-30 Miles Bader <miles@gnu.org>
8258
8259 * frame.el (set-frame-font): Do completion of font-name for
8260 interactive use.
8261
8262 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8263
8264 * international/quail.el (quail-start-translation): Bind locally
8265 last-command-event, last-command, and this-command.
8266 (quail-start-conversion): Likewise.
8267 (quail-self-insert-command): Fix docstring.
8268
8269 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8270
8271 * progmodes/executable.el
8272 (executable-make-buffer-file-executable-if-script-p): Check that
8273 buffer contains at least 2 characters.
8274
8275 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8276
8277 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8278
8279 2000-08-29 Dave Love <fx@gnu.org>
8280
8281 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8282 (diff-mode-shared-map): Bind mouse-2.
8283 (diff-imenu-generic-expression): New variable.
8284 (diff-mode): Use it.
8285
8286 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8287 (mouse-popup-menubar): Add minor mode menus.
8288 (popup-menu): Check for lookup-key returning number.
8289
8290 2000-08-29 Miles Bader <miles@gnu.org>
8291
8292 * comint.el (comint-send-input): Create overlays using the proper
8293 front/read-advance arguments.
8294
8295 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8296
8297 * ps-print.el: Even/odd pages printing. Doc fix.
8298 (ps-print-version): New version number (6.0).
8299 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8300 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8301 (ps-print-duplex-feature): Variable eliminated.
8302 (ps-even-or-odd-pages): New variable.
8303
8304 * progmodes/ebnf2ps.el: Doc fix.
8305 (ebnf-version): New version (3.3).
8306 (ebnf-user-arrow): Change variable customization to sexp.
8307 (ebnf-user-arrow): Function eliminated.
8308 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8309
8310 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8311
8312 * help.el (help-xref-mule-regexp): New variable.
8313 (help-make-xrefs): Handle help-xref-mule-regexp.
8314
8315 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8316 variable.
8317 (describe-input-method): Temporarily activate the specfied input
8318 method to display the information.
8319 (describe-language-environment): Hyperlinks to mule related items.
8320
8321 * international/mule-diag.el (charset-multibyte-form-string): New
8322 function.
8323 (list-character-sets-1): Use charset-multibyte-form-string.
8324 (describe-character-set): New function.
8325 (describe-coding-system): Hyperlinks to safe character sets.
8326
8327 * international/quail.el (quail-help): New arg PACKAGE.
8328 Hyperlinks to mule related items.
8329 (quail-help-insert-keymap-description): Use
8330 substitute-command-keys instead of describe-bindings.
8331 (quail-translation-help): Hyperlinks to mule related items.
8332
8333 2000-08-28 John Wiegley <johnw@gnu.org>
8334
8335 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8336 have a defsubst call itself. Made `eshell-flatten-list' back into
8337 a function again.
8338
8339 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8340 catch, in case re-centering point at bottom messes up the display.
8341 This happens frequently in Emacs 21, due I believe to variable
8342 line heights.
8343
8344 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8345 to call `find-tag-interactive'.
8346
8347 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8348 the list of remember directories.
8349
8350 2000-08-28 John Wiegley <johnw@gnu.org>
8351
8352 * align.el: Test align-region-separate to see if it's a symbol.
8353
8354 2000-08-28 John Wiegley <johnw@gnu.org>
8355
8356 * eshell/esh-util.el (eshell-flatten-list): Made this function
8357 into a defsubst form. It gets used very frequently, although
8358 calls don't occur all that often.
8359
8360 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8361 examining it.
8362
8363 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8364 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8365 `eshell-protect'.
8366 (eshell-copy-handles): Created a new macro for duplicating the
8367 current set of open handles. This is needed by the looping
8368 functions.
8369 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8370 is not incorrectly stomped on.
8371
8372 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8373 declaration for pcomplete-use-paring.
8374 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8375 value of eshell-cmpl-use-paring.
8376 * pcomplete.el (pcomplete-use-paring): New config variable, to
8377 indicate whether paring should be used.
8378 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8379 completion alternatives that have already been used.
8380
8381 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8382 bound to C-c C-y, which will repeat the previous N arguments
8383 (based on prefix argument).
8384 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8385
8386 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8387 if there is no *Help* buffer. This is for XEmacs, which renames
8388 its help buffers uniquely. TODO: Find out what the current buffer
8389 name to delete is.
8390
8391 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8392 first entry that correlates to a passwd/group number. Later
8393 entries (used for group/user name aliasing to multiple IDs) are
8394 ignored.
8395
8396 * eshell/em-xtra.el (eshell/expr):
8397 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8398 (eshell-grep, eshell/diff, eshell/locate):
8399 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8400 argument list, before passing it to the system command.
8401
8402 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8403 `find-tag' for use at final position in Eshell buffers (which
8404 otherwise triggers an error on Emacs 21).
8405 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8406 buffer, if it is currently bound to `find-tag'.
8407
8408 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8409 in the list of matched Makefile names.
8410 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8411 directory, prefer its contents to Makefile.
8412
8413 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8414 directory parts (like "cd old new", or "cd =regexp"), are now case
8415 sensitive on non-Windows/DOS platforms.
8416
8417 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8418 types RET after an open delimiter (like "), display a message
8419 indicating that Eshell is waiting for the closing delimiter.
8420
8421 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8422 environment variables.
8423
8424 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8425 gracefully if the user enters incorrect arguments.
8426
8427 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8428 Eshell buffers.
8429
8430 * eshell/esh-var.el (eshell-interpolate-variable):
8431 * eshell/esh-mode.el (eshell-move-argument):
8432 * eshell/em-unix.el (eshell-du-sum-directory):
8433 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8434 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8435 (not (= ...)).
8436
8437 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8438 to ensure the `preserve' flag gets propagated when doing recursive
8439 directory copies.
8440
8441 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8442
8443 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8444 Don't convert \n into \0177 in memory.
8445 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8446 and back again, when reading and writing.
8447
8448 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8449
8450 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8451 testing of `fboundp' on `processp'.
8452
8453 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8454 (eshell/jobs): Don't call process-list if it is not bound.
8455 (eshell-gather-process-output): Support systems where async
8456 subprocesses aren't supported.
8457 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8458 variables.
8459
8460 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8461 eshell-do-eval returns t.
8462 (eshell-do-pipelines-synchronously): New defmacro.
8463 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8464 when async subprocesses aren't supported.
8465 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8466 if async subprocesses aren't supported.
8467 (eshell-resume-command): Don't assume STATUS is a string.
8468
8469 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8470
8471 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8472 (eshell-close-target, eshell-get-target): Use eshell-processp.
8473 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8474 fix.
8475 (eshell-get-target, eshell-create-handles): Doc fix.
8476
8477 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8478
8479 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8480 criterion to include commands that output something, as long as it
8481 leaves both the command and the end-of-buffer visible when the
8482 command has exited.
8483 (eshell-review-quick-commands): Adjust the help doc string
8484 accordingly.
8485
8486 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8487
8488 * locate.el (locate): Cleaned up locate command's interactive prompting
8489 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8490
8491 * filecache.el (file-cache-case-fold-search): New variable
8492 (file-cache-assoc-function): New variable
8493 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8494 Use file-cache-case-fold-search variable
8495 (file-cache-add-file): Use file-cache-assoc-function
8496 (file-cache-delete-file): likewise
8497 (file-cache-directory-name): likewise
8498 (file-cache-debug-read-from-minibuffer): likewise
8499
8500 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8501
8502 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8503 (abbrev-table-name): New function.
8504 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8505 If non-nil list local abbrev, only.
8506
8507 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8508
8509 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8510 from Gnus support code, and use special article copy buffer
8511 `(gnus-original-article-buffer)' instead. This allows to get rid
8512 of article-hide-headers usage (which breaks in the latest Gnus
8513 version). Thanks to Detlev Zundel.
8514
8515 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8516
8517 * international/quail.el (quail-use-package): Hide "... loaded"
8518 message.
8519 (quail-start-translation, quail-start-conversion): Likewise.
8520
8521 * international/kkc.el (kkc-region): Hide "... loaded" message.
8522
8523 2000-08-27 Dave Love <fx@gnu.org>
8524
8525 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8526
8527 2000-08-27 Miles Bader <miles@gnu.org>
8528
8529 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8530
8531 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8532
8533 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8534 'ja-dic-cnv), not (require 'skkdic-cnv).
8535
8536 2000-08-26 Miles Bader <miles@gnu.org>
8537
8538 * faces.el (face-x-resources): Add entry for :inherit.
8539 * cus-face.el (custom-face-attributes): Add support for :inherit
8540 attribute. Add support for relative face heights.
8541 (custom-face-attributes-get): Treat `nil' as being a default value
8542 for :inherit (as well as `unspecified').
8543
8544 * faces.el (set-face-attribute): Update doc string.
8545 (face-attribute-name-alist): Add :inherit.
8546 (face-valid-attribute-values): Handle :inherit.
8547 (face-read-string): Rephrase prompt to be less confusing.
8548 Assume that DEFAULT is a string, since we must return a string.
8549 (face-read-integer): Use `format' to turn DEFAULT into an
8550 acceptable default for face-read-string. Match NEW-VALUE against
8551 the string "unspecified", not the symbol `unspecified', since
8552 that's what face-read-string returns.
8553 (read-face-attribute): Lookup a name for old-value in valid, and
8554 use it as a default if we find one. Treat all values from
8555 face-read-string as strings. If the default is used, don't do any
8556 more processing on the value, just use the old value directly.
8557 (read-face-and-attribute, modify-face): Tweak prompt.
8558 (read-face-name): Don't assume prompt ends with a space.
8559
8560 * faces.el (describe-face): Add support for :inherit attribute.
8561
8562 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8563
8564 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8565 concat doesn't accept interger.
8566
8567 * international/kkc.el: Remove SKK from Keywords. Require
8568 ja-dic-utl instead of skkdic-utl.
8569
8570 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8571 Provide ja-dic-cnv instead of skkdic-cnv.
8572 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8573 (iso-2022-7bit-short): Add safe-charsets property.
8574 (skkdic-convert-postfix): Search Japanese chou-on character in
8575 addition to Hiragana character.
8576 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8577 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8578 (batch-skkdic-convert): Likewise.
8579
8580 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8581 Provide ja-dic-utl instead of skkdic-utl.
8582 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8583
8584 2000-08-24 Dave Love <fx@gnu.org>
8585
8586 * disp-table.el (standard-display-default): Make the test of `l'
8587 useful.
8588
8589 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8590 mod sample text.
8591
8592 * international/iso-ascii.el: Make pilcrow convenient string
8593 consistent with section.
8594 (iso-ascii-display): Set up multibyte characters as well as
8595 unibyte.
8596
8597 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8598
8599 * international/mule-cmds.el (reset-language-environment): Set
8600 default-process-coding-system to '(undecided . iso-latin-1), which
8601 makes process I/O almost consistent with file I/O. Call this
8602 function when mule-cmds.el[c] is loaded.
8603
8604 2000-08-22 Andrew Innes <andrewi@gnu.org>
8605
8606 * makefile.w32-in: New file.
8607
8608 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8609
8610 * comint.el (comint-output-filter): Compare end of
8611 comint-last-output-overlay with the start of the newly inserted
8612 text, not the end, when deciding whether to extend it.
8613 Set saved-point's insertion type to advance after insertion.
8614
8615 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8616 since this is now done independently of font-lock mode.
8617
8618 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8619
8620 * server.el (server-kill-new-buffers): New user option.
8621 (server-existing-buffer): New buffer-local variable.
8622 (server-visit-files): When using an existing buffer, set
8623 server-existing-buffer to t.
8624 (server-buffer-done): If server-kill-new-buffers is t, kill the
8625 buffer, unless it was already present before visiting it with
8626 Emacs server.
8627
8628 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8629
8630 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8631 even if the display doesn't support colors: some displays will
8632 support bold/underline faces.
8633
8634 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8635
8636 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8637
8638 * startup.el (command-line): If user's init file had an error,
8639 add explanatory text to *Messages*.
8640
8641 2000-08-21 Kenichi Handa <handa@etl.go.jp>
8642
8643 * man.el (Man-getpage-in-background): Decode the process output by
8644 the system locale coding system.
8645
8646 2000-08-20 Dave Love <fx@gnu.org>
8647
8648 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8649 Don't test x-popup-menu.
8650 (function) <complete-function>: Complete only fbound symbols.
8651 <validate, value>: New.
8652 (variable) <complete-function>: Complete only bound symbols.
8653 (coding-system): Add :base-only, :complete-function, :validate,
8654 :value, :prompt-match.
8655 (widget-coding-system-prompt-value): Use read-coding-system and
8656 act on :base-only.
8657 (editable-field): Add :help-echo.
8658 (widget-push-button-gui, widget-push-button-cache)
8659 (widget-gui-action, widget-editable-list-gui): COmment out, along
8660 with uses.
8661 (widget-at): Make arg optional.
8662 (widget-echo-help): Adjust for current help-echo calling sequence.
8663 (widget-specify-field, widget-specify-button)
8664 (widget-specify-insert, widget-get-sibling, widget-image-find)
8665 (widget-convert, widget-insert, widget-leave-text)
8666 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8667 (widget-setup, widget-field-find, widget-before-change)
8668 (widget-after-change, widget-default-complete)
8669 (widget-default-create, widget-default-delete)
8670 (widget-push-button-value-create, editable-field)
8671 (widget-field-prompt-value, widget-field-validate)
8672 (widget-choice-value-create, widget-choice-action)
8673 (widget-choice-validate, widget-checklist-add-item)
8674 (widget-radio-add-item, widget-radio-chosen)
8675 (widget-radio-value-inline, widget-editable-list-value-create)
8676 (widget-editable-list-entry-create)
8677 (widget-documentation-link-add)
8678 (widget-documentation-string-value-create)
8679 (widget-regexp-validate, widget-file-complete)
8680 (widget-sexp-validate, widget-plist-convert-widget)
8681 (widget-plist-convert-widget, widget-alist-convert-widget)
8682 (widget-alist-convert-widget, widget-color-complete): Simplify,
8683 particularly to avoid bindings which aren't optimized out.
8684
8685 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8686 Doc fix.
8687 (down-list, backward-up-list, up-list, kill-sexp)
8688 (backward-kill-sexp, mark-sexp): Make arg optional.
8689 (lisp-complete-symbol): Add optional arg PREDICATE.
8690
8691 * cus-start.el: Add display-buffer-reuse-frames,
8692 file-coding-system-alist.
8693
8694 2000-08-20 Gerd Moellmann <gerd@gnu.org>
8695
8696 * startup.el (command-line): Clear realized faces after
8697 modifying TTY color mappings.
8698
8699 2000-08-20 Miles Bader <miles@gnu.org>
8700
8701 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8702 merely a subset of FACE's attributes.
8703
8704 2000-08-19 Miles Bader <miles@gnu.org>
8705
8706 * comint.el (comint-output-filter): Save the point with a marker,
8707 not just a buffer position.
8708
8709 * international/mule.el (set-buffer-process-coding-system): Make
8710 interactive prompt less confusing.
8711
8712 2000-08-19 Gerd Moellmann <gerd@gnu.org>
8713
8714 * hilit-chg.el: General cleanup of doc strings, comments and
8715 code formatting.
8716
8717 2000-08-19 Miles Bader <miles@gnu.org>
8718
8719 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8720 Compiler macro removed; beginning-of-line is no longer always
8721 equivalent to forward-line, in the presence of fields.
8722
8723 * comint.el (comint-output-filter): Remove ad-hoc saving of
8724 restriction, and just use save-restriction, now that it works
8725 correctly. Don't adjust comint-last-input-start to account for
8726 our insertion; it shouldn't have moved because we don't use
8727 insert-before-markers anymore. Comment out call to
8728 `force-mode-line-update'; why is it here?
8729
8730 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8731 while checking for prompt to delete. Use `forward-line 0'
8732 instead of beginning-of-line.
8733 (gud-filter): Temporarily widen gud comint buffer while
8734 examining output.
8735
8736 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8737
8738 * progmodes/sh-script.el: Big bag of typos.
8739
8740 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8741 check since ispell-process is not bound when ispell is not yet loaded.
8742
8743 2000-08-18 Dave Love <fx@gnu.org>
8744
8745 * image.el (find-image): Copy `spec' before using plist-put.
8746
8747 2000-08-18 Gerd Moellmann <gerd@gnu.org>
8748
8749 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8750 `portugues'.
8751
8752 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8753 backward-kill-sexp, analogous to kill-sexp.
8754
8755 * progmodes/icon.el (icon-indent-line)
8756 (icon-is-continuation-line): Handle comments specially.
8757
8758 2000-08-17 Ken Stevens <k.stevens@ieee.org>
8759
8760 * ispell.el: Set to standard author/maintainer/keyword fields.
8761 Fine tuning to menu map appearance and operation, and added help.
8762 Remove `start' and `end' error messages when compiling.
8763 (ispell-choices-win-default-height): Fixed comment string.
8764 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8765 castellano8 dictionaries.
8766 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8767 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8768 dictionary, added italiano dictionary.
8769 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8770 word character
8771 (ispell-tex-skip-alists): Added psfig support.
8772 (ispell-skip-html): Renamed from ispell-skip-sgml.
8773 (ispell-begin-skip-region-regexp, ispell-skip-region)
8774 (ispell-minor-check): Improved html skipping support to skip across
8775 code, and recognize `&' commands without propper `;' syntax;
8776 (ispell-process-line): Fix alignment error when manually
8777 correcting spelling.
8778 (ispell): Fix comment string.
8779 (ispell-add-per-file-word-list): Always put word list on new line.
8780
8781 2000-08-17 Gerd Moellmann <gerd@gnu.org>
8782
8783 * format.el (format-encode-run-method): Fix error message to say
8784 `encode' instead of `decode'. Use save-window-excursion around
8785 shell-command-on-region as in format-decode-run-method because
8786 shell-command-on-region can display a buffer with error output.
8787 (format-decode): Don't record undo information for the decoding.
8788 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8789 that number part of the temporary buffer name so that more than
8790 one decoding using a temporary buffer can happen safely.
8791
8792 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8793 of `A-z' in the regexp.
8794
8795 * hilit-chg.el: Fix typos in commentary.
8796
8797 * help.el (view-emacs-news): Rewritten for new naming scheme
8798 for old NEWS files.
8799
8800 * startup.el (command-line): Pop to *Messages* in case an error
8801 is signaled while loading user-init-file.
8802
8803 2000-08-17 Andreas Schwab <schwab@suse.de>
8804
8805 * files.el (insert-directory): Don't lose original file name,
8806 undoing an undocumented change.
8807
8808 2000-08-17 Alex Schroeder <alex@gnu.org>
8809
8810 * sql.el (sql-magic-go): Use comint-bol.
8811 (sql-copy-column): Use comint-line-beginning-position.
8812 (comint-line-beginning-position): Define a replacement for
8813 comint-line-beginning-position if it is not fboundp.
8814
8815 2000-08-17 Alex Schroeder <alex@gnu.org>
8816
8817 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8818 it didn't have any effect anyway.
8819
8820 2000-08-17 Alex Schroeder <alex@gnu.org>
8821
8822 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8823 --pset and pager=off instead of sending \\o|cat at the beginning
8824 of the session.
8825
8826 2000-08-17 Miles Bader <miles@gnu.org>
8827
8828 * progmodes/octave-inf.el: Add compatibility definition of
8829 comint-line-beginning-position.
8830
8831 2000-08-17 Kenichi Handa <handa@etl.go.jp>
8832
8833 * startup.el (normal-top-level): Look in each dir in load-path for
8834 a leim-list.el file too. This assures of loading leim-list.el
8835 that is created at Emacs installation time even if a user have his
8836 own leim-list.el.
8837
8838 2000-08-17 Miles Bader <miles@gnu.org>
8839
8840 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8841 foreground color to black if the background is dark.
8842
8843 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8844
8845 * loadhist.el (unload-feature): Typo.
8846
8847 * finder.el (finder-compile-keywords):
8848 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8849 to the generated file.
8850
8851 * mail/mh-e.el (mh-make-local-vars):
8852 Replace make-variable-buffer-local with make-local-variable.
8853
8854 * play/landmark.el:
8855 * options.el (Edit-options-{set,toggle,t,nil}):
8856 * mail/mailabbrev.el (mail-abbrevs-mode):
8857 * textmodes/tex-mode.el (tex-expand-files):
8858 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8859
8860 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8861
8862 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8863 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8864 Allow going past the last element.
8865 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8866 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8867 (cvs-mouse-toggle-mark): Don't move point.
8868 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8869
8870 * progmodes/compile.el (grep): Provide a default set of files.
8871 (next-error): Docstring fix.
8872 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8873
8874 * emacs-lisp/easy-mmode.el (define-minor-mode):
8875 Use `symbol-value' to keep the byte-compiler quiet.
8876
8877 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8878 (diff-find-source-location): New fun, extracted from diff-goto-source.
8879 (diff-goto-source): Use it.
8880 (diff-next-complex-hunk, diff-filter-lines): New function.
8881 (diff-apply-hunk): New command.
8882
8883 * smerge-mode.el (smerge-mode-menu): Doc fix.
8884
8885 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8886
8887 2000-08-16 Dave Love <fx@gnu.org>
8888
8889 * windmove.el (windmove) <defgroup>: Add :version.
8890
8891 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8892 (goto-address-fontify-p, goto-address-highlight-p)
8893 (goto-address-url-face, goto-address-url-mouse-face)
8894 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8895 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8896 (goto-address-fontify, goto-address-at-mouse): Simplify,
8897 (goto-address-at-point): browse-url-url-at-point,
8898 goto-address-find-address-at-point can return nil.
8899 (goto-address-find-address-at-point): Return nil on failure.
8900
8901 * align.el (align) <defgroup>: Add :version.
8902
8903 * calculator.el (calculator): Add :version.
8904 (calculator): Use two lines for calculator window if `modeline'
8905 face is boxed.
8906
8907 * play/5x5.el: Doc fixes.
8908 (5x5) <defgroup>: Add :version.
8909
8910 * play/fortune.el (fortune) <defgroup>: Add :version.
8911 (fortune-append): Fix error message.
8912 (fortune-from-region): Doc fix.
8913
8914 * play/pong.el (pong): Doc fix.
8915
8916 * play/morse.el: Keywords, commentary, autoloads.
8917
8918 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8919
8920 * desktop.el (desktop-save): Don't look at symbol-value of a
8921 member of minor-mode-alist, unless it is boundp.
8922
8923 2000-08-16 Sam Steingold <sds@gnu.org>
8924
8925 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8926 `while'; use `with-current-buffer' instead of `save-excursion'.
8927 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8928
8929 2000-08-16 Kenichi Handa <handa@etl.go.jp>
8930
8931 * international/ccl.el (declare-ccl-program): Docstring modified.
8932 (ccl-execute-with-args): Likewise.
8933
8934 2000-08-16 Miles Bader <miles@gnu.org>
8935
8936 * progmodes/sql.el: Add compatibility definition of
8937 comint-line-beginning-position.
8938
8939 2000-08-15 Gerd Moellmann <gerd@gnu.org>
8940
8941 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8942 'buffer-menu' property.
8943 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8944 fails.
8945 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8946 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8947 wasn't killed.
8948
8949 * buff-menu.el (list-buffers-noselect): Don't display the
8950 *Buffer List* buffer.
8951
8952 * font-lock.el: Require jit-lock to prevent a very late
8953 `Loading jit-lock' message.
8954
8955 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8956 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8957 mail address.
8958
8959 2000-08-15 Miles Bader <miles@gnu.org>
8960
8961 * textmodes/ispell.el (ispell-graphic-p): New constant.
8962 (ispell-choices-win-default-height, ispell-help): Use
8963 `ispell-graphic-p' instead of `xemacsp'.
8964
8965 2000-08-15 Dave Love <fx@gnu.org>
8966
8967 * simple.el: Autoload widget-convert when compiling.
8968 (mail-user-agent): Doc fix.
8969
8970 * help.el (function-called-at-point, variable-at-point): Use
8971 with-syntax-table.
8972 (help-manyarg-func-alist): Add insert-and-inherit.
8973
8974 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8975
8976 * delsel.el (delsel-unload-hook): New function.
8977
8978 * find-file.el: Doc fixes. Move provide to end.
8979 (ff) <defgroup>: Add :link.
8980 (ff-goto-click): Deleted.
8981 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8982 Use mouse-set-point.
8983
8984 * textmodes/tildify.el: Doc fixes.
8985 (tildify) <defgroup>: Add:version.
8986
8987 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8988 (glasses-custom-set): Use set-default, not set.
8989 (minor-mode-alist): Propertize the lighter.
8990 (glasses-mode): Provide optional arg.
8991
8992 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8993 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8994 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8995 option. Provide :type.
8996 (cwarn-configuration): Provide :type.
8997 (cwarn-mode): Doc fix.
8998
8999 * add-log.el (change-log-merge): Doc fix.
9000 (change-log-redate): New command.
9001
9002 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9003 Doze and Dog.
9004 (browse-url): Use dolist, not mapcar.
9005 (browse-url-at-point): Check for null url.
9006 (browse-url-event-buffer, browse-url-event-point): Functions
9007 deleted.
9008 (browse-url-at-mouse, browse-url-netscape): Simplify.
9009
9010 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9011 modes.
9012 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9013 Fix previous change to mapcan.
9014 (msb--init-file-alist, msb--add-separators)
9015 (msb--make-keymap-menu): Simplify.
9016 (msb--choose-file-menu): Use copy-sequence.
9017 (msb-mode-map): Add title to keymap.
9018 (msb-unload-hook): New function.
9019
9020 * bs.el: Fix indentation.
9021 (bs) <defgroup>: Add :links.
9022 (bs-show): Doc fix.
9023 (bs-apply-sort-faces): Don't use window-system.
9024 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9025
9026 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * calendar/timeclock.el (timeclock-file): Run .timelog through
9029 convert-standard-filename.
9030
9031 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9032
9033 * emacs-lisp/authors.el: New file.
9034
9035 * paren.el (show-paren-priority): New user option.
9036 (show-paren-function): Set overlay priorities to
9037 show-paren-priority.
9038
9039 2000-08-14 Miles Bader <miles@gnu.org>
9040
9041 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9042 beginning-of-line with inhibit-field-text-motion bound.
9043
9044 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9045
9046 * calendar/timeclock.el: New file.
9047
9048 2000-08-14 David Ponce <david@dponce.com>
9049
9050 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9051 `widget-button-click'. so that one can use left mouse button to
9052 click on dialog buttons.
9053
9054 2000-08-14 Emmanuel Briot <briot@gnat.com>
9055
9056 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9057 identifiers, since XML is case sensitive
9058
9059 2000-08-12 Miles Bader <miles@gnu.org>
9060
9061 * comint.el (comint-output-filter): Don't bother frobbing
9062 window-start, it doesn't seem to be necessary.
9063
9064 * comint.el (comint-send-string, comint-send-region): Make into
9065 real functions. Snapshot the prompt before sending.
9066
9067 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9068
9069 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9070 technique similar to Info-index, instead of relying on specific
9071 names of relevant Index nodes.
9072 (Info-goto-emacs-command-node): Bind Info-history to nil when
9073 going to the first node found by Info-find-emacs-command-nodes.
9074
9075 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9076
9077 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9078
9079 2000-08-10 Miles Bader <miles@gnu.org>
9080
9081 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9082
9083 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9084
9085 * info.el (Info-file-list-for-emacs): More elements for the
9086 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9087 and woman manuals.
9088
9089 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9090
9091 * comint.el (comint-send-input): Make the newline boundary overlay
9092 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9093 (comint-output-filter): Use `insert' instead of
9094 `insert-before-markers'. Extend comint-last-output-overlay when
9095 necessary since we can't rely on insert-before-markers to do it.
9096 * gud.el (gud-filter): Use `with-current-buffer' instead of
9097 save-excursion when inserting the output, so that point gets
9098 updated correctly; the old method relied on a rather dodgy
9099 side-effect of comint-output-filter to avoid the effect of
9100 save-excursion.
9101
9102 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9103
9104 * files.el (recover-file): Call insert-directory instead of
9105 invoking `ls' directly.
9106
9107 2000-08-10 Miles Bader <miles@gnu.org>
9108
9109 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9110 (comint-last-prompt-overlay): New variables.
9111 (comint-output-filter): Implement prompt highlighting.
9112 (comint-snapshot-last-prompt): New function.
9113 (comint-send-input): Snapshot the last prompt.
9114 Use comint-highlight-input-face.
9115 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9116 Use defface instead of defcustom.
9117 (send-invisible, comint-send-eof): Snapshot the last prompt.
9118 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9119 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9120
9121 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9122
9123 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9124 (regexp-opt-group): Use a list of chars for `letters'.
9125 (regexp-opt-charset): `chars' is now a list of chars.
9126 Use a char-table rather than a vector so it works for multibyte chars.
9127
9128 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9129 Set cvs-minor-current-files to the selected fileinfo.
9130 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9131 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9132
9133 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9134
9135 * files.el (insert-directory): Don't call access-file on
9136 directories on DOS and Windows.
9137
9138 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9139
9140 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9141 longer if necessary.
9142 (ccl-embed-code): Call ccl-embed-data to store CODE in
9143 ccl-program-vector.
9144
9145 2000-08-09 Miles Bader <miles@gnu.org>
9146
9147 * comint.el (comint-output-filter): Properly handle the case where
9148 the text surrounded by comint-last-output-overlay was deleted.
9149
9150 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9151
9152 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9153 non-nil.
9154 (Info-file-list-for-emacs): Remove "info" from the list because
9155 that leads to trying to use the documentation from file `info'
9156 in various situations where it isn't appropriate, for instance
9157 C-h C-k C-h i.
9158
9159 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9160 DIR and/or STRING are nil.
9161
9162 * progmodes/compile.el (compilation-setup): Make variable
9163 compilation-error-screen-columns buffer-local, as some comment
9164 in the code suggests it should be.
9165
9166 * files.el (auto-mode-interpreter-regexp): New variable.
9167 (set-auto-mode): Use it.
9168
9169 * indent.el (indent-for-tab-command): Doc fix.
9170
9171 * mouse-sel.el (mouse-sel-mode): Doc fix.
9172
9173 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9174 labels.
9175
9176 * help.el (print-help-return-message): When
9177 display-buffer-reuse-frames is set, let the help window been quit,
9178 instead of deleting it, which might delete a reused frame.
9179
9180 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9181
9182 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9183 rename a directory to a name that differs only by its letter case.
9184
9185 2000-08-08 Kenichi Handa <handa@etl.go.jp>
9186
9187 * international/quail.el (quail-define-rules): Handle Quail decode
9188 map correctly. Add code for supporting annotations.
9189 (quail-install-decode-map): New function.
9190 (quail-defrule-internal): New optional arguments decode-map and
9191 props.
9192 (quail-advice): New function.
9193
9194 2000-08-07 Sam Steingold <sds@gnu.org>
9195
9196 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9197 `defconst', `define-condition', `with-slots'.
9198 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9199
9200 2000-08-03 Miles Bader <miles@gnu.org>
9201
9202 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9203 New variable.
9204 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9205 comint-use-prompt-regexp-instead-of-fields.
9206 (comint-send-input): Add `input' field property to stuff we send to
9207 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9208 (comint-output-filter): Add `output' field property to process
9209 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9210 (comint-replace-by-expanded-history)
9211 (comint-get-old-input-default, comint-show-output)
9212 (comint-backward-matching-input, comint-forward-matching-input)
9213 (comint-next-prompt, comint-previous-prompt): Use field
9214 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9215 (comint-line-beginning-position): New function.
9216 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9217 (comint-replace-by-expanded-history-before-point): Use
9218 comint-line-beginning-position and line-end-position.
9219 (comint-last-output-overlay): New variable.
9220 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9221
9222 * shell.el (shell-prompt-pattern): Doc change.
9223 (shell-backward-command): Use line-beginning-position.
9224
9225 * gud.el (gud-gdb-complete-command): Use
9226 comint-line-beginning-position.
9227
9228 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9229 comint-bol doesn't actually go to the beginning of the line.
9230
9231 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9232 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9233 (try-expand-line-all-buffers): Likewise.
9234
9235 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9236 explicitly matching comint-prompt-regexp.
9237 (sql-copy-column): Use comint-line-beginning-position instead of
9238 explicitly matching comint-prompt-regexp.
9239
9240 * progmodes/octave-inf.el (inferior-octave-complete): Use
9241 comint-line-beginning-position.
9242
9243 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9244
9245 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9246 looking for a prompt, use `forward-line 0' instead of
9247 `beginning-of-line', to avoid getting caught by an input field.
9248
9249 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9250
9251 * files.el (shell-quote-wildcard-pattern): Make sure to return
9252 PATTERN, in the Unix case.
9253
9254 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9255
9256 * play/zone.el (zone): Discard any pending input before running
9257 the randomly-chosen pgm.
9258
9259 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9260
9261 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9262 checking the existence of any multibyte characters.
9263
9264 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9265
9266 * help.el (describe-mode): Test minor-mode symbol for being
9267 bound before testing its value for being nil.
9268
9269 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9270 `first', `second', and `third'.
9271
9272 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9273 (second): Make it an alias for `cadr'.
9274
9275 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9276
9277 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9278 types of display support faces now.
9279
9280 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9281
9282 * pcvs.el (require): Require `cl' during compilation, only.
9283
9284 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9285 (toplevel): Remove `remq' and `remove' from autoloads.
9286 (cl-fake-autoloads): New variable. If set, arrange for an error
9287 when CL functions etc. are autoloaded.
9288
9289 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9290
9291 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9292
9293 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9294 popped up, but the user clicks outside the menu, return an empty
9295 regexp (that causes unhighlight-regexp to have no effect).
9296
9297 * menu-bar.el (menu-bar-games-menu): Add Zone.
9298
9299 * hi-lock.el (toplevel): Require font-lock.
9300
9301 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9302
9303 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9304 (ebnf-8-bit-chars): New var for bug fix.
9305 (ebnf-string): Bug fix.
9306
9307 2000-08-03 Sam Steingold <sds@gnu.org>
9308
9309 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9310 instead of `buffer-string'.
9311 (require 'cl): Always, not just when compiling.
9312 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9313 necessary.
9314
9315 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9316
9317 * international/mule-cmds.el (select-safe-coding-system): Make
9318 the message text about selecting a safe coding system more clear.
9319
9320 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9321
9322 * hi-lock.el: New file.
9323
9324 * play/zone.el: New file.
9325
9326 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9327 value of tab-width in the original buffer. Choose a line number
9328 format that's a multiple of the original buffer's tab width, so
9329 that lines appear right.
9330
9331 * textmodes/ispell.el (ispell): New function, replacing an alias.
9332 Spell-check active region if in transient-mark-mode and mark
9333 is active; otherwise spell-check buffer.
9334
9335 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9336
9337 * ps-mule.el: Fix a customization problem on
9338 ps-mule-font-info-database-default.
9339
9340 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9341
9342 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9343 display-mouse-p instead of window-system.
9344 (ebrowse-member-mode-map): Ditto.
9345
9346 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9347
9348 * progmodes/ebnf2ps.el: Update ps-print functions call.
9349 Indentation fix. Doc fix.
9350 (ebnf-version): New version number (3.2).
9351 (ebnf-format-color, ebnf-begin-job): Code fix.
9352
9353 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9354
9355 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9356 font lock support on window-system.
9357 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9358
9359 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9360 display-color-p, if fboundp, instead of window-system.
9361
9362 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9363
9364 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9365 instead of window-system.
9366
9367 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9368 window-system.
9369 (widget-choice-mouse-down-action): Use display-popup-menus-p
9370 instead of window-system.
9371
9372 * strokes.el (strokes-file): Run the file name through
9373 convert-standard-filename.
9374 (strokes-mode): Call display-mouse-p instead of looking at
9375 window-system. Change the error message accordingly.
9376
9377 * progmodes/cpp.el (toplevel): Support faces on tty's.
9378
9379 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9380 (lm-plot-square, lm-init-display): Don't use window-system.
9381
9382 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9383 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9384
9385 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9386 instead of looking at window-system.
9387
9388 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9389
9390 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9391 of testing if iswitchb-prepost-hooks is bound, because the
9392 latter will always be true when invoking a recursive minibuffer
9393 from an active Iswitchb buffer.
9394
9395 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9396
9397 * files.el (shell-quote-wildcard-pattern): New function.
9398 (insert-directory): Call it. Only prepend "\" to command on Unix
9399 and GNU/Linux systems.
9400
9401 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9402
9403 * eshell/esh-groups.el: Change custom :link file names
9404 from `eshell.info' to `eshell'.
9405
9406 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9407
9408 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9409 correctly in recursive ange-ftp listings.
9410
9411 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9412
9413 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9414 ps-header-font-size-internal and
9415 ps-header-title-font-size-internal variables are not set,
9416 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9417 face text property is (foreground-color . COLOR) or
9418 `(background-color . COLOR)', ps-print crashes. Doc fix.
9419 (ps-print-version): New version number (5.2.4).
9420 (ps-plot-region): Code fix.
9421 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9422 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9423 Bug fix 2.
9424
9425 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9426
9427 * glasses.el (glasses-make-readable): Fix uncapitalization of
9428 identifiers like `myXMLDocument'.
9429
9430 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9431
9432 * mail/mail-hist.el (mail-hist-previous-input)
9433 (mail-hist-next-input): Do the obvious code factorization.
9434 (mail-hist-retrieve-and-insert): New func, contains common
9435 code of above two.
9436 If inserting a message body, leave point at top.
9437
9438 2000-07-28 Sam Steingold <sds@gnu.org>
9439
9440 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9441 Use `<=', not `<' to compare times!
9442 (ange-ftp-ls): Remove.
9443
9444 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9445
9446 * play/cookie1.el: Add explanation of how to make cookie.el
9447 compatible with strfile(1) to comment.
9448
9449 * subr.el (remove, remq): New functions.
9450
9451 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9452 escape `*' in regexps.
9453 (midnight-find): Reverse order of arguments in the funcall of
9454 TEST.
9455
9456 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9457 and `.class'.
9458
9459 * play/meese.el: Add Commentary section.
9460
9461 2000-07-27 Alex Schroeder <alex@gnu.org>
9462
9463 * sql.el (sql-ms): Added autoload cookie.
9464 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9465 (sql-oracle): Ditto.
9466 (sql-help): Doc change.
9467
9468 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9469 types and exceptions.
9470
9471 2000-07-27 Alex Schroeder <alex@gnu.org>
9472
9473 * sql.el (sql-placeholder-history): New variable.
9474 (sql-query-placeholders-and-send): New function that will query
9475 the user and replace placeholders with user input.
9476 (sql-oracle): If running on NT, set comint-input-sender to
9477 sql-query-placeholders-and-send.
9478
9479 (sql-stop): If in the SQLi buffer, insert stop notification, else
9480 present it as a message.
9481
9482 2000-07-27 Alex Schroeder <alex@gnu.org>
9483
9484 * sql.el (sql-input-ring-separator): Doc change.
9485 (sql-input-ring-file-name): Doc change.
9486 (sql-interactive-mode): Use `sql-input-ring-separator' and
9487 `sql-input-ring-file-name' to set the comint-mode equivalents
9488 without making them local variables.
9489 (sql-stop): Don't bind `sql-input-ring-separator' and
9490 `sql-input-ring-file-name' dynamically to their comint-mode
9491 equivalents.
9492
9493 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9494
9495 * international/mule.el (register-char-codings): New function.
9496 (make-coding-system): Handle `safe-chars' specification in the arg
9497 PROPERTY.
9498
9499 * international/mule-cmds.el
9500 (find-coding-systems-region-subset-p): This function deleted.
9501 (sort-coding-systems-predicate): New variable.
9502 (sort-coding-systems): New function.
9503 (find-coding-systems-region): Use
9504 find-coding-systems-region-internal.
9505 (find-coding-systems-string): Use find-coding-systems-region.
9506 (find-coding-systems-for-charsets): Check
9507 char-coding-system-table.
9508 (select-safe-coding-system-accept-default-p): New variable.
9509 (select-safe-coding-system): Mostly rewritten. New argument
9510 ACCEPT-DEFAULT-P.
9511 (select-message-coding-system): Call select-safe-coding-system
9512 with ACCEPT-DEFAULT-P arg.
9513 (reset-language-environment): Reset default-sendmail-coding-system
9514 to the default value iso-latin-1.
9515 (set-language-environment): Don't set the obsolete variable
9516 charset-origin-alist.
9517
9518 * international/codepage.el (cp-coding-system-for-codepage-1):
9519 Give `safe-chars' property to make-coding-system.
9520
9521 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9522 calling select-message-coding-system twice.
9523
9524 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9525 instead of `safe-charsets'.
9526 (cyrillic-alternativnyj): Likewise.
9527 (ccl-encode-alternativnyj): Don't check the charset
9528 cyrillic-iso8859-5.
9529
9530 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9531
9532 * composite.el (compose-chars-after): Preserve match data.
9533
9534 2000-07-26 Sam Steingold <sds@gnu.org>
9535
9536 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9537 (ange-ftp-real-file-newer-than-file-p): New function.
9538 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9539 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9540
9541 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9542 * midnight.el (midnight-float-time): Ditto.
9543
9544 2000-07-26 Andreas Schwab <schwab@suse.de>
9545
9546 * files.el (normal-backup-enable-predicate): Correct
9547 interpretation of the return value of compare-strings.
9548
9549 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9550
9551 * isearch.el (isearch-resume): New function.
9552 (isearch-done): Add something to command-history to resume
9553 the search.
9554 (isearch-yank-line, isearch-yank-word): Use
9555 buffer-substring-no-properties instead of buffer-substring.
9556
9557 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9558 of flyspell-mouse-map.
9559
9560 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9561 duplicate definition.
9562 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9563
9564 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9565 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9566
9567 2000-07-25 Sam Steingold <sds@gnu.org>
9568
9569 * net/ange-ftp.el: Get modtime over the net.
9570 (ange-ftp-file-modtime): New function.
9571 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9572 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9573 Use it.
9574 (ange-ftp-dot-to-slash): New function.
9575 (ange-ftp-fix-name-for-vms): Use it.
9576
9577 * midnight.el (midnight-buffer-display-time): Use
9578 `with-current-buffer'.
9579
9580 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9581
9582 * find-dired.el: Update copyright notice.
9583 (find-dired): Offer to kill a running `find'.
9584
9585 * enriched.el (enriched-face-ans): For a `foreground-color'
9586 property, return '(("x-color" COLOR))' so that COLOR will be
9587 output as a parameter of the x-color annotation. Likewise for the
9588 `background-color' property. In the case of normal face
9589 properties, don't return annotations for unspecified foreground
9590 and background face attributes.
9591
9592 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9593
9594 * language/japan-util.el (japanese-katakana-region): Fix handling
9595 HANKAKU argument.
9596
9597 2000-07-25 Miles Bader <miles@gnu.org>
9598
9599 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9600 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9601 constrain-to-field.
9602
9603 2000-07-24 Andrew Innes <andrewi@gnu.org>
9604
9605 * timer.el (timer-activate-when-idle): Add optional parameter
9606 DONT-WAIT. Update docstring.
9607 (run-with-idle-timer): Specify extra parameter to
9608 timer-activate-when-idle, so that timer will be activated
9609 immediately if Emacs is already idle.
9610
9611 * w32-fns.el (w32-using-nt): Fix docstring.
9612
9613 2000-07-24 Dave Love <fx@gnu.org>
9614
9615 * mouse.el (popup-menu): Set last-command-event.
9616 (mouse-major-mode-menu-prefix): Declare.
9617
9618 2000-07-24 Gerd Moellmann <gerd@gnu.org>
9619
9620 * textmodes/flyspell.el: Update to author's version 1.5d.
9621
9622 * progmodes/hideshow.el: Update copyright notice.
9623
9624 * vcursor.el: Set maintainer to FSF, since author cannot
9625 be reached.
9626
9627 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9628
9629 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9630 the prompt.
9631
9632 * mouse.el (popup-menu): Run the keymap through indirect-function,
9633 in case it was defined with define-prefix-key. If the menu is a
9634 list of keymaps, look up the binding of user's choice in each one
9635 of the keymaps.
9636 (mouse-popup-menubar): If the global and local menu-bar keymaps
9637 don't have a prompt string, create one and insert it into the
9638 keymap. Don't barf if current-local-map returns nil.
9639
9640 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9641
9642 * dired.el (dired-sort-R-check): Added to allow recursive listing
9643 to be undone.
9644 (dired-sort-other): Use it.
9645
9646 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9647
9648 * Release of cc-mode 5.27
9649
9650 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9651
9652 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9653 c-beginning-of-statement-1 that caused a bad case of recursion
9654 which could consume a lot of CPU in large classes in languages
9655 that have in-expression classes (i.e. Java and Pike).
9656
9657 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9658 statements before top level constructs (i.e. case 6 is moved
9659 before case 5 and is now case 4) to catch in-expression
9660 classes in top level expressions correctly.
9661
9662 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9663
9664 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9665 objc-method-intro. Case 4 removed and case 5I added.
9666
9667 * cc-langs.el (c-append-paragraph-start): New variable used by
9668 c-common-init to get paragraph-start correct.
9669 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9670 initialize paragraph-start to make it correct both with and
9671 without the javadoc special case.
9672
9673 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9674 initialize paragraph-start for javadoc markup.
9675
9676 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9677 change by defaulting this to t. It's motivated by the
9678 confusing behavior that otherwise arise from the style system
9679 when editing both java and non-java files at the same time
9680 (see the comments about style setting in c-common-init).
9681
9682 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9683
9684 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9685 similar to the one in c-fill-paragraph to check the fill
9686 prefix from the adaptive fill function for sanity.
9687
9688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9689
9690 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9691 defun block.
9692
9693 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9694
9695 * cc-mode.texi Documented the change of cpp-macro.
9696
9697 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9698
9699 * cc-align.el (c-lineup-multi-inher): Handle lines with
9700 leading comma nicely. Extended to handle member initializers
9701 too.
9702
9703 * cc-engine.el: (c-beginning-of-inheritance-list,
9704 c-guess-basic-syntax): Fixed recognition of inheritance lists
9705 when the lines begins with a comma.
9706
9707 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9708
9709 * cc-vars.el (c-offsets-alist): Changed default for
9710 member-init-cont to c-lineup-multi-inher since it now handles
9711 member initializers and indents better for leading commas.
9712
9713 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9714
9715 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9716 handling that caused class open lines to be recognized as
9717 statement-conts in some cases.
9718
9719 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9720 guessed by the adaptive fill function unless point is on the
9721 first line of a block comment.
9722
9723 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9724 when the buffer ends with a macro continuation char.
9725
9726 * cc-engine.el (c-guess-basic-syntax): Added support for
9727 function definitions as statements in Pike. The first
9728 statement in a lambda block is now labeled defun-block-intro
9729 instead of statement-block-intro.
9730
9731 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9732 so that the class surrounding point is selected, not the one
9733 innermost in the state.
9734
9735 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9736 recognition of switch labels having hanging multiline
9737 statements.
9738
9739 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9740 some code in c-guess-basic-syntax to a separate function.
9741 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9742 recognition of member inits with multiple line arglists.
9743 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9744 member-init-cont when the commas are in funny places.
9745
9746 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9747
9748 * cc-defs.el (c-auto-newline): Removed this macro since it's
9749 not used anymore.
9750
9751 * cc-engine.el (c-looking-at-bos): New helper function.
9752 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9753 inexpr and toplevel classes apart in Pike.
9754
9755 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9756 of case 9A.
9757
9758 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9759 constant, since "class" can introduce an in-expression class
9760 in Pike nowadays.
9761
9762 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9763
9764 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9765 indentation on cpp-macro lines.
9766
9767 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9768 a syntax modifier like comment-intro, to make it possible to
9769 get syntactic indentation for preprocessor directives. It's
9770 incompatible wrt to lineup functions on cpp-macro, but it has
9771 no observable effect in the 99.9% common case where cpp-macro
9772 is set to -1000.
9773
9774 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9775
9776 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9777 member-init-cont when the preceding arglist is several lines.
9778
9779 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9780
9781 * cc-styles.el (c-style-alist): The basic offset for the BSD
9782 style corrected to 8.
9783
9784 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9785
9786 * cc-styles.el (c-style-alist): Adjusted the indentation of
9787 brace list openers in the gnu style.
9788
9789 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9790
9791 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9792
9793 * cc-cmds.el (c-electric-brace, c-electric-slash,
9794 c-electric-star, c-electric-semi&comma, c-electric-colon,
9795 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9796 when c-syntactic-indentation is nil.
9797
9798 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9799 we were left at comments preceding the first statement when
9800 reaching the beginning of the buffer.
9801
9802 * cc-vars.el (c-syntactic-indentation): New variable to turn
9803 off all syntactic indentation.
9804
9805 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9806
9807 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9808 between the text and the block comment ender when it hangs,
9809 depending on how many there are before the fill.
9810
9811 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9812
9813 * cc-engine.el (c-beginning-of-closest-statement): New helper
9814 function to go back to the closest preceding statement start,
9815 which could be inside a conditional statement.
9816 * cc-engine.el (c-guess-basic-syntax): Use
9817 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9818
9819 * cc-engine.el (c-guess-basic-syntax): Better handling of
9820 arglist-intro, arglist-cont-nonempty and arglist-close when
9821 the arglist is nested inside parens. Cases 7A, 7C and 7F
9822 changed.
9823
9824 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9825 up-to-date with javadoc 1.2.
9826
9827 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9828
9829 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9830 multiline Pike type decls.
9831
9832 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9833
9834 * cc-cmds.el (c-indent-new-comment-line): Always break
9835 multiline comments in multiline mode, regardless of
9836 comment-multi-line.
9837
9838 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9839
9840 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9841 fully::qualified::names in C++ member init lists. Preamble in
9842 case 5D changed.
9843
9844 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9845
9846 * cc-langs.el (c-common-init): Handling of obsolete variables
9847 moved to c-initialize-cc-mode. More compatible style override
9848 when using global style variables.
9849 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9850 variables moved here.
9851
9852 * cc-mode.texi: Documented the special behavior of
9853 c-special-indent-hook as a style variable. Don't talk about
9854 doing (c-make-styles-buffer-local t) in a mode hook, since
9855 that's already too late to work right.
9856
9857 * cc-styles.el (c-make-styles-buffer-local): Flag style
9858 variable localness in c-style-variables-are-local-p to make
9859 the compatibility measure in c-common-init work well.
9860
9861 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9862 longer contain set-from-style.
9863 * cc-styles.el (c-initialize-builtin-style): Don't check for
9864 set-from-style on c-special-indent-hook.
9865 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9866 copy-alist is sufficient now.
9867
9868 * cc-styles.el (c-set-style, c-set-style-1,
9869 c-get-style-variables): Fixes to variable initialization so
9870 that duplicate entries in styles have the same effect
9871 regardless of DONT-OVERRIDE.
9872
9873 * cc-styles.el (c-set-style-2): Fixed bug where the
9874 initialization of inheriting styles failed when the
9875 dont-override flag is set.
9876
9877 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9878 on this.
9879
9880 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9881
9882 * cc-defs.el (c-forward-comment): Removed the workaround
9883 introduced in 5.38 since it had worse side-effects. If a line
9884 contains the string "//\"", it regarded the // as a comment
9885 start since the \ temporarily doesn't have escape syntax.
9886
9887 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9888
9889 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9890 ada-xref.el before ada-prj.el, so that the Project menu is created
9891 when ada-prj tries to add to it.
9892 (ada-activate-keys-for-case): Suppress the characters that are not
9893 part of the Ada syntax. Better compatibility with else-mode
9894 (ada-adjust-case-interactive): When auto-casing is not active,
9895 correctly insert newlines (used to insert only ^M). Prevent the
9896 syntax table from being changed in case of an error
9897 (or '_' becomes part of a word and some commands are confused).
9898 Do nothing if ada-auto-case is nil.
9899 (ada-after-keyword-p): Ignore keywords that are also attributes
9900 (ada-batch-reformat): Update usage comment
9901 (ada-call-from-contextual-menu): New function
9902 (ada-case-read-exceptions): Reinitialize the casing exception list
9903 first to nil first, so that the casing exception file can be
9904 shared.
9905 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9906 files.
9907 (ada-compile-goto-error): Fix regexp used to detect a file:line
9908 anywhere in the error message
9909 (ada-contextual-menu-last-point): New variable
9910 (ada-create-keymap): If the variable delete-key-deletes-forward is
9911 t on XEmacs, it means that DEL should delete one character
9912 forward.
9913 (ada-create-menu): Use :included instead of :visible for XEmacs.
9914 New submenu "Options".
9915 (ada-end-stmt-re): Correctly indent "select ... then abort"
9916 statements.
9917 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9918 even if they don't match ada-fill-comment-prefix Fix handling of
9919 paragraphs on the first or last line of a file.
9920 (ada-format-paramlist): Fix handling of default parameter values.
9921 (ada-get-body-name): New function.
9922 (ada-get-current-indent): Optimized by searchling directly for an
9923 existing generic part or a statement outside of it. Handle
9924 ada-indent-align-comments when indenting comments Replaced some
9925 regexps by testing directly the next character. This results in a
9926 huge speedup on some files. New indentation scheme for renames
9927 statements. Stop looking for the 'while' or 'for' associated with
9928 a 'loop' at the first semicolon encountered. A "return" can also
9929 match an anonymous access subprogram declaration.
9930 (ada-get-indent-noindent): Ignore strings and comments when
9931 looking for the keywords "record" and "private".
9932 (ada-goto-matching-decl-start): When matching "if", make sure we
9933 are not in fact seeing "end if". Ignore "when" statements except
9934 when initial keyword was "begin". Fix handling of nested
9935 procedures. Add a recursive call to this function to skip over
9936 other 'end' statmts. Fix indentation for "when .. => begin"
9937 (ada-in-open-paren-p): Fix indentation for complex boolean
9938 expressions, where 'and then', 'or else' and parenthesis
9939 statements are mixed up.
9940 (ada-in-paramlist-p): Skip comments while searching for the
9941 beginning Fix handling of operator declarations.
9942 (ada-indent-align-comments): New variable
9943 (ada-indent-current): Change the syntax table only in the
9944 protected section, so that we are sure it is restored correctly.
9945 (ada-indent-on-previous-lines): Use ada-use-indent and
9946 ada-with-indent Correctly indent "select ... then"
9947 (ada-indent-region): Slight speedup.
9948 (ada-indent-renames): New variable.
9949 (ada-last-which-function-subprog, ada-last-which-function-line):
9950 New variables
9951 (ada-looking-at-semi-private): Correctly indent the 'private'
9952 keyword when it is the first word in a package declaration.
9953 (ada-loose-case-word): Stop searching if at the end of the buffer.
9954 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9955 even if point is not initially at the end of the word.
9956 (ada-matching-decl-start-re): Add "when".
9957 (ada-mode): Add support for abbrev-mode, outline-mode and
9958 which-func-mode Override the old find-file.el entry in
9959 ff-special-constructs since it is using the obsolete
9960 ada-spec-suffix variable
9961 (ada-no-auto-case): New function
9962 (ada-scan-paramlist): When parsing the argument type, accept
9963 spaces (as in "X 'Class", generated by Rational Rose).
9964 (ada-other-file-name): No longer loads the other file.
9965 (ada-popup-menu): Save and restore the current buffer and cursor
9966 position before and after displaying the menu.
9967 (ada-search-ignore-complex-boolean): New function.
9968 (ada-uncomment-region): Emacs21 already knows how to delete
9969 comments not starting in the first column.
9970 (ada-use-indent): New variable
9971 (ada-which-function): New function.
9972 (ada-with-indent): New variable
9973 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9974 can be batch-compiled from the command line.
9975
9976 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9977 Add to the menu when the file is loaded, not in ada-mode-hook.
9978 Add -toolbar to the default ddd command Switches moved from
9979 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9980 ada-prj-default-comp-opt
9981 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9982 Reference Manual to the menu
9983 (ada-check-current): rewritten as a call to ada-compile-current
9984 (ada-compile): Removed.
9985 (ada-compile-application, ada-compile-current, ada-check-current):
9986 Set the compilation-search-path so that compile.el automatically
9987 finds the sources in src_dir. Automatic scrollong of the
9988 compilation buffer. C-uC-cC-c asks for confirmation before
9989 compiling
9990 (ada-compile-current): New parameter, prj-field
9991 (ada-complete-identifier): Load the .ali file before doing
9992 processing
9993 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9994 conform to gnatmake's behavior.
9995 (ada-find-file-in-dir): New function
9996 (ada-find-references): Set the environment variables for gnatfind
9997 (ada-find-src-file-in-dir): New function.
9998 (ada-first-non-nil): Removed
9999 (ada-gdb-application): Add support for jdb, the java debugger.
10000 (ada-get-ada-file-name): Load the original-file first if not done
10001 yet.
10002 (ada-get-all-references): Handles the new ali syntax (parent types
10003 are found between <>).
10004 (ada-initialize-runtime-library): New function
10005 (ada-mode-hook): Always load a project file when a file is opened,
10006 so that the casing exceptions are correctly read.
10007 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10008 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10009 to open the project file, since the latter does not work with
10010 speedbar Get default values before loading the prj file, or the
10011 default executable file name is wrong. Use the absolute value of
10012 src_dir to initialize ada-search-directories and
10013 compilation-search-path,... Add the standard runtime library to
10014 the search path for find-file.
10015 (ada-prj-default-debugger): Was missing an opening '{'
10016 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10017 variables.
10018 (ada-prj-default-gnatmake-opt): New variable
10019 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10020 buffers, the project file is the default one Save the windows
10021 configuration before displaying the menu.
10022 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10023 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10024 ...) regexp-quote identifiers names to support operators +,
10025 -,... in regexps.
10026 (ada-remote): New function.
10027 (ada-run-application): Erase the output buffer before starting the
10028 run Support remote execution of the application. Use
10029 call-process, or the arguments are incorrectly parsed
10030 (ada-set-default-project-file): Reread the content of the active
10031 project file, not the one from the current buffer When a project
10032 file is set as the default project, all directories are
10033 automatically associated with it.
10034 (ada-set-environment): New function
10035 (ada-treat-cmd-string): New special variable ${current}
10036 (ada-treat-cmd-string): Revised. The substitution is now done for
10037 any ${...} substring
10038 (ada-xref-current): If no body was found, compiles the spec
10039 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10040 compiler to get rid of command line length limitations.
10041 (ada-xref-get-project-field): New function
10042 (ada-xref-project-files): New variable
10043 (ada-xref-runtime-library-specs-path)
10044 (ada-xref-runtime-library-ali-path): New variables
10045 (ada-xref-set-default-prj-values): Default run command now does a
10046 cd to the build directory. New field: main_unit Provide a default
10047 file name even if the current buffer has no prj file.
10048
10049 * ada-prj.el:
10050 Rewritten to show a tabbed-dialog.
10051 (ada-prj-add-ada-menu): Remove the map and name parameters.
10052 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10053 New function
10054 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10055 (ada-prj-load-from-file): New function
10056 (ada-prj-save): Always save fields that depend on the current buffer
10057 (ada-prj-show-value): New function
10058
10059 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10060 Ada mode. This will allow us to display the Ada menu in any buffer
10061 we want (for project items).
10062 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10063 number of spaces in the header.
10064
10065 2000-07-24 Dave Love <fx@gnu.org>
10066
10067 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10068
10069 2000-07-23 Noah Friedman <friedman@splode.com>
10070
10071 * type-break.el (type-break): perform autosave.
10072 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10073 (type-break-do-query): Cancel query schedule while performing
10074 actual query, to avoid possibility of a second query being made
10075 while first one is already in progress.
10076 (type-break-time-stamp-format): New variable.
10077 (type-break-time-stamp): New function.
10078 (type-break-time-warning): Use it.
10079 (type-break-keystroke-warning): Use it.
10080 (type-break-noninteractive-query): Use it.
10081
10082 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10083 cookie.
10084 Use add-minor-mode to set minor-mode-alist, if available.
10085 (eldoc-echo-area-use-multiline-p): New user option.
10086 (eldoc-echo-area-multiline-supported-p): New variable.
10087 (eldoc-docstring-format-sym-doc): Use them.
10088 (eldoc-mode): If not using idle timers, append to local post and
10089 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10090 (eldoc-display-message-no-interference-p): Don't interfere with
10091 edebug.
10092 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10093 (eldoc-function-arglist): New function.
10094 (eldoc-function-argstring): Use it.
10095
10096 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10097 auto save directory exists before calling directory-files.
10098
10099 2000-07-23 Dave Love <fx@gnu.org>
10100
10101 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10102 ^o, ^u.
10103
10104 2000-07-21 Dave Love <fx@gnu.org>
10105
10106 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10107 now passed to the function. It now works properly.
10108
10109 * smerge-mode.el (smerge-mode-menu): Fill it out.
10110
10111 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10112
10113 * info-look.el (info-lookup): If *info* is shown in another frame
10114 on the same display, select that frame, instead of switching to
10115 the Info buffer in another window of the selected frame.
10116
10117 * simple.el (universal-argument-map): Bind numeric keypad keys
10118 kp-0 to kp-9 and kp-subtract.
10119 (digit-argument): Handle these keys.
10120
10121 2000-07-20 Dave Love <fx@gnu.org>
10122
10123 * net/goto-addr.el (goto-address-fontify): Don't bother with
10124 buffer-modified and read-only stuff -- irrelevant with overlays.
10125 Put an extra property on the overlays and use it to clean up in
10126 case goto-address is re-run.
10127
10128 2000-07-19 Richard M. Stallman <rms@gnu.org>
10129
10130 * timer.el (run-with-idle-timer): Doc fix.
10131
10132 * mail/mail-utils.el (mail-strip-quoted-names):
10133 Handle case where <...> appears inside "...".
10134 Use replace-match to edit the string more simply.
10135 (rmail-dont-reply-to): Cope with an unmatched ".
10136
10137 2000-07-19 Dave Love <fx@gnu.org>
10138
10139 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10140 implementation.
10141
10142 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10143 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10144 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10145
10146 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10147
10148 * textmodes/refer.el: Correct maintainer's email address.
10149
10150 * progmodes/hideif.el: Correct author's email address.
10151 Fix typo in comment.
10152
10153 * xml.el: New file.
10154
10155 * mail/mailheader.el: Correct author's mail address.
10156
10157 * gnus/parse-time.el: Correct author's mail address.
10158
10159 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10160
10161 * comint.el (comint-highlight-input, comint-highlight-face):
10162 New user options.
10163 (comint-input-ring-file-name): Change custom type.
10164 (comint-mode-map): Bind mouse-2.
10165 (comint-insert-clicked-input): New function.
10166 (comint-send-input): Handle input highlighting.
10167
10168 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10169
10170 * mouse.el (popup-menu): New function.
10171 (mouse-major-mode-menu): Use it.
10172
10173 2000-07-18 Dave Love <fx@gnu.org>
10174
10175 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10176 improvements.
10177
10178 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10179
10180 * faces.el (face-font-selection-order)
10181 (face-font-family-alternatives): Add custom type.
10182
10183 2000-07-18 Dave Love <fx@gnu.org>
10184
10185 * cus-edit.el (custom-variable-reset-saved)
10186 (custom-variable-reset-standard): Remove unused bindings.
10187
10188 * rect.el (open-rectangle-line): Remove unused let.
10189
10190 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10191
10192 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10193
10194 * cdl.el: Fix `Maintainer' keyword.
10195
10196 * play/pong.el: Add author's email address.
10197
10198 2000-07-17 Sam Steingold <sds@gnu.org>
10199
10200 * files.el (insert-directory): Call `split-string' instead of
10201 re-implementing it.
10202
10203 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10204
10205 * mail/vms-pmail.el: Change maintainer to FSF.
10206
10207 * net/goto-addr.el: Change maintainer to FSF.
10208
10209 * info.el (Info-title-face-alist): Removed.
10210
10211 2000-07-18 David Ponce <david@dponce.com>
10212
10213 * recentf.el (recentf-open-files): New command that works like
10214 `recentf-open-more-files', but shows the whole list of files (not just
10215 those omitted from the menu). Useful if you don't use a menu-bar!
10216 (recentf-open-more-files) Modified to use `recentf-open-files'.
10217
10218 (recentf-open-files, recentf-open-more-files)
10219 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10220
10221 (recentf-dialog-mode): New mode for dialogs. You can now just type
10222 "q" to cancel the dialogs.
10223
10224 2000-07-18 David Ponce <david@dponce.com>
10225
10226 * recentf.el: This is a major update of recentf.el. It adds new
10227 features to better organize the recentf menu and "More..." buffer.
10228
10229 Using new provided menu filtering functions you can now organize the
10230 recent files list:
10231
10232 - by major modes
10233 - by directories
10234 - by user defined rules
10235
10236 Finally, with the new `recentf-filter-changer' customizable filter you
10237 can define a ring of filters and dynamically (via the menu) cycle on
10238 each menu organization in the ring (a la msb).
10239
10240 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10241
10242 * eshell/eshell.el (eshell): Replace links to eshell.info with
10243 links to eshell, to avoid problems on systems where the manual is
10244 installed as `eshell'.
10245 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10246 * eshell/em-smart.el (eshell-smart): Ditto.
10247 * eshell/em-banner.el (eshell-banner): Ditto.
10248 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10249
10250 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10251 same-file check in the MS-DOS version (it does support inodes).
10252
10253 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10254
10255 * eshell/eshell.el (eshell-directory-name):
10256 Run default directory name through convert-standard-filename.
10257
10258 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10259
10260 * international/mule-cmds.el (select-safe-coding-system):
10261 Fix typo in the comment.
10262
10263 * language/european.el (compound-text):
10264 Force katakana-jisx0201 to be designated to G1.
10265
10266 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10267 Don't translate some national variant characters of latin-jisx0201.
10268 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10269
10270 * international/kkc.el (kkc-after-update-conversion-functions):
10271 New variable.
10272 (kkc-update-conversion): Run functions in it at the tail.
10273
10274 2000-07-16 John Wiegley <johnw@gnu.org>
10275
10276 * lisp/align.el (align-newline-and-indent):
10277 Adding new function. for auto-aligning blocks of code on RET.
10278 (align-region): Fixed badly formatted minibuffer message.
10279
10280 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10281
10282 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10283 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10284 the conversion list at first if appropriate.
10285 (kkc-next): Don't update kkc-next-count here.
10286 (kkc-prev): Don't update kkc-prev-count here.
10287 (kkc-show-conversion-list-update): Fix setting up of conversion
10288 list message.
10289
10290 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10291
10292 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10293
10294 2000-07-16 Dave Love <fx@gnu.org>
10295
10296 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10297 function to be more specific.
10298
10299 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10300 non-string help-echo.
10301 (widget-types-convert-widget): Defsubst it.
10302 (widget-echo-help): Try to cope with a help-echo function of two
10303 possible sorts.
10304
10305 2000-07-15 Jason Rumney <jasonr@gnu.org>
10306
10307 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10308 Declare as obsolete.
10309
10310 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10311
10312 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10313
10314 * hilit-chg.el: Fix typo.
10315
10316 2000-07-14 Dave Love <fx@gnu.org>
10317
10318 * info.el (Info-mode-menu): Fix use of :help, :enable.
10319
10320 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10321
10322 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10323
10324 2000-07-13 Dave Love <fx@gnu.org>
10325
10326 * emacs-lisp/easymenu.el: Doc fixes.
10327 (easy-menu-remove): Defalias to ignore.
10328
10329 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10330 Call throw correctly.
10331
10332 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10333
10334 * faces.el (frame-background-mode): Doc fix.
10335
10336 * simple.el (eval-expression-print-length): Change custom type to
10337 allow entering nil as value.
10338
10339 2000-07-13 Dave Love <fx@gnu.org>
10340
10341 * progmodes/fortran.el (fortran-imenu-generic-expression):
10342 Change definition layout.
10343 (fortran-mode-menu): Reinstate customize entries.
10344
10345 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10346 Use :filter, per old XEmacs code.
10347
10348 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10349
10350 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10351 event when deciding what to send to the terminal.
10352
10353 2000-07-12 Dave Love <fx@gnu.org>
10354
10355 * cus-start.el: Add optional version as 4th element of specs and
10356 use it for several things new in v21. Remove load-path. Fix type
10357 of line-number-display-limit.
10358
10359 2000-07-11 Dave Love <fx@gnu.org>
10360
10361 * progmodes/fortran.el: Don't require easymenu.
10362 Use repeat counts in various regexps.
10363 (fortran-mode-syntax-table): Defvar directly.
10364 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10365 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10366 Use defvar, not defconst.
10367 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10368 (fortran-mode): Set fortran-comment-line-start-skip,
10369 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10370 (fortran-comment-indent): Use defsubst.
10371 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10372 Use fortran-comment-indent, not fortran-comment-indent-function.
10373 (fortran-comment-region, fortran-electric-line-number): Simplify.
10374 (fortran-auto-fill): New function.
10375 (fortran-do-auto-fill): Deleted.
10376 (fortran-find-comment-start-skip):
10377 Check for non-null comment-start-skip.
10378 (fortran-auto-fill-mode, fortran-fill-statement):
10379 Use fortran-auto-fill.
10380 (fortran-fill): Use fortran-auto-fill. Check for null
10381 comment-start-skip. Simplify final clause and use end-of-line finally.
10382
10383 * widget.el (widget-plist-member): New alias.
10384
10385 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10386
10387 * eshell/esh-module.el (toplevel): Reference
10388 byte-compile-current-file only if it is bound.
10389
10390 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10391
10392 * dired.el: Don't require `dired-aux'.
10393
10394 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10395
10396 * dired-aux.el (dired-show-file-type): New function.
10397 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10398 (dired-show-file-type): Add autoload.
10399
10400 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10401
10402 * international/mule-diag.el (describe-font): Adjusted for the
10403 change of fontset-info.
10404 (print-fontset): Likewise.
10405
10406 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10407
10408 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10409
10410 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10411
10412 * bindings.el: Bind `[delete]' to delete-char.
10413
10414 * dired.el (dired-find-alternate-file): New function.
10415 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10416 (toplevel): Require dired-aux when compiling.
10417 (dired-buffers): Move defvar within file to avoid compiler warning.
10418
10419 * info.el (Info-last-search): Variable removed.
10420 (Info-search-history): New variable.
10421 (Info-search): New Info-search-history.
10422
10423 * battery.el, info-look.el: Change author's mail address.
10424
10425 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10426
10427 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10428 if rmail-ignored-headers is nil.
10429 (rmail-retry-failure): Bind rmail-ignored-headers and
10430 rmail-displayed-headers to nil.
10431
10432 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10433
10434 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10435 (print-region-1): Don't hard code `-h' here.
10436
10437 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10438
10439 2000-07-01 Francesco Potorti` <pot@gnu.org>
10440
10441 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10442 exim can use "your message" instead of "the message".
10443
10444 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10445
10446 * facemenu.el: Docstrings fixes.
10447 (facemenu-get-face): Don't use internal-find-face.
10448 (facemenu-iterate): Rename arg to match the docstring.
10449
10450 * newcomment.el (uncomment-region): Be more careful when skipping
10451 backwards over `=' not to bump into BOBP.
10452
10453 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10454
10455 * ediff-diff.el (ediff-wordify): Use syntax table.
10456 * ediff-init.el (ediff-has-face-support-p): Use
10457 ediff-color-display-p.
10458 (ediff-color-display-p): Use display-color-p, changed to defun
10459 from defsubst.
10460 Got rid of special cases for NeXT and OS/2.
10461 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10462 face.
10463
10464 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10465
10466 * emacs-lisp/lucid.el: Require CL.
10467 (copy-tree, remprop): Remove, it's provided by CL.
10468 (map-keymap): Define in terms of cl-map-keymap.
10469 (extent-property, set-extent-end-glyph): New functions.
10470
10471 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10472
10473 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10474
10475 * Makefile.in (DONTCOMPILE): Add comment that the name may
10476 not be changed without changing the make-dist script.
10477
10478 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10479 (cl-mapc): Use mapc instead of cl-old-mapc.
10480
10481 2000-07-05 Andrew Innes <andrewi@gnu.org>
10482
10483 * makefile.nt: Add support for `bootstrap' and related targets.
10484
10485 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10486
10487 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10488 (easy-menu-do-define): Use `menu-item' format.
10489 Handle case where easy-menu-create-menu returns a symbol.
10490 Manually call the potential top-level filter in the function binding.
10491 (easy-menu-filter-return): New arg NAME.
10492 Convert to a keymap if MENU is an XEmacs menu.
10493 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10494 (easy-menu-converted-items-table, easy-menu-convert-item):
10495 New var and fun to memoize easy-menu-convert-item-1.
10496 (easy-menu-do-add-item): Use it.
10497 (easy-menu-create-menu): Use easy-menu-convert-item.
10498 Wrap easy-menu-filter-return around any :filter specification.
10499 Don't convert the menu if a filter was specified.
10500 Tell easy-menu-make-symbol not to check for MENU being an expression.
10501 (easy-menu-make-symbol): New arg NOEXP.
10502
10503 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10504
10505 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10506 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10507 (eval-defun): If called with prefix arg, instrument code for
10508 Edebug.
10509
10510 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10511 similar to that of eval-defun.
10512
10513 2000-07-04 Dave Love <fx@gnu.org>
10514
10515 * hl-line.el (hl-line-overlay): Make it permanent-local.
10516
10517 * calendar/todo-mode.el: Replaced with a working version, based on
10518 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10519
10520 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10521
10522 * paths.el (prune-directory-list): New function.
10523 (Info-default-directory-list): Rewritten to more methodically
10524 enumerate a big list of possible info directories (based on the
10525 list used by the standalone info reader).
10526
10527 * info.el (info-initialize): Use prune-directory-list to remove
10528 non-existent directories from Info-directory-list.
10529
10530 * paths.el (Info-default-directory-list): Try a list of possible
10531 info-directories instead of a single one. Add the possible
10532 info directory "/usr/share/info".
10533
10534 * woman.el (woman-man.conf-path): Explicitly include the debian
10535 man-db config file "/etc/manpath.config".
10536 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10537 are present in `manpath.config'.
10538 (woman-manpath): Include "/usr/share/man".
10539
10540 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10541
10542 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10543
10544 * startup.el (command-line): Initialize blink-cursor based
10545 on window-system.
10546
10547 * frame.el (blink-cursor): Default to nil if not running under
10548 a window-system.
10549
10550 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10551 (face-x-resources): Remove duplicate entry for :font.
10552
10553 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10554 instead of cycling through windows with next-window.
10555
10556 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10557 of cycling through windows with next-window.
10558
10559 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10560 of cycling through windows with next-window.
10561
10562 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10563 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10564 instead of cycling through windows with next-window.
10565
10566 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10567 instead of cycling through windows with next-window.
10568
10569 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10570 of cycling through windows with next-window.
10571
10572 * terminal.el (te-process-output): Use walk-windows instead of
10573 cycling through windows with next-window.
10574
10575 * server.el (server-switch-buffer): Use some-window instead of
10576 cycling through windows with next-window.
10577
10578 * window.el (some-window): New function.
10579 (walk-windows): Remove reference to walk-windows-start.
10580
10581 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10582
10583 2000-07-03 Richard Stallman <rms@gnu.org>
10584
10585 * window.el (walk-windows): Guarantee termination by keeping a list
10586 of all the windows already handled.
10587
10588 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10589
10590 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10591 window-system.
10592
10593 * man.el (Man-notify-when-ready): Don't use window-system. If
10594 Man-notify-method is newframe, and the display is not
10595 multi-frame, select the frame created for the man page.
10596 (Man-init-defvars): Doc fix.
10597
10598 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10599
10600 * faces.el (region): Change background color for light background.
10601
10602 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10603 attribute from mode-line face of Ediff control frame.
10604
10605 * replace.el (query-replace-map): Bind `e' like `E'.
10606
10607 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10608
10609 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10610 Change name to "Select All".
10611
10612 * dos-fns.el (convert-standard-filename): Fix last change.
10613
10614 2000-06-27 Gerd Moellmann <gerd@gnu.org>
10615
10616 * help.el (describe-variable): Don't insert a second `'s' in front
10617 of the string `value is shown below'. Since the syntax-table is
10618 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10619 an existing `'s', so that this won't be deleted.
10620
10621 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10622 * pcmpl-unix.el: New files.
10623
10624 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10625
10626 * wid-edit.el (widget-member): Use the new plist-member.
10627
10628 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10629
10630 * replace.el (perform-replace): Undo change of 2000-04-04.
10631 Instead, move backward 1 character at the end of the loop when
10632 necessary.
10633
10634 * faces.el (fringe): Change face for different backgrounds.
10635
10636 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10637 patch from John.
10638
10639 * eshell/*.el: Change spelling of the Free Software Foundation.
10640
10641 * eshell/esh-toggle.el: Removed.
10642
10643 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10644
10645 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10646 interactively.
10647
10648 2000-06-26 Alex Schroeder <alex@gnu.org>
10649
10650 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10651 `define-key'; instead of checking `(emacs-version)' check for
10652 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10653 for `;' and `o' which might be electric.
10654
10655 (sql-electric-stuff): New user option.
10656 (sql-magic-go): New function which uses `sql-electric-stuff'.
10657 (sql-magic-semicolon): New function which uses
10658 `sql-electric-stuff'.
10659
10660 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10661 is not fboundp.
10662
10663 (sql-oracle-options): New variable.
10664 (sql-oracle): Use it.
10665
10666 (sql-imenu-generic-expression): Doc change.
10667 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10668 is used.
10669
10670 (sql-informix): Added command line parameter "-" to force
10671 sql-informix-program to use stdout.
10672
10673 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10674
10675 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10676 (cp864-decode-table): Doc fix.
10677 (cp720-decode-table): New variable, supports the Arabic OEM
10678 codepage used by Windows.
10679 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10680
10681 2000-06-23 Dave Love <fx@gnu.org>
10682
10683 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10684 (font-lock-fontify-anchored-keywords): Use
10685 line-beginning-position.
10686 (global-font-lock-mode): Use mapc.
10687
10688 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10689
10690 * eshell/esh-module.el: Require CL when compiling.
10691
10692 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10693
10694 * comint.el (comint-substitute-in-file-name): Call replace-match
10695 with second and third arg t.
10696
10697 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10698 Specify foreground color.
10699
10700 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10701 color.
10702
10703 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10704
10705 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10706 cddr instead of cdddr.
10707
10708 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10709 instead of copy-list.
10710
10711 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10712 of copy-list.
10713
10714 * subdirs.el: Add eshell subdirectory.
10715
10716 * eshell: New subdirectory containing the Eshell package.
10717
10718 * pcomplete.el: New file.
10719
10720 2000-06-23 Paul Eggert <eggert@twinsun.com>
10721
10722 * mail/mailpost.el (post-mail-send-it): Make sure file has
10723 proper permissions from birth.
10724
10725 * files.el (basic-save-buffer-2): When temporarily setting
10726 file modes, set them to current modes plus 0200, not to 0777.
10727
10728 * emerge.el (emerge-make-temp-file): Make sure file has proper
10729 permissions from birth.
10730
10731 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10732
10733 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10734 backup file name through convert-standard-filename.
10735
10736 * dos-fns.el (convert-standard-filename): Convert leading
10737 directories as well. When long file names are supported, convert
10738 characters that are invalid in Windows file names.
10739
10740 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10741
10742 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10743 ps-print crashes. New feature: page selection for printing. Create
10744 raw-text-unix coding system for XEmacs. Doc fix.
10745 (ps-print-version): New version number (5.2.3).
10746 (ps-plot-region): Bug fix.
10747 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10748 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10749 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10750 funs.
10751 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10752 (ps-last-page): New vars.
10753
10754 2000-06-21 Gerd Moellmann <gerd@gnu.org>
10755
10756 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10757 empty option string.
10758
10759 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10760
10761 * man.el (man): Doc fix.
10762
10763 2000-06-21 Kenichi Handa <handa@etl.go.jp>
10764
10765 * international/mule-cmds.el (set-language-info-alist): Docstring
10766 fixed.
10767
10768 2000-06-20 Gerd Moellmann <gerd@gnu.org>
10769
10770 * version.el (emacs-version): Use ISO date format.
10771
10772 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10773 instead of `M-backspace'.
10774
10775 * simple.el (turn-off-auto-fill): New function.
10776
10777 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10778
10779 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10780 Renamed from with-buffer-prepared-for-font-lock and use
10781 inhibit-modification-hooks rather than setting *-change-functions.
10782 Update all functions to use the new name.
10783 (jit-lock-first-unfontify-pos): New semantics (and doc).
10784 (jit-lock-mode): Make non-interactive.
10785 Don't automatically turn on font-lock.
10786 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10787 Always use jit-lock-after-change.
10788 Remove and restore font-lock-after-change-function.
10789 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10790 (jit-lock-after-unfontify-buffer): Remove.
10791 (jit-lock-stealth-fontify):
10792 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10793 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10794
10795 2000-06-20 Sam Steingold <sds@gnu.org>
10796
10797 * emacs-lisp/cl-indent.el (toplevel): Indent
10798 `print-unreadable-object' properly. Untabify.
10799
10800 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10801
10802 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10803 Support for bibentry.
10804 (reftex-compile-variables): Fixed problem with end of section-re.
10805
10806 * texmodes/reftex-dcr.el (reftex-view-crossref,
10807 reftex-view-crossref-from-bibtex):
10808 Deal with changed `reftex-find-citation-regexp-format'.
10809 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10810 Replaced `remprop' with `put'.
10811 (reftex-view-crossref, reftex-view-crossref-when-idle):
10812 Support for bibentry.
10813
10814 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10815 New entry for bibentry package.
10816
10817 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10818 Regexp also matches "\nobibliography".
10819
10820 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10821 Call `reftex-ensure-write-access' before doing anything.
10822 (reftex-ensure-write-access): New function.
10823
10824 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10825
10826 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10827
10828 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10829
10830 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10831
10832 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10833
10834
10835 2000-06-20 Dave Love <fx@gnu.org>
10836
10837 * faces.el (frame-background-mode): Use set-default, not set, in
10838 setter.
10839 (frame-update-faces, frame-update-face-colors): Define with
10840 defalias.
10841
10842 * enriched.el (enriched-decode-foreground)
10843 (enriched-decode-background): Don't use internal-find-face.
10844
10845 * apropos.el: Doc fixes.
10846
10847 * cus-edit.el (customize-changed-options): Check arg.
10848 (customize-version-lessp): Don't require decimal point.
10849
10850 * custom.el (defcustom, defgroup): Doc fix.
10851
10852 * newcomment.el (comment) <defgroup>: Add :version.
10853 (comment-multi-line): Doc fix.
10854
10855 * emulation/mlsupport.el (define-hooked-local-abbrev,
10856 define-hooked-global-abbrev): Fix, using define-abbrev.
10857
10858 2000-06-19 Gerd Moellmann <gerd@gnu.org>
10859
10860 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10861 the whole buffer.
10862
10863 2000-06-19 Dave Love <fx@gnu.org>
10864
10865 * menu-bar.el (menu-bar-options-save): New function.
10866 (menu-bar-options-menu): Use it.
10867 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10868 Simplify.
10869
10870 2000-06-19 Andreas Schwab <schwab@suse.de>
10871
10872 * progmodes/etags.el (tags-query-replace): Put new parameters
10873 START and END at the end, for backward compatibility.
10874
10875 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10876
10877 * international/codepage.el:
10878 (cp-coding-system-for-codepage-1): Delete special codes for
10879 generating xxx-dos coding system because now a CCL based coding
10880 system can handle EOL conversion by default.
10881
10882 * international/mule.el (make-coding-system): Generate subsidiary
10883 coding systems for EOL handling variants even for a CCL based
10884 coding system.
10885
10886 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10887
10888 * international/isearch-x.el (isearch-minibuffer-input-method)
10889 (isearch-minibuffer-input-method-function): These variables
10890 deleted.
10891 (isearch-with-input-method): Don't use the above variables.
10892 (isearch-process-search-multibyte-characters): Likewise. Call
10893 read-string with the arg INHERIT-INPUT-METHOD t.
10894
10895 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10896
10897 * font-lock.el (font-lock-after-fontify-buffer)
10898 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10899
10900 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10901 Use consistent make-local-variable style for font-lock-fontified.
10902 (jit-lock-fontify-buffer):
10903 Don't bother checking for font-lock-mode and jit-lock-mode.
10904
10905 * time.el: Remove trailing ^M that prevent CVS-merging.
10906
10907 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10908
10909 * Makefile.in (distclean): New target.
10910
10911 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10912
10913 * Makefile.in (srcdir): Define for update-subdirs.
10914
10915 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10916
10917 * find-lisp.el: New file.
10918
10919 2000-06-16 Andrew Innes <andrewi@gnu.org>
10920
10921 * time.el (display-time-mail-function): New variable, to allow
10922 external packages to indicate when new mail is available.
10923 (display-time-update): Use it.
10924
10925 2000-06-16 Kenichi Handa <handa@etl.go.jp>
10926
10927 * international/mule.el (mule-version): Change version name to
10928 SAKAKI. AOI has already been used by Meadow.
10929
10930 * international/quail.el (quail-show-guidance-buf): To find the
10931 bottom window (but minibuffer), pay attention to the height of
10932 minibuffer.
10933
10934 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10935
10936 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10937 menu-bar menus. Add help strings. Don't remove the Edit menu
10938 from the menu bar, as the menu bar has enough space now.
10939
10940 * Makefile.in (SHELL): Make sure /bin/sh is used.
10941
10942 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10943 characters, which use series of two ^H characters instead of one.
10944
10945 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10946
10947 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10948 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10949 functions.
10950 (Info-find-node-2): Try a case-sensitive search first, then
10951 do a case-insensitive search.
10952
10953 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10954 tutorials.
10955
10956 * complete.el (PC-env-vars-alist): New variable.
10957 (PC-complete-as-file-name): New function.
10958 (partial-completion-mode): Initialize PC-env-vars-alist from
10959 process-environment.
10960 (PC-do-completion): Handle completion of env vars.
10961
10962 * info.el (Info-set-mode-line): Show file name in mode line,
10963 use `*Info*' instead of `Info:'.
10964
10965 * startup.el (command-line-1): Change copyright messages to year
10966 2000.
10967
10968 2000-06-15 Dave Love <fx@gnu.org>
10969
10970 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10971 not local-map.
10972
10973 2000-06-15 Kenichi Handa <handa@etl.go.jp>
10974
10975 * international/mule.el (set-buffer-file-coding-system): Almost
10976 rewritten to handle `undecided' as no-op.
10977
10978 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10979
10980 * Makefile.in: New file.
10981
10982 * Makefile: Removed.
10983
10984 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10985 (goto-address-highlight-keymap): Bind C-c RET.
10986
10987 2000-06-14 Kenichi Handa <handa@etl.go.jp>
10988
10989 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10990 inherits buffer-file-coding-system of the current buffer.
10991
10992 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10993 0. Give correct argument to set-auto-coding-function.
10994 (tar-expunge): For goto-char, use (point-min), not 0.
10995 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10996 (tar-subfile-save-buffer): Likewize.
10997
10998 * international/mule.el
10999 (after-insert-file-set-buffer-file-coding-system): Call
11000 set-buffer-file-coding-system with the arg FORCE t.
11001
11002 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11003
11004 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11005 nil. Contemporary sendmails issue an X-Authentication-Warning if
11006 the sender is set with `-f'.
11007
11008 2000-06-13 Dave Love <fx@gnu.org>
11009
11010 * help.el (describe-function-1): Kluge around cases of functions
11011 fset to subrs whose doc doesn't match their symbol-name.
11012
11013 * image.el (insert-image): Default STRING to a space.
11014
11015 * info.el Doc fixes.
11016 (Info-build-node-completions): Match Ref tags.
11017
11018 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11019
11020 * frame.el (display-multi-frame-p, display-multi-font-p): New
11021 defaliases for display-graphic-p.
11022
11023 * hl-line.el: Fixed a typo in commentary.
11024
11025 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11026
11027 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11028 fixed.
11029
11030 2000-06-12 Dave Love <fx@gnu.org>
11031
11032 * image.el (insert-image): Save a little consing.
11033
11034 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11035
11036 * language/tibet-util.el: Convert all tibetan-1-column characters
11037 to the corresponding tibetan characters.
11038 (tibetan-add-components): Delete code for the special treatment of
11039 'a chung.
11040
11041 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11042 change.
11043 (tibetan-vowel-transcription-alist): More rules added.
11044 (tibetan-composite-vowel-alist): New variable.
11045 (tibetan-precomposition-rule-alist): More rules added.
11046
11047 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11048
11049 * startup.el (command-line): Only call menu-bar-mode if interactive.
11050
11051 * thingatpt.el (toplevel symbol-properties):
11052 * textmodes/makeinfo.el (makeinfo-compile):
11053 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11054 * progmodes/hideif.el (hif-compress-define-list)
11055 (hide-ifdef-use-define-alist):
11056 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11057 (ange-ftp-vms-add-file-entry):
11058 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11059 * man.el (Man-build-man-command):
11060 * mail/rnewspost.el (news-reply-header-hook):
11061 * info.el (Info-insert-dir):
11062 * emulation/mlconvert.el (backward-word, forward-word, setq):
11063 * emacs-lisp/gulp.el (gulp-send-requests):
11064 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11065 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11066 (byte-optimize-apply, end of file):
11067 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11068 (ad-make-freeze-definition):
11069 * startup.el (command-line, command-line-1): Don't quote lambdas.
11070
11071 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11072 (cvs-cleanup-removed): New function.
11073 (cvs-cleanup-functions): New var.
11074 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11075 some flexibility in specifying additional entries to auto-cleanup.
11076 (cvs-quickdir): New function.
11077 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11078 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11079 (cvs-mode-find-file): Check that we are on a filename or dirname
11080 when invoked through a mouse-click.
11081 (cvs-full-path): Remove.
11082 (cvs-dired-action): Re-introduced.
11083 (cvs-dired-noselect): Use it.
11084 (vc-post-command-functions): use this new hook if available.
11085
11086 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11087 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11088 (cvs-filename-map, cvs-dirname-map): Remove.
11089 (cvs-default-action): Remove.
11090 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11091 if the arg is really a keymap.
11092 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11093 Don't hardcode the mapping from state (aka type) to face, but check
11094 the var cvs-fi-<type>-face instead.
11095 (cvs-fileinfo-from-entries): New function.
11096
11097 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11098 Docstring fix.
11099 (cvs-find-file-and-jump): Change default to be safer.
11100 (cvs-mode-diff-map): Define it as a function as well.
11101 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11102 Bind mouse-2 in this global map rather than with text-properties.
11103
11104 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11105 file to resolve the ambiguity between C(conflict) and C(need-merge).
11106
11107 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11108
11109 * international/mule.el (set-buffer-file-coding-system): If
11110 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11111 unconditionally.
11112
11113 2000-06-12 Dave Love <fx@gnu.org>
11114
11115 * wid-edit.el (widget-specify-button): Really suppress the face if
11116 required.
11117
11118 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11119
11120 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11121
11122 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11123
11124 * imenu.el (imenu-generic-expression): Docstring fix.
11125
11126 * composite.el (composition-function-table): Move the `put'
11127 below the autoload cookie so we can load the file before loaddefs.
11128
11129 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11130
11131 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11132 Handle easy-mmode-define-global-mode.
11133 For complex macros like define-minor-mode that can generate
11134 several autoload entries, try to autoload entries in the
11135 macroexpanded code.
11136
11137 * emacs-lisp/easy-mmode.el (define-minor-mode):
11138 If KEYMAP is a symbol, just use it.
11139 Use byte-compile-current-file and load-file-name to infer the
11140 proper :require to pass to defcustom.
11141 Wrap the hook var into `progn' so as not to autoload it.
11142 Add a :autoload-end cookie.
11143 Be more careful about the evaluation of KEYMAP.
11144 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11145 (define-derived-mode): Move define-abbrev-table outside of defvar.
11146
11147 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11148
11149 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11150 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11151 (backup-compiled-files): Ignore errors during `tar'.
11152 (bootstrap): Make autoloads before elc files.
11153
11154 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11155
11156 * international/mule.el (set-buffer-file-coding-system): If one of
11157 undecided-XXX is specified, change only EOL conversion.
11158
11159 * international/mule-conf.el (unix): New alias for the coding
11160 system undecided-unix.
11161
11162 2000-06-09 Dave Love <fx@gnu.org>
11163
11164 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11165
11166 * progmodes/executable.el: Byte compile dynamic.
11167 (executable-insert): Change custom type.
11168 (executable-find): Add autoload cookie.
11169 (executable-make-buffer-file-executable-if-script-p): New
11170 function. After Noah Friedman.
11171
11172 * files.el (after-save-hook): Customize, with
11173 executable-make-buffer-file-executable-if-script-p as an option.
11174
11175 2000-06-09 Kenichi Handa <handa@etl.go.jp>
11176
11177 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11178 "tib24p-mule.bdf" for Tibetan.
11179
11180 * composite.el (decompose-composite-char): Declare it as obsolete.
11181
11182 * man.el (Man-fontify-manpage): Pay attention to underline and
11183 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11184
11185 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11186
11187 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11188 Set maintainer to FSF since author isn't reachable.
11189
11190 2000-06-08 Dave Love <fx@gnu.org>
11191
11192 * international/mule-cmds.el (select-safe-coding-system): If
11193 DEFAULT-CODING-SYSTEM is not specified, also check the most
11194 preferred coding-system if buffer-file-coding-system is
11195 `undecided'. From Handa.
11196
11197 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11198
11199 * international/mule.el
11200 (after-insert-file-set-buffer-file-coding-system): If the buffer
11201 size is greater than INSERTED, judget that we are not visiting.
11202
11203 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11204
11205 * whitespace.el (defgroup whitespace): Comment out `:version'.
11206 XEmacs 20.4 has problems defining the group with this present.
11207 We'll have this commented out till get resolve the problem.
11208
11209 2000-06-07 John Wiegley <johnw@gnu.org>
11210
11211 * align.el (align-dq-string-modes, align-sq-string-modes)
11212 (align-open-comment-modes): Add pyhton-mode.
11213 (align-rules-list): Use get-text-property instead of
11214 text-properties-at.
11215 (align-rules-list): Add python-assignment.
11216 (align-rules-list): Change perl-comma-delimiter to
11217 basic-comma-delimiter. Use if for Perl modes and python-mode.
11218 (align-rules-list): Add python-chain-logic and
11219 basic-line-continuation.
11220
11221 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11222
11223 * apropos.el (apropos-mode-hook): New user variable.
11224 (apropos-mode): Run apropos-mode-hook.
11225
11226 2000-06-07 David Ponce <david@dponce.com>
11227
11228 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11229 commands. Require `wid-edit' at run-time.
11230
11231 2000-06-07 David Ponce <david@dponce.com>
11232
11233 * recentf.el: Added some "Commentary".
11234 (recentf-open-more-files, recentf-edit-list): Minor changes to
11235 move the point at the top of the file list. This behaviour is
11236 consistent with the menu one when the list contains a lot of
11237 files.
11238 (recentf-cleanup): Now displays the number of items removed from
11239 the list.
11240 (recentf-relative-filter) New menu filter to show filenames
11241 relative to `default-directory'.
11242
11243 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11244
11245 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11246 with/without giving an error if PostScript printer doesn't have this
11247 kind of page size. Zebra Stripe continues or restarts on next page.
11248 Manual/automatic paper feeding. Switch or not the header.
11249 (ps-print-version): New version number (5.2.2).
11250 (ps-windows-system): Include emx as a Windows system.
11251 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11252 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11253 (ps-background-text): Code fix.
11254 (ps-error-handler-message, ps-user-defined-prologue)
11255 (ps-print-prologue-header, ps-printer-name)
11256 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11257 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11258 (ps-use-face-background): Customization fix.
11259 (ps-n-up-database): Data fix.
11260 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11261 (ps-switch-header): New vars.
11262 (ps-xemacs-color-name, ps-face-foreground-name)
11263 (ps-face-background-name, ps-boolean-constant): New funs.
11264
11265 2000-06-07 Dave Love <fx@gnu.org>
11266
11267 * allout.el: New version from Manheimer.
11268
11269 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11270
11271 * textmodes/fill.el (fill-find-break-point): Check the validity of
11272 charset.
11273
11274 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11275
11276 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11277 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11278 Call display-color-p and display-mouse-p instead of looking at
11279 window-system.
11280
11281 2000-06-06 Dave Love <fx@gnu.org>
11282
11283 * image.el (find-image): Doc fix. Return nil if image not found.
11284 (put-image, insert-image): Make STRING arg optional.
11285
11286 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11287
11288 * language/vietnamese.el: Remove eval-when-compile.
11289 (viet-viscii-nonascii-translation-table): Define it as a
11290 translation table made from viet-viscii-decode-table.
11291 (viet-viscii-encode-table): Define it as a translation table made
11292 from the reverse map of above.
11293 (viet-vscii-nonascii-translation-table): Define it as a
11294 translation table made from viet-vscii-decode-table.
11295 (viet-vscii-encode-table): Define it as a translation table made
11296 from the reverse map of above.
11297 (ccl-decode-viscii): Use translate-character.
11298 (ccl-encode-viscii, ccl-encode-viscii-font)
11299 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11300 Likewize.
11301
11302 * language/cyrillic.el: Remove eval-when-compile.
11303 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11304 translation table made from cyrillic-koi8-r-decode-table.
11305 (cyrillic-koi8-r-encode-table): Define it as a translation table
11306 made from the reverse map of above.
11307 (ccl-decode-koi8): Use translate-character.
11308 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11309 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11310 a translation table made from cyrillic-alternativnyj-decode-table.
11311 (cyrillic-alternativnyj-encode-table): Define it as a translation
11312 table made from the reverse map of above.
11313 (ccl-decode-alternativnyj): Use translate-character.
11314 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11315 Likewize
11316
11317 * international/mule-diag.el (non-iso-charset-alist): Specify
11318 translation table symbol instead of translation table itself.
11319 (list-block-of-chars): CHARSET may be a translation table symbol.
11320
11321 * international/mule.el (make-coding-system): If CODING-SYSTEM
11322 already exists, override it.
11323
11324 * international/fontset.el: Use family `proportional' for Tibetan
11325 fonts.
11326
11327 * international/ccl.el (ccl-compile-translate-character): Don't
11328 check if Rrr has property translation-table.
11329 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11330
11331 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11332
11333 * info.el: Bind case-fold-search to t when searching in case
11334 a user sets it to nil in a hook.
11335
11336 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11337
11338 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11339 * hl-line.el (hl-line-mode): Use the new :global key argument.
11340
11341 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11342 (tar-clip-time-string): Prepend a space.
11343 (tar-grind-file-mode): Construct a string rather than modifying one.
11344 (tar-header-block-summarize): Fix docstring.
11345 Use `format' rather than an error-prone set of copy-loops.
11346
11347 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11348 (diff-goto-source, diff-unified->context, diff-context->unified)
11349 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11350 understand the format output by the `-p' argument to diff.
11351
11352 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11353 (sh-re-done): Use defconst.
11354 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11355 (sh-help-string-for-variable, sh-guess-basic-offset):
11356 Don't quote lambdas.
11357 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11358 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11359
11360 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11361 (mh-letter-mode): Derive from text-mode.
11362 This implicitly means that it now calls kill-all-local-variables.
11363 Also remove the Emacs-18 compatibility code.
11364
11365 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11366 Make use of symbol-property doc-string-elt.
11367 Use memq rather than a sequence of eq.
11368 (doc-string-elt): Fix the wrong or missing previously unused values.
11369 (autoload-print-form): New function extracted from
11370 generate-file-autoloads to allow recursion when handling progn
11371 so that defvar's and defun's docstrings are properly printed.
11372 (generate-file-autoloads): Use it.
11373
11374 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11375 Use find-file-hooks in the minor-mode function.
11376 Be careful not to loop indefinitely in the post-command-hook function.
11377
11378 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11379
11380 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11381 tty's.
11382 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11383 differences whenever appropriate.
11384 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11385 * viper.el (find-file, find-file-other-window): Get viper to do
11386 wildcards.
11387
11388 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11389
11390 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11391 (jit-lock-fontify-buffer): New function for JIT refontification.
11392 (jit-lock-mode): Fix docstring.
11393 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11394 Remove jit-lock-after-change from the _local_ hook.
11395 (jit-lock-function-1): Fix docstring.
11396
11397 * info.el (Info-on-current-buffer): Initialize info.
11398
11399 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11400
11401 * progmodes/tcl.el (tcl-indent-for-comment):
11402 Ignore comment-indent-hook.
11403
11404 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11405 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11406 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11407 and improve to use the lighter to guess the capitalization.
11408 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11409 Add keyword arguments to specify global-ness or the custom group.
11410 Add local-map and help-echo properties to the lighter.
11411 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11412 (easy-mmode-define-global-mode): New macro.
11413
11414 2000-06-02 Dave Love <fx@gnu.org>
11415
11416 * wid-edit.el: byte-compile-dynamic since we typically don't use
11417 all the widgets. Don't require cl or widget. Remove
11418 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11419 (widget-read-event): Removed. Callers changed to use read-event.
11420 (widget-button-release-event-p): Renamed from
11421 button-release-event-p.
11422 (widget-field-add-space, widget-field-use-before-change):
11423 Uncustomize.
11424 (widget-specify-field): Use keymap property, not local-map.
11425 (widget-specify-button): Obey :suppress-face.
11426 (widget-specify-insert): Use modern backquote syntax.
11427 (widget-image-directory): Renamed from widget-glyph-directory.
11428 (widget-image-enable): Renamed from widget-glyph-enable.
11429 (widget-image-find): Replaces widget-glyph-find.
11430 (widget-button-pressed-face): Move defvar.
11431 (widget-image-insert): Replaces widget-glyph-insert.
11432 (widget-convert): Use keywordp.
11433 (widget-leave-text, widget-children-value-delete): Use mapc.
11434 (widget-keymap): Remove XEmacs stuff.
11435 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11436 (widget-button-click): Don't set point at the click, but re-centre
11437 if we scroll out of window. Rewritten for images v. glyphs &c.
11438 (widget-tabable-at): Use POS arg, not point.
11439 (widget-beginning-of-line, widget-end-of-line)
11440 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11441 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11442 (widget-default-create): Use widget-image-insert; some rewriting.
11443 (widget-visibility-value-create)
11444 (widget-push-button-value-create, widget-toggle-value-create): Use
11445 widget-image-insert.
11446 (checkbox): Create on and off images dynamically.
11447 (documentation-link): Change :help-echo.
11448 (widget-documentation-link-echo-help): Remove.
11449
11450 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11451
11452 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11453
11454 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11455 (easy-mmode-define-toggle, define-minor-mode): Use it.
11456 (easy-mmode-define-keymap): Docstring fix.
11457 (define-derived-mode): Default PARENT to fundamental-mode.
11458 Add the derived-mode-parent symbol-property.
11459 (easy-mmode-derived-mode-p): New function.
11460
11461 2000-06-02 Dave Love <fx@gnu.org>
11462
11463 * files.el (convert-standard-filename): Doc fix.
11464 (normal-backup-enable-predicate): New function.
11465 (backup-enable-predicate): Use it to replace the lambda form.
11466
11467 * calendar/todo-mode.el: [This needs more work on the outline
11468 stuff.] Doc fixes.
11469 (todo) <defgroup>: Add :version.
11470 (todo-add-category): Don't use pushnew.
11471 (todo-cmd-raise): Fix typo.
11472 (todo-top-priorities): Change temp buffer name.
11473 (todo-category-alist): Avoid redundant lambda.
11474 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11475 Use outline-next-heading.
11476
11477 * autoarg.el: Rewritten to use define-minor-mode.
11478 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11479 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11480
11481 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11482
11483 * isearch.el (isearch-other-meta-char): Fix previous change.
11484
11485 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11486
11487 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11488 (log-edit-done): Only add the comment to the ring if it's different
11489 from the last comment entered.
11490
11491 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11492
11493 2000-06-01 Dave Love <fx@gnu.org>
11494
11495 * hl-line.el: Rewritten using define-minor-mode.
11496
11497 * help.el (describe-function-1): Distinguish special form from
11498 builtin function. Sanity-check presence of arglist for builtins.
11499
11500 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11501
11502 * international/characters.el: Fix syntax/category setting of
11503 Tibetan characters.
11504
11505 * language/tibet-util.el (tibetan-add-components): Fixes for new
11506 encoding of Tibetan characters.
11507 (tibetan-decompose-precomposition-alist): New variable.
11508 (tibetan-decompose-region): Convert precomposed characters to
11509 non-precomposed characters.
11510 (tibetan-decompose-string): Likewise.
11511 (tibetan-composition-function): Fix args to
11512 thibetan-compose-string.
11513
11514 * language/tibetan.el (tibetan-composable-pattern): More
11515 characters included.
11516 (tibetan-consonant-transcription-alist): Rule for "R" added.
11517 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11518 "+R" added.
11519 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11520
11521 * language/lao-util.el (lao-composition-function): Fix args to
11522 compose-string.
11523
11524 * language/thai-util.el (thai-composition-function): Fix args to
11525 compose-string.
11526
11527 * isearch.el (isearch-update): Set disable-point-adjustment to t
11528 to prevent the point moving to the end of a composition when a
11529 part of a composition is searched.
11530 (isearch-other-meta-char): If the key invoking this command can be
11531 mapped by function-key-map to a printing char, call
11532 isearch-process-search-char directly.
11533
11534 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11535
11536 * emacs-lisp/bytecomp.el:
11537 * frame.el:
11538 * international/mule-cmds.el:
11539 * international/mule-util.el:
11540 * international/mule.el:
11541 * mouse.el:
11542 * subr.el:
11543 * faces.el: Update calls to make-obsolete with a WHEN argument.
11544
11545 * byte-run.el (make-obsolete, make-obsolete-variable):
11546 Add an optional WHEN argument and change the format of the
11547 symbol-property information.
11548 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11549 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11550 new obsolete-symbol-property format and print WHEN if it is provided.
11551
11552 2000-05-31 Dave Love <fx@gnu.org>
11553
11554 * loadhist.el (loadhist-hook-functions): Remove
11555 before-change-function, after-change-function.
11556 (unload-feature): Deal with symbols which are both bound and
11557 fbound.
11558
11559 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11560 before-change-function, after-change-function.
11561
11562 * simple.el (newline): Don't bind before-change-function,
11563 after-change-function.
11564
11565 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11566
11567 * whitespace.el (whitespace-rescan-timer-time): Update interval
11568 set to 600 seconds (10 minutes) instead of 60 seconds since
11569 a large number of whitespace buffers causes emacs to `freeze'
11570 for a considerable amount of time.
11571
11572 * whitespace.el: Updated email address
11573
11574 2000-05-31 Dave Love <fx@gnu.org>
11575
11576 * add-log.el (change-log-font-lock-keywords) <function>: Add
11577 pattern for function of change.
11578 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11579 acknowledgements patterns.
11580
11581 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11582
11583 * isearch.el (isearch-printing-char): If keyboard coding system is
11584 being used, call isearch-process-search-multibyte-characters.
11585
11586 * international/isearch-x.el: Mostly rewritten.
11587
11588 * international/quail.el (quail-start-conversion): Don't include
11589 unhandled events in the returned events, but set them in
11590 unread-command-events. Exit if all inputs are deleted.
11591
11592 2000-05-30 Jason Rumney <jasonr@gnu.org>
11593
11594 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11595
11596 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11597 Reenable code to create initial fontsets.
11598 Use set-fontset-font in place of put-charset-property.
11599
11600 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11601
11602 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11603 label, ensure that the first colon isn't followed by another.
11604
11605 * paths.el (Info-default-directory-list): Doc fix.
11606
11607 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11608 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11609 send a query containing USER only, not USER@HOST.
11610
11611 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11612 and rmail-msgend to compute the restriction at the end, instead of
11613 computing it.
11614
11615 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11616
11617 * dabbrev.el (dabbrev-expand): Don't display messages in the
11618 echo area if the minibuffer window is active.
11619
11620 * jit-lock.el (jit-lock-mode): Add after change function to
11621 local hook.
11622
11623 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11624
11625 * antlr-mode.el: New commands: hide/unhide actions,
11626 upcase/downcase literals.
11627 (antlr-tiny-action-length): New user option.
11628 (antlr-hide-actions): New command. Suggested by
11629 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11630 (antlr-mode-map): New binding [C-c C-v].
11631 (antlr-mode-menu): New entries.
11632 (antlr-downcase-literals): New command.
11633 (antlr-upcase-literals): Ditto.
11634
11635 * antlr-mode.el: Minor changes: indendation, mode-name.
11636 (antlr-indent-line): Indent cpp directive at column 0.
11637 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11638
11639 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11640 (antlr-font-lock-additional-keywords): Workaround for intentional
11641 bug in XEmacs version of font-lock.
11642 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11643 be used by a smarter version of `buffers-menu-grouping-function'.
11644
11645 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11646
11647 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11648 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11649
11650 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11651
11652 * international/encoded-kb.el
11653 (encoded-kbd-iso2022-designation-map): Pay attention to that
11654 charset-iso-final-char return -1 for eight-bit-control and
11655 eight-bit-graphic.
11656
11657 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11658
11659 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11660 (speedbar-easymenu-definition-base): Use display-graphic-p where
11661 available, instead of window-system.
11662
11663 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11664
11665 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11666 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11667 coding systems.
11668
11669 2000-05-26 Dave Love <fx@gnu.org>
11670
11671 * disp-table.el (standard-display-underline): Don't use
11672 internal-find-face.
11673
11674 * mail/reporter.el: Maintainer change. Doc fixes.
11675 (reporter-version): Deleted.
11676
11677 * emacs-lisp/elp.el: Maintainer change.
11678 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11679
11680 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11681
11682 * add-log.el (add-change-log-entry): Merge the current entry with the
11683 previous one if the previous one is empty.
11684
11685 2000-05-26 Dave Love <fx@gnu.org>
11686
11687 * loadhist.el (unload-feature): Fix interactive spec [from
11688 lijnzaad@ebi.ac.uk].
11689
11690 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11691 subr-arity to check primitives.
11692 (byte-compile-flush-pending, byte-compile-file-form-progn)
11693 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11694 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11695 mapcar.
11696
11697 2000-05-26 Kenichi Handa <handa@etl.go.jp>
11698
11699 * international/fontset.el: Set family names of non-latin charsets
11700 in default fontset to "*".
11701
11702 * international/mule-diag.el (print-fontset): Combine family part
11703 and registry part of the fontname by "-*-" instead of "-".
11704
11705 * international/mule-cmds.el (encode-coding-char): Make strings
11706 multibyte before calling encode-coding-string.
11707
11708 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11709
11710 * derived.el: Fix keywords.
11711 (define-derived-mode): Only define if needed.
11712
11713 * simple.el (fill-comment, comment-column, comment-start)
11714 (comment-start-skip, comment-end, comment-indent-function)
11715 (block-comment-start, block-comment-end, indent-for-comment)
11716 (set-comment-column, kill-comment, comment-padding, comment-region)
11717 (comment-multi-line, indent-new-comment-line): Remove.
11718
11719 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11720 function names for comment operations.
11721
11722 * newcomment.el: Add abundant autoload cookies.
11723 (comment-style): Don't depend on runtime data at compile-time.
11724 (comment-indent-hook): Remove.
11725 (comment-indent): Check if comment-indent-hook is bound.
11726 (comment-region): Docstring fix.
11727
11728 2000-05-25 Dave Love <fx@gnu.org>
11729
11730 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11731 byte-code-function-p.
11732
11733 * mail/rmailsum.el: Add provide.
11734
11735 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11736
11737 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11738 defcustom.
11739
11740 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11741
11742 * ediff-diff.el (ediff-exec-process): delete --binary option from
11743 non-buffer ediff jobs.
11744
11745 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11746
11747 * hilit-chg.el (highlight-changes-mode): Ask about color or
11748 grayscale support, not about window-system.
11749
11750 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11751 window-system.
11752 (ffap-highlight): Always default to t.
11753
11754 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11755 display-popup-menus-p instead of looking at window-system.
11756
11757 * disp-table.el (standard-display-g1, standard-display-graphic):
11758 Only refuse to use string glyphs on X and MS-Windows.
11759
11760 * avoid.el: Remove window-system from commentary, suggest to use
11761 display-*-p instead.
11762
11763 * apropos.el (apropos-print): Use display-mouse-p instead of
11764 window-system.
11765
11766 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11767
11768 * international/codepage.el (cp-decoding-vector-for-codepage):
11769 Fill up unsupported characters with their own codes. From Kenichi
11770 Handa.
11771
11772 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11773
11774 * international/mule-diag.el (describe-char-after): Use
11775 display-graphic-p instead of window-system, so that this function
11776 works on MS-DOS.
11777
11778 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11779
11780 * international/codepage.el (cp-make-coding-systems-for-codepage):
11781 Remove the eight-bit-graphic and eight-bit-control charsets from
11782 the list of charsets which we convert into `?'.
11783
11784 2000-05-25 Kenichi Handa <handa@etl.go.jp>
11785
11786 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11787 private charsets.
11788 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11789 japanese-jisx0213-2): New charsets.
11790
11791 * international/fontset.el: Setup default fontset for new charsets.
11792
11793 2000-05-24 Dave Love <fx@gnu.org>
11794
11795 * info.el (Info-find-node-2): Restructure [following "Vadim
11796 S. Solomin" <sovs@uic.nnov.ru>].
11797
11798 * icomplete.el: Fix header for Finder.
11799
11800 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11801
11802 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11803 STAY.
11804
11805 * rmail.el (rmail-automatic-folder-directives): New user variable.
11806 (rmail-show-message): Add call to `rmail-auto-file' during
11807 display.
11808 (rmail-auto-file): New function.
11809
11810 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11811
11812 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11813 account.
11814 (ediff-test-utility,ediff-diff-mandatory-option)
11815 (ediff-reset-diff-options): Utilities for proper initialization of
11816 ediff-diff-options and ediff-diff3-options on Windows.
11817
11818 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11819 variable.
11820
11821 * ediff-mult.el (ediff-filegroup-action): Use
11822 ediff-merge-filename-prefix.
11823
11824 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11825
11826 * viper-ex.el (ex-write): Set selective display to nil.
11827
11828 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11829
11830 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11831 aliases for hebrew-iso-8bit.
11832
11833 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11834
11835 * woman.el: New version from Francis J. Wright
11836 <F.J.Wright@Maths.QMW.ac.uk>.
11837 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11838 names in environment variables regardless of the path separator.
11839 (woman-topic-all-completions-1): Don't call file-name-directory-p
11840 on all files, since woman-file-regexp already filters out any
11841 directories.
11842
11843 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11844
11845 * international/quail.el (quail-start-translation): Don't change
11846 modified-p of the current buffer.
11847 (quail-start-conversion): Likewise.
11848
11849 * international/kkc.el (kkc-region): Don't change modified-p of
11850 the current buffer.
11851
11852 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11853 conform to RFC1468.
11854 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11855
11856 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11857
11858 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11859 (speedbar-insert-button): Invisible text property fix.
11860 (speedbar-directory-plus): Renamed from speedbar-directory-+
11861 (speedbar-directory-minus): Renamed from speedbar-directory--
11862 (speedbar-page-plus): Renamed from speedbar-file-+
11863 (speedbar-page-minus): Renamed from speedbar-file--
11864 (speedbar-page): Renamed from speedbar-file-
11865 (speedbar-tag): Renamed from speedbar-tag-
11866 (speedbar-tag-plus): Renamed from speedbar-tag-+
11867 (speedbar-tag-minus): Renamed from speedbar-tag--
11868 (speedbar-expand-image-button-alist): Use above renames.
11869
11870 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11871 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11872 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11873 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11874 * sb-pg.xpm: Renamed from sb-file.xpm
11875 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11876 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11877
11878 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11879
11880 * international/quail.el (quail-show-guidance-buf): Set
11881 current-input-method of the guidance buffer to the name of the
11882 curren input method.
11883
11884 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11885
11886 * progmodes/compile.el (compile-internal): Style typo.
11887
11888 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11889 quote vars and functions in the docstring.
11890
11891 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11892
11893 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11894 Don't quote lambdas.
11895
11896 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11897
11898 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11899
11900 * startup.el (command-line): Determine source file of compiled
11901 user init file differently. Warn if compiled user init file
11902 is older than its source file.
11903
11904 * ffap.el (ffap-url-regexp): Add `https'.
11905
11906 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11907
11908 * files.el (make-backup-file-name-1): Replace slashes with `!'
11909 rather than `|' (which is not allowed on Windows). Replace the
11910 drive letters with a string "drive_X".
11911
11912 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11913
11914 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11915
11916 * files.el (interpreter-mode-alist): Add `bash2'.
11917
11918 2000-05-22 Dave Love <fx@gnu.org>
11919
11920 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11921 mapc.
11922 (feature-file): Avoid calling symbol-name. Doc fix.
11923 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11924 (loadhist-hook-functions): Add mouse-position-function.
11925 (unload-feature): Change uses of mapcar.
11926
11927 * files.el (parse-colon-path): Doc fix.
11928 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11929 (set-auto-mode): Use mapc.
11930
11931 * complete.el (PC-look-for-include-file): Use :alnum: character
11932 class.
11933 (partial-completion-mode): Add autoload cookie.
11934
11935 2000-05-22 Sam Steingold <sds@gnu.org>
11936
11937 * info.el (Info-fontify-node): Fixed the call to
11938 `add-text-properties' (bug introduced on 2000-05-18).
11939
11940 2000-05-22 Dave Love <fx@gnu.org>
11941
11942 * bindings.el: Remove debug-ignored-errors set in other files.
11943
11944 * progmodes/etags.el: Add to debug-ignored-errors.
11945 (visit-tags-table-buffer): Clear out buffers holding old tables
11946 when making a new list.
11947 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11948 mapc.
11949
11950 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11951 quote keywords.
11952 (cmpl-string-case-type): Use character classes.
11953
11954 * comint.el:
11955 * textmodes/ispell.el:
11956 * imenu.el:
11957 * mail/mh-e.el:
11958 * progmodes/compile.el: Add to debug-ignored-errors.
11959
11960 * dabbrev.el: Add to debug-ignored-errors.
11961 (dabbrev-completion): Use mapc.
11962
11963 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11964
11965 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11966 (woman-mapcan, woman-parse-man.conf)
11967 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11968 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11969 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11970 path syntax better.
11971 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11972 (woman-manpath): Call woman-parse-man.conf.
11973 (woman-emulation): New defcustom, defaults to nroff.
11974 (woman-font-support): New defconst.
11975 (woman-use-symbol-font): New defcustom.
11976 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11977 "Emulation".
11978 Many functions: Doc fix.
11979
11980 2000-05-22 Kenichi Handa <handa@etl.go.jp>
11981
11982 * international/quail.el (quail-simple-translation-keymap): Map
11983 128..255 to quail-self-insert-command.
11984 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11985
11986 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11987
11988 * help.el (help-manyarg-func-alist): Typo.
11989
11990 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11991 intervals which makes it heaps simpler.
11992
11993 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11994 the nested comment markers.
11995
11996 * subr.el (remove-hook): Don't turn the hook's value into a list.
11997
11998 2000-05-21 Dave Love <fx@gnu.org>
11999
12000 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12001 are invalid characters.
12002
12003 * international/mule-util.el (detect-coding-with-priority): Use
12004 mapc. Remove redundant lambda.
12005
12006 * international/mule-diag.el (list-non-iso-charset-chars)
12007 (describe-fontset): Remove redundant lambda.
12008
12009 * emulation/crisp.el (brief-mode): New alias.
12010
12011 * emacs-lisp/ring.el (ring-elements): New function.
12012
12013 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12014 (easy-menu-do-add-item): Use keywordp.
12015
12016 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12017
12018 * replace.el: Doc and error message fixes.
12019 (replace-highlight): Use facep, not internal-find-face.
12020
12021 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12022
12023 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12024
12025 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12026 (log-edit-insert-changelog): Drop `:' as well.
12027
12028 * log-view.el: Fix file description.
12029 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12030 available.
12031 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12032 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12033
12034 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12035 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12036 Print a status message if the toggle is called interactively.
12037 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12038 for global minor modes and use `defcustom' for them.
12039 Use add-minor-mode.
12040 (easy-mmode-define-derived-mode): Remove.
12041 (define-derived-mode): Fancier default docstring.
12042 (easy-mmode-define-navigation): Signal an error rather than (ding).
12043
12044 * newcomment.el (comment-styles): New `box-multi'.
12045 (comment-normalize-vars): Better default for comment-continue to
12046 avoid whitespace-only continuations.
12047 (comment-search-forward): Always move even in the no-syntax case.
12048 (comment-padright): Only obey N if it's only obeyed for padleft.
12049 (comment-make-extra-lines): Better handling of empty continuations.
12050 Use `=' for the filler if comment-start has only one character.
12051 (uncomment-region): Try handling the special `=' filler.
12052 (comment-region): Allow LINES even if MULTI is nil.
12053 (comment-box): Choose box style based on comment-style.
12054
12055 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12056
12057 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12058 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12059
12060 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12061
12062 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12063 and insert, not subst-char-in-region.
12064
12065 * international/mule-diag.el (list-character-sets-1): Handle
12066 charsets eight-bit-control and eight-bit-graphic.
12067 (list-iso-charset-chars): Likewise.
12068 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12069 charactes as is. Use indent-to to align characters.
12070
12071 * international/mule-cmds.el (find-multibyte-characters): Never
12072 exclude charsets eight-bit-control and eight-bit-graphic.
12073
12074 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12075
12076 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12077 Don't quote lambdas.
12078
12079 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12080
12081 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12082
12083 * gud.el (gud-jdb-directories): Doc fix.
12084
12085 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12086
12087 * newcomment.el: New file.
12088
12089 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12090
12091 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12092
12093 2000-05-18 Andreas Schwab <schwab@suse.de>
12094
12095 * dired.el (dired-between-files): Also skip lines beginning with
12096 `used'.
12097
12098 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12099
12100 * msb.el (msb-menu-cond): Add choice `user'.
12101
12102 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12103
12104 * ps-print.el: Compatibility, customization and doc fix.
12105 (ps-printer-name-option): Replace defconst by defvar.
12106 (ps-postscript-code-directory): XEmacs compatibility.
12107 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12108 fix.
12109 (ps-user-defined-prologue, ps-print-prologue-header)
12110 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12111 compatibility and code fix.
12112 (ps-print-background-image, ps-print-background-text):
12113 Customization fix.
12114 (ps-line-number-start, ps-n-up-on): New vars.
12115
12116 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12117
12118 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12119 the indent-comment function to just return the appropriate indent.
12120
12121 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12122
12123 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12124 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12125 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12126
12127 2000-05-18 Dave Love <fx@gnu.org>
12128
12129 * info.el (Info-fontify-node): Add intangible property as well as
12130 invisible.
12131
12132 * calendar/appt.el (appt-make-list): Match all lines of entry.
12133 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12134
12135 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12136
12137 * international/mule-diag.el (describe-char-after): Call
12138 internal-char-font, not char-font. If internal-char-font returns
12139 nil, display "-- none --".
12140
12141 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12142
12143 * image.el (image-type-available-p): Don't reference image-types
12144 if it isn't bound.
12145
12146 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12147
12148 * autoarg.el (autoarg-mode): Typo in the :set argument.
12149
12150 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12151
12152 * startup.el (command-line-1): Don't signal an error if the
12153 directory for auto-save-list files does not yet exist.
12154
12155 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12156
12157 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12158
12159 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12160
12161 * subr.el (remove-hook): `setq' hook-value, not `set'.
12162
12163 2000-05-16 Sam Steingold <sds@gnu.org>
12164
12165 * info.el (debug-ignored-errors): More errors to ignore.
12166
12167 2000-05-16 Dave Love <fx@gnu.org>
12168
12169 * cus-edit.el: Don't require cl or easymenu.
12170 (custom-variable-prompt): Test standard-value property, not
12171 user-variable-p.
12172
12173 2000-05-16 Sam Steingold <sds@gnu.org>
12174
12175 * subr.el (add-hook): `setq' hook-value, not `set'.
12176
12177 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12178
12179 * startup.el (command-line-1): Mention the FAQ in the startup
12180 message.
12181
12182 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12183
12184 * progmodes/compile.el (compilation-parse-errors): Collect
12185 `nomessage' regexps last.
12186
12187 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12188
12189 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12190 to the function name.
12191
12192 2000-05-15 Dave Love <fx@gnu.org>
12193
12194 * speedbar.el (speedbar-recenter): Typo.
12195 (speedbar-expand-line): Make arg optional.
12196 (speedbar-mode): Avoid a compiler warning.
12197
12198 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12199
12200 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12201 user-specified option string is empty.
12202
12203 * mouse.el (mouse-yank-at-click): Doc fix.
12204
12205 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12206
12207 * term/internal.el (IT-character-translations): More updates of
12208 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12209 documents.
12210
12211 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12212
12213 * env.el (getenv): New function, interactively callable.
12214 (setenv, getenv): Remove autoload cookies.
12215
12216 * loadup.el: Load `env'.
12217
12218 * progmodes/f90.el: Change author's mail address.
12219
12220 2000-05-14 Dave Love <fx@gnu.org>
12221
12222 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12223 goto-addr as an option.
12224
12225 * help.el (help-xref-stack): Doc fix.
12226 (help-xref-following): New variable.
12227 (help-make-xrefs): Use it.
12228 (help-xref-go-back): Use position information from stack element.
12229 (help-follow): Make position in stack element a pair. Use
12230 help-xref-following.
12231
12232 * autoarg.el: New file.
12233
12234 * faces.el: Declare more functions obsolete.
12235
12236 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12237 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12238 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12239 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12240 Remove all the setup-...-environment functions.
12241
12242 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12243
12244 * speedbar.el: Updated the commentary section. xemacs20p now uses
12245 >= when detecting. Require `defimage' safely.
12246 (speedbar-easymenu-definition-base): Add toggle for images.
12247 (speedbar-easymenu-definition-special): Add flush cache & expand.
12248 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12249 (speedbar-reconfigure-keymaps-hook): New variable.
12250 (speedbar-frame-parameters): Updated documentation.
12251 (speedbar-use-imenu-flag): Updated custom tag
12252 (speedbar-dynamic-tags-function-list): New variable.
12253 (speedbar-tag-hierarchy-method): Updated doc & custom.
12254 (speedbar-indentation-width, speedbar-indentation-width) New
12255 variables.
12256 (speedbar-hide-button-brackets-flag): Customizable.
12257 (speedbar-vc-indicator): Doc update.
12258 (speedbar-ignored-path-expressions): Updated default value.
12259 (speedbar-supported-extension-expressions): Updated default value.
12260 (speedbar-syntax-table): Remove {} paren status.
12261 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12262 as "+". Added overlay aliases.
12263 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12264 `force-mode-line-update'.
12265 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12266 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12267 `mouse-set-point'
12268 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12269 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12270 of arbitrary text, and new helper functions.
12271 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12272 filename finder.
12273 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12274 (speedbar-directory-buttons): Update path search/expansion.
12275 (speedbar-make-tag-line): Pay attention to
12276 `speedbar-indentation-width'. Use more care w/ invisible
12277 properties.
12278 (speedbar-change-expand-button-char): Call
12279 `speedbar-insert-image-button-maybe'.
12280 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12281 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12282 (speedbar-trim-words-tag-hierarchy)
12283 (speedbar-simple-group-tag-hierarchy): New functions
12284 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12285 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12286 functions.
12287 (speedbar-mouse-set-point): New function
12288 (speedbar-power-click): Updated documentation.
12289 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12290 of tag prefix text.
12291 (speedbar-expand-line, speedbar-contract-line): Make more robust
12292 to strange text.
12293 (speedbar-expand-line): Takes universal argument to flush the
12294 cache.
12295 (speedbar-flush-expand-line): New function.
12296 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12297 Use new generator insertion method.
12298 (speedbar-fetch-dynamic-tags): New function.
12299 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12300 `speedbar-fetch-dynamic-imenu'.
12301 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12302 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12303 "Revert Buffer" menu items.
12304 (speedbar-buffer-buttons-engine): Be smarter when creating a
12305 filename tag (for expansion purposes.).
12306 (speedbar-highlight-one-tag-line,
12307 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12308 (speedbar-recenter): New functions.
12309 (defimage-speedbar): Image loading abstraction.
12310 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12311 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12312 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12313 (speedbar-tag-type, speedbar-tag-mail): New images.
12314 (speedbar-expand-image-button-alist): New variable.
12315 (speedbar-insert-image-button-maybe): Insert an image over some
12316 buttons.
12317
12318 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12319
12320 * international/mule-cmds.el (encode-coding-char): An ASCII
12321 character is always encodable.
12322
12323 * international/mule-conf.el: Add more information in descriptions
12324 of character sets.
12325
12326 * international/mule-diag.el (describe-char-after): New function.
12327 (describe-font-internal): Adjusted for the change of font-info.
12328 (describe-font): Likewise.
12329 (print-fontset): Rewritten for the new fontset implementation.
12330 (describe-fontset): Include fontset alias names in completion.
12331 (list-fontsets): Adjusted for the change of print-fontset.
12332
12333 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12334 describe-char-after instead of displaying the detail in the echo
12335 area.
12336 (syntax-code-table): Format changed.
12337 (string-to-syntax): Adjusted for the above change.
12338
12339 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12340
12341 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12342
12343 2000-05-12 Dave Love <fx@gnu.org>
12344
12345 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12346 dependence. Use line-{beginning,end}-position, not
12347 point-at{b,e}ol. Some doc fixes.
12348 (todo-position): New function. Fix callers of position to use it.
12349 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12350
12351 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12352
12353 * time.el (display-time-mail-icon): Use `:ascent center'.
12354
12355 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12356 handling FTP security extensions.
12357
12358 2000-05-11 Dave Love <fx@gnu.org>
12359
12360 * calendar/todo-mode.el: New file.
12361
12362 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12363
12364 * comint.el (comint-read-input-ring): Move reference to
12365 comint-input-ring-size outside of the save-excursion. It was
12366 causing the default value to be the only one ever seen.
12367
12368 * font-lock.el: Update copyright. Remove Simon Marshall's email
12369 address on request from him.
12370
12371 * subr.el (substitute-key-definition): Add comment describing
12372 the meaning of PREFIX.
12373
12374 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12375
12376 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12377
12378 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12379 (add-minor-mode): Don't make the variable buffer-local and add a
12380 reference to define-minor-mode in the docstring.
12381
12382 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12383 HEADER/FOOTER and fix bug with trailing empty directory.
12384 (cvs-append-to-ignore): Use vc-editable-p if available.
12385 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12386 (vc-do-command): Tweak advice to handle the new VC.
12387
12388 * log-view.el (log-view-goto-rev): New function for the new VC.
12389 (log-view-minor-wrap): Use mark-active.
12390
12391 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12392 (log-edit-changelog-full-paragraphs): New var.
12393 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12394 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12395 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12396 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12397 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12398 Replace the `cvs' prefix with `log-edit'.
12399
12400 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12401
12402 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12403 (diff-font-lock-defaults): Explicitly turn off multiline.
12404 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12405 (diff-ediff-patch): Fix call to ediff-patch-file.
12406 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12407 Handle comments.
12408
12409 * frame.el (automatic-hscrolling): Typo.
12410
12411 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12412
12413 2000-05-09 Sam Steingold <sds@goems.com>
12414
12415 * apropos.el (apropos-print): use `describe-face' instead of
12416 `customize-face-other-window'.
12417
12418 2000-05-09 Dave Love <fx@gnu.org>
12419
12420 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12421
12422 * help.el (describe-variable): Have customize button pop the
12423 help-xref stack when invoked.
12424 (help-xref-symbol-regexp): Add `face'.
12425 (help-make-xrefs): Check for quoted face names and adapt regexp
12426 submatch numbers to cope.
12427 (help-xref-interned): Maybe insert face doc too. Separate
12428 sections with a line of hyphens.
12429
12430 * faces.el: Some doc fixes. Declare some functions obsolete.
12431 (describe-face): Add customize button. Return the help
12432 text. Fix prompt.
12433
12434 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12435
12436 * term/internal.el (IT-character-translations): Fix last change.
12437
12438 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12439
12440 * woman.el: New file
12441 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12442
12443 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12444
12445 * term/internal.el (IT-character-translations): Update ASCII
12446 simulations for greek-iso8859-7, add latin-iso8859-14 and
12447 latin-iso8859-15.
12448
12449 * international/mule-cmds.el (set-language-info-alist): Call
12450 define-prefix-command with 3 arguments, to make the map suitable
12451 for a menu.
12452
12453 2000-05-07 Dave Love <fx@gnu.org>
12454
12455 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12456
12457 2000-05-05 Dave Love <fx@gnu.org>
12458
12459 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12460 list in doc string. Don't quote keyword symbols.
12461 * emacs-lisp/cl.el: Likewise
12462 * emacs-lisp/cl-seq.el: Likewise
12463
12464 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12465
12466 * abbrev.el (abbrev-mode): Make ARG optional.
12467
12468 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12469
12470 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12471
12472 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12473
12474 * subr.el (substitute-key-definition): Clarify documentation.
12475
12476 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12477
12478 * glasses.el (glasses-convert-to-unreadable): Use
12479 `glasses-separator' instead of the hard-wired "_".
12480 (glasses-mode): Call `glasses-make-unreadable' only in a single
12481 place.
12482
12483 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12484
12485 * term/internal.el (cjk-codepages-alist): Add associations for
12486 Chinese and Korean codepages. Remove FIXME comment.
12487
12488 2000-05-03 Dave Love <fx@gnu.org>
12489
12490 * time.el (display-time-mail-face, display-time-use-mail-icon):
12491 New option.
12492 (display-time-mail-icon): New variable.
12493 (display-time-string-forms): Use the above. Fix the local-map.
12494
12495 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12496
12497 * replace.el (query-replace-map): Add binding for `E'.
12498 (query-replace-help): Extend help text.
12499 (perform-replace): Allow editing the replacement string.
12500
12501 * make-mode.el (makefile-mode-abbrev-table): New variable.
12502 (makefile-mode): Set local abbrev table to
12503 makefile-mode-abbrev-table.
12504 (makefile-font-lock-keywords): Fontify includes and conditionals.
12505
12506 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12507 set TOGGLE's value.
12508
12509 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12510 mail-interactive-insert-alias.
12511 (mail-abbrev-complete-alias): New command.
12512 (mail-mode-map): Bind it to `M-TAB'.
12513
12514 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12515
12516 * language/lao-util.el (lao-compose-region): New function.
12517
12518 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12519
12520 * files.el (recover-session): Make directories as necessary
12521 if they don't exist yet.
12522
12523 * calendar/cal-french.el
12524 (french-calendar-multibyte-special-days-array)
12525 (french-calendar-special-days-array): Change French text.
12526 (calendar-french-date-string): Change output.
12527 (calendar-goto-french-date): Likewise.
12528
12529 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12530
12531 * wid-edit.el (widget-default-active): Obey `:always-active'.
12532 (widget-documentation-string-value-create): Set `:always-active'.
12533
12534 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12535
12536 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12537 default prefix to `~/_emacs.d/auto-save.list/_s'.
12538 (normal-top-level): Create the directory for auto-save files, if
12539 it doesn't already exist (in the ms-dos case only).
12540
12541 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12542
12543 * international/mule-cmds.el (set-language-environment): Don't
12544 concat an integer (dos-codepage), use format instead.
12545
12546 2000-05-02 Dave Love <fx@gnu.org>
12547
12548 * help.el (help-xref-on-pp): Check for constant symbols.
12549
12550 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12551
12552 * startup.el (normal-top-level): Put a condition-case around
12553 the code loading subdirs.el.
12554
12555 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12556
12557 * ps-print.el: Upside-down and face background color printing,
12558 line number step, doc fix.
12559 (ps-print-version): New version number (5.2).
12560 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12561 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12562 (ps-spool-config): Var fix.
12563 (ps-printer-name-option): Const fix.
12564 (ps-print-upside-down, ps-use-face-background)
12565 (ps-line-number-step): New vars.
12566 (ps-window-system, ps-lp-system): New consts.
12567 (ps-face-background): New fun.
12568
12569 2000-04-28 Richard Stallman <rms@gnu.org>
12570
12571 * files.el (make-auto-save-file-name):
12572 Apply auto-save-file-name-transforms to visited file name
12573 before generating auto save file name.
12574 (auto-save-file-name-transforms): New variable.
12575
12576 * files.el (backup-enable-predicate):
12577 Correctly test for a file under a temporary directory.
12578
12579 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12580
12581 * subr.el (add-minor-mode): Rewritten.
12582
12583 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12584
12585 * mail/sendmail.el (sendmail-send-it): Set
12586 buffer-file-coding-system to the selected coding system for MIME
12587 header.
12588
12589 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12590
12591 * dired.el (dired-move-to-filename-regexp): Allow format where
12592 YYYY is followed by two spaces.
12593
12594 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12595 in the second character class of the regexp.
12596
12597 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12598 mh-etc, too.
12599
12600 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12601 nil.
12602
12603 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12604
12605 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12606 argument.
12607
12608 2000-04-27 Sen Nagata <sen@eccosys.com>
12609
12610 * emacs-lisp/crm.el (crm-completion-table): New variable.
12611 (crm-collection-fn, crm-test-completion)
12612 (completing-read-multiple): Use it.
12613
12614 2000-04-27 Dave Love <fx@gnu.org>
12615
12616 * help.el (locate-library): Use mapc.
12617 (help-manyarg-func-alist): Add call-process-region.
12618
12619 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12620
12621 * subr.el (add-minor-mode): Make argument MAP optional.
12622
12623 * desktop.el (desktop-save): Save list of minor modes.
12624 (desktop-create-buffer): Restore minor modes.
12625 (desktop-minor-mode-table): New user-option.
12626
12627 * subr.el (add-minor-mode): New function.
12628
12629 * image.el (find-image): New function.
12630 (defimage): Rewritten to find image at load time.
12631
12632 * startup.el (normal-top-level-add-to-load-path): Handle
12633 case that the default directory is not in load-path.
12634
12635 * help.el: Old patch from Stefan Monnier.
12636 (help-xref-on-pp): New function.
12637 (describe-variable): Use it to display xrefs in a symbol's value.
12638
12639 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12640
12641 * cus-edit.el (custom-face): Fix parenthesis.
12642
12643 2000-04-26 Kenichi Handa <handa@etl.go.jp>
12644
12645 * mail/rmail.el (rmail-expunge): When there are no deleted
12646 messages, do nothing.
12647
12648 2000-04-26 Dave Love <fx@gnu.org>
12649
12650 * international/mule-cmds.el (locale-translation-file-name):
12651 Defvar to nil.
12652 (set-locale-environment): Set it here (at runtime).
12653
12654 2000-04-25 Gerd Moellmann <gerd@gnu.org>
12655
12656 * replace.el (perform-replace): Add parameters START and END. Use
12657 them instead of the check for a region in Transient Mark mode.
12658 (query-replace-read-args): Return two more list elements for the
12659 start and end of the region in Transient Mark mode.
12660 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12661 (map-query-replace-regexp, replace-string, replace-regexp): Add
12662 optional last arguments START and END and pass them to
12663 perform-replace.
12664
12665 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12666 form with additional arguments for perform-replace.
12667
12668 * progmodes/etags.el (tags-query-replace): Add parameters START
12669 and END. Construct a form with additional arguments for
12670 perform-replace.
12671
12672 * simple.el (shell-command): Set default directory for "*Shell
12673 Command Output" buffer.
12674
12675 * language/european.el (iso-latin-4): Fix typo.
12676
12677 * emacs-lisp/crm.el: New file.
12678
12679 2000-04-24 Dave Love <fx@gnu.org>
12680
12681 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12682 (Custom-reset-saved, Custom-reset-standard)
12683 (custom-group-value-create, custom-group-set, custom-group-save)
12684 (custom-group-reset-current, custom-group-reset-saved)
12685 (custom-group-reset-standard): Use mapc.
12686 (custom-buffer-create-internal): Disable undo when creating items.
12687 Use mapc.
12688 (custom-face): Avoid redundant lambda.
12689
12690 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12691
12692 * startup.el (auto-save-list-file-prefix): Set default to
12693 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12694
12695 2000-04-24 Sam Steingold <sds@gnu.org>
12696
12697 * time-stamp.el (time-stamp-string-preprocess): Always convert
12698 `field-result' to a string.
12699
12700 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12701
12702 * frame.el (scrolling): New group.
12703 (automatic-hscrolling): New user-option.
12704
12705 * startup.el (command-line-x-option-alist): Add `-lsp' and
12706 `--line-spacing'.
12707
12708 2000-04-19 Dave Love <fx@gnu.org>
12709
12710 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12711 (cl-mapc): Rename from mapc. Fix the funcall.
12712
12713 2000-04-19 Gerd Moellmann <gerd@gnu.org>
12714
12715 * simple.el (clone-indirect-buffer-other-window): New command.
12716 (clone-indirect-buffer): Add optional arg NORECROD.
12717 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12718
12719 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12720
12721 * window.el (count-screen-lines): New function.
12722 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12723 instead of window-buffer-height.
12724
12725 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12726 non-existing variable comint-input-sentinel.
12727 (inferior-lisp-args-to-list): Removed.
12728 (inferior-lisp): Use split-string instead of
12729 inferior-lisp-args-to-list.
12730
12731 * hexl.el (hexl-insert-hex-string): New command.
12732
12733 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12734 instead of concat.
12735
12736 2000-04-18 Gerd Moellmann <gerd@gnu.org>
12737
12738 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12739 at the start of an existing but empty folder.
12740
12741 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12742
12743 * ps-mule.el: Customization fix, doc fix.
12744 (ps-multibyte-buffer): Customization fix.
12745
12746 2000-04-17 Richard M. Stallman <rms@gnu.org>
12747
12748 * subr.el (read-passwd): Use read-char-exclusive.
12749
12750 2000-04-17 Gerd Moellmann <gerd@gnu.org>
12751
12752 * textmodes/texinfo.el (texinfo-insert-@email)
12753 (texinfo-insert-@emph, texinfo-insert-@quotation)
12754 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12755 (texinfo-mode-map): Add key bindings for them.
12756
12757 * files.el (basic-save-buffer-2): Use a template with `$'
12758 instead of `#' for VMS.
12759
12760 * simple.el (clone-indirect-buffer): New function.
12761
12762 2000-04-16 Stephen Eglen <stephen@gnu.org>
12763
12764 * iswitchb.el (iswitchb-case): New function. If the user input
12765 contains any upper-case characters, the search is made
12766 case-sensitive.
12767
12768 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12769
12770 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12771 comment-end.
12772 (texinfo-font-lock-syntactic-keywords): New var.
12773 (texinfo-font-lock-keywords): Remove comment regexp.
12774 (texinfo-insert-block): New function.
12775 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12776 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12777 and font-lock-defaults. Use regexp-opt for outline-regexp.
12778 (texinfo-environments): New var.
12779 (texinfo-environment-regexp): Use regexp-opt and
12780 texinfo-environments.
12781
12782 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12783 ispell-process is bound since this might be eval'd before ispell
12784 is loaded.
12785 (ispell-message): Use a tiny bit less magic and a bit more hard
12786 data to figure out what kind of sc-cite-regexp to use.
12787
12788 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12789
12790 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12791 (insert-cyclic-diary-entry): Unquote the lambda.
12792
12793 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12794
12795 * files.el (backup-enable-predicate): Unquote the lambda.
12796
12797 * cus-edit.el (custom-face, face): Unquote the lambda.
12798
12799 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12800
12801 * ps-print.el: Check for line-beginning-position definition.
12802
12803 * ps-print.el: Fix counting lines in a region.
12804 (ps-print-version): New version number (5.1.5).
12805 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12806 (ps-printing-region): Fun code fix.
12807
12808 2000-04-15 Gerd Moellmann <gerd@gnu.org>
12809
12810 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12811 to file-directory-p.
12812
12813 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12814
12815 * gud.el (gud-jdb-build-source-files-list): Check that directory
12816 exists before calling directory-files.
12817
12818 2000-04-13 Dave Love <fx@gnu.org>
12819
12820 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12821 syntax.
12822
12823 * emacs-lisp/cl-specs.el: Remove when, unless.
12824
12825 * emacs-lisp/cl-extra.el: Don't quote keywords.
12826 (cl-old-mapc): New variable.
12827 (mapc): Use it.
12828 (cl-map-intervals): Use with-current-buffer. Don't check for
12829 next-property-change.
12830 (cl-map-overlays): Use with-current-buffer.
12831 (cl-expt): Remove.
12832 (copy-tree, remprop): Define unconditionally.
12833
12834 * emacs-lisp/cl-compat.el (keywordp): Remove.
12835
12836 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12837 to use keywordp.
12838 (edebug-spec): Enable keywordp.
12839
12840 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12841 string-lessp.
12842
12843 * cus-start.el: Use keywordp.
12844
12845 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12846
12847 * diary-lib.el (include-other-diary-files): Fix the fix of
12848 2000-02-18 by doing a save-excursion.
12849
12850 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12851
12852 * ps-print.el: Customization fix, doc fix.
12853 (ps-print-version): New version number (5.1.4).
12854 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12855 (ps-print-preprint): Adjust code.
12856 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12857 (ps-print-prologue-header, ps-print-control-characters)
12858 (ps-spool-config): Customization fix.
12859
12860 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12861
12862 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12863 converted to the new menu-item format, names silightly changed,
12864 help strings added.
12865
12866 Support for spelling without async subprocesses:
12867
12868 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12869 (ispell-session-buffer): New variables.
12870 (ispell-start-process, ispell-process-status,
12871 ispell-accept-output, ispell-send-string): New functions, for
12872 Ispell invocation when async subprocesses aren't supported.
12873 (ispell-word, ispell-pdict-save, ispell-command-loop,
12874 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12875 to process-send-string with calls to ispell-send-string, and
12876 accept-process-output with ispell-accept-output.
12877 (ispell-init-process): Call ispell-process-status instead of
12878 process-status with.
12879 (ispell-init-process): Call ispell-start-process. Call
12880 ispell-accept-output and ispell-send-string. Don't call
12881 process-kill-without-query and kill-process if they are unbound.
12882 (ispell-async-processp): New function.
12883
12884 2000-04-12 Dave Love <fx@gnu.org>
12885
12886 * info.el: Add debug-ignored-errors.
12887 (Info-mode-menu): Add some items.
12888 (Info-directory): Add autoload cookie.
12889
12890 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12891 Modify `truncate-lines'. Make `describe-language-environment'
12892 always visible and add help. Modify `describe-key' help. Invoke
12893 Info-directory from `info'. New entry `emacs-manual'.
12894
12895 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12896
12897 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12898 propertized-buffer-identification.
12899 (ebrowse-update-member-buffer-mode-line): Likewise.
12900 (ebrowse--mode-strings): Removed.
12901 (ebrowse--mode-line-props): Removed.
12902
12903 * files.el (auto-mode-alist): Add `EBROWSE'.
12904
12905 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12906 space before testing for end of buffer.
12907 (ebrowse-load): Removed.
12908 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12909 (ebrowse-create-tree-buffer): Rewritten.
12910 (ebrowse-tree-mode): Read tree from buffer.
12911
12912 * progmodes/ebrowse-ffh.el: Removed.
12913
12914 2000-04-10 Kenichi Handa <handa@etl.go.jp>
12915
12916 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12917
12918 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12919
12920 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12921 at the wrong place.
12922
12923 2000-04-09 Dave Love <fx@gnu.org>
12924
12925 * files.el (backup-enable-predicate): Use
12926 temporary-file-directory, small-temporary-file-directory.
12927 (make-backup-file-name-function, backup-directory-alist): New
12928 variables.
12929 (make-backup-file-name-1): New function.
12930 (make-backup-file-name): Use it.
12931 (find-backup-file-name): Likewise. Use format for clarity, not
12932 concat.
12933 (file-newest-backup): Use make-backup-file-name.
12934
12935 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12936
12937 * progmodes/ebrowse-ffh.el: New file.
12938
12939 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12940 to ebrowse-ffh.el.
12941 (ebrowse-load): Add autoload.
12942
12943 * finder.el (finder-commentary): Add autoload cookie.
12944
12945 * mail/rfc2368.el: Correct author's email address.
12946
12947 * progmodes/ebrowse.el: New file.
12948
12949 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12950 item help string.
12951 (easy-menu-do-add-item): Ditto.
12952 (easy-menu-define): Extend doc string.
12953
12954 * jit-lock.el (with-buffer-unmodified): Use
12955 restore-buffer-modified-p.
12956 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12957 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12958 with-buffer-unmodified.
12959
12960 2000-04-08 Dave Love <fx@gnu.org>
12961
12962 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12963 unless, when.
12964
12965 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12966
12967 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12968 (viper-flash-search-pattern): No operation when using Emacs
12969 doesn't support face.
12970 Use `viper-put-on-search-overlay'.
12971
12972 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12973
12974 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12975 like C-r.
12976
12977 * progmodes/make-mode.el: Some doc fixes.
12978 (makefile-mode-abbrev-table): New variable.
12979 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12980 (makefile-font-lock-keywords): Fontify includes and conditionals.
12981 (toplevel): Require `dabbrev' and `add-log' when compiling.
12982
12983 * replace.el (perform-replace): Don't move forward one char
12984 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12985 to do that because it leaves point 1 position after the last
12986 replacement, after everything has been replaced.
12987
12988 * jit-lock.el (with-buffer-unmodified): New macro.
12989 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12990 modified state.
12991 (jit-lock-function-1): Extracted from jit-lock-function; not
12992 preserving buffer's modified state.
12993 (jit-lock-function, jit-lock-stealth-fontify): Call
12994 jit-lock-function-1.
12995
12996 * mail/rfc2368.el: Remove supernumerary copyright line.
12997
12998 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
12999
13000 * glasses.el: Provide facilities for inserting space before left
13001 parentheses and uncapitalization of identifiers.
13002 (glasses-mode): Try to remove old overlays in all cases.
13003
13004 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13005
13006 * progmodes/compile.el (compile-internal): Display the compilation
13007 buffer in a different frame, if it's already displayed there.
13008
13009 * mail/rfc2368.el: New file.
13010
13011 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13012 header and insert its value as mail body.
13013
13014 * subr.el (member-ignore-case): New function.
13015
13016 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13017 (dabbrev--find-expansion): Ignore buffers matching a regexp
13018 from dabbrev-ignored-regexps.
13019
13020 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13021 to extensions handled by gzip.
13022
13023 2000-04-03 Richard M. Stallman <rms@gnu.org>
13024
13025 * files.el (insert-directory): List the total free space
13026 along with the used space.
13027
13028 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13029 line is followed by one that matches CITATION-REGEXP, end the
13030 paragraph.
13031
13032 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13033
13034 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13035 (rmail-make-basic-summary-line): Use that option.
13036
13037 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13038
13039 * international/mule-cmds.el (encoded-string-description):
13040 Rewritten. Try pretty description for ISO 2022 escape sequences
13041 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13042 for hexadecimal format.
13043
13044 2000-04-01 Dave Love <fx@gnu.org>
13045
13046 * cpp.el: Change customization group to `c' from `C'.
13047
13048 * vcursor.el (vcursor-move): Use display-color-p.
13049
13050 * international/mule-util.el: Provide mule-utils.
13051 (string-to-sequence): Simplify and speed up.
13052
13053 * international/mule.el (make-coding-system): Purecopy doc-string.
13054
13055 * international/mule-cmds.el: Various menu changes.
13056 (describe-specified-language-support): Handle `Default'.
13057 (set-language-info): Purecopy `info'.
13058
13059 2000-03-31 Andrew Innes <andrewi@gnu.org>
13060
13061 * vc.el (vc-backend-diff): Return the correct status if we had to
13062 retry the rcsdiff command without the --brief option.
13063
13064 2000-03-31 Dave Love <fx@gnu.org>
13065
13066 * help.el (help-manyarg-func-alist): Correct several omissions.
13067
13068 * add-log.el: Don't require cl, fortran.
13069 (add-log-current-defun-function): Doc fix.
13070 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13071 fix.
13072 (change-log-version-rcs): Function deleted.
13073 (change-log-version-number-search): Doc fix. Use
13074 vc-workfile-version. Avoid CL dolist.
13075 (add-change-log-entry): Just call add-log-current-defun to get
13076 defun. Simplify somewhat.
13077 (change-log-get-method-definition-1): Likewise.
13078 (add-log-current-defun): Return nil if calling
13079 add-log-current-defun-function does so. Move Fortran stuff to
13080 fortran.el. Return string without properties.
13081
13082 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13083 and :alpha: char classes.
13084
13085 * mail/supercite.el: Defvar curline when compiling.
13086 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13087 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13088 rather than a-zA-Z0-9 to allow non-ASCII characters.
13089
13090 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13091
13092 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13093
13094 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13095 Re-enable new code.
13096
13097 * lpr.el (print-region-1): Use -d to specify printer name for
13098 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13099
13100 2000-03-31 Dave Love <fx@gnu.org>
13101
13102 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13103 for function definition in symbol's function value slot first
13104 instead of first consulting byte-compile-function-environment.
13105
13106 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13107
13108 * language/european.el ("Polish"): New language environment.
13109 (setup-polish-environment): New function.
13110
13111 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13112
13113 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13114 Disable new code.
13115
13116 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13117 trying to `load' the symbol of an autoload instead of the file
13118 recorded in the autoload. Fix error messages.
13119
13120 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13121
13122 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13123 (ps-print-version): New version number (5.1.3).
13124 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13125 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13126 (ps-generate-postscript-with-faces): Code fix.
13127 (ps-color-values): XEmacs compatibility.
13128 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13129 (ps-default-fg, ps-default-bg): Adjust customization.
13130 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13131 (ps-color-scale): Renaming old ps-color-value fun.
13132 (ps-print-headers): Replace ps-print-header group to avoid conflict
13133 with ps-print-header variable.
13134 (ps-print-miscellany): New group.
13135 (ps-format-color, ps-rgb-color): New funs.
13136 (ps-default-foreground): New var.
13137 (ps-printer-name-option): New const.
13138
13139 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13140
13141 * net/net-utils.el:
13142 (network-connection-host, network-connection-service): New variables
13143 (network-connection-mode): New mode, derived from comint-mode
13144 (network-connection-mode-setup): New function, saves host and
13145 service information in local variables.
13146
13147 * lisp/locate.el:
13148 (locate-word-at-point): Added this function
13149 (locate): Default to using locate-word-at-point as input
13150 Run dired-mode-hook
13151
13152 2000-03-29 Dave Love <fx@gnu.org>
13153
13154 * calendar/appt.el: Doc fixes.
13155 (appt-check): Convert min-to-app to a string before passing to
13156 appt-disp-window-function or concat.
13157 (appt-delete-window): Remove test for frame-root-window.
13158 (appt-select-lowest-window, appt-convert-time): Simplify.
13159
13160 * emacs-lisp/bytecomp.el: Doc fixes.
13161 (byte-compile-file-form-autoload): Update
13162 byte-compile-function-environment.
13163
13164 2000-03-29 Andreas Schwab <schwab@suse.de>
13165
13166 * emacs-lisp/autoload.el: Also print defsubst doc string
13167 specially.
13168
13169 * dired.el (dired-insert-directory): If dired-free-space-program
13170 failed just delete its output.
13171
13172 2000-03-29 Dave Love <fx@gnu.org>
13173
13174 * international/iso-cvt.el: Move provide to end. Doc fixes.
13175 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13176 (iso-iso2sgml, iso-sgml2iso): New functions.
13177 (iso-cvt-define-menu): Fix some entries and use backquote for
13178 clarity.
13179
13180 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13181
13182 2000-03-28 Gerd Moellmann <gerd@gnu.org>
13183
13184 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13185 ISO-DATE. If non-nil, return date in ISO 8601 format.
13186
13187 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13188
13189 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13190 if it ever becomes used.
13191 (log-edit-mode-hook): Default to vc-log-mode-hook.
13192 (log-edit-mode): Fix the docstring.
13193
13194 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13195 the code.
13196
13197 2000-03-26 Dave Love <fx@gnu.org>
13198
13199 * net/browse-url.el (browse-url): Re-fix case of
13200 browse-url-browser-function being an alist.
13201 (browse-url): Add :link to defgroup.
13202
13203 * files.el: Doc fixes.
13204 (file-truename): Include `[' in wildcard characters.
13205 (automount-dir-prefix): Customize.
13206 (find-file-wildcards): Add :version.
13207 (find-file-noselect): Simplify a mapcar call.
13208
13209 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13210 compatible with inf-lisp version.
13211 (eval-defun-1): Fix custom-declare-variable case.
13212
13213 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13214
13215 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13216
13217 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13218
13219 * Makefile (COMPILE_FIRST): New macro.
13220 (compile-files): Compile files from COMPILE_FIRST first.
13221
13222 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13223 code.
13224
13225 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13226 matching open parenthesis in column 0 to defun-prompt-regexp
13227 only if open-paren-in-column-0-is-defun-start is set.
13228
13229 * sun-curs.el: Require CL at compile-time only.
13230
13231 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13232 instead of copy-list which is a function from CL.
13233 (msb--choose-menu, msb--mode-menu-cond)
13234 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13235 (msb--init-file-alist): Use mapcar instead of mapcan.
13236 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13237 `(' in column 0 in doc string.
13238 (msb--add-separators): Use mapcar instead of mapcan.
13239
13240 * cus-dep.el: Require CL at compile-time only.
13241
13242 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13243
13244 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13245 (byte-compile-warnings): New warning `noruntime'.
13246 (byte-compile-constants, byte-compile-variables): Fix docstring.
13247 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13248 execute `eval-whenc-compile's body.
13249 (byte-compile-unresolved-functions): Fix docstring.
13250 (byte-compile-eval): New function.
13251 (byte-compile-callargs-warn): Check if the function will be available
13252 at runtime (via property `byte-compile-noruntime').
13253 (byte-compile-print-syms): New function.
13254 (byte-compile-warn-about-unresolved-functions): Also warn about
13255 `noruntime' functions (and use `byte-compile-print-syms').
13256 (byte-compile-file): Capitalize the message.
13257
13258 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13259
13260 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13261 (rmail-expunge): Ask for confirmation depending on the setting
13262 of rmail-confirm-expunge.
13263
13264 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13265
13266 * Makefile (bootstrap-clean): If $(emacs) exists, build
13267 loaddefs.el first. A loaddefs.el that's not up-to-date might
13268 cause a bootstrap failure because things don't autoload as
13269 expected.
13270
13271 2000-03-23 Dave Love <fx@gnu.org>
13272
13273 * net/browse-url.el: Restore previous use of
13274 browse-url-maybe-new-window.
13275
13276 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13277
13278 * ps-print.el: Skip banner page fix.
13279 (ps-print-version): New version number (5.1.2).
13280 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13281
13282 2000-03-23 Dave Pearson <davep@davep.org>
13283
13284 * net/quickurl.el Changed the type of parameter passed to the
13285 function defined by `quickurl-format-function'. Before only the
13286 text of the URL was passed. Now the whole URL structure is passed
13287 and the function is responsible for extracting the parts it
13288 requires. Changed the default of `quickurl-format-function'
13289 accordingly.
13290 (quickurl-insert): Changed the `funcall' of
13291 `quickurl-format-function' to match the above change.
13292 (quickurl-list-insert): Changed the `url' case so that it makes
13293 use of `quickurl-format-function', previous to this the format was
13294 hard wired.
13295
13296 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13297
13298 * startup.el: Change some spellings for the X Window System.
13299
13300 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13301
13302 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13303 up the code and the regexp and make sure the cursor is temporarily
13304 moved to the suspicious line while querying the user.
13305
13306 2000-03-22 Jason Rumney <jasonr@gnu.org>
13307
13308 * w32-fns.el (w32-charset-info-alist): Initialize.
13309
13310 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13311
13312 * ps-print.el: N-up last page fix.
13313 (ps-print-version): New version number (5.1.1).
13314 (ps-end-file, ps-end-job, ps-generate): Code fix.
13315
13316 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13317
13318 * files.el (find-file-run-dired): Update docstring.
13319 (find-directory-functions): New hook.
13320 (find-file-noselect): Run find-directory-functions rather than
13321 calling dired directly.
13322
13323 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13324
13325 * pcvs.el: Add a minimal leading commentary.
13326 (cvs-make-cvs-buffer): Change the header part by removing the startup
13327 message and adding a `Module' entry. Also replace the FOOTER and
13328 HEADER special fileinfos with the new support in ewoc for updating
13329 its own footer and header.
13330 (cvs-update-header): Update to use the header/footer of the ewoc.
13331 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13332 (cvs-is-within-p): New function.
13333 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13334 to only examine some subset of the buffers.
13335
13336 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13337 `format' instead of our own ad-hoc functions.
13338 Remove HEADER and FOOTER cases, now handled in the EWOC.
13339 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13340
13341 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13342 output to avoid scaring the user.
13343 (cvs-parse-table): Catch message for non-up-to-date commits.
13344
13345 * pcvs-defs.el (cvs-startup-message): Remove.
13346 (cvs-global-menu): New autoloaded menu.
13347
13348 * pcvs-util.el (cvs-string-fill): Remove.
13349
13350 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13351 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13352 PP part of it and also make it work for footers and headers.
13353 (ewoc-create): Drop POS and BUFFER arguments.
13354 Use the DLL's dummy node to store the end-of-footer position.
13355 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13356 (ewoc-refresh): Remove unused `header' variable.
13357 (ewoc-(get|set)-hf): New functions.
13358
13359 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13360 log-view-*-(message|file) and use easy-mmode-define-navigation.
13361 (log-view-message-re): Match SCCS format as well.
13362 And match the revision line rather than the dashed separator line.
13363 (log-view-mode): Use the new define-derived-mode.
13364 (log-view-current-tag): Fill in with an actual implementation.
13365
13366 * cvs-status.el (cvs-status-(prev|next)): Rename from
13367 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13368 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13369 to let the output "breathe" a little more (more readable).
13370 (cvs-status-mode): Use the new define-derived-mode.
13371
13372 * smerge-mode.el (smerge-auto-leave): New function and variable.
13373 (smerge-basic-map): Rename from smerge-basic-keymap.
13374 Change the bindings for smerge-diff-*.
13375 (smerge-*-map): Use easy-mmode-defmap.
13376 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13377 (smerge-keep-*): Use smerge-auto-leave.
13378
13379 2000-03-21 Jason Rumney <jasonr@gnu.org>
13380
13381 * cus-edit.el (custom-button-face): Use 3D look for w32.
13382 (custom-button-pressed-face): Likewise.
13383
13384 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13385
13386 * progmodes/etags.el (tags-case-fold-search): New user-option.
13387 (tags-loop-eval): New function. Bind case-fold-search around eval
13388 depending on the value of tags-case-fold-search.
13389 (tags-loop-continue): Use tags-loop-eval.
13390 (find-tag-in-order): Bind case-fold-search depending on the value
13391 of tags-case-fold-search.
13392
13393 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13394
13395 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13396 (diff-end-of-hunk): Return the end position for use in
13397 `easy-mmode-define-navigation'.
13398 (diff-recenter): Remove.
13399 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13400 of `easy-mmode-define-navigation'.
13401 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13402 previous renaming) and fix to use new names.
13403 (diff-merge-strings): Use \n as separator: simpler, faster.
13404 (diff-mode): Use `define-derived-mode'.
13405
13406 * derived.el (define-derived-mode): Don't autoload anymore.
13407 Prefer the macro-only version provided by easy-mmode.el.
13408
13409 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13410 `easy-mmode-define-derived-mode'.
13411 Use `combine-run-hooks'.
13412 (easy-mmode-define-navigation): New macro.
13413
13414 * subr.el (combine-run-hooks): New function.
13415
13416 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13417
13418 * term/x-win.el: Fontsets related initialization is simplified.
13419
13420 * international/mule-diag.el (describe-font): Don't refer to
13421 global-fontset-alist, instead call font-list.
13422 (describe-fontset, list-fontsets, mule-diag): Likewise.
13423 (print-fontset): Adjusted for the change of fontset
13424 implementation.
13425
13426 * international/fontset.el (x-charset-registries): Variable
13427 removed, instead the corresponding data is stored in the default
13428 fontset.
13429 (register-alternate-fontnames): Function removed.
13430 (resolved-ascii-font): Variable removed.
13431 (x-compose-font-name): Ignore the second argument REDOCE.
13432 (x-complement-fontset-spec): Complement only an ASCII font and
13433 element for those charsets than can use that ASCII font.
13434 (generate-fontset-menu): Don't refer to global-fontset-alist,
13435 instead call fontset-list.
13436 (uninstantiated-fontset-alist): Variable removed.
13437 (x-style-funcs-alist): Likewise.
13438 (fontset-default-styles): Likewise.
13439 (x-modify-font-name): Function removed.
13440 (create-fontset-from-fontset-spec): Ignore the argument
13441 STYLE-VARIANT.
13442 (create-fontset-from-ascii-font): Docsting adjusted for the above
13443 change.
13444 (instantiate-fontset, resolve-fontset-name): Functions removed.
13445 (fontset-list): Now implemented by C code.
13446
13447 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13448 (describe-face): Include `font' attribute in the description.
13449
13450 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13451
13452 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13453
13454 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13455
13456 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13457 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13458 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13459
13460 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13461 about behavior of set-buffer-modified-p wrt redisplay.
13462
13463 2000-03-19 Richard M. Stallman <rms@gnu.org>
13464
13465 * view.el (view-mode-disable): Kill local binding of view-read-only.
13466
13467 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13468
13469 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13470 is a string, convert it to a syntax cell using string-to-syntax.
13471
13472 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13473 (string-to-syntax): New function.
13474
13475 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13476 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13477 try to use passive ftp mode.
13478
13479 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13480
13481 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13482
13483 * simple.el (append-to-buffer): Update point of windows after
13484 insertion.
13485
13486 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13487 forward then moving backward. Reindent.
13488
13489 * frame.el (other-frame): Call x-focus-frame only if
13490 focus-follows-mouse is off.
13491
13492 2000-03-17 Dave Love <fx@gnu.org>
13493
13494 * pcvs-util.el (cvs-strings->string): Rename
13495 replace-regexps-in-string.
13496
13497 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13498
13499 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13500 regexp for labels cannot span several lines.
13501
13502 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13503 `(setq :<key> ':<key>)' to the macro expansion.
13504
13505 2000-03-16 Dave Love <fx@gnu.org>
13506
13507 * progmodes/f90.el (f90): Put custom group under `languages', not
13508 `fortran'.
13509 (f90-mode-hook): Customize.
13510 (f90-mode): Set add-log-current-defun-function.
13511 (f90-current-defun): New function.
13512
13513 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13514
13515 * cus-edit.el (custom-variable-tag-face): Handle case that
13516 default face's height is not a number.
13517 (custom-face-tag-face, custom-group-tag-face-1)
13518 (custom-group-tag-face): Ditto.
13519 (custom-group-tag-face-1): Add :group.
13520
13521 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13522
13523 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13524
13525 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13526 requiring easymenu.
13527
13528 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13529
13530 * ps-print.el: PostScript user-defined prologue, PostScript error
13531 handler, doc fix.
13532 (ps-print-version): New version number (5.1).
13533 (ps-user-defined-prologue, ps-error-handler-message)
13534 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13535 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13536 (ps-insert-string): New function.
13537
13538 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13539
13540 * international/ccl.el (ccl-compile-expression): Don't generate
13541 invalid self-assignment code.
13542
13543 2000-03-14 Dave Love <fx@gnu.org>
13544
13545 * subr.el (replace-regexp-in-string): Renamed from
13546 replace-regexps-in-string. Doc fix.
13547
13548 2000-03-12 Dave Love <fx@gnu.org>
13549
13550 * cus-edit.el: Doc fixes.
13551 (customize-set-variable, customize-save-variable): Rename args for
13552 doc.
13553 (custom-variable-tag-face, custom-face-tag-face)
13554 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13555 style which user identify as hyperlink.
13556 (hook): Don't add undefined functions to the hook.
13557 (debug-ignored-errors): Transfer message from bindings.el.
13558
13559 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13560
13561 * recentf.el (recentf-keep-non-readable-files-p): Remove
13562 double/nested definition.
13563
13564 2000-03-12 Dave Love <fx@gnu.org>
13565
13566 * facemenu.el (facemenu-get-face): Use display-color-p.
13567 * enriched.el (enriched-decode-foreground): Likewise.
13568 (enriched-decode-background): Likewise.
13569 * isearch.el (isearch-highlight): Likewise.
13570 * info-look.el (info-lookup): Likewise.
13571 * simple.el (completion-setup-function): Likewise.
13572
13573 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13574 :options.
13575
13576 * bindings.el (mode-line-format): Fix line-number and
13577 column-number items. Add help-echo for the background.
13578 (mode-line-mule-info): Modify help-echo.
13579
13580 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13581
13582 * files.el (load-file): Allow completion to .elc.
13583
13584 * man.el: Doc fixes.
13585 (Man-init-defvars): Use display-color-p to set fontification.
13586
13587 * play/hanoi.el (hanoi-internal): Don't use oddp.
13588
13589 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13590
13591 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13592
13593 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13594
13595 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13596
13597 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13598 Fix comment.
13599
13600 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13601
13602 * font-lock.el (font-lock-keywords): Fix the doc now that
13603 regexp-opt-depth is unnecessary.
13604 (save-buffer-state): Set an edebug spec.
13605 (font-lock-fontify-anchored-keywords): Properly handle the case when
13606 the matcher goes past the limit.
13607
13608 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13609 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13610
13611 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13612 dll.el and cookie.el (from Elib) with heavy renaming and other
13613 massaging.
13614
13615 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13616 Autoload the functions used.
13617 (easy-mmode-define-syntax): Fix CL typo.
13618 (easy-mmode-define-derived-mode): Improve the docstring generation.
13619
13620 2000-03-10 Gerd Moellmann <gerd@gnu.org>
13621
13622 * textmodes/texinfo.el (texinfo-version): Variable and function
13623 removed.
13624
13625 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13626
13627 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13628 allow more flexibility.
13629 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13630 fns.
13631 (easy-mmode-defmap, easy-mmode-defsyntax)
13632 (easy-mmode-define-derived-mode): New macros.
13633
13634 2000-03-09 Didier Verna <didier@xemacs.org>
13635
13636 * rect.el (replace-rectangle): New function.
13637
13638 2000-03-09 Dave Love <fx@gnu.org>
13639
13640 * progmodes/fortran.el (fortran-comment-line-start): Define as
13641 "C".
13642 (fortran-comment-line-start-skip): Don't match cpp stuff.
13643 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13644 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13645 (fortran-mode): Don't set fortran-comment-line-start-skip,
13646 fortran-comment-line-start here. Set comment-start,
13647 add-log-current-defun.
13648 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13649 (fortran-current-defun): New function.
13650
13651 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13652
13653 * emacs-lisp/re-builder.el: New file.
13654
13655 * mouse.el (mouse-drag-region): Don't run up-event handler
13656 if hscroll has changed.
13657
13658 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13659 builtin operators, use `font-lock-builtin-face' for Emacs and
13660 `font-lock-preprocessor-face' otherwise.
13661
13662 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13663 `(defun (setf foo)' differently.
13664
13665 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13666
13667 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13668 (regexp-opt): Update comment and adapt the code the new meaning of
13669 the `paren' argument of regex-opt-group for shy-groups.
13670 (regexp-opt-depth): Handle shy groups as well as backslashed
13671 backslashes.
13672 (regexp-opt-group): Turn the leading comment into a docstring.
13673 Allow `paren' to be a string (the string to use to open a group).
13674 Remove open-presuf and close-presuf. Instead of checking for `all
13675 one-char' and then later on check for `several one-char', handle
13676 both cases close together. Also apply a more generic algorithm
13677 for suffixes (the mirror image of the algorithm used for
13678 prefixes). Use shy-groups. Use nreverse rather than reverse.
13679 (regexp-opt-try-suffix): Removed.
13680
13681 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13682 from comint-mode-map, so we can just inherit from it. Also, move
13683 the initialization into the `defvar' since there's no docstring
13684 anyway and it's fairly short.
13685 (inferior-scheme-mode): Define it as derived-mode: the code is
13686 shorter and this way we inherit from comint-mode-map rather than
13687 copying it.
13688
13689 * subr.el (replace-regexps-in-string): Properly handle the case
13690 where we match an empty string.
13691
13692 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13693 when the command has a directory component (such as "./testml").
13694 Also fix a typo in the comment.
13695
13696 2000-03-08 Gerd Moellmann <gerd@gnu.org>
13697
13698 * Makefile (compile-files): Compile files one by one because
13699 that's the only way to ensure a clean compilation environment for
13700 each individual file.
13701
13702 * frame.el (other-frame): Call x-focus-frame.
13703
13704 2000-03-07 Dave Love <fx@gnu.org>
13705
13706 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13707 :require to defcustom.
13708
13709 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13710 lists.
13711
13712 * files.el (auto-mode-alist): Add configure.in.
13713
13714 * progmodes/autoconf.el: New file.
13715
13716 2000-03-07 Gerd Moellmann <gerd@gnu.org>
13717
13718 * mail/mh-e.el: Change maintainer to `none'.
13719
13720 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13721 to remove-hook and add-hook.
13722
13723 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13724
13725 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13726 it as the default.
13727 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13728 (sendmail-send-it): Conditionally add MIME headers specifying the
13729 used character set.
13730
13731 2000-03-07 Dave Love <fx@gnu.org>
13732
13733 * winner.el: Fix keywords, autoload cookies. Split
13734 eval-when-compile form to avoid compilation failure.
13735
13736 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13737
13738 * international/mule.el: Modify comment about coding system
13739 property `coding-category'.
13740 (make-coding-system): New argument EOL-TYPE. Pay attention to
13741 coding-category property of PROPERTIES.
13742
13743 * international/mule-conf.el (coding-category-utf-8,
13744 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13745 categories. Include them in the argument for set-coding-priority.
13746
13747 * international/mule-cmds.el (reset-language-environment): Include
13748 coding-category-utf-8, coding-category-utf-16-be, and
13749 coding-category-utf-16-le in the argument for set-coding-priority.
13750 (reset-language-environment): Initialize coding-category-utf-8,
13751 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13752
13753 2000-03-06 Karl Fogel <kfogel@red-bean.com>
13754
13755 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13756 code abstracted out of `bookmark-jump-noselect'. Now tries info
13757 extensions as well as compression extensions.
13758 (bookmark-jump-noselect): Use above new func.
13759
13760 2000-03-03 Gerd Moellmann <gerd@gnu.org>
13761
13762 * strokes.el: Change maintainer's mail address.
13763
13764 2000-03-03 Kenichi Handa <handa@etl.go.jp>
13765
13766 * international/mule-diag.el (list-character-sets): Make help-echo
13767 string by substitute-command-keys.
13768 (list-character-sets): Likewise.
13769 (sort-listed-character-sets): Call help-setup-xref.
13770
13771 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13772
13773 * time.el (display-time-mail-file): Add `none' to the list of
13774 choices.
13775
13776 2000-03-01 Dave Love <fx@gnu.org>
13777
13778 * help.el (help-xref-go-back): Don't try to set position.
13779
13780 * international/mule-diag.el (list-character-sets): Call
13781 help-setup-xref. Add help-echo to xrefs.
13782 (list-character-sets-1): Add help-echo to xrefs.
13783
13784 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13785
13786 * frame.el (blink-cursor-mode): Switch cursor on when turning
13787 the mode off.
13788
13789 * add-log.el (add-log-current-defun): Add support for
13790 Autoconf mode.
13791
13792 * mail/rmail.el (rmail-quit-hook): New variable.
13793
13794 2000-03-01 Dave Love <fx@gnu.org>
13795
13796 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13797
13798 * help.el (help-xref-button): Add help-echo arg.
13799 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13800
13801 * faces.el (list-faces-display): Supply help-echo with
13802 help-make-xrefs.
13803
13804 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13805 nil.
13806
13807 2000-03-01 Gerd Moellmann <gerd@gnu.org>
13808
13809 * image.el (defimage): Look for image files in load-path.
13810
13811 * frame.el (busy-cursor-delay-seconds): Change type to
13812 `number'.
13813
13814 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13815
13816 * recentf.el (recentf): Added version tag to the defgroup of
13817 recentf.
13818
13819 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13820
13821 * recentf.el (recentf-cleanup): Changed to remove excluded file
13822 too.
13823 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13824 action to select/unselect a file.
13825 (recentf-edit-list): Code cleanup and improvement.
13826 (recentf-open-more-files-action): `recentf-open-more-files' button
13827 widget action to open a file.
13828 (recentf-open-more-files): No more use standard completion but
13829 widgets.
13830 (recentf-more-collection): Deleted.
13831 (recentf-more-history): Deleted.
13832 (recentf-setup-more-completion): Deleted.
13833
13834 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13835
13836 * recentf.el (recentf-mode): No more needs that Emacs is running
13837 under a window-system.
13838
13839 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13840
13841 * recentf.el (recentf-edit-list): New command to edit the recent
13842 list which allow the user to remove files.
13843 (recentf-edit-selected-items): New global variable, used by
13844 `recentf-edit-list' to hold the list of files to be removed from
13845 the recent list.
13846 (recentf-make-menu-items): Updated to display a "Edit list..."
13847 menu item. Minor code cleanup.
13848
13849 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13850
13851 * recentf.el (recentf-open-more-files): New command to open files
13852 that are not displayed in the menu.
13853 (recentf-more-collection): New global variable holding the set of
13854 permissible completions used by `recentf-open-more-files'.
13855 (recentf-more-history): New global variable holding the history list
13856 used by `recentf-open-more-files' completion.
13857 (recentf-setup-more-completion): New function to setup completion for
13858 `recentf-open-more-files'.
13859 (recentf-make-menu-items): Updated to display a "More..." menu item.
13860
13861 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13862
13863 * recentf.el (recentf-menu-action): Doc fixed.
13864
13865 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13866
13867 * recentf.el (recentf-menu-filter): Doc updated.
13868 (recentf-update-menu-hook): Allow menu filters to force menu update.
13869 (recentf-make-menu-items): New menu filter handling.
13870 (recentf-make-menu-item): New helper function.
13871 (recentf-menu-elements): New menu handling function.
13872 (recentf-sort-ascending): Updated to new menu filter handling.
13873 (recentf-sort-descending): Updated to new menu filter handling.
13874 (recentf-sort-basenames-ascending): New menu filter function.
13875 (recentf-sort-basenames-descending): New menu filter function.
13876 (recentf-show-basenames): New menu filter function.
13877 (recentf-show-basenames-ascending): New menu filter function.
13878 (recentf-show-basenames-descending): New menu filter function.
13879
13880 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13881
13882 * diary-lib.el (list-diary-entries): Don't try to go forward at
13883 the end of the buffer.
13884
13885 2000-02-29 Kenichi Handa <handa@etl.go.jp>
13886
13887 * international/mule-diag.el (list-character-sets): Completely
13888 rewritten.
13889 (sort-listed-character-sets): New function.
13890 (list-character-sets-1): Completely rewritten.
13891 (list-character-sets-2): New function.
13892 (non-iso-charset-alist): New variable.
13893 (decode-codepage-char): New function.
13894 (charset-history): New variable.
13895 (read-charset) (list-block-of-chars)
13896 (list-iso-charset-chars)
13897 (list-non-iso-charset-chars)
13898 (list-charset-chars): New functions.
13899 (mule-diag): Call list-character-sets-2, not
13900 list-character-sets-2.
13901 (dump-charsets): Likewise.
13902
13903 2000-02-29 Gerd Moellmann <gerd@gnu.org>
13904
13905 * dired-x.el (dired-filename-at-point): Add `@' to valid
13906 file name characters.
13907 (dired-filename-at-point): Handle ange-ftp file names.
13908
13909 * frame.el (frame-notice-user-settings): Use assq-delete-all
13910 instead of assoc-delete-all.
13911 (frame-notice-user-settings): Ditto.
13912
13913 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13914 Don't copy alist.
13915
13916 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13917
13918 * calculator.el (calculator-use-menu): New option.
13919 (calculator-initial-bindings): Changed some bindings to work as
13920 macros.
13921 (calculator-forced-input): Removed.
13922 (calculator-restart-other-mode): New variable.
13923 (calculator-mode-map): Set up menu.
13924
13925 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13926
13927 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13928 tags.
13929
13930 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13931
13932 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13933 translate all ESC key sequences.
13934 (viper-goto-mark-subr): restore markers for files for which
13935 they were saved.
13936 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13937 * viper-util.el (viper-set-replace-overlay-glyphs,
13938 viper-set-replace-overlay): always check if the replacement
13939 overlay is live.
13940 * viper.el (viper-vi-state-mode-list): added major modes.
13941 * ediff-wind.el: minor comment changes.
13942 * ediff.el: copyright notice date fix.
13943
13944 2000-02-27 Jason Rumney <jasonr@gnu.org>
13945
13946 * faces.el (face-font-family-alternatives): Add arial to helv.
13947 (mode-line, header-line, tool-bar): Same default as x for w32.
13948 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13949 face-font-family-alternatives from working.
13950 * term/w32-win.el (mouse-set-font): Do not build fontset from
13951 chosen font.
13952
13953 2000-02-25 Sam Steingold <sds@goems.com>
13954
13955 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13956 properly.
13957
13958 2000-02-25 Richard M. Stallman <rms@gnu.org>
13959
13960 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13961
13962 2000-02-25 Gerd Moellmann <gerd@gnu.org>
13963
13964 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13965 writable.
13966
13967 * frame.el (busy-cursor-delay-seconds): New option.
13968
13969 2000-02-24 Gerd Moellmann <gerd@gnu.org>
13970
13971 * frame.el (show-cursor-in-non-selected-windows): New option.
13972
13973 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13974
13975 * diary-lib.el (include-other-diary-files): Undo the selective
13976 display in any included file and don't kill it.
13977
13978 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13979
13980 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13981 bar. Menu items converted to (menu-item format, help strings
13982 added.
13983 [downcase, upcase]: Don't enable on MS-DOS.
13984 [symlink, symlinks]: Don't show if make-symbolic-link is not
13985 bound.
13986 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13987
13988 2000-02-23 Dave Love <fx@gnu.org>
13989
13990 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13991 (backward-kill-word): Revert addition of * to interactive spec --
13992 it's a feature.
13993
13994 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13995 (backward-kill-sentence, kill-sentence): Likewise.
13996
13997 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13998 scratch buffer name.
13999 (gud-format-command): Use int-to-string in ?l case. Simplify
14000 slightly.
14001
14002 * term/w32-win.el (internal-face-interactive): Update prompt for
14003 new read-face-name.
14004
14005 * mail/footnote.el (footnote): Add :version to defgroup.
14006 (footnote-section-tag-regexp): Customize.
14007 (footnote-start-tag, footnote-end-tag): New option.
14008 (footnote-latin-regexp): New variable.
14009 (Footnote-latin): New function.
14010 (footnote-style-alist): Add element for latin style.
14011 (footnote-style): Moved.
14012 (Footnote-goto-footnote): Use eq to test arg.
14013
14014 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14015
14016 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14017 (byte-compile-trueconstp): Include keywords.
14018 (byte-optimize-quote, byte-optimize-lapcode): Use
14019 byte-compile-const-symbol-p.
14020 (byte-optimize-char-before): New optimization.
14021
14022 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14023 (byte-compile-const-symbol-p): New function.
14024 (byte-compile-constp, byte-compile-out-toplevel)
14025 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14026 Use it.
14027
14028 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14029
14030 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14031
14032 * international/encoded-kb.el: Be sure to update minor-mode-alist
14033 and minor-mode-map-alist.
14034 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14035 codes SS2 and SS3 correctly.
14036 (encoded-kbd-self-insert-ccl): New function.
14037 (encoded-kbd-setup-keymap): New function.
14038 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14039 by calling encoded-kbd-setup-keymap.
14040
14041 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14042 characters.
14043 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14044 locally.
14045
14046 2000-02-22 Dave Love <fx@gnu.org>
14047
14048 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14049 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14050 defvar.
14051 (lisp-mode-syntax-table): Set up for #|...|# comments.
14052 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14053 classes. Match `defface'.
14054 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14055 (eval-defun-1): Fix for defcustom.
14056 (lisp-indent-region): Doc fix.
14057
14058 * subr.el (when, unless, split-string): Doc fix.
14059 (read-passwd): Move call of clear-this-command-keys to the right
14060 place.
14061 (replace-regexps-in-string): New function.
14062
14063 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14064
14065 * help.el (describe-variable): Set syntax table to
14066 emacs-lisp-mode-syntax-table when moving forward over the
14067 symbol's name.
14068
14069 2000-02-22 Dave Love <fx@gnu.org>
14070
14071 * xt-mouse.el: Doc fixes.
14072 (xterm-mouse-position-function): New function, replacing advice of
14073 mouse-position.
14074 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14075
14076 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14077
14078 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14079
14080 * format.el (format-annotate-single-property-change): Handle
14081 properties.with dotted-list values.
14082 (format-proper-list-p): New function.
14083
14084 * enriched.el (enriched-face-ans): Handle '(foreground-color
14085 . COLOR) and (background-color . COLOR).
14086
14087 2000-02-20 Dave Love <fx@gnu.org>
14088
14089 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14090 and assignments to it.
14091 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14092 current local map.
14093 (make-flyspell-overlay): Use it.
14094 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14095
14096 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14097 (lm-get-header-re): Defun, not defsubst.
14098 (lm-get-package-name): Defun, not defsubst. Simplify.
14099 (lm-version): Doc fix. Simplify.
14100 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14101 (lm-crack-address, lm-last-modified-date, lm-commentary)
14102 (lm-verify, lm-synopsis): Simplify.
14103 (lm-report-bug): Require emacsbug. Use compose-mail.
14104
14105 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14106
14107 * dired.el (dired-mode): Call propertized-buffer-identification
14108 to set mode-line-buffer-identification to something having
14109 the right text properties.
14110
14111 * bindings.el (propertized-buffer-identification): New function.
14112
14113 2000-02-20 Dave Love <fx@gnu.org>
14114
14115 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14116 check for t-mouse too.
14117
14118 * cus-start.el: Make echo-keystrokes `number'.
14119
14120 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14121
14122 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14123 Don't call ring-empty-p unless tags-location-ring is bound.
14124 From Noah Friedman <friedman@splode.com>.
14125
14126 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14127
14128 * progmodes/hideshow.el (hs-flag-region): No longer use
14129 `intangible' overlay property.
14130
14131 (hs-toggle-hiding): New command.
14132 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14133
14134 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14135 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14136 and deactivation.
14137
14138 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14139
14140 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14141
14142 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14143
14144 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14145
14146 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14147 of `*' to handle `(* ... *)' comments.
14148
14149 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14150
14151 * faces.el (list-faces-display): Use display-mouse-p instead of
14152 window-system.
14153
14154 * menu-bar.el (global-map): Menu-bar items converted to the new
14155 format (menu-item..., rearranged for better CUA compliance, and
14156 their names changed for better clarity. Help strings added.
14157
14158 * international/mule-cmds.el (mule-menu-keymap)
14159 (describe-language-environment-map, set-coding-system-map)
14160 (setup-language-environment-map): Convert to new (menu-item...
14161 form, add help strings. Change names of menu items for better
14162 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14163 submenu).
14164
14165 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14166
14167 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14168 within the code.
14169
14170 2000-02-16 Dave Love <fx@gnu.org>
14171
14172 * faces.el: Don't require custom. Add more specific :groups to
14173 various deffaces.
14174 (set-face-attribute): Purecopy args.
14175 (read-face-name): Default to name at point and use it in prompt.
14176 Remove colon from arg in all callers.
14177 (list-faces-display): Hyperlink to face descriptions and customize
14178 buffers.
14179
14180 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14181
14182 * wid-edit.el (widget-match-inline): An atom never matches a
14183 list.
14184
14185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14186
14187 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14188 at ':' characters by call to split-string.
14189
14190 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14191
14192 * textmodes/bibtex.el: Added RCS version identification.
14193
14194 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14195
14196 * textmodes/bibtex.el: Some temporary comments removed.
14197 (bibtex-field-name, bibtex-entry-type): Made the relationship
14198 explicit.
14199 (bibtex-field-const): Allow capital letters.
14200 (bibtex-start-of-string): Deleted because unused.
14201
14202 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14203 use the term 'reference' to describe a bibtex entry as a whole.
14204 Further, reference keys are no longer called 'labels'.
14205 (bibtex-keys): Renamed to bibtex-reference-keys.
14206 (bibtex-reformat-previous-labels): Renamed to
14207 bibtex-reformat-previous-reference-keys.
14208 (bibtex-reference-type): Renamed to bibtex-entry-type.
14209 (bibtex-reference-head): Renamed to bibtex-entry-head.
14210 (bibtex-reference-maybe-empty-head): Renamed to
14211 bibtex-entry-maybe-empty-head.
14212 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14213 (bibtex-search-reference): Renamed to bibtex-search-entry.
14214 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14215 bibtex-enclosing-entry-maybe-empty-head.
14216 (bibtex-entry-field-alist, bibtex-entry-head,
14217 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14218 bibtex-map-entries, bibtex-search-entry,
14219 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14220 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14221 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14222 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14223 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14224 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14225 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14226
14227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14228
14229 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14230 comment.
14231 (bibtex-format-field-delimiters): New function, functionality
14232 extracted from bibtex-format-entry.
14233 (bibtex-autokey-get-yearfield-digits): New function, functionality
14234 extracted from bibtex-autokey-get-yearfield.
14235
14236 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14237 entries in order to avoid stack overflow in the regexp matcher if
14238 field contents become large.
14239 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14240 bibtex-field-string-part-not-braced,
14241 bibtex-field-string-part-no-inner-braces,
14242 bibtex-field-string-part-1-inner-brace,
14243 bibtex-field-string-part-2-inner-braces,
14244 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14245 bibtex-field-string-quoted, bibtex-field-string,
14246 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14247 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14248 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14249 as parsing is now performed by the following functions.
14250 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14251 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14252 bibtex-parse-field-string, bibtex-search-forward-field-string,
14253 bibtex-parse-association, bibtex-field-name-for-parsing,
14254 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14255 bibtex-search-forward-field, bibtex-search-backward-field,
14256 bibtex-start-of-field, bibtex-end-of-field,
14257 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14258 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14259 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14260 bibtex-parse-string, bibtex-search-forward-string,
14261 bibtex-search-backward-string, bibtex-start-of-string,
14262 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14263 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14264 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14265 entries. Instead of reporting the results of the parsing by
14266 match-beginning or match-end, these functions return data structures
14267 that hold the corresponding positions.
14268 (bibtex-enclosing-field): Changed to also report field boundaries by
14269 return values rather than by match-beginning or match-end. The
14270 following functions have been adapted to use the new parsing
14271 functions.
14272 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14273 bibtex-enclosing-field, bibtex-format-entry,
14274 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14275 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14276 bibtex-print-help-message, bibtex-end-of-entry,
14277 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14278 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14279 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14280 method for parsing.
14281 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14282 bibtex-map-entries, bibtex-flash-head,
14283 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14284 bibtex-autokey-change, bibtex-autokey-get-namefield,
14285 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14286 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14287 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14288 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14289 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14290 order to make the new binding of case-fold-search immediately
14291 visible.
14292
14293 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14294
14295 * textmodes/bibtex.el: Copyright notice is up to date.
14296 Added constant 'bibtex-maintainer-salutation.
14297
14298 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14299 than make-temp-name, use match-string-no-properties and eliminate
14300 a quadratic behavior when building bibtex-strings.
14301
14302 * bibtex.el (bibtex-reference-key): Accept string entries whose
14303 reference key contains upper case letters.
14304
14305 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14306
14307 * bibtex.el (bibtex-reference-head): Allow entries to start with
14308 a new line.
14309
14310 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14311
14312 * bibtex.el: Hiding of entry bodies is not longer provided by
14313 bibtex.el directly. Instead the hideshow package can be used.
14314 Added a special bibtex entry to hs-special-modes-alist.
14315 (bibtex-hs-forward-sexp): Added for hideshow.el.
14316
14317 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14318
14319 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14320 at ':' characters by call to split-string.
14321
14322 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14323
14324 * textmodes/bibtex.el: Added RCS version identification.
14325
14326 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14327
14328 * textmodes/bibtex.el: Some temporary comments removed.
14329 (bibtex-field-name, bibtex-entry-type): Made the relationship
14330 explicit.
14331 (bibtex-field-const): Allow capital letters.
14332 (bibtex-start-of-string): Deleted because unused.
14333
14334 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14335 use the term 'reference' to describe a bibtex entry as a whole.
14336 Further, reference keys are no longer called 'labels'.
14337 (bibtex-keys): Renamed to bibtex-reference-keys.
14338 (bibtex-reformat-previous-labels): Renamed to
14339 bibtex-reformat-previous-reference-keys.
14340 (bibtex-reference-type): Renamed to bibtex-entry-type.
14341 (bibtex-reference-head): Renamed to bibtex-entry-head.
14342 (bibtex-reference-maybe-empty-head): Renamed to
14343 bibtex-entry-maybe-empty-head.
14344 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14345 (bibtex-search-reference): Renamed to bibtex-search-entry.
14346 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14347 bibtex-enclosing-entry-maybe-empty-head.
14348 (bibtex-entry-field-alist, bibtex-entry-head,
14349 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14350 bibtex-map-entries, bibtex-search-entry,
14351 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14352 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14353 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14354 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14355 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14356 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14357 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14358
14359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14360
14361 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14362 comment.
14363 (bibtex-format-field-delimiters): New function, functionality
14364 extracted from bibtex-format-entry.
14365 (bibtex-autokey-get-yearfield-digits): New function, functionality
14366 extracted from bibtex-autokey-get-yearfield.
14367
14368 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14369 entries in order to avoid stack overflow in the regexp matcher if
14370 field contents become large.
14371 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14372 bibtex-field-string-part-not-braced,
14373 bibtex-field-string-part-no-inner-braces,
14374 bibtex-field-string-part-1-inner-brace,
14375 bibtex-field-string-part-2-inner-braces,
14376 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14377 bibtex-field-string-quoted, bibtex-field-string,
14378 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14379 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14380 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14381 as parsing is now performed by the following functions.
14382 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14383 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14384 bibtex-parse-field-string, bibtex-search-forward-field-string,
14385 bibtex-parse-association, bibtex-field-name-for-parsing,
14386 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14387 bibtex-search-forward-field, bibtex-search-backward-field,
14388 bibtex-start-of-field, bibtex-end-of-field,
14389 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14390 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14391 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14392 bibtex-parse-string, bibtex-search-forward-string,
14393 bibtex-search-backward-string, bibtex-start-of-string,
14394 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14395 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14396 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14397 entries. Instead of reporting the results of the parsing by
14398 match-beginning or match-end, these functions return data structures
14399 that hold the corresponding positions.
14400 (bibtex-enclosing-field): Changed to also report field boundaries by
14401 return values rather than by match-beginning or match-end. The
14402 following functions have been adapted to use the new parsing
14403 functions.
14404 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14405 bibtex-enclosing-field, bibtex-format-entry,
14406 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14407 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14408 bibtex-print-help-message, bibtex-end-of-entry,
14409 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14410 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14411 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14412 method for parsing.
14413 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14414 bibtex-map-entries, bibtex-flash-head,
14415 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14416 bibtex-autokey-change, bibtex-autokey-get-namefield,
14417 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14418 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14419 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14420 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14421 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14422 order to make the new binding of case-fold-search immediately
14423 visible.
14424
14425 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14426
14427 * textmodes/bibtex.el: Copyright notice is up to date.
14428 Added constant 'bibtex-maintainer-salutation.
14429
14430 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14431 than make-temp-name, use match-string-no-properties and eliminate
14432 a quadratic behavior when building bibtex-strings.
14433
14434 * bibtex.el (bibtex-reference-key): Accept string entries whose
14435 reference key contains upper case letters.
14436
14437 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14438
14439 * bibtex.el (bibtex-reference-head): Allow entries to start with
14440 a new line.
14441
14442 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14443
14444 * bibtex.el: Hiding of entry bodies is not longer provided by
14445 bibtex.el directly. Instead the hideshow package can be used.
14446 Added a special bibtex entry to hs-special-modes-alist.
14447 (bibtex-hs-forward-sexp): Added for hideshow.el.
14448
14449 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14450
14451 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14452 proceedings entry type (for cross referencing). Thanks to Wagner
14453 Toledo Correa for the suggestion.
14454
14455 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14456
14457 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14458
14459 * international/characters.el: Setup case table for Vietnamese.
14460
14461 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14462
14463 * uniquify.el (toplevel): Require CL at compile time.
14464 (uniquify-push): Removed.
14465
14466 * shadowfile.el (shadow-when): Removed.
14467
14468 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14469 (tempo-process-and-insert-string): Use dolist instead of
14470 tempo-dolist.
14471
14472 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14473 regexp for paragraph-start.
14474
14475 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14476 commas as well.
14477
14478 2000-02-10 Dave Love <fx@gnu.org>
14479
14480 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14481 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14482 Deleted.
14483 (widget-specify-field, widget-specify-button): Don't use
14484 widget-mouse-help as help-echo property.
14485 (default): Use #'ignore for :validate and :mouse-down-action.
14486 (checkbox): Add help-echo.
14487 (widget-sexp-validate): Rewritten to clarify error messages.
14488 (character): Use char-valid-p in :match function.
14489 (widget-color-complete): Use facemenu-color-alist.
14490 (widget-color-action): Use facemenu-read-color.
14491
14492 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14493 set up `caar' &c that we now have.
14494
14495 2000-02-09 Ray Blaak <blaak@gnu.org>
14496
14497 * delphi.el: Make resourcestring a declaration region, like const
14498 and var.
14499
14500 2000-02-09 Dave Love <fx@gnu.org>
14501
14502 * bindings.el (mode-line-input-method-map): New variable.
14503 (mode-line-mule-info): Use it; fix last change.
14504 (mode-line-mode-menu): Move definition.
14505 (mode-line-mouse-sensitive-p): Deleted.
14506 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14507 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14508 level.
14509
14510 * startup.el (command-line-1): Don't call
14511 make-mode-line-mouse-sensitive.
14512
14513 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14514
14515 * mail/rmail.el (rmail-retry-failure): Use
14516 rmail-beginning-of-message before rmail-toggle-header, because the
14517 former toggles headers.
14518
14519 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14520
14521 * diff-mode.el (diff-kill-junk): New interactive function.
14522 (diff-reverse-direction): Use delete-and-extract-region.
14523 (diff-post-command-hook): Restrict the area so that the hook also works
14524 outside of any diff hunk. This is necessary for the minor-mode.
14525 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14526 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14527
14528 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14529 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14530 so that it can be used more easily in <foo>-mode-hook. Also make sure
14531 to avoid duplicate entries.
14532 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14533 (font-lock-remove-keywords): Just as was done for `add', allow it to
14534 work even if font-lock-mode is nil. Also make sure we don't modify
14535 any pre-existing list by forcing a copy-sequence. Finally rename
14536 `major-mode' to `mode'.
14537 (font-lock-fontify-syntactic-anchored-keywords)
14538 (font-lock-fontify-anchored-keywords)
14539 (font-lock-fontify-keywords-region): Use line-end-position.
14540 Don't make `font-lock-multiline' local (it's now done in
14541 font-lock-set-defaults).
14542 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14543 move the `font-lock-fontified' creation to inside the `unless'.
14544
14545 2000-02-06 Andrew Innes <andrewi@gnu.org>
14546
14547 * term/w32-win.el (x-handle-args): Comment out call to message,
14548 which occurs before window system is initialized.
14549
14550 * makefile.nt: Add support for recompiling lisp code.
14551
14552 2000-02-04 Dave Love <fx@gnu.org>
14553
14554 * bindings.el (mode-line-mule-info): Fix/extend last change.
14555
14556 * completion.el: Replace completion-dolist with dolist.
14557
14558 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14559 dotimes.
14560
14561 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14562
14563 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14564 environment names before they go into the section regexp.
14565
14566 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14567 char class in regexp.
14568
14569 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14570 `case-fold-search' to nil.
14571
14572 * progmodes/idlwave.el (idlwave-template): Respect
14573 `idlwave-abbrev-change-case'.
14574 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14575 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14576 idlwave-while): respect `idlwave-reserved-word-upcase'.
14577 (idlwave-rw-case): New function.
14578 (idlwave-statement-match): Fixed problem with assignment regexp.
14579 (idlwave-font-lock-keywords): Improved regexp for keyword
14580 parameters.
14581 (idlwave-surround): New argument LENGTH to support padding of
14582 operators longer than 1 char.
14583
14584 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14585 idlwave-shell-expression-overlay. Implemented printing of
14586 expressions on higher levels of the calling stack.
14587 (idlwave-shell-display-level-in-calling-stack): Restore stack
14588 level.
14589 (idlwave-retrieve-expression-from-level): New function.
14590 (idlwave-shell-last-calling-stack): Variable removed.
14591 (idlwave-shell-reset): Argument action reversed (`visible' to
14592 `hidden'). Also remove stop-line overlay.
14593 (idlwave-shell-calling-stack-routine): New variable.
14594 (idlwave-shell-parse-stack-and-display): Messages now display
14595 negative level numbers.
14596 (idlwave-shell-mode): Set `modeline-format'.
14597 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14598 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14599 21.
14600 (idlwave-shell-print-expression-function): New option.
14601
14602 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14603 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14604 `tool-bar' instead of `toolbar'.
14605
14606 2000-02-02 Dave Love <fx@gnu.org>
14607
14608 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14609 emacs-lisp-mode-hook. Don't check for defalias being defined.
14610
14611 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14612 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14613 the new builtins directly.
14614
14615 * whitespace.el (whitespace): Add :version to defgroup.
14616
14617 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14618 Doc fix.
14619
14620 * thingatpt.el (sexp-at-point, symbol-at-point)
14621 (number-at-point, list-at-point): Add autoload cookie.
14622
14623 * recentf.el (recentf): Add :version to defgroup.
14624
14625 * quickurl.el (quickurl): Add :version to defgroup.
14626
14627 * elide-head.el (elide-head): Use point-marker more.
14628
14629 * bs.el (bs): Add :version to defgroup.
14630
14631 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14632
14633 * progmodes/delphi.el (delphi): Add :version to defgroup.
14634
14635 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14636
14637 * ange-ftp.el (ange-ftp-write-region): Handle case that
14638 succeeding process operation sets a different coding system.
14639
14640 * calculator.el: New file.
14641
14642 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14643
14644 * frame.el (frames-on-display-list, framep-on-display): New
14645 functions.
14646 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14647 (display-selections-p, display-screens, display-pixel-width)
14648 (display-pixel-height, display-mm-width, display-mm-height)
14649 (display-backing-store, display-save-under, display-planes)
14650 (display-color-cells, display-visual-class): New functions.
14651
14652 * term/tty-colors.el (tty-color-gray-shades): New function.
14653
14654 * faces.el (display-color-p): Use framep-on-display.
14655 (display-grayscale-p): New function.
14656
14657 2000-01-31 Dave Love <fx@gnu.org>
14658
14659 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14660 (create-fontset-from-x-resource): Don't concat integers.
14661
14662 2000-01-31 Inge Frick <inge@nada.kth.se>
14663
14664 * view.el: Some changes in documentation. Removed some trailing
14665 whitespace. Changed some parameter names to agree with
14666 documentation.
14667 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14668 window is not deleted. Modifies change 1998-04-26.
14669
14670 2000-01-31 Gerd Moellmann <gerd@gnu.org>
14671
14672 * windmove.el: New file.
14673
14674 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14675 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14676 progmodes/ebnf-yac.el: Update copyright and license info.
14677
14678 * jit-lock.el (jit-lock-function): Widen before calculating end
14679 position.
14680 (jit-lock-stealth-chunk-start): Rewritten.
14681
14682 * info.el (Info-title-face-alist): Removed.
14683 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14684 faces.
14685 (Info-fontify-node): Use these faces.
14686
14687 2000-01-30 Gerd Moellmann <gerd@gnu.org>
14688
14689 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14690 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14691 `&allow-other-keywords'.
14692
14693 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14694 the list of directories scanned heuristically.
14695
14696 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14697 exist.
14698
14699 2000-01-30 Jason Rumney <jasonr@gnu.org>
14700
14701 * w32-fns.el: Define w32-tty-standard-colors.
14702
14703 * startup.el (command-line): Use w32-tty-standard-colors when in
14704 w32 console mode.
14705
14706 2000-01-30 Dave Love <fx@gnu.org>
14707
14708 * jka-compr.el (jka-compr-load): Fix up load-history.
14709
14710 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14711
14712 * emacs-lisp/cl-macs.el: Revert previous change.
14713
14714 2000-01-29 Dave Love <fx@gnu.org>
14715
14716 * facemenu.el: Purecopy various strings.
14717
14718 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14719 years. Deal with three-digit years.
14720
14721 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14722 defconst, purecopy.
14723 (help-back-label): Purecopy it.
14724
14725 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14726
14727 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14728 variable. If non-nil, order the buffer list according to the
14729 currently selected frame.
14730 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14731 non-nil, pass the selected frame to function buffer-list.
14732
14733 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14734
14735 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14736
14737 2000-01-28 Dave Love <fx@gnu.org>
14738
14739 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14740
14741 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14742 Don't use lisp-indent-hook property.
14743 (cl-abs): Remove.
14744
14745 * subr.el: Move out indent and edebug specs for when and unless.
14746
14747 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14748 when, unless.
14749
14750 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14751 unless, when.
14752
14753 2000-01-28 Gerd Moellmann <gerd@gnu.org>
14754
14755 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14756 `collecting' as synonym for `collect'.
14757
14758 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14759 for the case it contains spaces.
14760
14761 * simple.el (what-cursor-position): Change formatting of
14762 messages.
14763
14764 * frame.el (delete-other-frames): New function.
14765 (toplevel): Bind it to C-x 5 1.
14766
14767 * sort.el (sort-numeric-base): New option.
14768 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14769 interpret it as octal or hexadecimal. Use sort-numeric-base
14770 as default base.
14771
14772 * progmodes/glasses.el: New file.
14773
14774 2000-01-27 Gerd Moellmann <gerd@gnu.org>
14775
14776 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14777 userids differently.
14778
14779 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14780 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14781 progmodes/ebnf-yac.el: New files.
14782
14783 2000-01-26 Dave Love <fx@gnu.org>
14784
14785 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14786 on a function with an empty body. [From Eric Ludlam.]
14787
14788 2000-01-25 Andre Spiegel <spiegel@gnu.org>
14789
14790 * vc.el (vc-version-diff): Make sure file name is expanded.
14791
14792 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14793
14794 * scroll-bar.el (scroll-bar-timer): Variable removed.
14795 (scroll-bar-toolkit-scroll): Don't use a timer.
14796
14797 2000-01-25 Kenichi Handa <handa@etl.go.jp>
14798
14799 * language/thai-util.el (thai-composition-function): Delete
14800 superfluous `a'.
14801
14802 2000-01-24 Dave Love <fx@gnu.org>
14803
14804 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14805 end-of-defun-function.
14806
14807 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14808 &c.
14809
14810 2000-01-22 Jason Rumney <jasonr@gnu.org>
14811
14812 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14813 conflicts with new face support.
14814
14815 2000-01-22 Richard M. Stallman <rms@gnu.org>
14816
14817 * replace.el (query-replace): Rename last arg to DELIMITED.
14818 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14819 (query-replace-regexp): Likewise.
14820
14821 2000-01-20 Richard M. Stallman <rms@gnu.org>
14822
14823 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14824
14825 * emacs-lisp/lisp.el (beginning-of-defun-function):
14826 Variable renamed from beginning-of-defun.
14827 Do not call make-variable-buffer-local.
14828 (beginning-of-defun-raw): Use new variable name; doc fix.
14829 (beginning-of-defun): Doc fix.
14830 (end-of-defun-function): Variable renamed from end-of-defun.
14831 Do not call make-variable-buffer-local.
14832 (end-of-defun): Use new variable name; doc fix.
14833
14834 * subr.el (dolist, dotimes): Copied from cl-macs.el
14835 and made to work.
14836
14837 * mail/undigest.el (rmail-digest-end-regexps):
14838 Variable replaces rmail-digest-end-regexp.
14839 Allows multiple regexps for detecting the end line.
14840 (undigestify-rmail-message): Corresponding changes.
14841
14842 2000-01-19 Dave Love <fx@gnu.org>
14843
14844 * files.el (user-init-file): Don't declare here -- is primitive.
14845
14846 * startup.el (command-line): Check for compiled user-init-file and
14847 set to uncompiled version if necessary.
14848
14849 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14850
14851 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14852 (undigestify-rmail-message): Use it.
14853
14854 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14855
14856 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14857
14858 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14859 of mini-buffer.
14860
14861 2000-01-14 Gerd Moellmann <gerd@gnu.org>
14862
14863 * emacs-lisp/copyright.el (copyright-update): Removed the
14864 requirement for a trailing space from `copyright-regexp', to
14865 support copyrights with owner specified on a separate line..
14866
14867 * align.el: New file.
14868
14869 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14870
14871 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14872
14873 2000-01-13 Dave Love <fx@gnu.org>
14874
14875 * ph.el: Removed. (Obsoleted by EUDC.)
14876
14877 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14878
14879 * net/eudc.el (toplevel): Remove autoloaded code installing
14880 menu with easymenu, because that causes build problems.
14881
14882 * frame.el (frame-notice-user-settings): New variable.
14883 (frame-notice-user-settings): Don't modify frame parameters
14884 if called a second time.
14885
14886 2000-01-13 Richard M. Stallman <rms@gnu.org>
14887
14888 * frame.el (frame-notice-user-settings):
14889 Notice default-frame-parameters even for non-window frames.
14890
14891 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14892
14893 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14894 for Emacs.
14895 (eudc-bob-can-display-inline-images): Extend for Emacs.
14896 (eudc-bob-toggle-inline-display): Ditto.
14897 (eudc-bob-display-jpeg): Ditto.
14898
14899 2000-01-12 Gerd Moellmann <gerd@gnu.org>
14900
14901 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14902 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14903 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14904
14905 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14906 nil)'.
14907
14908 * subdirs.el: Add `net' directory.
14909
14910 * net: New directory.
14911
14912 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14913 eval-last-sexp. Don't bind debug-on-error here.
14914 (eval-last-sexp): New function. Bind debug-on-error if
14915 eval-expression-debug-on-error is non-nil.
14916 (eval-defun-2, eval-defun): Likewise.
14917
14918 * simple.el (eval-expression): Don't bind debug-on-error if
14919 eval-expression-debug-on-error is nil. Detect changed
14920 debug-on-error, and propagate new value to global binding, if
14921 eval-expression-debug-on-error is non-nil,
14922 (eval-expression-debug-on-error): Change doc string.
14923
14924 2000-01-11 Richard M. Stallman <rms@gnu.org>
14925
14926 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14927
14928 * emacs-lisp/lisp-mode.el (with-syntax-table):
14929 Set up lisp-indent-function property.
14930
14931 * subr.el (with-syntax-table): Moved from simple.el.
14932
14933 * simple.el (with-syntax-table): Moved to subr.el.
14934
14935 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14936
14937 * tmm.el (tmm-shortcut): Delete region after prompt instead
14938 of erasing buffer.
14939
14940 * textmodes/fill.el (fill-common-string-prefix): New function.
14941 (fill-context-prefix): Use the longest common prefix of first
14942 and second line fill prefix, if there is one.
14943
14944 2000-01-11 Richard M. Stallman <rms@gnu.org>
14945
14946 * array.el (array-mode): Don't use make-variable-buffer-local.
14947 Use make-local-variable for `truncate-lines'.
14948
14949 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14950
14951 * add-log.el (add-log-current-defun): Handle user-defined
14952 add-log-current-function returning nil,
14953
14954 * add-log.el (add-change-log-entry): Insert version number
14955 if having found a current function
14956
14957 * add-log.el (add-log-current-defun): Call
14958 `add-log-current-defun-function'. Try matches at level 0 and
14959 level 1. Strip whitespace from defun found.
14960
14961 2000-01-10 John Wiegley <johnw@gnu.org>
14962
14963 * allout.el (isearch-done/outline-provisions): Added `edit'
14964 argument to correspond with the current definition of
14965 `isearch-done'.
14966
14967 2000-01-10 Dave Love <fx@gnu.org>
14968
14969 * elide-head.el (elide-head): Use point-marker, not point.
14970
14971 2000-01-10 Gerd Moellmann <gerd@gnu.org>
14972
14973 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14974 before and after the year 2000.
14975
14976 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14977 Add ispell- prefix.
14978
14979 2000-01-10 Ken Stevens <k.stevens@ieee.org>
14980
14981 * ispell.el: Only define dictionaries in menus when they exist.
14982 (version18p): New variable.
14983 (version20p): New variable.
14984 (xemacsp): New variable.
14985 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14986 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14987 (ispell-dictionary-alist6): Russian command lines no longer accept
14988 run-together words.
14989 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14990 (ispell-dictionary-alist): Add koi8-r to customize definition.
14991 (check-ispell-version): Added documentation string. Returns
14992 library path when called non-interactively.
14993 (ispell-menu-map-needed): Uses new variables.
14994 (ispell-library-path): New variable.
14995 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14996 (ispell-word): Improved documentation string. Test for valid
14997 character mappings. Correctly check typed in word changes that can
14998 result in single words split into multiple words. Returns
14999 replacement word.
15000 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15001 replace in recursive query replace mode. Help message for
15002 recursive edit mode.
15003 (ispell-show-choices): Protect against bad framepop bindings.
15004 (ispell-help): Fix to work with XEmacs.
15005 (ispell-highlight-spelling-error): Use new variables.
15006 (ispell-overlay-window): Fix to work with XEmacs.
15007 (ispell-parse-output): Passed and returns location information
15008 tracking spelling corrections. Doesn't recheck same word on
15009 current line.
15010 (ispell-init-process): Protect against bogus XEmacs variable binding.
15011 Fix call to single argument in sleep-for. Use new variables.
15012 (ispell-region): Passed and returns location information tracking
15013 spelling corrections. Doesn't check same word on current line.
15014 Improved documentation string. Doesn't resend a line already
15015 checked to the ispell process - fixes bug in LaTeX parsing.
15016 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15017 (ispell-skip-region): No longer skips <TT> in SGML.
15018 (ispell-process-line): Tracks location information with spelling
15019 corrections. Added documentation string. Accounts for words
15020 already accepted on this line. Don't allow query-replace on line
15021 starting with math characters. Doesn't resend a line already sent
15022 to ispell process. Fixes alignment error bug.
15023
15024 2000-01-10 Richard M. Stallman <rms@gnu.org>
15025
15026 * dired-x.el (dired-guess-shell-alist-default):
15027 Suggest xloadimage, which is free, not xv, which isn't.
15028
15029 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15030 Don't ever include the host name or user name in the value.
15031
15032 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15033
15034 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15035 of a real newline.
15036
15037 2000-01-09 Stephen Eglen <stephen@gnu.org>
15038
15039 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15040 for .png files.
15041
15042 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15043
15044 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15045
15046 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15047
15048 * progmodes/cperl-mode.el: Replace ^F with ^L.
15049
15050 * sendmail.el (toplevel): Provide `sendmail' when compiling
15051 before `require'ing rmail and mailalias to prevent infinite
15052 recursion.
15053
15054 2000-01-08 Dave Love <fx@gnu.org>
15055
15056 * emacs-lisp/backquote.el: Remove inappropriate customization
15057 (allowing custom.el to use backquote).
15058
15059 2000-01-07 Dave Love <fx@gnu.org>
15060
15061 * add-log.el (add-log-debugging): Deleted.
15062 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15063 file. Remove debugging code.
15064 (change-log-get-method-definition, change-log-name): Add doc.
15065 (change-log-sortable-date-at): New function.
15066 (change-log-merge): New command.
15067
15068 * time.el (display-time-string-forms): Make the Mail string active.
15069 (display-time-update): Provide help-echo for load average.
15070
15071 * bindings.el (make-mode-line-mouse2-map): New function.
15072 (mode-line-modified): Use it and simplify.
15073 (mode-line-mule-info): Provide help-echo info.
15074 (minor-mode-alist): Activate the strings.
15075 (make-mode-line-mouse-sensitive): Simplify for
15076 mode-line-buffer-identification.
15077
15078 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15079
15080 * play/pong.el: New file.
15081
15082 2000-01-06 Dave Love <fx@gnu.org>
15083
15084 * array.el: Assorted cleanups for compiler warnings, doc strings,
15085 `array-' prefix for symbols.
15086
15087 2000-01-05 Dave Love <fx@gnu.org>
15088
15089 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15090 outline-headers-as-kill.
15091 (outline-mode): Define imenu-generic-expression.
15092 (outline-headers-as-kill): New command.
15093
15094 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15095 from paragraph-start.
15096 (paragraph-indent-minor-mode): New command.
15097
15098 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15099 M-C-e, M-C-h, C-j, C-xnd, TAB.
15100 (fortran-mode): Set beginning-of-defun, end-of-defun.
15101 (fortran-column-ruler): Simplify.
15102 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15103 (fortran-with-subprogram-narrowing): Likewise.
15104 (fortran-indent-subprogram): Call mark-defun.
15105 (fortran-check-for-matching-do): Change narrowing.
15106
15107 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15108 (cl-lucid-hash-tag): Delete.
15109 (cl-hash-table-p): Correct test for native table.
15110 (cl-hash-table-count): Use hash-table-count.
15111
15112 * browse-url.el (browse-url): Fix case of
15113 browse-url-browser-function being an alist.
15114
15115 2000-01-05 Carsten Dominik <cd@gnu.org>
15116
15117 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15118 (reftex-index-phrase-file-extension): New options.
15119
15120 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15121 Use new option `reftex-index-phrase-file-extension'.
15122
15123 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15124 `reftex-parse-file-extension'.
15125
15126 2000-01-05 Dave Love <fx@gnu.org>
15127
15128 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15129 (beginning-of-defun-raw): Use it.
15130 (end-of-defun): New variable.
15131 (end-of-defun): Use it.
15132 (check-parens): New command.
15133
15134 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15135
15136 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15137 (hs-show-block): Don't use `mapcar' when not accumulating.
15138
15139 Fix buglet in local variables initialization.
15140
15141 2000-01-05 Andreas Schwab <schwab@suse.de>
15142
15143 * hscroll.el (hscroll): Doc fix.
15144
15145 2000-01-05 Carsten Dominik <cd@gnu.org>
15146
15147 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15148 idlw-toolbar.
15149
15150 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15151 file idlw-rinfo.el.
15152 (idlwave-customize): load must read file idlw-shell.el.
15153 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15154
15155 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15156
15157 * progmodes/idlw-shell.el: Also provide idlwave-shell
15158 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15159 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15160
15161 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15162 both reftex-dcr and reftex-vcr.
15163
15164 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15165
15166 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15167
15168 * ps-print.el: PostScript code now is in separate files, doc fix.
15169 (ps-print-version): New version number (5.0.3).
15170 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15171 local.
15172 (ps-spool-config): Initialization fix.
15173 (ps-print-prologue-1, ps-print-prologue-2)
15174 (ps-print-duplex-feature): PostScript code moved to separated file.
15175 (ps-background-image): Little code reformating.
15176 (ps-begin-file, ps-begin-job): Fix code.
15177 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15178 (ps-prologue-file): New fun.
15179
15180 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15181
15182 * ps-vars.el: Eliminated.
15183
15184 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15185 `;;;###autoload'.
15186
15187 * ps-print.el: ps-vars eliminated, doc fix.
15188 (ps-print-version): New version number (5.0.2).
15189 (ps-spool-config): Initialization fix.
15190 (ps-print-customize): New fun.
15191
15192 2000-01-04 Gerd Moellmann <gerd@gnu.org>
15193
15194 * autorevert.el (auto-revert-mode): Return value of
15195 auto-revert-mode.
15196
15197 2000-01-04 Dave Love <fx@gnu.org>
15198
15199 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15200 menu items.
15201
15202 2000-01-03 Dave Love <fx@gnu.org>
15203
15204 * elide-head.el (elide-head) [defgroup]: Add :version.
15205
15206 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15207 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15208 `cl-hash-table-p', not `hash-table-p'.
15209 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15210
15211 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15212
15213 * faces.el (face-read-integer, read-face-attribute)
15214 (color-defined-p, color-values): unspecified-{f,b}g are now
15215 strings.
15216
15217 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15218
15219 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15220 at comment end, and re-insert them after filling.
15221
15222 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15223
15224 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15225 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15226 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15227
15228 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15229
15230 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15231 the new name of face-color-supported-p.
15232
15233 * term/w32-win.el (xw-defined-colors): Likewise.
15234
15235 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15236
15237 * simple.el (completion-setup-function): Count completion-size
15238 from minibuffer-prompt-end, not from point-min.
15239
15240 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15241
15242 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15243 Pass the frame to tty-color-* functions.
15244 (display-color-p, frame-set-background-mode): Pass the frame to
15245 tty-display-color-p.
15246
15247 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15248 tty-color-alist.
15249 (tty-color-alist, tty-modify-color-alist): New functions.
15250 (tty-color-define, tty-color-clear, tty-color-approximate)
15251 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15252 an optional parameter FRAME.
15253
15254 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15255
15256 * image.el (create-image, defimage): Don't assume image data is a
15257 string.
15258
15259 * image.el (defimage): Handle specifications containing :data
15260 instead of :file.
15261 (image-type-from-data): New function.
15262 (image-type-from-file-header): Use it.
15263 (create-image): Add parameter DATA-P.
15264
15265 See ChangeLog.8 for earlier changes.
15266
15267 ;; Local Variables:
15268 ;; coding: iso-2022-7bit
15269 ;; End: