(set-face-background, set-face-foreground)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
78ad1cd5
MB
12001-02-13 Miles Bader <miles@gnu.org>
2
3 * faces.el (set-face-background, set-face-foreground)
4 (set-face-stipple): Treat a value of nil as being `unspecified'.
5
fce9d9dc
DL
62001-02-12 Dave Love <d.love@dl.ac.uk>
7
8 * international/latin1-disp.el: Doc fixes.
9 (latin1-display) <defgroup>: Add :link.
10 (latin1-display) <function>: Set variable latin1-display.
11
bc406911
EZ
122001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
13
14 * international/mule-cmds.el (set-input-method): Doc fix.
15
68514d48
EL
162001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
17
18 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
19 (speedbar-line-file): Return nil if not a file.
20 (speedbar-buffers-line-path): Return file for tags, and dir for files.
21
513bea45
MK
222001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
23
24 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
25 for remote files.
bc406911 26 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45
MK
27 with raw-text.
28
29 * ediff-init.el: Removed :version from defcustom vars.
30
31 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
32 handling of the diff mode
33
34 * ediff.texi: Added ediff-coding-system-for-read.
35
bc406911 36 * viper.texi: Fix typos.
513bea45 37
521d4010
DL
382001-02-11 Dave Love <fx@gnu.org>
39
36fd8e17
DL
40 * shadowfile.el: Doc fixes.
41 (shadow) <defgroup>: Add :link.
42 (shadowfile-unload-hook): New function.
43 (shadow-initialize): Use defalias, not fset.
44 (shadow-define-cluster, shadow-define-literal-group)
45 (shadow-define-regexp-group, shadow-initialize): Add autoload
46 cookie.
47
521d4010
DL
48 * international/mule.el: Doc and message fixes.
49
36fd8e17
DL
50 * international/ccl.el (define-ccl-program): Doc fix.
51
92395bbe
KH
522001-02-11 Kenichi Handa <handa@etl.go.jp>
53
54 * faces.el (mode-line): Set :line-width property to -1.
55
103db06c
RS
562001-02-10 Richard M. Stallman <rms@gnu.org>
57
08b78974
RS
58 * complete.el (partial-completion-mode): Doc fix.
59
103db06c
RS
60 * simple.el (delete-key-deletes-forward-mode):
61 Change `let' to `let*' to fix gross bug in last change.
62
63 * repeat.el (repeat): Don't let execute-kbd-macro alter
64 real-last-command.
65
a6a1ee53
EZ
662001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
67
68 * simple.el (eval-expression): Doc fix.
69
d2f288c6
DL
702001-02-09 Dave Love <fx@gnu.org>
71
038f4ae3
DL
72 * imenu.el (imenu-generic-expression): Doc fix.
73
74 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
75 Juanma Barranquero.
76
d2f288c6
DL
77 * emacs-lisp/authors.el (authors): Expand `root' before running
78 find.
79
9804b846
KH
802001-02-09 Kenichi Handa <handa@etl.go.jp>
81
82 * faces.el (set-face-attribute): Describe the case of a negative
83 value specified for :line-width.
84
532f5197
SM
852001-02-08 Stefan Monnier <monnier@cs.yale.edu>
86
87 * which-func.el (which-func-mode): Invert which-func-mode-global.
88 Fix from Juanma Barranquero <lektu@uol.com.br>.
89
1d279666
DL
902001-02-08 Dave Love <fx@gnu.org>
91
4681ca3a
DL
92 * wid-edit.el (widget-plist-convert-widget): Replace binding of
93 widget-plist-value-type.
94 (widget-alist-convert-widget): Replace binding of
95 widget-alist-value-type.
96
1d279666
DL
97 * textmodes/paragraphs.el (sentence-end): Doc fix.
98
99 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
100 `backward-line'.
101
532f5197
SM
102 * play/pong.el (pong-blank-color, pong-bat-color)
103 (pong-ball-color, pong-border-color, pong-left-key)
104 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
105 (pong-pause-key, pong-resume-key, pong-timer-delay):
106 * mail/mh-comp.el (mh-compose-letter-function):
107 * eshell/esh-mode.el (eshell-skip-prompt-function):
108 * emulation/viper-ex.el (ex-unix-type-shell-options):
109 * recentf.el (recentf-menu-filter):
110 * ps-print.el (ps-print-region-function):
111 * lpr.el (print-region-function):
112 * forms.el (forms-mode-hooks):
113 * dirtrack.el (dirtrack-directory-change-hook):
114 * cus-start.el (temp-buffer-show-function, display-buffer-function):
115 * textmodes/spell.el (spell-filter):
116 * textmodes/fill.el (adaptive-fill-function):
117 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
118 * progmodes/etags.el (find-tag-default-function):
119 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
120 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
121
6f676109
EZ
1222001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
123
751d3bc4
EZ
124 * emulation/viper-init.el (viper-fast-keyseq-timeout)
125 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
126 Meyering <jim@meyering.net>.
127
6f676109
EZ
128 * loadup.el: Revert last change.
129
d3c26cdf
KH
1302001-02-07 Kenichi Handa <handa@etl.go.jp>
131
132 * international/mule.el (transform-make-coding-system-args): Make
133 it work also for coding systems not using CCL.
134
44806980
EZ
1352001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
136
9889af08
EZ
137 * simple.el (previous-matching-history-element)
138 (next-matching-history-element): Doc fix.
139
44806980
EZ
140 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
141 specific part.
142
1e36ff68
DL
1432001-02-06 Dave Love <fx@gnu.org>
144
145 * add-log.el (add-log-current-defun-function)
146 (add-log-buffer-file-name-function, add-log-file-name-function):
147 Fix :type.
148 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
149
c7ca58df
EZ
1502001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
151
fecd556a
EZ
152 * info.el (info-initialize): Remove the test for system-type when
153 invocation-directory is non-nil.
154
c7ca58df
EZ
155 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
156 of `font-lock-defaults' to `backward-paragraph' rather than nil.
157
587b5737
AI
1582001-02-06 Andrew Innes <andrewi@gnu.org>
159
160 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
161 absolute.
162
baf7eee4
GM
1632001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
164
165 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
166 buffers. When hi-lock turned on rather than only checking current
167 buffer for regexps, all buffers are checked. Moved activation of
168 font-lock to hi-lock-refontify. When font-lock turned off rather
169 than removing added highlighting just in current buffer, remove it
170 in all buffers. Changed edit menu text from "Automatic
171 Highlighting" to "Regexp Highlighting" Documentation for
172 highlighting phrases, minor documentation changes.
173 (hi-lock-set-file-patterns): Execute only if there are new or
174 existing file patterns.
175 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
176 unfontify and, if a support mode is active, will not refontify the
177 whole buffer. If necessary, turn on font lock. (Removed
178 font-lock-unfontify and font-lock support-mode-specific calls,
179 such as lazy-lock-fontify-window.)
180 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
181 patterns are found. Not useful now since find-file-hook is removed
182 if hi-lock is off, but may be needed for per-buffer hi-lock
183 activation.
184 (hi-lock-face-phrase-buffer): New function. Also added related
185 menu item and keybinding.
186 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
187 (hi-lock-process-phrase): New function.
188 (hi-lock-line-face-buffer): Doc fixes.
189 (hi-lock-face-buffer): Doc fixes.
190 (hi-lock-unface-buffer): Doc fixes.
191
36710aa6
GM
1922001-02-06 Gerd Moellmann <gerd@gnu.org>
193
194 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
195 dabbrev-ignored-regexps.
196
d3f22784
EZ
1972001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * simple.el (kill-line): Doc fix.
200
5cb3c8d4
DL
2012001-02-05 Dave Love <fx@gnu.org>
202
203 * loadup.el: Revert last two changes -- bootstrapping works with
204 regenerated loaddefs.
205
e6297e7d
EZ
2062001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
207
1e14b095
EZ
208 * isearch.el (isearch-forward): Doc fix.
209
e6297e7d
EZ
210 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
211 of font-lock-defaults to backward-paragraph.
212
e16f52ce
GM
2132001-02-05 Gerd Moellmann <gerd@gnu.org>
214
215 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
216 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
217
01d19dd7
GM
2182001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
219
220 * ebnf2ps.el: Eliminate time-stamp functions.
221 (ebnf-version): New version (3.5).
222 (ebnf-eps-finish-and-write): Replace time-stamp functions by
223 format-time-string.
224
24886813
GM
2252001-02-05 Gerd Moellmann <gerd@gnu.org>
226
227 * simple.el (next-line): Goto end-of-line before inserting a newline.
228
65e70fc4
MB
2292001-02-05 Miles Bader <miles@gnu.org>
230
231 * image-file.el (insert-image-file): When visiting an image, also
232 set `truncate-lines' to t so that any fringe arrow looks correct.
233
482f06c9
KH
2342001-02-05 Kenichi Handa <handa@etl.go.jp>
235
236 * isearch.el (isearch-forward): Add description about input method
237 in the docsting.
238
02399da7
SM
2392001-02-04 Stefan Monnier <monnier@cs.yale.edu>
240
241 * skeleton.el (skeleton-internal-1): Always push the mark for @.
242
2c366083
EZ
2432001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
244
245 * info.el (info-initialize): If installation-directory is nil, for
246 DOS/Windows systems try looking in a sibling of
247 invocation-directory.
248
bdadfce3
GM
2492001-02-02 Gerd Moellmann <gerd@gnu.org>
250
79fb38c0
GM
251 * wid-edit.el (widget-button-click): Fix last change.
252
bdadfce3
GM
253 * frame.el (frame-notice-user-settings): When resizing the initial
254 frame because the tool bar is off, also change the frame's top
255 position if a negative top position was specified.
256
33155ffb
MB
2572001-02-02 Miles Bader <miles@gnu.org>
258
259 * image-file.el (insert-image-file): When visiting an image,
260 suppress the cursor in the image buffer.
261
1355ba0c
DL
2622001-02-01 Dave Love <fx@gnu.org>
263
264 * progmodes/f90.el (f90-mode): Remove startup message.
265
fb758d2d
AS
266 * vc-cvs.el: Remove autoloads. Require vc when compiling.
267
01acdb05
GM
2682001-02-01 Gerd Moellmann <gerd@gnu.org>
269
270 * startup.el (command-line): Fix code determining whether or not
271 to use delete-key-deletes-forward-mode.
272
5b1ee316
AS
2732001-02-01 Andre Spiegel <spiegel@gnu.org>
274
275 * vc.el (vc-diff-switches): New user option.
276 (vc-version-diff): Use it.
277 (vc-diff-switches-list): New macro.
278
279 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
280 customization options.
281 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
282
283 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
284
00b1e7a1
GM
2852001-02-01 Gerd Moellmann <gerd@gnu.org>
286
287 * msb.el (toplevel): Quote hook symbols.
288
85827036
KH
2892001-02-01 Kenichi Handa <handa@etl.go.jp>
290
8e028499 291 * international/mule.el (make-coding-system): Add description
3c948dde 292 about recognized properties in the docstring.
8e028499 293
85827036
KH
294 * international/mule-conf.el: Remove unused charsets
295 mac-roman-lower and mac-roman-upper.
296
7ccf7ab9
GM
2972001-01-31 Gerd Moellmann <gerd@gnu.org>
298
2441692d
GM
299 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
300 is in front of the left-margin, if any.
301
ee5cece0
GM
302 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
303 like `delete'.
304
305 * bindings.el: Define `kp-delete' like `delete' in
306 function-key-map.
307
7ccf7ab9
GM
308 * term/w32-win.el (mouse-set-font): Doc fix.
309
b4f30ec5
GM
3102001-01-31 Stefan Monnier <monnier@cs.yale.edu>
311
312 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
313 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
314 on already.
315
03e0fe6e
GM
3162001-01-31 Markus Rost <rost@math.ohio-state.edu>
317
318 * files.el (save-buffer): Don't give message if (buffer-file-name)
319 returns nil.
320
8f289acc
EZ
3212001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
322
cb4aae04
EZ
323 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
324
dbd98b19
EZ
325 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
326 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
327
8f289acc
EZ
328 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
329 display problems.
330
c12553c1
KH
3312001-01-31 Kenichi Handa <handa@etl.go.jp>
332
c7bf5db9
KH
333 * international/mule.el (charset-info): Fix docstring.
334
335 * international/mule-diag.el (describe-character-set): Check final
336 char valid before printing it.
c12553c1 337
14f16b9c
GM
3382001-01-30 Gerd Moellmann <gerd@gnu.org>
339
efaa080b
GM
340 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
341
eef93f99
GM
342 * frame.el (frame-notice-user-settings): Do the tool-bar
343 stuff only for graphical displays. Fix a braino.
344
14f16b9c
GM
345 * frame.el (frame-initialize): Create initial frame visible.
346 (frame-notice-user-settings): When tool-bar has been switched off,
347 correct the frame size and sync too-bar-mode.
348
349 * startup.el (command-line): Remove manipulation of frame
350 height for tool bars.
351
4ad25e43
EZ
3522001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
353
354 * lpr.el: Compatibility with XEmacs and doc fixes.
355 (lpr-windows-system, lpr-lp-system): New vars.
356 (lpr-printer-switch): New defcustom.
357 (printer-name, lpr-command): Customization fix.
358 (print-region-1): Code fix.
359 (print-region-new-buffer, printify-region): Indentation fix.
360 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
361 functions.
362
e8f044a0
GM
3632001-01-29 Gerd Moellmann <gerd@gnu.org>
364
365 * msb.el (toplevel): Fix the eval-after-load.
366
850d5045
GM
3672001-01-29 Dave Love <fx@gnu.org>
368
762fe76e
DL
369 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
370
371 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
372
850d5045
GM
373 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
374 compiling.
375 (tcl-using-emacs-19-23): Consider Emacs 21+.
376 (tcl-help-directory-list, tcl-command-switches): Fix :type.
377 (tcl-add-emacs-menu): Supply menu name.
378 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
379
3a768251
GM
3802001-01-29 Gerd Moellmann <gerd@gnu.org>
381
382 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
383
274d02f7
SM
3842001-01-29 Stefan Monnier <monnier@cs.yale.edu>
385
386 * pcvs.el (cvs-mark-fis-dead): New function.
387 (cvs-mode-add): Use it.
388 (cvs-mode-add-change-log-entry-other-window):
389 Rebind change-log-default-name to itself rather than to nil.
390
ed5d446e
SS
3912001-01-29 Sam Steingold <sds@gnu.org>
392
efaa080b 393 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
394 `autoload' statements.
395
e2a80284
EZ
3962001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
397
8e1db7b3
EZ
398 * files.el (confirm-kill-emacs): Doc fix.
399
ff2a1c79
EZ
400 * frame.el (frame-initialize): Doc fix.
401
e7b0deaf
EZ
402 * time-stamp.el (time-stamp-string): Doc fix.
403
e2a80284
EZ
404 * woman.el (WoMan-log-1): Make the log buffer writable. From
405 Markus Rost <rost@math.ohio-state.edu>.
406
005913e4
GM
4072001-01-29 Gerd Moellmann <gerd@gnu.org>
408
409 * imenu.el (imenu-syntax-alist): Add autoload cookie for
410 the `make-variable-buffer-local'.
411
58622cc5
GM
4122001-01-29 Dave Love <fx@gnu.org>
413
414 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
415 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
416 autoload cookie.
417 (ansi-color-apply-sequence): Fix typo.
418
0404d031
GM
4192001-01-29 Gerd Moellmann <gerd@gnu.org>
420
ed5d446e 421 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
422 Postscript printing in black and white.
423
0404d031
GM
424 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
425 X-Mailman-Version, Precedence, List-Help, List-Post,
426 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
427 Content-Type, Content-Length.
428
3b6ed359
DL
4292001-01-29 Dave Love <fx@gnu.org>
430
ddd16e7a
DL
431 * elide-head.el (elide-head): Make overlay evaporate.
432
3b6ed359
DL
433 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
434 fix.
435
8005142f
EZ
4362001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
437
438 * isearch.el (isearch-highlight): Don't punt if the display
439 doesn't support colors, since isearch faces are defined for
440 monochrome displays as well.
441
84728570
SS
4422001-01-27 Sam Steingold <sds@gnu.org>
443
444 * shell.el (shell-write-history-on-exit): Make sure that we are in
445 the shell buffer (M-x tex-file RET inserted the error message into
446 the TeX buffer).
447
e26f9ced
EZ
4482001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
449
450 * simple.el (transient-mark-mode): Doc fix.
451
dc0274bd
GM
4522001-01-27 Gerd Moellmann <gerd@gnu.org>
453
84728570 454 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
455 tags-file-name.
456
c1acacc4
EZ
4572001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
458
f5058b96
EZ
459 * shell.el (shell-unquote-argument): If the shell is one of the
460 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
461 quote character.
462 (shell-dumb-shell-regexp): Document that the shells which match
463 this regexp are supposed to not treat a backslash as a quote
464 character.
465
c1acacc4
EZ
466 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
467 from 2001-01-12. It is not needed, since backspace is mapped into
468 DEL.
469
103db06c 4702001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 471
84728570 472 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
473 Treat a one-capital-letter abbrev as "not all upper case",
474 so as to force preservation of the expansion's pattern
475 if the expansion starts with a capital letter.
476
cfa70244
EZ
4772001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
478
cfee9de7
EZ
479 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
480 Doc fix.
481
cfa70244
EZ
482 * simple.el (transient-mark-mode): Document the fact that many
483 commands act on the region when mark is active.
484
17d90d6b
KH
4852001-01-27 Kenichi Handa <handa@etl.go.jp>
486
487 * international/quail.el (quail-setup-completion-buf): Make the
488 multibyteness of current buffer inherited to Quail completion
489 buffer.
490 (quail-show-guidance-buf): Make the multibyteness of current
491 buffer inherited to Quail guidance buffer.
492 (quail-help): Make the multibyteness of current buffer inherited
493 to Quail help buffer.
494
61076b20
DL
4952001-01-26 Dave Love <fx@gnu.org>
496
c47e2c68
DL
497 * time-stamp.el: Doc fixes.
498
84728570 499 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
500 (delphi-keyword-face, delphi-other-face): Fix :type.
501
940f14b4
DL
502 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
503
504 * mail/feedmail.el (feedmail): Add :link.
505 (feedmail-send-it): Doc fix.
506
507 * mail/sendmail.el: Doc fixes.
508 (sendmail-send-it): Fix the non-ASCII regexp and use
509 rfc2047-encode-string.
510
61076b20
DL
511 * dired.el, dired-aux.el: Revert last change.
512
6c317bd2
GM
5132001-01-26 Gerd Moellmann <gerd@gnu.org>
514
515 * makefile.w32-in (DONTCOMPILE): Add various term files.
516
5172001-01-26 Dave Love <fx@gnu.org>
518
519 * Makefile.in (DONTCOMPILE): Add various term files.
520
1c636b5f
GM
5212001-01-26 Gerd Moellmann <gerd@gnu.org>
522
af900b23
GM
523 * man.el (Man-default-man-entry, Man-mode): Doc fix.
524
15fa6db0
GM
525 * startup.el (display-startup-echo-area-message): Make sure
526 the echo area is resized to fit the size of the startup
527 message.
528
1c636b5f
GM
529 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
530 part of which is a constant.
531
9b1adbd5
EZ
5322001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
533
534 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
535 twice.
536
103db06c 5372001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
538
539 * simple.el (next-line): Don't let `newline' expand abbrevs.
540 Simplify slightly.
541 (open-line): Don't let `newline' expand abbrevs.
542
219227ea
JW
5432001-01-25 John Wiegley <johnw@gnu.org>
544
545 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
546 to `repeat' in the :type field.
547
548 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
549 allow a choice of regexp or nil.
d2906bf8 550 (pcomplete-dir-ignore): Same.
219227ea
JW
551
552 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
553 a command) to always fail.
554
ceba0dac
GM
5552001-01-25 Gerd Moellmann <gerd@gnu.org>
556
557 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
558 discard the result.
559 (iswitchb-to-end): Likewise.
560
9b0630e5
SS
5612001-01-25 Sam Steingold <sds@gnu.org>
562
563 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 564 Require vc.
9b0630e5 565
a2ed9670
SM
5662001-01-25 Stefan Monnier <monnier@cs.yale.edu>
567
f0c1adab
SM
568 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
569
a2ed9670
SM
570 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
571
34ac3367
DL
5722001-01-25 Dave Love <fx@gnu.org>
573
61076b20
DL
574 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
575 (describe-coding-system): Tweak the English text.
576
34ac3367
DL
577 * loadup.el: Preload international/ccl for utf-8.
578
4685e6b7
EZ
5792001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
580
581 * mail/rmail.el (rmail-redecode-body): Doc fix.
582
0fdb4475
KH
5832001-01-25 Kenichi Handa <handa@etl.go.jp>
584
23cfab61
KH
585 * international/mule-cmds.el (reset-language-environment): Reset
586 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
587
588 * international/mule-conf.el (coding-category-utf-8): Initialize
589 to mule-utf-8.
590
9b0630e5 591 * loadup.el: Preload international/utf-8.
0fdb4475
KH
592
593 * international/utf-8.el: New file.
594
245ed2b1
SM
5952001-01-24 Stefan Monnier <monnier@cs.yale.edu>
596
597 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
598
e95b0c08
SS
5992001-01-24 Sam Steingold <sds@gnu.org>
600
601 * dired.el (dired-replace-in-string): Removed.
602 (dired-sort-toggle): Use `replace-regexps-in-string'
603 instead of `dired-replace-in-string'.
9b0630e5 604
ceba0dac
GM
605 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
606 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 607
e95b0c08
SS
608 * gs.el (gs-replace-in-string): Removed.
609 (gs-options): Use `replace-regexps-in-string'
610 instead of `gs-replace-in-string'.
611
c3902c3e
EZ
6122001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
613
614 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
615 bug report is mailed to an email list and posted to a news group.
616
b66b6aeb
GM
6172001-01-24 Gerd Moellmann <gerd@gnu.org>
618
e7e41584
GM
619 * comint.el (comint-replace-by-expanded-history-before-point): Fix
620 change of 2000-08-03 to move point to the start of the line again.
621
b66b6aeb
GM
622 * startup.el (tool-bar-images-pixel-height): New variable.
623 (command-line): After loading the user's init file, when
624 tool-bar-mode is on, increase the frame's size by some lines for
625 the tool-bar.
626
627 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 628
ff890e66
SZ
6292001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
630
631 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
632 (chinese-big5): MIME:Big5.
633
04363179
GM
6342001-01-24 Gerd Moellmann <gerd@gnu.org>
635
e95b0c08 636 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
637 Handle commands with prefix args.
638
d56aaa64
GM
6392001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
640
641 * calendar/diary-lib.el (diary-float): Fix case of MONTH
642 being a list of numbers.
643 (diary-mail-entries): Rewritten.
644
99858627
DL
6452001-01-23 Dave Love <fx@gnu.org>
646
7aeb1fa9
DL
647 * international/mule.el (make-coding-system): Fix typo.
648
99858627
DL
649 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
650 backward-paragraph as font-lock-beginning-of-syntax-function.
651
5a43decf
EZ
6522001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
653
654 * font-lock.el (font-lock-mode): Doc fix.
655
b0e98867
KH
6562001-01-23 Kenichi Handa <handa@etl.go.jp>
657
658 * international/mule.el (make-translation-table): Fix docstring.
659
9c8acefd
EZ
6602001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
661
fd4976b8
EZ
662 * mail/rmail.el (rmail-redecode-body): New function.
663
9c8acefd
EZ
664 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
665
871e0439
GM
6662001-01-22 Gerd Moellmann <gerd@gnu.org>
667
21c2bbe0
GM
668 * isearch.el (isearch-lazy-highlight-case-fold-search)
669 (isearch-lazy-highlight-regexp): New variables.
670 (isearch-lazy-highlight-cleanup): Update lazy highlight if
671 case-fold search or regexp search has been toggled.
672
5710730c
GM
673 * wid-edit.el (widget-button-click): Avoid a save-excursion
674 around running a global binding.
675
871e0439
GM
676 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
677 to 0.25.
678
d0554957
MB
6792001-01-20 Miles Bader <miles@gnu.org>
680
681 * cus-edit.el (custom-face-save): Do post-processing on the face's
682 new value like `custom-face-set' does.
683
1519f618
EZ
6842001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
685
ccd87890
EZ
686 * mail/emacsbug.el (report-emacs-bug): Report the value of
687 LC_CTYPE, not LC_TYPE.
688
1519f618
EZ
689 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
690 isearch-toggle-regexp and isearch-edit-string to doc string.
691
9724173b
GM
6922001-01-19 Gerd Moellmann <gerd@gnu.org>
693
48bb9196
GM
694 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
695 as font-lock-beginning-of-syntax-function in font-lock-defaults.
696
e95b0c08 697 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
698 font-lock-beginning-of-syntax-function to nil.
699
dc81f8a2
EZ
7002001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
701
702 * mail/emacsbug.el (report-emacs-bug): Report values of
703 locale-coding-system, default-enable-multibyte-characters, and the
704 environment variables LC_ALL, LC_TYPE, and LANG.
705
99327974
GM
7062001-01-19 Gerd Moellmann <gerd@gnu.org>
707
111c181e
GM
708 * font-lock.el (font-lock-default-fontify-region): Fix last
709 change.
e95b0c08 710
2be6ecc6
GM
711 * font-lock.el (font-lock-multiline): Default to nil.
712 (font-lock-default-fontify-region): If font-lock-multiline is
713 nil, don't check the property `font-lock-multiline'.
714
99327974
GM
715 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
716 is nil, don't check the `font-lock-multiline' text property.
717
2550055a
MK
7182001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
719
0a949811 720 * viper.el: Call initial-major-mode on startup.
e95b0c08 721
0a949811 722 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 723
8501998a 724 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 725
2550055a 7262001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 727
0a949811 728 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 729 diff mode, if available.
e95b0c08 730
0a949811 7312001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 732
8501998a 733 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 734
2550055a
MK
735 * ediff-init.el (subst-char-in-string): Define and use it, unless
736 it's already defined.
e95b0c08 737
8962e303
GM
7382001-01-18 Gerd Moellmann <gerd@gnu.org>
739
740 * tooltip.el (tooltip-hide-delay): New user-option.
741 (tooltip-show): Use tooltip-hide-delay instead of the default.
742
6b453381
KH
7432001-01-18 Kenichi Handa <handa@etl.go.jp>
744
745 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
746 kill-local-variable doesn't work for enable-multibyte-characters.
747
9eaf396b
DL
7482001-01-17 Dave Love <fx@gnu.org>
749
cebd37ce
DL
750 * ediff-init.el (ediff-before-setup-hook)
751 (ediff-merge-filename-prefix): Add :version.
752
9eaf396b
DL
753 * international/latin1-disp.el: Require disp-table.
754 (latin1-display): Fix :set.
755
756 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
757
f864120f
GM
7582001-01-17 Gerd Moellmann <gerd@gnu.org>
759
760 * isearch.el (isearch-lazy-highlight-initial-delay)
761 (isearch-lazy-highlight-interval): Default to 0.
762
7632001-01-17 Bob Glickstein <bobg@zanshin.com>
764
765 * isearch.el (isearch-highlight): Set isearch-overlay priority to
766 1 here rather than each time through
767 isearch-lazy-highlight-new-loop.
768 (isearch-lazy-highlight-max): Variable deleted.
769 (isearch-lazy-highlight-max-at-a-time): New user variable, like
770 isearch-lazy-highlight-max but controls a single invocation of
771 isearch-lazy-highlight-update.
772 (isearch-lazy-highlight-wrapped): Variable recreated.
773 (isearch-lazy-highlight-window-start): New variable.
774 (isearch-lazy-highlight-cleanup): Restored to behavior of
775 before 2-Jan.
776 (isearch-lazy-highlight-remove-overlays): Function deleted;
777 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
778 behavior removed.
779 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
780 isearch-lazy-highlight-update in a loop rather than just once.
781 Test isearch-invalid-regexp here and decide not to start a new
782 loop, rather than testing it each time through
783 isearch-lazy-highlight-update.
784 (isearch-lazy-highlight-search): Function restored.
785 (isearch-lazy-highlight-update): Get called in a timer loop again,
786 but this time highlight more than one match each time through.
787 Only highlight matches in the visible part of the window. Start
788 at point, move in the direction of the search, and wrap around at
789 the edge of the window. Use sit-for to force redisplay and ensure
790 window-start is credible. "Face suppressing" behavior removed;
791 overlay priorities should make it unnecessary, right?
792 (isearch-highlight): Face suppressing behavior removed.
793 (isearch-dehighlight): Face suppressing behavior removed.
794 (isearch-set-lazy-highlight-faces-at): Removed.
795
076ec540
KH
7962001-01-17 Kenichi Handa <handa@etl.go.jp>
797
798 * language/european.el ("Latin-1"): Make the format of description
799 about additional language environments same as that of Latin-2.
800
92328ec5
DL
8012001-01-16 Dave Love <fx@gnu.org>
802
39f2174e
DL
803 * isearch.el (isearch-lazy-highlight): Add :version.
804
92328ec5
DL
805 * simple.el (backward-delete-char-untabify-method)
806 (next-line-add-newlines): Add :version.
807
f251459d
GM
8082001-01-16 Gerd Moellmann <gerd@gnu.org>
809
9d4850e5
GM
810 * bindings.el: Bind <backspace> and <delete> via function-key-map.
811 Don't bind <delete> otherwise.
812
813 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
814 and <delete> via function-key-map.
815
f251459d
GM
816 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
817 Subject line only if point is after the `Subject:'.
818
771ffcf7
KH
8192001-01-16 Kenichi Handa <handa@etl.go.jp>
820
bda6b481
KH
821 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
822 japanese-jisx0213-2 in `charset' property of this lang. env.
823
35793af7
KH
824 * language/european.el ("Latin-1"): Add description for Dutch and
825 Spanish lang. env.
826
771ffcf7
KH
827 * international/mule.el (decode-char): Fix conditions.
828 (encode-char): Handle eight-bit-control too.
1c8102ff 829 (transform-make-coding-system-args): New function.
50c29104
KH
830 (make-coding-system): Accept XEmacs style arguments for CCL base
831 coding system.
771ffcf7 832
e1cf67b6
GM
8332001-01-15 Gerd Moellmann <gerd@gnu.org>
834
835 * progmodes/etags.el (find-tag-noselect): Save the value of
836 tags-file-name before switching buffers, for the case it has a
837 buffer-local value.
838
b3287acf
GM
8392001-01-15 Alex Schroeder <alex@gnu.org>
840
9eaf396b
DL
841 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
842 From Dave Love <fx@gnu.org>.
b3287acf
GM
843 (ansi-color-for-comint-mode): Fix :version.
844
8452001-01-15 Alex Schroeder <alex@gnu.org>
846
847 * ansi-color.el (ansi-color-unfontify-region): Doc change.
848
8d7ff9c8
EZ
8492001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
850
851 * dired.el (dired-insert-directory): If file-system-info fails,
852 remove the " free " part, but don't signal an error.
853
dbe99ae9
SS
8542001-01-12 Sam Steingold <sds@gnu.org>
855
856 * bookmark.el (bookmark-maybe-historicize-string):
857 Use new backquote syntax.
858
103db06c 8592001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
860
861 * subr.el (last): Handle a list that doesn't end in nil.
862
ca2ddd8e
SS
8632001-01-12 Sam Steingold <sds@gnu.org>
864
865 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
866 to `backward-delete-char-untabify'.
867
1751c874
DL
8682001-01-12 Dave Love <fx@gnu.org>
869
870 * cus-edit.el (customize-menu-create): Fix the :filter following
871 easymenu change.
872
873 * wid-edit.el (function): Add :match-alternatives.
874 (widget-color-action): Doc fix.
875
3cccce8d
GM
8762001-01-12 Gerd Moellmann <gerd@gnu.org>
877
878 * calendar/calendar.el (calendar-basic-setup): Doc fix.
879
18bfd6b5
KH
8802001-01-12 Kenichi Handa <handa@etl.go.jp>
881
60a62fdc
KH
882 * international/mule-cmds.el (prefer-coding-system): Fix
883 docstring.
884
18bfd6b5
KH
885 * international/ccl.el (define-ccl-program): Fix docstring.
886
562e00da
DL
8872001-01-11 Dave Love <fx@gnu.org>
888
14fd0da3
DL
889 * international/mule-cmds.el (standard-display-european-internal):
890 Set display table for 2208 as for 160.
891
892 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
893
562e00da
DL
894 * progmodes/fortran.el (fortran-mode-map): Modify Customization
895 entry for custom-menu-create change.
896 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
897 don't cons it in the search loop.
898
899 * imenu.el (imenu--truncate-items): Revert last change.
900
6e961dcd
EZ
9012001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
902
903 * info.el (Info-setup-header-line): If the node header includes
904 either Next: or Prev: links, don't show the File: and Node: parts
905 in the header line.
906
2c2ff7f2
GM
9072001-01-11 Gerd Moellmann <gerd@gnu.org>
908
a7ee2d2e
GM
909 * comint.el (comint-goto-process-mark): Don't print a message
910 when running in batch mode.
911
c5348233
GM
912 * isearch.el (isearch-search): In the condition-case handler for
913 `error', set isearch-invalid-regexp to the whole error message.
914
422717d1
GM
915 * subr.el (eval-after-load): Call load-symbol-file-load-history to
916 ensure that eval-after-load works for files dumped with Emacs.
917
918 * help.el (load-symbol-file-load-history): New function extracted
919 from function symbol-file.
920 (symbol-file): Use it.
921
2c2ff7f2
GM
922 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
923 exit.xpm.
924
926861fb
EZ
9252001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
928 behave as if there were no prefix argument.
929 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
930 argument were nil.
931
afa1f52c
RS
9322001-01-11 Richard M. Stallman <rms@gnu.org>
933
ca2ddd8e 934 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
935 Don't look for more potential matches once maximum is exceeded.
936 Use overlays-in to check correctly for overlap with current match.
937 Ignore empty matches.
938
47a9f362
MB
9392001-01-11 Miles Bader <miles@gnu.org>
940
941 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
942 (ispell-overlay-window, ispell-help, ispell-show-choices)
943 (ispell-command-loop): Use it instead of `window-height'.
944
d196f58d
GM
9452001-01-10 Gerd Moellmann <gerd@gnu.org>
946
cf523f0e
GM
947 * files.el (confirm-kill-emacs): New user-option.
948 (save-buffers-kill-emacs): Ask for final confirmation before
949 killing Emacs.
950
d196f58d
GM
951 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
952 to nil.
953
7c6c3d8e
GM
9542001-01-10 Dave Love <fx@gnu.org>
955
1f8be15d
DL
956 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
957
958 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
959 :type.
960
961 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
962
963 * calculator.el (calculator-number-digits): Fix :type.
964
0d5184de
DL
965 * vc-cvs.el (vc-cvs-header): Fix :type.
966 * vc-rcs.el (vc-rcs-header): Fix :type.
967 * vc-sccs.el (vc-sccs-header): Fix :type.
968
969 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
970
7c6c3d8e
GM
971 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
972
8c9f73a2
GM
973 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
974
457b792c
GM
9752001-01-10 Gerd Moellmann <gerd@gnu.org>
976
977 * simple.el (set-variable): Force a thorough redisplay for the
978 case that the variable has an effect on the display, like
979 `tab-width' has.
980
d2622d08
AS
9812001-01-10 Andre Spiegel <spiegel@gnu.org>
982
983 * vc.el: Add documentation for backend interface.
984
ae4b5f4f
KH
9852001-01-10 Kenichi Handa <handa@etl.go.jp>
986
e0844717
KH
987 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
988
ae4b5f4f
KH
989 * international/mule-conf.el (latin-extra-code-table): Set to t
990 for \223 and \224.
991
3184082b
KH
9922001-01-09 Kenichi Handa <handa@etl.go.jp>
993
994 * international/mule-cmds.el (locale-language-names): Map "es" to
995 "Spanish" and "nl" to "Dutch".
996
732b9cdd
GM
9972001-01-09 Gerd Moellmann <gerd@gnu.org>
998
1dfca644
GM
999 * bindings.el (global-map): Bind <home> to beginning-of-line,
1000 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1001 C-<end> to end-of-buffer.
1002
732b9cdd
GM
1003 * language/european.el: Add Dutch and Spanish language info
1004 to be able to use the appropriate tutorials.
1005
10062001-01-09 Alex Schroeder <alex@gnu.org>
1007
1008 * ansi-color.el (ansi-color-process-output): Use markers instead
1009 of positions for start and end of region.
1010 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1011 Previously, occasional mistakes happend when fontifying many
1012 chunks of output (eg. ls --color=yes /dev). This happened
1013 whenever an overlay was created up to the end of the region, which
1014 coincided with the process-mark. New text would then be added
1015 within that overlay instead of after it.
1016 (ansi-color-make-extent): Overlays are created with the property
1017 `modification-hooks' set to '(ansi-color-freeze-overlay).
1018 (ansi-color-freeze-overlay): New function. When inserting text at
1019 the end of the overlay, the overlay will resize.
1020
10212000-01-09 Alex Schroeder <alex@gnu.org>
1022
1023 * ansi-color.el (ansi-color-process-output): Doc change.
1024 (ansi-color-unfontify-region): Doc change. No longer installed
1025 automatically in font-lock-unfontify-region-function.
1026 (ansi-color-apply): Doc change.
1027 (ansi-color-apply-on-region): Use extents or overlays instead of
1028 text-properties.
1029 (ansi-color-make-extent): New function.
1030 (ansi-color-set-extent-face): New function.
1031
10322000-01-09 Alex Schroeder <alex@gnu.org>
1033
1034 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1035 both use ansi-color-process-output, now.
1036 (ansi-color-process-output): Doesn't return string anymore. It is
1037 installed in comint-output-filter-functions for both Emacs and
1038 XEmacs, now.
1039 (ansi-color-unfontify-region): Simplified code removing variables
1040 pos and start-ansi.
1041 (ansi-color-apply): Put text-property ansi-color before putting
1042 text-property face because ansi-color-unfontify-region is called
1043 immediately after the call to put-text-property.
1044 (ansi-color-context-region): Doc change.
1045 (ansi-color-filter-region): Simplified code.
1046 (ansi-color-apply-on-region): Changed start to start-marker, using
1047 a marker explicitly. Put text-property ansi-color before putting
1048 text-property face because ansi-color-unfontify-region is called
1049 immediately after the call to put-text-property.
1050
10512000-01-09 Alex Schroeder <alex@gnu.org>
1052
1053 * ansi-color.el (ansi-color-faces-vector): Doc change.
1054 (ansi-color-for-comint-mode): Changed :type property to choice.
1055 (ansi-color-last-context): Removed.
1056 (ansi-color-process-output): Don't use ansi-color-last-context, as
1057 the main functions will store their context now.
1058 (ansi-color-context): Doc change.
1059 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1060 Uses ansi-color-context such that repeated calls will strip
1061 partial escape sequences, too.
1062 (ansi-color-apply): Simplified code. Colorize end of string if
1063 face is not null. Store context in new (FACE STRING) format, such
1064 that repeated calls will strip partial escape sequences, too.
1065 Append faces to face property using ansi-color-apply-sequence such
1066 that cumulative mode actually works.
1067 (ansi-color-context-region): New variable.
1068 (ansi-color-filter-region): Rewrote it based on
1069 ansi-color-apply-on-region. Uses ansi-color-context-region such
1070 that repeated calls will strip partial escape sequences, too.
1071 (ansi-color-apply-on-region): Simplified code. Colorize end of
1072 region if face is not null. Store context in new (FACE POS)
1073 format, such that repeated calls will strip partial escape
1074 sequences, too. Append faces to face property using
1075 ansi-color-apply-sequence such that cumulative mode actually
1076 works.
1077 (ansi-color-apply-sequence): New function.
1078 (ansi-color-get-face): When the default face is added to the list
1079 of faces, all previous settings are discarded and the list of
1080 faces is set to '(default).
1081
10822000-01-09 Alex Schroeder <alex@gnu.org>
1083
1084 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1085 face, such that ansi-color-apply and ansi-color-apply-on-region
1086 will do the right thing.
1087 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1088 returns nil, set the list of faces back to nil instead of
1089 appending the result of ansi-color-get-face to the front of the
1090 list.
1091
10922000-01-09 Alex Schroeder <alex@gnu.org>
1093
1094 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1095 (ansi-color-process): Doc change.
1096 (ansi-color-last-context): New buffer-local variable.
1097 (ansi-color-process-output): New function. It is automatically
1098 added to comint-output-filter-functions if this is XEmacs.
1099 (ansi-color-unfontify-region): New optional parameter for XEmacs
1100 compatibility. Check wether font-lock-syntactic-keywords is
1101 boundp before removing the syntax table text property, as XEmacs
1102 doesn't have it.
1103 (ansi-color-filter-region): Doc change.
1104 (ansi-color-apply-on-region): Doc change.
1105 (ansi-color-make-face): New function. Compatibility layer for
1106 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1107 (ansi-color-make-color-map): Use ansi-color-make-face.
1108 (ansi-color-get-face): Avoid face text property '(nil) as results
1109 in an errow for XEmacs.
1110
11112000-01-09 Alex Schroeder <alex@gnu.org>
1112
1113 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1114 text-property ansi-color in order to preserve fontification by
1115 ansi-color. When the package is loaded, a lambda expression is
1116 put onto font-lock-mode-hook. This lambda expression will check
1117 font-lock-unfontify-region-function and replace
1118 font-lock-default-unfontify-region with
1119 ansi-color-unfontify-region.
1120 (ansi-color-apply): Add text-property ansi-color in addition to
1121 text-property face.
1122 (ansi-color-apply-on-region): Add text-property ansi-color in
1123 addition to text-property face.
1124 (save-buffer-state): Copy of the macro that is also used by
1125 lazy-lock and font-lock.
1126
1127 (ansi-color-for-comint-mode): New option.
1128 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1129 (ansi-color-for-comint-mode-off): Ditto.
1130 (ansi-color-for-comint-mode-filter): Ditto.
1131 (ansi-color-process): New function. Uses
1132 ansi-color-for-comint-mode to decide what to do. This function is
1133 added to comint-preoutput-filter-functions when the package is
1134 loaded.
1135
1136 (ansi-color-for-shell-mode-set): Removed.
1137 (ansi-color-for-shell-mode): Removed.
1138
11392000-01-09 Alex Schroeder <alex@gnu.org>
1140
1141 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1142 the lambda expression from the ansi-color-for-shell-mode :set
1143 property. Additionally, modify shell-mode-hook to enable or
1144 disable font-lock-mode for future shell buffers.
1145 (ansi-color-for-shell-mode): The :set property calls
1146 ansi-color-for-shell-mode-set instead of a lambda expression.
1147
11482000-01-09 Alex Schroeder <alex@gnu.org>
1149
1150 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1151 (ansi-color-context): New variable.
1152 (ansi-color-apply): Save context between calls.
1153
fb55ff10
EZ
11542001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1155
29910493
EZ
1156 * isearch.el (isearch, isearch-lazy-highlight-face): New
1157 definitions for face colors and attributes.
1158
fb55ff10
EZ
1159 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1160 of display-mouse-p.
1161
134d6265
KH
11622001-01-09 Kenichi Handa <handa@etl.go.jp>
1163
1164 * international/mule.el (make-coding-system): If the coding system
1165 accepts extra latin codes, register such codes as safe for the
1166 coding system.
1167
103db06c 11682001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1169
984c9f75
RS
1170 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1171 don't mention the file name or the date here, because they are
1172 logged at the start of the file.
1173
11742001-01-08 Richard M. Stallman <rms@gnu.org>
1175
78b8eee8
RS
1176 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1177 Change screen-width to frame-width.
1178
1460e5d4
EZ
11792001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1180
1181 * info.el (Info-search): Print the default as part of the prompt.
1182
56f24bc1
AS
11832001-01-08 Andre Spiegel <spiegel@gnu.org>
1184
ca2ddd8e 1185 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1186 constant implementations in backends.
1187
1188 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1189 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1190
1191 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1192 WRITABLE to EDITABLE.
1193
1194 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1195 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1196 to EDITABLE.
1197
b7812d30
EZ
11982001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1199
1200 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1201 (copyright, copyright-update): Compute the current year at run
1202 time.
1203
7e56ea04
GM
12042001-01-08 Gerd Moellmann <gerd@gnu.org>
1205
1206 * isearch.el (isearch-old-signal-hook): Removed.
1207 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1208 instead of setting signal-hook-function.
1209 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1210
a758f97d
GM
12112001-01-08 Kevin Gallagher <kevingal@onramp.net>
1212
1213 * emulation/edt.el: Update to version 4.0. Provide support for
1214 EDT scroll margins at top and bottom of the window. Provide an
1215 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1216 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1217 user when file-related buffer modifications exist. Provide
1218 support for running EDT Emulation in XEmacs. Provide customize
1219 access to some user updatable variables. Add Commentary section
1220 to file header. Fixed a few minor bugs and cleaned up some code.
1221
1222 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1223 for detecting a keypress that generates an ASCII key sequence.
1224 (Previously, only a keypress that generates a vector was
1225 recognized.) Embed Window Manager name into name of the generated
1226 EDT Emulation initialization file since the initialization file is
1227 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1228
30db89f9
EZ
12292001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1230
4deb3ba9
EZ
1231 * mail/sendmail.el (mail-mode): Doc fix.
1232
30db89f9
EZ
1233 * info.el (Info-goto-emacs-command-node): Doc fix.
1234 (Info-goto-emacs-key-command-node): Doc fix.
1235
c3f2772b
EZ
12362001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1237
8726e79b 1238 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1239 systems without long file-name support.
1240
0dac6924
AI
12412001-01-06 Andrew Innes <andrewi@gnu.org>
1242
1243 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1244
4e6ef391
EZ
12452001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1246
380866a2
EZ
1247 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1248 (isearch-lazy-highlight-update): Doc fix.
1249
148b5960
EZ
1250 * ffap.el (ffap-bindings): Doc fix.
1251
4e6ef391
EZ
1252 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1253
4cb1bcc2
DL
12542001-01-05 Dave Love <fx@gnu.org>
1255
1256 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1257
3828218c
GM
12582001-01-05 Gerd Moellmann <gerd@gnu.org>
1259
f1ade7d3
GM
1260 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1261 scroll-preserve-screen-position to nil.
1262
1f4139d5
GM
1263 * isearch.el (isearch-old-signal-hook): New variable.
1264 (isearch-mode): Set signal-hook-function to isearch-done.
1265 (isearch-done): Restore old signal-hook-function.
1266
3828218c
GM
1267 * info.el (Info-fontify-node): Mark one more char as intangible.
1268
3970013f
KH
12692000-01-05 Kenichi Handa <handa@etl.go.jp>
1270
3828218c 1271 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1272 it is non-nil, compose preceding characters by compose-region with
1273 COMPONENTS.
1274
1275 * international/quail.el (quail-input-string-to-events): New function.
1276 (quail-input-method): Convert input string to events here.
1277 (quail-start-translation): Return input string, not event list.
1278 (quail-start-conversion): Likewise.
1279
f3b05e99
GM
12802001-01-04 Gerd Moellmann <gerd@gnu.org>
1281
ca2ddd8e 1282 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1283 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1284 and tooltip-add-timeout.
1285 (tooltip-show): Set border color from faces's foreground.
1286 (tooltip-show-help-function): If called with the same help string
1287 as last time, do nothing.
1288 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1289
0f2ac578
GM
1290 * startup.el (fancy-splash-screens): Don't bind show-help-function
1291 to nil.
1292
f3b05e99
GM
1293 * tooltip.el (tooltip-frame-parameters): Remove colors.
1294 (tooltip): New face
1295 (tooltip-set-param): New function.
1296 (tooltip-show): Set up color frame parameters from face `tooltip'.
1297 Display the tooltip text in face `tooltip'.
1298
8416e94a
DL
12992001-01-04 Dave Love <fx@gnu.org>
1300
1301 * whitespace.el (whitespace-global-mode): Fix typo.
1302
1303 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1304
30db89f9
EZ
13052001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1306
1307 * help.el (help-for-help): Fix a typo in a doc string. From
1308 kwzh@gnu.org (Karl Heuer).
1309
b847eb8c
DL
13102001-01-03 Dave Love <fx@gnu.org>
1311
1312 * dired-x.el: Doc fixes. Maintainer change.
1313 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1314 :type.
1315 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1316 (dired-guess-shell-alist-user): Customize.
1317 (dired-x-help-address): Set to bug-gnu-emacs.
1318 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1319 (dired-default-directory): Renamed from default-directory.
1320
1321 * hl-line.el (hl-line): Doc fix.
1322
43c4b570
KF
13232001-01-03 Karl Fogel <kfogel@red-bean.com>
1324
1bf6b1bf 1325 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1326
984c9f75 13272001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1328
1329 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1330 to remove all the current alternative-match highlighting.
1331 If nil, remove only what's outside the current window.
1332 (isearch-lazy-highlight-remove-overlays): Take optional
1333 region within which NOT to remove them.
1334 (isearch-lazy-highlight-new-loop): Greatly simplified.
1335 (isearch-lazy-highlight-update): Find all the other occurrences
1336 visible in the window, in just one call.
1337 (isearch-lazy-highlight-start): Now holds start of region to scan.
1338 (isearch-lazy-highlight-end): Now holds end of region to scan.
1339 (isearch-lazy-highlight-wrapped): Variable deleted.
1340 (isearch-lazy-highlight-search): Function deleted.
1341
13d6a61c
AI
13422000-01-02 Andrew Innes <andrewi@gnu.org>
1343
1344 * w32-fns.el (convert-standard-filename): Do length check on name
1345 before aref.
1346
064866e7
DL
13472001-01-02 Dave Love <fx@gnu.org>
1348
b33e041b
DL
1349 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1350 value.
1351 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1352
1353 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1354
8166ffd5
DL
1355 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1356 read syntax.
1357
064866e7
DL
1358 * calendar/todo-mode.el (todo): Add :link, :version.
1359 (todo-save-top-priorities): Remove autoload cookie.
1360 (todo-add-category, todo-add-item-non-interactively)
1361 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1362 cookie.
1363
6dde6abc
GM
13642001-01-02 Gerd Moellmann <gerd@gnu.org>
1365
1366 * comint.el (comint-input-history-ignore): New variable.
1367 (comint-read-input-ring): Ignore entries matching
1368 comint-input-history-ignore.
1369
1a8a9daf
GM
13702001-01-02 Eric M. Ludlam <zappo@gnu.org>
1371
1372 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1373 (lm-copyright-mark): New function.
1374 (lm-crack-copyright): New function.
1375 (lm-verify): Check that the file has a copyright.
1376 Check that the file is copyright Free Software Foundation.
1377
9c92eb53
KH
13782000-12-30 Kenichi Handa <handa@etl.go.jp>
1379
1380 * international/mule-diag.el (print-fontset): Indent font name by
1381 24 columns, not 25.
1382
49172314
GM
13832000-12-29 Gerd Moellmann <gerd@gnu.org>
1384
762a68ec
GM
1385 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1386 in Subject line.
1387
49172314
GM
1388 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1389 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1390 continuing an interrupted message with C-u C-x m for instence,
1391 winds up in Mail mode without abbrevs.
1392
bd7a2e26
GM
13932000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1394
1395 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1396 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1397 fix.
bd7a2e26
GM
1398 (ps-print-version): New version number (6.3.3).
1399 (ps-end-with-control-d): Initialization fix.
1400 (ps-lines-printed): New var.
1401 (ps-skip-newline): New fun.
1402 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1403 (ps-next-line, ps-continue-line, ps-plot-region)
1404 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1405
2b3f28a4
KH
14062000-12-29 Kenichi Handa <handa@etl.go.jp>
1407
1408 * international/fontset.el (x-complement-fontset-spec): Resolve
1409 ASCII font name so that the same family name is used for fonts
1410 registered in x-font-name-charset-alist.
1411 (create-fontset-from-fontset-spec): Adjusted for the above change.
1412 The name of fontset alias should be a unresolved ASCII font name.
1413
2ece9174
GM
14142000-12-28 Gerd Moellmann <gerd@gnu.org>
1415
1416 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1417 and delete in isearch-mode-map.
1418
cbe3ad7a
RS
14192000-12-28 Richard M. Stallman <rms@gnu.org>
1420
ca2ddd8e 1421 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1422 Use xpdf instead of acroread.
1423
a816f1c5
KH
14242000-12-28 Kenichi Handa <handa@etl.go.jp>
1425
f086e73c
KH
1426 * textmodes/artist.el (artist-butlast): Deleted.
1427 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1428 artist-butlast.
f086e73c 1429
a816f1c5
KH
1430 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1431
1432 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1433
b202115b
EZ
14342000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1435
1436 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1437
1438 * ls-lisp.el: Better support for the Mac and MS-Windows.
1439 (ls-lisp): New defgroup.
1440 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1441 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1442 (ls-lisp-support-shell-wildcards): New defcustoms.
1443 (ls-lisp-parse-symlink): New function.
1444 (insert-directory): Code to convert switches to a list and set up
1445 the wildcard argument copied from ls-lisp-insert-directory.
1446 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1447 for -C and -R switches.
1448 (ls-lisp-column-format): New function.
ca2ddd8e 1449 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1450 (ls-lisp-format-time): Add doc strings.
1451 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1452 Support ls-lisp-dirs-first.
1453 (ls-lisp-classify, ls-lisp-extension): New functions.
1454 (ls-lisp-format): Optionally support emulation of symlinks.
1455 Support -i, -s, and -G switches.
1456
6061fbf0
GM
14572000-12-27 Gerd Moellmann <gerd@gnu.org>
1458
5e25feee
GM
1459 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1460
6061fbf0
GM
1461 * version.el (emacs-version): Print X scroll bar information.
1462
1463 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1464 instead of x-toolkit-scroll-bars-p.
1465
1466 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1467 of x-toolkit-scroll-bars-p.
1468
25050dab
EZ
14692000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1470
1471 * ffap.el (ffap-bindings): Make interactive and add an autoload
1472 cookie.
1473 (ffap-bindings): Doc fix, to reflect the above change.
1474
c1786874
KH
14752000-12-27 Kenichi Handa <handa@etl.go.jp>
1476
1477 * term.el (term-char-mode): Define all non-ascii self-inserting
1478 characters to 'term-send-raw in term-raw-map.
1479
7261ece3 14802000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1481
6061fbf0 1482 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1483 guard.
ca2ddd8e 1484
6061fbf0 1485 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1486 initialization; use add-hook.
6061fbf0 1487 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1488
6061fbf0 1489 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1490
6061fbf0
GM
1491 * ediff.el (ediff-patch-buffer): Bug fix.
1492 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1493
83f40583
SM
14942000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1495
1496 * subr.el (combine-run-hooks): Remove.
1497
1498 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1499 and remove the rogue second spec.
1500
bdd6d4e8
GM
15012000-12-23 Gerd Moellmann <gerd@gnu.org>
1502
1503 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1504
26736ce3
SM
15052000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1506
0e86b6b0
SM
1507 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1508 Use minibuffer menu prompt for the `=' prefix.
1509 (smerge-command-prefix): Change default to C-^.
6eabfb26 1510 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1511
26736ce3
SM
1512 * skeleton.el (skeleton-internal-1): Make sure the first line of
1513 the region is also re-indented.
d21584d6
SM
1514 (skeleton-end-newline): New var.
1515 (skeleton-end-hook): Use it.
26736ce3 1516
95fa4fd7
MB
15172000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1518
1519 * comint.el (comint-password-prompt-regexp): Support CVS.
1520
f060b834
GM
15212000-12-22 Gerd Moellmann <gerd@gnu.org>
1522
856ff7a7
GM
1523 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1524 backspace key combinations, depending on
1525 delete-key-deletes-forward.
1526
1527 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1528
f060b834
GM
1529 * simple.el (delete-key-deletes-forward): Doc fix.
1530
653558a1
GM
15312000-08-22 Emmanuel Briot <briot@gnat.com>
1532
1533 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1534 white spaces are relevant in the XML file.
653558a1
GM
1535 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1536 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1537 of XML files.
653558a1
GM
1538 (xml-parse-tag): Check that the casing is the same in the start
1539 tag and end tag, since XML is case-sensitive. Allows for spaces
1540 in the end tag, after the name of the tag.
1541 (xml-parse-attlist): Allow for the character '-' in the name of
1542 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1543 the properties in the XML tree, since they are not relevant.
653558a1 1544
3ad93d8d
SM
15452000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1546
1547 * generic.el (generic-read-type): Undo last change, inline into
1548 `generic-mode' and then remove.
1549 (generic-mode): Inline generic-read-type.
1550 (define-generic-mode): Push the symbol name rather than the symbol
1551 onto generic-mode-list.
1552
177f4e88
GM
15532000-12-21 Gerd Moellmann <gerd@gnu.org>
1554
8e15274f
GM
1555 * generic.el (generic-read-type): Build an alist for
1556 completing-read as in 20.7.
1557
1558 * play/landmark.el (lm): Use interactive spec `P'.
1559 (toplevel): Don't set debug-on-error.
1560
177f4e88
GM
1561 * server.el (server-switch-buffer): Choose a window on a visible
1562 frame.
1563
6ba384dc
GM
15642000-12-21 Dave Pearson <davep@davep.org>
1565
1566 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1567
647a066c
GM
15682000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1569
1570 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1571 ranges like \177-\237, but accepts the character sequence from \177 to
1572 \237. Doc fix.
1573 (ebnf-version): New version (3.4).
1574 (ebnf-setup): Code fix.
1575 (ebnf-range-regexp): New fun.
1576 (ebnf-8-bit-chars): Const fix.
1577
1578 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1579 entry. Doc fix.
1580 (ebnf-bnf-lex): Code fix.
1581 (ebnf-bnf-comment-chars): Const fix.
1582
1583 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1584 entry. Doc fix.
1585 (ebnf-iso-comment-chars): Const fix.
1586
1587 * ebnf-otz.el: Doc fix.
1588
1589 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1590 entry. Doc fix.
1591 (ebnf-yac-skip-code): Code fix.
1592 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1593
bc22fd18
EZ
15942000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1595
1596 * files.el (insert-directory-safely): New function.
834d23b2 1597 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1598 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1599
587fc3f9
KH
16002000-12-21 Kenichi Handa <handa@etl.go.jp>
1601
eeefcfde 1602 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1603 coding-category-list more rigidly. Improve help message.
eeefcfde 1604
587fc3f9
KH
1605 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1606
01860fb9
MB
16072000-12-21 Miles Bader <miles@gnu.org>
1608
587fc3f9
KH
1609 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1610 prefix.
01860fb9 1611
3f9d67a6
KH
16122000-12-21 Kenichi Handa <handa@etl.go.jp>
1613
9fd1c1f7
KH
1614 * international/mule-diag.el (describe-char-after): Make *Help*
1615 buffer inherit multibyteness of the current buffer.
1616
3f9d67a6
KH
1617 * international/mule.el (make-char): Docstring adjusted for the
1618 change of make-char-internal.
1619
c9669fac
SM
16202000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * international/iso-cvt.el: Docstrings fix.
1623
19594307
DL
16242000-12-20 Dave Love <fx@gnu.org>
1625
1626 * subr.el (eval-after-load): Doc fix.
1627
b1a447b3
KH
16282000-12-20 Kenichi Handa <handa@etl.go.jp>
1629
1630 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1631 for numbers.
1632
09877d5d
MB
16332000-12-20 Miles Bader <miles@gnu.org>
1634
1635 * international/quail.el (quail-help): Resize the help window
1636 again after it has all its contents. Remove unneeded progn.
1637
71d4497a
GM
16382000-12-19 Gerd Moellmann <gerd@gnu.org>
1639
1640 * pcmpl-linux.el: Fix copy/paste error.
1641
741e56a0
AI
16422000-12-19 Andrew Innes <andrewi@gnu.org>
1643
1644 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1645 docstring.
1646
cc24d91c
CD
16472000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1648
ba4c05aa
CD
1649 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1650
1651 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1652
1653 * progmodes/idlw-shell.el: Fixed copyright notice.
1654
1655 * progmodes/idlwave.el: Fixed copyright notice.
1656
71d4497a 1657 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1658 TAB as key separators.
1659
524c8caf
GM
16602000-12-19 Alex Schroeder <alex@gnu.org>
1661
1662 * sql.el (sql-sybase-options): New option.
1663 (sql-sybase): Use it. Add sql-database to the list of parameters
1664 provided for login. The options -w 2048 -n are not used any more.
1665 (sql-postgres-options): Changed default from "--pset" to "-P".
1666 (sql-mysql-options): Doc change.
1667 (sql-stop): Doc change.
1668
b5fa513d
KH
16692000-12-19 Kenichi Handa <handa@etl.go.jp>
1670
1671 * international/quail.el (quail-input-method): Always hide
1672 the guidance buffer on exiting.
1673
91c9e6ce
GM
16742000-12-18 Gerd Moellmann <gerd@gnu.org>
1675
c6da4eb4
GM
1676 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1677 isn't fboundp.
1678
3d2a0e0b
GM
1679 * server.el (server-buffer-done): Bury the buffer before
1680 killing it.
1681
91c9e6ce
GM
1682 * faces.el (face-spec-set): Interpret a nil in specs for
1683 foreground and background colors as `unspecified', for
1684 compatibility with 20.x.
1685
40fa0008
DL
16862000-12-18 Dave Love <fx@gnu.org>
1687
22adbe54
DL
1688 * simple.el (mail-user-agent): Doc fix.
1689 (input-mode-8-bit): Removed.
1690
1691 * international/mule.el (set-keyboard-coding-system): Doc fix.
1692 (keyboard-coding-system): New option.
1693
40fa0008
DL
1694 * mail/sendmail.el (send-mail-function): Customize.
1695
6f4745e2
EZ
16962000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1697
1698 * international/codepage.el (cp866-decode-table): New table.
1699
82b90229
GM
17002000-12-18 Gerd Moellmann <gerd@gnu.org>
1701
1702 * version.el (emacs-version): Remove `%a' from the time format
1703 because the weekday doesn't fit well into each locale.
1704
5a047002
MB
17052000-12-18 Miles Bader <miles@gnu.org>
1706
7f49aa07
MB
1707 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1708
ca2ddd8e 1709 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1710 Check that emacs-major-version is `=' to 20, not `>='.
1711 (artist-replace-chars): Use `make-string' instead of a loop.
1712
22ea2607
EZ
17132000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1714
1715 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1716 (cvs-execute-single-file): Don't change directory.
1717 Patch from Per Cederqvist.
1718
6c825f8e
EZ
17192000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1720
1721 * textmodes/ispell.el (check-ispell-version): If
1722 `ispell-program-name' is "aspell", pass it the -v switch instead
1723 of -vv.
1724
8ff06845
KH
17252000-12-16 Kenichi Handa <handa@etl.go.jp>
1726
af4bb4c8
KH
1727 * international/mule-diag.el (mule-diag): Insert information about
1728 configure options, multibyte awareness, language env.
1729
8ff06845
KH
1730 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1731 regexp to search for candidates.
1732
b24e84ab
EZ
17332000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1734
1735 * info.el (Info-forward-node): If the node has an
1736 Info-header-line, widen the buffer before searching for "next:"
1737 and "up:" pointers, and set the search limit to stay in the
1738 current node.
1739
7981d89f
MB
17402000-12-16 Miles Bader <miles@gnu.org>
1741
1742 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1743
88ee7917
MB
17442000-12-15 Miles Bader <miles@gnu.org>
1745
1746 * comint.el (comint-send-string, comint-send-region): Also accept
1747 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1748 process-send-string/region.
1749
0c28d842
GM
17502000-12-15 Gerd Moellmann <gerd@gnu.org>
1751
4ea7fdca
GM
1752 * isearch.el (isearch-lazy-highlight-max): New user-option.
1753 (isearch-lazy-highlight-update): Don't highlight more than
1754 isearch-lazy-highlight-max matches.
1755
0c28d842
GM
1756 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1757
984c9f75 17582000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1759
8062e53a
GM
1760 * sort.el (sort-columns): Fix error message.
1761
3ffa545b
GM
1762 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1763 `upcase' or `downcase' or nil.
1764 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1765 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1766 (dabbrev--substitute-expansion): New arg record-case-pattern.
1767 If it is non-nil, set dabbrev--last-case-pattern.
1768 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1769
1770 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1771
c2d7f289
MB
17722000-12-15 Miles Bader <miles@gnu.org>
1773
b6348438
MB
1774 * paths.el (Info-default-directory-list): Don't delete
1775 configure-info-directory from the list of standard info
1776 directories when appending it to the end -- their order is
1777 important.
1778
f9056dd9
MB
1779 * faces.el (read-face-attribute): If there's no entry for the
1780 user's input in VALID, just use it as-is (this will often result
1781 in an error, but it may be OK for e.g. colors using hexadecimal
1782 notation, and at least will yield a better error message).
1783
c2d7f289 1784 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1785 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1786 Variables removed.
1787 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1788 window is really the right size. Use vertical-motion
1789 rather than forward-line.
1790 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1791 (ispell-command-loop, ispell-show-choices): Use the variable
1792 ispell-choices-win-default-height, rather than the function.
1793 (ispell-choices-win-default-height): Function removed.
1794 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1795
8f530b95
SM
17962000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1797
1798 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1799
6d435deb
EZ
18002000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1801
4dddb0b7
EZ
1802 * paths.el (Info-default-directory-list): If
1803 configure-info-directory is not one of the standard directories,
1804 put it first in the list; otherwise put it last. Doc string
1805 changed accordingly.
1806
1807 * info.el (Info-directory-list): Change doc string to reflect the
1808 change in Info-default-directory-list.
1809
6d435deb
EZ
1810 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1811 windows-nt as windowed environments, even under -nw.
1812
1813 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1814 if not fboundp. Switch delete-forward mode for the <delete> key
1815 on all PC platforms, even under -nw.
1816
1817 * term/internal.el ([M-delete]): Remap to M-d.
1818
9d7d9263
GM
18192000-12-14 Gerd Moellmann <gerd@gnu.org>
1820
1821 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1822
7cf0153a
EZ
18232000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1824
1825 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1826
5e5b3d41
GM
18272000-12-14 Gerd Moellmann <gerd@gnu.org>
1828
5f368d29
GM
1829 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1830 if appropriate.
1831
1832 * simple.el (delete-key-deletes-forward): New user-option.
1833 (delete-key-deletes-forward-mode): New function.
1834
9d7d9263 1835 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1836
5e5b3d41
GM
1837 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1838 if symbol is bound before getting its value.
1839
1840 * tooltip.el (tooltip-show): If an error is signaled in
1841 x-show-tip, display that error, and display the help in the
1842 echo area.
ca2ddd8e 1843
191b83b6
KH
18442000-12-14 Kenichi Handa <handa@etl.go.jp>
1845
1846 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1847 "... entries" messages for every 10000 entries, not 10.
1848
6192b604
KF
18492000-12-13 Karl Fogel <kfogel@red-bean.com>
1850
1851 * bookmark.el: Provide a generic exit hook, as suggested by
1852 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1853 (bookmark-exit-hook): New var.
1854 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1855 old raw lambda form in `kill-emacs-hook', and runs new
1856 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1857 as logically that feature must have been provided if this function
1858 is running.
1859 Removed ;;;###autoload before the `add-hook' call.
1860
5edf6b55
SM
18612000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1862
1863 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1864 (easy-menu-current-active-maps): New function.
1865 (easy-menu-get-map): Use it.
1866 Make a proper menu entry when creating a new keymap.
1867
16b5e8e6
KH
18682000-12-13 Kenichi Handa <handa@etl.go.jp>
1869
d49fc4eb
KH
1870 * international/characters.el: Fix cases and syntaxes for
1871 mule-unicode-0100-24ff.
1872
3b53d876
KH
1873 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1874 that a Japanese character is not appended after day and year.
1875
16b5e8e6
KH
1876 * info.el (Info-suffix-list): Change format for a command that
1877 requires arguments.
1878 (info-insert-file-contents): Adjusted for the above change.
1879
1df1c518
AS
18802000-12-12 Andreas Schwab <schwab@suse.de>
1881
1882 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1883 on the name of the tar buffer. Verify that the existing buffer is
1884 visiting the same subfile.
1885
a7a07b98
DL
18862000-12-12 Dave Love <fx@gnu.org>
1887
1888 * subdirs.el: Add obsolete.
1889
4fdbd809
GM
18902000-12-12 Gerd Moellmann <gerd@gnu.org>
1891
bfdb75ee
GM
1892 * mail/rmailsum.el (rmail-summary-expunge)
1893 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1894 instead of rmail-confirm-expunge.
1895
4fdbd809
GM
1896 * replace.el (perform-replace): Don't use an empty match adjacent
1897 to a non-empty match when computing the next match before the
1898 replacement is performed.
1899
e9a59cad
GM
19002000-12-12 Milan Zamazal <pdm@freesoft.cz>
1901
1902 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1903 definition (patch by Stefan Monnier).
1904 (glasses-mode): Use jit-lock instead of `after-change-functions'
1905 (patch by Stefan Monnier).
1906
c2def7a0
MB
19072000-12-12 Miles Bader <miles@gnu.org>
1908
1909 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1910 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1911
591b63b4
AC
19122000-12-12 Andrew Choi <akochoi@i-cable.com>
1913
1914 * term/mac-win.el: Remove load for ls-lisp.
1915
a924cf63 1916 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1917
5ff4ba3d
MB
19182000-12-12 Miles Bader <miles@gnu.org>
1919
1920 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1921 Respect field end too.
1922 (just-one-space): Respect fields as `delete-horizontal-space'.
1923 (newline-and-indent, reindent-then-newline-and-indent): Use
1924 `delete-horizontal-space'.
1925
d0c679bc
SM
19262000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1927
adf9c994
SM
1928 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1929 (so as to obey the field property in the minibuffer).
1930
4b0cd42d
SM
1931 * obsolete/c-mode.el: Moved from lisp/progmodes.
1932 * obsolete/auto-show.el: Moved from lisp.
1933 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1934
89f85863
CD
19352000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1936
1937 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1938 changes to list them here.
1939
1940 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1941 many changes to list them here.
1942
1943 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1944 many changes to list them here.
1945
1946 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1947
3e0d35ce
GM
19482000-12-11 Gerd Moellmann <gerd@gnu.org>
1949
d990421f
GM
1950 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1951 nil.
1952
ca2ddd8e 1953 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1954 Comment fix.
1955
3e0d35ce
GM
1956 * hscroll.el: Moved to `obsolete' subdir.
1957
ff904dd6
MB
19582000-12-11 Miles Bader <miles@gnu.org>
1959
1960 * window.el (window-text-height): Function removed (now in C).
1961
fb97d87f
SM
19622000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1963
1964 * log-edit.el (log-edit-parent-buffer): New var.
1965 (log-edit): Set it. Add BUFFER argument.
1966 (log-edit-done): Use char-before.
1967 Don't bother checking validity of vc-comment-ring.
1968 Only bury the buffer if log-edit popped it up.
1969
1970 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1971 (cvs-mode-diff-help): Remove.
1972 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1973 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1974
1975 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1976 Remove binding for ? now made unnecessary.
1977
7de77417
CD
19782000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1979
1980 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1981 function
1982 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1983
1984 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1985 when master file is not open.
1986
4efa209f
SM
19872000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1988
1989 * progmodes/ada-stmt.el: Update `maintainer'.
1990
0a8052bd
GM
19912000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1992
1993 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1994 choices to match documentation string.
1995
a12167c5
MB
19962000-12-09 Miles Bader <miles@gnu.org>
1997
2161605d
MB
1998 * minibuf-eldef.el: New file.
1999
a12167c5
MB
2000 * window.el (fit-window-to-buffer): Don't pass last argument to
2001 pos-visible-in-window-p, now that its meaning is inverted.
2002
9ea8de1b
EZ
20032000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2006 <ceder@lysator.liu.se>.
2007
5002ddbb
SM
20082000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2009
b6114d80
SM
2010 * autoinsert.el (auto-insert-alist): Add missing final \n.
2011
ee8d23ee
SM
2012 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2013 (cvs-menu-map): Remove.
2014 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2015 (cvs-mode-quit): Turn it back into a plain function.
2016
5002ddbb 2017 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2018 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2019
2020 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2021 file where it's more visible.
2022 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2023 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2024 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2025 (texinfo-inside-macro-p): Only catch `scan-error's.
2026 (texinfo-inside-env-p): Make better use of the match info.
2027 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2028 (texinfo-insert-@end): Slight re-organization.
2029 Also remove useless `looking-at' call.
2030
30cd075d
AI
20312000-12-08 Andrew Innes <andrewi@gnu.org>
2032
2033 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2034 accessible in -nw mode.
2035
2036 * term/w32-win.el: Remove stuff about selection timeout, which is
2037 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2038 it is accessible in -nw mode.
2039
01b91009
DL
20402000-12-08 Dave Love <fx@gnu.org>
2041
2042 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2043 font-lock-keywords-case-fold-search.
2044
842b2a94
GM
20452000-12-08 Gerd Moellmann <gerd@gnu.org>
2046
2047 * textmodes/ispell.el (ispell): Doc fix.
2048
f9d5f611
KH
20492000-12-08 Kenichi Handa <handa@etl.go.jp>
2050
2051 * international/quail.el (quail-insert-decode-map): Check the
2052 frame width of a window displaying the current buffer, not that of
2053 the selected frame.
2054 (quail-help): Make sure that the help buffer has window before
2055 inserting text in it.
2056
e04d21aa
SS
20572000-12-07 Sam Steingold <sds@gnu.org>
2058
2059 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2060 Backquote is used in isearch.el, so autoloading saves nothing.
2061
fc3e23a4
EZ
20622000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2063
137cad7c
EZ
2064 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2065 the CVS and RCS subdirectories case-insensitively.
2066
fc3e23a4
EZ
2067 * dired.el (dired-insert-directory): If file-system-info is
2068 fboundp, call it instead of invoking dired-free-space-program.
2069
796ecd10
GM
20702000-12-07 Gerd Moellmann <gerd@gnu.org>
2071
0f5f7c3e
GM
2072 * server.el (server-visit-files): Push files on file-name-history.
2073
3764ba49
GM
2074 * progmodes/cc-langs.el: Update copyright.
2075
8e7931da
GM
2076 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2077
ae0d7485 2078 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2079
796ecd10
GM
2080 * bindings.el (mode-line-mode-menu): Reverse the order
2081 of define-keys so that the menu appears in alphabetical order.
2082
ae0d7485
GM
20832000-12-07 Milan Zamazal <pdm@freesoft.cz>
2084
2085 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2086 of the function.
2087
e2849090
DL
20882000-12-07 Dave Love <fx@gnu.org>
2089
2090 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2091
2092 * facemenu.el (facemenu-unlisted-faces): Fix value.
2093
5c7f629c
SM
20942000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2095
2096 * font-lock.el (font-lock-default-fontify-region):
2097 Include the terminating \n (off-by-one error).
2098 (font-lock-set-defaults): Use dolist.
2099
2100 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2101
73481ae3
KH
21022000-12-07 Kenichi Handa <handa@etl.go.jp>
2103
ffbaa122
KH
2104 * international/mule-cmds.el (describe-language-environment): Fix
2105 for the case that an input method title is not string but a list.
2106
73481ae3
KH
2107 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2108 of wrong SIZE record.
2109
e2896b22
DL
21102000-12-06 Dave Love <fx@gnu.org>
2111
67292061
DL
2112 * newcomment.el (comment-region, comment-dwim): Doc fix.
2113
2114 * textmodes/texinfo.el: Require tex-mode when compiling.
2115 (texinfo-update-node): Doc fix.
2116 (texinfo-imenu-generic-expression): Add @anchor.
2117 (texinfo-font-lock-keywords): Add @uref.
2118 (texinfo-inside-macro-p): Don't use ignore-errors.
2119 (texinfo-insert-quote): Match more contexts.
2120
e76938e7
DL
2121 * international/mule.el (decode-char, encode-char): Doc fix.
2122 (auto-coding-alist): Customize.
2123
2124 * files.el (load-file): Fix change of 2000-03-12.
2125
e2896b22
DL
2126 * wid-edit.el (widget-text-keymap): Doc fix.
2127
6610f4b2
AI
21282000-12-06 Andrew Innes <andrewi@gnu.org>
2129
2130 * makefile.w32-in (lisp): Set to an absolute directory, namely
2131 $(CURDIR).
2132
9e3366e4
EZ
21332000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2134
2135 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2136 read generated-autoload-file, and set buffer-file-coding-system to
2137 raw-text-unix after reading the file.
2138
2139 * international/mule-conf.el (file-coding-system-alist): Use
2140 raw-text for reading loaddefs.el and raw-text-unix for writing
2141 it.
2142
d94d636f
GM
21432000-12-06 Gerd Moellmann <gerd@gnu.org>
2144
384333ee
GM
2145 * replace.el (occur): Make line-number-width 1 smaller for the
2146 colon following the line number.
2147
347d0813
GM
2148 * startup.el (fancy-splash-text, command-line-1): Use
2149 `File' for the menu name instead of `Files'.
e04d21aa 2150
d4b72d58
GM
2151 * tmm.el: Update copyright.
2152
d94d636f
GM
2153 * cus-start.el: Add entry for even-window-heights.
2154
6e424019
MB
21552000-12-06 Miles Bader <miles@gnu.org>
2156
2157 * faces.el (frame-set-background-mode): Avoid stomping on
2158 locally modified faces.
2159
e6477b58
KH
21602000-12-06 Kenichi Handa <handa@etl.go.jp>
2161
2162 * international/fontset.el: Correct the font registries for
2163 japanese-jisx0213-1 and japanese-jisx0213-2.
2164
21999ab9
GM
21652000-12-05 Gerd Moellmann <gerd@gnu.org>
2166
57d6e381
GM
2167 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2168
21999ab9
GM
2169 * iswitchb.el: Update customization commentary.
2170
7422819c
GM
21712000-12-05 Rob Riepel <riepel@Stanford.EDU>
2172
2173 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2174 (tpu-search-highlight): Fixed comparison of overlay end positions.
2175 (tpu-trim-line-ends): Implemented trimming logic locally.
2176
2177 * emulation/tpu-extras.el (tpu-write-file-hook)
2178 (tpu-set-cursor-bound): Replaced picture-clean with
2179 tpu-trim-line-ends.
2180
73daff18
KH
21812000-12-05 Kenichi Handa <handa@etl.go.jp>
2182
2183 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2184 to cn-gb.
2185 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2186
6a4cd002
DL
21872000-12-04 Dave Love <fx@gnu.org>
2188
2189 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2190
6452929e
GM
21912000-12-04 Gerd Moellmann <gerd@gnu.org>
2192
e04d21aa 2193 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2194 (rmail-summary-expunge-and-save): Ask for confirmation with
2195 rmail-expunge-confirmed.
2196
2197 * mail/rmail.el (rmail-expunge-confirmed): New function.
2198 (rmail-expunge): Use it.
2199
0c68ce6f
GM
2200 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2201 (etags-recognize-tags-table, find-tag-in-order): New
2202 functionality: interpret file names as tags.
e04d21aa 2203
7a53d8c8
EZ
22042000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2205
2206 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2207 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2208 visit the first subnode until the bottom of the current node is
2209 visible.
2210
caa15ef7
GM
22112000-12-04 Gerd Moellmann <gerd@gnu.org>
2212
2213 * format.el (format-decode): Don't change buffer's undo list.
2214
e225faa7
KH
22152000-12-04 Kenichi Handa <handa@etl.go.jp>
2216
2217 * faces.el (face-font-registry-alternatives): Add entries for CJK
2218 fonts. Doc-string adjusted for the actual usage of this data.
2219
2220 * international/fontset.el: Change the font registries for CJK
2221 fonts in the default fontset. Don't append '*' to registries.
2222
8b262a65
SM
22232000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2224
e04d21aa 2225 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2226 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2227
2228 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2229 (derived-mode-p): New function.
2230 (derived-mode-make-docstring): Add `docstring' argument.
2231 Use it if available and complete it if necessary.
2232
33c4460b
AS
22332000-12-03 Andreas Schwab <schwab@suse.de>
2234
2235 * type-break.el (type-break): Don't make parent of itself.
2236
5c9b3fac
MB
22372000-12-03 Miles Bader <miles@gnu.org>
2238
2239 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2240
27ce741e
SM
22412000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2242
07c16ec4
SM
2243 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2244 (tex-main-file, tex-file): Simplify.
2245 (tex-generate-zap-file-name): Use subst-char-in-string.
2246 (tex-strip-dots): Remove.
2247
c19cc275
SM
2248 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2249
27ce741e
SM
2250 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2251 to check if the match succeeded.
2252
285991dc
GM
22532000-12-02 Gerd Moellmann <gerd@gnu.org>
2254
2255 * startup.el (use-fancy-splash-screens-p): New function.
2256 (command-line-1): Use it to determine whether or not to use
2257 a fancy splash screen.
2258
52dca1b2
AS
22592000-12-02 Andreas Schwab <schwab@suse.de>
2260
2261 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2262
d3e7e7cf
EZ
22632000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2264
2dce2360
EZ
2265 * international/mule.el (make-char): Fix last change.
2266
9768eaa7
EZ
2267 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2268 New defcustoms.
2269 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2270 autoloading tex-mode; instead, do the same manually. Use
2271 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2272 with numeric argument. Docstring fix.
2273 (toplevel): Require cl when compiling.
e04d21aa 2274
285991dc 2275 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2276
0dd5e255
JR
22772000-12-02 Jason Rumney <jasonr@gnu.org>
2278
2279 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2280 the Emacs Lisp manual)
2281
fbb87147
EZ
22822000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2283
5cbb3e93
EZ
2284 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2285
fbb87147
EZ
2286 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2287 the Emacs Lisp manual).
2288
1636ca09
GM
22892000-12-02 Gerd Moellmann <gerd@gnu.org>
2290
2291 * simple.el (next-line-add-newlines): Change default to nil.
2292
68875f0e
EZ
22932000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2294
2295 * files.el (revert-buffer, recover-file): Bind
2296 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2297
fd9ac94c
GM
22982000-12-01 Gerd Moellmann <gerd@gnu.org>
2299
2300 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2301
45450dd5
MB
23022000-12-01 Miles Bader <miles@gnu.org>
2303
2304 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2305
09df8881
KH
23062000-12-01 Kenichi Handa <handa@etl.go.jp>
2307
2308 * international/mule-diag.el (describe-char-after): Fix typo.
2309 (describe-character-set, non-iso-charset-alist): Fix typo.
2310
dea0a87d
MB
23112000-12-01 Miles Bader <miles@gnu.org>
2312
b170205b
MB
2313 * image-file.el (image-file-name-regexp): Automatically add
2314 upper-case variants of each filename extension in
2315 `image-file-name-extensions', since they seem to be common.
2316
e04d21aa 2317 * simple.el (minibuffer-contents)
dea0a87d
MB
2318 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2319 New functions.
2320 * filecache.el (file-cache-directory-name)
2321 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2322
2b69bc11 23232000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2324
dea0a87d
MB
2325 * filecache.el (file-cache-minibuffer-complete): Don't try to
2326 delete the minibuffer prompt.
2327
a8a1b05d
DL
23282000-11-30 Dave Love <fx@gnu.org>
2329
2330 * cus-start.el: Fix read-buffer-function type.
2331
693c4692
GM
23322000-11-30 Gerd Moellmann <gerd@gnu.org>
2333
2334 * md5.el: Removed. There's a built-in function, now.
2335
2c0b1898
GM
23362000-11-30 Markus Rost <rost@math.ohio-state.edu>
2337
2338 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2339 as dummy 0-th char of rmail-deleted-vector.
2340
63dfcf4b
EZ
23412000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2342
2343 * ps-print.el (ps-end-job): Bind case-fold-search only after
2344 switching to ps-spool-buffer.
2345
23462000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2347
2348 * ps-print.el: Line number font customization. PostScript: Lines and
2349 PageCount are initialized on each page. Doc Fix.
2350 (ps-print-version): New version number (6.3.2).
2351 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2352 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2353 (ps-right-header): Customization fix.
2354 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2355 Fix code.
2356 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2357 New vars.
2358
df3aedcf
GM
23592000-11-30 Gerd Moellmann <gerd@gnu.org>
2360
edfb795e
GM
2361 * bs.el: Fix typos and spelling errors.
2362 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2363 (bs-configuration): Doc fix.
e04d21aa 2364
df3aedcf
GM
2365 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2366
8b8a7f01
GM
23672000-11-30 Rob Riepel <riepel@Stanford.EDU>
2368
2369 * emulation/tpu-edt.el (tpu-version): New version.
2370 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2371 (tpu-original-mode-line): Variable deleted.
2372 (tpu-mark-flag): New initial value.
2373 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2374 tpu-mark-flag to minor-mode-alist.
2375 (tpu-update-mode-line): New mark flag logic.
2376 (tpu-get): Use find-file-wildcards.
2377 (tpu-search-highlight): Move overlay less, reset overlay properly.
2378 (tpu-unselect): Deactivate mark.
2379 (tpu-lm-replace): Reset overlay properly.
2380 (tpu-forward-line): Use forward-visible-line.
2381 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2382
2383 * emulation/tpu-extras.el (tpu-forward-line): Use
2384 forward-visible-line.
e04d21aa 2385
c069a9d3
GM
23862000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2387
2388 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2389
b02cd40b
GM
23902000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2391
2392 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2393 and skip whitespace and newlines.
e04d21aa 2394
b7a90344
SM
23952000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2396
2397 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2398
be6bbb55
GM
23992000-11-29 Gerd Moellmann <gerd@gnu.org>
2400
0383ed60
GM
2401 * help.el (describe-function-1): Regexp-quote function name
2402 when used as part of a regexp.
2403
c7957947
GM
2404 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2405 face-attribute instead of face-foreground and face-background.
2406 (tool-bar-add-item): Likewise, and handle unspecified colors.
2407
2408 * enriched.el (enriched-face-ans): Use face-attribute instead
2409 of face-foreground and face-background.
2410
2411 * faces.el (face-foreground, face-background, face-stipple):
2412 Return nil if attribute is unspecified, for backward
2413 compatibility.
2414
7423978d
GM
2415 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2416
ef128c78
GM
2417 * play/5x5.el: Remove version info.
2418
a81fc510
GM
2419 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2420
be6bbb55
GM
2421 * frame.el (blink-cursor-mode): Doc fix.
2422
f9396e03
GM
24232000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2424
2425 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2426 to create Makefile rules.
2427 (antlr-tool-command): New user option.
2428 (antlr-ask-about-save): New user option.
2429 (antlr-makefile-specification): New user option.
2430 (antlr-file-formats-alist): New variable.
2431 (antlr-special-file-formats): New variable.
2432 (antlr-unknown-file-formats): New user option.
2433 (antlr-help-unknown-file-text): New variable.
2434 (antlr-help-rules-intro): New variable.
2435 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2436 (antlr-mode-menu): Add entries.
2437 (antlr-file-dependencies): New function.
2438 (antlr-directory-dependencies): New function.
2439 (antlr-superclasses-glibs): New function.
2440 (antlr-run-tool): New command.
2441 (antlr-makefile-insert-variable): New function.
2442 (antlr-insert-makefile-rules): New function.
2443 (antlr-show-makefile-rules): New command.
2444
2445 * antlr-mode.el: More Emacs/XEmacs stuff.
2446 (antlr-no-action-keywords): New constant with value nil.
2447 (antlr-font-lock-keywords-alist): Use it. Old value would break
2448 syntax highlighting in Emacs-21.0.
2449 (antlr-default-directory): Emacs/XEmacs dependend function.
2450 (antlr-read-shell-command): Ditto.
2451 (antlr-with-displaying-help-buffer): Ditto.
2452
24532000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2454
2455 * antlr-mode.el: imenu, parsing and highlighting changes.
2456 (antlr-imenu-create-index-function): Don't create extra submenus
2457 for definitions in different grammar classes. It is not necessary
2458 for the menu and would make command `imenu' awkward to use.
2459 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2460 header actions and more than one.
2461 (antlr-font-lock-tokendef-face): Changed color.
2462 (antlr-font-lock-tokenref-face): Changed color.
2463 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2464 (antlr-mode-syntax-table): New variable.
2465 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2466 (antlr-with-syntax-table): Don't copy syntax table.
2467
24682000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2469
2470 * antlr-mode.el: Minor changes: language setting.
2471 (antlr-language-alist): The value for file option "language" can
2472 be both an identifier and a string.
2473 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2474 (antlr-language-limit-n-regexp): Change accordingly.
2475
24762000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2477
2478 * antlr-mode.el: Minor changes: tabs, hiding.
2479 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2480 (antlr-action-visibility): Also allow value nil to also hide the
2481 braces. Renamed from `antlr-tiny-action-length'.
2482 Suggested by Jay@aol.com.
2483 (antlr-hide-actions): Change accordingly. Hide line if completely
2484 hidden action is on a line of its own.
e04d21aa 2485
6ad948eb
SM
24862000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2487
2488 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2489
2490 * sort.el (sort-columns): Don't concat strings with numbers.
2491
9c6a4107
DL
24922000-11-29 Dave Love <fx@gnu.org>
2493
2494 * cus-edit.el (face): Fix :format.
2495
2496 * mail/feedmail.el: Require smtpmail when compiling.
2497 (mail-do-fcc): Autoload.
2498 (feedmail) <defgroup>: Fix :link.
2499 (feedmail-nuke-body-in-fcc): Fix :type.
2500 (feedmail-send-it): Add autoload cookie.
2501
053b8d35
SM
25022000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2503
2504 * newcomment.el (comment-indent): Save excursion around call to
2505 comment-indent-function.
2506
242c13e8
MB
25072000-11-29 Miles Bader <miles@gnu.org>
2508
2509 * subr.el (member-ignore-case): Return the tail of the list who's
2510 car matches, like `member', not the matching element itself.
2511
8f4b5f28
KH
25122000-11-29 Kenichi Handa <handa@etl.go.jp>
2513
2514 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2515 should not contain `\n'.
2516
bebe4a2c
GM
25172000-11-28 Gerd Moellmann <gerd@gnu.org>
2518
fd9ac94c 2519 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2520
ba7e40eb
GM
2521 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2522
75ab0c79
GM
2523 * dired-aux.el (dired-do-create-files): Construct default file
2524 name for dired-mark-read-file-name so that when the user enters
2525 just RET, the target file will end up in the target directory.
2526
bebe4a2c
GM
2527 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2528 local-abbrev-table before changing buffers because it might
2529 have a buffer-local binding.
2530
fa6d1ca8
MB
25312000-11-28 Miles Bader <miles@gnu.org>
2532
2533 * simple.el (delete-horizontal-space): Handle fields more generally.
2534
8d2c2642
GM
25352000-11-28 Gerd Moellmann <gerd@gnu.org>
2536
2537 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2538
8b31236d
DL
25392000-11-28 Dave Love <fx@gnu.org>
2540
3cbd02d2
DL
2541 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2542 comment-start-skip locally.
2543
8b31236d
DL
2544 * progmodes/fortran.el (fortran-mode): Don't set
2545 fortran-comment-line-start-skip. Set comment-start to
2546 fortran-comment-line-start.
2547 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2548 (fortran-comment-line-start-skip): Simplify slightly.
2549
ae4bf56d
GM
25502000-11-28 Gerd Moellmann <gerd@gnu.org>
2551
17ef7534
GM
2552 * play/5x5.el: Remove RCS keyword.
2553
fd9ac94c 2554 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2555
665b27a6
GM
25562000-11-28 Milan Zamazal <pdm@freesoft.cz>
2557
2558 * textmodes/tildify.el (tildify-string-alist): Add
2559 `plain-tex-mode' here.
2560
fe3c2ae3
GM
25612000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2562
2563 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2564 reference.
2565
d970106b
MB
25662000-11-28 Miles Bader <miles@gnu.org>
2567
36b80a0d
MB
2568 * cus-face.el (custom-face-attributes): Add post-filter function
2569 for :box. Make pre-filter function for :box handle all cases.
2570
d970106b
MB
2571 * wid-edit.el (widget-choose): Make sure pop-up window is large
2572 enough to display all the choices, as there's no way to scroll it.
2573
5a2bae6c
KH
25742000-11-28 Kenichi Handa <handa@etl.go.jp>
2575
2576 * international/mule-conf.el: Make the coding system no-conversion
2577 safe for all characters.
2578
9e836e23
DL
25792000-11-27 Dave Love <fx@gnu.org>
2580
8b31236d
DL
2581 * net/ldap.el (ldap) <defgroup>: Add :version.
2582
9e836e23
DL
2583 * tooltip.el (tooltip-use-echo-area): Doc fix.
2584
2585 * cus-start.el <minibuffer-prompt-properties>: Add version.
2586 <read-buffer-function>: Add.
2587
2588 * apropos.el (apropos-print): Add help-echo to active text.
2589
2590 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2591
4a74d071
GM
25922000-11-27 Gerd Moellmann <gerd@gnu.org>
2593
2594 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2595 type, group and version.
2596
76058c27
EZ
25972000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2598
4a74d071 2599 * select.el (x-get-selection): Docstring fix.
76058c27 2600
fd9ac94c 26012000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2602
fd9ac94c 2603 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2604
49060c51
AI
26052000-11-27 Andrew Innes <andrewi@gnu.org>
2606
2607 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2608
2609 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2610
b2a8e429
MB
26112000-11-27 Miles Bader <miles@gnu.org>
2612
2613 * dired.el (dired-get-filename): Return filename verbatim if
2614 LOCALP is `verbatim'.
2615 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2616 `verbatim' so that we don't inadvertently delete a non-existant
2617 directory name.
2618
5ac0366d
KH
26192000-11-27 Kenichi Handa <handa@etl.go.jp>
2620
2621 * international/characters.el: Specify cases and syntaxes for
2622 mule-unicode-0100-24ff.
2623
67f1cf4c
GM
26242000-11-27 Gerd Moellmann <gerd@gnu.org>
2625
2626 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2627 that foreground and/or background colors of the face `tool-bar'
2628 are unspecified.
2629
46c56972
MB
26302000-11-27 Miles Bader <miles@gnu.org>
2631
e04d21aa 2632 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2633 (widget-field-end): Handle widget field `pseudo-overlays'.
2634 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2635 if it's there instead of in `widget-field-list'.
2636
46c56972 2637 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2638 (help-make-xrefs): Delete extraneous newlines at the end of the
2639 docstring.
46c56972 2640
640a9cdd
JR
26412000-11-25 Jason Rumney <jasonr@gnu.org>
2642
2643 * startup.el (command-line): Call set-locale-environment after
2644 Window System init file is read, as it can result in a call to
2645 redraw-frame.
2646
0b3f96d4
EZ
26472000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2648
2649 * simple.el (shell-command): Mention the effect of the prefix
2650 argument in the doc string.
2651
8da6e2a1
MB
26522000-11-25 Miles Bader <miles@gnu.org>
2653
a658d039
MB
2654 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2655
8da6e2a1 2656 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2657 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2658
d3416cca
JR
26592000-11-24 Jason Rumney <jasonr@gnu.org>
2660
2661 * international/mule-cmds.el (locale-language-names): Add "jp" as
2662 a non-standard alternative for Japanese.
2663
17e37f53
AS
26642000-11-24 Andre Spiegel <spiegel@gnu.org>
2665
2666 * vc-hooks.el: Require 'cl during compilation.
2667
9aa5f148
GM
26682000-11-24 Gerd Moellmann <gerd@gnu.org>
2669
ba193890
GM
2670 * faces.el (face-set-after-frame-default): Let face attributes
2671 specified for new frames override frame parameters.
2672
9aa5f148
GM
2673 * startup.el (command-line): Fix computation of the source file
2674 for user-init-file when user-init-file is a compiled file.
2675
51a1edab
MB
26762000-11-24 Miles Bader <miles@gnu.org>
2677
e04d21aa 2678 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2679 (custom-post-filter-face-spec): New functions.
2680 (custom-face-set, custom-face-value-create): Filter the face spec
2681 before and after customization.
2682 (custom-face-set): If VALUE specifies a null face, pass a
2683 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2684 * cus-face.el (custom-face-attributes): Remove SET and GET
2685 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2686 cases they're needed.
2687
1ed74431
MB
2688 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2689 that it's distinguishable from the :off-glyph on dark-background
2690 displays. Set its background color too.
2691
67ee1125
MB
2692 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2693 so that people can easily turn it off.
2694
7d027816 26952000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2696
7d027816 2697 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2698
9aa5f148 2699 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2700
9aa5f148 2701 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2702
9aa5f148 2703 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2704 redundant skip-small-frames test.
e04d21aa 2705
9aa5f148 2706 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2707 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2708
9aa5f148
GM
2709 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2710 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2711 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2712 functions.
e04d21aa 2713
9aa5f148 2714 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2715
9aa5f148 2716 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2717
f07fa1b8
KH
27182000-11-24 Kenichi Handa <handa@etl.go.jp>
2719
2720 * international/mule-diag.el (list-iso-charset-chars): For
2721 two-byte charset, fix the `while' condition.
2722 (list-non-iso-charset-chars): Fix the `while' condition.
2723
ba8299ff
SM
27242000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2725
79372165
SM
2726 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2727 if the variable is make-variable-buffer-local.
2728
ba8299ff
SM
2729 * progmodes/ada-stmt.el (ada-template-map): Initialize
2730 and bind it to C-c t in ada-mode-map.
2731 (ada-stmt-mode-hook): New function extracted from old code.
2732 Only change the buffer-local side of skeleton-*.
2733 (ada-mode-hook): Use it.
2734
68a887fa
EZ
27352000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2736
2737 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2738 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2739 we expect to be returned by minibuffer-depth once we prompt the
2740 user in the minibuffer.
2741 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2742 as recorded in iswitchb-minibuf-depth, return non-nil.
2743
3b345582
EZ
27442000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2745
2746 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2747 (hscroll-window-maybe): Docstring fix.
2748
595dead2
DL
27492000-11-23 Dave Love <fx@gnu.org>
2750
2751 * rect.el (string-rectangle): Don't test delete-selection-mode.
2752
1e66b27a
GM
27532000-11-23 Gerd Moellmann <gerd@gnu.org>
2754
02790ce2
GM
2755 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2756 is in the tool bar.
2757
1e66b27a
GM
2758 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2759 with `no-dir'; we want the directory part to be able to remove
2760 it.
2761
a4caa65d
SM
27622000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2763
2764 * textmodes/outline.el (outline-flag-region):
2765 Don't bind inhibit-read-only since we don't modify the buffer.
2766 (outline-isearch-open-invisible): Don't jump to overlay-start
2767 since we're trying to unhide text around point.
2768 (outline-discard-overlays): Use dolist.
2769
2770 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2771
03e757c1
GM
27722000-11-22 Gerd Moellmann <gerd@gnu.org>
2773
e04d21aa 2774 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2775 y-or-n-p.
e04d21aa 2776
1598a961
SM
27772000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2778
2779 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2780 Fix ARG regexp to skip quoted braces.
2781 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2782 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2783 are (correctly) handled separately).
2784 Remove `caption' and `footnote' from `citations': they contain text.
2785 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2786 (latex-skeleton-end-hook): New function.
2787 (latex-mode): Use it.
2788 (tex-start-tex-marker): Remove.
2789 (tex-send-tex-command): Don't set tex-start-tex-marker.
2790 (tex-error-parse-syntax-table): New var.
2791 (tex-compilation-parse-errors): Use it.
2792 Ignore tex-start-tex-marker. Don't bother with marker-position.
2793 (tex-validate-buffer): Don't bother with marker-position.
2794
2795 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2796 (flyspell-generic-progmode-verify): Use it.
1598a961 2797
eaae8106
SS
27982000-11-22 Sam Steingold <sds@gnu.org>
2799
03e757c1
GM
2800 * simple.el (delete-trailing-whitespace): New interactive
2801 function.
e04d21aa 2802
eaae8106 2803 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2804 `ada-remove-trailing-spaces'.
eaae8106 2805 (ada-remove-trailing-spaces): Removed.
e04d21aa 2806
eaae8106 2807 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2808
1598a961
SM
2809 * textmodes/picture.el (picture-clean): Removed.
2810 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2811
a41d49e9
GM
28122000-11-22 Gerd Moellmann <gerd@gnu.org>
2813
e053c60f
GM
2814 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2815
a41d49e9
GM
2816 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2817 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2818 do anything special when jit-lock is active.
a41d49e9
GM
2819 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2820
197615f3
DL
28212000-11-22 Dave Love <fx@gnu.org>
2822
ddbfaa9f
DL
2823 * calendar/todo-mode.el (todo-top-priorities): Use
2824 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2825
ddc3c695
DL
2826 * language/chinese.el, language/cyrillic.el:
2827 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2828 * language/hebrew.el, language/indian.el, language/japanese.el:
2829 * language/korean.el, language/lao.el, language/misc-lang.el:
2830 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2831 Use provide.
2832
fb9fa98d
DL
2833 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2834 (custom-variable-set): Improve validation error mesage.
2835
197615f3
DL
2836 * rect.el (string-rectangle): Revert last change.
2837 (string-rectangle-line): New arg DELETE.
2838 (string-rectangle): Check delete-selection-mode.
2839
2840 * emacs-lisp/edebug.el (edebug-version)
2841 (edebug-maintainer-address): Deleted.
2842 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2843 (edebug-read-function): Account for other `'#' read forms.
2844 (edebug-mode-menus): Make some items toggles.
2845 (edebug-outside-unread-command-event, unread-command-event):
2846 Remove these to avoid warnings.
2847
f4117c4d
GM
28482000-11-22 David Ponce <david@dponce.com>
2849
2850 * recentf.el (recentf-menu-items-for-commands)
2851 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2852 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2853
f4117c4d
GM
2854 (recentf-build-dir-rules, recentf-dump-variable)
2855 (recentf-edit-list, recentf-open-files-item)
2856 (recentf-open-files): Replaced unnecessary `mapcar' with new
2857 built-in `mapc'.
eaae8106 2858
f8e2f3f2
MB
28592000-11-23 Miles Bader <miles@gnu.org>
2860
2861 * faces.el (menu): Make inverse-video on ttys too.
2862
4c4a541d
SM
28632000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2864
2865 * simple.el (comment-line-break-function): Use the new name
2866 indent-new-comment-line -> comment-indent-new-line.
2867 (clone-indirect-buffer): Don't ignore NORECORD.
2868 (next-completion): Properly handle the case where items are adjacent.
2869
2870 * mouse.el (popup-menu): Stupid typo.
2871
980d836e
GM
28722000-11-22 Gerd Moellmann <gerd@gnu.org>
2873
60e8e0a5
GM
2874 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2875 maintainer, keywords tags.
2876
980d836e
GM
2877 * rect.el (replace-rectangle): Don't call string-rectangle-line
2878 with too many arguments.
2879
e08b2069
AS
28802000-11-22 Andre Spiegel <spiegel@gnu.org>
2881
60e8e0a5 2882 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2883 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2884 vc-locking-user, which no longer exists.
2885
2886 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2887
c6779d8d
DL
28882000-11-22 Dave Love <fx@gnu.org>
2889
2890 * md5.el (md5): Provide.
2891 (md5): Fix error call.
2892
e672fdce
MB
28932000-11-22 Miles Bader <miles@gnu.org>
2894
eaae8106 2895 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2896 (refill-fill-paragraph-at): Remove debugging code.
2897
80e24c04
MB
2898 * calendar/calendar.el (generate-calendar-window): When we don't
2899 call `fit-window-to-buffer', make sure the top line is fully visible.
2900
3a17d6cc
MB
2901 * image-file.el (insert-image-file): Don't make `read-only'
2902 property rear-nonsticky.
2903
ae1a21c6
MB
2904 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2905 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2906 stashing away its original value.
2907 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2908 in the recursive edit.
2909 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2910 (isearch-done): Restore `minibuffer-message-timeout'.
2911
e672fdce
MB
2912 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2913
3ea79df8
SM
29142000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2915
2916 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2917
2918 * find-lisp.el (find-lisp-find-files-internal):
2919 Use dolist, when and file-name-as-directory.
2920
980d836e 2921 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2922 (define-derived-mode, define-minor-mode): Add specs.
2923
2924 * window.el: General comment and spacing fixes.
2925 (save-selected-window): Use backquotes.
2926 (window-safely-shrinkable-p): New function.
2927 (shrink-window-if-larger-than-buffer): Use it.
2928
2929 * subr.el (make-local-hook): Docstring fix.
2930
2931 * shell.el (shell-mode): Use define-derived-mode.
2932
2933 * newcomment.el (comment-indent): Insert comment before calling
2934 comment-indent-function. Don't insert in column 0.
2935 (comment-dwim): Indent before inserting comment.
2936
2937 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2938 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2939 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2940 Use mapc rather than map.
2941
2942 * files.el (find-buffer-visiting): Compare all attributes before
2943 declaring two files identical (rather than just their inode-no).
2944 (auto-mode-alist): Use \' rather than $.
2945
2946 * which-func.el: Update maintainer line.
2947
2948 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2949 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2950 (uniquify-buffer-file-name): Use it.
2951
8f62f2b8
MB
29522000-11-22 Miles Bader <miles@gnu.org>
2953
2954 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2955 * simple.el (minibuffer-avoid-prompt): New function.
2956
fb279a6d
GM
29572000-11-21 Gerd Moellmann <gerd@gnu.org>
2958
2959 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2960
867092e9
MB
29612000-11-21 Miles Bader <miles@gnu.org>
2962
ef860850
MB
2963 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2964 inclusion of `track-mouse'.
2965
867092e9
MB
2966 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2967 (refill-adjust-ignorable-overlay): New function.
2968 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2969 only the paragraph's tail if possible.
2970 Update `refill-ignorable-overlay'.
2971 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2972
2973 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2974 point inside the fill-prefix.
2975
2976 * textmodes/refill.el (refill-post-command-function): Don't reset
2977 refill-doit in the case where a self-insertion command doesn't
2978 case a refill. Use `refill-fill-paragraph-at', getting position
2979 from `refill-doit'.
2980 (refill-after-change-function): Set `refill-doit' to END.
2981 (refill-fill-paragraph-at): New function, mostly from old
2982 refill-fill-paragraph.
2983 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2984 (refill-pre-command-function): New function.
2985 (refill-mode): Add it to `pre-command-hook'.
2986
ff9ab414
GM
29872000-11-20 Gerd Moellmann <gerd@gnu.org>
2988
29a01b72
GM
2989 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2990
ff9ab414
GM
2991 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2992 javadoc tags.
eaae8106 2993
885b211b
AS
29942000-11-20 Andre Spiegel <spiegel@gnu.org>
2995
2996 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2997 vc.el).
2998
eaae8106 2999 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3000 require vc.
eaae8106
SS
3001
3002 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3003 checkouts.
eaae8106 3004
d1838556
DL
30052000-11-20 Dave Love <fx@gnu.org>
3006
3007 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3008
2b69bc11 30092000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3010
2b69bc11
GM
3011 * calculator.el (calculator-paste): Use `if' instead of `and'
3012 and `or'.
3013 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3014
b95b34e5
GM
30152000-11-19 Gerd Moellmann <gerd@gnu.org>
3016
030de92f
GM
3017 * info.el (info-menu-5): Doc fix.
3018
b95b34e5
GM
3019 * textmodes/artist.el: New file.
3020
54970452
AS
30212000-11-19 Andre Spiegel <spiegel@gnu.org>
3022
eaae8106 3023 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3024 and differentiate according to checkout model.
3025 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3026 since this function is only concerned with master state.
3027
eaae8106 3028 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3029 vc-default-workfile-unchanged-p): Moved here from vc.el.
3030
eaae8106 3031 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3032 vc-default-workfile-unchanged-p): See above.
3033
e5a9dabf
MB
30342000-11-19 Miles Bader <miles@gnu.org>
3035
3036 * image-file.el (insert-image-file): Make `intangible' and
3037 `read-only' properties rear-nonsticky too.
3038
24127af0
GM
30392000-11-18 Gerd Moellmann <gerd@gnu.org>
3040
d392e9c5 3041 * ps-print.el: Update copyright notice.
eaae8106 3042
d392e9c5
GM
3043 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3044 (tooltip-show): Use the offsets.
3045
24127af0 3046 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3047 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3048 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3049
2b69bc11 30502000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3051
2b69bc11
GM
3052 * ps-print.el (toplevel): Test for find-coding-system being
3053 fboundp before calling ps-x-find-coding-system.
08ea6f17 3054
66321b2f
SM
30552000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3056
3057 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3058 (vc-version-backup-file): Docstring fix.
3059
046110c6
GM
30602000-11-16 Gerd Moellmann <gerd@gnu.org>
3061
4104194e
GM
3062 * files.el (basic-save-buffer): Don't add a newline if
3063 find-file-literally is non-nil.
3064 (find-file-literally): Extend doc string.
3065
046110c6
GM
3066 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3067 sort(1) with the `-f' argument.
3068
6505c16e
AS
30692000-11-16 Andre Spiegel <spiegel@gnu.org>
3070
fd063975
AS
3071 * vc.el: Updated backend documentation.
3072 (vc-default-check-headers): New function.
3073
3d02dd81 3074 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3075
3076 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3077 up-to-date.
eaae8106 3078 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3079 the minibuffer is not active.
fd063975 3080
eaae8106 3081 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3082 `vc-cvs-use-edit' is on.
eaae8106
SS
3083 (vc-cvs-checkout): When this is used for reverting the workfile,
3084 make a backup of the original contents and revert to that in case
8791d617 3085 of error.
eaae8106 3086 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3087 remote repositories.
eaae8106 3088
6505c16e
AS
3089 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3090 for both version and ratio in the minibuffer.
fd063975 3091
eaae8106 3092 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3093 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3094
a13f0660
KH
30952000-11-16 Kenichi Handa <handa@etl.go.jp>
3096
3097 * international/quail.el (quail-start-translation): Don't call
3098 `message' before reading key sequence.
3099
1389a414
MB
31002000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3101
3102 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3103
9256a532
KH
31042000-11-16 Kenichi Handa <handa@etl.go.jp>
3105
3106 * window.el (fit-window-to-buffer): Be sure to acquire at least
3107 one text line even if the buffer is empty.
3108
0e14fe9f
GM
31092000-11-16 Gerd Moellmann <gerd@gnu.org>
3110
eaae8106 3111 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3112 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3113 ange-ftp-process-verbose to nil.
3114
da645c53
DL
31152000-11-15 Dave Love <fx@gnu.org>
3116
233d5cde
DL
3117 * wid-edit.el (widget-specify-field, widget-specify-button): If
3118 :help-echo is a function, set help-echo of overlay to
3119 widget-mouse-help.
3120 (widget-mouse-help): New function.
3121 (widget-echo-help): Rewritten for :help-echo functions only taking
3122 a widget arg.
3123
b12057b9
DL
3124 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3125 display-graphic-p.
3126 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3127 and that JPEG is available.
3128 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3129
da645c53
DL
3130 * international/mule-cmds.el (locale-charset-language-names):
3131 Match @euro.
3132
6d133d1f
GM
31332000-11-15 Gerd Moellmann <gerd@gnu.org>
3134
3135 * faces.el (face-set-after-frame-default): If
0e14fe9f 3136 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3137 default face from X resources.
3138
49ac2ac5
EZ
31392000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3140
3141 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3142 Don't set EMACSLOADPATH.
3143
4fb0a34c
EZ
31442000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3145
3146 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3147 texinfo-insert-@url.
3148 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3149 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3150
bb304a7a
SM
31512000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3152
82bc80bf
SM
3153 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3154 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3155 (checkdoc-minor-keymap): Backward compatibility.
3156 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3157 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3158 (checkdoc-this-string-valid-engine): Be a bit more strict
3159 to avoid matching substrings of `...' quoted vars/funs.
3160 (checkdoc-defun-info): Only look for `interactive' if alone.
3161 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3162
e8c87124
SM
3163 * progmodes/compile.el (grep): `tag-default' can be nil.
3164
bb304a7a
SM
3165 * newcomment.el (comment-indent): Paren typo.
3166
8628686a
DL
31672000-11-14 Dave Love <fx@gnu.org>
3168
25c269ef
DL
3169 * calculator.el: New maintainer version.
3170
66321b2f 3171 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3172
8628686a
DL
3173 * cmuscheme.el: Doc fixes.
3174 (cmuscheme) <defgroup>: Use `scheme' as parent.
3175 (cmuscheme-program-name): Remove. Change uses to
3176 scheme-program-name.
3177
3178 * xscheme.el (scheme-program-name): Don't define here.
3179
3180 * progmodes/scheme.el (scheme-program-name): New variable
3181 (originally in cmuscheme).
3182
88f0a1eb
MB
31832000-11-14 Miles Bader <miles@gnu.org>
3184
3185 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3186 Handle header-lines. Don't loop forever if we can't enlarge the
3187 window anymore. Simplify a bit.
3188
cd9a000c
KH
31892000-11-14 Kenichi Handa <handa@etl.go.jp>
3190
3191 * window.el (fit-window-to-buffer): Don't check
3192 window-text-height. Assure that the last line is fully visible.
3193
3194 * international/quail.el (quail-show-guidance-buf): Call
3195 fit-window-to-buffer to assure the enough height of the guidance
3196 buffer.
3197 (quail-update-guidance): Avoid making the guidance buffer shorter.
3198
d3fcda22
SM
31992000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3200
bdbd9606
SM
3201 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3202 rather than `prepend' and add an interesting comment.
3203 (tex-math-face, tex-font-lock-syntactic-face-function):
3204 New face and function to use it.
3205 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3206 than `menu-enable' symbol property.
3207 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3208 (tex-mode): Add some latex-mode commands for auto-selection.
3209 Use tex-font-lock-syntactic-face-function.
3210 (tex-insert-quote): Simplify.
3211 (tex-shell): New mode.
3212 (tex-start-shell): Use it.
3213 (tex-shell-proc, tex-shell-buf): New functions.
3214 (tex-send-command): Use it.
3215 (tex-main-file): Fix the meaning of the new arg REALFILE.
3216 (tex-send-tex-command): New function split from `tex-start-tex'.
3217 Set compilation-last-buffer and compilation-parsing-end.
3218
d3fcda22
SM
3219 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3220 when it follows non-comment text on the line.
3221
3222 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3223 Set font-lock-defaults.
3224 (lisp-mode-shared-map): Init inside the defvar.
3225 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3226 Use define-derived-mode.
3227
bdab1d43
MB
32282000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3229
3230 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3231
936ae731
GM
32322000-11-14 Gerd Moellmann <gerd@gnu.org>
3233
3234 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3235 recursively optimize body because that can lead to infinite
3236 recursion; see comment there.
3237
1695ca2b
EZ
32382000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3239
3240 * faces.el (face-spec-set-match-display): Revert the change from
3241 2000-10-24. Add a FIXME for after v21.1.
3242
9d348294
MB
32432000-11-13 Miles Bader <miles@gnu.org>
3244
3245 * textmodes/fill.el (skip-line-prefix): New function.
3246 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3247 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3248 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3249 point inside the fill-prefix.
9d348294 3250
b85fa13c
MB
32512000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3252
3253 * calendar/calendar.el (generate-calendar-window): Use
3254 `fit-window-to-buffer'.
3255
a0b47716
SM
32562000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3257
3258 * gud.el (gud-minor-mode): New var.
3259 (gud-symbol, gud-val): New functions.
3260 (gud-find-file): Copy gud-minor-mode to the new buffer.
3261 (gud-menu-map): Include entries for commands that are not always
3262 available, using :enable to (de)activate them.
3263 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3264 (gud-mode-map): New map.
eaae8106 3265 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3266 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3267 Don't set up gud's menu (it's done by the minor-mode).
3268 (gud-minibuffer-local-map): New.
3269 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3270 (gud-query-cmdline): New function.
3271 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3272 (gud-mode): Use define-derived-mode.
3273 Don't set up gud's menu (it's done by the minor-mode).
3274 (gud-chop-words): Remove.
3275 (gud-common-init): Use split-string instead.
3276 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3277
3278 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3279 Add keyword arg :name.
3280
3281 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3282 (diff-count-matches, diff-split-hunk): New functions.
3283 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3284
3285 * pcvs-info.el (cvs-fi-conflict-face): New var.
3286
3287 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3288 Make it into a simple syntax-table, shared among all submodes.
3289 (sh-heredoc-face): Re-introduce.
3290 (sh-font-lock-syntactic-face-function): New function.
3291 (sh-mode): Use it. Also use define-derived-mode.
3292 Remove old bogus setting of indent-region-function.
3293 (sh-set-shell): Don't set the syntax-table any more.
3294 (sh-mode-syntax-table) <defun>: Remove.
3295
f5ed37df
MB
32962000-11-12 Miles Bader <miles@gnu.org>
3297
3298 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3299 message if interactive.
3300
0b074c2f
DL
33012000-11-12 Dave Love <fx@gnu.org>
3302
3303 * mail/feedmail.el: Fix header,
3304 (feedmail) <defgroup>: Add :link.
3305
3306 * view.el: Use local-map property, not keymap on mode-line string.
3307
3308 * scroll-all.el (scroll-all-mode): Customize variable. Add
3309 autoload cookie to function.
3310
3311 * lazy-lock.el: Remove compatibility code.
3312
3313 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3314 (finder-help-echo): New variable.
3315 (finder-mouse-face-on-line): Add help-echo stuff.
3316 (finder-list-keywords, finder-list-matches): Use mapc.
3317
3318 * faces.el (face-font-registry-alternatives): Add :version.
3319
3320 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3321 tags-table-list.
3322
a0b47716 3323 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3324
a0b47716 3325 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3326 (mail-mode): Use [:alnum:] in some regexps.
3327
6d502396
DL
33282000-11-10 Dave Love <fx@gnu.org>
3329
3330 * ediff.el (ediff-regions-internal, ediff-documentation):
3331 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3332 fundamental mode.
3333
3334 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3335 buffer into fundamental mode.
3336 (ediff-set-difference): Use copy-sequence if available.
3337
3338 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3339 ediff-patch-map non-nil.
3340 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3341 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3342 buffer into fundamental mode.
3343
3344 * ediff-merg.el (state-or-merge): Defvar when compiling.
3345
a82fe213
JR
33462000-11-10 Jason Rumney <jasonr@gnu.org>
3347
3348 * w32-fns.el (w32-add-charset-info): New function.
3349 (w32-charset-info-alist): Use it.
3350
52d89894
GM
33512000-11-10 Gerd Moellmann <gerd@gnu.org>
3352
3353 * faces.el (face-font-registry-alternatives): New user-option.
3354
178932de
SM
33552000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3356
d7fa3319
SM
3357 * textmodes/texinfo.el (texinfo-block-default): New var.
3358 (texinfo-insert-block): Use it. Insert a newline if needed.
3359
178932de
SM
3360 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3361 (fill-region-as-paragraph): Use it.
3362
3363 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3364 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3365 Tweak paragraph regexps to allow a leading [ \t]*.
3366 (tex-latex-block): Insert a newline if necessary.
3367 (latex-insert-item): Only insert a newline if necessary.
3368 (tex-guess-main-file): New function.
3369 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3370 Set tex-main-file if TeX-master is provided.
3371 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3372
bd02b8e0
GM
33732000-11-10 Gerd Moellmann <gerd@gnu.org>
3374
3375 * startup.el (command-line): Set the default tooltip-mode
3376 to t for graphical displays which implement x-show-tip.
3377
3378 * tooltip.el (tooltip-mode): Add a comment about startup.el
3379 setting the default value of this user-option.
3380
b29b03eb
SM
33812000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3382
3383 * font-lock.el (font-lock-*-face) <defvar>: Move.
3384 (font-lock-defaults-alist): Mark obsolete.
3385 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3386 (font-lock-mode): Use define-minor-mode.
3387 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3388 (font-lock-turn-off-thing-lock): Be more explicit.
3389 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3390 (font-lock-syntactic-face-function): New var.
3391 (font-lock-fontify-syntactically-region): Use it.
3392 (font-lock-doc-face): New.
3393
3394 * pcvs.el (cvs-enabledp): Ignore errors.
3395 (cvs-commit-filelist): Never query.
3396 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3397 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3398 (cvs-do-removal): Use cvs-partition rather than delete-if.
3399 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3400 cvs-bury-buffer.
3401
3402 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3403 Allow `next' to jump to after the end of the last match.
3404
778fbc46
GM
34052000-11-09 Gerd Moellmann <gerd@gnu.org>
3406
730c746c
GM
3407 * simple.el (byte-compiling-files-p): New function.
3408
3409 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3410 if it is there.
3411
3412 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3413 nil again.
3414
778fbc46
GM
3415 * textmodes/ispell.el (ispell-library-path): Don't call
3416 check-ispell-version when byte-compiling because that starts
3417 an ispell process, and ispell might not be installed.
3418 (toplevel): Don't set up a menu when byte-compiling.
3419
3420 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3421 it, so that a boundp test can be used to determine if we're
3422 currently byte-compiling.
3423
5912c5bb
DL
34242000-11-09 Dave Love <fx@gnu.org>
3425
3426 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3427 eval-after-load.
3428
7bb054a5
GM
34292000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3430
3431 * ps-print.el: Patch for variable initialization when spooling. Doc
3432 fix.
3433 (ps-output-list): Fun eliminated.
3434 (ps-begin-file, ps-begin-job): Code fix.
3435
9db2706e
DL
34362000-11-08 Dave Love <fx@gnu.org>
3437
3438 * ediff-wind.el (ediff-control-frame-parameters): Zero
3439 tool-bar-lines.
3440
f7eb32aa
GM
34412000-11-08 Gerd Moellmann <gerd@gnu.org>
3442
3443 * simple.el (shell-command, display-message-or-buffer)
3444 (shell-command-on-region): Mention resize-mini-windows in the doc
3445 string.
3446 (display-message-or-buffer): Take the value of resize-mini-windows
3447 into account.
3448
7b01b08c
GM
34492000-11-07 Gerd Moellmann <gerd@gnu.org>
3450
acad3c0b
GM
3451 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3452
7b01b08c
GM
3453 * dired.el (dired-between-files): Add `^. find' as an alternative
3454 to the regular expression, for find-dired.
3455
6f602bd0
SM
34562000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3457
3458 * textmodes/texnfo-upd.el: Require texinfo.
3459 (defmacro, defgroup): Remove.
3460 (texinfo-section-to-generic-alist): Remove.
3461 Use texinfo-section-list instead (i.e. level is changed string->int).
3462 (texinfo-filter): New function.
3463 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3464 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3465 Use it. And use regexp-opt.
3466 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3467 (texinfo-update-menu-region-beginning)
3468 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3469 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3470 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3471 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3472 (texinfo-sequential-node-update): Remove autoload cookie.
3473
3474 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3475 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3476 (texinfo-chapter-level-regexp): Remove.
3477 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3478
bb216218
DL
34792000-11-06 Dave Love <fx@gnu.org>
3480
6f602bd0 3481 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3482
6f602bd0
SM
3483 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3484 Match defun*.
bb216218 3485
ff8dd5d5
KH
34862000-11-06 Kenichi Handa <handa@etl.go.jp>
3487
3488 * composite.el (composition-function-table): Variable declaration
3489 moved to src/composite.c.
3490 (compose-chars-after): New optional arg object.
3491
e9da51a1
GM
34922000-11-06 Gerd Moellmann <gerd@gnu.org>
3493
e0c12c68
GM
3494 * bindings.el (mode-line-toggle-read-only)
3495 (mode-line-toggle-modified, mode-line-widen)
3496 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3497 (make-mode-line-mouse2-map): Rewritten.
3498 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3499 functions so that C-h k can show something with a doc string.
eaae8106 3500
e9da51a1
GM
3501 * startup.el (fancy-splash-delay): Set to 10 seconds.
3502 (fancy-splash-max-time): New user-option.
3503 (fancy-splash-stop-time): New variable.
3504 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3505 (fancy-splash-screens-1): Throw `stop-splashing' when current
3506 time is greater than fancy-splash-stop-time.
3507
611dbdf0
SM
35082000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3509
4d2806e2
SM
3510 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3511
611dbdf0
SM
3512 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3513 Prompt user for a file rather than raising an error.
3514 (cvs-enabledp): Fix call to cvs-mode-marked.
3515 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3516 (cvs-mode-insert): Use it. Change the init prompt' value.
3517 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3518
3519 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3520 Don't pass default arg to ewoc-locate.
3521 (ewoc-collect): Return result in the right order.
3522
3523 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3524
3525 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3526 (cvs-status-get-tags): Fix regexp.
3527 (cvs-status-trees, cvs-status-cvstrees):
3528 Combine after change hooks and don't sit-for.
4d2806e2
SM
3529 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3530 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3531 Use make-char rather than hard-coded cryptic data.
3532 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3533
3534 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3535
3536 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3537 (cvs-insert-strings): New function.
3538
937b2877
MB
35392000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3540
3541 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3542 `mwheel-scroll-amount'.
3543 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3544 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3545 string-matching against the version string.
3546
c6c97763
KH
35472000-11-06 Kenichi Handa <handa@etl.go.jp>
3548
6eaec747
KH
3549 * language/thai.el ("Thai"): Set a lisp form that produces
3550 composed string in `sample-text' language info.
3551
3552 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3553 composed string in `sample-text' language info.
3554
3555 * international/mule-cmds.el (describe-language-environment): Eval
3556 `sample-text' data and insert the result.
3557
c6c97763
KH
3558 * international/mule-conf.el (compound-text): Define this coding
3559 system here. Make x-ctext and ctext aliases of it.
3560
3561 * language/european.el (compound-text, ctext): Moved to
3562 international/mule-conf.el.
3563
d1145f85
AI
35642000-11-05 Andrew Innes <andrewi@gnu.org>
3565
3566 * w32-fns.el (w32-version): New function.
3567
178a6a45
SM
35682000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3569
3570 * progmodes/awk-mode.el: Update copyright.
3571 (awk-mode-abbrev-table): Remove.
3572 (awk-font-lock-keywords): Use regexp-opt.
3573 (awk-mode): Use define-derived-mode.
3574
3575 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3576 when extracting a suffix.
3577
1ba90166
AS
35782000-11-04 Andre Spiegel <spiegel@gnu.org>
3579
3580 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3581 auto-save-mode.
3582
546790cb
JR
35832000-11-04 Jason Rumney <jasonr@gnu.org>
3584
3585 * language/european.el (decode-mac-roman): Test against r1 not r0.
3586
d247e32d
SM
35872000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3588
fbf44f44
SM
3589 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3590 (icon-mode): Define indent-line-function.
3591 (icon-comment-indent): Simplify.
3592 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3593
3594 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3595
3596 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3597 Bind change-log-default-mode to defeat the caching done on it.
3598 Don't bother saving excursion any more.
3599
3600 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3601
3602 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3603 (set-frame-font): Use the new name (and the old for compatibility).
3604
eaae8106
SS
3605 * toolbar/tool-bar.el (tool-bar-mode):
3606 * time.el (display-time-mode):
3607 * recentf.el (recentf-mode):
3608 * paren.el (show-paren-mode):
3609 * mwheel.el (mouse-wheel-mode):
3610 * msb.el (msb-mode):
3611 * jka-compr.el (auto-compression-mode):
3612 * image-file.el (auto-image-file-mode):
3613 * hl-line.el (hl-line-mode):
3614 * delsel.el (delete-selection-mode):
3615 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3616 * complete.el (partial-completion-mode): Drop unneeded positional args.
3617
eaae8106 3618 * info.el (Info-mode):
79372165 3619 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3620
d247e32d
SM
3621 * log-edit.el (log-edit-menu): New menu.
3622
4921558e
MB
36232000-11-03 Miles Bader <miles@gnu.org>
3624
3625 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3626 definition, so that trailing spaces are handled properly.
3627 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3628
1fc02b3c
GM
36292000-11-03 Gerd Moellmann <gerd@gnu.org>
3630
3631 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3632 tab character.
3633 (fancy-splash-screens): Set tab-width to 20.
3634
51d001f7
DL
36352000-11-03 Dave Love <fx@gnu.org>
3636
3637 * comint.el (comint-completion-addsuffix): Fix custom type.
3638
ba22aeff
SM
36392000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3640
3641 * font-lock.el (font-lock-buffers): Remove.
3642 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3643 (font-lock-change-major-mode): Remove.
3644 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3645 (font-lock-default-fontify-region): Extend the multiline
3646 fontification to whole lines.
3647 (font-lock-fontify-anchored-keywords)
3648 (font-lock-fontify-keywords-region): If matching just one
3649 line (with \n) only mark the \n as multiline.
3650
3651 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3652 Correctly handle the case where several :group args are supplied.
3653 Allow :extra-args.
3654 (easy-mmode-define-global-mode): Allow :extra-args.
3655 Correctly handle the case where several :group args are supplied.
3656
9c887ada
MB
36572000-11-02 Miles Bader <miles@gnu.org>
3658
eaae8106 3659 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3660 (holiday-face): Remove dependency on `window-system'.
3661
7f25090d
KR
36622000-11-02 Ken Raeburn <raeburn@gnu.org>
3663
3664 * Makefile.in (emacs): Set EMACSLOADPATH always.
3665 (update-authors, .el.elc, compile-files): Don't do it explicitly
3666 here.
9b911107 3667 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3668
7dd6009c
DL
36692000-11-02 Dave Love <fx@gnu.org>
3670
3671 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3672
94821e4f
EZ
36732000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3674
3675 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3676 punctuation in the warning inserted into the *mail* buffer.
3677
1ac3fc42
GM
36782000-11-02 Gerd Moellmann <gerd@gnu.org>
3679
57731876
GM
3680 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3681 (authors-public-domain-p): New function.
3682 (authors-print): Use it.
3683
975f82c9
GM
3684 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3685
1ac3fc42
GM
3686 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3687
4b3eb10f
GM
36882000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3689
975f82c9 3690 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3691 (ps-print-version): New version number (6.3.1).
3692 (ps-even-or-odd-pages): Customization fix.
3693 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3694 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3695 (ps-page-count): Var replaced by `ps-page-column'.
3696 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3697 (ps-print-sheet-p): New fun.
3698
7da794df
MB
36992000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3700
3701 * tooltip.el (tooltip-gud-tips-setup): New function.
3702 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3703 (tooltip-mode): Call tooltip-gud-tips-setup.
3704 (tooltip-gud-tips): Use `gud-basic-call' instead of
3705 process-send-string, so the prompt gets frobbed appropriately.
3706 Handle nil return value from `tooltip-gud-print-command'.
3707
0e40b809
EL
37082000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3709
3710 * comint.el (comint-add-to-input-history): New function.
3711 (comint-send-input): Use `comint-add-to-input-history'.
3712
50ada0db
MB
37132000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3714
973a3104
MB
3715 * info.el (info-menu-header): New face.
3716 (Info-fontify-menu-headers): New function.
3717 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3718
50ada0db
MB
3719 * info.el (Info-insert-dir): Don't include blank lines at
3720 beginning of additional dir files (one is added automatically).
3721
bff53411
SM
37222000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3723
3724 * emacs-lisp/easy-mmode.el (define-minor-mode):
3725 Revert the latest changes.
3726 Allow the three positional arguments to be skipped and replaced
3727 by keyword arguments.
3728 Add a :toggle argument to determine whether a nil arg means toggle
3729 or means turn-on. The default is unchanged.
3730 Add a call to force-mode-line-update.
3731
6b8a0b2d
DL
37322000-11-01 Dave Love <fx@gnu.org>
3733
3734 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3735 cookie.
3736
5bf99100
MB
37372000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3738
3739 * calendar/calendar.el (diary-face, holiday-face): Add
3740 dark-background variants.
3741
a4032611
SS
37422000-10-31 Sam Steingold <sds@gnu.org>
3743
3744 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3745 `tex-main-file' does not have directory in it.
3746
c286608e
SM
37472000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3748
3749 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3750
4836835a
TTN
37512000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3752
3753 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3754 functional change.
3755
26dcb81b
GM
37562000-10-31 Gerd Moellmann <gerd@gnu.org>
3757
3758 * files.el (find-file-noselect): When we expand a wildcard, return
3759 a list of buffers, as we should do according to the doc string.
3760
49fc4500
KR
37612000-10-31 Ken Raeburn <raeburn@gnu.org>
3762
3763 * loadup.el (top level): Adjust load path if program name is
3764 "../src/bootstrap-emacs", in case it's not dumped and thus the
3765 load path adjustment hasn't already been done.
3766
ea0c615d
GM
37672000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3768
3769 * ps-print.el: Fix bug on selected pages for printing. Use
3770 `color-values' for Emacs 21. Ensure fontification when jit-lock
3771 is on. Try to avoid warning messages when compiling. Doc Fix.
3772 (ps-print-version): New version number (6.3).
3773 (ps-color-device): Use `color-values' to determine if device
3774 supports color.
3775 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3776 (ps-print-page-p): Changed from defsubst to defun.
3777 (ps-page-number): Changed from defmacro to defun.
3778 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3779 printing.
c286608e 3780 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3781 (ps-end-file, ps-dummy-page): Funs eliminated.
3782 (ps-print-color-scale): Changed default value.
3783 (ps-page-n-up, ps-print-page-p): New internal vars.
3784 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3785 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3786
9e20722f
GM
3787 * delim-col.el: Little programming improvement.
3788 (delimit-columns-str): New macro.
3789 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3790
d7a0fd00
KH
37912000-10-31 Kenichi Handa <handa@etl.go.jp>
3792
c286608e
SM
3793 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3794 Moved to european.el.
d7a0fd00
KH
3795 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3796 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3797 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3798 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3799
234be340
DL
38002000-10-30 Dave Love <fx@gnu.org>
3801
3802 * progmodes/cc-menus.el (imenu-generic-expression)
3803 (imenu-progress-message): Only defvar when compiling.
3804
4edc4a39
DL
3805 * emacs-lisp/elp.el (elp-unload-hook): New function.
3806
3807 * loadhist.el (unload-feature): Call elp-restore-function,
3808 checking for symbols; don't use elp-restore-all.
3809 (loadhist-hook-functions): Doc fix.
3810
70c825df
SM
38112000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3812
3813 * log-edit.el (log-edit-confirm): Fix the default.
3814
1d3baf74
GM
38152000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3816
3817 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3818 delimit-columns-format.
3819 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3820
1ec321a7
MB
38212000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3822
3823 * comint.el (comint-replace-by-expanded-history): Don't use
3824 comint-get-old-input (we're not looking at *old* input).
3825 (comint-get-old-input-default): If using fields, signal an error
3826 when the point is not in an input field.
3827
70737ea9
KH
38282000-10-30 Kenichi Handa <handa@etl.go.jp>
3829
3830 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3831 and mule-unicode-e000-ffff.
3832
fa0cb51d 3833 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3834 (make-coding-system): Accept a symbol of translation table as a
3835 value of property `safe-chars'.
3836
3837 * international/mule-cmds.el (encode-coding-char): Check property
3838 safe-chars instead of safe-charsets.
3839
3840 * international/fontset.el (fontset-default): Modified for
3841 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3842 (x-font-name-charset-alist): Likewise.
3843 (ccl-encode-unicode-font): New CCL program. Record it in
3844 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3845
70c825df
SM
3846 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3847 New translation tables.
70737ea9
KH
3848 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3849 programs are modified and moved from mac-win.el.
3850 (mac-roman): Definition of this coding system is modified and
3851 moved from mac-win.el.
4836835a 3852
fda2ce24 38532000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3854
1d3baf74 3855 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3856 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3857
dd4d3cb6
MB
38582000-10-29 Miles Bader <miles@gnu.org>
3859
3860 * custom.el (custom-add-to-group): Allow multiple entries for a
3861 given value OPTION, as long as their widget types are different.
3862 * cus-edit.el (custom-face-value-create): If face name doesn't end
3863 with "face", add such here (similar to custom group widgets).
3864
3865 * comint.el (comint-highlight-prompt): Add :type.
3866
dace60cf
JW
38672000-10-28 John Wiegley <johnw@gnu.org>
3868
3869 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3870 Changed this function to operate on a temporary buffer instead of
3871 the main buffer. This not only keeps flyspell from marking a
3872 buffer as changed that wasn't, but it solves the jumpy cursor
3873 problem when attempts are made to edit incorrect words.
3874 (flyspell-maybe-correct-doubling): Same change as for
3875 `flyspell-maybe-correct-transposition'.
3876
3877 * calendar/timeclock.el (timeclock-log): Doc fix.
3878 (timeclock-last-event): Doc fix.
3879 (timeclock-log): Kill the timelog buffer after appending a new
3880 event.
3881 (timeclock-find-discrep): Use a temp buffer to read in the
3882 timelog, instead of visiting the file.
3883 (timeclock-log-data): A new function, along with a host of helper
3884 functions, for the purpose of making timelog data accessible to
3885 programmers.
3886
3887 * eshell/esh-mode.el (window-height test): Make certain that
3888 `eshell-stringify-t' is non-nil.
3889 (eshell-password-prompt-regexp): Changed to a much simpler
3890 password regexp.
3891 (eshell-send-input): If `eshell-invoke-directly' returns t,
3892 directly invoke the parsed command using `eval'. This improves
3893 turn-around time on simple commands by a factor of three or
3894 greater, such as cd, ls, pwd, etc. -- which get used very often.
3895 It also conserves thousands of cons cells per call (since
3896 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3897 in the Pacific Cookie Company).
3898
3899 * eshell/esh-test.el (eshell-test): Whitespace fix.
3900
3901 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3902 `eshell-ls-initial-args' nil when inserting directory contents.
3903
3904 * eshell/em-script.el (eshell-script-initialize): Add names to
3905 `eshell-complex-commands, since `source' and `.' are complex.
3906
0467b076
EZ
3907 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3908 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3909 `eshell-copy-handles'.
3910 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3911 bodies.
3912 (eshell-separate-commands): Whitespace fix.
3913 (eshell-complex-commands): Added a new list of names, for
3914 determining whether a given command is as simple as it looks.
3915 (eshell-invoke-directly): New function. Returns t if a command
3916 should be invoked directly (using `eval'), rather than indirectly
3917 using `eshell-do-eval'.
3918 (eshell-do-eval): Whitespace fix.
3919
3920 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3921 which provides an emulation of the DOS shell behavior of assuming
3922 that cp/mv/ln should copy/move/link to the current directory.
3923 (eshell-remove-entries): Added a doc string.
3924 (eshell-shuffle-files): Removed the check for `target' being null.
3925 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3926 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3927 it to do a smarter check of whether a destination was provided.
3928 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3929 (eshell/ln): Enable `:preserve-args', and use
3930 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3931 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3932 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3933 list after flattening it. This makes it possible to cat files
3934 with numerical names.
3935 (eshell-unix-initialize): Added several names to
3936 `eshell-complex-commands.
3937 (eshell-unix-command-complex-p): Return t if a given command name
3938 may result in external processes being invoked.
3939
3940 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3941 variable nil by default, since it slows down glob processing by a
3942 factor of two or more, and increases memory consumption.
3943
3944 * eshell/em-smart.el: Added a note about how memory consumptive
3945 smart display mode can be (at least this is true in Emacs 21).
3946 (eshell-smart-initialize): Whitespace fix.
3947 (eshell-refresh-windows): Use `if' instead of `when'.
3948 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3949 not necessary.
3950 (eshell-currently-handling-window): Added a missing global
3951 variable.
3952
3953 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3954 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3955 Whitespace fix.
3956 (eshell-ls-exclude-hidden): Added this variable in addition to
3957 `eshell-ls-exclude-regexp'. This one prevents files beginning
3958 with . from even being read, which can improve memory consumption
3959 quite a bit.
3960 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3961 read file entries beginning with a dot. In home directories with
3962 lots of hidden files, fully two-thirds of the time spent in ls is
3963 used to read directory entries that are immediately thrown away.
3964 (eshell-ls-initial-args): Added back this configuration variable,
3965 for specifying default initial arguments to every call to ls.
3966 Much faster than using an alias to do the same thing.
3967 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3968 (eshell-ls-dir): Whitespace change.
3969
3970 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3971
3972 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3973 available.
3974 (eshell-stringify-t): Added a customization variable, to indicate
3975 whether `t' should be rendered as a string at all. If not, one
3976 can still determine if the result of an expression is true using
3977 "file-exists-p FILE && echo true".
3978 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3979 stringify t!
3980
3981 * eshell/esh-module.el: Whitespace fix.
3982
3983 * eshell/em-alias.el (eshell-alias-initialize): Added
3984 `eshell-command-aliased-p' to `eshell-complex-commands'.
3985 (eshell-command-aliased-p): New function that returns t if a
3986 command name names an aliased.
3987
657f9cb8 39882000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3989
0467b076 3990 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3991 redrawing the screen when changing cursor color.
0467b076
EZ
3992 (viper-insert-state-pre-command-sentinel)
3993 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3994 (viper-replace-state-post-command-sentinel):
3995 Use viper-preserve-cursor-color.
657f9cb8
MK
3996 Many functions changed to use viper= instead of = when comparing
3997 characters.
0467b076 3998 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3999 working with characters.
0467b076 4000 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4001 Many functions changed to use viper= instead of = when comparing
4002 characters.
0467b076 4003 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4004
0467b076 4005 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4006 Several typos fixed in various docstrings.
0467b076
EZ
4007 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4008 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4009 hook.
0467b076
EZ
4010 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4011 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4012 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4013 (ediff-get-selected-buffers): New function.
4014 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4015 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4016 save-window-excursion.
0467b076 4017 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4018 termination check in while loop.
0467b076 4019 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4020 dired buffer.
0467b076
EZ
4021 (ediff-files,ediff-merge-files,ediff-files3)
4022 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4023
4f490d99
DL
40242000-10-28 Dave Love <fx@gnu.org>
4025
4026 * info.el (Info-fontify-node): Add help-echo for menu items.
4027
45b84006
EZ
40282000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4029
5ebc02b3
EZ
4030 * startup.el (normal-top-level): If the value of $TERM indicates
4031 we are running from xterm or one of its work-alikes, default to a
4032 light background mode.
4033
45b84006
EZ
4034 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4035 * faces.el (tty-handle-reverse-video): New function.
4036 (tty-create-frame-with-faces): Call it.
4037
4038 * frame.el (frame-notice-user-settings): Don't apply
4039 default-frame-alist and initial-frame-alist to MS-DOS frames.
4040 Call tty-handle-reverse-video, frame-set-background-mode, and
4041 face-set-after-frame-default for non-MS-DOS frames.
4042
4043 * startup.el (tty-long-option-alist): New variable.
4044 (tty-handle-args): New function.
4045 (command-line): Call tty-handle-args.
4046
4047 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4048 startup.el now does that for all character-terminal frames.
4049
eab6e8b9
MB
40502000-10-28 Miles Bader <miles@gnu.org>
4051
4052 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4053 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4054 global. If :global is followed by a non-nil but non-t value,
4055 make the mode buffer-local, but also generate a `global-MODE'
4056 version using `easy-mmode-define-global-mode'. Add
4057 :conditional-turn-on keyword argument.
4058
51a29efc
DL
40592000-10-28 Dave Love <fx@gnu.org>
4060
4061 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4062 use window-system.
4063
d71d7114
EZ
40642000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4065
4066 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4067 Don't call find-buffer-file-type-coding-system. Instead, just
4068 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4069 if the file is on an untranslated filesystem.
4070 (add-untranslated-filesystem): Use "D" instead of "f" inside
4071 interactive.
4072
1f9cab4b
DL
40732000-10-27 Dave Love <fx@gnu.org>
4074
70c825df 4075 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4076 (refill-mode): Use it.
4077
70c825df
SM
40782000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4079
4080 * international/quail.el (quail-activate): Don't make-local-hook.
4081
7432cf10
AS
40822000-10-27 Andre Spiegel <spiegel@gnu.org>
4083
4836835a 4084 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4085 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4086 (vc-make-version-backup): Don't do it on MS-DOS without long file
4087 names.
4836835a 4088
7432cf10
AS
4089 * vc.el (vc-version-other-window): If an automatic backup of the
4090 desired version exists, rename it instead of copying it.
4091
4836835a
TTN
4092 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4093 after command. If there's an unexpected error, signal it instead
7432cf10 4094 of being silent.
e1483c38 4095 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4096
05ea7ef2
MB
40972000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4098
fd1035aa
MB
4099 * shell.el (shell): Add BUFFER argument.
4100 * comint.el (make-comint-in-buffer): New function.
4101 (make-comint): Use it.
4102
05ea7ef2
MB
4103 * faces.el (face-spec-choose): Change syntax so that the list of
4104 attribute-value pairs is now the cdr of each clause, not the cadr.
4105 Detect old-style entries, and handle them. Use pop.
4106
835a55fe
SM
41072000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4108
f5ab1cdd
SM
4109 * cus-edit.el (custom-mode-map): Use a sparse map.
4110 (custom-mode): Don't bother with make-local-hook.
4111
4112 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4113
835a55fe
SM
4114 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4115
c13b0ec8
GM
41162000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4117
4118 * ps-print.el: Avoid compilation gripes.
4119 (ps-print-version): New version number (6.2.1).
4836835a 4120
e9f63196
DL
41212000-10-26 Dave Love <fx@gnu.org>
4122
0b95284b
DL
4123 * menu-bar.el: Modify some menu item help strings.
4124 (menu-bar-help-menu): Add link to MORE.STUFF.
4125
e9f63196
DL
4126 * cus-edit.el (custom-mode): Add `special' mode-class property.
4127
4128 * wid-browse.el (widget-browse-mode): Likewise.
4129
4130 * wid-edit.el (widget-specify-field): Revert to using local-map
4131 property, not keymap.
4132
e276a14a
MB
41332000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4134
c1545d88
MB
4135 * wid-edit.el (widget-field-end): When checking for a `boundary'
4136 field, do so in the correct buffer.
4137
3c1b77ca
MB
4138 * simple.el (undo): Correctly distinguish between numeric and
4139 non-numeric prefix args in non-transient-mark-mode, as per the doc
4140 string. When in transient-mark-mode, treat all prefix-args as
4141 numeric.
4142
f5ab1cdd
SM
4143 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4144 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4145
4146 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4147 (comint-mode-map): Reverse order of `comint-write-output' and
4148 `comint-append-output-to-file'.
4149 (comint-append-output-to-file): Reinstate this function, for the
4150 benefit of the menu.
4151
d97151cb
SM
41522000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4153
4154 * vc.el (vc-version-other-window): Bind `file'.
4155
ea7d6f5b
GM
41562000-10-25 Gerd Moellmann <gerd@gnu.org>
4157
f5ab1cdd 4158 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4159
4160 * emacs-lisp/authors.el (batch-update-authors): New function.
4161 (authors-fixed-entries): New defconst.
4162 (authors-add-fixed-entries): New function.
4163 (authors): Call it.: Don't process lispref/.
4164
17c25cea
JR
41652000-10-25 Jason Rumney <jasonr@gnu.org>
4166
4167 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4168 Merge x w32 and mac definitions.
4169
4ecda532
GM
41702000-10-25 Gerd Moellmann <gerd@gnu.org>
4171
4172 * menu-bar.el (menu-bar-options-menu): Add a help string for
4173 `uniquify'.
4174
b6735035
GM
41752000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4176
f5ab1cdd
SM
4177 * time-stamp.el (time-stamp-string-preprocess):
4178 Fix a wrong type argument error.
b6735035 4179
f4cbc7a0
MB
41802000-10-25 Miles Bader <miles@gnu.org>
4181
4182 * recentf.el (recentf-mode): Variable removed.
4183 (recentf-mode): Use `define-minor-mode'.
4184
4185 * mwheel.el (mouse-wheel-mode): New global minor mode.
4186 (mwheel-install): Use `mouse-wheel-mode'.
4187
f4b020f6
DL
41882000-10-25 Dave Love <fx@gnu.org>
4189
f5ab1cdd
SM
4190 * progmodes/cperl-mode.el (cperl-mode):
4191 Set normal-auto-fill-function correctly.
072cb6f9 4192
f4b020f6
DL
4193 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4194 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4195 bindings.
f4b020f6 4196
ebe2a441
MB
41972000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4198
ff4dcd4b
MB
4199 * wid-edit.el (widget-field-at): New function.
4200 (widget-at, widget-field-activate): Use it.
4201 (widget-tabable-at): Use `widget-at'.
4202 (widget-specify-field): If the terminating character of the widget
4203 field (which is read-only) is a newline, put it into a special
4204 `boundary' field so that C-n/C-p act more naturally.
4205 (widget-field-end): Also don't subtract one if a special
4206 `boundary' field has been added after the widget field.
4207
ebe2a441
MB
4208 * comint.el (comint-output-filter, comint-send-input): Don't
4209 bother adding stickiness fields to overlays to fool the field
4210 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4211
ebe2a441
MB
4212 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4213 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4214 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4215
fe50b6ab
GM
42162000-10-24 Gerd Moellmann <gerd@gnu.org>
4217
53df4dda
GM
4218 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4219 (authors): Set file coding system to iso-2022-7bit. Add
4220 file-local variables to output buffer.
4221
4836835a 4222 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4223 WARN is nil.
4224
53df4dda
GM
42252000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4226
4227 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4228
4229 * delim-col.el: Now there is a column formatting mechanism.
4230 Modified to customization mechanisms convention. Doc fix.
4231 (columns): New group for delim-col.
4232 (delimit-columns-before, delimit-columns-after)
4233 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4234 (delimit-columns-end): New vars.
4235 (delimit-columns-customize, delimit-columns-format): New funs.
4236 (delimit-columns-region, delimit-columns-rectangle)
4237 (delimit-columns-rectangle-line): Modified to support column
4238 formatting.
4836835a 4239
a9839779
DL
42402000-10-24 Dave Love <fx@gnu.org>
4241
4242 * log-edit.el (log-edit): Add :version and a :group for vc.
4243
df0267b8
GM
42442000-10-24 Gerd Moellmann <gerd@gnu.org>
4245
9acc3873
GM
4246 * files.el (after-find-file): Don't print a message ``New file''
4247 if WARN is nil.
4248
63e1b552
GM
4249 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4250 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4251 get duplicate tool-bar entries because we'll see the global ones
4252 on more than one path through keymaps.
4253
1946f901
GM
4254 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4255
df0267b8
GM
4256 * progmodes/cmacexp.el: Change Francesco's email address.
4257
ae3b264b
KH
42582000-10-24 Kenichi Handa <handa@etl.go.jp>
4259
4260 * window.el (fit-window-to-buffer): Adjust point of the window
4261 buffer, not that of the current buffer.
4262
23afac01
EZ
42632000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4264
4265 * progmodes/cmacexp.el: Update the euthor's email address.
4266
22d1a4ed
MB
42672000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4268
4269 * faces.el (face-spec-set-match-display): Add `graphic' display
4270 type (the inverse of `tty'). Use `display-graphic-p' instead of
4271 the window-system variable.
4272
f408aa48
KH
42732000-10-24 Kenichi Handa <handa@etl.go.jp>
4274
4275 * international/isearch-x.el (isearch-with-input-method): Call
4276 input-method-function with the first event in
4277 unread-command-events.
4278
94fe8a31
MB
42792000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4280
4281 * faces.el (face-default-spec, face-user-default-spec): Make
4282 defsubsts.
4283
8f47302e
AC
42842000-10-24 Andrew Choi <akochoi@i-cable.com>
4285
4286 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4287 New charsets.
4288
4289 * term/mac-win.el: Remove definitions of mac-roman-lower and
4290 mac-roman-upper, require dired, and define instead of set
4291 mac-ready-for-drag-n-drop to avoid compilation error.
4292
446c097e
AI
42932000-10-23 Andrew Innes <andrewi@gnu.org>
4294
4295 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4296 superfluous calls to subst-char-in-string; instead apply
4297 expand-file-name after convert-standard-filename to ensure
4298 expected directory separators are used.
4299
379b70e7
EZ
43002000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4301
4302 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4303
85c766e9
DL
43042000-10-23 Dave Love <fx@gnu.org>
4305
b7e03a67
DL
4306 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4307 (tool-bar-add-item): Set foreground and background for XBM icons.
4308
4309 * international/latin1-disp.el (latin1-char-displayable-p): New
4310 function (from Handa).
4311 (latin1-display-check-font): Use it.
4312
0dcf8835
DL
4313 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4314 using :key-sequence, making it much more usable. Use nconc, not
4315 append.
4316 (imenu--create-keymap-1): Avoid append.
4317
85c766e9 4318 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4319
cb3069bb
MB
43202000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4321
4322 [the following changes fix a bug where `define-minor-mode' didn't
4323 correctly generate :require clauses for defcustoms in compiled files]
4324 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4325 (byte-compile-log-file, byte-compile-log-1): Don't set
4326 `byte-compile-current-file' to nil. Instead set
4327 `byte-compile-last-logged-file' to it. Test whether
4328 byte-compile-current-file equals byte-compile-last-logged-file
4329 instead of whether its nil.
3b6542ba 4330 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4331
6db6243b
SM
43322000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4333
4334 * textmodes/refill.el: Fix var names in doc.
4335 (refill-mode): Don't bother with make-local-hook anymore.
4336
98490598
MB
43372000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4338
e01cd227
MB
4339 * faces.el (face-user-default-spec, face-default-spec): New functions.
4340 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4341 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4342 Use `face-user-default-spec'. Simplify code slightly.
4343
4836835a 4344 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4345 (woman-unknown-face): Add dark-background variants.
4346 (woman-default-faces): Renamed from `woman-colour-faces'.
4347 Set using the stored defaults, rather than using hard-wired colors.
4348 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4349 Just make the foreground `unspecified' rather than "black".
4350 (woman-menu): Rename menu entries accordingly.
4351
98490598
MB
4352 * faces.el (header-line): Make more reasonable on mono/grayscale
4353 displays.
4354
1a578e9b
AC
43552000-10-23 Andrew Choi <akochoi@i-cable.com>
4356
4357 * cus-edit.el (custom-button-face): Use 3D look for mac.
4358 (custom-button-pressed-face): Likewise.
4359
4360 * faces.el (set-face-attributes-from-resources): Handle mac frames
4361 in the same way as x and w32 frames.
4362 (face-valid-attribute-values): Likewise.
4363 (read-face-attribute): Likewise.
4364 (defined-colors): Likewise.
4365 (color-defined-p): Likewise.
4366 (color-values): Likewise.
4367 (display-grayscale-p): Likewise.
4368 (face-set-after-frame-default): Likewise.
4369 (mode-line): Same default face as for x and w32.
4370 (tool-bar): Likewise.
4371
4372 * frame.el: Remove call to frame-notice-user-settings at end of
4373 the file.
4374
4375 * info.el (Info-fontify-node): make underlines invisible for mac
4376 as for x, pc, and w32 frame types.
4377
4378 * term/mac-win.el: New file.
4379
aaaf7be7
DL
43802000-10-22 Dave Love <fx@gnu.org>
4381
4382 * textmodes/refill.el: New file.
4383
5392d654
AS
43842000-10-22 Andre Spiegel <spiegel@gnu.org>
4385
4836835a 4386 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4387 MANUAL and REGEXP.
4836835a 4388 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4389 New functions.
4390 (vc-before-save): Use the latter.
4391 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4392 confusion.
4393
4836835a 4394 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4395 expected by vc[-hooks].el.
4396
4397 * vc.el (vc-checkout): Added `-p' suffix in call to
4398 vc-make-version-backups-p; use vc-make-version-backup to actually
4399 make the backup.
4400 (vc-version-other-window, vc-version-backup-file): Handle both
4401 automatic and manual backups.
4402 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4403 of all of them.
4404
1e221c16
MB
44052000-10-22 Miles Bader <miles@gnu.org>
4406
7ff4fda5
MB
4407 * comint.el (comint-highlight-input, comint-highlight-prompt):
4408 Renamed, `-face' at end removed.
4409 (comint-send-input, comint-output-filter): Use renamed faces.
4410
3511cde8
MB
4411 * window.el (fit-window-to-buffer): Change defaulting of
4412 MAX-HEIGHT slightly.
4413
1e221c16
MB
4414 * faces.el (color-values, color-defined-p): Use `member', not
4415 `memq', because it works correctly for strings.
4416 (frame-set-background-mode): Actually, "unspecified-fg" and
4417 "unspecified-bg" *are* strings. Use `member', not `memq', and
4418 `equal', not `eq', when a string value is possible.
4419
b6ef4898
EZ
44202000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4421
4422 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4423
34939e2c
SM
44242000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4425
4426 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4427 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4428 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4429 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4430 (sh-font-lock-syntactic-keywords): Use them.
4431 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4432 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4433 (sh-mode): Don't override font-lock-unfontify-region-function.
4434 Use a copy of sh-font-lock-syntactic-keywords.
4435 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4436 Don't call sh-scan-buffer since font-lock does it on the fly.
4437 (sh-get-indent-info): Use `face' rather than `syntax-table'
4438 text-property to detect here-documents.
4439 Replace sh-special-syntax with sh-st-punc.
4440 (sh-prev-line): Use `face' rather than `syntax-table'
4441 text-property to skip over here-documents.
4442 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4443 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4444 (sh-electric-less, sh-set-here-doc-region)
4836835a 4445 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4446 (sh-scan-buffer, sh-rescan-buffer): Remove.
4447
f3d3c491
AI
44482000-10-21 Andrew Innes <andrewi@gnu.org>
4449
4450 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4451 remote (ange-ftp) file names.
4452
b86c791c
MB
44532000-10-21 Miles Bader <miles@gnu.org>
4454
d9c30bdf
MB
4455 * window.el (fit-window-to-buffer): New function.
4456 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4457 (window-text-height): Don't expect minibuffers to have mode-lines.
4458
d9c30bdf 4459 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4460 * international/quail.el (quail-update-guidance): Use
4461 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4462
617fee5a
MB
4463 * international/quail.el (quail-show-guidance-buf): Make sure
4464 guidance window really has enough room.
4465 (quail-update-guidance): If quail-guidance-win is already shown,
4466 make sure its height is OK.
4467
b86c791c
MB
4468 * window.el (window-text-height, set-window-text-height):
4469 New functions.
4470 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4471 instead of `window-height' & `mode-line-window-height-fudge'.
4472 (mode-line-window-height-fudge): Add FACE parameter.
4473 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4474 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4475
e34850d1
MB
44762000-10-20 Miles Bader <miles@gnu.org>
4477
4478 * window.el (height-affecting-face-attributes): Use `defconst'.
4479
4480 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4481 New function, conditionally aliased to `mode-line-window-height-fudge'.
4482 (ispell-help): Use it.
4483 (ispell-choices-win-default-height): Don't include mode-line fudge.
4484 (ispell-choices-win-default-height): New function.
4485 (ispell-show-choices, ispell-command-loop): Use function
4486 `ispell-choices-win-default-height' instead of variable.
4487
a8b883c2
MB
44882000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4489
8c6e4a58
MB
4490 * window.el (mode-line-window-height-fudge): New variable.
4491 (height-affecting-face-attributes): New variable.
4492 (mode-line-window-height-fudge): New function.
4493 (shrink-window-if-larger-than-buffer): Use it.
4494 * help.el (resize-temp-buffer-window): Likewise.
4495
a8b883c2
MB
4496 * info.el (Info-fontify-node): Add support for @subsubsection
4497 titles, which use `Info-title-4-face'.
4498 (Info-title-4-face): New face.
4499 (Info-title-3-face): Inherit from Info-title-4-face instead of
4500 variable-pitch.
4501
e64c3a75
JR
45022000-10-19 Jason Rumney <jasonr@gnu.org>
4503
4504 * dired.el (dired-insert-directory): Do not let errors signalled by
4505 attempt to run dired-free-space-program prevent dired from working.
4506
c70fe852
SM
45072000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4508
4509 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4510
877cf6b4
GM
45112000-10-19 Gerd Moellmann <gerd@gnu.org>
4512
5de037e0
GM
4513 * dirtrack.el (dirtrack): Fix call to run-hooks.
4514
6deb9af9
GM
4515 * cmuscheme.el (cmuscheme-program-name): Renamed from
4516 scheme-program-name because xscheme.el contains a defcustom with
4517 the same name. As a consequence, customizing group `cmuscheme'
4518 loaded `xscheme' which redefined run-scheme.
4519 (run-scheme): Use cmuscheme-program-name.
4520
877cf6b4
GM
4521 * ps-print.el (ps-print-emacs-type): Move into the
4522 eval-and-compile.
4523
e597d8fb 4524 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4525 anonymous address, and add a website for Befrienders International.
4836835a 4526
3e9cb08f
GM
45272000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4528
c70fe852
SM
4529 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4530 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4531 (ps-print-version): New version number (6.2).
4532 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4533 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4534 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4535 (ps-x-extent-priority, ps-x-extent-start-position)
4536 (ps-x-face-font-instance, ps-x-find-coding-system)
4537 (ps-x-font-instance-properties, ps-x-make-color-instance)
4538 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4539 avoid compilation gripes without defining functions.
4540 (ps-e-find-composition): Alias for function find-composition, to have a
4541 suitable function depending on Emacs version.
4542 (ps-color-device, ps-color-values, ps-face-foreground-name)
4543 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4544 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4545 (ps-print-ensure-fontified): Function definitions surrounded by
4546 `eval-and-compile' to avoid compilation gripes.
4547 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4548 by symbol-value to avoid compilation gripes.
4549 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4550 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4551
d8abcd91
MB
45522000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4553
13ab33c4
MB
4554 * startup.el (normal-top-level): Call `frame-set-background-mode'
4555 after `frame-notice-user-settings' because the latter doesn't call
4556 the former on a tty.
4557
d8abcd91
MB
4558 * faces.el (frame-set-background-mode): `unspecified' &c are
4559 symbols, not strings.
4560
e8bce0a9
EZ
45612000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4562
c70fe852
SM
4563 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4564 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4565
c70fe852
SM
4566 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4567 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4568
773272d8
KH
45692000-10-19 Kenichi Handa <handa@etl.go.jp>
4570
c70fe852 4571 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4572 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4573 for ISO10646-1 fonts.
4574 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4575
772139c0
EZ
45762000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4577
4578 * faces.el (frame-set-background-mode): If a tty frame defines a
4579 background color, use that to compute the background mode, instead
4580 of always defaulting to "dark".
4581
d134a19f
MB
45822000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4583
8bb84cb2
MB
4584 * comint.el (comint-write-output): New function.
4585 (comint-mode-map): Add it to the menu.
e40a778f 4586 Bind `C-c C-s' to comint-write-output.
d134a19f 4587
dada41e1
GM
45882000-10-18 Gerd Moellmann <gerd@gnu.org>
4589
4590 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4591 Use fancy-splash-delay.
4592
9b5360aa
GM
45932000-10-18 Alex Schroeder <alex@gnu.org>
4594
4595 * progmodes/sql.el (sql-sybase-options): New option.
4596 (sql-sybase): Use it. Add sql-database to the list of parameters
4597 provided for login. The options -w 2048 -n are not used any more.
4598
9035a35a
GM
4599 * comint.el (comint-read-input-ring): Bugfix such that the first
4600 and the last entry of the input ring file are not lost.
4601
3556c6dd
GM
46022000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4603
4604 * ps-print.el: Internal variable changes to defcustom,
4605 make-local-hook changes to defvar. Doc fix.
4606 (ps-print-version): New version number (6.1).
4607 (ps-setup, ps-do-despool): Code fix.
4608 (ps-printer-name): Customization fix.
4609 (ps-printer-name-option): Now is a defcustom instead of an
4610 internal variable.
4611 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4612 (ps-print-begin-column-hook): Now are defvar instead of
4613 make-local-hook.
4836835a 4614
4e217e50
MB
46152000-10-18 Miles Bader <miles@gnu.org>
4616
4617 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4618 (comint-kill-output): Changed into an alias for `comint-delete-output',
4619 and made obsolete.
4620 (comint-mode-map): Rename references to comint-kill-output.
4621
34460354
EZ
46222000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4623
4624 * diff-mode.el (diff-header-face, diff-file-header-face)
4625 (diff-changed-face): Add bold and italic attributes to tty faces.
4626 (diff-function-face): New face.
4627 (diff-font-lock-keywords): Use it.
4628
17ea3cdb
MB
46292000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4630
4631 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4632 Remove commented-out call to force-mode-line-update.
4633 (comint-kill-output): Use `forward-line 0' instead of
4634 beginning-of-line to make sure we get past the prompt.
4635
9244f2c7
SM
46362000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4637
4638 * diff-mode.el (diff-header-face, diff-file-header-face):
4639 Add specific setting for dark background.
4640 (diff-context-face): Renamed from diff-comment-face.
4641 Set explicitly rather than inheriting from font-lock-comment-face.
4642
1592c1ef
EZ
46432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4644
4645 * startup.el (command-line): Move the code which sets the default
4646 TTY colors to before before-init-hook.
4647
f86292a9
GM
46482000-10-17 Gerd Moellmann <gerd@gnu.org>
4649
4650 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4651
f7f2e883
EZ
46522000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4653
e854cc22
EZ
4654 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4655 extensions, for MS-DOS.
4656
f7f2e883
EZ
4657 * diff-mode.el (diff-header-face, diff-file-header-face)
4658 (diff-changed-face): Define tty-specific colors.
4659
c7b4f0f9
GM
46602000-10-17 Gerd Moellmann <gerd@gnu.org>
4661
4662 * startup.el (fancy-splash-text): Realign the text.
4663
12a72271
EZ
46642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * font-lock.el (font-lock-comment-face): Define a separate default
4667 for dark-background tty's.
4668
61dfccfd
MB
46692000-10-17 Miles Bader <miles@gnu.org>
4670
4671 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4672 being obscured by whizzy mode-lines on graphics displays.
4673
333cd59e
EZ
46742000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4675
4676 * info.el (Info-title-1-face, Info-title-2-face)
4677 (Info-title-3-face): Define colors for tty's.
dada41e1 4678 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4679
dbf1fcc1
EZ
46802000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4681
4682 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4683 reverse from the frame parameters, and don't invert foreground and
4684 background colors.
4685
ac629823
MB
46862000-10-16 Miles Bader <miles@gnu.org>
4687
4688 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4689 string "*Info*". Call propertized-buffer-identification to spruce
4690 up the result.
4691
76eebffc
GM
46922000-10-16 Gerd Moellmann <gerd@gnu.org>
4693
3a6b59d9
GM
4694 * help.el: Provide `help' for the sake of define-minor-mode
4695 which generates defcustoms with requires.
4696
6569c3d3
GM
4697 * jit-lock.el (jit-lock-after-change): If we're in text that
4698 matches a multi-line font-lock pattern, make sure the whole text
4699 will be redisplayed.
4700
c2e0a611
GM
4701 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4702 author's name is unknown.
4703
76eebffc
GM
4704 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4705 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4706 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4707 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4708 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4709 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4710 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4711 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4712 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4713 Add author information.
4714
cf1e7b12
MB
47152000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4716
4717 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4718 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4719 full-color version (using the Gimp) to eliminate dithering artifacts.
4720
5586f3eb
SM
47212000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4722
4723 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4724
4725 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4726
ad64a888
DL
47272000-10-15 Dave Love <fx@gnu.org>
4728
4729 * progmodes/sh-script.el: Require skeleton and comint when
4730 compiling.
4731
4732 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4733
4734 * whitespace.el: Doc fixes.
4735 (top-level): Don't add hooks here.
4736 (whitespace-running-emacs): Deleted.
4737 (timer): Don't require.
4738 (whitespace): Add back :version conditional on xemacs test.
4739 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4740 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4741 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4742 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4743 Avoid specific xemacs test.
4744 (whitespace-global-mode): New option.
4745 (whitespace-global-mode): New command.
4746 (whitespace-unload-hook): New function.
4747
4748 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4749 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4750 (Info-fontify-node): `Goto' goes to `Go to'.
4751 (Info-fontify-node): Add help-echo to xref links.
4752
1ef49fc6
EZ
47532000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4754
4755 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4756
8b7707e1
SM
47572000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4758
b3b7f42f
SM
4759 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4760 Use plist-get and allow :inherit.
4761
4762 * emacs-lisp/cl-macs.el (cl-do-arglist):
4763 Use plist-get and plist-member instead of memq.
4764
3c7fafc7
SM
4765 * emacs-lisp/ewoc.el (ewoc-location): New function.
4766 (ewoc-enter-after, ewoc-enter-before): Document return value.
4767 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4768 Don't need make-local-hook any more.
4769 (cvs-addto-collection): Return the new tin.
4770 (cvs-mode-insert): Jump to the new line.
4771
8b7707e1
SM
4772 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4773
4774 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4775
4776 * font-lock.el (font-lock-syntactically-fontified): New var.
4777 (font-lock-fontify-syntactic-keywords-region): Use it.
4778 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4779
4780 * diff-mode.el (diff-find-file-name): Fix regexp.
4781
4782 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4783 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4784
4785 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4786 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4787 (sh-mode): Don't make all vars local here.
4788 (sh-kw): Reformat.
4789 (sh-set-shell): Use dolist. Don't set indent-region-function.
4790 (sh-mode-syntax-table): Use pop.
4791 (sh-remember-variable): Use push.
4792 (sh-help-string-for-variable): Use memq.
4793 (sh-safe-backward-sexp): Remove.
4794 (sh-safe-forward-sexp): Add ARG.
4795 (sh-get-indent-info, sh-prev-stmt): Use it.
4796 (sh-prev-line): Simplify by using forward-comment.
4797 (sh-this-is-a-continuation): Simplify.
4798 (sh-learn-buffer-indent): Use dolist.
4799 (sh-do-nothing): Remove.
4800 (sh-set-char-syntax, sh-set-here-doc-region):
4801 Use inhibit-modification-hooks.
4802 (sh-name-style): Use mapcar and push.
4803 (sh-load-style): Use dolist.
4804 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4805 (sh-case, sh-while-getopts): Use propertize directly rather
4806 than sh-electric-rparen.
4807
48082000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4809
4810 * textmodes/tex-mode.el: Require CL when compiling.
4811 (tex-mode-syntax-table): Init immediately.
4812 (tex-mode-map): Bind M-RET to latex-insert-item.
4813 (latex-mode): Set indent-line-function to latex-indent.
4814 (tex-common-initialization): Don't setup the syntax-table any more.
4815 (latex-insert-item): New skeleton.
4816 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4817 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4818 (latex-indent, latex-find-indent): New functions.
4836835a 4819 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4820 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4821 (tex-compilation-parse-errors): Use with-syntax-table.
4822
86b7fcbb
MB
48232000-10-15 Miles Bader <miles@gnu.org>
4824
4825 * font-lock.el (font-lock-comment-face): Change dark-background,
4826 color, non-tty, default to `chocolate1'.
4827
57a24508
JW
48282000-10-13 John Wiegley <johnw@gnu.org>
4829
4830 * eshell/esh-util.el (require): Added a missing `require' form,
4831 needed when compiling (for an ange-ftp macro definition).
4832
40ad3db4
DL
48332000-10-13 Dave Love <fx@gnu.org>
4834
4835 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4836
db460189
GM
48372000-10-13 Gerd Moellmann <gerd@gnu.org>
4838
b41c9501
GM
4839 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4840 fix.
4841
4836835a 4842 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4843 transparent -colors 8).
4844
3b5e21df
GM
48452000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4846
4847 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4848 that breaks with old list format timestamps.
4849 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4850 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4851 strings.
4852
16908a3f
JW
48532000-10-13 John Wiegley <johnw@gnu.org>
4854
d7103dda
JW
4855 * align.el, pcomplete.el, calendar/timeclock.el,
4856 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4857
dace60cf 4858 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4859 faulty math, where holiday hours were being computing as seconds.
4860
b6b70cda
JW
48612000-10-13 John Wiegley <johnw@gnu.org>
4862
4863 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4864 specifying what "other" kinds of buffers should be saved. This
4865 used to be hard-coded.
4866 (desktop-buffer-misc-functions): A global for specifying how
4867 auxiliary data should be determined for special buffer types.
4868 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4869 instead of hard-coding the special buffer types.
4870 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4871 auxiliary data, instead of hard-coding for Info buffers and dired.
4872 (desktop-buffer-info-misc-data): Aux function for determining Info
4873 buffer auxiliary info.
4874 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4875 (desktop-buffer-info): Changed this function to use the info
4876 gathered above.
4877 (desktop-create-buffer): Be a little more careful about what
4878 `minor-mode' means before calling it. This is important for some
4879 buffer types.
4880
8c6b1d83
JW
48812000-10-13 John Wiegley <johnw@gnu.org>
4882
4883 * eshell/esh-util.el: Added a global form which declares an
4884 autoload for `parse-time-string', if that function is not already
4885 defined, and if parse-time.el is available on the user's system.
4886
4887 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4888 to be aware of ange-ftp user info.
4889 (eshell-do-ls): Bind `ange-cache'. Also, use
4890 `eshell-file-attributes'.
4891 (eshell-ls-annotate): Use `eshell-file-attributes'.
4892 (eshell-ls-file): Made the user-id printing code a bit smarter.
4893
4894 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4895 allow identification of alias user ids in remote directories.
4896 It's manual, but there's no other way to know when the current
4897 user on the local machine, is also the owning user on the remote
4898 machine.
4899 (fboundp): Bind `ange-cache'.
4900 (eshell-directory-files-and-attributes): Re-organized the logic a
4901 bit to use `eshell-file-attributes' instead of `file-attributes'.
4902 The former is more sensitive to directories that are read via FTP,
4903 and knows how to use ange-ftp to determine full attribute
4904 information, instead of just the name and last modtime.
4905 (eshell-current-ange-uids): Return the current user id when in a
4906 remote directory.
4907 (eshell-parse-ange-ls): Parse a full directory listing that has
4908 been returned by ange-ftp.
4909 (eshell-file-attributes): This beefed up version of
4910 `file-attributes' is only special if the user is currently in a
4911 remote directory, in which case it does a lot of work to find out
4912 what the real attributes of a file are, as they appear on the
4913 remote machine. This makes usage of remote directories (i.e.,
4914 ange-ftp pathnames) much more useful. You can now use Eshell as a
4915 full-fledged FTP client, with much more manipulation ability than
4916 most other clients.
4917
4918 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4919 variable, which means that Eshell's du should always be preferred
4920 in remote directories.
4921 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4922 just `file-attributes'.
4923 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4924 when reading remote directories. This is an Eshell-specific
4925 variable (not part of ange-ftp).
4926 (eshell/ln): Bind `ange-cache'.
4927 (eshell/du): Added some extra logic for determining when to use
4928 Eshell's du (which is slow), and when to use the external version
4929 (which may or may not exist).
4930
4931 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4932 `eshell-interactive-process', rather than using
4933 `get-buffer-process', since backgrounded processes don't count in
4934 the context of this function's logic.
4935
4936 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4937 `forward-char', so that null strings are parsed correctly.
4938
87730e84 49392000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4940
4941 * eshell/em-pred.el (eshell-pred-file-type,
4942 eshell-pred-file-links, eshell-pred-file-size): Use
4943 `eshell-file-attributes'. This is more correct over ange-ftp.
4944
4945 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4946 that remote file globbing is more efficient.
4947
4948 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4949 gathering the files and attributes within a directory.
4950
4951 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4952 the command line is a special file (not a regular file, directory
4953 or symlink), always attempt to call the external version of cat.
4954
87730e84 49552000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4956
4957 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4958 Eshell-friendly version of find-tag.
4959
1c7e37a9
MB
49602000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4961
4836835a 4962 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4963 (image-file-name-regexps): Add autoload cookies.
4964
11a7f341
KH
49652000-10-13 Kenichi Handa <handa@etl.go.jp>
4966
4967 * international/mule-cmds.el (select-safe-coding-system): If FROM
4968 is string, show it in *Warning* buffer.
4969
8ddddcb0
EZ
49702000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4971
4972 * startup.el (normal-top-level): Use display-popup-menus-p instead
4973 of window-system.
4974 (command-line): Use display-graphic-p instead of window-system.
4975 (command-line-1): Use display-popup-menus-p and display-mouse-p
4976 instead of window-system.
4977
72200f89
SS
49782000-10-12 Sam Steingold <sds@gnu.org>
4979
4980 * tooltip.el (tooltip-use-echo-area): New user variable.
4981 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4982
8661c643
DL
49832000-10-12 Dave Love <fx@gnu.org>
4984
d0b40dc1
DL
4985 * recentf.el: Maintainer's checkdoc fixes.
4986
a622451f
DL
4987 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4988 character class, not ASCII when matching file names.
4989 (fancy-splash-head): Add trailing slash to URL.
4990 (command-line): Don't require XPM support for toolbar.
4991
8661c643
DL
4992 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4993 (cperl-invalid-face): Revert last change.
4994 (cperl-init-faces): Quote cperl-invalid-face.
4995
ef2ed8ab
KH
49962000-10-12 Kenichi Handa <handa@etl.go.jp>
4997
4998 * startup.el (fancy-splash-text): Remove superfluous quote.
4999
b0da379e
GM
50002000-10-12 Gerd Moellmann <gerd@gnu.org>
5001
dbeb499b
GM
5002 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5003 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5004 (command-line-1): Don't use fancy-splash-pending-command.
5005 (fancy-splash-screens-1): Goto point-min after inserting text.
5006
d861718a
GM
5007 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5008
b0da379e
GM
5009 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5010 instead of shared-lisp-mode-map.
5011
4fb2ad98
MB
50122000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5013
1cb4393e
MB
5014 * faces.el (header-line): Change tty-variant to use underlining.
5015
4fb2ad98
MB
5016 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5017 (isearch-highlight): Restore lazy-isearch face properties at old
5018 position, and suppress them at new position.
5019 (isearch-dehighlight): Restore lazy-isearch face properties.
5020 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5021 over the real isearch overlay, but in that case, don't give it a
5022 face property. Use `push'.
5023
eb991b25
KH
50242000-10-12 Kenichi Handa <handa@etl.go.jp>
5025
5026 * man.el (Man-getpage-in-background): Fix previous change.
5027 Decode the process output only when we are in multibyte mode.
5028
a818c1c0
DL
50292000-10-11 Dave Love <fx@gnu.org>
5030
c990f53a
DL
5031 * info.el (Info-mode-menu): Fix some help.
5032 (info-tool-bar-map): Add entry for Info-last.
5033
a818c1c0
DL
5034 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5035 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5036 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5037 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5038 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5039 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5040 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5041 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5042 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5043 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5044 Reduce colour requirements to 25 overall. (Probably wants
5045 revisiting from the originals to reduce further.)
5046
c1b096cb
EZ
50472000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5050 buffer-file-coding-system, instead of raw-text.
5051 (dehexlify-buffer): Bind coding-system-for-read to
5052 buffer-file-coding-system, instead of raw-text.
5053
5c8b7eaf
SS
50542000-10-11 Sam Steingold <sds@gnu.org>
5055
5056 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5057 `underline' - fixes the bug introduced on 2000-09-21.
5058
2cfbdb7a
DL
50592000-10-11 Dave Love <fx@gnu.org>
5060
5061 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5062 compiler warnings.
5063 (scheme-mode): Doc fix.
5064 (scheme-font-lock-keywords-1): Match `define-syntax'.
5065
50662000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5067
5068 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5069 face specs as well as default ones. Only do anything if the
5070 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5071 (region): Make dark-background `region' face less in-your-face.
4b33f290 5072
690ec649
SS
50732000-10-10 Sam Steingold <sds@gnu.org>
5074
5075 * chistory.el, ielm.el, ledit.el:
5076 * progmodes/inf-lisp.el, progmodes/scheme.el:
5077 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5078
3b95d6bb
SM
50792000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5080
5081 * textmodes/texinfo.el: Update copyright and fix typo.
5082
5083 * desktop.el (desktop-modes-not-to-save): New var.
5084 (desktop-save-buffer-p): Use it.
a30eb617
DL
5085 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5086 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5087
50882000-10-10 Dave Love <fx@gnu.org>
5089
5090 * toolbar/tool-bar.el (tool-bar-add-item)
5091 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5092 display.
5093
5094 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5095 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5096 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5097 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5098 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5099 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5100 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5101 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5102 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5103 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5104 the .xpms; probably need retouching.
5105
51062000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5107
5108 * subr.el (add-to-list): Add optional argument APPEND.
5109 * battery.el (display-battery): Use `add-to-list'.
5110
51112000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5112
5113 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5114 these vars as symbol properties.
5115 (zone, zone-when-idle, zone-leave-me-alone)
5116 (zone-pgm-whack-chars): Use new symbol properties.
5117
5118 * battery.el (display-battery): Doc spelling fix.
5119
5120 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5121 property.
5122
51232000-10-09 Dave Love <fx@gnu.org>
5124
5125 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5126 has been initialized before calling tool-bar-setup.
5127 (tool-bar-add-item-from-menu): Add autoload cookie.
5128
51292000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * menu-bar.el (send-mail-item-name): New function.
5132 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5133 of mail-user-agent in the menu. Don't display the "Send Mail"
5134 item if mail-user-agent is nil or its value is ignore.
5135 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5136 if read-mail-command is nil or its value is ignore.
5137
5138 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5139
51402000-10-09 Miles Bader <miles@gnu.org>
5141
5142 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5143 Correct image size.
5144 * toolbar/left_arrow.xpm: Correct image size.
5145
5146 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5147 will be done by the definition of `auto-compression-mode' if
5148 necessary. Move code to uninstall existing file-name handler
5149 before definition of `auto-compression-mode'.
5150
5151 * image-file.el (auto-image-file-mode): Move to the end of the
5152 file, because `define-minor-mode' actually calls the mode-function
5153 if the associated variable is non-nil, which requires that all
5154 needed functions be already defined.
5155
5156 * mouse.el (popup-menu): Balance parens.
5157
51582000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5159
5160 * mouse.el (popup-menu): Move the command call outside the loop
5161 so that popup-menu returns whatever the command returns.
5162
5163 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5164 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5165 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5166 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5167
5168 * vc.el (vc-version-diff): diff-switches can be a list.
5169 Use relative filenames for prettier output.
5170
5171 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5172 (vc-post-command-functions): Remove old-VC compatibility code.
5173
5174 * newcomment.el (comment-indent-default): Autoload.
5175
5176 * font-lock.el (font-lock-defaults): Make buffer-local.
5177 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5178 (font-lock-choose-keywords):
5179 Ignore LEVEL unless KEYWORDS is a list of syms.
5180 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5181 Don't wrap regexp-opt things in \(...\) unnecessarily.
5182
5183 * jit-lock.el: Don't require font-lock any more.
5184 (jit-lock-functions): Make buffer-local.
5185 (jit-lock-saved-fontify-buffer-function): Remove.
5186 (jit-lock-mode): Remove autoload cookie.
5187 Remove font-lock specific code.
5188 (jit-lock-unregister): Don't bother handling complex hooks any more.
5189 (jit-lock-refontify): New function.
5190 (jit-lock-fontify-buffer): Use it.
5191 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5192 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5193 Add optional args START and END.
5194 Never call font-lock-fontify-region directly.
5195 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5196
5197 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5198
51992000-10-08 Dave Love <fx@gnu.org>
5200
5201 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5202
5203 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5204
5205 * play/studly.el (studlify-region, studlify-word): Add autoload
5206 cookie.
5207
5208 * play/morse.el (morse-region, unmorse-region): Add autoload
5209 cookie.
5210
5211 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5212 concat.
5213
5214 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5215 insist on symbols starting with word syntax.
5216 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5217 (eval-defun-1): Doc fix.
5218 (indent-sexp): Use nconc to build up indent-stack.
5219
5220 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5221 Gnus with little use.
5222 (mail-setup-hook): Add mail-abbrevs-setup to options.
5223
5224 * recentf.el: Doc fixes.
5225
5226 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5227 Clean up remainder.
5228
5229 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5230 without timezone and (8) with timezone to enforce some whitespace.
5231 Simplify code somewhat.
5232
5233 * options.el (list-options): Doc that you should use customize.
5234
5235 * iswitchb.el (iswitchb-mode): Add :require.
5236
5237 * info.el (Info-goto-node, Info-menu): Doc fix.
5238 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5239 (info-tool-bar-map): New variable.
5240 (Info-mode): Use it.
5241 (Info-edit-map): Define all in defvar.
5242 (speedbar-attached-frame): Avoid compiler warning.
5243
5244 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5245 (global-map): Bind [tool-bar] to a filtered map.
5246 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5247 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5248 Allow PBM icons.
5249 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5250
5251 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5252 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5253 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5254 icons, except up_arrow, which is left-arrow rotated.
5255
5256 * imenu.el (imenu-add-to-menubar): Fix last change.
5257
52582000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5259
5260 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5261 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5262
52632000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5264
5265 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5266 typos in doc strings.
5267
5268 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5269 the doc strings how to customize Font Lock faces.
5270
5271 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5272 computing growth when dragging the header line.
5273
52742000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * simple.el (kill-line): Doc fix.
5277
52782000-10-08 Miles Bader <miles@gnu.org>
5279
5280 * faces.el (secondary-selection): Make foreground visible on tty.
5281
5282 * jka-compr.el (auto-compression-mode): Move to the end of the
5283 file, because `define-minor-mode' actually calls the mode-function
5284 if the associated variable is non-nil, which requires that all
5285 needed functions be already defined.
5286 (with-auto-compression-mode): Add autoload cookie.
5287
52882000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5289
5290 * files.el (find-backup-file-name) [ms-dos]: If support for long
5291 file names is not available, behave as if version-control were set
5292 to never.
5293
52942000-10-07 Dave Love <fx@gnu.org>
5295
5296 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5297 (browse-url-gnome-moz): New function.
5298 (browse-url-browser-function): Use it.
5299 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5300
53012000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5302
5303 * indent.el (tab-always-indent): New var.
5304 (indent-for-tab-command): Use it.
5305
5306 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5307 raise an error. This way it can still default to a sane value.
5308
53092000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5310
5311 * startup.el (fancy-splash-screens): Use local rather than global map.
5312 Don't use `update-menu-bindings' any more.
5313 Get rid of assumptions about keymap representation.
5314
53152000-10-06 Dave Love <fx@gnu.org>
5316
5317 * textmodes/fill.el (sentence-end-double-space)
5318 (sentence-end-without-period): Doc fix.
5319 (adaptive-fill-regexp): Purecopy.
5320 (unjustify-current-line): Use line-end-position.
5321 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5322
5323 * net/eudc-vars.el (eudc): Add :version, :link.
5324
5325 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5326
5327 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5328 Fix for define-minor-mode.
5329 (function-at-point): Alias to function-called-at-point.
5330
5331 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5332
5333 * simple.el (backward-word): Doc fix.
5334
5335 * image-file.el (image-file-name-regexp): image-file-regexps ->
5336 image-file-name-regexps.
5337 (image-file-name-extensions): Add pbm.
5338
53392000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5340
5341 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5342 and add filename to the names so that diff-mode can jump to source.
5343
5344 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5345 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5346 (tex-font-lock-keywords-1): Remove.
5347 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5348 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5349 (font-lock-default-fontify-region):
5350 Expand beg..end correctly when just following a multiline region.
5351 (font-lock-fontify-anchored-keywords):
5352 Include the anchor text as part of the multiline.
5353
53542000-10-06 Gerd Moellmann <gerd@gnu.org>
5355
5356 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5357 latter needs the autoloaded define-minor-mode macro during the
5358 bootstrap.
5359
5360 * startup.el (command-line): For now, activate tool-bar-mode only
5361 if XPM images are supported.
5362
5363 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5364 window by dragging a header-line at the top of the frame; that's
5365 confusing because the header-line doesn't move.
5366 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5367 of treating the event as a list. Some cleanup.
5368
53692000-10-06 Miles Bader <miles@gnu.org>
5370
5371 * simple.el (display-message-or-buffer): New function.
5372 (shell-command-on-region): Use `display-message-or-buffer'.
5373
5374 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5375 docstring parts.
5376
5377 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5378 (smbclient-prompt-regexp): Add usage note to doc string.
5379 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5380 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5381 Use add-hook for adding the comint filter function, and only do so
5382 if it's not already in the global hook list.
5383 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5384 to `make-local-variable'.
5385 (nslookup-font-lock-keywords): Remove prompt entry.
5386 (nslookup): Don't set the process-filter.
5387 (finger): Exit the loop correctly when the regexps list runs out.
5388 (ftp, smbclient, smbclient-list-shares):
5389 Set the real major mode immediately, not after execing.
5390 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5391
5392 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5393
53942000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5395
5396 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5397
5398 * which-func.el (which-func-format): Remove spurious space.
5399 (which-func-mode): Don't make it permanent-local.
5400 (which-func-ff-hook): Allow which-func-maxout to be nil.
5401 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5402 (which-func-mode): Simplify.
5403 Use post-command-idle-hook rather than post-command-hook.
5404 Go through all buffers and update their state.
5405 (which-function): Also try add-log-current-defun-function.
5406
5407 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5408 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5409 Update call to with-vc-properties accordingly.
5410 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5411 (vc-revert-buffer): More careful about window selection and deletion.
5412 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5413
5414 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5415 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5416 (cvs-dired-action): Change the default to quickdir.
5417
5418 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5419 if comment-indent-function returns nil.
5420 (comment-indent-default): New function.
5421 (comment-indent-function): Use it and document the new semantics.
5422
5423 * image-file.el: Docstring fixes.
5424
5425 * help.el (help-xref-on-pp): Use match-string.
5426 (describe-variable): New arg BUFFER.
5427 Store the current buffer in the help-xref-stack.
5428 (temp-buffer-resize-mode): Use define-minor-mode.
5429
5430 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5431 consistently with its docstring.
5432 Set jit-lock-first-unfontify-pos in an idempotent way.
5433 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5434
54352000-10-05 Alex Schroeder <alex@gnu.org>
5436
5437 * sql.el (sql-mysql-options): New variable.
5438 (sql-mysql): Use it.
5439
54402000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5441
5442 * image.el (image): New group.
5443
5444 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5445 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5446
54472000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5448
5449 * net/net-utils.el (nslookup-font-lock-keywords)
5450 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5451 Ignore the value of wqindow-system; always define keywords
5452
54532000-10-05 Kenichi Handa <handa@etl.go.jp>
5454
5455 * startup.el (fancy-splash-screens): Remove the code for
5456 debugging; `(trace-to-stderr "EXITTT\n")'.
5457
54582000-10-05 Miles Bader <miles@gnu.org>
5459
5460 * diff-mode.el (diff-goto-source): Update call to
5461 `diff-hunk-status-msg' to reflect new REV variable.
5462
54632000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5464
5465 * progmodes/icon.el (icon-mode):
5466 Don't gratuitously override the default for comment-column.
5467
5468 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5469
5470 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5471 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5472 (jit-lock-functions): New var.
5473 (jit-lock-function-1): Use it if non-nil.
5474 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5475 Set the `fontified' property before doing the fontification to avoid
5476 repeatedly going through the same error.
5477 Don't turn errors into messages.
5478 (jit-lock-register, jit-lock-unregister): New functions.
5479
5480 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5481 Use with-current-buffer.
5482
5483 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5484 Turn comment into docstring.
5485
5486 * apropos.el (apropos-mode): Use define-derived-mode.
5487
54882000-10-04 Gerd Moellmann <gerd@gnu.org>
5489
5490 * startup.el (fancy-splash-pending-command): New variable.
5491 (fancy-splash-pre-command): New function.
5492 (fancy-splash-screens): Rewritten.
5493 (command-line-1): If fancy-splash-pending-command is set, call it
5494 interactively.
5495
54962000-10-04 Dave Love <fx@gnu.org>
5497
5498 * toolbar/tool-bar.el (tool-bar-setup): New function.
5499 (tool-bar-mode): Use it.
5500
5501 * subr.el (substitute-key-definition): Doc fix.
5502 (play-sound-file): New command.
5503
55042000-10-04 Andre Spiegel <spiegel@gnu.org>
5505
5506 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5507 vc-version-backup-file-name): New functions.
5508
5509 * files.el (basic-save-buffer): Call vc-before-save before saving.
5510
5511 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5512 vc-cvs-stay-local-p.
5513
5514 * vc.el (vc-revert-buffer): Handle empty diff properly.
5515 (vc-version-backup-file): New function.
5516 (vc-checkout): Create a version backup if necessary.
5517 (vc-checkin): If a version backup file exists, delete it.
5518 (vc-version-diff): Diff locally using version backups, if available.
5519 (vc-revert-file): If there's a version backup, revert locally.
5520 (vc-transfer-file): Use version backup for base version, if
5521 available. If not, ask for confirmation whether to get it from the
5522 server. Update mode line before check-in.
5523
55242000-10-04 Dave Love <fx@gnu.org>
5525
5526 * toolbar/tool-bar.el (tool-bar-setup): New function.
5527 (tool-bar-mode): Use it.
5528
55292000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5530
5531 * net/net-utils.el (nslookup-font-lock-keywords)
5532 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5533 Only set if window-system is non-nil
5534 (net-utils-run-program): Returns buffer.
5535 (network-connection-reconnect): Added this function.
5536
5537 * generic.el:
5538 Incorporates extensive cleanup and docfixes by
5539 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5540 Uses cl compile-time macros.
5541 (generic-mode-name, generic-comment-list)
5542 (generic-keywords-list, generic-font-lock-expressions)
5543 (generic-mode-function-list, generic-mode-syntax-table):
5544 Removed variables.
5545 (generic-mode-alist): Renamed to generic-mode-list.
5546 (generic-find-file-regexp): Default changed to "^#".
5547 (generic-read-type): Uses completing read on generic-mode-list.
5548 (generic-mode-sanity-check): removed this function.
5549 (generic-add-to-auto-mode): Removed this function
5550 (generic-mode-internal): Bind mode-specific definitions
5551 into function instead of putting them in alist.
5552 (generic-mode-set-comments): Reworked extensively.
5553 (generic-mode-find-file-hook): Simplified regexp searching
5554 (generic-make-keywords-list): Omit extra pair of parens
5555
5556 * find-lisp.el (find-lisp-find-files-internal):
5557 Make sure directory name ends with "/".
5558
5559 * generic-x.el (apache-conf-generic-mode):
5560 Regexp now allows leading whitespace.
5561 (rc-generic-mode): Added eval-when-compile
5562 around generic-make-keywords-list.
5563 Deleted duplicate regexp
5564 (rul-generic-mode): Added eval-when-compile
5565 around generic-make-keywords-list.
5566 (etc-fstab-generic-mode): New generic mode.
5567 (rul-generic-mode): Removed one eval-when-compile
5568 which caused a max-specpdl-size exceeded error.
5569
55702000-10-04 Miles Bader <miles@gnu.org>
5571
5572 * simple.el (minibuffer-temporary-goal-position): New variable.
5573 (next-history-element): Try to keep the position of point in the
5574 input string constant.
5575
5576 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5577 (dired-do-create-files): If there's only one file, pass it in as
5578 the DEFAULT arg to dired-mark-read-file-name.
5579
55802000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5581
5582 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5583 (diff-goto-source): Be smarter when choosing REVERSE or not.
5584
5585 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5586 (texinfo-mode-menu): Add an explicit shortcut for update all.
5587
55882000-10-03 Andre Spiegel <spiegel@gnu.org>
5589
5590 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5591 factorize backend-specific code cleanly (this was essentially
5592 conceived by Stefan Monnier).
5593 (vc-unregister): Function removed.
5594 (vc-revert-file): New function.
5595 (vc-revert-buffer): Delegate some of the work to it.
5596
5597 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5598 default branch unconditionally.
5599 (vc-rcs-set-default-branch): New function.
5600 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5601 (vc-rcs-checkin): If an appropriate default branch has been set,
5602 force creation of that branch.
5603 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5604 code (as suggested by Stefan Monnier).
5605
56062000-10-02 Gerd Moellmann <gerd@gnu.org>
5607
5608 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5609 highlighting overlay with a different face over the overlay
5610 isearch uses to highlight the current match because that can lead
5611 to bad face combinations.
5612
5613 * loadup.el (toplevel): Load faces before isearch.
5614
5615 * isearch.el (isearch-faces): New custom group.
5616 (isearch): New defface; was already tested for in the code.
5617 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5618 (isearch-highlight): Always use face `isearch'.
5619
56202000-10-02 Dave Love <fx@gnu.org>
5621
5622 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5623 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5624 comparison of opcode with operand.
5625
56262000-10-03 Miles Bader <miles@gnu.org>
5627
5628 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5629 buffer, since the echo area will now grow to accommodate them.
5630
56312000-10-02 Andre Spiegel <spiegel@gnu.org>
5632
5633 * vc-hooks.el (vc-registered): If FILE used to be registered under
5634 a certain backend, try that one first.
5635
5636 * vc.el (vc-responsible-backend): Undo the previous change in the
5637 argument list. Handle multiple backends correctly.
5638 (vc-find-new-backend): Function removed.
5639 (vc-register): Use vc-responsible-backend, as before.
5640 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5641
56422000-10-02 Gerd Moellmann <gerd@gnu.org>
5643
5644 * startup.el (fancy-splash-head): Change message below the
5645 logo.
5646
56472000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5648
5649 * diff-mode.el (diff-goto-source): Emit a status message.
5650 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5651 (diff-test-hunk): Fix doc string.
5652 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5653 (diff-advance-after-apply-hunk): New variable.
5654 (diff-apply-hunk): Don't return a value.
5655
56562000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5657
5658 * vc.el (vc-editable-p): Minor optimization.
5659 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5660 (vc-find-new-backend): New function split from vc-responsible-backend.
5661 (vc-register): Use it.
5662 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5663 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5664 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5665 (vc-clear-headers): Don't use find-file.
5666 (vc-revert-buffer): Use `and' again (must have been a braino).
5667 (vc-switch-backend): Only prompt if requested.
5668 Short circuit if nothing is to be done.
5669 Don't use vc-resynch-buffer which could lose unsaved editing.
5670 (vc-default-receive-file): Update call to vc-unregister.
5671 (with-vc-file, vc-next-action-on-file):
5672 Use vc-backend rather than vc-registered.
5673 (vc-next-action-on-file): Use intern-soft.
5674 Deal with read-only *vc-diff* buffer.
5675 (vc-transfer-file): Docstring fix.
5676
5677 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5678 (vc-rcs-receive-file): Avoid with-vc-properties.
5679 Update call to vc-unregister.
5680 Use constant `RCS' rather than (dynamically bound) var `backend'.
5681
56822000-10-01 Andre Spiegel <spiegel@gnu.org>
5683
5684 * vc.el (vc-next-action-on-file): Update mode line only if file
5685 is visited.
5686 (vc-start-entry): New argument initial-contents. Don't visit the file
5687 if it isn't already visited. Brought documentation up-to-date.
5688 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5689 (vc-checkin): New optional arg initial-contents, which is passed to
5690 vc-start-entry.
5691 (vc-finish-logentry): Make sure to bury log buffer only if there
5692 really is one. Call `vc-resynch-buffer' on log-file, not
5693 buffer-file-name.
5694 (vc-default-comment-history, vc-default-wash-log): New functions.
5695 (vc-index-of): Removed.
5696 (vc-transfer-file): Make do without the above.
5697 (vc-default-receive-file): Call comment-history unconditionally. Pass
5698 the resulting string to vc-checkin, instead of inserting it into the
5699 comment ring.
5700
5701 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5702 unconditionally. Use the comments as initial contents of the log
5703 entry buffer. Document the trick to force branch creation with no
5704 changes.
5705
57062000-10-01 Miles Bader <miles@gnu.org>
5707
5708 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5709 `recenter' with an arg to prevent redrawing the display.
5710
57112000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5712
5713 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5714
5715 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5716
5717 * progmodes/c-mode.el (c-mode):
5718 Don't gratuitously override the default for comment-column.
5719
5720 * textmodes/tex-mode.el (latex-metasection-list): New var.
5721 (latex-imenu-create-index): Use it.
5722 Move the regexp construction outside loops (and use push).
5723 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5724 (tex-font-lock-keywords): Moved from font-lock.el.
5725 (tex-comment-indent): Remove.
5726 (tex-common-initialization): Don't set comment-indent-function.
5727 (latex-block-default): New var.
5728 (tex-latex-block): Use it to provide a default choice.
5729 Add any unknown choice to latex-block-names.
5730 Insert [...] after {...}.
5731 (tex-last-unended-begin): Simplify regexp.
5732 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5733 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5734 (latex-mode): Set forward-sexp-function.
5735
5736 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5737 Add regexp for @ignore ... @end ignore.
5738 (texinfo-heading-face): New face.
5739 (texinfo-font-lock-keywords): Use it.
5740 (texinfo-mode-menu): New menu.
5741 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5742 New functions.
5743 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5744 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5745 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5746 Remove declaration.
5747 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5748
5749 * delsel.el (delete-selection-mode): Use define-minor-mode.
5750
5751 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5752
57532000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5754
5755 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5756
57572000-09-30 Gerd Moellmann <gerd@gnu.org>
5758
5759 * replace.el (keep-lines-read-args): New function.
5760 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5761 read arguments interactively. Add parameters RSTART and REND.
5762 Operate on the active region in Transient Mark mode.
5763
5764 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5765
5766 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5767 (authors-obsolete-files-regexps): New variable.
5768 (authors-add): Don't record changes in obsolete files.
5769
57702000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5771
5772 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5773
5774 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5775 (comment-indent): Make sure there's a space between code and comment.
5776 Shift comments left to avoid going past fill-column.
5777
57782000-09-29 Gerd Moellmann <gerd@gnu.org>
5779
5780 * startup.el (startup-echo-area-message): New function.
5781 (display-startup-echo-area-message): Use it.
5782 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5783 (fancy-splash-default-action): New function.
5784 (fancy-splash-screens-1): New function.
5785 (fancy-splash-head): Put a help-echo and a keymap under the image.
5786
57872000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * diff-mode.el (diff-add-log-file-name): Remove.
5790 (diff-mode): Use add-log-buffer-file-name-function.
5791
5792 * add-log.el (find-change-log): New arg BUFFER-FILE.
5793 (add-log-file-name): Obey add-log-file-name-function.
5794 (add-log-buffer-file-name-function): New var.
5795 (add-change-log-entry): Use it.
5796
57972000-09-29 Miles Bader <miles@gnu.org>
5798
5799 * image-file.el (image-file-name-extensions): New variable.
5800 (image-file-name-regexps): Renamed from `image-file-regexps'.
5801 New default value is nil. Call `auto-image-file-mode'.
5802 (image-file-name-regexp): New function.
5803 (auto-image-file-mode): New minor mode.
5804 (insert-image-file): Don't make conditional on the image-file
5805 handler being enabled.
5806 (image-file-handler): Make the call here conditional instead.
5807 (set-image-file-handler-enabled, enable-image-file-handler)
5808 (disable-image-file-handler): Functions removed.
5809
5810 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5811 string.
5812
58132000-09-29 Gerd Moellmann <gerd@gnu.org>
5814
5815 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5816 it's a function from CL.
5817 (latex-imenu-create-index): Replace eval-when-compile with progn
5818 because latex-section-alist is not bound while compiling.
5819
58202000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5821
5822 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5823 (outline-mode): Use define-derived-mode.
5824
5825 * progmodes/perl-mode.el (perl-mode):
5826 * progmodes/awk-mode.el (awk-mode):
5827 * progmodes/asm-mode.el (asm-mode):
5828 Don't gratuitously override the default for comment-column.
5829
5830 * emacs-lisp/lisp.el (lisp-complete-symbol):
5831 Distinguish the let-binding case from the funcall case.
5832 (forward-sexp-function): New variable.
5833 (forward-sexp): Use it.
5834
5835 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5836 (easy-mmode-defmap): Remove the now useless autoload.
5837
5838 * time.el (display-time-mode): Use define-minor-mode.
5839
5840 * subr.el (add-minor-mode): Don't eval NAME.
5841 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5842 Use if rather than cond.
5843
5844 * simple.el (read-expression-map): Define more properly.
5845 (comment-indent-hook): Remove.
5846 (string-to-syntax): Bug fix.
5847
5848 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5849 (cvs-ediff-diff): Fix typo.
5850 (cvs-revert-if-needed): Don't bother preserving read-only.
5851
5852 * paren.el (show-paren-mode): Use define-minor-mode.
5853
5854 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5855 (toggle-auto-compression): Remove.
5856 (jka-compr-build-file-regexp): Remove useless grouping.
5857
5858 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5859 Avoid user-reserved bindings.
5860 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5861 (diff-header-face): Revert to grey85.
5862
5863 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5864
5865 * complete.el (partial-completion-mode) <defcustom>: Remove.
5866 (partial-completion-mode): Use define-minor-mode.
5867 (PC-do-completion): Understand `completion-auto-help = delay'
5868 to mean to popup the completion buffer only the second time.
5869 (PC-include-file-all-completions, PC-include-file-all-completions)
5870 (PC-include-file-all-completions): Don't quote lambda.
5871
5872 * comint.el (comint-mode-hook): Docstring fix.
5873 (comint-mode): Use define-derived-mode.
5874 (comint-mode-map): Remove obsolete comment.
5875 (make-comint): Minor stylistic change.
5876 (comint-insert-clicked-input): Be more careful to find the overlay.
5877 Use this-command-keys rather than hardcoding mouse-2.
5878
5879 * font-lock.el: Replace confusing (,@ with ,
5880 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5881 Don't use regexp-opt-depth. Spice up the regexp for args.
5882 Don't distinguish between cmds that can take an opt arg or not.
5883 Use `append' and `prepend' rather than `keep'.
5884
5885 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5886 (latex-outline-regexp): New var.
5887 (latex-outline-level): New fun.
5888 (latex-section-alist): New var.
5889 (latex-imenu-create-index): Use it. Use `push' as well.
5890 (tex-shell-map): Initialize it properly.
5891 (tex-mode): Minor stylistic change.
5892 (plain-tex-mode): Use define-derived-mode.
5893 (latex-mode): Use define-derived-mode.
5894 Construct the paragraph regexps in a more readable way.
5895 Set the buffer-local outline-{level,regexp} vars.
5896 (slitex-mode): Derive from latex-mode.
5897 (tex-common-initialization): Don't kill-all-vars anymore.
5898 Add setting for comment-add and font-lock-defaults.
5899 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5900 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5901 (tex-start-tex): New arg DIR (and send a chdir command for it).
5902 Also display the shell buffer and save it in tex-last-buffer-texed.
5903 (tex-region): Use expand-file-name rather than concat.
5904 Remove code made useless by changes in tex-start-tex.
5905 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5906
5907 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5908
59092000-09-28 Dave Love <fx@gnu.org>
5910
5911 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5912
59132000-09-28 Gerd Moellmann <gerd@gnu.org>
5914
5915 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5916 `append'.
5917
59182000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5919
5920 * info.el (Info-extract-pointer): Undo last change.
5921 Instead, fix the position of the `bound' arg to re-search-backward.
5922
59232000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5924
5925 * info.el (Info-extract-pointer):
5926 Widen more carefully, to avoid finding pointers in other nodes.
5927 (Info-index): Use push.
5928
59292000-09-27 Gerd Moellmann <gerd@gnu.org>
5930
5931 * frame.el (set-frame-font): Remove call to obsolete function
5932 frame-update-faces.
5933 (set-foreground-color, set-background-color): Likewise for
5934 frame-update-face-colors.
5935
59362000-09-27 Miles Bader <miles@gnu.org>
5937
5938 * image-file.el: New file.
5939
59402000-09-27 Gerd Moellmann <gerd@gnu.org>
5941
5942 * frame.el (frame-notice-user-settings): Don't call
5943 frame-update-faces, which is a no-op now.
5944
5945 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5946 tool-bar-lines.
5947
59482000-09-27 Dave Love <fx@gnu.org>
5949
5950 * mouse.el: Fix last change.
5951
59522000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5953
5954 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5955
59562000-09-22 Kenichi Handa <handa@etl.go.jp>
5957
5958 * international/quail.el (quail-help): The output message is
5959 improved.
5960
59612000-09-26 Dave Love <fx@gnu.org>
5962
5963 * mouse.el (popup-menu): If POSITION is nil, set it using
5964 mouse-position.
5965
59662000-09-25 Sam Steingold <sds@gnu.org>
5967
5968 * net/browse-url.el (browse-url-file-url): Check for null maps.
5969
59702000-09-26 Gerd Moellmann <gerd@gnu.org>
5971
5972 * frame.el (frame-notice-user-settings): Don't add a
5973 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5974
5975 * frame.el (frame-notice-user-settings):
5976 Make tool-bar-mode and default-frame-alist consistent.
5977
5978 * toolbar/tool-bar.el (tool-bar-help): New function.
5979
59802000-09-25 Gerd Moellmann <gerd@gnu.org>
5981
5982 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5983 current-load-list in top-level forms. Else this leaks a cons cell
5984 every time a defun is called.
5985
5986 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5987
59882000-09-25 Dave Love <fx@gnu.org>
5989
5990 * startup.el (fancy-splash-head): Check XPM is available.
5991
5992 * autoinsert.el (auto-insert): Doc fix.
5993 (auto-insert-alist): Following GNU notices, don't say `copyright
5994 _by_'. Use line-beginning-position.
5995 (auto-insert): Check buffer-file-name is non-nil before use.
5996
59972000-09-25 Gerd Moellmann <gerd@gnu.org>
5998
5999 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6000 starting with `@def' or `@multitable', in addition to ones
6001 specified by the user in auto-fill-inhibit-regexp.
6002
60032000-09-25 Markus Rost <rost@math.ohio-state.edu>
6004
6005 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6006 rmail-dont-reply-to-names matches the empty string.
6007
60082000-09-25 Gerd Moellmann <gerd@gnu.org>
6009
6010 * startup.el (command-line-1, fancy-splash-text): Change the
6011 text to sound more friendly.
6012
60132000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6014
6015 * progmodes/hideshow.el: Update author email address.
6016 Generally, sync w/ maintainer version 5.22.
6017 (hs-hide-all-non-comment-function): New var.
6018 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6019 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6020 (hs-show-region): Delete this command.
6021 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6022
60232000-09-22 Dave Love <fx@gnu.org>
6024
6025 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6026 (hl-line-highlight): Specify buffer when moving overlay.
6027
6028 * progmodes/fortran.el (fortran-mode): Locally set
6029 normal-auto-fill-function.
6030 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6031 (fortran-mode-map): Adjust auto-fill menu entry.
6032
60332000-09-22 Gerd Moellmann <gerd@gnu.org>
6034
6035 * vc-rcs.el (toplevel): Require `vc' when compiling.
6036
6037 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6038
60392000-09-22 Andre Spiegel <spiegel@gnu.org>
6040
6041 * vc.el (vc-switch-backend): Signal an error if the file is not
6042 registered under the new backend.
6043
6044 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6045 without explicit revision number.
6046
60472000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6048
6049 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6050 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6051 (diff-xor): New function.
6052 (diff-find-source-location): Use it. Fix a stupid name clash.
6053 (diff-hunk-status-msg): New function.
6054 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6055 (diff-test-hunk): Use diff-find-source-location.
6056 (diff-goto-source): Favor the `reverse'.
6057 (diff-hunk-text): Properly handle one-sided context diffs.
6058 (diff-apply-hunk): When done, advance to the next hunk.
6059
60602000-09-21 Gerd Moellmann <gerd@gnu.org>
6061
6062 * startup.el (command-line): If frame was created with a non-zero
6063 tool-bar-lines parameter, switch tool-bar-mode on.
6064
6065 * add-log.el (change-log-date-face, change-log-name-face)
6066 (change-log-email-face, change-log-file-face)
6067 (change-log-list-face, change-log-conditionals-face)
6068 (change-log-function-face, change-log-acknowledgement-face):
6069 New faces, inheriting from font-lock faces.
6070 (change-log-font-lock-keywords): Use them.
6071
60722000-09-21 Dave Love <fx@gnu.org>
6073
6074 * progmodes/cperl-mode.el (top-level): Clean up
6075 `eval-when-compile's and assorted defvars.
6076 (cperl-invalid-face): Don't double-quote value. Change custom
6077 type.
6078 (cperl-mode): Set normal-auto-fill-function and don't zap
6079 auto-fill-function.
6080 (cperl-imenu--function-name-regexp-perl): Renamed from
6081 imenu-example--function-name-regexp-perl.
6082 (cperl-imenu--create-perl-index): Renamed from
6083 imenu-example--create-perl-index.
6084 (cperl-xsub-scan): Don't require cl.
6085
6086 * msb.el (msb-mode-map): Use substitute-key-definition.
6087 (msb-mode): Use msb-mode-map.
6088
60892000-09-21 Andre Spiegel <spiegel@gnu.org>
6090
6091 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6092 New functions.
6093 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6094 (vc-switch-backend): New function.
6095 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6096 (vc-register): Fix prompt.
6097 (vc-unregister, vc-default-unregister): New functions.
6098 (vc-version-diff): Handle empty buffer in sentinel.
6099
6100 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6101 (vc-rcs-state-heuristic): Use it to guess the state of files with
6102 non-strict locking.
6103 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6104 been set with -b, but not created yet.
6105 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6106 contents in order to find the state.
6107 (vc-rcs-checkin): Allow creation of branches with no changes.
6108 (vc-rcs-unregister, vc-rcs-receive-file)
6109 (vc-rcs-set-non-strict-locking): New functions.
6110
6111 * vc-hooks.el (vc-name): Force correct computation of the value
6112 in case it is missing.
6113
61142000-09-21 Gerd Moellmann <gerd@gnu.org>
6115
6116 * startup.el (fancy-splash-tail): Use a different foreground
6117 color on a dark frame background.
6118
61192000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6120
6121 * info.el: Use the correct capitalization when making Info-mode
6122 and Info-edit-mode `special' modes.
6123
61242000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6125
6126 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6127 (diff-mode): Add support for add-log.el.
6128 (diff-hunk-text): Use char offsets rather than line offsets.
6129 (diff-find-source-location): Replace LINE with line-offset (nil
6130 if not found) and always set POS to a meaningful position.
6131 Adapt to the new char-offsets.
6132 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6133 Adapt to the new diff-find-source-location.
6134 (diff-goto-source): Adapt to the new diff-find-source-location.
6135
6136 * add-log.el (add-log-file-name): New function (split out of
6137 add-change-log-entry).
6138 (add-change-log-entry): Use it.
6139 Call add-log-file-name-function with the changelog file name if
6140 the current buffer is not associated with any file.
6141 Avoid find-file if the selected window is dedicated.
6142
6143 * diff-mode.el (diff-find-source-location):
6144 Move code from diff-apply-hunk. Return buffer rather than file.
6145 (diff-apply-hunk): Use the new result from diff-find-source-location.
6146 (diff-goto-source): Use the new diff-find-source-location.
6147
61482000-09-20 Dave Love <fx@gnu.org>
6149
6150 * iswitchb.el: Some doc fixes.
6151 (iswitchb-mode-map): Define completely initially. Inherit
6152 minibuffer-local-map.
6153 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6154 fundamental-mode.
6155 (iswitchb-global-map): New variable.
6156 (iswitchb-summaries-to-end): Amalgamate regexps.
6157 (iswitchb-mode): New.
6158 (iswitchb-mode-hook): New variable.
6159 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6160 `extensions'.
6161
61622000-09-20 Gerd Moellmann <gerd@gnu.org>
6163
6164 * ehelp.el (electric-help): New defgroup.
6165 (electric-help-shrink-window): New user-option.
6166 (with-electric-help): Use it.
6167
6168 * window.el (shrink-window-if-larger-than-buffer): If face
6169 `mode-line' has a :box, and we're on a graphical frame, add 1
6170 to the needed window height.
6171
6172 * frame.el (frame-notice-user-settings): Add a last parameter nil
6173 to a call to `append', because the last list passed to `append' is
6174 not copied, and so subsequent calls to assq-delete-all will modify
6175 default-frame-alist.
6176
6177 * startup.el (fancy-splash-image): Change :type.
6178 (fancy-splash-head): Use an XBM image if appropriate.
6179 (command-line-1): Show splash screens in more cases.
6180
6181 * startup.el (fancy-splash-text): Don't quote faces.
6182
6183 * dired.el (dired-font-lock-keywords): Undo last change.
6184 (dired-readin): Bind indent-tabs-mode to nil.
6185
6186 * startup.el (fancy-splash-head): If frame's background mode
6187 is `dark', change the black background of the image to gray.
6188 (fancy-splash-screens): Display startup echo area message.
6189 (display-startup-echo-area-message): New function.
6190
61912000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6192
6193 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6194
6195 * info.el (info-header-node): Tweak for color ttys.
6196
6197 * faces.el (face-valid-attribute-values): Make sure directories we
6198 search for stipples both exist and are readable before trying to
6199 search them.
6200
6201 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6202 in the dry-run case.
6203
6204 * jka-compr.el (with-auto-compression-mode): New macro.
6205
6206 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6207 (custom-group-tag-face, custom-variable-tag-face): Use relative
6208 :height and inherit from `variable-pitch' face instead of
6209 hardwiring :family.
6210 * hi-lock.el (hi-black-hb): Likewise.
6211
6212 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6213 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6214 toolbar-add-item, if image doesn't have a mask add a `:mask
6215 heuristic'.
6216
62172000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6218
6219 * diff-mode.el: Docstring fixes.
6220 (diff-header-face, diff-comment-face): New faces.
6221 (diff-font-lock-keywords): Highlight a bit differently.
6222 (diff-find-source-location): Don't return SPAN any more.
6223 (diff-hunk-text): Don't bother erasing the temp buffer.
6224 (diff-find-text): Drop argument LINE.
6225 (diff-apply-hunk): Update calls to diff-find-text.
6226 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6227
6228 * calendar/calendar.el: Docstring fixes.
6229 (calendar-make-alist): Don't quote lambda.
6230 (calendar-star-date): Use make-local-variable.
6231
62322000-09-19 Dave Love <fx@gnu.org>
6233
6234 * toolbar/tool-bar.el: Renamed from toolbar.el.
6235 Change `toolbar' to `tool-bar' generally in symbols.
6236 Make some items invisible in `special' major modes.
6237 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6238 Add arg PROPS.
6239
6240 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6241 Add :version here.
6242 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6243
62442000-09-19 Gerd Moellmann <gerd@gnu.org>
6245
6246 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6247
6248 * files.el (find-file-suppress-same-file-warnings): New user-option.
6249 (find-file-noselect): Use it.
6250
6251 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6252 (fancy-splash-screen): Defgroup.
6253
6254 * add-log.el (change-log-font-lock-keywords): Match names
6255 more exactly for the case that font-lock-constant-face is
6256 underlined.
6257
62582000-09-19 Richard M. Stallman <rms@gnu.org>
6259
6260 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6261
62622000-09-19 Andre Spiegel <spiegel@gnu.org>
6263
6264 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6265
62662000-09-19 Gerd Moellmann <gerd@gnu.org>
6267
6268 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6269 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6270 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6271 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6272 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6273 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6274 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6275 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6276 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6277 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6278 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6279 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6280
6281 * startup.el (fancy-splash-text): New variable.
6282 (fancy-splash-delay, fancy-splash-image): New user-options.
6283 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6284 (fancy-splash-screens): New functions.
6285 (command-line-1): If display has a `display' frame parameter, has
6286 colors, and we have XPM support, show more fancy splash screens.
6287
62882000-09-19 Dave Love <fx@gnu.org>
6289
6290 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6291 with null `help'. Use modern backquote syntax.
6292
62932000-09-19 Gerd Moellmann <gerd@gnu.org>
6294
6295 * font-lock.el (font-lock-mode): Change message telling the user
6296 that ``the buffer is too big''.
6297
6298 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6299 for instance for the case that tab-width is 2.
6300
63012000-09-18 Gerd Moellmann <gerd@gnu.org>
6302
6303 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6304 toolbar-add-item, if image doesn't have a mask add a `:mask
6305 heuristic'.
6306
63072000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6308
6309 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6310 and return a cons if it's non-nil.
6311 (diff-apply-hunk): Try to jump to the line in the source text
6312 corresponding to the position of point in the in the hunk.
6313
6314 * info.el (Info-title-3-face, Info-title-2-face)
6315 (Info-title-1-face): Use face inheritance and relative sizes
6316 instead of hard-wiring things.
6317
6318 * faces.el (secondary-selection): Make dark-background variant sane.
6319
63202000-09-16 Andrew Innes <andrewi@gnu.org>
6321
6322 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6323 read-only, since they aren't under VC now.
6324
63252000-09-17 Dave Love <fx@gnu.org>
6326
6327 * tmm.el: Replace mapcar with mapc in several places.
6328
6329 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6330 ad-unadvise.
6331
6332 * international/latin1-disp.el: New file.
6333
6334 * calendar/cal-move.el (scroll-calendar-left)
6335 (scroll-calendar-right): Make arg optional (for active mode line).
6336
6337 * calendar/calendar.el (calendar-mode-line-format): Make fields
6338 mouse-sensitive.
6339 (calendar-read-date, calendar-read-date, calendar-window-list):
6340 Unquote lambda.
6341 (calendar-month-name): Use aref, not sref.
6342
6343 * view.el (minor-mode-alist): Propertize the string.
6344
6345 * international/characters.el (standard-case-table): Add entries
6346 for Greek.
6347
63482000-09-18 Miles Bader <miles@gnu.org>
6349
6350 * info.el (info-node, info-xref): Add dark-background variants.
6351
6352 * faces.el (header-line): Change defaults to be less confusing
6353 when mixed with mode-lines.
6354
6355 * info.el (Info-fontify-node): Make a few cleanups.
6356 Add extra `help-echo' and `local-map' props to node xrefs.
6357 Use header-specific faces for node-names & xrefs.
6358 (Info-use-header-line): New variable.
6359 (info-header-xref, info-header-node): New faces.
6360 (Info-setup-header-line): New function.
6361 (Info-select-node): Call Info-setup-header-line when enabled.
6362 (Info-extract-pointer): Work even if the header line is hidden.
6363 (Info-header-line): New variable.
6364
63652000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6366
6367 * vms-patch.el (print-region-function): Don't quote lambda.
6368
6369 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6370
6371 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6372 (lm-get-header-re): Allow spaces between the header and the colon.
6373 (lm-header): Allow $ in non-RCS headers.
6374 (lm-header-multiline): Put the strings back into order.
6375 Stop at an empty line. Don't require two space chars if the
6376 line is clearly not another header line.
6377
6378 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6379 (popup-menu-popup): Remove.
6380
63812000-09-15 Gerd Moellmann <gerd@gnu.org>
6382
6383 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6384 specification if or if not tool-bar item contains an `:enabled'
6385 property.
6386
6387 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6388 current buffer has no file name.
6389
63902000-09-15 Dave Love <fx@gnu.org>
6391
6392 * strokes.el: Sync with maintainer's current version with changes
6393 for Emacs, but avoid runtime cl and levents.
6394 (toplevel): Change autoloads and compilation requires.
6395 (strokes-version, strokes-bug-address, strokes-lift): Values
6396 changed.
6397 (strokes-xpm-header, strokes-insinuated): New variable.
6398 (strokes): Add :link.
6399 (strokes-mode): Customized.
6400 (strokes-while-inhibiting-garbage-collector): New macro.
6401 (strokes-remassoc): Avoid remove-if.
6402 (strokes-fix-button2-command): Don't use ad-do-it.
6403 (strokes-insinuate): New function.
6404 (strokes-button-press-event-p, strokes-button-release-event-p):
6405 New functions, used instead of non-`strokes-' versions..
6406 (strokes-mouse-event-p): Rewritten.
6407 (strokes-event-closest-point): Avoid event-point.
6408 (strokes-get-grid-position): Avoid cdadr, caadr
6409 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6410 functions.
6411 (strokes-help): Use with-output-to-temp-buffer.
6412 (strokes-window-configuration-changed-p): New function.
6413 (strokes-update-window-configuration): Use buffer-live-p,
6414 strokes-window-configuration-changed-p.
6415 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6416 (strokes-char-face): New face.
6417 (strokes-char-table, strokes-base64-chars): New variable.
6418 (strokes-xpm-for-stroke, strokes-list-strokes)
6419 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6420 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6421 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6422 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6423 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6424 functions.
6425
64262000-09-15 Gerd Moellmann <gerd@gnu.org>
6427
6428 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6429
6430 * image.el (create-image): Doc fix.
6431
6432 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6433 instead of `:heuristic-mask t'.
6434
64352000-09-14 Andrew Innes <andrewi@gnu.org>
6436
6437 * makefile.w32-in: Revert to Unix line endings.
6438
64392000-09-14 Andrew Innes <andrewi@gnu.org>
6440
6441 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6442 when installing.
6443
6444 * makefile.nt (DONTCOMPILE): Fix typo.
6445
6446 * shell.el (shell-write-history-on-exit): New function.
6447 (shell-dumb-shell-regexp): New custom variable.
6448 (shell-mode): Make shell-write-history-on-exit the process
6449 sentinel if shell name matches shell-dumb-shell-regexp.
6450
6451 * w32-fns.el: Comment out before-init-hook function which resets
6452 source-directory based; this breaks bootstrap.
6453
64542000-09-14 Dave Love <fx@gnu.org>
6455
6456 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6457 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6458 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6459 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6460 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6461 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6462 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6463 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6464 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6465
6466 * toolbar/toolbar.el: New.
6467
6468 * subdirs.el: Add toolbar.
6469
64702000-09-14 Gerd Moellmann <gerd@gnu.org>
6471
6472 * indent.el (indent-for-tab-command): Doc fix.
6473
64742000-09-14 Alex Schroeder <alex@gnu.org>
6475
6476 * ansi-color.el (ansi-colors): Doc change.
6477 (ansi-color-get-face): Simplified regexp.
6478 (ansi-color-faces-vector): Added more faces, doc change.
6479 (ansi-color-names-vector): Doc change.
6480 (ansi-color-regexp): Simplified regexp.
6481 (ansi-color-parameter-regexp): New regexp.
6482 (ansi-color-filter-apply): Doc change.
6483 (ansi-color-filter-region): Doc change.
6484 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6485 deal with zero length parameters.
6486 (ansi-color-apply-on-region): Doc change.
6487 (ansi-color-map): Doc change.
6488 (ansi-color-map-update): Removed debugging message.
6489 (ansi-color-get-face-1): Added condition-case to trap
6490 args-out-of-range errors.
6491 (ansi-color-get-face): Doc change.
6492 (ansi-color-make-face): Removed.
6493 (ansi-color-for-shell-mode): New option.
6494
64952000-09-13 Kenichi Handa <handa@etl.go.jp>
6496
6497 * international/quail.el (quail-start-translation): Translate KEY
6498 if necessary even if it doesn't have any mapping in the current
6499 input method.
6500 (quail-start-conversion): Likewise.
6501 (quail-help): The output message is improved.
6502
65032000-09-13 Miles Bader <miles@gnu.org>
6504
6505 * comint.el (comint-output-filter): Revert to using
6506 `insert-before-markers'. Add bletcherous hack to undo damage
6507 caused by `insert-before-markers'. Put `front-sticky' property on
6508 overlays created here so that the field code understands how the
6509 overlay works. Use a let when making comint-last-prompt-overlay,
6510 so that the code is easier to read.
6511
65122000-09-13 Dave Love <fx@gnu.org>
6513
6514 * wid-edit.el (widget-default-format-handler): DTRT when
6515 doc-property is a function.
6516
65172000-09-12 Francesco Potorti` <pot@gnu.org>
6518
6519 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6520 filed name if it's not there.
6521
65222000-09-12 Dave Love <fx@gnu.org>
6523
6524 * simple.el (read-mail-command): Doc fix.
6525 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6526
6527 * vc.el (vc-dired-listing-switches): Fix :version.
6528
6529 * vc-hooks.el: Doc fixes.
6530
6531 * subr.el (add-minor-mode): Use toggle-fun arg.
6532
6533 * speedbar.el: Add :version to several defcustoms.
6534
6535 * imenu.el (imenu--truncate-items, imenu--cleanup)
6536 (imenu--generic-function): Avoid mapcar.
6537 (imenu--replace-spaces): Function removed.
6538 (imenu--completion-buffer): Use subst-char-in-string.
6539 (imenu-add-to-menubar): Use keymap inheritance.
6540
65412000-09-12 Miles Bader <miles@gnu.org>
6542
6543 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6544 (diff-mode-map): Bind `diff-test-hunk'.
6545 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6546
65472000-09-11 Gerd Moellmann <gerd@gnu.org>
6548
6549 * bytecomp.el (byte-compile-defvar): Undo last change
6550 because it breaks '(make-variable-buffer-local (defvar ...)'
6551 which is used at least in dired.
6552
65532000-09-12 Kenichi Handa <handa@etl.go.jp>
6554
6555 * international/quail.el (quail-define-package): Docstring
6556 modified.
6557
65582000-09-12 Kenichi Handa <handa@etl.go.jp>
6559
6560 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6561 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6562 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6563 docstring of "chinese-py".
6564
6565 * international/quail.el (quail-translation-docstring): New
6566 variable.
6567 (quail-show-keyboard-layout): Docstring modified.
6568 (quail-select-current): Likewise.
6569 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6570 infinite recursive call.
6571 (quail-help): Check quail-translation-docstring. Format of the
6572 output changed.
6573 (quail-help-insert-keymap-description): Adjusted for the above
6574 change.
6575
65762000-09-11 Gerd Moellmann <gerd@gnu.org>
6577
6578 * bytecomp.el (byte-compile-defvar): Only cons onto
6579 current-load-list in top-level forms. Else this leaks a cons cell
6580 every time a defun is called.
6581
65822000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6583
6584 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6585 Now understands non-unified diffs. Some functionality moved into
6586 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6587 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6588 modify anything. Only reposition point in the patched file if the
6589 patch succeeds. Only pop up another window if POPUP is true.
6590 Emit a message describing what happened if successful, and at what
6591 line-offset. Automatically detect reversed hunks and do something
6592 appropriate.
6593 (diff-hunk-text, diff-find-text): New functions.
6594 (diff-filter-lines): Function removed.
6595 (diff-test-hunk): New function.
6596 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6597
65982000-09-10 Dave Love <fx@gnu.org>
6599
6600 * textmodes/tildify.el: Minor doc/commentary fixes.
6601 (tildify) <defgroup>: Add :version.
6602
6603 * faces.el (face-x-resources): Make custom type more specific.
6604 (frame-background-mode): Use mapc.
6605 (region) <defcustom>: Add :version.
6606
66072000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6608
6609 * vc-sccs.el (vc-sccs-register):
6610 * vc-rcs.el (vc-rcs-register):
6611 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6612 * vc.el (vc-register): Clear file's properties.
6613
66142000-09-08 Gerd Moellmann <gerd@gnu.org>
6615
6616 * faces.el (face-spec-set): Only face-spec-reset-face when
6617 ATTRS is non-nil.
6618
66192000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6620
6621 * help.el (help-insert-xref-button): Fix a typo in doc string.
6622
66232000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6624
6625 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6626 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6627 methods.
6628
6629 * menu-bar.el (read-mail-item-name): New function.
6630 (menu-bar-tools-menu): Use it to compute and display the package
6631 used to read email.
6632 (menu-bar-tools-menu): Fix typo in GUD's help string.
6633
66342000-09-07 Dave Love <fx@gnu.org>
6635
6636 * diff-mode.el (diff-mouse-goto-source): New function.
6637
6638 * vc-sccs.el: Doc fixes.
6639 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6640
6641 * vc-rcs.el: Doc fixes.
6642 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6643 (vc-rcs-checkout-switches, vc-rcs-header)
6644 (vc-rcs-master-templates): Add or change :version.
6645
6646 * vc-cvs.el: Doc fixes.
6647 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6648 (vc-cvs-stay-local): Add :version.
6649
6650 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6651
66522000-09-07 Kenichi Handa <handa@etl.go.jp>
6653
6654 * international/quail.el (quail-help): Fix previous change.
6655
66562000-09-07 Gerd Moellmann <gerd@gnu.org>
6657
6658 * faces.el (color-values): Doc fix.
6659
6660 * faces.el (frame-set-background-mode): Use frame-parameter
6661 instead of frame-parameters.
6662
6663 * frame.el (filtered-frame-list): Reduce consing.
6664 (frames-on-display-list): Call frame-parameter instead of
6665 frame-parameters.
6666
66672000-09-07 Kenichi Handa <handa@etl.go.jp>
6668
6669 * language/devan-util.el (devanagari-to-indian-region): In the
6670 loop, change the following char, not preceding char.
6671
66722000-09-07 Gerd Moellmann <gerd@gnu.org>
6673
6674 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6675 instead of frame-parameters.
6676
6677 * faces.el (set-face-attribute): Simplify by calling
6678 internal-set-lisp-face-attribute with FRAME being 0.
6679
6680 * vc.el: Remove `Id' version control keyword.
6681
66822000-09-07 Kenichi Handa <handa@etl.go.jp>
6683
6684 * help.el (help-make-xrefs): Adjusted for the change of
6685 help-xref-mule-regexp.
6686 (help-insert-xref-button): New function.
6687
6688 * international/mule-cmds.el (help-xref-mule-regexp-template):
6689 Include the pattern for character set.
6690 (leim): New group.
6691
6692 * international/quail.el: Don't require face.
6693 (quail): New group.
6694 (quail-other-command): Dummy command to make quail-help work better.
6695 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6696 (quail-keyboard-layout-substitution): New variable.
6697 (quail-update-keyboard-layout): New function.
6698 (quail-keyboard-layout-type): New customizable variable.
6699 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6700 (quail-keyboard-translate): Pay attention to
6701 quail-keyboard-layout-substitution.
6702 (quail-insert-kbd-layout): New function.
6703 (quail-show-keyboard-layout): New function.
6704 (quail-get-translation): If the definition is a vector of length
6705 1, and the element is a string of length 1, return the character
6706 in that string.
6707 (quail-update-current-translations): Fix the case of
6708 relative-index out of range.
6709 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6710 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6711 Show key sequences for all available characters.
6712 (quail-help-insert-keymap-description): Don't show such verbose
6713 key bindings as quail-self-insert-command.
6714
6715 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6716 Format changed, and each element now have extra documentations.
6717 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6718 Adjusted for the change of quail-cxterm-package-ext-info.
6719
67202000-09-06 Gerd Moellmann <gerd@gnu.org>
6721
6722 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6723 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6724 during bootstrap.
6725
67262000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6727
6728 * vc.el: (toplevel): Don't require `dired' at run-time.
6729 (vc-dired-resynch-file): Remove autoload cookie.
6730
67312000-09-05 Andre Spiegel <spiegel@gnu.org>
6732
6733 * vc.el: Made several backend functions optional.
6734 (vc-default-responsible-p): New function.
6735 (vc-merge): Use RET for first version to trigger merge-news, not
6736 prefix arg.
6737 (vc-annotate): Handle backends that do not support annotation.
6738 (vc-default-merge-news): Removed. The existence of a merge-news
6739 implementation is now checked on caller sites.
6740
6741 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6742 case.
6743
6744 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6745 special case that has been removed from the default in vc-hooks.el.
6746
67472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6748
6749 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6750
67512000-09-05 Andre Spiegel <spiegel@gnu.org>
6752
6753 * vc-hooks.el: Require vc during compilation.
6754 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6755 macro `with-vc-properties' in vc.el.
6756 (vc-file-getprop): Doc fix.
6757 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6758
6759 * vc.el: Require dired-aux during compilation.
6760 (vc-name-assoc-file): Moved to vc-sccs.el.
6761 (with-vc-properties): New macro.
6762 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6763 vc-finish-steal): Use it.
6764 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6765 to the backend-specific function is now supposed to do the checkout,
6766 too.
6767 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6768
6769 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6770 set file properties; that gets done in the generic code now.
6771
6772 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6773 Changed parameter list, added code from vc.el that does the
6774 checkout, possibly with a double-take.
6775
6776 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6777 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6778 the above under the new name.
6779 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6780 parameter list, added checkout command.
6781 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6782 properties; that gets done in the generic code now.
6783
67842000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6785
6786 * vc.el: Docstring fixes (courtesy of checkdoc).
6787
67882000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6789
6790 * vc.el (vc-checkout-writable-buffer-hook)
6791 (vc-checkout-writable-buffer): Remove.
6792 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6793 (vc-log-mode): Make it into a clean derived major mode.
6794 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6795 vc-log-mode if log-edit is not available.
6796 (vc-dired-mode-map): Don't set-keymap-parent yet.
6797 (vc-dired-mode): Do set-keymap-parent here.
6798 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6799
68002000-09-05 Gerd Moellmann <gerd@gnu.org>
6801
6802 * faces.el (set-face-attribute, face-spec-reset-face)
6803 (face-spec-set): Avoid consing by removing calls to `apply'.
6804
6805 * frame.el (frame-parameter): Move to C code.
6806
68072000-09-05 Dave Love <fx@gnu.org>
6808
6809 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6810 insert-before-markers-and-inherit. Now checked systematically!
6811
68122000-09-05 Alex Schroeder <alex@gnu.org>
6813
6814 * sql.el (sql-postgres): Use sql-postgres-options.
6815 (sql-postgres-options): New variable.
6816
68172000-09-05 Alex Schroeder <alex@gnu.org>
6818
6819 * sql.el (sql-mode-menu): Work around missing variable mark-active
6820 in XEmacs.
6821 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6822 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6823 compatibility.
6824
68252000-09-04 Gerd Moellmann <gerd@gnu.org>
6826
6827 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6828
6829 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6830
6831 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6832
68332000-09-04 Andre Spiegel <spiegel@gnu.org>
6834
6835 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6836 don't support anything else under SCCS yet.
6837
6838 * vc-hooks.el: Minor doc fixes.
6839
68402000-09-04 Andre Spiegel <spiegel@gnu.org>
6841
6842 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6843 not necessary. If verbose in state `needs-patch', do the same as
6844 under `up-to-date'. When NOT verbose and `needs-patch', check out
6845 latest version instead of `merge-news'.
6846 (vc-next-action-dired): Don't mess with default-directory here; it
6847 breaks other parts of dired. It is the job of the
6848 backend-specific functions to adjust it temporarily if they need it.
6849 (vc-next-action): Remove a special CVS case.
6850 (vc-clear-headers): New optional arg FILE.
6851 (vc-checkin, vc-checkout): Set properties vc-state and
6852 vc-checkout-time properly.
6853 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6854 (vc-print-log): Use new backend function `show-log-entry'.
6855 (vc-cancel-version): Do the checks in a different order. Added a
6856 FIXME concerning RCS-only code.
6857
6858 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6859 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6860
6861 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6862
6863 * vc-hooks.el (vc-default-mode-line-string): Show state
6864 `needs-patch' as a `-' too.
6865
68662000-09-04 Andre Spiegel <spiegel@gnu.org>
6867
6868 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6869 (vc-default-could-register): New function.
6870 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6871 (vc-resynch-buffer): Call vc-dired-resynch-file.
6872 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6873 vc-resynch-buffer instead of vc-resynch-window.
6874 (vc-next-action-dired): Don't redisplay here, that gets done as a
6875 result of the individual file operations.
6876 (vc-retrieve-snapshot): Corrected prompt order.
6877
6878 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6879
6880 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6881 as well.
6882 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6883 hostname regexps. Updated all callers.
6884 (vc-cvs-responsible-p): Handle directories as well.
6885 (vc-cvs-could-register): New function.
6886 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6887 properties up-to-date.
6888
6889 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6890 user whether to create one.
6891
68922000-09-04 Andre Spiegel <spiegel@gnu.org>
6893
6894 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6895 check out a non-existing file.
6896
6897 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6898 workfile does not exist.
6899
6900 * vc.el (vc-version-diff): Use `require' to check for existence of
6901 diff-mode.
6902
69032000-09-04 Andre Spiegel <spiegel@gnu.org>
6904
6905 * vc-cvs.el (vc-cvs-registered): Use new function
6906 vc-cvs-parse-entry to do the actual work.
6907
69082000-09-04 Andre Spiegel <spiegel@gnu.org>
6909
6910 * vc-hooks.el (vc-find-backend-function): If function doesn't
6911 exist, return nil instead of error.
6912 (vc-call-backend): Doc fix.
6913
6914 * vc.el (vc-do-command): Doc fix.
6915 (vc-finish-logentry): When checking in from vc-dired, choose the
6916 right backend for logentry check.
6917 (vc-dired-mode-map): Inherit from dired-mode-map.
6918 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6919 simplified.
6920 (vc-dired-state-info): Removed, updated caller.
6921 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6922 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6923 (vc-dired-listing-switches): New variable.
6924 (vc-directory): Use it, instead of dired-listing-switches.
6925
6926 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6927 (vc-cvs-dir-state): New function.
6928 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6929 (vc-cvs-parse-entry): New function, also to be used in
6930 vc-cvs-registered.
6931
69322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6933
6934 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6935 *or* single-window-frames.
6936
69372000-09-04 Andre Spiegel <spiegel@gnu.org>
6938
6939 * vc.el (vc-update-changelog): Split into generic part and default
6940 implementation. Doc string adapted.
6941 (vc-default-update-changelog): New function. Call the `rcs2log'
6942 script in exec-directory, to fix a long-standing nuisance.
6943
6944 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6945 simply signals an error.
6946
69472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6948
6949 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6950 control-flow more clear and to avoid running `cvs' twice.
6951
6952 * vc.el (vc-next-action-on-file): Doc fix.
6953 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6954 (vc-print-log): Eval `file' before constructing the continuation.
6955
69562000-09-04 Andre Spiegel <spiegel@gnu.org>
6957
6958 * vc.el (vc-next-action-on-file): Corrected several messages.
6959 (vc-merge): Add prefix arg `merge-news'; handle it.
6960
6961 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6962 is not reached. It is.
6963 (vc-cvs-merge): Set state to 'edited after merge.
6964 (vc-cvs-merge-news): Set workfile version to nil if not known.
6965 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6966
6967 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6968 via stdout. (Merge from main line.)
6969
69702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6971
6972 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6973 detection.
6974
69752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6976
6977 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6978 against kill-all-local-variables.
6979 (vc-log-edit): Don't save vc-parent-buffer any more.
6980 (vc-last-comment-match): Initialize to an empty string.
6981 (vc-post-command-functions): New hook.
6982 (vc-do-command): Run it.
6983 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6984 (vc-finish-logentry): Only add the comment to the ring if it's
6985 different from the last comment entered.
6986 (vc-new-comment-index): New function.
6987 (vc-previous-comment): Use it. Make the minibuffer message
6988 slightly less terse.
6989 (vc-comment-search-reverse): Make it work forward as well. Don't
6990 set vc-comment-ring-index if no match is found. Use
6991 vc-new-comment-index.
6992 (vc-comment-search-forward): Use vc-comment-search-reverse.
6993 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6994 define-derived-mode will do it for us. Bind `v' to a keymap that
6995 inherits from vc-prefix-map so that we can bind `vt' without
6996 binding C-x v t.
6997 (vc-retrieve-snapshot): Parenthesis typo.
6998
6999 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7000 to 1. Make sure to switch to *vc* before looking for an error
7001 message. Use vc-parse-buffer.
7002
70032000-09-04 Andre Spiegel <spiegel@gnu.org>
7004
7005 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7006 and NAME.
7007 (vc-retrieve-snapshot): Split into two parts.
7008 (vc-default-retrieve-snapshot): New function.
7009
7010 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7011 (vc-cvs-retrieve-snapshot): New function (untested).
7012 (vc-cvs-stay-local): Default to t.
7013 (vc-cvs-remote-p): New function and property.
7014 (vc-cvs-state): Stay local only if the above is t.
7015 (vc-handle-cvs): Removed.
7016 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7017 done via vc-handled-backends now.
7018 (vc-cvs-header): Escape Id.
7019
70202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7021
7022 * vc.el (vc-do-command): Remove unused commands.
7023 (vc-version-diff): Make sure default-directory ends with a slash.
7024 Move the window commands into a vc-exec-after.
7025 (vc-print-log): Move more of the code into the `vc-exec-after'.
7026
70272000-09-04 Andre Spiegel <spiegel@gnu.org>
7028
7029 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7030 (vc-print-log): Search current revision from beginning of buffer.
7031 (vc-revert-buffer): Clear echo area after the diff is finished.
7032 (vc-prefix-map): Removed definition of "t" for terse display in vc
7033 dired.
7034 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7035 definition of "vt" for terse display.
7036 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7037
70382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7039
7040 * vc.el (vc-exec-after): Avoid caddr.
7041
70422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7043
7044 * vc.el (vc-exec-after): New function.
7045 (vc-do-command): Use it to add a termination message for async
7046 procs.
7047 (vc-checkout): Try to handle a missing-backend situation.
7048 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7049 of a directory with a backend using async diffs.
7050 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7051 present.
7052
7053 * vc-sccs.el (vc-sccs-state-heuristic): Use
7054 file-ownership-preserved-p.
7055
7056 * vc-rcs.el (vc-rcs-state-heuristic): Use
7057 file-ownership-preserved-p.
7058 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7059
70602000-09-04 Andre Spiegel <spiegel@gnu.org>
7061
7062 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7063 vc-do-command.
7064
7065 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7066 when there are no changes.
7067
70682000-09-04 Andre Spiegel <spiegel@gnu.org>
7069
7070 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7071
7072 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7073
70742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7075
7076 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7077
7078 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7079 the `fset' outside of the defvar so that it works even if
7080 vc-prefix-map was already defined.
7081 (vc-setup-buffer): New function, split out of vc-do-command.
7082 (vc-do-command): Allow BUFFER to be t to mean `just use the
7083 current buffer without any fuss'.
7084 (vc-version-diff): Change the `diff' backend operation to just put
7085 the diff in the current buffer without erasing it. Always use
7086 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7087 shrink-window-if-larger-than-buffer.
7088 (vc-print-log): Change the `print-log' backend operation to just
7089 put the log in the current buffer without erasing it. Protect
7090 shrink-window-if-larger-than-buffer.
7091 (vc-update-change-log): Fix setd typo.
7092
7093 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7094 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7095
7096 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7097 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7098 CMP.
7099
7100 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7101 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7102 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7103
71042000-09-04 Andre Spiegel <spiegel@gnu.org>
7105
7106 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7107 not possible, use vc-BACKEND-workfile-unchanged-p.
7108 (vc-default-workfile-unchanged-p): New function. Delegates to a
7109 full vc-BACKEND-diff.
7110
7111 * vc-hooks.el (vc-simple-command): Removed.
7112
7113 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7114 instead of vc-simple-command.
7115 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7116 avoid doing a diff when opening a file.
7117 (vc-rcs-state): Added check for unlocked-changes.
7118 (vc-rcs-header): Escape Id.
7119 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7120 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7121 version.
7122
7123 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7124 (vc-sccs-diff): Remove optional arg CMP.
7125 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7126 SCCS-specific function.
7127
7128 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7129 vc-simple-command.
7130
71312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7132
7133 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7134 (with-vc-file, vc-merge): Use vc-editable-p.
7135 (vc-do-command): Remove unused var vc-file and fix the
7136 doubly-defined `status' var. Add a user message when starting an
7137 async command.
7138 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7139 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7140 Use with-current-buffer.
7141 (vc-buffer-sync): Use unless.
7142 (vc-next-action-on-file): If the file is 'edited by read-only,
7143 make it read-write instead of trying to commit.
7144 (vc-version-diff, vc-update-change-log): Use `setq
7145 default-directory' rather than `cd'.
7146 (vc-log-edit): Don't forget to set default-directory in the
7147 buffer.
7148
7149 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7150 (vc-sccs-state-heuristic): Use file-writable-p instead of
7151 comparing userids.
7152 (vc-sccs-checkout): Use `unless'.
7153
7154 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7155 of comparing userids.
7156 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7157 Simplify the logic by eliminating unreachable code.
7158 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7159 just do a recursive call if we need to retry.
7160 (vc-rcs-checkout): Handle the case where rcs is missing by making
7161 the buffer read-write if requested and re-signalling the error.
7162
7163 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7164
71652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7166
7167 * vc-hooks.el (vc-handled-backends): Docstring change.
7168 (vc-ignore-vc-files): Mark obsolete.
7169 (vc-registered): Check vc-ignore-vc-files.
7170 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7171 vc-ignore-vc-files.
7172
7173 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7174
71752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7176
7177 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7178 files since ange-ftp already has vc-registered return nil.
7179
7180 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7181 (vc-sccs-workfile-version): Use with-temp-buffer and new
7182 vc-parse-buffer and don't bother setting the property.
7183 (vc-sccs-add-triple): Use with-current-buffer and
7184 find-file-noselect.
7185 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7186
7187 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7188 derives from the old vc-parse-buffer but uses the revision number
7189 rather than the date (much easier to compare robustly).
7190 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7191 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7192 locking-user more directly. Check strict locking and set
7193 checkout-model appropriately.
7194 (vc-rcs-parse-locks): Remove.
7195 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7196 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7197 (vc-rcs-system-release): Use with-current-buffer and
7198 vc-parse-buffer.
7199 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7200
7201 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7202 (vc-simple-command): Docstring fix.
7203 (vc-registered): Align the way the file-handler is called with the
7204 way the function itself works.
7205 (vc-file-owner): Remove.
7206
7207 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7208 extraction of fields and call to file-attributes because of a
7209 temporary bug in rcp.el.
7210 (vc-cvs-fetch-status): Use with-current-buffer.
7211
72122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7213
7214 * vc.el (vc-do-command): Use file-relative-name.
7215 (vc-responsible-backend): Use vc-backend if possible.
7216 (vc-create-snapshot): Improve the `interactive' spec. Add support
7217 for branches and dispatch to backend-specific `create-snapshot'.
7218 (vc-default-create-snapshot): New function, containing the bulk of
7219 the old vc-create-snapshot.
7220 (vc-retrieve-snapshot): Improve the interactive spec.
7221
7222 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7223 (vc-backend-hook-functions): Remove.
7224 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7225 (vc-backend): Reintroduce the test for `file = nil' now that I
7226 know why it was there (and added a comment to better remember).
7227
7228 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7229 code from vc-sccs-hooks.el.
7230 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7231 'vc anymore.
7232 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7233 and file-directory-p instead of file-exists-p.
7234 (vc-sccs-check-headers): Simplify the regexp.
7235
7236 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7237 from vc-rcs-hooks.el. Don't require 'vc anymore.
7238 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7239 file-directory-p instead of file-exists-p.
7240
7241 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7242 from vc-cvs-hooks.el.
7243 (proto vc-cvs-registered): Require 'vc-cvs instead of
7244 'vc-cvs-hooks. Don't require 'vc anymore.
7245 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7246 file-directory-p instead of file-exists-p.
7247 (vc-cvs-create-snapshot): New function, replacing
7248 vc-cvs-assign-name.
7249 (vc-cvs-assign-name): Remove.
7250
72512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7252
7253 * vc-cvs.el (vc-cvs-header): New var.
7254
7255 * vc-rcs.el (vc-rcs-exists): Remove.
7256 (vc-rcs-header): New var.
7257
7258 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7259 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7260 (vc-sccs-header): New var.
7261
7262 * vc.el (vc-do-command): Get rid of the `last' argument.
7263 (vc-header-alist): Remove, replaced by vc-X-header.
7264 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7265 (vc-dired-hook): Use expand-file-name instead of concat.
7266 (vc-directory): Use file-name-as-directory.
7267 (vc-snapshot-precondition, vc-create-snapshot)
7268 (vc-retrieve-snapshot): Allow the command to operate on any
7269 directory.
7270
7271 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7272 just removing the 'WORKFILE argument or by removing the 'MASTER
7273 argument and replacing `file' with (vc-name file).
7274
72752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7276
7277 * vc.el: Update Copyright and add a crude list of backend funs.
7278 (vc-writable-p): New function.
7279 (with-vc-file): Use vc-writable-p.
7280 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7281 (vc-register): Avoid vc-name.
7282 (vc-locking-user): Remove.
7283 (vc-steal-lock): Make the `owner' arg non-optional.
7284 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7285 vc-checkout-model.
7286 (vc-default-dired-state-info): Use vc-state instead of
7287 vc-locking-user and return special strings for special states.
7288 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7289 and get rid of one of the special CVS cases.
7290 (vc-cancel-version): prettify error message with \\[...].
7291 (vc-rename-master): New function.
7292 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7293 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7294 the CVS special case generic.
7295 (vc-default-record-rename): Remove.
7296 (vc-file-tree-walk-internal): Only call FUNC for files that are
7297 under control of some VC backend and replace `concat' with
7298 expand-file-name.
7299 (vc-file-tree-walk): Update docstring.
7300 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7301 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7302
7303 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7304 vc-sccs-record-rename. Use `find-file-noselect' rather than
7305 `find-file' and call `vc-rename-master' to do the actual move.
7306 (vc-sccs-diff): Remove unused `backend' variable.
7307
7308 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7309 to delay loading of vc-sccs until it is really used.
7310 (vc-sccs-master-templates): Preload.
7311 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7312 (vc-sccs-project-dir): Remove (merged into
7313 vc-sccs-search-project-dir).
7314 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7315 rather than `concat', make sure it is preloaded and don't bother
7316 to check that the file actually exists.
7317 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7318 `locks' argument (use buffer's content instead) and eliminate n^2
7319 behavior.
7320
7321 * vc-rcs.el: Update Copyright.
7322 (vc-rcs-rename-file): New function.
7323 (vc-rcs-diff): Remove unused `backend' variable.
7324
7325 * vc-hooks.el: Update Copyright.
7326 (vc-backend): Don't accept a nil argument any more.
7327 (vc-up-to-date-p): Turn into a defsubst.
7328 (vc-possible-master): New function.
7329 (vc-check-master-templates): Use `vc-possible-master' and allow
7330 funs in vc-X-master-templates to return a non-existent file.
7331
7332 * vc-cvs.el: Update Copyright.
7333 (vc-cvs-diff): Remove unused `backend' variable.
7334 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7335
7336 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7337
73382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7339
7340 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7341 since it can be called from vc-rcs.el.
7342 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7343
73442000-09-04 Andre Spiegel <spiegel@gnu.org>
7345
7346 * vc.el (vc-version-diff): Expand file name read from the
7347 minibuffer. Handle the case when a previous version number can't
7348 be guessed. Give suitable messages when there were no differences
7349 found.
7350 (vc-clear-headers): Call backend-specific implementation, if one
7351 exists.
7352 (vc-cancel-version): Made error checks generic. When done, clear
7353 headers generically, too.
7354
7355 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7356 from vc-clear-headers in vc.el.
7357
7358 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7359 correctly.
7360 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7361 optional. Handle the case when it's not there.
7362
73632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7364
7365 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7366
73672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7368
7369 * vc-hooks.el (vc-loadup): Remove.
7370 (vc-find-backend-function): Use `require'. Also, handle the case
7371 where vc-BACKEND-hooks.el doesn't exist.
7372 (vc-call-backend): Cleanup.
7373
73742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7375
7376 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7377 vc-rcs-grab-templates)
7378 (vc-rcs-registered): Remove. The default function works as well.
7379 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7380 vc-sccs-grab-templates)
7381 (vc-sccs-registered): Remove. The default function works as well.
7382
7383 * vc.el (vc-version-diff): Left out a vc- in call to
7384 vc-call-backend.
7385 (vc-default-dired-state-info, vc-default-record-rename)
7386 (vc-default-merge-news): Update for the new backend argument.
7387
7388 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7389 using the default function.
7390 (vc-call-backend): If calling the default function, pass it the
7391 backend as first argument. Update the docstring accordingly.
7392 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7393 for the new backend argument.
7394 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7395 (vc-find-backend-function): Use the new name.
7396 (vc-default-registered): New function.
7397
73982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7399
7400 * vc.el (vc-merge): Use vc-find-backend-function.
7401
7402 * vc-hooks.el (vc-backend-functions): Remove.
7403 (vc-loadup): Don't setup 'vc-functions.
7404 (vc-find-backend-function): New function.
7405 (vc-call-backend): Use above fun and populate 'vc-functions
7406 lazily.
7407 (vc-backend-defines): Remove.
7408
74092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7410
7411 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7412 Call vc-call-backend without the leading vc-.
7413 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7414 (vc-check-headers): Call vc-call-backend without the leading vc-.
7415 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7416 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7417 Call vc-call-backend without the leading vc-.
7418
7419 * vc-cvs.el (tail): Provide vc-cvs.
7420 * vc-sccs.el (tail): Provide vc-sccs.
7421 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7422
7423 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7424 (vc-make-backend-function, vc-call): Pass names without leading
7425 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7426 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7427 (vc-call-backend): Always try to load vc-X-hooks.
7428 (vc-registered): Remove vc- in call to vc-call-backend.
7429
74302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7431
7432 * vc.el (vc-process-filter): New function.
7433 (vc-do-command): Setup `vc-process-filter' for the async process.
7434 (vc-maybe-resolve-conflicts): New function to reduce
7435 code-duplication. Additionally, it puts the buffer in
7436 `smerge-mode' if applicable.
7437 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7438 calling `merge-news'.
7439 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7440 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7441 interfacing to log-edit.el.
7442 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7443 log-edit is available.
7444 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7445
74462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7447
7448 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7449 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7450 defvar and the initialization.
7451 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7452
7453 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7454 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7455
7456 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7457
74582000-09-04 Andre Spiegel <spiegel@gnu.org>
7459
7460 * vc.el (vc-file-clear-masterprops): Removed.
7461 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7462 (vc-version-diff): Use buffer-size without argument.
7463 (vc-register): Heed vc-initial-comment.
7464
7465 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7466 default branch.
7467
7468 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7469 file name and workfile version.
7470 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7471
7472 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7473 vc-file-clear-masterprops.
7474
7475 * vc-sccs.el (vc-sccs-checkout): Removed call to
7476 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7477 rather than user login name.
7478
7479
74802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7481
7482 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7483 `want-differences-if-changed' and simplify.
7484 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7485 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7486 output (which is invalid for async vc-diff) to decide whether to
7487 do the revert silently or not.
7488
74892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7490
7491 * vc-hooks.el (vc-loadup): Load files quietly.
7492 (vc-call-backend): Oops, brain fart.
7493
74942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7495
7496 * vc-cvs.el (vc-cvs-state): Typo.
7497 (vc-cvs-merge-news): Return the status code rather than the error msg.
7498
74992000-09-04 Andre Spiegel <spiegel@gnu.org>
7500
7501 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7502 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7503 vc-state or vc-up-to-date-p.
7504 (vc-merge): Use vc-backend-defines to check whether merging is
7505 possible. Set state to 'edited after successful merge.
7506
7507 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7508 return that name. Redocumented.
7509
75102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7511
7512 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7513 new `vc-state' semantics.
7514 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7515 'vc-locking-user to the current user.
7516 (vc-merge): Inline vc-backend-merge. Comment out code that I
7517 don't understand and hence can't adapt to the new `vc-state' and
7518 `vc-locking-user' semantics.
7519 (vc-backend-merge): Remove.
7520
7521 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7522 rather than 'vc-locking-user.
7523
7524 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7525
7526 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7527 (vc-state): Don't use 'reserved any more. Just use the same
7528 convention as the one used for vc-<backend>-state where the
7529 locking user (as a string) is returned.
7530 (vc-locking-user): Update, based on the above convention. The
7531 'vc-locking-user property has disappeared.
7532 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7533
7534 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7535 with a heuristic one.
7536 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7537 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7538 error. That allows us to get to 'needs-merge even in the
7539 stay-local case. There's still no way to detect 'needs-patch in
7540 such a setup (or to force an update for that matter).
7541 (vc-cvs-logentry-check): Remove, the default works as well.
7542
75432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7544
7545 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7546
7547 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7548 major-mode in which the buffer might have been put earlier. Use
7549 `remove' and `when'. Allow `okstatus' to be `async' and use
7550 `start-process' in this case.
7551 (vc-version-diff): Handle the case where the diff looks empty
7552 because of the use of an async process.
7553
75542000-09-04 Andre Spiegel <spiegel@gnu.org>
7555
7556 * vc.el (vc-next-action-on-file): Removed optional parameter
7557 `simple'. Recompute state unconditionally.
7558 (vc-default-toggle-read-only): Removed.
7559
7560 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7561 (vc-toggle-read-only): Undid prev change.
7562
7563 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7564 vc-cvs-simple-toggle. Redocumented.
7565 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7566 (vc-cvs-toggle-read-only): Removed.
7567
75682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7569
7570 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7571 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7572 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7573 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7574 still is. So maybe it should be removed.
7575 (vc-head-version, vc-find-binary): Remove.
7576 (vc-recompute-state): Move from vc-hooks.el.
7577 (vc-next-action-on-file): Add a `simple' argument to allow
7578 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7579 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7580 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7581 (vc-dired-mode-map): Properly defvar it.
7582 (vc-print-log): Call log-view-mode if available.
7583 (small-temporary-file-directory): defvar instead of use boundp.
7584 (vc-merge-news): Moved to vc-cvs.el.
7585 (vc-default-merge-news): New function.
7586
7587 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7588 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7589 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7590 unknown `vc-latest-version' function. It should probably refer to
7591 vc-workfile-version or somesuch, but it's very unclear to me and I
7592 don't have SCCS to test things.
7593
7594 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7595 (vc-sccs-state-heuristic): Fix typo.
7596 (vc-sccs-workfile-unchanged-p): Add missing argument.
7597
7598 * vc-rcs.el: Require vc and vc-rcs-hooks.
7599 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7600 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7601 (vc-release-greater-or-equal-p): Move from vc.
7602 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7603 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7604 (vc-rcs-checkout): Add a missing `new-version' argument in the
7605 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7606
7607 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7608 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7609 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7610 than the apparently unbound `workfile-version'.
7611
7612 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7613 (vc-file-prop-obarray): Use `make-vector'.
7614 (vc-backend-functions): Add new hookable functions
7615 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7616 (vc-loadup): If neither backend nor default functions exist, use
7617 the backend function rather than nil.
7618 (vc-call-backend): If the function if not bound yet, try to load
7619 the non-hook file to see if it provides it.
7620 (vc-call): New macro plus use it wherever possible.
7621 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7622 nor `vc-find-binary' since it's only called from
7623 vc-mistrust-permission which is only used once the backend is known.
7624 (vc-checkout-model): Fix parenthesis.
7625 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7626
7627 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7628 (vc-cvs-release, vc-cvs-system-release): Remove.
7629 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7630 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7631 status symbols.
7632 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7633 (vc-cvs-toggle-read-only): First cut at a function to allow a
7634 cvs-status-free vc-toggle-read-only.
7635 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7636 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7637 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7638 (vc-cvs-checkout): Modify access rights directly if the user
7639 requested not to use `cvs edit'. And refresh the mode line.
7640
7641 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7642 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7643
76442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7645
7646 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7647 workfile' that got lost when the code was extracted from vc.el.
7648 And merged the tail with the rest of the code (not possible in the
7649 old vc.el where the tail was shared among all backends). And
7650 explicitly set the state to 'edited if `writable' is set.
7651
7652 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7653 (vc-cvs-state): Be careful to return the value from
7654 vc-cvs-parse-state.
7655 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7656 property but return it instead. Also be careful to handle a nil
7657 or "" `rev' when workfile is non-nil (it was handled properly when
7658 workfile was nil).
7659
7660 * vc.el: Removed those pesky unnecessary `(function' quotes.
7661 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7662 directly in the defvar.
7663 (vc-do-command): Bind inhibit-read-only so as to properly handle
7664 the case where the destination buffer has been made read-only.
7665 (vc-diff): Delegate to vc-version-diff in all cases.
7666 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7667 (vc-annotate-mode-variables): Removed (code moved partly to
7668 defvars and partly to vc-annotate-add-menu).
7669 (vc-annotate-mode): Turned into a derived-mode.
7670 (vc-annotate-add-menu): Moved in code in
7671 vc-annotate-mode-variables.
7672 (vc-update-change-log): Use make-temp-file if available.
7673
76742000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7675
7676 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7677 `vc-checkout-model' updated to `vc-cvs-update-model'.
7678
76792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7680
7681 * vc.el (vc-next-action-on-file): Added handling of state
7682 `unlocked-changes'.
7683 (vc-checkout-carefully): Is now practically obsolete, unless the
7684 above is too slow to be enabled unconditionally.
7685 (vc-update-change-log): Fixed typo.
7686
7687 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7688
7689 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7690 Now handles state `unlocked-changes'.
7691 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7692
7693 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7694
7695 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7696 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7697 `unlocked-changes'.
7698 (vc-rcs-workfile-unchanged-p): Renamed from
7699 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7700 function yet, but supposed to become one soon.
7701
7702 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7703 `vc-steal-lock'.
7704 (vc-call-backend): Changed error message.
7705 (vc-state): Added description of state `unlocked-changes'.
7706
77072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7708
7709 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7710 always return t in CVS-controlled directories.
7711
7712 * vc.el (vc-responsible-backend): New function.
7713 (vc-register): Largely rewritten.
7714 (vc-admin): Removed (implementation moved into vc-register).
7715 (vc-checkin): Redocumented.
7716 (vc-finish-logentry): If no backend defined yet (because we are in
7717 the process of registering), use the responsible backend.
7718
7719 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7720 Updated function lists.
7721 (vc-call-backend): Fixed typo.
7722
7723 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7724 New functions.
7725 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7726 Removed query option. Redocumented.
7727
77282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7729
7730 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7731
7732 * vc.el: Updated callers of `vc-checkout-required' to use
7733 `vc-checkout-model'.
7734
77352000-09-04 Martin Lorentzson <martinl@gnu.org>
7736
7737 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7738 stuff updated to reference this function instead of the old
7739 `vc-backend-release-p'.
7740
77412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7742
7743 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7744 vc-checkout-model. Return appropriate values. Updated callers.
7745
77462000-09-04 Martin Lorentzson <martinl@gnu.org>
7747
7748 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7749 (vc-backend-revert): Function moved into `vc-revert';
7750 `vc-next-action' must be updated to accomodate this change.
7751 (vc-backend-steal): Function moved into `vc-finish-steal'.
7752 (vc-backend-logentry-check): Function moved into
7753 `vc-finish-logentry'.
7754 (vc-backend-printlog): Function moved into `vc-print-log'.
7755 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7756 (vc-backend-assign-name): Function moved into
7757 `vc-create-snapshot'.
7758
77592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7760
7761 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7762 Rename to vc-checkout-model. Return appropriate values.
7763 Update callers.
7764
7765 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7766 to vc-checkout-model.
7767 (vc-checkout-required): Rename to vc-checkout-model.
7768 Re-implement and re-comment.
7769 (vc-after-save): Use vc-checkout-model.
7770
77712000-09-04 Martin Lorentzson <martinl@gnu.org>
7772
7773 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7774 Update to use the vc-BACKEND-diff functions instead.
7775 `vc-diff' is now working.
7776
7777 * vc-rcs.el (vc-rcs-logentry-check): New function.
7778
7779 * vc-cvs.el (vc-cvs-logentry-check): New function.
7780
7781 * vc-sccs.el (vc-sccs-diff): Function changed name from
7782 `vc-backend-diff'. This makes `vc-diff' work.
7783
7784 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7785 of functions possibly implemented in a vc-BACKEND library.
7786 (vc-checkout-required): Fix bug that caused an error to be
7787 signaled during `vc-after-save'.
7788
7789 * vc.el: Fix typo.
7790 This checkin is made with our new VC code base for the very first time.
7791 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7792
7793 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7794 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7795
7796 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7797 updated to `vc-uses-locking'.
7798 (vc-checkout-required): Call to backend function.
7799 `vc-checkout-required' updated to `vc-uses-locking' instead.
7800
7801 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7802 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7803
7804 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7805 to match the split into various backends.
7806 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7807 (vc-retrieve-snapshot): Bug fix.
7808
78092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7810
7811 * vc-sccs.el (vc-sccs-release): Doc fix.
7812
78132000-09-04 Martin Lorentzson <martinl@gnu.org>
7814
7815 * vc.el (vc-next-action-on-file): Bug found and fixed.
7816 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7817 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7818
7819 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7820 (vc-rcs-checkout): Name space cleaned up. No more revision number
7821 crunching function names that are not prefixed with vc-rcs.
7822 (vc-rcs-checkout-model): Function added. References to
7823 `vc-checkout-model' replaced.
7824
78252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7826
7827 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7828 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7829 still need to be split, and implemented for RCS).
7830
78312000-09-04 Martin Lorentzson <martinl@gnu.org>
7832
7833 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7834
7835 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7836 required by the vc.el file.
7837
7838 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7839 required by the vc.el file.
7840 (vc-rcs-exists): Function added.
7841
7842 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7843 required by the vc.el file.
7844
7845 * vc.el (vc-admin): Updated to handle selection of appropriate
7846 backend. Current implementation is crufty and need re-thinking.
7847
7848 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7849
78502000-09-04 Martin Lorentzson <martinl@gnu.org>
7851
7852 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7853 beginning of annotate buffers correctly.
7854
7855 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7856 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7857 functionality updated quite a lot to support multiple backends.
7858 Variables `vc-annotate-mode', `vc-annotate-buffers',
7859 `vc-annotate-backend' added.
7860
7861 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7862 `vc-annotate-difference' added to supported backend functions.
7863
78642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7865
7866 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7867 Use with-temp-file instead of /bin/sh. Merged from mainline
7868
78692000-09-04 Martin Lorentzson <martinl@gnu.org>
7870
7871 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7872
7873 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7874
7875 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7876
78772000-09-04 Martin Lorentzson <martinl@gnu.org>
7878
7879 * vc-hooks.el: vc-state-heuristic added to
7880 vc-backend-hook-functions.
7881
7882 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7883
7884 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7885
7886 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7887 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7888 state to `reserved'.
7889
7890 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7891 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7892
78932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7894
7895 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7896 untouched.
7897
7898 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7899
7900 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7901 if defined. (Merged from main line, slightly adapted.)
7902
7903 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7904 millenium problem (merged from mainline).
7905
79062000-09-04 Martin Lorentzson <martinl@gnu.org>
7907
7908 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7909 part and moved the non-BACKEND stuff to vc.el.
7910
7911 * vc.el: Split the annotate feature into a BACKEND specific part
7912 and moved it from the vc-cvs.el file to this one.
7913
79142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7915
7916 * vc-hooks.el: Implement new state model.
7917 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7918 (vc-locking-user): Simplify. Now only needed if the file is
7919 locked by somebody else.
7920 (vc-lock-from-permissions): Remove. Functionality is in
7921 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7922 (vc-mode-line-string): New name for former vc-status. Adapted.
7923 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7924
7925 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7926 Various simplifications and adaptations all over the place.
7927
7928 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7929 Simplify and adapt the rest.
7930
7931 * vc.el (vc-resynch-window): Add TODO comment: check for
7932 interaction with view mode according to recent RCS change.
7933 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7934
79352000-09-04 Martin Lorentzson <martinl@gnu.org>
7936
7937 * vc.el: Convert the remaining function comments to docstrings.
7938
79392000-09-04 Martin Lorentzson <martinl@gnu.org>
7940
7941 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7942 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7943 (vc-minor-part, vc-previous-version): Functions that operate and
7944 compare revision numbers got proper documentation. Comments added
7945 about their possible removal.
7946
79472000-09-04 Martin Lorentzson <martinl@gnu.org>
7948
7949 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7950 the vc-backend.el files.
7951
7952 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7953
7954 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7955 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7956 (vc-rcs-previous-version): Functions added.
7957
7958 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7959
7960 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7961
79622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7963
7964 * vc-hooks.el (vc-master-templates): Is really obsolete.
7965 Comment out the definition for now. What is the right procedure
7966 to get rid of it?
7967 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7968 rewritten.
7969 (vc-default-registered): Remove.
7970 (vc-check-master-templates): New function; does mostly what the
7971 above did before.
7972 (vc-locking-user): Don't rely on the backend to set the property.
7973
7974 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7975 Rewrite documentation.
7976 (vc-rcs-templates-grabbed): New variable.
7977 (vc-rcs-grab-templates): New function.
7978 (vc-rcs-registered): Rewrite to use above mechanism.
7979
7980 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7981 Rewrite documentation.
7982 (vc-sccs-templates-grabbed): New variable.
7983 (vc-sccs-grab-templates): New function.
7984 (vc-sccs-registered): Rewrite to use above mechanism.
7985 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7986 Don't throw the result, simply return it.
7987
7988 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7989 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7990 (vc-cvs-registered): Does the check itself now. Simplify.
7991
7992 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7993 from main line.
7994
79952000-09-04 Martin Lorentzson <martinl@gnu.org>
7996
7997 * vc-cvs.el (vc-cvs-diff): New function.
7998
7999 * vc-sccs.el (vc-sccs-diff): New function.
8000
8001 * vc-rcs.el (vc-rcs-diff): New function.
8002 (vc-rcs-checkout): Bug (typo) found and fixed.
8003 (vc-rcs-register-switches): New variable.
8004
8005 * vc.el (vc-backend-diff): Function removed and placed in the
8006 backend files.
8007
80082000-09-04 Martin Lorentzson <martinl@gnu.org>
8009
8010 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8011
8012 * vc.el (vc-backend-checkout): Function removed and replaced in
8013 the vc-backend.el files.
8014
8015 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8016
8017 * vc.el (vc-backend-admin): Removed and replaced in the
8018 vc-backend.el files.
8019
8020 * vc.el (Martin): Removed all the annotate functionality since it
8021 is CVS backend specific.
8022
80232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8024
8025 * spec.txt: Added specification of vc-state.
8026
8027 * vc-sccs-hooks.el (vc-sccs-master-properties):
8028 Remove handling of vc-latest-version and
8029 vc-your-latest-version. What used to be vc-latest-version, is now
8030 returned as vc-workfile-version.
8031 (vc-sccs-workfile-version): Adapt.
8032
80332000-09-04 Dave Love <fx@gnu.org>
8034
8035 * vc.el: [Merged from mainline.]
8036 (vc-dired-mode): Make the dired-move-to-filename-regexp
8037 regexp match the date, to avoid treating date as file size.
8038 Add YYYY S option to WESTERN/
8039
80402000-09-04 Dave Love <fx@gnu.org>
8041
8042 * vc.el: Require `compile' when compiling.
8043 (vc-logentry-check-hook): New option.
8044 (vc-steal-lock): Use compose-mail.
8045 (vc-dired-mode-map): Defvar when compiling.
8046 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8047 vc-sccs.el and renamed. Callers changed.
8048 (vc-backend-checkout, vc-backend-logentry-check)
8049 (vc-backend-merge-news): Doc fix.
8050 (vc-default-logentry-check): New function.
8051 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8052 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8053 (vc-backend-merge): Doc fix. Use backend functions.
8054 (vc-check-headers): Use backend functions.
8055
8056 * vc-cvs.el: Require vc when compiling.
8057 (vc-cvs-register-switches): Doc fix.
8058 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8059 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8060 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8061 New functions (code from vc.el).
8062 (vc-annotate-display-default): Fix interactive spec.
8063 (vc-annotate-time-span): Doc fix.
8064
8065 * vc-rcs.el: Require vc when compiling.
8066 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8067 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8068 (vc-rcs-checkin): New functions (code from vc.el).
8069 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8070 Doc fix.
8071 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8072
8073 * vc-sccs.el: Require vc when compiling.
8074 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8075 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8076 (vc-sccs-revert)
8077 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8078 from vc.el).
8079 (vc-sccs-add-triple, vc-sccs-record-rename)
8080 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8081 (vc-sccs-admin): Doc fix.
8082
80832000-09-04 Martin Lorentzson <martinl@gnu.org>
8084
8085 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8086 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8087 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8088 from vc.el.
8089
8090 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8091
8092 * vc-cvs.el: Moved the annotate functionality from vc.el.
8093 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8094
80952000-09-04 Dave Love <fx@gnu.org>
8096
8097 * vc.el (vc-backend-release): Call vc-system-release.
8098
8099 * vc-sccs.el (vc-sccs-system-release):
8100 Renamed from vc-sccs-backend-release.
8101
8102 * vc-rcs.el (vc-rcs-system-release):
8103 Renamed from vc-rcs-backend-release.
8104
8105 * vc-cvs.el (vc-cvs-system-release):
8106 Renamed from vc-cvs-backend-release.
8107
81082000-09-04 Dave Love <fx@gnu.org>
8109
8110 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8111 backend files.
8112 (vc-backend-release): Dispatch to backend functions.
8113 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8114 probably needs attention.]
8115
8116 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8117 (vc-sccs-backend-release): New function.
8118
8119 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8120 (vc-cvs-backend-release): New function.
8121
8122 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8123 Doc fix.
8124 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8125 (vc-default-dired-state-info): New function.
8126 (vc-dired-state-info): Dispatch to backends.
8127 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8128
8129 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8130 from vc.el and renamed.
8131
81322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8133
8134 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8135 (vc-version-other-window, vc-backend-assign-name): Removed
8136 references to vc-latest-version; sometimes changed into
8137 vc-workfile-version.
8138
8139 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8140 vc-rcs-master-workfile-version.
8141 (vc-rcs-workfile-version): Use the above. Don't call
8142 vc-latest-version (that was unreachable code, anyway).
8143 (vc-rcs-fetch-master-properties): Doc fix.
8144
8145 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8146 (vc-backend-hook-functions): Removed them from this list, too.
8147 (vc-fetch-properties): Removed.
8148 (vc-workfile-version): Doc fix.
8149
8150 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8151 (vc-rcs-workfile-version, vc-rcs-locking-user)
8152 (vc-rcs-uses-locking): Use it.
8153
8154 * vc-hooks.el (vc-consult-rcs-headers):
8155 Moved into vc-rcs-hooks.el, under the name
8156 vc-rcs-consult-headers.
8157
8158 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8159 headers.
8160 (vc-cvs-find-master): Use this name only; correct different
8161 versions of the name.
8162
8163 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8164 New functions.
8165 (vc-sccs-locking-user): Use the latter.
8166
8167 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8168 New functions.
8169
8170 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8171 Moved into both
8172 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8173 functions are implementation details of those two backends.
8174
81752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8176
8177 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8178 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8179
8180 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8181 (vc-sccs-parse-locks): SCCS-specific code moved here from
8182 vc-hooks.
8183
8184 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8185 code moved here from vc-hooks.
8186
8187 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8188 into back-end specific parts and removed. Callers not updated
8189 yet; because I guess these callers will disappear into back-end
8190 specific files anyway.
8191
81922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8193
8194 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8195 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8196 `vc-uses-locking'.
8197
8198 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8199 Store yes/no in the property, and return t/nil. Updated all
8200 callers.
8201
8202 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8203 vc-sccs-uses-locking. Don't set property.
8204 (vc-sccs-locking-user): Don't set property.
8205
8206 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8207 vc-cvs-uses-locking. Don't set property here; leave that to
8208 vc-hooks.
8209 (vc-cvs-locking-user): Reflect above change. Streamlined.
8210
8211 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8212 vc-rcs-uses-locking.
8213 (vc-rcs-locking-user): Reflect above change.
8214
82152000-09-04 Dave Love <fx@gnu.org>
8216
8217 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8218
8219 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8220
8221 * vc-hooks.el (vc-checkout-model): Punt to backends.
8222
8223 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8224
8225 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8226
8227 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8228 New functions.
8229
8230 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8231 New functions.
8232
8233 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8234 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8235
8236 * vc-hooks.el (vc-default-locking-user): New function.
8237 (vc-locking-user, vc-workfile-version): Punt to backends.
8238
82392000-09-04 Dave Love <fx@gnu.org>
8240
8241 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8242 (vc-master-workfile-version): Moved from vc-hooks.
8243
8244 * vc-rcs-hooks.el: Fix duplicate code in last change.
8245
8246 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8247 (vc-rcs-master-templates): Improve :type.
8248 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8249 vc-master-workfile-version): Moved from vc-hooks.
8250
8251 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8252 (vc-sccs-master-templates): Improve :type.
8253 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8254
8255 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8256
8257 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8258 (vc-cvs-master-templates): Improve :type. Use
8259 vc-cvs-find-cvs-master.
8260 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8261 from vc-hooks.
8262 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8263
8264 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8265 Moved to vc-cvs-hooks.
8266
8267 * vc-hooks.el: Add doc strings in various places. Simplify the
8268 minor mode setup.
8269 (vc-handled-backends): New user variable.
8270 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8271 simplification.
8272
82732000-09-04 Dave Love <fx@gnu.org>
8274
8275 * vc.el: Some doc fixes for autoloaded and interactive functions.
8276 Fix compilation warnings from ediff stuff.
8277 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8278
8279 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8280
8281 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8282
8283 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8284
82852000-09-04 Dave Love <fx@gnu.org>
8286
8287 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8288 New variable.
8289 (vc-make-backend-function, vc-loadup, vc-call-backend)
8290 (vc-backend-defines): New functions.
8291
8292 * vc-hooks.el: Various doc fixes.
8293 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8294 (vc-match-substring): Function removed. Callers changed to use
8295 match-string.
8296 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8297 Simplify.
8298
82992000-09-04 Dave Love <fx@gnu.org>
8300
8301 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8302 type.
8303 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8304 (vc-sccs-registered): Doc fix.
8305
8306 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8307 (vc-cvs-registered): Doc fix.
8308
8309 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8310 (vc-rcs-registered): Doc fix.
8311
83122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8313
8314 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8315
8316 * vc-hooks.el: vc-registered has been renamed
8317 vc-default-registered. Some functions have been moved to the
8318 backend specific files. they all support the
8319 vc-BACKEND-registered functions.
8320
83212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8322
8323 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8324
8325 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8326
83272000-09-04 Dave Love <fx@gnu.org>
8328
8329 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8330 menu-bar-update-hook.
8331
8332 * help.el (help-manyarg-func-alist): Add
8333 find-operation-coding-system.
8334
8335 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8336
8337 * custom.el (custom-set-variables): Print message about errors in
8338 setting.
8339
83402000-09-03 Andrew Innes <andrewi@gnu.org>
8341
8342 * makefile.w32-in: Change to DOS line endings.
8343
83442000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8345
8346 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8347 minor-mode keymaps, if they don't have one.
8348
83492000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8350
8351 * eshell/esh-module.el (eval-when-compile): Don't lose if
8352 esh-module.el's file name is truncated to DOS 8+3 limits.
8353
83542000-09-01 John Wiegley <johnw@gnu.org>
8355
8356 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8357 predicate, which caused entries in the completion list to be
8358 doubled.
8359
83602000-08-30 John Wiegley <johnw@gnu.org>
8361
8362 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8363 sending to subprocesses. Also, hook pre-command-hook if
8364 `eshell-send-direct-to-subprocesses' is non-nil.
8365 (eshell-send-direct-to-subprocesses): New config variable. If t,
8366 subprocess input is send immediately.
8367 (eshell-toggle-direct-send): New function.
8368 (eshell-self-insert-command): New function.
8369 (eshell-intercept-commands): New function.
8370 (eshell-send-input): If direct subprocess sending is enabled,
8371 don't echo any input to the Eshell buffer. Let the subprocess
8372 handle that. This requires "stty echo" in bash, for example.
8373
83742000-08-28 John Wiegley <johnw@gnu.org>
8375
8376 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8377 completion function for Eshell's implementation of `unset'.
8378
83792000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8380
8381 * info.el (Info-directory-list): Doc fix.
8382
83832000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8384
8385 * filecache.el (file-cache-add-directory-using-find): Don't quote
8386 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8387
83882000-08-31 Kenichi Handa <handa@etl.go.jp>
8389
8390 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8391 coding systems.
8392
83932000-08-30 Andrew Innes <andrewi@gnu.org>
8394
8395 * timer.el (run-with-idle-timer): Undo last change, so that timer
8396 is not activated immediately if Emacs is already idle. Some
8397 existing code relies on this behaviour.
8398
83992000-08-30 Miles Bader <miles@gnu.org>
8400
8401 * frame.el (set-frame-font): Do completion of font-name for
8402 interactive use.
8403
84042000-08-30 Kenichi Handa <handa@etl.go.jp>
8405
8406 * international/quail.el (quail-start-translation): Bind locally
8407 last-command-event, last-command, and this-command.
8408 (quail-start-conversion): Likewise.
8409 (quail-self-insert-command): Fix docstring.
8410
84112000-08-29 Gerd Moellmann <gerd@gnu.org>
8412
8413 * progmodes/executable.el
8414 (executable-make-buffer-file-executable-if-script-p): Check that
8415 buffer contains at least 2 characters.
8416
84172000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8418
8419 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8420
84212000-08-29 Dave Love <fx@gnu.org>
8422
8423 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8424 (diff-mode-shared-map): Bind mouse-2.
8425 (diff-imenu-generic-expression): New variable.
8426 (diff-mode): Use it.
8427
8428 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8429 (mouse-popup-menubar): Add minor mode menus.
8430 (popup-menu): Check for lookup-key returning number.
8431
84322000-08-29 Miles Bader <miles@gnu.org>
8433
8434 * comint.el (comint-send-input): Create overlays using the proper
8435 front/read-advance arguments.
8436
84372000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8438
8439 * ps-print.el: Even/odd pages printing. Doc fix.
8440 (ps-print-version): New version number (6.0).
8441 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8442 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8443 (ps-print-duplex-feature): Variable eliminated.
8444 (ps-even-or-odd-pages): New variable.
8445
8446 * progmodes/ebnf2ps.el: Doc fix.
8447 (ebnf-version): New version (3.3).
8448 (ebnf-user-arrow): Change variable customization to sexp.
8449 (ebnf-user-arrow): Function eliminated.
8450 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8451
84522000-08-29 Kenichi Handa <handa@etl.go.jp>
8453
8454 * help.el (help-xref-mule-regexp): New variable.
8455 (help-make-xrefs): Handle help-xref-mule-regexp.
8456
8457 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8458 variable.
8459 (describe-input-method): Temporarily activate the specfied input
8460 method to display the information.
8461 (describe-language-environment): Hyperlinks to mule related items.
8462
8463 * international/mule-diag.el (charset-multibyte-form-string): New
8464 function.
8465 (list-character-sets-1): Use charset-multibyte-form-string.
8466 (describe-character-set): New function.
8467 (describe-coding-system): Hyperlinks to safe character sets.
8468
8469 * international/quail.el (quail-help): New arg PACKAGE.
8470 Hyperlinks to mule related items.
8471 (quail-help-insert-keymap-description): Use
8472 substitute-command-keys instead of describe-bindings.
8473 (quail-translation-help): Hyperlinks to mule related items.
8474
84752000-08-28 John Wiegley <johnw@gnu.org>
8476
8477 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8478 have a defsubst call itself. Made `eshell-flatten-list' back into
8479 a function again.
8480
8481 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8482 catch, in case re-centering point at bottom messes up the display.
8483 This happens frequently in Emacs 21, due I believe to variable
8484 line heights.
8485
8486 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8487 to call `find-tag-interactive'.
8488
8489 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8490 the list of remember directories.
8491
84922000-08-28 John Wiegley <johnw@gnu.org>
8493
8494 * align.el: Test align-region-separate to see if it's a symbol.
8495
84962000-08-28 John Wiegley <johnw@gnu.org>
8497
8498 * eshell/esh-util.el (eshell-flatten-list): Made this function
8499 into a defsubst form. It gets used very frequently, although
8500 calls don't occur all that often.
8501
8502 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8503 examining it.
8504
8505 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8506 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8507 `eshell-protect'.
8508 (eshell-copy-handles): Created a new macro for duplicating the
8509 current set of open handles. This is needed by the looping
8510 functions.
8511 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8512 is not incorrectly stomped on.
8513
8514 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8515 declaration for pcomplete-use-paring.
8516 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8517 value of eshell-cmpl-use-paring.
8518 * pcomplete.el (pcomplete-use-paring): New config variable, to
8519 indicate whether paring should be used.
8520 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8521 completion alternatives that have already been used.
8522
8523 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8524 bound to C-c C-y, which will repeat the previous N arguments
8525 (based on prefix argument).
8526 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8527
8528 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8529 if there is no *Help* buffer. This is for XEmacs, which renames
8530 its help buffers uniquely. TODO: Find out what the current buffer
8531 name to delete is.
8532
8533 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8534 first entry that correlates to a passwd/group number. Later
8535 entries (used for group/user name aliasing to multiple IDs) are
8536 ignored.
8537
8538 * eshell/em-xtra.el (eshell/expr):
8539 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8540 (eshell-grep, eshell/diff, eshell/locate):
8541 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8542 argument list, before passing it to the system command.
8543
8544 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8545 `find-tag' for use at final position in Eshell buffers (which
8546 otherwise triggers an error on Emacs 21).
8547 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8548 buffer, if it is currently bound to `find-tag'.
8549
8550 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8551 in the list of matched Makefile names.
8552 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8553 directory, prefer its contents to Makefile.
8554
8555 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8556 directory parts (like "cd old new", or "cd =regexp"), are now case
8557 sensitive on non-Windows/DOS platforms.
8558
8559 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8560 types RET after an open delimiter (like "), display a message
8561 indicating that Eshell is waiting for the closing delimiter.
8562
8563 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8564 environment variables.
8565
8566 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8567 gracefully if the user enters incorrect arguments.
8568
8569 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8570 Eshell buffers.
8571
8572 * eshell/esh-var.el (eshell-interpolate-variable):
8573 * eshell/esh-mode.el (eshell-move-argument):
8574 * eshell/em-unix.el (eshell-du-sum-directory):
8575 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8576 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8577 (not (= ...)).
8578
8579 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8580 to ensure the `preserve' flag gets propagated when doing recursive
8581 directory copies.
8582
85832000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8584
8585 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8586 Don't convert \n into \0177 in memory.
8587 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8588 and back again, when reading and writing.
8589
85902000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8591
8592 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8593 testing of `fboundp' on `processp'.
8594
8595 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8596 (eshell/jobs): Don't call process-list if it is not bound.
8597 (eshell-gather-process-output): Support systems where async
8598 subprocesses aren't supported.
8599 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8600 variables.
8601
8602 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8603 eshell-do-eval returns t.
8604 (eshell-do-pipelines-synchronously): New defmacro.
8605 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8606 when async subprocesses aren't supported.
8607 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8608 if async subprocesses aren't supported.
8609 (eshell-resume-command): Don't assume STATUS is a string.
8610
8611 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8612
8613 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8614 (eshell-close-target, eshell-get-target): Use eshell-processp.
8615 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8616 fix.
8617 (eshell-get-target, eshell-create-handles): Doc fix.
8618
86192000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8620
8621 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8622 criterion to include commands that output something, as long as it
8623 leaves both the command and the end-of-buffer visible when the
8624 command has exited.
8625 (eshell-review-quick-commands): Adjust the help doc string
8626 accordingly.
8627
86282000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8629
8630 * locate.el (locate): Cleaned up locate command's interactive prompting
8631 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8632
8633 * filecache.el (file-cache-case-fold-search): New variable
8634 (file-cache-assoc-function): New variable
8635 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8636 Use file-cache-case-fold-search variable
8637 (file-cache-add-file): Use file-cache-assoc-function
8638 (file-cache-delete-file): likewise
8639 (file-cache-directory-name): likewise
8640 (file-cache-debug-read-from-minibuffer): likewise
8641
86422000-08-28 Gerd Moellmann <gerd@gnu.org>
8643
8644 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8645 (abbrev-table-name): New function.
8646 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8647 If non-nil list local abbrev, only.
8648
86492000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8650
8651 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8652 from Gnus support code, and use special article copy buffer
8653 `(gnus-original-article-buffer)' instead. This allows to get rid
8654 of article-hide-headers usage (which breaks in the latest Gnus
8655 version). Thanks to Detlev Zundel.
8656
86572000-08-28 Kenichi Handa <handa@etl.go.jp>
8658
8659 * international/quail.el (quail-use-package): Hide "... loaded"
8660 message.
8661 (quail-start-translation, quail-start-conversion): Likewise.
8662
8663 * international/kkc.el (kkc-region): Hide "... loaded" message.
8664
86652000-08-27 Dave Love <fx@gnu.org>
8666
8667 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8668
86692000-08-27 Miles Bader <miles@gnu.org>
8670
8671 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8672
86732000-08-27 Kenichi Handa <handa@etl.go.jp>
8674
8675 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8676 'ja-dic-cnv), not (require 'skkdic-cnv).
8677
86782000-08-26 Miles Bader <miles@gnu.org>
8679
8680 * faces.el (face-x-resources): Add entry for :inherit.
8681 * cus-face.el (custom-face-attributes): Add support for :inherit
8682 attribute. Add support for relative face heights.
8683 (custom-face-attributes-get): Treat `nil' as being a default value
8684 for :inherit (as well as `unspecified').
8685
8686 * faces.el (set-face-attribute): Update doc string.
8687 (face-attribute-name-alist): Add :inherit.
8688 (face-valid-attribute-values): Handle :inherit.
8689 (face-read-string): Rephrase prompt to be less confusing.
8690 Assume that DEFAULT is a string, since we must return a string.
8691 (face-read-integer): Use `format' to turn DEFAULT into an
8692 acceptable default for face-read-string. Match NEW-VALUE against
8693 the string "unspecified", not the symbol `unspecified', since
8694 that's what face-read-string returns.
8695 (read-face-attribute): Lookup a name for old-value in valid, and
8696 use it as a default if we find one. Treat all values from
8697 face-read-string as strings. If the default is used, don't do any
8698 more processing on the value, just use the old value directly.
8699 (read-face-and-attribute, modify-face): Tweak prompt.
8700 (read-face-name): Don't assume prompt ends with a space.
8701
8702 * faces.el (describe-face): Add support for :inherit attribute.
8703
87042000-08-25 Kenichi Handa <handa@etl.go.jp>
8705
8706 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8707 concat doesn't accept interger.
8708
8709 * international/kkc.el: Remove SKK from Keywords. Require
8710 ja-dic-utl instead of skkdic-utl.
8711
8712 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8713 Provide ja-dic-cnv instead of skkdic-cnv.
8714 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8715 (iso-2022-7bit-short): Add safe-charsets property.
8716 (skkdic-convert-postfix): Search Japanese chou-on character in
8717 addition to Hiragana character.
8718 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8719 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8720 (batch-skkdic-convert): Likewise.
8721
8722 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8723 Provide ja-dic-utl instead of skkdic-utl.
8724 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8725
87262000-08-24 Dave Love <fx@gnu.org>
8727
8728 * disp-table.el (standard-display-default): Make the test of `l'
8729 useful.
8730
8731 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8732 mod sample text.
8733
8734 * international/iso-ascii.el: Make pilcrow convenient string
8735 consistent with section.
8736 (iso-ascii-display): Set up multibyte characters as well as
8737 unibyte.
8738
87392000-08-24 Kenichi Handa <handa@etl.go.jp>
8740
8741 * international/mule-cmds.el (reset-language-environment): Set
8742 default-process-coding-system to '(undecided . iso-latin-1), which
8743 makes process I/O almost consistent with file I/O. Call this
8744 function when mule-cmds.el[c] is loaded.
8745
87462000-08-22 Andrew Innes <andrewi@gnu.org>
8747
8748 * makefile.w32-in: New file.
8749
87502000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8751
8752 * comint.el (comint-output-filter): Compare end of
8753 comint-last-output-overlay with the start of the newly inserted
8754 text, not the end, when deciding whether to extend it.
8755 Set saved-point's insertion type to advance after insertion.
8756
8757 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8758 since this is now done independently of font-lock mode.
8759
87602000-08-21 Gerd Moellmann <gerd@gnu.org>
8761
8762 * server.el (server-kill-new-buffers): New user option.
8763 (server-existing-buffer): New buffer-local variable.
8764 (server-visit-files): When using an existing buffer, set
8765 server-existing-buffer to t.
8766 (server-buffer-done): If server-kill-new-buffers is t, kill the
8767 buffer, unless it was already present before visiting it with
8768 Emacs server.
8769
87702000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8771
8772 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8773 even if the display doesn't support colors: some displays will
8774 support bold/underline faces.
8775
87762000-08-21 Gerd Moellmann <gerd@gnu.org>
8777
8778 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8779
8780 * startup.el (command-line): If user's init file had an error,
8781 add explanatory text to *Messages*.
8782
87832000-08-21 Kenichi Handa <handa@etl.go.jp>
8784
8785 * man.el (Man-getpage-in-background): Decode the process output by
8786 the system locale coding system.
8787
87882000-08-20 Dave Love <fx@gnu.org>
8789
8790 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8791 Don't test x-popup-menu.
8792 (function) <complete-function>: Complete only fbound symbols.
8793 <validate, value>: New.
8794 (variable) <complete-function>: Complete only bound symbols.
8795 (coding-system): Add :base-only, :complete-function, :validate,
8796 :value, :prompt-match.
8797 (widget-coding-system-prompt-value): Use read-coding-system and
8798 act on :base-only.
8799 (editable-field): Add :help-echo.
8800 (widget-push-button-gui, widget-push-button-cache)
8801 (widget-gui-action, widget-editable-list-gui): COmment out, along
8802 with uses.
8803 (widget-at): Make arg optional.
8804 (widget-echo-help): Adjust for current help-echo calling sequence.
8805 (widget-specify-field, widget-specify-button)
8806 (widget-specify-insert, widget-get-sibling, widget-image-find)
8807 (widget-convert, widget-insert, widget-leave-text)
8808 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8809 (widget-setup, widget-field-find, widget-before-change)
8810 (widget-after-change, widget-default-complete)
8811 (widget-default-create, widget-default-delete)
8812 (widget-push-button-value-create, editable-field)
8813 (widget-field-prompt-value, widget-field-validate)
8814 (widget-choice-value-create, widget-choice-action)
8815 (widget-choice-validate, widget-checklist-add-item)
8816 (widget-radio-add-item, widget-radio-chosen)
8817 (widget-radio-value-inline, widget-editable-list-value-create)
8818 (widget-editable-list-entry-create)
8819 (widget-documentation-link-add)
8820 (widget-documentation-string-value-create)
8821 (widget-regexp-validate, widget-file-complete)
8822 (widget-sexp-validate, widget-plist-convert-widget)
8823 (widget-plist-convert-widget, widget-alist-convert-widget)
8824 (widget-alist-convert-widget, widget-color-complete): Simplify,
8825 particularly to avoid bindings which aren't optimized out.
8826
8827 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8828 Doc fix.
8829 (down-list, backward-up-list, up-list, kill-sexp)
8830 (backward-kill-sexp, mark-sexp): Make arg optional.
8831 (lisp-complete-symbol): Add optional arg PREDICATE.
8832
8833 * cus-start.el: Add display-buffer-reuse-frames,
8834 file-coding-system-alist.
8835
88362000-08-20 Gerd Moellmann <gerd@gnu.org>
8837
8838 * startup.el (command-line): Clear realized faces after
8839 modifying TTY color mappings.
8840
88412000-08-20 Miles Bader <miles@gnu.org>
8842
8843 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8844 merely a subset of FACE's attributes.
8845
88462000-08-19 Miles Bader <miles@gnu.org>
8847
8848 * comint.el (comint-output-filter): Save the point with a marker,
8849 not just a buffer position.
8850
8851 * international/mule.el (set-buffer-process-coding-system): Make
8852 interactive prompt less confusing.
8853
88542000-08-19 Gerd Moellmann <gerd@gnu.org>
8855
8856 * hilit-chg.el: General cleanup of doc strings, comments and
8857 code formatting.
8858
88592000-08-19 Miles Bader <miles@gnu.org>
8860
8861 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8862 Compiler macro removed; beginning-of-line is no longer always
8863 equivalent to forward-line, in the presence of fields.
8864
8865 * comint.el (comint-output-filter): Remove ad-hoc saving of
8866 restriction, and just use save-restriction, now that it works
8867 correctly. Don't adjust comint-last-input-start to account for
8868 our insertion; it shouldn't have moved because we don't use
8869 insert-before-markers anymore. Comment out call to
8870 `force-mode-line-update'; why is it here?
8871
8872 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8873 while checking for prompt to delete. Use `forward-line 0'
8874 instead of beginning-of-line.
8875 (gud-filter): Temporarily widen gud comint buffer while
8876 examining output.
8877
88782000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8879
8880 * progmodes/sh-script.el: Big bag of typos.
8881
8882 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8883 check since ispell-process is not bound when ispell is not yet loaded.
8884
88852000-08-18 Dave Love <fx@gnu.org>
8886
8887 * image.el (find-image): Copy `spec' before using plist-put.
8888
88892000-08-18 Gerd Moellmann <gerd@gnu.org>
8890
8891 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8892 `portugues'.
8893
8894 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8895 backward-kill-sexp, analogous to kill-sexp.
8896
8897 * progmodes/icon.el (icon-indent-line)
8898 (icon-is-continuation-line): Handle comments specially.
8899
89002000-08-17 Ken Stevens <k.stevens@ieee.org>
8901
8902 * ispell.el: Set to standard author/maintainer/keyword fields.
8903 Fine tuning to menu map appearance and operation, and added help.
8904 Remove `start' and `end' error messages when compiling.
8905 (ispell-choices-win-default-height): Fixed comment string.
8906 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8907 castellano8 dictionaries.
8908 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8909 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8910 dictionary, added italiano dictionary.
8911 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8912 word character
8913 (ispell-tex-skip-alists): Added psfig support.
8914 (ispell-skip-html): Renamed from ispell-skip-sgml.
8915 (ispell-begin-skip-region-regexp, ispell-skip-region)
8916 (ispell-minor-check): Improved html skipping support to skip across
8917 code, and recognize `&' commands without propper `;' syntax;
8918 (ispell-process-line): Fix alignment error when manually
8919 correcting spelling.
8920 (ispell): Fix comment string.
8921 (ispell-add-per-file-word-list): Always put word list on new line.
8922
89232000-08-17 Gerd Moellmann <gerd@gnu.org>
8924
8925 * format.el (format-encode-run-method): Fix error message to say
8926 `encode' instead of `decode'. Use save-window-excursion around
8927 shell-command-on-region as in format-decode-run-method because
8928 shell-command-on-region can display a buffer with error output.
8929 (format-decode): Don't record undo information for the decoding.
8930 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8931 that number part of the temporary buffer name so that more than
8932 one decoding using a temporary buffer can happen safely.
8933
8934 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8935 of `A-z' in the regexp.
8936
8937 * hilit-chg.el: Fix typos in commentary.
8938
8939 * help.el (view-emacs-news): Rewritten for new naming scheme
8940 for old NEWS files.
8941
8942 * startup.el (command-line): Pop to *Messages* in case an error
8943 is signaled while loading user-init-file.
8944
89452000-08-17 Andreas Schwab <schwab@suse.de>
8946
8947 * files.el (insert-directory): Don't lose original file name,
8948 undoing an undocumented change.
8949
89502000-08-17 Alex Schroeder <alex@gnu.org>
8951
8952 * sql.el (sql-magic-go): Use comint-bol.
8953 (sql-copy-column): Use comint-line-beginning-position.
8954 (comint-line-beginning-position): Define a replacement for
8955 comint-line-beginning-position if it is not fboundp.
8956
89572000-08-17 Alex Schroeder <alex@gnu.org>
8958
8959 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8960 it didn't have any effect anyway.
8961
89622000-08-17 Alex Schroeder <alex@gnu.org>
8963
8964 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8965 --pset and pager=off instead of sending \\o|cat at the beginning
8966 of the session.
8967
89682000-08-17 Miles Bader <miles@gnu.org>
8969
8970 * progmodes/octave-inf.el: Add compatibility definition of
8971 comint-line-beginning-position.
8972
89732000-08-17 Kenichi Handa <handa@etl.go.jp>
8974
8975 * startup.el (normal-top-level): Look in each dir in load-path for
8976 a leim-list.el file too. This assures of loading leim-list.el
8977 that is created at Emacs installation time even if a user have his
8978 own leim-list.el.
8979
89802000-08-17 Miles Bader <miles@gnu.org>
8981
8982 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8983 foreground color to black if the background is dark.
8984
89852000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8986
8987 * loadhist.el (unload-feature): Typo.
8988
8989 * finder.el (finder-compile-keywords):
8990 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8991 to the generated file.
8992
8993 * mail/mh-e.el (mh-make-local-vars):
8994 Replace make-variable-buffer-local with make-local-variable.
8995
8996 * play/landmark.el:
8997 * options.el (Edit-options-{set,toggle,t,nil}):
8998 * mail/mailabbrev.el (mail-abbrevs-mode):
8999 * textmodes/tex-mode.el (tex-expand-files):
9000 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9001
9002 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9003
9004 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9005 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9006 Allow going past the last element.
9007 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9008 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9009 (cvs-mouse-toggle-mark): Don't move point.
9010 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9011
9012 * progmodes/compile.el (grep): Provide a default set of files.
9013 (next-error): Docstring fix.
9014 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9015
9016 * emacs-lisp/easy-mmode.el (define-minor-mode):
9017 Use `symbol-value' to keep the byte-compiler quiet.
9018
9019 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9020 (diff-find-source-location): New fun, extracted from diff-goto-source.
9021 (diff-goto-source): Use it.
9022 (diff-next-complex-hunk, diff-filter-lines): New function.
9023 (diff-apply-hunk): New command.
9024
9025 * smerge-mode.el (smerge-mode-menu): Doc fix.
9026
9027 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9028
90292000-08-16 Dave Love <fx@gnu.org>
9030
9031 * windmove.el (windmove) <defgroup>: Add :version.
9032
9033 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9034 (goto-address-fontify-p, goto-address-highlight-p)
9035 (goto-address-url-face, goto-address-url-mouse-face)
9036 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9037 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9038 (goto-address-fontify, goto-address-at-mouse): Simplify,
9039 (goto-address-at-point): browse-url-url-at-point,
9040 goto-address-find-address-at-point can return nil.
9041 (goto-address-find-address-at-point): Return nil on failure.
9042
9043 * align.el (align) <defgroup>: Add :version.
9044
9045 * calculator.el (calculator): Add :version.
9046 (calculator): Use two lines for calculator window if `modeline'
9047 face is boxed.
9048
9049 * play/5x5.el: Doc fixes.
9050 (5x5) <defgroup>: Add :version.
9051
9052 * play/fortune.el (fortune) <defgroup>: Add :version.
9053 (fortune-append): Fix error message.
9054 (fortune-from-region): Doc fix.
9055
9056 * play/pong.el (pong): Doc fix.
9057
9058 * play/morse.el: Keywords, commentary, autoloads.
9059
90602000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9061
9062 * desktop.el (desktop-save): Don't look at symbol-value of a
9063 member of minor-mode-alist, unless it is boundp.
9064
90652000-08-16 Sam Steingold <sds@gnu.org>
9066
9067 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9068 `while'; use `with-current-buffer' instead of `save-excursion'.
9069 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9070
90712000-08-16 Kenichi Handa <handa@etl.go.jp>
9072
9073 * international/ccl.el (declare-ccl-program): Docstring modified.
9074 (ccl-execute-with-args): Likewise.
9075
90762000-08-16 Miles Bader <miles@gnu.org>
9077
9078 * progmodes/sql.el: Add compatibility definition of
9079 comint-line-beginning-position.
9080
90812000-08-15 Gerd Moellmann <gerd@gnu.org>
9082
9083 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9084 'buffer-menu' property.
9085 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9086 fails.
9087 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9088 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9089 wasn't killed.
9090
9091 * buff-menu.el (list-buffers-noselect): Don't display the
9092 *Buffer List* buffer.
9093
9094 * font-lock.el: Require jit-lock to prevent a very late
9095 `Loading jit-lock' message.
9096
9097 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9098 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9099 mail address.
9100
91012000-08-15 Miles Bader <miles@gnu.org>
9102
9103 * textmodes/ispell.el (ispell-graphic-p): New constant.
9104 (ispell-choices-win-default-height, ispell-help): Use
9105 `ispell-graphic-p' instead of `xemacsp'.
9106
91072000-08-15 Dave Love <fx@gnu.org>
9108
9109 * simple.el: Autoload widget-convert when compiling.
9110 (mail-user-agent): Doc fix.
9111
9112 * help.el (function-called-at-point, variable-at-point): Use
9113 with-syntax-table.
9114 (help-manyarg-func-alist): Add insert-and-inherit.
9115
9116 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9117
9118 * delsel.el (delsel-unload-hook): New function.
9119
9120 * find-file.el: Doc fixes. Move provide to end.
9121 (ff) <defgroup>: Add :link.
9122 (ff-goto-click): Deleted.
9123 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9124 Use mouse-set-point.
9125
9126 * textmodes/tildify.el: Doc fixes.
9127 (tildify) <defgroup>: Add:version.
9128
9129 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9130 (glasses-custom-set): Use set-default, not set.
9131 (minor-mode-alist): Propertize the lighter.
9132 (glasses-mode): Provide optional arg.
9133
9134 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9135 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9136 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9137 option. Provide :type.
9138 (cwarn-configuration): Provide :type.
9139 (cwarn-mode): Doc fix.
9140
9141 * add-log.el (change-log-merge): Doc fix.
9142 (change-log-redate): New command.
9143
9144 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9145 Doze and Dog.
9146 (browse-url): Use dolist, not mapcar.
9147 (browse-url-at-point): Check for null url.
9148 (browse-url-event-buffer, browse-url-event-point): Functions
9149 deleted.
9150 (browse-url-at-mouse, browse-url-netscape): Simplify.
9151
9152 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9153 modes.
9154 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9155 Fix previous change to mapcan.
9156 (msb--init-file-alist, msb--add-separators)
9157 (msb--make-keymap-menu): Simplify.
9158 (msb--choose-file-menu): Use copy-sequence.
9159 (msb-mode-map): Add title to keymap.
9160 (msb-unload-hook): New function.
9161
9162 * bs.el: Fix indentation.
9163 (bs) <defgroup>: Add :links.
9164 (bs-show): Doc fix.
9165 (bs-apply-sort-faces): Don't use window-system.
9166 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9167
91682000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9169
9170 * calendar/timeclock.el (timeclock-file): Run .timelog through
9171 convert-standard-filename.
9172
91732000-08-14 Gerd Moellmann <gerd@gnu.org>
9174
9175 * emacs-lisp/authors.el: New file.
9176
9177 * paren.el (show-paren-priority): New user option.
9178 (show-paren-function): Set overlay priorities to
9179 show-paren-priority.
9180
91812000-08-14 Miles Bader <miles@gnu.org>
9182
9183 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9184 beginning-of-line with inhibit-field-text-motion bound.
9185
91862000-08-14 Gerd Moellmann <gerd@gnu.org>
9187
9188 * calendar/timeclock.el: New file.
9189
91902000-08-14 David Ponce <david@dponce.com>
9191
9192 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9193 `widget-button-click'. so that one can use left mouse button to
9194 click on dialog buttons.
9195
91962000-08-14 Emmanuel Briot <briot@gnat.com>
9197
9198 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9199 identifiers, since XML is case sensitive
9200
92012000-08-12 Miles Bader <miles@gnu.org>
9202
9203 * comint.el (comint-output-filter): Don't bother frobbing
9204 window-start, it doesn't seem to be necessary.
9205
9206 * comint.el (comint-send-string, comint-send-region): Make into
9207 real functions. Snapshot the prompt before sending.
9208
92092000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9210
9211 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9212 technique similar to Info-index, instead of relying on specific
9213 names of relevant Index nodes.
9214 (Info-goto-emacs-command-node): Bind Info-history to nil when
9215 going to the first node found by Info-find-emacs-command-nodes.
9216
92172000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9218
9219 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9220
92212000-08-10 Miles Bader <miles@gnu.org>
9222
9223 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9224
92252000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9226
9227 * info.el (Info-file-list-for-emacs): More elements for the
9228 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9229 and woman manuals.
9230
92312000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9232
9233 * comint.el (comint-send-input): Make the newline boundary overlay
9234 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9235 (comint-output-filter): Use `insert' instead of
9236 `insert-before-markers'. Extend comint-last-output-overlay when
9237 necessary since we can't rely on insert-before-markers to do it.
9238 * gud.el (gud-filter): Use `with-current-buffer' instead of
9239 save-excursion when inserting the output, so that point gets
9240 updated correctly; the old method relied on a rather dodgy
9241 side-effect of comint-output-filter to avoid the effect of
9242 save-excursion.
9243
92442000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9245
9246 * files.el (recover-file): Call insert-directory instead of
9247 invoking `ls' directly.
9248
92492000-08-10 Miles Bader <miles@gnu.org>
9250
9251 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9252 (comint-last-prompt-overlay): New variables.
9253 (comint-output-filter): Implement prompt highlighting.
9254 (comint-snapshot-last-prompt): New function.
9255 (comint-send-input): Snapshot the last prompt.
9256 Use comint-highlight-input-face.
9257 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9258 Use defface instead of defcustom.
9259 (send-invisible, comint-send-eof): Snapshot the last prompt.
9260 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9261 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9262
92632000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9264
9265 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9266 (regexp-opt-group): Use a list of chars for `letters'.
9267 (regexp-opt-charset): `chars' is now a list of chars.
9268 Use a char-table rather than a vector so it works for multibyte chars.
9269
9270 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9271 Set cvs-minor-current-files to the selected fileinfo.
9272 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9273 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9274
92752000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9276
9277 * files.el (insert-directory): Don't call access-file on
9278 directories on DOS and Windows.
9279
92802000-08-09 Kenichi Handa <handa@etl.go.jp>
9281
9282 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9283 longer if necessary.
9284 (ccl-embed-code): Call ccl-embed-data to store CODE in
9285 ccl-program-vector.
9286
92872000-08-09 Miles Bader <miles@gnu.org>
9288
9289 * comint.el (comint-output-filter): Properly handle the case where
9290 the text surrounded by comint-last-output-overlay was deleted.
9291
92922000-08-08 Gerd Moellmann <gerd@gnu.org>
9293
9294 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9295 non-nil.
9296 (Info-file-list-for-emacs): Remove "info" from the list because
9297 that leads to trying to use the documentation from file `info'
9298 in various situations where it isn't appropriate, for instance
9299 C-h C-k C-h i.
9300
9301 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9302 DIR and/or STRING are nil.
9303
9304 * progmodes/compile.el (compilation-setup): Make variable
9305 compilation-error-screen-columns buffer-local, as some comment
9306 in the code suggests it should be.
9307
9308 * files.el (auto-mode-interpreter-regexp): New variable.
9309 (set-auto-mode): Use it.
9310
9311 * indent.el (indent-for-tab-command): Doc fix.
9312
9313 * mouse-sel.el (mouse-sel-mode): Doc fix.
9314
9315 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9316 labels.
9317
9318 * help.el (print-help-return-message): When
9319 display-buffer-reuse-frames is set, let the help window been quit,
9320 instead of deleting it, which might delete a reused frame.
9321
93222000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9323
9324 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9325 rename a directory to a name that differs only by its letter case.
9326
93272000-08-08 Kenichi Handa <handa@etl.go.jp>
9328
9329 * international/quail.el (quail-define-rules): Handle Quail decode
9330 map correctly. Add code for supporting annotations.
9331 (quail-install-decode-map): New function.
9332 (quail-defrule-internal): New optional arguments decode-map and
9333 props.
9334 (quail-advice): New function.
9335
93362000-08-07 Sam Steingold <sds@gnu.org>
9337
9338 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9339 `defconst', `define-condition', `with-slots'.
9340 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9341
93422000-08-03 Miles Bader <miles@gnu.org>
9343
9344 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9345 New variable.
9346 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9347 comint-use-prompt-regexp-instead-of-fields.
9348 (comint-send-input): Add `input' field property to stuff we send to
9349 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9350 (comint-output-filter): Add `output' field property to process
9351 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9352 (comint-replace-by-expanded-history)
9353 (comint-get-old-input-default, comint-show-output)
9354 (comint-backward-matching-input, comint-forward-matching-input)
9355 (comint-next-prompt, comint-previous-prompt): Use field
9356 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9357 (comint-line-beginning-position): New function.
9358 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9359 (comint-replace-by-expanded-history-before-point): Use
9360 comint-line-beginning-position and line-end-position.
9361 (comint-last-output-overlay): New variable.
9362 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9363
9364 * shell.el (shell-prompt-pattern): Doc change.
9365 (shell-backward-command): Use line-beginning-position.
9366
9367 * gud.el (gud-gdb-complete-command): Use
9368 comint-line-beginning-position.
9369
9370 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9371 comint-bol doesn't actually go to the beginning of the line.
9372
9373 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9374 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9375 (try-expand-line-all-buffers): Likewise.
9376
9377 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9378 explicitly matching comint-prompt-regexp.
9379 (sql-copy-column): Use comint-line-beginning-position instead of
9380 explicitly matching comint-prompt-regexp.
9381
9382 * progmodes/octave-inf.el (inferior-octave-complete): Use
9383 comint-line-beginning-position.
9384
9385 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9386
9387 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9388 looking for a prompt, use `forward-line 0' instead of
9389 `beginning-of-line', to avoid getting caught by an input field.
9390
93912000-08-07 Gerd Moellmann <gerd@gnu.org>
9392
9393 * files.el (shell-quote-wildcard-pattern): Make sure to return
9394 PATTERN, in the Unix case.
9395
93962000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9397
9398 * play/zone.el (zone): Discard any pending input before running
9399 the randomly-chosen pgm.
9400
94012000-08-07 Kenichi Handa <handa@etl.go.jp>
9402
9403 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9404 checking the existence of any multibyte characters.
9405
94062000-08-06 Gerd Moellmann <gerd@gnu.org>
9407
9408 * help.el (describe-mode): Test minor-mode symbol for being
9409 bound before testing its value for being nil.
9410
9411 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9412 `first', `second', and `third'.
9413
9414 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9415 (second): Make it an alias for `cadr'.
9416
94172000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9418
9419 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9420 types of display support faces now.
9421
94222000-08-05 Gerd Moellmann <gerd@gnu.org>
9423
9424 * pcvs.el (require): Require `cl' during compilation, only.
9425
9426 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9427 (toplevel): Remove `remq' and `remove' from autoloads.
9428 (cl-fake-autoloads): New variable. If set, arrange for an error
9429 when CL functions etc. are autoloaded.
9430
94312000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9432
9433 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9434
9435 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9436 popped up, but the user clicks outside the menu, return an empty
9437 regexp (that causes unhighlight-regexp to have no effect).
9438
9439 * menu-bar.el (menu-bar-games-menu): Add Zone.
9440
9441 * hi-lock.el (toplevel): Require font-lock.
9442
94432000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9444
9445 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9446 (ebnf-8-bit-chars): New var for bug fix.
9447 (ebnf-string): Bug fix.
9448
94492000-08-03 Sam Steingold <sds@gnu.org>
9450
9451 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9452 instead of `buffer-string'.
9453 (require 'cl): Always, not just when compiling.
9454 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9455 necessary.
9456
94572000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * international/mule-cmds.el (select-safe-coding-system): Make
9460 the message text about selecting a safe coding system more clear.
9461
94622000-08-02 Gerd Moellmann <gerd@gnu.org>
9463
9464 * hi-lock.el: New file.
9465
9466 * play/zone.el: New file.
9467
9468 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9469 value of tab-width in the original buffer. Choose a line number
9470 format that's a multiple of the original buffer's tab width, so
9471 that lines appear right.
9472
9473 * textmodes/ispell.el (ispell): New function, replacing an alias.
9474 Spell-check active region if in transient-mark-mode and mark
9475 is active; otherwise spell-check buffer.
9476
94772000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9478
9479 * ps-mule.el: Fix a customization problem on
9480 ps-mule-font-info-database-default.
9481
94822000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9483
9484 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9485 display-mouse-p instead of window-system.
9486 (ebrowse-member-mode-map): Ditto.
9487
94882000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9489
9490 * progmodes/ebnf2ps.el: Update ps-print functions call.
9491 Indentation fix. Doc fix.
9492 (ebnf-version): New version number (3.2).
9493 (ebnf-format-color, ebnf-begin-job): Code fix.
9494
94952000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9496
9497 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9498 font lock support on window-system.
9499 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9500
9501 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9502 display-color-p, if fboundp, instead of window-system.
9503
95042000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9505
9506 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9507 instead of window-system.
9508
9509 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9510 window-system.
9511 (widget-choice-mouse-down-action): Use display-popup-menus-p
9512 instead of window-system.
9513
9514 * strokes.el (strokes-file): Run the file name through
9515 convert-standard-filename.
9516 (strokes-mode): Call display-mouse-p instead of looking at
9517 window-system. Change the error message accordingly.
9518
9519 * progmodes/cpp.el (toplevel): Support faces on tty's.
9520
9521 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9522 (lm-plot-square, lm-init-display): Don't use window-system.
9523
9524 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9525 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9526
9527 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9528 instead of looking at window-system.
9529
95302000-07-30 Gerd Moellmann <gerd@gnu.org>
9531
9532 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9533 of testing if iswitchb-prepost-hooks is bound, because the
9534 latter will always be true when invoking a recursive minibuffer
9535 from an active Iswitchb buffer.
9536
95372000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9538
9539 * files.el (shell-quote-wildcard-pattern): New function.
9540 (insert-directory): Call it. Only prepend "\" to command on Unix
9541 and GNU/Linux systems.
9542
95432000-07-30 Gerd Moellmann <gerd@gnu.org>
9544
9545 * eshell/esh-groups.el: Change custom :link file names
9546 from `eshell.info' to `eshell'.
9547
95482000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9549
9550 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9551 correctly in recursive ange-ftp listings.
9552
95532000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9554
9555 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9556 ps-header-font-size-internal and
9557 ps-header-title-font-size-internal variables are not set,
9558 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9559 face text property is (foreground-color . COLOR) or
9560 `(background-color . COLOR)', ps-print crashes. Doc fix.
9561 (ps-print-version): New version number (5.2.4).
9562 (ps-plot-region): Code fix.
9563 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9564 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9565 Bug fix 2.
9566
95672000-07-30 Milan Zamazal <pdm@freesoft.cz>
9568
9569 * glasses.el (glasses-make-readable): Fix uncapitalization of
9570 identifiers like `myXMLDocument'.
9571
95722000-07-28 Karl Fogel <kfogel@red-bean.com>
9573
9574 * mail/mail-hist.el (mail-hist-previous-input)
9575 (mail-hist-next-input): Do the obvious code factorization.
9576 (mail-hist-retrieve-and-insert): New func, contains common
9577 code of above two.
9578 If inserting a message body, leave point at top.
9579
95802000-07-28 Sam Steingold <sds@gnu.org>
9581
9582 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9583 Use `<=', not `<' to compare times!
9584 (ange-ftp-ls): Remove.
9585
95862000-07-27 Gerd Moellmann <gerd@gnu.org>
9587
9588 * play/cookie1.el: Add explanation of how to make cookie.el
9589 compatible with strfile(1) to comment.
9590
9591 * subr.el (remove, remq): New functions.
9592
9593 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9594 escape `*' in regexps.
9595 (midnight-find): Reverse order of arguments in the funcall of
9596 TEST.
9597
9598 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9599 and `.class'.
9600
9601 * play/meese.el: Add Commentary section.
9602
96032000-07-27 Alex Schroeder <alex@gnu.org>
9604
9605 * sql.el (sql-ms): Added autoload cookie.
9606 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9607 (sql-oracle): Ditto.
9608 (sql-help): Doc change.
9609
9610 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9611 types and exceptions.
9612
96132000-07-27 Alex Schroeder <alex@gnu.org>
9614
9615 * sql.el (sql-placeholder-history): New variable.
9616 (sql-query-placeholders-and-send): New function that will query
9617 the user and replace placeholders with user input.
9618 (sql-oracle): If running on NT, set comint-input-sender to
9619 sql-query-placeholders-and-send.
9620
9621 (sql-stop): If in the SQLi buffer, insert stop notification, else
9622 present it as a message.
9623
96242000-07-27 Alex Schroeder <alex@gnu.org>
9625
9626 * sql.el (sql-input-ring-separator): Doc change.
9627 (sql-input-ring-file-name): Doc change.
9628 (sql-interactive-mode): Use `sql-input-ring-separator' and
9629 `sql-input-ring-file-name' to set the comint-mode equivalents
9630 without making them local variables.
9631 (sql-stop): Don't bind `sql-input-ring-separator' and
9632 `sql-input-ring-file-name' dynamically to their comint-mode
9633 equivalents.
9634
96352000-07-27 Kenichi Handa <handa@etl.go.jp>
9636
9637 * international/mule.el (register-char-codings): New function.
9638 (make-coding-system): Handle `safe-chars' specification in the arg
9639 PROPERTY.
9640
9641 * international/mule-cmds.el
9642 (find-coding-systems-region-subset-p): This function deleted.
9643 (sort-coding-systems-predicate): New variable.
9644 (sort-coding-systems): New function.
9645 (find-coding-systems-region): Use
9646 find-coding-systems-region-internal.
9647 (find-coding-systems-string): Use find-coding-systems-region.
9648 (find-coding-systems-for-charsets): Check
9649 char-coding-system-table.
9650 (select-safe-coding-system-accept-default-p): New variable.
9651 (select-safe-coding-system): Mostly rewritten. New argument
9652 ACCEPT-DEFAULT-P.
9653 (select-message-coding-system): Call select-safe-coding-system
9654 with ACCEPT-DEFAULT-P arg.
9655 (reset-language-environment): Reset default-sendmail-coding-system
9656 to the default value iso-latin-1.
9657 (set-language-environment): Don't set the obsolete variable
9658 charset-origin-alist.
9659
9660 * international/codepage.el (cp-coding-system-for-codepage-1):
9661 Give `safe-chars' property to make-coding-system.
9662
9663 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9664 calling select-message-coding-system twice.
9665
9666 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9667 instead of `safe-charsets'.
9668 (cyrillic-alternativnyj): Likewise.
9669 (ccl-encode-alternativnyj): Don't check the charset
9670 cyrillic-iso8859-5.
9671
96722000-07-27 Kenichi Handa <handa@etl.go.jp>
9673
9674 * composite.el (compose-chars-after): Preserve match data.
9675
96762000-07-26 Sam Steingold <sds@gnu.org>
9677
9678 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9679 (ange-ftp-real-file-newer-than-file-p): New function.
9680 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9681 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9682
9683 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9684 * midnight.el (midnight-float-time): Ditto.
9685
96862000-07-26 Andreas Schwab <schwab@suse.de>
9687
9688 * files.el (normal-backup-enable-predicate): Correct
9689 interpretation of the return value of compare-strings.
9690
96912000-07-26 Gerd Moellmann <gerd@gnu.org>
9692
9693 * isearch.el (isearch-resume): New function.
9694 (isearch-done): Add something to command-history to resume
9695 the search.
9696 (isearch-yank-line, isearch-yank-word): Use
9697 buffer-substring-no-properties instead of buffer-substring.
9698
9699 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9700 of flyspell-mouse-map.
9701
9702 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9703 duplicate definition.
9704 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9705
9706 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9707 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9708
97092000-07-25 Sam Steingold <sds@gnu.org>
9710
9711 * net/ange-ftp.el: Get modtime over the net.
9712 (ange-ftp-file-modtime): New function.
9713 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9714 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9715 Use it.
9716 (ange-ftp-dot-to-slash): New function.
9717 (ange-ftp-fix-name-for-vms): Use it.
9718
9719 * midnight.el (midnight-buffer-display-time): Use
9720 `with-current-buffer'.
9721
97222000-07-25 Gerd Moellmann <gerd@gnu.org>
9723
9724 * find-dired.el: Update copyright notice.
9725 (find-dired): Offer to kill a running `find'.
9726
9727 * enriched.el (enriched-face-ans): For a `foreground-color'
9728 property, return '(("x-color" COLOR))' so that COLOR will be
9729 output as a parameter of the x-color annotation. Likewise for the
9730 `background-color' property. In the case of normal face
9731 properties, don't return annotations for unspecified foreground
9732 and background face attributes.
9733
97342000-07-25 Kenichi Handa <handa@etl.go.jp>
9735
9736 * language/japan-util.el (japanese-katakana-region): Fix handling
9737 HANKAKU argument.
9738
97392000-07-25 Miles Bader <miles@gnu.org>
9740
9741 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9742 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9743 constrain-to-field.
9744
97452000-07-24 Andrew Innes <andrewi@gnu.org>
9746
9747 * timer.el (timer-activate-when-idle): Add optional parameter
9748 DONT-WAIT. Update docstring.
9749 (run-with-idle-timer): Specify extra parameter to
9750 timer-activate-when-idle, so that timer will be activated
9751 immediately if Emacs is already idle.
9752
9753 * w32-fns.el (w32-using-nt): Fix docstring.
9754
97552000-07-24 Dave Love <fx@gnu.org>
9756
9757 * mouse.el (popup-menu): Set last-command-event.
9758 (mouse-major-mode-menu-prefix): Declare.
9759
97602000-07-24 Gerd Moellmann <gerd@gnu.org>
9761
9762 * textmodes/flyspell.el: Update to author's version 1.5d.
9763
9764 * progmodes/hideshow.el: Update copyright notice.
9765
9766 * vcursor.el: Set maintainer to FSF, since author cannot
9767 be reached.
9768
97692000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9770
9771 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9772 the prompt.
9773
9774 * mouse.el (popup-menu): Run the keymap through indirect-function,
9775 in case it was defined with define-prefix-key. If the menu is a
9776 list of keymaps, look up the binding of user's choice in each one
9777 of the keymaps.
9778 (mouse-popup-menubar): If the global and local menu-bar keymaps
9779 don't have a prompt string, create one and insert it into the
9780 keymap. Don't barf if current-local-map returns nil.
9781
97822000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9783
9784 * dired.el (dired-sort-R-check): Added to allow recursive listing
9785 to be undone.
9786 (dired-sort-other): Use it.
9787
97882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9789
9790 * Release of cc-mode 5.27
9791
97922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9793
9794 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9795 c-beginning-of-statement-1 that caused a bad case of recursion
9796 which could consume a lot of CPU in large classes in languages
9797 that have in-expression classes (i.e. Java and Pike).
9798
9799 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9800 statements before top level constructs (i.e. case 6 is moved
9801 before case 5 and is now case 4) to catch in-expression
9802 classes in top level expressions correctly.
9803
98042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9805
9806 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9807 objc-method-intro. Case 4 removed and case 5I added.
9808
9809 * cc-langs.el (c-append-paragraph-start): New variable used by
9810 c-common-init to get paragraph-start correct.
9811 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9812 initialize paragraph-start to make it correct both with and
9813 without the javadoc special case.
9814
9815 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9816 initialize paragraph-start for javadoc markup.
9817
9818 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9819 change by defaulting this to t. It's motivated by the
9820 confusing behavior that otherwise arise from the style system
9821 when editing both java and non-java files at the same time
9822 (see the comments about style setting in c-common-init).
9823
98242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9825
9826 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9827 similar to the one in c-fill-paragraph to check the fill
9828 prefix from the adaptive fill function for sanity.
9829
98302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9831
9832 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9833 defun block.
9834
98352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9836
9837 * cc-mode.texi Documented the change of cpp-macro.
9838
98392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9840
9841 * cc-align.el (c-lineup-multi-inher): Handle lines with
9842 leading comma nicely. Extended to handle member initializers
9843 too.
9844
9845 * cc-engine.el: (c-beginning-of-inheritance-list,
9846 c-guess-basic-syntax): Fixed recognition of inheritance lists
9847 when the lines begins with a comma.
9848
9849 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9850
9851 * cc-vars.el (c-offsets-alist): Changed default for
9852 member-init-cont to c-lineup-multi-inher since it now handles
9853 member initializers and indents better for leading commas.
9854
98552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9856
9857 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9858 handling that caused class open lines to be recognized as
9859 statement-conts in some cases.
9860
9861 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9862 guessed by the adaptive fill function unless point is on the
9863 first line of a block comment.
9864
9865 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9866 when the buffer ends with a macro continuation char.
9867
9868 * cc-engine.el (c-guess-basic-syntax): Added support for
9869 function definitions as statements in Pike. The first
9870 statement in a lambda block is now labeled defun-block-intro
9871 instead of statement-block-intro.
9872
9873 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9874 so that the class surrounding point is selected, not the one
9875 innermost in the state.
9876
9877 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9878 recognition of switch labels having hanging multiline
9879 statements.
9880
9881 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9882 some code in c-guess-basic-syntax to a separate function.
9883 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9884 recognition of member inits with multiple line arglists.
9885 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9886 member-init-cont when the commas are in funny places.
9887
98882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9889
9890 * cc-defs.el (c-auto-newline): Removed this macro since it's
9891 not used anymore.
9892
9893 * cc-engine.el (c-looking-at-bos): New helper function.
9894 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9895 inexpr and toplevel classes apart in Pike.
9896
9897 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9898 of case 9A.
9899
9900 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9901 constant, since "class" can introduce an in-expression class
9902 in Pike nowadays.
9903
99042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9905
9906 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9907 indentation on cpp-macro lines.
9908
9909 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9910 a syntax modifier like comment-intro, to make it possible to
9911 get syntactic indentation for preprocessor directives. It's
9912 incompatible wrt to lineup functions on cpp-macro, but it has
9913 no observable effect in the 99.9% common case where cpp-macro
9914 is set to -1000.
9915
99162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9917
9918 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9919 member-init-cont when the preceding arglist is several lines.
9920
99212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9922
9923 * cc-styles.el (c-style-alist): The basic offset for the BSD
9924 style corrected to 8.
9925
99262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9927
9928 * cc-styles.el (c-style-alist): Adjusted the indentation of
9929 brace list openers in the gnu style.
9930
99312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9932
9933 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9934
9935 * cc-cmds.el (c-electric-brace, c-electric-slash,
9936 c-electric-star, c-electric-semi&comma, c-electric-colon,
9937 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9938 when c-syntactic-indentation is nil.
9939
9940 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9941 we were left at comments preceding the first statement when
9942 reaching the beginning of the buffer.
9943
9944 * cc-vars.el (c-syntactic-indentation): New variable to turn
9945 off all syntactic indentation.
9946
99472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9948
9949 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9950 between the text and the block comment ender when it hangs,
9951 depending on how many there are before the fill.
9952
99532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9954
9955 * cc-engine.el (c-beginning-of-closest-statement): New helper
9956 function to go back to the closest preceding statement start,
9957 which could be inside a conditional statement.
9958 * cc-engine.el (c-guess-basic-syntax): Use
9959 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9960
9961 * cc-engine.el (c-guess-basic-syntax): Better handling of
9962 arglist-intro, arglist-cont-nonempty and arglist-close when
9963 the arglist is nested inside parens. Cases 7A, 7C and 7F
9964 changed.
9965
9966 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9967 up-to-date with javadoc 1.2.
9968
99692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9970
9971 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9972 multiline Pike type decls.
9973
99742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9975
9976 * cc-cmds.el (c-indent-new-comment-line): Always break
9977 multiline comments in multiline mode, regardless of
9978 comment-multi-line.
9979
99802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9981
9982 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9983 fully::qualified::names in C++ member init lists. Preamble in
9984 case 5D changed.
9985
99862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9987
9988 * cc-langs.el (c-common-init): Handling of obsolete variables
9989 moved to c-initialize-cc-mode. More compatible style override
9990 when using global style variables.
9991 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9992 variables moved here.
9993
9994 * cc-mode.texi: Documented the special behavior of
9995 c-special-indent-hook as a style variable. Don't talk about
9996 doing (c-make-styles-buffer-local t) in a mode hook, since
9997 that's already too late to work right.
9998
9999 * cc-styles.el (c-make-styles-buffer-local): Flag style
10000 variable localness in c-style-variables-are-local-p to make
10001 the compatibility measure in c-common-init work well.
10002
10003 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10004 longer contain set-from-style.
10005 * cc-styles.el (c-initialize-builtin-style): Don't check for
10006 set-from-style on c-special-indent-hook.
10007 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10008 copy-alist is sufficient now.
10009
10010 * cc-styles.el (c-set-style, c-set-style-1,
10011 c-get-style-variables): Fixes to variable initialization so
10012 that duplicate entries in styles have the same effect
10013 regardless of DONT-OVERRIDE.
10014
10015 * cc-styles.el (c-set-style-2): Fixed bug where the
10016 initialization of inheriting styles failed when the
10017 dont-override flag is set.
10018
10019 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10020 on this.
10021
100222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10023
10024 * cc-defs.el (c-forward-comment): Removed the workaround
10025 introduced in 5.38 since it had worse side-effects. If a line
10026 contains the string "//\"", it regarded the // as a comment
10027 start since the \ temporarily doesn't have escape syntax.
10028
100292000-07-17 Emmanuel Briot <briot@act-europe.fr>
10030
10031 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10032 ada-xref.el before ada-prj.el, so that the Project menu is created
10033 when ada-prj tries to add to it.
10034 (ada-activate-keys-for-case): Suppress the characters that are not
10035 part of the Ada syntax. Better compatibility with else-mode
10036 (ada-adjust-case-interactive): When auto-casing is not active,
10037 correctly insert newlines (used to insert only ^M). Prevent the
10038 syntax table from being changed in case of an error
10039 (or '_' becomes part of a word and some commands are confused).
10040 Do nothing if ada-auto-case is nil.
10041 (ada-after-keyword-p): Ignore keywords that are also attributes
10042 (ada-batch-reformat): Update usage comment
10043 (ada-call-from-contextual-menu): New function
10044 (ada-case-read-exceptions): Reinitialize the casing exception list
10045 first to nil first, so that the casing exception file can be
10046 shared.
10047 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10048 files.
10049 (ada-compile-goto-error): Fix regexp used to detect a file:line
10050 anywhere in the error message
10051 (ada-contextual-menu-last-point): New variable
10052 (ada-create-keymap): If the variable delete-key-deletes-forward is
10053 t on XEmacs, it means that DEL should delete one character
10054 forward.
10055 (ada-create-menu): Use :included instead of :visible for XEmacs.
10056 New submenu "Options".
10057 (ada-end-stmt-re): Correctly indent "select ... then abort"
10058 statements.
10059 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10060 even if they don't match ada-fill-comment-prefix Fix handling of
10061 paragraphs on the first or last line of a file.
10062 (ada-format-paramlist): Fix handling of default parameter values.
10063 (ada-get-body-name): New function.
10064 (ada-get-current-indent): Optimized by searchling directly for an
10065 existing generic part or a statement outside of it. Handle
10066 ada-indent-align-comments when indenting comments Replaced some
10067 regexps by testing directly the next character. This results in a
10068 huge speedup on some files. New indentation scheme for renames
10069 statements. Stop looking for the 'while' or 'for' associated with
10070 a 'loop' at the first semicolon encountered. A "return" can also
10071 match an anonymous access subprogram declaration.
10072 (ada-get-indent-noindent): Ignore strings and comments when
10073 looking for the keywords "record" and "private".
10074 (ada-goto-matching-decl-start): When matching "if", make sure we
10075 are not in fact seeing "end if". Ignore "when" statements except
10076 when initial keyword was "begin". Fix handling of nested
10077 procedures. Add a recursive call to this function to skip over
10078 other 'end' statmts. Fix indentation for "when .. => begin"
10079 (ada-in-open-paren-p): Fix indentation for complex boolean
10080 expressions, where 'and then', 'or else' and parenthesis
10081 statements are mixed up.
10082 (ada-in-paramlist-p): Skip comments while searching for the
10083 beginning Fix handling of operator declarations.
10084 (ada-indent-align-comments): New variable
10085 (ada-indent-current): Change the syntax table only in the
10086 protected section, so that we are sure it is restored correctly.
10087 (ada-indent-on-previous-lines): Use ada-use-indent and
10088 ada-with-indent Correctly indent "select ... then"
10089 (ada-indent-region): Slight speedup.
10090 (ada-indent-renames): New variable.
10091 (ada-last-which-function-subprog, ada-last-which-function-line):
10092 New variables
10093 (ada-looking-at-semi-private): Correctly indent the 'private'
10094 keyword when it is the first word in a package declaration.
10095 (ada-loose-case-word): Stop searching if at the end of the buffer.
10096 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10097 even if point is not initially at the end of the word.
10098 (ada-matching-decl-start-re): Add "when".
10099 (ada-mode): Add support for abbrev-mode, outline-mode and
10100 which-func-mode Override the old find-file.el entry in
10101 ff-special-constructs since it is using the obsolete
10102 ada-spec-suffix variable
10103 (ada-no-auto-case): New function
10104 (ada-scan-paramlist): When parsing the argument type, accept
10105 spaces (as in "X 'Class", generated by Rational Rose).
10106 (ada-other-file-name): No longer loads the other file.
10107 (ada-popup-menu): Save and restore the current buffer and cursor
10108 position before and after displaying the menu.
10109 (ada-search-ignore-complex-boolean): New function.
10110 (ada-uncomment-region): Emacs21 already knows how to delete
10111 comments not starting in the first column.
10112 (ada-use-indent): New variable
10113 (ada-which-function): New function.
10114 (ada-with-indent): New variable
10115 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10116 can be batch-compiled from the command line.
10117
10118 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10119 Add to the menu when the file is loaded, not in ada-mode-hook.
10120 Add -toolbar to the default ddd command Switches moved from
10121 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10122 ada-prj-default-comp-opt
10123 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10124 Reference Manual to the menu
10125 (ada-check-current): rewritten as a call to ada-compile-current
10126 (ada-compile): Removed.
10127 (ada-compile-application, ada-compile-current, ada-check-current):
10128 Set the compilation-search-path so that compile.el automatically
10129 finds the sources in src_dir. Automatic scrollong of the
10130 compilation buffer. C-uC-cC-c asks for confirmation before
10131 compiling
10132 (ada-compile-current): New parameter, prj-field
10133 (ada-complete-identifier): Load the .ali file before doing
10134 processing
10135 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10136 conform to gnatmake's behavior.
10137 (ada-find-file-in-dir): New function
10138 (ada-find-references): Set the environment variables for gnatfind
10139 (ada-find-src-file-in-dir): New function.
10140 (ada-first-non-nil): Removed
10141 (ada-gdb-application): Add support for jdb, the java debugger.
10142 (ada-get-ada-file-name): Load the original-file first if not done
10143 yet.
10144 (ada-get-all-references): Handles the new ali syntax (parent types
10145 are found between <>).
10146 (ada-initialize-runtime-library): New function
10147 (ada-mode-hook): Always load a project file when a file is opened,
10148 so that the casing exceptions are correctly read.
10149 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10150 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10151 to open the project file, since the latter does not work with
10152 speedbar Get default values before loading the prj file, or the
10153 default executable file name is wrong. Use the absolute value of
10154 src_dir to initialize ada-search-directories and
10155 compilation-search-path,... Add the standard runtime library to
10156 the search path for find-file.
10157 (ada-prj-default-debugger): Was missing an opening '{'
10158 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10159 variables.
10160 (ada-prj-default-gnatmake-opt): New variable
10161 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10162 buffers, the project file is the default one Save the windows
10163 configuration before displaying the menu.
10164 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10165 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10166 ...) regexp-quote identifiers names to support operators +,
10167 -,... in regexps.
10168 (ada-remote): New function.
10169 (ada-run-application): Erase the output buffer before starting the
10170 run Support remote execution of the application. Use
10171 call-process, or the arguments are incorrectly parsed
10172 (ada-set-default-project-file): Reread the content of the active
10173 project file, not the one from the current buffer When a project
10174 file is set as the default project, all directories are
10175 automatically associated with it.
10176 (ada-set-environment): New function
10177 (ada-treat-cmd-string): New special variable ${current}
10178 (ada-treat-cmd-string): Revised. The substitution is now done for
10179 any ${...} substring
10180 (ada-xref-current): If no body was found, compiles the spec
10181 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10182 compiler to get rid of command line length limitations.
10183 (ada-xref-get-project-field): New function
10184 (ada-xref-project-files): New variable
10185 (ada-xref-runtime-library-specs-path)
10186 (ada-xref-runtime-library-ali-path): New variables
10187 (ada-xref-set-default-prj-values): Default run command now does a
10188 cd to the build directory. New field: main_unit Provide a default
10189 file name even if the current buffer has no prj file.
10190
10191 * ada-prj.el:
10192 Rewritten to show a tabbed-dialog.
10193 (ada-prj-add-ada-menu): Remove the map and name parameters.
10194 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10195 New function
10196 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10197 (ada-prj-load-from-file): New function
10198 (ada-prj-save): Always save fields that depend on the current buffer
10199 (ada-prj-show-value): New function
10200
10201 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10202 Ada mode. This will allow us to display the Ada menu in any buffer
10203 we want (for project items).
10204 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10205 number of spaces in the header.
10206
102072000-07-24 Dave Love <fx@gnu.org>
10208
10209 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10210
102112000-07-23 Noah Friedman <friedman@splode.com>
10212
10213 * type-break.el (type-break): perform autosave.
10214 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10215 (type-break-do-query): Cancel query schedule while performing
10216 actual query, to avoid possibility of a second query being made
10217 while first one is already in progress.
10218 (type-break-time-stamp-format): New variable.
10219 (type-break-time-stamp): New function.
10220 (type-break-time-warning): Use it.
10221 (type-break-keystroke-warning): Use it.
10222 (type-break-noninteractive-query): Use it.
10223
10224 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10225 cookie.
10226 Use add-minor-mode to set minor-mode-alist, if available.
10227 (eldoc-echo-area-use-multiline-p): New user option.
10228 (eldoc-echo-area-multiline-supported-p): New variable.
10229 (eldoc-docstring-format-sym-doc): Use them.
10230 (eldoc-mode): If not using idle timers, append to local post and
10231 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10232 (eldoc-display-message-no-interference-p): Don't interfere with
10233 edebug.
10234 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10235 (eldoc-function-arglist): New function.
10236 (eldoc-function-argstring): Use it.
10237
10238 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10239 auto save directory exists before calling directory-files.
10240
102412000-07-23 Dave Love <fx@gnu.org>
10242
10243 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10244 ^o, ^u.
10245
102462000-07-21 Dave Love <fx@gnu.org>
10247
10248 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10249 now passed to the function. It now works properly.
10250
10251 * smerge-mode.el (smerge-mode-menu): Fill it out.
10252
102532000-07-20 Gerd Moellmann <gerd@gnu.org>
10254
10255 * info-look.el (info-lookup): If *info* is shown in another frame
10256 on the same display, select that frame, instead of switching to
10257 the Info buffer in another window of the selected frame.
10258
10259 * simple.el (universal-argument-map): Bind numeric keypad keys
10260 kp-0 to kp-9 and kp-subtract.
10261 (digit-argument): Handle these keys.
10262
102632000-07-20 Dave Love <fx@gnu.org>
10264
10265 * net/goto-addr.el (goto-address-fontify): Don't bother with
10266 buffer-modified and read-only stuff -- irrelevant with overlays.
10267 Put an extra property on the overlays and use it to clean up in
10268 case goto-address is re-run.
10269
102702000-07-19 Richard M. Stallman <rms@gnu.org>
10271
10272 * timer.el (run-with-idle-timer): Doc fix.
10273
10274 * mail/mail-utils.el (mail-strip-quoted-names):
10275 Handle case where <...> appears inside "...".
10276 Use replace-match to edit the string more simply.
10277 (rmail-dont-reply-to): Cope with an unmatched ".
10278
102792000-07-19 Dave Love <fx@gnu.org>
10280
10281 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10282 implementation.
10283
10284 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10285 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10286 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10287
102882000-07-19 Gerd Moellmann <gerd@gnu.org>
10289
10290 * textmodes/refer.el: Correct maintainer's email address.
10291
10292 * progmodes/hideif.el: Correct author's email address.
10293 Fix typo in comment.
10294
10295 * xml.el: New file.
10296
10297 * mail/mailheader.el: Correct author's mail address.
10298
10299 * gnus/parse-time.el: Correct author's mail address.
10300
103012000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10302
10303 * comint.el (comint-highlight-input, comint-highlight-face):
10304 New user options.
10305 (comint-input-ring-file-name): Change custom type.
10306 (comint-mode-map): Bind mouse-2.
10307 (comint-insert-clicked-input): New function.
10308 (comint-send-input): Handle input highlighting.
10309
103102000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10311
10312 * mouse.el (popup-menu): New function.
10313 (mouse-major-mode-menu): Use it.
10314
103152000-07-18 Dave Love <fx@gnu.org>
10316
10317 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10318 improvements.
10319
103202000-07-18 Gerd Moellmann <gerd@gnu.org>
10321
10322 * faces.el (face-font-selection-order)
10323 (face-font-family-alternatives): Add custom type.
10324
103252000-07-18 Dave Love <fx@gnu.org>
10326
10327 * cus-edit.el (custom-variable-reset-saved)
10328 (custom-variable-reset-standard): Remove unused bindings.
10329
10330 * rect.el (open-rectangle-line): Remove unused let.
10331
10332 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10333
103342000-07-18 Gerd Moellmann <gerd@gnu.org>
10335
10336 * cdl.el: Fix `Maintainer' keyword.
10337
10338 * play/pong.el: Add author's email address.
10339
103402000-07-17 Sam Steingold <sds@gnu.org>
10341
10342 * files.el (insert-directory): Call `split-string' instead of
10343 re-implementing it.
10344
103452000-07-18 Gerd Moellmann <gerd@gnu.org>
10346
10347 * mail/vms-pmail.el: Change maintainer to FSF.
10348
10349 * net/goto-addr.el: Change maintainer to FSF.
10350
10351 * info.el (Info-title-face-alist): Removed.
10352
103532000-07-18 David Ponce <david@dponce.com>
10354
10355 * recentf.el (recentf-open-files): New command that works like
10356 `recentf-open-more-files', but shows the whole list of files (not just
10357 those omitted from the menu). Useful if you don't use a menu-bar!
10358 (recentf-open-more-files) Modified to use `recentf-open-files'.
10359
10360 (recentf-open-files, recentf-open-more-files)
10361 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10362
10363 (recentf-dialog-mode): New mode for dialogs. You can now just type
10364 "q" to cancel the dialogs.
10365
103662000-07-18 David Ponce <david@dponce.com>
10367
10368 * recentf.el: This is a major update of recentf.el. It adds new
10369 features to better organize the recentf menu and "More..." buffer.
10370
10371 Using new provided menu filtering functions you can now organize the
10372 recent files list:
10373
10374 - by major modes
10375 - by directories
10376 - by user defined rules
10377
10378 Finally, with the new `recentf-filter-changer' customizable filter you
10379 can define a ring of filters and dynamically (via the menu) cycle on
10380 each menu organization in the ring (a la msb).
10381
103822000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10383
10384 * eshell/eshell.el (eshell): Replace links to eshell.info with
10385 links to eshell, to avoid problems on systems where the manual is
10386 installed as `eshell'.
10387 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10388 * eshell/em-smart.el (eshell-smart): Ditto.
10389 * eshell/em-banner.el (eshell-banner): Ditto.
10390 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10391
10392 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10393 same-file check in the MS-DOS version (it does support inodes).
10394
10395 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10396
10397 * eshell/eshell.el (eshell-directory-name):
10398 Run default directory name through convert-standard-filename.
10399
104002000-07-18 Kenichi Handa <handa@etl.go.jp>
10401
10402 * international/mule-cmds.el (select-safe-coding-system):
10403 Fix typo in the comment.
10404
10405 * language/european.el (compound-text):
10406 Force katakana-jisx0201 to be designated to G1.
10407
10408 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10409 Don't translate some national variant characters of latin-jisx0201.
10410 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10411
10412 * international/kkc.el (kkc-after-update-conversion-functions):
10413 New variable.
10414 (kkc-update-conversion): Run functions in it at the tail.
10415
104162000-07-16 John Wiegley <johnw@gnu.org>
10417
10418 * lisp/align.el (align-newline-and-indent):
10419 Adding new function. for auto-aligning blocks of code on RET.
10420 (align-region): Fixed badly formatted minibuffer message.
10421
104222000-07-17 Kenichi Handa <handa@etl.go.jp>
10423
10424 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10425 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10426 the conversion list at first if appropriate.
10427 (kkc-next): Don't update kkc-next-count here.
10428 (kkc-prev): Don't update kkc-prev-count here.
10429 (kkc-show-conversion-list-update): Fix setting up of conversion
10430 list message.
10431
104322000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10433
10434 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10435
104362000-07-16 Dave Love <fx@gnu.org>
10437
10438 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10439 function to be more specific.
10440
10441 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10442 non-string help-echo.
10443 (widget-types-convert-widget): Defsubst it.
10444 (widget-echo-help): Try to cope with a help-echo function of two
10445 possible sorts.
10446
104472000-07-15 Jason Rumney <jasonr@gnu.org>
10448
10449 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10450 Declare as obsolete.
10451
10452 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10453
104542000-07-14 Gerd Moellmann <gerd@gnu.org>
10455
10456 * hilit-chg.el: Fix typo.
10457
104582000-07-14 Dave Love <fx@gnu.org>
10459
10460 * info.el (Info-mode-menu): Fix use of :help, :enable.
10461
104622000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10463
10464 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10465
104662000-07-13 Dave Love <fx@gnu.org>
10467
10468 * emacs-lisp/easymenu.el: Doc fixes.
10469 (easy-menu-remove): Defalias to ignore.
10470
10471 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10472 Call throw correctly.
10473
104742000-07-13 Gerd Moellmann <gerd@gnu.org>
10475
10476 * faces.el (frame-background-mode): Doc fix.
10477
10478 * simple.el (eval-expression-print-length): Change custom type to
10479 allow entering nil as value.
10480
104812000-07-13 Dave Love <fx@gnu.org>
10482
10483 * progmodes/fortran.el (fortran-imenu-generic-expression):
10484 Change definition layout.
10485 (fortran-mode-menu): Reinstate customize entries.
10486
10487 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10488 Use :filter, per old XEmacs code.
10489
104902000-07-12 Gerd Moellmann <gerd@gnu.org>
10491
10492 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10493 event when deciding what to send to the terminal.
10494
104952000-07-12 Dave Love <fx@gnu.org>
10496
10497 * cus-start.el: Add optional version as 4th element of specs and
10498 use it for several things new in v21. Remove load-path. Fix type
10499 of line-number-display-limit.
10500
105012000-07-11 Dave Love <fx@gnu.org>
10502
10503 * progmodes/fortran.el: Don't require easymenu.
10504 Use repeat counts in various regexps.
10505 (fortran-mode-syntax-table): Defvar directly.
10506 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10507 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10508 Use defvar, not defconst.
10509 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10510 (fortran-mode): Set fortran-comment-line-start-skip,
10511 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10512 (fortran-comment-indent): Use defsubst.
10513 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10514 Use fortran-comment-indent, not fortran-comment-indent-function.
10515 (fortran-comment-region, fortran-electric-line-number): Simplify.
10516 (fortran-auto-fill): New function.
10517 (fortran-do-auto-fill): Deleted.
10518 (fortran-find-comment-start-skip):
10519 Check for non-null comment-start-skip.
10520 (fortran-auto-fill-mode, fortran-fill-statement):
10521 Use fortran-auto-fill.
10522 (fortran-fill): Use fortran-auto-fill. Check for null
10523 comment-start-skip. Simplify final clause and use end-of-line finally.
10524
10525 * widget.el (widget-plist-member): New alias.
10526
105272000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10528
10529 * eshell/esh-module.el (toplevel): Reference
10530 byte-compile-current-file only if it is bound.
10531
105322000-07-10 Gerd Moellmann <gerd@gnu.org>
10533
10534 * dired.el: Don't require `dired-aux'.
10535
105362000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10537
10538 * dired-aux.el (dired-show-file-type): New function.
10539 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10540 (dired-show-file-type): Add autoload.
10541
105422000-07-10 Kenichi Handa <handa@etl.go.jp>
10543
10544 * international/mule-diag.el (describe-font): Adjusted for the
10545 change of fontset-info.
10546 (print-fontset): Likewise.
10547
105482000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10549
10550 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10551
105522000-07-07 Gerd Moellmann <gerd@gnu.org>
10553
10554 * bindings.el: Bind `[delete]' to delete-char.
10555
10556 * dired.el (dired-find-alternate-file): New function.
10557 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10558 (toplevel): Require dired-aux when compiling.
10559 (dired-buffers): Move defvar within file to avoid compiler warning.
10560
10561 * info.el (Info-last-search): Variable removed.
10562 (Info-search-history): New variable.
10563 (Info-search): New Info-search-history.
10564
10565 * battery.el, info-look.el: Change author's mail address.
10566
105672000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10568
10569 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10570 if rmail-ignored-headers is nil.
10571 (rmail-retry-failure): Bind rmail-ignored-headers and
10572 rmail-displayed-headers to nil.
10573
105742000-07-06 Gerd Moellmann <gerd@gnu.org>
10575
10576 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10577 (print-region-1): Don't hard code `-h' here.
10578
10579 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10580
105812000-07-01 Francesco Potorti` <pot@gnu.org>
10582
10583 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10584 exim can use "your message" instead of "the message".
10585
105862000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10587
10588 * facemenu.el: Docstrings fixes.
10589 (facemenu-get-face): Don't use internal-find-face.
10590 (facemenu-iterate): Rename arg to match the docstring.
10591
10592 * newcomment.el (uncomment-region): Be more careful when skipping
10593 backwards over `=' not to bump into BOBP.
10594
105952000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10596
10597 * ediff-diff.el (ediff-wordify): Use syntax table.
10598 * ediff-init.el (ediff-has-face-support-p): Use
10599 ediff-color-display-p.
10600 (ediff-color-display-p): Use display-color-p, changed to defun
10601 from defsubst.
10602 Got rid of special cases for NeXT and OS/2.
10603 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10604 face.
10605
106062000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10607
10608 * emacs-lisp/lucid.el: Require CL.
10609 (copy-tree, remprop): Remove, it's provided by CL.
10610 (map-keymap): Define in terms of cl-map-keymap.
10611 (extent-property, set-extent-end-glyph): New functions.
10612
10613 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10614
106152000-07-05 Gerd Moellmann <gerd@gnu.org>
10616
10617 * Makefile.in (DONTCOMPILE): Add comment that the name may
10618 not be changed without changing the make-dist script.
10619
10620 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10621 (cl-mapc): Use mapc instead of cl-old-mapc.
10622
106232000-07-05 Andrew Innes <andrewi@gnu.org>
10624
10625 * makefile.nt: Add support for `bootstrap' and related targets.
10626
106272000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10628
10629 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10630 (easy-menu-do-define): Use `menu-item' format.
10631 Handle case where easy-menu-create-menu returns a symbol.
10632 Manually call the potential top-level filter in the function binding.
10633 (easy-menu-filter-return): New arg NAME.
10634 Convert to a keymap if MENU is an XEmacs menu.
10635 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10636 (easy-menu-converted-items-table, easy-menu-convert-item):
10637 New var and fun to memoize easy-menu-convert-item-1.
10638 (easy-menu-do-add-item): Use it.
10639 (easy-menu-create-menu): Use easy-menu-convert-item.
10640 Wrap easy-menu-filter-return around any :filter specification.
10641 Don't convert the menu if a filter was specified.
10642 Tell easy-menu-make-symbol not to check for MENU being an expression.
10643 (easy-menu-make-symbol): New arg NOEXP.
10644
106452000-07-05 Gerd Moellmann <gerd@gnu.org>
10646
10647 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10648 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10649 (eval-defun): If called with prefix arg, instrument code for
10650 Edebug.
10651
10652 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10653 similar to that of eval-defun.
10654
106552000-07-04 Dave Love <fx@gnu.org>
10656
10657 * hl-line.el (hl-line-overlay): Make it permanent-local.
10658
10659 * calendar/todo-mode.el: Replaced with a working version, based on
10660 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10661
106622000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10663
10664 * paths.el (prune-directory-list): New function.
10665 (Info-default-directory-list): Rewritten to more methodically
10666 enumerate a big list of possible info directories (based on the
10667 list used by the standalone info reader).
10668
10669 * info.el (info-initialize): Use prune-directory-list to remove
10670 non-existent directories from Info-directory-list.
10671
10672 * paths.el (Info-default-directory-list): Try a list of possible
10673 info-directories instead of a single one. Add the possible
10674 info directory "/usr/share/info".
10675
10676 * woman.el (woman-man.conf-path): Explicitly include the debian
10677 man-db config file "/etc/manpath.config".
10678 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10679 are present in `manpath.config'.
10680 (woman-manpath): Include "/usr/share/man".
10681
106822000-07-03 Gerd Moellmann <gerd@gnu.org>
10683
10684 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10685
10686 * startup.el (command-line): Initialize blink-cursor based
10687 on window-system.
10688
10689 * frame.el (blink-cursor): Default to nil if not running under
10690 a window-system.
10691
10692 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10693 (face-x-resources): Remove duplicate entry for :font.
10694
10695 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10696 instead of cycling through windows with next-window.
10697
10698 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10699 of cycling through windows with next-window.
10700
10701 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10702 of cycling through windows with next-window.
10703
10704 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10705 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10706 instead of cycling through windows with next-window.
10707
10708 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10709 instead of cycling through windows with next-window.
10710
10711 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10712 of cycling through windows with next-window.
10713
10714 * terminal.el (te-process-output): Use walk-windows instead of
10715 cycling through windows with next-window.
10716
10717 * server.el (server-switch-buffer): Use some-window instead of
10718 cycling through windows with next-window.
10719
10720 * window.el (some-window): New function.
10721 (walk-windows): Remove reference to walk-windows-start.
10722
10723 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10724
107252000-07-03 Richard Stallman <rms@gnu.org>
10726
10727 * window.el (walk-windows): Guarantee termination by keeping a list
10728 of all the windows already handled.
10729
107302000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10731
10732 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10733 window-system.
10734
10735 * man.el (Man-notify-when-ready): Don't use window-system. If
10736 Man-notify-method is newframe, and the display is not
10737 multi-frame, select the frame created for the man page.
10738 (Man-init-defvars): Doc fix.
10739
107402000-06-28 Gerd Moellmann <gerd@gnu.org>
10741
10742 * faces.el (region): Change background color for light background.
10743
10744 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10745 attribute from mode-line face of Ediff control frame.
10746
10747 * replace.el (query-replace-map): Bind `e' like `E'.
10748
107492000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10750
10751 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10752 Change name to "Select All".
10753
10754 * dos-fns.el (convert-standard-filename): Fix last change.
10755
107562000-06-27 Gerd Moellmann <gerd@gnu.org>
10757
10758 * help.el (describe-variable): Don't insert a second `'s' in front
10759 of the string `value is shown below'. Since the syntax-table is
10760 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10761 an existing `'s', so that this won't be deleted.
10762
10763 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10764 * pcmpl-unix.el: New files.
10765
107662000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10767
10768 * wid-edit.el (widget-member): Use the new plist-member.
10769
107702000-06-26 Gerd Moellmann <gerd@gnu.org>
10771
10772 * replace.el (perform-replace): Undo change of 2000-04-04.
10773 Instead, move backward 1 character at the end of the loop when
10774 necessary.
10775
10776 * faces.el (fringe): Change face for different backgrounds.
10777
10778 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10779 patch from John.
10780
10781 * eshell/*.el: Change spelling of the Free Software Foundation.
10782
10783 * eshell/esh-toggle.el: Removed.
10784
10785 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10786
10787 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10788 interactively.
10789
107902000-06-26 Alex Schroeder <alex@gnu.org>
10791
10792 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10793 `define-key'; instead of checking `(emacs-version)' check for
10794 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10795 for `;' and `o' which might be electric.
10796
10797 (sql-electric-stuff): New user option.
10798 (sql-magic-go): New function which uses `sql-electric-stuff'.
10799 (sql-magic-semicolon): New function which uses
10800 `sql-electric-stuff'.
10801
10802 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10803 is not fboundp.
10804
10805 (sql-oracle-options): New variable.
10806 (sql-oracle): Use it.
10807
10808 (sql-imenu-generic-expression): Doc change.
10809 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10810 is used.
10811
10812 (sql-informix): Added command line parameter "-" to force
10813 sql-informix-program to use stdout.
10814
108152000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10816
10817 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10818 (cp864-decode-table): Doc fix.
10819 (cp720-decode-table): New variable, supports the Arabic OEM
10820 codepage used by Windows.
10821 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10822
108232000-06-23 Dave Love <fx@gnu.org>
10824
10825 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10826 (font-lock-fontify-anchored-keywords): Use
10827 line-beginning-position.
10828 (global-font-lock-mode): Use mapc.
10829
108302000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10831
10832 * eshell/esh-module.el: Require CL when compiling.
10833
108342000-06-23 Gerd Moellmann <gerd@gnu.org>
10835
10836 * comint.el (comint-substitute-in-file-name): Call replace-match
10837 with second and third arg t.
10838
10839 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10840 Specify foreground color.
10841
10842 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10843 color.
10844
10845 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10846
10847 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10848 cddr instead of cdddr.
10849
10850 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10851 instead of copy-list.
10852
10853 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10854 of copy-list.
10855
10856 * subdirs.el: Add eshell subdirectory.
10857
10858 * eshell: New subdirectory containing the Eshell package.
10859
10860 * pcomplete.el: New file.
10861
108622000-06-23 Paul Eggert <eggert@twinsun.com>
10863
10864 * mail/mailpost.el (post-mail-send-it): Make sure file has
10865 proper permissions from birth.
10866
10867 * files.el (basic-save-buffer-2): When temporarily setting
10868 file modes, set them to current modes plus 0200, not to 0777.
10869
10870 * emerge.el (emerge-make-temp-file): Make sure file has proper
10871 permissions from birth.
10872
108732000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10874
10875 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10876 backup file name through convert-standard-filename.
10877
10878 * dos-fns.el (convert-standard-filename): Convert leading
10879 directories as well. When long file names are supported, convert
10880 characters that are invalid in Windows file names.
10881
108822000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10883
10884 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10885 ps-print crashes. New feature: page selection for printing. Create
10886 raw-text-unix coding system for XEmacs. Doc fix.
10887 (ps-print-version): New version number (5.2.3).
10888 (ps-plot-region): Bug fix.
10889 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10890 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10891 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10892 funs.
10893 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10894 (ps-last-page): New vars.
10895
108962000-06-21 Gerd Moellmann <gerd@gnu.org>
10897
10898 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10899 empty option string.
10900
109012000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10902
10903 * man.el (man): Doc fix.
10904
109052000-06-21 Kenichi Handa <handa@etl.go.jp>
10906
10907 * international/mule-cmds.el (set-language-info-alist): Docstring
10908 fixed.
10909
109102000-06-20 Gerd Moellmann <gerd@gnu.org>
10911
10912 * version.el (emacs-version): Use ISO date format.
10913
10914 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10915 instead of `M-backspace'.
10916
10917 * simple.el (turn-off-auto-fill): New function.
10918
109192000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10920
10921 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10922 Renamed from with-buffer-prepared-for-font-lock and use
10923 inhibit-modification-hooks rather than setting *-change-functions.
10924 Update all functions to use the new name.
10925 (jit-lock-first-unfontify-pos): New semantics (and doc).
10926 (jit-lock-mode): Make non-interactive.
10927 Don't automatically turn on font-lock.
10928 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10929 Always use jit-lock-after-change.
10930 Remove and restore font-lock-after-change-function.
10931 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10932 (jit-lock-after-unfontify-buffer): Remove.
10933 (jit-lock-stealth-fontify):
10934 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10935 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10936
109372000-06-20 Sam Steingold <sds@gnu.org>
10938
10939 * emacs-lisp/cl-indent.el (toplevel): Indent
10940 `print-unreadable-object' properly. Untabify.
10941
109422000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10943
10944 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10945 Support for bibentry.
10946 (reftex-compile-variables): Fixed problem with end of section-re.
10947
10948 * texmodes/reftex-dcr.el (reftex-view-crossref,
10949 reftex-view-crossref-from-bibtex):
10950 Deal with changed `reftex-find-citation-regexp-format'.
10951 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10952 Replaced `remprop' with `put'.
10953 (reftex-view-crossref, reftex-view-crossref-when-idle):
10954 Support for bibentry.
10955
10956 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10957 New entry for bibentry package.
10958
10959 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10960 Regexp also matches "\nobibliography".
10961
10962 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10963 Call `reftex-ensure-write-access' before doing anything.
10964 (reftex-ensure-write-access): New function.
10965
109662000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10967
10968 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10969
10970 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10971
10972 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10973
10974 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10975
10976
109772000-06-20 Dave Love <fx@gnu.org>
10978
10979 * faces.el (frame-background-mode): Use set-default, not set, in
10980 setter.
10981 (frame-update-faces, frame-update-face-colors): Define with
10982 defalias.
10983
10984 * enriched.el (enriched-decode-foreground)
10985 (enriched-decode-background): Don't use internal-find-face.
10986
10987 * apropos.el: Doc fixes.
10988
10989 * cus-edit.el (customize-changed-options): Check arg.
10990 (customize-version-lessp): Don't require decimal point.
10991
10992 * custom.el (defcustom, defgroup): Doc fix.
10993
10994 * newcomment.el (comment) <defgroup>: Add :version.
10995 (comment-multi-line): Doc fix.
10996
10997 * emulation/mlsupport.el (define-hooked-local-abbrev,
10998 define-hooked-global-abbrev): Fix, using define-abbrev.
10999
110002000-06-19 Gerd Moellmann <gerd@gnu.org>
11001
11002 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11003 the whole buffer.
11004
110052000-06-19 Dave Love <fx@gnu.org>
11006
11007 * menu-bar.el (menu-bar-options-save): New function.
11008 (menu-bar-options-menu): Use it.
11009 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11010 Simplify.
11011
110122000-06-19 Andreas Schwab <schwab@suse.de>
11013
11014 * progmodes/etags.el (tags-query-replace): Put new parameters
11015 START and END at the end, for backward compatibility.
11016
110172000-06-19 Kenichi Handa <handa@etl.go.jp>
11018
11019 * international/codepage.el:
11020 (cp-coding-system-for-codepage-1): Delete special codes for
11021 generating xxx-dos coding system because now a CCL based coding
11022 system can handle EOL conversion by default.
11023
11024 * international/mule.el (make-coding-system): Generate subsidiary
11025 coding systems for EOL handling variants even for a CCL based
11026 coding system.
11027
110282000-06-19 Kenichi Handa <handa@etl.go.jp>
11029
11030 * international/isearch-x.el (isearch-minibuffer-input-method)
11031 (isearch-minibuffer-input-method-function): These variables
11032 deleted.
11033 (isearch-with-input-method): Don't use the above variables.
11034 (isearch-process-search-multibyte-characters): Likewise. Call
11035 read-string with the arg INHERIT-INPUT-METHOD t.
11036
110372000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * font-lock.el (font-lock-after-fontify-buffer)
11040 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11041
11042 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11043 Use consistent make-local-variable style for font-lock-fontified.
11044 (jit-lock-fontify-buffer):
11045 Don't bother checking for font-lock-mode and jit-lock-mode.
11046
11047 * time.el: Remove trailing ^M that prevent CVS-merging.
11048
110492000-06-16 Gerd Moellmann <gerd@gnu.org>
11050
11051 * Makefile.in (distclean): New target.
11052
110532000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11054
11055 * Makefile.in (srcdir): Define for update-subdirs.
11056
110572000-06-16 Gerd Moellmann <gerd@gnu.org>
11058
11059 * find-lisp.el: New file.
11060
110612000-06-16 Andrew Innes <andrewi@gnu.org>
11062
11063 * time.el (display-time-mail-function): New variable, to allow
11064 external packages to indicate when new mail is available.
11065 (display-time-update): Use it.
11066
110672000-06-16 Kenichi Handa <handa@etl.go.jp>
11068
11069 * international/mule.el (mule-version): Change version name to
11070 SAKAKI. AOI has already been used by Meadow.
11071
11072 * international/quail.el (quail-show-guidance-buf): To find the
11073 bottom window (but minibuffer), pay attention to the height of
11074 minibuffer.
11075
110762000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11077
11078 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11079 menu-bar menus. Add help strings. Don't remove the Edit menu
11080 from the menu bar, as the menu bar has enough space now.
11081
11082 * Makefile.in (SHELL): Make sure /bin/sh is used.
11083
11084 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11085 characters, which use series of two ^H characters instead of one.
11086
110872000-06-15 Gerd Moellmann <gerd@gnu.org>
11088
11089 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11090 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11091 functions.
11092 (Info-find-node-2): Try a case-sensitive search first, then
11093 do a case-insensitive search.
11094
11095 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11096 tutorials.
11097
11098 * complete.el (PC-env-vars-alist): New variable.
11099 (PC-complete-as-file-name): New function.
11100 (partial-completion-mode): Initialize PC-env-vars-alist from
11101 process-environment.
11102 (PC-do-completion): Handle completion of env vars.
11103
11104 * info.el (Info-set-mode-line): Show file name in mode line,
11105 use `*Info*' instead of `Info:'.
11106
11107 * startup.el (command-line-1): Change copyright messages to year
11108 2000.
11109
111102000-06-15 Dave Love <fx@gnu.org>
11111
11112 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11113 not local-map.
11114
111152000-06-15 Kenichi Handa <handa@etl.go.jp>
11116
11117 * international/mule.el (set-buffer-file-coding-system): Almost
11118 rewritten to handle `undecided' as no-op.
11119
111202000-06-14 Gerd Moellmann <gerd@gnu.org>
11121
11122 * Makefile.in: New file.
11123
11124 * Makefile: Removed.
11125
11126 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11127 (goto-address-highlight-keymap): Bind C-c RET.
11128
111292000-06-14 Kenichi Handa <handa@etl.go.jp>
11130
11131 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11132 inherits buffer-file-coding-system of the current buffer.
11133
11134 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11135 0. Give correct argument to set-auto-coding-function.
11136 (tar-expunge): For goto-char, use (point-min), not 0.
11137 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11138 (tar-subfile-save-buffer): Likewize.
11139
11140 * international/mule.el
11141 (after-insert-file-set-buffer-file-coding-system): Call
11142 set-buffer-file-coding-system with the arg FORCE t.
11143
111442000-06-13 Gerd Moellmann <gerd@gnu.org>
11145
11146 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11147 nil. Contemporary sendmails issue an X-Authentication-Warning if
11148 the sender is set with `-f'.
11149
111502000-06-13 Dave Love <fx@gnu.org>
11151
11152 * help.el (describe-function-1): Kluge around cases of functions
11153 fset to subrs whose doc doesn't match their symbol-name.
11154
11155 * image.el (insert-image): Default STRING to a space.
11156
11157 * info.el Doc fixes.
11158 (Info-build-node-completions): Match Ref tags.
11159
111602000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11161
11162 * frame.el (display-multi-frame-p, display-multi-font-p): New
11163 defaliases for display-graphic-p.
11164
11165 * hl-line.el: Fixed a typo in commentary.
11166
111672000-06-13 Kenichi Handa <handa@etl.go.jp>
11168
11169 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11170 fixed.
11171
111722000-06-12 Dave Love <fx@gnu.org>
11173
11174 * image.el (insert-image): Save a little consing.
11175
111762000-06-12 Kenichi Handa <handa@etl.go.jp>
11177
11178 * language/tibet-util.el: Convert all tibetan-1-column characters
11179 to the corresponding tibetan characters.
11180 (tibetan-add-components): Delete code for the special treatment of
11181 'a chung.
11182
11183 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11184 change.
11185 (tibetan-vowel-transcription-alist): More rules added.
11186 (tibetan-composite-vowel-alist): New variable.
11187 (tibetan-precomposition-rule-alist): More rules added.
11188
111892000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11190
11191 * startup.el (command-line): Only call menu-bar-mode if interactive.
11192
11193 * thingatpt.el (toplevel symbol-properties):
11194 * textmodes/makeinfo.el (makeinfo-compile):
11195 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11196 * progmodes/hideif.el (hif-compress-define-list)
11197 (hide-ifdef-use-define-alist):
11198 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11199 (ange-ftp-vms-add-file-entry):
11200 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11201 * man.el (Man-build-man-command):
11202 * mail/rnewspost.el (news-reply-header-hook):
11203 * info.el (Info-insert-dir):
11204 * emulation/mlconvert.el (backward-word, forward-word, setq):
11205 * emacs-lisp/gulp.el (gulp-send-requests):
11206 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11207 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11208 (byte-optimize-apply, end of file):
11209 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11210 (ad-make-freeze-definition):
11211 * startup.el (command-line, command-line-1): Don't quote lambdas.
11212
11213 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11214 (cvs-cleanup-removed): New function.
11215 (cvs-cleanup-functions): New var.
11216 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11217 some flexibility in specifying additional entries to auto-cleanup.
11218 (cvs-quickdir): New function.
11219 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11220 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11221 (cvs-mode-find-file): Check that we are on a filename or dirname
11222 when invoked through a mouse-click.
11223 (cvs-full-path): Remove.
11224 (cvs-dired-action): Re-introduced.
11225 (cvs-dired-noselect): Use it.
11226 (vc-post-command-functions): use this new hook if available.
11227
11228 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11229 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11230 (cvs-filename-map, cvs-dirname-map): Remove.
11231 (cvs-default-action): Remove.
11232 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11233 if the arg is really a keymap.
11234 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11235 Don't hardcode the mapping from state (aka type) to face, but check
11236 the var cvs-fi-<type>-face instead.
11237 (cvs-fileinfo-from-entries): New function.
11238
11239 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11240 Docstring fix.
11241 (cvs-find-file-and-jump): Change default to be safer.
11242 (cvs-mode-diff-map): Define it as a function as well.
11243 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11244 Bind mouse-2 in this global map rather than with text-properties.
11245
11246 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11247 file to resolve the ambiguity between C(conflict) and C(need-merge).
11248
112492000-06-12 Kenichi Handa <handa@etl.go.jp>
11250
11251 * international/mule.el (set-buffer-file-coding-system): If
11252 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11253 unconditionally.
11254
112552000-06-12 Dave Love <fx@gnu.org>
11256
11257 * wid-edit.el (widget-specify-button): Really suppress the face if
11258 required.
11259
112602000-06-11 Gerd Moellmann <gerd@gnu.org>
11261
11262 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11263
112642000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11265
11266 * imenu.el (imenu-generic-expression): Docstring fix.
11267
11268 * composite.el (composition-function-table): Move the `put'
11269 below the autoload cookie so we can load the file before loaddefs.
11270
11271 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11272
11273 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11274 Handle easy-mmode-define-global-mode.
11275 For complex macros like define-minor-mode that can generate
11276 several autoload entries, try to autoload entries in the
11277 macroexpanded code.
11278
11279 * emacs-lisp/easy-mmode.el (define-minor-mode):
11280 If KEYMAP is a symbol, just use it.
11281 Use byte-compile-current-file and load-file-name to infer the
11282 proper :require to pass to defcustom.
11283 Wrap the hook var into `progn' so as not to autoload it.
11284 Add a :autoload-end cookie.
11285 Be more careful about the evaluation of KEYMAP.
11286 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11287 (define-derived-mode): Move define-abbrev-table outside of defvar.
11288
112892000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11290
11291 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11292 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11293 (backup-compiled-files): Ignore errors during `tar'.
11294 (bootstrap): Make autoloads before elc files.
11295
112962000-06-10 Kenichi Handa <handa@etl.go.jp>
11297
11298 * international/mule.el (set-buffer-file-coding-system): If one of
11299 undecided-XXX is specified, change only EOL conversion.
11300
11301 * international/mule-conf.el (unix): New alias for the coding
11302 system undecided-unix.
11303
113042000-06-09 Dave Love <fx@gnu.org>
11305
11306 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11307
11308 * progmodes/executable.el: Byte compile dynamic.
11309 (executable-insert): Change custom type.
11310 (executable-find): Add autoload cookie.
11311 (executable-make-buffer-file-executable-if-script-p): New
11312 function. After Noah Friedman.
11313
11314 * files.el (after-save-hook): Customize, with
11315 executable-make-buffer-file-executable-if-script-p as an option.
11316
113172000-06-09 Kenichi Handa <handa@etl.go.jp>
11318
11319 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11320 "tib24p-mule.bdf" for Tibetan.
11321
11322 * composite.el (decompose-composite-char): Declare it as obsolete.
11323
11324 * man.el (Man-fontify-manpage): Pay attention to underline and
11325 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11326
113272000-06-08 Gerd Moellmann <gerd@gnu.org>
11328
11329 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11330 Set maintainer to FSF since author isn't reachable.
11331
113322000-06-08 Dave Love <fx@gnu.org>
11333
11334 * international/mule-cmds.el (select-safe-coding-system): If
11335 DEFAULT-CODING-SYSTEM is not specified, also check the most
11336 preferred coding-system if buffer-file-coding-system is
11337 `undecided'. From Handa.
11338
113392000-06-08 Kenichi Handa <handa@etl.go.jp>
11340
11341 * international/mule.el
11342 (after-insert-file-set-buffer-file-coding-system): If the buffer
11343 size is greater than INSERTED, judget that we are not visiting.
11344
113452000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11346
11347 * whitespace.el (defgroup whitespace): Comment out `:version'.
11348 XEmacs 20.4 has problems defining the group with this present.
11349 We'll have this commented out till get resolve the problem.
11350
113512000-06-07 John Wiegley <johnw@gnu.org>
11352
11353 * align.el (align-dq-string-modes, align-sq-string-modes)
11354 (align-open-comment-modes): Add pyhton-mode.
11355 (align-rules-list): Use get-text-property instead of
11356 text-properties-at.
11357 (align-rules-list): Add python-assignment.
11358 (align-rules-list): Change perl-comma-delimiter to
11359 basic-comma-delimiter. Use if for Perl modes and python-mode.
11360 (align-rules-list): Add python-chain-logic and
11361 basic-line-continuation.
11362
113632000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11364
11365 * apropos.el (apropos-mode-hook): New user variable.
11366 (apropos-mode): Run apropos-mode-hook.
11367
113682000-06-07 David Ponce <david@dponce.com>
11369
11370 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11371 commands. Require `wid-edit' at run-time.
11372
113732000-06-07 David Ponce <david@dponce.com>
11374
11375 * recentf.el: Added some "Commentary".
11376 (recentf-open-more-files, recentf-edit-list): Minor changes to
11377 move the point at the top of the file list. This behaviour is
11378 consistent with the menu one when the list contains a lot of
11379 files.
11380 (recentf-cleanup): Now displays the number of items removed from
11381 the list.
11382 (recentf-relative-filter) New menu filter to show filenames
11383 relative to `default-directory'.
11384
113852000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11386
11387 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11388 with/without giving an error if PostScript printer doesn't have this
11389 kind of page size. Zebra Stripe continues or restarts on next page.
11390 Manual/automatic paper feeding. Switch or not the header.
11391 (ps-print-version): New version number (5.2.2).
11392 (ps-windows-system): Include emx as a Windows system.
11393 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11394 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11395 (ps-background-text): Code fix.
11396 (ps-error-handler-message, ps-user-defined-prologue)
11397 (ps-print-prologue-header, ps-printer-name)
11398 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11399 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11400 (ps-use-face-background): Customization fix.
11401 (ps-n-up-database): Data fix.
11402 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11403 (ps-switch-header): New vars.
11404 (ps-xemacs-color-name, ps-face-foreground-name)
11405 (ps-face-background-name, ps-boolean-constant): New funs.
11406
114072000-06-07 Dave Love <fx@gnu.org>
11408
11409 * allout.el: New version from Manheimer.
11410
114112000-06-07 Kenichi Handa <handa@etl.go.jp>
11412
11413 * textmodes/fill.el (fill-find-break-point): Check the validity of
11414 charset.
11415
114162000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11417
11418 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11419 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11420 Call display-color-p and display-mouse-p instead of looking at
11421 window-system.
11422
114232000-06-06 Dave Love <fx@gnu.org>
11424
11425 * image.el (find-image): Doc fix. Return nil if image not found.
11426 (put-image, insert-image): Make STRING arg optional.
11427
114282000-06-06 Kenichi Handa <handa@etl.go.jp>
11429
11430 * language/vietnamese.el: Remove eval-when-compile.
11431 (viet-viscii-nonascii-translation-table): Define it as a
11432 translation table made from viet-viscii-decode-table.
11433 (viet-viscii-encode-table): Define it as a translation table made
11434 from the reverse map of above.
11435 (viet-vscii-nonascii-translation-table): Define it as a
11436 translation table made from viet-vscii-decode-table.
11437 (viet-vscii-encode-table): Define it as a translation table made
11438 from the reverse map of above.
11439 (ccl-decode-viscii): Use translate-character.
11440 (ccl-encode-viscii, ccl-encode-viscii-font)
11441 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11442 Likewize.
11443
11444 * language/cyrillic.el: Remove eval-when-compile.
11445 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11446 translation table made from cyrillic-koi8-r-decode-table.
11447 (cyrillic-koi8-r-encode-table): Define it as a translation table
11448 made from the reverse map of above.
11449 (ccl-decode-koi8): Use translate-character.
11450 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11451 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11452 a translation table made from cyrillic-alternativnyj-decode-table.
11453 (cyrillic-alternativnyj-encode-table): Define it as a translation
11454 table made from the reverse map of above.
11455 (ccl-decode-alternativnyj): Use translate-character.
11456 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11457 Likewize
11458
11459 * international/mule-diag.el (non-iso-charset-alist): Specify
11460 translation table symbol instead of translation table itself.
11461 (list-block-of-chars): CHARSET may be a translation table symbol.
11462
11463 * international/mule.el (make-coding-system): If CODING-SYSTEM
11464 already exists, override it.
11465
11466 * international/fontset.el: Use family `proportional' for Tibetan
11467 fonts.
11468
11469 * international/ccl.el (ccl-compile-translate-character): Don't
11470 check if Rrr has property translation-table.
11471 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11472
114732000-06-05 Gerd Moellmann <gerd@gnu.org>
11474
11475 * info.el: Bind case-fold-search to t when searching in case
11476 a user sets it to nil in a hook.
11477
114782000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11479
11480 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11481 * hl-line.el (hl-line-mode): Use the new :global key argument.
11482
11483 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11484 (tar-clip-time-string): Prepend a space.
11485 (tar-grind-file-mode): Construct a string rather than modifying one.
11486 (tar-header-block-summarize): Fix docstring.
11487 Use `format' rather than an error-prone set of copy-loops.
11488
11489 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11490 (diff-goto-source, diff-unified->context, diff-context->unified)
11491 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11492 understand the format output by the `-p' argument to diff.
11493
11494 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11495 (sh-re-done): Use defconst.
11496 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11497 (sh-help-string-for-variable, sh-guess-basic-offset):
11498 Don't quote lambdas.
11499 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11500 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11501
11502 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11503 (mh-letter-mode): Derive from text-mode.
11504 This implicitly means that it now calls kill-all-local-variables.
11505 Also remove the Emacs-18 compatibility code.
11506
11507 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11508 Make use of symbol-property doc-string-elt.
11509 Use memq rather than a sequence of eq.
11510 (doc-string-elt): Fix the wrong or missing previously unused values.
11511 (autoload-print-form): New function extracted from
11512 generate-file-autoloads to allow recursion when handling progn
11513 so that defvar's and defun's docstrings are properly printed.
11514 (generate-file-autoloads): Use it.
11515
11516 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11517 Use find-file-hooks in the minor-mode function.
11518 Be careful not to loop indefinitely in the post-command-hook function.
11519
115202000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11521
11522 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11523 tty's.
11524 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11525 differences whenever appropriate.
11526 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11527 * viper.el (find-file, find-file-other-window): Get viper to do
11528 wildcards.
11529
115302000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11531
11532 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11533 (jit-lock-fontify-buffer): New function for JIT refontification.
11534 (jit-lock-mode): Fix docstring.
11535 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11536 Remove jit-lock-after-change from the _local_ hook.
11537 (jit-lock-function-1): Fix docstring.
11538
11539 * info.el (Info-on-current-buffer): Initialize info.
11540
11541 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11542
11543 * progmodes/tcl.el (tcl-indent-for-comment):
11544 Ignore comment-indent-hook.
11545
11546 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11547 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11548 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11549 and improve to use the lighter to guess the capitalization.
11550 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11551 Add keyword arguments to specify global-ness or the custom group.
11552 Add local-map and help-echo properties to the lighter.
11553 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11554 (easy-mmode-define-global-mode): New macro.
11555
115562000-06-02 Dave Love <fx@gnu.org>
11557
11558 * wid-edit.el: byte-compile-dynamic since we typically don't use
11559 all the widgets. Don't require cl or widget. Remove
11560 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11561 (widget-read-event): Removed. Callers changed to use read-event.
11562 (widget-button-release-event-p): Renamed from
11563 button-release-event-p.
11564 (widget-field-add-space, widget-field-use-before-change):
11565 Uncustomize.
11566 (widget-specify-field): Use keymap property, not local-map.
11567 (widget-specify-button): Obey :suppress-face.
11568 (widget-specify-insert): Use modern backquote syntax.
11569 (widget-image-directory): Renamed from widget-glyph-directory.
11570 (widget-image-enable): Renamed from widget-glyph-enable.
11571 (widget-image-find): Replaces widget-glyph-find.
11572 (widget-button-pressed-face): Move defvar.
11573 (widget-image-insert): Replaces widget-glyph-insert.
11574 (widget-convert): Use keywordp.
11575 (widget-leave-text, widget-children-value-delete): Use mapc.
11576 (widget-keymap): Remove XEmacs stuff.
11577 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11578 (widget-button-click): Don't set point at the click, but re-centre
11579 if we scroll out of window. Rewritten for images v. glyphs &c.
11580 (widget-tabable-at): Use POS arg, not point.
11581 (widget-beginning-of-line, widget-end-of-line)
11582 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11583 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11584 (widget-default-create): Use widget-image-insert; some rewriting.
11585 (widget-visibility-value-create)
11586 (widget-push-button-value-create, widget-toggle-value-create): Use
11587 widget-image-insert.
11588 (checkbox): Create on and off images dynamically.
11589 (documentation-link): Change :help-echo.
11590 (widget-documentation-link-echo-help): Remove.
11591
115922000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11593
11594 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11595
11596 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11597 (easy-mmode-define-toggle, define-minor-mode): Use it.
11598 (easy-mmode-define-keymap): Docstring fix.
11599 (define-derived-mode): Default PARENT to fundamental-mode.
11600 Add the derived-mode-parent symbol-property.
11601 (easy-mmode-derived-mode-p): New function.
11602
116032000-06-02 Dave Love <fx@gnu.org>
11604
11605 * files.el (convert-standard-filename): Doc fix.
11606 (normal-backup-enable-predicate): New function.
11607 (backup-enable-predicate): Use it to replace the lambda form.
11608
11609 * calendar/todo-mode.el: [This needs more work on the outline
11610 stuff.] Doc fixes.
11611 (todo) <defgroup>: Add :version.
11612 (todo-add-category): Don't use pushnew.
11613 (todo-cmd-raise): Fix typo.
11614 (todo-top-priorities): Change temp buffer name.
11615 (todo-category-alist): Avoid redundant lambda.
11616 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11617 Use outline-next-heading.
11618
11619 * autoarg.el: Rewritten to use define-minor-mode.
11620 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11621 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11622
116232000-06-02 Kenichi Handa <handa@etl.go.jp>
11624
11625 * isearch.el (isearch-other-meta-char): Fix previous change.
11626
116272000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11628
11629 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11630 (log-edit-done): Only add the comment to the ring if it's different
11631 from the last comment entered.
11632
11633 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11634
116352000-06-01 Dave Love <fx@gnu.org>
11636
11637 * hl-line.el: Rewritten using define-minor-mode.
11638
11639 * help.el (describe-function-1): Distinguish special form from
11640 builtin function. Sanity-check presence of arglist for builtins.
11641
116422000-06-01 Kenichi Handa <handa@etl.go.jp>
11643
11644 * international/characters.el: Fix syntax/category setting of
11645 Tibetan characters.
11646
11647 * language/tibet-util.el (tibetan-add-components): Fixes for new
11648 encoding of Tibetan characters.
11649 (tibetan-decompose-precomposition-alist): New variable.
11650 (tibetan-decompose-region): Convert precomposed characters to
11651 non-precomposed characters.
11652 (tibetan-decompose-string): Likewise.
11653 (tibetan-composition-function): Fix args to
11654 thibetan-compose-string.
11655
11656 * language/tibetan.el (tibetan-composable-pattern): More
11657 characters included.
11658 (tibetan-consonant-transcription-alist): Rule for "R" added.
11659 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11660 "+R" added.
11661 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11662
11663 * language/lao-util.el (lao-composition-function): Fix args to
11664 compose-string.
11665
11666 * language/thai-util.el (thai-composition-function): Fix args to
11667 compose-string.
11668
11669 * isearch.el (isearch-update): Set disable-point-adjustment to t
11670 to prevent the point moving to the end of a composition when a
11671 part of a composition is searched.
11672 (isearch-other-meta-char): If the key invoking this command can be
11673 mapped by function-key-map to a printing char, call
11674 isearch-process-search-char directly.
11675
116762000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11677
11678 * emacs-lisp/bytecomp.el:
11679 * frame.el:
11680 * international/mule-cmds.el:
11681 * international/mule-util.el:
11682 * international/mule.el:
11683 * mouse.el:
11684 * subr.el:
11685 * faces.el: Update calls to make-obsolete with a WHEN argument.
11686
11687 * byte-run.el (make-obsolete, make-obsolete-variable):
11688 Add an optional WHEN argument and change the format of the
11689 symbol-property information.
11690 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11691 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11692 new obsolete-symbol-property format and print WHEN if it is provided.
11693
116942000-05-31 Dave Love <fx@gnu.org>
11695
11696 * loadhist.el (loadhist-hook-functions): Remove
11697 before-change-function, after-change-function.
11698 (unload-feature): Deal with symbols which are both bound and
11699 fbound.
11700
11701 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11702 before-change-function, after-change-function.
11703
11704 * simple.el (newline): Don't bind before-change-function,
11705 after-change-function.
11706
117072000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11708
11709 * whitespace.el (whitespace-rescan-timer-time): Update interval
11710 set to 600 seconds (10 minutes) instead of 60 seconds since
11711 a large number of whitespace buffers causes emacs to `freeze'
11712 for a considerable amount of time.
11713
11714 * whitespace.el: Updated email address
11715
117162000-05-31 Dave Love <fx@gnu.org>
11717
11718 * add-log.el (change-log-font-lock-keywords) <function>: Add
11719 pattern for function of change.
11720 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11721 acknowledgements patterns.
11722
117232000-05-31 Kenichi Handa <handa@etl.go.jp>
11724
11725 * isearch.el (isearch-printing-char): If keyboard coding system is
11726 being used, call isearch-process-search-multibyte-characters.
11727
11728 * international/isearch-x.el: Mostly rewritten.
11729
11730 * international/quail.el (quail-start-conversion): Don't include
11731 unhandled events in the returned events, but set them in
11732 unread-command-events. Exit if all inputs are deleted.
11733
117342000-05-30 Jason Rumney <jasonr@gnu.org>
11735
11736 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11737
11738 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11739 Reenable code to create initial fontsets.
11740 Use set-fontset-font in place of put-charset-property.
11741
117422000-05-30 Gerd Moellmann <gerd@gnu.org>
11743
11744 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11745 label, ensure that the first colon isn't followed by another.
11746
11747 * paths.el (Info-default-directory-list): Doc fix.
11748
11749 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11750 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11751 send a query containing USER only, not USER@HOST.
11752
11753 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11754 and rmail-msgend to compute the restriction at the end, instead of
11755 computing it.
11756
117572000-05-29 Gerd Moellmann <gerd@gnu.org>
11758
11759 * dabbrev.el (dabbrev-expand): Don't display messages in the
11760 echo area if the minibuffer window is active.
11761
11762 * jit-lock.el (jit-lock-mode): Add after change function to
11763 local hook.
11764
117652000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11766
11767 * antlr-mode.el: New commands: hide/unhide actions,
11768 upcase/downcase literals.
11769 (antlr-tiny-action-length): New user option.
11770 (antlr-hide-actions): New command. Suggested by
11771 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11772 (antlr-mode-map): New binding [C-c C-v].
11773 (antlr-mode-menu): New entries.
11774 (antlr-downcase-literals): New command.
11775 (antlr-upcase-literals): Ditto.
11776
11777 * antlr-mode.el: Minor changes: indendation, mode-name.
11778 (antlr-indent-line): Indent cpp directive at column 0.
11779 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11780
11781 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11782 (antlr-font-lock-additional-keywords): Workaround for intentional
11783 bug in XEmacs version of font-lock.
11784 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11785 be used by a smarter version of `buffers-menu-grouping-function'.
11786
117872000-05-29 Gerd Moellmann <gerd@gnu.org>
11788
11789 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11790 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11791
117922000-05-29 Kenichi Handa <handa@etl.go.jp>
11793
11794 * international/encoded-kb.el
11795 (encoded-kbd-iso2022-designation-map): Pay attention to that
11796 charset-iso-final-char return -1 for eight-bit-control and
11797 eight-bit-graphic.
11798
117992000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11800
11801 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11802 (speedbar-easymenu-definition-base): Use display-graphic-p where
11803 available, instead of window-system.
11804
118052000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11806
11807 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11808 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11809 coding systems.
11810
118112000-05-26 Dave Love <fx@gnu.org>
11812
11813 * disp-table.el (standard-display-underline): Don't use
11814 internal-find-face.
11815
11816 * mail/reporter.el: Maintainer change. Doc fixes.
11817 (reporter-version): Deleted.
11818
11819 * emacs-lisp/elp.el: Maintainer change.
11820 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11821
118222000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11823
11824 * add-log.el (add-change-log-entry): Merge the current entry with the
11825 previous one if the previous one is empty.
11826
118272000-05-26 Dave Love <fx@gnu.org>
11828
11829 * loadhist.el (unload-feature): Fix interactive spec [from
11830 lijnzaad@ebi.ac.uk].
11831
11832 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11833 subr-arity to check primitives.
11834 (byte-compile-flush-pending, byte-compile-file-form-progn)
11835 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11836 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11837 mapcar.
11838
118392000-05-26 Kenichi Handa <handa@etl.go.jp>
11840
11841 * international/fontset.el: Set family names of non-latin charsets
11842 in default fontset to "*".
11843
11844 * international/mule-diag.el (print-fontset): Combine family part
11845 and registry part of the fontname by "-*-" instead of "-".
11846
11847 * international/mule-cmds.el (encode-coding-char): Make strings
11848 multibyte before calling encode-coding-string.
11849
118502000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11851
11852 * derived.el: Fix keywords.
11853 (define-derived-mode): Only define if needed.
11854
11855 * simple.el (fill-comment, comment-column, comment-start)
11856 (comment-start-skip, comment-end, comment-indent-function)
11857 (block-comment-start, block-comment-end, indent-for-comment)
11858 (set-comment-column, kill-comment, comment-padding, comment-region)
11859 (comment-multi-line, indent-new-comment-line): Remove.
11860
11861 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11862 function names for comment operations.
11863
11864 * newcomment.el: Add abundant autoload cookies.
11865 (comment-style): Don't depend on runtime data at compile-time.
11866 (comment-indent-hook): Remove.
11867 (comment-indent): Check if comment-indent-hook is bound.
11868 (comment-region): Docstring fix.
11869
118702000-05-25 Dave Love <fx@gnu.org>
11871
11872 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11873 byte-code-function-p.
11874
11875 * mail/rmailsum.el: Add provide.
11876
11877 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11878
11879 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11880 defcustom.
11881
118822000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11883
11884 * ediff-diff.el (ediff-exec-process): delete --binary option from
11885 non-buffer ediff jobs.
11886
118872000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11888
11889 * hilit-chg.el (highlight-changes-mode): Ask about color or
11890 grayscale support, not about window-system.
11891
11892 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11893 window-system.
11894 (ffap-highlight): Always default to t.
11895
11896 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11897 display-popup-menus-p instead of looking at window-system.
11898
11899 * disp-table.el (standard-display-g1, standard-display-graphic):
11900 Only refuse to use string glyphs on X and MS-Windows.
11901
11902 * avoid.el: Remove window-system from commentary, suggest to use
11903 display-*-p instead.
11904
11905 * apropos.el (apropos-print): Use display-mouse-p instead of
11906 window-system.
11907
119082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11909
11910 * international/codepage.el (cp-decoding-vector-for-codepage):
11911 Fill up unsupported characters with their own codes. From Kenichi
11912 Handa.
11913
119142000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11915
11916 * international/mule-diag.el (describe-char-after): Use
11917 display-graphic-p instead of window-system, so that this function
11918 works on MS-DOS.
11919
119202000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11921
11922 * international/codepage.el (cp-make-coding-systems-for-codepage):
11923 Remove the eight-bit-graphic and eight-bit-control charsets from
11924 the list of charsets which we convert into `?'.
11925
119262000-05-25 Kenichi Handa <handa@etl.go.jp>
11927
11928 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11929 private charsets.
11930 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11931 japanese-jisx0213-2): New charsets.
11932
11933 * international/fontset.el: Setup default fontset for new charsets.
11934
119352000-05-24 Dave Love <fx@gnu.org>
11936
11937 * info.el (Info-find-node-2): Restructure [following "Vadim
11938 S. Solomin" <sovs@uic.nnov.ru>].
11939
11940 * icomplete.el: Fix header for Finder.
11941
119422000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11943
11944 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11945 STAY.
11946
11947 * rmail.el (rmail-automatic-folder-directives): New user variable.
11948 (rmail-show-message): Add call to `rmail-auto-file' during
11949 display.
11950 (rmail-auto-file): New function.
11951
119522000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11953
11954 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11955 account.
11956 (ediff-test-utility,ediff-diff-mandatory-option)
11957 (ediff-reset-diff-options): Utilities for proper initialization of
11958 ediff-diff-options and ediff-diff3-options on Windows.
11959
11960 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11961 variable.
11962
11963 * ediff-mult.el (ediff-filegroup-action): Use
11964 ediff-merge-filename-prefix.
11965
119662000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11967
11968 * viper-ex.el (ex-write): Set selective display to nil.
11969
119702000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11971
11972 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11973 aliases for hebrew-iso-8bit.
11974
119752000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11976
11977 * woman.el: New version from Francis J. Wright
11978 <F.J.Wright@Maths.QMW.ac.uk>.
11979 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11980 names in environment variables regardless of the path separator.
11981 (woman-topic-all-completions-1): Don't call file-name-directory-p
11982 on all files, since woman-file-regexp already filters out any
11983 directories.
11984
119852000-05-24 Kenichi Handa <handa@etl.go.jp>
11986
11987 * international/quail.el (quail-start-translation): Don't change
11988 modified-p of the current buffer.
11989 (quail-start-conversion): Likewise.
11990
11991 * international/kkc.el (kkc-region): Don't change modified-p of
11992 the current buffer.
11993
11994 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11995 conform to RFC1468.
11996 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11997
119982000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11999
12000 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12001 (speedbar-insert-button): Invisible text property fix.
12002 (speedbar-directory-plus): Renamed from speedbar-directory-+
12003 (speedbar-directory-minus): Renamed from speedbar-directory--
12004 (speedbar-page-plus): Renamed from speedbar-file-+
12005 (speedbar-page-minus): Renamed from speedbar-file--
12006 (speedbar-page): Renamed from speedbar-file-
12007 (speedbar-tag): Renamed from speedbar-tag-
12008 (speedbar-tag-plus): Renamed from speedbar-tag-+
12009 (speedbar-tag-minus): Renamed from speedbar-tag--
12010 (speedbar-expand-image-button-alist): Use above renames.
12011
12012 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12013 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12014 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12015 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12016 * sb-pg.xpm: Renamed from sb-file.xpm
12017 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12018 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12019
120202000-05-24 Kenichi Handa <handa@etl.go.jp>
12021
12022 * international/quail.el (quail-show-guidance-buf): Set
12023 current-input-method of the guidance buffer to the name of the
12024 curren input method.
12025
120262000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12027
12028 * progmodes/compile.el (compile-internal): Style typo.
12029
12030 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12031 quote vars and functions in the docstring.
12032
12033 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12034
12035 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12036 Don't quote lambdas.
12037
12038 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12039
120402000-05-23 Gerd Moellmann <gerd@gnu.org>
12041
12042 * startup.el (command-line): Determine source file of compiled
12043 user init file differently. Warn if compiled user init file
12044 is older than its source file.
12045
12046 * ffap.el (ffap-url-regexp): Add `https'.
12047
120482000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12049
12050 * files.el (make-backup-file-name-1): Replace slashes with `!'
12051 rather than `|' (which is not allowed on Windows). Replace the
12052 drive letters with a string "drive_X".
12053
120542000-05-23 Gerd Moellmann <gerd@gnu.org>
12055
12056 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12057
12058 * files.el (interpreter-mode-alist): Add `bash2'.
12059
120602000-05-22 Dave Love <fx@gnu.org>
12061
12062 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12063 mapc.
12064 (feature-file): Avoid calling symbol-name. Doc fix.
12065 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12066 (loadhist-hook-functions): Add mouse-position-function.
12067 (unload-feature): Change uses of mapcar.
12068
12069 * files.el (parse-colon-path): Doc fix.
12070 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12071 (set-auto-mode): Use mapc.
12072
12073 * complete.el (PC-look-for-include-file): Use :alnum: character
12074 class.
12075 (partial-completion-mode): Add autoload cookie.
12076
120772000-05-22 Sam Steingold <sds@gnu.org>
12078
12079 * info.el (Info-fontify-node): Fixed the call to
12080 `add-text-properties' (bug introduced on 2000-05-18).
12081
120822000-05-22 Dave Love <fx@gnu.org>
12083
12084 * bindings.el: Remove debug-ignored-errors set in other files.
12085
12086 * progmodes/etags.el: Add to debug-ignored-errors.
12087 (visit-tags-table-buffer): Clear out buffers holding old tables
12088 when making a new list.
12089 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12090 mapc.
12091
12092 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12093 quote keywords.
12094 (cmpl-string-case-type): Use character classes.
12095
12096 * comint.el:
12097 * textmodes/ispell.el:
12098 * imenu.el:
12099 * mail/mh-e.el:
12100 * progmodes/compile.el: Add to debug-ignored-errors.
12101
12102 * dabbrev.el: Add to debug-ignored-errors.
12103 (dabbrev-completion): Use mapc.
12104
121052000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12106
12107 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12108 (woman-mapcan, woman-parse-man.conf)
12109 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12110 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12111 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12112 path syntax better.
12113 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12114 (woman-manpath): Call woman-parse-man.conf.
12115 (woman-emulation): New defcustom, defaults to nroff.
12116 (woman-font-support): New defconst.
12117 (woman-use-symbol-font): New defcustom.
12118 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12119 "Emulation".
12120 Many functions: Doc fix.
12121
121222000-05-22 Kenichi Handa <handa@etl.go.jp>
12123
12124 * international/quail.el (quail-simple-translation-keymap): Map
12125 128..255 to quail-self-insert-command.
12126 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12127
121282000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12129
12130 * help.el (help-manyarg-func-alist): Typo.
12131
12132 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12133 intervals which makes it heaps simpler.
12134
12135 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12136 the nested comment markers.
12137
12138 * subr.el (remove-hook): Don't turn the hook's value into a list.
12139
121402000-05-21 Dave Love <fx@gnu.org>
12141
12142 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12143 are invalid characters.
12144
12145 * international/mule-util.el (detect-coding-with-priority): Use
12146 mapc. Remove redundant lambda.
12147
12148 * international/mule-diag.el (list-non-iso-charset-chars)
12149 (describe-fontset): Remove redundant lambda.
12150
12151 * emulation/crisp.el (brief-mode): New alias.
12152
12153 * emacs-lisp/ring.el (ring-elements): New function.
12154
12155 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12156 (easy-menu-do-add-item): Use keywordp.
12157
12158 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12159
12160 * replace.el: Doc and error message fixes.
12161 (replace-highlight): Use facep, not internal-find-face.
12162
121632000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12164
12165 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12166
12167 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12168 (log-edit-insert-changelog): Drop `:' as well.
12169
12170 * log-view.el: Fix file description.
12171 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12172 available.
12173 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12174 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12175
12176 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12177 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12178 Print a status message if the toggle is called interactively.
12179 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12180 for global minor modes and use `defcustom' for them.
12181 Use add-minor-mode.
12182 (easy-mmode-define-derived-mode): Remove.
12183 (define-derived-mode): Fancier default docstring.
12184 (easy-mmode-define-navigation): Signal an error rather than (ding).
12185
12186 * newcomment.el (comment-styles): New `box-multi'.
12187 (comment-normalize-vars): Better default for comment-continue to
12188 avoid whitespace-only continuations.
12189 (comment-search-forward): Always move even in the no-syntax case.
12190 (comment-padright): Only obey N if it's only obeyed for padleft.
12191 (comment-make-extra-lines): Better handling of empty continuations.
12192 Use `=' for the filler if comment-start has only one character.
12193 (uncomment-region): Try handling the special `=' filler.
12194 (comment-region): Allow LINES even if MULTI is nil.
12195 (comment-box): Choose box style based on comment-style.
12196
121972000-05-20 Kenichi Handa <handa@etl.go.jp>
12198
12199 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12200 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12201
122022000-05-20 Kenichi HANDA <handa@etl.go.jp>
12203
12204 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12205 and insert, not subst-char-in-region.
12206
12207 * international/mule-diag.el (list-character-sets-1): Handle
12208 charsets eight-bit-control and eight-bit-graphic.
12209 (list-iso-charset-chars): Likewise.
12210 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12211 charactes as is. Use indent-to to align characters.
12212
12213 * international/mule-cmds.el (find-multibyte-characters): Never
12214 exclude charsets eight-bit-control and eight-bit-graphic.
12215
122162000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12217
12218 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12219 Don't quote lambdas.
12220
12221 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12222
122232000-05-19 Gerd Moellmann <gerd@gnu.org>
12224
12225 * gud.el (gud-jdb-directories): Doc fix.
12226
122272000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12228
12229 * newcomment.el: New file.
12230
122312000-05-19 Gerd Moellmann <gerd@gnu.org>
12232
12233 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12234
122352000-05-18 Andreas Schwab <schwab@suse.de>
12236
12237 * dired.el (dired-between-files): Also skip lines beginning with
12238 `used'.
12239
122402000-05-18 Gerd Moellmann <gerd@gnu.org>
12241
12242 * msb.el (msb-menu-cond): Add choice `user'.
12243
122442000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12245
12246 * ps-print.el: Compatibility, customization and doc fix.
12247 (ps-printer-name-option): Replace defconst by defvar.
12248 (ps-postscript-code-directory): XEmacs compatibility.
12249 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12250 fix.
12251 (ps-user-defined-prologue, ps-print-prologue-header)
12252 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12253 compatibility and code fix.
12254 (ps-print-background-image, ps-print-background-text):
12255 Customization fix.
12256 (ps-line-number-start, ps-n-up-on): New vars.
12257
122582000-05-18 Espen Skoglund <esk@ira.uka.de>
12259
12260 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12261 the indent-comment function to just return the appropriate indent.
12262
122632000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12264
12265 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12266 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12267 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12268
122692000-05-18 Dave Love <fx@gnu.org>
12270
12271 * info.el (Info-fontify-node): Add intangible property as well as
12272 invisible.
12273
12274 * calendar/appt.el (appt-make-list): Match all lines of entry.
12275 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12276
122772000-05-18 Kenichi Handa <handa@etl.go.jp>
12278
12279 * international/mule-diag.el (describe-char-after): Call
12280 internal-char-font, not char-font. If internal-char-font returns
12281 nil, display "-- none --".
12282
122832000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12284
12285 * image.el (image-type-available-p): Don't reference image-types
12286 if it isn't bound.
12287
122882000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12289
12290 * autoarg.el (autoarg-mode): Typo in the :set argument.
12291
122922000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12293
12294 * startup.el (command-line-1): Don't signal an error if the
12295 directory for auto-save-list files does not yet exist.
12296
122972000-05-17 Kenichi Handa <handa@etl.go.jp>
12298
12299 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12300
123012000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12302
12303 * subr.el (remove-hook): `setq' hook-value, not `set'.
12304
123052000-05-16 Sam Steingold <sds@gnu.org>
12306
12307 * info.el (debug-ignored-errors): More errors to ignore.
12308
123092000-05-16 Dave Love <fx@gnu.org>
12310
12311 * cus-edit.el: Don't require cl or easymenu.
12312 (custom-variable-prompt): Test standard-value property, not
12313 user-variable-p.
12314
123152000-05-16 Sam Steingold <sds@gnu.org>
12316
12317 * subr.el (add-hook): `setq' hook-value, not `set'.
12318
123192000-05-16 Gerd Moellmann <gerd@gnu.org>
12320
12321 * startup.el (command-line-1): Mention the FAQ in the startup
12322 message.
12323
12324 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12325
12326 * progmodes/compile.el (compilation-parse-errors): Collect
12327 `nomessage' regexps last.
12328
12329 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12330
12331 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12332 to the function name.
12333
123342000-05-15 Dave Love <fx@gnu.org>
12335
12336 * speedbar.el (speedbar-recenter): Typo.
12337 (speedbar-expand-line): Make arg optional.
12338 (speedbar-mode): Avoid a compiler warning.
12339
123402000-05-15 Gerd Moellmann <gerd@gnu.org>
12341
12342 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12343 user-specified option string is empty.
12344
12345 * mouse.el (mouse-yank-at-click): Doc fix.
12346
123472000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12348
12349 * term/internal.el (IT-character-translations): More updates of
12350 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12351 documents.
12352
123532000-05-15 Gerd Moellmann <gerd@gnu.org>
12354
12355 * env.el (getenv): New function, interactively callable.
12356 (setenv, getenv): Remove autoload cookies.
12357
12358 * loadup.el: Load `env'.
12359
12360 * progmodes/f90.el: Change author's mail address.
12361
123622000-05-14 Dave Love <fx@gnu.org>
12363
12364 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12365 goto-addr as an option.
12366
12367 * help.el (help-xref-stack): Doc fix.
12368 (help-xref-following): New variable.
12369 (help-make-xrefs): Use it.
12370 (help-xref-go-back): Use position information from stack element.
12371 (help-follow): Make position in stack element a pair. Use
12372 help-xref-following.
12373
12374 * autoarg.el: New file.
12375
12376 * faces.el: Declare more functions obsolete.
12377
12378 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12379 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12380 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12381 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12382 Remove all the setup-...-environment functions.
12383
123842000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12385
12386 * speedbar.el: Updated the commentary section. xemacs20p now uses
12387 >= when detecting. Require `defimage' safely.
12388 (speedbar-easymenu-definition-base): Add toggle for images.
12389 (speedbar-easymenu-definition-special): Add flush cache & expand.
12390 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12391 (speedbar-reconfigure-keymaps-hook): New variable.
12392 (speedbar-frame-parameters): Updated documentation.
12393 (speedbar-use-imenu-flag): Updated custom tag
12394 (speedbar-dynamic-tags-function-list): New variable.
12395 (speedbar-tag-hierarchy-method): Updated doc & custom.
12396 (speedbar-indentation-width, speedbar-indentation-width) New
12397 variables.
12398 (speedbar-hide-button-brackets-flag): Customizable.
12399 (speedbar-vc-indicator): Doc update.
12400 (speedbar-ignored-path-expressions): Updated default value.
12401 (speedbar-supported-extension-expressions): Updated default value.
12402 (speedbar-syntax-table): Remove {} paren status.
12403 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12404 as "+". Added overlay aliases.
12405 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12406 `force-mode-line-update'.
12407 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12408 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12409 `mouse-set-point'
12410 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12411 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12412 of arbitrary text, and new helper functions.
12413 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12414 filename finder.
12415 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12416 (speedbar-directory-buttons): Update path search/expansion.
12417 (speedbar-make-tag-line): Pay attention to
12418 `speedbar-indentation-width'. Use more care w/ invisible
12419 properties.
12420 (speedbar-change-expand-button-char): Call
12421 `speedbar-insert-image-button-maybe'.
12422 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12423 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12424 (speedbar-trim-words-tag-hierarchy)
12425 (speedbar-simple-group-tag-hierarchy): New functions
12426 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12427 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12428 functions.
12429 (speedbar-mouse-set-point): New function
12430 (speedbar-power-click): Updated documentation.
12431 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12432 of tag prefix text.
12433 (speedbar-expand-line, speedbar-contract-line): Make more robust
12434 to strange text.
12435 (speedbar-expand-line): Takes universal argument to flush the
12436 cache.
12437 (speedbar-flush-expand-line): New function.
12438 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12439 Use new generator insertion method.
12440 (speedbar-fetch-dynamic-tags): New function.
12441 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12442 `speedbar-fetch-dynamic-imenu'.
12443 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12444 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12445 "Revert Buffer" menu items.
12446 (speedbar-buffer-buttons-engine): Be smarter when creating a
12447 filename tag (for expansion purposes.).
12448 (speedbar-highlight-one-tag-line,
12449 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12450 (speedbar-recenter): New functions.
12451 (defimage-speedbar): Image loading abstraction.
12452 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12453 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12454 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12455 (speedbar-tag-type, speedbar-tag-mail): New images.
12456 (speedbar-expand-image-button-alist): New variable.
12457 (speedbar-insert-image-button-maybe): Insert an image over some
12458 buttons.
12459
124602000-05-13 Kenichi Handa <handa@etl.go.jp>
12461
12462 * international/mule-cmds.el (encode-coding-char): An ASCII
12463 character is always encodable.
12464
12465 * international/mule-conf.el: Add more information in descriptions
12466 of character sets.
12467
12468 * international/mule-diag.el (describe-char-after): New function.
12469 (describe-font-internal): Adjusted for the change of font-info.
12470 (describe-font): Likewise.
12471 (print-fontset): Rewritten for the new fontset implementation.
12472 (describe-fontset): Include fontset alias names in completion.
12473 (list-fontsets): Adjusted for the change of print-fontset.
12474
12475 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12476 describe-char-after instead of displaying the detail in the echo
12477 area.
12478 (syntax-code-table): Format changed.
12479 (string-to-syntax): Adjusted for the above change.
12480
124812000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12482
12483 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12484
124852000-05-12 Dave Love <fx@gnu.org>
12486
12487 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12488 dependence. Use line-{beginning,end}-position, not
12489 point-at{b,e}ol. Some doc fixes.
12490 (todo-position): New function. Fix callers of position to use it.
12491 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12492
124932000-05-12 Gerd Moellmann <gerd@gnu.org>
12494
12495 * time.el (display-time-mail-icon): Use `:ascent center'.
12496
12497 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12498 handling FTP security extensions.
12499
125002000-05-11 Dave Love <fx@gnu.org>
12501
12502 * calendar/todo-mode.el: New file.
12503
125042000-05-11 Gerd Moellmann <gerd@gnu.org>
12505
12506 * comint.el (comint-read-input-ring): Move reference to
12507 comint-input-ring-size outside of the save-excursion. It was
12508 causing the default value to be the only one ever seen.
12509
12510 * font-lock.el: Update copyright. Remove Simon Marshall's email
12511 address on request from him.
12512
12513 * subr.el (substitute-key-definition): Add comment describing
12514 the meaning of PREFIX.
12515
125162000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12517
12518 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12519
12520 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12521 (add-minor-mode): Don't make the variable buffer-local and add a
12522 reference to define-minor-mode in the docstring.
12523
12524 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12525 HEADER/FOOTER and fix bug with trailing empty directory.
12526 (cvs-append-to-ignore): Use vc-editable-p if available.
12527 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12528 (vc-do-command): Tweak advice to handle the new VC.
12529
12530 * log-view.el (log-view-goto-rev): New function for the new VC.
12531 (log-view-minor-wrap): Use mark-active.
12532
12533 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12534 (log-edit-changelog-full-paragraphs): New var.
12535 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12536 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12537 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12538 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12539 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12540 Replace the `cvs' prefix with `log-edit'.
12541
12542 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12543
12544 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12545 (diff-font-lock-defaults): Explicitly turn off multiline.
12546 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12547 (diff-ediff-patch): Fix call to ediff-patch-file.
12548 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12549 Handle comments.
12550
12551 * frame.el (automatic-hscrolling): Typo.
12552
12553 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12554
125552000-05-09 Sam Steingold <sds@goems.com>
12556
12557 * apropos.el (apropos-print): use `describe-face' instead of
12558 `customize-face-other-window'.
12559
125602000-05-09 Dave Love <fx@gnu.org>
12561
12562 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12563
12564 * help.el (describe-variable): Have customize button pop the
12565 help-xref stack when invoked.
12566 (help-xref-symbol-regexp): Add `face'.
12567 (help-make-xrefs): Check for quoted face names and adapt regexp
12568 submatch numbers to cope.
12569 (help-xref-interned): Maybe insert face doc too. Separate
12570 sections with a line of hyphens.
12571
12572 * faces.el: Some doc fixes. Declare some functions obsolete.
12573 (describe-face): Add customize button. Return the help
12574 text. Fix prompt.
12575
125762000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12577
12578 * term/internal.el (IT-character-translations): Fix last change.
12579
125802000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12581
12582 * woman.el: New file
12583 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12584
125852000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12586
12587 * term/internal.el (IT-character-translations): Update ASCII
12588 simulations for greek-iso8859-7, add latin-iso8859-14 and
12589 latin-iso8859-15.
12590
12591 * international/mule-cmds.el (set-language-info-alist): Call
12592 define-prefix-command with 3 arguments, to make the map suitable
12593 for a menu.
12594
125952000-05-07 Dave Love <fx@gnu.org>
12596
12597 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12598
125992000-05-05 Dave Love <fx@gnu.org>
12600
12601 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12602 list in doc string. Don't quote keyword symbols.
12603 * emacs-lisp/cl.el: Likewise
12604 * emacs-lisp/cl-seq.el: Likewise
12605
126062000-05-05 Gerd Moellmann <gerd@gnu.org>
12607
12608 * abbrev.el (abbrev-mode): Make ARG optional.
12609
126102000-05-04 Gerd Moellmann <gerd@gnu.org>
12611
12612 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12613
12614 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12615
12616 * subr.el (substitute-key-definition): Clarify documentation.
12617
126182000-05-04 Milan Zamazal <pdm@freesoft.cz>
12619
12620 * glasses.el (glasses-convert-to-unreadable): Use
12621 `glasses-separator' instead of the hard-wired "_".
12622 (glasses-mode): Call `glasses-make-unreadable' only in a single
12623 place.
12624
126252000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12626
12627 * term/internal.el (cjk-codepages-alist): Add associations for
12628 Chinese and Korean codepages. Remove FIXME comment.
12629
126302000-05-03 Dave Love <fx@gnu.org>
12631
12632 * time.el (display-time-mail-face, display-time-use-mail-icon):
12633 New option.
12634 (display-time-mail-icon): New variable.
12635 (display-time-string-forms): Use the above. Fix the local-map.
12636
126372000-05-03 Gerd Moellmann <gerd@gnu.org>
12638
12639 * replace.el (query-replace-map): Add binding for `E'.
12640 (query-replace-help): Extend help text.
12641 (perform-replace): Allow editing the replacement string.
12642
12643 * make-mode.el (makefile-mode-abbrev-table): New variable.
12644 (makefile-mode): Set local abbrev table to
12645 makefile-mode-abbrev-table.
12646 (makefile-font-lock-keywords): Fontify includes and conditionals.
12647
12648 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12649 set TOGGLE's value.
12650
12651 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12652 mail-interactive-insert-alias.
12653 (mail-abbrev-complete-alias): New command.
12654 (mail-mode-map): Bind it to `M-TAB'.
12655
126562000-05-03 Kenichi Handa <handa@etl.go.jp>
12657
12658 * language/lao-util.el (lao-compose-region): New function.
12659
126602000-05-02 Gerd Moellmann <gerd@gnu.org>
12661
12662 * files.el (recover-session): Make directories as necessary
12663 if they don't exist yet.
12664
12665 * calendar/cal-french.el
12666 (french-calendar-multibyte-special-days-array)
12667 (french-calendar-special-days-array): Change French text.
12668 (calendar-french-date-string): Change output.
12669 (calendar-goto-french-date): Likewise.
12670
126712000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12672
12673 * wid-edit.el (widget-default-active): Obey `:always-active'.
12674 (widget-documentation-string-value-create): Set `:always-active'.
12675
126762000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12677
12678 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12679 default prefix to `~/_emacs.d/auto-save.list/_s'.
12680 (normal-top-level): Create the directory for auto-save files, if
12681 it doesn't already exist (in the ms-dos case only).
12682
126832000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12684
12685 * international/mule-cmds.el (set-language-environment): Don't
12686 concat an integer (dos-codepage), use format instead.
12687
126882000-05-02 Dave Love <fx@gnu.org>
12689
12690 * help.el (help-xref-on-pp): Check for constant symbols.
12691
126922000-04-29 Gerd Moellmann <gerd@gnu.org>
12693
12694 * startup.el (normal-top-level): Put a condition-case around
12695 the code loading subdirs.el.
12696
126972000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12698
12699 * ps-print.el: Upside-down and face background color printing,
12700 line number step, doc fix.
12701 (ps-print-version): New version number (5.2).
12702 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12703 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12704 (ps-spool-config): Var fix.
12705 (ps-printer-name-option): Const fix.
12706 (ps-print-upside-down, ps-use-face-background)
12707 (ps-line-number-step): New vars.
12708 (ps-window-system, ps-lp-system): New consts.
12709 (ps-face-background): New fun.
12710
127112000-04-28 Richard Stallman <rms@gnu.org>
12712
12713 * files.el (make-auto-save-file-name):
12714 Apply auto-save-file-name-transforms to visited file name
12715 before generating auto save file name.
12716 (auto-save-file-name-transforms): New variable.
12717
12718 * files.el (backup-enable-predicate):
12719 Correctly test for a file under a temporary directory.
12720
127212000-04-28 Gerd Moellmann <gerd@gnu.org>
12722
12723 * subr.el (add-minor-mode): Rewritten.
12724
127252000-04-28 Kenichi Handa <handa@etl.go.jp>
12726
12727 * mail/sendmail.el (sendmail-send-it): Set
12728 buffer-file-coding-system to the selected coding system for MIME
12729 header.
12730
127312000-04-27 Gerd Moellmann <gerd@gnu.org>
12732
12733 * dired.el (dired-move-to-filename-regexp): Allow format where
12734 YYYY is followed by two spaces.
12735
12736 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12737 in the second character class of the regexp.
12738
12739 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12740 mh-etc, too.
12741
12742 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12743 nil.
12744
12745 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12746
12747 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12748 argument.
12749
127502000-04-27 Sen Nagata <sen@eccosys.com>
12751
12752 * emacs-lisp/crm.el (crm-completion-table): New variable.
12753 (crm-collection-fn, crm-test-completion)
12754 (completing-read-multiple): Use it.
12755
127562000-04-27 Dave Love <fx@gnu.org>
12757
12758 * help.el (locate-library): Use mapc.
12759 (help-manyarg-func-alist): Add call-process-region.
12760
127612000-04-26 Gerd Moellmann <gerd@gnu.org>
12762
12763 * subr.el (add-minor-mode): Make argument MAP optional.
12764
12765 * desktop.el (desktop-save): Save list of minor modes.
12766 (desktop-create-buffer): Restore minor modes.
12767 (desktop-minor-mode-table): New user-option.
12768
12769 * subr.el (add-minor-mode): New function.
12770
12771 * image.el (find-image): New function.
12772 (defimage): Rewritten to find image at load time.
12773
12774 * startup.el (normal-top-level-add-to-load-path): Handle
12775 case that the default directory is not in load-path.
12776
12777 * help.el: Old patch from Stefan Monnier.
12778 (help-xref-on-pp): New function.
12779 (describe-variable): Use it to display xrefs in a symbol's value.
12780
127812000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12782
12783 * cus-edit.el (custom-face): Fix parenthesis.
12784
127852000-04-26 Kenichi Handa <handa@etl.go.jp>
12786
12787 * mail/rmail.el (rmail-expunge): When there are no deleted
12788 messages, do nothing.
12789
127902000-04-26 Dave Love <fx@gnu.org>
12791
12792 * international/mule-cmds.el (locale-translation-file-name):
12793 Defvar to nil.
12794 (set-locale-environment): Set it here (at runtime).
12795
127962000-04-25 Gerd Moellmann <gerd@gnu.org>
12797
12798 * replace.el (perform-replace): Add parameters START and END. Use
12799 them instead of the check for a region in Transient Mark mode.
12800 (query-replace-read-args): Return two more list elements for the
12801 start and end of the region in Transient Mark mode.
12802 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12803 (map-query-replace-regexp, replace-string, replace-regexp): Add
12804 optional last arguments START and END and pass them to
12805 perform-replace.
12806
12807 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12808 form with additional arguments for perform-replace.
12809
12810 * progmodes/etags.el (tags-query-replace): Add parameters START
12811 and END. Construct a form with additional arguments for
12812 perform-replace.
12813
12814 * simple.el (shell-command): Set default directory for "*Shell
12815 Command Output" buffer.
12816
12817 * language/european.el (iso-latin-4): Fix typo.
12818
12819 * emacs-lisp/crm.el: New file.
12820
128212000-04-24 Dave Love <fx@gnu.org>
12822
12823 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12824 (Custom-reset-saved, Custom-reset-standard)
12825 (custom-group-value-create, custom-group-set, custom-group-save)
12826 (custom-group-reset-current, custom-group-reset-saved)
12827 (custom-group-reset-standard): Use mapc.
12828 (custom-buffer-create-internal): Disable undo when creating items.
12829 Use mapc.
12830 (custom-face): Avoid redundant lambda.
12831
128322000-04-24 Gerd Moellmann <gerd@gnu.org>
12833
12834 * startup.el (auto-save-list-file-prefix): Set default to
12835 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12836
128372000-04-24 Sam Steingold <sds@gnu.org>
12838
12839 * time-stamp.el (time-stamp-string-preprocess): Always convert
12840 `field-result' to a string.
12841
128422000-04-24 Gerd Moellmann <gerd@gnu.org>
12843
12844 * frame.el (scrolling): New group.
12845 (automatic-hscrolling): New user-option.
12846
12847 * startup.el (command-line-x-option-alist): Add `-lsp' and
12848 `--line-spacing'.
12849
128502000-04-19 Dave Love <fx@gnu.org>
12851
12852 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12853 (cl-mapc): Rename from mapc. Fix the funcall.
12854
128552000-04-19 Gerd Moellmann <gerd@gnu.org>
12856
12857 * simple.el (clone-indirect-buffer-other-window): New command.
12858 (clone-indirect-buffer): Add optional arg NORECROD.
12859 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12860
12861 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12862
12863 * window.el (count-screen-lines): New function.
12864 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12865 instead of window-buffer-height.
12866
12867 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12868 non-existing variable comint-input-sentinel.
12869 (inferior-lisp-args-to-list): Removed.
12870 (inferior-lisp): Use split-string instead of
12871 inferior-lisp-args-to-list.
12872
12873 * hexl.el (hexl-insert-hex-string): New command.
12874
12875 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12876 instead of concat.
12877
128782000-04-18 Gerd Moellmann <gerd@gnu.org>
12879
12880 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12881 at the start of an existing but empty folder.
12882
128832000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12884
12885 * ps-mule.el: Customization fix, doc fix.
12886 (ps-multibyte-buffer): Customization fix.
12887
128882000-04-17 Richard M. Stallman <rms@gnu.org>
12889
12890 * subr.el (read-passwd): Use read-char-exclusive.
12891
128922000-04-17 Gerd Moellmann <gerd@gnu.org>
12893
12894 * textmodes/texinfo.el (texinfo-insert-@email)
12895 (texinfo-insert-@emph, texinfo-insert-@quotation)
12896 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12897 (texinfo-mode-map): Add key bindings for them.
12898
12899 * files.el (basic-save-buffer-2): Use a template with `$'
12900 instead of `#' for VMS.
12901
12902 * simple.el (clone-indirect-buffer): New function.
12903
129042000-04-16 Stephen Eglen <stephen@gnu.org>
12905
12906 * iswitchb.el (iswitchb-case): New function. If the user input
12907 contains any upper-case characters, the search is made
12908 case-sensitive.
12909
129102000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12911
12912 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12913 comment-end.
12914 (texinfo-font-lock-syntactic-keywords): New var.
12915 (texinfo-font-lock-keywords): Remove comment regexp.
12916 (texinfo-insert-block): New function.
12917 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12918 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12919 and font-lock-defaults. Use regexp-opt for outline-regexp.
12920 (texinfo-environments): New var.
12921 (texinfo-environment-regexp): Use regexp-opt and
12922 texinfo-environments.
12923
12924 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12925 ispell-process is bound since this might be eval'd before ispell
12926 is loaded.
12927 (ispell-message): Use a tiny bit less magic and a bit more hard
12928 data to figure out what kind of sc-cite-regexp to use.
12929
12930 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12931
12932 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12933 (insert-cyclic-diary-entry): Unquote the lambda.
12934
12935 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12936
12937 * files.el (backup-enable-predicate): Unquote the lambda.
12938
12939 * cus-edit.el (custom-face, face): Unquote the lambda.
12940
129412000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12942
12943 * ps-print.el: Check for line-beginning-position definition.
12944
12945 * ps-print.el: Fix counting lines in a region.
12946 (ps-print-version): New version number (5.1.5).
12947 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12948 (ps-printing-region): Fun code fix.
12949
129502000-04-15 Gerd Moellmann <gerd@gnu.org>
12951
12952 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12953 to file-directory-p.
12954
129552000-04-14 Gerd Moellmann <gerd@gnu.org>
12956
12957 * gud.el (gud-jdb-build-source-files-list): Check that directory
12958 exists before calling directory-files.
12959
129602000-04-13 Dave Love <fx@gnu.org>
12961
12962 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12963 syntax.
12964
12965 * emacs-lisp/cl-specs.el: Remove when, unless.
12966
12967 * emacs-lisp/cl-extra.el: Don't quote keywords.
12968 (cl-old-mapc): New variable.
12969 (mapc): Use it.
12970 (cl-map-intervals): Use with-current-buffer. Don't check for
12971 next-property-change.
12972 (cl-map-overlays): Use with-current-buffer.
12973 (cl-expt): Remove.
12974 (copy-tree, remprop): Define unconditionally.
12975
12976 * emacs-lisp/cl-compat.el (keywordp): Remove.
12977
12978 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12979 to use keywordp.
12980 (edebug-spec): Enable keywordp.
12981
12982 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12983 string-lessp.
12984
12985 * cus-start.el: Use keywordp.
12986
129872000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12988
12989 * diary-lib.el (include-other-diary-files): Fix the fix of
12990 2000-02-18 by doing a save-excursion.
12991
129922000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12993
12994 * ps-print.el: Customization fix, doc fix.
12995 (ps-print-version): New version number (5.1.4).
12996 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12997 (ps-print-preprint): Adjust code.
12998 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12999 (ps-print-prologue-header, ps-print-control-characters)
13000 (ps-spool-config): Customization fix.
13001
130022000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13003
13004 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13005 converted to the new menu-item format, names silightly changed,
13006 help strings added.
13007
13008 Support for spelling without async subprocesses:
13009
13010 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13011 (ispell-session-buffer): New variables.
13012 (ispell-start-process, ispell-process-status,
13013 ispell-accept-output, ispell-send-string): New functions, for
13014 Ispell invocation when async subprocesses aren't supported.
13015 (ispell-word, ispell-pdict-save, ispell-command-loop,
13016 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13017 to process-send-string with calls to ispell-send-string, and
13018 accept-process-output with ispell-accept-output.
13019 (ispell-init-process): Call ispell-process-status instead of
13020 process-status with.
13021 (ispell-init-process): Call ispell-start-process. Call
13022 ispell-accept-output and ispell-send-string. Don't call
13023 process-kill-without-query and kill-process if they are unbound.
13024 (ispell-async-processp): New function.
13025
130262000-04-12 Dave Love <fx@gnu.org>
13027
13028 * info.el: Add debug-ignored-errors.
13029 (Info-mode-menu): Add some items.
13030 (Info-directory): Add autoload cookie.
13031
13032 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13033 Modify `truncate-lines'. Make `describe-language-environment'
13034 always visible and add help. Modify `describe-key' help. Invoke
13035 Info-directory from `info'. New entry `emacs-manual'.
13036
130372000-04-10 Gerd Moellmann <gerd@gnu.org>
13038
13039 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13040 propertized-buffer-identification.
13041 (ebrowse-update-member-buffer-mode-line): Likewise.
13042 (ebrowse--mode-strings): Removed.
13043 (ebrowse--mode-line-props): Removed.
13044
13045 * files.el (auto-mode-alist): Add `EBROWSE'.
13046
13047 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13048 space before testing for end of buffer.
13049 (ebrowse-load): Removed.
13050 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13051 (ebrowse-create-tree-buffer): Rewritten.
13052 (ebrowse-tree-mode): Read tree from buffer.
13053
13054 * progmodes/ebrowse-ffh.el: Removed.
13055
130562000-04-10 Kenichi Handa <handa@etl.go.jp>
13057
13058 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13059
130602000-04-10 Gerd Moellmann <gerd@gnu.org>
13061
13062 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13063 at the wrong place.
13064
130652000-04-09 Dave Love <fx@gnu.org>
13066
13067 * files.el (backup-enable-predicate): Use
13068 temporary-file-directory, small-temporary-file-directory.
13069 (make-backup-file-name-function, backup-directory-alist): New
13070 variables.
13071 (make-backup-file-name-1): New function.
13072 (make-backup-file-name): Use it.
13073 (find-backup-file-name): Likewise. Use format for clarity, not
13074 concat.
13075 (file-newest-backup): Use make-backup-file-name.
13076
130772000-04-09 Gerd Moellmann <gerd@gnu.org>
13078
13079 * progmodes/ebrowse-ffh.el: New file.
13080
13081 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13082 to ebrowse-ffh.el.
13083 (ebrowse-load): Add autoload.
13084
13085 * finder.el (finder-commentary): Add autoload cookie.
13086
13087 * mail/rfc2368.el: Correct author's email address.
13088
13089 * progmodes/ebrowse.el: New file.
13090
13091 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13092 item help string.
13093 (easy-menu-do-add-item): Ditto.
13094 (easy-menu-define): Extend doc string.
13095
13096 * jit-lock.el (with-buffer-unmodified): Use
13097 restore-buffer-modified-p.
13098 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13099 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13100 with-buffer-unmodified.
13101
131022000-04-08 Dave Love <fx@gnu.org>
13103
13104 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13105 unless, when.
13106
131072000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13108
13109 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13110 (viper-flash-search-pattern): No operation when using Emacs
13111 doesn't support face.
13112 Use `viper-put-on-search-overlay'.
13113
131142000-04-04 Gerd Moellmann <gerd@gnu.org>
13115
13116 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13117 like C-r.
13118
13119 * progmodes/make-mode.el: Some doc fixes.
13120 (makefile-mode-abbrev-table): New variable.
13121 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13122 (makefile-font-lock-keywords): Fontify includes and conditionals.
13123 (toplevel): Require `dabbrev' and `add-log' when compiling.
13124
13125 * replace.el (perform-replace): Don't move forward one char
13126 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13127 to do that because it leaves point 1 position after the last
13128 replacement, after everything has been replaced.
13129
13130 * jit-lock.el (with-buffer-unmodified): New macro.
13131 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13132 modified state.
13133 (jit-lock-function-1): Extracted from jit-lock-function; not
13134 preserving buffer's modified state.
13135 (jit-lock-function, jit-lock-stealth-fontify): Call
13136 jit-lock-function-1.
13137
13138 * mail/rfc2368.el: Remove supernumerary copyright line.
13139
131402000-04-04 Milan Zamazal <pdm@freesoft.cz>
13141
13142 * glasses.el: Provide facilities for inserting space before left
13143 parentheses and uncapitalization of identifiers.
13144 (glasses-mode): Try to remove old overlays in all cases.
13145
131462000-04-03 Gerd Moellmann <gerd@gnu.org>
13147
13148 * progmodes/compile.el (compile-internal): Display the compilation
13149 buffer in a different frame, if it's already displayed there.
13150
13151 * mail/rfc2368.el: New file.
13152
13153 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13154 header and insert its value as mail body.
13155
13156 * subr.el (member-ignore-case): New function.
13157
13158 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13159 (dabbrev--find-expansion): Ignore buffers matching a regexp
13160 from dabbrev-ignored-regexps.
13161
13162 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13163 to extensions handled by gzip.
13164
131652000-04-03 Richard M. Stallman <rms@gnu.org>
13166
13167 * files.el (insert-directory): List the total free space
13168 along with the used space.
13169
13170 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13171 line is followed by one that matches CITATION-REGEXP, end the
13172 paragraph.
13173
131742000-04-03 Markus Rost <rost@delysid.gnu.org>
13175
13176 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13177 (rmail-make-basic-summary-line): Use that option.
13178
131792000-04-03 Kenichi Handa <handa@etl.go.jp>
13180
13181 * international/mule-cmds.el (encoded-string-description):
13182 Rewritten. Try pretty description for ISO 2022 escape sequences
13183 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13184 for hexadecimal format.
13185
131862000-04-01 Dave Love <fx@gnu.org>
13187
13188 * cpp.el: Change customization group to `c' from `C'.
13189
13190 * vcursor.el (vcursor-move): Use display-color-p.
13191
13192 * international/mule-util.el: Provide mule-utils.
13193 (string-to-sequence): Simplify and speed up.
13194
13195 * international/mule.el (make-coding-system): Purecopy doc-string.
13196
13197 * international/mule-cmds.el: Various menu changes.
13198 (describe-specified-language-support): Handle `Default'.
13199 (set-language-info): Purecopy `info'.
13200
132012000-03-31 Andrew Innes <andrewi@gnu.org>
13202
13203 * vc.el (vc-backend-diff): Return the correct status if we had to
13204 retry the rcsdiff command without the --brief option.
13205
132062000-03-31 Dave Love <fx@gnu.org>
13207
13208 * help.el (help-manyarg-func-alist): Correct several omissions.
13209
13210 * add-log.el: Don't require cl, fortran.
13211 (add-log-current-defun-function): Doc fix.
13212 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13213 fix.
13214 (change-log-version-rcs): Function deleted.
13215 (change-log-version-number-search): Doc fix. Use
13216 vc-workfile-version. Avoid CL dolist.
13217 (add-change-log-entry): Just call add-log-current-defun to get
13218 defun. Simplify somewhat.
13219 (change-log-get-method-definition-1): Likewise.
13220 (add-log-current-defun): Return nil if calling
13221 add-log-current-defun-function does so. Move Fortran stuff to
13222 fortran.el. Return string without properties.
13223
13224 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13225 and :alpha: char classes.
13226
13227 * mail/supercite.el: Defvar curline when compiling.
13228 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13229 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13230 rather than a-zA-Z0-9 to allow non-ASCII characters.
13231
132322000-03-31 Gerd Moellmann <gerd@gnu.org>
13233
13234 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13235
13236 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13237 Re-enable new code.
13238
13239 * lpr.el (print-region-1): Use -d to specify printer name for
13240 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13241
132422000-03-31 Dave Love <fx@gnu.org>
13243
13244 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13245 for function definition in symbol's function value slot first
13246 instead of first consulting byte-compile-function-environment.
13247
132482000-03-31 Kenichi Handa <handa@etl.go.jp>
13249
13250 * language/european.el ("Polish"): New language environment.
13251 (setup-polish-environment): New function.
13252
132532000-03-30 Gerd Moellmann <gerd@gnu.org>
13254
13255 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13256 Disable new code.
13257
13258 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13259 trying to `load' the symbol of an autoload instead of the file
13260 recorded in the autoload. Fix error messages.
13261
132622000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13263
13264 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13265 (ps-print-version): New version number (5.1.3).
13266 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13267 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13268 (ps-generate-postscript-with-faces): Code fix.
13269 (ps-color-values): XEmacs compatibility.
13270 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13271 (ps-default-fg, ps-default-bg): Adjust customization.
13272 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13273 (ps-color-scale): Renaming old ps-color-value fun.
13274 (ps-print-headers): Replace ps-print-header group to avoid conflict
13275 with ps-print-header variable.
13276 (ps-print-miscellany): New group.
13277 (ps-format-color, ps-rgb-color): New funs.
13278 (ps-default-foreground): New var.
13279 (ps-printer-name-option): New const.
13280
132812000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13282
13283 * net/net-utils.el:
13284 (network-connection-host, network-connection-service): New variables
13285 (network-connection-mode): New mode, derived from comint-mode
13286 (network-connection-mode-setup): New function, saves host and
13287 service information in local variables.
13288
13289 * lisp/locate.el:
13290 (locate-word-at-point): Added this function
13291 (locate): Default to using locate-word-at-point as input
13292 Run dired-mode-hook
13293
132942000-03-29 Dave Love <fx@gnu.org>
13295
13296 * calendar/appt.el: Doc fixes.
13297 (appt-check): Convert min-to-app to a string before passing to
13298 appt-disp-window-function or concat.
13299 (appt-delete-window): Remove test for frame-root-window.
13300 (appt-select-lowest-window, appt-convert-time): Simplify.
13301
13302 * emacs-lisp/bytecomp.el: Doc fixes.
13303 (byte-compile-file-form-autoload): Update
13304 byte-compile-function-environment.
13305
133062000-03-29 Andreas Schwab <schwab@suse.de>
13307
13308 * emacs-lisp/autoload.el: Also print defsubst doc string
13309 specially.
13310
13311 * dired.el (dired-insert-directory): If dired-free-space-program
13312 failed just delete its output.
13313
133142000-03-29 Dave Love <fx@gnu.org>
13315
13316 * international/iso-cvt.el: Move provide to end. Doc fixes.
13317 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13318 (iso-iso2sgml, iso-sgml2iso): New functions.
13319 (iso-cvt-define-menu): Fix some entries and use backquote for
13320 clarity.
13321
13322 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13323
133242000-03-28 Gerd Moellmann <gerd@gnu.org>
13325
13326 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13327 ISO-DATE. If non-nil, return date in ISO 8601 format.
13328
133292000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13330
13331 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13332 if it ever becomes used.
13333 (log-edit-mode-hook): Default to vc-log-mode-hook.
13334 (log-edit-mode): Fix the docstring.
13335
13336 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13337 the code.
13338
133392000-03-26 Dave Love <fx@gnu.org>
13340
13341 * net/browse-url.el (browse-url): Re-fix case of
13342 browse-url-browser-function being an alist.
13343 (browse-url): Add :link to defgroup.
13344
13345 * files.el: Doc fixes.
13346 (file-truename): Include `[' in wildcard characters.
13347 (automount-dir-prefix): Customize.
13348 (find-file-wildcards): Add :version.
13349 (find-file-noselect): Simplify a mapcar call.
13350
13351 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13352 compatible with inf-lisp version.
13353 (eval-defun-1): Fix custom-declare-variable case.
13354
133552000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13356
13357 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13358
133592000-03-24 Gerd Moellmann <gerd@gnu.org>
13360
13361 * Makefile (COMPILE_FIRST): New macro.
13362 (compile-files): Compile files from COMPILE_FIRST first.
13363
13364 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13365 code.
13366
13367 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13368 matching open parenthesis in column 0 to defun-prompt-regexp
13369 only if open-paren-in-column-0-is-defun-start is set.
13370
13371 * sun-curs.el: Require CL at compile-time only.
13372
13373 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13374 instead of copy-list which is a function from CL.
13375 (msb--choose-menu, msb--mode-menu-cond)
13376 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13377 (msb--init-file-alist): Use mapcar instead of mapcan.
13378 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13379 `(' in column 0 in doc string.
13380 (msb--add-separators): Use mapcar instead of mapcan.
13381
13382 * cus-dep.el: Require CL at compile-time only.
13383
133842000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13385
13386 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13387 (byte-compile-warnings): New warning `noruntime'.
13388 (byte-compile-constants, byte-compile-variables): Fix docstring.
13389 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13390 execute `eval-whenc-compile's body.
13391 (byte-compile-unresolved-functions): Fix docstring.
13392 (byte-compile-eval): New function.
13393 (byte-compile-callargs-warn): Check if the function will be available
13394 at runtime (via property `byte-compile-noruntime').
13395 (byte-compile-print-syms): New function.
13396 (byte-compile-warn-about-unresolved-functions): Also warn about
13397 `noruntime' functions (and use `byte-compile-print-syms').
13398 (byte-compile-file): Capitalize the message.
13399
134002000-03-24 Gerd Moellmann <gerd@gnu.org>
13401
13402 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13403 (rmail-expunge): Ask for confirmation depending on the setting
13404 of rmail-confirm-expunge.
13405
134062000-03-23 Gerd Moellmann <gerd@gnu.org>
13407
13408 * Makefile (bootstrap-clean): If $(emacs) exists, build
13409 loaddefs.el first. A loaddefs.el that's not up-to-date might
13410 cause a bootstrap failure because things don't autoload as
13411 expected.
13412
134132000-03-23 Dave Love <fx@gnu.org>
13414
13415 * net/browse-url.el: Restore previous use of
13416 browse-url-maybe-new-window.
13417
134182000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13419
13420 * ps-print.el: Skip banner page fix.
13421 (ps-print-version): New version number (5.1.2).
13422 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13423
134242000-03-23 Dave Pearson <davep@davep.org>
13425
13426 * net/quickurl.el Changed the type of parameter passed to the
13427 function defined by `quickurl-format-function'. Before only the
13428 text of the URL was passed. Now the whole URL structure is passed
13429 and the function is responsible for extracting the parts it
13430 requires. Changed the default of `quickurl-format-function'
13431 accordingly.
13432 (quickurl-insert): Changed the `funcall' of
13433 `quickurl-format-function' to match the above change.
13434 (quickurl-list-insert): Changed the `url' case so that it makes
13435 use of `quickurl-format-function', previous to this the format was
13436 hard wired.
13437
134382000-03-22 Gerd Moellmann <gerd@gnu.org>
13439
13440 * startup.el: Change some spellings for the X Window System.
13441
134422000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13443
13444 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13445 up the code and the regexp and make sure the cursor is temporarily
13446 moved to the suspicious line while querying the user.
13447
134482000-03-22 Jason Rumney <jasonr@gnu.org>
13449
13450 * w32-fns.el (w32-charset-info-alist): Initialize.
13451
134522000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13453
13454 * ps-print.el: N-up last page fix.
13455 (ps-print-version): New version number (5.1.1).
13456 (ps-end-file, ps-end-job, ps-generate): Code fix.
13457
134582000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13459
13460 * files.el (find-file-run-dired): Update docstring.
13461 (find-directory-functions): New hook.
13462 (find-file-noselect): Run find-directory-functions rather than
13463 calling dired directly.
13464
13465 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13466
13467 * pcvs.el: Add a minimal leading commentary.
13468 (cvs-make-cvs-buffer): Change the header part by removing the startup
13469 message and adding a `Module' entry. Also replace the FOOTER and
13470 HEADER special fileinfos with the new support in ewoc for updating
13471 its own footer and header.
13472 (cvs-update-header): Update to use the header/footer of the ewoc.
13473 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13474 (cvs-is-within-p): New function.
13475 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13476 to only examine some subset of the buffers.
13477
13478 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13479 `format' instead of our own ad-hoc functions.
13480 Remove HEADER and FOOTER cases, now handled in the EWOC.
13481 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13482
13483 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13484 output to avoid scaring the user.
13485 (cvs-parse-table): Catch message for non-up-to-date commits.
13486
13487 * pcvs-defs.el (cvs-startup-message): Remove.
13488 (cvs-global-menu): New autoloaded menu.
13489
13490 * pcvs-util.el (cvs-string-fill): Remove.
13491
13492 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13493 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13494 PP part of it and also make it work for footers and headers.
13495 (ewoc-create): Drop POS and BUFFER arguments.
13496 Use the DLL's dummy node to store the end-of-footer position.
13497 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13498 (ewoc-refresh): Remove unused `header' variable.
13499 (ewoc-(get|set)-hf): New functions.
13500
13501 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13502 log-view-*-(message|file) and use easy-mmode-define-navigation.
13503 (log-view-message-re): Match SCCS format as well.
13504 And match the revision line rather than the dashed separator line.
13505 (log-view-mode): Use the new define-derived-mode.
13506 (log-view-current-tag): Fill in with an actual implementation.
13507
13508 * cvs-status.el (cvs-status-(prev|next)): Rename from
13509 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13510 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13511 to let the output "breathe" a little more (more readable).
13512 (cvs-status-mode): Use the new define-derived-mode.
13513
13514 * smerge-mode.el (smerge-auto-leave): New function and variable.
13515 (smerge-basic-map): Rename from smerge-basic-keymap.
13516 Change the bindings for smerge-diff-*.
13517 (smerge-*-map): Use easy-mmode-defmap.
13518 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13519 (smerge-keep-*): Use smerge-auto-leave.
13520
135212000-03-21 Jason Rumney <jasonr@gnu.org>
13522
13523 * cus-edit.el (custom-button-face): Use 3D look for w32.
13524 (custom-button-pressed-face): Likewise.
13525
135262000-03-21 Gerd Moellmann <gerd@gnu.org>
13527
13528 * progmodes/etags.el (tags-case-fold-search): New user-option.
13529 (tags-loop-eval): New function. Bind case-fold-search around eval
13530 depending on the value of tags-case-fold-search.
13531 (tags-loop-continue): Use tags-loop-eval.
13532 (find-tag-in-order): Bind case-fold-search depending on the value
13533 of tags-case-fold-search.
13534
135352000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13536
13537 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13538 (diff-end-of-hunk): Return the end position for use in
13539 `easy-mmode-define-navigation'.
13540 (diff-recenter): Remove.
13541 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13542 of `easy-mmode-define-navigation'.
13543 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13544 previous renaming) and fix to use new names.
13545 (diff-merge-strings): Use \n as separator: simpler, faster.
13546 (diff-mode): Use `define-derived-mode'.
13547
13548 * derived.el (define-derived-mode): Don't autoload anymore.
13549 Prefer the macro-only version provided by easy-mmode.el.
13550
13551 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13552 `easy-mmode-define-derived-mode'.
13553 Use `combine-run-hooks'.
13554 (easy-mmode-define-navigation): New macro.
13555
13556 * subr.el (combine-run-hooks): New function.
13557
135582000-03-21 Kenichi HANDA <handa@etl.go.jp>
13559
13560 * term/x-win.el: Fontsets related initialization is simplified.
13561
13562 * international/mule-diag.el (describe-font): Don't refer to
13563 global-fontset-alist, instead call font-list.
13564 (describe-fontset, list-fontsets, mule-diag): Likewise.
13565 (print-fontset): Adjusted for the change of fontset
13566 implementation.
13567
13568 * international/fontset.el (x-charset-registries): Variable
13569 removed, instead the corresponding data is stored in the default
13570 fontset.
13571 (register-alternate-fontnames): Function removed.
13572 (resolved-ascii-font): Variable removed.
13573 (x-compose-font-name): Ignore the second argument REDOCE.
13574 (x-complement-fontset-spec): Complement only an ASCII font and
13575 element for those charsets than can use that ASCII font.
13576 (generate-fontset-menu): Don't refer to global-fontset-alist,
13577 instead call fontset-list.
13578 (uninstantiated-fontset-alist): Variable removed.
13579 (x-style-funcs-alist): Likewise.
13580 (fontset-default-styles): Likewise.
13581 (x-modify-font-name): Function removed.
13582 (create-fontset-from-fontset-spec): Ignore the argument
13583 STYLE-VARIANT.
13584 (create-fontset-from-ascii-font): Docsting adjusted for the above
13585 change.
13586 (instantiate-fontset, resolve-fontset-name): Functions removed.
13587 (fontset-list): Now implemented by C code.
13588
13589 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13590 (describe-face): Include `font' attribute in the description.
13591
135922000-03-21 Kenichi Handa <handa@etl.go.jp>
13593
13594 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13595
135962000-03-20 Gerd Moellmann <gerd@gnu.org>
13597
13598 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13599 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13600 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13601
13602 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13603 about behavior of set-buffer-modified-p wrt redisplay.
13604
136052000-03-19 Richard M. Stallman <rms@gnu.org>
13606
13607 * view.el (view-mode-disable): Kill local binding of view-read-only.
13608
136092000-03-18 Gerd Moellmann <gerd@gnu.org>
13610
13611 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13612 is a string, convert it to a syntax cell using string-to-syntax.
13613
13614 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13615 (string-to-syntax): New function.
13616
13617 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13618 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13619 try to use passive ftp mode.
13620
136212000-03-17 Gerd Moellmann <gerd@gnu.org>
13622
13623 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13624
13625 * simple.el (append-to-buffer): Update point of windows after
13626 insertion.
13627
13628 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13629 forward then moving backward. Reindent.
13630
13631 * frame.el (other-frame): Call x-focus-frame only if
13632 focus-follows-mouse is off.
13633
136342000-03-17 Dave Love <fx@gnu.org>
13635
13636 * pcvs-util.el (cvs-strings->string): Rename
13637 replace-regexps-in-string.
13638
136392000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13642 regexp for labels cannot span several lines.
13643
13644 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13645 `(setq :<key> ':<key>)' to the macro expansion.
13646
136472000-03-16 Dave Love <fx@gnu.org>
13648
13649 * progmodes/f90.el (f90): Put custom group under `languages', not
13650 `fortran'.
13651 (f90-mode-hook): Customize.
13652 (f90-mode): Set add-log-current-defun-function.
13653 (f90-current-defun): New function.
13654
136552000-03-16 Gerd Moellmann <gerd@gnu.org>
13656
13657 * cus-edit.el (custom-variable-tag-face): Handle case that
13658 default face's height is not a number.
13659 (custom-face-tag-face, custom-group-tag-face-1)
13660 (custom-group-tag-face): Ditto.
13661 (custom-group-tag-face-1): Add :group.
13662
13663 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13664
136652000-03-15 Gerd Moellmann <gerd@gnu.org>
13666
13667 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13668 requiring easymenu.
13669
136702000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13671
13672 * ps-print.el: PostScript user-defined prologue, PostScript error
13673 handler, doc fix.
13674 (ps-print-version): New version number (5.1).
13675 (ps-user-defined-prologue, ps-error-handler-message)
13676 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13677 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13678 (ps-insert-string): New function.
13679
136802000-03-15 Kenichi Handa <handa@etl.go.jp>
13681
13682 * international/ccl.el (ccl-compile-expression): Don't generate
13683 invalid self-assignment code.
13684
136852000-03-14 Dave Love <fx@gnu.org>
13686
13687 * subr.el (replace-regexp-in-string): Renamed from
13688 replace-regexps-in-string. Doc fix.
13689
136902000-03-12 Dave Love <fx@gnu.org>
13691
13692 * cus-edit.el: Doc fixes.
13693 (customize-set-variable, customize-save-variable): Rename args for
13694 doc.
13695 (custom-variable-tag-face, custom-face-tag-face)
13696 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13697 style which user identify as hyperlink.
13698 (hook): Don't add undefined functions to the hook.
13699 (debug-ignored-errors): Transfer message from bindings.el.
13700
137012000-03-12 Gerd Moellmann <gerd@gnu.org>
13702
13703 * recentf.el (recentf-keep-non-readable-files-p): Remove
13704 double/nested definition.
13705
137062000-03-12 Dave Love <fx@gnu.org>
13707
13708 * facemenu.el (facemenu-get-face): Use display-color-p.
13709 * enriched.el (enriched-decode-foreground): Likewise.
13710 (enriched-decode-background): Likewise.
13711 * isearch.el (isearch-highlight): Likewise.
13712 * info-look.el (info-lookup): Likewise.
13713 * simple.el (completion-setup-function): Likewise.
13714
13715 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13716 :options.
13717
13718 * bindings.el (mode-line-format): Fix line-number and
13719 column-number items. Add help-echo for the background.
13720 (mode-line-mule-info): Modify help-echo.
13721
13722 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13723
13724 * files.el (load-file): Allow completion to .elc.
13725
13726 * man.el: Doc fixes.
13727 (Man-init-defvars): Use display-color-p to set fontification.
13728
13729 * play/hanoi.el (hanoi-internal): Don't use oddp.
13730
137312000-03-12 Gerd Moellmann <gerd@gnu.org>
13732
13733 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13734
13735 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13736
137372000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13738
13739 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13740 Fix comment.
13741
137422000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13743
13744 * font-lock.el (font-lock-keywords): Fix the doc now that
13745 regexp-opt-depth is unnecessary.
13746 (save-buffer-state): Set an edebug spec.
13747 (font-lock-fontify-anchored-keywords): Properly handle the case when
13748 the matcher goes past the limit.
13749
13750 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13751 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13752
13753 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13754 dll.el and cookie.el (from Elib) with heavy renaming and other
13755 massaging.
13756
13757 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13758 Autoload the functions used.
13759 (easy-mmode-define-syntax): Fix CL typo.
13760 (easy-mmode-define-derived-mode): Improve the docstring generation.
13761
137622000-03-10 Gerd Moellmann <gerd@gnu.org>
13763
13764 * textmodes/texinfo.el (texinfo-version): Variable and function
13765 removed.
13766
137672000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13768
13769 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13770 allow more flexibility.
13771 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13772 fns.
13773 (easy-mmode-defmap, easy-mmode-defsyntax)
13774 (easy-mmode-define-derived-mode): New macros.
13775
137762000-03-09 Didier Verna <didier@xemacs.org>
13777
13778 * rect.el (replace-rectangle): New function.
13779
137802000-03-09 Dave Love <fx@gnu.org>
13781
13782 * progmodes/fortran.el (fortran-comment-line-start): Define as
13783 "C".
13784 (fortran-comment-line-start-skip): Don't match cpp stuff.
13785 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13786 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13787 (fortran-mode): Don't set fortran-comment-line-start-skip,
13788 fortran-comment-line-start here. Set comment-start,
13789 add-log-current-defun.
13790 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13791 (fortran-current-defun): New function.
13792
137932000-03-09 Gerd Moellmann <gerd@gnu.org>
13794
13795 * emacs-lisp/re-builder.el: New file.
13796
13797 * mouse.el (mouse-drag-region): Don't run up-event handler
13798 if hscroll has changed.
13799
13800 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13801 builtin operators, use `font-lock-builtin-face' for Emacs and
13802 `font-lock-preprocessor-face' otherwise.
13803
13804 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13805 `(defun (setf foo)' differently.
13806
138072000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13808
13809 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13810 (regexp-opt): Update comment and adapt the code the new meaning of
13811 the `paren' argument of regex-opt-group for shy-groups.
13812 (regexp-opt-depth): Handle shy groups as well as backslashed
13813 backslashes.
13814 (regexp-opt-group): Turn the leading comment into a docstring.
13815 Allow `paren' to be a string (the string to use to open a group).
13816 Remove open-presuf and close-presuf. Instead of checking for `all
13817 one-char' and then later on check for `several one-char', handle
13818 both cases close together. Also apply a more generic algorithm
13819 for suffixes (the mirror image of the algorithm used for
13820 prefixes). Use shy-groups. Use nreverse rather than reverse.
13821 (regexp-opt-try-suffix): Removed.
13822
13823 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13824 from comint-mode-map, so we can just inherit from it. Also, move
13825 the initialization into the `defvar' since there's no docstring
13826 anyway and it's fairly short.
13827 (inferior-scheme-mode): Define it as derived-mode: the code is
13828 shorter and this way we inherit from comint-mode-map rather than
13829 copying it.
13830
13831 * subr.el (replace-regexps-in-string): Properly handle the case
13832 where we match an empty string.
13833
13834 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13835 when the command has a directory component (such as "./testml").
13836 Also fix a typo in the comment.
13837
138382000-03-08 Gerd Moellmann <gerd@gnu.org>
13839
13840 * Makefile (compile-files): Compile files one by one because
13841 that's the only way to ensure a clean compilation environment for
13842 each individual file.
13843
13844 * frame.el (other-frame): Call x-focus-frame.
13845
138462000-03-07 Dave Love <fx@gnu.org>
13847
13848 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13849 :require to defcustom.
13850
13851 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13852 lists.
13853
13854 * files.el (auto-mode-alist): Add configure.in.
13855
13856 * progmodes/autoconf.el: New file.
13857
138582000-03-07 Gerd Moellmann <gerd@gnu.org>
13859
13860 * mail/mh-e.el: Change maintainer to `none'.
13861
13862 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13863 to remove-hook and add-hook.
13864
138652000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13866
13867 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13868 it as the default.
13869 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13870 (sendmail-send-it): Conditionally add MIME headers specifying the
13871 used character set.
13872
138732000-03-07 Dave Love <fx@gnu.org>
13874
13875 * winner.el: Fix keywords, autoload cookies. Split
13876 eval-when-compile form to avoid compilation failure.
13877
138782000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13879
13880 * international/mule.el: Modify comment about coding system
13881 property `coding-category'.
13882 (make-coding-system): New argument EOL-TYPE. Pay attention to
13883 coding-category property of PROPERTIES.
13884
13885 * international/mule-conf.el (coding-category-utf-8,
13886 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13887 categories. Include them in the argument for set-coding-priority.
13888
13889 * international/mule-cmds.el (reset-language-environment): Include
13890 coding-category-utf-8, coding-category-utf-16-be, and
13891 coding-category-utf-16-le in the argument for set-coding-priority.
13892 (reset-language-environment): Initialize coding-category-utf-8,
13893 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13894
138952000-03-06 Karl Fogel <kfogel@red-bean.com>
13896
13897 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13898 code abstracted out of `bookmark-jump-noselect'. Now tries info
13899 extensions as well as compression extensions.
13900 (bookmark-jump-noselect): Use above new func.
13901
139022000-03-03 Gerd Moellmann <gerd@gnu.org>
13903
13904 * strokes.el: Change maintainer's mail address.
13905
139062000-03-03 Kenichi Handa <handa@etl.go.jp>
13907
13908 * international/mule-diag.el (list-character-sets): Make help-echo
13909 string by substitute-command-keys.
13910 (list-character-sets): Likewise.
13911 (sort-listed-character-sets): Call help-setup-xref.
13912
139132000-03-02 Gerd Moellmann <gerd@gnu.org>
13914
13915 * time.el (display-time-mail-file): Add `none' to the list of
13916 choices.
13917
139182000-03-01 Dave Love <fx@gnu.org>
13919
13920 * help.el (help-xref-go-back): Don't try to set position.
13921
13922 * international/mule-diag.el (list-character-sets): Call
13923 help-setup-xref. Add help-echo to xrefs.
13924 (list-character-sets-1): Add help-echo to xrefs.
13925
139262000-03-02 Gerd Moellmann <gerd@gnu.org>
13927
13928 * frame.el (blink-cursor-mode): Switch cursor on when turning
13929 the mode off.
13930
13931 * add-log.el (add-log-current-defun): Add support for
13932 Autoconf mode.
13933
13934 * mail/rmail.el (rmail-quit-hook): New variable.
13935
139362000-03-01 Dave Love <fx@gnu.org>
13937
13938 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13939
13940 * help.el (help-xref-button): Add help-echo arg.
13941 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13942
13943 * faces.el (list-faces-display): Supply help-echo with
13944 help-make-xrefs.
13945
13946 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13947 nil.
13948
139492000-03-01 Gerd Moellmann <gerd@gnu.org>
13950
13951 * image.el (defimage): Look for image files in load-path.
13952
13953 * frame.el (busy-cursor-delay-seconds): Change type to
13954 `number'.
13955
139562000-03-01 David Ponce <david.ponce@wanadoo.fr>
13957
13958 * recentf.el (recentf): Added version tag to the defgroup of
13959 recentf.
13960
139612000-03-01 David Ponce <david.ponce@wanadoo.fr>
13962
13963 * recentf.el (recentf-cleanup): Changed to remove excluded file
13964 too.
13965 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13966 action to select/unselect a file.
13967 (recentf-edit-list): Code cleanup and improvement.
13968 (recentf-open-more-files-action): `recentf-open-more-files' button
13969 widget action to open a file.
13970 (recentf-open-more-files): No more use standard completion but
13971 widgets.
13972 (recentf-more-collection): Deleted.
13973 (recentf-more-history): Deleted.
13974 (recentf-setup-more-completion): Deleted.
13975
139762000-03-01 David Ponce <david.ponce@wanadoo.fr>
13977
13978 * recentf.el (recentf-mode): No more needs that Emacs is running
13979 under a window-system.
13980
139811999-03-01 David Ponce <david.ponce@wanadoo.fr>
13982
13983 * recentf.el (recentf-edit-list): New command to edit the recent
13984 list which allow the user to remove files.
13985 (recentf-edit-selected-items): New global variable, used by
13986 `recentf-edit-list' to hold the list of files to be removed from
13987 the recent list.
13988 (recentf-make-menu-items): Updated to display a "Edit list..."
13989 menu item. Minor code cleanup.
13990
139911999-03-01 David Ponce <david.ponce@wanadoo.fr>
13992
13993 * recentf.el (recentf-open-more-files): New command to open files
13994 that are not displayed in the menu.
13995 (recentf-more-collection): New global variable holding the set of
13996 permissible completions used by `recentf-open-more-files'.
13997 (recentf-more-history): New global variable holding the history list
13998 used by `recentf-open-more-files' completion.
13999 (recentf-setup-more-completion): New function to setup completion for
14000 `recentf-open-more-files'.
14001 (recentf-make-menu-items): Updated to display a "More..." menu item.
14002
140031999-03-01 David Ponce <david.ponce@wanadoo.fr>
14004
14005 * recentf.el (recentf-menu-action): Doc fixed.
14006
140071999-03-01 David Ponce <david.ponce@wanadoo.fr>
14008
14009 * recentf.el (recentf-menu-filter): Doc updated.
14010 (recentf-update-menu-hook): Allow menu filters to force menu update.
14011 (recentf-make-menu-items): New menu filter handling.
14012 (recentf-make-menu-item): New helper function.
14013 (recentf-menu-elements): New menu handling function.
14014 (recentf-sort-ascending): Updated to new menu filter handling.
14015 (recentf-sort-descending): Updated to new menu filter handling.
14016 (recentf-sort-basenames-ascending): New menu filter function.
14017 (recentf-sort-basenames-descending): New menu filter function.
14018 (recentf-show-basenames): New menu filter function.
14019 (recentf-show-basenames-ascending): New menu filter function.
14020 (recentf-show-basenames-descending): New menu filter function.
14021
140222000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14023
14024 * diary-lib.el (list-diary-entries): Don't try to go forward at
14025 the end of the buffer.
14026
140272000-02-29 Kenichi Handa <handa@etl.go.jp>
14028
14029 * international/mule-diag.el (list-character-sets): Completely
14030 rewritten.
14031 (sort-listed-character-sets): New function.
14032 (list-character-sets-1): Completely rewritten.
14033 (list-character-sets-2): New function.
14034 (non-iso-charset-alist): New variable.
14035 (decode-codepage-char): New function.
14036 (charset-history): New variable.
14037 (read-charset) (list-block-of-chars)
14038 (list-iso-charset-chars)
14039 (list-non-iso-charset-chars)
14040 (list-charset-chars): New functions.
14041 (mule-diag): Call list-character-sets-2, not
14042 list-character-sets-2.
14043 (dump-charsets): Likewise.
14044
140452000-02-29 Gerd Moellmann <gerd@gnu.org>
14046
14047 * dired-x.el (dired-filename-at-point): Add `@' to valid
14048 file name characters.
14049 (dired-filename-at-point): Handle ange-ftp file names.
14050
14051 * frame.el (frame-notice-user-settings): Use assq-delete-all
14052 instead of assoc-delete-all.
14053 (frame-notice-user-settings): Ditto.
14054
14055 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14056 Don't copy alist.
14057
140582000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14059
14060 * calculator.el (calculator-use-menu): New option.
14061 (calculator-initial-bindings): Changed some bindings to work as
14062 macros.
14063 (calculator-forced-input): Removed.
14064 (calculator-restart-other-mode): New variable.
14065 (calculator-mode-map): Set up menu.
14066
140672000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14068
14069 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14070 tags.
14071
140722000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14073
14074 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14075 translate all ESC key sequences.
14076 (viper-goto-mark-subr): restore markers for files for which
14077 they were saved.
14078 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14079 * viper-util.el (viper-set-replace-overlay-glyphs,
14080 viper-set-replace-overlay): always check if the replacement
14081 overlay is live.
14082 * viper.el (viper-vi-state-mode-list): added major modes.
14083 * ediff-wind.el: minor comment changes.
14084 * ediff.el: copyright notice date fix.
14085
140862000-02-27 Jason Rumney <jasonr@gnu.org>
14087
14088 * faces.el (face-font-family-alternatives): Add arial to helv.
14089 (mode-line, header-line, tool-bar): Same default as x for w32.
14090 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14091 face-font-family-alternatives from working.
14092 * term/w32-win.el (mouse-set-font): Do not build fontset from
14093 chosen font.
14094
140952000-02-25 Sam Steingold <sds@goems.com>
14096
14097 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14098 properly.
14099
141002000-02-25 Richard M. Stallman <rms@gnu.org>
14101
14102 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14103
141042000-02-25 Gerd Moellmann <gerd@gnu.org>
14105
14106 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14107 writable.
14108
14109 * frame.el (busy-cursor-delay-seconds): New option.
14110
141112000-02-24 Gerd Moellmann <gerd@gnu.org>
14112
14113 * frame.el (show-cursor-in-non-selected-windows): New option.
14114
141152000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14116
14117 * diary-lib.el (include-other-diary-files): Undo the selective
14118 display in any included file and don't kill it.
14119
141202000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14121
14122 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14123 bar. Menu items converted to (menu-item format, help strings
14124 added.
14125 [downcase, upcase]: Don't enable on MS-DOS.
14126 [symlink, symlinks]: Don't show if make-symbolic-link is not
14127 bound.
14128 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14129
141302000-02-23 Dave Love <fx@gnu.org>
14131
14132 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14133 (backward-kill-word): Revert addition of * to interactive spec --
14134 it's a feature.
14135
14136 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14137 (backward-kill-sentence, kill-sentence): Likewise.
14138
14139 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14140 scratch buffer name.
14141 (gud-format-command): Use int-to-string in ?l case. Simplify
14142 slightly.
14143
14144 * term/w32-win.el (internal-face-interactive): Update prompt for
14145 new read-face-name.
14146
14147 * mail/footnote.el (footnote): Add :version to defgroup.
14148 (footnote-section-tag-regexp): Customize.
14149 (footnote-start-tag, footnote-end-tag): New option.
14150 (footnote-latin-regexp): New variable.
14151 (Footnote-latin): New function.
14152 (footnote-style-alist): Add element for latin style.
14153 (footnote-style): Moved.
14154 (Footnote-goto-footnote): Use eq to test arg.
14155
14156 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14157
14158 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14159 (byte-compile-trueconstp): Include keywords.
14160 (byte-optimize-quote, byte-optimize-lapcode): Use
14161 byte-compile-const-symbol-p.
14162 (byte-optimize-char-before): New optimization.
14163
14164 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14165 (byte-compile-const-symbol-p): New function.
14166 (byte-compile-constp, byte-compile-out-toplevel)
14167 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14168 Use it.
14169
14170 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14171
141722000-02-23 Kenichi Handa <handa@etl.go.jp>
14173
14174 * international/encoded-kb.el: Be sure to update minor-mode-alist
14175 and minor-mode-map-alist.
14176 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14177 codes SS2 and SS3 correctly.
14178 (encoded-kbd-self-insert-ccl): New function.
14179 (encoded-kbd-setup-keymap): New function.
14180 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14181 by calling encoded-kbd-setup-keymap.
14182
14183 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14184 characters.
14185 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14186 locally.
14187
141882000-02-22 Dave Love <fx@gnu.org>
14189
14190 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14191 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14192 defvar.
14193 (lisp-mode-syntax-table): Set up for #|...|# comments.
14194 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14195 classes. Match `defface'.
14196 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14197 (eval-defun-1): Fix for defcustom.
14198 (lisp-indent-region): Doc fix.
14199
14200 * subr.el (when, unless, split-string): Doc fix.
14201 (read-passwd): Move call of clear-this-command-keys to the right
14202 place.
14203 (replace-regexps-in-string): New function.
14204
142052000-02-22 Gerd Moellmann <gerd@gnu.org>
14206
14207 * help.el (describe-variable): Set syntax table to
14208 emacs-lisp-mode-syntax-table when moving forward over the
14209 symbol's name.
14210
142112000-02-22 Dave Love <fx@gnu.org>
14212
14213 * xt-mouse.el: Doc fixes.
14214 (xterm-mouse-position-function): New function, replacing advice of
14215 mouse-position.
14216 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14217
14218 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14219
142202000-02-21 Gerd Moellmann <gerd@gnu.org>
14221
14222 * format.el (format-annotate-single-property-change): Handle
14223 properties.with dotted-list values.
14224 (format-proper-list-p): New function.
14225
14226 * enriched.el (enriched-face-ans): Handle '(foreground-color
14227 . COLOR) and (background-color . COLOR).
14228
142292000-02-20 Dave Love <fx@gnu.org>
14230
14231 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14232 and assignments to it.
14233 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14234 current local map.
14235 (make-flyspell-overlay): Use it.
14236 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14237
14238 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14239 (lm-get-header-re): Defun, not defsubst.
14240 (lm-get-package-name): Defun, not defsubst. Simplify.
14241 (lm-version): Doc fix. Simplify.
14242 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14243 (lm-crack-address, lm-last-modified-date, lm-commentary)
14244 (lm-verify, lm-synopsis): Simplify.
14245 (lm-report-bug): Require emacsbug. Use compose-mail.
14246
142472000-02-20 Gerd Moellmann <gerd@gnu.org>
14248
14249 * dired.el (dired-mode): Call propertized-buffer-identification
14250 to set mode-line-buffer-identification to something having
14251 the right text properties.
14252
14253 * bindings.el (propertized-buffer-identification): New function.
14254
142552000-02-20 Dave Love <fx@gnu.org>
14256
14257 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14258 check for t-mouse too.
14259
14260 * cus-start.el: Make echo-keystrokes `number'.
14261
142622000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14263
14264 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14265 Don't call ring-empty-p unless tags-location-ring is bound.
14266 From Noah Friedman <friedman@splode.com>.
14267
142682000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14269
14270 * progmodes/hideshow.el (hs-flag-region): No longer use
14271 `intangible' overlay property.
14272
14273 (hs-toggle-hiding): New command.
14274 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14275
14276 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14277 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14278 and deactivation.
14279
142802000-02-18 Gerd Moellmann <gerd@gnu.org>
14281
14282 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14283
142842000-02-17 Gerd Moellmann <gerd@gnu.org>
14285
14286 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14287
14288 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14289 of `*' to handle `(* ... *)' comments.
14290
142912000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14292
14293 * faces.el (list-faces-display): Use display-mouse-p instead of
14294 window-system.
14295
14296 * menu-bar.el (global-map): Menu-bar items converted to the new
14297 format (menu-item..., rearranged for better CUA compliance, and
14298 their names changed for better clarity. Help strings added.
14299
14300 * international/mule-cmds.el (mule-menu-keymap)
14301 (describe-language-environment-map, set-coding-system-map)
14302 (setup-language-environment-map): Convert to new (menu-item...
14303 form, add help strings. Change names of menu items for better
14304 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14305 submenu).
14306
143072000-02-17 Gerd Moellmann <gerd@gnu.org>
14308
14309 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14310 within the code.
14311
143122000-02-16 Dave Love <fx@gnu.org>
14313
14314 * faces.el: Don't require custom. Add more specific :groups to
14315 various deffaces.
14316 (set-face-attribute): Purecopy args.
14317 (read-face-name): Default to name at point and use it in prompt.
14318 Remove colon from arg in all callers.
14319 (list-faces-display): Hyperlink to face descriptions and customize
14320 buffers.
14321
143222000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14323
14324 * wid-edit.el (widget-match-inline): An atom never matches a
14325 list.
14326
143272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14328
14329 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14330 at ':' characters by call to split-string.
14331
143322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14333
14334 * textmodes/bibtex.el: Added RCS version identification.
14335
143362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14337
14338 * textmodes/bibtex.el: Some temporary comments removed.
14339 (bibtex-field-name, bibtex-entry-type): Made the relationship
14340 explicit.
14341 (bibtex-field-const): Allow capital letters.
14342 (bibtex-start-of-string): Deleted because unused.
14343
14344 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14345 use the term 'reference' to describe a bibtex entry as a whole.
14346 Further, reference keys are no longer called 'labels'.
14347 (bibtex-keys): Renamed to bibtex-reference-keys.
14348 (bibtex-reformat-previous-labels): Renamed to
14349 bibtex-reformat-previous-reference-keys.
14350 (bibtex-reference-type): Renamed to bibtex-entry-type.
14351 (bibtex-reference-head): Renamed to bibtex-entry-head.
14352 (bibtex-reference-maybe-empty-head): Renamed to
14353 bibtex-entry-maybe-empty-head.
14354 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14355 (bibtex-search-reference): Renamed to bibtex-search-entry.
14356 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14357 bibtex-enclosing-entry-maybe-empty-head.
14358 (bibtex-entry-field-alist, bibtex-entry-head,
14359 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14360 bibtex-map-entries, bibtex-search-entry,
14361 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14362 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14363 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14364 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14365 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14366 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14367 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14368
143692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14370
14371 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14372 comment.
14373 (bibtex-format-field-delimiters): New function, functionality
14374 extracted from bibtex-format-entry.
14375 (bibtex-autokey-get-yearfield-digits): New function, functionality
14376 extracted from bibtex-autokey-get-yearfield.
14377
14378 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14379 entries in order to avoid stack overflow in the regexp matcher if
14380 field contents become large.
14381 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14382 bibtex-field-string-part-not-braced,
14383 bibtex-field-string-part-no-inner-braces,
14384 bibtex-field-string-part-1-inner-brace,
14385 bibtex-field-string-part-2-inner-braces,
14386 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14387 bibtex-field-string-quoted, bibtex-field-string,
14388 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14389 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14390 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14391 as parsing is now performed by the following functions.
14392 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14393 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14394 bibtex-parse-field-string, bibtex-search-forward-field-string,
14395 bibtex-parse-association, bibtex-field-name-for-parsing,
14396 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14397 bibtex-search-forward-field, bibtex-search-backward-field,
14398 bibtex-start-of-field, bibtex-end-of-field,
14399 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14400 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14401 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14402 bibtex-parse-string, bibtex-search-forward-string,
14403 bibtex-search-backward-string, bibtex-start-of-string,
14404 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14405 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14406 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14407 entries. Instead of reporting the results of the parsing by
14408 match-beginning or match-end, these functions return data structures
14409 that hold the corresponding positions.
14410 (bibtex-enclosing-field): Changed to also report field boundaries by
14411 return values rather than by match-beginning or match-end. The
14412 following functions have been adapted to use the new parsing
14413 functions.
14414 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14415 bibtex-enclosing-field, bibtex-format-entry,
14416 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14417 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14418 bibtex-print-help-message, bibtex-end-of-entry,
14419 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14420 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14421 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14422 method for parsing.
14423 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14424 bibtex-map-entries, bibtex-flash-head,
14425 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14426 bibtex-autokey-change, bibtex-autokey-get-namefield,
14427 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14428 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14429 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14430 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14431 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14432 order to make the new binding of case-fold-search immediately
14433 visible.
14434
144352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14436
14437 * textmodes/bibtex.el: Copyright notice is up to date.
14438 Added constant 'bibtex-maintainer-salutation.
14439
14440 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14441 than make-temp-name, use match-string-no-properties and eliminate
14442 a quadratic behavior when building bibtex-strings.
14443
14444 * bibtex.el (bibtex-reference-key): Accept string entries whose
14445 reference key contains upper case letters.
14446
144472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14448
14449 * bibtex.el (bibtex-reference-head): Allow entries to start with
14450 a new line.
14451
144522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14453
14454 * bibtex.el: Hiding of entry bodies is not longer provided by
14455 bibtex.el directly. Instead the hideshow package can be used.
14456 Added a special bibtex entry to hs-special-modes-alist.
14457 (bibtex-hs-forward-sexp): Added for hideshow.el.
14458
144592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14460
14461 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14462 at ':' characters by call to split-string.
14463
144642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14465
14466 * textmodes/bibtex.el: Added RCS version identification.
14467
144682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14469
14470 * textmodes/bibtex.el: Some temporary comments removed.
14471 (bibtex-field-name, bibtex-entry-type): Made the relationship
14472 explicit.
14473 (bibtex-field-const): Allow capital letters.
14474 (bibtex-start-of-string): Deleted because unused.
14475
14476 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14477 use the term 'reference' to describe a bibtex entry as a whole.
14478 Further, reference keys are no longer called 'labels'.
14479 (bibtex-keys): Renamed to bibtex-reference-keys.
14480 (bibtex-reformat-previous-labels): Renamed to
14481 bibtex-reformat-previous-reference-keys.
14482 (bibtex-reference-type): Renamed to bibtex-entry-type.
14483 (bibtex-reference-head): Renamed to bibtex-entry-head.
14484 (bibtex-reference-maybe-empty-head): Renamed to
14485 bibtex-entry-maybe-empty-head.
14486 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14487 (bibtex-search-reference): Renamed to bibtex-search-entry.
14488 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14489 bibtex-enclosing-entry-maybe-empty-head.
14490 (bibtex-entry-field-alist, bibtex-entry-head,
14491 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14492 bibtex-map-entries, bibtex-search-entry,
14493 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14494 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14495 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14496 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14497 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14498 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14499 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14500
145012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14502
14503 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14504 comment.
14505 (bibtex-format-field-delimiters): New function, functionality
14506 extracted from bibtex-format-entry.
14507 (bibtex-autokey-get-yearfield-digits): New function, functionality
14508 extracted from bibtex-autokey-get-yearfield.
14509
14510 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14511 entries in order to avoid stack overflow in the regexp matcher if
14512 field contents become large.
14513 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14514 bibtex-field-string-part-not-braced,
14515 bibtex-field-string-part-no-inner-braces,
14516 bibtex-field-string-part-1-inner-brace,
14517 bibtex-field-string-part-2-inner-braces,
14518 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14519 bibtex-field-string-quoted, bibtex-field-string,
14520 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14521 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14522 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14523 as parsing is now performed by the following functions.
14524 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14525 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14526 bibtex-parse-field-string, bibtex-search-forward-field-string,
14527 bibtex-parse-association, bibtex-field-name-for-parsing,
14528 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14529 bibtex-search-forward-field, bibtex-search-backward-field,
14530 bibtex-start-of-field, bibtex-end-of-field,
14531 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14532 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14533 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14534 bibtex-parse-string, bibtex-search-forward-string,
14535 bibtex-search-backward-string, bibtex-start-of-string,
14536 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14537 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14538 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14539 entries. Instead of reporting the results of the parsing by
14540 match-beginning or match-end, these functions return data structures
14541 that hold the corresponding positions.
14542 (bibtex-enclosing-field): Changed to also report field boundaries by
14543 return values rather than by match-beginning or match-end. The
14544 following functions have been adapted to use the new parsing
14545 functions.
14546 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14547 bibtex-enclosing-field, bibtex-format-entry,
14548 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14549 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14550 bibtex-print-help-message, bibtex-end-of-entry,
14551 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14552 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14553 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14554 method for parsing.
14555 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14556 bibtex-map-entries, bibtex-flash-head,
14557 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14558 bibtex-autokey-change, bibtex-autokey-get-namefield,
14559 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14560 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14561 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14562 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14563 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14564 order to make the new binding of case-fold-search immediately
14565 visible.
14566
145672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14568
14569 * textmodes/bibtex.el: Copyright notice is up to date.
14570 Added constant 'bibtex-maintainer-salutation.
14571
14572 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14573 than make-temp-name, use match-string-no-properties and eliminate
14574 a quadratic behavior when building bibtex-strings.
14575
14576 * bibtex.el (bibtex-reference-key): Accept string entries whose
14577 reference key contains upper case letters.
14578
145792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14580
14581 * bibtex.el (bibtex-reference-head): Allow entries to start with
14582 a new line.
14583
145842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14585
14586 * bibtex.el: Hiding of entry bodies is not longer provided by
14587 bibtex.el directly. Instead the hideshow package can be used.
14588 Added a special bibtex entry to hs-special-modes-alist.
14589 (bibtex-hs-forward-sexp): Added for hideshow.el.
14590
145912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14592
14593 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14594 proceedings entry type (for cross referencing). Thanks to Wagner
14595 Toledo Correa for the suggestion.
14596
14597 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14598
145992000-02-14 Kenichi Handa <handa@etl.go.jp>
14600
14601 * international/characters.el: Setup case table for Vietnamese.
14602
146032000-02-12 Gerd Moellmann <gerd@gnu.org>
14604
14605 * uniquify.el (toplevel): Require CL at compile time.
14606 (uniquify-push): Removed.
14607
14608 * shadowfile.el (shadow-when): Removed.
14609
14610 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14611 (tempo-process-and-insert-string): Use dolist instead of
14612 tempo-dolist.
14613
14614 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14615 regexp for paragraph-start.
14616
14617 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14618 commas as well.
14619
146202000-02-10 Dave Love <fx@gnu.org>
14621
14622 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14623 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14624 Deleted.
14625 (widget-specify-field, widget-specify-button): Don't use
14626 widget-mouse-help as help-echo property.
14627 (default): Use #'ignore for :validate and :mouse-down-action.
14628 (checkbox): Add help-echo.
14629 (widget-sexp-validate): Rewritten to clarify error messages.
14630 (character): Use char-valid-p in :match function.
14631 (widget-color-complete): Use facemenu-color-alist.
14632 (widget-color-action): Use facemenu-read-color.
14633
14634 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14635 set up `caar' &c that we now have.
14636
146372000-02-09 Ray Blaak <blaak@gnu.org>
14638
14639 * delphi.el: Make resourcestring a declaration region, like const
14640 and var.
14641
146422000-02-09 Dave Love <fx@gnu.org>
14643
14644 * bindings.el (mode-line-input-method-map): New variable.
14645 (mode-line-mule-info): Use it; fix last change.
14646 (mode-line-mode-menu): Move definition.
14647 (mode-line-mouse-sensitive-p): Deleted.
14648 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14649 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14650 level.
14651
14652 * startup.el (command-line-1): Don't call
14653 make-mode-line-mouse-sensitive.
14654
146552000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14656
14657 * mail/rmail.el (rmail-retry-failure): Use
14658 rmail-beginning-of-message before rmail-toggle-header, because the
14659 former toggles headers.
14660
146612000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14662
14663 * diff-mode.el (diff-kill-junk): New interactive function.
14664 (diff-reverse-direction): Use delete-and-extract-region.
14665 (diff-post-command-hook): Restrict the area so that the hook also works
14666 outside of any diff hunk. This is necessary for the minor-mode.
14667 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14668 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14669
14670 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14671 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14672 so that it can be used more easily in <foo>-mode-hook. Also make sure
14673 to avoid duplicate entries.
14674 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14675 (font-lock-remove-keywords): Just as was done for `add', allow it to
14676 work even if font-lock-mode is nil. Also make sure we don't modify
14677 any pre-existing list by forcing a copy-sequence. Finally rename
14678 `major-mode' to `mode'.
14679 (font-lock-fontify-syntactic-anchored-keywords)
14680 (font-lock-fontify-anchored-keywords)
14681 (font-lock-fontify-keywords-region): Use line-end-position.
14682 Don't make `font-lock-multiline' local (it's now done in
14683 font-lock-set-defaults).
14684 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14685 move the `font-lock-fontified' creation to inside the `unless'.
14686
146872000-02-06 Andrew Innes <andrewi@gnu.org>
14688
14689 * term/w32-win.el (x-handle-args): Comment out call to message,
14690 which occurs before window system is initialized.
14691
14692 * makefile.nt: Add support for recompiling lisp code.
14693
146942000-02-04 Dave Love <fx@gnu.org>
14695
14696 * bindings.el (mode-line-mule-info): Fix/extend last change.
14697
14698 * completion.el: Replace completion-dolist with dolist.
14699
14700 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14701 dotimes.
14702
147032000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14704
14705 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14706 environment names before they go into the section regexp.
14707
14708 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14709 char class in regexp.
14710
14711 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14712 `case-fold-search' to nil.
14713
14714 * progmodes/idlwave.el (idlwave-template): Respect
14715 `idlwave-abbrev-change-case'.
14716 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14717 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14718 idlwave-while): respect `idlwave-reserved-word-upcase'.
14719 (idlwave-rw-case): New function.
14720 (idlwave-statement-match): Fixed problem with assignment regexp.
14721 (idlwave-font-lock-keywords): Improved regexp for keyword
14722 parameters.
14723 (idlwave-surround): New argument LENGTH to support padding of
14724 operators longer than 1 char.
14725
14726 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14727 idlwave-shell-expression-overlay. Implemented printing of
14728 expressions on higher levels of the calling stack.
14729 (idlwave-shell-display-level-in-calling-stack): Restore stack
14730 level.
14731 (idlwave-retrieve-expression-from-level): New function.
14732 (idlwave-shell-last-calling-stack): Variable removed.
14733 (idlwave-shell-reset): Argument action reversed (`visible' to
14734 `hidden'). Also remove stop-line overlay.
14735 (idlwave-shell-calling-stack-routine): New variable.
14736 (idlwave-shell-parse-stack-and-display): Messages now display
14737 negative level numbers.
14738 (idlwave-shell-mode): Set `modeline-format'.
14739 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14740 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14741 21.
14742 (idlwave-shell-print-expression-function): New option.
14743
14744 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14745 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14746 `tool-bar' instead of `toolbar'.
14747
147482000-02-02 Dave Love <fx@gnu.org>
14749
14750 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14751 emacs-lisp-mode-hook. Don't check for defalias being defined.
14752
14753 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14754 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14755 the new builtins directly.
14756
14757 * whitespace.el (whitespace): Add :version to defgroup.
14758
14759 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14760 Doc fix.
14761
14762 * thingatpt.el (sexp-at-point, symbol-at-point)
14763 (number-at-point, list-at-point): Add autoload cookie.
14764
14765 * recentf.el (recentf): Add :version to defgroup.
14766
14767 * quickurl.el (quickurl): Add :version to defgroup.
14768
14769 * elide-head.el (elide-head): Use point-marker more.
14770
14771 * bs.el (bs): Add :version to defgroup.
14772
14773 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14774
14775 * progmodes/delphi.el (delphi): Add :version to defgroup.
14776
147772000-02-02 Gerd Moellmann <gerd@gnu.org>
14778
14779 * ange-ftp.el (ange-ftp-write-region): Handle case that
14780 succeeding process operation sets a different coding system.
14781
14782 * calculator.el: New file.
14783
147842000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14785
14786 * frame.el (frames-on-display-list, framep-on-display): New
14787 functions.
14788 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14789 (display-selections-p, display-screens, display-pixel-width)
14790 (display-pixel-height, display-mm-width, display-mm-height)
14791 (display-backing-store, display-save-under, display-planes)
14792 (display-color-cells, display-visual-class): New functions.
14793
14794 * term/tty-colors.el (tty-color-gray-shades): New function.
14795
14796 * faces.el (display-color-p): Use framep-on-display.
14797 (display-grayscale-p): New function.
14798
147992000-01-31 Dave Love <fx@gnu.org>
14800
14801 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14802 (create-fontset-from-x-resource): Don't concat integers.
14803
148042000-01-31 Inge Frick <inge@nada.kth.se>
14805
14806 * view.el: Some changes in documentation. Removed some trailing
14807 whitespace. Changed some parameter names to agree with
14808 documentation.
14809 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14810 window is not deleted. Modifies change 1998-04-26.
14811
148122000-01-31 Gerd Moellmann <gerd@gnu.org>
14813
14814 * windmove.el: New file.
14815
14816 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14817 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14818 progmodes/ebnf-yac.el: Update copyright and license info.
14819
14820 * jit-lock.el (jit-lock-function): Widen before calculating end
14821 position.
14822 (jit-lock-stealth-chunk-start): Rewritten.
14823
14824 * info.el (Info-title-face-alist): Removed.
14825 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14826 faces.
14827 (Info-fontify-node): Use these faces.
14828
148292000-01-30 Gerd Moellmann <gerd@gnu.org>
14830
14831 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14832 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14833 `&allow-other-keywords'.
14834
14835 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14836 the list of directories scanned heuristically.
14837
14838 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14839 exist.
14840
148412000-01-30 Jason Rumney <jasonr@gnu.org>
14842
14843 * w32-fns.el: Define w32-tty-standard-colors.
14844
14845 * startup.el (command-line): Use w32-tty-standard-colors when in
14846 w32 console mode.
14847
148482000-01-30 Dave Love <fx@gnu.org>
14849
14850 * jka-compr.el (jka-compr-load): Fix up load-history.
14851
14852 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14853
14854 * emacs-lisp/cl-macs.el: Revert previous change.
14855
148562000-01-29 Dave Love <fx@gnu.org>
14857
14858 * facemenu.el: Purecopy various strings.
14859
14860 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14861 years. Deal with three-digit years.
14862
14863 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14864 defconst, purecopy.
14865 (help-back-label): Purecopy it.
14866
148672000-01-18 Gerd Moellmann <gerd@gnu.org>
14868
14869 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14870 variable. If non-nil, order the buffer list according to the
14871 currently selected frame.
14872 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14873 non-nil, pass the selected frame to function buffer-list.
14874
148752000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14876
14877 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14878
148792000-01-28 Dave Love <fx@gnu.org>
14880
14881 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14882
14883 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14884 Don't use lisp-indent-hook property.
14885 (cl-abs): Remove.
14886
14887 * subr.el: Move out indent and edebug specs for when and unless.
14888
14889 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14890 when, unless.
14891
14892 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14893 unless, when.
14894
148952000-01-28 Gerd Moellmann <gerd@gnu.org>
14896
14897 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14898 `collecting' as synonym for `collect'.
14899
14900 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14901 for the case it contains spaces.
14902
14903 * simple.el (what-cursor-position): Change formatting of
14904 messages.
14905
14906 * frame.el (delete-other-frames): New function.
14907 (toplevel): Bind it to C-x 5 1.
14908
14909 * sort.el (sort-numeric-base): New option.
14910 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14911 interpret it as octal or hexadecimal. Use sort-numeric-base
14912 as default base.
14913
14914 * progmodes/glasses.el: New file.
14915
149162000-01-27 Gerd Moellmann <gerd@gnu.org>
14917
14918 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14919 userids differently.
14920
14921 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14922 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14923 progmodes/ebnf-yac.el: New files.
14924
149252000-01-26 Dave Love <fx@gnu.org>
14926
14927 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14928 on a function with an empty body. [From Eric Ludlam.]
14929
149302000-01-25 Andre Spiegel <spiegel@gnu.org>
14931
14932 * vc.el (vc-version-diff): Make sure file name is expanded.
14933
149342000-01-25 Gerd Moellmann <gerd@gnu.org>
14935
14936 * scroll-bar.el (scroll-bar-timer): Variable removed.
14937 (scroll-bar-toolkit-scroll): Don't use a timer.
14938
149392000-01-25 Kenichi Handa <handa@etl.go.jp>
14940
14941 * language/thai-util.el (thai-composition-function): Delete
14942 superfluous `a'.
14943
149442000-01-24 Dave Love <fx@gnu.org>
14945
14946 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14947 end-of-defun-function.
14948
14949 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14950 &c.
14951
149522000-01-22 Jason Rumney <jasonr@gnu.org>
14953
14954 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14955 conflicts with new face support.
14956
149572000-01-22 Richard M. Stallman <rms@gnu.org>
14958
14959 * replace.el (query-replace): Rename last arg to DELIMITED.
14960 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14961 (query-replace-regexp): Likewise.
14962
149632000-01-20 Richard M. Stallman <rms@gnu.org>
14964
14965 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14966
14967 * emacs-lisp/lisp.el (beginning-of-defun-function):
14968 Variable renamed from beginning-of-defun.
14969 Do not call make-variable-buffer-local.
14970 (beginning-of-defun-raw): Use new variable name; doc fix.
14971 (beginning-of-defun): Doc fix.
14972 (end-of-defun-function): Variable renamed from end-of-defun.
14973 Do not call make-variable-buffer-local.
14974 (end-of-defun): Use new variable name; doc fix.
14975
14976 * subr.el (dolist, dotimes): Copied from cl-macs.el
14977 and made to work.
14978
14979 * mail/undigest.el (rmail-digest-end-regexps):
14980 Variable replaces rmail-digest-end-regexp.
14981 Allows multiple regexps for detecting the end line.
14982 (undigestify-rmail-message): Corresponding changes.
14983
149842000-01-19 Dave Love <fx@gnu.org>
14985
14986 * files.el (user-init-file): Don't declare here -- is primitive.
14987
14988 * startup.el (command-line): Check for compiled user-init-file and
14989 set to uncompiled version if necessary.
14990
149912000-01-18 Gerd Moellmann <gerd@gnu.org>
14992
14993 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14994 (undigestify-rmail-message): Use it.
14995
14996 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14997
149982000-01-17 Gerd Moellmann <gerd@gnu.org>
14999
15000 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15001 of mini-buffer.
15002
150032000-01-14 Gerd Moellmann <gerd@gnu.org>
15004
15005 * emacs-lisp/copyright.el (copyright-update): Removed the
15006 requirement for a trailing space from `copyright-regexp', to
15007 support copyrights with owner specified on a separate line..
15008
15009 * align.el: New file.
15010
15011 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15012
15013 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15014
150152000-01-13 Dave Love <fx@gnu.org>
15016
15017 * ph.el: Removed. (Obsoleted by EUDC.)
15018
150192000-01-13 Gerd Moellmann <gerd@gnu.org>
15020
15021 * net/eudc.el (toplevel): Remove autoloaded code installing
15022 menu with easymenu, because that causes build problems.
15023
15024 * frame.el (frame-notice-user-settings): New variable.
15025 (frame-notice-user-settings): Don't modify frame parameters
15026 if called a second time.
15027
150282000-01-13 Richard M. Stallman <rms@gnu.org>
15029
15030 * frame.el (frame-notice-user-settings):
15031 Notice default-frame-parameters even for non-window frames.
15032
150332000-01-13 Gerd Moellmann <gerd@gnu.org>
15034
15035 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15036 for Emacs.
15037 (eudc-bob-can-display-inline-images): Extend for Emacs.
15038 (eudc-bob-toggle-inline-display): Ditto.
15039 (eudc-bob-display-jpeg): Ditto.
15040
150412000-01-12 Gerd Moellmann <gerd@gnu.org>
15042
15043 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15044 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15045 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15046
15047 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15048 nil)'.
15049
15050 * subdirs.el: Add `net' directory.
15051
15052 * net: New directory.
15053
15054 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15055 eval-last-sexp. Don't bind debug-on-error here.
15056 (eval-last-sexp): New function. Bind debug-on-error if
15057 eval-expression-debug-on-error is non-nil.
15058 (eval-defun-2, eval-defun): Likewise.
15059
15060 * simple.el (eval-expression): Don't bind debug-on-error if
15061 eval-expression-debug-on-error is nil. Detect changed
15062 debug-on-error, and propagate new value to global binding, if
15063 eval-expression-debug-on-error is non-nil,
15064 (eval-expression-debug-on-error): Change doc string.
15065
150662000-01-11 Richard M. Stallman <rms@gnu.org>
15067
15068 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15069
15070 * emacs-lisp/lisp-mode.el (with-syntax-table):
15071 Set up lisp-indent-function property.
15072
15073 * subr.el (with-syntax-table): Moved from simple.el.
15074
15075 * simple.el (with-syntax-table): Moved to subr.el.
15076
150772000-01-11 Gerd Moellmann <gerd@gnu.org>
15078
15079 * tmm.el (tmm-shortcut): Delete region after prompt instead
15080 of erasing buffer.
15081
15082 * textmodes/fill.el (fill-common-string-prefix): New function.
15083 (fill-context-prefix): Use the longest common prefix of first
15084 and second line fill prefix, if there is one.
15085
150862000-01-11 Richard M. Stallman <rms@gnu.org>
15087
15088 * array.el (array-mode): Don't use make-variable-buffer-local.
15089 Use make-local-variable for `truncate-lines'.
15090
150912000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15092
15093 * add-log.el (add-log-current-defun): Handle user-defined
15094 add-log-current-function returning nil,
15095
15096 * add-log.el (add-change-log-entry): Insert version number
15097 if having found a current function
15098
15099 * add-log.el (add-log-current-defun): Call
15100 `add-log-current-defun-function'. Try matches at level 0 and
15101 level 1. Strip whitespace from defun found.
15102
151032000-01-10 John Wiegley <johnw@gnu.org>
15104
15105 * allout.el (isearch-done/outline-provisions): Added `edit'
15106 argument to correspond with the current definition of
15107 `isearch-done'.
15108
151092000-01-10 Dave Love <fx@gnu.org>
15110
15111 * elide-head.el (elide-head): Use point-marker, not point.
15112
151132000-01-10 Gerd Moellmann <gerd@gnu.org>
15114
15115 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15116 before and after the year 2000.
15117
15118 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15119 Add ispell- prefix.
15120
151212000-01-10 Ken Stevens <k.stevens@ieee.org>
15122
15123 * ispell.el: Only define dictionaries in menus when they exist.
15124 (version18p): New variable.
15125 (version20p): New variable.
15126 (xemacsp): New variable.
15127 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15128 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15129 (ispell-dictionary-alist6): Russian command lines no longer accept
15130 run-together words.
15131 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15132 (ispell-dictionary-alist): Add koi8-r to customize definition.
15133 (check-ispell-version): Added documentation string. Returns
15134 library path when called non-interactively.
15135 (ispell-menu-map-needed): Uses new variables.
15136 (ispell-library-path): New variable.
15137 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15138 (ispell-word): Improved documentation string. Test for valid
15139 character mappings. Correctly check typed in word changes that can
15140 result in single words split into multiple words. Returns
15141 replacement word.
15142 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15143 replace in recursive query replace mode. Help message for
15144 recursive edit mode.
15145 (ispell-show-choices): Protect against bad framepop bindings.
15146 (ispell-help): Fix to work with XEmacs.
15147 (ispell-highlight-spelling-error): Use new variables.
15148 (ispell-overlay-window): Fix to work with XEmacs.
15149 (ispell-parse-output): Passed and returns location information
15150 tracking spelling corrections. Doesn't recheck same word on
15151 current line.
15152 (ispell-init-process): Protect against bogus XEmacs variable binding.
15153 Fix call to single argument in sleep-for. Use new variables.
15154 (ispell-region): Passed and returns location information tracking
15155 spelling corrections. Doesn't check same word on current line.
15156 Improved documentation string. Doesn't resend a line already
15157 checked to the ispell process - fixes bug in LaTeX parsing.
15158 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15159 (ispell-skip-region): No longer skips <TT> in SGML.
15160 (ispell-process-line): Tracks location information with spelling
15161 corrections. Added documentation string. Accounts for words
15162 already accepted on this line. Don't allow query-replace on line
15163 starting with math characters. Doesn't resend a line already sent
15164 to ispell process. Fixes alignment error bug.
15165
151662000-01-10 Richard M. Stallman <rms@gnu.org>
15167
15168 * dired-x.el (dired-guess-shell-alist-default):
15169 Suggest xloadimage, which is free, not xv, which isn't.
15170
15171 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15172 Don't ever include the host name or user name in the value.
15173
151742000-01-09 Gerd Moellmann <gerd@gnu.org>
15175
15176 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15177 of a real newline.
15178
151792000-01-09 Stephen Eglen <stephen@gnu.org>
15180
15181 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15182 for .png files.
15183
151842000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15185
15186 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15187
151882000-01-09 Gerd Moellmann <gerd@gnu.org>
15189
15190 * progmodes/cperl-mode.el: Replace ^F with ^L.
15191
15192 * sendmail.el (toplevel): Provide `sendmail' when compiling
15193 before `require'ing rmail and mailalias to prevent infinite
15194 recursion.
15195
151962000-01-08 Dave Love <fx@gnu.org>
15197
15198 * emacs-lisp/backquote.el: Remove inappropriate customization
15199 (allowing custom.el to use backquote).
15200
152012000-01-07 Dave Love <fx@gnu.org>
15202
15203 * add-log.el (add-log-debugging): Deleted.
15204 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15205 file. Remove debugging code.
15206 (change-log-get-method-definition, change-log-name): Add doc.
15207 (change-log-sortable-date-at): New function.
15208 (change-log-merge): New command.
15209
15210 * time.el (display-time-string-forms): Make the Mail string active.
15211 (display-time-update): Provide help-echo for load average.
15212
15213 * bindings.el (make-mode-line-mouse2-map): New function.
15214 (mode-line-modified): Use it and simplify.
15215 (mode-line-mule-info): Provide help-echo info.
15216 (minor-mode-alist): Activate the strings.
15217 (make-mode-line-mouse-sensitive): Simplify for
15218 mode-line-buffer-identification.
15219
152202000-01-07 Gerd Moellmann <gerd@gnu.org>
15221
15222 * play/pong.el: New file.
15223
152242000-01-06 Dave Love <fx@gnu.org>
15225
15226 * array.el: Assorted cleanups for compiler warnings, doc strings,
15227 `array-' prefix for symbols.
15228
152292000-01-05 Dave Love <fx@gnu.org>
15230
15231 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15232 outline-headers-as-kill.
15233 (outline-mode): Define imenu-generic-expression.
15234 (outline-headers-as-kill): New command.
15235
15236 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15237 from paragraph-start.
15238 (paragraph-indent-minor-mode): New command.
15239
15240 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15241 M-C-e, M-C-h, C-j, C-xnd, TAB.
15242 (fortran-mode): Set beginning-of-defun, end-of-defun.
15243 (fortran-column-ruler): Simplify.
15244 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15245 (fortran-with-subprogram-narrowing): Likewise.
15246 (fortran-indent-subprogram): Call mark-defun.
15247 (fortran-check-for-matching-do): Change narrowing.
15248
15249 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15250 (cl-lucid-hash-tag): Delete.
15251 (cl-hash-table-p): Correct test for native table.
15252 (cl-hash-table-count): Use hash-table-count.
15253
15254 * browse-url.el (browse-url): Fix case of
15255 browse-url-browser-function being an alist.
15256
152572000-01-05 Carsten Dominik <cd@gnu.org>
15258
15259 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15260 (reftex-index-phrase-file-extension): New options.
15261
15262 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15263 Use new option `reftex-index-phrase-file-extension'.
15264
15265 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15266 `reftex-parse-file-extension'.
15267
152682000-01-05 Dave Love <fx@gnu.org>
15269
15270 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15271 (beginning-of-defun-raw): Use it.
15272 (end-of-defun): New variable.
15273 (end-of-defun): Use it.
15274 (check-parens): New command.
15275
152762000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15277
15278 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15279 (hs-show-block): Don't use `mapcar' when not accumulating.
15280
15281 Fix buglet in local variables initialization.
15282
152832000-01-05 Andreas Schwab <schwab@suse.de>
15284
15285 * hscroll.el (hscroll): Doc fix.
15286
152872000-01-05 Carsten Dominik <cd@gnu.org>
15288
15289 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15290 idlw-toolbar.
15291
15292 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15293 file idlw-rinfo.el.
15294 (idlwave-customize): load must read file idlw-shell.el.
15295 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15296
152972000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15298
15299 * progmodes/idlw-shell.el: Also provide idlwave-shell
15300 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15301 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15302
15303 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15304 both reftex-dcr and reftex-vcr.
15305
15306 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15307
153082000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15309
15310 * ps-print.el: PostScript code now is in separate files, doc fix.
15311 (ps-print-version): New version number (5.0.3).
15312 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15313 local.
15314 (ps-spool-config): Initialization fix.
15315 (ps-print-prologue-1, ps-print-prologue-2)
15316 (ps-print-duplex-feature): PostScript code moved to separated file.
15317 (ps-background-image): Little code reformating.
15318 (ps-begin-file, ps-begin-job): Fix code.
15319 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15320 (ps-prologue-file): New fun.
15321
153222000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15323
15324 * ps-vars.el: Eliminated.
15325
15326 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15327 `;;;###autoload'.
15328
15329 * ps-print.el: ps-vars eliminated, doc fix.
15330 (ps-print-version): New version number (5.0.2).
15331 (ps-spool-config): Initialization fix.
15332 (ps-print-customize): New fun.
15333
153342000-01-04 Gerd Moellmann <gerd@gnu.org>
15335
15336 * autorevert.el (auto-revert-mode): Return value of
15337 auto-revert-mode.
15338
153392000-01-04 Dave Love <fx@gnu.org>
15340
15341 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15342 menu items.
15343
153442000-01-03 Dave Love <fx@gnu.org>
15345
15346 * elide-head.el (elide-head) [defgroup]: Add :version.
15347
15348 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15349 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15350 `cl-hash-table-p', not `hash-table-p'.
15351 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15352
153532000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15354
15355 * faces.el (face-read-integer, read-face-attribute)
15356 (color-defined-p, color-values): unspecified-{f,b}g are now
15357 strings.
15358
153592000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15360
15361 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15362 at comment end, and re-insert them after filling.
15363
153642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15365
15366 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15367 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15368 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15369
153702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15371
15372 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15373 the new name of face-color-supported-p.
15374
15375 * term/w32-win.el (xw-defined-colors): Likewise.
15376
153772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15378
15379 * simple.el (completion-setup-function): Count completion-size
15380 from minibuffer-prompt-end, not from point-min.
15381
153822000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15383
15384 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15385 Pass the frame to tty-color-* functions.
15386 (display-color-p, frame-set-background-mode): Pass the frame to
15387 tty-display-color-p.
15388
15389 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15390 tty-color-alist.
15391 (tty-color-alist, tty-modify-color-alist): New functions.
15392 (tty-color-define, tty-color-clear, tty-color-approximate)
15393 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15394 an optional parameter FRAME.
15395
153962000-01-01 Gerd Moellmann <gerd@gnu.org>
15397
15398 * image.el (create-image, defimage): Don't assume image data is a
15399 string.
15400
15401 * image.el (defimage): Handle specifications containing :data
15402 instead of :file.
15403 (image-type-from-data): New function.
15404 (image-type-from-file-header): Use it.
15405 (create-image): Add parameter DATA-P.
15406
15407See ChangeLog.8 for earlier changes.
15408
15409;; Local Variables:
15410;; coding: iso-2022-7bit
15411;; End: