Doc fixes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
521d4010
DL
12001-02-11 Dave Love <fx@gnu.org>
2
36fd8e17
DL
3 * shadowfile.el: Doc fixes.
4 (shadow) <defgroup>: Add :link.
5 (shadowfile-unload-hook): New function.
6 (shadow-initialize): Use defalias, not fset.
7 (shadow-define-cluster, shadow-define-literal-group)
8 (shadow-define-regexp-group, shadow-initialize): Add autoload
9 cookie.
10
521d4010
DL
11 * international/mule.el: Doc and message fixes.
12
36fd8e17
DL
13 * international/ccl.el (define-ccl-program): Doc fix.
14
92395bbe
KH
152001-02-11 Kenichi Handa <handa@etl.go.jp>
16
17 * faces.el (mode-line): Set :line-width property to -1.
18
103db06c
RS
192001-02-10 Richard M. Stallman <rms@gnu.org>
20
08b78974
RS
21 * complete.el (partial-completion-mode): Doc fix.
22
103db06c
RS
23 * simple.el (delete-key-deletes-forward-mode):
24 Change `let' to `let*' to fix gross bug in last change.
25
26 * repeat.el (repeat): Don't let execute-kbd-macro alter
27 real-last-command.
28
a6a1ee53
EZ
292001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
30
31 * simple.el (eval-expression): Doc fix.
32
d2f288c6
DL
332001-02-09 Dave Love <fx@gnu.org>
34
038f4ae3
DL
35 * imenu.el (imenu-generic-expression): Doc fix.
36
37 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
38 Juanma Barranquero.
39
d2f288c6
DL
40 * emacs-lisp/authors.el (authors): Expand `root' before running
41 find.
42
9804b846
KH
432001-02-09 Kenichi Handa <handa@etl.go.jp>
44
45 * faces.el (set-face-attribute): Describe the case of a negative
46 value specified for :line-width.
47
532f5197
SM
482001-02-08 Stefan Monnier <monnier@cs.yale.edu>
49
50 * which-func.el (which-func-mode): Invert which-func-mode-global.
51 Fix from Juanma Barranquero <lektu@uol.com.br>.
52
1d279666
DL
532001-02-08 Dave Love <fx@gnu.org>
54
4681ca3a
DL
55 * wid-edit.el (widget-plist-convert-widget): Replace binding of
56 widget-plist-value-type.
57 (widget-alist-convert-widget): Replace binding of
58 widget-alist-value-type.
59
1d279666
DL
60 * textmodes/paragraphs.el (sentence-end): Doc fix.
61
62 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
63 `backward-line'.
64
532f5197
SM
65 * play/pong.el (pong-blank-color, pong-bat-color)
66 (pong-ball-color, pong-border-color, pong-left-key)
67 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
68 (pong-pause-key, pong-resume-key, pong-timer-delay):
69 * mail/mh-comp.el (mh-compose-letter-function):
70 * eshell/esh-mode.el (eshell-skip-prompt-function):
71 * emulation/viper-ex.el (ex-unix-type-shell-options):
72 * recentf.el (recentf-menu-filter):
73 * ps-print.el (ps-print-region-function):
74 * lpr.el (print-region-function):
75 * forms.el (forms-mode-hooks):
76 * dirtrack.el (dirtrack-directory-change-hook):
77 * cus-start.el (temp-buffer-show-function, display-buffer-function):
78 * textmodes/spell.el (spell-filter):
79 * textmodes/fill.el (adaptive-fill-function):
80 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
81 * progmodes/etags.el (find-tag-default-function):
82 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
83 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
84
6f676109
EZ
852001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
86
751d3bc4
EZ
87 * emulation/viper-init.el (viper-fast-keyseq-timeout)
88 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
89 Meyering <jim@meyering.net>.
90
6f676109
EZ
91 * loadup.el: Revert last change.
92
d3c26cdf
KH
932001-02-07 Kenichi Handa <handa@etl.go.jp>
94
95 * international/mule.el (transform-make-coding-system-args): Make
96 it work also for coding systems not using CCL.
97
44806980
EZ
982001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
99
9889af08
EZ
100 * simple.el (previous-matching-history-element)
101 (next-matching-history-element): Doc fix.
102
44806980
EZ
103 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
104 specific part.
105
1e36ff68
DL
1062001-02-06 Dave Love <fx@gnu.org>
107
108 * add-log.el (add-log-current-defun-function)
109 (add-log-buffer-file-name-function, add-log-file-name-function):
110 Fix :type.
111 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
112
c7ca58df
EZ
1132001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
114
fecd556a
EZ
115 * info.el (info-initialize): Remove the test for system-type when
116 invocation-directory is non-nil.
117
c7ca58df
EZ
118 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
119 of `font-lock-defaults' to `backward-paragraph' rather than nil.
120
587b5737
AI
1212001-02-06 Andrew Innes <andrewi@gnu.org>
122
123 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
124 absolute.
125
baf7eee4
GM
1262001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
127
128 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
129 buffers. When hi-lock turned on rather than only checking current
130 buffer for regexps, all buffers are checked. Moved activation of
131 font-lock to hi-lock-refontify. When font-lock turned off rather
132 than removing added highlighting just in current buffer, remove it
133 in all buffers. Changed edit menu text from "Automatic
134 Highlighting" to "Regexp Highlighting" Documentation for
135 highlighting phrases, minor documentation changes.
136 (hi-lock-set-file-patterns): Execute only if there are new or
137 existing file patterns.
138 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
139 unfontify and, if a support mode is active, will not refontify the
140 whole buffer. If necessary, turn on font lock. (Removed
141 font-lock-unfontify and font-lock support-mode-specific calls,
142 such as lazy-lock-fontify-window.)
143 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
144 patterns are found. Not useful now since find-file-hook is removed
145 if hi-lock is off, but may be needed for per-buffer hi-lock
146 activation.
147 (hi-lock-face-phrase-buffer): New function. Also added related
148 menu item and keybinding.
149 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
150 (hi-lock-process-phrase): New function.
151 (hi-lock-line-face-buffer): Doc fixes.
152 (hi-lock-face-buffer): Doc fixes.
153 (hi-lock-unface-buffer): Doc fixes.
154
36710aa6
GM
1552001-02-06 Gerd Moellmann <gerd@gnu.org>
156
157 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
158 dabbrev-ignored-regexps.
159
d3f22784
EZ
1602001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
161
162 * simple.el (kill-line): Doc fix.
163
5cb3c8d4
DL
1642001-02-05 Dave Love <fx@gnu.org>
165
166 * loadup.el: Revert last two changes -- bootstrapping works with
167 regenerated loaddefs.
168
e6297e7d
EZ
1692001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
170
1e14b095
EZ
171 * isearch.el (isearch-forward): Doc fix.
172
e6297e7d
EZ
173 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
174 of font-lock-defaults to backward-paragraph.
175
e16f52ce
GM
1762001-02-05 Gerd Moellmann <gerd@gnu.org>
177
178 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
179 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
180
01d19dd7
GM
1812001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
182
183 * ebnf2ps.el: Eliminate time-stamp functions.
184 (ebnf-version): New version (3.5).
185 (ebnf-eps-finish-and-write): Replace time-stamp functions by
186 format-time-string.
187
24886813
GM
1882001-02-05 Gerd Moellmann <gerd@gnu.org>
189
190 * simple.el (next-line): Goto end-of-line before inserting a newline.
191
65e70fc4
MB
1922001-02-05 Miles Bader <miles@gnu.org>
193
194 * image-file.el (insert-image-file): When visiting an image, also
195 set `truncate-lines' to t so that any fringe arrow looks correct.
196
482f06c9
KH
1972001-02-05 Kenichi Handa <handa@etl.go.jp>
198
199 * isearch.el (isearch-forward): Add description about input method
200 in the docsting.
201
02399da7
SM
2022001-02-04 Stefan Monnier <monnier@cs.yale.edu>
203
204 * skeleton.el (skeleton-internal-1): Always push the mark for @.
205
2c366083
EZ
2062001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
207
208 * info.el (info-initialize): If installation-directory is nil, for
209 DOS/Windows systems try looking in a sibling of
210 invocation-directory.
211
bdadfce3
GM
2122001-02-02 Gerd Moellmann <gerd@gnu.org>
213
79fb38c0
GM
214 * wid-edit.el (widget-button-click): Fix last change.
215
bdadfce3
GM
216 * frame.el (frame-notice-user-settings): When resizing the initial
217 frame because the tool bar is off, also change the frame's top
218 position if a negative top position was specified.
219
33155ffb
MB
2202001-02-02 Miles Bader <miles@gnu.org>
221
222 * image-file.el (insert-image-file): When visiting an image,
223 suppress the cursor in the image buffer.
224
1355ba0c
DL
2252001-02-01 Dave Love <fx@gnu.org>
226
227 * progmodes/f90.el (f90-mode): Remove startup message.
228
fb758d2d
AS
229 * vc-cvs.el: Remove autoloads. Require vc when compiling.
230
01acdb05
GM
2312001-02-01 Gerd Moellmann <gerd@gnu.org>
232
233 * startup.el (command-line): Fix code determining whether or not
234 to use delete-key-deletes-forward-mode.
235
5b1ee316
AS
2362001-02-01 Andre Spiegel <spiegel@gnu.org>
237
238 * vc.el (vc-diff-switches): New user option.
239 (vc-version-diff): Use it.
240 (vc-diff-switches-list): New macro.
241
242 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
243 customization options.
244 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
245
246 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
247
00b1e7a1
GM
2482001-02-01 Gerd Moellmann <gerd@gnu.org>
249
250 * msb.el (toplevel): Quote hook symbols.
251
85827036
KH
2522001-02-01 Kenichi Handa <handa@etl.go.jp>
253
8e028499 254 * international/mule.el (make-coding-system): Add description
3c948dde 255 about recognized properties in the docstring.
8e028499 256
85827036
KH
257 * international/mule-conf.el: Remove unused charsets
258 mac-roman-lower and mac-roman-upper.
259
7ccf7ab9
GM
2602001-01-31 Gerd Moellmann <gerd@gnu.org>
261
2441692d
GM
262 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
263 is in front of the left-margin, if any.
264
ee5cece0
GM
265 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
266 like `delete'.
267
268 * bindings.el: Define `kp-delete' like `delete' in
269 function-key-map.
270
7ccf7ab9
GM
271 * term/w32-win.el (mouse-set-font): Doc fix.
272
b4f30ec5
GM
2732001-01-31 Stefan Monnier <monnier@cs.yale.edu>
274
275 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
276 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
277 on already.
278
03e0fe6e
GM
2792001-01-31 Markus Rost <rost@math.ohio-state.edu>
280
281 * files.el (save-buffer): Don't give message if (buffer-file-name)
282 returns nil.
283
8f289acc
EZ
2842001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
285
cb4aae04
EZ
286 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
287
dbd98b19
EZ
288 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
289 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
290
8f289acc
EZ
291 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
292 display problems.
293
c12553c1
KH
2942001-01-31 Kenichi Handa <handa@etl.go.jp>
295
c7bf5db9
KH
296 * international/mule.el (charset-info): Fix docstring.
297
298 * international/mule-diag.el (describe-character-set): Check final
299 char valid before printing it.
c12553c1 300
14f16b9c
GM
3012001-01-30 Gerd Moellmann <gerd@gnu.org>
302
efaa080b
GM
303 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
304
eef93f99
GM
305 * frame.el (frame-notice-user-settings): Do the tool-bar
306 stuff only for graphical displays. Fix a braino.
307
14f16b9c
GM
308 * frame.el (frame-initialize): Create initial frame visible.
309 (frame-notice-user-settings): When tool-bar has been switched off,
310 correct the frame size and sync too-bar-mode.
311
312 * startup.el (command-line): Remove manipulation of frame
313 height for tool bars.
314
4ad25e43
EZ
3152001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
316
317 * lpr.el: Compatibility with XEmacs and doc fixes.
318 (lpr-windows-system, lpr-lp-system): New vars.
319 (lpr-printer-switch): New defcustom.
320 (printer-name, lpr-command): Customization fix.
321 (print-region-1): Code fix.
322 (print-region-new-buffer, printify-region): Indentation fix.
323 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
324 functions.
325
e8f044a0
GM
3262001-01-29 Gerd Moellmann <gerd@gnu.org>
327
328 * msb.el (toplevel): Fix the eval-after-load.
329
850d5045
GM
3302001-01-29 Dave Love <fx@gnu.org>
331
762fe76e
DL
332 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
333
334 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
335
850d5045
GM
336 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
337 compiling.
338 (tcl-using-emacs-19-23): Consider Emacs 21+.
339 (tcl-help-directory-list, tcl-command-switches): Fix :type.
340 (tcl-add-emacs-menu): Supply menu name.
341 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
342
3a768251
GM
3432001-01-29 Gerd Moellmann <gerd@gnu.org>
344
345 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
346
274d02f7
SM
3472001-01-29 Stefan Monnier <monnier@cs.yale.edu>
348
349 * pcvs.el (cvs-mark-fis-dead): New function.
350 (cvs-mode-add): Use it.
351 (cvs-mode-add-change-log-entry-other-window):
352 Rebind change-log-default-name to itself rather than to nil.
353
ed5d446e
SS
3542001-01-29 Sam Steingold <sds@gnu.org>
355
efaa080b 356 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
357 `autoload' statements.
358
e2a80284
EZ
3592001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
360
8e1db7b3
EZ
361 * files.el (confirm-kill-emacs): Doc fix.
362
ff2a1c79
EZ
363 * frame.el (frame-initialize): Doc fix.
364
e7b0deaf
EZ
365 * time-stamp.el (time-stamp-string): Doc fix.
366
e2a80284
EZ
367 * woman.el (WoMan-log-1): Make the log buffer writable. From
368 Markus Rost <rost@math.ohio-state.edu>.
369
005913e4
GM
3702001-01-29 Gerd Moellmann <gerd@gnu.org>
371
372 * imenu.el (imenu-syntax-alist): Add autoload cookie for
373 the `make-variable-buffer-local'.
374
58622cc5
GM
3752001-01-29 Dave Love <fx@gnu.org>
376
377 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
378 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
379 autoload cookie.
380 (ansi-color-apply-sequence): Fix typo.
381
0404d031
GM
3822001-01-29 Gerd Moellmann <gerd@gnu.org>
383
ed5d446e 384 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
385 Postscript printing in black and white.
386
0404d031
GM
387 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
388 X-Mailman-Version, Precedence, List-Help, List-Post,
389 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
390 Content-Type, Content-Length.
391
3b6ed359
DL
3922001-01-29 Dave Love <fx@gnu.org>
393
ddd16e7a
DL
394 * elide-head.el (elide-head): Make overlay evaporate.
395
3b6ed359
DL
396 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
397 fix.
398
8005142f
EZ
3992001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
400
401 * isearch.el (isearch-highlight): Don't punt if the display
402 doesn't support colors, since isearch faces are defined for
403 monochrome displays as well.
404
84728570
SS
4052001-01-27 Sam Steingold <sds@gnu.org>
406
407 * shell.el (shell-write-history-on-exit): Make sure that we are in
408 the shell buffer (M-x tex-file RET inserted the error message into
409 the TeX buffer).
410
e26f9ced
EZ
4112001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
412
413 * simple.el (transient-mark-mode): Doc fix.
414
dc0274bd
GM
4152001-01-27 Gerd Moellmann <gerd@gnu.org>
416
84728570 417 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
418 tags-file-name.
419
c1acacc4
EZ
4202001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
421
f5058b96
EZ
422 * shell.el (shell-unquote-argument): If the shell is one of the
423 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
424 quote character.
425 (shell-dumb-shell-regexp): Document that the shells which match
426 this regexp are supposed to not treat a backslash as a quote
427 character.
428
c1acacc4
EZ
429 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
430 from 2001-01-12. It is not needed, since backspace is mapped into
431 DEL.
432
103db06c 4332001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 434
84728570 435 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
436 Treat a one-capital-letter abbrev as "not all upper case",
437 so as to force preservation of the expansion's pattern
438 if the expansion starts with a capital letter.
439
cfa70244
EZ
4402001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
441
cfee9de7
EZ
442 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
443 Doc fix.
444
cfa70244
EZ
445 * simple.el (transient-mark-mode): Document the fact that many
446 commands act on the region when mark is active.
447
17d90d6b
KH
4482001-01-27 Kenichi Handa <handa@etl.go.jp>
449
450 * international/quail.el (quail-setup-completion-buf): Make the
451 multibyteness of current buffer inherited to Quail completion
452 buffer.
453 (quail-show-guidance-buf): Make the multibyteness of current
454 buffer inherited to Quail guidance buffer.
455 (quail-help): Make the multibyteness of current buffer inherited
456 to Quail help buffer.
457
61076b20
DL
4582001-01-26 Dave Love <fx@gnu.org>
459
c47e2c68
DL
460 * time-stamp.el: Doc fixes.
461
84728570 462 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
463 (delphi-keyword-face, delphi-other-face): Fix :type.
464
940f14b4
DL
465 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
466
467 * mail/feedmail.el (feedmail): Add :link.
468 (feedmail-send-it): Doc fix.
469
470 * mail/sendmail.el: Doc fixes.
471 (sendmail-send-it): Fix the non-ASCII regexp and use
472 rfc2047-encode-string.
473
61076b20
DL
474 * dired.el, dired-aux.el: Revert last change.
475
6c317bd2
GM
4762001-01-26 Gerd Moellmann <gerd@gnu.org>
477
478 * makefile.w32-in (DONTCOMPILE): Add various term files.
479
4802001-01-26 Dave Love <fx@gnu.org>
481
482 * Makefile.in (DONTCOMPILE): Add various term files.
483
1c636b5f
GM
4842001-01-26 Gerd Moellmann <gerd@gnu.org>
485
af900b23
GM
486 * man.el (Man-default-man-entry, Man-mode): Doc fix.
487
15fa6db0
GM
488 * startup.el (display-startup-echo-area-message): Make sure
489 the echo area is resized to fit the size of the startup
490 message.
491
1c636b5f
GM
492 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
493 part of which is a constant.
494
9b1adbd5
EZ
4952001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
496
497 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
498 twice.
499
103db06c 5002001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
501
502 * simple.el (next-line): Don't let `newline' expand abbrevs.
503 Simplify slightly.
504 (open-line): Don't let `newline' expand abbrevs.
505
219227ea
JW
5062001-01-25 John Wiegley <johnw@gnu.org>
507
508 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
509 to `repeat' in the :type field.
510
511 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
512 allow a choice of regexp or nil.
d2906bf8 513 (pcomplete-dir-ignore): Same.
219227ea
JW
514
515 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
516 a command) to always fail.
517
ceba0dac
GM
5182001-01-25 Gerd Moellmann <gerd@gnu.org>
519
520 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
521 discard the result.
522 (iswitchb-to-end): Likewise.
523
9b0630e5
SS
5242001-01-25 Sam Steingold <sds@gnu.org>
525
526 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 527 Require vc.
9b0630e5 528
a2ed9670
SM
5292001-01-25 Stefan Monnier <monnier@cs.yale.edu>
530
f0c1adab
SM
531 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
532
a2ed9670
SM
533 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
534
34ac3367
DL
5352001-01-25 Dave Love <fx@gnu.org>
536
61076b20
DL
537 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
538 (describe-coding-system): Tweak the English text.
539
34ac3367
DL
540 * loadup.el: Preload international/ccl for utf-8.
541
4685e6b7
EZ
5422001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * mail/rmail.el (rmail-redecode-body): Doc fix.
545
0fdb4475
KH
5462001-01-25 Kenichi Handa <handa@etl.go.jp>
547
23cfab61
KH
548 * international/mule-cmds.el (reset-language-environment): Reset
549 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
550
551 * international/mule-conf.el (coding-category-utf-8): Initialize
552 to mule-utf-8.
553
9b0630e5 554 * loadup.el: Preload international/utf-8.
0fdb4475
KH
555
556 * international/utf-8.el: New file.
557
245ed2b1
SM
5582001-01-24 Stefan Monnier <monnier@cs.yale.edu>
559
560 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
561
e95b0c08
SS
5622001-01-24 Sam Steingold <sds@gnu.org>
563
564 * dired.el (dired-replace-in-string): Removed.
565 (dired-sort-toggle): Use `replace-regexps-in-string'
566 instead of `dired-replace-in-string'.
9b0630e5 567
ceba0dac
GM
568 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
569 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 570
e95b0c08
SS
571 * gs.el (gs-replace-in-string): Removed.
572 (gs-options): Use `replace-regexps-in-string'
573 instead of `gs-replace-in-string'.
574
c3902c3e
EZ
5752001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
576
577 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
578 bug report is mailed to an email list and posted to a news group.
579
b66b6aeb
GM
5802001-01-24 Gerd Moellmann <gerd@gnu.org>
581
e7e41584
GM
582 * comint.el (comint-replace-by-expanded-history-before-point): Fix
583 change of 2000-08-03 to move point to the start of the line again.
584
b66b6aeb
GM
585 * startup.el (tool-bar-images-pixel-height): New variable.
586 (command-line): After loading the user's init file, when
587 tool-bar-mode is on, increase the frame's size by some lines for
588 the tool-bar.
589
590 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 591
ff890e66
SZ
5922001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
593
594 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
595 (chinese-big5): MIME:Big5.
596
04363179
GM
5972001-01-24 Gerd Moellmann <gerd@gnu.org>
598
e95b0c08 599 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
600 Handle commands with prefix args.
601
d56aaa64
GM
6022001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
603
604 * calendar/diary-lib.el (diary-float): Fix case of MONTH
605 being a list of numbers.
606 (diary-mail-entries): Rewritten.
607
99858627
DL
6082001-01-23 Dave Love <fx@gnu.org>
609
7aeb1fa9
DL
610 * international/mule.el (make-coding-system): Fix typo.
611
99858627
DL
612 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
613 backward-paragraph as font-lock-beginning-of-syntax-function.
614
5a43decf
EZ
6152001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * font-lock.el (font-lock-mode): Doc fix.
618
b0e98867
KH
6192001-01-23 Kenichi Handa <handa@etl.go.jp>
620
621 * international/mule.el (make-translation-table): Fix docstring.
622
9c8acefd
EZ
6232001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
624
fd4976b8
EZ
625 * mail/rmail.el (rmail-redecode-body): New function.
626
9c8acefd
EZ
627 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
628
871e0439
GM
6292001-01-22 Gerd Moellmann <gerd@gnu.org>
630
21c2bbe0
GM
631 * isearch.el (isearch-lazy-highlight-case-fold-search)
632 (isearch-lazy-highlight-regexp): New variables.
633 (isearch-lazy-highlight-cleanup): Update lazy highlight if
634 case-fold search or regexp search has been toggled.
635
5710730c
GM
636 * wid-edit.el (widget-button-click): Avoid a save-excursion
637 around running a global binding.
638
871e0439
GM
639 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
640 to 0.25.
641
d0554957
MB
6422001-01-20 Miles Bader <miles@gnu.org>
643
644 * cus-edit.el (custom-face-save): Do post-processing on the face's
645 new value like `custom-face-set' does.
646
1519f618
EZ
6472001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
648
ccd87890
EZ
649 * mail/emacsbug.el (report-emacs-bug): Report the value of
650 LC_CTYPE, not LC_TYPE.
651
1519f618
EZ
652 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
653 isearch-toggle-regexp and isearch-edit-string to doc string.
654
9724173b
GM
6552001-01-19 Gerd Moellmann <gerd@gnu.org>
656
48bb9196
GM
657 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
658 as font-lock-beginning-of-syntax-function in font-lock-defaults.
659
e95b0c08 660 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
661 font-lock-beginning-of-syntax-function to nil.
662
dc81f8a2
EZ
6632001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
664
665 * mail/emacsbug.el (report-emacs-bug): Report values of
666 locale-coding-system, default-enable-multibyte-characters, and the
667 environment variables LC_ALL, LC_TYPE, and LANG.
668
99327974
GM
6692001-01-19 Gerd Moellmann <gerd@gnu.org>
670
111c181e
GM
671 * font-lock.el (font-lock-default-fontify-region): Fix last
672 change.
e95b0c08 673
2be6ecc6
GM
674 * font-lock.el (font-lock-multiline): Default to nil.
675 (font-lock-default-fontify-region): If font-lock-multiline is
676 nil, don't check the property `font-lock-multiline'.
677
99327974
GM
678 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
679 is nil, don't check the `font-lock-multiline' text property.
680
2550055a
MK
6812001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
682
0a949811 683 * viper.el: Call initial-major-mode on startup.
e95b0c08 684
0a949811 685 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 686
8501998a 687 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 688
2550055a 6892001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 690
0a949811 691 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 692 diff mode, if available.
e95b0c08 693
0a949811 6942001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 695
8501998a 696 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 697
2550055a
MK
698 * ediff-init.el (subst-char-in-string): Define and use it, unless
699 it's already defined.
e95b0c08 700
8962e303
GM
7012001-01-18 Gerd Moellmann <gerd@gnu.org>
702
703 * tooltip.el (tooltip-hide-delay): New user-option.
704 (tooltip-show): Use tooltip-hide-delay instead of the default.
705
6b453381
KH
7062001-01-18 Kenichi Handa <handa@etl.go.jp>
707
708 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
709 kill-local-variable doesn't work for enable-multibyte-characters.
710
9eaf396b
DL
7112001-01-17 Dave Love <fx@gnu.org>
712
cebd37ce
DL
713 * ediff-init.el (ediff-before-setup-hook)
714 (ediff-merge-filename-prefix): Add :version.
715
9eaf396b
DL
716 * international/latin1-disp.el: Require disp-table.
717 (latin1-display): Fix :set.
718
719 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
720
f864120f
GM
7212001-01-17 Gerd Moellmann <gerd@gnu.org>
722
723 * isearch.el (isearch-lazy-highlight-initial-delay)
724 (isearch-lazy-highlight-interval): Default to 0.
725
7262001-01-17 Bob Glickstein <bobg@zanshin.com>
727
728 * isearch.el (isearch-highlight): Set isearch-overlay priority to
729 1 here rather than each time through
730 isearch-lazy-highlight-new-loop.
731 (isearch-lazy-highlight-max): Variable deleted.
732 (isearch-lazy-highlight-max-at-a-time): New user variable, like
733 isearch-lazy-highlight-max but controls a single invocation of
734 isearch-lazy-highlight-update.
735 (isearch-lazy-highlight-wrapped): Variable recreated.
736 (isearch-lazy-highlight-window-start): New variable.
737 (isearch-lazy-highlight-cleanup): Restored to behavior of
738 before 2-Jan.
739 (isearch-lazy-highlight-remove-overlays): Function deleted;
740 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
741 behavior removed.
742 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
743 isearch-lazy-highlight-update in a loop rather than just once.
744 Test isearch-invalid-regexp here and decide not to start a new
745 loop, rather than testing it each time through
746 isearch-lazy-highlight-update.
747 (isearch-lazy-highlight-search): Function restored.
748 (isearch-lazy-highlight-update): Get called in a timer loop again,
749 but this time highlight more than one match each time through.
750 Only highlight matches in the visible part of the window. Start
751 at point, move in the direction of the search, and wrap around at
752 the edge of the window. Use sit-for to force redisplay and ensure
753 window-start is credible. "Face suppressing" behavior removed;
754 overlay priorities should make it unnecessary, right?
755 (isearch-highlight): Face suppressing behavior removed.
756 (isearch-dehighlight): Face suppressing behavior removed.
757 (isearch-set-lazy-highlight-faces-at): Removed.
758
076ec540
KH
7592001-01-17 Kenichi Handa <handa@etl.go.jp>
760
761 * language/european.el ("Latin-1"): Make the format of description
762 about additional language environments same as that of Latin-2.
763
92328ec5
DL
7642001-01-16 Dave Love <fx@gnu.org>
765
39f2174e
DL
766 * isearch.el (isearch-lazy-highlight): Add :version.
767
92328ec5
DL
768 * simple.el (backward-delete-char-untabify-method)
769 (next-line-add-newlines): Add :version.
770
f251459d
GM
7712001-01-16 Gerd Moellmann <gerd@gnu.org>
772
9d4850e5
GM
773 * bindings.el: Bind <backspace> and <delete> via function-key-map.
774 Don't bind <delete> otherwise.
775
776 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
777 and <delete> via function-key-map.
778
f251459d
GM
779 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
780 Subject line only if point is after the `Subject:'.
781
771ffcf7
KH
7822001-01-16 Kenichi Handa <handa@etl.go.jp>
783
bda6b481
KH
784 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
785 japanese-jisx0213-2 in `charset' property of this lang. env.
786
35793af7
KH
787 * language/european.el ("Latin-1"): Add description for Dutch and
788 Spanish lang. env.
789
771ffcf7
KH
790 * international/mule.el (decode-char): Fix conditions.
791 (encode-char): Handle eight-bit-control too.
1c8102ff 792 (transform-make-coding-system-args): New function.
50c29104
KH
793 (make-coding-system): Accept XEmacs style arguments for CCL base
794 coding system.
771ffcf7 795
e1cf67b6
GM
7962001-01-15 Gerd Moellmann <gerd@gnu.org>
797
798 * progmodes/etags.el (find-tag-noselect): Save the value of
799 tags-file-name before switching buffers, for the case it has a
800 buffer-local value.
801
b3287acf
GM
8022001-01-15 Alex Schroeder <alex@gnu.org>
803
9eaf396b
DL
804 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
805 From Dave Love <fx@gnu.org>.
b3287acf
GM
806 (ansi-color-for-comint-mode): Fix :version.
807
8082001-01-15 Alex Schroeder <alex@gnu.org>
809
810 * ansi-color.el (ansi-color-unfontify-region): Doc change.
811
8d7ff9c8
EZ
8122001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
813
814 * dired.el (dired-insert-directory): If file-system-info fails,
815 remove the " free " part, but don't signal an error.
816
dbe99ae9
SS
8172001-01-12 Sam Steingold <sds@gnu.org>
818
819 * bookmark.el (bookmark-maybe-historicize-string):
820 Use new backquote syntax.
821
103db06c 8222001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
823
824 * subr.el (last): Handle a list that doesn't end in nil.
825
ca2ddd8e
SS
8262001-01-12 Sam Steingold <sds@gnu.org>
827
828 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
829 to `backward-delete-char-untabify'.
830
1751c874
DL
8312001-01-12 Dave Love <fx@gnu.org>
832
833 * cus-edit.el (customize-menu-create): Fix the :filter following
834 easymenu change.
835
836 * wid-edit.el (function): Add :match-alternatives.
837 (widget-color-action): Doc fix.
838
3cccce8d
GM
8392001-01-12 Gerd Moellmann <gerd@gnu.org>
840
841 * calendar/calendar.el (calendar-basic-setup): Doc fix.
842
18bfd6b5
KH
8432001-01-12 Kenichi Handa <handa@etl.go.jp>
844
60a62fdc
KH
845 * international/mule-cmds.el (prefer-coding-system): Fix
846 docstring.
847
18bfd6b5
KH
848 * international/ccl.el (define-ccl-program): Fix docstring.
849
562e00da
DL
8502001-01-11 Dave Love <fx@gnu.org>
851
14fd0da3
DL
852 * international/mule-cmds.el (standard-display-european-internal):
853 Set display table for 2208 as for 160.
854
855 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
856
562e00da
DL
857 * progmodes/fortran.el (fortran-mode-map): Modify Customization
858 entry for custom-menu-create change.
859 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
860 don't cons it in the search loop.
861
862 * imenu.el (imenu--truncate-items): Revert last change.
863
6e961dcd
EZ
8642001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
865
866 * info.el (Info-setup-header-line): If the node header includes
867 either Next: or Prev: links, don't show the File: and Node: parts
868 in the header line.
869
2c2ff7f2
GM
8702001-01-11 Gerd Moellmann <gerd@gnu.org>
871
a7ee2d2e
GM
872 * comint.el (comint-goto-process-mark): Don't print a message
873 when running in batch mode.
874
c5348233
GM
875 * isearch.el (isearch-search): In the condition-case handler for
876 `error', set isearch-invalid-regexp to the whole error message.
877
422717d1
GM
878 * subr.el (eval-after-load): Call load-symbol-file-load-history to
879 ensure that eval-after-load works for files dumped with Emacs.
880
881 * help.el (load-symbol-file-load-history): New function extracted
882 from function symbol-file.
883 (symbol-file): Use it.
884
2c2ff7f2
GM
885 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
886 exit.xpm.
887
926861fb
EZ
8882001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
889
890 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
891 behave as if there were no prefix argument.
892 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
893 argument were nil.
894
afa1f52c
RS
8952001-01-11 Richard M. Stallman <rms@gnu.org>
896
ca2ddd8e 897 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
898 Don't look for more potential matches once maximum is exceeded.
899 Use overlays-in to check correctly for overlap with current match.
900 Ignore empty matches.
901
47a9f362
MB
9022001-01-11 Miles Bader <miles@gnu.org>
903
904 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
905 (ispell-overlay-window, ispell-help, ispell-show-choices)
906 (ispell-command-loop): Use it instead of `window-height'.
907
d196f58d
GM
9082001-01-10 Gerd Moellmann <gerd@gnu.org>
909
cf523f0e
GM
910 * files.el (confirm-kill-emacs): New user-option.
911 (save-buffers-kill-emacs): Ask for final confirmation before
912 killing Emacs.
913
d196f58d
GM
914 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
915 to nil.
916
7c6c3d8e
GM
9172001-01-10 Dave Love <fx@gnu.org>
918
1f8be15d
DL
919 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
920
921 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
922 :type.
923
924 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
925
926 * calculator.el (calculator-number-digits): Fix :type.
927
0d5184de
DL
928 * vc-cvs.el (vc-cvs-header): Fix :type.
929 * vc-rcs.el (vc-rcs-header): Fix :type.
930 * vc-sccs.el (vc-sccs-header): Fix :type.
931
932 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
933
7c6c3d8e
GM
934 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
935
8c9f73a2
GM
936 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
937
457b792c
GM
9382001-01-10 Gerd Moellmann <gerd@gnu.org>
939
940 * simple.el (set-variable): Force a thorough redisplay for the
941 case that the variable has an effect on the display, like
942 `tab-width' has.
943
d2622d08
AS
9442001-01-10 Andre Spiegel <spiegel@gnu.org>
945
946 * vc.el: Add documentation for backend interface.
947
ae4b5f4f
KH
9482001-01-10 Kenichi Handa <handa@etl.go.jp>
949
e0844717
KH
950 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
951
ae4b5f4f
KH
952 * international/mule-conf.el (latin-extra-code-table): Set to t
953 for \223 and \224.
954
3184082b
KH
9552001-01-09 Kenichi Handa <handa@etl.go.jp>
956
957 * international/mule-cmds.el (locale-language-names): Map "es" to
958 "Spanish" and "nl" to "Dutch".
959
732b9cdd
GM
9602001-01-09 Gerd Moellmann <gerd@gnu.org>
961
1dfca644
GM
962 * bindings.el (global-map): Bind <home> to beginning-of-line,
963 <end> to end-of-line, C-<home> to beginning-of-buffer, and
964 C-<end> to end-of-buffer.
965
732b9cdd
GM
966 * language/european.el: Add Dutch and Spanish language info
967 to be able to use the appropriate tutorials.
968
9692001-01-09 Alex Schroeder <alex@gnu.org>
970
971 * ansi-color.el (ansi-color-process-output): Use markers instead
972 of positions for start and end of region.
973 (ansi-color-apply-on-region): Rewrote code to make it more robust.
974 Previously, occasional mistakes happend when fontifying many
975 chunks of output (eg. ls --color=yes /dev). This happened
976 whenever an overlay was created up to the end of the region, which
977 coincided with the process-mark. New text would then be added
978 within that overlay instead of after it.
979 (ansi-color-make-extent): Overlays are created with the property
980 `modification-hooks' set to '(ansi-color-freeze-overlay).
981 (ansi-color-freeze-overlay): New function. When inserting text at
982 the end of the overlay, the overlay will resize.
983
9842000-01-09 Alex Schroeder <alex@gnu.org>
985
986 * ansi-color.el (ansi-color-process-output): Doc change.
987 (ansi-color-unfontify-region): Doc change. No longer installed
988 automatically in font-lock-unfontify-region-function.
989 (ansi-color-apply): Doc change.
990 (ansi-color-apply-on-region): Use extents or overlays instead of
991 text-properties.
992 (ansi-color-make-extent): New function.
993 (ansi-color-set-extent-face): New function.
994
9952000-01-09 Alex Schroeder <alex@gnu.org>
996
997 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
998 both use ansi-color-process-output, now.
999 (ansi-color-process-output): Doesn't return string anymore. It is
1000 installed in comint-output-filter-functions for both Emacs and
1001 XEmacs, now.
1002 (ansi-color-unfontify-region): Simplified code removing variables
1003 pos and start-ansi.
1004 (ansi-color-apply): Put text-property ansi-color before putting
1005 text-property face because ansi-color-unfontify-region is called
1006 immediately after the call to put-text-property.
1007 (ansi-color-context-region): Doc change.
1008 (ansi-color-filter-region): Simplified code.
1009 (ansi-color-apply-on-region): Changed start to start-marker, using
1010 a marker explicitly. Put text-property ansi-color before putting
1011 text-property face because ansi-color-unfontify-region is called
1012 immediately after the call to put-text-property.
1013
10142000-01-09 Alex Schroeder <alex@gnu.org>
1015
1016 * ansi-color.el (ansi-color-faces-vector): Doc change.
1017 (ansi-color-for-comint-mode): Changed :type property to choice.
1018 (ansi-color-last-context): Removed.
1019 (ansi-color-process-output): Don't use ansi-color-last-context, as
1020 the main functions will store their context now.
1021 (ansi-color-context): Doc change.
1022 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1023 Uses ansi-color-context such that repeated calls will strip
1024 partial escape sequences, too.
1025 (ansi-color-apply): Simplified code. Colorize end of string if
1026 face is not null. Store context in new (FACE STRING) format, such
1027 that repeated calls will strip partial escape sequences, too.
1028 Append faces to face property using ansi-color-apply-sequence such
1029 that cumulative mode actually works.
1030 (ansi-color-context-region): New variable.
1031 (ansi-color-filter-region): Rewrote it based on
1032 ansi-color-apply-on-region. Uses ansi-color-context-region such
1033 that repeated calls will strip partial escape sequences, too.
1034 (ansi-color-apply-on-region): Simplified code. Colorize end of
1035 region if face is not null. Store context in new (FACE POS)
1036 format, such that repeated calls will strip partial escape
1037 sequences, too. Append faces to face property using
1038 ansi-color-apply-sequence such that cumulative mode actually
1039 works.
1040 (ansi-color-apply-sequence): New function.
1041 (ansi-color-get-face): When the default face is added to the list
1042 of faces, all previous settings are discarded and the list of
1043 faces is set to '(default).
1044
10452000-01-09 Alex Schroeder <alex@gnu.org>
1046
1047 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1048 face, such that ansi-color-apply and ansi-color-apply-on-region
1049 will do the right thing.
1050 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1051 returns nil, set the list of faces back to nil instead of
1052 appending the result of ansi-color-get-face to the front of the
1053 list.
1054
10552000-01-09 Alex Schroeder <alex@gnu.org>
1056
1057 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1058 (ansi-color-process): Doc change.
1059 (ansi-color-last-context): New buffer-local variable.
1060 (ansi-color-process-output): New function. It is automatically
1061 added to comint-output-filter-functions if this is XEmacs.
1062 (ansi-color-unfontify-region): New optional parameter for XEmacs
1063 compatibility. Check wether font-lock-syntactic-keywords is
1064 boundp before removing the syntax table text property, as XEmacs
1065 doesn't have it.
1066 (ansi-color-filter-region): Doc change.
1067 (ansi-color-apply-on-region): Doc change.
1068 (ansi-color-make-face): New function. Compatibility layer for
1069 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1070 (ansi-color-make-color-map): Use ansi-color-make-face.
1071 (ansi-color-get-face): Avoid face text property '(nil) as results
1072 in an errow for XEmacs.
1073
10742000-01-09 Alex Schroeder <alex@gnu.org>
1075
1076 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1077 text-property ansi-color in order to preserve fontification by
1078 ansi-color. When the package is loaded, a lambda expression is
1079 put onto font-lock-mode-hook. This lambda expression will check
1080 font-lock-unfontify-region-function and replace
1081 font-lock-default-unfontify-region with
1082 ansi-color-unfontify-region.
1083 (ansi-color-apply): Add text-property ansi-color in addition to
1084 text-property face.
1085 (ansi-color-apply-on-region): Add text-property ansi-color in
1086 addition to text-property face.
1087 (save-buffer-state): Copy of the macro that is also used by
1088 lazy-lock and font-lock.
1089
1090 (ansi-color-for-comint-mode): New option.
1091 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1092 (ansi-color-for-comint-mode-off): Ditto.
1093 (ansi-color-for-comint-mode-filter): Ditto.
1094 (ansi-color-process): New function. Uses
1095 ansi-color-for-comint-mode to decide what to do. This function is
1096 added to comint-preoutput-filter-functions when the package is
1097 loaded.
1098
1099 (ansi-color-for-shell-mode-set): Removed.
1100 (ansi-color-for-shell-mode): Removed.
1101
11022000-01-09 Alex Schroeder <alex@gnu.org>
1103
1104 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1105 the lambda expression from the ansi-color-for-shell-mode :set
1106 property. Additionally, modify shell-mode-hook to enable or
1107 disable font-lock-mode for future shell buffers.
1108 (ansi-color-for-shell-mode): The :set property calls
1109 ansi-color-for-shell-mode-set instead of a lambda expression.
1110
11112000-01-09 Alex Schroeder <alex@gnu.org>
1112
1113 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1114 (ansi-color-context): New variable.
1115 (ansi-color-apply): Save context between calls.
1116
fb55ff10
EZ
11172001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1118
29910493
EZ
1119 * isearch.el (isearch, isearch-lazy-highlight-face): New
1120 definitions for face colors and attributes.
1121
fb55ff10
EZ
1122 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1123 of display-mouse-p.
1124
134d6265
KH
11252001-01-09 Kenichi Handa <handa@etl.go.jp>
1126
1127 * international/mule.el (make-coding-system): If the coding system
1128 accepts extra latin codes, register such codes as safe for the
1129 coding system.
1130
103db06c 11312001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1132
984c9f75
RS
1133 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1134 don't mention the file name or the date here, because they are
1135 logged at the start of the file.
1136
11372001-01-08 Richard M. Stallman <rms@gnu.org>
1138
78b8eee8
RS
1139 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1140 Change screen-width to frame-width.
1141
1460e5d4
EZ
11422001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1143
1144 * info.el (Info-search): Print the default as part of the prompt.
1145
56f24bc1
AS
11462001-01-08 Andre Spiegel <spiegel@gnu.org>
1147
ca2ddd8e 1148 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1149 constant implementations in backends.
1150
1151 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1152 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1153
1154 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1155 WRITABLE to EDITABLE.
1156
1157 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1158 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1159 to EDITABLE.
1160
b7812d30
EZ
11612001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1162
1163 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1164 (copyright, copyright-update): Compute the current year at run
1165 time.
1166
7e56ea04
GM
11672001-01-08 Gerd Moellmann <gerd@gnu.org>
1168
1169 * isearch.el (isearch-old-signal-hook): Removed.
1170 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1171 instead of setting signal-hook-function.
1172 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1173
a758f97d
GM
11742001-01-08 Kevin Gallagher <kevingal@onramp.net>
1175
1176 * emulation/edt.el: Update to version 4.0. Provide support for
1177 EDT scroll margins at top and bottom of the window. Provide an
1178 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1179 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1180 user when file-related buffer modifications exist. Provide
1181 support for running EDT Emulation in XEmacs. Provide customize
1182 access to some user updatable variables. Add Commentary section
1183 to file header. Fixed a few minor bugs and cleaned up some code.
1184
1185 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1186 for detecting a keypress that generates an ASCII key sequence.
1187 (Previously, only a keypress that generates a vector was
1188 recognized.) Embed Window Manager name into name of the generated
1189 EDT Emulation initialization file since the initialization file is
1190 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1191
30db89f9
EZ
11922001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1193
4deb3ba9
EZ
1194 * mail/sendmail.el (mail-mode): Doc fix.
1195
30db89f9
EZ
1196 * info.el (Info-goto-emacs-command-node): Doc fix.
1197 (Info-goto-emacs-key-command-node): Doc fix.
1198
c3f2772b
EZ
11992001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1200
8726e79b 1201 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1202 systems without long file-name support.
1203
0dac6924
AI
12042001-01-06 Andrew Innes <andrewi@gnu.org>
1205
1206 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1207
4e6ef391
EZ
12082001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1209
380866a2
EZ
1210 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1211 (isearch-lazy-highlight-update): Doc fix.
1212
148b5960
EZ
1213 * ffap.el (ffap-bindings): Doc fix.
1214
4e6ef391
EZ
1215 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1216
4cb1bcc2
DL
12172001-01-05 Dave Love <fx@gnu.org>
1218
1219 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1220
3828218c
GM
12212001-01-05 Gerd Moellmann <gerd@gnu.org>
1222
f1ade7d3
GM
1223 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1224 scroll-preserve-screen-position to nil.
1225
1f4139d5
GM
1226 * isearch.el (isearch-old-signal-hook): New variable.
1227 (isearch-mode): Set signal-hook-function to isearch-done.
1228 (isearch-done): Restore old signal-hook-function.
1229
3828218c
GM
1230 * info.el (Info-fontify-node): Mark one more char as intangible.
1231
3970013f
KH
12322000-01-05 Kenichi Handa <handa@etl.go.jp>
1233
3828218c 1234 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1235 it is non-nil, compose preceding characters by compose-region with
1236 COMPONENTS.
1237
1238 * international/quail.el (quail-input-string-to-events): New function.
1239 (quail-input-method): Convert input string to events here.
1240 (quail-start-translation): Return input string, not event list.
1241 (quail-start-conversion): Likewise.
1242
f3b05e99
GM
12432001-01-04 Gerd Moellmann <gerd@gnu.org>
1244
ca2ddd8e 1245 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1246 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1247 and tooltip-add-timeout.
1248 (tooltip-show): Set border color from faces's foreground.
1249 (tooltip-show-help-function): If called with the same help string
1250 as last time, do nothing.
1251 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1252
0f2ac578
GM
1253 * startup.el (fancy-splash-screens): Don't bind show-help-function
1254 to nil.
1255
f3b05e99
GM
1256 * tooltip.el (tooltip-frame-parameters): Remove colors.
1257 (tooltip): New face
1258 (tooltip-set-param): New function.
1259 (tooltip-show): Set up color frame parameters from face `tooltip'.
1260 Display the tooltip text in face `tooltip'.
1261
8416e94a
DL
12622001-01-04 Dave Love <fx@gnu.org>
1263
1264 * whitespace.el (whitespace-global-mode): Fix typo.
1265
1266 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1267
30db89f9
EZ
12682001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1269
1270 * help.el (help-for-help): Fix a typo in a doc string. From
1271 kwzh@gnu.org (Karl Heuer).
1272
b847eb8c
DL
12732001-01-03 Dave Love <fx@gnu.org>
1274
1275 * dired-x.el: Doc fixes. Maintainer change.
1276 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1277 :type.
1278 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1279 (dired-guess-shell-alist-user): Customize.
1280 (dired-x-help-address): Set to bug-gnu-emacs.
1281 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1282 (dired-default-directory): Renamed from default-directory.
1283
1284 * hl-line.el (hl-line): Doc fix.
1285
43c4b570
KF
12862001-01-03 Karl Fogel <kfogel@red-bean.com>
1287
1bf6b1bf 1288 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1289
984c9f75 12902001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1291
1292 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1293 to remove all the current alternative-match highlighting.
1294 If nil, remove only what's outside the current window.
1295 (isearch-lazy-highlight-remove-overlays): Take optional
1296 region within which NOT to remove them.
1297 (isearch-lazy-highlight-new-loop): Greatly simplified.
1298 (isearch-lazy-highlight-update): Find all the other occurrences
1299 visible in the window, in just one call.
1300 (isearch-lazy-highlight-start): Now holds start of region to scan.
1301 (isearch-lazy-highlight-end): Now holds end of region to scan.
1302 (isearch-lazy-highlight-wrapped): Variable deleted.
1303 (isearch-lazy-highlight-search): Function deleted.
1304
13d6a61c
AI
13052000-01-02 Andrew Innes <andrewi@gnu.org>
1306
1307 * w32-fns.el (convert-standard-filename): Do length check on name
1308 before aref.
1309
064866e7
DL
13102001-01-02 Dave Love <fx@gnu.org>
1311
b33e041b
DL
1312 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1313 value.
1314 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1315
1316 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1317
8166ffd5
DL
1318 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1319 read syntax.
1320
064866e7
DL
1321 * calendar/todo-mode.el (todo): Add :link, :version.
1322 (todo-save-top-priorities): Remove autoload cookie.
1323 (todo-add-category, todo-add-item-non-interactively)
1324 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1325 cookie.
1326
6dde6abc
GM
13272001-01-02 Gerd Moellmann <gerd@gnu.org>
1328
1329 * comint.el (comint-input-history-ignore): New variable.
1330 (comint-read-input-ring): Ignore entries matching
1331 comint-input-history-ignore.
1332
1a8a9daf
GM
13332001-01-02 Eric M. Ludlam <zappo@gnu.org>
1334
1335 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1336 (lm-copyright-mark): New function.
1337 (lm-crack-copyright): New function.
1338 (lm-verify): Check that the file has a copyright.
1339 Check that the file is copyright Free Software Foundation.
1340
9c92eb53
KH
13412000-12-30 Kenichi Handa <handa@etl.go.jp>
1342
1343 * international/mule-diag.el (print-fontset): Indent font name by
1344 24 columns, not 25.
1345
49172314
GM
13462000-12-29 Gerd Moellmann <gerd@gnu.org>
1347
762a68ec
GM
1348 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1349 in Subject line.
1350
49172314
GM
1351 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1352 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1353 continuing an interrupted message with C-u C-x m for instence,
1354 winds up in Mail mode without abbrevs.
1355
bd7a2e26
GM
13562000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1357
1358 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1359 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1360 fix.
bd7a2e26
GM
1361 (ps-print-version): New version number (6.3.3).
1362 (ps-end-with-control-d): Initialization fix.
1363 (ps-lines-printed): New var.
1364 (ps-skip-newline): New fun.
1365 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1366 (ps-next-line, ps-continue-line, ps-plot-region)
1367 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1368
2b3f28a4
KH
13692000-12-29 Kenichi Handa <handa@etl.go.jp>
1370
1371 * international/fontset.el (x-complement-fontset-spec): Resolve
1372 ASCII font name so that the same family name is used for fonts
1373 registered in x-font-name-charset-alist.
1374 (create-fontset-from-fontset-spec): Adjusted for the above change.
1375 The name of fontset alias should be a unresolved ASCII font name.
1376
2ece9174
GM
13772000-12-28 Gerd Moellmann <gerd@gnu.org>
1378
1379 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1380 and delete in isearch-mode-map.
1381
cbe3ad7a
RS
13822000-12-28 Richard M. Stallman <rms@gnu.org>
1383
ca2ddd8e 1384 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1385 Use xpdf instead of acroread.
1386
a816f1c5
KH
13872000-12-28 Kenichi Handa <handa@etl.go.jp>
1388
f086e73c
KH
1389 * textmodes/artist.el (artist-butlast): Deleted.
1390 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1391 artist-butlast.
f086e73c 1392
a816f1c5
KH
1393 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1394
1395 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1396
b202115b
EZ
13972000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1398
1399 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1400
1401 * ls-lisp.el: Better support for the Mac and MS-Windows.
1402 (ls-lisp): New defgroup.
1403 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1404 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1405 (ls-lisp-support-shell-wildcards): New defcustoms.
1406 (ls-lisp-parse-symlink): New function.
1407 (insert-directory): Code to convert switches to a list and set up
1408 the wildcard argument copied from ls-lisp-insert-directory.
1409 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1410 for -C and -R switches.
1411 (ls-lisp-column-format): New function.
ca2ddd8e 1412 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1413 (ls-lisp-format-time): Add doc strings.
1414 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1415 Support ls-lisp-dirs-first.
1416 (ls-lisp-classify, ls-lisp-extension): New functions.
1417 (ls-lisp-format): Optionally support emulation of symlinks.
1418 Support -i, -s, and -G switches.
1419
6061fbf0
GM
14202000-12-27 Gerd Moellmann <gerd@gnu.org>
1421
5e25feee
GM
1422 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1423
6061fbf0
GM
1424 * version.el (emacs-version): Print X scroll bar information.
1425
1426 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1427 instead of x-toolkit-scroll-bars-p.
1428
1429 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1430 of x-toolkit-scroll-bars-p.
1431
25050dab
EZ
14322000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1433
1434 * ffap.el (ffap-bindings): Make interactive and add an autoload
1435 cookie.
1436 (ffap-bindings): Doc fix, to reflect the above change.
1437
c1786874
KH
14382000-12-27 Kenichi Handa <handa@etl.go.jp>
1439
1440 * term.el (term-char-mode): Define all non-ascii self-inserting
1441 characters to 'term-send-raw in term-raw-map.
1442
7261ece3 14432000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1444
6061fbf0 1445 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1446 guard.
ca2ddd8e 1447
6061fbf0 1448 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1449 initialization; use add-hook.
6061fbf0 1450 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1451
6061fbf0 1452 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1453
6061fbf0
GM
1454 * ediff.el (ediff-patch-buffer): Bug fix.
1455 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1456
83f40583
SM
14572000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * subr.el (combine-run-hooks): Remove.
1460
1461 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1462 and remove the rogue second spec.
1463
bdd6d4e8
GM
14642000-12-23 Gerd Moellmann <gerd@gnu.org>
1465
1466 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1467
26736ce3
SM
14682000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1469
0e86b6b0
SM
1470 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1471 Use minibuffer menu prompt for the `=' prefix.
1472 (smerge-command-prefix): Change default to C-^.
6eabfb26 1473 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1474
26736ce3
SM
1475 * skeleton.el (skeleton-internal-1): Make sure the first line of
1476 the region is also re-indented.
d21584d6
SM
1477 (skeleton-end-newline): New var.
1478 (skeleton-end-hook): Use it.
26736ce3 1479
95fa4fd7
MB
14802000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1481
1482 * comint.el (comint-password-prompt-regexp): Support CVS.
1483
f060b834
GM
14842000-12-22 Gerd Moellmann <gerd@gnu.org>
1485
856ff7a7
GM
1486 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1487 backspace key combinations, depending on
1488 delete-key-deletes-forward.
1489
1490 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1491
f060b834
GM
1492 * simple.el (delete-key-deletes-forward): Doc fix.
1493
653558a1
GM
14942000-08-22 Emmanuel Briot <briot@gnat.com>
1495
1496 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1497 white spaces are relevant in the XML file.
653558a1
GM
1498 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1499 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1500 of XML files.
653558a1
GM
1501 (xml-parse-tag): Check that the casing is the same in the start
1502 tag and end tag, since XML is case-sensitive. Allows for spaces
1503 in the end tag, after the name of the tag.
1504 (xml-parse-attlist): Allow for the character '-' in the name of
1505 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1506 the properties in the XML tree, since they are not relevant.
653558a1 1507
3ad93d8d
SM
15082000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1509
1510 * generic.el (generic-read-type): Undo last change, inline into
1511 `generic-mode' and then remove.
1512 (generic-mode): Inline generic-read-type.
1513 (define-generic-mode): Push the symbol name rather than the symbol
1514 onto generic-mode-list.
1515
177f4e88
GM
15162000-12-21 Gerd Moellmann <gerd@gnu.org>
1517
8e15274f
GM
1518 * generic.el (generic-read-type): Build an alist for
1519 completing-read as in 20.7.
1520
1521 * play/landmark.el (lm): Use interactive spec `P'.
1522 (toplevel): Don't set debug-on-error.
1523
177f4e88
GM
1524 * server.el (server-switch-buffer): Choose a window on a visible
1525 frame.
1526
6ba384dc
GM
15272000-12-21 Dave Pearson <davep@davep.org>
1528
1529 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1530
647a066c
GM
15312000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1532
1533 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1534 ranges like \177-\237, but accepts the character sequence from \177 to
1535 \237. Doc fix.
1536 (ebnf-version): New version (3.4).
1537 (ebnf-setup): Code fix.
1538 (ebnf-range-regexp): New fun.
1539 (ebnf-8-bit-chars): Const fix.
1540
1541 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1542 entry. Doc fix.
1543 (ebnf-bnf-lex): Code fix.
1544 (ebnf-bnf-comment-chars): Const fix.
1545
1546 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1547 entry. Doc fix.
1548 (ebnf-iso-comment-chars): Const fix.
1549
1550 * ebnf-otz.el: Doc fix.
1551
1552 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1553 entry. Doc fix.
1554 (ebnf-yac-skip-code): Code fix.
1555 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1556
bc22fd18
EZ
15572000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1558
1559 * files.el (insert-directory-safely): New function.
834d23b2 1560 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1561 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1562
587fc3f9
KH
15632000-12-21 Kenichi Handa <handa@etl.go.jp>
1564
eeefcfde 1565 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1566 coding-category-list more rigidly. Improve help message.
eeefcfde 1567
587fc3f9
KH
1568 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1569
01860fb9
MB
15702000-12-21 Miles Bader <miles@gnu.org>
1571
587fc3f9
KH
1572 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1573 prefix.
01860fb9 1574
3f9d67a6
KH
15752000-12-21 Kenichi Handa <handa@etl.go.jp>
1576
9fd1c1f7
KH
1577 * international/mule-diag.el (describe-char-after): Make *Help*
1578 buffer inherit multibyteness of the current buffer.
1579
3f9d67a6
KH
1580 * international/mule.el (make-char): Docstring adjusted for the
1581 change of make-char-internal.
1582
c9669fac
SM
15832000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1584
1585 * international/iso-cvt.el: Docstrings fix.
1586
19594307
DL
15872000-12-20 Dave Love <fx@gnu.org>
1588
1589 * subr.el (eval-after-load): Doc fix.
1590
b1a447b3
KH
15912000-12-20 Kenichi Handa <handa@etl.go.jp>
1592
1593 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1594 for numbers.
1595
09877d5d
MB
15962000-12-20 Miles Bader <miles@gnu.org>
1597
1598 * international/quail.el (quail-help): Resize the help window
1599 again after it has all its contents. Remove unneeded progn.
1600
71d4497a
GM
16012000-12-19 Gerd Moellmann <gerd@gnu.org>
1602
1603 * pcmpl-linux.el: Fix copy/paste error.
1604
741e56a0
AI
16052000-12-19 Andrew Innes <andrewi@gnu.org>
1606
1607 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1608 docstring.
1609
cc24d91c
CD
16102000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1611
ba4c05aa
CD
1612 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1613
1614 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1615
1616 * progmodes/idlw-shell.el: Fixed copyright notice.
1617
1618 * progmodes/idlwave.el: Fixed copyright notice.
1619
71d4497a 1620 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1621 TAB as key separators.
1622
524c8caf
GM
16232000-12-19 Alex Schroeder <alex@gnu.org>
1624
1625 * sql.el (sql-sybase-options): New option.
1626 (sql-sybase): Use it. Add sql-database to the list of parameters
1627 provided for login. The options -w 2048 -n are not used any more.
1628 (sql-postgres-options): Changed default from "--pset" to "-P".
1629 (sql-mysql-options): Doc change.
1630 (sql-stop): Doc change.
1631
b5fa513d
KH
16322000-12-19 Kenichi Handa <handa@etl.go.jp>
1633
1634 * international/quail.el (quail-input-method): Always hide
1635 the guidance buffer on exiting.
1636
91c9e6ce
GM
16372000-12-18 Gerd Moellmann <gerd@gnu.org>
1638
c6da4eb4
GM
1639 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1640 isn't fboundp.
1641
3d2a0e0b
GM
1642 * server.el (server-buffer-done): Bury the buffer before
1643 killing it.
1644
91c9e6ce
GM
1645 * faces.el (face-spec-set): Interpret a nil in specs for
1646 foreground and background colors as `unspecified', for
1647 compatibility with 20.x.
1648
40fa0008
DL
16492000-12-18 Dave Love <fx@gnu.org>
1650
22adbe54
DL
1651 * simple.el (mail-user-agent): Doc fix.
1652 (input-mode-8-bit): Removed.
1653
1654 * international/mule.el (set-keyboard-coding-system): Doc fix.
1655 (keyboard-coding-system): New option.
1656
40fa0008
DL
1657 * mail/sendmail.el (send-mail-function): Customize.
1658
6f4745e2
EZ
16592000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1660
1661 * international/codepage.el (cp866-decode-table): New table.
1662
82b90229
GM
16632000-12-18 Gerd Moellmann <gerd@gnu.org>
1664
1665 * version.el (emacs-version): Remove `%a' from the time format
1666 because the weekday doesn't fit well into each locale.
1667
5a047002
MB
16682000-12-18 Miles Bader <miles@gnu.org>
1669
7f49aa07
MB
1670 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1671
ca2ddd8e 1672 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1673 Check that emacs-major-version is `=' to 20, not `>='.
1674 (artist-replace-chars): Use `make-string' instead of a loop.
1675
22ea2607
EZ
16762000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1677
1678 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1679 (cvs-execute-single-file): Don't change directory.
1680 Patch from Per Cederqvist.
1681
6c825f8e
EZ
16822000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1683
1684 * textmodes/ispell.el (check-ispell-version): If
1685 `ispell-program-name' is "aspell", pass it the -v switch instead
1686 of -vv.
1687
8ff06845
KH
16882000-12-16 Kenichi Handa <handa@etl.go.jp>
1689
af4bb4c8
KH
1690 * international/mule-diag.el (mule-diag): Insert information about
1691 configure options, multibyte awareness, language env.
1692
8ff06845
KH
1693 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1694 regexp to search for candidates.
1695
b24e84ab
EZ
16962000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1697
1698 * info.el (Info-forward-node): If the node has an
1699 Info-header-line, widen the buffer before searching for "next:"
1700 and "up:" pointers, and set the search limit to stay in the
1701 current node.
1702
7981d89f
MB
17032000-12-16 Miles Bader <miles@gnu.org>
1704
1705 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1706
88ee7917
MB
17072000-12-15 Miles Bader <miles@gnu.org>
1708
1709 * comint.el (comint-send-string, comint-send-region): Also accept
1710 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1711 process-send-string/region.
1712
0c28d842
GM
17132000-12-15 Gerd Moellmann <gerd@gnu.org>
1714
4ea7fdca
GM
1715 * isearch.el (isearch-lazy-highlight-max): New user-option.
1716 (isearch-lazy-highlight-update): Don't highlight more than
1717 isearch-lazy-highlight-max matches.
1718
0c28d842
GM
1719 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1720
984c9f75 17212000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1722
8062e53a
GM
1723 * sort.el (sort-columns): Fix error message.
1724
3ffa545b
GM
1725 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1726 `upcase' or `downcase' or nil.
1727 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1728 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1729 (dabbrev--substitute-expansion): New arg record-case-pattern.
1730 If it is non-nil, set dabbrev--last-case-pattern.
1731 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1732
1733 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1734
c2d7f289
MB
17352000-12-15 Miles Bader <miles@gnu.org>
1736
b6348438
MB
1737 * paths.el (Info-default-directory-list): Don't delete
1738 configure-info-directory from the list of standard info
1739 directories when appending it to the end -- their order is
1740 important.
1741
f9056dd9
MB
1742 * faces.el (read-face-attribute): If there's no entry for the
1743 user's input in VALID, just use it as-is (this will often result
1744 in an error, but it may be OK for e.g. colors using hexadecimal
1745 notation, and at least will yield a better error message).
1746
c2d7f289 1747 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1748 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1749 Variables removed.
1750 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1751 window is really the right size. Use vertical-motion
1752 rather than forward-line.
1753 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1754 (ispell-command-loop, ispell-show-choices): Use the variable
1755 ispell-choices-win-default-height, rather than the function.
1756 (ispell-choices-win-default-height): Function removed.
1757 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1758
8f530b95
SM
17592000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1760
1761 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1762
6d435deb
EZ
17632000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1764
4dddb0b7
EZ
1765 * paths.el (Info-default-directory-list): If
1766 configure-info-directory is not one of the standard directories,
1767 put it first in the list; otherwise put it last. Doc string
1768 changed accordingly.
1769
1770 * info.el (Info-directory-list): Change doc string to reflect the
1771 change in Info-default-directory-list.
1772
6d435deb
EZ
1773 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1774 windows-nt as windowed environments, even under -nw.
1775
1776 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1777 if not fboundp. Switch delete-forward mode for the <delete> key
1778 on all PC platforms, even under -nw.
1779
1780 * term/internal.el ([M-delete]): Remap to M-d.
1781
9d7d9263
GM
17822000-12-14 Gerd Moellmann <gerd@gnu.org>
1783
1784 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1785
7cf0153a
EZ
17862000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1787
1788 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1789
5e5b3d41
GM
17902000-12-14 Gerd Moellmann <gerd@gnu.org>
1791
5f368d29
GM
1792 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1793 if appropriate.
1794
1795 * simple.el (delete-key-deletes-forward): New user-option.
1796 (delete-key-deletes-forward-mode): New function.
1797
9d7d9263 1798 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1799
5e5b3d41
GM
1800 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1801 if symbol is bound before getting its value.
1802
1803 * tooltip.el (tooltip-show): If an error is signaled in
1804 x-show-tip, display that error, and display the help in the
1805 echo area.
ca2ddd8e 1806
191b83b6
KH
18072000-12-14 Kenichi Handa <handa@etl.go.jp>
1808
1809 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1810 "... entries" messages for every 10000 entries, not 10.
1811
6192b604
KF
18122000-12-13 Karl Fogel <kfogel@red-bean.com>
1813
1814 * bookmark.el: Provide a generic exit hook, as suggested by
1815 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1816 (bookmark-exit-hook): New var.
1817 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1818 old raw lambda form in `kill-emacs-hook', and runs new
1819 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1820 as logically that feature must have been provided if this function
1821 is running.
1822 Removed ;;;###autoload before the `add-hook' call.
1823
5edf6b55
SM
18242000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1825
1826 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1827 (easy-menu-current-active-maps): New function.
1828 (easy-menu-get-map): Use it.
1829 Make a proper menu entry when creating a new keymap.
1830
16b5e8e6
KH
18312000-12-13 Kenichi Handa <handa@etl.go.jp>
1832
d49fc4eb
KH
1833 * international/characters.el: Fix cases and syntaxes for
1834 mule-unicode-0100-24ff.
1835
3b53d876
KH
1836 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1837 that a Japanese character is not appended after day and year.
1838
16b5e8e6
KH
1839 * info.el (Info-suffix-list): Change format for a command that
1840 requires arguments.
1841 (info-insert-file-contents): Adjusted for the above change.
1842
1df1c518
AS
18432000-12-12 Andreas Schwab <schwab@suse.de>
1844
1845 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1846 on the name of the tar buffer. Verify that the existing buffer is
1847 visiting the same subfile.
1848
a7a07b98
DL
18492000-12-12 Dave Love <fx@gnu.org>
1850
1851 * subdirs.el: Add obsolete.
1852
4fdbd809
GM
18532000-12-12 Gerd Moellmann <gerd@gnu.org>
1854
bfdb75ee
GM
1855 * mail/rmailsum.el (rmail-summary-expunge)
1856 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1857 instead of rmail-confirm-expunge.
1858
4fdbd809
GM
1859 * replace.el (perform-replace): Don't use an empty match adjacent
1860 to a non-empty match when computing the next match before the
1861 replacement is performed.
1862
e9a59cad
GM
18632000-12-12 Milan Zamazal <pdm@freesoft.cz>
1864
1865 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1866 definition (patch by Stefan Monnier).
1867 (glasses-mode): Use jit-lock instead of `after-change-functions'
1868 (patch by Stefan Monnier).
1869
c2def7a0
MB
18702000-12-12 Miles Bader <miles@gnu.org>
1871
1872 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1873 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1874
591b63b4
AC
18752000-12-12 Andrew Choi <akochoi@i-cable.com>
1876
1877 * term/mac-win.el: Remove load for ls-lisp.
1878
a924cf63 1879 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1880
5ff4ba3d
MB
18812000-12-12 Miles Bader <miles@gnu.org>
1882
1883 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1884 Respect field end too.
1885 (just-one-space): Respect fields as `delete-horizontal-space'.
1886 (newline-and-indent, reindent-then-newline-and-indent): Use
1887 `delete-horizontal-space'.
1888
d0c679bc
SM
18892000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1890
adf9c994
SM
1891 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1892 (so as to obey the field property in the minibuffer).
1893
4b0cd42d
SM
1894 * obsolete/c-mode.el: Moved from lisp/progmodes.
1895 * obsolete/auto-show.el: Moved from lisp.
1896 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1897
89f85863
CD
18982000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1899
1900 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1901 changes to list them here.
1902
1903 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1904 many changes to list them here.
1905
1906 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1907 many changes to list them here.
1908
1909 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1910
3e0d35ce
GM
19112000-12-11 Gerd Moellmann <gerd@gnu.org>
1912
d990421f
GM
1913 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1914 nil.
1915
ca2ddd8e 1916 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1917 Comment fix.
1918
3e0d35ce
GM
1919 * hscroll.el: Moved to `obsolete' subdir.
1920
ff904dd6
MB
19212000-12-11 Miles Bader <miles@gnu.org>
1922
1923 * window.el (window-text-height): Function removed (now in C).
1924
fb97d87f
SM
19252000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1926
1927 * log-edit.el (log-edit-parent-buffer): New var.
1928 (log-edit): Set it. Add BUFFER argument.
1929 (log-edit-done): Use char-before.
1930 Don't bother checking validity of vc-comment-ring.
1931 Only bury the buffer if log-edit popped it up.
1932
1933 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1934 (cvs-mode-diff-help): Remove.
1935 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1936 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1937
1938 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1939 Remove binding for ? now made unnecessary.
1940
7de77417
CD
19412000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1942
1943 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1944 function
1945 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1946
1947 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1948 when master file is not open.
1949
4efa209f
SM
19502000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * progmodes/ada-stmt.el: Update `maintainer'.
1953
0a8052bd
GM
19542000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1955
1956 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1957 choices to match documentation string.
1958
a12167c5
MB
19592000-12-09 Miles Bader <miles@gnu.org>
1960
2161605d
MB
1961 * minibuf-eldef.el: New file.
1962
a12167c5
MB
1963 * window.el (fit-window-to-buffer): Don't pass last argument to
1964 pos-visible-in-window-p, now that its meaning is inverted.
1965
9ea8de1b
EZ
19662000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1967
1968 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1969 <ceder@lysator.liu.se>.
1970
5002ddbb
SM
19712000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1972
b6114d80
SM
1973 * autoinsert.el (auto-insert-alist): Add missing final \n.
1974
ee8d23ee
SM
1975 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1976 (cvs-menu-map): Remove.
1977 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1978 (cvs-mode-quit): Turn it back into a plain function.
1979
5002ddbb 1980 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1981 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1982
1983 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1984 file where it's more visible.
1985 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1986 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1987 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1988 (texinfo-inside-macro-p): Only catch `scan-error's.
1989 (texinfo-inside-env-p): Make better use of the match info.
1990 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1991 (texinfo-insert-@end): Slight re-organization.
1992 Also remove useless `looking-at' call.
1993
30cd075d
AI
19942000-12-08 Andrew Innes <andrewi@gnu.org>
1995
1996 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1997 accessible in -nw mode.
1998
1999 * term/w32-win.el: Remove stuff about selection timeout, which is
2000 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2001 it is accessible in -nw mode.
2002
01b91009
DL
20032000-12-08 Dave Love <fx@gnu.org>
2004
2005 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2006 font-lock-keywords-case-fold-search.
2007
842b2a94
GM
20082000-12-08 Gerd Moellmann <gerd@gnu.org>
2009
2010 * textmodes/ispell.el (ispell): Doc fix.
2011
f9d5f611
KH
20122000-12-08 Kenichi Handa <handa@etl.go.jp>
2013
2014 * international/quail.el (quail-insert-decode-map): Check the
2015 frame width of a window displaying the current buffer, not that of
2016 the selected frame.
2017 (quail-help): Make sure that the help buffer has window before
2018 inserting text in it.
2019
e04d21aa
SS
20202000-12-07 Sam Steingold <sds@gnu.org>
2021
2022 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2023 Backquote is used in isearch.el, so autoloading saves nothing.
2024
fc3e23a4
EZ
20252000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2026
137cad7c
EZ
2027 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2028 the CVS and RCS subdirectories case-insensitively.
2029
fc3e23a4
EZ
2030 * dired.el (dired-insert-directory): If file-system-info is
2031 fboundp, call it instead of invoking dired-free-space-program.
2032
796ecd10
GM
20332000-12-07 Gerd Moellmann <gerd@gnu.org>
2034
0f5f7c3e
GM
2035 * server.el (server-visit-files): Push files on file-name-history.
2036
3764ba49
GM
2037 * progmodes/cc-langs.el: Update copyright.
2038
8e7931da
GM
2039 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2040
ae0d7485 2041 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2042
796ecd10
GM
2043 * bindings.el (mode-line-mode-menu): Reverse the order
2044 of define-keys so that the menu appears in alphabetical order.
2045
ae0d7485
GM
20462000-12-07 Milan Zamazal <pdm@freesoft.cz>
2047
2048 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2049 of the function.
2050
e2849090
DL
20512000-12-07 Dave Love <fx@gnu.org>
2052
2053 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2054
2055 * facemenu.el (facemenu-unlisted-faces): Fix value.
2056
5c7f629c
SM
20572000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2058
2059 * font-lock.el (font-lock-default-fontify-region):
2060 Include the terminating \n (off-by-one error).
2061 (font-lock-set-defaults): Use dolist.
2062
2063 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2064
73481ae3
KH
20652000-12-07 Kenichi Handa <handa@etl.go.jp>
2066
ffbaa122
KH
2067 * international/mule-cmds.el (describe-language-environment): Fix
2068 for the case that an input method title is not string but a list.
2069
73481ae3
KH
2070 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2071 of wrong SIZE record.
2072
e2896b22
DL
20732000-12-06 Dave Love <fx@gnu.org>
2074
67292061
DL
2075 * newcomment.el (comment-region, comment-dwim): Doc fix.
2076
2077 * textmodes/texinfo.el: Require tex-mode when compiling.
2078 (texinfo-update-node): Doc fix.
2079 (texinfo-imenu-generic-expression): Add @anchor.
2080 (texinfo-font-lock-keywords): Add @uref.
2081 (texinfo-inside-macro-p): Don't use ignore-errors.
2082 (texinfo-insert-quote): Match more contexts.
2083
e76938e7
DL
2084 * international/mule.el (decode-char, encode-char): Doc fix.
2085 (auto-coding-alist): Customize.
2086
2087 * files.el (load-file): Fix change of 2000-03-12.
2088
e2896b22
DL
2089 * wid-edit.el (widget-text-keymap): Doc fix.
2090
6610f4b2
AI
20912000-12-06 Andrew Innes <andrewi@gnu.org>
2092
2093 * makefile.w32-in (lisp): Set to an absolute directory, namely
2094 $(CURDIR).
2095
9e3366e4
EZ
20962000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2097
2098 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2099 read generated-autoload-file, and set buffer-file-coding-system to
2100 raw-text-unix after reading the file.
2101
2102 * international/mule-conf.el (file-coding-system-alist): Use
2103 raw-text for reading loaddefs.el and raw-text-unix for writing
2104 it.
2105
d94d636f
GM
21062000-12-06 Gerd Moellmann <gerd@gnu.org>
2107
384333ee
GM
2108 * replace.el (occur): Make line-number-width 1 smaller for the
2109 colon following the line number.
2110
347d0813
GM
2111 * startup.el (fancy-splash-text, command-line-1): Use
2112 `File' for the menu name instead of `Files'.
e04d21aa 2113
d4b72d58
GM
2114 * tmm.el: Update copyright.
2115
d94d636f
GM
2116 * cus-start.el: Add entry for even-window-heights.
2117
6e424019
MB
21182000-12-06 Miles Bader <miles@gnu.org>
2119
2120 * faces.el (frame-set-background-mode): Avoid stomping on
2121 locally modified faces.
2122
e6477b58
KH
21232000-12-06 Kenichi Handa <handa@etl.go.jp>
2124
2125 * international/fontset.el: Correct the font registries for
2126 japanese-jisx0213-1 and japanese-jisx0213-2.
2127
21999ab9
GM
21282000-12-05 Gerd Moellmann <gerd@gnu.org>
2129
57d6e381
GM
2130 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2131
21999ab9
GM
2132 * iswitchb.el: Update customization commentary.
2133
7422819c
GM
21342000-12-05 Rob Riepel <riepel@Stanford.EDU>
2135
2136 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2137 (tpu-search-highlight): Fixed comparison of overlay end positions.
2138 (tpu-trim-line-ends): Implemented trimming logic locally.
2139
2140 * emulation/tpu-extras.el (tpu-write-file-hook)
2141 (tpu-set-cursor-bound): Replaced picture-clean with
2142 tpu-trim-line-ends.
2143
73daff18
KH
21442000-12-05 Kenichi Handa <handa@etl.go.jp>
2145
2146 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2147 to cn-gb.
2148 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2149
6a4cd002
DL
21502000-12-04 Dave Love <fx@gnu.org>
2151
2152 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2153
6452929e
GM
21542000-12-04 Gerd Moellmann <gerd@gnu.org>
2155
e04d21aa 2156 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2157 (rmail-summary-expunge-and-save): Ask for confirmation with
2158 rmail-expunge-confirmed.
2159
2160 * mail/rmail.el (rmail-expunge-confirmed): New function.
2161 (rmail-expunge): Use it.
2162
0c68ce6f
GM
2163 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2164 (etags-recognize-tags-table, find-tag-in-order): New
2165 functionality: interpret file names as tags.
e04d21aa 2166
7a53d8c8
EZ
21672000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2170 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2171 visit the first subnode until the bottom of the current node is
2172 visible.
2173
caa15ef7
GM
21742000-12-04 Gerd Moellmann <gerd@gnu.org>
2175
2176 * format.el (format-decode): Don't change buffer's undo list.
2177
e225faa7
KH
21782000-12-04 Kenichi Handa <handa@etl.go.jp>
2179
2180 * faces.el (face-font-registry-alternatives): Add entries for CJK
2181 fonts. Doc-string adjusted for the actual usage of this data.
2182
2183 * international/fontset.el: Change the font registries for CJK
2184 fonts in the default fontset. Don't append '*' to registries.
2185
8b262a65
SM
21862000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2187
e04d21aa 2188 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2189 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2190
2191 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2192 (derived-mode-p): New function.
2193 (derived-mode-make-docstring): Add `docstring' argument.
2194 Use it if available and complete it if necessary.
2195
33c4460b
AS
21962000-12-03 Andreas Schwab <schwab@suse.de>
2197
2198 * type-break.el (type-break): Don't make parent of itself.
2199
5c9b3fac
MB
22002000-12-03 Miles Bader <miles@gnu.org>
2201
2202 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2203
27ce741e
SM
22042000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2205
07c16ec4
SM
2206 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2207 (tex-main-file, tex-file): Simplify.
2208 (tex-generate-zap-file-name): Use subst-char-in-string.
2209 (tex-strip-dots): Remove.
2210
c19cc275
SM
2211 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2212
27ce741e
SM
2213 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2214 to check if the match succeeded.
2215
285991dc
GM
22162000-12-02 Gerd Moellmann <gerd@gnu.org>
2217
2218 * startup.el (use-fancy-splash-screens-p): New function.
2219 (command-line-1): Use it to determine whether or not to use
2220 a fancy splash screen.
2221
52dca1b2
AS
22222000-12-02 Andreas Schwab <schwab@suse.de>
2223
2224 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2225
d3e7e7cf
EZ
22262000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2227
2dce2360
EZ
2228 * international/mule.el (make-char): Fix last change.
2229
9768eaa7
EZ
2230 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2231 New defcustoms.
2232 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2233 autoloading tex-mode; instead, do the same manually. Use
2234 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2235 with numeric argument. Docstring fix.
2236 (toplevel): Require cl when compiling.
e04d21aa 2237
285991dc 2238 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2239
0dd5e255
JR
22402000-12-02 Jason Rumney <jasonr@gnu.org>
2241
2242 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2243 the Emacs Lisp manual)
2244
fbb87147
EZ
22452000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2246
5cbb3e93
EZ
2247 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2248
fbb87147
EZ
2249 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2250 the Emacs Lisp manual).
2251
1636ca09
GM
22522000-12-02 Gerd Moellmann <gerd@gnu.org>
2253
2254 * simple.el (next-line-add-newlines): Change default to nil.
2255
68875f0e
EZ
22562000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2257
2258 * files.el (revert-buffer, recover-file): Bind
2259 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2260
fd9ac94c
GM
22612000-12-01 Gerd Moellmann <gerd@gnu.org>
2262
2263 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2264
45450dd5
MB
22652000-12-01 Miles Bader <miles@gnu.org>
2266
2267 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2268
09df8881
KH
22692000-12-01 Kenichi Handa <handa@etl.go.jp>
2270
2271 * international/mule-diag.el (describe-char-after): Fix typo.
2272 (describe-character-set, non-iso-charset-alist): Fix typo.
2273
dea0a87d
MB
22742000-12-01 Miles Bader <miles@gnu.org>
2275
b170205b
MB
2276 * image-file.el (image-file-name-regexp): Automatically add
2277 upper-case variants of each filename extension in
2278 `image-file-name-extensions', since they seem to be common.
2279
e04d21aa 2280 * simple.el (minibuffer-contents)
dea0a87d
MB
2281 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2282 New functions.
2283 * filecache.el (file-cache-directory-name)
2284 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2285
2b69bc11 22862000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2287
dea0a87d
MB
2288 * filecache.el (file-cache-minibuffer-complete): Don't try to
2289 delete the minibuffer prompt.
2290
a8a1b05d
DL
22912000-11-30 Dave Love <fx@gnu.org>
2292
2293 * cus-start.el: Fix read-buffer-function type.
2294
693c4692
GM
22952000-11-30 Gerd Moellmann <gerd@gnu.org>
2296
2297 * md5.el: Removed. There's a built-in function, now.
2298
2c0b1898
GM
22992000-11-30 Markus Rost <rost@math.ohio-state.edu>
2300
2301 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2302 as dummy 0-th char of rmail-deleted-vector.
2303
63dfcf4b
EZ
23042000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2305
2306 * ps-print.el (ps-end-job): Bind case-fold-search only after
2307 switching to ps-spool-buffer.
2308
23092000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2310
2311 * ps-print.el: Line number font customization. PostScript: Lines and
2312 PageCount are initialized on each page. Doc Fix.
2313 (ps-print-version): New version number (6.3.2).
2314 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2315 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2316 (ps-right-header): Customization fix.
2317 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2318 Fix code.
2319 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2320 New vars.
2321
df3aedcf
GM
23222000-11-30 Gerd Moellmann <gerd@gnu.org>
2323
edfb795e
GM
2324 * bs.el: Fix typos and spelling errors.
2325 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2326 (bs-configuration): Doc fix.
e04d21aa 2327
df3aedcf
GM
2328 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2329
8b8a7f01
GM
23302000-11-30 Rob Riepel <riepel@Stanford.EDU>
2331
2332 * emulation/tpu-edt.el (tpu-version): New version.
2333 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2334 (tpu-original-mode-line): Variable deleted.
2335 (tpu-mark-flag): New initial value.
2336 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2337 tpu-mark-flag to minor-mode-alist.
2338 (tpu-update-mode-line): New mark flag logic.
2339 (tpu-get): Use find-file-wildcards.
2340 (tpu-search-highlight): Move overlay less, reset overlay properly.
2341 (tpu-unselect): Deactivate mark.
2342 (tpu-lm-replace): Reset overlay properly.
2343 (tpu-forward-line): Use forward-visible-line.
2344 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2345
2346 * emulation/tpu-extras.el (tpu-forward-line): Use
2347 forward-visible-line.
e04d21aa 2348
c069a9d3
GM
23492000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2350
2351 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2352
b02cd40b
GM
23532000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2354
2355 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2356 and skip whitespace and newlines.
e04d21aa 2357
b7a90344
SM
23582000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2359
2360 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2361
be6bbb55
GM
23622000-11-29 Gerd Moellmann <gerd@gnu.org>
2363
0383ed60
GM
2364 * help.el (describe-function-1): Regexp-quote function name
2365 when used as part of a regexp.
2366
c7957947
GM
2367 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2368 face-attribute instead of face-foreground and face-background.
2369 (tool-bar-add-item): Likewise, and handle unspecified colors.
2370
2371 * enriched.el (enriched-face-ans): Use face-attribute instead
2372 of face-foreground and face-background.
2373
2374 * faces.el (face-foreground, face-background, face-stipple):
2375 Return nil if attribute is unspecified, for backward
2376 compatibility.
2377
7423978d
GM
2378 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2379
ef128c78
GM
2380 * play/5x5.el: Remove version info.
2381
a81fc510
GM
2382 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2383
be6bbb55
GM
2384 * frame.el (blink-cursor-mode): Doc fix.
2385
f9396e03
GM
23862000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2387
2388 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2389 to create Makefile rules.
2390 (antlr-tool-command): New user option.
2391 (antlr-ask-about-save): New user option.
2392 (antlr-makefile-specification): New user option.
2393 (antlr-file-formats-alist): New variable.
2394 (antlr-special-file-formats): New variable.
2395 (antlr-unknown-file-formats): New user option.
2396 (antlr-help-unknown-file-text): New variable.
2397 (antlr-help-rules-intro): New variable.
2398 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2399 (antlr-mode-menu): Add entries.
2400 (antlr-file-dependencies): New function.
2401 (antlr-directory-dependencies): New function.
2402 (antlr-superclasses-glibs): New function.
2403 (antlr-run-tool): New command.
2404 (antlr-makefile-insert-variable): New function.
2405 (antlr-insert-makefile-rules): New function.
2406 (antlr-show-makefile-rules): New command.
2407
2408 * antlr-mode.el: More Emacs/XEmacs stuff.
2409 (antlr-no-action-keywords): New constant with value nil.
2410 (antlr-font-lock-keywords-alist): Use it. Old value would break
2411 syntax highlighting in Emacs-21.0.
2412 (antlr-default-directory): Emacs/XEmacs dependend function.
2413 (antlr-read-shell-command): Ditto.
2414 (antlr-with-displaying-help-buffer): Ditto.
2415
24162000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2417
2418 * antlr-mode.el: imenu, parsing and highlighting changes.
2419 (antlr-imenu-create-index-function): Don't create extra submenus
2420 for definitions in different grammar classes. It is not necessary
2421 for the menu and would make command `imenu' awkward to use.
2422 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2423 header actions and more than one.
2424 (antlr-font-lock-tokendef-face): Changed color.
2425 (antlr-font-lock-tokenref-face): Changed color.
2426 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2427 (antlr-mode-syntax-table): New variable.
2428 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2429 (antlr-with-syntax-table): Don't copy syntax table.
2430
24312000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2432
2433 * antlr-mode.el: Minor changes: language setting.
2434 (antlr-language-alist): The value for file option "language" can
2435 be both an identifier and a string.
2436 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2437 (antlr-language-limit-n-regexp): Change accordingly.
2438
24392000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2440
2441 * antlr-mode.el: Minor changes: tabs, hiding.
2442 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2443 (antlr-action-visibility): Also allow value nil to also hide the
2444 braces. Renamed from `antlr-tiny-action-length'.
2445 Suggested by Jay@aol.com.
2446 (antlr-hide-actions): Change accordingly. Hide line if completely
2447 hidden action is on a line of its own.
e04d21aa 2448
6ad948eb
SM
24492000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2450
2451 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2452
2453 * sort.el (sort-columns): Don't concat strings with numbers.
2454
9c6a4107
DL
24552000-11-29 Dave Love <fx@gnu.org>
2456
2457 * cus-edit.el (face): Fix :format.
2458
2459 * mail/feedmail.el: Require smtpmail when compiling.
2460 (mail-do-fcc): Autoload.
2461 (feedmail) <defgroup>: Fix :link.
2462 (feedmail-nuke-body-in-fcc): Fix :type.
2463 (feedmail-send-it): Add autoload cookie.
2464
053b8d35
SM
24652000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * newcomment.el (comment-indent): Save excursion around call to
2468 comment-indent-function.
2469
242c13e8
MB
24702000-11-29 Miles Bader <miles@gnu.org>
2471
2472 * subr.el (member-ignore-case): Return the tail of the list who's
2473 car matches, like `member', not the matching element itself.
2474
8f4b5f28
KH
24752000-11-29 Kenichi Handa <handa@etl.go.jp>
2476
2477 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2478 should not contain `\n'.
2479
bebe4a2c
GM
24802000-11-28 Gerd Moellmann <gerd@gnu.org>
2481
fd9ac94c 2482 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2483
ba7e40eb
GM
2484 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2485
75ab0c79
GM
2486 * dired-aux.el (dired-do-create-files): Construct default file
2487 name for dired-mark-read-file-name so that when the user enters
2488 just RET, the target file will end up in the target directory.
2489
bebe4a2c
GM
2490 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2491 local-abbrev-table before changing buffers because it might
2492 have a buffer-local binding.
2493
fa6d1ca8
MB
24942000-11-28 Miles Bader <miles@gnu.org>
2495
2496 * simple.el (delete-horizontal-space): Handle fields more generally.
2497
8d2c2642
GM
24982000-11-28 Gerd Moellmann <gerd@gnu.org>
2499
2500 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2501
8b31236d
DL
25022000-11-28 Dave Love <fx@gnu.org>
2503
3cbd02d2
DL
2504 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2505 comment-start-skip locally.
2506
8b31236d
DL
2507 * progmodes/fortran.el (fortran-mode): Don't set
2508 fortran-comment-line-start-skip. Set comment-start to
2509 fortran-comment-line-start.
2510 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2511 (fortran-comment-line-start-skip): Simplify slightly.
2512
ae4bf56d
GM
25132000-11-28 Gerd Moellmann <gerd@gnu.org>
2514
17ef7534
GM
2515 * play/5x5.el: Remove RCS keyword.
2516
fd9ac94c 2517 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2518
665b27a6
GM
25192000-11-28 Milan Zamazal <pdm@freesoft.cz>
2520
2521 * textmodes/tildify.el (tildify-string-alist): Add
2522 `plain-tex-mode' here.
2523
fe3c2ae3
GM
25242000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2525
2526 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2527 reference.
2528
d970106b
MB
25292000-11-28 Miles Bader <miles@gnu.org>
2530
36b80a0d
MB
2531 * cus-face.el (custom-face-attributes): Add post-filter function
2532 for :box. Make pre-filter function for :box handle all cases.
2533
d970106b
MB
2534 * wid-edit.el (widget-choose): Make sure pop-up window is large
2535 enough to display all the choices, as there's no way to scroll it.
2536
5a2bae6c
KH
25372000-11-28 Kenichi Handa <handa@etl.go.jp>
2538
2539 * international/mule-conf.el: Make the coding system no-conversion
2540 safe for all characters.
2541
9e836e23
DL
25422000-11-27 Dave Love <fx@gnu.org>
2543
8b31236d
DL
2544 * net/ldap.el (ldap) <defgroup>: Add :version.
2545
9e836e23
DL
2546 * tooltip.el (tooltip-use-echo-area): Doc fix.
2547
2548 * cus-start.el <minibuffer-prompt-properties>: Add version.
2549 <read-buffer-function>: Add.
2550
2551 * apropos.el (apropos-print): Add help-echo to active text.
2552
2553 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2554
4a74d071
GM
25552000-11-27 Gerd Moellmann <gerd@gnu.org>
2556
2557 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2558 type, group and version.
2559
76058c27
EZ
25602000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2561
4a74d071 2562 * select.el (x-get-selection): Docstring fix.
76058c27 2563
fd9ac94c 25642000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2565
fd9ac94c 2566 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2567
49060c51
AI
25682000-11-27 Andrew Innes <andrewi@gnu.org>
2569
2570 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2571
2572 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2573
b2a8e429
MB
25742000-11-27 Miles Bader <miles@gnu.org>
2575
2576 * dired.el (dired-get-filename): Return filename verbatim if
2577 LOCALP is `verbatim'.
2578 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2579 `verbatim' so that we don't inadvertently delete a non-existant
2580 directory name.
2581
5ac0366d
KH
25822000-11-27 Kenichi Handa <handa@etl.go.jp>
2583
2584 * international/characters.el: Specify cases and syntaxes for
2585 mule-unicode-0100-24ff.
2586
67f1cf4c
GM
25872000-11-27 Gerd Moellmann <gerd@gnu.org>
2588
2589 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2590 that foreground and/or background colors of the face `tool-bar'
2591 are unspecified.
2592
46c56972
MB
25932000-11-27 Miles Bader <miles@gnu.org>
2594
e04d21aa 2595 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2596 (widget-field-end): Handle widget field `pseudo-overlays'.
2597 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2598 if it's there instead of in `widget-field-list'.
2599
46c56972 2600 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2601 (help-make-xrefs): Delete extraneous newlines at the end of the
2602 docstring.
46c56972 2603
640a9cdd
JR
26042000-11-25 Jason Rumney <jasonr@gnu.org>
2605
2606 * startup.el (command-line): Call set-locale-environment after
2607 Window System init file is read, as it can result in a call to
2608 redraw-frame.
2609
0b3f96d4
EZ
26102000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2611
2612 * simple.el (shell-command): Mention the effect of the prefix
2613 argument in the doc string.
2614
8da6e2a1
MB
26152000-11-25 Miles Bader <miles@gnu.org>
2616
a658d039
MB
2617 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2618
8da6e2a1 2619 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2620 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2621
d3416cca
JR
26222000-11-24 Jason Rumney <jasonr@gnu.org>
2623
2624 * international/mule-cmds.el (locale-language-names): Add "jp" as
2625 a non-standard alternative for Japanese.
2626
17e37f53
AS
26272000-11-24 Andre Spiegel <spiegel@gnu.org>
2628
2629 * vc-hooks.el: Require 'cl during compilation.
2630
9aa5f148
GM
26312000-11-24 Gerd Moellmann <gerd@gnu.org>
2632
ba193890
GM
2633 * faces.el (face-set-after-frame-default): Let face attributes
2634 specified for new frames override frame parameters.
2635
9aa5f148
GM
2636 * startup.el (command-line): Fix computation of the source file
2637 for user-init-file when user-init-file is a compiled file.
2638
51a1edab
MB
26392000-11-24 Miles Bader <miles@gnu.org>
2640
e04d21aa 2641 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2642 (custom-post-filter-face-spec): New functions.
2643 (custom-face-set, custom-face-value-create): Filter the face spec
2644 before and after customization.
2645 (custom-face-set): If VALUE specifies a null face, pass a
2646 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2647 * cus-face.el (custom-face-attributes): Remove SET and GET
2648 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2649 cases they're needed.
2650
1ed74431
MB
2651 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2652 that it's distinguishable from the :off-glyph on dark-background
2653 displays. Set its background color too.
2654
67ee1125
MB
2655 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2656 so that people can easily turn it off.
2657
7d027816 26582000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2659
7d027816 2660 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2661
9aa5f148 2662 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2663
9aa5f148 2664 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2665
9aa5f148 2666 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2667 redundant skip-small-frames test.
e04d21aa 2668
9aa5f148 2669 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2670 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2671
9aa5f148
GM
2672 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2673 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2674 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2675 functions.
e04d21aa 2676
9aa5f148 2677 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2678
9aa5f148 2679 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2680
f07fa1b8
KH
26812000-11-24 Kenichi Handa <handa@etl.go.jp>
2682
2683 * international/mule-diag.el (list-iso-charset-chars): For
2684 two-byte charset, fix the `while' condition.
2685 (list-non-iso-charset-chars): Fix the `while' condition.
2686
ba8299ff
SM
26872000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2688
79372165
SM
2689 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2690 if the variable is make-variable-buffer-local.
2691
ba8299ff
SM
2692 * progmodes/ada-stmt.el (ada-template-map): Initialize
2693 and bind it to C-c t in ada-mode-map.
2694 (ada-stmt-mode-hook): New function extracted from old code.
2695 Only change the buffer-local side of skeleton-*.
2696 (ada-mode-hook): Use it.
2697
68a887fa
EZ
26982000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2699
2700 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2701 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2702 we expect to be returned by minibuffer-depth once we prompt the
2703 user in the minibuffer.
2704 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2705 as recorded in iswitchb-minibuf-depth, return non-nil.
2706
3b345582
EZ
27072000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2708
2709 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2710 (hscroll-window-maybe): Docstring fix.
2711
595dead2
DL
27122000-11-23 Dave Love <fx@gnu.org>
2713
2714 * rect.el (string-rectangle): Don't test delete-selection-mode.
2715
1e66b27a
GM
27162000-11-23 Gerd Moellmann <gerd@gnu.org>
2717
02790ce2
GM
2718 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2719 is in the tool bar.
2720
1e66b27a
GM
2721 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2722 with `no-dir'; we want the directory part to be able to remove
2723 it.
2724
a4caa65d
SM
27252000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2726
2727 * textmodes/outline.el (outline-flag-region):
2728 Don't bind inhibit-read-only since we don't modify the buffer.
2729 (outline-isearch-open-invisible): Don't jump to overlay-start
2730 since we're trying to unhide text around point.
2731 (outline-discard-overlays): Use dolist.
2732
2733 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2734
03e757c1
GM
27352000-11-22 Gerd Moellmann <gerd@gnu.org>
2736
e04d21aa 2737 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2738 y-or-n-p.
e04d21aa 2739
1598a961
SM
27402000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2741
2742 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2743 Fix ARG regexp to skip quoted braces.
2744 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2745 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2746 are (correctly) handled separately).
2747 Remove `caption' and `footnote' from `citations': they contain text.
2748 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2749 (latex-skeleton-end-hook): New function.
2750 (latex-mode): Use it.
2751 (tex-start-tex-marker): Remove.
2752 (tex-send-tex-command): Don't set tex-start-tex-marker.
2753 (tex-error-parse-syntax-table): New var.
2754 (tex-compilation-parse-errors): Use it.
2755 Ignore tex-start-tex-marker. Don't bother with marker-position.
2756 (tex-validate-buffer): Don't bother with marker-position.
2757
2758 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2759 (flyspell-generic-progmode-verify): Use it.
1598a961 2760
eaae8106
SS
27612000-11-22 Sam Steingold <sds@gnu.org>
2762
03e757c1
GM
2763 * simple.el (delete-trailing-whitespace): New interactive
2764 function.
e04d21aa 2765
eaae8106 2766 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2767 `ada-remove-trailing-spaces'.
eaae8106 2768 (ada-remove-trailing-spaces): Removed.
e04d21aa 2769
eaae8106 2770 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2771
1598a961
SM
2772 * textmodes/picture.el (picture-clean): Removed.
2773 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2774
a41d49e9
GM
27752000-11-22 Gerd Moellmann <gerd@gnu.org>
2776
e053c60f
GM
2777 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2778
a41d49e9
GM
2779 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2780 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2781 do anything special when jit-lock is active.
a41d49e9
GM
2782 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2783
197615f3
DL
27842000-11-22 Dave Love <fx@gnu.org>
2785
ddbfaa9f
DL
2786 * calendar/todo-mode.el (todo-top-priorities): Use
2787 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2788
ddc3c695
DL
2789 * language/chinese.el, language/cyrillic.el:
2790 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2791 * language/hebrew.el, language/indian.el, language/japanese.el:
2792 * language/korean.el, language/lao.el, language/misc-lang.el:
2793 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2794 Use provide.
2795
fb9fa98d
DL
2796 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2797 (custom-variable-set): Improve validation error mesage.
2798
197615f3
DL
2799 * rect.el (string-rectangle): Revert last change.
2800 (string-rectangle-line): New arg DELETE.
2801 (string-rectangle): Check delete-selection-mode.
2802
2803 * emacs-lisp/edebug.el (edebug-version)
2804 (edebug-maintainer-address): Deleted.
2805 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2806 (edebug-read-function): Account for other `'#' read forms.
2807 (edebug-mode-menus): Make some items toggles.
2808 (edebug-outside-unread-command-event, unread-command-event):
2809 Remove these to avoid warnings.
2810
f4117c4d
GM
28112000-11-22 David Ponce <david@dponce.com>
2812
2813 * recentf.el (recentf-menu-items-for-commands)
2814 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2815 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2816
f4117c4d
GM
2817 (recentf-build-dir-rules, recentf-dump-variable)
2818 (recentf-edit-list, recentf-open-files-item)
2819 (recentf-open-files): Replaced unnecessary `mapcar' with new
2820 built-in `mapc'.
eaae8106 2821
f8e2f3f2
MB
28222000-11-23 Miles Bader <miles@gnu.org>
2823
2824 * faces.el (menu): Make inverse-video on ttys too.
2825
4c4a541d
SM
28262000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2827
2828 * simple.el (comment-line-break-function): Use the new name
2829 indent-new-comment-line -> comment-indent-new-line.
2830 (clone-indirect-buffer): Don't ignore NORECORD.
2831 (next-completion): Properly handle the case where items are adjacent.
2832
2833 * mouse.el (popup-menu): Stupid typo.
2834
980d836e
GM
28352000-11-22 Gerd Moellmann <gerd@gnu.org>
2836
60e8e0a5
GM
2837 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2838 maintainer, keywords tags.
2839
980d836e
GM
2840 * rect.el (replace-rectangle): Don't call string-rectangle-line
2841 with too many arguments.
2842
e08b2069
AS
28432000-11-22 Andre Spiegel <spiegel@gnu.org>
2844
60e8e0a5 2845 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2846 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2847 vc-locking-user, which no longer exists.
2848
2849 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2850
c6779d8d
DL
28512000-11-22 Dave Love <fx@gnu.org>
2852
2853 * md5.el (md5): Provide.
2854 (md5): Fix error call.
2855
e672fdce
MB
28562000-11-22 Miles Bader <miles@gnu.org>
2857
eaae8106 2858 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2859 (refill-fill-paragraph-at): Remove debugging code.
2860
80e24c04
MB
2861 * calendar/calendar.el (generate-calendar-window): When we don't
2862 call `fit-window-to-buffer', make sure the top line is fully visible.
2863
3a17d6cc
MB
2864 * image-file.el (insert-image-file): Don't make `read-only'
2865 property rear-nonsticky.
2866
ae1a21c6
MB
2867 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2868 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2869 stashing away its original value.
2870 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2871 in the recursive edit.
2872 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2873 (isearch-done): Restore `minibuffer-message-timeout'.
2874
e672fdce
MB
2875 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2876
3ea79df8
SM
28772000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2878
2879 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2880
2881 * find-lisp.el (find-lisp-find-files-internal):
2882 Use dolist, when and file-name-as-directory.
2883
980d836e 2884 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2885 (define-derived-mode, define-minor-mode): Add specs.
2886
2887 * window.el: General comment and spacing fixes.
2888 (save-selected-window): Use backquotes.
2889 (window-safely-shrinkable-p): New function.
2890 (shrink-window-if-larger-than-buffer): Use it.
2891
2892 * subr.el (make-local-hook): Docstring fix.
2893
2894 * shell.el (shell-mode): Use define-derived-mode.
2895
2896 * newcomment.el (comment-indent): Insert comment before calling
2897 comment-indent-function. Don't insert in column 0.
2898 (comment-dwim): Indent before inserting comment.
2899
2900 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2901 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2902 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2903 Use mapc rather than map.
2904
2905 * files.el (find-buffer-visiting): Compare all attributes before
2906 declaring two files identical (rather than just their inode-no).
2907 (auto-mode-alist): Use \' rather than $.
2908
2909 * which-func.el: Update maintainer line.
2910
2911 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2912 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2913 (uniquify-buffer-file-name): Use it.
2914
8f62f2b8
MB
29152000-11-22 Miles Bader <miles@gnu.org>
2916
2917 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2918 * simple.el (minibuffer-avoid-prompt): New function.
2919
fb279a6d
GM
29202000-11-21 Gerd Moellmann <gerd@gnu.org>
2921
2922 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2923
867092e9
MB
29242000-11-21 Miles Bader <miles@gnu.org>
2925
ef860850
MB
2926 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2927 inclusion of `track-mouse'.
2928
867092e9
MB
2929 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2930 (refill-adjust-ignorable-overlay): New function.
2931 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2932 only the paragraph's tail if possible.
2933 Update `refill-ignorable-overlay'.
2934 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2935
2936 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2937 point inside the fill-prefix.
2938
2939 * textmodes/refill.el (refill-post-command-function): Don't reset
2940 refill-doit in the case where a self-insertion command doesn't
2941 case a refill. Use `refill-fill-paragraph-at', getting position
2942 from `refill-doit'.
2943 (refill-after-change-function): Set `refill-doit' to END.
2944 (refill-fill-paragraph-at): New function, mostly from old
2945 refill-fill-paragraph.
2946 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2947 (refill-pre-command-function): New function.
2948 (refill-mode): Add it to `pre-command-hook'.
2949
ff9ab414
GM
29502000-11-20 Gerd Moellmann <gerd@gnu.org>
2951
29a01b72
GM
2952 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2953
ff9ab414
GM
2954 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2955 javadoc tags.
eaae8106 2956
885b211b
AS
29572000-11-20 Andre Spiegel <spiegel@gnu.org>
2958
2959 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2960 vc.el).
2961
eaae8106 2962 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2963 require vc.
eaae8106
SS
2964
2965 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2966 checkouts.
eaae8106 2967
d1838556
DL
29682000-11-20 Dave Love <fx@gnu.org>
2969
2970 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2971
2b69bc11 29722000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2973
2b69bc11
GM
2974 * calculator.el (calculator-paste): Use `if' instead of `and'
2975 and `or'.
2976 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2977
b95b34e5
GM
29782000-11-19 Gerd Moellmann <gerd@gnu.org>
2979
030de92f
GM
2980 * info.el (info-menu-5): Doc fix.
2981
b95b34e5
GM
2982 * textmodes/artist.el: New file.
2983
54970452
AS
29842000-11-19 Andre Spiegel <spiegel@gnu.org>
2985
eaae8106 2986 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2987 and differentiate according to checkout model.
2988 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2989 since this function is only concerned with master state.
2990
eaae8106 2991 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2992 vc-default-workfile-unchanged-p): Moved here from vc.el.
2993
eaae8106 2994 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2995 vc-default-workfile-unchanged-p): See above.
2996
e5a9dabf
MB
29972000-11-19 Miles Bader <miles@gnu.org>
2998
2999 * image-file.el (insert-image-file): Make `intangible' and
3000 `read-only' properties rear-nonsticky too.
3001
24127af0
GM
30022000-11-18 Gerd Moellmann <gerd@gnu.org>
3003
d392e9c5 3004 * ps-print.el: Update copyright notice.
eaae8106 3005
d392e9c5
GM
3006 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3007 (tooltip-show): Use the offsets.
3008
24127af0 3009 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3010 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3011 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3012
2b69bc11 30132000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3014
2b69bc11
GM
3015 * ps-print.el (toplevel): Test for find-coding-system being
3016 fboundp before calling ps-x-find-coding-system.
08ea6f17 3017
66321b2f
SM
30182000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3019
3020 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3021 (vc-version-backup-file): Docstring fix.
3022
046110c6
GM
30232000-11-16 Gerd Moellmann <gerd@gnu.org>
3024
4104194e
GM
3025 * files.el (basic-save-buffer): Don't add a newline if
3026 find-file-literally is non-nil.
3027 (find-file-literally): Extend doc string.
3028
046110c6
GM
3029 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3030 sort(1) with the `-f' argument.
3031
6505c16e
AS
30322000-11-16 Andre Spiegel <spiegel@gnu.org>
3033
fd063975
AS
3034 * vc.el: Updated backend documentation.
3035 (vc-default-check-headers): New function.
3036
3d02dd81 3037 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3038
3039 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3040 up-to-date.
eaae8106 3041 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3042 the minibuffer is not active.
fd063975 3043
eaae8106 3044 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3045 `vc-cvs-use-edit' is on.
eaae8106
SS
3046 (vc-cvs-checkout): When this is used for reverting the workfile,
3047 make a backup of the original contents and revert to that in case
8791d617 3048 of error.
eaae8106 3049 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3050 remote repositories.
eaae8106 3051
6505c16e
AS
3052 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3053 for both version and ratio in the minibuffer.
fd063975 3054
eaae8106 3055 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3056 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3057
a13f0660
KH
30582000-11-16 Kenichi Handa <handa@etl.go.jp>
3059
3060 * international/quail.el (quail-start-translation): Don't call
3061 `message' before reading key sequence.
3062
1389a414
MB
30632000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3064
3065 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3066
9256a532
KH
30672000-11-16 Kenichi Handa <handa@etl.go.jp>
3068
3069 * window.el (fit-window-to-buffer): Be sure to acquire at least
3070 one text line even if the buffer is empty.
3071
0e14fe9f
GM
30722000-11-16 Gerd Moellmann <gerd@gnu.org>
3073
eaae8106 3074 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3075 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3076 ange-ftp-process-verbose to nil.
3077
da645c53
DL
30782000-11-15 Dave Love <fx@gnu.org>
3079
233d5cde
DL
3080 * wid-edit.el (widget-specify-field, widget-specify-button): If
3081 :help-echo is a function, set help-echo of overlay to
3082 widget-mouse-help.
3083 (widget-mouse-help): New function.
3084 (widget-echo-help): Rewritten for :help-echo functions only taking
3085 a widget arg.
3086
b12057b9
DL
3087 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3088 display-graphic-p.
3089 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3090 and that JPEG is available.
3091 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3092
da645c53
DL
3093 * international/mule-cmds.el (locale-charset-language-names):
3094 Match @euro.
3095
6d133d1f
GM
30962000-11-15 Gerd Moellmann <gerd@gnu.org>
3097
3098 * faces.el (face-set-after-frame-default): If
0e14fe9f 3099 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3100 default face from X resources.
3101
49ac2ac5
EZ
31022000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3103
3104 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3105 Don't set EMACSLOADPATH.
3106
4fb0a34c
EZ
31072000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3108
3109 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3110 texinfo-insert-@url.
3111 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3112 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3113
bb304a7a
SM
31142000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3115
82bc80bf
SM
3116 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3117 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3118 (checkdoc-minor-keymap): Backward compatibility.
3119 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3120 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3121 (checkdoc-this-string-valid-engine): Be a bit more strict
3122 to avoid matching substrings of `...' quoted vars/funs.
3123 (checkdoc-defun-info): Only look for `interactive' if alone.
3124 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3125
e8c87124
SM
3126 * progmodes/compile.el (grep): `tag-default' can be nil.
3127
bb304a7a
SM
3128 * newcomment.el (comment-indent): Paren typo.
3129
8628686a
DL
31302000-11-14 Dave Love <fx@gnu.org>
3131
25c269ef
DL
3132 * calculator.el: New maintainer version.
3133
66321b2f 3134 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3135
8628686a
DL
3136 * cmuscheme.el: Doc fixes.
3137 (cmuscheme) <defgroup>: Use `scheme' as parent.
3138 (cmuscheme-program-name): Remove. Change uses to
3139 scheme-program-name.
3140
3141 * xscheme.el (scheme-program-name): Don't define here.
3142
3143 * progmodes/scheme.el (scheme-program-name): New variable
3144 (originally in cmuscheme).
3145
88f0a1eb
MB
31462000-11-14 Miles Bader <miles@gnu.org>
3147
3148 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3149 Handle header-lines. Don't loop forever if we can't enlarge the
3150 window anymore. Simplify a bit.
3151
cd9a000c
KH
31522000-11-14 Kenichi Handa <handa@etl.go.jp>
3153
3154 * window.el (fit-window-to-buffer): Don't check
3155 window-text-height. Assure that the last line is fully visible.
3156
3157 * international/quail.el (quail-show-guidance-buf): Call
3158 fit-window-to-buffer to assure the enough height of the guidance
3159 buffer.
3160 (quail-update-guidance): Avoid making the guidance buffer shorter.
3161
d3fcda22
SM
31622000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3163
bdbd9606
SM
3164 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3165 rather than `prepend' and add an interesting comment.
3166 (tex-math-face, tex-font-lock-syntactic-face-function):
3167 New face and function to use it.
3168 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3169 than `menu-enable' symbol property.
3170 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3171 (tex-mode): Add some latex-mode commands for auto-selection.
3172 Use tex-font-lock-syntactic-face-function.
3173 (tex-insert-quote): Simplify.
3174 (tex-shell): New mode.
3175 (tex-start-shell): Use it.
3176 (tex-shell-proc, tex-shell-buf): New functions.
3177 (tex-send-command): Use it.
3178 (tex-main-file): Fix the meaning of the new arg REALFILE.
3179 (tex-send-tex-command): New function split from `tex-start-tex'.
3180 Set compilation-last-buffer and compilation-parsing-end.
3181
d3fcda22
SM
3182 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3183 when it follows non-comment text on the line.
3184
3185 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3186 Set font-lock-defaults.
3187 (lisp-mode-shared-map): Init inside the defvar.
3188 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3189 Use define-derived-mode.
3190
bdab1d43
MB
31912000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3192
3193 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3194
936ae731
GM
31952000-11-14 Gerd Moellmann <gerd@gnu.org>
3196
3197 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3198 recursively optimize body because that can lead to infinite
3199 recursion; see comment there.
3200
1695ca2b
EZ
32012000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3202
3203 * faces.el (face-spec-set-match-display): Revert the change from
3204 2000-10-24. Add a FIXME for after v21.1.
3205
9d348294
MB
32062000-11-13 Miles Bader <miles@gnu.org>
3207
3208 * textmodes/fill.el (skip-line-prefix): New function.
3209 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3210 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3211 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3212 point inside the fill-prefix.
9d348294 3213
b85fa13c
MB
32142000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3215
3216 * calendar/calendar.el (generate-calendar-window): Use
3217 `fit-window-to-buffer'.
3218
a0b47716
SM
32192000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3220
3221 * gud.el (gud-minor-mode): New var.
3222 (gud-symbol, gud-val): New functions.
3223 (gud-find-file): Copy gud-minor-mode to the new buffer.
3224 (gud-menu-map): Include entries for commands that are not always
3225 available, using :enable to (de)activate them.
3226 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3227 (gud-mode-map): New map.
eaae8106 3228 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3229 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3230 Don't set up gud's menu (it's done by the minor-mode).
3231 (gud-minibuffer-local-map): New.
3232 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3233 (gud-query-cmdline): New function.
3234 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3235 (gud-mode): Use define-derived-mode.
3236 Don't set up gud's menu (it's done by the minor-mode).
3237 (gud-chop-words): Remove.
3238 (gud-common-init): Use split-string instead.
3239 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3240
3241 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3242 Add keyword arg :name.
3243
3244 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3245 (diff-count-matches, diff-split-hunk): New functions.
3246 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3247
3248 * pcvs-info.el (cvs-fi-conflict-face): New var.
3249
3250 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3251 Make it into a simple syntax-table, shared among all submodes.
3252 (sh-heredoc-face): Re-introduce.
3253 (sh-font-lock-syntactic-face-function): New function.
3254 (sh-mode): Use it. Also use define-derived-mode.
3255 Remove old bogus setting of indent-region-function.
3256 (sh-set-shell): Don't set the syntax-table any more.
3257 (sh-mode-syntax-table) <defun>: Remove.
3258
f5ed37df
MB
32592000-11-12 Miles Bader <miles@gnu.org>
3260
3261 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3262 message if interactive.
3263
0b074c2f
DL
32642000-11-12 Dave Love <fx@gnu.org>
3265
3266 * mail/feedmail.el: Fix header,
3267 (feedmail) <defgroup>: Add :link.
3268
3269 * view.el: Use local-map property, not keymap on mode-line string.
3270
3271 * scroll-all.el (scroll-all-mode): Customize variable. Add
3272 autoload cookie to function.
3273
3274 * lazy-lock.el: Remove compatibility code.
3275
3276 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3277 (finder-help-echo): New variable.
3278 (finder-mouse-face-on-line): Add help-echo stuff.
3279 (finder-list-keywords, finder-list-matches): Use mapc.
3280
3281 * faces.el (face-font-registry-alternatives): Add :version.
3282
3283 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3284 tags-table-list.
3285
a0b47716 3286 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3287
a0b47716 3288 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3289 (mail-mode): Use [:alnum:] in some regexps.
3290
6d502396
DL
32912000-11-10 Dave Love <fx@gnu.org>
3292
3293 * ediff.el (ediff-regions-internal, ediff-documentation):
3294 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3295 fundamental mode.
3296
3297 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3298 buffer into fundamental mode.
3299 (ediff-set-difference): Use copy-sequence if available.
3300
3301 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3302 ediff-patch-map non-nil.
3303 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3304 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3305 buffer into fundamental mode.
3306
3307 * ediff-merg.el (state-or-merge): Defvar when compiling.
3308
a82fe213
JR
33092000-11-10 Jason Rumney <jasonr@gnu.org>
3310
3311 * w32-fns.el (w32-add-charset-info): New function.
3312 (w32-charset-info-alist): Use it.
3313
52d89894
GM
33142000-11-10 Gerd Moellmann <gerd@gnu.org>
3315
3316 * faces.el (face-font-registry-alternatives): New user-option.
3317
178932de
SM
33182000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3319
d7fa3319
SM
3320 * textmodes/texinfo.el (texinfo-block-default): New var.
3321 (texinfo-insert-block): Use it. Insert a newline if needed.
3322
178932de
SM
3323 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3324 (fill-region-as-paragraph): Use it.
3325
3326 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3327 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3328 Tweak paragraph regexps to allow a leading [ \t]*.
3329 (tex-latex-block): Insert a newline if necessary.
3330 (latex-insert-item): Only insert a newline if necessary.
3331 (tex-guess-main-file): New function.
3332 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3333 Set tex-main-file if TeX-master is provided.
3334 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3335
bd02b8e0
GM
33362000-11-10 Gerd Moellmann <gerd@gnu.org>
3337
3338 * startup.el (command-line): Set the default tooltip-mode
3339 to t for graphical displays which implement x-show-tip.
3340
3341 * tooltip.el (tooltip-mode): Add a comment about startup.el
3342 setting the default value of this user-option.
3343
b29b03eb
SM
33442000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3345
3346 * font-lock.el (font-lock-*-face) <defvar>: Move.
3347 (font-lock-defaults-alist): Mark obsolete.
3348 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3349 (font-lock-mode): Use define-minor-mode.
3350 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3351 (font-lock-turn-off-thing-lock): Be more explicit.
3352 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3353 (font-lock-syntactic-face-function): New var.
3354 (font-lock-fontify-syntactically-region): Use it.
3355 (font-lock-doc-face): New.
3356
3357 * pcvs.el (cvs-enabledp): Ignore errors.
3358 (cvs-commit-filelist): Never query.
3359 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3360 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3361 (cvs-do-removal): Use cvs-partition rather than delete-if.
3362 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3363 cvs-bury-buffer.
3364
3365 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3366 Allow `next' to jump to after the end of the last match.
3367
778fbc46
GM
33682000-11-09 Gerd Moellmann <gerd@gnu.org>
3369
730c746c
GM
3370 * simple.el (byte-compiling-files-p): New function.
3371
3372 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3373 if it is there.
3374
3375 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3376 nil again.
3377
778fbc46
GM
3378 * textmodes/ispell.el (ispell-library-path): Don't call
3379 check-ispell-version when byte-compiling because that starts
3380 an ispell process, and ispell might not be installed.
3381 (toplevel): Don't set up a menu when byte-compiling.
3382
3383 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3384 it, so that a boundp test can be used to determine if we're
3385 currently byte-compiling.
3386
5912c5bb
DL
33872000-11-09 Dave Love <fx@gnu.org>
3388
3389 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3390 eval-after-load.
3391
7bb054a5
GM
33922000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3393
3394 * ps-print.el: Patch for variable initialization when spooling. Doc
3395 fix.
3396 (ps-output-list): Fun eliminated.
3397 (ps-begin-file, ps-begin-job): Code fix.
3398
9db2706e
DL
33992000-11-08 Dave Love <fx@gnu.org>
3400
3401 * ediff-wind.el (ediff-control-frame-parameters): Zero
3402 tool-bar-lines.
3403
f7eb32aa
GM
34042000-11-08 Gerd Moellmann <gerd@gnu.org>
3405
3406 * simple.el (shell-command, display-message-or-buffer)
3407 (shell-command-on-region): Mention resize-mini-windows in the doc
3408 string.
3409 (display-message-or-buffer): Take the value of resize-mini-windows
3410 into account.
3411
7b01b08c
GM
34122000-11-07 Gerd Moellmann <gerd@gnu.org>
3413
acad3c0b
GM
3414 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3415
7b01b08c
GM
3416 * dired.el (dired-between-files): Add `^. find' as an alternative
3417 to the regular expression, for find-dired.
3418
6f602bd0
SM
34192000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3420
3421 * textmodes/texnfo-upd.el: Require texinfo.
3422 (defmacro, defgroup): Remove.
3423 (texinfo-section-to-generic-alist): Remove.
3424 Use texinfo-section-list instead (i.e. level is changed string->int).
3425 (texinfo-filter): New function.
3426 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3427 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3428 Use it. And use regexp-opt.
3429 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3430 (texinfo-update-menu-region-beginning)
3431 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3432 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3433 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3434 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3435 (texinfo-sequential-node-update): Remove autoload cookie.
3436
3437 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3438 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3439 (texinfo-chapter-level-regexp): Remove.
3440 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3441
bb216218
DL
34422000-11-06 Dave Love <fx@gnu.org>
3443
6f602bd0 3444 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3445
6f602bd0
SM
3446 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3447 Match defun*.
bb216218 3448
ff8dd5d5
KH
34492000-11-06 Kenichi Handa <handa@etl.go.jp>
3450
3451 * composite.el (composition-function-table): Variable declaration
3452 moved to src/composite.c.
3453 (compose-chars-after): New optional arg object.
3454
e9da51a1
GM
34552000-11-06 Gerd Moellmann <gerd@gnu.org>
3456
e0c12c68
GM
3457 * bindings.el (mode-line-toggle-read-only)
3458 (mode-line-toggle-modified, mode-line-widen)
3459 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3460 (make-mode-line-mouse2-map): Rewritten.
3461 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3462 functions so that C-h k can show something with a doc string.
eaae8106 3463
e9da51a1
GM
3464 * startup.el (fancy-splash-delay): Set to 10 seconds.
3465 (fancy-splash-max-time): New user-option.
3466 (fancy-splash-stop-time): New variable.
3467 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3468 (fancy-splash-screens-1): Throw `stop-splashing' when current
3469 time is greater than fancy-splash-stop-time.
3470
611dbdf0
SM
34712000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3472
4d2806e2
SM
3473 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3474
611dbdf0
SM
3475 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3476 Prompt user for a file rather than raising an error.
3477 (cvs-enabledp): Fix call to cvs-mode-marked.
3478 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3479 (cvs-mode-insert): Use it. Change the init prompt' value.
3480 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3481
3482 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3483 Don't pass default arg to ewoc-locate.
3484 (ewoc-collect): Return result in the right order.
3485
3486 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3487
3488 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3489 (cvs-status-get-tags): Fix regexp.
3490 (cvs-status-trees, cvs-status-cvstrees):
3491 Combine after change hooks and don't sit-for.
4d2806e2
SM
3492 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3493 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3494 Use make-char rather than hard-coded cryptic data.
3495 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3496
3497 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3498
3499 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3500 (cvs-insert-strings): New function.
3501
937b2877
MB
35022000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3503
3504 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3505 `mwheel-scroll-amount'.
3506 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3507 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3508 string-matching against the version string.
3509
c6c97763
KH
35102000-11-06 Kenichi Handa <handa@etl.go.jp>
3511
6eaec747
KH
3512 * language/thai.el ("Thai"): Set a lisp form that produces
3513 composed string in `sample-text' language info.
3514
3515 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3516 composed string in `sample-text' language info.
3517
3518 * international/mule-cmds.el (describe-language-environment): Eval
3519 `sample-text' data and insert the result.
3520
c6c97763
KH
3521 * international/mule-conf.el (compound-text): Define this coding
3522 system here. Make x-ctext and ctext aliases of it.
3523
3524 * language/european.el (compound-text, ctext): Moved to
3525 international/mule-conf.el.
3526
d1145f85
AI
35272000-11-05 Andrew Innes <andrewi@gnu.org>
3528
3529 * w32-fns.el (w32-version): New function.
3530
178a6a45
SM
35312000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3532
3533 * progmodes/awk-mode.el: Update copyright.
3534 (awk-mode-abbrev-table): Remove.
3535 (awk-font-lock-keywords): Use regexp-opt.
3536 (awk-mode): Use define-derived-mode.
3537
3538 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3539 when extracting a suffix.
3540
1ba90166
AS
35412000-11-04 Andre Spiegel <spiegel@gnu.org>
3542
3543 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3544 auto-save-mode.
3545
546790cb
JR
35462000-11-04 Jason Rumney <jasonr@gnu.org>
3547
3548 * language/european.el (decode-mac-roman): Test against r1 not r0.
3549
d247e32d
SM
35502000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3551
fbf44f44
SM
3552 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3553 (icon-mode): Define indent-line-function.
3554 (icon-comment-indent): Simplify.
3555 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3556
3557 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3558
3559 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3560 Bind change-log-default-mode to defeat the caching done on it.
3561 Don't bother saving excursion any more.
3562
3563 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3564
3565 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3566 (set-frame-font): Use the new name (and the old for compatibility).
3567
eaae8106
SS
3568 * toolbar/tool-bar.el (tool-bar-mode):
3569 * time.el (display-time-mode):
3570 * recentf.el (recentf-mode):
3571 * paren.el (show-paren-mode):
3572 * mwheel.el (mouse-wheel-mode):
3573 * msb.el (msb-mode):
3574 * jka-compr.el (auto-compression-mode):
3575 * image-file.el (auto-image-file-mode):
3576 * hl-line.el (hl-line-mode):
3577 * delsel.el (delete-selection-mode):
3578 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3579 * complete.el (partial-completion-mode): Drop unneeded positional args.
3580
eaae8106 3581 * info.el (Info-mode):
79372165 3582 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3583
d247e32d
SM
3584 * log-edit.el (log-edit-menu): New menu.
3585
4921558e
MB
35862000-11-03 Miles Bader <miles@gnu.org>
3587
3588 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3589 definition, so that trailing spaces are handled properly.
3590 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3591
1fc02b3c
GM
35922000-11-03 Gerd Moellmann <gerd@gnu.org>
3593
3594 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3595 tab character.
3596 (fancy-splash-screens): Set tab-width to 20.
3597
51d001f7
DL
35982000-11-03 Dave Love <fx@gnu.org>
3599
3600 * comint.el (comint-completion-addsuffix): Fix custom type.
3601
ba22aeff
SM
36022000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3603
3604 * font-lock.el (font-lock-buffers): Remove.
3605 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3606 (font-lock-change-major-mode): Remove.
3607 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3608 (font-lock-default-fontify-region): Extend the multiline
3609 fontification to whole lines.
3610 (font-lock-fontify-anchored-keywords)
3611 (font-lock-fontify-keywords-region): If matching just one
3612 line (with \n) only mark the \n as multiline.
3613
3614 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3615 Correctly handle the case where several :group args are supplied.
3616 Allow :extra-args.
3617 (easy-mmode-define-global-mode): Allow :extra-args.
3618 Correctly handle the case where several :group args are supplied.
3619
9c887ada
MB
36202000-11-02 Miles Bader <miles@gnu.org>
3621
eaae8106 3622 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3623 (holiday-face): Remove dependency on `window-system'.
3624
7f25090d
KR
36252000-11-02 Ken Raeburn <raeburn@gnu.org>
3626
3627 * Makefile.in (emacs): Set EMACSLOADPATH always.
3628 (update-authors, .el.elc, compile-files): Don't do it explicitly
3629 here.
9b911107 3630 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3631
7dd6009c
DL
36322000-11-02 Dave Love <fx@gnu.org>
3633
3634 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3635
94821e4f
EZ
36362000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3637
3638 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3639 punctuation in the warning inserted into the *mail* buffer.
3640
1ac3fc42
GM
36412000-11-02 Gerd Moellmann <gerd@gnu.org>
3642
57731876
GM
3643 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3644 (authors-public-domain-p): New function.
3645 (authors-print): Use it.
3646
975f82c9
GM
3647 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3648
1ac3fc42
GM
3649 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3650
4b3eb10f
GM
36512000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3652
975f82c9 3653 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3654 (ps-print-version): New version number (6.3.1).
3655 (ps-even-or-odd-pages): Customization fix.
3656 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3657 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3658 (ps-page-count): Var replaced by `ps-page-column'.
3659 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3660 (ps-print-sheet-p): New fun.
3661
7da794df
MB
36622000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3663
3664 * tooltip.el (tooltip-gud-tips-setup): New function.
3665 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3666 (tooltip-mode): Call tooltip-gud-tips-setup.
3667 (tooltip-gud-tips): Use `gud-basic-call' instead of
3668 process-send-string, so the prompt gets frobbed appropriately.
3669 Handle nil return value from `tooltip-gud-print-command'.
3670
0e40b809
EL
36712000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3672
3673 * comint.el (comint-add-to-input-history): New function.
3674 (comint-send-input): Use `comint-add-to-input-history'.
3675
50ada0db
MB
36762000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3677
973a3104
MB
3678 * info.el (info-menu-header): New face.
3679 (Info-fontify-menu-headers): New function.
3680 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3681
50ada0db
MB
3682 * info.el (Info-insert-dir): Don't include blank lines at
3683 beginning of additional dir files (one is added automatically).
3684
bff53411
SM
36852000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3686
3687 * emacs-lisp/easy-mmode.el (define-minor-mode):
3688 Revert the latest changes.
3689 Allow the three positional arguments to be skipped and replaced
3690 by keyword arguments.
3691 Add a :toggle argument to determine whether a nil arg means toggle
3692 or means turn-on. The default is unchanged.
3693 Add a call to force-mode-line-update.
3694
6b8a0b2d
DL
36952000-11-01 Dave Love <fx@gnu.org>
3696
3697 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3698 cookie.
3699
5bf99100
MB
37002000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3701
3702 * calendar/calendar.el (diary-face, holiday-face): Add
3703 dark-background variants.
3704
a4032611
SS
37052000-10-31 Sam Steingold <sds@gnu.org>
3706
3707 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3708 `tex-main-file' does not have directory in it.
3709
c286608e
SM
37102000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3711
3712 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3713
4836835a
TTN
37142000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3715
3716 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3717 functional change.
3718
26dcb81b
GM
37192000-10-31 Gerd Moellmann <gerd@gnu.org>
3720
3721 * files.el (find-file-noselect): When we expand a wildcard, return
3722 a list of buffers, as we should do according to the doc string.
3723
49fc4500
KR
37242000-10-31 Ken Raeburn <raeburn@gnu.org>
3725
3726 * loadup.el (top level): Adjust load path if program name is
3727 "../src/bootstrap-emacs", in case it's not dumped and thus the
3728 load path adjustment hasn't already been done.
3729
ea0c615d
GM
37302000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3731
3732 * ps-print.el: Fix bug on selected pages for printing. Use
3733 `color-values' for Emacs 21. Ensure fontification when jit-lock
3734 is on. Try to avoid warning messages when compiling. Doc Fix.
3735 (ps-print-version): New version number (6.3).
3736 (ps-color-device): Use `color-values' to determine if device
3737 supports color.
3738 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3739 (ps-print-page-p): Changed from defsubst to defun.
3740 (ps-page-number): Changed from defmacro to defun.
3741 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3742 printing.
c286608e 3743 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3744 (ps-end-file, ps-dummy-page): Funs eliminated.
3745 (ps-print-color-scale): Changed default value.
3746 (ps-page-n-up, ps-print-page-p): New internal vars.
3747 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3748 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3749
9e20722f
GM
3750 * delim-col.el: Little programming improvement.
3751 (delimit-columns-str): New macro.
3752 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3753
d7a0fd00
KH
37542000-10-31 Kenichi Handa <handa@etl.go.jp>
3755
c286608e
SM
3756 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3757 Moved to european.el.
d7a0fd00
KH
3758 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3759 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3760 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3761 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3762
234be340
DL
37632000-10-30 Dave Love <fx@gnu.org>
3764
3765 * progmodes/cc-menus.el (imenu-generic-expression)
3766 (imenu-progress-message): Only defvar when compiling.
3767
4edc4a39
DL
3768 * emacs-lisp/elp.el (elp-unload-hook): New function.
3769
3770 * loadhist.el (unload-feature): Call elp-restore-function,
3771 checking for symbols; don't use elp-restore-all.
3772 (loadhist-hook-functions): Doc fix.
3773
70c825df
SM
37742000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3775
3776 * log-edit.el (log-edit-confirm): Fix the default.
3777
1d3baf74
GM
37782000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3779
3780 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3781 delimit-columns-format.
3782 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3783
1ec321a7
MB
37842000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3785
3786 * comint.el (comint-replace-by-expanded-history): Don't use
3787 comint-get-old-input (we're not looking at *old* input).
3788 (comint-get-old-input-default): If using fields, signal an error
3789 when the point is not in an input field.
3790
70737ea9
KH
37912000-10-30 Kenichi Handa <handa@etl.go.jp>
3792
3793 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3794 and mule-unicode-e000-ffff.
3795
fa0cb51d 3796 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3797 (make-coding-system): Accept a symbol of translation table as a
3798 value of property `safe-chars'.
3799
3800 * international/mule-cmds.el (encode-coding-char): Check property
3801 safe-chars instead of safe-charsets.
3802
3803 * international/fontset.el (fontset-default): Modified for
3804 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3805 (x-font-name-charset-alist): Likewise.
3806 (ccl-encode-unicode-font): New CCL program. Record it in
3807 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3808
70c825df
SM
3809 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3810 New translation tables.
70737ea9
KH
3811 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3812 programs are modified and moved from mac-win.el.
3813 (mac-roman): Definition of this coding system is modified and
3814 moved from mac-win.el.
4836835a 3815
fda2ce24 38162000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3817
1d3baf74 3818 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3819 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3820
dd4d3cb6
MB
38212000-10-29 Miles Bader <miles@gnu.org>
3822
3823 * custom.el (custom-add-to-group): Allow multiple entries for a
3824 given value OPTION, as long as their widget types are different.
3825 * cus-edit.el (custom-face-value-create): If face name doesn't end
3826 with "face", add such here (similar to custom group widgets).
3827
3828 * comint.el (comint-highlight-prompt): Add :type.
3829
dace60cf
JW
38302000-10-28 John Wiegley <johnw@gnu.org>
3831
3832 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3833 Changed this function to operate on a temporary buffer instead of
3834 the main buffer. This not only keeps flyspell from marking a
3835 buffer as changed that wasn't, but it solves the jumpy cursor
3836 problem when attempts are made to edit incorrect words.
3837 (flyspell-maybe-correct-doubling): Same change as for
3838 `flyspell-maybe-correct-transposition'.
3839
3840 * calendar/timeclock.el (timeclock-log): Doc fix.
3841 (timeclock-last-event): Doc fix.
3842 (timeclock-log): Kill the timelog buffer after appending a new
3843 event.
3844 (timeclock-find-discrep): Use a temp buffer to read in the
3845 timelog, instead of visiting the file.
3846 (timeclock-log-data): A new function, along with a host of helper
3847 functions, for the purpose of making timelog data accessible to
3848 programmers.
3849
3850 * eshell/esh-mode.el (window-height test): Make certain that
3851 `eshell-stringify-t' is non-nil.
3852 (eshell-password-prompt-regexp): Changed to a much simpler
3853 password regexp.
3854 (eshell-send-input): If `eshell-invoke-directly' returns t,
3855 directly invoke the parsed command using `eval'. This improves
3856 turn-around time on simple commands by a factor of three or
3857 greater, such as cd, ls, pwd, etc. -- which get used very often.
3858 It also conserves thousands of cons cells per call (since
3859 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3860 in the Pacific Cookie Company).
3861
3862 * eshell/esh-test.el (eshell-test): Whitespace fix.
3863
3864 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3865 `eshell-ls-initial-args' nil when inserting directory contents.
3866
3867 * eshell/em-script.el (eshell-script-initialize): Add names to
3868 `eshell-complex-commands, since `source' and `.' are complex.
3869
0467b076
EZ
3870 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3871 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3872 `eshell-copy-handles'.
3873 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3874 bodies.
3875 (eshell-separate-commands): Whitespace fix.
3876 (eshell-complex-commands): Added a new list of names, for
3877 determining whether a given command is as simple as it looks.
3878 (eshell-invoke-directly): New function. Returns t if a command
3879 should be invoked directly (using `eval'), rather than indirectly
3880 using `eshell-do-eval'.
3881 (eshell-do-eval): Whitespace fix.
3882
3883 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3884 which provides an emulation of the DOS shell behavior of assuming
3885 that cp/mv/ln should copy/move/link to the current directory.
3886 (eshell-remove-entries): Added a doc string.
3887 (eshell-shuffle-files): Removed the check for `target' being null.
3888 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3889 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3890 it to do a smarter check of whether a destination was provided.
3891 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3892 (eshell/ln): Enable `:preserve-args', and use
3893 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3894 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3895 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3896 list after flattening it. This makes it possible to cat files
3897 with numerical names.
3898 (eshell-unix-initialize): Added several names to
3899 `eshell-complex-commands.
3900 (eshell-unix-command-complex-p): Return t if a given command name
3901 may result in external processes being invoked.
3902
3903 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3904 variable nil by default, since it slows down glob processing by a
3905 factor of two or more, and increases memory consumption.
3906
3907 * eshell/em-smart.el: Added a note about how memory consumptive
3908 smart display mode can be (at least this is true in Emacs 21).
3909 (eshell-smart-initialize): Whitespace fix.
3910 (eshell-refresh-windows): Use `if' instead of `when'.
3911 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3912 not necessary.
3913 (eshell-currently-handling-window): Added a missing global
3914 variable.
3915
3916 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3917 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3918 Whitespace fix.
3919 (eshell-ls-exclude-hidden): Added this variable in addition to
3920 `eshell-ls-exclude-regexp'. This one prevents files beginning
3921 with . from even being read, which can improve memory consumption
3922 quite a bit.
3923 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3924 read file entries beginning with a dot. In home directories with
3925 lots of hidden files, fully two-thirds of the time spent in ls is
3926 used to read directory entries that are immediately thrown away.
3927 (eshell-ls-initial-args): Added back this configuration variable,
3928 for specifying default initial arguments to every call to ls.
3929 Much faster than using an alias to do the same thing.
3930 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3931 (eshell-ls-dir): Whitespace change.
3932
3933 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3934
3935 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3936 available.
3937 (eshell-stringify-t): Added a customization variable, to indicate
3938 whether `t' should be rendered as a string at all. If not, one
3939 can still determine if the result of an expression is true using
3940 "file-exists-p FILE && echo true".
3941 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3942 stringify t!
3943
3944 * eshell/esh-module.el: Whitespace fix.
3945
3946 * eshell/em-alias.el (eshell-alias-initialize): Added
3947 `eshell-command-aliased-p' to `eshell-complex-commands'.
3948 (eshell-command-aliased-p): New function that returns t if a
3949 command name names an aliased.
3950
657f9cb8 39512000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3952
0467b076 3953 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3954 redrawing the screen when changing cursor color.
0467b076
EZ
3955 (viper-insert-state-pre-command-sentinel)
3956 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3957 (viper-replace-state-post-command-sentinel):
3958 Use viper-preserve-cursor-color.
657f9cb8
MK
3959 Many functions changed to use viper= instead of = when comparing
3960 characters.
0467b076 3961 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3962 working with characters.
0467b076 3963 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3964 Many functions changed to use viper= instead of = when comparing
3965 characters.
0467b076 3966 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3967
0467b076 3968 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3969 Several typos fixed in various docstrings.
0467b076
EZ
3970 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3971 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3972 hook.
0467b076
EZ
3973 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3974 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3975 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3976 (ediff-get-selected-buffers): New function.
3977 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3978 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3979 save-window-excursion.
0467b076 3980 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3981 termination check in while loop.
0467b076 3982 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3983 dired buffer.
0467b076
EZ
3984 (ediff-files,ediff-merge-files,ediff-files3)
3985 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3986
4f490d99
DL
39872000-10-28 Dave Love <fx@gnu.org>
3988
3989 * info.el (Info-fontify-node): Add help-echo for menu items.
3990
45b84006
EZ
39912000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3992
5ebc02b3
EZ
3993 * startup.el (normal-top-level): If the value of $TERM indicates
3994 we are running from xterm or one of its work-alikes, default to a
3995 light background mode.
3996
45b84006
EZ
3997 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3998 * faces.el (tty-handle-reverse-video): New function.
3999 (tty-create-frame-with-faces): Call it.
4000
4001 * frame.el (frame-notice-user-settings): Don't apply
4002 default-frame-alist and initial-frame-alist to MS-DOS frames.
4003 Call tty-handle-reverse-video, frame-set-background-mode, and
4004 face-set-after-frame-default for non-MS-DOS frames.
4005
4006 * startup.el (tty-long-option-alist): New variable.
4007 (tty-handle-args): New function.
4008 (command-line): Call tty-handle-args.
4009
4010 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4011 startup.el now does that for all character-terminal frames.
4012
eab6e8b9
MB
40132000-10-28 Miles Bader <miles@gnu.org>
4014
4015 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4016 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4017 global. If :global is followed by a non-nil but non-t value,
4018 make the mode buffer-local, but also generate a `global-MODE'
4019 version using `easy-mmode-define-global-mode'. Add
4020 :conditional-turn-on keyword argument.
4021
51a29efc
DL
40222000-10-28 Dave Love <fx@gnu.org>
4023
4024 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4025 use window-system.
4026
d71d7114
EZ
40272000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4028
4029 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4030 Don't call find-buffer-file-type-coding-system. Instead, just
4031 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4032 if the file is on an untranslated filesystem.
4033 (add-untranslated-filesystem): Use "D" instead of "f" inside
4034 interactive.
4035
1f9cab4b
DL
40362000-10-27 Dave Love <fx@gnu.org>
4037
70c825df 4038 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4039 (refill-mode): Use it.
4040
70c825df
SM
40412000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4042
4043 * international/quail.el (quail-activate): Don't make-local-hook.
4044
7432cf10
AS
40452000-10-27 Andre Spiegel <spiegel@gnu.org>
4046
4836835a 4047 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4048 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4049 (vc-make-version-backup): Don't do it on MS-DOS without long file
4050 names.
4836835a 4051
7432cf10
AS
4052 * vc.el (vc-version-other-window): If an automatic backup of the
4053 desired version exists, rename it instead of copying it.
4054
4836835a
TTN
4055 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4056 after command. If there's an unexpected error, signal it instead
7432cf10 4057 of being silent.
e1483c38 4058 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4059
05ea7ef2
MB
40602000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4061
fd1035aa
MB
4062 * shell.el (shell): Add BUFFER argument.
4063 * comint.el (make-comint-in-buffer): New function.
4064 (make-comint): Use it.
4065
05ea7ef2
MB
4066 * faces.el (face-spec-choose): Change syntax so that the list of
4067 attribute-value pairs is now the cdr of each clause, not the cadr.
4068 Detect old-style entries, and handle them. Use pop.
4069
835a55fe
SM
40702000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4071
f5ab1cdd
SM
4072 * cus-edit.el (custom-mode-map): Use a sparse map.
4073 (custom-mode): Don't bother with make-local-hook.
4074
4075 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4076
835a55fe
SM
4077 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4078
c13b0ec8
GM
40792000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4080
4081 * ps-print.el: Avoid compilation gripes.
4082 (ps-print-version): New version number (6.2.1).
4836835a 4083
e9f63196
DL
40842000-10-26 Dave Love <fx@gnu.org>
4085
0b95284b
DL
4086 * menu-bar.el: Modify some menu item help strings.
4087 (menu-bar-help-menu): Add link to MORE.STUFF.
4088
e9f63196
DL
4089 * cus-edit.el (custom-mode): Add `special' mode-class property.
4090
4091 * wid-browse.el (widget-browse-mode): Likewise.
4092
4093 * wid-edit.el (widget-specify-field): Revert to using local-map
4094 property, not keymap.
4095
e276a14a
MB
40962000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4097
c1545d88
MB
4098 * wid-edit.el (widget-field-end): When checking for a `boundary'
4099 field, do so in the correct buffer.
4100
3c1b77ca
MB
4101 * simple.el (undo): Correctly distinguish between numeric and
4102 non-numeric prefix args in non-transient-mark-mode, as per the doc
4103 string. When in transient-mark-mode, treat all prefix-args as
4104 numeric.
4105
f5ab1cdd
SM
4106 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4107 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4108
4109 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4110 (comint-mode-map): Reverse order of `comint-write-output' and
4111 `comint-append-output-to-file'.
4112 (comint-append-output-to-file): Reinstate this function, for the
4113 benefit of the menu.
4114
d97151cb
SM
41152000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * vc.el (vc-version-other-window): Bind `file'.
4118
ea7d6f5b
GM
41192000-10-25 Gerd Moellmann <gerd@gnu.org>
4120
f5ab1cdd 4121 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4122
4123 * emacs-lisp/authors.el (batch-update-authors): New function.
4124 (authors-fixed-entries): New defconst.
4125 (authors-add-fixed-entries): New function.
4126 (authors): Call it.: Don't process lispref/.
4127
17c25cea
JR
41282000-10-25 Jason Rumney <jasonr@gnu.org>
4129
4130 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4131 Merge x w32 and mac definitions.
4132
4ecda532
GM
41332000-10-25 Gerd Moellmann <gerd@gnu.org>
4134
4135 * menu-bar.el (menu-bar-options-menu): Add a help string for
4136 `uniquify'.
4137
b6735035
GM
41382000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4139
f5ab1cdd
SM
4140 * time-stamp.el (time-stamp-string-preprocess):
4141 Fix a wrong type argument error.
b6735035 4142
f4cbc7a0
MB
41432000-10-25 Miles Bader <miles@gnu.org>
4144
4145 * recentf.el (recentf-mode): Variable removed.
4146 (recentf-mode): Use `define-minor-mode'.
4147
4148 * mwheel.el (mouse-wheel-mode): New global minor mode.
4149 (mwheel-install): Use `mouse-wheel-mode'.
4150
f4b020f6
DL
41512000-10-25 Dave Love <fx@gnu.org>
4152
f5ab1cdd
SM
4153 * progmodes/cperl-mode.el (cperl-mode):
4154 Set normal-auto-fill-function correctly.
072cb6f9 4155
f4b020f6
DL
4156 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4157 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4158 bindings.
f4b020f6 4159
ebe2a441
MB
41602000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4161
ff4dcd4b
MB
4162 * wid-edit.el (widget-field-at): New function.
4163 (widget-at, widget-field-activate): Use it.
4164 (widget-tabable-at): Use `widget-at'.
4165 (widget-specify-field): If the terminating character of the widget
4166 field (which is read-only) is a newline, put it into a special
4167 `boundary' field so that C-n/C-p act more naturally.
4168 (widget-field-end): Also don't subtract one if a special
4169 `boundary' field has been added after the widget field.
4170
ebe2a441
MB
4171 * comint.el (comint-output-filter, comint-send-input): Don't
4172 bother adding stickiness fields to overlays to fool the field
4173 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4174
ebe2a441
MB
4175 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4176 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4177 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4178
fe50b6ab
GM
41792000-10-24 Gerd Moellmann <gerd@gnu.org>
4180
53df4dda
GM
4181 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4182 (authors): Set file coding system to iso-2022-7bit. Add
4183 file-local variables to output buffer.
4184
4836835a 4185 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4186 WARN is nil.
4187
53df4dda
GM
41882000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4189
4190 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4191
4192 * delim-col.el: Now there is a column formatting mechanism.
4193 Modified to customization mechanisms convention. Doc fix.
4194 (columns): New group for delim-col.
4195 (delimit-columns-before, delimit-columns-after)
4196 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4197 (delimit-columns-end): New vars.
4198 (delimit-columns-customize, delimit-columns-format): New funs.
4199 (delimit-columns-region, delimit-columns-rectangle)
4200 (delimit-columns-rectangle-line): Modified to support column
4201 formatting.
4836835a 4202
a9839779
DL
42032000-10-24 Dave Love <fx@gnu.org>
4204
4205 * log-edit.el (log-edit): Add :version and a :group for vc.
4206
df0267b8
GM
42072000-10-24 Gerd Moellmann <gerd@gnu.org>
4208
9acc3873
GM
4209 * files.el (after-find-file): Don't print a message ``New file''
4210 if WARN is nil.
4211
63e1b552
GM
4212 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4213 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4214 get duplicate tool-bar entries because we'll see the global ones
4215 on more than one path through keymaps.
4216
1946f901
GM
4217 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4218
df0267b8
GM
4219 * progmodes/cmacexp.el: Change Francesco's email address.
4220
ae3b264b
KH
42212000-10-24 Kenichi Handa <handa@etl.go.jp>
4222
4223 * window.el (fit-window-to-buffer): Adjust point of the window
4224 buffer, not that of the current buffer.
4225
23afac01
EZ
42262000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4227
4228 * progmodes/cmacexp.el: Update the euthor's email address.
4229
22d1a4ed
MB
42302000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4231
4232 * faces.el (face-spec-set-match-display): Add `graphic' display
4233 type (the inverse of `tty'). Use `display-graphic-p' instead of
4234 the window-system variable.
4235
f408aa48
KH
42362000-10-24 Kenichi Handa <handa@etl.go.jp>
4237
4238 * international/isearch-x.el (isearch-with-input-method): Call
4239 input-method-function with the first event in
4240 unread-command-events.
4241
94fe8a31
MB
42422000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4243
4244 * faces.el (face-default-spec, face-user-default-spec): Make
4245 defsubsts.
4246
8f47302e
AC
42472000-10-24 Andrew Choi <akochoi@i-cable.com>
4248
4249 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4250 New charsets.
4251
4252 * term/mac-win.el: Remove definitions of mac-roman-lower and
4253 mac-roman-upper, require dired, and define instead of set
4254 mac-ready-for-drag-n-drop to avoid compilation error.
4255
446c097e
AI
42562000-10-23 Andrew Innes <andrewi@gnu.org>
4257
4258 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4259 superfluous calls to subst-char-in-string; instead apply
4260 expand-file-name after convert-standard-filename to ensure
4261 expected directory separators are used.
4262
379b70e7
EZ
42632000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4264
4265 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4266
85c766e9
DL
42672000-10-23 Dave Love <fx@gnu.org>
4268
b7e03a67
DL
4269 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4270 (tool-bar-add-item): Set foreground and background for XBM icons.
4271
4272 * international/latin1-disp.el (latin1-char-displayable-p): New
4273 function (from Handa).
4274 (latin1-display-check-font): Use it.
4275
0dcf8835
DL
4276 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4277 using :key-sequence, making it much more usable. Use nconc, not
4278 append.
4279 (imenu--create-keymap-1): Avoid append.
4280
85c766e9 4281 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4282
cb3069bb
MB
42832000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4284
4285 [the following changes fix a bug where `define-minor-mode' didn't
4286 correctly generate :require clauses for defcustoms in compiled files]
4287 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4288 (byte-compile-log-file, byte-compile-log-1): Don't set
4289 `byte-compile-current-file' to nil. Instead set
4290 `byte-compile-last-logged-file' to it. Test whether
4291 byte-compile-current-file equals byte-compile-last-logged-file
4292 instead of whether its nil.
3b6542ba 4293 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4294
6db6243b
SM
42952000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4296
4297 * textmodes/refill.el: Fix var names in doc.
4298 (refill-mode): Don't bother with make-local-hook anymore.
4299
98490598
MB
43002000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4301
e01cd227
MB
4302 * faces.el (face-user-default-spec, face-default-spec): New functions.
4303 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4304 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4305 Use `face-user-default-spec'. Simplify code slightly.
4306
4836835a 4307 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4308 (woman-unknown-face): Add dark-background variants.
4309 (woman-default-faces): Renamed from `woman-colour-faces'.
4310 Set using the stored defaults, rather than using hard-wired colors.
4311 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4312 Just make the foreground `unspecified' rather than "black".
4313 (woman-menu): Rename menu entries accordingly.
4314
98490598
MB
4315 * faces.el (header-line): Make more reasonable on mono/grayscale
4316 displays.
4317
1a578e9b
AC
43182000-10-23 Andrew Choi <akochoi@i-cable.com>
4319
4320 * cus-edit.el (custom-button-face): Use 3D look for mac.
4321 (custom-button-pressed-face): Likewise.
4322
4323 * faces.el (set-face-attributes-from-resources): Handle mac frames
4324 in the same way as x and w32 frames.
4325 (face-valid-attribute-values): Likewise.
4326 (read-face-attribute): Likewise.
4327 (defined-colors): Likewise.
4328 (color-defined-p): Likewise.
4329 (color-values): Likewise.
4330 (display-grayscale-p): Likewise.
4331 (face-set-after-frame-default): Likewise.
4332 (mode-line): Same default face as for x and w32.
4333 (tool-bar): Likewise.
4334
4335 * frame.el: Remove call to frame-notice-user-settings at end of
4336 the file.
4337
4338 * info.el (Info-fontify-node): make underlines invisible for mac
4339 as for x, pc, and w32 frame types.
4340
4341 * term/mac-win.el: New file.
4342
aaaf7be7
DL
43432000-10-22 Dave Love <fx@gnu.org>
4344
4345 * textmodes/refill.el: New file.
4346
5392d654
AS
43472000-10-22 Andre Spiegel <spiegel@gnu.org>
4348
4836835a 4349 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4350 MANUAL and REGEXP.
4836835a 4351 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4352 New functions.
4353 (vc-before-save): Use the latter.
4354 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4355 confusion.
4356
4836835a 4357 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4358 expected by vc[-hooks].el.
4359
4360 * vc.el (vc-checkout): Added `-p' suffix in call to
4361 vc-make-version-backups-p; use vc-make-version-backup to actually
4362 make the backup.
4363 (vc-version-other-window, vc-version-backup-file): Handle both
4364 automatic and manual backups.
4365 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4366 of all of them.
4367
1e221c16
MB
43682000-10-22 Miles Bader <miles@gnu.org>
4369
7ff4fda5
MB
4370 * comint.el (comint-highlight-input, comint-highlight-prompt):
4371 Renamed, `-face' at end removed.
4372 (comint-send-input, comint-output-filter): Use renamed faces.
4373
3511cde8
MB
4374 * window.el (fit-window-to-buffer): Change defaulting of
4375 MAX-HEIGHT slightly.
4376
1e221c16
MB
4377 * faces.el (color-values, color-defined-p): Use `member', not
4378 `memq', because it works correctly for strings.
4379 (frame-set-background-mode): Actually, "unspecified-fg" and
4380 "unspecified-bg" *are* strings. Use `member', not `memq', and
4381 `equal', not `eq', when a string value is possible.
4382
b6ef4898
EZ
43832000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4384
4385 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4386
34939e2c
SM
43872000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4388
4389 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4390 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4391 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4392 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4393 (sh-font-lock-syntactic-keywords): Use them.
4394 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4395 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4396 (sh-mode): Don't override font-lock-unfontify-region-function.
4397 Use a copy of sh-font-lock-syntactic-keywords.
4398 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4399 Don't call sh-scan-buffer since font-lock does it on the fly.
4400 (sh-get-indent-info): Use `face' rather than `syntax-table'
4401 text-property to detect here-documents.
4402 Replace sh-special-syntax with sh-st-punc.
4403 (sh-prev-line): Use `face' rather than `syntax-table'
4404 text-property to skip over here-documents.
4405 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4406 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4407 (sh-electric-less, sh-set-here-doc-region)
4836835a 4408 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4409 (sh-scan-buffer, sh-rescan-buffer): Remove.
4410
f3d3c491
AI
44112000-10-21 Andrew Innes <andrewi@gnu.org>
4412
4413 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4414 remote (ange-ftp) file names.
4415
b86c791c
MB
44162000-10-21 Miles Bader <miles@gnu.org>
4417
d9c30bdf
MB
4418 * window.el (fit-window-to-buffer): New function.
4419 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4420 (window-text-height): Don't expect minibuffers to have mode-lines.
4421
d9c30bdf 4422 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4423 * international/quail.el (quail-update-guidance): Use
4424 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4425
617fee5a
MB
4426 * international/quail.el (quail-show-guidance-buf): Make sure
4427 guidance window really has enough room.
4428 (quail-update-guidance): If quail-guidance-win is already shown,
4429 make sure its height is OK.
4430
b86c791c
MB
4431 * window.el (window-text-height, set-window-text-height):
4432 New functions.
4433 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4434 instead of `window-height' & `mode-line-window-height-fudge'.
4435 (mode-line-window-height-fudge): Add FACE parameter.
4436 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4437 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4438
e34850d1
MB
44392000-10-20 Miles Bader <miles@gnu.org>
4440
4441 * window.el (height-affecting-face-attributes): Use `defconst'.
4442
4443 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4444 New function, conditionally aliased to `mode-line-window-height-fudge'.
4445 (ispell-help): Use it.
4446 (ispell-choices-win-default-height): Don't include mode-line fudge.
4447 (ispell-choices-win-default-height): New function.
4448 (ispell-show-choices, ispell-command-loop): Use function
4449 `ispell-choices-win-default-height' instead of variable.
4450
a8b883c2
MB
44512000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4452
8c6e4a58
MB
4453 * window.el (mode-line-window-height-fudge): New variable.
4454 (height-affecting-face-attributes): New variable.
4455 (mode-line-window-height-fudge): New function.
4456 (shrink-window-if-larger-than-buffer): Use it.
4457 * help.el (resize-temp-buffer-window): Likewise.
4458
a8b883c2
MB
4459 * info.el (Info-fontify-node): Add support for @subsubsection
4460 titles, which use `Info-title-4-face'.
4461 (Info-title-4-face): New face.
4462 (Info-title-3-face): Inherit from Info-title-4-face instead of
4463 variable-pitch.
4464
e64c3a75
JR
44652000-10-19 Jason Rumney <jasonr@gnu.org>
4466
4467 * dired.el (dired-insert-directory): Do not let errors signalled by
4468 attempt to run dired-free-space-program prevent dired from working.
4469
c70fe852
SM
44702000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4471
4472 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4473
877cf6b4
GM
44742000-10-19 Gerd Moellmann <gerd@gnu.org>
4475
5de037e0
GM
4476 * dirtrack.el (dirtrack): Fix call to run-hooks.
4477
6deb9af9
GM
4478 * cmuscheme.el (cmuscheme-program-name): Renamed from
4479 scheme-program-name because xscheme.el contains a defcustom with
4480 the same name. As a consequence, customizing group `cmuscheme'
4481 loaded `xscheme' which redefined run-scheme.
4482 (run-scheme): Use cmuscheme-program-name.
4483
877cf6b4
GM
4484 * ps-print.el (ps-print-emacs-type): Move into the
4485 eval-and-compile.
4486
e597d8fb 4487 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4488 anonymous address, and add a website for Befrienders International.
4836835a 4489
3e9cb08f
GM
44902000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4491
c70fe852
SM
4492 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4493 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4494 (ps-print-version): New version number (6.2).
4495 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4496 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4497 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4498 (ps-x-extent-priority, ps-x-extent-start-position)
4499 (ps-x-face-font-instance, ps-x-find-coding-system)
4500 (ps-x-font-instance-properties, ps-x-make-color-instance)
4501 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4502 avoid compilation gripes without defining functions.
4503 (ps-e-find-composition): Alias for function find-composition, to have a
4504 suitable function depending on Emacs version.
4505 (ps-color-device, ps-color-values, ps-face-foreground-name)
4506 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4507 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4508 (ps-print-ensure-fontified): Function definitions surrounded by
4509 `eval-and-compile' to avoid compilation gripes.
4510 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4511 by symbol-value to avoid compilation gripes.
4512 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4513 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4514
d8abcd91
MB
45152000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4516
13ab33c4
MB
4517 * startup.el (normal-top-level): Call `frame-set-background-mode'
4518 after `frame-notice-user-settings' because the latter doesn't call
4519 the former on a tty.
4520
d8abcd91
MB
4521 * faces.el (frame-set-background-mode): `unspecified' &c are
4522 symbols, not strings.
4523
e8bce0a9
EZ
45242000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4525
c70fe852
SM
4526 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4527 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4528
c70fe852
SM
4529 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4530 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4531
773272d8
KH
45322000-10-19 Kenichi Handa <handa@etl.go.jp>
4533
c70fe852 4534 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4535 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4536 for ISO10646-1 fonts.
4537 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4538
772139c0
EZ
45392000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4540
4541 * faces.el (frame-set-background-mode): If a tty frame defines a
4542 background color, use that to compute the background mode, instead
4543 of always defaulting to "dark".
4544
d134a19f
MB
45452000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4546
8bb84cb2
MB
4547 * comint.el (comint-write-output): New function.
4548 (comint-mode-map): Add it to the menu.
e40a778f 4549 Bind `C-c C-s' to comint-write-output.
d134a19f 4550
dada41e1
GM
45512000-10-18 Gerd Moellmann <gerd@gnu.org>
4552
4553 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4554 Use fancy-splash-delay.
4555
9b5360aa
GM
45562000-10-18 Alex Schroeder <alex@gnu.org>
4557
4558 * progmodes/sql.el (sql-sybase-options): New option.
4559 (sql-sybase): Use it. Add sql-database to the list of parameters
4560 provided for login. The options -w 2048 -n are not used any more.
4561
9035a35a
GM
4562 * comint.el (comint-read-input-ring): Bugfix such that the first
4563 and the last entry of the input ring file are not lost.
4564
3556c6dd
GM
45652000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4566
4567 * ps-print.el: Internal variable changes to defcustom,
4568 make-local-hook changes to defvar. Doc fix.
4569 (ps-print-version): New version number (6.1).
4570 (ps-setup, ps-do-despool): Code fix.
4571 (ps-printer-name): Customization fix.
4572 (ps-printer-name-option): Now is a defcustom instead of an
4573 internal variable.
4574 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4575 (ps-print-begin-column-hook): Now are defvar instead of
4576 make-local-hook.
4836835a 4577
4e217e50
MB
45782000-10-18 Miles Bader <miles@gnu.org>
4579
4580 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4581 (comint-kill-output): Changed into an alias for `comint-delete-output',
4582 and made obsolete.
4583 (comint-mode-map): Rename references to comint-kill-output.
4584
34460354
EZ
45852000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * diff-mode.el (diff-header-face, diff-file-header-face)
4588 (diff-changed-face): Add bold and italic attributes to tty faces.
4589 (diff-function-face): New face.
4590 (diff-font-lock-keywords): Use it.
4591
17ea3cdb
MB
45922000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4593
4594 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4595 Remove commented-out call to force-mode-line-update.
4596 (comint-kill-output): Use `forward-line 0' instead of
4597 beginning-of-line to make sure we get past the prompt.
4598
9244f2c7
SM
45992000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4600
4601 * diff-mode.el (diff-header-face, diff-file-header-face):
4602 Add specific setting for dark background.
4603 (diff-context-face): Renamed from diff-comment-face.
4604 Set explicitly rather than inheriting from font-lock-comment-face.
4605
1592c1ef
EZ
46062000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4607
4608 * startup.el (command-line): Move the code which sets the default
4609 TTY colors to before before-init-hook.
4610
f86292a9
GM
46112000-10-17 Gerd Moellmann <gerd@gnu.org>
4612
4613 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4614
f7f2e883
EZ
46152000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4616
e854cc22
EZ
4617 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4618 extensions, for MS-DOS.
4619
f7f2e883
EZ
4620 * diff-mode.el (diff-header-face, diff-file-header-face)
4621 (diff-changed-face): Define tty-specific colors.
4622
c7b4f0f9
GM
46232000-10-17 Gerd Moellmann <gerd@gnu.org>
4624
4625 * startup.el (fancy-splash-text): Realign the text.
4626
12a72271
EZ
46272000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4628
4629 * font-lock.el (font-lock-comment-face): Define a separate default
4630 for dark-background tty's.
4631
61dfccfd
MB
46322000-10-17 Miles Bader <miles@gnu.org>
4633
4634 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4635 being obscured by whizzy mode-lines on graphics displays.
4636
333cd59e
EZ
46372000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4638
4639 * info.el (Info-title-1-face, Info-title-2-face)
4640 (Info-title-3-face): Define colors for tty's.
dada41e1 4641 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4642
dbf1fcc1
EZ
46432000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4644
4645 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4646 reverse from the frame parameters, and don't invert foreground and
4647 background colors.
4648
ac629823
MB
46492000-10-16 Miles Bader <miles@gnu.org>
4650
4651 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4652 string "*Info*". Call propertized-buffer-identification to spruce
4653 up the result.
4654
76eebffc
GM
46552000-10-16 Gerd Moellmann <gerd@gnu.org>
4656
3a6b59d9
GM
4657 * help.el: Provide `help' for the sake of define-minor-mode
4658 which generates defcustoms with requires.
4659
6569c3d3
GM
4660 * jit-lock.el (jit-lock-after-change): If we're in text that
4661 matches a multi-line font-lock pattern, make sure the whole text
4662 will be redisplayed.
4663
c2e0a611
GM
4664 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4665 author's name is unknown.
4666
76eebffc
GM
4667 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4668 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4669 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4670 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4671 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4672 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4673 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4674 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4675 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4676 Add author information.
4677
cf1e7b12
MB
46782000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4679
4680 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4681 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4682 full-color version (using the Gimp) to eliminate dithering artifacts.
4683
5586f3eb
SM
46842000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4685
4686 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4687
4688 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4689
ad64a888
DL
46902000-10-15 Dave Love <fx@gnu.org>
4691
4692 * progmodes/sh-script.el: Require skeleton and comint when
4693 compiling.
4694
4695 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4696
4697 * whitespace.el: Doc fixes.
4698 (top-level): Don't add hooks here.
4699 (whitespace-running-emacs): Deleted.
4700 (timer): Don't require.
4701 (whitespace): Add back :version conditional on xemacs test.
4702 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4703 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4704 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4705 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4706 Avoid specific xemacs test.
4707 (whitespace-global-mode): New option.
4708 (whitespace-global-mode): New command.
4709 (whitespace-unload-hook): New function.
4710
4711 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4712 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4713 (Info-fontify-node): `Goto' goes to `Go to'.
4714 (Info-fontify-node): Add help-echo to xref links.
4715
1ef49fc6
EZ
47162000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4717
4718 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4719
8b7707e1
SM
47202000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4721
b3b7f42f
SM
4722 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4723 Use plist-get and allow :inherit.
4724
4725 * emacs-lisp/cl-macs.el (cl-do-arglist):
4726 Use plist-get and plist-member instead of memq.
4727
3c7fafc7
SM
4728 * emacs-lisp/ewoc.el (ewoc-location): New function.
4729 (ewoc-enter-after, ewoc-enter-before): Document return value.
4730 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4731 Don't need make-local-hook any more.
4732 (cvs-addto-collection): Return the new tin.
4733 (cvs-mode-insert): Jump to the new line.
4734
8b7707e1
SM
4735 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4736
4737 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4738
4739 * font-lock.el (font-lock-syntactically-fontified): New var.
4740 (font-lock-fontify-syntactic-keywords-region): Use it.
4741 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4742
4743 * diff-mode.el (diff-find-file-name): Fix regexp.
4744
4745 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4746 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4747
4748 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4749 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4750 (sh-mode): Don't make all vars local here.
4751 (sh-kw): Reformat.
4752 (sh-set-shell): Use dolist. Don't set indent-region-function.
4753 (sh-mode-syntax-table): Use pop.
4754 (sh-remember-variable): Use push.
4755 (sh-help-string-for-variable): Use memq.
4756 (sh-safe-backward-sexp): Remove.
4757 (sh-safe-forward-sexp): Add ARG.
4758 (sh-get-indent-info, sh-prev-stmt): Use it.
4759 (sh-prev-line): Simplify by using forward-comment.
4760 (sh-this-is-a-continuation): Simplify.
4761 (sh-learn-buffer-indent): Use dolist.
4762 (sh-do-nothing): Remove.
4763 (sh-set-char-syntax, sh-set-here-doc-region):
4764 Use inhibit-modification-hooks.
4765 (sh-name-style): Use mapcar and push.
4766 (sh-load-style): Use dolist.
4767 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4768 (sh-case, sh-while-getopts): Use propertize directly rather
4769 than sh-electric-rparen.
4770
47712000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4772
4773 * textmodes/tex-mode.el: Require CL when compiling.
4774 (tex-mode-syntax-table): Init immediately.
4775 (tex-mode-map): Bind M-RET to latex-insert-item.
4776 (latex-mode): Set indent-line-function to latex-indent.
4777 (tex-common-initialization): Don't setup the syntax-table any more.
4778 (latex-insert-item): New skeleton.
4779 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4780 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4781 (latex-indent, latex-find-indent): New functions.
4836835a 4782 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4783 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4784 (tex-compilation-parse-errors): Use with-syntax-table.
4785
86b7fcbb
MB
47862000-10-15 Miles Bader <miles@gnu.org>
4787
4788 * font-lock.el (font-lock-comment-face): Change dark-background,
4789 color, non-tty, default to `chocolate1'.
4790
57a24508
JW
47912000-10-13 John Wiegley <johnw@gnu.org>
4792
4793 * eshell/esh-util.el (require): Added a missing `require' form,
4794 needed when compiling (for an ange-ftp macro definition).
4795
40ad3db4
DL
47962000-10-13 Dave Love <fx@gnu.org>
4797
4798 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4799
db460189
GM
48002000-10-13 Gerd Moellmann <gerd@gnu.org>
4801
b41c9501
GM
4802 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4803 fix.
4804
4836835a 4805 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4806 transparent -colors 8).
4807
3b5e21df
GM
48082000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4809
4810 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4811 that breaks with old list format timestamps.
4812 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4813 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4814 strings.
4815
16908a3f
JW
48162000-10-13 John Wiegley <johnw@gnu.org>
4817
d7103dda
JW
4818 * align.el, pcomplete.el, calendar/timeclock.el,
4819 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4820
dace60cf 4821 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4822 faulty math, where holiday hours were being computing as seconds.
4823
b6b70cda
JW
48242000-10-13 John Wiegley <johnw@gnu.org>
4825
4826 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4827 specifying what "other" kinds of buffers should be saved. This
4828 used to be hard-coded.
4829 (desktop-buffer-misc-functions): A global for specifying how
4830 auxiliary data should be determined for special buffer types.
4831 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4832 instead of hard-coding the special buffer types.
4833 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4834 auxiliary data, instead of hard-coding for Info buffers and dired.
4835 (desktop-buffer-info-misc-data): Aux function for determining Info
4836 buffer auxiliary info.
4837 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4838 (desktop-buffer-info): Changed this function to use the info
4839 gathered above.
4840 (desktop-create-buffer): Be a little more careful about what
4841 `minor-mode' means before calling it. This is important for some
4842 buffer types.
4843
8c6b1d83
JW
48442000-10-13 John Wiegley <johnw@gnu.org>
4845
4846 * eshell/esh-util.el: Added a global form which declares an
4847 autoload for `parse-time-string', if that function is not already
4848 defined, and if parse-time.el is available on the user's system.
4849
4850 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4851 to be aware of ange-ftp user info.
4852 (eshell-do-ls): Bind `ange-cache'. Also, use
4853 `eshell-file-attributes'.
4854 (eshell-ls-annotate): Use `eshell-file-attributes'.
4855 (eshell-ls-file): Made the user-id printing code a bit smarter.
4856
4857 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4858 allow identification of alias user ids in remote directories.
4859 It's manual, but there's no other way to know when the current
4860 user on the local machine, is also the owning user on the remote
4861 machine.
4862 (fboundp): Bind `ange-cache'.
4863 (eshell-directory-files-and-attributes): Re-organized the logic a
4864 bit to use `eshell-file-attributes' instead of `file-attributes'.
4865 The former is more sensitive to directories that are read via FTP,
4866 and knows how to use ange-ftp to determine full attribute
4867 information, instead of just the name and last modtime.
4868 (eshell-current-ange-uids): Return the current user id when in a
4869 remote directory.
4870 (eshell-parse-ange-ls): Parse a full directory listing that has
4871 been returned by ange-ftp.
4872 (eshell-file-attributes): This beefed up version of
4873 `file-attributes' is only special if the user is currently in a
4874 remote directory, in which case it does a lot of work to find out
4875 what the real attributes of a file are, as they appear on the
4876 remote machine. This makes usage of remote directories (i.e.,
4877 ange-ftp pathnames) much more useful. You can now use Eshell as a
4878 full-fledged FTP client, with much more manipulation ability than
4879 most other clients.
4880
4881 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4882 variable, which means that Eshell's du should always be preferred
4883 in remote directories.
4884 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4885 just `file-attributes'.
4886 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4887 when reading remote directories. This is an Eshell-specific
4888 variable (not part of ange-ftp).
4889 (eshell/ln): Bind `ange-cache'.
4890 (eshell/du): Added some extra logic for determining when to use
4891 Eshell's du (which is slow), and when to use the external version
4892 (which may or may not exist).
4893
4894 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4895 `eshell-interactive-process', rather than using
4896 `get-buffer-process', since backgrounded processes don't count in
4897 the context of this function's logic.
4898
4899 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4900 `forward-char', so that null strings are parsed correctly.
4901
87730e84 49022000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4903
4904 * eshell/em-pred.el (eshell-pred-file-type,
4905 eshell-pred-file-links, eshell-pred-file-size): Use
4906 `eshell-file-attributes'. This is more correct over ange-ftp.
4907
4908 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4909 that remote file globbing is more efficient.
4910
4911 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4912 gathering the files and attributes within a directory.
4913
4914 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4915 the command line is a special file (not a regular file, directory
4916 or symlink), always attempt to call the external version of cat.
4917
87730e84 49182000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4919
4920 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4921 Eshell-friendly version of find-tag.
4922
1c7e37a9
MB
49232000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4924
4836835a 4925 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4926 (image-file-name-regexps): Add autoload cookies.
4927
11a7f341
KH
49282000-10-13 Kenichi Handa <handa@etl.go.jp>
4929
4930 * international/mule-cmds.el (select-safe-coding-system): If FROM
4931 is string, show it in *Warning* buffer.
4932
8ddddcb0
EZ
49332000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4934
4935 * startup.el (normal-top-level): Use display-popup-menus-p instead
4936 of window-system.
4937 (command-line): Use display-graphic-p instead of window-system.
4938 (command-line-1): Use display-popup-menus-p and display-mouse-p
4939 instead of window-system.
4940
72200f89
SS
49412000-10-12 Sam Steingold <sds@gnu.org>
4942
4943 * tooltip.el (tooltip-use-echo-area): New user variable.
4944 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4945
8661c643
DL
49462000-10-12 Dave Love <fx@gnu.org>
4947
d0b40dc1
DL
4948 * recentf.el: Maintainer's checkdoc fixes.
4949
a622451f
DL
4950 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4951 character class, not ASCII when matching file names.
4952 (fancy-splash-head): Add trailing slash to URL.
4953 (command-line): Don't require XPM support for toolbar.
4954
8661c643
DL
4955 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4956 (cperl-invalid-face): Revert last change.
4957 (cperl-init-faces): Quote cperl-invalid-face.
4958
ef2ed8ab
KH
49592000-10-12 Kenichi Handa <handa@etl.go.jp>
4960
4961 * startup.el (fancy-splash-text): Remove superfluous quote.
4962
b0da379e
GM
49632000-10-12 Gerd Moellmann <gerd@gnu.org>
4964
dbeb499b
GM
4965 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4966 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4967 (command-line-1): Don't use fancy-splash-pending-command.
4968 (fancy-splash-screens-1): Goto point-min after inserting text.
4969
d861718a
GM
4970 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4971
b0da379e
GM
4972 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4973 instead of shared-lisp-mode-map.
4974
4fb2ad98
MB
49752000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4976
1cb4393e
MB
4977 * faces.el (header-line): Change tty-variant to use underlining.
4978
4fb2ad98
MB
4979 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4980 (isearch-highlight): Restore lazy-isearch face properties at old
4981 position, and suppress them at new position.
4982 (isearch-dehighlight): Restore lazy-isearch face properties.
4983 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4984 over the real isearch overlay, but in that case, don't give it a
4985 face property. Use `push'.
4986
eb991b25
KH
49872000-10-12 Kenichi Handa <handa@etl.go.jp>
4988
4989 * man.el (Man-getpage-in-background): Fix previous change.
4990 Decode the process output only when we are in multibyte mode.
4991
a818c1c0
DL
49922000-10-11 Dave Love <fx@gnu.org>
4993
c990f53a
DL
4994 * info.el (Info-mode-menu): Fix some help.
4995 (info-tool-bar-map): Add entry for Info-last.
4996
a818c1c0
DL
4997 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4998 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4999 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5000 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5001 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5002 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5003 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5004 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5005 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5006 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5007 Reduce colour requirements to 25 overall. (Probably wants
5008 revisiting from the originals to reduce further.)
5009
c1b096cb
EZ
50102000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5011
5012 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5013 buffer-file-coding-system, instead of raw-text.
5014 (dehexlify-buffer): Bind coding-system-for-read to
5015 buffer-file-coding-system, instead of raw-text.
5016
5c8b7eaf
SS
50172000-10-11 Sam Steingold <sds@gnu.org>
5018
5019 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5020 `underline' - fixes the bug introduced on 2000-09-21.
5021
2cfbdb7a
DL
50222000-10-11 Dave Love <fx@gnu.org>
5023
5024 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5025 compiler warnings.
5026 (scheme-mode): Doc fix.
5027 (scheme-font-lock-keywords-1): Match `define-syntax'.
5028
50292000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5030
5031 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5032 face specs as well as default ones. Only do anything if the
5033 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5034 (region): Make dark-background `region' face less in-your-face.
4b33f290 5035
690ec649
SS
50362000-10-10 Sam Steingold <sds@gnu.org>
5037
5038 * chistory.el, ielm.el, ledit.el:
5039 * progmodes/inf-lisp.el, progmodes/scheme.el:
5040 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5041
3b95d6bb
SM
50422000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5043
5044 * textmodes/texinfo.el: Update copyright and fix typo.
5045
5046 * desktop.el (desktop-modes-not-to-save): New var.
5047 (desktop-save-buffer-p): Use it.
a30eb617
DL
5048 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5049 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5050
50512000-10-10 Dave Love <fx@gnu.org>
5052
5053 * toolbar/tool-bar.el (tool-bar-add-item)
5054 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5055 display.
5056
5057 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5058 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5059 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5060 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5061 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5062 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5063 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5064 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5065 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5066 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5067 the .xpms; probably need retouching.
5068
50692000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5070
5071 * subr.el (add-to-list): Add optional argument APPEND.
5072 * battery.el (display-battery): Use `add-to-list'.
5073
50742000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5075
5076 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5077 these vars as symbol properties.
5078 (zone, zone-when-idle, zone-leave-me-alone)
5079 (zone-pgm-whack-chars): Use new symbol properties.
5080
5081 * battery.el (display-battery): Doc spelling fix.
5082
5083 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5084 property.
5085
50862000-10-09 Dave Love <fx@gnu.org>
5087
5088 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5089 has been initialized before calling tool-bar-setup.
5090 (tool-bar-add-item-from-menu): Add autoload cookie.
5091
50922000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5093
5094 * menu-bar.el (send-mail-item-name): New function.
5095 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5096 of mail-user-agent in the menu. Don't display the "Send Mail"
5097 item if mail-user-agent is nil or its value is ignore.
5098 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5099 if read-mail-command is nil or its value is ignore.
5100
5101 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5102
51032000-10-09 Miles Bader <miles@gnu.org>
5104
5105 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5106 Correct image size.
5107 * toolbar/left_arrow.xpm: Correct image size.
5108
5109 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5110 will be done by the definition of `auto-compression-mode' if
5111 necessary. Move code to uninstall existing file-name handler
5112 before definition of `auto-compression-mode'.
5113
5114 * image-file.el (auto-image-file-mode): Move to the end of the
5115 file, because `define-minor-mode' actually calls the mode-function
5116 if the associated variable is non-nil, which requires that all
5117 needed functions be already defined.
5118
5119 * mouse.el (popup-menu): Balance parens.
5120
51212000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5122
5123 * mouse.el (popup-menu): Move the command call outside the loop
5124 so that popup-menu returns whatever the command returns.
5125
5126 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5127 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5128 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5129 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5130
5131 * vc.el (vc-version-diff): diff-switches can be a list.
5132 Use relative filenames for prettier output.
5133
5134 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5135 (vc-post-command-functions): Remove old-VC compatibility code.
5136
5137 * newcomment.el (comment-indent-default): Autoload.
5138
5139 * font-lock.el (font-lock-defaults): Make buffer-local.
5140 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5141 (font-lock-choose-keywords):
5142 Ignore LEVEL unless KEYWORDS is a list of syms.
5143 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5144 Don't wrap regexp-opt things in \(...\) unnecessarily.
5145
5146 * jit-lock.el: Don't require font-lock any more.
5147 (jit-lock-functions): Make buffer-local.
5148 (jit-lock-saved-fontify-buffer-function): Remove.
5149 (jit-lock-mode): Remove autoload cookie.
5150 Remove font-lock specific code.
5151 (jit-lock-unregister): Don't bother handling complex hooks any more.
5152 (jit-lock-refontify): New function.
5153 (jit-lock-fontify-buffer): Use it.
5154 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5155 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5156 Add optional args START and END.
5157 Never call font-lock-fontify-region directly.
5158 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5159
5160 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5161
51622000-10-08 Dave Love <fx@gnu.org>
5163
5164 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5165
5166 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5167
5168 * play/studly.el (studlify-region, studlify-word): Add autoload
5169 cookie.
5170
5171 * play/morse.el (morse-region, unmorse-region): Add autoload
5172 cookie.
5173
5174 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5175 concat.
5176
5177 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5178 insist on symbols starting with word syntax.
5179 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5180 (eval-defun-1): Doc fix.
5181 (indent-sexp): Use nconc to build up indent-stack.
5182
5183 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5184 Gnus with little use.
5185 (mail-setup-hook): Add mail-abbrevs-setup to options.
5186
5187 * recentf.el: Doc fixes.
5188
5189 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5190 Clean up remainder.
5191
5192 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5193 without timezone and (8) with timezone to enforce some whitespace.
5194 Simplify code somewhat.
5195
5196 * options.el (list-options): Doc that you should use customize.
5197
5198 * iswitchb.el (iswitchb-mode): Add :require.
5199
5200 * info.el (Info-goto-node, Info-menu): Doc fix.
5201 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5202 (info-tool-bar-map): New variable.
5203 (Info-mode): Use it.
5204 (Info-edit-map): Define all in defvar.
5205 (speedbar-attached-frame): Avoid compiler warning.
5206
5207 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5208 (global-map): Bind [tool-bar] to a filtered map.
5209 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5210 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5211 Allow PBM icons.
5212 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5213
5214 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5215 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5216 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5217 icons, except up_arrow, which is left-arrow rotated.
5218
5219 * imenu.el (imenu-add-to-menubar): Fix last change.
5220
52212000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5222
5223 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5224 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5225
52262000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5227
5228 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5229 typos in doc strings.
5230
5231 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5232 the doc strings how to customize Font Lock faces.
5233
5234 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5235 computing growth when dragging the header line.
5236
52372000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5238
5239 * simple.el (kill-line): Doc fix.
5240
52412000-10-08 Miles Bader <miles@gnu.org>
5242
5243 * faces.el (secondary-selection): Make foreground visible on tty.
5244
5245 * jka-compr.el (auto-compression-mode): Move to the end of the
5246 file, because `define-minor-mode' actually calls the mode-function
5247 if the associated variable is non-nil, which requires that all
5248 needed functions be already defined.
5249 (with-auto-compression-mode): Add autoload cookie.
5250
52512000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * files.el (find-backup-file-name) [ms-dos]: If support for long
5254 file names is not available, behave as if version-control were set
5255 to never.
5256
52572000-10-07 Dave Love <fx@gnu.org>
5258
5259 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5260 (browse-url-gnome-moz): New function.
5261 (browse-url-browser-function): Use it.
5262 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5263
52642000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5265
5266 * indent.el (tab-always-indent): New var.
5267 (indent-for-tab-command): Use it.
5268
5269 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5270 raise an error. This way it can still default to a sane value.
5271
52722000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5273
5274 * startup.el (fancy-splash-screens): Use local rather than global map.
5275 Don't use `update-menu-bindings' any more.
5276 Get rid of assumptions about keymap representation.
5277
52782000-10-06 Dave Love <fx@gnu.org>
5279
5280 * textmodes/fill.el (sentence-end-double-space)
5281 (sentence-end-without-period): Doc fix.
5282 (adaptive-fill-regexp): Purecopy.
5283 (unjustify-current-line): Use line-end-position.
5284 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5285
5286 * net/eudc-vars.el (eudc): Add :version, :link.
5287
5288 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5289
5290 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5291 Fix for define-minor-mode.
5292 (function-at-point): Alias to function-called-at-point.
5293
5294 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5295
5296 * simple.el (backward-word): Doc fix.
5297
5298 * image-file.el (image-file-name-regexp): image-file-regexps ->
5299 image-file-name-regexps.
5300 (image-file-name-extensions): Add pbm.
5301
53022000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5303
5304 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5305 and add filename to the names so that diff-mode can jump to source.
5306
5307 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5308 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5309 (tex-font-lock-keywords-1): Remove.
5310 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5311 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5312 (font-lock-default-fontify-region):
5313 Expand beg..end correctly when just following a multiline region.
5314 (font-lock-fontify-anchored-keywords):
5315 Include the anchor text as part of the multiline.
5316
53172000-10-06 Gerd Moellmann <gerd@gnu.org>
5318
5319 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5320 latter needs the autoloaded define-minor-mode macro during the
5321 bootstrap.
5322
5323 * startup.el (command-line): For now, activate tool-bar-mode only
5324 if XPM images are supported.
5325
5326 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5327 window by dragging a header-line at the top of the frame; that's
5328 confusing because the header-line doesn't move.
5329 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5330 of treating the event as a list. Some cleanup.
5331
53322000-10-06 Miles Bader <miles@gnu.org>
5333
5334 * simple.el (display-message-or-buffer): New function.
5335 (shell-command-on-region): Use `display-message-or-buffer'.
5336
5337 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5338 docstring parts.
5339
5340 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5341 (smbclient-prompt-regexp): Add usage note to doc string.
5342 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5343 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5344 Use add-hook for adding the comint filter function, and only do so
5345 if it's not already in the global hook list.
5346 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5347 to `make-local-variable'.
5348 (nslookup-font-lock-keywords): Remove prompt entry.
5349 (nslookup): Don't set the process-filter.
5350 (finger): Exit the loop correctly when the regexps list runs out.
5351 (ftp, smbclient, smbclient-list-shares):
5352 Set the real major mode immediately, not after execing.
5353 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5354
5355 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5356
53572000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5358
5359 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5360
5361 * which-func.el (which-func-format): Remove spurious space.
5362 (which-func-mode): Don't make it permanent-local.
5363 (which-func-ff-hook): Allow which-func-maxout to be nil.
5364 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5365 (which-func-mode): Simplify.
5366 Use post-command-idle-hook rather than post-command-hook.
5367 Go through all buffers and update their state.
5368 (which-function): Also try add-log-current-defun-function.
5369
5370 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5371 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5372 Update call to with-vc-properties accordingly.
5373 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5374 (vc-revert-buffer): More careful about window selection and deletion.
5375 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5376
5377 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5378 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5379 (cvs-dired-action): Change the default to quickdir.
5380
5381 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5382 if comment-indent-function returns nil.
5383 (comment-indent-default): New function.
5384 (comment-indent-function): Use it and document the new semantics.
5385
5386 * image-file.el: Docstring fixes.
5387
5388 * help.el (help-xref-on-pp): Use match-string.
5389 (describe-variable): New arg BUFFER.
5390 Store the current buffer in the help-xref-stack.
5391 (temp-buffer-resize-mode): Use define-minor-mode.
5392
5393 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5394 consistently with its docstring.
5395 Set jit-lock-first-unfontify-pos in an idempotent way.
5396 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5397
53982000-10-05 Alex Schroeder <alex@gnu.org>
5399
5400 * sql.el (sql-mysql-options): New variable.
5401 (sql-mysql): Use it.
5402
54032000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5404
5405 * image.el (image): New group.
5406
5407 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5408 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5409
54102000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5411
5412 * net/net-utils.el (nslookup-font-lock-keywords)
5413 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5414 Ignore the value of wqindow-system; always define keywords
5415
54162000-10-05 Kenichi Handa <handa@etl.go.jp>
5417
5418 * startup.el (fancy-splash-screens): Remove the code for
5419 debugging; `(trace-to-stderr "EXITTT\n")'.
5420
54212000-10-05 Miles Bader <miles@gnu.org>
5422
5423 * diff-mode.el (diff-goto-source): Update call to
5424 `diff-hunk-status-msg' to reflect new REV variable.
5425
54262000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5427
5428 * progmodes/icon.el (icon-mode):
5429 Don't gratuitously override the default for comment-column.
5430
5431 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5432
5433 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5434 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5435 (jit-lock-functions): New var.
5436 (jit-lock-function-1): Use it if non-nil.
5437 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5438 Set the `fontified' property before doing the fontification to avoid
5439 repeatedly going through the same error.
5440 Don't turn errors into messages.
5441 (jit-lock-register, jit-lock-unregister): New functions.
5442
5443 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5444 Use with-current-buffer.
5445
5446 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5447 Turn comment into docstring.
5448
5449 * apropos.el (apropos-mode): Use define-derived-mode.
5450
54512000-10-04 Gerd Moellmann <gerd@gnu.org>
5452
5453 * startup.el (fancy-splash-pending-command): New variable.
5454 (fancy-splash-pre-command): New function.
5455 (fancy-splash-screens): Rewritten.
5456 (command-line-1): If fancy-splash-pending-command is set, call it
5457 interactively.
5458
54592000-10-04 Dave Love <fx@gnu.org>
5460
5461 * toolbar/tool-bar.el (tool-bar-setup): New function.
5462 (tool-bar-mode): Use it.
5463
5464 * subr.el (substitute-key-definition): Doc fix.
5465 (play-sound-file): New command.
5466
54672000-10-04 Andre Spiegel <spiegel@gnu.org>
5468
5469 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5470 vc-version-backup-file-name): New functions.
5471
5472 * files.el (basic-save-buffer): Call vc-before-save before saving.
5473
5474 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5475 vc-cvs-stay-local-p.
5476
5477 * vc.el (vc-revert-buffer): Handle empty diff properly.
5478 (vc-version-backup-file): New function.
5479 (vc-checkout): Create a version backup if necessary.
5480 (vc-checkin): If a version backup file exists, delete it.
5481 (vc-version-diff): Diff locally using version backups, if available.
5482 (vc-revert-file): If there's a version backup, revert locally.
5483 (vc-transfer-file): Use version backup for base version, if
5484 available. If not, ask for confirmation whether to get it from the
5485 server. Update mode line before check-in.
5486
54872000-10-04 Dave Love <fx@gnu.org>
5488
5489 * toolbar/tool-bar.el (tool-bar-setup): New function.
5490 (tool-bar-mode): Use it.
5491
54922000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5493
5494 * net/net-utils.el (nslookup-font-lock-keywords)
5495 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5496 Only set if window-system is non-nil
5497 (net-utils-run-program): Returns buffer.
5498 (network-connection-reconnect): Added this function.
5499
5500 * generic.el:
5501 Incorporates extensive cleanup and docfixes by
5502 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5503 Uses cl compile-time macros.
5504 (generic-mode-name, generic-comment-list)
5505 (generic-keywords-list, generic-font-lock-expressions)
5506 (generic-mode-function-list, generic-mode-syntax-table):
5507 Removed variables.
5508 (generic-mode-alist): Renamed to generic-mode-list.
5509 (generic-find-file-regexp): Default changed to "^#".
5510 (generic-read-type): Uses completing read on generic-mode-list.
5511 (generic-mode-sanity-check): removed this function.
5512 (generic-add-to-auto-mode): Removed this function
5513 (generic-mode-internal): Bind mode-specific definitions
5514 into function instead of putting them in alist.
5515 (generic-mode-set-comments): Reworked extensively.
5516 (generic-mode-find-file-hook): Simplified regexp searching
5517 (generic-make-keywords-list): Omit extra pair of parens
5518
5519 * find-lisp.el (find-lisp-find-files-internal):
5520 Make sure directory name ends with "/".
5521
5522 * generic-x.el (apache-conf-generic-mode):
5523 Regexp now allows leading whitespace.
5524 (rc-generic-mode): Added eval-when-compile
5525 around generic-make-keywords-list.
5526 Deleted duplicate regexp
5527 (rul-generic-mode): Added eval-when-compile
5528 around generic-make-keywords-list.
5529 (etc-fstab-generic-mode): New generic mode.
5530 (rul-generic-mode): Removed one eval-when-compile
5531 which caused a max-specpdl-size exceeded error.
5532
55332000-10-04 Miles Bader <miles@gnu.org>
5534
5535 * simple.el (minibuffer-temporary-goal-position): New variable.
5536 (next-history-element): Try to keep the position of point in the
5537 input string constant.
5538
5539 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5540 (dired-do-create-files): If there's only one file, pass it in as
5541 the DEFAULT arg to dired-mark-read-file-name.
5542
55432000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5544
5545 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5546 (diff-goto-source): Be smarter when choosing REVERSE or not.
5547
5548 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5549 (texinfo-mode-menu): Add an explicit shortcut for update all.
5550
55512000-10-03 Andre Spiegel <spiegel@gnu.org>
5552
5553 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5554 factorize backend-specific code cleanly (this was essentially
5555 conceived by Stefan Monnier).
5556 (vc-unregister): Function removed.
5557 (vc-revert-file): New function.
5558 (vc-revert-buffer): Delegate some of the work to it.
5559
5560 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5561 default branch unconditionally.
5562 (vc-rcs-set-default-branch): New function.
5563 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5564 (vc-rcs-checkin): If an appropriate default branch has been set,
5565 force creation of that branch.
5566 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5567 code (as suggested by Stefan Monnier).
5568
55692000-10-02 Gerd Moellmann <gerd@gnu.org>
5570
5571 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5572 highlighting overlay with a different face over the overlay
5573 isearch uses to highlight the current match because that can lead
5574 to bad face combinations.
5575
5576 * loadup.el (toplevel): Load faces before isearch.
5577
5578 * isearch.el (isearch-faces): New custom group.
5579 (isearch): New defface; was already tested for in the code.
5580 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5581 (isearch-highlight): Always use face `isearch'.
5582
55832000-10-02 Dave Love <fx@gnu.org>
5584
5585 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5586 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5587 comparison of opcode with operand.
5588
55892000-10-03 Miles Bader <miles@gnu.org>
5590
5591 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5592 buffer, since the echo area will now grow to accommodate them.
5593
55942000-10-02 Andre Spiegel <spiegel@gnu.org>
5595
5596 * vc-hooks.el (vc-registered): If FILE used to be registered under
5597 a certain backend, try that one first.
5598
5599 * vc.el (vc-responsible-backend): Undo the previous change in the
5600 argument list. Handle multiple backends correctly.
5601 (vc-find-new-backend): Function removed.
5602 (vc-register): Use vc-responsible-backend, as before.
5603 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5604
56052000-10-02 Gerd Moellmann <gerd@gnu.org>
5606
5607 * startup.el (fancy-splash-head): Change message below the
5608 logo.
5609
56102000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5611
5612 * diff-mode.el (diff-goto-source): Emit a status message.
5613 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5614 (diff-test-hunk): Fix doc string.
5615 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5616 (diff-advance-after-apply-hunk): New variable.
5617 (diff-apply-hunk): Don't return a value.
5618
56192000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5620
5621 * vc.el (vc-editable-p): Minor optimization.
5622 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5623 (vc-find-new-backend): New function split from vc-responsible-backend.
5624 (vc-register): Use it.
5625 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5626 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5627 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5628 (vc-clear-headers): Don't use find-file.
5629 (vc-revert-buffer): Use `and' again (must have been a braino).
5630 (vc-switch-backend): Only prompt if requested.
5631 Short circuit if nothing is to be done.
5632 Don't use vc-resynch-buffer which could lose unsaved editing.
5633 (vc-default-receive-file): Update call to vc-unregister.
5634 (with-vc-file, vc-next-action-on-file):
5635 Use vc-backend rather than vc-registered.
5636 (vc-next-action-on-file): Use intern-soft.
5637 Deal with read-only *vc-diff* buffer.
5638 (vc-transfer-file): Docstring fix.
5639
5640 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5641 (vc-rcs-receive-file): Avoid with-vc-properties.
5642 Update call to vc-unregister.
5643 Use constant `RCS' rather than (dynamically bound) var `backend'.
5644
56452000-10-01 Andre Spiegel <spiegel@gnu.org>
5646
5647 * vc.el (vc-next-action-on-file): Update mode line only if file
5648 is visited.
5649 (vc-start-entry): New argument initial-contents. Don't visit the file
5650 if it isn't already visited. Brought documentation up-to-date.
5651 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5652 (vc-checkin): New optional arg initial-contents, which is passed to
5653 vc-start-entry.
5654 (vc-finish-logentry): Make sure to bury log buffer only if there
5655 really is one. Call `vc-resynch-buffer' on log-file, not
5656 buffer-file-name.
5657 (vc-default-comment-history, vc-default-wash-log): New functions.
5658 (vc-index-of): Removed.
5659 (vc-transfer-file): Make do without the above.
5660 (vc-default-receive-file): Call comment-history unconditionally. Pass
5661 the resulting string to vc-checkin, instead of inserting it into the
5662 comment ring.
5663
5664 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5665 unconditionally. Use the comments as initial contents of the log
5666 entry buffer. Document the trick to force branch creation with no
5667 changes.
5668
56692000-10-01 Miles Bader <miles@gnu.org>
5670
5671 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5672 `recenter' with an arg to prevent redrawing the display.
5673
56742000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5675
5676 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5677
5678 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5679
5680 * progmodes/c-mode.el (c-mode):
5681 Don't gratuitously override the default for comment-column.
5682
5683 * textmodes/tex-mode.el (latex-metasection-list): New var.
5684 (latex-imenu-create-index): Use it.
5685 Move the regexp construction outside loops (and use push).
5686 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5687 (tex-font-lock-keywords): Moved from font-lock.el.
5688 (tex-comment-indent): Remove.
5689 (tex-common-initialization): Don't set comment-indent-function.
5690 (latex-block-default): New var.
5691 (tex-latex-block): Use it to provide a default choice.
5692 Add any unknown choice to latex-block-names.
5693 Insert [...] after {...}.
5694 (tex-last-unended-begin): Simplify regexp.
5695 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5696 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5697 (latex-mode): Set forward-sexp-function.
5698
5699 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5700 Add regexp for @ignore ... @end ignore.
5701 (texinfo-heading-face): New face.
5702 (texinfo-font-lock-keywords): Use it.
5703 (texinfo-mode-menu): New menu.
5704 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5705 New functions.
5706 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5707 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5708 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5709 Remove declaration.
5710 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5711
5712 * delsel.el (delete-selection-mode): Use define-minor-mode.
5713
5714 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5715
57162000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5717
5718 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5719
57202000-09-30 Gerd Moellmann <gerd@gnu.org>
5721
5722 * replace.el (keep-lines-read-args): New function.
5723 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5724 read arguments interactively. Add parameters RSTART and REND.
5725 Operate on the active region in Transient Mark mode.
5726
5727 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5728
5729 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5730 (authors-obsolete-files-regexps): New variable.
5731 (authors-add): Don't record changes in obsolete files.
5732
57332000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5736
5737 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5738 (comment-indent): Make sure there's a space between code and comment.
5739 Shift comments left to avoid going past fill-column.
5740
57412000-09-29 Gerd Moellmann <gerd@gnu.org>
5742
5743 * startup.el (startup-echo-area-message): New function.
5744 (display-startup-echo-area-message): Use it.
5745 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5746 (fancy-splash-default-action): New function.
5747 (fancy-splash-screens-1): New function.
5748 (fancy-splash-head): Put a help-echo and a keymap under the image.
5749
57502000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5751
5752 * diff-mode.el (diff-add-log-file-name): Remove.
5753 (diff-mode): Use add-log-buffer-file-name-function.
5754
5755 * add-log.el (find-change-log): New arg BUFFER-FILE.
5756 (add-log-file-name): Obey add-log-file-name-function.
5757 (add-log-buffer-file-name-function): New var.
5758 (add-change-log-entry): Use it.
5759
57602000-09-29 Miles Bader <miles@gnu.org>
5761
5762 * image-file.el (image-file-name-extensions): New variable.
5763 (image-file-name-regexps): Renamed from `image-file-regexps'.
5764 New default value is nil. Call `auto-image-file-mode'.
5765 (image-file-name-regexp): New function.
5766 (auto-image-file-mode): New minor mode.
5767 (insert-image-file): Don't make conditional on the image-file
5768 handler being enabled.
5769 (image-file-handler): Make the call here conditional instead.
5770 (set-image-file-handler-enabled, enable-image-file-handler)
5771 (disable-image-file-handler): Functions removed.
5772
5773 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5774 string.
5775
57762000-09-29 Gerd Moellmann <gerd@gnu.org>
5777
5778 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5779 it's a function from CL.
5780 (latex-imenu-create-index): Replace eval-when-compile with progn
5781 because latex-section-alist is not bound while compiling.
5782
57832000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5784
5785 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5786 (outline-mode): Use define-derived-mode.
5787
5788 * progmodes/perl-mode.el (perl-mode):
5789 * progmodes/awk-mode.el (awk-mode):
5790 * progmodes/asm-mode.el (asm-mode):
5791 Don't gratuitously override the default for comment-column.
5792
5793 * emacs-lisp/lisp.el (lisp-complete-symbol):
5794 Distinguish the let-binding case from the funcall case.
5795 (forward-sexp-function): New variable.
5796 (forward-sexp): Use it.
5797
5798 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5799 (easy-mmode-defmap): Remove the now useless autoload.
5800
5801 * time.el (display-time-mode): Use define-minor-mode.
5802
5803 * subr.el (add-minor-mode): Don't eval NAME.
5804 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5805 Use if rather than cond.
5806
5807 * simple.el (read-expression-map): Define more properly.
5808 (comment-indent-hook): Remove.
5809 (string-to-syntax): Bug fix.
5810
5811 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5812 (cvs-ediff-diff): Fix typo.
5813 (cvs-revert-if-needed): Don't bother preserving read-only.
5814
5815 * paren.el (show-paren-mode): Use define-minor-mode.
5816
5817 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5818 (toggle-auto-compression): Remove.
5819 (jka-compr-build-file-regexp): Remove useless grouping.
5820
5821 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5822 Avoid user-reserved bindings.
5823 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5824 (diff-header-face): Revert to grey85.
5825
5826 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5827
5828 * complete.el (partial-completion-mode) <defcustom>: Remove.
5829 (partial-completion-mode): Use define-minor-mode.
5830 (PC-do-completion): Understand `completion-auto-help = delay'
5831 to mean to popup the completion buffer only the second time.
5832 (PC-include-file-all-completions, PC-include-file-all-completions)
5833 (PC-include-file-all-completions): Don't quote lambda.
5834
5835 * comint.el (comint-mode-hook): Docstring fix.
5836 (comint-mode): Use define-derived-mode.
5837 (comint-mode-map): Remove obsolete comment.
5838 (make-comint): Minor stylistic change.
5839 (comint-insert-clicked-input): Be more careful to find the overlay.
5840 Use this-command-keys rather than hardcoding mouse-2.
5841
5842 * font-lock.el: Replace confusing (,@ with ,
5843 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5844 Don't use regexp-opt-depth. Spice up the regexp for args.
5845 Don't distinguish between cmds that can take an opt arg or not.
5846 Use `append' and `prepend' rather than `keep'.
5847
5848 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5849 (latex-outline-regexp): New var.
5850 (latex-outline-level): New fun.
5851 (latex-section-alist): New var.
5852 (latex-imenu-create-index): Use it. Use `push' as well.
5853 (tex-shell-map): Initialize it properly.
5854 (tex-mode): Minor stylistic change.
5855 (plain-tex-mode): Use define-derived-mode.
5856 (latex-mode): Use define-derived-mode.
5857 Construct the paragraph regexps in a more readable way.
5858 Set the buffer-local outline-{level,regexp} vars.
5859 (slitex-mode): Derive from latex-mode.
5860 (tex-common-initialization): Don't kill-all-vars anymore.
5861 Add setting for comment-add and font-lock-defaults.
5862 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5863 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5864 (tex-start-tex): New arg DIR (and send a chdir command for it).
5865 Also display the shell buffer and save it in tex-last-buffer-texed.
5866 (tex-region): Use expand-file-name rather than concat.
5867 Remove code made useless by changes in tex-start-tex.
5868 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5869
5870 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5871
58722000-09-28 Dave Love <fx@gnu.org>
5873
5874 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5875
58762000-09-28 Gerd Moellmann <gerd@gnu.org>
5877
5878 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5879 `append'.
5880
58812000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5882
5883 * info.el (Info-extract-pointer): Undo last change.
5884 Instead, fix the position of the `bound' arg to re-search-backward.
5885
58862000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5887
5888 * info.el (Info-extract-pointer):
5889 Widen more carefully, to avoid finding pointers in other nodes.
5890 (Info-index): Use push.
5891
58922000-09-27 Gerd Moellmann <gerd@gnu.org>
5893
5894 * frame.el (set-frame-font): Remove call to obsolete function
5895 frame-update-faces.
5896 (set-foreground-color, set-background-color): Likewise for
5897 frame-update-face-colors.
5898
58992000-09-27 Miles Bader <miles@gnu.org>
5900
5901 * image-file.el: New file.
5902
59032000-09-27 Gerd Moellmann <gerd@gnu.org>
5904
5905 * frame.el (frame-notice-user-settings): Don't call
5906 frame-update-faces, which is a no-op now.
5907
5908 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5909 tool-bar-lines.
5910
59112000-09-27 Dave Love <fx@gnu.org>
5912
5913 * mouse.el: Fix last change.
5914
59152000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5916
5917 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5918
59192000-09-22 Kenichi Handa <handa@etl.go.jp>
5920
5921 * international/quail.el (quail-help): The output message is
5922 improved.
5923
59242000-09-26 Dave Love <fx@gnu.org>
5925
5926 * mouse.el (popup-menu): If POSITION is nil, set it using
5927 mouse-position.
5928
59292000-09-25 Sam Steingold <sds@gnu.org>
5930
5931 * net/browse-url.el (browse-url-file-url): Check for null maps.
5932
59332000-09-26 Gerd Moellmann <gerd@gnu.org>
5934
5935 * frame.el (frame-notice-user-settings): Don't add a
5936 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5937
5938 * frame.el (frame-notice-user-settings):
5939 Make tool-bar-mode and default-frame-alist consistent.
5940
5941 * toolbar/tool-bar.el (tool-bar-help): New function.
5942
59432000-09-25 Gerd Moellmann <gerd@gnu.org>
5944
5945 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5946 current-load-list in top-level forms. Else this leaks a cons cell
5947 every time a defun is called.
5948
5949 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5950
59512000-09-25 Dave Love <fx@gnu.org>
5952
5953 * startup.el (fancy-splash-head): Check XPM is available.
5954
5955 * autoinsert.el (auto-insert): Doc fix.
5956 (auto-insert-alist): Following GNU notices, don't say `copyright
5957 _by_'. Use line-beginning-position.
5958 (auto-insert): Check buffer-file-name is non-nil before use.
5959
59602000-09-25 Gerd Moellmann <gerd@gnu.org>
5961
5962 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5963 starting with `@def' or `@multitable', in addition to ones
5964 specified by the user in auto-fill-inhibit-regexp.
5965
59662000-09-25 Markus Rost <rost@math.ohio-state.edu>
5967
5968 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5969 rmail-dont-reply-to-names matches the empty string.
5970
59712000-09-25 Gerd Moellmann <gerd@gnu.org>
5972
5973 * startup.el (command-line-1, fancy-splash-text): Change the
5974 text to sound more friendly.
5975
59762000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5977
5978 * progmodes/hideshow.el: Update author email address.
5979 Generally, sync w/ maintainer version 5.22.
5980 (hs-hide-all-non-comment-function): New var.
5981 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5982 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5983 (hs-show-region): Delete this command.
5984 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5985
59862000-09-22 Dave Love <fx@gnu.org>
5987
5988 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5989 (hl-line-highlight): Specify buffer when moving overlay.
5990
5991 * progmodes/fortran.el (fortran-mode): Locally set
5992 normal-auto-fill-function.
5993 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5994 (fortran-mode-map): Adjust auto-fill menu entry.
5995
59962000-09-22 Gerd Moellmann <gerd@gnu.org>
5997
5998 * vc-rcs.el (toplevel): Require `vc' when compiling.
5999
6000 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6001
60022000-09-22 Andre Spiegel <spiegel@gnu.org>
6003
6004 * vc.el (vc-switch-backend): Signal an error if the file is not
6005 registered under the new backend.
6006
6007 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6008 without explicit revision number.
6009
60102000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6011
6012 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6013 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6014 (diff-xor): New function.
6015 (diff-find-source-location): Use it. Fix a stupid name clash.
6016 (diff-hunk-status-msg): New function.
6017 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6018 (diff-test-hunk): Use diff-find-source-location.
6019 (diff-goto-source): Favor the `reverse'.
6020 (diff-hunk-text): Properly handle one-sided context diffs.
6021 (diff-apply-hunk): When done, advance to the next hunk.
6022
60232000-09-21 Gerd Moellmann <gerd@gnu.org>
6024
6025 * startup.el (command-line): If frame was created with a non-zero
6026 tool-bar-lines parameter, switch tool-bar-mode on.
6027
6028 * add-log.el (change-log-date-face, change-log-name-face)
6029 (change-log-email-face, change-log-file-face)
6030 (change-log-list-face, change-log-conditionals-face)
6031 (change-log-function-face, change-log-acknowledgement-face):
6032 New faces, inheriting from font-lock faces.
6033 (change-log-font-lock-keywords): Use them.
6034
60352000-09-21 Dave Love <fx@gnu.org>
6036
6037 * progmodes/cperl-mode.el (top-level): Clean up
6038 `eval-when-compile's and assorted defvars.
6039 (cperl-invalid-face): Don't double-quote value. Change custom
6040 type.
6041 (cperl-mode): Set normal-auto-fill-function and don't zap
6042 auto-fill-function.
6043 (cperl-imenu--function-name-regexp-perl): Renamed from
6044 imenu-example--function-name-regexp-perl.
6045 (cperl-imenu--create-perl-index): Renamed from
6046 imenu-example--create-perl-index.
6047 (cperl-xsub-scan): Don't require cl.
6048
6049 * msb.el (msb-mode-map): Use substitute-key-definition.
6050 (msb-mode): Use msb-mode-map.
6051
60522000-09-21 Andre Spiegel <spiegel@gnu.org>
6053
6054 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6055 New functions.
6056 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6057 (vc-switch-backend): New function.
6058 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6059 (vc-register): Fix prompt.
6060 (vc-unregister, vc-default-unregister): New functions.
6061 (vc-version-diff): Handle empty buffer in sentinel.
6062
6063 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6064 (vc-rcs-state-heuristic): Use it to guess the state of files with
6065 non-strict locking.
6066 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6067 been set with -b, but not created yet.
6068 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6069 contents in order to find the state.
6070 (vc-rcs-checkin): Allow creation of branches with no changes.
6071 (vc-rcs-unregister, vc-rcs-receive-file)
6072 (vc-rcs-set-non-strict-locking): New functions.
6073
6074 * vc-hooks.el (vc-name): Force correct computation of the value
6075 in case it is missing.
6076
60772000-09-21 Gerd Moellmann <gerd@gnu.org>
6078
6079 * startup.el (fancy-splash-tail): Use a different foreground
6080 color on a dark frame background.
6081
60822000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6083
6084 * info.el: Use the correct capitalization when making Info-mode
6085 and Info-edit-mode `special' modes.
6086
60872000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6088
6089 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6090 (diff-mode): Add support for add-log.el.
6091 (diff-hunk-text): Use char offsets rather than line offsets.
6092 (diff-find-source-location): Replace LINE with line-offset (nil
6093 if not found) and always set POS to a meaningful position.
6094 Adapt to the new char-offsets.
6095 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6096 Adapt to the new diff-find-source-location.
6097 (diff-goto-source): Adapt to the new diff-find-source-location.
6098
6099 * add-log.el (add-log-file-name): New function (split out of
6100 add-change-log-entry).
6101 (add-change-log-entry): Use it.
6102 Call add-log-file-name-function with the changelog file name if
6103 the current buffer is not associated with any file.
6104 Avoid find-file if the selected window is dedicated.
6105
6106 * diff-mode.el (diff-find-source-location):
6107 Move code from diff-apply-hunk. Return buffer rather than file.
6108 (diff-apply-hunk): Use the new result from diff-find-source-location.
6109 (diff-goto-source): Use the new diff-find-source-location.
6110
61112000-09-20 Dave Love <fx@gnu.org>
6112
6113 * iswitchb.el: Some doc fixes.
6114 (iswitchb-mode-map): Define completely initially. Inherit
6115 minibuffer-local-map.
6116 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6117 fundamental-mode.
6118 (iswitchb-global-map): New variable.
6119 (iswitchb-summaries-to-end): Amalgamate regexps.
6120 (iswitchb-mode): New.
6121 (iswitchb-mode-hook): New variable.
6122 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6123 `extensions'.
6124
61252000-09-20 Gerd Moellmann <gerd@gnu.org>
6126
6127 * ehelp.el (electric-help): New defgroup.
6128 (electric-help-shrink-window): New user-option.
6129 (with-electric-help): Use it.
6130
6131 * window.el (shrink-window-if-larger-than-buffer): If face
6132 `mode-line' has a :box, and we're on a graphical frame, add 1
6133 to the needed window height.
6134
6135 * frame.el (frame-notice-user-settings): Add a last parameter nil
6136 to a call to `append', because the last list passed to `append' is
6137 not copied, and so subsequent calls to assq-delete-all will modify
6138 default-frame-alist.
6139
6140 * startup.el (fancy-splash-image): Change :type.
6141 (fancy-splash-head): Use an XBM image if appropriate.
6142 (command-line-1): Show splash screens in more cases.
6143
6144 * startup.el (fancy-splash-text): Don't quote faces.
6145
6146 * dired.el (dired-font-lock-keywords): Undo last change.
6147 (dired-readin): Bind indent-tabs-mode to nil.
6148
6149 * startup.el (fancy-splash-head): If frame's background mode
6150 is `dark', change the black background of the image to gray.
6151 (fancy-splash-screens): Display startup echo area message.
6152 (display-startup-echo-area-message): New function.
6153
61542000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6155
6156 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6157
6158 * info.el (info-header-node): Tweak for color ttys.
6159
6160 * faces.el (face-valid-attribute-values): Make sure directories we
6161 search for stipples both exist and are readable before trying to
6162 search them.
6163
6164 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6165 in the dry-run case.
6166
6167 * jka-compr.el (with-auto-compression-mode): New macro.
6168
6169 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6170 (custom-group-tag-face, custom-variable-tag-face): Use relative
6171 :height and inherit from `variable-pitch' face instead of
6172 hardwiring :family.
6173 * hi-lock.el (hi-black-hb): Likewise.
6174
6175 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6176 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6177 toolbar-add-item, if image doesn't have a mask add a `:mask
6178 heuristic'.
6179
61802000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6181
6182 * diff-mode.el: Docstring fixes.
6183 (diff-header-face, diff-comment-face): New faces.
6184 (diff-font-lock-keywords): Highlight a bit differently.
6185 (diff-find-source-location): Don't return SPAN any more.
6186 (diff-hunk-text): Don't bother erasing the temp buffer.
6187 (diff-find-text): Drop argument LINE.
6188 (diff-apply-hunk): Update calls to diff-find-text.
6189 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6190
6191 * calendar/calendar.el: Docstring fixes.
6192 (calendar-make-alist): Don't quote lambda.
6193 (calendar-star-date): Use make-local-variable.
6194
61952000-09-19 Dave Love <fx@gnu.org>
6196
6197 * toolbar/tool-bar.el: Renamed from toolbar.el.
6198 Change `toolbar' to `tool-bar' generally in symbols.
6199 Make some items invisible in `special' major modes.
6200 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6201 Add arg PROPS.
6202
6203 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6204 Add :version here.
6205 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6206
62072000-09-19 Gerd Moellmann <gerd@gnu.org>
6208
6209 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6210
6211 * files.el (find-file-suppress-same-file-warnings): New user-option.
6212 (find-file-noselect): Use it.
6213
6214 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6215 (fancy-splash-screen): Defgroup.
6216
6217 * add-log.el (change-log-font-lock-keywords): Match names
6218 more exactly for the case that font-lock-constant-face is
6219 underlined.
6220
62212000-09-19 Richard M. Stallman <rms@gnu.org>
6222
6223 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6224
62252000-09-19 Andre Spiegel <spiegel@gnu.org>
6226
6227 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6228
62292000-09-19 Gerd Moellmann <gerd@gnu.org>
6230
6231 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6232 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6233 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6234 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6235 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6236 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6237 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6238 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6239 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6240 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6241 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6242 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6243
6244 * startup.el (fancy-splash-text): New variable.
6245 (fancy-splash-delay, fancy-splash-image): New user-options.
6246 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6247 (fancy-splash-screens): New functions.
6248 (command-line-1): If display has a `display' frame parameter, has
6249 colors, and we have XPM support, show more fancy splash screens.
6250
62512000-09-19 Dave Love <fx@gnu.org>
6252
6253 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6254 with null `help'. Use modern backquote syntax.
6255
62562000-09-19 Gerd Moellmann <gerd@gnu.org>
6257
6258 * font-lock.el (font-lock-mode): Change message telling the user
6259 that ``the buffer is too big''.
6260
6261 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6262 for instance for the case that tab-width is 2.
6263
62642000-09-18 Gerd Moellmann <gerd@gnu.org>
6265
6266 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6267 toolbar-add-item, if image doesn't have a mask add a `:mask
6268 heuristic'.
6269
62702000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6271
6272 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6273 and return a cons if it's non-nil.
6274 (diff-apply-hunk): Try to jump to the line in the source text
6275 corresponding to the position of point in the in the hunk.
6276
6277 * info.el (Info-title-3-face, Info-title-2-face)
6278 (Info-title-1-face): Use face inheritance and relative sizes
6279 instead of hard-wiring things.
6280
6281 * faces.el (secondary-selection): Make dark-background variant sane.
6282
62832000-09-16 Andrew Innes <andrewi@gnu.org>
6284
6285 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6286 read-only, since they aren't under VC now.
6287
62882000-09-17 Dave Love <fx@gnu.org>
6289
6290 * tmm.el: Replace mapcar with mapc in several places.
6291
6292 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6293 ad-unadvise.
6294
6295 * international/latin1-disp.el: New file.
6296
6297 * calendar/cal-move.el (scroll-calendar-left)
6298 (scroll-calendar-right): Make arg optional (for active mode line).
6299
6300 * calendar/calendar.el (calendar-mode-line-format): Make fields
6301 mouse-sensitive.
6302 (calendar-read-date, calendar-read-date, calendar-window-list):
6303 Unquote lambda.
6304 (calendar-month-name): Use aref, not sref.
6305
6306 * view.el (minor-mode-alist): Propertize the string.
6307
6308 * international/characters.el (standard-case-table): Add entries
6309 for Greek.
6310
63112000-09-18 Miles Bader <miles@gnu.org>
6312
6313 * info.el (info-node, info-xref): Add dark-background variants.
6314
6315 * faces.el (header-line): Change defaults to be less confusing
6316 when mixed with mode-lines.
6317
6318 * info.el (Info-fontify-node): Make a few cleanups.
6319 Add extra `help-echo' and `local-map' props to node xrefs.
6320 Use header-specific faces for node-names & xrefs.
6321 (Info-use-header-line): New variable.
6322 (info-header-xref, info-header-node): New faces.
6323 (Info-setup-header-line): New function.
6324 (Info-select-node): Call Info-setup-header-line when enabled.
6325 (Info-extract-pointer): Work even if the header line is hidden.
6326 (Info-header-line): New variable.
6327
63282000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6329
6330 * vms-patch.el (print-region-function): Don't quote lambda.
6331
6332 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6333
6334 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6335 (lm-get-header-re): Allow spaces between the header and the colon.
6336 (lm-header): Allow $ in non-RCS headers.
6337 (lm-header-multiline): Put the strings back into order.
6338 Stop at an empty line. Don't require two space chars if the
6339 line is clearly not another header line.
6340
6341 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6342 (popup-menu-popup): Remove.
6343
63442000-09-15 Gerd Moellmann <gerd@gnu.org>
6345
6346 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6347 specification if or if not tool-bar item contains an `:enabled'
6348 property.
6349
6350 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6351 current buffer has no file name.
6352
63532000-09-15 Dave Love <fx@gnu.org>
6354
6355 * strokes.el: Sync with maintainer's current version with changes
6356 for Emacs, but avoid runtime cl and levents.
6357 (toplevel): Change autoloads and compilation requires.
6358 (strokes-version, strokes-bug-address, strokes-lift): Values
6359 changed.
6360 (strokes-xpm-header, strokes-insinuated): New variable.
6361 (strokes): Add :link.
6362 (strokes-mode): Customized.
6363 (strokes-while-inhibiting-garbage-collector): New macro.
6364 (strokes-remassoc): Avoid remove-if.
6365 (strokes-fix-button2-command): Don't use ad-do-it.
6366 (strokes-insinuate): New function.
6367 (strokes-button-press-event-p, strokes-button-release-event-p):
6368 New functions, used instead of non-`strokes-' versions..
6369 (strokes-mouse-event-p): Rewritten.
6370 (strokes-event-closest-point): Avoid event-point.
6371 (strokes-get-grid-position): Avoid cdadr, caadr
6372 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6373 functions.
6374 (strokes-help): Use with-output-to-temp-buffer.
6375 (strokes-window-configuration-changed-p): New function.
6376 (strokes-update-window-configuration): Use buffer-live-p,
6377 strokes-window-configuration-changed-p.
6378 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6379 (strokes-char-face): New face.
6380 (strokes-char-table, strokes-base64-chars): New variable.
6381 (strokes-xpm-for-stroke, strokes-list-strokes)
6382 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6383 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6384 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6385 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6386 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6387 functions.
6388
63892000-09-15 Gerd Moellmann <gerd@gnu.org>
6390
6391 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6392
6393 * image.el (create-image): Doc fix.
6394
6395 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6396 instead of `:heuristic-mask t'.
6397
63982000-09-14 Andrew Innes <andrewi@gnu.org>
6399
6400 * makefile.w32-in: Revert to Unix line endings.
6401
64022000-09-14 Andrew Innes <andrewi@gnu.org>
6403
6404 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6405 when installing.
6406
6407 * makefile.nt (DONTCOMPILE): Fix typo.
6408
6409 * shell.el (shell-write-history-on-exit): New function.
6410 (shell-dumb-shell-regexp): New custom variable.
6411 (shell-mode): Make shell-write-history-on-exit the process
6412 sentinel if shell name matches shell-dumb-shell-regexp.
6413
6414 * w32-fns.el: Comment out before-init-hook function which resets
6415 source-directory based; this breaks bootstrap.
6416
64172000-09-14 Dave Love <fx@gnu.org>
6418
6419 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6420 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6421 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6422 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6423 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6424 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6425 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6426 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6427 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6428
6429 * toolbar/toolbar.el: New.
6430
6431 * subdirs.el: Add toolbar.
6432
64332000-09-14 Gerd Moellmann <gerd@gnu.org>
6434
6435 * indent.el (indent-for-tab-command): Doc fix.
6436
64372000-09-14 Alex Schroeder <alex@gnu.org>
6438
6439 * ansi-color.el (ansi-colors): Doc change.
6440 (ansi-color-get-face): Simplified regexp.
6441 (ansi-color-faces-vector): Added more faces, doc change.
6442 (ansi-color-names-vector): Doc change.
6443 (ansi-color-regexp): Simplified regexp.
6444 (ansi-color-parameter-regexp): New regexp.
6445 (ansi-color-filter-apply): Doc change.
6446 (ansi-color-filter-region): Doc change.
6447 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6448 deal with zero length parameters.
6449 (ansi-color-apply-on-region): Doc change.
6450 (ansi-color-map): Doc change.
6451 (ansi-color-map-update): Removed debugging message.
6452 (ansi-color-get-face-1): Added condition-case to trap
6453 args-out-of-range errors.
6454 (ansi-color-get-face): Doc change.
6455 (ansi-color-make-face): Removed.
6456 (ansi-color-for-shell-mode): New option.
6457
64582000-09-13 Kenichi Handa <handa@etl.go.jp>
6459
6460 * international/quail.el (quail-start-translation): Translate KEY
6461 if necessary even if it doesn't have any mapping in the current
6462 input method.
6463 (quail-start-conversion): Likewise.
6464 (quail-help): The output message is improved.
6465
64662000-09-13 Miles Bader <miles@gnu.org>
6467
6468 * comint.el (comint-output-filter): Revert to using
6469 `insert-before-markers'. Add bletcherous hack to undo damage
6470 caused by `insert-before-markers'. Put `front-sticky' property on
6471 overlays created here so that the field code understands how the
6472 overlay works. Use a let when making comint-last-prompt-overlay,
6473 so that the code is easier to read.
6474
64752000-09-13 Dave Love <fx@gnu.org>
6476
6477 * wid-edit.el (widget-default-format-handler): DTRT when
6478 doc-property is a function.
6479
64802000-09-12 Francesco Potorti` <pot@gnu.org>
6481
6482 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6483 filed name if it's not there.
6484
64852000-09-12 Dave Love <fx@gnu.org>
6486
6487 * simple.el (read-mail-command): Doc fix.
6488 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6489
6490 * vc.el (vc-dired-listing-switches): Fix :version.
6491
6492 * vc-hooks.el: Doc fixes.
6493
6494 * subr.el (add-minor-mode): Use toggle-fun arg.
6495
6496 * speedbar.el: Add :version to several defcustoms.
6497
6498 * imenu.el (imenu--truncate-items, imenu--cleanup)
6499 (imenu--generic-function): Avoid mapcar.
6500 (imenu--replace-spaces): Function removed.
6501 (imenu--completion-buffer): Use subst-char-in-string.
6502 (imenu-add-to-menubar): Use keymap inheritance.
6503
65042000-09-12 Miles Bader <miles@gnu.org>
6505
6506 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6507 (diff-mode-map): Bind `diff-test-hunk'.
6508 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6509
65102000-09-11 Gerd Moellmann <gerd@gnu.org>
6511
6512 * bytecomp.el (byte-compile-defvar): Undo last change
6513 because it breaks '(make-variable-buffer-local (defvar ...)'
6514 which is used at least in dired.
6515
65162000-09-12 Kenichi Handa <handa@etl.go.jp>
6517
6518 * international/quail.el (quail-define-package): Docstring
6519 modified.
6520
65212000-09-12 Kenichi Handa <handa@etl.go.jp>
6522
6523 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6524 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6525 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6526 docstring of "chinese-py".
6527
6528 * international/quail.el (quail-translation-docstring): New
6529 variable.
6530 (quail-show-keyboard-layout): Docstring modified.
6531 (quail-select-current): Likewise.
6532 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6533 infinite recursive call.
6534 (quail-help): Check quail-translation-docstring. Format of the
6535 output changed.
6536 (quail-help-insert-keymap-description): Adjusted for the above
6537 change.
6538
65392000-09-11 Gerd Moellmann <gerd@gnu.org>
6540
6541 * bytecomp.el (byte-compile-defvar): Only cons onto
6542 current-load-list in top-level forms. Else this leaks a cons cell
6543 every time a defun is called.
6544
65452000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6546
6547 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6548 Now understands non-unified diffs. Some functionality moved into
6549 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6550 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6551 modify anything. Only reposition point in the patched file if the
6552 patch succeeds. Only pop up another window if POPUP is true.
6553 Emit a message describing what happened if successful, and at what
6554 line-offset. Automatically detect reversed hunks and do something
6555 appropriate.
6556 (diff-hunk-text, diff-find-text): New functions.
6557 (diff-filter-lines): Function removed.
6558 (diff-test-hunk): New function.
6559 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6560
65612000-09-10 Dave Love <fx@gnu.org>
6562
6563 * textmodes/tildify.el: Minor doc/commentary fixes.
6564 (tildify) <defgroup>: Add :version.
6565
6566 * faces.el (face-x-resources): Make custom type more specific.
6567 (frame-background-mode): Use mapc.
6568 (region) <defcustom>: Add :version.
6569
65702000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6571
6572 * vc-sccs.el (vc-sccs-register):
6573 * vc-rcs.el (vc-rcs-register):
6574 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6575 * vc.el (vc-register): Clear file's properties.
6576
65772000-09-08 Gerd Moellmann <gerd@gnu.org>
6578
6579 * faces.el (face-spec-set): Only face-spec-reset-face when
6580 ATTRS is non-nil.
6581
65822000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6583
6584 * help.el (help-insert-xref-button): Fix a typo in doc string.
6585
65862000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6587
6588 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6589 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6590 methods.
6591
6592 * menu-bar.el (read-mail-item-name): New function.
6593 (menu-bar-tools-menu): Use it to compute and display the package
6594 used to read email.
6595 (menu-bar-tools-menu): Fix typo in GUD's help string.
6596
65972000-09-07 Dave Love <fx@gnu.org>
6598
6599 * diff-mode.el (diff-mouse-goto-source): New function.
6600
6601 * vc-sccs.el: Doc fixes.
6602 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6603
6604 * vc-rcs.el: Doc fixes.
6605 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6606 (vc-rcs-checkout-switches, vc-rcs-header)
6607 (vc-rcs-master-templates): Add or change :version.
6608
6609 * vc-cvs.el: Doc fixes.
6610 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6611 (vc-cvs-stay-local): Add :version.
6612
6613 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6614
66152000-09-07 Kenichi Handa <handa@etl.go.jp>
6616
6617 * international/quail.el (quail-help): Fix previous change.
6618
66192000-09-07 Gerd Moellmann <gerd@gnu.org>
6620
6621 * faces.el (color-values): Doc fix.
6622
6623 * faces.el (frame-set-background-mode): Use frame-parameter
6624 instead of frame-parameters.
6625
6626 * frame.el (filtered-frame-list): Reduce consing.
6627 (frames-on-display-list): Call frame-parameter instead of
6628 frame-parameters.
6629
66302000-09-07 Kenichi Handa <handa@etl.go.jp>
6631
6632 * language/devan-util.el (devanagari-to-indian-region): In the
6633 loop, change the following char, not preceding char.
6634
66352000-09-07 Gerd Moellmann <gerd@gnu.org>
6636
6637 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6638 instead of frame-parameters.
6639
6640 * faces.el (set-face-attribute): Simplify by calling
6641 internal-set-lisp-face-attribute with FRAME being 0.
6642
6643 * vc.el: Remove `Id' version control keyword.
6644
66452000-09-07 Kenichi Handa <handa@etl.go.jp>
6646
6647 * help.el (help-make-xrefs): Adjusted for the change of
6648 help-xref-mule-regexp.
6649 (help-insert-xref-button): New function.
6650
6651 * international/mule-cmds.el (help-xref-mule-regexp-template):
6652 Include the pattern for character set.
6653 (leim): New group.
6654
6655 * international/quail.el: Don't require face.
6656 (quail): New group.
6657 (quail-other-command): Dummy command to make quail-help work better.
6658 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6659 (quail-keyboard-layout-substitution): New variable.
6660 (quail-update-keyboard-layout): New function.
6661 (quail-keyboard-layout-type): New customizable variable.
6662 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6663 (quail-keyboard-translate): Pay attention to
6664 quail-keyboard-layout-substitution.
6665 (quail-insert-kbd-layout): New function.
6666 (quail-show-keyboard-layout): New function.
6667 (quail-get-translation): If the definition is a vector of length
6668 1, and the element is a string of length 1, return the character
6669 in that string.
6670 (quail-update-current-translations): Fix the case of
6671 relative-index out of range.
6672 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6673 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6674 Show key sequences for all available characters.
6675 (quail-help-insert-keymap-description): Don't show such verbose
6676 key bindings as quail-self-insert-command.
6677
6678 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6679 Format changed, and each element now have extra documentations.
6680 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6681 Adjusted for the change of quail-cxterm-package-ext-info.
6682
66832000-09-06 Gerd Moellmann <gerd@gnu.org>
6684
6685 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6686 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6687 during bootstrap.
6688
66892000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6690
6691 * vc.el: (toplevel): Don't require `dired' at run-time.
6692 (vc-dired-resynch-file): Remove autoload cookie.
6693
66942000-09-05 Andre Spiegel <spiegel@gnu.org>
6695
6696 * vc.el: Made several backend functions optional.
6697 (vc-default-responsible-p): New function.
6698 (vc-merge): Use RET for first version to trigger merge-news, not
6699 prefix arg.
6700 (vc-annotate): Handle backends that do not support annotation.
6701 (vc-default-merge-news): Removed. The existence of a merge-news
6702 implementation is now checked on caller sites.
6703
6704 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6705 case.
6706
6707 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6708 special case that has been removed from the default in vc-hooks.el.
6709
67102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6711
6712 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6713
67142000-09-05 Andre Spiegel <spiegel@gnu.org>
6715
6716 * vc-hooks.el: Require vc during compilation.
6717 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6718 macro `with-vc-properties' in vc.el.
6719 (vc-file-getprop): Doc fix.
6720 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6721
6722 * vc.el: Require dired-aux during compilation.
6723 (vc-name-assoc-file): Moved to vc-sccs.el.
6724 (with-vc-properties): New macro.
6725 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6726 vc-finish-steal): Use it.
6727 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6728 to the backend-specific function is now supposed to do the checkout,
6729 too.
6730 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6731
6732 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6733 set file properties; that gets done in the generic code now.
6734
6735 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6736 Changed parameter list, added code from vc.el that does the
6737 checkout, possibly with a double-take.
6738
6739 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6740 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6741 the above under the new name.
6742 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6743 parameter list, added checkout command.
6744 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6745 properties; that gets done in the generic code now.
6746
67472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6748
6749 * vc.el: Docstring fixes (courtesy of checkdoc).
6750
67512000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6752
6753 * vc.el (vc-checkout-writable-buffer-hook)
6754 (vc-checkout-writable-buffer): Remove.
6755 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6756 (vc-log-mode): Make it into a clean derived major mode.
6757 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6758 vc-log-mode if log-edit is not available.
6759 (vc-dired-mode-map): Don't set-keymap-parent yet.
6760 (vc-dired-mode): Do set-keymap-parent here.
6761 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6762
67632000-09-05 Gerd Moellmann <gerd@gnu.org>
6764
6765 * faces.el (set-face-attribute, face-spec-reset-face)
6766 (face-spec-set): Avoid consing by removing calls to `apply'.
6767
6768 * frame.el (frame-parameter): Move to C code.
6769
67702000-09-05 Dave Love <fx@gnu.org>
6771
6772 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6773 insert-before-markers-and-inherit. Now checked systematically!
6774
67752000-09-05 Alex Schroeder <alex@gnu.org>
6776
6777 * sql.el (sql-postgres): Use sql-postgres-options.
6778 (sql-postgres-options): New variable.
6779
67802000-09-05 Alex Schroeder <alex@gnu.org>
6781
6782 * sql.el (sql-mode-menu): Work around missing variable mark-active
6783 in XEmacs.
6784 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6785 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6786 compatibility.
6787
67882000-09-04 Gerd Moellmann <gerd@gnu.org>
6789
6790 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6791
6792 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6793
6794 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6795
67962000-09-04 Andre Spiegel <spiegel@gnu.org>
6797
6798 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6799 don't support anything else under SCCS yet.
6800
6801 * vc-hooks.el: Minor doc fixes.
6802
68032000-09-04 Andre Spiegel <spiegel@gnu.org>
6804
6805 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6806 not necessary. If verbose in state `needs-patch', do the same as
6807 under `up-to-date'. When NOT verbose and `needs-patch', check out
6808 latest version instead of `merge-news'.
6809 (vc-next-action-dired): Don't mess with default-directory here; it
6810 breaks other parts of dired. It is the job of the
6811 backend-specific functions to adjust it temporarily if they need it.
6812 (vc-next-action): Remove a special CVS case.
6813 (vc-clear-headers): New optional arg FILE.
6814 (vc-checkin, vc-checkout): Set properties vc-state and
6815 vc-checkout-time properly.
6816 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6817 (vc-print-log): Use new backend function `show-log-entry'.
6818 (vc-cancel-version): Do the checks in a different order. Added a
6819 FIXME concerning RCS-only code.
6820
6821 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6822 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6823
6824 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6825
6826 * vc-hooks.el (vc-default-mode-line-string): Show state
6827 `needs-patch' as a `-' too.
6828
68292000-09-04 Andre Spiegel <spiegel@gnu.org>
6830
6831 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6832 (vc-default-could-register): New function.
6833 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6834 (vc-resynch-buffer): Call vc-dired-resynch-file.
6835 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6836 vc-resynch-buffer instead of vc-resynch-window.
6837 (vc-next-action-dired): Don't redisplay here, that gets done as a
6838 result of the individual file operations.
6839 (vc-retrieve-snapshot): Corrected prompt order.
6840
6841 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6842
6843 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6844 as well.
6845 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6846 hostname regexps. Updated all callers.
6847 (vc-cvs-responsible-p): Handle directories as well.
6848 (vc-cvs-could-register): New function.
6849 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6850 properties up-to-date.
6851
6852 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6853 user whether to create one.
6854
68552000-09-04 Andre Spiegel <spiegel@gnu.org>
6856
6857 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6858 check out a non-existing file.
6859
6860 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6861 workfile does not exist.
6862
6863 * vc.el (vc-version-diff): Use `require' to check for existence of
6864 diff-mode.
6865
68662000-09-04 Andre Spiegel <spiegel@gnu.org>
6867
6868 * vc-cvs.el (vc-cvs-registered): Use new function
6869 vc-cvs-parse-entry to do the actual work.
6870
68712000-09-04 Andre Spiegel <spiegel@gnu.org>
6872
6873 * vc-hooks.el (vc-find-backend-function): If function doesn't
6874 exist, return nil instead of error.
6875 (vc-call-backend): Doc fix.
6876
6877 * vc.el (vc-do-command): Doc fix.
6878 (vc-finish-logentry): When checking in from vc-dired, choose the
6879 right backend for logentry check.
6880 (vc-dired-mode-map): Inherit from dired-mode-map.
6881 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6882 simplified.
6883 (vc-dired-state-info): Removed, updated caller.
6884 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6885 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6886 (vc-dired-listing-switches): New variable.
6887 (vc-directory): Use it, instead of dired-listing-switches.
6888
6889 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6890 (vc-cvs-dir-state): New function.
6891 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6892 (vc-cvs-parse-entry): New function, also to be used in
6893 vc-cvs-registered.
6894
68952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6896
6897 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6898 *or* single-window-frames.
6899
69002000-09-04 Andre Spiegel <spiegel@gnu.org>
6901
6902 * vc.el (vc-update-changelog): Split into generic part and default
6903 implementation. Doc string adapted.
6904 (vc-default-update-changelog): New function. Call the `rcs2log'
6905 script in exec-directory, to fix a long-standing nuisance.
6906
6907 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6908 simply signals an error.
6909
69102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6911
6912 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6913 control-flow more clear and to avoid running `cvs' twice.
6914
6915 * vc.el (vc-next-action-on-file): Doc fix.
6916 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6917 (vc-print-log): Eval `file' before constructing the continuation.
6918
69192000-09-04 Andre Spiegel <spiegel@gnu.org>
6920
6921 * vc.el (vc-next-action-on-file): Corrected several messages.
6922 (vc-merge): Add prefix arg `merge-news'; handle it.
6923
6924 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6925 is not reached. It is.
6926 (vc-cvs-merge): Set state to 'edited after merge.
6927 (vc-cvs-merge-news): Set workfile version to nil if not known.
6928 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6929
6930 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6931 via stdout. (Merge from main line.)
6932
69332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6934
6935 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6936 detection.
6937
69382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6939
6940 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6941 against kill-all-local-variables.
6942 (vc-log-edit): Don't save vc-parent-buffer any more.
6943 (vc-last-comment-match): Initialize to an empty string.
6944 (vc-post-command-functions): New hook.
6945 (vc-do-command): Run it.
6946 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6947 (vc-finish-logentry): Only add the comment to the ring if it's
6948 different from the last comment entered.
6949 (vc-new-comment-index): New function.
6950 (vc-previous-comment): Use it. Make the minibuffer message
6951 slightly less terse.
6952 (vc-comment-search-reverse): Make it work forward as well. Don't
6953 set vc-comment-ring-index if no match is found. Use
6954 vc-new-comment-index.
6955 (vc-comment-search-forward): Use vc-comment-search-reverse.
6956 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6957 define-derived-mode will do it for us. Bind `v' to a keymap that
6958 inherits from vc-prefix-map so that we can bind `vt' without
6959 binding C-x v t.
6960 (vc-retrieve-snapshot): Parenthesis typo.
6961
6962 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6963 to 1. Make sure to switch to *vc* before looking for an error
6964 message. Use vc-parse-buffer.
6965
69662000-09-04 Andre Spiegel <spiegel@gnu.org>
6967
6968 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6969 and NAME.
6970 (vc-retrieve-snapshot): Split into two parts.
6971 (vc-default-retrieve-snapshot): New function.
6972
6973 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6974 (vc-cvs-retrieve-snapshot): New function (untested).
6975 (vc-cvs-stay-local): Default to t.
6976 (vc-cvs-remote-p): New function and property.
6977 (vc-cvs-state): Stay local only if the above is t.
6978 (vc-handle-cvs): Removed.
6979 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6980 done via vc-handled-backends now.
6981 (vc-cvs-header): Escape Id.
6982
69832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6984
6985 * vc.el (vc-do-command): Remove unused commands.
6986 (vc-version-diff): Make sure default-directory ends with a slash.
6987 Move the window commands into a vc-exec-after.
6988 (vc-print-log): Move more of the code into the `vc-exec-after'.
6989
69902000-09-04 Andre Spiegel <spiegel@gnu.org>
6991
6992 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6993 (vc-print-log): Search current revision from beginning of buffer.
6994 (vc-revert-buffer): Clear echo area after the diff is finished.
6995 (vc-prefix-map): Removed definition of "t" for terse display in vc
6996 dired.
6997 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6998 definition of "vt" for terse display.
6999 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7000
70012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7002
7003 * vc.el (vc-exec-after): Avoid caddr.
7004
70052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7006
7007 * vc.el (vc-exec-after): New function.
7008 (vc-do-command): Use it to add a termination message for async
7009 procs.
7010 (vc-checkout): Try to handle a missing-backend situation.
7011 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7012 of a directory with a backend using async diffs.
7013 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7014 present.
7015
7016 * vc-sccs.el (vc-sccs-state-heuristic): Use
7017 file-ownership-preserved-p.
7018
7019 * vc-rcs.el (vc-rcs-state-heuristic): Use
7020 file-ownership-preserved-p.
7021 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7022
70232000-09-04 Andre Spiegel <spiegel@gnu.org>
7024
7025 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7026 vc-do-command.
7027
7028 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7029 when there are no changes.
7030
70312000-09-04 Andre Spiegel <spiegel@gnu.org>
7032
7033 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7034
7035 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7036
70372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7038
7039 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7040
7041 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7042 the `fset' outside of the defvar so that it works even if
7043 vc-prefix-map was already defined.
7044 (vc-setup-buffer): New function, split out of vc-do-command.
7045 (vc-do-command): Allow BUFFER to be t to mean `just use the
7046 current buffer without any fuss'.
7047 (vc-version-diff): Change the `diff' backend operation to just put
7048 the diff in the current buffer without erasing it. Always use
7049 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7050 shrink-window-if-larger-than-buffer.
7051 (vc-print-log): Change the `print-log' backend operation to just
7052 put the log in the current buffer without erasing it. Protect
7053 shrink-window-if-larger-than-buffer.
7054 (vc-update-change-log): Fix setd typo.
7055
7056 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7057 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7058
7059 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7060 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7061 CMP.
7062
7063 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7064 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7065 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7066
70672000-09-04 Andre Spiegel <spiegel@gnu.org>
7068
7069 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7070 not possible, use vc-BACKEND-workfile-unchanged-p.
7071 (vc-default-workfile-unchanged-p): New function. Delegates to a
7072 full vc-BACKEND-diff.
7073
7074 * vc-hooks.el (vc-simple-command): Removed.
7075
7076 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7077 instead of vc-simple-command.
7078 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7079 avoid doing a diff when opening a file.
7080 (vc-rcs-state): Added check for unlocked-changes.
7081 (vc-rcs-header): Escape Id.
7082 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7083 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7084 version.
7085
7086 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7087 (vc-sccs-diff): Remove optional arg CMP.
7088 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7089 SCCS-specific function.
7090
7091 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7092 vc-simple-command.
7093
70942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7095
7096 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7097 (with-vc-file, vc-merge): Use vc-editable-p.
7098 (vc-do-command): Remove unused var vc-file and fix the
7099 doubly-defined `status' var. Add a user message when starting an
7100 async command.
7101 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7102 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7103 Use with-current-buffer.
7104 (vc-buffer-sync): Use unless.
7105 (vc-next-action-on-file): If the file is 'edited by read-only,
7106 make it read-write instead of trying to commit.
7107 (vc-version-diff, vc-update-change-log): Use `setq
7108 default-directory' rather than `cd'.
7109 (vc-log-edit): Don't forget to set default-directory in the
7110 buffer.
7111
7112 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7113 (vc-sccs-state-heuristic): Use file-writable-p instead of
7114 comparing userids.
7115 (vc-sccs-checkout): Use `unless'.
7116
7117 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7118 of comparing userids.
7119 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7120 Simplify the logic by eliminating unreachable code.
7121 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7122 just do a recursive call if we need to retry.
7123 (vc-rcs-checkout): Handle the case where rcs is missing by making
7124 the buffer read-write if requested and re-signalling the error.
7125
7126 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7127
71282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7129
7130 * vc-hooks.el (vc-handled-backends): Docstring change.
7131 (vc-ignore-vc-files): Mark obsolete.
7132 (vc-registered): Check vc-ignore-vc-files.
7133 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7134 vc-ignore-vc-files.
7135
7136 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7137
71382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7139
7140 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7141 files since ange-ftp already has vc-registered return nil.
7142
7143 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7144 (vc-sccs-workfile-version): Use with-temp-buffer and new
7145 vc-parse-buffer and don't bother setting the property.
7146 (vc-sccs-add-triple): Use with-current-buffer and
7147 find-file-noselect.
7148 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7149
7150 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7151 derives from the old vc-parse-buffer but uses the revision number
7152 rather than the date (much easier to compare robustly).
7153 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7154 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7155 locking-user more directly. Check strict locking and set
7156 checkout-model appropriately.
7157 (vc-rcs-parse-locks): Remove.
7158 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7159 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7160 (vc-rcs-system-release): Use with-current-buffer and
7161 vc-parse-buffer.
7162 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7163
7164 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7165 (vc-simple-command): Docstring fix.
7166 (vc-registered): Align the way the file-handler is called with the
7167 way the function itself works.
7168 (vc-file-owner): Remove.
7169
7170 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7171 extraction of fields and call to file-attributes because of a
7172 temporary bug in rcp.el.
7173 (vc-cvs-fetch-status): Use with-current-buffer.
7174
71752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7176
7177 * vc.el (vc-do-command): Use file-relative-name.
7178 (vc-responsible-backend): Use vc-backend if possible.
7179 (vc-create-snapshot): Improve the `interactive' spec. Add support
7180 for branches and dispatch to backend-specific `create-snapshot'.
7181 (vc-default-create-snapshot): New function, containing the bulk of
7182 the old vc-create-snapshot.
7183 (vc-retrieve-snapshot): Improve the interactive spec.
7184
7185 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7186 (vc-backend-hook-functions): Remove.
7187 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7188 (vc-backend): Reintroduce the test for `file = nil' now that I
7189 know why it was there (and added a comment to better remember).
7190
7191 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7192 code from vc-sccs-hooks.el.
7193 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7194 'vc anymore.
7195 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7196 and file-directory-p instead of file-exists-p.
7197 (vc-sccs-check-headers): Simplify the regexp.
7198
7199 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7200 from vc-rcs-hooks.el. Don't require 'vc anymore.
7201 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7202 file-directory-p instead of file-exists-p.
7203
7204 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7205 from vc-cvs-hooks.el.
7206 (proto vc-cvs-registered): Require 'vc-cvs instead of
7207 'vc-cvs-hooks. Don't require 'vc anymore.
7208 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7209 file-directory-p instead of file-exists-p.
7210 (vc-cvs-create-snapshot): New function, replacing
7211 vc-cvs-assign-name.
7212 (vc-cvs-assign-name): Remove.
7213
72142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7215
7216 * vc-cvs.el (vc-cvs-header): New var.
7217
7218 * vc-rcs.el (vc-rcs-exists): Remove.
7219 (vc-rcs-header): New var.
7220
7221 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7222 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7223 (vc-sccs-header): New var.
7224
7225 * vc.el (vc-do-command): Get rid of the `last' argument.
7226 (vc-header-alist): Remove, replaced by vc-X-header.
7227 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7228 (vc-dired-hook): Use expand-file-name instead of concat.
7229 (vc-directory): Use file-name-as-directory.
7230 (vc-snapshot-precondition, vc-create-snapshot)
7231 (vc-retrieve-snapshot): Allow the command to operate on any
7232 directory.
7233
7234 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7235 just removing the 'WORKFILE argument or by removing the 'MASTER
7236 argument and replacing `file' with (vc-name file).
7237
72382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7239
7240 * vc.el: Update Copyright and add a crude list of backend funs.
7241 (vc-writable-p): New function.
7242 (with-vc-file): Use vc-writable-p.
7243 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7244 (vc-register): Avoid vc-name.
7245 (vc-locking-user): Remove.
7246 (vc-steal-lock): Make the `owner' arg non-optional.
7247 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7248 vc-checkout-model.
7249 (vc-default-dired-state-info): Use vc-state instead of
7250 vc-locking-user and return special strings for special states.
7251 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7252 and get rid of one of the special CVS cases.
7253 (vc-cancel-version): prettify error message with \\[...].
7254 (vc-rename-master): New function.
7255 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7256 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7257 the CVS special case generic.
7258 (vc-default-record-rename): Remove.
7259 (vc-file-tree-walk-internal): Only call FUNC for files that are
7260 under control of some VC backend and replace `concat' with
7261 expand-file-name.
7262 (vc-file-tree-walk): Update docstring.
7263 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7264 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7265
7266 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7267 vc-sccs-record-rename. Use `find-file-noselect' rather than
7268 `find-file' and call `vc-rename-master' to do the actual move.
7269 (vc-sccs-diff): Remove unused `backend' variable.
7270
7271 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7272 to delay loading of vc-sccs until it is really used.
7273 (vc-sccs-master-templates): Preload.
7274 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7275 (vc-sccs-project-dir): Remove (merged into
7276 vc-sccs-search-project-dir).
7277 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7278 rather than `concat', make sure it is preloaded and don't bother
7279 to check that the file actually exists.
7280 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7281 `locks' argument (use buffer's content instead) and eliminate n^2
7282 behavior.
7283
7284 * vc-rcs.el: Update Copyright.
7285 (vc-rcs-rename-file): New function.
7286 (vc-rcs-diff): Remove unused `backend' variable.
7287
7288 * vc-hooks.el: Update Copyright.
7289 (vc-backend): Don't accept a nil argument any more.
7290 (vc-up-to-date-p): Turn into a defsubst.
7291 (vc-possible-master): New function.
7292 (vc-check-master-templates): Use `vc-possible-master' and allow
7293 funs in vc-X-master-templates to return a non-existent file.
7294
7295 * vc-cvs.el: Update Copyright.
7296 (vc-cvs-diff): Remove unused `backend' variable.
7297 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7298
7299 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7300
73012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7302
7303 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7304 since it can be called from vc-rcs.el.
7305 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7306
73072000-09-04 Andre Spiegel <spiegel@gnu.org>
7308
7309 * vc.el (vc-version-diff): Expand file name read from the
7310 minibuffer. Handle the case when a previous version number can't
7311 be guessed. Give suitable messages when there were no differences
7312 found.
7313 (vc-clear-headers): Call backend-specific implementation, if one
7314 exists.
7315 (vc-cancel-version): Made error checks generic. When done, clear
7316 headers generically, too.
7317
7318 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7319 from vc-clear-headers in vc.el.
7320
7321 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7322 correctly.
7323 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7324 optional. Handle the case when it's not there.
7325
73262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7327
7328 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7329
73302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7331
7332 * vc-hooks.el (vc-loadup): Remove.
7333 (vc-find-backend-function): Use `require'. Also, handle the case
7334 where vc-BACKEND-hooks.el doesn't exist.
7335 (vc-call-backend): Cleanup.
7336
73372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7338
7339 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7340 vc-rcs-grab-templates)
7341 (vc-rcs-registered): Remove. The default function works as well.
7342 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7343 vc-sccs-grab-templates)
7344 (vc-sccs-registered): Remove. The default function works as well.
7345
7346 * vc.el (vc-version-diff): Left out a vc- in call to
7347 vc-call-backend.
7348 (vc-default-dired-state-info, vc-default-record-rename)
7349 (vc-default-merge-news): Update for the new backend argument.
7350
7351 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7352 using the default function.
7353 (vc-call-backend): If calling the default function, pass it the
7354 backend as first argument. Update the docstring accordingly.
7355 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7356 for the new backend argument.
7357 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7358 (vc-find-backend-function): Use the new name.
7359 (vc-default-registered): New function.
7360
73612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7362
7363 * vc.el (vc-merge): Use vc-find-backend-function.
7364
7365 * vc-hooks.el (vc-backend-functions): Remove.
7366 (vc-loadup): Don't setup 'vc-functions.
7367 (vc-find-backend-function): New function.
7368 (vc-call-backend): Use above fun and populate 'vc-functions
7369 lazily.
7370 (vc-backend-defines): Remove.
7371
73722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7373
7374 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7375 Call vc-call-backend without the leading vc-.
7376 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7377 (vc-check-headers): Call vc-call-backend without the leading vc-.
7378 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7379 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7380 Call vc-call-backend without the leading vc-.
7381
7382 * vc-cvs.el (tail): Provide vc-cvs.
7383 * vc-sccs.el (tail): Provide vc-sccs.
7384 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7385
7386 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7387 (vc-make-backend-function, vc-call): Pass names without leading
7388 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7389 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7390 (vc-call-backend): Always try to load vc-X-hooks.
7391 (vc-registered): Remove vc- in call to vc-call-backend.
7392
73932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7394
7395 * vc.el (vc-process-filter): New function.
7396 (vc-do-command): Setup `vc-process-filter' for the async process.
7397 (vc-maybe-resolve-conflicts): New function to reduce
7398 code-duplication. Additionally, it puts the buffer in
7399 `smerge-mode' if applicable.
7400 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7401 calling `merge-news'.
7402 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7403 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7404 interfacing to log-edit.el.
7405 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7406 log-edit is available.
7407 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7408
74092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7410
7411 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7412 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7413 defvar and the initialization.
7414 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7415
7416 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7417 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7418
7419 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7420
74212000-09-04 Andre Spiegel <spiegel@gnu.org>
7422
7423 * vc.el (vc-file-clear-masterprops): Removed.
7424 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7425 (vc-version-diff): Use buffer-size without argument.
7426 (vc-register): Heed vc-initial-comment.
7427
7428 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7429 default branch.
7430
7431 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7432 file name and workfile version.
7433 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7434
7435 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7436 vc-file-clear-masterprops.
7437
7438 * vc-sccs.el (vc-sccs-checkout): Removed call to
7439 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7440 rather than user login name.
7441
7442
74432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7444
7445 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7446 `want-differences-if-changed' and simplify.
7447 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7448 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7449 output (which is invalid for async vc-diff) to decide whether to
7450 do the revert silently or not.
7451
74522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7453
7454 * vc-hooks.el (vc-loadup): Load files quietly.
7455 (vc-call-backend): Oops, brain fart.
7456
74572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7458
7459 * vc-cvs.el (vc-cvs-state): Typo.
7460 (vc-cvs-merge-news): Return the status code rather than the error msg.
7461
74622000-09-04 Andre Spiegel <spiegel@gnu.org>
7463
7464 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7465 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7466 vc-state or vc-up-to-date-p.
7467 (vc-merge): Use vc-backend-defines to check whether merging is
7468 possible. Set state to 'edited after successful merge.
7469
7470 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7471 return that name. Redocumented.
7472
74732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7474
7475 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7476 new `vc-state' semantics.
7477 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7478 'vc-locking-user to the current user.
7479 (vc-merge): Inline vc-backend-merge. Comment out code that I
7480 don't understand and hence can't adapt to the new `vc-state' and
7481 `vc-locking-user' semantics.
7482 (vc-backend-merge): Remove.
7483
7484 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7485 rather than 'vc-locking-user.
7486
7487 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7488
7489 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7490 (vc-state): Don't use 'reserved any more. Just use the same
7491 convention as the one used for vc-<backend>-state where the
7492 locking user (as a string) is returned.
7493 (vc-locking-user): Update, based on the above convention. The
7494 'vc-locking-user property has disappeared.
7495 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7496
7497 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7498 with a heuristic one.
7499 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7500 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7501 error. That allows us to get to 'needs-merge even in the
7502 stay-local case. There's still no way to detect 'needs-patch in
7503 such a setup (or to force an update for that matter).
7504 (vc-cvs-logentry-check): Remove, the default works as well.
7505
75062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7507
7508 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7509
7510 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7511 major-mode in which the buffer might have been put earlier. Use
7512 `remove' and `when'. Allow `okstatus' to be `async' and use
7513 `start-process' in this case.
7514 (vc-version-diff): Handle the case where the diff looks empty
7515 because of the use of an async process.
7516
75172000-09-04 Andre Spiegel <spiegel@gnu.org>
7518
7519 * vc.el (vc-next-action-on-file): Removed optional parameter
7520 `simple'. Recompute state unconditionally.
7521 (vc-default-toggle-read-only): Removed.
7522
7523 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7524 (vc-toggle-read-only): Undid prev change.
7525
7526 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7527 vc-cvs-simple-toggle. Redocumented.
7528 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7529 (vc-cvs-toggle-read-only): Removed.
7530
75312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7532
7533 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7534 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7535 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7536 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7537 still is. So maybe it should be removed.
7538 (vc-head-version, vc-find-binary): Remove.
7539 (vc-recompute-state): Move from vc-hooks.el.
7540 (vc-next-action-on-file): Add a `simple' argument to allow
7541 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7542 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7543 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7544 (vc-dired-mode-map): Properly defvar it.
7545 (vc-print-log): Call log-view-mode if available.
7546 (small-temporary-file-directory): defvar instead of use boundp.
7547 (vc-merge-news): Moved to vc-cvs.el.
7548 (vc-default-merge-news): New function.
7549
7550 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7551 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7552 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7553 unknown `vc-latest-version' function. It should probably refer to
7554 vc-workfile-version or somesuch, but it's very unclear to me and I
7555 don't have SCCS to test things.
7556
7557 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7558 (vc-sccs-state-heuristic): Fix typo.
7559 (vc-sccs-workfile-unchanged-p): Add missing argument.
7560
7561 * vc-rcs.el: Require vc and vc-rcs-hooks.
7562 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7563 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7564 (vc-release-greater-or-equal-p): Move from vc.
7565 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7566 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7567 (vc-rcs-checkout): Add a missing `new-version' argument in the
7568 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7569
7570 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7571 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7572 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7573 than the apparently unbound `workfile-version'.
7574
7575 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7576 (vc-file-prop-obarray): Use `make-vector'.
7577 (vc-backend-functions): Add new hookable functions
7578 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7579 (vc-loadup): If neither backend nor default functions exist, use
7580 the backend function rather than nil.
7581 (vc-call-backend): If the function if not bound yet, try to load
7582 the non-hook file to see if it provides it.
7583 (vc-call): New macro plus use it wherever possible.
7584 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7585 nor `vc-find-binary' since it's only called from
7586 vc-mistrust-permission which is only used once the backend is known.
7587 (vc-checkout-model): Fix parenthesis.
7588 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7589
7590 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7591 (vc-cvs-release, vc-cvs-system-release): Remove.
7592 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7593 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7594 status symbols.
7595 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7596 (vc-cvs-toggle-read-only): First cut at a function to allow a
7597 cvs-status-free vc-toggle-read-only.
7598 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7599 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7600 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7601 (vc-cvs-checkout): Modify access rights directly if the user
7602 requested not to use `cvs edit'. And refresh the mode line.
7603
7604 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7605 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7606
76072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7610 workfile' that got lost when the code was extracted from vc.el.
7611 And merged the tail with the rest of the code (not possible in the
7612 old vc.el where the tail was shared among all backends). And
7613 explicitly set the state to 'edited if `writable' is set.
7614
7615 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7616 (vc-cvs-state): Be careful to return the value from
7617 vc-cvs-parse-state.
7618 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7619 property but return it instead. Also be careful to handle a nil
7620 or "" `rev' when workfile is non-nil (it was handled properly when
7621 workfile was nil).
7622
7623 * vc.el: Removed those pesky unnecessary `(function' quotes.
7624 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7625 directly in the defvar.
7626 (vc-do-command): Bind inhibit-read-only so as to properly handle
7627 the case where the destination buffer has been made read-only.
7628 (vc-diff): Delegate to vc-version-diff in all cases.
7629 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7630 (vc-annotate-mode-variables): Removed (code moved partly to
7631 defvars and partly to vc-annotate-add-menu).
7632 (vc-annotate-mode): Turned into a derived-mode.
7633 (vc-annotate-add-menu): Moved in code in
7634 vc-annotate-mode-variables.
7635 (vc-update-change-log): Use make-temp-file if available.
7636
76372000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7638
7639 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7640 `vc-checkout-model' updated to `vc-cvs-update-model'.
7641
76422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7643
7644 * vc.el (vc-next-action-on-file): Added handling of state
7645 `unlocked-changes'.
7646 (vc-checkout-carefully): Is now practically obsolete, unless the
7647 above is too slow to be enabled unconditionally.
7648 (vc-update-change-log): Fixed typo.
7649
7650 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7651
7652 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7653 Now handles state `unlocked-changes'.
7654 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7655
7656 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7657
7658 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7659 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7660 `unlocked-changes'.
7661 (vc-rcs-workfile-unchanged-p): Renamed from
7662 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7663 function yet, but supposed to become one soon.
7664
7665 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7666 `vc-steal-lock'.
7667 (vc-call-backend): Changed error message.
7668 (vc-state): Added description of state `unlocked-changes'.
7669
76702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7671
7672 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7673 always return t in CVS-controlled directories.
7674
7675 * vc.el (vc-responsible-backend): New function.
7676 (vc-register): Largely rewritten.
7677 (vc-admin): Removed (implementation moved into vc-register).
7678 (vc-checkin): Redocumented.
7679 (vc-finish-logentry): If no backend defined yet (because we are in
7680 the process of registering), use the responsible backend.
7681
7682 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7683 Updated function lists.
7684 (vc-call-backend): Fixed typo.
7685
7686 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7687 New functions.
7688 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7689 Removed query option. Redocumented.
7690
76912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7692
7693 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7694
7695 * vc.el: Updated callers of `vc-checkout-required' to use
7696 `vc-checkout-model'.
7697
76982000-09-04 Martin Lorentzson <martinl@gnu.org>
7699
7700 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7701 stuff updated to reference this function instead of the old
7702 `vc-backend-release-p'.
7703
77042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7705
7706 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7707 vc-checkout-model. Return appropriate values. Updated callers.
7708
77092000-09-04 Martin Lorentzson <martinl@gnu.org>
7710
7711 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7712 (vc-backend-revert): Function moved into `vc-revert';
7713 `vc-next-action' must be updated to accomodate this change.
7714 (vc-backend-steal): Function moved into `vc-finish-steal'.
7715 (vc-backend-logentry-check): Function moved into
7716 `vc-finish-logentry'.
7717 (vc-backend-printlog): Function moved into `vc-print-log'.
7718 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7719 (vc-backend-assign-name): Function moved into
7720 `vc-create-snapshot'.
7721
77222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7723
7724 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7725 Rename to vc-checkout-model. Return appropriate values.
7726 Update callers.
7727
7728 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7729 to vc-checkout-model.
7730 (vc-checkout-required): Rename to vc-checkout-model.
7731 Re-implement and re-comment.
7732 (vc-after-save): Use vc-checkout-model.
7733
77342000-09-04 Martin Lorentzson <martinl@gnu.org>
7735
7736 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7737 Update to use the vc-BACKEND-diff functions instead.
7738 `vc-diff' is now working.
7739
7740 * vc-rcs.el (vc-rcs-logentry-check): New function.
7741
7742 * vc-cvs.el (vc-cvs-logentry-check): New function.
7743
7744 * vc-sccs.el (vc-sccs-diff): Function changed name from
7745 `vc-backend-diff'. This makes `vc-diff' work.
7746
7747 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7748 of functions possibly implemented in a vc-BACKEND library.
7749 (vc-checkout-required): Fix bug that caused an error to be
7750 signaled during `vc-after-save'.
7751
7752 * vc.el: Fix typo.
7753 This checkin is made with our new VC code base for the very first time.
7754 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7755
7756 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7757 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7758
7759 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7760 updated to `vc-uses-locking'.
7761 (vc-checkout-required): Call to backend function.
7762 `vc-checkout-required' updated to `vc-uses-locking' instead.
7763
7764 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7765 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7766
7767 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7768 to match the split into various backends.
7769 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7770 (vc-retrieve-snapshot): Bug fix.
7771
77722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7773
7774 * vc-sccs.el (vc-sccs-release): Doc fix.
7775
77762000-09-04 Martin Lorentzson <martinl@gnu.org>
7777
7778 * vc.el (vc-next-action-on-file): Bug found and fixed.
7779 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7780 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7781
7782 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7783 (vc-rcs-checkout): Name space cleaned up. No more revision number
7784 crunching function names that are not prefixed with vc-rcs.
7785 (vc-rcs-checkout-model): Function added. References to
7786 `vc-checkout-model' replaced.
7787
77882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7789
7790 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7791 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7792 still need to be split, and implemented for RCS).
7793
77942000-09-04 Martin Lorentzson <martinl@gnu.org>
7795
7796 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7797
7798 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7799 required by the vc.el file.
7800
7801 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7802 required by the vc.el file.
7803 (vc-rcs-exists): Function added.
7804
7805 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7806 required by the vc.el file.
7807
7808 * vc.el (vc-admin): Updated to handle selection of appropriate
7809 backend. Current implementation is crufty and need re-thinking.
7810
7811 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7812
78132000-09-04 Martin Lorentzson <martinl@gnu.org>
7814
7815 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7816 beginning of annotate buffers correctly.
7817
7818 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7819 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7820 functionality updated quite a lot to support multiple backends.
7821 Variables `vc-annotate-mode', `vc-annotate-buffers',
7822 `vc-annotate-backend' added.
7823
7824 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7825 `vc-annotate-difference' added to supported backend functions.
7826
78272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7828
7829 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7830 Use with-temp-file instead of /bin/sh. Merged from mainline
7831
78322000-09-04 Martin Lorentzson <martinl@gnu.org>
7833
7834 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7835
7836 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7837
7838 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7839
78402000-09-04 Martin Lorentzson <martinl@gnu.org>
7841
7842 * vc-hooks.el: vc-state-heuristic added to
7843 vc-backend-hook-functions.
7844
7845 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7846
7847 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7848
7849 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7850 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7851 state to `reserved'.
7852
7853 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7854 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7855
78562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7857
7858 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7859 untouched.
7860
7861 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7862
7863 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7864 if defined. (Merged from main line, slightly adapted.)
7865
7866 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7867 millenium problem (merged from mainline).
7868
78692000-09-04 Martin Lorentzson <martinl@gnu.org>
7870
7871 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7872 part and moved the non-BACKEND stuff to vc.el.
7873
7874 * vc.el: Split the annotate feature into a BACKEND specific part
7875 and moved it from the vc-cvs.el file to this one.
7876
78772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7878
7879 * vc-hooks.el: Implement new state model.
7880 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7881 (vc-locking-user): Simplify. Now only needed if the file is
7882 locked by somebody else.
7883 (vc-lock-from-permissions): Remove. Functionality is in
7884 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7885 (vc-mode-line-string): New name for former vc-status. Adapted.
7886 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7887
7888 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7889 Various simplifications and adaptations all over the place.
7890
7891 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7892 Simplify and adapt the rest.
7893
7894 * vc.el (vc-resynch-window): Add TODO comment: check for
7895 interaction with view mode according to recent RCS change.
7896 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7897
78982000-09-04 Martin Lorentzson <martinl@gnu.org>
7899
7900 * vc.el: Convert the remaining function comments to docstrings.
7901
79022000-09-04 Martin Lorentzson <martinl@gnu.org>
7903
7904 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7905 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7906 (vc-minor-part, vc-previous-version): Functions that operate and
7907 compare revision numbers got proper documentation. Comments added
7908 about their possible removal.
7909
79102000-09-04 Martin Lorentzson <martinl@gnu.org>
7911
7912 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7913 the vc-backend.el files.
7914
7915 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7916
7917 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7918 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7919 (vc-rcs-previous-version): Functions added.
7920
7921 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7922
7923 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7924
79252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7926
7927 * vc-hooks.el (vc-master-templates): Is really obsolete.
7928 Comment out the definition for now. What is the right procedure
7929 to get rid of it?
7930 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7931 rewritten.
7932 (vc-default-registered): Remove.
7933 (vc-check-master-templates): New function; does mostly what the
7934 above did before.
7935 (vc-locking-user): Don't rely on the backend to set the property.
7936
7937 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7938 Rewrite documentation.
7939 (vc-rcs-templates-grabbed): New variable.
7940 (vc-rcs-grab-templates): New function.
7941 (vc-rcs-registered): Rewrite to use above mechanism.
7942
7943 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7944 Rewrite documentation.
7945 (vc-sccs-templates-grabbed): New variable.
7946 (vc-sccs-grab-templates): New function.
7947 (vc-sccs-registered): Rewrite to use above mechanism.
7948 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7949 Don't throw the result, simply return it.
7950
7951 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7952 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7953 (vc-cvs-registered): Does the check itself now. Simplify.
7954
7955 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7956 from main line.
7957
79582000-09-04 Martin Lorentzson <martinl@gnu.org>
7959
7960 * vc-cvs.el (vc-cvs-diff): New function.
7961
7962 * vc-sccs.el (vc-sccs-diff): New function.
7963
7964 * vc-rcs.el (vc-rcs-diff): New function.
7965 (vc-rcs-checkout): Bug (typo) found and fixed.
7966 (vc-rcs-register-switches): New variable.
7967
7968 * vc.el (vc-backend-diff): Function removed and placed in the
7969 backend files.
7970
79712000-09-04 Martin Lorentzson <martinl@gnu.org>
7972
7973 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7974
7975 * vc.el (vc-backend-checkout): Function removed and replaced in
7976 the vc-backend.el files.
7977
7978 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7979
7980 * vc.el (vc-backend-admin): Removed and replaced in the
7981 vc-backend.el files.
7982
7983 * vc.el (Martin): Removed all the annotate functionality since it
7984 is CVS backend specific.
7985
79862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7987
7988 * spec.txt: Added specification of vc-state.
7989
7990 * vc-sccs-hooks.el (vc-sccs-master-properties):
7991 Remove handling of vc-latest-version and
7992 vc-your-latest-version. What used to be vc-latest-version, is now
7993 returned as vc-workfile-version.
7994 (vc-sccs-workfile-version): Adapt.
7995
79962000-09-04 Dave Love <fx@gnu.org>
7997
7998 * vc.el: [Merged from mainline.]
7999 (vc-dired-mode): Make the dired-move-to-filename-regexp
8000 regexp match the date, to avoid treating date as file size.
8001 Add YYYY S option to WESTERN/
8002
80032000-09-04 Dave Love <fx@gnu.org>
8004
8005 * vc.el: Require `compile' when compiling.
8006 (vc-logentry-check-hook): New option.
8007 (vc-steal-lock): Use compose-mail.
8008 (vc-dired-mode-map): Defvar when compiling.
8009 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8010 vc-sccs.el and renamed. Callers changed.
8011 (vc-backend-checkout, vc-backend-logentry-check)
8012 (vc-backend-merge-news): Doc fix.
8013 (vc-default-logentry-check): New function.
8014 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8015 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8016 (vc-backend-merge): Doc fix. Use backend functions.
8017 (vc-check-headers): Use backend functions.
8018
8019 * vc-cvs.el: Require vc when compiling.
8020 (vc-cvs-register-switches): Doc fix.
8021 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8022 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8023 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8024 New functions (code from vc.el).
8025 (vc-annotate-display-default): Fix interactive spec.
8026 (vc-annotate-time-span): Doc fix.
8027
8028 * vc-rcs.el: Require vc when compiling.
8029 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8030 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8031 (vc-rcs-checkin): New functions (code from vc.el).
8032 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8033 Doc fix.
8034 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8035
8036 * vc-sccs.el: Require vc when compiling.
8037 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8038 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8039 (vc-sccs-revert)
8040 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8041 from vc.el).
8042 (vc-sccs-add-triple, vc-sccs-record-rename)
8043 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8044 (vc-sccs-admin): Doc fix.
8045
80462000-09-04 Martin Lorentzson <martinl@gnu.org>
8047
8048 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8049 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8050 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8051 from vc.el.
8052
8053 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8054
8055 * vc-cvs.el: Moved the annotate functionality from vc.el.
8056 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8057
80582000-09-04 Dave Love <fx@gnu.org>
8059
8060 * vc.el (vc-backend-release): Call vc-system-release.
8061
8062 * vc-sccs.el (vc-sccs-system-release):
8063 Renamed from vc-sccs-backend-release.
8064
8065 * vc-rcs.el (vc-rcs-system-release):
8066 Renamed from vc-rcs-backend-release.
8067
8068 * vc-cvs.el (vc-cvs-system-release):
8069 Renamed from vc-cvs-backend-release.
8070
80712000-09-04 Dave Love <fx@gnu.org>
8072
8073 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8074 backend files.
8075 (vc-backend-release): Dispatch to backend functions.
8076 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8077 probably needs attention.]
8078
8079 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8080 (vc-sccs-backend-release): New function.
8081
8082 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8083 (vc-cvs-backend-release): New function.
8084
8085 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8086 Doc fix.
8087 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8088 (vc-default-dired-state-info): New function.
8089 (vc-dired-state-info): Dispatch to backends.
8090 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8091
8092 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8093 from vc.el and renamed.
8094
80952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8096
8097 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8098 (vc-version-other-window, vc-backend-assign-name): Removed
8099 references to vc-latest-version; sometimes changed into
8100 vc-workfile-version.
8101
8102 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8103 vc-rcs-master-workfile-version.
8104 (vc-rcs-workfile-version): Use the above. Don't call
8105 vc-latest-version (that was unreachable code, anyway).
8106 (vc-rcs-fetch-master-properties): Doc fix.
8107
8108 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8109 (vc-backend-hook-functions): Removed them from this list, too.
8110 (vc-fetch-properties): Removed.
8111 (vc-workfile-version): Doc fix.
8112
8113 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8114 (vc-rcs-workfile-version, vc-rcs-locking-user)
8115 (vc-rcs-uses-locking): Use it.
8116
8117 * vc-hooks.el (vc-consult-rcs-headers):
8118 Moved into vc-rcs-hooks.el, under the name
8119 vc-rcs-consult-headers.
8120
8121 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8122 headers.
8123 (vc-cvs-find-master): Use this name only; correct different
8124 versions of the name.
8125
8126 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8127 New functions.
8128 (vc-sccs-locking-user): Use the latter.
8129
8130 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8131 New functions.
8132
8133 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8134 Moved into both
8135 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8136 functions are implementation details of those two backends.
8137
81382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8139
8140 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8141 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8142
8143 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8144 (vc-sccs-parse-locks): SCCS-specific code moved here from
8145 vc-hooks.
8146
8147 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8148 code moved here from vc-hooks.
8149
8150 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8151 into back-end specific parts and removed. Callers not updated
8152 yet; because I guess these callers will disappear into back-end
8153 specific files anyway.
8154
81552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8156
8157 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8158 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8159 `vc-uses-locking'.
8160
8161 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8162 Store yes/no in the property, and return t/nil. Updated all
8163 callers.
8164
8165 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8166 vc-sccs-uses-locking. Don't set property.
8167 (vc-sccs-locking-user): Don't set property.
8168
8169 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8170 vc-cvs-uses-locking. Don't set property here; leave that to
8171 vc-hooks.
8172 (vc-cvs-locking-user): Reflect above change. Streamlined.
8173
8174 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8175 vc-rcs-uses-locking.
8176 (vc-rcs-locking-user): Reflect above change.
8177
81782000-09-04 Dave Love <fx@gnu.org>
8179
8180 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8181
8182 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8183
8184 * vc-hooks.el (vc-checkout-model): Punt to backends.
8185
8186 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8187
8188 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8189
8190 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8191 New functions.
8192
8193 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8194 New functions.
8195
8196 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8197 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8198
8199 * vc-hooks.el (vc-default-locking-user): New function.
8200 (vc-locking-user, vc-workfile-version): Punt to backends.
8201
82022000-09-04 Dave Love <fx@gnu.org>
8203
8204 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8205 (vc-master-workfile-version): Moved from vc-hooks.
8206
8207 * vc-rcs-hooks.el: Fix duplicate code in last change.
8208
8209 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8210 (vc-rcs-master-templates): Improve :type.
8211 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8212 vc-master-workfile-version): Moved from vc-hooks.
8213
8214 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8215 (vc-sccs-master-templates): Improve :type.
8216 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8217
8218 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8219
8220 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8221 (vc-cvs-master-templates): Improve :type. Use
8222 vc-cvs-find-cvs-master.
8223 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8224 from vc-hooks.
8225 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8226
8227 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8228 Moved to vc-cvs-hooks.
8229
8230 * vc-hooks.el: Add doc strings in various places. Simplify the
8231 minor mode setup.
8232 (vc-handled-backends): New user variable.
8233 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8234 simplification.
8235
82362000-09-04 Dave Love <fx@gnu.org>
8237
8238 * vc.el: Some doc fixes for autoloaded and interactive functions.
8239 Fix compilation warnings from ediff stuff.
8240 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8241
8242 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8243
8244 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8245
8246 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8247
82482000-09-04 Dave Love <fx@gnu.org>
8249
8250 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8251 New variable.
8252 (vc-make-backend-function, vc-loadup, vc-call-backend)
8253 (vc-backend-defines): New functions.
8254
8255 * vc-hooks.el: Various doc fixes.
8256 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8257 (vc-match-substring): Function removed. Callers changed to use
8258 match-string.
8259 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8260 Simplify.
8261
82622000-09-04 Dave Love <fx@gnu.org>
8263
8264 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8265 type.
8266 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8267 (vc-sccs-registered): Doc fix.
8268
8269 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8270 (vc-cvs-registered): Doc fix.
8271
8272 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8273 (vc-rcs-registered): Doc fix.
8274
82752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8276
8277 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8278
8279 * vc-hooks.el: vc-registered has been renamed
8280 vc-default-registered. Some functions have been moved to the
8281 backend specific files. they all support the
8282 vc-BACKEND-registered functions.
8283
82842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8285
8286 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8287
8288 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8289
82902000-09-04 Dave Love <fx@gnu.org>
8291
8292 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8293 menu-bar-update-hook.
8294
8295 * help.el (help-manyarg-func-alist): Add
8296 find-operation-coding-system.
8297
8298 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8299
8300 * custom.el (custom-set-variables): Print message about errors in
8301 setting.
8302
83032000-09-03 Andrew Innes <andrewi@gnu.org>
8304
8305 * makefile.w32-in: Change to DOS line endings.
8306
83072000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8308
8309 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8310 minor-mode keymaps, if they don't have one.
8311
83122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8313
8314 * eshell/esh-module.el (eval-when-compile): Don't lose if
8315 esh-module.el's file name is truncated to DOS 8+3 limits.
8316
83172000-09-01 John Wiegley <johnw@gnu.org>
8318
8319 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8320 predicate, which caused entries in the completion list to be
8321 doubled.
8322
83232000-08-30 John Wiegley <johnw@gnu.org>
8324
8325 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8326 sending to subprocesses. Also, hook pre-command-hook if
8327 `eshell-send-direct-to-subprocesses' is non-nil.
8328 (eshell-send-direct-to-subprocesses): New config variable. If t,
8329 subprocess input is send immediately.
8330 (eshell-toggle-direct-send): New function.
8331 (eshell-self-insert-command): New function.
8332 (eshell-intercept-commands): New function.
8333 (eshell-send-input): If direct subprocess sending is enabled,
8334 don't echo any input to the Eshell buffer. Let the subprocess
8335 handle that. This requires "stty echo" in bash, for example.
8336
83372000-08-28 John Wiegley <johnw@gnu.org>
8338
8339 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8340 completion function for Eshell's implementation of `unset'.
8341
83422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8343
8344 * info.el (Info-directory-list): Doc fix.
8345
83462000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8347
8348 * filecache.el (file-cache-add-directory-using-find): Don't quote
8349 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8350
83512000-08-31 Kenichi Handa <handa@etl.go.jp>
8352
8353 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8354 coding systems.
8355
83562000-08-30 Andrew Innes <andrewi@gnu.org>
8357
8358 * timer.el (run-with-idle-timer): Undo last change, so that timer
8359 is not activated immediately if Emacs is already idle. Some
8360 existing code relies on this behaviour.
8361
83622000-08-30 Miles Bader <miles@gnu.org>
8363
8364 * frame.el (set-frame-font): Do completion of font-name for
8365 interactive use.
8366
83672000-08-30 Kenichi Handa <handa@etl.go.jp>
8368
8369 * international/quail.el (quail-start-translation): Bind locally
8370 last-command-event, last-command, and this-command.
8371 (quail-start-conversion): Likewise.
8372 (quail-self-insert-command): Fix docstring.
8373
83742000-08-29 Gerd Moellmann <gerd@gnu.org>
8375
8376 * progmodes/executable.el
8377 (executable-make-buffer-file-executable-if-script-p): Check that
8378 buffer contains at least 2 characters.
8379
83802000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8381
8382 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8383
83842000-08-29 Dave Love <fx@gnu.org>
8385
8386 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8387 (diff-mode-shared-map): Bind mouse-2.
8388 (diff-imenu-generic-expression): New variable.
8389 (diff-mode): Use it.
8390
8391 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8392 (mouse-popup-menubar): Add minor mode menus.
8393 (popup-menu): Check for lookup-key returning number.
8394
83952000-08-29 Miles Bader <miles@gnu.org>
8396
8397 * comint.el (comint-send-input): Create overlays using the proper
8398 front/read-advance arguments.
8399
84002000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8401
8402 * ps-print.el: Even/odd pages printing. Doc fix.
8403 (ps-print-version): New version number (6.0).
8404 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8405 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8406 (ps-print-duplex-feature): Variable eliminated.
8407 (ps-even-or-odd-pages): New variable.
8408
8409 * progmodes/ebnf2ps.el: Doc fix.
8410 (ebnf-version): New version (3.3).
8411 (ebnf-user-arrow): Change variable customization to sexp.
8412 (ebnf-user-arrow): Function eliminated.
8413 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8414
84152000-08-29 Kenichi Handa <handa@etl.go.jp>
8416
8417 * help.el (help-xref-mule-regexp): New variable.
8418 (help-make-xrefs): Handle help-xref-mule-regexp.
8419
8420 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8421 variable.
8422 (describe-input-method): Temporarily activate the specfied input
8423 method to display the information.
8424 (describe-language-environment): Hyperlinks to mule related items.
8425
8426 * international/mule-diag.el (charset-multibyte-form-string): New
8427 function.
8428 (list-character-sets-1): Use charset-multibyte-form-string.
8429 (describe-character-set): New function.
8430 (describe-coding-system): Hyperlinks to safe character sets.
8431
8432 * international/quail.el (quail-help): New arg PACKAGE.
8433 Hyperlinks to mule related items.
8434 (quail-help-insert-keymap-description): Use
8435 substitute-command-keys instead of describe-bindings.
8436 (quail-translation-help): Hyperlinks to mule related items.
8437
84382000-08-28 John Wiegley <johnw@gnu.org>
8439
8440 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8441 have a defsubst call itself. Made `eshell-flatten-list' back into
8442 a function again.
8443
8444 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8445 catch, in case re-centering point at bottom messes up the display.
8446 This happens frequently in Emacs 21, due I believe to variable
8447 line heights.
8448
8449 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8450 to call `find-tag-interactive'.
8451
8452 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8453 the list of remember directories.
8454
84552000-08-28 John Wiegley <johnw@gnu.org>
8456
8457 * align.el: Test align-region-separate to see if it's a symbol.
8458
84592000-08-28 John Wiegley <johnw@gnu.org>
8460
8461 * eshell/esh-util.el (eshell-flatten-list): Made this function
8462 into a defsubst form. It gets used very frequently, although
8463 calls don't occur all that often.
8464
8465 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8466 examining it.
8467
8468 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8469 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8470 `eshell-protect'.
8471 (eshell-copy-handles): Created a new macro for duplicating the
8472 current set of open handles. This is needed by the looping
8473 functions.
8474 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8475 is not incorrectly stomped on.
8476
8477 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8478 declaration for pcomplete-use-paring.
8479 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8480 value of eshell-cmpl-use-paring.
8481 * pcomplete.el (pcomplete-use-paring): New config variable, to
8482 indicate whether paring should be used.
8483 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8484 completion alternatives that have already been used.
8485
8486 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8487 bound to C-c C-y, which will repeat the previous N arguments
8488 (based on prefix argument).
8489 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8490
8491 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8492 if there is no *Help* buffer. This is for XEmacs, which renames
8493 its help buffers uniquely. TODO: Find out what the current buffer
8494 name to delete is.
8495
8496 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8497 first entry that correlates to a passwd/group number. Later
8498 entries (used for group/user name aliasing to multiple IDs) are
8499 ignored.
8500
8501 * eshell/em-xtra.el (eshell/expr):
8502 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8503 (eshell-grep, eshell/diff, eshell/locate):
8504 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8505 argument list, before passing it to the system command.
8506
8507 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8508 `find-tag' for use at final position in Eshell buffers (which
8509 otherwise triggers an error on Emacs 21).
8510 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8511 buffer, if it is currently bound to `find-tag'.
8512
8513 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8514 in the list of matched Makefile names.
8515 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8516 directory, prefer its contents to Makefile.
8517
8518 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8519 directory parts (like "cd old new", or "cd =regexp"), are now case
8520 sensitive on non-Windows/DOS platforms.
8521
8522 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8523 types RET after an open delimiter (like "), display a message
8524 indicating that Eshell is waiting for the closing delimiter.
8525
8526 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8527 environment variables.
8528
8529 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8530 gracefully if the user enters incorrect arguments.
8531
8532 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8533 Eshell buffers.
8534
8535 * eshell/esh-var.el (eshell-interpolate-variable):
8536 * eshell/esh-mode.el (eshell-move-argument):
8537 * eshell/em-unix.el (eshell-du-sum-directory):
8538 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8539 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8540 (not (= ...)).
8541
8542 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8543 to ensure the `preserve' flag gets propagated when doing recursive
8544 directory copies.
8545
85462000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8547
8548 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8549 Don't convert \n into \0177 in memory.
8550 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8551 and back again, when reading and writing.
8552
85532000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8554
8555 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8556 testing of `fboundp' on `processp'.
8557
8558 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8559 (eshell/jobs): Don't call process-list if it is not bound.
8560 (eshell-gather-process-output): Support systems where async
8561 subprocesses aren't supported.
8562 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8563 variables.
8564
8565 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8566 eshell-do-eval returns t.
8567 (eshell-do-pipelines-synchronously): New defmacro.
8568 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8569 when async subprocesses aren't supported.
8570 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8571 if async subprocesses aren't supported.
8572 (eshell-resume-command): Don't assume STATUS is a string.
8573
8574 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8575
8576 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8577 (eshell-close-target, eshell-get-target): Use eshell-processp.
8578 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8579 fix.
8580 (eshell-get-target, eshell-create-handles): Doc fix.
8581
85822000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8583
8584 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8585 criterion to include commands that output something, as long as it
8586 leaves both the command and the end-of-buffer visible when the
8587 command has exited.
8588 (eshell-review-quick-commands): Adjust the help doc string
8589 accordingly.
8590
85912000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8592
8593 * locate.el (locate): Cleaned up locate command's interactive prompting
8594 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8595
8596 * filecache.el (file-cache-case-fold-search): New variable
8597 (file-cache-assoc-function): New variable
8598 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8599 Use file-cache-case-fold-search variable
8600 (file-cache-add-file): Use file-cache-assoc-function
8601 (file-cache-delete-file): likewise
8602 (file-cache-directory-name): likewise
8603 (file-cache-debug-read-from-minibuffer): likewise
8604
86052000-08-28 Gerd Moellmann <gerd@gnu.org>
8606
8607 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8608 (abbrev-table-name): New function.
8609 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8610 If non-nil list local abbrev, only.
8611
86122000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8613
8614 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8615 from Gnus support code, and use special article copy buffer
8616 `(gnus-original-article-buffer)' instead. This allows to get rid
8617 of article-hide-headers usage (which breaks in the latest Gnus
8618 version). Thanks to Detlev Zundel.
8619
86202000-08-28 Kenichi Handa <handa@etl.go.jp>
8621
8622 * international/quail.el (quail-use-package): Hide "... loaded"
8623 message.
8624 (quail-start-translation, quail-start-conversion): Likewise.
8625
8626 * international/kkc.el (kkc-region): Hide "... loaded" message.
8627
86282000-08-27 Dave Love <fx@gnu.org>
8629
8630 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8631
86322000-08-27 Miles Bader <miles@gnu.org>
8633
8634 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8635
86362000-08-27 Kenichi Handa <handa@etl.go.jp>
8637
8638 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8639 'ja-dic-cnv), not (require 'skkdic-cnv).
8640
86412000-08-26 Miles Bader <miles@gnu.org>
8642
8643 * faces.el (face-x-resources): Add entry for :inherit.
8644 * cus-face.el (custom-face-attributes): Add support for :inherit
8645 attribute. Add support for relative face heights.
8646 (custom-face-attributes-get): Treat `nil' as being a default value
8647 for :inherit (as well as `unspecified').
8648
8649 * faces.el (set-face-attribute): Update doc string.
8650 (face-attribute-name-alist): Add :inherit.
8651 (face-valid-attribute-values): Handle :inherit.
8652 (face-read-string): Rephrase prompt to be less confusing.
8653 Assume that DEFAULT is a string, since we must return a string.
8654 (face-read-integer): Use `format' to turn DEFAULT into an
8655 acceptable default for face-read-string. Match NEW-VALUE against
8656 the string "unspecified", not the symbol `unspecified', since
8657 that's what face-read-string returns.
8658 (read-face-attribute): Lookup a name for old-value in valid, and
8659 use it as a default if we find one. Treat all values from
8660 face-read-string as strings. If the default is used, don't do any
8661 more processing on the value, just use the old value directly.
8662 (read-face-and-attribute, modify-face): Tweak prompt.
8663 (read-face-name): Don't assume prompt ends with a space.
8664
8665 * faces.el (describe-face): Add support for :inherit attribute.
8666
86672000-08-25 Kenichi Handa <handa@etl.go.jp>
8668
8669 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8670 concat doesn't accept interger.
8671
8672 * international/kkc.el: Remove SKK from Keywords. Require
8673 ja-dic-utl instead of skkdic-utl.
8674
8675 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8676 Provide ja-dic-cnv instead of skkdic-cnv.
8677 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8678 (iso-2022-7bit-short): Add safe-charsets property.
8679 (skkdic-convert-postfix): Search Japanese chou-on character in
8680 addition to Hiragana character.
8681 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8682 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8683 (batch-skkdic-convert): Likewise.
8684
8685 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8686 Provide ja-dic-utl instead of skkdic-utl.
8687 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8688
86892000-08-24 Dave Love <fx@gnu.org>
8690
8691 * disp-table.el (standard-display-default): Make the test of `l'
8692 useful.
8693
8694 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8695 mod sample text.
8696
8697 * international/iso-ascii.el: Make pilcrow convenient string
8698 consistent with section.
8699 (iso-ascii-display): Set up multibyte characters as well as
8700 unibyte.
8701
87022000-08-24 Kenichi Handa <handa@etl.go.jp>
8703
8704 * international/mule-cmds.el (reset-language-environment): Set
8705 default-process-coding-system to '(undecided . iso-latin-1), which
8706 makes process I/O almost consistent with file I/O. Call this
8707 function when mule-cmds.el[c] is loaded.
8708
87092000-08-22 Andrew Innes <andrewi@gnu.org>
8710
8711 * makefile.w32-in: New file.
8712
87132000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8714
8715 * comint.el (comint-output-filter): Compare end of
8716 comint-last-output-overlay with the start of the newly inserted
8717 text, not the end, when deciding whether to extend it.
8718 Set saved-point's insertion type to advance after insertion.
8719
8720 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8721 since this is now done independently of font-lock mode.
8722
87232000-08-21 Gerd Moellmann <gerd@gnu.org>
8724
8725 * server.el (server-kill-new-buffers): New user option.
8726 (server-existing-buffer): New buffer-local variable.
8727 (server-visit-files): When using an existing buffer, set
8728 server-existing-buffer to t.
8729 (server-buffer-done): If server-kill-new-buffers is t, kill the
8730 buffer, unless it was already present before visiting it with
8731 Emacs server.
8732
87332000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8736 even if the display doesn't support colors: some displays will
8737 support bold/underline faces.
8738
87392000-08-21 Gerd Moellmann <gerd@gnu.org>
8740
8741 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8742
8743 * startup.el (command-line): If user's init file had an error,
8744 add explanatory text to *Messages*.
8745
87462000-08-21 Kenichi Handa <handa@etl.go.jp>
8747
8748 * man.el (Man-getpage-in-background): Decode the process output by
8749 the system locale coding system.
8750
87512000-08-20 Dave Love <fx@gnu.org>
8752
8753 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8754 Don't test x-popup-menu.
8755 (function) <complete-function>: Complete only fbound symbols.
8756 <validate, value>: New.
8757 (variable) <complete-function>: Complete only bound symbols.
8758 (coding-system): Add :base-only, :complete-function, :validate,
8759 :value, :prompt-match.
8760 (widget-coding-system-prompt-value): Use read-coding-system and
8761 act on :base-only.
8762 (editable-field): Add :help-echo.
8763 (widget-push-button-gui, widget-push-button-cache)
8764 (widget-gui-action, widget-editable-list-gui): COmment out, along
8765 with uses.
8766 (widget-at): Make arg optional.
8767 (widget-echo-help): Adjust for current help-echo calling sequence.
8768 (widget-specify-field, widget-specify-button)
8769 (widget-specify-insert, widget-get-sibling, widget-image-find)
8770 (widget-convert, widget-insert, widget-leave-text)
8771 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8772 (widget-setup, widget-field-find, widget-before-change)
8773 (widget-after-change, widget-default-complete)
8774 (widget-default-create, widget-default-delete)
8775 (widget-push-button-value-create, editable-field)
8776 (widget-field-prompt-value, widget-field-validate)
8777 (widget-choice-value-create, widget-choice-action)
8778 (widget-choice-validate, widget-checklist-add-item)
8779 (widget-radio-add-item, widget-radio-chosen)
8780 (widget-radio-value-inline, widget-editable-list-value-create)
8781 (widget-editable-list-entry-create)
8782 (widget-documentation-link-add)
8783 (widget-documentation-string-value-create)
8784 (widget-regexp-validate, widget-file-complete)
8785 (widget-sexp-validate, widget-plist-convert-widget)
8786 (widget-plist-convert-widget, widget-alist-convert-widget)
8787 (widget-alist-convert-widget, widget-color-complete): Simplify,
8788 particularly to avoid bindings which aren't optimized out.
8789
8790 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8791 Doc fix.
8792 (down-list, backward-up-list, up-list, kill-sexp)
8793 (backward-kill-sexp, mark-sexp): Make arg optional.
8794 (lisp-complete-symbol): Add optional arg PREDICATE.
8795
8796 * cus-start.el: Add display-buffer-reuse-frames,
8797 file-coding-system-alist.
8798
87992000-08-20 Gerd Moellmann <gerd@gnu.org>
8800
8801 * startup.el (command-line): Clear realized faces after
8802 modifying TTY color mappings.
8803
88042000-08-20 Miles Bader <miles@gnu.org>
8805
8806 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8807 merely a subset of FACE's attributes.
8808
88092000-08-19 Miles Bader <miles@gnu.org>
8810
8811 * comint.el (comint-output-filter): Save the point with a marker,
8812 not just a buffer position.
8813
8814 * international/mule.el (set-buffer-process-coding-system): Make
8815 interactive prompt less confusing.
8816
88172000-08-19 Gerd Moellmann <gerd@gnu.org>
8818
8819 * hilit-chg.el: General cleanup of doc strings, comments and
8820 code formatting.
8821
88222000-08-19 Miles Bader <miles@gnu.org>
8823
8824 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8825 Compiler macro removed; beginning-of-line is no longer always
8826 equivalent to forward-line, in the presence of fields.
8827
8828 * comint.el (comint-output-filter): Remove ad-hoc saving of
8829 restriction, and just use save-restriction, now that it works
8830 correctly. Don't adjust comint-last-input-start to account for
8831 our insertion; it shouldn't have moved because we don't use
8832 insert-before-markers anymore. Comment out call to
8833 `force-mode-line-update'; why is it here?
8834
8835 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8836 while checking for prompt to delete. Use `forward-line 0'
8837 instead of beginning-of-line.
8838 (gud-filter): Temporarily widen gud comint buffer while
8839 examining output.
8840
88412000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8842
8843 * progmodes/sh-script.el: Big bag of typos.
8844
8845 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8846 check since ispell-process is not bound when ispell is not yet loaded.
8847
88482000-08-18 Dave Love <fx@gnu.org>
8849
8850 * image.el (find-image): Copy `spec' before using plist-put.
8851
88522000-08-18 Gerd Moellmann <gerd@gnu.org>
8853
8854 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8855 `portugues'.
8856
8857 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8858 backward-kill-sexp, analogous to kill-sexp.
8859
8860 * progmodes/icon.el (icon-indent-line)
8861 (icon-is-continuation-line): Handle comments specially.
8862
88632000-08-17 Ken Stevens <k.stevens@ieee.org>
8864
8865 * ispell.el: Set to standard author/maintainer/keyword fields.
8866 Fine tuning to menu map appearance and operation, and added help.
8867 Remove `start' and `end' error messages when compiling.
8868 (ispell-choices-win-default-height): Fixed comment string.
8869 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8870 castellano8 dictionaries.
8871 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8872 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8873 dictionary, added italiano dictionary.
8874 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8875 word character
8876 (ispell-tex-skip-alists): Added psfig support.
8877 (ispell-skip-html): Renamed from ispell-skip-sgml.
8878 (ispell-begin-skip-region-regexp, ispell-skip-region)
8879 (ispell-minor-check): Improved html skipping support to skip across
8880 code, and recognize `&' commands without propper `;' syntax;
8881 (ispell-process-line): Fix alignment error when manually
8882 correcting spelling.
8883 (ispell): Fix comment string.
8884 (ispell-add-per-file-word-list): Always put word list on new line.
8885
88862000-08-17 Gerd Moellmann <gerd@gnu.org>
8887
8888 * format.el (format-encode-run-method): Fix error message to say
8889 `encode' instead of `decode'. Use save-window-excursion around
8890 shell-command-on-region as in format-decode-run-method because
8891 shell-command-on-region can display a buffer with error output.
8892 (format-decode): Don't record undo information for the decoding.
8893 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8894 that number part of the temporary buffer name so that more than
8895 one decoding using a temporary buffer can happen safely.
8896
8897 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8898 of `A-z' in the regexp.
8899
8900 * hilit-chg.el: Fix typos in commentary.
8901
8902 * help.el (view-emacs-news): Rewritten for new naming scheme
8903 for old NEWS files.
8904
8905 * startup.el (command-line): Pop to *Messages* in case an error
8906 is signaled while loading user-init-file.
8907
89082000-08-17 Andreas Schwab <schwab@suse.de>
8909
8910 * files.el (insert-directory): Don't lose original file name,
8911 undoing an undocumented change.
8912
89132000-08-17 Alex Schroeder <alex@gnu.org>
8914
8915 * sql.el (sql-magic-go): Use comint-bol.
8916 (sql-copy-column): Use comint-line-beginning-position.
8917 (comint-line-beginning-position): Define a replacement for
8918 comint-line-beginning-position if it is not fboundp.
8919
89202000-08-17 Alex Schroeder <alex@gnu.org>
8921
8922 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8923 it didn't have any effect anyway.
8924
89252000-08-17 Alex Schroeder <alex@gnu.org>
8926
8927 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8928 --pset and pager=off instead of sending \\o|cat at the beginning
8929 of the session.
8930
89312000-08-17 Miles Bader <miles@gnu.org>
8932
8933 * progmodes/octave-inf.el: Add compatibility definition of
8934 comint-line-beginning-position.
8935
89362000-08-17 Kenichi Handa <handa@etl.go.jp>
8937
8938 * startup.el (normal-top-level): Look in each dir in load-path for
8939 a leim-list.el file too. This assures of loading leim-list.el
8940 that is created at Emacs installation time even if a user have his
8941 own leim-list.el.
8942
89432000-08-17 Miles Bader <miles@gnu.org>
8944
8945 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8946 foreground color to black if the background is dark.
8947
89482000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8949
8950 * loadhist.el (unload-feature): Typo.
8951
8952 * finder.el (finder-compile-keywords):
8953 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8954 to the generated file.
8955
8956 * mail/mh-e.el (mh-make-local-vars):
8957 Replace make-variable-buffer-local with make-local-variable.
8958
8959 * play/landmark.el:
8960 * options.el (Edit-options-{set,toggle,t,nil}):
8961 * mail/mailabbrev.el (mail-abbrevs-mode):
8962 * textmodes/tex-mode.el (tex-expand-files):
8963 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8964
8965 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8966
8967 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8968 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8969 Allow going past the last element.
8970 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8971 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8972 (cvs-mouse-toggle-mark): Don't move point.
8973 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8974
8975 * progmodes/compile.el (grep): Provide a default set of files.
8976 (next-error): Docstring fix.
8977 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8978
8979 * emacs-lisp/easy-mmode.el (define-minor-mode):
8980 Use `symbol-value' to keep the byte-compiler quiet.
8981
8982 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8983 (diff-find-source-location): New fun, extracted from diff-goto-source.
8984 (diff-goto-source): Use it.
8985 (diff-next-complex-hunk, diff-filter-lines): New function.
8986 (diff-apply-hunk): New command.
8987
8988 * smerge-mode.el (smerge-mode-menu): Doc fix.
8989
8990 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8991
89922000-08-16 Dave Love <fx@gnu.org>
8993
8994 * windmove.el (windmove) <defgroup>: Add :version.
8995
8996 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8997 (goto-address-fontify-p, goto-address-highlight-p)
8998 (goto-address-url-face, goto-address-url-mouse-face)
8999 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9000 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9001 (goto-address-fontify, goto-address-at-mouse): Simplify,
9002 (goto-address-at-point): browse-url-url-at-point,
9003 goto-address-find-address-at-point can return nil.
9004 (goto-address-find-address-at-point): Return nil on failure.
9005
9006 * align.el (align) <defgroup>: Add :version.
9007
9008 * calculator.el (calculator): Add :version.
9009 (calculator): Use two lines for calculator window if `modeline'
9010 face is boxed.
9011
9012 * play/5x5.el: Doc fixes.
9013 (5x5) <defgroup>: Add :version.
9014
9015 * play/fortune.el (fortune) <defgroup>: Add :version.
9016 (fortune-append): Fix error message.
9017 (fortune-from-region): Doc fix.
9018
9019 * play/pong.el (pong): Doc fix.
9020
9021 * play/morse.el: Keywords, commentary, autoloads.
9022
90232000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9024
9025 * desktop.el (desktop-save): Don't look at symbol-value of a
9026 member of minor-mode-alist, unless it is boundp.
9027
90282000-08-16 Sam Steingold <sds@gnu.org>
9029
9030 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9031 `while'; use `with-current-buffer' instead of `save-excursion'.
9032 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9033
90342000-08-16 Kenichi Handa <handa@etl.go.jp>
9035
9036 * international/ccl.el (declare-ccl-program): Docstring modified.
9037 (ccl-execute-with-args): Likewise.
9038
90392000-08-16 Miles Bader <miles@gnu.org>
9040
9041 * progmodes/sql.el: Add compatibility definition of
9042 comint-line-beginning-position.
9043
90442000-08-15 Gerd Moellmann <gerd@gnu.org>
9045
9046 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9047 'buffer-menu' property.
9048 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9049 fails.
9050 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9051 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9052 wasn't killed.
9053
9054 * buff-menu.el (list-buffers-noselect): Don't display the
9055 *Buffer List* buffer.
9056
9057 * font-lock.el: Require jit-lock to prevent a very late
9058 `Loading jit-lock' message.
9059
9060 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9061 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9062 mail address.
9063
90642000-08-15 Miles Bader <miles@gnu.org>
9065
9066 * textmodes/ispell.el (ispell-graphic-p): New constant.
9067 (ispell-choices-win-default-height, ispell-help): Use
9068 `ispell-graphic-p' instead of `xemacsp'.
9069
90702000-08-15 Dave Love <fx@gnu.org>
9071
9072 * simple.el: Autoload widget-convert when compiling.
9073 (mail-user-agent): Doc fix.
9074
9075 * help.el (function-called-at-point, variable-at-point): Use
9076 with-syntax-table.
9077 (help-manyarg-func-alist): Add insert-and-inherit.
9078
9079 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9080
9081 * delsel.el (delsel-unload-hook): New function.
9082
9083 * find-file.el: Doc fixes. Move provide to end.
9084 (ff) <defgroup>: Add :link.
9085 (ff-goto-click): Deleted.
9086 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9087 Use mouse-set-point.
9088
9089 * textmodes/tildify.el: Doc fixes.
9090 (tildify) <defgroup>: Add:version.
9091
9092 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9093 (glasses-custom-set): Use set-default, not set.
9094 (minor-mode-alist): Propertize the lighter.
9095 (glasses-mode): Provide optional arg.
9096
9097 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9098 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9099 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9100 option. Provide :type.
9101 (cwarn-configuration): Provide :type.
9102 (cwarn-mode): Doc fix.
9103
9104 * add-log.el (change-log-merge): Doc fix.
9105 (change-log-redate): New command.
9106
9107 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9108 Doze and Dog.
9109 (browse-url): Use dolist, not mapcar.
9110 (browse-url-at-point): Check for null url.
9111 (browse-url-event-buffer, browse-url-event-point): Functions
9112 deleted.
9113 (browse-url-at-mouse, browse-url-netscape): Simplify.
9114
9115 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9116 modes.
9117 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9118 Fix previous change to mapcan.
9119 (msb--init-file-alist, msb--add-separators)
9120 (msb--make-keymap-menu): Simplify.
9121 (msb--choose-file-menu): Use copy-sequence.
9122 (msb-mode-map): Add title to keymap.
9123 (msb-unload-hook): New function.
9124
9125 * bs.el: Fix indentation.
9126 (bs) <defgroup>: Add :links.
9127 (bs-show): Doc fix.
9128 (bs-apply-sort-faces): Don't use window-system.
9129 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9130
91312000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9132
9133 * calendar/timeclock.el (timeclock-file): Run .timelog through
9134 convert-standard-filename.
9135
91362000-08-14 Gerd Moellmann <gerd@gnu.org>
9137
9138 * emacs-lisp/authors.el: New file.
9139
9140 * paren.el (show-paren-priority): New user option.
9141 (show-paren-function): Set overlay priorities to
9142 show-paren-priority.
9143
91442000-08-14 Miles Bader <miles@gnu.org>
9145
9146 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9147 beginning-of-line with inhibit-field-text-motion bound.
9148
91492000-08-14 Gerd Moellmann <gerd@gnu.org>
9150
9151 * calendar/timeclock.el: New file.
9152
91532000-08-14 David Ponce <david@dponce.com>
9154
9155 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9156 `widget-button-click'. so that one can use left mouse button to
9157 click on dialog buttons.
9158
91592000-08-14 Emmanuel Briot <briot@gnat.com>
9160
9161 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9162 identifiers, since XML is case sensitive
9163
91642000-08-12 Miles Bader <miles@gnu.org>
9165
9166 * comint.el (comint-output-filter): Don't bother frobbing
9167 window-start, it doesn't seem to be necessary.
9168
9169 * comint.el (comint-send-string, comint-send-region): Make into
9170 real functions. Snapshot the prompt before sending.
9171
91722000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9173
9174 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9175 technique similar to Info-index, instead of relying on specific
9176 names of relevant Index nodes.
9177 (Info-goto-emacs-command-node): Bind Info-history to nil when
9178 going to the first node found by Info-find-emacs-command-nodes.
9179
91802000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9181
9182 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9183
91842000-08-10 Miles Bader <miles@gnu.org>
9185
9186 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9187
91882000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9189
9190 * info.el (Info-file-list-for-emacs): More elements for the
9191 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9192 and woman manuals.
9193
91942000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9195
9196 * comint.el (comint-send-input): Make the newline boundary overlay
9197 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9198 (comint-output-filter): Use `insert' instead of
9199 `insert-before-markers'. Extend comint-last-output-overlay when
9200 necessary since we can't rely on insert-before-markers to do it.
9201 * gud.el (gud-filter): Use `with-current-buffer' instead of
9202 save-excursion when inserting the output, so that point gets
9203 updated correctly; the old method relied on a rather dodgy
9204 side-effect of comint-output-filter to avoid the effect of
9205 save-excursion.
9206
92072000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9208
9209 * files.el (recover-file): Call insert-directory instead of
9210 invoking `ls' directly.
9211
92122000-08-10 Miles Bader <miles@gnu.org>
9213
9214 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9215 (comint-last-prompt-overlay): New variables.
9216 (comint-output-filter): Implement prompt highlighting.
9217 (comint-snapshot-last-prompt): New function.
9218 (comint-send-input): Snapshot the last prompt.
9219 Use comint-highlight-input-face.
9220 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9221 Use defface instead of defcustom.
9222 (send-invisible, comint-send-eof): Snapshot the last prompt.
9223 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9224 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9225
92262000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9227
9228 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9229 (regexp-opt-group): Use a list of chars for `letters'.
9230 (regexp-opt-charset): `chars' is now a list of chars.
9231 Use a char-table rather than a vector so it works for multibyte chars.
9232
9233 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9234 Set cvs-minor-current-files to the selected fileinfo.
9235 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9236 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9237
92382000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9239
9240 * files.el (insert-directory): Don't call access-file on
9241 directories on DOS and Windows.
9242
92432000-08-09 Kenichi Handa <handa@etl.go.jp>
9244
9245 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9246 longer if necessary.
9247 (ccl-embed-code): Call ccl-embed-data to store CODE in
9248 ccl-program-vector.
9249
92502000-08-09 Miles Bader <miles@gnu.org>
9251
9252 * comint.el (comint-output-filter): Properly handle the case where
9253 the text surrounded by comint-last-output-overlay was deleted.
9254
92552000-08-08 Gerd Moellmann <gerd@gnu.org>
9256
9257 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9258 non-nil.
9259 (Info-file-list-for-emacs): Remove "info" from the list because
9260 that leads to trying to use the documentation from file `info'
9261 in various situations where it isn't appropriate, for instance
9262 C-h C-k C-h i.
9263
9264 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9265 DIR and/or STRING are nil.
9266
9267 * progmodes/compile.el (compilation-setup): Make variable
9268 compilation-error-screen-columns buffer-local, as some comment
9269 in the code suggests it should be.
9270
9271 * files.el (auto-mode-interpreter-regexp): New variable.
9272 (set-auto-mode): Use it.
9273
9274 * indent.el (indent-for-tab-command): Doc fix.
9275
9276 * mouse-sel.el (mouse-sel-mode): Doc fix.
9277
9278 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9279 labels.
9280
9281 * help.el (print-help-return-message): When
9282 display-buffer-reuse-frames is set, let the help window been quit,
9283 instead of deleting it, which might delete a reused frame.
9284
92852000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9286
9287 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9288 rename a directory to a name that differs only by its letter case.
9289
92902000-08-08 Kenichi Handa <handa@etl.go.jp>
9291
9292 * international/quail.el (quail-define-rules): Handle Quail decode
9293 map correctly. Add code for supporting annotations.
9294 (quail-install-decode-map): New function.
9295 (quail-defrule-internal): New optional arguments decode-map and
9296 props.
9297 (quail-advice): New function.
9298
92992000-08-07 Sam Steingold <sds@gnu.org>
9300
9301 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9302 `defconst', `define-condition', `with-slots'.
9303 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9304
93052000-08-03 Miles Bader <miles@gnu.org>
9306
9307 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9308 New variable.
9309 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9310 comint-use-prompt-regexp-instead-of-fields.
9311 (comint-send-input): Add `input' field property to stuff we send to
9312 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9313 (comint-output-filter): Add `output' field property to process
9314 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9315 (comint-replace-by-expanded-history)
9316 (comint-get-old-input-default, comint-show-output)
9317 (comint-backward-matching-input, comint-forward-matching-input)
9318 (comint-next-prompt, comint-previous-prompt): Use field
9319 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9320 (comint-line-beginning-position): New function.
9321 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9322 (comint-replace-by-expanded-history-before-point): Use
9323 comint-line-beginning-position and line-end-position.
9324 (comint-last-output-overlay): New variable.
9325 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9326
9327 * shell.el (shell-prompt-pattern): Doc change.
9328 (shell-backward-command): Use line-beginning-position.
9329
9330 * gud.el (gud-gdb-complete-command): Use
9331 comint-line-beginning-position.
9332
9333 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9334 comint-bol doesn't actually go to the beginning of the line.
9335
9336 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9337 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9338 (try-expand-line-all-buffers): Likewise.
9339
9340 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9341 explicitly matching comint-prompt-regexp.
9342 (sql-copy-column): Use comint-line-beginning-position instead of
9343 explicitly matching comint-prompt-regexp.
9344
9345 * progmodes/octave-inf.el (inferior-octave-complete): Use
9346 comint-line-beginning-position.
9347
9348 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9349
9350 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9351 looking for a prompt, use `forward-line 0' instead of
9352 `beginning-of-line', to avoid getting caught by an input field.
9353
93542000-08-07 Gerd Moellmann <gerd@gnu.org>
9355
9356 * files.el (shell-quote-wildcard-pattern): Make sure to return
9357 PATTERN, in the Unix case.
9358
93592000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9360
9361 * play/zone.el (zone): Discard any pending input before running
9362 the randomly-chosen pgm.
9363
93642000-08-07 Kenichi Handa <handa@etl.go.jp>
9365
9366 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9367 checking the existence of any multibyte characters.
9368
93692000-08-06 Gerd Moellmann <gerd@gnu.org>
9370
9371 * help.el (describe-mode): Test minor-mode symbol for being
9372 bound before testing its value for being nil.
9373
9374 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9375 `first', `second', and `third'.
9376
9377 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9378 (second): Make it an alias for `cadr'.
9379
93802000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9381
9382 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9383 types of display support faces now.
9384
93852000-08-05 Gerd Moellmann <gerd@gnu.org>
9386
9387 * pcvs.el (require): Require `cl' during compilation, only.
9388
9389 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9390 (toplevel): Remove `remq' and `remove' from autoloads.
9391 (cl-fake-autoloads): New variable. If set, arrange for an error
9392 when CL functions etc. are autoloaded.
9393
93942000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9395
9396 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9397
9398 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9399 popped up, but the user clicks outside the menu, return an empty
9400 regexp (that causes unhighlight-regexp to have no effect).
9401
9402 * menu-bar.el (menu-bar-games-menu): Add Zone.
9403
9404 * hi-lock.el (toplevel): Require font-lock.
9405
94062000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9407
9408 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9409 (ebnf-8-bit-chars): New var for bug fix.
9410 (ebnf-string): Bug fix.
9411
94122000-08-03 Sam Steingold <sds@gnu.org>
9413
9414 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9415 instead of `buffer-string'.
9416 (require 'cl): Always, not just when compiling.
9417 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9418 necessary.
9419
94202000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9421
9422 * international/mule-cmds.el (select-safe-coding-system): Make
9423 the message text about selecting a safe coding system more clear.
9424
94252000-08-02 Gerd Moellmann <gerd@gnu.org>
9426
9427 * hi-lock.el: New file.
9428
9429 * play/zone.el: New file.
9430
9431 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9432 value of tab-width in the original buffer. Choose a line number
9433 format that's a multiple of the original buffer's tab width, so
9434 that lines appear right.
9435
9436 * textmodes/ispell.el (ispell): New function, replacing an alias.
9437 Spell-check active region if in transient-mark-mode and mark
9438 is active; otherwise spell-check buffer.
9439
94402000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9441
9442 * ps-mule.el: Fix a customization problem on
9443 ps-mule-font-info-database-default.
9444
94452000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9446
9447 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9448 display-mouse-p instead of window-system.
9449 (ebrowse-member-mode-map): Ditto.
9450
94512000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9452
9453 * progmodes/ebnf2ps.el: Update ps-print functions call.
9454 Indentation fix. Doc fix.
9455 (ebnf-version): New version number (3.2).
9456 (ebnf-format-color, ebnf-begin-job): Code fix.
9457
94582000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9459
9460 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9461 font lock support on window-system.
9462 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9463
9464 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9465 display-color-p, if fboundp, instead of window-system.
9466
94672000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9468
9469 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9470 instead of window-system.
9471
9472 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9473 window-system.
9474 (widget-choice-mouse-down-action): Use display-popup-menus-p
9475 instead of window-system.
9476
9477 * strokes.el (strokes-file): Run the file name through
9478 convert-standard-filename.
9479 (strokes-mode): Call display-mouse-p instead of looking at
9480 window-system. Change the error message accordingly.
9481
9482 * progmodes/cpp.el (toplevel): Support faces on tty's.
9483
9484 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9485 (lm-plot-square, lm-init-display): Don't use window-system.
9486
9487 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9488 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9489
9490 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9491 instead of looking at window-system.
9492
94932000-07-30 Gerd Moellmann <gerd@gnu.org>
9494
9495 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9496 of testing if iswitchb-prepost-hooks is bound, because the
9497 latter will always be true when invoking a recursive minibuffer
9498 from an active Iswitchb buffer.
9499
95002000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9501
9502 * files.el (shell-quote-wildcard-pattern): New function.
9503 (insert-directory): Call it. Only prepend "\" to command on Unix
9504 and GNU/Linux systems.
9505
95062000-07-30 Gerd Moellmann <gerd@gnu.org>
9507
9508 * eshell/esh-groups.el: Change custom :link file names
9509 from `eshell.info' to `eshell'.
9510
95112000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9512
9513 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9514 correctly in recursive ange-ftp listings.
9515
95162000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9517
9518 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9519 ps-header-font-size-internal and
9520 ps-header-title-font-size-internal variables are not set,
9521 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9522 face text property is (foreground-color . COLOR) or
9523 `(background-color . COLOR)', ps-print crashes. Doc fix.
9524 (ps-print-version): New version number (5.2.4).
9525 (ps-plot-region): Code fix.
9526 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9527 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9528 Bug fix 2.
9529
95302000-07-30 Milan Zamazal <pdm@freesoft.cz>
9531
9532 * glasses.el (glasses-make-readable): Fix uncapitalization of
9533 identifiers like `myXMLDocument'.
9534
95352000-07-28 Karl Fogel <kfogel@red-bean.com>
9536
9537 * mail/mail-hist.el (mail-hist-previous-input)
9538 (mail-hist-next-input): Do the obvious code factorization.
9539 (mail-hist-retrieve-and-insert): New func, contains common
9540 code of above two.
9541 If inserting a message body, leave point at top.
9542
95432000-07-28 Sam Steingold <sds@gnu.org>
9544
9545 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9546 Use `<=', not `<' to compare times!
9547 (ange-ftp-ls): Remove.
9548
95492000-07-27 Gerd Moellmann <gerd@gnu.org>
9550
9551 * play/cookie1.el: Add explanation of how to make cookie.el
9552 compatible with strfile(1) to comment.
9553
9554 * subr.el (remove, remq): New functions.
9555
9556 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9557 escape `*' in regexps.
9558 (midnight-find): Reverse order of arguments in the funcall of
9559 TEST.
9560
9561 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9562 and `.class'.
9563
9564 * play/meese.el: Add Commentary section.
9565
95662000-07-27 Alex Schroeder <alex@gnu.org>
9567
9568 * sql.el (sql-ms): Added autoload cookie.
9569 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9570 (sql-oracle): Ditto.
9571 (sql-help): Doc change.
9572
9573 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9574 types and exceptions.
9575
95762000-07-27 Alex Schroeder <alex@gnu.org>
9577
9578 * sql.el (sql-placeholder-history): New variable.
9579 (sql-query-placeholders-and-send): New function that will query
9580 the user and replace placeholders with user input.
9581 (sql-oracle): If running on NT, set comint-input-sender to
9582 sql-query-placeholders-and-send.
9583
9584 (sql-stop): If in the SQLi buffer, insert stop notification, else
9585 present it as a message.
9586
95872000-07-27 Alex Schroeder <alex@gnu.org>
9588
9589 * sql.el (sql-input-ring-separator): Doc change.
9590 (sql-input-ring-file-name): Doc change.
9591 (sql-interactive-mode): Use `sql-input-ring-separator' and
9592 `sql-input-ring-file-name' to set the comint-mode equivalents
9593 without making them local variables.
9594 (sql-stop): Don't bind `sql-input-ring-separator' and
9595 `sql-input-ring-file-name' dynamically to their comint-mode
9596 equivalents.
9597
95982000-07-27 Kenichi Handa <handa@etl.go.jp>
9599
9600 * international/mule.el (register-char-codings): New function.
9601 (make-coding-system): Handle `safe-chars' specification in the arg
9602 PROPERTY.
9603
9604 * international/mule-cmds.el
9605 (find-coding-systems-region-subset-p): This function deleted.
9606 (sort-coding-systems-predicate): New variable.
9607 (sort-coding-systems): New function.
9608 (find-coding-systems-region): Use
9609 find-coding-systems-region-internal.
9610 (find-coding-systems-string): Use find-coding-systems-region.
9611 (find-coding-systems-for-charsets): Check
9612 char-coding-system-table.
9613 (select-safe-coding-system-accept-default-p): New variable.
9614 (select-safe-coding-system): Mostly rewritten. New argument
9615 ACCEPT-DEFAULT-P.
9616 (select-message-coding-system): Call select-safe-coding-system
9617 with ACCEPT-DEFAULT-P arg.
9618 (reset-language-environment): Reset default-sendmail-coding-system
9619 to the default value iso-latin-1.
9620 (set-language-environment): Don't set the obsolete variable
9621 charset-origin-alist.
9622
9623 * international/codepage.el (cp-coding-system-for-codepage-1):
9624 Give `safe-chars' property to make-coding-system.
9625
9626 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9627 calling select-message-coding-system twice.
9628
9629 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9630 instead of `safe-charsets'.
9631 (cyrillic-alternativnyj): Likewise.
9632 (ccl-encode-alternativnyj): Don't check the charset
9633 cyrillic-iso8859-5.
9634
96352000-07-27 Kenichi Handa <handa@etl.go.jp>
9636
9637 * composite.el (compose-chars-after): Preserve match data.
9638
96392000-07-26 Sam Steingold <sds@gnu.org>
9640
9641 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9642 (ange-ftp-real-file-newer-than-file-p): New function.
9643 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9644 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9645
9646 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9647 * midnight.el (midnight-float-time): Ditto.
9648
96492000-07-26 Andreas Schwab <schwab@suse.de>
9650
9651 * files.el (normal-backup-enable-predicate): Correct
9652 interpretation of the return value of compare-strings.
9653
96542000-07-26 Gerd Moellmann <gerd@gnu.org>
9655
9656 * isearch.el (isearch-resume): New function.
9657 (isearch-done): Add something to command-history to resume
9658 the search.
9659 (isearch-yank-line, isearch-yank-word): Use
9660 buffer-substring-no-properties instead of buffer-substring.
9661
9662 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9663 of flyspell-mouse-map.
9664
9665 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9666 duplicate definition.
9667 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9668
9669 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9670 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9671
96722000-07-25 Sam Steingold <sds@gnu.org>
9673
9674 * net/ange-ftp.el: Get modtime over the net.
9675 (ange-ftp-file-modtime): New function.
9676 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9677 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9678 Use it.
9679 (ange-ftp-dot-to-slash): New function.
9680 (ange-ftp-fix-name-for-vms): Use it.
9681
9682 * midnight.el (midnight-buffer-display-time): Use
9683 `with-current-buffer'.
9684
96852000-07-25 Gerd Moellmann <gerd@gnu.org>
9686
9687 * find-dired.el: Update copyright notice.
9688 (find-dired): Offer to kill a running `find'.
9689
9690 * enriched.el (enriched-face-ans): For a `foreground-color'
9691 property, return '(("x-color" COLOR))' so that COLOR will be
9692 output as a parameter of the x-color annotation. Likewise for the
9693 `background-color' property. In the case of normal face
9694 properties, don't return annotations for unspecified foreground
9695 and background face attributes.
9696
96972000-07-25 Kenichi Handa <handa@etl.go.jp>
9698
9699 * language/japan-util.el (japanese-katakana-region): Fix handling
9700 HANKAKU argument.
9701
97022000-07-25 Miles Bader <miles@gnu.org>
9703
9704 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9705 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9706 constrain-to-field.
9707
97082000-07-24 Andrew Innes <andrewi@gnu.org>
9709
9710 * timer.el (timer-activate-when-idle): Add optional parameter
9711 DONT-WAIT. Update docstring.
9712 (run-with-idle-timer): Specify extra parameter to
9713 timer-activate-when-idle, so that timer will be activated
9714 immediately if Emacs is already idle.
9715
9716 * w32-fns.el (w32-using-nt): Fix docstring.
9717
97182000-07-24 Dave Love <fx@gnu.org>
9719
9720 * mouse.el (popup-menu): Set last-command-event.
9721 (mouse-major-mode-menu-prefix): Declare.
9722
97232000-07-24 Gerd Moellmann <gerd@gnu.org>
9724
9725 * textmodes/flyspell.el: Update to author's version 1.5d.
9726
9727 * progmodes/hideshow.el: Update copyright notice.
9728
9729 * vcursor.el: Set maintainer to FSF, since author cannot
9730 be reached.
9731
97322000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9733
9734 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9735 the prompt.
9736
9737 * mouse.el (popup-menu): Run the keymap through indirect-function,
9738 in case it was defined with define-prefix-key. If the menu is a
9739 list of keymaps, look up the binding of user's choice in each one
9740 of the keymaps.
9741 (mouse-popup-menubar): If the global and local menu-bar keymaps
9742 don't have a prompt string, create one and insert it into the
9743 keymap. Don't barf if current-local-map returns nil.
9744
97452000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9746
9747 * dired.el (dired-sort-R-check): Added to allow recursive listing
9748 to be undone.
9749 (dired-sort-other): Use it.
9750
97512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9752
9753 * Release of cc-mode 5.27
9754
97552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9756
9757 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9758 c-beginning-of-statement-1 that caused a bad case of recursion
9759 which could consume a lot of CPU in large classes in languages
9760 that have in-expression classes (i.e. Java and Pike).
9761
9762 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9763 statements before top level constructs (i.e. case 6 is moved
9764 before case 5 and is now case 4) to catch in-expression
9765 classes in top level expressions correctly.
9766
97672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9768
9769 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9770 objc-method-intro. Case 4 removed and case 5I added.
9771
9772 * cc-langs.el (c-append-paragraph-start): New variable used by
9773 c-common-init to get paragraph-start correct.
9774 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9775 initialize paragraph-start to make it correct both with and
9776 without the javadoc special case.
9777
9778 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9779 initialize paragraph-start for javadoc markup.
9780
9781 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9782 change by defaulting this to t. It's motivated by the
9783 confusing behavior that otherwise arise from the style system
9784 when editing both java and non-java files at the same time
9785 (see the comments about style setting in c-common-init).
9786
97872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9788
9789 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9790 similar to the one in c-fill-paragraph to check the fill
9791 prefix from the adaptive fill function for sanity.
9792
97932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9794
9795 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9796 defun block.
9797
97982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9799
9800 * cc-mode.texi Documented the change of cpp-macro.
9801
98022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9803
9804 * cc-align.el (c-lineup-multi-inher): Handle lines with
9805 leading comma nicely. Extended to handle member initializers
9806 too.
9807
9808 * cc-engine.el: (c-beginning-of-inheritance-list,
9809 c-guess-basic-syntax): Fixed recognition of inheritance lists
9810 when the lines begins with a comma.
9811
9812 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9813
9814 * cc-vars.el (c-offsets-alist): Changed default for
9815 member-init-cont to c-lineup-multi-inher since it now handles
9816 member initializers and indents better for leading commas.
9817
98182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9819
9820 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9821 handling that caused class open lines to be recognized as
9822 statement-conts in some cases.
9823
9824 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9825 guessed by the adaptive fill function unless point is on the
9826 first line of a block comment.
9827
9828 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9829 when the buffer ends with a macro continuation char.
9830
9831 * cc-engine.el (c-guess-basic-syntax): Added support for
9832 function definitions as statements in Pike. The first
9833 statement in a lambda block is now labeled defun-block-intro
9834 instead of statement-block-intro.
9835
9836 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9837 so that the class surrounding point is selected, not the one
9838 innermost in the state.
9839
9840 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9841 recognition of switch labels having hanging multiline
9842 statements.
9843
9844 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9845 some code in c-guess-basic-syntax to a separate function.
9846 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9847 recognition of member inits with multiple line arglists.
9848 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9849 member-init-cont when the commas are in funny places.
9850
98512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9852
9853 * cc-defs.el (c-auto-newline): Removed this macro since it's
9854 not used anymore.
9855
9856 * cc-engine.el (c-looking-at-bos): New helper function.
9857 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9858 inexpr and toplevel classes apart in Pike.
9859
9860 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9861 of case 9A.
9862
9863 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9864 constant, since "class" can introduce an in-expression class
9865 in Pike nowadays.
9866
98672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9868
9869 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9870 indentation on cpp-macro lines.
9871
9872 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9873 a syntax modifier like comment-intro, to make it possible to
9874 get syntactic indentation for preprocessor directives. It's
9875 incompatible wrt to lineup functions on cpp-macro, but it has
9876 no observable effect in the 99.9% common case where cpp-macro
9877 is set to -1000.
9878
98792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9880
9881 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9882 member-init-cont when the preceding arglist is several lines.
9883
98842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9885
9886 * cc-styles.el (c-style-alist): The basic offset for the BSD
9887 style corrected to 8.
9888
98892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9890
9891 * cc-styles.el (c-style-alist): Adjusted the indentation of
9892 brace list openers in the gnu style.
9893
98942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9895
9896 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9897
9898 * cc-cmds.el (c-electric-brace, c-electric-slash,
9899 c-electric-star, c-electric-semi&comma, c-electric-colon,
9900 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9901 when c-syntactic-indentation is nil.
9902
9903 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9904 we were left at comments preceding the first statement when
9905 reaching the beginning of the buffer.
9906
9907 * cc-vars.el (c-syntactic-indentation): New variable to turn
9908 off all syntactic indentation.
9909
99102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9911
9912 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9913 between the text and the block comment ender when it hangs,
9914 depending on how many there are before the fill.
9915
99162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9917
9918 * cc-engine.el (c-beginning-of-closest-statement): New helper
9919 function to go back to the closest preceding statement start,
9920 which could be inside a conditional statement.
9921 * cc-engine.el (c-guess-basic-syntax): Use
9922 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9923
9924 * cc-engine.el (c-guess-basic-syntax): Better handling of
9925 arglist-intro, arglist-cont-nonempty and arglist-close when
9926 the arglist is nested inside parens. Cases 7A, 7C and 7F
9927 changed.
9928
9929 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9930 up-to-date with javadoc 1.2.
9931
99322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9933
9934 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9935 multiline Pike type decls.
9936
99372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9938
9939 * cc-cmds.el (c-indent-new-comment-line): Always break
9940 multiline comments in multiline mode, regardless of
9941 comment-multi-line.
9942
99432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9944
9945 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9946 fully::qualified::names in C++ member init lists. Preamble in
9947 case 5D changed.
9948
99492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9950
9951 * cc-langs.el (c-common-init): Handling of obsolete variables
9952 moved to c-initialize-cc-mode. More compatible style override
9953 when using global style variables.
9954 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9955 variables moved here.
9956
9957 * cc-mode.texi: Documented the special behavior of
9958 c-special-indent-hook as a style variable. Don't talk about
9959 doing (c-make-styles-buffer-local t) in a mode hook, since
9960 that's already too late to work right.
9961
9962 * cc-styles.el (c-make-styles-buffer-local): Flag style
9963 variable localness in c-style-variables-are-local-p to make
9964 the compatibility measure in c-common-init work well.
9965
9966 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9967 longer contain set-from-style.
9968 * cc-styles.el (c-initialize-builtin-style): Don't check for
9969 set-from-style on c-special-indent-hook.
9970 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9971 copy-alist is sufficient now.
9972
9973 * cc-styles.el (c-set-style, c-set-style-1,
9974 c-get-style-variables): Fixes to variable initialization so
9975 that duplicate entries in styles have the same effect
9976 regardless of DONT-OVERRIDE.
9977
9978 * cc-styles.el (c-set-style-2): Fixed bug where the
9979 initialization of inheriting styles failed when the
9980 dont-override flag is set.
9981
9982 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9983 on this.
9984
99852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9986
9987 * cc-defs.el (c-forward-comment): Removed the workaround
9988 introduced in 5.38 since it had worse side-effects. If a line
9989 contains the string "//\"", it regarded the // as a comment
9990 start since the \ temporarily doesn't have escape syntax.
9991
99922000-07-17 Emmanuel Briot <briot@act-europe.fr>
9993
9994 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9995 ada-xref.el before ada-prj.el, so that the Project menu is created
9996 when ada-prj tries to add to it.
9997 (ada-activate-keys-for-case): Suppress the characters that are not
9998 part of the Ada syntax. Better compatibility with else-mode
9999 (ada-adjust-case-interactive): When auto-casing is not active,
10000 correctly insert newlines (used to insert only ^M). Prevent the
10001 syntax table from being changed in case of an error
10002 (or '_' becomes part of a word and some commands are confused).
10003 Do nothing if ada-auto-case is nil.
10004 (ada-after-keyword-p): Ignore keywords that are also attributes
10005 (ada-batch-reformat): Update usage comment
10006 (ada-call-from-contextual-menu): New function
10007 (ada-case-read-exceptions): Reinitialize the casing exception list
10008 first to nil first, so that the casing exception file can be
10009 shared.
10010 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10011 files.
10012 (ada-compile-goto-error): Fix regexp used to detect a file:line
10013 anywhere in the error message
10014 (ada-contextual-menu-last-point): New variable
10015 (ada-create-keymap): If the variable delete-key-deletes-forward is
10016 t on XEmacs, it means that DEL should delete one character
10017 forward.
10018 (ada-create-menu): Use :included instead of :visible for XEmacs.
10019 New submenu "Options".
10020 (ada-end-stmt-re): Correctly indent "select ... then abort"
10021 statements.
10022 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10023 even if they don't match ada-fill-comment-prefix Fix handling of
10024 paragraphs on the first or last line of a file.
10025 (ada-format-paramlist): Fix handling of default parameter values.
10026 (ada-get-body-name): New function.
10027 (ada-get-current-indent): Optimized by searchling directly for an
10028 existing generic part or a statement outside of it. Handle
10029 ada-indent-align-comments when indenting comments Replaced some
10030 regexps by testing directly the next character. This results in a
10031 huge speedup on some files. New indentation scheme for renames
10032 statements. Stop looking for the 'while' or 'for' associated with
10033 a 'loop' at the first semicolon encountered. A "return" can also
10034 match an anonymous access subprogram declaration.
10035 (ada-get-indent-noindent): Ignore strings and comments when
10036 looking for the keywords "record" and "private".
10037 (ada-goto-matching-decl-start): When matching "if", make sure we
10038 are not in fact seeing "end if". Ignore "when" statements except
10039 when initial keyword was "begin". Fix handling of nested
10040 procedures. Add a recursive call to this function to skip over
10041 other 'end' statmts. Fix indentation for "when .. => begin"
10042 (ada-in-open-paren-p): Fix indentation for complex boolean
10043 expressions, where 'and then', 'or else' and parenthesis
10044 statements are mixed up.
10045 (ada-in-paramlist-p): Skip comments while searching for the
10046 beginning Fix handling of operator declarations.
10047 (ada-indent-align-comments): New variable
10048 (ada-indent-current): Change the syntax table only in the
10049 protected section, so that we are sure it is restored correctly.
10050 (ada-indent-on-previous-lines): Use ada-use-indent and
10051 ada-with-indent Correctly indent "select ... then"
10052 (ada-indent-region): Slight speedup.
10053 (ada-indent-renames): New variable.
10054 (ada-last-which-function-subprog, ada-last-which-function-line):
10055 New variables
10056 (ada-looking-at-semi-private): Correctly indent the 'private'
10057 keyword when it is the first word in a package declaration.
10058 (ada-loose-case-word): Stop searching if at the end of the buffer.
10059 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10060 even if point is not initially at the end of the word.
10061 (ada-matching-decl-start-re): Add "when".
10062 (ada-mode): Add support for abbrev-mode, outline-mode and
10063 which-func-mode Override the old find-file.el entry in
10064 ff-special-constructs since it is using the obsolete
10065 ada-spec-suffix variable
10066 (ada-no-auto-case): New function
10067 (ada-scan-paramlist): When parsing the argument type, accept
10068 spaces (as in "X 'Class", generated by Rational Rose).
10069 (ada-other-file-name): No longer loads the other file.
10070 (ada-popup-menu): Save and restore the current buffer and cursor
10071 position before and after displaying the menu.
10072 (ada-search-ignore-complex-boolean): New function.
10073 (ada-uncomment-region): Emacs21 already knows how to delete
10074 comments not starting in the first column.
10075 (ada-use-indent): New variable
10076 (ada-which-function): New function.
10077 (ada-with-indent): New variable
10078 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10079 can be batch-compiled from the command line.
10080
10081 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10082 Add to the menu when the file is loaded, not in ada-mode-hook.
10083 Add -toolbar to the default ddd command Switches moved from
10084 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10085 ada-prj-default-comp-opt
10086 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10087 Reference Manual to the menu
10088 (ada-check-current): rewritten as a call to ada-compile-current
10089 (ada-compile): Removed.
10090 (ada-compile-application, ada-compile-current, ada-check-current):
10091 Set the compilation-search-path so that compile.el automatically
10092 finds the sources in src_dir. Automatic scrollong of the
10093 compilation buffer. C-uC-cC-c asks for confirmation before
10094 compiling
10095 (ada-compile-current): New parameter, prj-field
10096 (ada-complete-identifier): Load the .ali file before doing
10097 processing
10098 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10099 conform to gnatmake's behavior.
10100 (ada-find-file-in-dir): New function
10101 (ada-find-references): Set the environment variables for gnatfind
10102 (ada-find-src-file-in-dir): New function.
10103 (ada-first-non-nil): Removed
10104 (ada-gdb-application): Add support for jdb, the java debugger.
10105 (ada-get-ada-file-name): Load the original-file first if not done
10106 yet.
10107 (ada-get-all-references): Handles the new ali syntax (parent types
10108 are found between <>).
10109 (ada-initialize-runtime-library): New function
10110 (ada-mode-hook): Always load a project file when a file is opened,
10111 so that the casing exceptions are correctly read.
10112 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10113 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10114 to open the project file, since the latter does not work with
10115 speedbar Get default values before loading the prj file, or the
10116 default executable file name is wrong. Use the absolute value of
10117 src_dir to initialize ada-search-directories and
10118 compilation-search-path,... Add the standard runtime library to
10119 the search path for find-file.
10120 (ada-prj-default-debugger): Was missing an opening '{'
10121 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10122 variables.
10123 (ada-prj-default-gnatmake-opt): New variable
10124 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10125 buffers, the project file is the default one Save the windows
10126 configuration before displaying the menu.
10127 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10128 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10129 ...) regexp-quote identifiers names to support operators +,
10130 -,... in regexps.
10131 (ada-remote): New function.
10132 (ada-run-application): Erase the output buffer before starting the
10133 run Support remote execution of the application. Use
10134 call-process, or the arguments are incorrectly parsed
10135 (ada-set-default-project-file): Reread the content of the active
10136 project file, not the one from the current buffer When a project
10137 file is set as the default project, all directories are
10138 automatically associated with it.
10139 (ada-set-environment): New function
10140 (ada-treat-cmd-string): New special variable ${current}
10141 (ada-treat-cmd-string): Revised. The substitution is now done for
10142 any ${...} substring
10143 (ada-xref-current): If no body was found, compiles the spec
10144 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10145 compiler to get rid of command line length limitations.
10146 (ada-xref-get-project-field): New function
10147 (ada-xref-project-files): New variable
10148 (ada-xref-runtime-library-specs-path)
10149 (ada-xref-runtime-library-ali-path): New variables
10150 (ada-xref-set-default-prj-values): Default run command now does a
10151 cd to the build directory. New field: main_unit Provide a default
10152 file name even if the current buffer has no prj file.
10153
10154 * ada-prj.el:
10155 Rewritten to show a tabbed-dialog.
10156 (ada-prj-add-ada-menu): Remove the map and name parameters.
10157 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10158 New function
10159 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10160 (ada-prj-load-from-file): New function
10161 (ada-prj-save): Always save fields that depend on the current buffer
10162 (ada-prj-show-value): New function
10163
10164 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10165 Ada mode. This will allow us to display the Ada menu in any buffer
10166 we want (for project items).
10167 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10168 number of spaces in the header.
10169
101702000-07-24 Dave Love <fx@gnu.org>
10171
10172 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10173
101742000-07-23 Noah Friedman <friedman@splode.com>
10175
10176 * type-break.el (type-break): perform autosave.
10177 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10178 (type-break-do-query): Cancel query schedule while performing
10179 actual query, to avoid possibility of a second query being made
10180 while first one is already in progress.
10181 (type-break-time-stamp-format): New variable.
10182 (type-break-time-stamp): New function.
10183 (type-break-time-warning): Use it.
10184 (type-break-keystroke-warning): Use it.
10185 (type-break-noninteractive-query): Use it.
10186
10187 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10188 cookie.
10189 Use add-minor-mode to set minor-mode-alist, if available.
10190 (eldoc-echo-area-use-multiline-p): New user option.
10191 (eldoc-echo-area-multiline-supported-p): New variable.
10192 (eldoc-docstring-format-sym-doc): Use them.
10193 (eldoc-mode): If not using idle timers, append to local post and
10194 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10195 (eldoc-display-message-no-interference-p): Don't interfere with
10196 edebug.
10197 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10198 (eldoc-function-arglist): New function.
10199 (eldoc-function-argstring): Use it.
10200
10201 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10202 auto save directory exists before calling directory-files.
10203
102042000-07-23 Dave Love <fx@gnu.org>
10205
10206 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10207 ^o, ^u.
10208
102092000-07-21 Dave Love <fx@gnu.org>
10210
10211 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10212 now passed to the function. It now works properly.
10213
10214 * smerge-mode.el (smerge-mode-menu): Fill it out.
10215
102162000-07-20 Gerd Moellmann <gerd@gnu.org>
10217
10218 * info-look.el (info-lookup): If *info* is shown in another frame
10219 on the same display, select that frame, instead of switching to
10220 the Info buffer in another window of the selected frame.
10221
10222 * simple.el (universal-argument-map): Bind numeric keypad keys
10223 kp-0 to kp-9 and kp-subtract.
10224 (digit-argument): Handle these keys.
10225
102262000-07-20 Dave Love <fx@gnu.org>
10227
10228 * net/goto-addr.el (goto-address-fontify): Don't bother with
10229 buffer-modified and read-only stuff -- irrelevant with overlays.
10230 Put an extra property on the overlays and use it to clean up in
10231 case goto-address is re-run.
10232
102332000-07-19 Richard M. Stallman <rms@gnu.org>
10234
10235 * timer.el (run-with-idle-timer): Doc fix.
10236
10237 * mail/mail-utils.el (mail-strip-quoted-names):
10238 Handle case where <...> appears inside "...".
10239 Use replace-match to edit the string more simply.
10240 (rmail-dont-reply-to): Cope with an unmatched ".
10241
102422000-07-19 Dave Love <fx@gnu.org>
10243
10244 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10245 implementation.
10246
10247 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10248 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10249 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10250
102512000-07-19 Gerd Moellmann <gerd@gnu.org>
10252
10253 * textmodes/refer.el: Correct maintainer's email address.
10254
10255 * progmodes/hideif.el: Correct author's email address.
10256 Fix typo in comment.
10257
10258 * xml.el: New file.
10259
10260 * mail/mailheader.el: Correct author's mail address.
10261
10262 * gnus/parse-time.el: Correct author's mail address.
10263
102642000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10265
10266 * comint.el (comint-highlight-input, comint-highlight-face):
10267 New user options.
10268 (comint-input-ring-file-name): Change custom type.
10269 (comint-mode-map): Bind mouse-2.
10270 (comint-insert-clicked-input): New function.
10271 (comint-send-input): Handle input highlighting.
10272
102732000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10274
10275 * mouse.el (popup-menu): New function.
10276 (mouse-major-mode-menu): Use it.
10277
102782000-07-18 Dave Love <fx@gnu.org>
10279
10280 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10281 improvements.
10282
102832000-07-18 Gerd Moellmann <gerd@gnu.org>
10284
10285 * faces.el (face-font-selection-order)
10286 (face-font-family-alternatives): Add custom type.
10287
102882000-07-18 Dave Love <fx@gnu.org>
10289
10290 * cus-edit.el (custom-variable-reset-saved)
10291 (custom-variable-reset-standard): Remove unused bindings.
10292
10293 * rect.el (open-rectangle-line): Remove unused let.
10294
10295 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10296
102972000-07-18 Gerd Moellmann <gerd@gnu.org>
10298
10299 * cdl.el: Fix `Maintainer' keyword.
10300
10301 * play/pong.el: Add author's email address.
10302
103032000-07-17 Sam Steingold <sds@gnu.org>
10304
10305 * files.el (insert-directory): Call `split-string' instead of
10306 re-implementing it.
10307
103082000-07-18 Gerd Moellmann <gerd@gnu.org>
10309
10310 * mail/vms-pmail.el: Change maintainer to FSF.
10311
10312 * net/goto-addr.el: Change maintainer to FSF.
10313
10314 * info.el (Info-title-face-alist): Removed.
10315
103162000-07-18 David Ponce <david@dponce.com>
10317
10318 * recentf.el (recentf-open-files): New command that works like
10319 `recentf-open-more-files', but shows the whole list of files (not just
10320 those omitted from the menu). Useful if you don't use a menu-bar!
10321 (recentf-open-more-files) Modified to use `recentf-open-files'.
10322
10323 (recentf-open-files, recentf-open-more-files)
10324 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10325
10326 (recentf-dialog-mode): New mode for dialogs. You can now just type
10327 "q" to cancel the dialogs.
10328
103292000-07-18 David Ponce <david@dponce.com>
10330
10331 * recentf.el: This is a major update of recentf.el. It adds new
10332 features to better organize the recentf menu and "More..." buffer.
10333
10334 Using new provided menu filtering functions you can now organize the
10335 recent files list:
10336
10337 - by major modes
10338 - by directories
10339 - by user defined rules
10340
10341 Finally, with the new `recentf-filter-changer' customizable filter you
10342 can define a ring of filters and dynamically (via the menu) cycle on
10343 each menu organization in the ring (a la msb).
10344
103452000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10346
10347 * eshell/eshell.el (eshell): Replace links to eshell.info with
10348 links to eshell, to avoid problems on systems where the manual is
10349 installed as `eshell'.
10350 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10351 * eshell/em-smart.el (eshell-smart): Ditto.
10352 * eshell/em-banner.el (eshell-banner): Ditto.
10353 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10354
10355 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10356 same-file check in the MS-DOS version (it does support inodes).
10357
10358 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10359
10360 * eshell/eshell.el (eshell-directory-name):
10361 Run default directory name through convert-standard-filename.
10362
103632000-07-18 Kenichi Handa <handa@etl.go.jp>
10364
10365 * international/mule-cmds.el (select-safe-coding-system):
10366 Fix typo in the comment.
10367
10368 * language/european.el (compound-text):
10369 Force katakana-jisx0201 to be designated to G1.
10370
10371 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10372 Don't translate some national variant characters of latin-jisx0201.
10373 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10374
10375 * international/kkc.el (kkc-after-update-conversion-functions):
10376 New variable.
10377 (kkc-update-conversion): Run functions in it at the tail.
10378
103792000-07-16 John Wiegley <johnw@gnu.org>
10380
10381 * lisp/align.el (align-newline-and-indent):
10382 Adding new function. for auto-aligning blocks of code on RET.
10383 (align-region): Fixed badly formatted minibuffer message.
10384
103852000-07-17 Kenichi Handa <handa@etl.go.jp>
10386
10387 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10388 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10389 the conversion list at first if appropriate.
10390 (kkc-next): Don't update kkc-next-count here.
10391 (kkc-prev): Don't update kkc-prev-count here.
10392 (kkc-show-conversion-list-update): Fix setting up of conversion
10393 list message.
10394
103952000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10396
10397 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10398
103992000-07-16 Dave Love <fx@gnu.org>
10400
10401 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10402 function to be more specific.
10403
10404 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10405 non-string help-echo.
10406 (widget-types-convert-widget): Defsubst it.
10407 (widget-echo-help): Try to cope with a help-echo function of two
10408 possible sorts.
10409
104102000-07-15 Jason Rumney <jasonr@gnu.org>
10411
10412 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10413 Declare as obsolete.
10414
10415 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10416
104172000-07-14 Gerd Moellmann <gerd@gnu.org>
10418
10419 * hilit-chg.el: Fix typo.
10420
104212000-07-14 Dave Love <fx@gnu.org>
10422
10423 * info.el (Info-mode-menu): Fix use of :help, :enable.
10424
104252000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10426
10427 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10428
104292000-07-13 Dave Love <fx@gnu.org>
10430
10431 * emacs-lisp/easymenu.el: Doc fixes.
10432 (easy-menu-remove): Defalias to ignore.
10433
10434 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10435 Call throw correctly.
10436
104372000-07-13 Gerd Moellmann <gerd@gnu.org>
10438
10439 * faces.el (frame-background-mode): Doc fix.
10440
10441 * simple.el (eval-expression-print-length): Change custom type to
10442 allow entering nil as value.
10443
104442000-07-13 Dave Love <fx@gnu.org>
10445
10446 * progmodes/fortran.el (fortran-imenu-generic-expression):
10447 Change definition layout.
10448 (fortran-mode-menu): Reinstate customize entries.
10449
10450 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10451 Use :filter, per old XEmacs code.
10452
104532000-07-12 Gerd Moellmann <gerd@gnu.org>
10454
10455 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10456 event when deciding what to send to the terminal.
10457
104582000-07-12 Dave Love <fx@gnu.org>
10459
10460 * cus-start.el: Add optional version as 4th element of specs and
10461 use it for several things new in v21. Remove load-path. Fix type
10462 of line-number-display-limit.
10463
104642000-07-11 Dave Love <fx@gnu.org>
10465
10466 * progmodes/fortran.el: Don't require easymenu.
10467 Use repeat counts in various regexps.
10468 (fortran-mode-syntax-table): Defvar directly.
10469 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10470 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10471 Use defvar, not defconst.
10472 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10473 (fortran-mode): Set fortran-comment-line-start-skip,
10474 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10475 (fortran-comment-indent): Use defsubst.
10476 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10477 Use fortran-comment-indent, not fortran-comment-indent-function.
10478 (fortran-comment-region, fortran-electric-line-number): Simplify.
10479 (fortran-auto-fill): New function.
10480 (fortran-do-auto-fill): Deleted.
10481 (fortran-find-comment-start-skip):
10482 Check for non-null comment-start-skip.
10483 (fortran-auto-fill-mode, fortran-fill-statement):
10484 Use fortran-auto-fill.
10485 (fortran-fill): Use fortran-auto-fill. Check for null
10486 comment-start-skip. Simplify final clause and use end-of-line finally.
10487
10488 * widget.el (widget-plist-member): New alias.
10489
104902000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10491
10492 * eshell/esh-module.el (toplevel): Reference
10493 byte-compile-current-file only if it is bound.
10494
104952000-07-10 Gerd Moellmann <gerd@gnu.org>
10496
10497 * dired.el: Don't require `dired-aux'.
10498
104992000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10500
10501 * dired-aux.el (dired-show-file-type): New function.
10502 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10503 (dired-show-file-type): Add autoload.
10504
105052000-07-10 Kenichi Handa <handa@etl.go.jp>
10506
10507 * international/mule-diag.el (describe-font): Adjusted for the
10508 change of fontset-info.
10509 (print-fontset): Likewise.
10510
105112000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10512
10513 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10514
105152000-07-07 Gerd Moellmann <gerd@gnu.org>
10516
10517 * bindings.el: Bind `[delete]' to delete-char.
10518
10519 * dired.el (dired-find-alternate-file): New function.
10520 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10521 (toplevel): Require dired-aux when compiling.
10522 (dired-buffers): Move defvar within file to avoid compiler warning.
10523
10524 * info.el (Info-last-search): Variable removed.
10525 (Info-search-history): New variable.
10526 (Info-search): New Info-search-history.
10527
10528 * battery.el, info-look.el: Change author's mail address.
10529
105302000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10531
10532 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10533 if rmail-ignored-headers is nil.
10534 (rmail-retry-failure): Bind rmail-ignored-headers and
10535 rmail-displayed-headers to nil.
10536
105372000-07-06 Gerd Moellmann <gerd@gnu.org>
10538
10539 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10540 (print-region-1): Don't hard code `-h' here.
10541
10542 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10543
105442000-07-01 Francesco Potorti` <pot@gnu.org>
10545
10546 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10547 exim can use "your message" instead of "the message".
10548
105492000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10550
10551 * facemenu.el: Docstrings fixes.
10552 (facemenu-get-face): Don't use internal-find-face.
10553 (facemenu-iterate): Rename arg to match the docstring.
10554
10555 * newcomment.el (uncomment-region): Be more careful when skipping
10556 backwards over `=' not to bump into BOBP.
10557
105582000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10559
10560 * ediff-diff.el (ediff-wordify): Use syntax table.
10561 * ediff-init.el (ediff-has-face-support-p): Use
10562 ediff-color-display-p.
10563 (ediff-color-display-p): Use display-color-p, changed to defun
10564 from defsubst.
10565 Got rid of special cases for NeXT and OS/2.
10566 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10567 face.
10568
105692000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10570
10571 * emacs-lisp/lucid.el: Require CL.
10572 (copy-tree, remprop): Remove, it's provided by CL.
10573 (map-keymap): Define in terms of cl-map-keymap.
10574 (extent-property, set-extent-end-glyph): New functions.
10575
10576 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10577
105782000-07-05 Gerd Moellmann <gerd@gnu.org>
10579
10580 * Makefile.in (DONTCOMPILE): Add comment that the name may
10581 not be changed without changing the make-dist script.
10582
10583 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10584 (cl-mapc): Use mapc instead of cl-old-mapc.
10585
105862000-07-05 Andrew Innes <andrewi@gnu.org>
10587
10588 * makefile.nt: Add support for `bootstrap' and related targets.
10589
105902000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10591
10592 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10593 (easy-menu-do-define): Use `menu-item' format.
10594 Handle case where easy-menu-create-menu returns a symbol.
10595 Manually call the potential top-level filter in the function binding.
10596 (easy-menu-filter-return): New arg NAME.
10597 Convert to a keymap if MENU is an XEmacs menu.
10598 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10599 (easy-menu-converted-items-table, easy-menu-convert-item):
10600 New var and fun to memoize easy-menu-convert-item-1.
10601 (easy-menu-do-add-item): Use it.
10602 (easy-menu-create-menu): Use easy-menu-convert-item.
10603 Wrap easy-menu-filter-return around any :filter specification.
10604 Don't convert the menu if a filter was specified.
10605 Tell easy-menu-make-symbol not to check for MENU being an expression.
10606 (easy-menu-make-symbol): New arg NOEXP.
10607
106082000-07-05 Gerd Moellmann <gerd@gnu.org>
10609
10610 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10611 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10612 (eval-defun): If called with prefix arg, instrument code for
10613 Edebug.
10614
10615 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10616 similar to that of eval-defun.
10617
106182000-07-04 Dave Love <fx@gnu.org>
10619
10620 * hl-line.el (hl-line-overlay): Make it permanent-local.
10621
10622 * calendar/todo-mode.el: Replaced with a working version, based on
10623 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10624
106252000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10626
10627 * paths.el (prune-directory-list): New function.
10628 (Info-default-directory-list): Rewritten to more methodically
10629 enumerate a big list of possible info directories (based on the
10630 list used by the standalone info reader).
10631
10632 * info.el (info-initialize): Use prune-directory-list to remove
10633 non-existent directories from Info-directory-list.
10634
10635 * paths.el (Info-default-directory-list): Try a list of possible
10636 info-directories instead of a single one. Add the possible
10637 info directory "/usr/share/info".
10638
10639 * woman.el (woman-man.conf-path): Explicitly include the debian
10640 man-db config file "/etc/manpath.config".
10641 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10642 are present in `manpath.config'.
10643 (woman-manpath): Include "/usr/share/man".
10644
106452000-07-03 Gerd Moellmann <gerd@gnu.org>
10646
10647 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10648
10649 * startup.el (command-line): Initialize blink-cursor based
10650 on window-system.
10651
10652 * frame.el (blink-cursor): Default to nil if not running under
10653 a window-system.
10654
10655 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10656 (face-x-resources): Remove duplicate entry for :font.
10657
10658 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10659 instead of cycling through windows with next-window.
10660
10661 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10662 of cycling through windows with next-window.
10663
10664 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10665 of cycling through windows with next-window.
10666
10667 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10668 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10669 instead of cycling through windows with next-window.
10670
10671 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10672 instead of cycling through windows with next-window.
10673
10674 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10675 of cycling through windows with next-window.
10676
10677 * terminal.el (te-process-output): Use walk-windows instead of
10678 cycling through windows with next-window.
10679
10680 * server.el (server-switch-buffer): Use some-window instead of
10681 cycling through windows with next-window.
10682
10683 * window.el (some-window): New function.
10684 (walk-windows): Remove reference to walk-windows-start.
10685
10686 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10687
106882000-07-03 Richard Stallman <rms@gnu.org>
10689
10690 * window.el (walk-windows): Guarantee termination by keeping a list
10691 of all the windows already handled.
10692
106932000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10694
10695 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10696 window-system.
10697
10698 * man.el (Man-notify-when-ready): Don't use window-system. If
10699 Man-notify-method is newframe, and the display is not
10700 multi-frame, select the frame created for the man page.
10701 (Man-init-defvars): Doc fix.
10702
107032000-06-28 Gerd Moellmann <gerd@gnu.org>
10704
10705 * faces.el (region): Change background color for light background.
10706
10707 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10708 attribute from mode-line face of Ediff control frame.
10709
10710 * replace.el (query-replace-map): Bind `e' like `E'.
10711
107122000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10713
10714 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10715 Change name to "Select All".
10716
10717 * dos-fns.el (convert-standard-filename): Fix last change.
10718
107192000-06-27 Gerd Moellmann <gerd@gnu.org>
10720
10721 * help.el (describe-variable): Don't insert a second `'s' in front
10722 of the string `value is shown below'. Since the syntax-table is
10723 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10724 an existing `'s', so that this won't be deleted.
10725
10726 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10727 * pcmpl-unix.el: New files.
10728
107292000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10730
10731 * wid-edit.el (widget-member): Use the new plist-member.
10732
107332000-06-26 Gerd Moellmann <gerd@gnu.org>
10734
10735 * replace.el (perform-replace): Undo change of 2000-04-04.
10736 Instead, move backward 1 character at the end of the loop when
10737 necessary.
10738
10739 * faces.el (fringe): Change face for different backgrounds.
10740
10741 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10742 patch from John.
10743
10744 * eshell/*.el: Change spelling of the Free Software Foundation.
10745
10746 * eshell/esh-toggle.el: Removed.
10747
10748 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10749
10750 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10751 interactively.
10752
107532000-06-26 Alex Schroeder <alex@gnu.org>
10754
10755 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10756 `define-key'; instead of checking `(emacs-version)' check for
10757 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10758 for `;' and `o' which might be electric.
10759
10760 (sql-electric-stuff): New user option.
10761 (sql-magic-go): New function which uses `sql-electric-stuff'.
10762 (sql-magic-semicolon): New function which uses
10763 `sql-electric-stuff'.
10764
10765 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10766 is not fboundp.
10767
10768 (sql-oracle-options): New variable.
10769 (sql-oracle): Use it.
10770
10771 (sql-imenu-generic-expression): Doc change.
10772 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10773 is used.
10774
10775 (sql-informix): Added command line parameter "-" to force
10776 sql-informix-program to use stdout.
10777
107782000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10779
10780 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10781 (cp864-decode-table): Doc fix.
10782 (cp720-decode-table): New variable, supports the Arabic OEM
10783 codepage used by Windows.
10784 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10785
107862000-06-23 Dave Love <fx@gnu.org>
10787
10788 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10789 (font-lock-fontify-anchored-keywords): Use
10790 line-beginning-position.
10791 (global-font-lock-mode): Use mapc.
10792
107932000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10794
10795 * eshell/esh-module.el: Require CL when compiling.
10796
107972000-06-23 Gerd Moellmann <gerd@gnu.org>
10798
10799 * comint.el (comint-substitute-in-file-name): Call replace-match
10800 with second and third arg t.
10801
10802 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10803 Specify foreground color.
10804
10805 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10806 color.
10807
10808 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10809
10810 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10811 cddr instead of cdddr.
10812
10813 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10814 instead of copy-list.
10815
10816 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10817 of copy-list.
10818
10819 * subdirs.el: Add eshell subdirectory.
10820
10821 * eshell: New subdirectory containing the Eshell package.
10822
10823 * pcomplete.el: New file.
10824
108252000-06-23 Paul Eggert <eggert@twinsun.com>
10826
10827 * mail/mailpost.el (post-mail-send-it): Make sure file has
10828 proper permissions from birth.
10829
10830 * files.el (basic-save-buffer-2): When temporarily setting
10831 file modes, set them to current modes plus 0200, not to 0777.
10832
10833 * emerge.el (emerge-make-temp-file): Make sure file has proper
10834 permissions from birth.
10835
108362000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10837
10838 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10839 backup file name through convert-standard-filename.
10840
10841 * dos-fns.el (convert-standard-filename): Convert leading
10842 directories as well. When long file names are supported, convert
10843 characters that are invalid in Windows file names.
10844
108452000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10846
10847 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10848 ps-print crashes. New feature: page selection for printing. Create
10849 raw-text-unix coding system for XEmacs. Doc fix.
10850 (ps-print-version): New version number (5.2.3).
10851 (ps-plot-region): Bug fix.
10852 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10853 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10854 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10855 funs.
10856 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10857 (ps-last-page): New vars.
10858
108592000-06-21 Gerd Moellmann <gerd@gnu.org>
10860
10861 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10862 empty option string.
10863
108642000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10865
10866 * man.el (man): Doc fix.
10867
108682000-06-21 Kenichi Handa <handa@etl.go.jp>
10869
10870 * international/mule-cmds.el (set-language-info-alist): Docstring
10871 fixed.
10872
108732000-06-20 Gerd Moellmann <gerd@gnu.org>
10874
10875 * version.el (emacs-version): Use ISO date format.
10876
10877 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10878 instead of `M-backspace'.
10879
10880 * simple.el (turn-off-auto-fill): New function.
10881
108822000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10883
10884 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10885 Renamed from with-buffer-prepared-for-font-lock and use
10886 inhibit-modification-hooks rather than setting *-change-functions.
10887 Update all functions to use the new name.
10888 (jit-lock-first-unfontify-pos): New semantics (and doc).
10889 (jit-lock-mode): Make non-interactive.
10890 Don't automatically turn on font-lock.
10891 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10892 Always use jit-lock-after-change.
10893 Remove and restore font-lock-after-change-function.
10894 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10895 (jit-lock-after-unfontify-buffer): Remove.
10896 (jit-lock-stealth-fontify):
10897 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10898 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10899
109002000-06-20 Sam Steingold <sds@gnu.org>
10901
10902 * emacs-lisp/cl-indent.el (toplevel): Indent
10903 `print-unreadable-object' properly. Untabify.
10904
109052000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10906
10907 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10908 Support for bibentry.
10909 (reftex-compile-variables): Fixed problem with end of section-re.
10910
10911 * texmodes/reftex-dcr.el (reftex-view-crossref,
10912 reftex-view-crossref-from-bibtex):
10913 Deal with changed `reftex-find-citation-regexp-format'.
10914 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10915 Replaced `remprop' with `put'.
10916 (reftex-view-crossref, reftex-view-crossref-when-idle):
10917 Support for bibentry.
10918
10919 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10920 New entry for bibentry package.
10921
10922 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10923 Regexp also matches "\nobibliography".
10924
10925 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10926 Call `reftex-ensure-write-access' before doing anything.
10927 (reftex-ensure-write-access): New function.
10928
109292000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10930
10931 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10932
10933 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10934
10935 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10936
10937 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10938
10939
109402000-06-20 Dave Love <fx@gnu.org>
10941
10942 * faces.el (frame-background-mode): Use set-default, not set, in
10943 setter.
10944 (frame-update-faces, frame-update-face-colors): Define with
10945 defalias.
10946
10947 * enriched.el (enriched-decode-foreground)
10948 (enriched-decode-background): Don't use internal-find-face.
10949
10950 * apropos.el: Doc fixes.
10951
10952 * cus-edit.el (customize-changed-options): Check arg.
10953 (customize-version-lessp): Don't require decimal point.
10954
10955 * custom.el (defcustom, defgroup): Doc fix.
10956
10957 * newcomment.el (comment) <defgroup>: Add :version.
10958 (comment-multi-line): Doc fix.
10959
10960 * emulation/mlsupport.el (define-hooked-local-abbrev,
10961 define-hooked-global-abbrev): Fix, using define-abbrev.
10962
109632000-06-19 Gerd Moellmann <gerd@gnu.org>
10964
10965 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10966 the whole buffer.
10967
109682000-06-19 Dave Love <fx@gnu.org>
10969
10970 * menu-bar.el (menu-bar-options-save): New function.
10971 (menu-bar-options-menu): Use it.
10972 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10973 Simplify.
10974
109752000-06-19 Andreas Schwab <schwab@suse.de>
10976
10977 * progmodes/etags.el (tags-query-replace): Put new parameters
10978 START and END at the end, for backward compatibility.
10979
109802000-06-19 Kenichi Handa <handa@etl.go.jp>
10981
10982 * international/codepage.el:
10983 (cp-coding-system-for-codepage-1): Delete special codes for
10984 generating xxx-dos coding system because now a CCL based coding
10985 system can handle EOL conversion by default.
10986
10987 * international/mule.el (make-coding-system): Generate subsidiary
10988 coding systems for EOL handling variants even for a CCL based
10989 coding system.
10990
109912000-06-19 Kenichi Handa <handa@etl.go.jp>
10992
10993 * international/isearch-x.el (isearch-minibuffer-input-method)
10994 (isearch-minibuffer-input-method-function): These variables
10995 deleted.
10996 (isearch-with-input-method): Don't use the above variables.
10997 (isearch-process-search-multibyte-characters): Likewise. Call
10998 read-string with the arg INHERIT-INPUT-METHOD t.
10999
110002000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11001
11002 * font-lock.el (font-lock-after-fontify-buffer)
11003 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11004
11005 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11006 Use consistent make-local-variable style for font-lock-fontified.
11007 (jit-lock-fontify-buffer):
11008 Don't bother checking for font-lock-mode and jit-lock-mode.
11009
11010 * time.el: Remove trailing ^M that prevent CVS-merging.
11011
110122000-06-16 Gerd Moellmann <gerd@gnu.org>
11013
11014 * Makefile.in (distclean): New target.
11015
110162000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11017
11018 * Makefile.in (srcdir): Define for update-subdirs.
11019
110202000-06-16 Gerd Moellmann <gerd@gnu.org>
11021
11022 * find-lisp.el: New file.
11023
110242000-06-16 Andrew Innes <andrewi@gnu.org>
11025
11026 * time.el (display-time-mail-function): New variable, to allow
11027 external packages to indicate when new mail is available.
11028 (display-time-update): Use it.
11029
110302000-06-16 Kenichi Handa <handa@etl.go.jp>
11031
11032 * international/mule.el (mule-version): Change version name to
11033 SAKAKI. AOI has already been used by Meadow.
11034
11035 * international/quail.el (quail-show-guidance-buf): To find the
11036 bottom window (but minibuffer), pay attention to the height of
11037 minibuffer.
11038
110392000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11040
11041 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11042 menu-bar menus. Add help strings. Don't remove the Edit menu
11043 from the menu bar, as the menu bar has enough space now.
11044
11045 * Makefile.in (SHELL): Make sure /bin/sh is used.
11046
11047 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11048 characters, which use series of two ^H characters instead of one.
11049
110502000-06-15 Gerd Moellmann <gerd@gnu.org>
11051
11052 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11053 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11054 functions.
11055 (Info-find-node-2): Try a case-sensitive search first, then
11056 do a case-insensitive search.
11057
11058 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11059 tutorials.
11060
11061 * complete.el (PC-env-vars-alist): New variable.
11062 (PC-complete-as-file-name): New function.
11063 (partial-completion-mode): Initialize PC-env-vars-alist from
11064 process-environment.
11065 (PC-do-completion): Handle completion of env vars.
11066
11067 * info.el (Info-set-mode-line): Show file name in mode line,
11068 use `*Info*' instead of `Info:'.
11069
11070 * startup.el (command-line-1): Change copyright messages to year
11071 2000.
11072
110732000-06-15 Dave Love <fx@gnu.org>
11074
11075 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11076 not local-map.
11077
110782000-06-15 Kenichi Handa <handa@etl.go.jp>
11079
11080 * international/mule.el (set-buffer-file-coding-system): Almost
11081 rewritten to handle `undecided' as no-op.
11082
110832000-06-14 Gerd Moellmann <gerd@gnu.org>
11084
11085 * Makefile.in: New file.
11086
11087 * Makefile: Removed.
11088
11089 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11090 (goto-address-highlight-keymap): Bind C-c RET.
11091
110922000-06-14 Kenichi Handa <handa@etl.go.jp>
11093
11094 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11095 inherits buffer-file-coding-system of the current buffer.
11096
11097 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11098 0. Give correct argument to set-auto-coding-function.
11099 (tar-expunge): For goto-char, use (point-min), not 0.
11100 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11101 (tar-subfile-save-buffer): Likewize.
11102
11103 * international/mule.el
11104 (after-insert-file-set-buffer-file-coding-system): Call
11105 set-buffer-file-coding-system with the arg FORCE t.
11106
111072000-06-13 Gerd Moellmann <gerd@gnu.org>
11108
11109 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11110 nil. Contemporary sendmails issue an X-Authentication-Warning if
11111 the sender is set with `-f'.
11112
111132000-06-13 Dave Love <fx@gnu.org>
11114
11115 * help.el (describe-function-1): Kluge around cases of functions
11116 fset to subrs whose doc doesn't match their symbol-name.
11117
11118 * image.el (insert-image): Default STRING to a space.
11119
11120 * info.el Doc fixes.
11121 (Info-build-node-completions): Match Ref tags.
11122
111232000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11124
11125 * frame.el (display-multi-frame-p, display-multi-font-p): New
11126 defaliases for display-graphic-p.
11127
11128 * hl-line.el: Fixed a typo in commentary.
11129
111302000-06-13 Kenichi Handa <handa@etl.go.jp>
11131
11132 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11133 fixed.
11134
111352000-06-12 Dave Love <fx@gnu.org>
11136
11137 * image.el (insert-image): Save a little consing.
11138
111392000-06-12 Kenichi Handa <handa@etl.go.jp>
11140
11141 * language/tibet-util.el: Convert all tibetan-1-column characters
11142 to the corresponding tibetan characters.
11143 (tibetan-add-components): Delete code for the special treatment of
11144 'a chung.
11145
11146 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11147 change.
11148 (tibetan-vowel-transcription-alist): More rules added.
11149 (tibetan-composite-vowel-alist): New variable.
11150 (tibetan-precomposition-rule-alist): More rules added.
11151
111522000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11153
11154 * startup.el (command-line): Only call menu-bar-mode if interactive.
11155
11156 * thingatpt.el (toplevel symbol-properties):
11157 * textmodes/makeinfo.el (makeinfo-compile):
11158 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11159 * progmodes/hideif.el (hif-compress-define-list)
11160 (hide-ifdef-use-define-alist):
11161 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11162 (ange-ftp-vms-add-file-entry):
11163 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11164 * man.el (Man-build-man-command):
11165 * mail/rnewspost.el (news-reply-header-hook):
11166 * info.el (Info-insert-dir):
11167 * emulation/mlconvert.el (backward-word, forward-word, setq):
11168 * emacs-lisp/gulp.el (gulp-send-requests):
11169 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11170 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11171 (byte-optimize-apply, end of file):
11172 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11173 (ad-make-freeze-definition):
11174 * startup.el (command-line, command-line-1): Don't quote lambdas.
11175
11176 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11177 (cvs-cleanup-removed): New function.
11178 (cvs-cleanup-functions): New var.
11179 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11180 some flexibility in specifying additional entries to auto-cleanup.
11181 (cvs-quickdir): New function.
11182 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11183 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11184 (cvs-mode-find-file): Check that we are on a filename or dirname
11185 when invoked through a mouse-click.
11186 (cvs-full-path): Remove.
11187 (cvs-dired-action): Re-introduced.
11188 (cvs-dired-noselect): Use it.
11189 (vc-post-command-functions): use this new hook if available.
11190
11191 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11192 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11193 (cvs-filename-map, cvs-dirname-map): Remove.
11194 (cvs-default-action): Remove.
11195 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11196 if the arg is really a keymap.
11197 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11198 Don't hardcode the mapping from state (aka type) to face, but check
11199 the var cvs-fi-<type>-face instead.
11200 (cvs-fileinfo-from-entries): New function.
11201
11202 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11203 Docstring fix.
11204 (cvs-find-file-and-jump): Change default to be safer.
11205 (cvs-mode-diff-map): Define it as a function as well.
11206 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11207 Bind mouse-2 in this global map rather than with text-properties.
11208
11209 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11210 file to resolve the ambiguity between C(conflict) and C(need-merge).
11211
112122000-06-12 Kenichi Handa <handa@etl.go.jp>
11213
11214 * international/mule.el (set-buffer-file-coding-system): If
11215 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11216 unconditionally.
11217
112182000-06-12 Dave Love <fx@gnu.org>
11219
11220 * wid-edit.el (widget-specify-button): Really suppress the face if
11221 required.
11222
112232000-06-11 Gerd Moellmann <gerd@gnu.org>
11224
11225 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11226
112272000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11228
11229 * imenu.el (imenu-generic-expression): Docstring fix.
11230
11231 * composite.el (composition-function-table): Move the `put'
11232 below the autoload cookie so we can load the file before loaddefs.
11233
11234 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11235
11236 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11237 Handle easy-mmode-define-global-mode.
11238 For complex macros like define-minor-mode that can generate
11239 several autoload entries, try to autoload entries in the
11240 macroexpanded code.
11241
11242 * emacs-lisp/easy-mmode.el (define-minor-mode):
11243 If KEYMAP is a symbol, just use it.
11244 Use byte-compile-current-file and load-file-name to infer the
11245 proper :require to pass to defcustom.
11246 Wrap the hook var into `progn' so as not to autoload it.
11247 Add a :autoload-end cookie.
11248 Be more careful about the evaluation of KEYMAP.
11249 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11250 (define-derived-mode): Move define-abbrev-table outside of defvar.
11251
112522000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11253
11254 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11255 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11256 (backup-compiled-files): Ignore errors during `tar'.
11257 (bootstrap): Make autoloads before elc files.
11258
112592000-06-10 Kenichi Handa <handa@etl.go.jp>
11260
11261 * international/mule.el (set-buffer-file-coding-system): If one of
11262 undecided-XXX is specified, change only EOL conversion.
11263
11264 * international/mule-conf.el (unix): New alias for the coding
11265 system undecided-unix.
11266
112672000-06-09 Dave Love <fx@gnu.org>
11268
11269 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11270
11271 * progmodes/executable.el: Byte compile dynamic.
11272 (executable-insert): Change custom type.
11273 (executable-find): Add autoload cookie.
11274 (executable-make-buffer-file-executable-if-script-p): New
11275 function. After Noah Friedman.
11276
11277 * files.el (after-save-hook): Customize, with
11278 executable-make-buffer-file-executable-if-script-p as an option.
11279
112802000-06-09 Kenichi Handa <handa@etl.go.jp>
11281
11282 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11283 "tib24p-mule.bdf" for Tibetan.
11284
11285 * composite.el (decompose-composite-char): Declare it as obsolete.
11286
11287 * man.el (Man-fontify-manpage): Pay attention to underline and
11288 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11289
112902000-06-08 Gerd Moellmann <gerd@gnu.org>
11291
11292 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11293 Set maintainer to FSF since author isn't reachable.
11294
112952000-06-08 Dave Love <fx@gnu.org>
11296
11297 * international/mule-cmds.el (select-safe-coding-system): If
11298 DEFAULT-CODING-SYSTEM is not specified, also check the most
11299 preferred coding-system if buffer-file-coding-system is
11300 `undecided'. From Handa.
11301
113022000-06-08 Kenichi Handa <handa@etl.go.jp>
11303
11304 * international/mule.el
11305 (after-insert-file-set-buffer-file-coding-system): If the buffer
11306 size is greater than INSERTED, judget that we are not visiting.
11307
113082000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11309
11310 * whitespace.el (defgroup whitespace): Comment out `:version'.
11311 XEmacs 20.4 has problems defining the group with this present.
11312 We'll have this commented out till get resolve the problem.
11313
113142000-06-07 John Wiegley <johnw@gnu.org>
11315
11316 * align.el (align-dq-string-modes, align-sq-string-modes)
11317 (align-open-comment-modes): Add pyhton-mode.
11318 (align-rules-list): Use get-text-property instead of
11319 text-properties-at.
11320 (align-rules-list): Add python-assignment.
11321 (align-rules-list): Change perl-comma-delimiter to
11322 basic-comma-delimiter. Use if for Perl modes and python-mode.
11323 (align-rules-list): Add python-chain-logic and
11324 basic-line-continuation.
11325
113262000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11327
11328 * apropos.el (apropos-mode-hook): New user variable.
11329 (apropos-mode): Run apropos-mode-hook.
11330
113312000-06-07 David Ponce <david@dponce.com>
11332
11333 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11334 commands. Require `wid-edit' at run-time.
11335
113362000-06-07 David Ponce <david@dponce.com>
11337
11338 * recentf.el: Added some "Commentary".
11339 (recentf-open-more-files, recentf-edit-list): Minor changes to
11340 move the point at the top of the file list. This behaviour is
11341 consistent with the menu one when the list contains a lot of
11342 files.
11343 (recentf-cleanup): Now displays the number of items removed from
11344 the list.
11345 (recentf-relative-filter) New menu filter to show filenames
11346 relative to `default-directory'.
11347
113482000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11349
11350 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11351 with/without giving an error if PostScript printer doesn't have this
11352 kind of page size. Zebra Stripe continues or restarts on next page.
11353 Manual/automatic paper feeding. Switch or not the header.
11354 (ps-print-version): New version number (5.2.2).
11355 (ps-windows-system): Include emx as a Windows system.
11356 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11357 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11358 (ps-background-text): Code fix.
11359 (ps-error-handler-message, ps-user-defined-prologue)
11360 (ps-print-prologue-header, ps-printer-name)
11361 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11362 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11363 (ps-use-face-background): Customization fix.
11364 (ps-n-up-database): Data fix.
11365 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11366 (ps-switch-header): New vars.
11367 (ps-xemacs-color-name, ps-face-foreground-name)
11368 (ps-face-background-name, ps-boolean-constant): New funs.
11369
113702000-06-07 Dave Love <fx@gnu.org>
11371
11372 * allout.el: New version from Manheimer.
11373
113742000-06-07 Kenichi Handa <handa@etl.go.jp>
11375
11376 * textmodes/fill.el (fill-find-break-point): Check the validity of
11377 charset.
11378
113792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11380
11381 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11382 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11383 Call display-color-p and display-mouse-p instead of looking at
11384 window-system.
11385
113862000-06-06 Dave Love <fx@gnu.org>
11387
11388 * image.el (find-image): Doc fix. Return nil if image not found.
11389 (put-image, insert-image): Make STRING arg optional.
11390
113912000-06-06 Kenichi Handa <handa@etl.go.jp>
11392
11393 * language/vietnamese.el: Remove eval-when-compile.
11394 (viet-viscii-nonascii-translation-table): Define it as a
11395 translation table made from viet-viscii-decode-table.
11396 (viet-viscii-encode-table): Define it as a translation table made
11397 from the reverse map of above.
11398 (viet-vscii-nonascii-translation-table): Define it as a
11399 translation table made from viet-vscii-decode-table.
11400 (viet-vscii-encode-table): Define it as a translation table made
11401 from the reverse map of above.
11402 (ccl-decode-viscii): Use translate-character.
11403 (ccl-encode-viscii, ccl-encode-viscii-font)
11404 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11405 Likewize.
11406
11407 * language/cyrillic.el: Remove eval-when-compile.
11408 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11409 translation table made from cyrillic-koi8-r-decode-table.
11410 (cyrillic-koi8-r-encode-table): Define it as a translation table
11411 made from the reverse map of above.
11412 (ccl-decode-koi8): Use translate-character.
11413 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11414 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11415 a translation table made from cyrillic-alternativnyj-decode-table.
11416 (cyrillic-alternativnyj-encode-table): Define it as a translation
11417 table made from the reverse map of above.
11418 (ccl-decode-alternativnyj): Use translate-character.
11419 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11420 Likewize
11421
11422 * international/mule-diag.el (non-iso-charset-alist): Specify
11423 translation table symbol instead of translation table itself.
11424 (list-block-of-chars): CHARSET may be a translation table symbol.
11425
11426 * international/mule.el (make-coding-system): If CODING-SYSTEM
11427 already exists, override it.
11428
11429 * international/fontset.el: Use family `proportional' for Tibetan
11430 fonts.
11431
11432 * international/ccl.el (ccl-compile-translate-character): Don't
11433 check if Rrr has property translation-table.
11434 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11435
114362000-06-05 Gerd Moellmann <gerd@gnu.org>
11437
11438 * info.el: Bind case-fold-search to t when searching in case
11439 a user sets it to nil in a hook.
11440
114412000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11442
11443 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11444 * hl-line.el (hl-line-mode): Use the new :global key argument.
11445
11446 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11447 (tar-clip-time-string): Prepend a space.
11448 (tar-grind-file-mode): Construct a string rather than modifying one.
11449 (tar-header-block-summarize): Fix docstring.
11450 Use `format' rather than an error-prone set of copy-loops.
11451
11452 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11453 (diff-goto-source, diff-unified->context, diff-context->unified)
11454 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11455 understand the format output by the `-p' argument to diff.
11456
11457 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11458 (sh-re-done): Use defconst.
11459 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11460 (sh-help-string-for-variable, sh-guess-basic-offset):
11461 Don't quote lambdas.
11462 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11463 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11464
11465 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11466 (mh-letter-mode): Derive from text-mode.
11467 This implicitly means that it now calls kill-all-local-variables.
11468 Also remove the Emacs-18 compatibility code.
11469
11470 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11471 Make use of symbol-property doc-string-elt.
11472 Use memq rather than a sequence of eq.
11473 (doc-string-elt): Fix the wrong or missing previously unused values.
11474 (autoload-print-form): New function extracted from
11475 generate-file-autoloads to allow recursion when handling progn
11476 so that defvar's and defun's docstrings are properly printed.
11477 (generate-file-autoloads): Use it.
11478
11479 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11480 Use find-file-hooks in the minor-mode function.
11481 Be careful not to loop indefinitely in the post-command-hook function.
11482
114832000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11484
11485 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11486 tty's.
11487 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11488 differences whenever appropriate.
11489 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11490 * viper.el (find-file, find-file-other-window): Get viper to do
11491 wildcards.
11492
114932000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11494
11495 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11496 (jit-lock-fontify-buffer): New function for JIT refontification.
11497 (jit-lock-mode): Fix docstring.
11498 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11499 Remove jit-lock-after-change from the _local_ hook.
11500 (jit-lock-function-1): Fix docstring.
11501
11502 * info.el (Info-on-current-buffer): Initialize info.
11503
11504 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11505
11506 * progmodes/tcl.el (tcl-indent-for-comment):
11507 Ignore comment-indent-hook.
11508
11509 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11510 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11511 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11512 and improve to use the lighter to guess the capitalization.
11513 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11514 Add keyword arguments to specify global-ness or the custom group.
11515 Add local-map and help-echo properties to the lighter.
11516 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11517 (easy-mmode-define-global-mode): New macro.
11518
115192000-06-02 Dave Love <fx@gnu.org>
11520
11521 * wid-edit.el: byte-compile-dynamic since we typically don't use
11522 all the widgets. Don't require cl or widget. Remove
11523 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11524 (widget-read-event): Removed. Callers changed to use read-event.
11525 (widget-button-release-event-p): Renamed from
11526 button-release-event-p.
11527 (widget-field-add-space, widget-field-use-before-change):
11528 Uncustomize.
11529 (widget-specify-field): Use keymap property, not local-map.
11530 (widget-specify-button): Obey :suppress-face.
11531 (widget-specify-insert): Use modern backquote syntax.
11532 (widget-image-directory): Renamed from widget-glyph-directory.
11533 (widget-image-enable): Renamed from widget-glyph-enable.
11534 (widget-image-find): Replaces widget-glyph-find.
11535 (widget-button-pressed-face): Move defvar.
11536 (widget-image-insert): Replaces widget-glyph-insert.
11537 (widget-convert): Use keywordp.
11538 (widget-leave-text, widget-children-value-delete): Use mapc.
11539 (widget-keymap): Remove XEmacs stuff.
11540 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11541 (widget-button-click): Don't set point at the click, but re-centre
11542 if we scroll out of window. Rewritten for images v. glyphs &c.
11543 (widget-tabable-at): Use POS arg, not point.
11544 (widget-beginning-of-line, widget-end-of-line)
11545 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11546 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11547 (widget-default-create): Use widget-image-insert; some rewriting.
11548 (widget-visibility-value-create)
11549 (widget-push-button-value-create, widget-toggle-value-create): Use
11550 widget-image-insert.
11551 (checkbox): Create on and off images dynamically.
11552 (documentation-link): Change :help-echo.
11553 (widget-documentation-link-echo-help): Remove.
11554
115552000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11556
11557 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11558
11559 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11560 (easy-mmode-define-toggle, define-minor-mode): Use it.
11561 (easy-mmode-define-keymap): Docstring fix.
11562 (define-derived-mode): Default PARENT to fundamental-mode.
11563 Add the derived-mode-parent symbol-property.
11564 (easy-mmode-derived-mode-p): New function.
11565
115662000-06-02 Dave Love <fx@gnu.org>
11567
11568 * files.el (convert-standard-filename): Doc fix.
11569 (normal-backup-enable-predicate): New function.
11570 (backup-enable-predicate): Use it to replace the lambda form.
11571
11572 * calendar/todo-mode.el: [This needs more work on the outline
11573 stuff.] Doc fixes.
11574 (todo) <defgroup>: Add :version.
11575 (todo-add-category): Don't use pushnew.
11576 (todo-cmd-raise): Fix typo.
11577 (todo-top-priorities): Change temp buffer name.
11578 (todo-category-alist): Avoid redundant lambda.
11579 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11580 Use outline-next-heading.
11581
11582 * autoarg.el: Rewritten to use define-minor-mode.
11583 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11584 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11585
115862000-06-02 Kenichi Handa <handa@etl.go.jp>
11587
11588 * isearch.el (isearch-other-meta-char): Fix previous change.
11589
115902000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11591
11592 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11593 (log-edit-done): Only add the comment to the ring if it's different
11594 from the last comment entered.
11595
11596 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11597
115982000-06-01 Dave Love <fx@gnu.org>
11599
11600 * hl-line.el: Rewritten using define-minor-mode.
11601
11602 * help.el (describe-function-1): Distinguish special form from
11603 builtin function. Sanity-check presence of arglist for builtins.
11604
116052000-06-01 Kenichi Handa <handa@etl.go.jp>
11606
11607 * international/characters.el: Fix syntax/category setting of
11608 Tibetan characters.
11609
11610 * language/tibet-util.el (tibetan-add-components): Fixes for new
11611 encoding of Tibetan characters.
11612 (tibetan-decompose-precomposition-alist): New variable.
11613 (tibetan-decompose-region): Convert precomposed characters to
11614 non-precomposed characters.
11615 (tibetan-decompose-string): Likewise.
11616 (tibetan-composition-function): Fix args to
11617 thibetan-compose-string.
11618
11619 * language/tibetan.el (tibetan-composable-pattern): More
11620 characters included.
11621 (tibetan-consonant-transcription-alist): Rule for "R" added.
11622 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11623 "+R" added.
11624 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11625
11626 * language/lao-util.el (lao-composition-function): Fix args to
11627 compose-string.
11628
11629 * language/thai-util.el (thai-composition-function): Fix args to
11630 compose-string.
11631
11632 * isearch.el (isearch-update): Set disable-point-adjustment to t
11633 to prevent the point moving to the end of a composition when a
11634 part of a composition is searched.
11635 (isearch-other-meta-char): If the key invoking this command can be
11636 mapped by function-key-map to a printing char, call
11637 isearch-process-search-char directly.
11638
116392000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11640
11641 * emacs-lisp/bytecomp.el:
11642 * frame.el:
11643 * international/mule-cmds.el:
11644 * international/mule-util.el:
11645 * international/mule.el:
11646 * mouse.el:
11647 * subr.el:
11648 * faces.el: Update calls to make-obsolete with a WHEN argument.
11649
11650 * byte-run.el (make-obsolete, make-obsolete-variable):
11651 Add an optional WHEN argument and change the format of the
11652 symbol-property information.
11653 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11654 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11655 new obsolete-symbol-property format and print WHEN if it is provided.
11656
116572000-05-31 Dave Love <fx@gnu.org>
11658
11659 * loadhist.el (loadhist-hook-functions): Remove
11660 before-change-function, after-change-function.
11661 (unload-feature): Deal with symbols which are both bound and
11662 fbound.
11663
11664 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11665 before-change-function, after-change-function.
11666
11667 * simple.el (newline): Don't bind before-change-function,
11668 after-change-function.
11669
116702000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11671
11672 * whitespace.el (whitespace-rescan-timer-time): Update interval
11673 set to 600 seconds (10 minutes) instead of 60 seconds since
11674 a large number of whitespace buffers causes emacs to `freeze'
11675 for a considerable amount of time.
11676
11677 * whitespace.el: Updated email address
11678
116792000-05-31 Dave Love <fx@gnu.org>
11680
11681 * add-log.el (change-log-font-lock-keywords) <function>: Add
11682 pattern for function of change.
11683 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11684 acknowledgements patterns.
11685
116862000-05-31 Kenichi Handa <handa@etl.go.jp>
11687
11688 * isearch.el (isearch-printing-char): If keyboard coding system is
11689 being used, call isearch-process-search-multibyte-characters.
11690
11691 * international/isearch-x.el: Mostly rewritten.
11692
11693 * international/quail.el (quail-start-conversion): Don't include
11694 unhandled events in the returned events, but set them in
11695 unread-command-events. Exit if all inputs are deleted.
11696
116972000-05-30 Jason Rumney <jasonr@gnu.org>
11698
11699 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11700
11701 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11702 Reenable code to create initial fontsets.
11703 Use set-fontset-font in place of put-charset-property.
11704
117052000-05-30 Gerd Moellmann <gerd@gnu.org>
11706
11707 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11708 label, ensure that the first colon isn't followed by another.
11709
11710 * paths.el (Info-default-directory-list): Doc fix.
11711
11712 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11713 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11714 send a query containing USER only, not USER@HOST.
11715
11716 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11717 and rmail-msgend to compute the restriction at the end, instead of
11718 computing it.
11719
117202000-05-29 Gerd Moellmann <gerd@gnu.org>
11721
11722 * dabbrev.el (dabbrev-expand): Don't display messages in the
11723 echo area if the minibuffer window is active.
11724
11725 * jit-lock.el (jit-lock-mode): Add after change function to
11726 local hook.
11727
117282000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11729
11730 * antlr-mode.el: New commands: hide/unhide actions,
11731 upcase/downcase literals.
11732 (antlr-tiny-action-length): New user option.
11733 (antlr-hide-actions): New command. Suggested by
11734 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11735 (antlr-mode-map): New binding [C-c C-v].
11736 (antlr-mode-menu): New entries.
11737 (antlr-downcase-literals): New command.
11738 (antlr-upcase-literals): Ditto.
11739
11740 * antlr-mode.el: Minor changes: indendation, mode-name.
11741 (antlr-indent-line): Indent cpp directive at column 0.
11742 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11743
11744 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11745 (antlr-font-lock-additional-keywords): Workaround for intentional
11746 bug in XEmacs version of font-lock.
11747 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11748 be used by a smarter version of `buffers-menu-grouping-function'.
11749
117502000-05-29 Gerd Moellmann <gerd@gnu.org>
11751
11752 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11753 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11754
117552000-05-29 Kenichi Handa <handa@etl.go.jp>
11756
11757 * international/encoded-kb.el
11758 (encoded-kbd-iso2022-designation-map): Pay attention to that
11759 charset-iso-final-char return -1 for eight-bit-control and
11760 eight-bit-graphic.
11761
117622000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11763
11764 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11765 (speedbar-easymenu-definition-base): Use display-graphic-p where
11766 available, instead of window-system.
11767
117682000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11769
11770 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11771 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11772 coding systems.
11773
117742000-05-26 Dave Love <fx@gnu.org>
11775
11776 * disp-table.el (standard-display-underline): Don't use
11777 internal-find-face.
11778
11779 * mail/reporter.el: Maintainer change. Doc fixes.
11780 (reporter-version): Deleted.
11781
11782 * emacs-lisp/elp.el: Maintainer change.
11783 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11784
117852000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11786
11787 * add-log.el (add-change-log-entry): Merge the current entry with the
11788 previous one if the previous one is empty.
11789
117902000-05-26 Dave Love <fx@gnu.org>
11791
11792 * loadhist.el (unload-feature): Fix interactive spec [from
11793 lijnzaad@ebi.ac.uk].
11794
11795 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11796 subr-arity to check primitives.
11797 (byte-compile-flush-pending, byte-compile-file-form-progn)
11798 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11799 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11800 mapcar.
11801
118022000-05-26 Kenichi Handa <handa@etl.go.jp>
11803
11804 * international/fontset.el: Set family names of non-latin charsets
11805 in default fontset to "*".
11806
11807 * international/mule-diag.el (print-fontset): Combine family part
11808 and registry part of the fontname by "-*-" instead of "-".
11809
11810 * international/mule-cmds.el (encode-coding-char): Make strings
11811 multibyte before calling encode-coding-string.
11812
118132000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11814
11815 * derived.el: Fix keywords.
11816 (define-derived-mode): Only define if needed.
11817
11818 * simple.el (fill-comment, comment-column, comment-start)
11819 (comment-start-skip, comment-end, comment-indent-function)
11820 (block-comment-start, block-comment-end, indent-for-comment)
11821 (set-comment-column, kill-comment, comment-padding, comment-region)
11822 (comment-multi-line, indent-new-comment-line): Remove.
11823
11824 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11825 function names for comment operations.
11826
11827 * newcomment.el: Add abundant autoload cookies.
11828 (comment-style): Don't depend on runtime data at compile-time.
11829 (comment-indent-hook): Remove.
11830 (comment-indent): Check if comment-indent-hook is bound.
11831 (comment-region): Docstring fix.
11832
118332000-05-25 Dave Love <fx@gnu.org>
11834
11835 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11836 byte-code-function-p.
11837
11838 * mail/rmailsum.el: Add provide.
11839
11840 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11841
11842 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11843 defcustom.
11844
118452000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11846
11847 * ediff-diff.el (ediff-exec-process): delete --binary option from
11848 non-buffer ediff jobs.
11849
118502000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11851
11852 * hilit-chg.el (highlight-changes-mode): Ask about color or
11853 grayscale support, not about window-system.
11854
11855 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11856 window-system.
11857 (ffap-highlight): Always default to t.
11858
11859 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11860 display-popup-menus-p instead of looking at window-system.
11861
11862 * disp-table.el (standard-display-g1, standard-display-graphic):
11863 Only refuse to use string glyphs on X and MS-Windows.
11864
11865 * avoid.el: Remove window-system from commentary, suggest to use
11866 display-*-p instead.
11867
11868 * apropos.el (apropos-print): Use display-mouse-p instead of
11869 window-system.
11870
118712000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11872
11873 * international/codepage.el (cp-decoding-vector-for-codepage):
11874 Fill up unsupported characters with their own codes. From Kenichi
11875 Handa.
11876
118772000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11878
11879 * international/mule-diag.el (describe-char-after): Use
11880 display-graphic-p instead of window-system, so that this function
11881 works on MS-DOS.
11882
118832000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11884
11885 * international/codepage.el (cp-make-coding-systems-for-codepage):
11886 Remove the eight-bit-graphic and eight-bit-control charsets from
11887 the list of charsets which we convert into `?'.
11888
118892000-05-25 Kenichi Handa <handa@etl.go.jp>
11890
11891 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11892 private charsets.
11893 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11894 japanese-jisx0213-2): New charsets.
11895
11896 * international/fontset.el: Setup default fontset for new charsets.
11897
118982000-05-24 Dave Love <fx@gnu.org>
11899
11900 * info.el (Info-find-node-2): Restructure [following "Vadim
11901 S. Solomin" <sovs@uic.nnov.ru>].
11902
11903 * icomplete.el: Fix header for Finder.
11904
119052000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11906
11907 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11908 STAY.
11909
11910 * rmail.el (rmail-automatic-folder-directives): New user variable.
11911 (rmail-show-message): Add call to `rmail-auto-file' during
11912 display.
11913 (rmail-auto-file): New function.
11914
119152000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11916
11917 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11918 account.
11919 (ediff-test-utility,ediff-diff-mandatory-option)
11920 (ediff-reset-diff-options): Utilities for proper initialization of
11921 ediff-diff-options and ediff-diff3-options on Windows.
11922
11923 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11924 variable.
11925
11926 * ediff-mult.el (ediff-filegroup-action): Use
11927 ediff-merge-filename-prefix.
11928
119292000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11930
11931 * viper-ex.el (ex-write): Set selective display to nil.
11932
119332000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11934
11935 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11936 aliases for hebrew-iso-8bit.
11937
119382000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11939
11940 * woman.el: New version from Francis J. Wright
11941 <F.J.Wright@Maths.QMW.ac.uk>.
11942 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11943 names in environment variables regardless of the path separator.
11944 (woman-topic-all-completions-1): Don't call file-name-directory-p
11945 on all files, since woman-file-regexp already filters out any
11946 directories.
11947
119482000-05-24 Kenichi Handa <handa@etl.go.jp>
11949
11950 * international/quail.el (quail-start-translation): Don't change
11951 modified-p of the current buffer.
11952 (quail-start-conversion): Likewise.
11953
11954 * international/kkc.el (kkc-region): Don't change modified-p of
11955 the current buffer.
11956
11957 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11958 conform to RFC1468.
11959 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11960
119612000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11962
11963 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11964 (speedbar-insert-button): Invisible text property fix.
11965 (speedbar-directory-plus): Renamed from speedbar-directory-+
11966 (speedbar-directory-minus): Renamed from speedbar-directory--
11967 (speedbar-page-plus): Renamed from speedbar-file-+
11968 (speedbar-page-minus): Renamed from speedbar-file--
11969 (speedbar-page): Renamed from speedbar-file-
11970 (speedbar-tag): Renamed from speedbar-tag-
11971 (speedbar-tag-plus): Renamed from speedbar-tag-+
11972 (speedbar-tag-minus): Renamed from speedbar-tag--
11973 (speedbar-expand-image-button-alist): Use above renames.
11974
11975 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11976 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11977 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11978 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11979 * sb-pg.xpm: Renamed from sb-file.xpm
11980 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11981 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11982
119832000-05-24 Kenichi Handa <handa@etl.go.jp>
11984
11985 * international/quail.el (quail-show-guidance-buf): Set
11986 current-input-method of the guidance buffer to the name of the
11987 curren input method.
11988
119892000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11990
11991 * progmodes/compile.el (compile-internal): Style typo.
11992
11993 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11994 quote vars and functions in the docstring.
11995
11996 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11997
11998 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11999 Don't quote lambdas.
12000
12001 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12002
120032000-05-23 Gerd Moellmann <gerd@gnu.org>
12004
12005 * startup.el (command-line): Determine source file of compiled
12006 user init file differently. Warn if compiled user init file
12007 is older than its source file.
12008
12009 * ffap.el (ffap-url-regexp): Add `https'.
12010
120112000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12012
12013 * files.el (make-backup-file-name-1): Replace slashes with `!'
12014 rather than `|' (which is not allowed on Windows). Replace the
12015 drive letters with a string "drive_X".
12016
120172000-05-23 Gerd Moellmann <gerd@gnu.org>
12018
12019 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12020
12021 * files.el (interpreter-mode-alist): Add `bash2'.
12022
120232000-05-22 Dave Love <fx@gnu.org>
12024
12025 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12026 mapc.
12027 (feature-file): Avoid calling symbol-name. Doc fix.
12028 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12029 (loadhist-hook-functions): Add mouse-position-function.
12030 (unload-feature): Change uses of mapcar.
12031
12032 * files.el (parse-colon-path): Doc fix.
12033 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12034 (set-auto-mode): Use mapc.
12035
12036 * complete.el (PC-look-for-include-file): Use :alnum: character
12037 class.
12038 (partial-completion-mode): Add autoload cookie.
12039
120402000-05-22 Sam Steingold <sds@gnu.org>
12041
12042 * info.el (Info-fontify-node): Fixed the call to
12043 `add-text-properties' (bug introduced on 2000-05-18).
12044
120452000-05-22 Dave Love <fx@gnu.org>
12046
12047 * bindings.el: Remove debug-ignored-errors set in other files.
12048
12049 * progmodes/etags.el: Add to debug-ignored-errors.
12050 (visit-tags-table-buffer): Clear out buffers holding old tables
12051 when making a new list.
12052 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12053 mapc.
12054
12055 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12056 quote keywords.
12057 (cmpl-string-case-type): Use character classes.
12058
12059 * comint.el:
12060 * textmodes/ispell.el:
12061 * imenu.el:
12062 * mail/mh-e.el:
12063 * progmodes/compile.el: Add to debug-ignored-errors.
12064
12065 * dabbrev.el: Add to debug-ignored-errors.
12066 (dabbrev-completion): Use mapc.
12067
120682000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12069
12070 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12071 (woman-mapcan, woman-parse-man.conf)
12072 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12073 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12074 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12075 path syntax better.
12076 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12077 (woman-manpath): Call woman-parse-man.conf.
12078 (woman-emulation): New defcustom, defaults to nroff.
12079 (woman-font-support): New defconst.
12080 (woman-use-symbol-font): New defcustom.
12081 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12082 "Emulation".
12083 Many functions: Doc fix.
12084
120852000-05-22 Kenichi Handa <handa@etl.go.jp>
12086
12087 * international/quail.el (quail-simple-translation-keymap): Map
12088 128..255 to quail-self-insert-command.
12089 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12090
120912000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12092
12093 * help.el (help-manyarg-func-alist): Typo.
12094
12095 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12096 intervals which makes it heaps simpler.
12097
12098 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12099 the nested comment markers.
12100
12101 * subr.el (remove-hook): Don't turn the hook's value into a list.
12102
121032000-05-21 Dave Love <fx@gnu.org>
12104
12105 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12106 are invalid characters.
12107
12108 * international/mule-util.el (detect-coding-with-priority): Use
12109 mapc. Remove redundant lambda.
12110
12111 * international/mule-diag.el (list-non-iso-charset-chars)
12112 (describe-fontset): Remove redundant lambda.
12113
12114 * emulation/crisp.el (brief-mode): New alias.
12115
12116 * emacs-lisp/ring.el (ring-elements): New function.
12117
12118 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12119 (easy-menu-do-add-item): Use keywordp.
12120
12121 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12122
12123 * replace.el: Doc and error message fixes.
12124 (replace-highlight): Use facep, not internal-find-face.
12125
121262000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12127
12128 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12129
12130 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12131 (log-edit-insert-changelog): Drop `:' as well.
12132
12133 * log-view.el: Fix file description.
12134 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12135 available.
12136 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12137 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12138
12139 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12140 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12141 Print a status message if the toggle is called interactively.
12142 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12143 for global minor modes and use `defcustom' for them.
12144 Use add-minor-mode.
12145 (easy-mmode-define-derived-mode): Remove.
12146 (define-derived-mode): Fancier default docstring.
12147 (easy-mmode-define-navigation): Signal an error rather than (ding).
12148
12149 * newcomment.el (comment-styles): New `box-multi'.
12150 (comment-normalize-vars): Better default for comment-continue to
12151 avoid whitespace-only continuations.
12152 (comment-search-forward): Always move even in the no-syntax case.
12153 (comment-padright): Only obey N if it's only obeyed for padleft.
12154 (comment-make-extra-lines): Better handling of empty continuations.
12155 Use `=' for the filler if comment-start has only one character.
12156 (uncomment-region): Try handling the special `=' filler.
12157 (comment-region): Allow LINES even if MULTI is nil.
12158 (comment-box): Choose box style based on comment-style.
12159
121602000-05-20 Kenichi Handa <handa@etl.go.jp>
12161
12162 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12163 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12164
121652000-05-20 Kenichi HANDA <handa@etl.go.jp>
12166
12167 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12168 and insert, not subst-char-in-region.
12169
12170 * international/mule-diag.el (list-character-sets-1): Handle
12171 charsets eight-bit-control and eight-bit-graphic.
12172 (list-iso-charset-chars): Likewise.
12173 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12174 charactes as is. Use indent-to to align characters.
12175
12176 * international/mule-cmds.el (find-multibyte-characters): Never
12177 exclude charsets eight-bit-control and eight-bit-graphic.
12178
121792000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12180
12181 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12182 Don't quote lambdas.
12183
12184 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12185
121862000-05-19 Gerd Moellmann <gerd@gnu.org>
12187
12188 * gud.el (gud-jdb-directories): Doc fix.
12189
121902000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12191
12192 * newcomment.el: New file.
12193
121942000-05-19 Gerd Moellmann <gerd@gnu.org>
12195
12196 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12197
121982000-05-18 Andreas Schwab <schwab@suse.de>
12199
12200 * dired.el (dired-between-files): Also skip lines beginning with
12201 `used'.
12202
122032000-05-18 Gerd Moellmann <gerd@gnu.org>
12204
12205 * msb.el (msb-menu-cond): Add choice `user'.
12206
122072000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12208
12209 * ps-print.el: Compatibility, customization and doc fix.
12210 (ps-printer-name-option): Replace defconst by defvar.
12211 (ps-postscript-code-directory): XEmacs compatibility.
12212 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12213 fix.
12214 (ps-user-defined-prologue, ps-print-prologue-header)
12215 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12216 compatibility and code fix.
12217 (ps-print-background-image, ps-print-background-text):
12218 Customization fix.
12219 (ps-line-number-start, ps-n-up-on): New vars.
12220
122212000-05-18 Espen Skoglund <esk@ira.uka.de>
12222
12223 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12224 the indent-comment function to just return the appropriate indent.
12225
122262000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12227
12228 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12229 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12230 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12231
122322000-05-18 Dave Love <fx@gnu.org>
12233
12234 * info.el (Info-fontify-node): Add intangible property as well as
12235 invisible.
12236
12237 * calendar/appt.el (appt-make-list): Match all lines of entry.
12238 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12239
122402000-05-18 Kenichi Handa <handa@etl.go.jp>
12241
12242 * international/mule-diag.el (describe-char-after): Call
12243 internal-char-font, not char-font. If internal-char-font returns
12244 nil, display "-- none --".
12245
122462000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12247
12248 * image.el (image-type-available-p): Don't reference image-types
12249 if it isn't bound.
12250
122512000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12252
12253 * autoarg.el (autoarg-mode): Typo in the :set argument.
12254
122552000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12256
12257 * startup.el (command-line-1): Don't signal an error if the
12258 directory for auto-save-list files does not yet exist.
12259
122602000-05-17 Kenichi Handa <handa@etl.go.jp>
12261
12262 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12263
122642000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12265
12266 * subr.el (remove-hook): `setq' hook-value, not `set'.
12267
122682000-05-16 Sam Steingold <sds@gnu.org>
12269
12270 * info.el (debug-ignored-errors): More errors to ignore.
12271
122722000-05-16 Dave Love <fx@gnu.org>
12273
12274 * cus-edit.el: Don't require cl or easymenu.
12275 (custom-variable-prompt): Test standard-value property, not
12276 user-variable-p.
12277
122782000-05-16 Sam Steingold <sds@gnu.org>
12279
12280 * subr.el (add-hook): `setq' hook-value, not `set'.
12281
122822000-05-16 Gerd Moellmann <gerd@gnu.org>
12283
12284 * startup.el (command-line-1): Mention the FAQ in the startup
12285 message.
12286
12287 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12288
12289 * progmodes/compile.el (compilation-parse-errors): Collect
12290 `nomessage' regexps last.
12291
12292 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12293
12294 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12295 to the function name.
12296
122972000-05-15 Dave Love <fx@gnu.org>
12298
12299 * speedbar.el (speedbar-recenter): Typo.
12300 (speedbar-expand-line): Make arg optional.
12301 (speedbar-mode): Avoid a compiler warning.
12302
123032000-05-15 Gerd Moellmann <gerd@gnu.org>
12304
12305 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12306 user-specified option string is empty.
12307
12308 * mouse.el (mouse-yank-at-click): Doc fix.
12309
123102000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12311
12312 * term/internal.el (IT-character-translations): More updates of
12313 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12314 documents.
12315
123162000-05-15 Gerd Moellmann <gerd@gnu.org>
12317
12318 * env.el (getenv): New function, interactively callable.
12319 (setenv, getenv): Remove autoload cookies.
12320
12321 * loadup.el: Load `env'.
12322
12323 * progmodes/f90.el: Change author's mail address.
12324
123252000-05-14 Dave Love <fx@gnu.org>
12326
12327 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12328 goto-addr as an option.
12329
12330 * help.el (help-xref-stack): Doc fix.
12331 (help-xref-following): New variable.
12332 (help-make-xrefs): Use it.
12333 (help-xref-go-back): Use position information from stack element.
12334 (help-follow): Make position in stack element a pair. Use
12335 help-xref-following.
12336
12337 * autoarg.el: New file.
12338
12339 * faces.el: Declare more functions obsolete.
12340
12341 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12342 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12343 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12344 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12345 Remove all the setup-...-environment functions.
12346
123472000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12348
12349 * speedbar.el: Updated the commentary section. xemacs20p now uses
12350 >= when detecting. Require `defimage' safely.
12351 (speedbar-easymenu-definition-base): Add toggle for images.
12352 (speedbar-easymenu-definition-special): Add flush cache & expand.
12353 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12354 (speedbar-reconfigure-keymaps-hook): New variable.
12355 (speedbar-frame-parameters): Updated documentation.
12356 (speedbar-use-imenu-flag): Updated custom tag
12357 (speedbar-dynamic-tags-function-list): New variable.
12358 (speedbar-tag-hierarchy-method): Updated doc & custom.
12359 (speedbar-indentation-width, speedbar-indentation-width) New
12360 variables.
12361 (speedbar-hide-button-brackets-flag): Customizable.
12362 (speedbar-vc-indicator): Doc update.
12363 (speedbar-ignored-path-expressions): Updated default value.
12364 (speedbar-supported-extension-expressions): Updated default value.
12365 (speedbar-syntax-table): Remove {} paren status.
12366 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12367 as "+". Added overlay aliases.
12368 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12369 `force-mode-line-update'.
12370 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12371 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12372 `mouse-set-point'
12373 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12374 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12375 of arbitrary text, and new helper functions.
12376 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12377 filename finder.
12378 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12379 (speedbar-directory-buttons): Update path search/expansion.
12380 (speedbar-make-tag-line): Pay attention to
12381 `speedbar-indentation-width'. Use more care w/ invisible
12382 properties.
12383 (speedbar-change-expand-button-char): Call
12384 `speedbar-insert-image-button-maybe'.
12385 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12386 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12387 (speedbar-trim-words-tag-hierarchy)
12388 (speedbar-simple-group-tag-hierarchy): New functions
12389 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12390 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12391 functions.
12392 (speedbar-mouse-set-point): New function
12393 (speedbar-power-click): Updated documentation.
12394 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12395 of tag prefix text.
12396 (speedbar-expand-line, speedbar-contract-line): Make more robust
12397 to strange text.
12398 (speedbar-expand-line): Takes universal argument to flush the
12399 cache.
12400 (speedbar-flush-expand-line): New function.
12401 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12402 Use new generator insertion method.
12403 (speedbar-fetch-dynamic-tags): New function.
12404 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12405 `speedbar-fetch-dynamic-imenu'.
12406 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12407 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12408 "Revert Buffer" menu items.
12409 (speedbar-buffer-buttons-engine): Be smarter when creating a
12410 filename tag (for expansion purposes.).
12411 (speedbar-highlight-one-tag-line,
12412 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12413 (speedbar-recenter): New functions.
12414 (defimage-speedbar): Image loading abstraction.
12415 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12416 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12417 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12418 (speedbar-tag-type, speedbar-tag-mail): New images.
12419 (speedbar-expand-image-button-alist): New variable.
12420 (speedbar-insert-image-button-maybe): Insert an image over some
12421 buttons.
12422
124232000-05-13 Kenichi Handa <handa@etl.go.jp>
12424
12425 * international/mule-cmds.el (encode-coding-char): An ASCII
12426 character is always encodable.
12427
12428 * international/mule-conf.el: Add more information in descriptions
12429 of character sets.
12430
12431 * international/mule-diag.el (describe-char-after): New function.
12432 (describe-font-internal): Adjusted for the change of font-info.
12433 (describe-font): Likewise.
12434 (print-fontset): Rewritten for the new fontset implementation.
12435 (describe-fontset): Include fontset alias names in completion.
12436 (list-fontsets): Adjusted for the change of print-fontset.
12437
12438 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12439 describe-char-after instead of displaying the detail in the echo
12440 area.
12441 (syntax-code-table): Format changed.
12442 (string-to-syntax): Adjusted for the above change.
12443
124442000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12445
12446 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12447
124482000-05-12 Dave Love <fx@gnu.org>
12449
12450 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12451 dependence. Use line-{beginning,end}-position, not
12452 point-at{b,e}ol. Some doc fixes.
12453 (todo-position): New function. Fix callers of position to use it.
12454 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12455
124562000-05-12 Gerd Moellmann <gerd@gnu.org>
12457
12458 * time.el (display-time-mail-icon): Use `:ascent center'.
12459
12460 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12461 handling FTP security extensions.
12462
124632000-05-11 Dave Love <fx@gnu.org>
12464
12465 * calendar/todo-mode.el: New file.
12466
124672000-05-11 Gerd Moellmann <gerd@gnu.org>
12468
12469 * comint.el (comint-read-input-ring): Move reference to
12470 comint-input-ring-size outside of the save-excursion. It was
12471 causing the default value to be the only one ever seen.
12472
12473 * font-lock.el: Update copyright. Remove Simon Marshall's email
12474 address on request from him.
12475
12476 * subr.el (substitute-key-definition): Add comment describing
12477 the meaning of PREFIX.
12478
124792000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12480
12481 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12482
12483 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12484 (add-minor-mode): Don't make the variable buffer-local and add a
12485 reference to define-minor-mode in the docstring.
12486
12487 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12488 HEADER/FOOTER and fix bug with trailing empty directory.
12489 (cvs-append-to-ignore): Use vc-editable-p if available.
12490 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12491 (vc-do-command): Tweak advice to handle the new VC.
12492
12493 * log-view.el (log-view-goto-rev): New function for the new VC.
12494 (log-view-minor-wrap): Use mark-active.
12495
12496 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12497 (log-edit-changelog-full-paragraphs): New var.
12498 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12499 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12500 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12501 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12502 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12503 Replace the `cvs' prefix with `log-edit'.
12504
12505 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12506
12507 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12508 (diff-font-lock-defaults): Explicitly turn off multiline.
12509 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12510 (diff-ediff-patch): Fix call to ediff-patch-file.
12511 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12512 Handle comments.
12513
12514 * frame.el (automatic-hscrolling): Typo.
12515
12516 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12517
125182000-05-09 Sam Steingold <sds@goems.com>
12519
12520 * apropos.el (apropos-print): use `describe-face' instead of
12521 `customize-face-other-window'.
12522
125232000-05-09 Dave Love <fx@gnu.org>
12524
12525 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12526
12527 * help.el (describe-variable): Have customize button pop the
12528 help-xref stack when invoked.
12529 (help-xref-symbol-regexp): Add `face'.
12530 (help-make-xrefs): Check for quoted face names and adapt regexp
12531 submatch numbers to cope.
12532 (help-xref-interned): Maybe insert face doc too. Separate
12533 sections with a line of hyphens.
12534
12535 * faces.el: Some doc fixes. Declare some functions obsolete.
12536 (describe-face): Add customize button. Return the help
12537 text. Fix prompt.
12538
125392000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12540
12541 * term/internal.el (IT-character-translations): Fix last change.
12542
125432000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12544
12545 * woman.el: New file
12546 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12547
125482000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12549
12550 * term/internal.el (IT-character-translations): Update ASCII
12551 simulations for greek-iso8859-7, add latin-iso8859-14 and
12552 latin-iso8859-15.
12553
12554 * international/mule-cmds.el (set-language-info-alist): Call
12555 define-prefix-command with 3 arguments, to make the map suitable
12556 for a menu.
12557
125582000-05-07 Dave Love <fx@gnu.org>
12559
12560 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12561
125622000-05-05 Dave Love <fx@gnu.org>
12563
12564 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12565 list in doc string. Don't quote keyword symbols.
12566 * emacs-lisp/cl.el: Likewise
12567 * emacs-lisp/cl-seq.el: Likewise
12568
125692000-05-05 Gerd Moellmann <gerd@gnu.org>
12570
12571 * abbrev.el (abbrev-mode): Make ARG optional.
12572
125732000-05-04 Gerd Moellmann <gerd@gnu.org>
12574
12575 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12576
12577 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12578
12579 * subr.el (substitute-key-definition): Clarify documentation.
12580
125812000-05-04 Milan Zamazal <pdm@freesoft.cz>
12582
12583 * glasses.el (glasses-convert-to-unreadable): Use
12584 `glasses-separator' instead of the hard-wired "_".
12585 (glasses-mode): Call `glasses-make-unreadable' only in a single
12586 place.
12587
125882000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12589
12590 * term/internal.el (cjk-codepages-alist): Add associations for
12591 Chinese and Korean codepages. Remove FIXME comment.
12592
125932000-05-03 Dave Love <fx@gnu.org>
12594
12595 * time.el (display-time-mail-face, display-time-use-mail-icon):
12596 New option.
12597 (display-time-mail-icon): New variable.
12598 (display-time-string-forms): Use the above. Fix the local-map.
12599
126002000-05-03 Gerd Moellmann <gerd@gnu.org>
12601
12602 * replace.el (query-replace-map): Add binding for `E'.
12603 (query-replace-help): Extend help text.
12604 (perform-replace): Allow editing the replacement string.
12605
12606 * make-mode.el (makefile-mode-abbrev-table): New variable.
12607 (makefile-mode): Set local abbrev table to
12608 makefile-mode-abbrev-table.
12609 (makefile-font-lock-keywords): Fontify includes and conditionals.
12610
12611 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12612 set TOGGLE's value.
12613
12614 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12615 mail-interactive-insert-alias.
12616 (mail-abbrev-complete-alias): New command.
12617 (mail-mode-map): Bind it to `M-TAB'.
12618
126192000-05-03 Kenichi Handa <handa@etl.go.jp>
12620
12621 * language/lao-util.el (lao-compose-region): New function.
12622
126232000-05-02 Gerd Moellmann <gerd@gnu.org>
12624
12625 * files.el (recover-session): Make directories as necessary
12626 if they don't exist yet.
12627
12628 * calendar/cal-french.el
12629 (french-calendar-multibyte-special-days-array)
12630 (french-calendar-special-days-array): Change French text.
12631 (calendar-french-date-string): Change output.
12632 (calendar-goto-french-date): Likewise.
12633
126342000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12635
12636 * wid-edit.el (widget-default-active): Obey `:always-active'.
12637 (widget-documentation-string-value-create): Set `:always-active'.
12638
126392000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12640
12641 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12642 default prefix to `~/_emacs.d/auto-save.list/_s'.
12643 (normal-top-level): Create the directory for auto-save files, if
12644 it doesn't already exist (in the ms-dos case only).
12645
126462000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12647
12648 * international/mule-cmds.el (set-language-environment): Don't
12649 concat an integer (dos-codepage), use format instead.
12650
126512000-05-02 Dave Love <fx@gnu.org>
12652
12653 * help.el (help-xref-on-pp): Check for constant symbols.
12654
126552000-04-29 Gerd Moellmann <gerd@gnu.org>
12656
12657 * startup.el (normal-top-level): Put a condition-case around
12658 the code loading subdirs.el.
12659
126602000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12661
12662 * ps-print.el: Upside-down and face background color printing,
12663 line number step, doc fix.
12664 (ps-print-version): New version number (5.2).
12665 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12666 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12667 (ps-spool-config): Var fix.
12668 (ps-printer-name-option): Const fix.
12669 (ps-print-upside-down, ps-use-face-background)
12670 (ps-line-number-step): New vars.
12671 (ps-window-system, ps-lp-system): New consts.
12672 (ps-face-background): New fun.
12673
126742000-04-28 Richard Stallman <rms@gnu.org>
12675
12676 * files.el (make-auto-save-file-name):
12677 Apply auto-save-file-name-transforms to visited file name
12678 before generating auto save file name.
12679 (auto-save-file-name-transforms): New variable.
12680
12681 * files.el (backup-enable-predicate):
12682 Correctly test for a file under a temporary directory.
12683
126842000-04-28 Gerd Moellmann <gerd@gnu.org>
12685
12686 * subr.el (add-minor-mode): Rewritten.
12687
126882000-04-28 Kenichi Handa <handa@etl.go.jp>
12689
12690 * mail/sendmail.el (sendmail-send-it): Set
12691 buffer-file-coding-system to the selected coding system for MIME
12692 header.
12693
126942000-04-27 Gerd Moellmann <gerd@gnu.org>
12695
12696 * dired.el (dired-move-to-filename-regexp): Allow format where
12697 YYYY is followed by two spaces.
12698
12699 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12700 in the second character class of the regexp.
12701
12702 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12703 mh-etc, too.
12704
12705 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12706 nil.
12707
12708 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12709
12710 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12711 argument.
12712
127132000-04-27 Sen Nagata <sen@eccosys.com>
12714
12715 * emacs-lisp/crm.el (crm-completion-table): New variable.
12716 (crm-collection-fn, crm-test-completion)
12717 (completing-read-multiple): Use it.
12718
127192000-04-27 Dave Love <fx@gnu.org>
12720
12721 * help.el (locate-library): Use mapc.
12722 (help-manyarg-func-alist): Add call-process-region.
12723
127242000-04-26 Gerd Moellmann <gerd@gnu.org>
12725
12726 * subr.el (add-minor-mode): Make argument MAP optional.
12727
12728 * desktop.el (desktop-save): Save list of minor modes.
12729 (desktop-create-buffer): Restore minor modes.
12730 (desktop-minor-mode-table): New user-option.
12731
12732 * subr.el (add-minor-mode): New function.
12733
12734 * image.el (find-image): New function.
12735 (defimage): Rewritten to find image at load time.
12736
12737 * startup.el (normal-top-level-add-to-load-path): Handle
12738 case that the default directory is not in load-path.
12739
12740 * help.el: Old patch from Stefan Monnier.
12741 (help-xref-on-pp): New function.
12742 (describe-variable): Use it to display xrefs in a symbol's value.
12743
127442000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12745
12746 * cus-edit.el (custom-face): Fix parenthesis.
12747
127482000-04-26 Kenichi Handa <handa@etl.go.jp>
12749
12750 * mail/rmail.el (rmail-expunge): When there are no deleted
12751 messages, do nothing.
12752
127532000-04-26 Dave Love <fx@gnu.org>
12754
12755 * international/mule-cmds.el (locale-translation-file-name):
12756 Defvar to nil.
12757 (set-locale-environment): Set it here (at runtime).
12758
127592000-04-25 Gerd Moellmann <gerd@gnu.org>
12760
12761 * replace.el (perform-replace): Add parameters START and END. Use
12762 them instead of the check for a region in Transient Mark mode.
12763 (query-replace-read-args): Return two more list elements for the
12764 start and end of the region in Transient Mark mode.
12765 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12766 (map-query-replace-regexp, replace-string, replace-regexp): Add
12767 optional last arguments START and END and pass them to
12768 perform-replace.
12769
12770 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12771 form with additional arguments for perform-replace.
12772
12773 * progmodes/etags.el (tags-query-replace): Add parameters START
12774 and END. Construct a form with additional arguments for
12775 perform-replace.
12776
12777 * simple.el (shell-command): Set default directory for "*Shell
12778 Command Output" buffer.
12779
12780 * language/european.el (iso-latin-4): Fix typo.
12781
12782 * emacs-lisp/crm.el: New file.
12783
127842000-04-24 Dave Love <fx@gnu.org>
12785
12786 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12787 (Custom-reset-saved, Custom-reset-standard)
12788 (custom-group-value-create, custom-group-set, custom-group-save)
12789 (custom-group-reset-current, custom-group-reset-saved)
12790 (custom-group-reset-standard): Use mapc.
12791 (custom-buffer-create-internal): Disable undo when creating items.
12792 Use mapc.
12793 (custom-face): Avoid redundant lambda.
12794
127952000-04-24 Gerd Moellmann <gerd@gnu.org>
12796
12797 * startup.el (auto-save-list-file-prefix): Set default to
12798 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12799
128002000-04-24 Sam Steingold <sds@gnu.org>
12801
12802 * time-stamp.el (time-stamp-string-preprocess): Always convert
12803 `field-result' to a string.
12804
128052000-04-24 Gerd Moellmann <gerd@gnu.org>
12806
12807 * frame.el (scrolling): New group.
12808 (automatic-hscrolling): New user-option.
12809
12810 * startup.el (command-line-x-option-alist): Add `-lsp' and
12811 `--line-spacing'.
12812
128132000-04-19 Dave Love <fx@gnu.org>
12814
12815 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12816 (cl-mapc): Rename from mapc. Fix the funcall.
12817
128182000-04-19 Gerd Moellmann <gerd@gnu.org>
12819
12820 * simple.el (clone-indirect-buffer-other-window): New command.
12821 (clone-indirect-buffer): Add optional arg NORECROD.
12822 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12823
12824 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12825
12826 * window.el (count-screen-lines): New function.
12827 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12828 instead of window-buffer-height.
12829
12830 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12831 non-existing variable comint-input-sentinel.
12832 (inferior-lisp-args-to-list): Removed.
12833 (inferior-lisp): Use split-string instead of
12834 inferior-lisp-args-to-list.
12835
12836 * hexl.el (hexl-insert-hex-string): New command.
12837
12838 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12839 instead of concat.
12840
128412000-04-18 Gerd Moellmann <gerd@gnu.org>
12842
12843 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12844 at the start of an existing but empty folder.
12845
128462000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12847
12848 * ps-mule.el: Customization fix, doc fix.
12849 (ps-multibyte-buffer): Customization fix.
12850
128512000-04-17 Richard M. Stallman <rms@gnu.org>
12852
12853 * subr.el (read-passwd): Use read-char-exclusive.
12854
128552000-04-17 Gerd Moellmann <gerd@gnu.org>
12856
12857 * textmodes/texinfo.el (texinfo-insert-@email)
12858 (texinfo-insert-@emph, texinfo-insert-@quotation)
12859 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12860 (texinfo-mode-map): Add key bindings for them.
12861
12862 * files.el (basic-save-buffer-2): Use a template with `$'
12863 instead of `#' for VMS.
12864
12865 * simple.el (clone-indirect-buffer): New function.
12866
128672000-04-16 Stephen Eglen <stephen@gnu.org>
12868
12869 * iswitchb.el (iswitchb-case): New function. If the user input
12870 contains any upper-case characters, the search is made
12871 case-sensitive.
12872
128732000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12874
12875 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12876 comment-end.
12877 (texinfo-font-lock-syntactic-keywords): New var.
12878 (texinfo-font-lock-keywords): Remove comment regexp.
12879 (texinfo-insert-block): New function.
12880 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12881 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12882 and font-lock-defaults. Use regexp-opt for outline-regexp.
12883 (texinfo-environments): New var.
12884 (texinfo-environment-regexp): Use regexp-opt and
12885 texinfo-environments.
12886
12887 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12888 ispell-process is bound since this might be eval'd before ispell
12889 is loaded.
12890 (ispell-message): Use a tiny bit less magic and a bit more hard
12891 data to figure out what kind of sc-cite-regexp to use.
12892
12893 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12894
12895 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12896 (insert-cyclic-diary-entry): Unquote the lambda.
12897
12898 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12899
12900 * files.el (backup-enable-predicate): Unquote the lambda.
12901
12902 * cus-edit.el (custom-face, face): Unquote the lambda.
12903
129042000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12905
12906 * ps-print.el: Check for line-beginning-position definition.
12907
12908 * ps-print.el: Fix counting lines in a region.
12909 (ps-print-version): New version number (5.1.5).
12910 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12911 (ps-printing-region): Fun code fix.
12912
129132000-04-15 Gerd Moellmann <gerd@gnu.org>
12914
12915 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12916 to file-directory-p.
12917
129182000-04-14 Gerd Moellmann <gerd@gnu.org>
12919
12920 * gud.el (gud-jdb-build-source-files-list): Check that directory
12921 exists before calling directory-files.
12922
129232000-04-13 Dave Love <fx@gnu.org>
12924
12925 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12926 syntax.
12927
12928 * emacs-lisp/cl-specs.el: Remove when, unless.
12929
12930 * emacs-lisp/cl-extra.el: Don't quote keywords.
12931 (cl-old-mapc): New variable.
12932 (mapc): Use it.
12933 (cl-map-intervals): Use with-current-buffer. Don't check for
12934 next-property-change.
12935 (cl-map-overlays): Use with-current-buffer.
12936 (cl-expt): Remove.
12937 (copy-tree, remprop): Define unconditionally.
12938
12939 * emacs-lisp/cl-compat.el (keywordp): Remove.
12940
12941 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12942 to use keywordp.
12943 (edebug-spec): Enable keywordp.
12944
12945 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12946 string-lessp.
12947
12948 * cus-start.el: Use keywordp.
12949
129502000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12951
12952 * diary-lib.el (include-other-diary-files): Fix the fix of
12953 2000-02-18 by doing a save-excursion.
12954
129552000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12956
12957 * ps-print.el: Customization fix, doc fix.
12958 (ps-print-version): New version number (5.1.4).
12959 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12960 (ps-print-preprint): Adjust code.
12961 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12962 (ps-print-prologue-header, ps-print-control-characters)
12963 (ps-spool-config): Customization fix.
12964
129652000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12966
12967 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12968 converted to the new menu-item format, names silightly changed,
12969 help strings added.
12970
12971 Support for spelling without async subprocesses:
12972
12973 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12974 (ispell-session-buffer): New variables.
12975 (ispell-start-process, ispell-process-status,
12976 ispell-accept-output, ispell-send-string): New functions, for
12977 Ispell invocation when async subprocesses aren't supported.
12978 (ispell-word, ispell-pdict-save, ispell-command-loop,
12979 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12980 to process-send-string with calls to ispell-send-string, and
12981 accept-process-output with ispell-accept-output.
12982 (ispell-init-process): Call ispell-process-status instead of
12983 process-status with.
12984 (ispell-init-process): Call ispell-start-process. Call
12985 ispell-accept-output and ispell-send-string. Don't call
12986 process-kill-without-query and kill-process if they are unbound.
12987 (ispell-async-processp): New function.
12988
129892000-04-12 Dave Love <fx@gnu.org>
12990
12991 * info.el: Add debug-ignored-errors.
12992 (Info-mode-menu): Add some items.
12993 (Info-directory): Add autoload cookie.
12994
12995 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12996 Modify `truncate-lines'. Make `describe-language-environment'
12997 always visible and add help. Modify `describe-key' help. Invoke
12998 Info-directory from `info'. New entry `emacs-manual'.
12999
130002000-04-10 Gerd Moellmann <gerd@gnu.org>
13001
13002 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13003 propertized-buffer-identification.
13004 (ebrowse-update-member-buffer-mode-line): Likewise.
13005 (ebrowse--mode-strings): Removed.
13006 (ebrowse--mode-line-props): Removed.
13007
13008 * files.el (auto-mode-alist): Add `EBROWSE'.
13009
13010 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13011 space before testing for end of buffer.
13012 (ebrowse-load): Removed.
13013 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13014 (ebrowse-create-tree-buffer): Rewritten.
13015 (ebrowse-tree-mode): Read tree from buffer.
13016
13017 * progmodes/ebrowse-ffh.el: Removed.
13018
130192000-04-10 Kenichi Handa <handa@etl.go.jp>
13020
13021 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13022
130232000-04-10 Gerd Moellmann <gerd@gnu.org>
13024
13025 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13026 at the wrong place.
13027
130282000-04-09 Dave Love <fx@gnu.org>
13029
13030 * files.el (backup-enable-predicate): Use
13031 temporary-file-directory, small-temporary-file-directory.
13032 (make-backup-file-name-function, backup-directory-alist): New
13033 variables.
13034 (make-backup-file-name-1): New function.
13035 (make-backup-file-name): Use it.
13036 (find-backup-file-name): Likewise. Use format for clarity, not
13037 concat.
13038 (file-newest-backup): Use make-backup-file-name.
13039
130402000-04-09 Gerd Moellmann <gerd@gnu.org>
13041
13042 * progmodes/ebrowse-ffh.el: New file.
13043
13044 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13045 to ebrowse-ffh.el.
13046 (ebrowse-load): Add autoload.
13047
13048 * finder.el (finder-commentary): Add autoload cookie.
13049
13050 * mail/rfc2368.el: Correct author's email address.
13051
13052 * progmodes/ebrowse.el: New file.
13053
13054 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13055 item help string.
13056 (easy-menu-do-add-item): Ditto.
13057 (easy-menu-define): Extend doc string.
13058
13059 * jit-lock.el (with-buffer-unmodified): Use
13060 restore-buffer-modified-p.
13061 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13062 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13063 with-buffer-unmodified.
13064
130652000-04-08 Dave Love <fx@gnu.org>
13066
13067 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13068 unless, when.
13069
130702000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13071
13072 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13073 (viper-flash-search-pattern): No operation when using Emacs
13074 doesn't support face.
13075 Use `viper-put-on-search-overlay'.
13076
130772000-04-04 Gerd Moellmann <gerd@gnu.org>
13078
13079 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13080 like C-r.
13081
13082 * progmodes/make-mode.el: Some doc fixes.
13083 (makefile-mode-abbrev-table): New variable.
13084 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13085 (makefile-font-lock-keywords): Fontify includes and conditionals.
13086 (toplevel): Require `dabbrev' and `add-log' when compiling.
13087
13088 * replace.el (perform-replace): Don't move forward one char
13089 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13090 to do that because it leaves point 1 position after the last
13091 replacement, after everything has been replaced.
13092
13093 * jit-lock.el (with-buffer-unmodified): New macro.
13094 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13095 modified state.
13096 (jit-lock-function-1): Extracted from jit-lock-function; not
13097 preserving buffer's modified state.
13098 (jit-lock-function, jit-lock-stealth-fontify): Call
13099 jit-lock-function-1.
13100
13101 * mail/rfc2368.el: Remove supernumerary copyright line.
13102
131032000-04-04 Milan Zamazal <pdm@freesoft.cz>
13104
13105 * glasses.el: Provide facilities for inserting space before left
13106 parentheses and uncapitalization of identifiers.
13107 (glasses-mode): Try to remove old overlays in all cases.
13108
131092000-04-03 Gerd Moellmann <gerd@gnu.org>
13110
13111 * progmodes/compile.el (compile-internal): Display the compilation
13112 buffer in a different frame, if it's already displayed there.
13113
13114 * mail/rfc2368.el: New file.
13115
13116 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13117 header and insert its value as mail body.
13118
13119 * subr.el (member-ignore-case): New function.
13120
13121 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13122 (dabbrev--find-expansion): Ignore buffers matching a regexp
13123 from dabbrev-ignored-regexps.
13124
13125 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13126 to extensions handled by gzip.
13127
131282000-04-03 Richard M. Stallman <rms@gnu.org>
13129
13130 * files.el (insert-directory): List the total free space
13131 along with the used space.
13132
13133 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13134 line is followed by one that matches CITATION-REGEXP, end the
13135 paragraph.
13136
131372000-04-03 Markus Rost <rost@delysid.gnu.org>
13138
13139 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13140 (rmail-make-basic-summary-line): Use that option.
13141
131422000-04-03 Kenichi Handa <handa@etl.go.jp>
13143
13144 * international/mule-cmds.el (encoded-string-description):
13145 Rewritten. Try pretty description for ISO 2022 escape sequences
13146 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13147 for hexadecimal format.
13148
131492000-04-01 Dave Love <fx@gnu.org>
13150
13151 * cpp.el: Change customization group to `c' from `C'.
13152
13153 * vcursor.el (vcursor-move): Use display-color-p.
13154
13155 * international/mule-util.el: Provide mule-utils.
13156 (string-to-sequence): Simplify and speed up.
13157
13158 * international/mule.el (make-coding-system): Purecopy doc-string.
13159
13160 * international/mule-cmds.el: Various menu changes.
13161 (describe-specified-language-support): Handle `Default'.
13162 (set-language-info): Purecopy `info'.
13163
131642000-03-31 Andrew Innes <andrewi@gnu.org>
13165
13166 * vc.el (vc-backend-diff): Return the correct status if we had to
13167 retry the rcsdiff command without the --brief option.
13168
131692000-03-31 Dave Love <fx@gnu.org>
13170
13171 * help.el (help-manyarg-func-alist): Correct several omissions.
13172
13173 * add-log.el: Don't require cl, fortran.
13174 (add-log-current-defun-function): Doc fix.
13175 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13176 fix.
13177 (change-log-version-rcs): Function deleted.
13178 (change-log-version-number-search): Doc fix. Use
13179 vc-workfile-version. Avoid CL dolist.
13180 (add-change-log-entry): Just call add-log-current-defun to get
13181 defun. Simplify somewhat.
13182 (change-log-get-method-definition-1): Likewise.
13183 (add-log-current-defun): Return nil if calling
13184 add-log-current-defun-function does so. Move Fortran stuff to
13185 fortran.el. Return string without properties.
13186
13187 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13188 and :alpha: char classes.
13189
13190 * mail/supercite.el: Defvar curline when compiling.
13191 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13192 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13193 rather than a-zA-Z0-9 to allow non-ASCII characters.
13194
131952000-03-31 Gerd Moellmann <gerd@gnu.org>
13196
13197 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13198
13199 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13200 Re-enable new code.
13201
13202 * lpr.el (print-region-1): Use -d to specify printer name for
13203 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13204
132052000-03-31 Dave Love <fx@gnu.org>
13206
13207 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13208 for function definition in symbol's function value slot first
13209 instead of first consulting byte-compile-function-environment.
13210
132112000-03-31 Kenichi Handa <handa@etl.go.jp>
13212
13213 * language/european.el ("Polish"): New language environment.
13214 (setup-polish-environment): New function.
13215
132162000-03-30 Gerd Moellmann <gerd@gnu.org>
13217
13218 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13219 Disable new code.
13220
13221 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13222 trying to `load' the symbol of an autoload instead of the file
13223 recorded in the autoload. Fix error messages.
13224
132252000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13226
13227 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13228 (ps-print-version): New version number (5.1.3).
13229 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13230 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13231 (ps-generate-postscript-with-faces): Code fix.
13232 (ps-color-values): XEmacs compatibility.
13233 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13234 (ps-default-fg, ps-default-bg): Adjust customization.
13235 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13236 (ps-color-scale): Renaming old ps-color-value fun.
13237 (ps-print-headers): Replace ps-print-header group to avoid conflict
13238 with ps-print-header variable.
13239 (ps-print-miscellany): New group.
13240 (ps-format-color, ps-rgb-color): New funs.
13241 (ps-default-foreground): New var.
13242 (ps-printer-name-option): New const.
13243
132442000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13245
13246 * net/net-utils.el:
13247 (network-connection-host, network-connection-service): New variables
13248 (network-connection-mode): New mode, derived from comint-mode
13249 (network-connection-mode-setup): New function, saves host and
13250 service information in local variables.
13251
13252 * lisp/locate.el:
13253 (locate-word-at-point): Added this function
13254 (locate): Default to using locate-word-at-point as input
13255 Run dired-mode-hook
13256
132572000-03-29 Dave Love <fx@gnu.org>
13258
13259 * calendar/appt.el: Doc fixes.
13260 (appt-check): Convert min-to-app to a string before passing to
13261 appt-disp-window-function or concat.
13262 (appt-delete-window): Remove test for frame-root-window.
13263 (appt-select-lowest-window, appt-convert-time): Simplify.
13264
13265 * emacs-lisp/bytecomp.el: Doc fixes.
13266 (byte-compile-file-form-autoload): Update
13267 byte-compile-function-environment.
13268
132692000-03-29 Andreas Schwab <schwab@suse.de>
13270
13271 * emacs-lisp/autoload.el: Also print defsubst doc string
13272 specially.
13273
13274 * dired.el (dired-insert-directory): If dired-free-space-program
13275 failed just delete its output.
13276
132772000-03-29 Dave Love <fx@gnu.org>
13278
13279 * international/iso-cvt.el: Move provide to end. Doc fixes.
13280 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13281 (iso-iso2sgml, iso-sgml2iso): New functions.
13282 (iso-cvt-define-menu): Fix some entries and use backquote for
13283 clarity.
13284
13285 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13286
132872000-03-28 Gerd Moellmann <gerd@gnu.org>
13288
13289 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13290 ISO-DATE. If non-nil, return date in ISO 8601 format.
13291
132922000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13293
13294 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13295 if it ever becomes used.
13296 (log-edit-mode-hook): Default to vc-log-mode-hook.
13297 (log-edit-mode): Fix the docstring.
13298
13299 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13300 the code.
13301
133022000-03-26 Dave Love <fx@gnu.org>
13303
13304 * net/browse-url.el (browse-url): Re-fix case of
13305 browse-url-browser-function being an alist.
13306 (browse-url): Add :link to defgroup.
13307
13308 * files.el: Doc fixes.
13309 (file-truename): Include `[' in wildcard characters.
13310 (automount-dir-prefix): Customize.
13311 (find-file-wildcards): Add :version.
13312 (find-file-noselect): Simplify a mapcar call.
13313
13314 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13315 compatible with inf-lisp version.
13316 (eval-defun-1): Fix custom-declare-variable case.
13317
133182000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13319
13320 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13321
133222000-03-24 Gerd Moellmann <gerd@gnu.org>
13323
13324 * Makefile (COMPILE_FIRST): New macro.
13325 (compile-files): Compile files from COMPILE_FIRST first.
13326
13327 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13328 code.
13329
13330 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13331 matching open parenthesis in column 0 to defun-prompt-regexp
13332 only if open-paren-in-column-0-is-defun-start is set.
13333
13334 * sun-curs.el: Require CL at compile-time only.
13335
13336 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13337 instead of copy-list which is a function from CL.
13338 (msb--choose-menu, msb--mode-menu-cond)
13339 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13340 (msb--init-file-alist): Use mapcar instead of mapcan.
13341 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13342 `(' in column 0 in doc string.
13343 (msb--add-separators): Use mapcar instead of mapcan.
13344
13345 * cus-dep.el: Require CL at compile-time only.
13346
133472000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13348
13349 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13350 (byte-compile-warnings): New warning `noruntime'.
13351 (byte-compile-constants, byte-compile-variables): Fix docstring.
13352 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13353 execute `eval-whenc-compile's body.
13354 (byte-compile-unresolved-functions): Fix docstring.
13355 (byte-compile-eval): New function.
13356 (byte-compile-callargs-warn): Check if the function will be available
13357 at runtime (via property `byte-compile-noruntime').
13358 (byte-compile-print-syms): New function.
13359 (byte-compile-warn-about-unresolved-functions): Also warn about
13360 `noruntime' functions (and use `byte-compile-print-syms').
13361 (byte-compile-file): Capitalize the message.
13362
133632000-03-24 Gerd Moellmann <gerd@gnu.org>
13364
13365 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13366 (rmail-expunge): Ask for confirmation depending on the setting
13367 of rmail-confirm-expunge.
13368
133692000-03-23 Gerd Moellmann <gerd@gnu.org>
13370
13371 * Makefile (bootstrap-clean): If $(emacs) exists, build
13372 loaddefs.el first. A loaddefs.el that's not up-to-date might
13373 cause a bootstrap failure because things don't autoload as
13374 expected.
13375
133762000-03-23 Dave Love <fx@gnu.org>
13377
13378 * net/browse-url.el: Restore previous use of
13379 browse-url-maybe-new-window.
13380
133812000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13382
13383 * ps-print.el: Skip banner page fix.
13384 (ps-print-version): New version number (5.1.2).
13385 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13386
133872000-03-23 Dave Pearson <davep@davep.org>
13388
13389 * net/quickurl.el Changed the type of parameter passed to the
13390 function defined by `quickurl-format-function'. Before only the
13391 text of the URL was passed. Now the whole URL structure is passed
13392 and the function is responsible for extracting the parts it
13393 requires. Changed the default of `quickurl-format-function'
13394 accordingly.
13395 (quickurl-insert): Changed the `funcall' of
13396 `quickurl-format-function' to match the above change.
13397 (quickurl-list-insert): Changed the `url' case so that it makes
13398 use of `quickurl-format-function', previous to this the format was
13399 hard wired.
13400
134012000-03-22 Gerd Moellmann <gerd@gnu.org>
13402
13403 * startup.el: Change some spellings for the X Window System.
13404
134052000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13408 up the code and the regexp and make sure the cursor is temporarily
13409 moved to the suspicious line while querying the user.
13410
134112000-03-22 Jason Rumney <jasonr@gnu.org>
13412
13413 * w32-fns.el (w32-charset-info-alist): Initialize.
13414
134152000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13416
13417 * ps-print.el: N-up last page fix.
13418 (ps-print-version): New version number (5.1.1).
13419 (ps-end-file, ps-end-job, ps-generate): Code fix.
13420
134212000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13422
13423 * files.el (find-file-run-dired): Update docstring.
13424 (find-directory-functions): New hook.
13425 (find-file-noselect): Run find-directory-functions rather than
13426 calling dired directly.
13427
13428 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13429
13430 * pcvs.el: Add a minimal leading commentary.
13431 (cvs-make-cvs-buffer): Change the header part by removing the startup
13432 message and adding a `Module' entry. Also replace the FOOTER and
13433 HEADER special fileinfos with the new support in ewoc for updating
13434 its own footer and header.
13435 (cvs-update-header): Update to use the header/footer of the ewoc.
13436 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13437 (cvs-is-within-p): New function.
13438 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13439 to only examine some subset of the buffers.
13440
13441 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13442 `format' instead of our own ad-hoc functions.
13443 Remove HEADER and FOOTER cases, now handled in the EWOC.
13444 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13445
13446 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13447 output to avoid scaring the user.
13448 (cvs-parse-table): Catch message for non-up-to-date commits.
13449
13450 * pcvs-defs.el (cvs-startup-message): Remove.
13451 (cvs-global-menu): New autoloaded menu.
13452
13453 * pcvs-util.el (cvs-string-fill): Remove.
13454
13455 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13456 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13457 PP part of it and also make it work for footers and headers.
13458 (ewoc-create): Drop POS and BUFFER arguments.
13459 Use the DLL's dummy node to store the end-of-footer position.
13460 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13461 (ewoc-refresh): Remove unused `header' variable.
13462 (ewoc-(get|set)-hf): New functions.
13463
13464 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13465 log-view-*-(message|file) and use easy-mmode-define-navigation.
13466 (log-view-message-re): Match SCCS format as well.
13467 And match the revision line rather than the dashed separator line.
13468 (log-view-mode): Use the new define-derived-mode.
13469 (log-view-current-tag): Fill in with an actual implementation.
13470
13471 * cvs-status.el (cvs-status-(prev|next)): Rename from
13472 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13473 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13474 to let the output "breathe" a little more (more readable).
13475 (cvs-status-mode): Use the new define-derived-mode.
13476
13477 * smerge-mode.el (smerge-auto-leave): New function and variable.
13478 (smerge-basic-map): Rename from smerge-basic-keymap.
13479 Change the bindings for smerge-diff-*.
13480 (smerge-*-map): Use easy-mmode-defmap.
13481 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13482 (smerge-keep-*): Use smerge-auto-leave.
13483
134842000-03-21 Jason Rumney <jasonr@gnu.org>
13485
13486 * cus-edit.el (custom-button-face): Use 3D look for w32.
13487 (custom-button-pressed-face): Likewise.
13488
134892000-03-21 Gerd Moellmann <gerd@gnu.org>
13490
13491 * progmodes/etags.el (tags-case-fold-search): New user-option.
13492 (tags-loop-eval): New function. Bind case-fold-search around eval
13493 depending on the value of tags-case-fold-search.
13494 (tags-loop-continue): Use tags-loop-eval.
13495 (find-tag-in-order): Bind case-fold-search depending on the value
13496 of tags-case-fold-search.
13497
134982000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13499
13500 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13501 (diff-end-of-hunk): Return the end position for use in
13502 `easy-mmode-define-navigation'.
13503 (diff-recenter): Remove.
13504 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13505 of `easy-mmode-define-navigation'.
13506 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13507 previous renaming) and fix to use new names.
13508 (diff-merge-strings): Use \n as separator: simpler, faster.
13509 (diff-mode): Use `define-derived-mode'.
13510
13511 * derived.el (define-derived-mode): Don't autoload anymore.
13512 Prefer the macro-only version provided by easy-mmode.el.
13513
13514 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13515 `easy-mmode-define-derived-mode'.
13516 Use `combine-run-hooks'.
13517 (easy-mmode-define-navigation): New macro.
13518
13519 * subr.el (combine-run-hooks): New function.
13520
135212000-03-21 Kenichi HANDA <handa@etl.go.jp>
13522
13523 * term/x-win.el: Fontsets related initialization is simplified.
13524
13525 * international/mule-diag.el (describe-font): Don't refer to
13526 global-fontset-alist, instead call font-list.
13527 (describe-fontset, list-fontsets, mule-diag): Likewise.
13528 (print-fontset): Adjusted for the change of fontset
13529 implementation.
13530
13531 * international/fontset.el (x-charset-registries): Variable
13532 removed, instead the corresponding data is stored in the default
13533 fontset.
13534 (register-alternate-fontnames): Function removed.
13535 (resolved-ascii-font): Variable removed.
13536 (x-compose-font-name): Ignore the second argument REDOCE.
13537 (x-complement-fontset-spec): Complement only an ASCII font and
13538 element for those charsets than can use that ASCII font.
13539 (generate-fontset-menu): Don't refer to global-fontset-alist,
13540 instead call fontset-list.
13541 (uninstantiated-fontset-alist): Variable removed.
13542 (x-style-funcs-alist): Likewise.
13543 (fontset-default-styles): Likewise.
13544 (x-modify-font-name): Function removed.
13545 (create-fontset-from-fontset-spec): Ignore the argument
13546 STYLE-VARIANT.
13547 (create-fontset-from-ascii-font): Docsting adjusted for the above
13548 change.
13549 (instantiate-fontset, resolve-fontset-name): Functions removed.
13550 (fontset-list): Now implemented by C code.
13551
13552 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13553 (describe-face): Include `font' attribute in the description.
13554
135552000-03-21 Kenichi Handa <handa@etl.go.jp>
13556
13557 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13558
135592000-03-20 Gerd Moellmann <gerd@gnu.org>
13560
13561 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13562 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13563 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13564
13565 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13566 about behavior of set-buffer-modified-p wrt redisplay.
13567
135682000-03-19 Richard M. Stallman <rms@gnu.org>
13569
13570 * view.el (view-mode-disable): Kill local binding of view-read-only.
13571
135722000-03-18 Gerd Moellmann <gerd@gnu.org>
13573
13574 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13575 is a string, convert it to a syntax cell using string-to-syntax.
13576
13577 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13578 (string-to-syntax): New function.
13579
13580 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13581 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13582 try to use passive ftp mode.
13583
135842000-03-17 Gerd Moellmann <gerd@gnu.org>
13585
13586 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13587
13588 * simple.el (append-to-buffer): Update point of windows after
13589 insertion.
13590
13591 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13592 forward then moving backward. Reindent.
13593
13594 * frame.el (other-frame): Call x-focus-frame only if
13595 focus-follows-mouse is off.
13596
135972000-03-17 Dave Love <fx@gnu.org>
13598
13599 * pcvs-util.el (cvs-strings->string): Rename
13600 replace-regexps-in-string.
13601
136022000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13603
13604 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13605 regexp for labels cannot span several lines.
13606
13607 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13608 `(setq :<key> ':<key>)' to the macro expansion.
13609
136102000-03-16 Dave Love <fx@gnu.org>
13611
13612 * progmodes/f90.el (f90): Put custom group under `languages', not
13613 `fortran'.
13614 (f90-mode-hook): Customize.
13615 (f90-mode): Set add-log-current-defun-function.
13616 (f90-current-defun): New function.
13617
136182000-03-16 Gerd Moellmann <gerd@gnu.org>
13619
13620 * cus-edit.el (custom-variable-tag-face): Handle case that
13621 default face's height is not a number.
13622 (custom-face-tag-face, custom-group-tag-face-1)
13623 (custom-group-tag-face): Ditto.
13624 (custom-group-tag-face-1): Add :group.
13625
13626 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13627
136282000-03-15 Gerd Moellmann <gerd@gnu.org>
13629
13630 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13631 requiring easymenu.
13632
136332000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13634
13635 * ps-print.el: PostScript user-defined prologue, PostScript error
13636 handler, doc fix.
13637 (ps-print-version): New version number (5.1).
13638 (ps-user-defined-prologue, ps-error-handler-message)
13639 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13640 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13641 (ps-insert-string): New function.
13642
136432000-03-15 Kenichi Handa <handa@etl.go.jp>
13644
13645 * international/ccl.el (ccl-compile-expression): Don't generate
13646 invalid self-assignment code.
13647
136482000-03-14 Dave Love <fx@gnu.org>
13649
13650 * subr.el (replace-regexp-in-string): Renamed from
13651 replace-regexps-in-string. Doc fix.
13652
136532000-03-12 Dave Love <fx@gnu.org>
13654
13655 * cus-edit.el: Doc fixes.
13656 (customize-set-variable, customize-save-variable): Rename args for
13657 doc.
13658 (custom-variable-tag-face, custom-face-tag-face)
13659 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13660 style which user identify as hyperlink.
13661 (hook): Don't add undefined functions to the hook.
13662 (debug-ignored-errors): Transfer message from bindings.el.
13663
136642000-03-12 Gerd Moellmann <gerd@gnu.org>
13665
13666 * recentf.el (recentf-keep-non-readable-files-p): Remove
13667 double/nested definition.
13668
136692000-03-12 Dave Love <fx@gnu.org>
13670
13671 * facemenu.el (facemenu-get-face): Use display-color-p.
13672 * enriched.el (enriched-decode-foreground): Likewise.
13673 (enriched-decode-background): Likewise.
13674 * isearch.el (isearch-highlight): Likewise.
13675 * info-look.el (info-lookup): Likewise.
13676 * simple.el (completion-setup-function): Likewise.
13677
13678 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13679 :options.
13680
13681 * bindings.el (mode-line-format): Fix line-number and
13682 column-number items. Add help-echo for the background.
13683 (mode-line-mule-info): Modify help-echo.
13684
13685 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13686
13687 * files.el (load-file): Allow completion to .elc.
13688
13689 * man.el: Doc fixes.
13690 (Man-init-defvars): Use display-color-p to set fontification.
13691
13692 * play/hanoi.el (hanoi-internal): Don't use oddp.
13693
136942000-03-12 Gerd Moellmann <gerd@gnu.org>
13695
13696 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13697
13698 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13699
137002000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13701
13702 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13703 Fix comment.
13704
137052000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13706
13707 * font-lock.el (font-lock-keywords): Fix the doc now that
13708 regexp-opt-depth is unnecessary.
13709 (save-buffer-state): Set an edebug spec.
13710 (font-lock-fontify-anchored-keywords): Properly handle the case when
13711 the matcher goes past the limit.
13712
13713 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13714 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13715
13716 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13717 dll.el and cookie.el (from Elib) with heavy renaming and other
13718 massaging.
13719
13720 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13721 Autoload the functions used.
13722 (easy-mmode-define-syntax): Fix CL typo.
13723 (easy-mmode-define-derived-mode): Improve the docstring generation.
13724
137252000-03-10 Gerd Moellmann <gerd@gnu.org>
13726
13727 * textmodes/texinfo.el (texinfo-version): Variable and function
13728 removed.
13729
137302000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13731
13732 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13733 allow more flexibility.
13734 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13735 fns.
13736 (easy-mmode-defmap, easy-mmode-defsyntax)
13737 (easy-mmode-define-derived-mode): New macros.
13738
137392000-03-09 Didier Verna <didier@xemacs.org>
13740
13741 * rect.el (replace-rectangle): New function.
13742
137432000-03-09 Dave Love <fx@gnu.org>
13744
13745 * progmodes/fortran.el (fortran-comment-line-start): Define as
13746 "C".
13747 (fortran-comment-line-start-skip): Don't match cpp stuff.
13748 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13749 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13750 (fortran-mode): Don't set fortran-comment-line-start-skip,
13751 fortran-comment-line-start here. Set comment-start,
13752 add-log-current-defun.
13753 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13754 (fortran-current-defun): New function.
13755
137562000-03-09 Gerd Moellmann <gerd@gnu.org>
13757
13758 * emacs-lisp/re-builder.el: New file.
13759
13760 * mouse.el (mouse-drag-region): Don't run up-event handler
13761 if hscroll has changed.
13762
13763 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13764 builtin operators, use `font-lock-builtin-face' for Emacs and
13765 `font-lock-preprocessor-face' otherwise.
13766
13767 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13768 `(defun (setf foo)' differently.
13769
137702000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13771
13772 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13773 (regexp-opt): Update comment and adapt the code the new meaning of
13774 the `paren' argument of regex-opt-group for shy-groups.
13775 (regexp-opt-depth): Handle shy groups as well as backslashed
13776 backslashes.
13777 (regexp-opt-group): Turn the leading comment into a docstring.
13778 Allow `paren' to be a string (the string to use to open a group).
13779 Remove open-presuf and close-presuf. Instead of checking for `all
13780 one-char' and then later on check for `several one-char', handle
13781 both cases close together. Also apply a more generic algorithm
13782 for suffixes (the mirror image of the algorithm used for
13783 prefixes). Use shy-groups. Use nreverse rather than reverse.
13784 (regexp-opt-try-suffix): Removed.
13785
13786 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13787 from comint-mode-map, so we can just inherit from it. Also, move
13788 the initialization into the `defvar' since there's no docstring
13789 anyway and it's fairly short.
13790 (inferior-scheme-mode): Define it as derived-mode: the code is
13791 shorter and this way we inherit from comint-mode-map rather than
13792 copying it.
13793
13794 * subr.el (replace-regexps-in-string): Properly handle the case
13795 where we match an empty string.
13796
13797 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13798 when the command has a directory component (such as "./testml").
13799 Also fix a typo in the comment.
13800
138012000-03-08 Gerd Moellmann <gerd@gnu.org>
13802
13803 * Makefile (compile-files): Compile files one by one because
13804 that's the only way to ensure a clean compilation environment for
13805 each individual file.
13806
13807 * frame.el (other-frame): Call x-focus-frame.
13808
138092000-03-07 Dave Love <fx@gnu.org>
13810
13811 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13812 :require to defcustom.
13813
13814 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13815 lists.
13816
13817 * files.el (auto-mode-alist): Add configure.in.
13818
13819 * progmodes/autoconf.el: New file.
13820
138212000-03-07 Gerd Moellmann <gerd@gnu.org>
13822
13823 * mail/mh-e.el: Change maintainer to `none'.
13824
13825 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13826 to remove-hook and add-hook.
13827
138282000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13829
13830 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13831 it as the default.
13832 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13833 (sendmail-send-it): Conditionally add MIME headers specifying the
13834 used character set.
13835
138362000-03-07 Dave Love <fx@gnu.org>
13837
13838 * winner.el: Fix keywords, autoload cookies. Split
13839 eval-when-compile form to avoid compilation failure.
13840
138412000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13842
13843 * international/mule.el: Modify comment about coding system
13844 property `coding-category'.
13845 (make-coding-system): New argument EOL-TYPE. Pay attention to
13846 coding-category property of PROPERTIES.
13847
13848 * international/mule-conf.el (coding-category-utf-8,
13849 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13850 categories. Include them in the argument for set-coding-priority.
13851
13852 * international/mule-cmds.el (reset-language-environment): Include
13853 coding-category-utf-8, coding-category-utf-16-be, and
13854 coding-category-utf-16-le in the argument for set-coding-priority.
13855 (reset-language-environment): Initialize coding-category-utf-8,
13856 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13857
138582000-03-06 Karl Fogel <kfogel@red-bean.com>
13859
13860 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13861 code abstracted out of `bookmark-jump-noselect'. Now tries info
13862 extensions as well as compression extensions.
13863 (bookmark-jump-noselect): Use above new func.
13864
138652000-03-03 Gerd Moellmann <gerd@gnu.org>
13866
13867 * strokes.el: Change maintainer's mail address.
13868
138692000-03-03 Kenichi Handa <handa@etl.go.jp>
13870
13871 * international/mule-diag.el (list-character-sets): Make help-echo
13872 string by substitute-command-keys.
13873 (list-character-sets): Likewise.
13874 (sort-listed-character-sets): Call help-setup-xref.
13875
138762000-03-02 Gerd Moellmann <gerd@gnu.org>
13877
13878 * time.el (display-time-mail-file): Add `none' to the list of
13879 choices.
13880
138812000-03-01 Dave Love <fx@gnu.org>
13882
13883 * help.el (help-xref-go-back): Don't try to set position.
13884
13885 * international/mule-diag.el (list-character-sets): Call
13886 help-setup-xref. Add help-echo to xrefs.
13887 (list-character-sets-1): Add help-echo to xrefs.
13888
138892000-03-02 Gerd Moellmann <gerd@gnu.org>
13890
13891 * frame.el (blink-cursor-mode): Switch cursor on when turning
13892 the mode off.
13893
13894 * add-log.el (add-log-current-defun): Add support for
13895 Autoconf mode.
13896
13897 * mail/rmail.el (rmail-quit-hook): New variable.
13898
138992000-03-01 Dave Love <fx@gnu.org>
13900
13901 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13902
13903 * help.el (help-xref-button): Add help-echo arg.
13904 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13905
13906 * faces.el (list-faces-display): Supply help-echo with
13907 help-make-xrefs.
13908
13909 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13910 nil.
13911
139122000-03-01 Gerd Moellmann <gerd@gnu.org>
13913
13914 * image.el (defimage): Look for image files in load-path.
13915
13916 * frame.el (busy-cursor-delay-seconds): Change type to
13917 `number'.
13918
139192000-03-01 David Ponce <david.ponce@wanadoo.fr>
13920
13921 * recentf.el (recentf): Added version tag to the defgroup of
13922 recentf.
13923
139242000-03-01 David Ponce <david.ponce@wanadoo.fr>
13925
13926 * recentf.el (recentf-cleanup): Changed to remove excluded file
13927 too.
13928 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13929 action to select/unselect a file.
13930 (recentf-edit-list): Code cleanup and improvement.
13931 (recentf-open-more-files-action): `recentf-open-more-files' button
13932 widget action to open a file.
13933 (recentf-open-more-files): No more use standard completion but
13934 widgets.
13935 (recentf-more-collection): Deleted.
13936 (recentf-more-history): Deleted.
13937 (recentf-setup-more-completion): Deleted.
13938
139392000-03-01 David Ponce <david.ponce@wanadoo.fr>
13940
13941 * recentf.el (recentf-mode): No more needs that Emacs is running
13942 under a window-system.
13943
139441999-03-01 David Ponce <david.ponce@wanadoo.fr>
13945
13946 * recentf.el (recentf-edit-list): New command to edit the recent
13947 list which allow the user to remove files.
13948 (recentf-edit-selected-items): New global variable, used by
13949 `recentf-edit-list' to hold the list of files to be removed from
13950 the recent list.
13951 (recentf-make-menu-items): Updated to display a "Edit list..."
13952 menu item. Minor code cleanup.
13953
139541999-03-01 David Ponce <david.ponce@wanadoo.fr>
13955
13956 * recentf.el (recentf-open-more-files): New command to open files
13957 that are not displayed in the menu.
13958 (recentf-more-collection): New global variable holding the set of
13959 permissible completions used by `recentf-open-more-files'.
13960 (recentf-more-history): New global variable holding the history list
13961 used by `recentf-open-more-files' completion.
13962 (recentf-setup-more-completion): New function to setup completion for
13963 `recentf-open-more-files'.
13964 (recentf-make-menu-items): Updated to display a "More..." menu item.
13965
139661999-03-01 David Ponce <david.ponce@wanadoo.fr>
13967
13968 * recentf.el (recentf-menu-action): Doc fixed.
13969
139701999-03-01 David Ponce <david.ponce@wanadoo.fr>
13971
13972 * recentf.el (recentf-menu-filter): Doc updated.
13973 (recentf-update-menu-hook): Allow menu filters to force menu update.
13974 (recentf-make-menu-items): New menu filter handling.
13975 (recentf-make-menu-item): New helper function.
13976 (recentf-menu-elements): New menu handling function.
13977 (recentf-sort-ascending): Updated to new menu filter handling.
13978 (recentf-sort-descending): Updated to new menu filter handling.
13979 (recentf-sort-basenames-ascending): New menu filter function.
13980 (recentf-sort-basenames-descending): New menu filter function.
13981 (recentf-show-basenames): New menu filter function.
13982 (recentf-show-basenames-ascending): New menu filter function.
13983 (recentf-show-basenames-descending): New menu filter function.
13984
139852000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13986
13987 * diary-lib.el (list-diary-entries): Don't try to go forward at
13988 the end of the buffer.
13989
139902000-02-29 Kenichi Handa <handa@etl.go.jp>
13991
13992 * international/mule-diag.el (list-character-sets): Completely
13993 rewritten.
13994 (sort-listed-character-sets): New function.
13995 (list-character-sets-1): Completely rewritten.
13996 (list-character-sets-2): New function.
13997 (non-iso-charset-alist): New variable.
13998 (decode-codepage-char): New function.
13999 (charset-history): New variable.
14000 (read-charset) (list-block-of-chars)
14001 (list-iso-charset-chars)
14002 (list-non-iso-charset-chars)
14003 (list-charset-chars): New functions.
14004 (mule-diag): Call list-character-sets-2, not
14005 list-character-sets-2.
14006 (dump-charsets): Likewise.
14007
140082000-02-29 Gerd Moellmann <gerd@gnu.org>
14009
14010 * dired-x.el (dired-filename-at-point): Add `@' to valid
14011 file name characters.
14012 (dired-filename-at-point): Handle ange-ftp file names.
14013
14014 * frame.el (frame-notice-user-settings): Use assq-delete-all
14015 instead of assoc-delete-all.
14016 (frame-notice-user-settings): Ditto.
14017
14018 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14019 Don't copy alist.
14020
140212000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14022
14023 * calculator.el (calculator-use-menu): New option.
14024 (calculator-initial-bindings): Changed some bindings to work as
14025 macros.
14026 (calculator-forced-input): Removed.
14027 (calculator-restart-other-mode): New variable.
14028 (calculator-mode-map): Set up menu.
14029
140302000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14031
14032 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14033 tags.
14034
140352000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14036
14037 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14038 translate all ESC key sequences.
14039 (viper-goto-mark-subr): restore markers for files for which
14040 they were saved.
14041 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14042 * viper-util.el (viper-set-replace-overlay-glyphs,
14043 viper-set-replace-overlay): always check if the replacement
14044 overlay is live.
14045 * viper.el (viper-vi-state-mode-list): added major modes.
14046 * ediff-wind.el: minor comment changes.
14047 * ediff.el: copyright notice date fix.
14048
140492000-02-27 Jason Rumney <jasonr@gnu.org>
14050
14051 * faces.el (face-font-family-alternatives): Add arial to helv.
14052 (mode-line, header-line, tool-bar): Same default as x for w32.
14053 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14054 face-font-family-alternatives from working.
14055 * term/w32-win.el (mouse-set-font): Do not build fontset from
14056 chosen font.
14057
140582000-02-25 Sam Steingold <sds@goems.com>
14059
14060 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14061 properly.
14062
140632000-02-25 Richard M. Stallman <rms@gnu.org>
14064
14065 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14066
140672000-02-25 Gerd Moellmann <gerd@gnu.org>
14068
14069 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14070 writable.
14071
14072 * frame.el (busy-cursor-delay-seconds): New option.
14073
140742000-02-24 Gerd Moellmann <gerd@gnu.org>
14075
14076 * frame.el (show-cursor-in-non-selected-windows): New option.
14077
140782000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14079
14080 * diary-lib.el (include-other-diary-files): Undo the selective
14081 display in any included file and don't kill it.
14082
140832000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14084
14085 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14086 bar. Menu items converted to (menu-item format, help strings
14087 added.
14088 [downcase, upcase]: Don't enable on MS-DOS.
14089 [symlink, symlinks]: Don't show if make-symbolic-link is not
14090 bound.
14091 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14092
140932000-02-23 Dave Love <fx@gnu.org>
14094
14095 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14096 (backward-kill-word): Revert addition of * to interactive spec --
14097 it's a feature.
14098
14099 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14100 (backward-kill-sentence, kill-sentence): Likewise.
14101
14102 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14103 scratch buffer name.
14104 (gud-format-command): Use int-to-string in ?l case. Simplify
14105 slightly.
14106
14107 * term/w32-win.el (internal-face-interactive): Update prompt for
14108 new read-face-name.
14109
14110 * mail/footnote.el (footnote): Add :version to defgroup.
14111 (footnote-section-tag-regexp): Customize.
14112 (footnote-start-tag, footnote-end-tag): New option.
14113 (footnote-latin-regexp): New variable.
14114 (Footnote-latin): New function.
14115 (footnote-style-alist): Add element for latin style.
14116 (footnote-style): Moved.
14117 (Footnote-goto-footnote): Use eq to test arg.
14118
14119 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14120
14121 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14122 (byte-compile-trueconstp): Include keywords.
14123 (byte-optimize-quote, byte-optimize-lapcode): Use
14124 byte-compile-const-symbol-p.
14125 (byte-optimize-char-before): New optimization.
14126
14127 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14128 (byte-compile-const-symbol-p): New function.
14129 (byte-compile-constp, byte-compile-out-toplevel)
14130 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14131 Use it.
14132
14133 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14134
141352000-02-23 Kenichi Handa <handa@etl.go.jp>
14136
14137 * international/encoded-kb.el: Be sure to update minor-mode-alist
14138 and minor-mode-map-alist.
14139 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14140 codes SS2 and SS3 correctly.
14141 (encoded-kbd-self-insert-ccl): New function.
14142 (encoded-kbd-setup-keymap): New function.
14143 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14144 by calling encoded-kbd-setup-keymap.
14145
14146 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14147 characters.
14148 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14149 locally.
14150
141512000-02-22 Dave Love <fx@gnu.org>
14152
14153 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14154 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14155 defvar.
14156 (lisp-mode-syntax-table): Set up for #|...|# comments.
14157 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14158 classes. Match `defface'.
14159 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14160 (eval-defun-1): Fix for defcustom.
14161 (lisp-indent-region): Doc fix.
14162
14163 * subr.el (when, unless, split-string): Doc fix.
14164 (read-passwd): Move call of clear-this-command-keys to the right
14165 place.
14166 (replace-regexps-in-string): New function.
14167
141682000-02-22 Gerd Moellmann <gerd@gnu.org>
14169
14170 * help.el (describe-variable): Set syntax table to
14171 emacs-lisp-mode-syntax-table when moving forward over the
14172 symbol's name.
14173
141742000-02-22 Dave Love <fx@gnu.org>
14175
14176 * xt-mouse.el: Doc fixes.
14177 (xterm-mouse-position-function): New function, replacing advice of
14178 mouse-position.
14179 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14180
14181 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14182
141832000-02-21 Gerd Moellmann <gerd@gnu.org>
14184
14185 * format.el (format-annotate-single-property-change): Handle
14186 properties.with dotted-list values.
14187 (format-proper-list-p): New function.
14188
14189 * enriched.el (enriched-face-ans): Handle '(foreground-color
14190 . COLOR) and (background-color . COLOR).
14191
141922000-02-20 Dave Love <fx@gnu.org>
14193
14194 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14195 and assignments to it.
14196 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14197 current local map.
14198 (make-flyspell-overlay): Use it.
14199 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14200
14201 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14202 (lm-get-header-re): Defun, not defsubst.
14203 (lm-get-package-name): Defun, not defsubst. Simplify.
14204 (lm-version): Doc fix. Simplify.
14205 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14206 (lm-crack-address, lm-last-modified-date, lm-commentary)
14207 (lm-verify, lm-synopsis): Simplify.
14208 (lm-report-bug): Require emacsbug. Use compose-mail.
14209
142102000-02-20 Gerd Moellmann <gerd@gnu.org>
14211
14212 * dired.el (dired-mode): Call propertized-buffer-identification
14213 to set mode-line-buffer-identification to something having
14214 the right text properties.
14215
14216 * bindings.el (propertized-buffer-identification): New function.
14217
142182000-02-20 Dave Love <fx@gnu.org>
14219
14220 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14221 check for t-mouse too.
14222
14223 * cus-start.el: Make echo-keystrokes `number'.
14224
142252000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14226
14227 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14228 Don't call ring-empty-p unless tags-location-ring is bound.
14229 From Noah Friedman <friedman@splode.com>.
14230
142312000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14232
14233 * progmodes/hideshow.el (hs-flag-region): No longer use
14234 `intangible' overlay property.
14235
14236 (hs-toggle-hiding): New command.
14237 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14238
14239 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14240 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14241 and deactivation.
14242
142432000-02-18 Gerd Moellmann <gerd@gnu.org>
14244
14245 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14246
142472000-02-17 Gerd Moellmann <gerd@gnu.org>
14248
14249 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14250
14251 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14252 of `*' to handle `(* ... *)' comments.
14253
142542000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14255
14256 * faces.el (list-faces-display): Use display-mouse-p instead of
14257 window-system.
14258
14259 * menu-bar.el (global-map): Menu-bar items converted to the new
14260 format (menu-item..., rearranged for better CUA compliance, and
14261 their names changed for better clarity. Help strings added.
14262
14263 * international/mule-cmds.el (mule-menu-keymap)
14264 (describe-language-environment-map, set-coding-system-map)
14265 (setup-language-environment-map): Convert to new (menu-item...
14266 form, add help strings. Change names of menu items for better
14267 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14268 submenu).
14269
142702000-02-17 Gerd Moellmann <gerd@gnu.org>
14271
14272 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14273 within the code.
14274
142752000-02-16 Dave Love <fx@gnu.org>
14276
14277 * faces.el: Don't require custom. Add more specific :groups to
14278 various deffaces.
14279 (set-face-attribute): Purecopy args.
14280 (read-face-name): Default to name at point and use it in prompt.
14281 Remove colon from arg in all callers.
14282 (list-faces-display): Hyperlink to face descriptions and customize
14283 buffers.
14284
142852000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14286
14287 * wid-edit.el (widget-match-inline): An atom never matches a
14288 list.
14289
142902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14291
14292 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14293 at ':' characters by call to split-string.
14294
142952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14296
14297 * textmodes/bibtex.el: Added RCS version identification.
14298
142992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14300
14301 * textmodes/bibtex.el: Some temporary comments removed.
14302 (bibtex-field-name, bibtex-entry-type): Made the relationship
14303 explicit.
14304 (bibtex-field-const): Allow capital letters.
14305 (bibtex-start-of-string): Deleted because unused.
14306
14307 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14308 use the term 'reference' to describe a bibtex entry as a whole.
14309 Further, reference keys are no longer called 'labels'.
14310 (bibtex-keys): Renamed to bibtex-reference-keys.
14311 (bibtex-reformat-previous-labels): Renamed to
14312 bibtex-reformat-previous-reference-keys.
14313 (bibtex-reference-type): Renamed to bibtex-entry-type.
14314 (bibtex-reference-head): Renamed to bibtex-entry-head.
14315 (bibtex-reference-maybe-empty-head): Renamed to
14316 bibtex-entry-maybe-empty-head.
14317 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14318 (bibtex-search-reference): Renamed to bibtex-search-entry.
14319 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14320 bibtex-enclosing-entry-maybe-empty-head.
14321 (bibtex-entry-field-alist, bibtex-entry-head,
14322 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14323 bibtex-map-entries, bibtex-search-entry,
14324 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14325 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14326 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14327 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14328 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14329 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14330 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14331
143322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14333
14334 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14335 comment.
14336 (bibtex-format-field-delimiters): New function, functionality
14337 extracted from bibtex-format-entry.
14338 (bibtex-autokey-get-yearfield-digits): New function, functionality
14339 extracted from bibtex-autokey-get-yearfield.
14340
14341 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14342 entries in order to avoid stack overflow in the regexp matcher if
14343 field contents become large.
14344 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14345 bibtex-field-string-part-not-braced,
14346 bibtex-field-string-part-no-inner-braces,
14347 bibtex-field-string-part-1-inner-brace,
14348 bibtex-field-string-part-2-inner-braces,
14349 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14350 bibtex-field-string-quoted, bibtex-field-string,
14351 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14352 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14353 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14354 as parsing is now performed by the following functions.
14355 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14356 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14357 bibtex-parse-field-string, bibtex-search-forward-field-string,
14358 bibtex-parse-association, bibtex-field-name-for-parsing,
14359 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14360 bibtex-search-forward-field, bibtex-search-backward-field,
14361 bibtex-start-of-field, bibtex-end-of-field,
14362 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14363 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14364 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14365 bibtex-parse-string, bibtex-search-forward-string,
14366 bibtex-search-backward-string, bibtex-start-of-string,
14367 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14368 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14369 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14370 entries. Instead of reporting the results of the parsing by
14371 match-beginning or match-end, these functions return data structures
14372 that hold the corresponding positions.
14373 (bibtex-enclosing-field): Changed to also report field boundaries by
14374 return values rather than by match-beginning or match-end. The
14375 following functions have been adapted to use the new parsing
14376 functions.
14377 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14378 bibtex-enclosing-field, bibtex-format-entry,
14379 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14380 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14381 bibtex-print-help-message, bibtex-end-of-entry,
14382 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14383 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14384 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14385 method for parsing.
14386 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14387 bibtex-map-entries, bibtex-flash-head,
14388 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14389 bibtex-autokey-change, bibtex-autokey-get-namefield,
14390 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14391 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14392 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14393 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14394 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14395 order to make the new binding of case-fold-search immediately
14396 visible.
14397
143982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14399
14400 * textmodes/bibtex.el: Copyright notice is up to date.
14401 Added constant 'bibtex-maintainer-salutation.
14402
14403 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14404 than make-temp-name, use match-string-no-properties and eliminate
14405 a quadratic behavior when building bibtex-strings.
14406
14407 * bibtex.el (bibtex-reference-key): Accept string entries whose
14408 reference key contains upper case letters.
14409
144102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14411
14412 * bibtex.el (bibtex-reference-head): Allow entries to start with
14413 a new line.
14414
144152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14416
14417 * bibtex.el: Hiding of entry bodies is not longer provided by
14418 bibtex.el directly. Instead the hideshow package can be used.
14419 Added a special bibtex entry to hs-special-modes-alist.
14420 (bibtex-hs-forward-sexp): Added for hideshow.el.
14421
144222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14423
14424 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14425 at ':' characters by call to split-string.
14426
144272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14428
14429 * textmodes/bibtex.el: Added RCS version identification.
14430
144312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14432
14433 * textmodes/bibtex.el: Some temporary comments removed.
14434 (bibtex-field-name, bibtex-entry-type): Made the relationship
14435 explicit.
14436 (bibtex-field-const): Allow capital letters.
14437 (bibtex-start-of-string): Deleted because unused.
14438
14439 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14440 use the term 'reference' to describe a bibtex entry as a whole.
14441 Further, reference keys are no longer called 'labels'.
14442 (bibtex-keys): Renamed to bibtex-reference-keys.
14443 (bibtex-reformat-previous-labels): Renamed to
14444 bibtex-reformat-previous-reference-keys.
14445 (bibtex-reference-type): Renamed to bibtex-entry-type.
14446 (bibtex-reference-head): Renamed to bibtex-entry-head.
14447 (bibtex-reference-maybe-empty-head): Renamed to
14448 bibtex-entry-maybe-empty-head.
14449 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14450 (bibtex-search-reference): Renamed to bibtex-search-entry.
14451 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14452 bibtex-enclosing-entry-maybe-empty-head.
14453 (bibtex-entry-field-alist, bibtex-entry-head,
14454 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14455 bibtex-map-entries, bibtex-search-entry,
14456 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14457 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14458 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14459 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14460 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14461 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14462 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14463
144642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14465
14466 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14467 comment.
14468 (bibtex-format-field-delimiters): New function, functionality
14469 extracted from bibtex-format-entry.
14470 (bibtex-autokey-get-yearfield-digits): New function, functionality
14471 extracted from bibtex-autokey-get-yearfield.
14472
14473 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14474 entries in order to avoid stack overflow in the regexp matcher if
14475 field contents become large.
14476 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14477 bibtex-field-string-part-not-braced,
14478 bibtex-field-string-part-no-inner-braces,
14479 bibtex-field-string-part-1-inner-brace,
14480 bibtex-field-string-part-2-inner-braces,
14481 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14482 bibtex-field-string-quoted, bibtex-field-string,
14483 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14484 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14485 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14486 as parsing is now performed by the following functions.
14487 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14488 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14489 bibtex-parse-field-string, bibtex-search-forward-field-string,
14490 bibtex-parse-association, bibtex-field-name-for-parsing,
14491 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14492 bibtex-search-forward-field, bibtex-search-backward-field,
14493 bibtex-start-of-field, bibtex-end-of-field,
14494 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14495 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14496 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14497 bibtex-parse-string, bibtex-search-forward-string,
14498 bibtex-search-backward-string, bibtex-start-of-string,
14499 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14500 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14501 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14502 entries. Instead of reporting the results of the parsing by
14503 match-beginning or match-end, these functions return data structures
14504 that hold the corresponding positions.
14505 (bibtex-enclosing-field): Changed to also report field boundaries by
14506 return values rather than by match-beginning or match-end. The
14507 following functions have been adapted to use the new parsing
14508 functions.
14509 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14510 bibtex-enclosing-field, bibtex-format-entry,
14511 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14512 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14513 bibtex-print-help-message, bibtex-end-of-entry,
14514 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14515 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14516 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14517 method for parsing.
14518 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14519 bibtex-map-entries, bibtex-flash-head,
14520 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14521 bibtex-autokey-change, bibtex-autokey-get-namefield,
14522 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14523 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14524 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14525 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14526 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14527 order to make the new binding of case-fold-search immediately
14528 visible.
14529
145302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14531
14532 * textmodes/bibtex.el: Copyright notice is up to date.
14533 Added constant 'bibtex-maintainer-salutation.
14534
14535 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14536 than make-temp-name, use match-string-no-properties and eliminate
14537 a quadratic behavior when building bibtex-strings.
14538
14539 * bibtex.el (bibtex-reference-key): Accept string entries whose
14540 reference key contains upper case letters.
14541
145422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14543
14544 * bibtex.el (bibtex-reference-head): Allow entries to start with
14545 a new line.
14546
145472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14548
14549 * bibtex.el: Hiding of entry bodies is not longer provided by
14550 bibtex.el directly. Instead the hideshow package can be used.
14551 Added a special bibtex entry to hs-special-modes-alist.
14552 (bibtex-hs-forward-sexp): Added for hideshow.el.
14553
145542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14555
14556 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14557 proceedings entry type (for cross referencing). Thanks to Wagner
14558 Toledo Correa for the suggestion.
14559
14560 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14561
145622000-02-14 Kenichi Handa <handa@etl.go.jp>
14563
14564 * international/characters.el: Setup case table for Vietnamese.
14565
145662000-02-12 Gerd Moellmann <gerd@gnu.org>
14567
14568 * uniquify.el (toplevel): Require CL at compile time.
14569 (uniquify-push): Removed.
14570
14571 * shadowfile.el (shadow-when): Removed.
14572
14573 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14574 (tempo-process-and-insert-string): Use dolist instead of
14575 tempo-dolist.
14576
14577 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14578 regexp for paragraph-start.
14579
14580 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14581 commas as well.
14582
145832000-02-10 Dave Love <fx@gnu.org>
14584
14585 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14586 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14587 Deleted.
14588 (widget-specify-field, widget-specify-button): Don't use
14589 widget-mouse-help as help-echo property.
14590 (default): Use #'ignore for :validate and :mouse-down-action.
14591 (checkbox): Add help-echo.
14592 (widget-sexp-validate): Rewritten to clarify error messages.
14593 (character): Use char-valid-p in :match function.
14594 (widget-color-complete): Use facemenu-color-alist.
14595 (widget-color-action): Use facemenu-read-color.
14596
14597 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14598 set up `caar' &c that we now have.
14599
146002000-02-09 Ray Blaak <blaak@gnu.org>
14601
14602 * delphi.el: Make resourcestring a declaration region, like const
14603 and var.
14604
146052000-02-09 Dave Love <fx@gnu.org>
14606
14607 * bindings.el (mode-line-input-method-map): New variable.
14608 (mode-line-mule-info): Use it; fix last change.
14609 (mode-line-mode-menu): Move definition.
14610 (mode-line-mouse-sensitive-p): Deleted.
14611 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14612 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14613 level.
14614
14615 * startup.el (command-line-1): Don't call
14616 make-mode-line-mouse-sensitive.
14617
146182000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14619
14620 * mail/rmail.el (rmail-retry-failure): Use
14621 rmail-beginning-of-message before rmail-toggle-header, because the
14622 former toggles headers.
14623
146242000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14625
14626 * diff-mode.el (diff-kill-junk): New interactive function.
14627 (diff-reverse-direction): Use delete-and-extract-region.
14628 (diff-post-command-hook): Restrict the area so that the hook also works
14629 outside of any diff hunk. This is necessary for the minor-mode.
14630 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14631 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14632
14633 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14634 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14635 so that it can be used more easily in <foo>-mode-hook. Also make sure
14636 to avoid duplicate entries.
14637 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14638 (font-lock-remove-keywords): Just as was done for `add', allow it to
14639 work even if font-lock-mode is nil. Also make sure we don't modify
14640 any pre-existing list by forcing a copy-sequence. Finally rename
14641 `major-mode' to `mode'.
14642 (font-lock-fontify-syntactic-anchored-keywords)
14643 (font-lock-fontify-anchored-keywords)
14644 (font-lock-fontify-keywords-region): Use line-end-position.
14645 Don't make `font-lock-multiline' local (it's now done in
14646 font-lock-set-defaults).
14647 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14648 move the `font-lock-fontified' creation to inside the `unless'.
14649
146502000-02-06 Andrew Innes <andrewi@gnu.org>
14651
14652 * term/w32-win.el (x-handle-args): Comment out call to message,
14653 which occurs before window system is initialized.
14654
14655 * makefile.nt: Add support for recompiling lisp code.
14656
146572000-02-04 Dave Love <fx@gnu.org>
14658
14659 * bindings.el (mode-line-mule-info): Fix/extend last change.
14660
14661 * completion.el: Replace completion-dolist with dolist.
14662
14663 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14664 dotimes.
14665
146662000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14667
14668 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14669 environment names before they go into the section regexp.
14670
14671 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14672 char class in regexp.
14673
14674 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14675 `case-fold-search' to nil.
14676
14677 * progmodes/idlwave.el (idlwave-template): Respect
14678 `idlwave-abbrev-change-case'.
14679 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14680 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14681 idlwave-while): respect `idlwave-reserved-word-upcase'.
14682 (idlwave-rw-case): New function.
14683 (idlwave-statement-match): Fixed problem with assignment regexp.
14684 (idlwave-font-lock-keywords): Improved regexp for keyword
14685 parameters.
14686 (idlwave-surround): New argument LENGTH to support padding of
14687 operators longer than 1 char.
14688
14689 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14690 idlwave-shell-expression-overlay. Implemented printing of
14691 expressions on higher levels of the calling stack.
14692 (idlwave-shell-display-level-in-calling-stack): Restore stack
14693 level.
14694 (idlwave-retrieve-expression-from-level): New function.
14695 (idlwave-shell-last-calling-stack): Variable removed.
14696 (idlwave-shell-reset): Argument action reversed (`visible' to
14697 `hidden'). Also remove stop-line overlay.
14698 (idlwave-shell-calling-stack-routine): New variable.
14699 (idlwave-shell-parse-stack-and-display): Messages now display
14700 negative level numbers.
14701 (idlwave-shell-mode): Set `modeline-format'.
14702 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14703 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14704 21.
14705 (idlwave-shell-print-expression-function): New option.
14706
14707 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14708 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14709 `tool-bar' instead of `toolbar'.
14710
147112000-02-02 Dave Love <fx@gnu.org>
14712
14713 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14714 emacs-lisp-mode-hook. Don't check for defalias being defined.
14715
14716 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14717 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14718 the new builtins directly.
14719
14720 * whitespace.el (whitespace): Add :version to defgroup.
14721
14722 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14723 Doc fix.
14724
14725 * thingatpt.el (sexp-at-point, symbol-at-point)
14726 (number-at-point, list-at-point): Add autoload cookie.
14727
14728 * recentf.el (recentf): Add :version to defgroup.
14729
14730 * quickurl.el (quickurl): Add :version to defgroup.
14731
14732 * elide-head.el (elide-head): Use point-marker more.
14733
14734 * bs.el (bs): Add :version to defgroup.
14735
14736 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14737
14738 * progmodes/delphi.el (delphi): Add :version to defgroup.
14739
147402000-02-02 Gerd Moellmann <gerd@gnu.org>
14741
14742 * ange-ftp.el (ange-ftp-write-region): Handle case that
14743 succeeding process operation sets a different coding system.
14744
14745 * calculator.el: New file.
14746
147472000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14748
14749 * frame.el (frames-on-display-list, framep-on-display): New
14750 functions.
14751 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14752 (display-selections-p, display-screens, display-pixel-width)
14753 (display-pixel-height, display-mm-width, display-mm-height)
14754 (display-backing-store, display-save-under, display-planes)
14755 (display-color-cells, display-visual-class): New functions.
14756
14757 * term/tty-colors.el (tty-color-gray-shades): New function.
14758
14759 * faces.el (display-color-p): Use framep-on-display.
14760 (display-grayscale-p): New function.
14761
147622000-01-31 Dave Love <fx@gnu.org>
14763
14764 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14765 (create-fontset-from-x-resource): Don't concat integers.
14766
147672000-01-31 Inge Frick <inge@nada.kth.se>
14768
14769 * view.el: Some changes in documentation. Removed some trailing
14770 whitespace. Changed some parameter names to agree with
14771 documentation.
14772 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14773 window is not deleted. Modifies change 1998-04-26.
14774
147752000-01-31 Gerd Moellmann <gerd@gnu.org>
14776
14777 * windmove.el: New file.
14778
14779 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14780 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14781 progmodes/ebnf-yac.el: Update copyright and license info.
14782
14783 * jit-lock.el (jit-lock-function): Widen before calculating end
14784 position.
14785 (jit-lock-stealth-chunk-start): Rewritten.
14786
14787 * info.el (Info-title-face-alist): Removed.
14788 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14789 faces.
14790 (Info-fontify-node): Use these faces.
14791
147922000-01-30 Gerd Moellmann <gerd@gnu.org>
14793
14794 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14795 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14796 `&allow-other-keywords'.
14797
14798 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14799 the list of directories scanned heuristically.
14800
14801 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14802 exist.
14803
148042000-01-30 Jason Rumney <jasonr@gnu.org>
14805
14806 * w32-fns.el: Define w32-tty-standard-colors.
14807
14808 * startup.el (command-line): Use w32-tty-standard-colors when in
14809 w32 console mode.
14810
148112000-01-30 Dave Love <fx@gnu.org>
14812
14813 * jka-compr.el (jka-compr-load): Fix up load-history.
14814
14815 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14816
14817 * emacs-lisp/cl-macs.el: Revert previous change.
14818
148192000-01-29 Dave Love <fx@gnu.org>
14820
14821 * facemenu.el: Purecopy various strings.
14822
14823 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14824 years. Deal with three-digit years.
14825
14826 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14827 defconst, purecopy.
14828 (help-back-label): Purecopy it.
14829
148302000-01-18 Gerd Moellmann <gerd@gnu.org>
14831
14832 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14833 variable. If non-nil, order the buffer list according to the
14834 currently selected frame.
14835 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14836 non-nil, pass the selected frame to function buffer-list.
14837
148382000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14839
14840 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14841
148422000-01-28 Dave Love <fx@gnu.org>
14843
14844 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14845
14846 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14847 Don't use lisp-indent-hook property.
14848 (cl-abs): Remove.
14849
14850 * subr.el: Move out indent and edebug specs for when and unless.
14851
14852 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14853 when, unless.
14854
14855 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14856 unless, when.
14857
148582000-01-28 Gerd Moellmann <gerd@gnu.org>
14859
14860 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14861 `collecting' as synonym for `collect'.
14862
14863 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14864 for the case it contains spaces.
14865
14866 * simple.el (what-cursor-position): Change formatting of
14867 messages.
14868
14869 * frame.el (delete-other-frames): New function.
14870 (toplevel): Bind it to C-x 5 1.
14871
14872 * sort.el (sort-numeric-base): New option.
14873 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14874 interpret it as octal or hexadecimal. Use sort-numeric-base
14875 as default base.
14876
14877 * progmodes/glasses.el: New file.
14878
148792000-01-27 Gerd Moellmann <gerd@gnu.org>
14880
14881 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14882 userids differently.
14883
14884 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14885 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14886 progmodes/ebnf-yac.el: New files.
14887
148882000-01-26 Dave Love <fx@gnu.org>
14889
14890 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14891 on a function with an empty body. [From Eric Ludlam.]
14892
148932000-01-25 Andre Spiegel <spiegel@gnu.org>
14894
14895 * vc.el (vc-version-diff): Make sure file name is expanded.
14896
148972000-01-25 Gerd Moellmann <gerd@gnu.org>
14898
14899 * scroll-bar.el (scroll-bar-timer): Variable removed.
14900 (scroll-bar-toolkit-scroll): Don't use a timer.
14901
149022000-01-25 Kenichi Handa <handa@etl.go.jp>
14903
14904 * language/thai-util.el (thai-composition-function): Delete
14905 superfluous `a'.
14906
149072000-01-24 Dave Love <fx@gnu.org>
14908
14909 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14910 end-of-defun-function.
14911
14912 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14913 &c.
14914
149152000-01-22 Jason Rumney <jasonr@gnu.org>
14916
14917 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14918 conflicts with new face support.
14919
149202000-01-22 Richard M. Stallman <rms@gnu.org>
14921
14922 * replace.el (query-replace): Rename last arg to DELIMITED.
14923 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14924 (query-replace-regexp): Likewise.
14925
149262000-01-20 Richard M. Stallman <rms@gnu.org>
14927
14928 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14929
14930 * emacs-lisp/lisp.el (beginning-of-defun-function):
14931 Variable renamed from beginning-of-defun.
14932 Do not call make-variable-buffer-local.
14933 (beginning-of-defun-raw): Use new variable name; doc fix.
14934 (beginning-of-defun): Doc fix.
14935 (end-of-defun-function): Variable renamed from end-of-defun.
14936 Do not call make-variable-buffer-local.
14937 (end-of-defun): Use new variable name; doc fix.
14938
14939 * subr.el (dolist, dotimes): Copied from cl-macs.el
14940 and made to work.
14941
14942 * mail/undigest.el (rmail-digest-end-regexps):
14943 Variable replaces rmail-digest-end-regexp.
14944 Allows multiple regexps for detecting the end line.
14945 (undigestify-rmail-message): Corresponding changes.
14946
149472000-01-19 Dave Love <fx@gnu.org>
14948
14949 * files.el (user-init-file): Don't declare here -- is primitive.
14950
14951 * startup.el (command-line): Check for compiled user-init-file and
14952 set to uncompiled version if necessary.
14953
149542000-01-18 Gerd Moellmann <gerd@gnu.org>
14955
14956 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14957 (undigestify-rmail-message): Use it.
14958
14959 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14960
149612000-01-17 Gerd Moellmann <gerd@gnu.org>
14962
14963 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14964 of mini-buffer.
14965
149662000-01-14 Gerd Moellmann <gerd@gnu.org>
14967
14968 * emacs-lisp/copyright.el (copyright-update): Removed the
14969 requirement for a trailing space from `copyright-regexp', to
14970 support copyrights with owner specified on a separate line..
14971
14972 * align.el: New file.
14973
14974 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14975
14976 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14977
149782000-01-13 Dave Love <fx@gnu.org>
14979
14980 * ph.el: Removed. (Obsoleted by EUDC.)
14981
149822000-01-13 Gerd Moellmann <gerd@gnu.org>
14983
14984 * net/eudc.el (toplevel): Remove autoloaded code installing
14985 menu with easymenu, because that causes build problems.
14986
14987 * frame.el (frame-notice-user-settings): New variable.
14988 (frame-notice-user-settings): Don't modify frame parameters
14989 if called a second time.
14990
149912000-01-13 Richard M. Stallman <rms@gnu.org>
14992
14993 * frame.el (frame-notice-user-settings):
14994 Notice default-frame-parameters even for non-window frames.
14995
149962000-01-13 Gerd Moellmann <gerd@gnu.org>
14997
14998 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14999 for Emacs.
15000 (eudc-bob-can-display-inline-images): Extend for Emacs.
15001 (eudc-bob-toggle-inline-display): Ditto.
15002 (eudc-bob-display-jpeg): Ditto.
15003
150042000-01-12 Gerd Moellmann <gerd@gnu.org>
15005
15006 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15007 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15008 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15009
15010 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15011 nil)'.
15012
15013 * subdirs.el: Add `net' directory.
15014
15015 * net: New directory.
15016
15017 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15018 eval-last-sexp. Don't bind debug-on-error here.
15019 (eval-last-sexp): New function. Bind debug-on-error if
15020 eval-expression-debug-on-error is non-nil.
15021 (eval-defun-2, eval-defun): Likewise.
15022
15023 * simple.el (eval-expression): Don't bind debug-on-error if
15024 eval-expression-debug-on-error is nil. Detect changed
15025 debug-on-error, and propagate new value to global binding, if
15026 eval-expression-debug-on-error is non-nil,
15027 (eval-expression-debug-on-error): Change doc string.
15028
150292000-01-11 Richard M. Stallman <rms@gnu.org>
15030
15031 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15032
15033 * emacs-lisp/lisp-mode.el (with-syntax-table):
15034 Set up lisp-indent-function property.
15035
15036 * subr.el (with-syntax-table): Moved from simple.el.
15037
15038 * simple.el (with-syntax-table): Moved to subr.el.
15039
150402000-01-11 Gerd Moellmann <gerd@gnu.org>
15041
15042 * tmm.el (tmm-shortcut): Delete region after prompt instead
15043 of erasing buffer.
15044
15045 * textmodes/fill.el (fill-common-string-prefix): New function.
15046 (fill-context-prefix): Use the longest common prefix of first
15047 and second line fill prefix, if there is one.
15048
150492000-01-11 Richard M. Stallman <rms@gnu.org>
15050
15051 * array.el (array-mode): Don't use make-variable-buffer-local.
15052 Use make-local-variable for `truncate-lines'.
15053
150542000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15055
15056 * add-log.el (add-log-current-defun): Handle user-defined
15057 add-log-current-function returning nil,
15058
15059 * add-log.el (add-change-log-entry): Insert version number
15060 if having found a current function
15061
15062 * add-log.el (add-log-current-defun): Call
15063 `add-log-current-defun-function'. Try matches at level 0 and
15064 level 1. Strip whitespace from defun found.
15065
150662000-01-10 John Wiegley <johnw@gnu.org>
15067
15068 * allout.el (isearch-done/outline-provisions): Added `edit'
15069 argument to correspond with the current definition of
15070 `isearch-done'.
15071
150722000-01-10 Dave Love <fx@gnu.org>
15073
15074 * elide-head.el (elide-head): Use point-marker, not point.
15075
150762000-01-10 Gerd Moellmann <gerd@gnu.org>
15077
15078 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15079 before and after the year 2000.
15080
15081 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15082 Add ispell- prefix.
15083
150842000-01-10 Ken Stevens <k.stevens@ieee.org>
15085
15086 * ispell.el: Only define dictionaries in menus when they exist.
15087 (version18p): New variable.
15088 (version20p): New variable.
15089 (xemacsp): New variable.
15090 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15091 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15092 (ispell-dictionary-alist6): Russian command lines no longer accept
15093 run-together words.
15094 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15095 (ispell-dictionary-alist): Add koi8-r to customize definition.
15096 (check-ispell-version): Added documentation string. Returns
15097 library path when called non-interactively.
15098 (ispell-menu-map-needed): Uses new variables.
15099 (ispell-library-path): New variable.
15100 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15101 (ispell-word): Improved documentation string. Test for valid
15102 character mappings. Correctly check typed in word changes that can
15103 result in single words split into multiple words. Returns
15104 replacement word.
15105 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15106 replace in recursive query replace mode. Help message for
15107 recursive edit mode.
15108 (ispell-show-choices): Protect against bad framepop bindings.
15109 (ispell-help): Fix to work with XEmacs.
15110 (ispell-highlight-spelling-error): Use new variables.
15111 (ispell-overlay-window): Fix to work with XEmacs.
15112 (ispell-parse-output): Passed and returns location information
15113 tracking spelling corrections. Doesn't recheck same word on
15114 current line.
15115 (ispell-init-process): Protect against bogus XEmacs variable binding.
15116 Fix call to single argument in sleep-for. Use new variables.
15117 (ispell-region): Passed and returns location information tracking
15118 spelling corrections. Doesn't check same word on current line.
15119 Improved documentation string. Doesn't resend a line already
15120 checked to the ispell process - fixes bug in LaTeX parsing.
15121 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15122 (ispell-skip-region): No longer skips <TT> in SGML.
15123 (ispell-process-line): Tracks location information with spelling
15124 corrections. Added documentation string. Accounts for words
15125 already accepted on this line. Don't allow query-replace on line
15126 starting with math characters. Doesn't resend a line already sent
15127 to ispell process. Fixes alignment error bug.
15128
151292000-01-10 Richard M. Stallman <rms@gnu.org>
15130
15131 * dired-x.el (dired-guess-shell-alist-default):
15132 Suggest xloadimage, which is free, not xv, which isn't.
15133
15134 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15135 Don't ever include the host name or user name in the value.
15136
151372000-01-09 Gerd Moellmann <gerd@gnu.org>
15138
15139 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15140 of a real newline.
15141
151422000-01-09 Stephen Eglen <stephen@gnu.org>
15143
15144 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15145 for .png files.
15146
151472000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15148
15149 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15150
151512000-01-09 Gerd Moellmann <gerd@gnu.org>
15152
15153 * progmodes/cperl-mode.el: Replace ^F with ^L.
15154
15155 * sendmail.el (toplevel): Provide `sendmail' when compiling
15156 before `require'ing rmail and mailalias to prevent infinite
15157 recursion.
15158
151592000-01-08 Dave Love <fx@gnu.org>
15160
15161 * emacs-lisp/backquote.el: Remove inappropriate customization
15162 (allowing custom.el to use backquote).
15163
151642000-01-07 Dave Love <fx@gnu.org>
15165
15166 * add-log.el (add-log-debugging): Deleted.
15167 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15168 file. Remove debugging code.
15169 (change-log-get-method-definition, change-log-name): Add doc.
15170 (change-log-sortable-date-at): New function.
15171 (change-log-merge): New command.
15172
15173 * time.el (display-time-string-forms): Make the Mail string active.
15174 (display-time-update): Provide help-echo for load average.
15175
15176 * bindings.el (make-mode-line-mouse2-map): New function.
15177 (mode-line-modified): Use it and simplify.
15178 (mode-line-mule-info): Provide help-echo info.
15179 (minor-mode-alist): Activate the strings.
15180 (make-mode-line-mouse-sensitive): Simplify for
15181 mode-line-buffer-identification.
15182
151832000-01-07 Gerd Moellmann <gerd@gnu.org>
15184
15185 * play/pong.el: New file.
15186
151872000-01-06 Dave Love <fx@gnu.org>
15188
15189 * array.el: Assorted cleanups for compiler warnings, doc strings,
15190 `array-' prefix for symbols.
15191
151922000-01-05 Dave Love <fx@gnu.org>
15193
15194 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15195 outline-headers-as-kill.
15196 (outline-mode): Define imenu-generic-expression.
15197 (outline-headers-as-kill): New command.
15198
15199 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15200 from paragraph-start.
15201 (paragraph-indent-minor-mode): New command.
15202
15203 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15204 M-C-e, M-C-h, C-j, C-xnd, TAB.
15205 (fortran-mode): Set beginning-of-defun, end-of-defun.
15206 (fortran-column-ruler): Simplify.
15207 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15208 (fortran-with-subprogram-narrowing): Likewise.
15209 (fortran-indent-subprogram): Call mark-defun.
15210 (fortran-check-for-matching-do): Change narrowing.
15211
15212 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15213 (cl-lucid-hash-tag): Delete.
15214 (cl-hash-table-p): Correct test for native table.
15215 (cl-hash-table-count): Use hash-table-count.
15216
15217 * browse-url.el (browse-url): Fix case of
15218 browse-url-browser-function being an alist.
15219
152202000-01-05 Carsten Dominik <cd@gnu.org>
15221
15222 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15223 (reftex-index-phrase-file-extension): New options.
15224
15225 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15226 Use new option `reftex-index-phrase-file-extension'.
15227
15228 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15229 `reftex-parse-file-extension'.
15230
152312000-01-05 Dave Love <fx@gnu.org>
15232
15233 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15234 (beginning-of-defun-raw): Use it.
15235 (end-of-defun): New variable.
15236 (end-of-defun): Use it.
15237 (check-parens): New command.
15238
152392000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15240
15241 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15242 (hs-show-block): Don't use `mapcar' when not accumulating.
15243
15244 Fix buglet in local variables initialization.
15245
152462000-01-05 Andreas Schwab <schwab@suse.de>
15247
15248 * hscroll.el (hscroll): Doc fix.
15249
152502000-01-05 Carsten Dominik <cd@gnu.org>
15251
15252 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15253 idlw-toolbar.
15254
15255 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15256 file idlw-rinfo.el.
15257 (idlwave-customize): load must read file idlw-shell.el.
15258 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15259
152602000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15261
15262 * progmodes/idlw-shell.el: Also provide idlwave-shell
15263 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15264 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15265
15266 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15267 both reftex-dcr and reftex-vcr.
15268
15269 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15270
152712000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15272
15273 * ps-print.el: PostScript code now is in separate files, doc fix.
15274 (ps-print-version): New version number (5.0.3).
15275 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15276 local.
15277 (ps-spool-config): Initialization fix.
15278 (ps-print-prologue-1, ps-print-prologue-2)
15279 (ps-print-duplex-feature): PostScript code moved to separated file.
15280 (ps-background-image): Little code reformating.
15281 (ps-begin-file, ps-begin-job): Fix code.
15282 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15283 (ps-prologue-file): New fun.
15284
152852000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15286
15287 * ps-vars.el: Eliminated.
15288
15289 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15290 `;;;###autoload'.
15291
15292 * ps-print.el: ps-vars eliminated, doc fix.
15293 (ps-print-version): New version number (5.0.2).
15294 (ps-spool-config): Initialization fix.
15295 (ps-print-customize): New fun.
15296
152972000-01-04 Gerd Moellmann <gerd@gnu.org>
15298
15299 * autorevert.el (auto-revert-mode): Return value of
15300 auto-revert-mode.
15301
153022000-01-04 Dave Love <fx@gnu.org>
15303
15304 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15305 menu items.
15306
153072000-01-03 Dave Love <fx@gnu.org>
15308
15309 * elide-head.el (elide-head) [defgroup]: Add :version.
15310
15311 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15312 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15313 `cl-hash-table-p', not `hash-table-p'.
15314 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15315
153162000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15317
15318 * faces.el (face-read-integer, read-face-attribute)
15319 (color-defined-p, color-values): unspecified-{f,b}g are now
15320 strings.
15321
153222000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15323
15324 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15325 at comment end, and re-insert them after filling.
15326
153272000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15328
15329 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15330 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15331 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15332
153332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15334
15335 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15336 the new name of face-color-supported-p.
15337
15338 * term/w32-win.el (xw-defined-colors): Likewise.
15339
153402000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15341
15342 * simple.el (completion-setup-function): Count completion-size
15343 from minibuffer-prompt-end, not from point-min.
15344
153452000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15346
15347 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15348 Pass the frame to tty-color-* functions.
15349 (display-color-p, frame-set-background-mode): Pass the frame to
15350 tty-display-color-p.
15351
15352 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15353 tty-color-alist.
15354 (tty-color-alist, tty-modify-color-alist): New functions.
15355 (tty-color-define, tty-color-clear, tty-color-approximate)
15356 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15357 an optional parameter FRAME.
15358
153592000-01-01 Gerd Moellmann <gerd@gnu.org>
15360
15361 * image.el (create-image, defimage): Don't assume image data is a
15362 string.
15363
15364 * image.el (defimage): Handle specifications containing :data
15365 instead of :file.
15366 (image-type-from-data): New function.
15367 (image-type-from-file-header): Use it.
15368 (create-image): Add parameter DATA-P.
15369
15370See ChangeLog.8 for earlier changes.
15371
15372;; Local Variables:
15373;; coding: iso-2022-7bit
15374;; End: