(partial-completion-mode): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
103db06c
RS
12001-02-10 Richard M. Stallman <rms@gnu.org>
2
08b78974
RS
3 * complete.el (partial-completion-mode): Doc fix.
4
103db06c
RS
5 * simple.el (delete-key-deletes-forward-mode):
6 Change `let' to `let*' to fix gross bug in last change.
7
8 * repeat.el (repeat): Don't let execute-kbd-macro alter
9 real-last-command.
10
a6a1ee53
EZ
112001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * simple.el (eval-expression): Doc fix.
14
d2f288c6
DL
152001-02-09 Dave Love <fx@gnu.org>
16
038f4ae3
DL
17 * imenu.el (imenu-generic-expression): Doc fix.
18
19 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
20 Juanma Barranquero.
21
d2f288c6
DL
22 * emacs-lisp/authors.el (authors): Expand `root' before running
23 find.
24
9804b846
KH
252001-02-09 Kenichi Handa <handa@etl.go.jp>
26
27 * faces.el (set-face-attribute): Describe the case of a negative
28 value specified for :line-width.
29
532f5197
SM
302001-02-08 Stefan Monnier <monnier@cs.yale.edu>
31
32 * which-func.el (which-func-mode): Invert which-func-mode-global.
33 Fix from Juanma Barranquero <lektu@uol.com.br>.
34
1d279666
DL
352001-02-08 Dave Love <fx@gnu.org>
36
4681ca3a
DL
37 * wid-edit.el (widget-plist-convert-widget): Replace binding of
38 widget-plist-value-type.
39 (widget-alist-convert-widget): Replace binding of
40 widget-alist-value-type.
41
1d279666
DL
42 * textmodes/paragraphs.el (sentence-end): Doc fix.
43
44 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
45 `backward-line'.
46
532f5197
SM
47 * play/pong.el (pong-blank-color, pong-bat-color)
48 (pong-ball-color, pong-border-color, pong-left-key)
49 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
50 (pong-pause-key, pong-resume-key, pong-timer-delay):
51 * mail/mh-comp.el (mh-compose-letter-function):
52 * eshell/esh-mode.el (eshell-skip-prompt-function):
53 * emulation/viper-ex.el (ex-unix-type-shell-options):
54 * recentf.el (recentf-menu-filter):
55 * ps-print.el (ps-print-region-function):
56 * lpr.el (print-region-function):
57 * forms.el (forms-mode-hooks):
58 * dirtrack.el (dirtrack-directory-change-hook):
59 * cus-start.el (temp-buffer-show-function, display-buffer-function):
60 * textmodes/spell.el (spell-filter):
61 * textmodes/fill.el (adaptive-fill-function):
62 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
63 * progmodes/etags.el (find-tag-default-function):
64 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
65 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
66
6f676109
EZ
672001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
68
751d3bc4
EZ
69 * emulation/viper-init.el (viper-fast-keyseq-timeout)
70 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
71 Meyering <jim@meyering.net>.
72
6f676109
EZ
73 * loadup.el: Revert last change.
74
d3c26cdf
KH
752001-02-07 Kenichi Handa <handa@etl.go.jp>
76
77 * international/mule.el (transform-make-coding-system-args): Make
78 it work also for coding systems not using CCL.
79
44806980
EZ
802001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
81
9889af08
EZ
82 * simple.el (previous-matching-history-element)
83 (next-matching-history-element): Doc fix.
84
44806980
EZ
85 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
86 specific part.
87
1e36ff68
DL
882001-02-06 Dave Love <fx@gnu.org>
89
90 * add-log.el (add-log-current-defun-function)
91 (add-log-buffer-file-name-function, add-log-file-name-function):
92 Fix :type.
93 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
94
c7ca58df
EZ
952001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
96
fecd556a
EZ
97 * info.el (info-initialize): Remove the test for system-type when
98 invocation-directory is non-nil.
99
c7ca58df
EZ
100 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
101 of `font-lock-defaults' to `backward-paragraph' rather than nil.
102
587b5737
AI
1032001-02-06 Andrew Innes <andrewi@gnu.org>
104
105 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
106 absolute.
107
baf7eee4
GM
1082001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
109
110 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
111 buffers. When hi-lock turned on rather than only checking current
112 buffer for regexps, all buffers are checked. Moved activation of
113 font-lock to hi-lock-refontify. When font-lock turned off rather
114 than removing added highlighting just in current buffer, remove it
115 in all buffers. Changed edit menu text from "Automatic
116 Highlighting" to "Regexp Highlighting" Documentation for
117 highlighting phrases, minor documentation changes.
118 (hi-lock-set-file-patterns): Execute only if there are new or
119 existing file patterns.
120 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
121 unfontify and, if a support mode is active, will not refontify the
122 whole buffer. If necessary, turn on font lock. (Removed
123 font-lock-unfontify and font-lock support-mode-specific calls,
124 such as lazy-lock-fontify-window.)
125 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
126 patterns are found. Not useful now since find-file-hook is removed
127 if hi-lock is off, but may be needed for per-buffer hi-lock
128 activation.
129 (hi-lock-face-phrase-buffer): New function. Also added related
130 menu item and keybinding.
131 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
132 (hi-lock-process-phrase): New function.
133 (hi-lock-line-face-buffer): Doc fixes.
134 (hi-lock-face-buffer): Doc fixes.
135 (hi-lock-unface-buffer): Doc fixes.
136
36710aa6
GM
1372001-02-06 Gerd Moellmann <gerd@gnu.org>
138
139 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
140 dabbrev-ignored-regexps.
141
d3f22784
EZ
1422001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * simple.el (kill-line): Doc fix.
145
5cb3c8d4
DL
1462001-02-05 Dave Love <fx@gnu.org>
147
148 * loadup.el: Revert last two changes -- bootstrapping works with
149 regenerated loaddefs.
150
e6297e7d
EZ
1512001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
152
1e14b095
EZ
153 * isearch.el (isearch-forward): Doc fix.
154
e6297e7d
EZ
155 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
156 of font-lock-defaults to backward-paragraph.
157
e16f52ce
GM
1582001-02-05 Gerd Moellmann <gerd@gnu.org>
159
160 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
161 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
162
01d19dd7
GM
1632001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
164
165 * ebnf2ps.el: Eliminate time-stamp functions.
166 (ebnf-version): New version (3.5).
167 (ebnf-eps-finish-and-write): Replace time-stamp functions by
168 format-time-string.
169
24886813
GM
1702001-02-05 Gerd Moellmann <gerd@gnu.org>
171
172 * simple.el (next-line): Goto end-of-line before inserting a newline.
173
65e70fc4
MB
1742001-02-05 Miles Bader <miles@gnu.org>
175
176 * image-file.el (insert-image-file): When visiting an image, also
177 set `truncate-lines' to t so that any fringe arrow looks correct.
178
482f06c9
KH
1792001-02-05 Kenichi Handa <handa@etl.go.jp>
180
181 * isearch.el (isearch-forward): Add description about input method
182 in the docsting.
183
02399da7
SM
1842001-02-04 Stefan Monnier <monnier@cs.yale.edu>
185
186 * skeleton.el (skeleton-internal-1): Always push the mark for @.
187
2c366083
EZ
1882001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
189
190 * info.el (info-initialize): If installation-directory is nil, for
191 DOS/Windows systems try looking in a sibling of
192 invocation-directory.
193
bdadfce3
GM
1942001-02-02 Gerd Moellmann <gerd@gnu.org>
195
79fb38c0
GM
196 * wid-edit.el (widget-button-click): Fix last change.
197
bdadfce3
GM
198 * frame.el (frame-notice-user-settings): When resizing the initial
199 frame because the tool bar is off, also change the frame's top
200 position if a negative top position was specified.
201
33155ffb
MB
2022001-02-02 Miles Bader <miles@gnu.org>
203
204 * image-file.el (insert-image-file): When visiting an image,
205 suppress the cursor in the image buffer.
206
1355ba0c
DL
2072001-02-01 Dave Love <fx@gnu.org>
208
209 * progmodes/f90.el (f90-mode): Remove startup message.
210
fb758d2d
AS
211 * vc-cvs.el: Remove autoloads. Require vc when compiling.
212
01acdb05
GM
2132001-02-01 Gerd Moellmann <gerd@gnu.org>
214
215 * startup.el (command-line): Fix code determining whether or not
216 to use delete-key-deletes-forward-mode.
217
5b1ee316
AS
2182001-02-01 Andre Spiegel <spiegel@gnu.org>
219
220 * vc.el (vc-diff-switches): New user option.
221 (vc-version-diff): Use it.
222 (vc-diff-switches-list): New macro.
223
224 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
225 customization options.
226 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
227
228 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
229
00b1e7a1
GM
2302001-02-01 Gerd Moellmann <gerd@gnu.org>
231
232 * msb.el (toplevel): Quote hook symbols.
233
85827036
KH
2342001-02-01 Kenichi Handa <handa@etl.go.jp>
235
8e028499 236 * international/mule.el (make-coding-system): Add description
3c948dde 237 about recognized properties in the docstring.
8e028499 238
85827036
KH
239 * international/mule-conf.el: Remove unused charsets
240 mac-roman-lower and mac-roman-upper.
241
7ccf7ab9
GM
2422001-01-31 Gerd Moellmann <gerd@gnu.org>
243
2441692d
GM
244 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
245 is in front of the left-margin, if any.
246
ee5cece0
GM
247 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
248 like `delete'.
249
250 * bindings.el: Define `kp-delete' like `delete' in
251 function-key-map.
252
7ccf7ab9
GM
253 * term/w32-win.el (mouse-set-font): Doc fix.
254
b4f30ec5
GM
2552001-01-31 Stefan Monnier <monnier@cs.yale.edu>
256
257 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
258 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
259 on already.
260
03e0fe6e
GM
2612001-01-31 Markus Rost <rost@math.ohio-state.edu>
262
263 * files.el (save-buffer): Don't give message if (buffer-file-name)
264 returns nil.
265
8f289acc
EZ
2662001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
267
cb4aae04
EZ
268 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
269
dbd98b19
EZ
270 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
271 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
272
8f289acc
EZ
273 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
274 display problems.
275
c12553c1
KH
2762001-01-31 Kenichi Handa <handa@etl.go.jp>
277
c7bf5db9
KH
278 * international/mule.el (charset-info): Fix docstring.
279
280 * international/mule-diag.el (describe-character-set): Check final
281 char valid before printing it.
c12553c1 282
14f16b9c
GM
2832001-01-30 Gerd Moellmann <gerd@gnu.org>
284
efaa080b
GM
285 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
286
eef93f99
GM
287 * frame.el (frame-notice-user-settings): Do the tool-bar
288 stuff only for graphical displays. Fix a braino.
289
14f16b9c
GM
290 * frame.el (frame-initialize): Create initial frame visible.
291 (frame-notice-user-settings): When tool-bar has been switched off,
292 correct the frame size and sync too-bar-mode.
293
294 * startup.el (command-line): Remove manipulation of frame
295 height for tool bars.
296
4ad25e43
EZ
2972001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
298
299 * lpr.el: Compatibility with XEmacs and doc fixes.
300 (lpr-windows-system, lpr-lp-system): New vars.
301 (lpr-printer-switch): New defcustom.
302 (printer-name, lpr-command): Customization fix.
303 (print-region-1): Code fix.
304 (print-region-new-buffer, printify-region): Indentation fix.
305 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
306 functions.
307
e8f044a0
GM
3082001-01-29 Gerd Moellmann <gerd@gnu.org>
309
310 * msb.el (toplevel): Fix the eval-after-load.
311
850d5045
GM
3122001-01-29 Dave Love <fx@gnu.org>
313
762fe76e
DL
314 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
315
316 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
317
850d5045
GM
318 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
319 compiling.
320 (tcl-using-emacs-19-23): Consider Emacs 21+.
321 (tcl-help-directory-list, tcl-command-switches): Fix :type.
322 (tcl-add-emacs-menu): Supply menu name.
323 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
324
3a768251
GM
3252001-01-29 Gerd Moellmann <gerd@gnu.org>
326
327 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
328
274d02f7
SM
3292001-01-29 Stefan Monnier <monnier@cs.yale.edu>
330
331 * pcvs.el (cvs-mark-fis-dead): New function.
332 (cvs-mode-add): Use it.
333 (cvs-mode-add-change-log-entry-other-window):
334 Rebind change-log-default-name to itself rather than to nil.
335
ed5d446e
SS
3362001-01-29 Sam Steingold <sds@gnu.org>
337
efaa080b 338 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
339 `autoload' statements.
340
e2a80284
EZ
3412001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
342
8e1db7b3
EZ
343 * files.el (confirm-kill-emacs): Doc fix.
344
ff2a1c79
EZ
345 * frame.el (frame-initialize): Doc fix.
346
e7b0deaf
EZ
347 * time-stamp.el (time-stamp-string): Doc fix.
348
e2a80284
EZ
349 * woman.el (WoMan-log-1): Make the log buffer writable. From
350 Markus Rost <rost@math.ohio-state.edu>.
351
005913e4
GM
3522001-01-29 Gerd Moellmann <gerd@gnu.org>
353
354 * imenu.el (imenu-syntax-alist): Add autoload cookie for
355 the `make-variable-buffer-local'.
356
58622cc5
GM
3572001-01-29 Dave Love <fx@gnu.org>
358
359 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
360 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
361 autoload cookie.
362 (ansi-color-apply-sequence): Fix typo.
363
0404d031
GM
3642001-01-29 Gerd Moellmann <gerd@gnu.org>
365
ed5d446e 366 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
367 Postscript printing in black and white.
368
0404d031
GM
369 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
370 X-Mailman-Version, Precedence, List-Help, List-Post,
371 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
372 Content-Type, Content-Length.
373
3b6ed359
DL
3742001-01-29 Dave Love <fx@gnu.org>
375
ddd16e7a
DL
376 * elide-head.el (elide-head): Make overlay evaporate.
377
3b6ed359
DL
378 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
379 fix.
380
8005142f
EZ
3812001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
382
383 * isearch.el (isearch-highlight): Don't punt if the display
384 doesn't support colors, since isearch faces are defined for
385 monochrome displays as well.
386
84728570
SS
3872001-01-27 Sam Steingold <sds@gnu.org>
388
389 * shell.el (shell-write-history-on-exit): Make sure that we are in
390 the shell buffer (M-x tex-file RET inserted the error message into
391 the TeX buffer).
392
e26f9ced
EZ
3932001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
394
395 * simple.el (transient-mark-mode): Doc fix.
396
dc0274bd
GM
3972001-01-27 Gerd Moellmann <gerd@gnu.org>
398
84728570 399 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
400 tags-file-name.
401
c1acacc4
EZ
4022001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
403
f5058b96
EZ
404 * shell.el (shell-unquote-argument): If the shell is one of the
405 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
406 quote character.
407 (shell-dumb-shell-regexp): Document that the shells which match
408 this regexp are supposed to not treat a backslash as a quote
409 character.
410
c1acacc4
EZ
411 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
412 from 2001-01-12. It is not needed, since backspace is mapped into
413 DEL.
414
103db06c 4152001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 416
84728570 417 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
418 Treat a one-capital-letter abbrev as "not all upper case",
419 so as to force preservation of the expansion's pattern
420 if the expansion starts with a capital letter.
421
cfa70244
EZ
4222001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
423
cfee9de7
EZ
424 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
425 Doc fix.
426
cfa70244
EZ
427 * simple.el (transient-mark-mode): Document the fact that many
428 commands act on the region when mark is active.
429
17d90d6b
KH
4302001-01-27 Kenichi Handa <handa@etl.go.jp>
431
432 * international/quail.el (quail-setup-completion-buf): Make the
433 multibyteness of current buffer inherited to Quail completion
434 buffer.
435 (quail-show-guidance-buf): Make the multibyteness of current
436 buffer inherited to Quail guidance buffer.
437 (quail-help): Make the multibyteness of current buffer inherited
438 to Quail help buffer.
439
61076b20
DL
4402001-01-26 Dave Love <fx@gnu.org>
441
c47e2c68
DL
442 * time-stamp.el: Doc fixes.
443
84728570 444 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
445 (delphi-keyword-face, delphi-other-face): Fix :type.
446
940f14b4
DL
447 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
448
449 * mail/feedmail.el (feedmail): Add :link.
450 (feedmail-send-it): Doc fix.
451
452 * mail/sendmail.el: Doc fixes.
453 (sendmail-send-it): Fix the non-ASCII regexp and use
454 rfc2047-encode-string.
455
61076b20
DL
456 * dired.el, dired-aux.el: Revert last change.
457
6c317bd2
GM
4582001-01-26 Gerd Moellmann <gerd@gnu.org>
459
460 * makefile.w32-in (DONTCOMPILE): Add various term files.
461
4622001-01-26 Dave Love <fx@gnu.org>
463
464 * Makefile.in (DONTCOMPILE): Add various term files.
465
1c636b5f
GM
4662001-01-26 Gerd Moellmann <gerd@gnu.org>
467
af900b23
GM
468 * man.el (Man-default-man-entry, Man-mode): Doc fix.
469
15fa6db0
GM
470 * startup.el (display-startup-echo-area-message): Make sure
471 the echo area is resized to fit the size of the startup
472 message.
473
1c636b5f
GM
474 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
475 part of which is a constant.
476
9b1adbd5
EZ
4772001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
478
479 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
480 twice.
481
103db06c 4822001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
483
484 * simple.el (next-line): Don't let `newline' expand abbrevs.
485 Simplify slightly.
486 (open-line): Don't let `newline' expand abbrevs.
487
219227ea
JW
4882001-01-25 John Wiegley <johnw@gnu.org>
489
490 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
491 to `repeat' in the :type field.
492
493 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
494 allow a choice of regexp or nil.
d2906bf8 495 (pcomplete-dir-ignore): Same.
219227ea
JW
496
497 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
498 a command) to always fail.
499
ceba0dac
GM
5002001-01-25 Gerd Moellmann <gerd@gnu.org>
501
502 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
503 discard the result.
504 (iswitchb-to-end): Likewise.
505
9b0630e5
SS
5062001-01-25 Sam Steingold <sds@gnu.org>
507
508 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 509 Require vc.
9b0630e5 510
a2ed9670
SM
5112001-01-25 Stefan Monnier <monnier@cs.yale.edu>
512
f0c1adab
SM
513 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
514
a2ed9670
SM
515 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
516
34ac3367
DL
5172001-01-25 Dave Love <fx@gnu.org>
518
61076b20
DL
519 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
520 (describe-coding-system): Tweak the English text.
521
34ac3367
DL
522 * loadup.el: Preload international/ccl for utf-8.
523
4685e6b7
EZ
5242001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * mail/rmail.el (rmail-redecode-body): Doc fix.
527
0fdb4475
KH
5282001-01-25 Kenichi Handa <handa@etl.go.jp>
529
23cfab61
KH
530 * international/mule-cmds.el (reset-language-environment): Reset
531 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
532
533 * international/mule-conf.el (coding-category-utf-8): Initialize
534 to mule-utf-8.
535
9b0630e5 536 * loadup.el: Preload international/utf-8.
0fdb4475
KH
537
538 * international/utf-8.el: New file.
539
245ed2b1
SM
5402001-01-24 Stefan Monnier <monnier@cs.yale.edu>
541
542 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
543
e95b0c08
SS
5442001-01-24 Sam Steingold <sds@gnu.org>
545
546 * dired.el (dired-replace-in-string): Removed.
547 (dired-sort-toggle): Use `replace-regexps-in-string'
548 instead of `dired-replace-in-string'.
9b0630e5 549
ceba0dac
GM
550 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
551 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 552
e95b0c08
SS
553 * gs.el (gs-replace-in-string): Removed.
554 (gs-options): Use `replace-regexps-in-string'
555 instead of `gs-replace-in-string'.
556
c3902c3e
EZ
5572001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
558
559 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
560 bug report is mailed to an email list and posted to a news group.
561
b66b6aeb
GM
5622001-01-24 Gerd Moellmann <gerd@gnu.org>
563
e7e41584
GM
564 * comint.el (comint-replace-by-expanded-history-before-point): Fix
565 change of 2000-08-03 to move point to the start of the line again.
566
b66b6aeb
GM
567 * startup.el (tool-bar-images-pixel-height): New variable.
568 (command-line): After loading the user's init file, when
569 tool-bar-mode is on, increase the frame's size by some lines for
570 the tool-bar.
571
572 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 573
ff890e66
SZ
5742001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
575
576 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
577 (chinese-big5): MIME:Big5.
578
04363179
GM
5792001-01-24 Gerd Moellmann <gerd@gnu.org>
580
e95b0c08 581 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
582 Handle commands with prefix args.
583
d56aaa64
GM
5842001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
585
586 * calendar/diary-lib.el (diary-float): Fix case of MONTH
587 being a list of numbers.
588 (diary-mail-entries): Rewritten.
589
99858627
DL
5902001-01-23 Dave Love <fx@gnu.org>
591
7aeb1fa9
DL
592 * international/mule.el (make-coding-system): Fix typo.
593
99858627
DL
594 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
595 backward-paragraph as font-lock-beginning-of-syntax-function.
596
5a43decf
EZ
5972001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
598
599 * font-lock.el (font-lock-mode): Doc fix.
600
b0e98867
KH
6012001-01-23 Kenichi Handa <handa@etl.go.jp>
602
603 * international/mule.el (make-translation-table): Fix docstring.
604
9c8acefd
EZ
6052001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
606
fd4976b8
EZ
607 * mail/rmail.el (rmail-redecode-body): New function.
608
9c8acefd
EZ
609 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
610
871e0439
GM
6112001-01-22 Gerd Moellmann <gerd@gnu.org>
612
21c2bbe0
GM
613 * isearch.el (isearch-lazy-highlight-case-fold-search)
614 (isearch-lazy-highlight-regexp): New variables.
615 (isearch-lazy-highlight-cleanup): Update lazy highlight if
616 case-fold search or regexp search has been toggled.
617
5710730c
GM
618 * wid-edit.el (widget-button-click): Avoid a save-excursion
619 around running a global binding.
620
871e0439
GM
621 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
622 to 0.25.
623
d0554957
MB
6242001-01-20 Miles Bader <miles@gnu.org>
625
626 * cus-edit.el (custom-face-save): Do post-processing on the face's
627 new value like `custom-face-set' does.
628
1519f618
EZ
6292001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
630
ccd87890
EZ
631 * mail/emacsbug.el (report-emacs-bug): Report the value of
632 LC_CTYPE, not LC_TYPE.
633
1519f618
EZ
634 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
635 isearch-toggle-regexp and isearch-edit-string to doc string.
636
9724173b
GM
6372001-01-19 Gerd Moellmann <gerd@gnu.org>
638
48bb9196
GM
639 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
640 as font-lock-beginning-of-syntax-function in font-lock-defaults.
641
e95b0c08 642 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
643 font-lock-beginning-of-syntax-function to nil.
644
dc81f8a2
EZ
6452001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * mail/emacsbug.el (report-emacs-bug): Report values of
648 locale-coding-system, default-enable-multibyte-characters, and the
649 environment variables LC_ALL, LC_TYPE, and LANG.
650
99327974
GM
6512001-01-19 Gerd Moellmann <gerd@gnu.org>
652
111c181e
GM
653 * font-lock.el (font-lock-default-fontify-region): Fix last
654 change.
e95b0c08 655
2be6ecc6
GM
656 * font-lock.el (font-lock-multiline): Default to nil.
657 (font-lock-default-fontify-region): If font-lock-multiline is
658 nil, don't check the property `font-lock-multiline'.
659
99327974
GM
660 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
661 is nil, don't check the `font-lock-multiline' text property.
662
2550055a
MK
6632001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
664
0a949811 665 * viper.el: Call initial-major-mode on startup.
e95b0c08 666
0a949811 667 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 668
8501998a 669 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 670
2550055a 6712001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 672
0a949811 673 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 674 diff mode, if available.
e95b0c08 675
0a949811 6762001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 677
8501998a 678 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 679
2550055a
MK
680 * ediff-init.el (subst-char-in-string): Define and use it, unless
681 it's already defined.
e95b0c08 682
8962e303
GM
6832001-01-18 Gerd Moellmann <gerd@gnu.org>
684
685 * tooltip.el (tooltip-hide-delay): New user-option.
686 (tooltip-show): Use tooltip-hide-delay instead of the default.
687
6b453381
KH
6882001-01-18 Kenichi Handa <handa@etl.go.jp>
689
690 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
691 kill-local-variable doesn't work for enable-multibyte-characters.
692
9eaf396b
DL
6932001-01-17 Dave Love <fx@gnu.org>
694
cebd37ce
DL
695 * ediff-init.el (ediff-before-setup-hook)
696 (ediff-merge-filename-prefix): Add :version.
697
9eaf396b
DL
698 * international/latin1-disp.el: Require disp-table.
699 (latin1-display): Fix :set.
700
701 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
702
f864120f
GM
7032001-01-17 Gerd Moellmann <gerd@gnu.org>
704
705 * isearch.el (isearch-lazy-highlight-initial-delay)
706 (isearch-lazy-highlight-interval): Default to 0.
707
7082001-01-17 Bob Glickstein <bobg@zanshin.com>
709
710 * isearch.el (isearch-highlight): Set isearch-overlay priority to
711 1 here rather than each time through
712 isearch-lazy-highlight-new-loop.
713 (isearch-lazy-highlight-max): Variable deleted.
714 (isearch-lazy-highlight-max-at-a-time): New user variable, like
715 isearch-lazy-highlight-max but controls a single invocation of
716 isearch-lazy-highlight-update.
717 (isearch-lazy-highlight-wrapped): Variable recreated.
718 (isearch-lazy-highlight-window-start): New variable.
719 (isearch-lazy-highlight-cleanup): Restored to behavior of
720 before 2-Jan.
721 (isearch-lazy-highlight-remove-overlays): Function deleted;
722 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
723 behavior removed.
724 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
725 isearch-lazy-highlight-update in a loop rather than just once.
726 Test isearch-invalid-regexp here and decide not to start a new
727 loop, rather than testing it each time through
728 isearch-lazy-highlight-update.
729 (isearch-lazy-highlight-search): Function restored.
730 (isearch-lazy-highlight-update): Get called in a timer loop again,
731 but this time highlight more than one match each time through.
732 Only highlight matches in the visible part of the window. Start
733 at point, move in the direction of the search, and wrap around at
734 the edge of the window. Use sit-for to force redisplay and ensure
735 window-start is credible. "Face suppressing" behavior removed;
736 overlay priorities should make it unnecessary, right?
737 (isearch-highlight): Face suppressing behavior removed.
738 (isearch-dehighlight): Face suppressing behavior removed.
739 (isearch-set-lazy-highlight-faces-at): Removed.
740
076ec540
KH
7412001-01-17 Kenichi Handa <handa@etl.go.jp>
742
743 * language/european.el ("Latin-1"): Make the format of description
744 about additional language environments same as that of Latin-2.
745
92328ec5
DL
7462001-01-16 Dave Love <fx@gnu.org>
747
39f2174e
DL
748 * isearch.el (isearch-lazy-highlight): Add :version.
749
92328ec5
DL
750 * simple.el (backward-delete-char-untabify-method)
751 (next-line-add-newlines): Add :version.
752
f251459d
GM
7532001-01-16 Gerd Moellmann <gerd@gnu.org>
754
9d4850e5
GM
755 * bindings.el: Bind <backspace> and <delete> via function-key-map.
756 Don't bind <delete> otherwise.
757
758 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
759 and <delete> via function-key-map.
760
f251459d
GM
761 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
762 Subject line only if point is after the `Subject:'.
763
771ffcf7
KH
7642001-01-16 Kenichi Handa <handa@etl.go.jp>
765
bda6b481
KH
766 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
767 japanese-jisx0213-2 in `charset' property of this lang. env.
768
35793af7
KH
769 * language/european.el ("Latin-1"): Add description for Dutch and
770 Spanish lang. env.
771
771ffcf7
KH
772 * international/mule.el (decode-char): Fix conditions.
773 (encode-char): Handle eight-bit-control too.
1c8102ff 774 (transform-make-coding-system-args): New function.
50c29104
KH
775 (make-coding-system): Accept XEmacs style arguments for CCL base
776 coding system.
771ffcf7 777
e1cf67b6
GM
7782001-01-15 Gerd Moellmann <gerd@gnu.org>
779
780 * progmodes/etags.el (find-tag-noselect): Save the value of
781 tags-file-name before switching buffers, for the case it has a
782 buffer-local value.
783
b3287acf
GM
7842001-01-15 Alex Schroeder <alex@gnu.org>
785
9eaf396b
DL
786 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
787 From Dave Love <fx@gnu.org>.
b3287acf
GM
788 (ansi-color-for-comint-mode): Fix :version.
789
7902001-01-15 Alex Schroeder <alex@gnu.org>
791
792 * ansi-color.el (ansi-color-unfontify-region): Doc change.
793
8d7ff9c8
EZ
7942001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
795
796 * dired.el (dired-insert-directory): If file-system-info fails,
797 remove the " free " part, but don't signal an error.
798
dbe99ae9
SS
7992001-01-12 Sam Steingold <sds@gnu.org>
800
801 * bookmark.el (bookmark-maybe-historicize-string):
802 Use new backquote syntax.
803
103db06c 8042001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
805
806 * subr.el (last): Handle a list that doesn't end in nil.
807
ca2ddd8e
SS
8082001-01-12 Sam Steingold <sds@gnu.org>
809
810 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
811 to `backward-delete-char-untabify'.
812
1751c874
DL
8132001-01-12 Dave Love <fx@gnu.org>
814
815 * cus-edit.el (customize-menu-create): Fix the :filter following
816 easymenu change.
817
818 * wid-edit.el (function): Add :match-alternatives.
819 (widget-color-action): Doc fix.
820
3cccce8d
GM
8212001-01-12 Gerd Moellmann <gerd@gnu.org>
822
823 * calendar/calendar.el (calendar-basic-setup): Doc fix.
824
18bfd6b5
KH
8252001-01-12 Kenichi Handa <handa@etl.go.jp>
826
60a62fdc
KH
827 * international/mule-cmds.el (prefer-coding-system): Fix
828 docstring.
829
18bfd6b5
KH
830 * international/ccl.el (define-ccl-program): Fix docstring.
831
562e00da
DL
8322001-01-11 Dave Love <fx@gnu.org>
833
14fd0da3
DL
834 * international/mule-cmds.el (standard-display-european-internal):
835 Set display table for 2208 as for 160.
836
837 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
838
562e00da
DL
839 * progmodes/fortran.el (fortran-mode-map): Modify Customization
840 entry for custom-menu-create change.
841 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
842 don't cons it in the search loop.
843
844 * imenu.el (imenu--truncate-items): Revert last change.
845
6e961dcd
EZ
8462001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
847
848 * info.el (Info-setup-header-line): If the node header includes
849 either Next: or Prev: links, don't show the File: and Node: parts
850 in the header line.
851
2c2ff7f2
GM
8522001-01-11 Gerd Moellmann <gerd@gnu.org>
853
a7ee2d2e
GM
854 * comint.el (comint-goto-process-mark): Don't print a message
855 when running in batch mode.
856
c5348233
GM
857 * isearch.el (isearch-search): In the condition-case handler for
858 `error', set isearch-invalid-regexp to the whole error message.
859
422717d1
GM
860 * subr.el (eval-after-load): Call load-symbol-file-load-history to
861 ensure that eval-after-load works for files dumped with Emacs.
862
863 * help.el (load-symbol-file-load-history): New function extracted
864 from function symbol-file.
865 (symbol-file): Use it.
866
2c2ff7f2
GM
867 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
868 exit.xpm.
869
926861fb
EZ
8702001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
873 behave as if there were no prefix argument.
874 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
875 argument were nil.
876
afa1f52c
RS
8772001-01-11 Richard M. Stallman <rms@gnu.org>
878
ca2ddd8e 879 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
880 Don't look for more potential matches once maximum is exceeded.
881 Use overlays-in to check correctly for overlap with current match.
882 Ignore empty matches.
883
47a9f362
MB
8842001-01-11 Miles Bader <miles@gnu.org>
885
886 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
887 (ispell-overlay-window, ispell-help, ispell-show-choices)
888 (ispell-command-loop): Use it instead of `window-height'.
889
d196f58d
GM
8902001-01-10 Gerd Moellmann <gerd@gnu.org>
891
cf523f0e
GM
892 * files.el (confirm-kill-emacs): New user-option.
893 (save-buffers-kill-emacs): Ask for final confirmation before
894 killing Emacs.
895
d196f58d
GM
896 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
897 to nil.
898
7c6c3d8e
GM
8992001-01-10 Dave Love <fx@gnu.org>
900
1f8be15d
DL
901 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
902
903 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
904 :type.
905
906 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
907
908 * calculator.el (calculator-number-digits): Fix :type.
909
0d5184de
DL
910 * vc-cvs.el (vc-cvs-header): Fix :type.
911 * vc-rcs.el (vc-rcs-header): Fix :type.
912 * vc-sccs.el (vc-sccs-header): Fix :type.
913
914 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
915
7c6c3d8e
GM
916 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
917
8c9f73a2
GM
918 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
919
457b792c
GM
9202001-01-10 Gerd Moellmann <gerd@gnu.org>
921
922 * simple.el (set-variable): Force a thorough redisplay for the
923 case that the variable has an effect on the display, like
924 `tab-width' has.
925
d2622d08
AS
9262001-01-10 Andre Spiegel <spiegel@gnu.org>
927
928 * vc.el: Add documentation for backend interface.
929
ae4b5f4f
KH
9302001-01-10 Kenichi Handa <handa@etl.go.jp>
931
e0844717
KH
932 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
933
ae4b5f4f
KH
934 * international/mule-conf.el (latin-extra-code-table): Set to t
935 for \223 and \224.
936
3184082b
KH
9372001-01-09 Kenichi Handa <handa@etl.go.jp>
938
939 * international/mule-cmds.el (locale-language-names): Map "es" to
940 "Spanish" and "nl" to "Dutch".
941
732b9cdd
GM
9422001-01-09 Gerd Moellmann <gerd@gnu.org>
943
1dfca644
GM
944 * bindings.el (global-map): Bind <home> to beginning-of-line,
945 <end> to end-of-line, C-<home> to beginning-of-buffer, and
946 C-<end> to end-of-buffer.
947
732b9cdd
GM
948 * language/european.el: Add Dutch and Spanish language info
949 to be able to use the appropriate tutorials.
950
9512001-01-09 Alex Schroeder <alex@gnu.org>
952
953 * ansi-color.el (ansi-color-process-output): Use markers instead
954 of positions for start and end of region.
955 (ansi-color-apply-on-region): Rewrote code to make it more robust.
956 Previously, occasional mistakes happend when fontifying many
957 chunks of output (eg. ls --color=yes /dev). This happened
958 whenever an overlay was created up to the end of the region, which
959 coincided with the process-mark. New text would then be added
960 within that overlay instead of after it.
961 (ansi-color-make-extent): Overlays are created with the property
962 `modification-hooks' set to '(ansi-color-freeze-overlay).
963 (ansi-color-freeze-overlay): New function. When inserting text at
964 the end of the overlay, the overlay will resize.
965
9662000-01-09 Alex Schroeder <alex@gnu.org>
967
968 * ansi-color.el (ansi-color-process-output): Doc change.
969 (ansi-color-unfontify-region): Doc change. No longer installed
970 automatically in font-lock-unfontify-region-function.
971 (ansi-color-apply): Doc change.
972 (ansi-color-apply-on-region): Use extents or overlays instead of
973 text-properties.
974 (ansi-color-make-extent): New function.
975 (ansi-color-set-extent-face): New function.
976
9772000-01-09 Alex Schroeder <alex@gnu.org>
978
979 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
980 both use ansi-color-process-output, now.
981 (ansi-color-process-output): Doesn't return string anymore. It is
982 installed in comint-output-filter-functions for both Emacs and
983 XEmacs, now.
984 (ansi-color-unfontify-region): Simplified code removing variables
985 pos and start-ansi.
986 (ansi-color-apply): Put text-property ansi-color before putting
987 text-property face because ansi-color-unfontify-region is called
988 immediately after the call to put-text-property.
989 (ansi-color-context-region): Doc change.
990 (ansi-color-filter-region): Simplified code.
991 (ansi-color-apply-on-region): Changed start to start-marker, using
992 a marker explicitly. Put text-property ansi-color before putting
993 text-property face because ansi-color-unfontify-region is called
994 immediately after the call to put-text-property.
995
9962000-01-09 Alex Schroeder <alex@gnu.org>
997
998 * ansi-color.el (ansi-color-faces-vector): Doc change.
999 (ansi-color-for-comint-mode): Changed :type property to choice.
1000 (ansi-color-last-context): Removed.
1001 (ansi-color-process-output): Don't use ansi-color-last-context, as
1002 the main functions will store their context now.
1003 (ansi-color-context): Doc change.
1004 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1005 Uses ansi-color-context such that repeated calls will strip
1006 partial escape sequences, too.
1007 (ansi-color-apply): Simplified code. Colorize end of string if
1008 face is not null. Store context in new (FACE STRING) format, such
1009 that repeated calls will strip partial escape sequences, too.
1010 Append faces to face property using ansi-color-apply-sequence such
1011 that cumulative mode actually works.
1012 (ansi-color-context-region): New variable.
1013 (ansi-color-filter-region): Rewrote it based on
1014 ansi-color-apply-on-region. Uses ansi-color-context-region such
1015 that repeated calls will strip partial escape sequences, too.
1016 (ansi-color-apply-on-region): Simplified code. Colorize end of
1017 region if face is not null. Store context in new (FACE POS)
1018 format, such that repeated calls will strip partial escape
1019 sequences, too. Append faces to face property using
1020 ansi-color-apply-sequence such that cumulative mode actually
1021 works.
1022 (ansi-color-apply-sequence): New function.
1023 (ansi-color-get-face): When the default face is added to the list
1024 of faces, all previous settings are discarded and the list of
1025 faces is set to '(default).
1026
10272000-01-09 Alex Schroeder <alex@gnu.org>
1028
1029 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1030 face, such that ansi-color-apply and ansi-color-apply-on-region
1031 will do the right thing.
1032 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1033 returns nil, set the list of faces back to nil instead of
1034 appending the result of ansi-color-get-face to the front of the
1035 list.
1036
10372000-01-09 Alex Schroeder <alex@gnu.org>
1038
1039 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1040 (ansi-color-process): Doc change.
1041 (ansi-color-last-context): New buffer-local variable.
1042 (ansi-color-process-output): New function. It is automatically
1043 added to comint-output-filter-functions if this is XEmacs.
1044 (ansi-color-unfontify-region): New optional parameter for XEmacs
1045 compatibility. Check wether font-lock-syntactic-keywords is
1046 boundp before removing the syntax table text property, as XEmacs
1047 doesn't have it.
1048 (ansi-color-filter-region): Doc change.
1049 (ansi-color-apply-on-region): Doc change.
1050 (ansi-color-make-face): New function. Compatibility layer for
1051 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1052 (ansi-color-make-color-map): Use ansi-color-make-face.
1053 (ansi-color-get-face): Avoid face text property '(nil) as results
1054 in an errow for XEmacs.
1055
10562000-01-09 Alex Schroeder <alex@gnu.org>
1057
1058 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1059 text-property ansi-color in order to preserve fontification by
1060 ansi-color. When the package is loaded, a lambda expression is
1061 put onto font-lock-mode-hook. This lambda expression will check
1062 font-lock-unfontify-region-function and replace
1063 font-lock-default-unfontify-region with
1064 ansi-color-unfontify-region.
1065 (ansi-color-apply): Add text-property ansi-color in addition to
1066 text-property face.
1067 (ansi-color-apply-on-region): Add text-property ansi-color in
1068 addition to text-property face.
1069 (save-buffer-state): Copy of the macro that is also used by
1070 lazy-lock and font-lock.
1071
1072 (ansi-color-for-comint-mode): New option.
1073 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1074 (ansi-color-for-comint-mode-off): Ditto.
1075 (ansi-color-for-comint-mode-filter): Ditto.
1076 (ansi-color-process): New function. Uses
1077 ansi-color-for-comint-mode to decide what to do. This function is
1078 added to comint-preoutput-filter-functions when the package is
1079 loaded.
1080
1081 (ansi-color-for-shell-mode-set): Removed.
1082 (ansi-color-for-shell-mode): Removed.
1083
10842000-01-09 Alex Schroeder <alex@gnu.org>
1085
1086 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1087 the lambda expression from the ansi-color-for-shell-mode :set
1088 property. Additionally, modify shell-mode-hook to enable or
1089 disable font-lock-mode for future shell buffers.
1090 (ansi-color-for-shell-mode): The :set property calls
1091 ansi-color-for-shell-mode-set instead of a lambda expression.
1092
10932000-01-09 Alex Schroeder <alex@gnu.org>
1094
1095 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1096 (ansi-color-context): New variable.
1097 (ansi-color-apply): Save context between calls.
1098
fb55ff10
EZ
10992001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1100
29910493
EZ
1101 * isearch.el (isearch, isearch-lazy-highlight-face): New
1102 definitions for face colors and attributes.
1103
fb55ff10
EZ
1104 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1105 of display-mouse-p.
1106
134d6265
KH
11072001-01-09 Kenichi Handa <handa@etl.go.jp>
1108
1109 * international/mule.el (make-coding-system): If the coding system
1110 accepts extra latin codes, register such codes as safe for the
1111 coding system.
1112
103db06c 11132001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1114
984c9f75
RS
1115 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1116 don't mention the file name or the date here, because they are
1117 logged at the start of the file.
1118
11192001-01-08 Richard M. Stallman <rms@gnu.org>
1120
78b8eee8
RS
1121 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1122 Change screen-width to frame-width.
1123
1460e5d4
EZ
11242001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1125
1126 * info.el (Info-search): Print the default as part of the prompt.
1127
56f24bc1
AS
11282001-01-08 Andre Spiegel <spiegel@gnu.org>
1129
ca2ddd8e 1130 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1131 constant implementations in backends.
1132
1133 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1134 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1135
1136 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1137 WRITABLE to EDITABLE.
1138
1139 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1140 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1141 to EDITABLE.
1142
b7812d30
EZ
11432001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1144
1145 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1146 (copyright, copyright-update): Compute the current year at run
1147 time.
1148
7e56ea04
GM
11492001-01-08 Gerd Moellmann <gerd@gnu.org>
1150
1151 * isearch.el (isearch-old-signal-hook): Removed.
1152 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1153 instead of setting signal-hook-function.
1154 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1155
a758f97d
GM
11562001-01-08 Kevin Gallagher <kevingal@onramp.net>
1157
1158 * emulation/edt.el: Update to version 4.0. Provide support for
1159 EDT scroll margins at top and bottom of the window. Provide an
1160 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1161 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1162 user when file-related buffer modifications exist. Provide
1163 support for running EDT Emulation in XEmacs. Provide customize
1164 access to some user updatable variables. Add Commentary section
1165 to file header. Fixed a few minor bugs and cleaned up some code.
1166
1167 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1168 for detecting a keypress that generates an ASCII key sequence.
1169 (Previously, only a keypress that generates a vector was
1170 recognized.) Embed Window Manager name into name of the generated
1171 EDT Emulation initialization file since the initialization file is
1172 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1173
30db89f9
EZ
11742001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1175
4deb3ba9
EZ
1176 * mail/sendmail.el (mail-mode): Doc fix.
1177
30db89f9
EZ
1178 * info.el (Info-goto-emacs-command-node): Doc fix.
1179 (Info-goto-emacs-key-command-node): Doc fix.
1180
c3f2772b
EZ
11812001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1182
8726e79b 1183 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1184 systems without long file-name support.
1185
0dac6924
AI
11862001-01-06 Andrew Innes <andrewi@gnu.org>
1187
1188 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1189
4e6ef391
EZ
11902001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1191
380866a2
EZ
1192 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1193 (isearch-lazy-highlight-update): Doc fix.
1194
148b5960
EZ
1195 * ffap.el (ffap-bindings): Doc fix.
1196
4e6ef391
EZ
1197 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1198
4cb1bcc2
DL
11992001-01-05 Dave Love <fx@gnu.org>
1200
1201 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1202
3828218c
GM
12032001-01-05 Gerd Moellmann <gerd@gnu.org>
1204
f1ade7d3
GM
1205 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1206 scroll-preserve-screen-position to nil.
1207
1f4139d5
GM
1208 * isearch.el (isearch-old-signal-hook): New variable.
1209 (isearch-mode): Set signal-hook-function to isearch-done.
1210 (isearch-done): Restore old signal-hook-function.
1211
3828218c
GM
1212 * info.el (Info-fontify-node): Mark one more char as intangible.
1213
3970013f
KH
12142000-01-05 Kenichi Handa <handa@etl.go.jp>
1215
3828218c 1216 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1217 it is non-nil, compose preceding characters by compose-region with
1218 COMPONENTS.
1219
1220 * international/quail.el (quail-input-string-to-events): New function.
1221 (quail-input-method): Convert input string to events here.
1222 (quail-start-translation): Return input string, not event list.
1223 (quail-start-conversion): Likewise.
1224
f3b05e99
GM
12252001-01-04 Gerd Moellmann <gerd@gnu.org>
1226
ca2ddd8e 1227 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1228 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1229 and tooltip-add-timeout.
1230 (tooltip-show): Set border color from faces's foreground.
1231 (tooltip-show-help-function): If called with the same help string
1232 as last time, do nothing.
1233 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1234
0f2ac578
GM
1235 * startup.el (fancy-splash-screens): Don't bind show-help-function
1236 to nil.
1237
f3b05e99
GM
1238 * tooltip.el (tooltip-frame-parameters): Remove colors.
1239 (tooltip): New face
1240 (tooltip-set-param): New function.
1241 (tooltip-show): Set up color frame parameters from face `tooltip'.
1242 Display the tooltip text in face `tooltip'.
1243
8416e94a
DL
12442001-01-04 Dave Love <fx@gnu.org>
1245
1246 * whitespace.el (whitespace-global-mode): Fix typo.
1247
1248 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1249
30db89f9
EZ
12502001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1251
1252 * help.el (help-for-help): Fix a typo in a doc string. From
1253 kwzh@gnu.org (Karl Heuer).
1254
b847eb8c
DL
12552001-01-03 Dave Love <fx@gnu.org>
1256
1257 * dired-x.el: Doc fixes. Maintainer change.
1258 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1259 :type.
1260 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1261 (dired-guess-shell-alist-user): Customize.
1262 (dired-x-help-address): Set to bug-gnu-emacs.
1263 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1264 (dired-default-directory): Renamed from default-directory.
1265
1266 * hl-line.el (hl-line): Doc fix.
1267
43c4b570
KF
12682001-01-03 Karl Fogel <kfogel@red-bean.com>
1269
1bf6b1bf 1270 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1271
984c9f75 12722001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1273
1274 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1275 to remove all the current alternative-match highlighting.
1276 If nil, remove only what's outside the current window.
1277 (isearch-lazy-highlight-remove-overlays): Take optional
1278 region within which NOT to remove them.
1279 (isearch-lazy-highlight-new-loop): Greatly simplified.
1280 (isearch-lazy-highlight-update): Find all the other occurrences
1281 visible in the window, in just one call.
1282 (isearch-lazy-highlight-start): Now holds start of region to scan.
1283 (isearch-lazy-highlight-end): Now holds end of region to scan.
1284 (isearch-lazy-highlight-wrapped): Variable deleted.
1285 (isearch-lazy-highlight-search): Function deleted.
1286
13d6a61c
AI
12872000-01-02 Andrew Innes <andrewi@gnu.org>
1288
1289 * w32-fns.el (convert-standard-filename): Do length check on name
1290 before aref.
1291
064866e7
DL
12922001-01-02 Dave Love <fx@gnu.org>
1293
b33e041b
DL
1294 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1295 value.
1296 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1297
1298 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1299
8166ffd5
DL
1300 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1301 read syntax.
1302
064866e7
DL
1303 * calendar/todo-mode.el (todo): Add :link, :version.
1304 (todo-save-top-priorities): Remove autoload cookie.
1305 (todo-add-category, todo-add-item-non-interactively)
1306 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1307 cookie.
1308
6dde6abc
GM
13092001-01-02 Gerd Moellmann <gerd@gnu.org>
1310
1311 * comint.el (comint-input-history-ignore): New variable.
1312 (comint-read-input-ring): Ignore entries matching
1313 comint-input-history-ignore.
1314
1a8a9daf
GM
13152001-01-02 Eric M. Ludlam <zappo@gnu.org>
1316
1317 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1318 (lm-copyright-mark): New function.
1319 (lm-crack-copyright): New function.
1320 (lm-verify): Check that the file has a copyright.
1321 Check that the file is copyright Free Software Foundation.
1322
9c92eb53
KH
13232000-12-30 Kenichi Handa <handa@etl.go.jp>
1324
1325 * international/mule-diag.el (print-fontset): Indent font name by
1326 24 columns, not 25.
1327
49172314
GM
13282000-12-29 Gerd Moellmann <gerd@gnu.org>
1329
762a68ec
GM
1330 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1331 in Subject line.
1332
49172314
GM
1333 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1334 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1335 continuing an interrupted message with C-u C-x m for instence,
1336 winds up in Mail mode without abbrevs.
1337
bd7a2e26
GM
13382000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1339
1340 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1341 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1342 fix.
bd7a2e26
GM
1343 (ps-print-version): New version number (6.3.3).
1344 (ps-end-with-control-d): Initialization fix.
1345 (ps-lines-printed): New var.
1346 (ps-skip-newline): New fun.
1347 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1348 (ps-next-line, ps-continue-line, ps-plot-region)
1349 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1350
2b3f28a4
KH
13512000-12-29 Kenichi Handa <handa@etl.go.jp>
1352
1353 * international/fontset.el (x-complement-fontset-spec): Resolve
1354 ASCII font name so that the same family name is used for fonts
1355 registered in x-font-name-charset-alist.
1356 (create-fontset-from-fontset-spec): Adjusted for the above change.
1357 The name of fontset alias should be a unresolved ASCII font name.
1358
2ece9174
GM
13592000-12-28 Gerd Moellmann <gerd@gnu.org>
1360
1361 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1362 and delete in isearch-mode-map.
1363
cbe3ad7a
RS
13642000-12-28 Richard M. Stallman <rms@gnu.org>
1365
ca2ddd8e 1366 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1367 Use xpdf instead of acroread.
1368
a816f1c5
KH
13692000-12-28 Kenichi Handa <handa@etl.go.jp>
1370
f086e73c
KH
1371 * textmodes/artist.el (artist-butlast): Deleted.
1372 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1373 artist-butlast.
f086e73c 1374
a816f1c5
KH
1375 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1376
1377 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1378
b202115b
EZ
13792000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1380
1381 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1382
1383 * ls-lisp.el: Better support for the Mac and MS-Windows.
1384 (ls-lisp): New defgroup.
1385 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1386 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1387 (ls-lisp-support-shell-wildcards): New defcustoms.
1388 (ls-lisp-parse-symlink): New function.
1389 (insert-directory): Code to convert switches to a list and set up
1390 the wildcard argument copied from ls-lisp-insert-directory.
1391 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1392 for -C and -R switches.
1393 (ls-lisp-column-format): New function.
ca2ddd8e 1394 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1395 (ls-lisp-format-time): Add doc strings.
1396 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1397 Support ls-lisp-dirs-first.
1398 (ls-lisp-classify, ls-lisp-extension): New functions.
1399 (ls-lisp-format): Optionally support emulation of symlinks.
1400 Support -i, -s, and -G switches.
1401
6061fbf0
GM
14022000-12-27 Gerd Moellmann <gerd@gnu.org>
1403
5e25feee
GM
1404 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1405
6061fbf0
GM
1406 * version.el (emacs-version): Print X scroll bar information.
1407
1408 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1409 instead of x-toolkit-scroll-bars-p.
1410
1411 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1412 of x-toolkit-scroll-bars-p.
1413
25050dab
EZ
14142000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1415
1416 * ffap.el (ffap-bindings): Make interactive and add an autoload
1417 cookie.
1418 (ffap-bindings): Doc fix, to reflect the above change.
1419
c1786874
KH
14202000-12-27 Kenichi Handa <handa@etl.go.jp>
1421
1422 * term.el (term-char-mode): Define all non-ascii self-inserting
1423 characters to 'term-send-raw in term-raw-map.
1424
7261ece3 14252000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1426
6061fbf0 1427 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1428 guard.
ca2ddd8e 1429
6061fbf0 1430 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1431 initialization; use add-hook.
6061fbf0 1432 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1433
6061fbf0 1434 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1435
6061fbf0
GM
1436 * ediff.el (ediff-patch-buffer): Bug fix.
1437 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1438
83f40583
SM
14392000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1440
1441 * subr.el (combine-run-hooks): Remove.
1442
1443 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1444 and remove the rogue second spec.
1445
bdd6d4e8
GM
14462000-12-23 Gerd Moellmann <gerd@gnu.org>
1447
1448 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1449
26736ce3
SM
14502000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1451
0e86b6b0
SM
1452 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1453 Use minibuffer menu prompt for the `=' prefix.
1454 (smerge-command-prefix): Change default to C-^.
6eabfb26 1455 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1456
26736ce3
SM
1457 * skeleton.el (skeleton-internal-1): Make sure the first line of
1458 the region is also re-indented.
d21584d6
SM
1459 (skeleton-end-newline): New var.
1460 (skeleton-end-hook): Use it.
26736ce3 1461
95fa4fd7
MB
14622000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1463
1464 * comint.el (comint-password-prompt-regexp): Support CVS.
1465
f060b834
GM
14662000-12-22 Gerd Moellmann <gerd@gnu.org>
1467
856ff7a7
GM
1468 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1469 backspace key combinations, depending on
1470 delete-key-deletes-forward.
1471
1472 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1473
f060b834
GM
1474 * simple.el (delete-key-deletes-forward): Doc fix.
1475
653558a1
GM
14762000-08-22 Emmanuel Briot <briot@gnat.com>
1477
1478 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1479 white spaces are relevant in the XML file.
653558a1
GM
1480 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1481 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1482 of XML files.
653558a1
GM
1483 (xml-parse-tag): Check that the casing is the same in the start
1484 tag and end tag, since XML is case-sensitive. Allows for spaces
1485 in the end tag, after the name of the tag.
1486 (xml-parse-attlist): Allow for the character '-' in the name of
1487 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1488 the properties in the XML tree, since they are not relevant.
653558a1 1489
3ad93d8d
SM
14902000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1491
1492 * generic.el (generic-read-type): Undo last change, inline into
1493 `generic-mode' and then remove.
1494 (generic-mode): Inline generic-read-type.
1495 (define-generic-mode): Push the symbol name rather than the symbol
1496 onto generic-mode-list.
1497
177f4e88
GM
14982000-12-21 Gerd Moellmann <gerd@gnu.org>
1499
8e15274f
GM
1500 * generic.el (generic-read-type): Build an alist for
1501 completing-read as in 20.7.
1502
1503 * play/landmark.el (lm): Use interactive spec `P'.
1504 (toplevel): Don't set debug-on-error.
1505
177f4e88
GM
1506 * server.el (server-switch-buffer): Choose a window on a visible
1507 frame.
1508
6ba384dc
GM
15092000-12-21 Dave Pearson <davep@davep.org>
1510
1511 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1512
647a066c
GM
15132000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1514
1515 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1516 ranges like \177-\237, but accepts the character sequence from \177 to
1517 \237. Doc fix.
1518 (ebnf-version): New version (3.4).
1519 (ebnf-setup): Code fix.
1520 (ebnf-range-regexp): New fun.
1521 (ebnf-8-bit-chars): Const fix.
1522
1523 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1524 entry. Doc fix.
1525 (ebnf-bnf-lex): Code fix.
1526 (ebnf-bnf-comment-chars): Const fix.
1527
1528 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1529 entry. Doc fix.
1530 (ebnf-iso-comment-chars): Const fix.
1531
1532 * ebnf-otz.el: Doc fix.
1533
1534 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1535 entry. Doc fix.
1536 (ebnf-yac-skip-code): Code fix.
1537 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1538
bc22fd18
EZ
15392000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1540
1541 * files.el (insert-directory-safely): New function.
834d23b2 1542 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1543 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1544
587fc3f9
KH
15452000-12-21 Kenichi Handa <handa@etl.go.jp>
1546
eeefcfde 1547 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1548 coding-category-list more rigidly. Improve help message.
eeefcfde 1549
587fc3f9
KH
1550 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1551
01860fb9
MB
15522000-12-21 Miles Bader <miles@gnu.org>
1553
587fc3f9
KH
1554 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1555 prefix.
01860fb9 1556
3f9d67a6
KH
15572000-12-21 Kenichi Handa <handa@etl.go.jp>
1558
9fd1c1f7
KH
1559 * international/mule-diag.el (describe-char-after): Make *Help*
1560 buffer inherit multibyteness of the current buffer.
1561
3f9d67a6
KH
1562 * international/mule.el (make-char): Docstring adjusted for the
1563 change of make-char-internal.
1564
c9669fac
SM
15652000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1566
1567 * international/iso-cvt.el: Docstrings fix.
1568
19594307
DL
15692000-12-20 Dave Love <fx@gnu.org>
1570
1571 * subr.el (eval-after-load): Doc fix.
1572
b1a447b3
KH
15732000-12-20 Kenichi Handa <handa@etl.go.jp>
1574
1575 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1576 for numbers.
1577
09877d5d
MB
15782000-12-20 Miles Bader <miles@gnu.org>
1579
1580 * international/quail.el (quail-help): Resize the help window
1581 again after it has all its contents. Remove unneeded progn.
1582
71d4497a
GM
15832000-12-19 Gerd Moellmann <gerd@gnu.org>
1584
1585 * pcmpl-linux.el: Fix copy/paste error.
1586
741e56a0
AI
15872000-12-19 Andrew Innes <andrewi@gnu.org>
1588
1589 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1590 docstring.
1591
cc24d91c
CD
15922000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1593
ba4c05aa
CD
1594 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1595
1596 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1597
1598 * progmodes/idlw-shell.el: Fixed copyright notice.
1599
1600 * progmodes/idlwave.el: Fixed copyright notice.
1601
71d4497a 1602 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1603 TAB as key separators.
1604
524c8caf
GM
16052000-12-19 Alex Schroeder <alex@gnu.org>
1606
1607 * sql.el (sql-sybase-options): New option.
1608 (sql-sybase): Use it. Add sql-database to the list of parameters
1609 provided for login. The options -w 2048 -n are not used any more.
1610 (sql-postgres-options): Changed default from "--pset" to "-P".
1611 (sql-mysql-options): Doc change.
1612 (sql-stop): Doc change.
1613
b5fa513d
KH
16142000-12-19 Kenichi Handa <handa@etl.go.jp>
1615
1616 * international/quail.el (quail-input-method): Always hide
1617 the guidance buffer on exiting.
1618
91c9e6ce
GM
16192000-12-18 Gerd Moellmann <gerd@gnu.org>
1620
c6da4eb4
GM
1621 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1622 isn't fboundp.
1623
3d2a0e0b
GM
1624 * server.el (server-buffer-done): Bury the buffer before
1625 killing it.
1626
91c9e6ce
GM
1627 * faces.el (face-spec-set): Interpret a nil in specs for
1628 foreground and background colors as `unspecified', for
1629 compatibility with 20.x.
1630
40fa0008
DL
16312000-12-18 Dave Love <fx@gnu.org>
1632
22adbe54
DL
1633 * simple.el (mail-user-agent): Doc fix.
1634 (input-mode-8-bit): Removed.
1635
1636 * international/mule.el (set-keyboard-coding-system): Doc fix.
1637 (keyboard-coding-system): New option.
1638
40fa0008
DL
1639 * mail/sendmail.el (send-mail-function): Customize.
1640
6f4745e2
EZ
16412000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1642
1643 * international/codepage.el (cp866-decode-table): New table.
1644
82b90229
GM
16452000-12-18 Gerd Moellmann <gerd@gnu.org>
1646
1647 * version.el (emacs-version): Remove `%a' from the time format
1648 because the weekday doesn't fit well into each locale.
1649
5a047002
MB
16502000-12-18 Miles Bader <miles@gnu.org>
1651
7f49aa07
MB
1652 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1653
ca2ddd8e 1654 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1655 Check that emacs-major-version is `=' to 20, not `>='.
1656 (artist-replace-chars): Use `make-string' instead of a loop.
1657
22ea2607
EZ
16582000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1659
1660 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1661 (cvs-execute-single-file): Don't change directory.
1662 Patch from Per Cederqvist.
1663
6c825f8e
EZ
16642000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1665
1666 * textmodes/ispell.el (check-ispell-version): If
1667 `ispell-program-name' is "aspell", pass it the -v switch instead
1668 of -vv.
1669
8ff06845
KH
16702000-12-16 Kenichi Handa <handa@etl.go.jp>
1671
af4bb4c8
KH
1672 * international/mule-diag.el (mule-diag): Insert information about
1673 configure options, multibyte awareness, language env.
1674
8ff06845
KH
1675 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1676 regexp to search for candidates.
1677
b24e84ab
EZ
16782000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * info.el (Info-forward-node): If the node has an
1681 Info-header-line, widen the buffer before searching for "next:"
1682 and "up:" pointers, and set the search limit to stay in the
1683 current node.
1684
7981d89f
MB
16852000-12-16 Miles Bader <miles@gnu.org>
1686
1687 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1688
88ee7917
MB
16892000-12-15 Miles Bader <miles@gnu.org>
1690
1691 * comint.el (comint-send-string, comint-send-region): Also accept
1692 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1693 process-send-string/region.
1694
0c28d842
GM
16952000-12-15 Gerd Moellmann <gerd@gnu.org>
1696
4ea7fdca
GM
1697 * isearch.el (isearch-lazy-highlight-max): New user-option.
1698 (isearch-lazy-highlight-update): Don't highlight more than
1699 isearch-lazy-highlight-max matches.
1700
0c28d842
GM
1701 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1702
984c9f75 17032000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1704
8062e53a
GM
1705 * sort.el (sort-columns): Fix error message.
1706
3ffa545b
GM
1707 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1708 `upcase' or `downcase' or nil.
1709 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1710 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1711 (dabbrev--substitute-expansion): New arg record-case-pattern.
1712 If it is non-nil, set dabbrev--last-case-pattern.
1713 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1714
1715 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1716
c2d7f289
MB
17172000-12-15 Miles Bader <miles@gnu.org>
1718
b6348438
MB
1719 * paths.el (Info-default-directory-list): Don't delete
1720 configure-info-directory from the list of standard info
1721 directories when appending it to the end -- their order is
1722 important.
1723
f9056dd9
MB
1724 * faces.el (read-face-attribute): If there's no entry for the
1725 user's input in VALID, just use it as-is (this will often result
1726 in an error, but it may be OK for e.g. colors using hexadecimal
1727 notation, and at least will yield a better error message).
1728
c2d7f289 1729 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1730 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1731 Variables removed.
1732 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1733 window is really the right size. Use vertical-motion
1734 rather than forward-line.
1735 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1736 (ispell-command-loop, ispell-show-choices): Use the variable
1737 ispell-choices-win-default-height, rather than the function.
1738 (ispell-choices-win-default-height): Function removed.
1739 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1740
8f530b95
SM
17412000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1742
1743 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1744
6d435deb
EZ
17452000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1746
4dddb0b7
EZ
1747 * paths.el (Info-default-directory-list): If
1748 configure-info-directory is not one of the standard directories,
1749 put it first in the list; otherwise put it last. Doc string
1750 changed accordingly.
1751
1752 * info.el (Info-directory-list): Change doc string to reflect the
1753 change in Info-default-directory-list.
1754
6d435deb
EZ
1755 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1756 windows-nt as windowed environments, even under -nw.
1757
1758 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1759 if not fboundp. Switch delete-forward mode for the <delete> key
1760 on all PC platforms, even under -nw.
1761
1762 * term/internal.el ([M-delete]): Remap to M-d.
1763
9d7d9263
GM
17642000-12-14 Gerd Moellmann <gerd@gnu.org>
1765
1766 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1767
7cf0153a
EZ
17682000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1769
1770 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1771
5e5b3d41
GM
17722000-12-14 Gerd Moellmann <gerd@gnu.org>
1773
5f368d29
GM
1774 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1775 if appropriate.
1776
1777 * simple.el (delete-key-deletes-forward): New user-option.
1778 (delete-key-deletes-forward-mode): New function.
1779
9d7d9263 1780 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1781
5e5b3d41
GM
1782 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1783 if symbol is bound before getting its value.
1784
1785 * tooltip.el (tooltip-show): If an error is signaled in
1786 x-show-tip, display that error, and display the help in the
1787 echo area.
ca2ddd8e 1788
191b83b6
KH
17892000-12-14 Kenichi Handa <handa@etl.go.jp>
1790
1791 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1792 "... entries" messages for every 10000 entries, not 10.
1793
6192b604
KF
17942000-12-13 Karl Fogel <kfogel@red-bean.com>
1795
1796 * bookmark.el: Provide a generic exit hook, as suggested by
1797 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1798 (bookmark-exit-hook): New var.
1799 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1800 old raw lambda form in `kill-emacs-hook', and runs new
1801 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1802 as logically that feature must have been provided if this function
1803 is running.
1804 Removed ;;;###autoload before the `add-hook' call.
1805
5edf6b55
SM
18062000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1807
1808 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1809 (easy-menu-current-active-maps): New function.
1810 (easy-menu-get-map): Use it.
1811 Make a proper menu entry when creating a new keymap.
1812
16b5e8e6
KH
18132000-12-13 Kenichi Handa <handa@etl.go.jp>
1814
d49fc4eb
KH
1815 * international/characters.el: Fix cases and syntaxes for
1816 mule-unicode-0100-24ff.
1817
3b53d876
KH
1818 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1819 that a Japanese character is not appended after day and year.
1820
16b5e8e6
KH
1821 * info.el (Info-suffix-list): Change format for a command that
1822 requires arguments.
1823 (info-insert-file-contents): Adjusted for the above change.
1824
1df1c518
AS
18252000-12-12 Andreas Schwab <schwab@suse.de>
1826
1827 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1828 on the name of the tar buffer. Verify that the existing buffer is
1829 visiting the same subfile.
1830
a7a07b98
DL
18312000-12-12 Dave Love <fx@gnu.org>
1832
1833 * subdirs.el: Add obsolete.
1834
4fdbd809
GM
18352000-12-12 Gerd Moellmann <gerd@gnu.org>
1836
bfdb75ee
GM
1837 * mail/rmailsum.el (rmail-summary-expunge)
1838 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1839 instead of rmail-confirm-expunge.
1840
4fdbd809
GM
1841 * replace.el (perform-replace): Don't use an empty match adjacent
1842 to a non-empty match when computing the next match before the
1843 replacement is performed.
1844
e9a59cad
GM
18452000-12-12 Milan Zamazal <pdm@freesoft.cz>
1846
1847 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1848 definition (patch by Stefan Monnier).
1849 (glasses-mode): Use jit-lock instead of `after-change-functions'
1850 (patch by Stefan Monnier).
1851
c2def7a0
MB
18522000-12-12 Miles Bader <miles@gnu.org>
1853
1854 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1855 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1856
591b63b4
AC
18572000-12-12 Andrew Choi <akochoi@i-cable.com>
1858
1859 * term/mac-win.el: Remove load for ls-lisp.
1860
a924cf63 1861 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1862
5ff4ba3d
MB
18632000-12-12 Miles Bader <miles@gnu.org>
1864
1865 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1866 Respect field end too.
1867 (just-one-space): Respect fields as `delete-horizontal-space'.
1868 (newline-and-indent, reindent-then-newline-and-indent): Use
1869 `delete-horizontal-space'.
1870
d0c679bc
SM
18712000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1872
adf9c994
SM
1873 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1874 (so as to obey the field property in the minibuffer).
1875
4b0cd42d
SM
1876 * obsolete/c-mode.el: Moved from lisp/progmodes.
1877 * obsolete/auto-show.el: Moved from lisp.
1878 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1879
89f85863
CD
18802000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1881
1882 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1883 changes to list them here.
1884
1885 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1886 many changes to list them here.
1887
1888 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1889 many changes to list them here.
1890
1891 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1892
3e0d35ce
GM
18932000-12-11 Gerd Moellmann <gerd@gnu.org>
1894
d990421f
GM
1895 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1896 nil.
1897
ca2ddd8e 1898 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1899 Comment fix.
1900
3e0d35ce
GM
1901 * hscroll.el: Moved to `obsolete' subdir.
1902
ff904dd6
MB
19032000-12-11 Miles Bader <miles@gnu.org>
1904
1905 * window.el (window-text-height): Function removed (now in C).
1906
fb97d87f
SM
19072000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1908
1909 * log-edit.el (log-edit-parent-buffer): New var.
1910 (log-edit): Set it. Add BUFFER argument.
1911 (log-edit-done): Use char-before.
1912 Don't bother checking validity of vc-comment-ring.
1913 Only bury the buffer if log-edit popped it up.
1914
1915 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1916 (cvs-mode-diff-help): Remove.
1917 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1918 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1919
1920 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1921 Remove binding for ? now made unnecessary.
1922
7de77417
CD
19232000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1924
1925 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1926 function
1927 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1928
1929 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1930 when master file is not open.
1931
4efa209f
SM
19322000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1933
1934 * progmodes/ada-stmt.el: Update `maintainer'.
1935
0a8052bd
GM
19362000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1937
1938 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1939 choices to match documentation string.
1940
a12167c5
MB
19412000-12-09 Miles Bader <miles@gnu.org>
1942
2161605d
MB
1943 * minibuf-eldef.el: New file.
1944
a12167c5
MB
1945 * window.el (fit-window-to-buffer): Don't pass last argument to
1946 pos-visible-in-window-p, now that its meaning is inverted.
1947
9ea8de1b
EZ
19482000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1949
1950 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1951 <ceder@lysator.liu.se>.
1952
5002ddbb
SM
19532000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1954
b6114d80
SM
1955 * autoinsert.el (auto-insert-alist): Add missing final \n.
1956
ee8d23ee
SM
1957 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1958 (cvs-menu-map): Remove.
1959 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1960 (cvs-mode-quit): Turn it back into a plain function.
1961
5002ddbb 1962 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1963 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1964
1965 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1966 file where it's more visible.
1967 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1968 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1969 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1970 (texinfo-inside-macro-p): Only catch `scan-error's.
1971 (texinfo-inside-env-p): Make better use of the match info.
1972 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1973 (texinfo-insert-@end): Slight re-organization.
1974 Also remove useless `looking-at' call.
1975
30cd075d
AI
19762000-12-08 Andrew Innes <andrewi@gnu.org>
1977
1978 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1979 accessible in -nw mode.
1980
1981 * term/w32-win.el: Remove stuff about selection timeout, which is
1982 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1983 it is accessible in -nw mode.
1984
01b91009
DL
19852000-12-08 Dave Love <fx@gnu.org>
1986
1987 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1988 font-lock-keywords-case-fold-search.
1989
842b2a94
GM
19902000-12-08 Gerd Moellmann <gerd@gnu.org>
1991
1992 * textmodes/ispell.el (ispell): Doc fix.
1993
f9d5f611
KH
19942000-12-08 Kenichi Handa <handa@etl.go.jp>
1995
1996 * international/quail.el (quail-insert-decode-map): Check the
1997 frame width of a window displaying the current buffer, not that of
1998 the selected frame.
1999 (quail-help): Make sure that the help buffer has window before
2000 inserting text in it.
2001
e04d21aa
SS
20022000-12-07 Sam Steingold <sds@gnu.org>
2003
2004 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2005 Backquote is used in isearch.el, so autoloading saves nothing.
2006
fc3e23a4
EZ
20072000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2008
137cad7c
EZ
2009 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2010 the CVS and RCS subdirectories case-insensitively.
2011
fc3e23a4
EZ
2012 * dired.el (dired-insert-directory): If file-system-info is
2013 fboundp, call it instead of invoking dired-free-space-program.
2014
796ecd10
GM
20152000-12-07 Gerd Moellmann <gerd@gnu.org>
2016
0f5f7c3e
GM
2017 * server.el (server-visit-files): Push files on file-name-history.
2018
3764ba49
GM
2019 * progmodes/cc-langs.el: Update copyright.
2020
8e7931da
GM
2021 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2022
ae0d7485 2023 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2024
796ecd10
GM
2025 * bindings.el (mode-line-mode-menu): Reverse the order
2026 of define-keys so that the menu appears in alphabetical order.
2027
ae0d7485
GM
20282000-12-07 Milan Zamazal <pdm@freesoft.cz>
2029
2030 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2031 of the function.
2032
e2849090
DL
20332000-12-07 Dave Love <fx@gnu.org>
2034
2035 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2036
2037 * facemenu.el (facemenu-unlisted-faces): Fix value.
2038
5c7f629c
SM
20392000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2040
2041 * font-lock.el (font-lock-default-fontify-region):
2042 Include the terminating \n (off-by-one error).
2043 (font-lock-set-defaults): Use dolist.
2044
2045 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2046
73481ae3
KH
20472000-12-07 Kenichi Handa <handa@etl.go.jp>
2048
ffbaa122
KH
2049 * international/mule-cmds.el (describe-language-environment): Fix
2050 for the case that an input method title is not string but a list.
2051
73481ae3
KH
2052 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2053 of wrong SIZE record.
2054
e2896b22
DL
20552000-12-06 Dave Love <fx@gnu.org>
2056
67292061
DL
2057 * newcomment.el (comment-region, comment-dwim): Doc fix.
2058
2059 * textmodes/texinfo.el: Require tex-mode when compiling.
2060 (texinfo-update-node): Doc fix.
2061 (texinfo-imenu-generic-expression): Add @anchor.
2062 (texinfo-font-lock-keywords): Add @uref.
2063 (texinfo-inside-macro-p): Don't use ignore-errors.
2064 (texinfo-insert-quote): Match more contexts.
2065
e76938e7
DL
2066 * international/mule.el (decode-char, encode-char): Doc fix.
2067 (auto-coding-alist): Customize.
2068
2069 * files.el (load-file): Fix change of 2000-03-12.
2070
e2896b22
DL
2071 * wid-edit.el (widget-text-keymap): Doc fix.
2072
6610f4b2
AI
20732000-12-06 Andrew Innes <andrewi@gnu.org>
2074
2075 * makefile.w32-in (lisp): Set to an absolute directory, namely
2076 $(CURDIR).
2077
9e3366e4
EZ
20782000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2081 read generated-autoload-file, and set buffer-file-coding-system to
2082 raw-text-unix after reading the file.
2083
2084 * international/mule-conf.el (file-coding-system-alist): Use
2085 raw-text for reading loaddefs.el and raw-text-unix for writing
2086 it.
2087
d94d636f
GM
20882000-12-06 Gerd Moellmann <gerd@gnu.org>
2089
384333ee
GM
2090 * replace.el (occur): Make line-number-width 1 smaller for the
2091 colon following the line number.
2092
347d0813
GM
2093 * startup.el (fancy-splash-text, command-line-1): Use
2094 `File' for the menu name instead of `Files'.
e04d21aa 2095
d4b72d58
GM
2096 * tmm.el: Update copyright.
2097
d94d636f
GM
2098 * cus-start.el: Add entry for even-window-heights.
2099
6e424019
MB
21002000-12-06 Miles Bader <miles@gnu.org>
2101
2102 * faces.el (frame-set-background-mode): Avoid stomping on
2103 locally modified faces.
2104
e6477b58
KH
21052000-12-06 Kenichi Handa <handa@etl.go.jp>
2106
2107 * international/fontset.el: Correct the font registries for
2108 japanese-jisx0213-1 and japanese-jisx0213-2.
2109
21999ab9
GM
21102000-12-05 Gerd Moellmann <gerd@gnu.org>
2111
57d6e381
GM
2112 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2113
21999ab9
GM
2114 * iswitchb.el: Update customization commentary.
2115
7422819c
GM
21162000-12-05 Rob Riepel <riepel@Stanford.EDU>
2117
2118 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2119 (tpu-search-highlight): Fixed comparison of overlay end positions.
2120 (tpu-trim-line-ends): Implemented trimming logic locally.
2121
2122 * emulation/tpu-extras.el (tpu-write-file-hook)
2123 (tpu-set-cursor-bound): Replaced picture-clean with
2124 tpu-trim-line-ends.
2125
73daff18
KH
21262000-12-05 Kenichi Handa <handa@etl.go.jp>
2127
2128 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2129 to cn-gb.
2130 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2131
6a4cd002
DL
21322000-12-04 Dave Love <fx@gnu.org>
2133
2134 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2135
6452929e
GM
21362000-12-04 Gerd Moellmann <gerd@gnu.org>
2137
e04d21aa 2138 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2139 (rmail-summary-expunge-and-save): Ask for confirmation with
2140 rmail-expunge-confirmed.
2141
2142 * mail/rmail.el (rmail-expunge-confirmed): New function.
2143 (rmail-expunge): Use it.
2144
0c68ce6f
GM
2145 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2146 (etags-recognize-tags-table, find-tag-in-order): New
2147 functionality: interpret file names as tags.
e04d21aa 2148
7a53d8c8
EZ
21492000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2150
2151 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2152 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2153 visit the first subnode until the bottom of the current node is
2154 visible.
2155
caa15ef7
GM
21562000-12-04 Gerd Moellmann <gerd@gnu.org>
2157
2158 * format.el (format-decode): Don't change buffer's undo list.
2159
e225faa7
KH
21602000-12-04 Kenichi Handa <handa@etl.go.jp>
2161
2162 * faces.el (face-font-registry-alternatives): Add entries for CJK
2163 fonts. Doc-string adjusted for the actual usage of this data.
2164
2165 * international/fontset.el: Change the font registries for CJK
2166 fonts in the default fontset. Don't append '*' to registries.
2167
8b262a65
SM
21682000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2169
e04d21aa 2170 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2171 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2172
2173 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2174 (derived-mode-p): New function.
2175 (derived-mode-make-docstring): Add `docstring' argument.
2176 Use it if available and complete it if necessary.
2177
33c4460b
AS
21782000-12-03 Andreas Schwab <schwab@suse.de>
2179
2180 * type-break.el (type-break): Don't make parent of itself.
2181
5c9b3fac
MB
21822000-12-03 Miles Bader <miles@gnu.org>
2183
2184 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2185
27ce741e
SM
21862000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2187
07c16ec4
SM
2188 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2189 (tex-main-file, tex-file): Simplify.
2190 (tex-generate-zap-file-name): Use subst-char-in-string.
2191 (tex-strip-dots): Remove.
2192
c19cc275
SM
2193 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2194
27ce741e
SM
2195 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2196 to check if the match succeeded.
2197
285991dc
GM
21982000-12-02 Gerd Moellmann <gerd@gnu.org>
2199
2200 * startup.el (use-fancy-splash-screens-p): New function.
2201 (command-line-1): Use it to determine whether or not to use
2202 a fancy splash screen.
2203
52dca1b2
AS
22042000-12-02 Andreas Schwab <schwab@suse.de>
2205
2206 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2207
d3e7e7cf
EZ
22082000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2209
2dce2360
EZ
2210 * international/mule.el (make-char): Fix last change.
2211
9768eaa7
EZ
2212 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2213 New defcustoms.
2214 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2215 autoloading tex-mode; instead, do the same manually. Use
2216 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2217 with numeric argument. Docstring fix.
2218 (toplevel): Require cl when compiling.
e04d21aa 2219
285991dc 2220 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2221
0dd5e255
JR
22222000-12-02 Jason Rumney <jasonr@gnu.org>
2223
2224 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2225 the Emacs Lisp manual)
2226
fbb87147
EZ
22272000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2228
5cbb3e93
EZ
2229 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2230
fbb87147
EZ
2231 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2232 the Emacs Lisp manual).
2233
1636ca09
GM
22342000-12-02 Gerd Moellmann <gerd@gnu.org>
2235
2236 * simple.el (next-line-add-newlines): Change default to nil.
2237
68875f0e
EZ
22382000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2239
2240 * files.el (revert-buffer, recover-file): Bind
2241 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2242
fd9ac94c
GM
22432000-12-01 Gerd Moellmann <gerd@gnu.org>
2244
2245 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2246
45450dd5
MB
22472000-12-01 Miles Bader <miles@gnu.org>
2248
2249 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2250
09df8881
KH
22512000-12-01 Kenichi Handa <handa@etl.go.jp>
2252
2253 * international/mule-diag.el (describe-char-after): Fix typo.
2254 (describe-character-set, non-iso-charset-alist): Fix typo.
2255
dea0a87d
MB
22562000-12-01 Miles Bader <miles@gnu.org>
2257
b170205b
MB
2258 * image-file.el (image-file-name-regexp): Automatically add
2259 upper-case variants of each filename extension in
2260 `image-file-name-extensions', since they seem to be common.
2261
e04d21aa 2262 * simple.el (minibuffer-contents)
dea0a87d
MB
2263 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2264 New functions.
2265 * filecache.el (file-cache-directory-name)
2266 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2267
2b69bc11 22682000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2269
dea0a87d
MB
2270 * filecache.el (file-cache-minibuffer-complete): Don't try to
2271 delete the minibuffer prompt.
2272
a8a1b05d
DL
22732000-11-30 Dave Love <fx@gnu.org>
2274
2275 * cus-start.el: Fix read-buffer-function type.
2276
693c4692
GM
22772000-11-30 Gerd Moellmann <gerd@gnu.org>
2278
2279 * md5.el: Removed. There's a built-in function, now.
2280
2c0b1898
GM
22812000-11-30 Markus Rost <rost@math.ohio-state.edu>
2282
2283 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2284 as dummy 0-th char of rmail-deleted-vector.
2285
63dfcf4b
EZ
22862000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2287
2288 * ps-print.el (ps-end-job): Bind case-fold-search only after
2289 switching to ps-spool-buffer.
2290
22912000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2292
2293 * ps-print.el: Line number font customization. PostScript: Lines and
2294 PageCount are initialized on each page. Doc Fix.
2295 (ps-print-version): New version number (6.3.2).
2296 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2297 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2298 (ps-right-header): Customization fix.
2299 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2300 Fix code.
2301 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2302 New vars.
2303
df3aedcf
GM
23042000-11-30 Gerd Moellmann <gerd@gnu.org>
2305
edfb795e
GM
2306 * bs.el: Fix typos and spelling errors.
2307 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2308 (bs-configuration): Doc fix.
e04d21aa 2309
df3aedcf
GM
2310 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2311
8b8a7f01
GM
23122000-11-30 Rob Riepel <riepel@Stanford.EDU>
2313
2314 * emulation/tpu-edt.el (tpu-version): New version.
2315 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2316 (tpu-original-mode-line): Variable deleted.
2317 (tpu-mark-flag): New initial value.
2318 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2319 tpu-mark-flag to minor-mode-alist.
2320 (tpu-update-mode-line): New mark flag logic.
2321 (tpu-get): Use find-file-wildcards.
2322 (tpu-search-highlight): Move overlay less, reset overlay properly.
2323 (tpu-unselect): Deactivate mark.
2324 (tpu-lm-replace): Reset overlay properly.
2325 (tpu-forward-line): Use forward-visible-line.
2326 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2327
2328 * emulation/tpu-extras.el (tpu-forward-line): Use
2329 forward-visible-line.
e04d21aa 2330
c069a9d3
GM
23312000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2332
2333 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2334
b02cd40b
GM
23352000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2336
2337 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2338 and skip whitespace and newlines.
e04d21aa 2339
b7a90344
SM
23402000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2343
be6bbb55
GM
23442000-11-29 Gerd Moellmann <gerd@gnu.org>
2345
0383ed60
GM
2346 * help.el (describe-function-1): Regexp-quote function name
2347 when used as part of a regexp.
2348
c7957947
GM
2349 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2350 face-attribute instead of face-foreground and face-background.
2351 (tool-bar-add-item): Likewise, and handle unspecified colors.
2352
2353 * enriched.el (enriched-face-ans): Use face-attribute instead
2354 of face-foreground and face-background.
2355
2356 * faces.el (face-foreground, face-background, face-stipple):
2357 Return nil if attribute is unspecified, for backward
2358 compatibility.
2359
7423978d
GM
2360 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2361
ef128c78
GM
2362 * play/5x5.el: Remove version info.
2363
a81fc510
GM
2364 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2365
be6bbb55
GM
2366 * frame.el (blink-cursor-mode): Doc fix.
2367
f9396e03
GM
23682000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2369
2370 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2371 to create Makefile rules.
2372 (antlr-tool-command): New user option.
2373 (antlr-ask-about-save): New user option.
2374 (antlr-makefile-specification): New user option.
2375 (antlr-file-formats-alist): New variable.
2376 (antlr-special-file-formats): New variable.
2377 (antlr-unknown-file-formats): New user option.
2378 (antlr-help-unknown-file-text): New variable.
2379 (antlr-help-rules-intro): New variable.
2380 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2381 (antlr-mode-menu): Add entries.
2382 (antlr-file-dependencies): New function.
2383 (antlr-directory-dependencies): New function.
2384 (antlr-superclasses-glibs): New function.
2385 (antlr-run-tool): New command.
2386 (antlr-makefile-insert-variable): New function.
2387 (antlr-insert-makefile-rules): New function.
2388 (antlr-show-makefile-rules): New command.
2389
2390 * antlr-mode.el: More Emacs/XEmacs stuff.
2391 (antlr-no-action-keywords): New constant with value nil.
2392 (antlr-font-lock-keywords-alist): Use it. Old value would break
2393 syntax highlighting in Emacs-21.0.
2394 (antlr-default-directory): Emacs/XEmacs dependend function.
2395 (antlr-read-shell-command): Ditto.
2396 (antlr-with-displaying-help-buffer): Ditto.
2397
23982000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2399
2400 * antlr-mode.el: imenu, parsing and highlighting changes.
2401 (antlr-imenu-create-index-function): Don't create extra submenus
2402 for definitions in different grammar classes. It is not necessary
2403 for the menu and would make command `imenu' awkward to use.
2404 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2405 header actions and more than one.
2406 (antlr-font-lock-tokendef-face): Changed color.
2407 (antlr-font-lock-tokenref-face): Changed color.
2408 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2409 (antlr-mode-syntax-table): New variable.
2410 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2411 (antlr-with-syntax-table): Don't copy syntax table.
2412
24132000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2414
2415 * antlr-mode.el: Minor changes: language setting.
2416 (antlr-language-alist): The value for file option "language" can
2417 be both an identifier and a string.
2418 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2419 (antlr-language-limit-n-regexp): Change accordingly.
2420
24212000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2422
2423 * antlr-mode.el: Minor changes: tabs, hiding.
2424 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2425 (antlr-action-visibility): Also allow value nil to also hide the
2426 braces. Renamed from `antlr-tiny-action-length'.
2427 Suggested by Jay@aol.com.
2428 (antlr-hide-actions): Change accordingly. Hide line if completely
2429 hidden action is on a line of its own.
e04d21aa 2430
6ad948eb
SM
24312000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2432
2433 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2434
2435 * sort.el (sort-columns): Don't concat strings with numbers.
2436
9c6a4107
DL
24372000-11-29 Dave Love <fx@gnu.org>
2438
2439 * cus-edit.el (face): Fix :format.
2440
2441 * mail/feedmail.el: Require smtpmail when compiling.
2442 (mail-do-fcc): Autoload.
2443 (feedmail) <defgroup>: Fix :link.
2444 (feedmail-nuke-body-in-fcc): Fix :type.
2445 (feedmail-send-it): Add autoload cookie.
2446
053b8d35
SM
24472000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2448
2449 * newcomment.el (comment-indent): Save excursion around call to
2450 comment-indent-function.
2451
242c13e8
MB
24522000-11-29 Miles Bader <miles@gnu.org>
2453
2454 * subr.el (member-ignore-case): Return the tail of the list who's
2455 car matches, like `member', not the matching element itself.
2456
8f4b5f28
KH
24572000-11-29 Kenichi Handa <handa@etl.go.jp>
2458
2459 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2460 should not contain `\n'.
2461
bebe4a2c
GM
24622000-11-28 Gerd Moellmann <gerd@gnu.org>
2463
fd9ac94c 2464 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2465
ba7e40eb
GM
2466 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2467
75ab0c79
GM
2468 * dired-aux.el (dired-do-create-files): Construct default file
2469 name for dired-mark-read-file-name so that when the user enters
2470 just RET, the target file will end up in the target directory.
2471
bebe4a2c
GM
2472 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2473 local-abbrev-table before changing buffers because it might
2474 have a buffer-local binding.
2475
fa6d1ca8
MB
24762000-11-28 Miles Bader <miles@gnu.org>
2477
2478 * simple.el (delete-horizontal-space): Handle fields more generally.
2479
8d2c2642
GM
24802000-11-28 Gerd Moellmann <gerd@gnu.org>
2481
2482 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2483
8b31236d
DL
24842000-11-28 Dave Love <fx@gnu.org>
2485
3cbd02d2
DL
2486 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2487 comment-start-skip locally.
2488
8b31236d
DL
2489 * progmodes/fortran.el (fortran-mode): Don't set
2490 fortran-comment-line-start-skip. Set comment-start to
2491 fortran-comment-line-start.
2492 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2493 (fortran-comment-line-start-skip): Simplify slightly.
2494
ae4bf56d
GM
24952000-11-28 Gerd Moellmann <gerd@gnu.org>
2496
17ef7534
GM
2497 * play/5x5.el: Remove RCS keyword.
2498
fd9ac94c 2499 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2500
665b27a6
GM
25012000-11-28 Milan Zamazal <pdm@freesoft.cz>
2502
2503 * textmodes/tildify.el (tildify-string-alist): Add
2504 `plain-tex-mode' here.
2505
fe3c2ae3
GM
25062000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2507
2508 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2509 reference.
2510
d970106b
MB
25112000-11-28 Miles Bader <miles@gnu.org>
2512
36b80a0d
MB
2513 * cus-face.el (custom-face-attributes): Add post-filter function
2514 for :box. Make pre-filter function for :box handle all cases.
2515
d970106b
MB
2516 * wid-edit.el (widget-choose): Make sure pop-up window is large
2517 enough to display all the choices, as there's no way to scroll it.
2518
5a2bae6c
KH
25192000-11-28 Kenichi Handa <handa@etl.go.jp>
2520
2521 * international/mule-conf.el: Make the coding system no-conversion
2522 safe for all characters.
2523
9e836e23
DL
25242000-11-27 Dave Love <fx@gnu.org>
2525
8b31236d
DL
2526 * net/ldap.el (ldap) <defgroup>: Add :version.
2527
9e836e23
DL
2528 * tooltip.el (tooltip-use-echo-area): Doc fix.
2529
2530 * cus-start.el <minibuffer-prompt-properties>: Add version.
2531 <read-buffer-function>: Add.
2532
2533 * apropos.el (apropos-print): Add help-echo to active text.
2534
2535 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2536
4a74d071
GM
25372000-11-27 Gerd Moellmann <gerd@gnu.org>
2538
2539 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2540 type, group and version.
2541
76058c27
EZ
25422000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2543
4a74d071 2544 * select.el (x-get-selection): Docstring fix.
76058c27 2545
fd9ac94c 25462000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2547
fd9ac94c 2548 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2549
49060c51
AI
25502000-11-27 Andrew Innes <andrewi@gnu.org>
2551
2552 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2553
2554 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2555
b2a8e429
MB
25562000-11-27 Miles Bader <miles@gnu.org>
2557
2558 * dired.el (dired-get-filename): Return filename verbatim if
2559 LOCALP is `verbatim'.
2560 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2561 `verbatim' so that we don't inadvertently delete a non-existant
2562 directory name.
2563
5ac0366d
KH
25642000-11-27 Kenichi Handa <handa@etl.go.jp>
2565
2566 * international/characters.el: Specify cases and syntaxes for
2567 mule-unicode-0100-24ff.
2568
67f1cf4c
GM
25692000-11-27 Gerd Moellmann <gerd@gnu.org>
2570
2571 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2572 that foreground and/or background colors of the face `tool-bar'
2573 are unspecified.
2574
46c56972
MB
25752000-11-27 Miles Bader <miles@gnu.org>
2576
e04d21aa 2577 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2578 (widget-field-end): Handle widget field `pseudo-overlays'.
2579 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2580 if it's there instead of in `widget-field-list'.
2581
46c56972 2582 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2583 (help-make-xrefs): Delete extraneous newlines at the end of the
2584 docstring.
46c56972 2585
640a9cdd
JR
25862000-11-25 Jason Rumney <jasonr@gnu.org>
2587
2588 * startup.el (command-line): Call set-locale-environment after
2589 Window System init file is read, as it can result in a call to
2590 redraw-frame.
2591
0b3f96d4
EZ
25922000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2593
2594 * simple.el (shell-command): Mention the effect of the prefix
2595 argument in the doc string.
2596
8da6e2a1
MB
25972000-11-25 Miles Bader <miles@gnu.org>
2598
a658d039
MB
2599 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2600
8da6e2a1 2601 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2602 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2603
d3416cca
JR
26042000-11-24 Jason Rumney <jasonr@gnu.org>
2605
2606 * international/mule-cmds.el (locale-language-names): Add "jp" as
2607 a non-standard alternative for Japanese.
2608
17e37f53
AS
26092000-11-24 Andre Spiegel <spiegel@gnu.org>
2610
2611 * vc-hooks.el: Require 'cl during compilation.
2612
9aa5f148
GM
26132000-11-24 Gerd Moellmann <gerd@gnu.org>
2614
ba193890
GM
2615 * faces.el (face-set-after-frame-default): Let face attributes
2616 specified for new frames override frame parameters.
2617
9aa5f148
GM
2618 * startup.el (command-line): Fix computation of the source file
2619 for user-init-file when user-init-file is a compiled file.
2620
51a1edab
MB
26212000-11-24 Miles Bader <miles@gnu.org>
2622
e04d21aa 2623 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2624 (custom-post-filter-face-spec): New functions.
2625 (custom-face-set, custom-face-value-create): Filter the face spec
2626 before and after customization.
2627 (custom-face-set): If VALUE specifies a null face, pass a
2628 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2629 * cus-face.el (custom-face-attributes): Remove SET and GET
2630 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2631 cases they're needed.
2632
1ed74431
MB
2633 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2634 that it's distinguishable from the :off-glyph on dark-background
2635 displays. Set its background color too.
2636
67ee1125
MB
2637 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2638 so that people can easily turn it off.
2639
7d027816 26402000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2641
7d027816 2642 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2643
9aa5f148 2644 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2645
9aa5f148 2646 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2647
9aa5f148 2648 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2649 redundant skip-small-frames test.
e04d21aa 2650
9aa5f148 2651 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2652 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2653
9aa5f148
GM
2654 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2655 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2656 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2657 functions.
e04d21aa 2658
9aa5f148 2659 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2660
9aa5f148 2661 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2662
f07fa1b8
KH
26632000-11-24 Kenichi Handa <handa@etl.go.jp>
2664
2665 * international/mule-diag.el (list-iso-charset-chars): For
2666 two-byte charset, fix the `while' condition.
2667 (list-non-iso-charset-chars): Fix the `while' condition.
2668
ba8299ff
SM
26692000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2670
79372165
SM
2671 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2672 if the variable is make-variable-buffer-local.
2673
ba8299ff
SM
2674 * progmodes/ada-stmt.el (ada-template-map): Initialize
2675 and bind it to C-c t in ada-mode-map.
2676 (ada-stmt-mode-hook): New function extracted from old code.
2677 Only change the buffer-local side of skeleton-*.
2678 (ada-mode-hook): Use it.
2679
68a887fa
EZ
26802000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2681
2682 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2683 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2684 we expect to be returned by minibuffer-depth once we prompt the
2685 user in the minibuffer.
2686 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2687 as recorded in iswitchb-minibuf-depth, return non-nil.
2688
3b345582
EZ
26892000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2690
2691 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2692 (hscroll-window-maybe): Docstring fix.
2693
595dead2
DL
26942000-11-23 Dave Love <fx@gnu.org>
2695
2696 * rect.el (string-rectangle): Don't test delete-selection-mode.
2697
1e66b27a
GM
26982000-11-23 Gerd Moellmann <gerd@gnu.org>
2699
02790ce2
GM
2700 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2701 is in the tool bar.
2702
1e66b27a
GM
2703 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2704 with `no-dir'; we want the directory part to be able to remove
2705 it.
2706
a4caa65d
SM
27072000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2708
2709 * textmodes/outline.el (outline-flag-region):
2710 Don't bind inhibit-read-only since we don't modify the buffer.
2711 (outline-isearch-open-invisible): Don't jump to overlay-start
2712 since we're trying to unhide text around point.
2713 (outline-discard-overlays): Use dolist.
2714
2715 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2716
03e757c1
GM
27172000-11-22 Gerd Moellmann <gerd@gnu.org>
2718
e04d21aa 2719 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2720 y-or-n-p.
e04d21aa 2721
1598a961
SM
27222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2723
2724 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2725 Fix ARG regexp to skip quoted braces.
2726 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2727 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2728 are (correctly) handled separately).
2729 Remove `caption' and `footnote' from `citations': they contain text.
2730 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2731 (latex-skeleton-end-hook): New function.
2732 (latex-mode): Use it.
2733 (tex-start-tex-marker): Remove.
2734 (tex-send-tex-command): Don't set tex-start-tex-marker.
2735 (tex-error-parse-syntax-table): New var.
2736 (tex-compilation-parse-errors): Use it.
2737 Ignore tex-start-tex-marker. Don't bother with marker-position.
2738 (tex-validate-buffer): Don't bother with marker-position.
2739
2740 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2741 (flyspell-generic-progmode-verify): Use it.
1598a961 2742
eaae8106
SS
27432000-11-22 Sam Steingold <sds@gnu.org>
2744
03e757c1
GM
2745 * simple.el (delete-trailing-whitespace): New interactive
2746 function.
e04d21aa 2747
eaae8106 2748 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2749 `ada-remove-trailing-spaces'.
eaae8106 2750 (ada-remove-trailing-spaces): Removed.
e04d21aa 2751
eaae8106 2752 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2753
1598a961
SM
2754 * textmodes/picture.el (picture-clean): Removed.
2755 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2756
a41d49e9
GM
27572000-11-22 Gerd Moellmann <gerd@gnu.org>
2758
e053c60f
GM
2759 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2760
a41d49e9
GM
2761 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2762 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2763 do anything special when jit-lock is active.
a41d49e9
GM
2764 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2765
197615f3
DL
27662000-11-22 Dave Love <fx@gnu.org>
2767
ddbfaa9f
DL
2768 * calendar/todo-mode.el (todo-top-priorities): Use
2769 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2770
ddc3c695
DL
2771 * language/chinese.el, language/cyrillic.el:
2772 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2773 * language/hebrew.el, language/indian.el, language/japanese.el:
2774 * language/korean.el, language/lao.el, language/misc-lang.el:
2775 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2776 Use provide.
2777
fb9fa98d
DL
2778 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2779 (custom-variable-set): Improve validation error mesage.
2780
197615f3
DL
2781 * rect.el (string-rectangle): Revert last change.
2782 (string-rectangle-line): New arg DELETE.
2783 (string-rectangle): Check delete-selection-mode.
2784
2785 * emacs-lisp/edebug.el (edebug-version)
2786 (edebug-maintainer-address): Deleted.
2787 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2788 (edebug-read-function): Account for other `'#' read forms.
2789 (edebug-mode-menus): Make some items toggles.
2790 (edebug-outside-unread-command-event, unread-command-event):
2791 Remove these to avoid warnings.
2792
f4117c4d
GM
27932000-11-22 David Ponce <david@dponce.com>
2794
2795 * recentf.el (recentf-menu-items-for-commands)
2796 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2797 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2798
f4117c4d
GM
2799 (recentf-build-dir-rules, recentf-dump-variable)
2800 (recentf-edit-list, recentf-open-files-item)
2801 (recentf-open-files): Replaced unnecessary `mapcar' with new
2802 built-in `mapc'.
eaae8106 2803
f8e2f3f2
MB
28042000-11-23 Miles Bader <miles@gnu.org>
2805
2806 * faces.el (menu): Make inverse-video on ttys too.
2807
4c4a541d
SM
28082000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2809
2810 * simple.el (comment-line-break-function): Use the new name
2811 indent-new-comment-line -> comment-indent-new-line.
2812 (clone-indirect-buffer): Don't ignore NORECORD.
2813 (next-completion): Properly handle the case where items are adjacent.
2814
2815 * mouse.el (popup-menu): Stupid typo.
2816
980d836e
GM
28172000-11-22 Gerd Moellmann <gerd@gnu.org>
2818
60e8e0a5
GM
2819 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2820 maintainer, keywords tags.
2821
980d836e
GM
2822 * rect.el (replace-rectangle): Don't call string-rectangle-line
2823 with too many arguments.
2824
e08b2069
AS
28252000-11-22 Andre Spiegel <spiegel@gnu.org>
2826
60e8e0a5 2827 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2828 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2829 vc-locking-user, which no longer exists.
2830
2831 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2832
c6779d8d
DL
28332000-11-22 Dave Love <fx@gnu.org>
2834
2835 * md5.el (md5): Provide.
2836 (md5): Fix error call.
2837
e672fdce
MB
28382000-11-22 Miles Bader <miles@gnu.org>
2839
eaae8106 2840 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2841 (refill-fill-paragraph-at): Remove debugging code.
2842
80e24c04
MB
2843 * calendar/calendar.el (generate-calendar-window): When we don't
2844 call `fit-window-to-buffer', make sure the top line is fully visible.
2845
3a17d6cc
MB
2846 * image-file.el (insert-image-file): Don't make `read-only'
2847 property rear-nonsticky.
2848
ae1a21c6
MB
2849 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2850 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2851 stashing away its original value.
2852 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2853 in the recursive edit.
2854 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2855 (isearch-done): Restore `minibuffer-message-timeout'.
2856
e672fdce
MB
2857 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2858
3ea79df8
SM
28592000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2860
2861 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2862
2863 * find-lisp.el (find-lisp-find-files-internal):
2864 Use dolist, when and file-name-as-directory.
2865
980d836e 2866 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2867 (define-derived-mode, define-minor-mode): Add specs.
2868
2869 * window.el: General comment and spacing fixes.
2870 (save-selected-window): Use backquotes.
2871 (window-safely-shrinkable-p): New function.
2872 (shrink-window-if-larger-than-buffer): Use it.
2873
2874 * subr.el (make-local-hook): Docstring fix.
2875
2876 * shell.el (shell-mode): Use define-derived-mode.
2877
2878 * newcomment.el (comment-indent): Insert comment before calling
2879 comment-indent-function. Don't insert in column 0.
2880 (comment-dwim): Indent before inserting comment.
2881
2882 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2883 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2884 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2885 Use mapc rather than map.
2886
2887 * files.el (find-buffer-visiting): Compare all attributes before
2888 declaring two files identical (rather than just their inode-no).
2889 (auto-mode-alist): Use \' rather than $.
2890
2891 * which-func.el: Update maintainer line.
2892
2893 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2894 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2895 (uniquify-buffer-file-name): Use it.
2896
8f62f2b8
MB
28972000-11-22 Miles Bader <miles@gnu.org>
2898
2899 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2900 * simple.el (minibuffer-avoid-prompt): New function.
2901
fb279a6d
GM
29022000-11-21 Gerd Moellmann <gerd@gnu.org>
2903
2904 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2905
867092e9
MB
29062000-11-21 Miles Bader <miles@gnu.org>
2907
ef860850
MB
2908 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2909 inclusion of `track-mouse'.
2910
867092e9
MB
2911 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2912 (refill-adjust-ignorable-overlay): New function.
2913 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2914 only the paragraph's tail if possible.
2915 Update `refill-ignorable-overlay'.
2916 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2917
2918 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2919 point inside the fill-prefix.
2920
2921 * textmodes/refill.el (refill-post-command-function): Don't reset
2922 refill-doit in the case where a self-insertion command doesn't
2923 case a refill. Use `refill-fill-paragraph-at', getting position
2924 from `refill-doit'.
2925 (refill-after-change-function): Set `refill-doit' to END.
2926 (refill-fill-paragraph-at): New function, mostly from old
2927 refill-fill-paragraph.
2928 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2929 (refill-pre-command-function): New function.
2930 (refill-mode): Add it to `pre-command-hook'.
2931
ff9ab414
GM
29322000-11-20 Gerd Moellmann <gerd@gnu.org>
2933
29a01b72
GM
2934 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2935
ff9ab414
GM
2936 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2937 javadoc tags.
eaae8106 2938
885b211b
AS
29392000-11-20 Andre Spiegel <spiegel@gnu.org>
2940
2941 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2942 vc.el).
2943
eaae8106 2944 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2945 require vc.
eaae8106
SS
2946
2947 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2948 checkouts.
eaae8106 2949
d1838556
DL
29502000-11-20 Dave Love <fx@gnu.org>
2951
2952 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2953
2b69bc11 29542000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2955
2b69bc11
GM
2956 * calculator.el (calculator-paste): Use `if' instead of `and'
2957 and `or'.
2958 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2959
b95b34e5
GM
29602000-11-19 Gerd Moellmann <gerd@gnu.org>
2961
030de92f
GM
2962 * info.el (info-menu-5): Doc fix.
2963
b95b34e5
GM
2964 * textmodes/artist.el: New file.
2965
54970452
AS
29662000-11-19 Andre Spiegel <spiegel@gnu.org>
2967
eaae8106 2968 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2969 and differentiate according to checkout model.
2970 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2971 since this function is only concerned with master state.
2972
eaae8106 2973 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2974 vc-default-workfile-unchanged-p): Moved here from vc.el.
2975
eaae8106 2976 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2977 vc-default-workfile-unchanged-p): See above.
2978
e5a9dabf
MB
29792000-11-19 Miles Bader <miles@gnu.org>
2980
2981 * image-file.el (insert-image-file): Make `intangible' and
2982 `read-only' properties rear-nonsticky too.
2983
24127af0
GM
29842000-11-18 Gerd Moellmann <gerd@gnu.org>
2985
d392e9c5 2986 * ps-print.el: Update copyright notice.
eaae8106 2987
d392e9c5
GM
2988 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2989 (tooltip-show): Use the offsets.
2990
24127af0 2991 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 2992 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
2993 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2994
2b69bc11 29952000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 2996
2b69bc11
GM
2997 * ps-print.el (toplevel): Test for find-coding-system being
2998 fboundp before calling ps-x-find-coding-system.
08ea6f17 2999
66321b2f
SM
30002000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3001
3002 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3003 (vc-version-backup-file): Docstring fix.
3004
046110c6
GM
30052000-11-16 Gerd Moellmann <gerd@gnu.org>
3006
4104194e
GM
3007 * files.el (basic-save-buffer): Don't add a newline if
3008 find-file-literally is non-nil.
3009 (find-file-literally): Extend doc string.
3010
046110c6
GM
3011 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3012 sort(1) with the `-f' argument.
3013
6505c16e
AS
30142000-11-16 Andre Spiegel <spiegel@gnu.org>
3015
fd063975
AS
3016 * vc.el: Updated backend documentation.
3017 (vc-default-check-headers): New function.
3018
3d02dd81 3019 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3020
3021 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3022 up-to-date.
eaae8106 3023 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3024 the minibuffer is not active.
fd063975 3025
eaae8106 3026 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3027 `vc-cvs-use-edit' is on.
eaae8106
SS
3028 (vc-cvs-checkout): When this is used for reverting the workfile,
3029 make a backup of the original contents and revert to that in case
8791d617 3030 of error.
eaae8106 3031 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3032 remote repositories.
eaae8106 3033
6505c16e
AS
3034 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3035 for both version and ratio in the minibuffer.
fd063975 3036
eaae8106 3037 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3038 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3039
a13f0660
KH
30402000-11-16 Kenichi Handa <handa@etl.go.jp>
3041
3042 * international/quail.el (quail-start-translation): Don't call
3043 `message' before reading key sequence.
3044
1389a414
MB
30452000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3046
3047 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3048
9256a532
KH
30492000-11-16 Kenichi Handa <handa@etl.go.jp>
3050
3051 * window.el (fit-window-to-buffer): Be sure to acquire at least
3052 one text line even if the buffer is empty.
3053
0e14fe9f
GM
30542000-11-16 Gerd Moellmann <gerd@gnu.org>
3055
eaae8106 3056 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3057 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3058 ange-ftp-process-verbose to nil.
3059
da645c53
DL
30602000-11-15 Dave Love <fx@gnu.org>
3061
233d5cde
DL
3062 * wid-edit.el (widget-specify-field, widget-specify-button): If
3063 :help-echo is a function, set help-echo of overlay to
3064 widget-mouse-help.
3065 (widget-mouse-help): New function.
3066 (widget-echo-help): Rewritten for :help-echo functions only taking
3067 a widget arg.
3068
b12057b9
DL
3069 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3070 display-graphic-p.
3071 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3072 and that JPEG is available.
3073 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3074
da645c53
DL
3075 * international/mule-cmds.el (locale-charset-language-names):
3076 Match @euro.
3077
6d133d1f
GM
30782000-11-15 Gerd Moellmann <gerd@gnu.org>
3079
3080 * faces.el (face-set-after-frame-default): If
0e14fe9f 3081 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3082 default face from X resources.
3083
49ac2ac5
EZ
30842000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3085
3086 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3087 Don't set EMACSLOADPATH.
3088
4fb0a34c
EZ
30892000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3090
3091 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3092 texinfo-insert-@url.
3093 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3094 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3095
bb304a7a
SM
30962000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3097
82bc80bf
SM
3098 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3099 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3100 (checkdoc-minor-keymap): Backward compatibility.
3101 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3102 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3103 (checkdoc-this-string-valid-engine): Be a bit more strict
3104 to avoid matching substrings of `...' quoted vars/funs.
3105 (checkdoc-defun-info): Only look for `interactive' if alone.
3106 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3107
e8c87124
SM
3108 * progmodes/compile.el (grep): `tag-default' can be nil.
3109
bb304a7a
SM
3110 * newcomment.el (comment-indent): Paren typo.
3111
8628686a
DL
31122000-11-14 Dave Love <fx@gnu.org>
3113
25c269ef
DL
3114 * calculator.el: New maintainer version.
3115
66321b2f 3116 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3117
8628686a
DL
3118 * cmuscheme.el: Doc fixes.
3119 (cmuscheme) <defgroup>: Use `scheme' as parent.
3120 (cmuscheme-program-name): Remove. Change uses to
3121 scheme-program-name.
3122
3123 * xscheme.el (scheme-program-name): Don't define here.
3124
3125 * progmodes/scheme.el (scheme-program-name): New variable
3126 (originally in cmuscheme).
3127
88f0a1eb
MB
31282000-11-14 Miles Bader <miles@gnu.org>
3129
3130 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3131 Handle header-lines. Don't loop forever if we can't enlarge the
3132 window anymore. Simplify a bit.
3133
cd9a000c
KH
31342000-11-14 Kenichi Handa <handa@etl.go.jp>
3135
3136 * window.el (fit-window-to-buffer): Don't check
3137 window-text-height. Assure that the last line is fully visible.
3138
3139 * international/quail.el (quail-show-guidance-buf): Call
3140 fit-window-to-buffer to assure the enough height of the guidance
3141 buffer.
3142 (quail-update-guidance): Avoid making the guidance buffer shorter.
3143
d3fcda22
SM
31442000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3145
bdbd9606
SM
3146 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3147 rather than `prepend' and add an interesting comment.
3148 (tex-math-face, tex-font-lock-syntactic-face-function):
3149 New face and function to use it.
3150 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3151 than `menu-enable' symbol property.
3152 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3153 (tex-mode): Add some latex-mode commands for auto-selection.
3154 Use tex-font-lock-syntactic-face-function.
3155 (tex-insert-quote): Simplify.
3156 (tex-shell): New mode.
3157 (tex-start-shell): Use it.
3158 (tex-shell-proc, tex-shell-buf): New functions.
3159 (tex-send-command): Use it.
3160 (tex-main-file): Fix the meaning of the new arg REALFILE.
3161 (tex-send-tex-command): New function split from `tex-start-tex'.
3162 Set compilation-last-buffer and compilation-parsing-end.
3163
d3fcda22
SM
3164 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3165 when it follows non-comment text on the line.
3166
3167 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3168 Set font-lock-defaults.
3169 (lisp-mode-shared-map): Init inside the defvar.
3170 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3171 Use define-derived-mode.
3172
bdab1d43
MB
31732000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3174
3175 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3176
936ae731
GM
31772000-11-14 Gerd Moellmann <gerd@gnu.org>
3178
3179 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3180 recursively optimize body because that can lead to infinite
3181 recursion; see comment there.
3182
1695ca2b
EZ
31832000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3184
3185 * faces.el (face-spec-set-match-display): Revert the change from
3186 2000-10-24. Add a FIXME for after v21.1.
3187
9d348294
MB
31882000-11-13 Miles Bader <miles@gnu.org>
3189
3190 * textmodes/fill.el (skip-line-prefix): New function.
3191 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3192 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3193 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3194 point inside the fill-prefix.
9d348294 3195
b85fa13c
MB
31962000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3197
3198 * calendar/calendar.el (generate-calendar-window): Use
3199 `fit-window-to-buffer'.
3200
a0b47716
SM
32012000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3202
3203 * gud.el (gud-minor-mode): New var.
3204 (gud-symbol, gud-val): New functions.
3205 (gud-find-file): Copy gud-minor-mode to the new buffer.
3206 (gud-menu-map): Include entries for commands that are not always
3207 available, using :enable to (de)activate them.
3208 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3209 (gud-mode-map): New map.
eaae8106 3210 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3211 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3212 Don't set up gud's menu (it's done by the minor-mode).
3213 (gud-minibuffer-local-map): New.
3214 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3215 (gud-query-cmdline): New function.
3216 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3217 (gud-mode): Use define-derived-mode.
3218 Don't set up gud's menu (it's done by the minor-mode).
3219 (gud-chop-words): Remove.
3220 (gud-common-init): Use split-string instead.
3221 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3222
3223 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3224 Add keyword arg :name.
3225
3226 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3227 (diff-count-matches, diff-split-hunk): New functions.
3228 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3229
3230 * pcvs-info.el (cvs-fi-conflict-face): New var.
3231
3232 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3233 Make it into a simple syntax-table, shared among all submodes.
3234 (sh-heredoc-face): Re-introduce.
3235 (sh-font-lock-syntactic-face-function): New function.
3236 (sh-mode): Use it. Also use define-derived-mode.
3237 Remove old bogus setting of indent-region-function.
3238 (sh-set-shell): Don't set the syntax-table any more.
3239 (sh-mode-syntax-table) <defun>: Remove.
3240
f5ed37df
MB
32412000-11-12 Miles Bader <miles@gnu.org>
3242
3243 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3244 message if interactive.
3245
0b074c2f
DL
32462000-11-12 Dave Love <fx@gnu.org>
3247
3248 * mail/feedmail.el: Fix header,
3249 (feedmail) <defgroup>: Add :link.
3250
3251 * view.el: Use local-map property, not keymap on mode-line string.
3252
3253 * scroll-all.el (scroll-all-mode): Customize variable. Add
3254 autoload cookie to function.
3255
3256 * lazy-lock.el: Remove compatibility code.
3257
3258 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3259 (finder-help-echo): New variable.
3260 (finder-mouse-face-on-line): Add help-echo stuff.
3261 (finder-list-keywords, finder-list-matches): Use mapc.
3262
3263 * faces.el (face-font-registry-alternatives): Add :version.
3264
3265 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3266 tags-table-list.
3267
a0b47716 3268 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3269
a0b47716 3270 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3271 (mail-mode): Use [:alnum:] in some regexps.
3272
6d502396
DL
32732000-11-10 Dave Love <fx@gnu.org>
3274
3275 * ediff.el (ediff-regions-internal, ediff-documentation):
3276 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3277 fundamental mode.
3278
3279 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3280 buffer into fundamental mode.
3281 (ediff-set-difference): Use copy-sequence if available.
3282
3283 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3284 ediff-patch-map non-nil.
3285 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3286 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3287 buffer into fundamental mode.
3288
3289 * ediff-merg.el (state-or-merge): Defvar when compiling.
3290
a82fe213
JR
32912000-11-10 Jason Rumney <jasonr@gnu.org>
3292
3293 * w32-fns.el (w32-add-charset-info): New function.
3294 (w32-charset-info-alist): Use it.
3295
52d89894
GM
32962000-11-10 Gerd Moellmann <gerd@gnu.org>
3297
3298 * faces.el (face-font-registry-alternatives): New user-option.
3299
178932de
SM
33002000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3301
d7fa3319
SM
3302 * textmodes/texinfo.el (texinfo-block-default): New var.
3303 (texinfo-insert-block): Use it. Insert a newline if needed.
3304
178932de
SM
3305 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3306 (fill-region-as-paragraph): Use it.
3307
3308 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3309 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3310 Tweak paragraph regexps to allow a leading [ \t]*.
3311 (tex-latex-block): Insert a newline if necessary.
3312 (latex-insert-item): Only insert a newline if necessary.
3313 (tex-guess-main-file): New function.
3314 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3315 Set tex-main-file if TeX-master is provided.
3316 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3317
bd02b8e0
GM
33182000-11-10 Gerd Moellmann <gerd@gnu.org>
3319
3320 * startup.el (command-line): Set the default tooltip-mode
3321 to t for graphical displays which implement x-show-tip.
3322
3323 * tooltip.el (tooltip-mode): Add a comment about startup.el
3324 setting the default value of this user-option.
3325
b29b03eb
SM
33262000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3327
3328 * font-lock.el (font-lock-*-face) <defvar>: Move.
3329 (font-lock-defaults-alist): Mark obsolete.
3330 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3331 (font-lock-mode): Use define-minor-mode.
3332 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3333 (font-lock-turn-off-thing-lock): Be more explicit.
3334 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3335 (font-lock-syntactic-face-function): New var.
3336 (font-lock-fontify-syntactically-region): Use it.
3337 (font-lock-doc-face): New.
3338
3339 * pcvs.el (cvs-enabledp): Ignore errors.
3340 (cvs-commit-filelist): Never query.
3341 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3342 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3343 (cvs-do-removal): Use cvs-partition rather than delete-if.
3344 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3345 cvs-bury-buffer.
3346
3347 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3348 Allow `next' to jump to after the end of the last match.
3349
778fbc46
GM
33502000-11-09 Gerd Moellmann <gerd@gnu.org>
3351
730c746c
GM
3352 * simple.el (byte-compiling-files-p): New function.
3353
3354 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3355 if it is there.
3356
3357 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3358 nil again.
3359
778fbc46
GM
3360 * textmodes/ispell.el (ispell-library-path): Don't call
3361 check-ispell-version when byte-compiling because that starts
3362 an ispell process, and ispell might not be installed.
3363 (toplevel): Don't set up a menu when byte-compiling.
3364
3365 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3366 it, so that a boundp test can be used to determine if we're
3367 currently byte-compiling.
3368
5912c5bb
DL
33692000-11-09 Dave Love <fx@gnu.org>
3370
3371 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3372 eval-after-load.
3373
7bb054a5
GM
33742000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3375
3376 * ps-print.el: Patch for variable initialization when spooling. Doc
3377 fix.
3378 (ps-output-list): Fun eliminated.
3379 (ps-begin-file, ps-begin-job): Code fix.
3380
9db2706e
DL
33812000-11-08 Dave Love <fx@gnu.org>
3382
3383 * ediff-wind.el (ediff-control-frame-parameters): Zero
3384 tool-bar-lines.
3385
f7eb32aa
GM
33862000-11-08 Gerd Moellmann <gerd@gnu.org>
3387
3388 * simple.el (shell-command, display-message-or-buffer)
3389 (shell-command-on-region): Mention resize-mini-windows in the doc
3390 string.
3391 (display-message-or-buffer): Take the value of resize-mini-windows
3392 into account.
3393
7b01b08c
GM
33942000-11-07 Gerd Moellmann <gerd@gnu.org>
3395
acad3c0b
GM
3396 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3397
7b01b08c
GM
3398 * dired.el (dired-between-files): Add `^. find' as an alternative
3399 to the regular expression, for find-dired.
3400
6f602bd0
SM
34012000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3402
3403 * textmodes/texnfo-upd.el: Require texinfo.
3404 (defmacro, defgroup): Remove.
3405 (texinfo-section-to-generic-alist): Remove.
3406 Use texinfo-section-list instead (i.e. level is changed string->int).
3407 (texinfo-filter): New function.
3408 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3409 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3410 Use it. And use regexp-opt.
3411 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3412 (texinfo-update-menu-region-beginning)
3413 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3414 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3415 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3416 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3417 (texinfo-sequential-node-update): Remove autoload cookie.
3418
3419 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3420 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3421 (texinfo-chapter-level-regexp): Remove.
3422 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3423
bb216218
DL
34242000-11-06 Dave Love <fx@gnu.org>
3425
6f602bd0 3426 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3427
6f602bd0
SM
3428 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3429 Match defun*.
bb216218 3430
ff8dd5d5
KH
34312000-11-06 Kenichi Handa <handa@etl.go.jp>
3432
3433 * composite.el (composition-function-table): Variable declaration
3434 moved to src/composite.c.
3435 (compose-chars-after): New optional arg object.
3436
e9da51a1
GM
34372000-11-06 Gerd Moellmann <gerd@gnu.org>
3438
e0c12c68
GM
3439 * bindings.el (mode-line-toggle-read-only)
3440 (mode-line-toggle-modified, mode-line-widen)
3441 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3442 (make-mode-line-mouse2-map): Rewritten.
3443 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3444 functions so that C-h k can show something with a doc string.
eaae8106 3445
e9da51a1
GM
3446 * startup.el (fancy-splash-delay): Set to 10 seconds.
3447 (fancy-splash-max-time): New user-option.
3448 (fancy-splash-stop-time): New variable.
3449 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3450 (fancy-splash-screens-1): Throw `stop-splashing' when current
3451 time is greater than fancy-splash-stop-time.
3452
611dbdf0
SM
34532000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3454
4d2806e2
SM
3455 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3456
611dbdf0
SM
3457 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3458 Prompt user for a file rather than raising an error.
3459 (cvs-enabledp): Fix call to cvs-mode-marked.
3460 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3461 (cvs-mode-insert): Use it. Change the init prompt' value.
3462 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3463
3464 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3465 Don't pass default arg to ewoc-locate.
3466 (ewoc-collect): Return result in the right order.
3467
3468 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3469
3470 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3471 (cvs-status-get-tags): Fix regexp.
3472 (cvs-status-trees, cvs-status-cvstrees):
3473 Combine after change hooks and don't sit-for.
4d2806e2
SM
3474 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3475 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3476 Use make-char rather than hard-coded cryptic data.
3477 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3478
3479 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3480
3481 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3482 (cvs-insert-strings): New function.
3483
937b2877
MB
34842000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3485
3486 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3487 `mwheel-scroll-amount'.
3488 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3489 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3490 string-matching against the version string.
3491
c6c97763
KH
34922000-11-06 Kenichi Handa <handa@etl.go.jp>
3493
6eaec747
KH
3494 * language/thai.el ("Thai"): Set a lisp form that produces
3495 composed string in `sample-text' language info.
3496
3497 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3498 composed string in `sample-text' language info.
3499
3500 * international/mule-cmds.el (describe-language-environment): Eval
3501 `sample-text' data and insert the result.
3502
c6c97763
KH
3503 * international/mule-conf.el (compound-text): Define this coding
3504 system here. Make x-ctext and ctext aliases of it.
3505
3506 * language/european.el (compound-text, ctext): Moved to
3507 international/mule-conf.el.
3508
d1145f85
AI
35092000-11-05 Andrew Innes <andrewi@gnu.org>
3510
3511 * w32-fns.el (w32-version): New function.
3512
178a6a45
SM
35132000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3514
3515 * progmodes/awk-mode.el: Update copyright.
3516 (awk-mode-abbrev-table): Remove.
3517 (awk-font-lock-keywords): Use regexp-opt.
3518 (awk-mode): Use define-derived-mode.
3519
3520 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3521 when extracting a suffix.
3522
1ba90166
AS
35232000-11-04 Andre Spiegel <spiegel@gnu.org>
3524
3525 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3526 auto-save-mode.
3527
546790cb
JR
35282000-11-04 Jason Rumney <jasonr@gnu.org>
3529
3530 * language/european.el (decode-mac-roman): Test against r1 not r0.
3531
d247e32d
SM
35322000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3533
fbf44f44
SM
3534 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3535 (icon-mode): Define indent-line-function.
3536 (icon-comment-indent): Simplify.
3537 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3538
3539 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3540
3541 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3542 Bind change-log-default-mode to defeat the caching done on it.
3543 Don't bother saving excursion any more.
3544
3545 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3546
3547 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3548 (set-frame-font): Use the new name (and the old for compatibility).
3549
eaae8106
SS
3550 * toolbar/tool-bar.el (tool-bar-mode):
3551 * time.el (display-time-mode):
3552 * recentf.el (recentf-mode):
3553 * paren.el (show-paren-mode):
3554 * mwheel.el (mouse-wheel-mode):
3555 * msb.el (msb-mode):
3556 * jka-compr.el (auto-compression-mode):
3557 * image-file.el (auto-image-file-mode):
3558 * hl-line.el (hl-line-mode):
3559 * delsel.el (delete-selection-mode):
3560 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3561 * complete.el (partial-completion-mode): Drop unneeded positional args.
3562
eaae8106 3563 * info.el (Info-mode):
79372165 3564 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3565
d247e32d
SM
3566 * log-edit.el (log-edit-menu): New menu.
3567
4921558e
MB
35682000-11-03 Miles Bader <miles@gnu.org>
3569
3570 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3571 definition, so that trailing spaces are handled properly.
3572 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3573
1fc02b3c
GM
35742000-11-03 Gerd Moellmann <gerd@gnu.org>
3575
3576 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3577 tab character.
3578 (fancy-splash-screens): Set tab-width to 20.
3579
51d001f7
DL
35802000-11-03 Dave Love <fx@gnu.org>
3581
3582 * comint.el (comint-completion-addsuffix): Fix custom type.
3583
ba22aeff
SM
35842000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3585
3586 * font-lock.el (font-lock-buffers): Remove.
3587 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3588 (font-lock-change-major-mode): Remove.
3589 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3590 (font-lock-default-fontify-region): Extend the multiline
3591 fontification to whole lines.
3592 (font-lock-fontify-anchored-keywords)
3593 (font-lock-fontify-keywords-region): If matching just one
3594 line (with \n) only mark the \n as multiline.
3595
3596 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3597 Correctly handle the case where several :group args are supplied.
3598 Allow :extra-args.
3599 (easy-mmode-define-global-mode): Allow :extra-args.
3600 Correctly handle the case where several :group args are supplied.
3601
9c887ada
MB
36022000-11-02 Miles Bader <miles@gnu.org>
3603
eaae8106 3604 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3605 (holiday-face): Remove dependency on `window-system'.
3606
7f25090d
KR
36072000-11-02 Ken Raeburn <raeburn@gnu.org>
3608
3609 * Makefile.in (emacs): Set EMACSLOADPATH always.
3610 (update-authors, .el.elc, compile-files): Don't do it explicitly
3611 here.
9b911107 3612 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3613
7dd6009c
DL
36142000-11-02 Dave Love <fx@gnu.org>
3615
3616 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3617
94821e4f
EZ
36182000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3619
3620 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3621 punctuation in the warning inserted into the *mail* buffer.
3622
1ac3fc42
GM
36232000-11-02 Gerd Moellmann <gerd@gnu.org>
3624
57731876
GM
3625 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3626 (authors-public-domain-p): New function.
3627 (authors-print): Use it.
3628
975f82c9
GM
3629 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3630
1ac3fc42
GM
3631 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3632
4b3eb10f
GM
36332000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3634
975f82c9 3635 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3636 (ps-print-version): New version number (6.3.1).
3637 (ps-even-or-odd-pages): Customization fix.
3638 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3639 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3640 (ps-page-count): Var replaced by `ps-page-column'.
3641 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3642 (ps-print-sheet-p): New fun.
3643
7da794df
MB
36442000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3645
3646 * tooltip.el (tooltip-gud-tips-setup): New function.
3647 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3648 (tooltip-mode): Call tooltip-gud-tips-setup.
3649 (tooltip-gud-tips): Use `gud-basic-call' instead of
3650 process-send-string, so the prompt gets frobbed appropriately.
3651 Handle nil return value from `tooltip-gud-print-command'.
3652
0e40b809
EL
36532000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3654
3655 * comint.el (comint-add-to-input-history): New function.
3656 (comint-send-input): Use `comint-add-to-input-history'.
3657
50ada0db
MB
36582000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3659
973a3104
MB
3660 * info.el (info-menu-header): New face.
3661 (Info-fontify-menu-headers): New function.
3662 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3663
50ada0db
MB
3664 * info.el (Info-insert-dir): Don't include blank lines at
3665 beginning of additional dir files (one is added automatically).
3666
bff53411
SM
36672000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3668
3669 * emacs-lisp/easy-mmode.el (define-minor-mode):
3670 Revert the latest changes.
3671 Allow the three positional arguments to be skipped and replaced
3672 by keyword arguments.
3673 Add a :toggle argument to determine whether a nil arg means toggle
3674 or means turn-on. The default is unchanged.
3675 Add a call to force-mode-line-update.
3676
6b8a0b2d
DL
36772000-11-01 Dave Love <fx@gnu.org>
3678
3679 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3680 cookie.
3681
5bf99100
MB
36822000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3683
3684 * calendar/calendar.el (diary-face, holiday-face): Add
3685 dark-background variants.
3686
a4032611
SS
36872000-10-31 Sam Steingold <sds@gnu.org>
3688
3689 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3690 `tex-main-file' does not have directory in it.
3691
c286608e
SM
36922000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3693
3694 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3695
4836835a
TTN
36962000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3697
3698 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3699 functional change.
3700
26dcb81b
GM
37012000-10-31 Gerd Moellmann <gerd@gnu.org>
3702
3703 * files.el (find-file-noselect): When we expand a wildcard, return
3704 a list of buffers, as we should do according to the doc string.
3705
49fc4500
KR
37062000-10-31 Ken Raeburn <raeburn@gnu.org>
3707
3708 * loadup.el (top level): Adjust load path if program name is
3709 "../src/bootstrap-emacs", in case it's not dumped and thus the
3710 load path adjustment hasn't already been done.
3711
ea0c615d
GM
37122000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3713
3714 * ps-print.el: Fix bug on selected pages for printing. Use
3715 `color-values' for Emacs 21. Ensure fontification when jit-lock
3716 is on. Try to avoid warning messages when compiling. Doc Fix.
3717 (ps-print-version): New version number (6.3).
3718 (ps-color-device): Use `color-values' to determine if device
3719 supports color.
3720 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3721 (ps-print-page-p): Changed from defsubst to defun.
3722 (ps-page-number): Changed from defmacro to defun.
3723 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3724 printing.
c286608e 3725 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3726 (ps-end-file, ps-dummy-page): Funs eliminated.
3727 (ps-print-color-scale): Changed default value.
3728 (ps-page-n-up, ps-print-page-p): New internal vars.
3729 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3730 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3731
9e20722f
GM
3732 * delim-col.el: Little programming improvement.
3733 (delimit-columns-str): New macro.
3734 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3735
d7a0fd00
KH
37362000-10-31 Kenichi Handa <handa@etl.go.jp>
3737
c286608e
SM
3738 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3739 Moved to european.el.
d7a0fd00
KH
3740 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3741 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3742 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3743 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3744
234be340
DL
37452000-10-30 Dave Love <fx@gnu.org>
3746
3747 * progmodes/cc-menus.el (imenu-generic-expression)
3748 (imenu-progress-message): Only defvar when compiling.
3749
4edc4a39
DL
3750 * emacs-lisp/elp.el (elp-unload-hook): New function.
3751
3752 * loadhist.el (unload-feature): Call elp-restore-function,
3753 checking for symbols; don't use elp-restore-all.
3754 (loadhist-hook-functions): Doc fix.
3755
70c825df
SM
37562000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3757
3758 * log-edit.el (log-edit-confirm): Fix the default.
3759
1d3baf74
GM
37602000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3761
3762 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3763 delimit-columns-format.
3764 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3765
1ec321a7
MB
37662000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3767
3768 * comint.el (comint-replace-by-expanded-history): Don't use
3769 comint-get-old-input (we're not looking at *old* input).
3770 (comint-get-old-input-default): If using fields, signal an error
3771 when the point is not in an input field.
3772
70737ea9
KH
37732000-10-30 Kenichi Handa <handa@etl.go.jp>
3774
3775 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3776 and mule-unicode-e000-ffff.
3777
fa0cb51d 3778 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3779 (make-coding-system): Accept a symbol of translation table as a
3780 value of property `safe-chars'.
3781
3782 * international/mule-cmds.el (encode-coding-char): Check property
3783 safe-chars instead of safe-charsets.
3784
3785 * international/fontset.el (fontset-default): Modified for
3786 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3787 (x-font-name-charset-alist): Likewise.
3788 (ccl-encode-unicode-font): New CCL program. Record it in
3789 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3790
70c825df
SM
3791 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3792 New translation tables.
70737ea9
KH
3793 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3794 programs are modified and moved from mac-win.el.
3795 (mac-roman): Definition of this coding system is modified and
3796 moved from mac-win.el.
4836835a 3797
fda2ce24 37982000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3799
1d3baf74 3800 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3801 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3802
dd4d3cb6
MB
38032000-10-29 Miles Bader <miles@gnu.org>
3804
3805 * custom.el (custom-add-to-group): Allow multiple entries for a
3806 given value OPTION, as long as their widget types are different.
3807 * cus-edit.el (custom-face-value-create): If face name doesn't end
3808 with "face", add such here (similar to custom group widgets).
3809
3810 * comint.el (comint-highlight-prompt): Add :type.
3811
dace60cf
JW
38122000-10-28 John Wiegley <johnw@gnu.org>
3813
3814 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3815 Changed this function to operate on a temporary buffer instead of
3816 the main buffer. This not only keeps flyspell from marking a
3817 buffer as changed that wasn't, but it solves the jumpy cursor
3818 problem when attempts are made to edit incorrect words.
3819 (flyspell-maybe-correct-doubling): Same change as for
3820 `flyspell-maybe-correct-transposition'.
3821
3822 * calendar/timeclock.el (timeclock-log): Doc fix.
3823 (timeclock-last-event): Doc fix.
3824 (timeclock-log): Kill the timelog buffer after appending a new
3825 event.
3826 (timeclock-find-discrep): Use a temp buffer to read in the
3827 timelog, instead of visiting the file.
3828 (timeclock-log-data): A new function, along with a host of helper
3829 functions, for the purpose of making timelog data accessible to
3830 programmers.
3831
3832 * eshell/esh-mode.el (window-height test): Make certain that
3833 `eshell-stringify-t' is non-nil.
3834 (eshell-password-prompt-regexp): Changed to a much simpler
3835 password regexp.
3836 (eshell-send-input): If `eshell-invoke-directly' returns t,
3837 directly invoke the parsed command using `eval'. This improves
3838 turn-around time on simple commands by a factor of three or
3839 greater, such as cd, ls, pwd, etc. -- which get used very often.
3840 It also conserves thousands of cons cells per call (since
3841 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3842 in the Pacific Cookie Company).
3843
3844 * eshell/esh-test.el (eshell-test): Whitespace fix.
3845
3846 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3847 `eshell-ls-initial-args' nil when inserting directory contents.
3848
3849 * eshell/em-script.el (eshell-script-initialize): Add names to
3850 `eshell-complex-commands, since `source' and `.' are complex.
3851
0467b076
EZ
3852 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3853 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3854 `eshell-copy-handles'.
3855 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3856 bodies.
3857 (eshell-separate-commands): Whitespace fix.
3858 (eshell-complex-commands): Added a new list of names, for
3859 determining whether a given command is as simple as it looks.
3860 (eshell-invoke-directly): New function. Returns t if a command
3861 should be invoked directly (using `eval'), rather than indirectly
3862 using `eshell-do-eval'.
3863 (eshell-do-eval): Whitespace fix.
3864
3865 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3866 which provides an emulation of the DOS shell behavior of assuming
3867 that cp/mv/ln should copy/move/link to the current directory.
3868 (eshell-remove-entries): Added a doc string.
3869 (eshell-shuffle-files): Removed the check for `target' being null.
3870 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3871 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3872 it to do a smarter check of whether a destination was provided.
3873 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3874 (eshell/ln): Enable `:preserve-args', and use
3875 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3876 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3877 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3878 list after flattening it. This makes it possible to cat files
3879 with numerical names.
3880 (eshell-unix-initialize): Added several names to
3881 `eshell-complex-commands.
3882 (eshell-unix-command-complex-p): Return t if a given command name
3883 may result in external processes being invoked.
3884
3885 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3886 variable nil by default, since it slows down glob processing by a
3887 factor of two or more, and increases memory consumption.
3888
3889 * eshell/em-smart.el: Added a note about how memory consumptive
3890 smart display mode can be (at least this is true in Emacs 21).
3891 (eshell-smart-initialize): Whitespace fix.
3892 (eshell-refresh-windows): Use `if' instead of `when'.
3893 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3894 not necessary.
3895 (eshell-currently-handling-window): Added a missing global
3896 variable.
3897
3898 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3899 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3900 Whitespace fix.
3901 (eshell-ls-exclude-hidden): Added this variable in addition to
3902 `eshell-ls-exclude-regexp'. This one prevents files beginning
3903 with . from even being read, which can improve memory consumption
3904 quite a bit.
3905 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3906 read file entries beginning with a dot. In home directories with
3907 lots of hidden files, fully two-thirds of the time spent in ls is
3908 used to read directory entries that are immediately thrown away.
3909 (eshell-ls-initial-args): Added back this configuration variable,
3910 for specifying default initial arguments to every call to ls.
3911 Much faster than using an alias to do the same thing.
3912 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3913 (eshell-ls-dir): Whitespace change.
3914
3915 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3916
3917 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3918 available.
3919 (eshell-stringify-t): Added a customization variable, to indicate
3920 whether `t' should be rendered as a string at all. If not, one
3921 can still determine if the result of an expression is true using
3922 "file-exists-p FILE && echo true".
3923 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3924 stringify t!
3925
3926 * eshell/esh-module.el: Whitespace fix.
3927
3928 * eshell/em-alias.el (eshell-alias-initialize): Added
3929 `eshell-command-aliased-p' to `eshell-complex-commands'.
3930 (eshell-command-aliased-p): New function that returns t if a
3931 command name names an aliased.
3932
657f9cb8 39332000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3934
0467b076 3935 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3936 redrawing the screen when changing cursor color.
0467b076
EZ
3937 (viper-insert-state-pre-command-sentinel)
3938 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3939 (viper-replace-state-post-command-sentinel):
3940 Use viper-preserve-cursor-color.
657f9cb8
MK
3941 Many functions changed to use viper= instead of = when comparing
3942 characters.
0467b076 3943 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3944 working with characters.
0467b076 3945 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3946 Many functions changed to use viper= instead of = when comparing
3947 characters.
0467b076 3948 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3949
0467b076 3950 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3951 Several typos fixed in various docstrings.
0467b076
EZ
3952 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3953 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3954 hook.
0467b076
EZ
3955 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3956 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3957 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3958 (ediff-get-selected-buffers): New function.
3959 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3960 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3961 save-window-excursion.
0467b076 3962 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3963 termination check in while loop.
0467b076 3964 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3965 dired buffer.
0467b076
EZ
3966 (ediff-files,ediff-merge-files,ediff-files3)
3967 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3968
4f490d99
DL
39692000-10-28 Dave Love <fx@gnu.org>
3970
3971 * info.el (Info-fontify-node): Add help-echo for menu items.
3972
45b84006
EZ
39732000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3974
5ebc02b3
EZ
3975 * startup.el (normal-top-level): If the value of $TERM indicates
3976 we are running from xterm or one of its work-alikes, default to a
3977 light background mode.
3978
45b84006
EZ
3979 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3980 * faces.el (tty-handle-reverse-video): New function.
3981 (tty-create-frame-with-faces): Call it.
3982
3983 * frame.el (frame-notice-user-settings): Don't apply
3984 default-frame-alist and initial-frame-alist to MS-DOS frames.
3985 Call tty-handle-reverse-video, frame-set-background-mode, and
3986 face-set-after-frame-default for non-MS-DOS frames.
3987
3988 * startup.el (tty-long-option-alist): New variable.
3989 (tty-handle-args): New function.
3990 (command-line): Call tty-handle-args.
3991
3992 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3993 startup.el now does that for all character-terminal frames.
3994
eab6e8b9
MB
39952000-10-28 Miles Bader <miles@gnu.org>
3996
3997 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3998 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3999 global. If :global is followed by a non-nil but non-t value,
4000 make the mode buffer-local, but also generate a `global-MODE'
4001 version using `easy-mmode-define-global-mode'. Add
4002 :conditional-turn-on keyword argument.
4003
51a29efc
DL
40042000-10-28 Dave Love <fx@gnu.org>
4005
4006 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4007 use window-system.
4008
d71d7114
EZ
40092000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4010
4011 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4012 Don't call find-buffer-file-type-coding-system. Instead, just
4013 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4014 if the file is on an untranslated filesystem.
4015 (add-untranslated-filesystem): Use "D" instead of "f" inside
4016 interactive.
4017
1f9cab4b
DL
40182000-10-27 Dave Love <fx@gnu.org>
4019
70c825df 4020 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4021 (refill-mode): Use it.
4022
70c825df
SM
40232000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4024
4025 * international/quail.el (quail-activate): Don't make-local-hook.
4026
7432cf10
AS
40272000-10-27 Andre Spiegel <spiegel@gnu.org>
4028
4836835a 4029 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4030 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4031 (vc-make-version-backup): Don't do it on MS-DOS without long file
4032 names.
4836835a 4033
7432cf10
AS
4034 * vc.el (vc-version-other-window): If an automatic backup of the
4035 desired version exists, rename it instead of copying it.
4036
4836835a
TTN
4037 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4038 after command. If there's an unexpected error, signal it instead
7432cf10 4039 of being silent.
e1483c38 4040 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4041
05ea7ef2
MB
40422000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4043
fd1035aa
MB
4044 * shell.el (shell): Add BUFFER argument.
4045 * comint.el (make-comint-in-buffer): New function.
4046 (make-comint): Use it.
4047
05ea7ef2
MB
4048 * faces.el (face-spec-choose): Change syntax so that the list of
4049 attribute-value pairs is now the cdr of each clause, not the cadr.
4050 Detect old-style entries, and handle them. Use pop.
4051
835a55fe
SM
40522000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4053
f5ab1cdd
SM
4054 * cus-edit.el (custom-mode-map): Use a sparse map.
4055 (custom-mode): Don't bother with make-local-hook.
4056
4057 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4058
835a55fe
SM
4059 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4060
c13b0ec8
GM
40612000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4062
4063 * ps-print.el: Avoid compilation gripes.
4064 (ps-print-version): New version number (6.2.1).
4836835a 4065
e9f63196
DL
40662000-10-26 Dave Love <fx@gnu.org>
4067
0b95284b
DL
4068 * menu-bar.el: Modify some menu item help strings.
4069 (menu-bar-help-menu): Add link to MORE.STUFF.
4070
e9f63196
DL
4071 * cus-edit.el (custom-mode): Add `special' mode-class property.
4072
4073 * wid-browse.el (widget-browse-mode): Likewise.
4074
4075 * wid-edit.el (widget-specify-field): Revert to using local-map
4076 property, not keymap.
4077
e276a14a
MB
40782000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4079
c1545d88
MB
4080 * wid-edit.el (widget-field-end): When checking for a `boundary'
4081 field, do so in the correct buffer.
4082
3c1b77ca
MB
4083 * simple.el (undo): Correctly distinguish between numeric and
4084 non-numeric prefix args in non-transient-mark-mode, as per the doc
4085 string. When in transient-mark-mode, treat all prefix-args as
4086 numeric.
4087
f5ab1cdd
SM
4088 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4089 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4090
4091 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4092 (comint-mode-map): Reverse order of `comint-write-output' and
4093 `comint-append-output-to-file'.
4094 (comint-append-output-to-file): Reinstate this function, for the
4095 benefit of the menu.
4096
d97151cb
SM
40972000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4098
4099 * vc.el (vc-version-other-window): Bind `file'.
4100
ea7d6f5b
GM
41012000-10-25 Gerd Moellmann <gerd@gnu.org>
4102
f5ab1cdd 4103 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4104
4105 * emacs-lisp/authors.el (batch-update-authors): New function.
4106 (authors-fixed-entries): New defconst.
4107 (authors-add-fixed-entries): New function.
4108 (authors): Call it.: Don't process lispref/.
4109
17c25cea
JR
41102000-10-25 Jason Rumney <jasonr@gnu.org>
4111
4112 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4113 Merge x w32 and mac definitions.
4114
4ecda532
GM
41152000-10-25 Gerd Moellmann <gerd@gnu.org>
4116
4117 * menu-bar.el (menu-bar-options-menu): Add a help string for
4118 `uniquify'.
4119
b6735035
GM
41202000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4121
f5ab1cdd
SM
4122 * time-stamp.el (time-stamp-string-preprocess):
4123 Fix a wrong type argument error.
b6735035 4124
f4cbc7a0
MB
41252000-10-25 Miles Bader <miles@gnu.org>
4126
4127 * recentf.el (recentf-mode): Variable removed.
4128 (recentf-mode): Use `define-minor-mode'.
4129
4130 * mwheel.el (mouse-wheel-mode): New global minor mode.
4131 (mwheel-install): Use `mouse-wheel-mode'.
4132
f4b020f6
DL
41332000-10-25 Dave Love <fx@gnu.org>
4134
f5ab1cdd
SM
4135 * progmodes/cperl-mode.el (cperl-mode):
4136 Set normal-auto-fill-function correctly.
072cb6f9 4137
f4b020f6
DL
4138 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4139 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4140 bindings.
f4b020f6 4141
ebe2a441
MB
41422000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4143
ff4dcd4b
MB
4144 * wid-edit.el (widget-field-at): New function.
4145 (widget-at, widget-field-activate): Use it.
4146 (widget-tabable-at): Use `widget-at'.
4147 (widget-specify-field): If the terminating character of the widget
4148 field (which is read-only) is a newline, put it into a special
4149 `boundary' field so that C-n/C-p act more naturally.
4150 (widget-field-end): Also don't subtract one if a special
4151 `boundary' field has been added after the widget field.
4152
ebe2a441
MB
4153 * comint.el (comint-output-filter, comint-send-input): Don't
4154 bother adding stickiness fields to overlays to fool the field
4155 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4156
ebe2a441
MB
4157 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4158 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4159 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4160
fe50b6ab
GM
41612000-10-24 Gerd Moellmann <gerd@gnu.org>
4162
53df4dda
GM
4163 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4164 (authors): Set file coding system to iso-2022-7bit. Add
4165 file-local variables to output buffer.
4166
4836835a 4167 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4168 WARN is nil.
4169
53df4dda
GM
41702000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4171
4172 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4173
4174 * delim-col.el: Now there is a column formatting mechanism.
4175 Modified to customization mechanisms convention. Doc fix.
4176 (columns): New group for delim-col.
4177 (delimit-columns-before, delimit-columns-after)
4178 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4179 (delimit-columns-end): New vars.
4180 (delimit-columns-customize, delimit-columns-format): New funs.
4181 (delimit-columns-region, delimit-columns-rectangle)
4182 (delimit-columns-rectangle-line): Modified to support column
4183 formatting.
4836835a 4184
a9839779
DL
41852000-10-24 Dave Love <fx@gnu.org>
4186
4187 * log-edit.el (log-edit): Add :version and a :group for vc.
4188
df0267b8
GM
41892000-10-24 Gerd Moellmann <gerd@gnu.org>
4190
9acc3873
GM
4191 * files.el (after-find-file): Don't print a message ``New file''
4192 if WARN is nil.
4193
63e1b552
GM
4194 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4195 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4196 get duplicate tool-bar entries because we'll see the global ones
4197 on more than one path through keymaps.
4198
1946f901
GM
4199 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4200
df0267b8
GM
4201 * progmodes/cmacexp.el: Change Francesco's email address.
4202
ae3b264b
KH
42032000-10-24 Kenichi Handa <handa@etl.go.jp>
4204
4205 * window.el (fit-window-to-buffer): Adjust point of the window
4206 buffer, not that of the current buffer.
4207
23afac01
EZ
42082000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4209
4210 * progmodes/cmacexp.el: Update the euthor's email address.
4211
22d1a4ed
MB
42122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4213
4214 * faces.el (face-spec-set-match-display): Add `graphic' display
4215 type (the inverse of `tty'). Use `display-graphic-p' instead of
4216 the window-system variable.
4217
f408aa48
KH
42182000-10-24 Kenichi Handa <handa@etl.go.jp>
4219
4220 * international/isearch-x.el (isearch-with-input-method): Call
4221 input-method-function with the first event in
4222 unread-command-events.
4223
94fe8a31
MB
42242000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4225
4226 * faces.el (face-default-spec, face-user-default-spec): Make
4227 defsubsts.
4228
8f47302e
AC
42292000-10-24 Andrew Choi <akochoi@i-cable.com>
4230
4231 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4232 New charsets.
4233
4234 * term/mac-win.el: Remove definitions of mac-roman-lower and
4235 mac-roman-upper, require dired, and define instead of set
4236 mac-ready-for-drag-n-drop to avoid compilation error.
4237
446c097e
AI
42382000-10-23 Andrew Innes <andrewi@gnu.org>
4239
4240 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4241 superfluous calls to subst-char-in-string; instead apply
4242 expand-file-name after convert-standard-filename to ensure
4243 expected directory separators are used.
4244
379b70e7
EZ
42452000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4246
4247 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4248
85c766e9
DL
42492000-10-23 Dave Love <fx@gnu.org>
4250
b7e03a67
DL
4251 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4252 (tool-bar-add-item): Set foreground and background for XBM icons.
4253
4254 * international/latin1-disp.el (latin1-char-displayable-p): New
4255 function (from Handa).
4256 (latin1-display-check-font): Use it.
4257
0dcf8835
DL
4258 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4259 using :key-sequence, making it much more usable. Use nconc, not
4260 append.
4261 (imenu--create-keymap-1): Avoid append.
4262
85c766e9 4263 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4264
cb3069bb
MB
42652000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4266
4267 [the following changes fix a bug where `define-minor-mode' didn't
4268 correctly generate :require clauses for defcustoms in compiled files]
4269 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4270 (byte-compile-log-file, byte-compile-log-1): Don't set
4271 `byte-compile-current-file' to nil. Instead set
4272 `byte-compile-last-logged-file' to it. Test whether
4273 byte-compile-current-file equals byte-compile-last-logged-file
4274 instead of whether its nil.
3b6542ba 4275 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4276
6db6243b
SM
42772000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4278
4279 * textmodes/refill.el: Fix var names in doc.
4280 (refill-mode): Don't bother with make-local-hook anymore.
4281
98490598
MB
42822000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4283
e01cd227
MB
4284 * faces.el (face-user-default-spec, face-default-spec): New functions.
4285 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4286 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4287 Use `face-user-default-spec'. Simplify code slightly.
4288
4836835a 4289 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4290 (woman-unknown-face): Add dark-background variants.
4291 (woman-default-faces): Renamed from `woman-colour-faces'.
4292 Set using the stored defaults, rather than using hard-wired colors.
4293 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4294 Just make the foreground `unspecified' rather than "black".
4295 (woman-menu): Rename menu entries accordingly.
4296
98490598
MB
4297 * faces.el (header-line): Make more reasonable on mono/grayscale
4298 displays.
4299
1a578e9b
AC
43002000-10-23 Andrew Choi <akochoi@i-cable.com>
4301
4302 * cus-edit.el (custom-button-face): Use 3D look for mac.
4303 (custom-button-pressed-face): Likewise.
4304
4305 * faces.el (set-face-attributes-from-resources): Handle mac frames
4306 in the same way as x and w32 frames.
4307 (face-valid-attribute-values): Likewise.
4308 (read-face-attribute): Likewise.
4309 (defined-colors): Likewise.
4310 (color-defined-p): Likewise.
4311 (color-values): Likewise.
4312 (display-grayscale-p): Likewise.
4313 (face-set-after-frame-default): Likewise.
4314 (mode-line): Same default face as for x and w32.
4315 (tool-bar): Likewise.
4316
4317 * frame.el: Remove call to frame-notice-user-settings at end of
4318 the file.
4319
4320 * info.el (Info-fontify-node): make underlines invisible for mac
4321 as for x, pc, and w32 frame types.
4322
4323 * term/mac-win.el: New file.
4324
aaaf7be7
DL
43252000-10-22 Dave Love <fx@gnu.org>
4326
4327 * textmodes/refill.el: New file.
4328
5392d654
AS
43292000-10-22 Andre Spiegel <spiegel@gnu.org>
4330
4836835a 4331 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4332 MANUAL and REGEXP.
4836835a 4333 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4334 New functions.
4335 (vc-before-save): Use the latter.
4336 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4337 confusion.
4338
4836835a 4339 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4340 expected by vc[-hooks].el.
4341
4342 * vc.el (vc-checkout): Added `-p' suffix in call to
4343 vc-make-version-backups-p; use vc-make-version-backup to actually
4344 make the backup.
4345 (vc-version-other-window, vc-version-backup-file): Handle both
4346 automatic and manual backups.
4347 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4348 of all of them.
4349
1e221c16
MB
43502000-10-22 Miles Bader <miles@gnu.org>
4351
7ff4fda5
MB
4352 * comint.el (comint-highlight-input, comint-highlight-prompt):
4353 Renamed, `-face' at end removed.
4354 (comint-send-input, comint-output-filter): Use renamed faces.
4355
3511cde8
MB
4356 * window.el (fit-window-to-buffer): Change defaulting of
4357 MAX-HEIGHT slightly.
4358
1e221c16
MB
4359 * faces.el (color-values, color-defined-p): Use `member', not
4360 `memq', because it works correctly for strings.
4361 (frame-set-background-mode): Actually, "unspecified-fg" and
4362 "unspecified-bg" *are* strings. Use `member', not `memq', and
4363 `equal', not `eq', when a string value is possible.
4364
b6ef4898
EZ
43652000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4366
4367 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4368
34939e2c
SM
43692000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4370
4371 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4372 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4373 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4374 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4375 (sh-font-lock-syntactic-keywords): Use them.
4376 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4377 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4378 (sh-mode): Don't override font-lock-unfontify-region-function.
4379 Use a copy of sh-font-lock-syntactic-keywords.
4380 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4381 Don't call sh-scan-buffer since font-lock does it on the fly.
4382 (sh-get-indent-info): Use `face' rather than `syntax-table'
4383 text-property to detect here-documents.
4384 Replace sh-special-syntax with sh-st-punc.
4385 (sh-prev-line): Use `face' rather than `syntax-table'
4386 text-property to skip over here-documents.
4387 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4388 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4389 (sh-electric-less, sh-set-here-doc-region)
4836835a 4390 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4391 (sh-scan-buffer, sh-rescan-buffer): Remove.
4392
f3d3c491
AI
43932000-10-21 Andrew Innes <andrewi@gnu.org>
4394
4395 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4396 remote (ange-ftp) file names.
4397
b86c791c
MB
43982000-10-21 Miles Bader <miles@gnu.org>
4399
d9c30bdf
MB
4400 * window.el (fit-window-to-buffer): New function.
4401 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4402 (window-text-height): Don't expect minibuffers to have mode-lines.
4403
d9c30bdf 4404 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4405 * international/quail.el (quail-update-guidance): Use
4406 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4407
617fee5a
MB
4408 * international/quail.el (quail-show-guidance-buf): Make sure
4409 guidance window really has enough room.
4410 (quail-update-guidance): If quail-guidance-win is already shown,
4411 make sure its height is OK.
4412
b86c791c
MB
4413 * window.el (window-text-height, set-window-text-height):
4414 New functions.
4415 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4416 instead of `window-height' & `mode-line-window-height-fudge'.
4417 (mode-line-window-height-fudge): Add FACE parameter.
4418 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4419 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4420
e34850d1
MB
44212000-10-20 Miles Bader <miles@gnu.org>
4422
4423 * window.el (height-affecting-face-attributes): Use `defconst'.
4424
4425 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4426 New function, conditionally aliased to `mode-line-window-height-fudge'.
4427 (ispell-help): Use it.
4428 (ispell-choices-win-default-height): Don't include mode-line fudge.
4429 (ispell-choices-win-default-height): New function.
4430 (ispell-show-choices, ispell-command-loop): Use function
4431 `ispell-choices-win-default-height' instead of variable.
4432
a8b883c2
MB
44332000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4434
8c6e4a58
MB
4435 * window.el (mode-line-window-height-fudge): New variable.
4436 (height-affecting-face-attributes): New variable.
4437 (mode-line-window-height-fudge): New function.
4438 (shrink-window-if-larger-than-buffer): Use it.
4439 * help.el (resize-temp-buffer-window): Likewise.
4440
a8b883c2
MB
4441 * info.el (Info-fontify-node): Add support for @subsubsection
4442 titles, which use `Info-title-4-face'.
4443 (Info-title-4-face): New face.
4444 (Info-title-3-face): Inherit from Info-title-4-face instead of
4445 variable-pitch.
4446
e64c3a75
JR
44472000-10-19 Jason Rumney <jasonr@gnu.org>
4448
4449 * dired.el (dired-insert-directory): Do not let errors signalled by
4450 attempt to run dired-free-space-program prevent dired from working.
4451
c70fe852
SM
44522000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4453
4454 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4455
877cf6b4
GM
44562000-10-19 Gerd Moellmann <gerd@gnu.org>
4457
5de037e0
GM
4458 * dirtrack.el (dirtrack): Fix call to run-hooks.
4459
6deb9af9
GM
4460 * cmuscheme.el (cmuscheme-program-name): Renamed from
4461 scheme-program-name because xscheme.el contains a defcustom with
4462 the same name. As a consequence, customizing group `cmuscheme'
4463 loaded `xscheme' which redefined run-scheme.
4464 (run-scheme): Use cmuscheme-program-name.
4465
877cf6b4
GM
4466 * ps-print.el (ps-print-emacs-type): Move into the
4467 eval-and-compile.
4468
e597d8fb 4469 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4470 anonymous address, and add a website for Befrienders International.
4836835a 4471
3e9cb08f
GM
44722000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4473
c70fe852
SM
4474 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4475 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4476 (ps-print-version): New version number (6.2).
4477 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4478 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4479 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4480 (ps-x-extent-priority, ps-x-extent-start-position)
4481 (ps-x-face-font-instance, ps-x-find-coding-system)
4482 (ps-x-font-instance-properties, ps-x-make-color-instance)
4483 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4484 avoid compilation gripes without defining functions.
4485 (ps-e-find-composition): Alias for function find-composition, to have a
4486 suitable function depending on Emacs version.
4487 (ps-color-device, ps-color-values, ps-face-foreground-name)
4488 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4489 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4490 (ps-print-ensure-fontified): Function definitions surrounded by
4491 `eval-and-compile' to avoid compilation gripes.
4492 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4493 by symbol-value to avoid compilation gripes.
4494 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4495 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4496
d8abcd91
MB
44972000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4498
13ab33c4
MB
4499 * startup.el (normal-top-level): Call `frame-set-background-mode'
4500 after `frame-notice-user-settings' because the latter doesn't call
4501 the former on a tty.
4502
d8abcd91
MB
4503 * faces.el (frame-set-background-mode): `unspecified' &c are
4504 symbols, not strings.
4505
e8bce0a9
EZ
45062000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4507
c70fe852
SM
4508 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4509 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4510
c70fe852
SM
4511 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4512 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4513
773272d8
KH
45142000-10-19 Kenichi Handa <handa@etl.go.jp>
4515
c70fe852 4516 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4517 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4518 for ISO10646-1 fonts.
4519 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4520
772139c0
EZ
45212000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4522
4523 * faces.el (frame-set-background-mode): If a tty frame defines a
4524 background color, use that to compute the background mode, instead
4525 of always defaulting to "dark".
4526
d134a19f
MB
45272000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4528
8bb84cb2
MB
4529 * comint.el (comint-write-output): New function.
4530 (comint-mode-map): Add it to the menu.
e40a778f 4531 Bind `C-c C-s' to comint-write-output.
d134a19f 4532
dada41e1
GM
45332000-10-18 Gerd Moellmann <gerd@gnu.org>
4534
4535 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4536 Use fancy-splash-delay.
4537
9b5360aa
GM
45382000-10-18 Alex Schroeder <alex@gnu.org>
4539
4540 * progmodes/sql.el (sql-sybase-options): New option.
4541 (sql-sybase): Use it. Add sql-database to the list of parameters
4542 provided for login. The options -w 2048 -n are not used any more.
4543
9035a35a
GM
4544 * comint.el (comint-read-input-ring): Bugfix such that the first
4545 and the last entry of the input ring file are not lost.
4546
3556c6dd
GM
45472000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4548
4549 * ps-print.el: Internal variable changes to defcustom,
4550 make-local-hook changes to defvar. Doc fix.
4551 (ps-print-version): New version number (6.1).
4552 (ps-setup, ps-do-despool): Code fix.
4553 (ps-printer-name): Customization fix.
4554 (ps-printer-name-option): Now is a defcustom instead of an
4555 internal variable.
4556 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4557 (ps-print-begin-column-hook): Now are defvar instead of
4558 make-local-hook.
4836835a 4559
4e217e50
MB
45602000-10-18 Miles Bader <miles@gnu.org>
4561
4562 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4563 (comint-kill-output): Changed into an alias for `comint-delete-output',
4564 and made obsolete.
4565 (comint-mode-map): Rename references to comint-kill-output.
4566
34460354
EZ
45672000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4568
4569 * diff-mode.el (diff-header-face, diff-file-header-face)
4570 (diff-changed-face): Add bold and italic attributes to tty faces.
4571 (diff-function-face): New face.
4572 (diff-font-lock-keywords): Use it.
4573
17ea3cdb
MB
45742000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4575
4576 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4577 Remove commented-out call to force-mode-line-update.
4578 (comint-kill-output): Use `forward-line 0' instead of
4579 beginning-of-line to make sure we get past the prompt.
4580
9244f2c7
SM
45812000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4582
4583 * diff-mode.el (diff-header-face, diff-file-header-face):
4584 Add specific setting for dark background.
4585 (diff-context-face): Renamed from diff-comment-face.
4586 Set explicitly rather than inheriting from font-lock-comment-face.
4587
1592c1ef
EZ
45882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4589
4590 * startup.el (command-line): Move the code which sets the default
4591 TTY colors to before before-init-hook.
4592
f86292a9
GM
45932000-10-17 Gerd Moellmann <gerd@gnu.org>
4594
4595 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4596
f7f2e883
EZ
45972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4598
e854cc22
EZ
4599 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4600 extensions, for MS-DOS.
4601
f7f2e883
EZ
4602 * diff-mode.el (diff-header-face, diff-file-header-face)
4603 (diff-changed-face): Define tty-specific colors.
4604
c7b4f0f9
GM
46052000-10-17 Gerd Moellmann <gerd@gnu.org>
4606
4607 * startup.el (fancy-splash-text): Realign the text.
4608
12a72271
EZ
46092000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4610
4611 * font-lock.el (font-lock-comment-face): Define a separate default
4612 for dark-background tty's.
4613
61dfccfd
MB
46142000-10-17 Miles Bader <miles@gnu.org>
4615
4616 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4617 being obscured by whizzy mode-lines on graphics displays.
4618
333cd59e
EZ
46192000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4620
4621 * info.el (Info-title-1-face, Info-title-2-face)
4622 (Info-title-3-face): Define colors for tty's.
dada41e1 4623 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4624
dbf1fcc1
EZ
46252000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4626
4627 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4628 reverse from the frame parameters, and don't invert foreground and
4629 background colors.
4630
ac629823
MB
46312000-10-16 Miles Bader <miles@gnu.org>
4632
4633 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4634 string "*Info*". Call propertized-buffer-identification to spruce
4635 up the result.
4636
76eebffc
GM
46372000-10-16 Gerd Moellmann <gerd@gnu.org>
4638
3a6b59d9
GM
4639 * help.el: Provide `help' for the sake of define-minor-mode
4640 which generates defcustoms with requires.
4641
6569c3d3
GM
4642 * jit-lock.el (jit-lock-after-change): If we're in text that
4643 matches a multi-line font-lock pattern, make sure the whole text
4644 will be redisplayed.
4645
c2e0a611
GM
4646 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4647 author's name is unknown.
4648
76eebffc
GM
4649 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4650 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4651 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4652 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4653 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4654 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4655 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4656 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4657 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4658 Add author information.
4659
cf1e7b12
MB
46602000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4661
4662 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4663 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4664 full-color version (using the Gimp) to eliminate dithering artifacts.
4665
5586f3eb
SM
46662000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4669
4670 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4671
ad64a888
DL
46722000-10-15 Dave Love <fx@gnu.org>
4673
4674 * progmodes/sh-script.el: Require skeleton and comint when
4675 compiling.
4676
4677 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4678
4679 * whitespace.el: Doc fixes.
4680 (top-level): Don't add hooks here.
4681 (whitespace-running-emacs): Deleted.
4682 (timer): Don't require.
4683 (whitespace): Add back :version conditional on xemacs test.
4684 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4685 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4686 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4687 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4688 Avoid specific xemacs test.
4689 (whitespace-global-mode): New option.
4690 (whitespace-global-mode): New command.
4691 (whitespace-unload-hook): New function.
4692
4693 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4694 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4695 (Info-fontify-node): `Goto' goes to `Go to'.
4696 (Info-fontify-node): Add help-echo to xref links.
4697
1ef49fc6
EZ
46982000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4699
4700 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4701
8b7707e1
SM
47022000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4703
b3b7f42f
SM
4704 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4705 Use plist-get and allow :inherit.
4706
4707 * emacs-lisp/cl-macs.el (cl-do-arglist):
4708 Use plist-get and plist-member instead of memq.
4709
3c7fafc7
SM
4710 * emacs-lisp/ewoc.el (ewoc-location): New function.
4711 (ewoc-enter-after, ewoc-enter-before): Document return value.
4712 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4713 Don't need make-local-hook any more.
4714 (cvs-addto-collection): Return the new tin.
4715 (cvs-mode-insert): Jump to the new line.
4716
8b7707e1
SM
4717 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4718
4719 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4720
4721 * font-lock.el (font-lock-syntactically-fontified): New var.
4722 (font-lock-fontify-syntactic-keywords-region): Use it.
4723 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4724
4725 * diff-mode.el (diff-find-file-name): Fix regexp.
4726
4727 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4728 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4729
4730 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4731 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4732 (sh-mode): Don't make all vars local here.
4733 (sh-kw): Reformat.
4734 (sh-set-shell): Use dolist. Don't set indent-region-function.
4735 (sh-mode-syntax-table): Use pop.
4736 (sh-remember-variable): Use push.
4737 (sh-help-string-for-variable): Use memq.
4738 (sh-safe-backward-sexp): Remove.
4739 (sh-safe-forward-sexp): Add ARG.
4740 (sh-get-indent-info, sh-prev-stmt): Use it.
4741 (sh-prev-line): Simplify by using forward-comment.
4742 (sh-this-is-a-continuation): Simplify.
4743 (sh-learn-buffer-indent): Use dolist.
4744 (sh-do-nothing): Remove.
4745 (sh-set-char-syntax, sh-set-here-doc-region):
4746 Use inhibit-modification-hooks.
4747 (sh-name-style): Use mapcar and push.
4748 (sh-load-style): Use dolist.
4749 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4750 (sh-case, sh-while-getopts): Use propertize directly rather
4751 than sh-electric-rparen.
4752
47532000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4754
4755 * textmodes/tex-mode.el: Require CL when compiling.
4756 (tex-mode-syntax-table): Init immediately.
4757 (tex-mode-map): Bind M-RET to latex-insert-item.
4758 (latex-mode): Set indent-line-function to latex-indent.
4759 (tex-common-initialization): Don't setup the syntax-table any more.
4760 (latex-insert-item): New skeleton.
4761 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4762 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4763 (latex-indent, latex-find-indent): New functions.
4836835a 4764 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4765 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4766 (tex-compilation-parse-errors): Use with-syntax-table.
4767
86b7fcbb
MB
47682000-10-15 Miles Bader <miles@gnu.org>
4769
4770 * font-lock.el (font-lock-comment-face): Change dark-background,
4771 color, non-tty, default to `chocolate1'.
4772
57a24508
JW
47732000-10-13 John Wiegley <johnw@gnu.org>
4774
4775 * eshell/esh-util.el (require): Added a missing `require' form,
4776 needed when compiling (for an ange-ftp macro definition).
4777
40ad3db4
DL
47782000-10-13 Dave Love <fx@gnu.org>
4779
4780 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4781
db460189
GM
47822000-10-13 Gerd Moellmann <gerd@gnu.org>
4783
b41c9501
GM
4784 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4785 fix.
4786
4836835a 4787 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4788 transparent -colors 8).
4789
3b5e21df
GM
47902000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4791
4792 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4793 that breaks with old list format timestamps.
4794 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4795 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4796 strings.
4797
16908a3f
JW
47982000-10-13 John Wiegley <johnw@gnu.org>
4799
d7103dda
JW
4800 * align.el, pcomplete.el, calendar/timeclock.el,
4801 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4802
dace60cf 4803 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4804 faulty math, where holiday hours were being computing as seconds.
4805
b6b70cda
JW
48062000-10-13 John Wiegley <johnw@gnu.org>
4807
4808 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4809 specifying what "other" kinds of buffers should be saved. This
4810 used to be hard-coded.
4811 (desktop-buffer-misc-functions): A global for specifying how
4812 auxiliary data should be determined for special buffer types.
4813 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4814 instead of hard-coding the special buffer types.
4815 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4816 auxiliary data, instead of hard-coding for Info buffers and dired.
4817 (desktop-buffer-info-misc-data): Aux function for determining Info
4818 buffer auxiliary info.
4819 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4820 (desktop-buffer-info): Changed this function to use the info
4821 gathered above.
4822 (desktop-create-buffer): Be a little more careful about what
4823 `minor-mode' means before calling it. This is important for some
4824 buffer types.
4825
8c6b1d83
JW
48262000-10-13 John Wiegley <johnw@gnu.org>
4827
4828 * eshell/esh-util.el: Added a global form which declares an
4829 autoload for `parse-time-string', if that function is not already
4830 defined, and if parse-time.el is available on the user's system.
4831
4832 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4833 to be aware of ange-ftp user info.
4834 (eshell-do-ls): Bind `ange-cache'. Also, use
4835 `eshell-file-attributes'.
4836 (eshell-ls-annotate): Use `eshell-file-attributes'.
4837 (eshell-ls-file): Made the user-id printing code a bit smarter.
4838
4839 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4840 allow identification of alias user ids in remote directories.
4841 It's manual, but there's no other way to know when the current
4842 user on the local machine, is also the owning user on the remote
4843 machine.
4844 (fboundp): Bind `ange-cache'.
4845 (eshell-directory-files-and-attributes): Re-organized the logic a
4846 bit to use `eshell-file-attributes' instead of `file-attributes'.
4847 The former is more sensitive to directories that are read via FTP,
4848 and knows how to use ange-ftp to determine full attribute
4849 information, instead of just the name and last modtime.
4850 (eshell-current-ange-uids): Return the current user id when in a
4851 remote directory.
4852 (eshell-parse-ange-ls): Parse a full directory listing that has
4853 been returned by ange-ftp.
4854 (eshell-file-attributes): This beefed up version of
4855 `file-attributes' is only special if the user is currently in a
4856 remote directory, in which case it does a lot of work to find out
4857 what the real attributes of a file are, as they appear on the
4858 remote machine. This makes usage of remote directories (i.e.,
4859 ange-ftp pathnames) much more useful. You can now use Eshell as a
4860 full-fledged FTP client, with much more manipulation ability than
4861 most other clients.
4862
4863 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4864 variable, which means that Eshell's du should always be preferred
4865 in remote directories.
4866 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4867 just `file-attributes'.
4868 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4869 when reading remote directories. This is an Eshell-specific
4870 variable (not part of ange-ftp).
4871 (eshell/ln): Bind `ange-cache'.
4872 (eshell/du): Added some extra logic for determining when to use
4873 Eshell's du (which is slow), and when to use the external version
4874 (which may or may not exist).
4875
4876 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4877 `eshell-interactive-process', rather than using
4878 `get-buffer-process', since backgrounded processes don't count in
4879 the context of this function's logic.
4880
4881 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4882 `forward-char', so that null strings are parsed correctly.
4883
87730e84 48842000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4885
4886 * eshell/em-pred.el (eshell-pred-file-type,
4887 eshell-pred-file-links, eshell-pred-file-size): Use
4888 `eshell-file-attributes'. This is more correct over ange-ftp.
4889
4890 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4891 that remote file globbing is more efficient.
4892
4893 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4894 gathering the files and attributes within a directory.
4895
4896 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4897 the command line is a special file (not a regular file, directory
4898 or symlink), always attempt to call the external version of cat.
4899
87730e84 49002000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4901
4902 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4903 Eshell-friendly version of find-tag.
4904
1c7e37a9
MB
49052000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4906
4836835a 4907 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4908 (image-file-name-regexps): Add autoload cookies.
4909
11a7f341
KH
49102000-10-13 Kenichi Handa <handa@etl.go.jp>
4911
4912 * international/mule-cmds.el (select-safe-coding-system): If FROM
4913 is string, show it in *Warning* buffer.
4914
8ddddcb0
EZ
49152000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4916
4917 * startup.el (normal-top-level): Use display-popup-menus-p instead
4918 of window-system.
4919 (command-line): Use display-graphic-p instead of window-system.
4920 (command-line-1): Use display-popup-menus-p and display-mouse-p
4921 instead of window-system.
4922
72200f89
SS
49232000-10-12 Sam Steingold <sds@gnu.org>
4924
4925 * tooltip.el (tooltip-use-echo-area): New user variable.
4926 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4927
8661c643
DL
49282000-10-12 Dave Love <fx@gnu.org>
4929
d0b40dc1
DL
4930 * recentf.el: Maintainer's checkdoc fixes.
4931
a622451f
DL
4932 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4933 character class, not ASCII when matching file names.
4934 (fancy-splash-head): Add trailing slash to URL.
4935 (command-line): Don't require XPM support for toolbar.
4936
8661c643
DL
4937 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4938 (cperl-invalid-face): Revert last change.
4939 (cperl-init-faces): Quote cperl-invalid-face.
4940
ef2ed8ab
KH
49412000-10-12 Kenichi Handa <handa@etl.go.jp>
4942
4943 * startup.el (fancy-splash-text): Remove superfluous quote.
4944
b0da379e
GM
49452000-10-12 Gerd Moellmann <gerd@gnu.org>
4946
dbeb499b
GM
4947 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4948 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4949 (command-line-1): Don't use fancy-splash-pending-command.
4950 (fancy-splash-screens-1): Goto point-min after inserting text.
4951
d861718a
GM
4952 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4953
b0da379e
GM
4954 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4955 instead of shared-lisp-mode-map.
4956
4fb2ad98
MB
49572000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4958
1cb4393e
MB
4959 * faces.el (header-line): Change tty-variant to use underlining.
4960
4fb2ad98
MB
4961 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4962 (isearch-highlight): Restore lazy-isearch face properties at old
4963 position, and suppress them at new position.
4964 (isearch-dehighlight): Restore lazy-isearch face properties.
4965 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4966 over the real isearch overlay, but in that case, don't give it a
4967 face property. Use `push'.
4968
eb991b25
KH
49692000-10-12 Kenichi Handa <handa@etl.go.jp>
4970
4971 * man.el (Man-getpage-in-background): Fix previous change.
4972 Decode the process output only when we are in multibyte mode.
4973
a818c1c0
DL
49742000-10-11 Dave Love <fx@gnu.org>
4975
c990f53a
DL
4976 * info.el (Info-mode-menu): Fix some help.
4977 (info-tool-bar-map): Add entry for Info-last.
4978
a818c1c0
DL
4979 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4980 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4981 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4982 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4983 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4984 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4985 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4986 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4987 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4988 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4989 Reduce colour requirements to 25 overall. (Probably wants
4990 revisiting from the originals to reduce further.)
4991
c1b096cb
EZ
49922000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4993
4994 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4995 buffer-file-coding-system, instead of raw-text.
4996 (dehexlify-buffer): Bind coding-system-for-read to
4997 buffer-file-coding-system, instead of raw-text.
4998
5c8b7eaf
SS
49992000-10-11 Sam Steingold <sds@gnu.org>
5000
5001 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5002 `underline' - fixes the bug introduced on 2000-09-21.
5003
2cfbdb7a
DL
50042000-10-11 Dave Love <fx@gnu.org>
5005
5006 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5007 compiler warnings.
5008 (scheme-mode): Doc fix.
5009 (scheme-font-lock-keywords-1): Match `define-syntax'.
5010
50112000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5012
5013 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5014 face specs as well as default ones. Only do anything if the
5015 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5016 (region): Make dark-background `region' face less in-your-face.
4b33f290 5017
690ec649
SS
50182000-10-10 Sam Steingold <sds@gnu.org>
5019
5020 * chistory.el, ielm.el, ledit.el:
5021 * progmodes/inf-lisp.el, progmodes/scheme.el:
5022 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5023
3b95d6bb
SM
50242000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5025
5026 * textmodes/texinfo.el: Update copyright and fix typo.
5027
5028 * desktop.el (desktop-modes-not-to-save): New var.
5029 (desktop-save-buffer-p): Use it.
a30eb617
DL
5030 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5031 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5032
50332000-10-10 Dave Love <fx@gnu.org>
5034
5035 * toolbar/tool-bar.el (tool-bar-add-item)
5036 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5037 display.
5038
5039 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5040 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5041 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5042 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5043 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5044 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5045 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5046 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5047 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5048 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5049 the .xpms; probably need retouching.
5050
50512000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5052
5053 * subr.el (add-to-list): Add optional argument APPEND.
5054 * battery.el (display-battery): Use `add-to-list'.
5055
50562000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5057
5058 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5059 these vars as symbol properties.
5060 (zone, zone-when-idle, zone-leave-me-alone)
5061 (zone-pgm-whack-chars): Use new symbol properties.
5062
5063 * battery.el (display-battery): Doc spelling fix.
5064
5065 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5066 property.
5067
50682000-10-09 Dave Love <fx@gnu.org>
5069
5070 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5071 has been initialized before calling tool-bar-setup.
5072 (tool-bar-add-item-from-menu): Add autoload cookie.
5073
50742000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5075
5076 * menu-bar.el (send-mail-item-name): New function.
5077 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5078 of mail-user-agent in the menu. Don't display the "Send Mail"
5079 item if mail-user-agent is nil or its value is ignore.
5080 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5081 if read-mail-command is nil or its value is ignore.
5082
5083 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5084
50852000-10-09 Miles Bader <miles@gnu.org>
5086
5087 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5088 Correct image size.
5089 * toolbar/left_arrow.xpm: Correct image size.
5090
5091 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5092 will be done by the definition of `auto-compression-mode' if
5093 necessary. Move code to uninstall existing file-name handler
5094 before definition of `auto-compression-mode'.
5095
5096 * image-file.el (auto-image-file-mode): Move to the end of the
5097 file, because `define-minor-mode' actually calls the mode-function
5098 if the associated variable is non-nil, which requires that all
5099 needed functions be already defined.
5100
5101 * mouse.el (popup-menu): Balance parens.
5102
51032000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5104
5105 * mouse.el (popup-menu): Move the command call outside the loop
5106 so that popup-menu returns whatever the command returns.
5107
5108 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5109 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5110 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5111 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5112
5113 * vc.el (vc-version-diff): diff-switches can be a list.
5114 Use relative filenames for prettier output.
5115
5116 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5117 (vc-post-command-functions): Remove old-VC compatibility code.
5118
5119 * newcomment.el (comment-indent-default): Autoload.
5120
5121 * font-lock.el (font-lock-defaults): Make buffer-local.
5122 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5123 (font-lock-choose-keywords):
5124 Ignore LEVEL unless KEYWORDS is a list of syms.
5125 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5126 Don't wrap regexp-opt things in \(...\) unnecessarily.
5127
5128 * jit-lock.el: Don't require font-lock any more.
5129 (jit-lock-functions): Make buffer-local.
5130 (jit-lock-saved-fontify-buffer-function): Remove.
5131 (jit-lock-mode): Remove autoload cookie.
5132 Remove font-lock specific code.
5133 (jit-lock-unregister): Don't bother handling complex hooks any more.
5134 (jit-lock-refontify): New function.
5135 (jit-lock-fontify-buffer): Use it.
5136 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5137 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5138 Add optional args START and END.
5139 Never call font-lock-fontify-region directly.
5140 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5141
5142 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5143
51442000-10-08 Dave Love <fx@gnu.org>
5145
5146 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5147
5148 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5149
5150 * play/studly.el (studlify-region, studlify-word): Add autoload
5151 cookie.
5152
5153 * play/morse.el (morse-region, unmorse-region): Add autoload
5154 cookie.
5155
5156 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5157 concat.
5158
5159 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5160 insist on symbols starting with word syntax.
5161 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5162 (eval-defun-1): Doc fix.
5163 (indent-sexp): Use nconc to build up indent-stack.
5164
5165 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5166 Gnus with little use.
5167 (mail-setup-hook): Add mail-abbrevs-setup to options.
5168
5169 * recentf.el: Doc fixes.
5170
5171 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5172 Clean up remainder.
5173
5174 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5175 without timezone and (8) with timezone to enforce some whitespace.
5176 Simplify code somewhat.
5177
5178 * options.el (list-options): Doc that you should use customize.
5179
5180 * iswitchb.el (iswitchb-mode): Add :require.
5181
5182 * info.el (Info-goto-node, Info-menu): Doc fix.
5183 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5184 (info-tool-bar-map): New variable.
5185 (Info-mode): Use it.
5186 (Info-edit-map): Define all in defvar.
5187 (speedbar-attached-frame): Avoid compiler warning.
5188
5189 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5190 (global-map): Bind [tool-bar] to a filtered map.
5191 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5192 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5193 Allow PBM icons.
5194 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5195
5196 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5197 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5198 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5199 icons, except up_arrow, which is left-arrow rotated.
5200
5201 * imenu.el (imenu-add-to-menubar): Fix last change.
5202
52032000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5204
5205 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5206 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5207
52082000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5209
5210 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5211 typos in doc strings.
5212
5213 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5214 the doc strings how to customize Font Lock faces.
5215
5216 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5217 computing growth when dragging the header line.
5218
52192000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * simple.el (kill-line): Doc fix.
5222
52232000-10-08 Miles Bader <miles@gnu.org>
5224
5225 * faces.el (secondary-selection): Make foreground visible on tty.
5226
5227 * jka-compr.el (auto-compression-mode): Move to the end of the
5228 file, because `define-minor-mode' actually calls the mode-function
5229 if the associated variable is non-nil, which requires that all
5230 needed functions be already defined.
5231 (with-auto-compression-mode): Add autoload cookie.
5232
52332000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5234
5235 * files.el (find-backup-file-name) [ms-dos]: If support for long
5236 file names is not available, behave as if version-control were set
5237 to never.
5238
52392000-10-07 Dave Love <fx@gnu.org>
5240
5241 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5242 (browse-url-gnome-moz): New function.
5243 (browse-url-browser-function): Use it.
5244 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5245
52462000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5247
5248 * indent.el (tab-always-indent): New var.
5249 (indent-for-tab-command): Use it.
5250
5251 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5252 raise an error. This way it can still default to a sane value.
5253
52542000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5255
5256 * startup.el (fancy-splash-screens): Use local rather than global map.
5257 Don't use `update-menu-bindings' any more.
5258 Get rid of assumptions about keymap representation.
5259
52602000-10-06 Dave Love <fx@gnu.org>
5261
5262 * textmodes/fill.el (sentence-end-double-space)
5263 (sentence-end-without-period): Doc fix.
5264 (adaptive-fill-regexp): Purecopy.
5265 (unjustify-current-line): Use line-end-position.
5266 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5267
5268 * net/eudc-vars.el (eudc): Add :version, :link.
5269
5270 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5271
5272 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5273 Fix for define-minor-mode.
5274 (function-at-point): Alias to function-called-at-point.
5275
5276 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5277
5278 * simple.el (backward-word): Doc fix.
5279
5280 * image-file.el (image-file-name-regexp): image-file-regexps ->
5281 image-file-name-regexps.
5282 (image-file-name-extensions): Add pbm.
5283
52842000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5285
5286 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5287 and add filename to the names so that diff-mode can jump to source.
5288
5289 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5290 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5291 (tex-font-lock-keywords-1): Remove.
5292 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5293 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5294 (font-lock-default-fontify-region):
5295 Expand beg..end correctly when just following a multiline region.
5296 (font-lock-fontify-anchored-keywords):
5297 Include the anchor text as part of the multiline.
5298
52992000-10-06 Gerd Moellmann <gerd@gnu.org>
5300
5301 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5302 latter needs the autoloaded define-minor-mode macro during the
5303 bootstrap.
5304
5305 * startup.el (command-line): For now, activate tool-bar-mode only
5306 if XPM images are supported.
5307
5308 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5309 window by dragging a header-line at the top of the frame; that's
5310 confusing because the header-line doesn't move.
5311 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5312 of treating the event as a list. Some cleanup.
5313
53142000-10-06 Miles Bader <miles@gnu.org>
5315
5316 * simple.el (display-message-or-buffer): New function.
5317 (shell-command-on-region): Use `display-message-or-buffer'.
5318
5319 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5320 docstring parts.
5321
5322 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5323 (smbclient-prompt-regexp): Add usage note to doc string.
5324 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5325 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5326 Use add-hook for adding the comint filter function, and only do so
5327 if it's not already in the global hook list.
5328 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5329 to `make-local-variable'.
5330 (nslookup-font-lock-keywords): Remove prompt entry.
5331 (nslookup): Don't set the process-filter.
5332 (finger): Exit the loop correctly when the regexps list runs out.
5333 (ftp, smbclient, smbclient-list-shares):
5334 Set the real major mode immediately, not after execing.
5335 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5336
5337 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5338
53392000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5340
5341 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5342
5343 * which-func.el (which-func-format): Remove spurious space.
5344 (which-func-mode): Don't make it permanent-local.
5345 (which-func-ff-hook): Allow which-func-maxout to be nil.
5346 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5347 (which-func-mode): Simplify.
5348 Use post-command-idle-hook rather than post-command-hook.
5349 Go through all buffers and update their state.
5350 (which-function): Also try add-log-current-defun-function.
5351
5352 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5353 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5354 Update call to with-vc-properties accordingly.
5355 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5356 (vc-revert-buffer): More careful about window selection and deletion.
5357 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5358
5359 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5360 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5361 (cvs-dired-action): Change the default to quickdir.
5362
5363 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5364 if comment-indent-function returns nil.
5365 (comment-indent-default): New function.
5366 (comment-indent-function): Use it and document the new semantics.
5367
5368 * image-file.el: Docstring fixes.
5369
5370 * help.el (help-xref-on-pp): Use match-string.
5371 (describe-variable): New arg BUFFER.
5372 Store the current buffer in the help-xref-stack.
5373 (temp-buffer-resize-mode): Use define-minor-mode.
5374
5375 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5376 consistently with its docstring.
5377 Set jit-lock-first-unfontify-pos in an idempotent way.
5378 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5379
53802000-10-05 Alex Schroeder <alex@gnu.org>
5381
5382 * sql.el (sql-mysql-options): New variable.
5383 (sql-mysql): Use it.
5384
53852000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5386
5387 * image.el (image): New group.
5388
5389 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5390 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5391
53922000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5393
5394 * net/net-utils.el (nslookup-font-lock-keywords)
5395 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5396 Ignore the value of wqindow-system; always define keywords
5397
53982000-10-05 Kenichi Handa <handa@etl.go.jp>
5399
5400 * startup.el (fancy-splash-screens): Remove the code for
5401 debugging; `(trace-to-stderr "EXITTT\n")'.
5402
54032000-10-05 Miles Bader <miles@gnu.org>
5404
5405 * diff-mode.el (diff-goto-source): Update call to
5406 `diff-hunk-status-msg' to reflect new REV variable.
5407
54082000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5409
5410 * progmodes/icon.el (icon-mode):
5411 Don't gratuitously override the default for comment-column.
5412
5413 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5414
5415 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5416 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5417 (jit-lock-functions): New var.
5418 (jit-lock-function-1): Use it if non-nil.
5419 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5420 Set the `fontified' property before doing the fontification to avoid
5421 repeatedly going through the same error.
5422 Don't turn errors into messages.
5423 (jit-lock-register, jit-lock-unregister): New functions.
5424
5425 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5426 Use with-current-buffer.
5427
5428 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5429 Turn comment into docstring.
5430
5431 * apropos.el (apropos-mode): Use define-derived-mode.
5432
54332000-10-04 Gerd Moellmann <gerd@gnu.org>
5434
5435 * startup.el (fancy-splash-pending-command): New variable.
5436 (fancy-splash-pre-command): New function.
5437 (fancy-splash-screens): Rewritten.
5438 (command-line-1): If fancy-splash-pending-command is set, call it
5439 interactively.
5440
54412000-10-04 Dave Love <fx@gnu.org>
5442
5443 * toolbar/tool-bar.el (tool-bar-setup): New function.
5444 (tool-bar-mode): Use it.
5445
5446 * subr.el (substitute-key-definition): Doc fix.
5447 (play-sound-file): New command.
5448
54492000-10-04 Andre Spiegel <spiegel@gnu.org>
5450
5451 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5452 vc-version-backup-file-name): New functions.
5453
5454 * files.el (basic-save-buffer): Call vc-before-save before saving.
5455
5456 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5457 vc-cvs-stay-local-p.
5458
5459 * vc.el (vc-revert-buffer): Handle empty diff properly.
5460 (vc-version-backup-file): New function.
5461 (vc-checkout): Create a version backup if necessary.
5462 (vc-checkin): If a version backup file exists, delete it.
5463 (vc-version-diff): Diff locally using version backups, if available.
5464 (vc-revert-file): If there's a version backup, revert locally.
5465 (vc-transfer-file): Use version backup for base version, if
5466 available. If not, ask for confirmation whether to get it from the
5467 server. Update mode line before check-in.
5468
54692000-10-04 Dave Love <fx@gnu.org>
5470
5471 * toolbar/tool-bar.el (tool-bar-setup): New function.
5472 (tool-bar-mode): Use it.
5473
54742000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5475
5476 * net/net-utils.el (nslookup-font-lock-keywords)
5477 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5478 Only set if window-system is non-nil
5479 (net-utils-run-program): Returns buffer.
5480 (network-connection-reconnect): Added this function.
5481
5482 * generic.el:
5483 Incorporates extensive cleanup and docfixes by
5484 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5485 Uses cl compile-time macros.
5486 (generic-mode-name, generic-comment-list)
5487 (generic-keywords-list, generic-font-lock-expressions)
5488 (generic-mode-function-list, generic-mode-syntax-table):
5489 Removed variables.
5490 (generic-mode-alist): Renamed to generic-mode-list.
5491 (generic-find-file-regexp): Default changed to "^#".
5492 (generic-read-type): Uses completing read on generic-mode-list.
5493 (generic-mode-sanity-check): removed this function.
5494 (generic-add-to-auto-mode): Removed this function
5495 (generic-mode-internal): Bind mode-specific definitions
5496 into function instead of putting them in alist.
5497 (generic-mode-set-comments): Reworked extensively.
5498 (generic-mode-find-file-hook): Simplified regexp searching
5499 (generic-make-keywords-list): Omit extra pair of parens
5500
5501 * find-lisp.el (find-lisp-find-files-internal):
5502 Make sure directory name ends with "/".
5503
5504 * generic-x.el (apache-conf-generic-mode):
5505 Regexp now allows leading whitespace.
5506 (rc-generic-mode): Added eval-when-compile
5507 around generic-make-keywords-list.
5508 Deleted duplicate regexp
5509 (rul-generic-mode): Added eval-when-compile
5510 around generic-make-keywords-list.
5511 (etc-fstab-generic-mode): New generic mode.
5512 (rul-generic-mode): Removed one eval-when-compile
5513 which caused a max-specpdl-size exceeded error.
5514
55152000-10-04 Miles Bader <miles@gnu.org>
5516
5517 * simple.el (minibuffer-temporary-goal-position): New variable.
5518 (next-history-element): Try to keep the position of point in the
5519 input string constant.
5520
5521 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5522 (dired-do-create-files): If there's only one file, pass it in as
5523 the DEFAULT arg to dired-mark-read-file-name.
5524
55252000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5526
5527 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5528 (diff-goto-source): Be smarter when choosing REVERSE or not.
5529
5530 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5531 (texinfo-mode-menu): Add an explicit shortcut for update all.
5532
55332000-10-03 Andre Spiegel <spiegel@gnu.org>
5534
5535 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5536 factorize backend-specific code cleanly (this was essentially
5537 conceived by Stefan Monnier).
5538 (vc-unregister): Function removed.
5539 (vc-revert-file): New function.
5540 (vc-revert-buffer): Delegate some of the work to it.
5541
5542 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5543 default branch unconditionally.
5544 (vc-rcs-set-default-branch): New function.
5545 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5546 (vc-rcs-checkin): If an appropriate default branch has been set,
5547 force creation of that branch.
5548 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5549 code (as suggested by Stefan Monnier).
5550
55512000-10-02 Gerd Moellmann <gerd@gnu.org>
5552
5553 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5554 highlighting overlay with a different face over the overlay
5555 isearch uses to highlight the current match because that can lead
5556 to bad face combinations.
5557
5558 * loadup.el (toplevel): Load faces before isearch.
5559
5560 * isearch.el (isearch-faces): New custom group.
5561 (isearch): New defface; was already tested for in the code.
5562 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5563 (isearch-highlight): Always use face `isearch'.
5564
55652000-10-02 Dave Love <fx@gnu.org>
5566
5567 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5568 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5569 comparison of opcode with operand.
5570
55712000-10-03 Miles Bader <miles@gnu.org>
5572
5573 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5574 buffer, since the echo area will now grow to accommodate them.
5575
55762000-10-02 Andre Spiegel <spiegel@gnu.org>
5577
5578 * vc-hooks.el (vc-registered): If FILE used to be registered under
5579 a certain backend, try that one first.
5580
5581 * vc.el (vc-responsible-backend): Undo the previous change in the
5582 argument list. Handle multiple backends correctly.
5583 (vc-find-new-backend): Function removed.
5584 (vc-register): Use vc-responsible-backend, as before.
5585 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5586
55872000-10-02 Gerd Moellmann <gerd@gnu.org>
5588
5589 * startup.el (fancy-splash-head): Change message below the
5590 logo.
5591
55922000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5593
5594 * diff-mode.el (diff-goto-source): Emit a status message.
5595 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5596 (diff-test-hunk): Fix doc string.
5597 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5598 (diff-advance-after-apply-hunk): New variable.
5599 (diff-apply-hunk): Don't return a value.
5600
56012000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5602
5603 * vc.el (vc-editable-p): Minor optimization.
5604 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5605 (vc-find-new-backend): New function split from vc-responsible-backend.
5606 (vc-register): Use it.
5607 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5608 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5609 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5610 (vc-clear-headers): Don't use find-file.
5611 (vc-revert-buffer): Use `and' again (must have been a braino).
5612 (vc-switch-backend): Only prompt if requested.
5613 Short circuit if nothing is to be done.
5614 Don't use vc-resynch-buffer which could lose unsaved editing.
5615 (vc-default-receive-file): Update call to vc-unregister.
5616 (with-vc-file, vc-next-action-on-file):
5617 Use vc-backend rather than vc-registered.
5618 (vc-next-action-on-file): Use intern-soft.
5619 Deal with read-only *vc-diff* buffer.
5620 (vc-transfer-file): Docstring fix.
5621
5622 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5623 (vc-rcs-receive-file): Avoid with-vc-properties.
5624 Update call to vc-unregister.
5625 Use constant `RCS' rather than (dynamically bound) var `backend'.
5626
56272000-10-01 Andre Spiegel <spiegel@gnu.org>
5628
5629 * vc.el (vc-next-action-on-file): Update mode line only if file
5630 is visited.
5631 (vc-start-entry): New argument initial-contents. Don't visit the file
5632 if it isn't already visited. Brought documentation up-to-date.
5633 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5634 (vc-checkin): New optional arg initial-contents, which is passed to
5635 vc-start-entry.
5636 (vc-finish-logentry): Make sure to bury log buffer only if there
5637 really is one. Call `vc-resynch-buffer' on log-file, not
5638 buffer-file-name.
5639 (vc-default-comment-history, vc-default-wash-log): New functions.
5640 (vc-index-of): Removed.
5641 (vc-transfer-file): Make do without the above.
5642 (vc-default-receive-file): Call comment-history unconditionally. Pass
5643 the resulting string to vc-checkin, instead of inserting it into the
5644 comment ring.
5645
5646 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5647 unconditionally. Use the comments as initial contents of the log
5648 entry buffer. Document the trick to force branch creation with no
5649 changes.
5650
56512000-10-01 Miles Bader <miles@gnu.org>
5652
5653 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5654 `recenter' with an arg to prevent redrawing the display.
5655
56562000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5657
5658 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5659
5660 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5661
5662 * progmodes/c-mode.el (c-mode):
5663 Don't gratuitously override the default for comment-column.
5664
5665 * textmodes/tex-mode.el (latex-metasection-list): New var.
5666 (latex-imenu-create-index): Use it.
5667 Move the regexp construction outside loops (and use push).
5668 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5669 (tex-font-lock-keywords): Moved from font-lock.el.
5670 (tex-comment-indent): Remove.
5671 (tex-common-initialization): Don't set comment-indent-function.
5672 (latex-block-default): New var.
5673 (tex-latex-block): Use it to provide a default choice.
5674 Add any unknown choice to latex-block-names.
5675 Insert [...] after {...}.
5676 (tex-last-unended-begin): Simplify regexp.
5677 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5678 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5679 (latex-mode): Set forward-sexp-function.
5680
5681 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5682 Add regexp for @ignore ... @end ignore.
5683 (texinfo-heading-face): New face.
5684 (texinfo-font-lock-keywords): Use it.
5685 (texinfo-mode-menu): New menu.
5686 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5687 New functions.
5688 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5689 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5690 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5691 Remove declaration.
5692 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5693
5694 * delsel.el (delete-selection-mode): Use define-minor-mode.
5695
5696 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5697
56982000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5699
5700 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5701
57022000-09-30 Gerd Moellmann <gerd@gnu.org>
5703
5704 * replace.el (keep-lines-read-args): New function.
5705 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5706 read arguments interactively. Add parameters RSTART and REND.
5707 Operate on the active region in Transient Mark mode.
5708
5709 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5710
5711 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5712 (authors-obsolete-files-regexps): New variable.
5713 (authors-add): Don't record changes in obsolete files.
5714
57152000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5716
5717 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5718
5719 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5720 (comment-indent): Make sure there's a space between code and comment.
5721 Shift comments left to avoid going past fill-column.
5722
57232000-09-29 Gerd Moellmann <gerd@gnu.org>
5724
5725 * startup.el (startup-echo-area-message): New function.
5726 (display-startup-echo-area-message): Use it.
5727 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5728 (fancy-splash-default-action): New function.
5729 (fancy-splash-screens-1): New function.
5730 (fancy-splash-head): Put a help-echo and a keymap under the image.
5731
57322000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5733
5734 * diff-mode.el (diff-add-log-file-name): Remove.
5735 (diff-mode): Use add-log-buffer-file-name-function.
5736
5737 * add-log.el (find-change-log): New arg BUFFER-FILE.
5738 (add-log-file-name): Obey add-log-file-name-function.
5739 (add-log-buffer-file-name-function): New var.
5740 (add-change-log-entry): Use it.
5741
57422000-09-29 Miles Bader <miles@gnu.org>
5743
5744 * image-file.el (image-file-name-extensions): New variable.
5745 (image-file-name-regexps): Renamed from `image-file-regexps'.
5746 New default value is nil. Call `auto-image-file-mode'.
5747 (image-file-name-regexp): New function.
5748 (auto-image-file-mode): New minor mode.
5749 (insert-image-file): Don't make conditional on the image-file
5750 handler being enabled.
5751 (image-file-handler): Make the call here conditional instead.
5752 (set-image-file-handler-enabled, enable-image-file-handler)
5753 (disable-image-file-handler): Functions removed.
5754
5755 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5756 string.
5757
57582000-09-29 Gerd Moellmann <gerd@gnu.org>
5759
5760 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5761 it's a function from CL.
5762 (latex-imenu-create-index): Replace eval-when-compile with progn
5763 because latex-section-alist is not bound while compiling.
5764
57652000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5766
5767 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5768 (outline-mode): Use define-derived-mode.
5769
5770 * progmodes/perl-mode.el (perl-mode):
5771 * progmodes/awk-mode.el (awk-mode):
5772 * progmodes/asm-mode.el (asm-mode):
5773 Don't gratuitously override the default for comment-column.
5774
5775 * emacs-lisp/lisp.el (lisp-complete-symbol):
5776 Distinguish the let-binding case from the funcall case.
5777 (forward-sexp-function): New variable.
5778 (forward-sexp): Use it.
5779
5780 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5781 (easy-mmode-defmap): Remove the now useless autoload.
5782
5783 * time.el (display-time-mode): Use define-minor-mode.
5784
5785 * subr.el (add-minor-mode): Don't eval NAME.
5786 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5787 Use if rather than cond.
5788
5789 * simple.el (read-expression-map): Define more properly.
5790 (comment-indent-hook): Remove.
5791 (string-to-syntax): Bug fix.
5792
5793 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5794 (cvs-ediff-diff): Fix typo.
5795 (cvs-revert-if-needed): Don't bother preserving read-only.
5796
5797 * paren.el (show-paren-mode): Use define-minor-mode.
5798
5799 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5800 (toggle-auto-compression): Remove.
5801 (jka-compr-build-file-regexp): Remove useless grouping.
5802
5803 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5804 Avoid user-reserved bindings.
5805 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5806 (diff-header-face): Revert to grey85.
5807
5808 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5809
5810 * complete.el (partial-completion-mode) <defcustom>: Remove.
5811 (partial-completion-mode): Use define-minor-mode.
5812 (PC-do-completion): Understand `completion-auto-help = delay'
5813 to mean to popup the completion buffer only the second time.
5814 (PC-include-file-all-completions, PC-include-file-all-completions)
5815 (PC-include-file-all-completions): Don't quote lambda.
5816
5817 * comint.el (comint-mode-hook): Docstring fix.
5818 (comint-mode): Use define-derived-mode.
5819 (comint-mode-map): Remove obsolete comment.
5820 (make-comint): Minor stylistic change.
5821 (comint-insert-clicked-input): Be more careful to find the overlay.
5822 Use this-command-keys rather than hardcoding mouse-2.
5823
5824 * font-lock.el: Replace confusing (,@ with ,
5825 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5826 Don't use regexp-opt-depth. Spice up the regexp for args.
5827 Don't distinguish between cmds that can take an opt arg or not.
5828 Use `append' and `prepend' rather than `keep'.
5829
5830 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5831 (latex-outline-regexp): New var.
5832 (latex-outline-level): New fun.
5833 (latex-section-alist): New var.
5834 (latex-imenu-create-index): Use it. Use `push' as well.
5835 (tex-shell-map): Initialize it properly.
5836 (tex-mode): Minor stylistic change.
5837 (plain-tex-mode): Use define-derived-mode.
5838 (latex-mode): Use define-derived-mode.
5839 Construct the paragraph regexps in a more readable way.
5840 Set the buffer-local outline-{level,regexp} vars.
5841 (slitex-mode): Derive from latex-mode.
5842 (tex-common-initialization): Don't kill-all-vars anymore.
5843 Add setting for comment-add and font-lock-defaults.
5844 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5845 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5846 (tex-start-tex): New arg DIR (and send a chdir command for it).
5847 Also display the shell buffer and save it in tex-last-buffer-texed.
5848 (tex-region): Use expand-file-name rather than concat.
5849 Remove code made useless by changes in tex-start-tex.
5850 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5851
5852 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5853
58542000-09-28 Dave Love <fx@gnu.org>
5855
5856 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5857
58582000-09-28 Gerd Moellmann <gerd@gnu.org>
5859
5860 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5861 `append'.
5862
58632000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5864
5865 * info.el (Info-extract-pointer): Undo last change.
5866 Instead, fix the position of the `bound' arg to re-search-backward.
5867
58682000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5869
5870 * info.el (Info-extract-pointer):
5871 Widen more carefully, to avoid finding pointers in other nodes.
5872 (Info-index): Use push.
5873
58742000-09-27 Gerd Moellmann <gerd@gnu.org>
5875
5876 * frame.el (set-frame-font): Remove call to obsolete function
5877 frame-update-faces.
5878 (set-foreground-color, set-background-color): Likewise for
5879 frame-update-face-colors.
5880
58812000-09-27 Miles Bader <miles@gnu.org>
5882
5883 * image-file.el: New file.
5884
58852000-09-27 Gerd Moellmann <gerd@gnu.org>
5886
5887 * frame.el (frame-notice-user-settings): Don't call
5888 frame-update-faces, which is a no-op now.
5889
5890 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5891 tool-bar-lines.
5892
58932000-09-27 Dave Love <fx@gnu.org>
5894
5895 * mouse.el: Fix last change.
5896
58972000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5898
5899 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5900
59012000-09-22 Kenichi Handa <handa@etl.go.jp>
5902
5903 * international/quail.el (quail-help): The output message is
5904 improved.
5905
59062000-09-26 Dave Love <fx@gnu.org>
5907
5908 * mouse.el (popup-menu): If POSITION is nil, set it using
5909 mouse-position.
5910
59112000-09-25 Sam Steingold <sds@gnu.org>
5912
5913 * net/browse-url.el (browse-url-file-url): Check for null maps.
5914
59152000-09-26 Gerd Moellmann <gerd@gnu.org>
5916
5917 * frame.el (frame-notice-user-settings): Don't add a
5918 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5919
5920 * frame.el (frame-notice-user-settings):
5921 Make tool-bar-mode and default-frame-alist consistent.
5922
5923 * toolbar/tool-bar.el (tool-bar-help): New function.
5924
59252000-09-25 Gerd Moellmann <gerd@gnu.org>
5926
5927 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5928 current-load-list in top-level forms. Else this leaks a cons cell
5929 every time a defun is called.
5930
5931 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5932
59332000-09-25 Dave Love <fx@gnu.org>
5934
5935 * startup.el (fancy-splash-head): Check XPM is available.
5936
5937 * autoinsert.el (auto-insert): Doc fix.
5938 (auto-insert-alist): Following GNU notices, don't say `copyright
5939 _by_'. Use line-beginning-position.
5940 (auto-insert): Check buffer-file-name is non-nil before use.
5941
59422000-09-25 Gerd Moellmann <gerd@gnu.org>
5943
5944 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5945 starting with `@def' or `@multitable', in addition to ones
5946 specified by the user in auto-fill-inhibit-regexp.
5947
59482000-09-25 Markus Rost <rost@math.ohio-state.edu>
5949
5950 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5951 rmail-dont-reply-to-names matches the empty string.
5952
59532000-09-25 Gerd Moellmann <gerd@gnu.org>
5954
5955 * startup.el (command-line-1, fancy-splash-text): Change the
5956 text to sound more friendly.
5957
59582000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5959
5960 * progmodes/hideshow.el: Update author email address.
5961 Generally, sync w/ maintainer version 5.22.
5962 (hs-hide-all-non-comment-function): New var.
5963 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5964 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5965 (hs-show-region): Delete this command.
5966 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5967
59682000-09-22 Dave Love <fx@gnu.org>
5969
5970 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5971 (hl-line-highlight): Specify buffer when moving overlay.
5972
5973 * progmodes/fortran.el (fortran-mode): Locally set
5974 normal-auto-fill-function.
5975 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5976 (fortran-mode-map): Adjust auto-fill menu entry.
5977
59782000-09-22 Gerd Moellmann <gerd@gnu.org>
5979
5980 * vc-rcs.el (toplevel): Require `vc' when compiling.
5981
5982 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5983
59842000-09-22 Andre Spiegel <spiegel@gnu.org>
5985
5986 * vc.el (vc-switch-backend): Signal an error if the file is not
5987 registered under the new backend.
5988
5989 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5990 without explicit revision number.
5991
59922000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5993
5994 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5995 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5996 (diff-xor): New function.
5997 (diff-find-source-location): Use it. Fix a stupid name clash.
5998 (diff-hunk-status-msg): New function.
5999 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6000 (diff-test-hunk): Use diff-find-source-location.
6001 (diff-goto-source): Favor the `reverse'.
6002 (diff-hunk-text): Properly handle one-sided context diffs.
6003 (diff-apply-hunk): When done, advance to the next hunk.
6004
60052000-09-21 Gerd Moellmann <gerd@gnu.org>
6006
6007 * startup.el (command-line): If frame was created with a non-zero
6008 tool-bar-lines parameter, switch tool-bar-mode on.
6009
6010 * add-log.el (change-log-date-face, change-log-name-face)
6011 (change-log-email-face, change-log-file-face)
6012 (change-log-list-face, change-log-conditionals-face)
6013 (change-log-function-face, change-log-acknowledgement-face):
6014 New faces, inheriting from font-lock faces.
6015 (change-log-font-lock-keywords): Use them.
6016
60172000-09-21 Dave Love <fx@gnu.org>
6018
6019 * progmodes/cperl-mode.el (top-level): Clean up
6020 `eval-when-compile's and assorted defvars.
6021 (cperl-invalid-face): Don't double-quote value. Change custom
6022 type.
6023 (cperl-mode): Set normal-auto-fill-function and don't zap
6024 auto-fill-function.
6025 (cperl-imenu--function-name-regexp-perl): Renamed from
6026 imenu-example--function-name-regexp-perl.
6027 (cperl-imenu--create-perl-index): Renamed from
6028 imenu-example--create-perl-index.
6029 (cperl-xsub-scan): Don't require cl.
6030
6031 * msb.el (msb-mode-map): Use substitute-key-definition.
6032 (msb-mode): Use msb-mode-map.
6033
60342000-09-21 Andre Spiegel <spiegel@gnu.org>
6035
6036 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6037 New functions.
6038 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6039 (vc-switch-backend): New function.
6040 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6041 (vc-register): Fix prompt.
6042 (vc-unregister, vc-default-unregister): New functions.
6043 (vc-version-diff): Handle empty buffer in sentinel.
6044
6045 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6046 (vc-rcs-state-heuristic): Use it to guess the state of files with
6047 non-strict locking.
6048 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6049 been set with -b, but not created yet.
6050 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6051 contents in order to find the state.
6052 (vc-rcs-checkin): Allow creation of branches with no changes.
6053 (vc-rcs-unregister, vc-rcs-receive-file)
6054 (vc-rcs-set-non-strict-locking): New functions.
6055
6056 * vc-hooks.el (vc-name): Force correct computation of the value
6057 in case it is missing.
6058
60592000-09-21 Gerd Moellmann <gerd@gnu.org>
6060
6061 * startup.el (fancy-splash-tail): Use a different foreground
6062 color on a dark frame background.
6063
60642000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6065
6066 * info.el: Use the correct capitalization when making Info-mode
6067 and Info-edit-mode `special' modes.
6068
60692000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6070
6071 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6072 (diff-mode): Add support for add-log.el.
6073 (diff-hunk-text): Use char offsets rather than line offsets.
6074 (diff-find-source-location): Replace LINE with line-offset (nil
6075 if not found) and always set POS to a meaningful position.
6076 Adapt to the new char-offsets.
6077 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6078 Adapt to the new diff-find-source-location.
6079 (diff-goto-source): Adapt to the new diff-find-source-location.
6080
6081 * add-log.el (add-log-file-name): New function (split out of
6082 add-change-log-entry).
6083 (add-change-log-entry): Use it.
6084 Call add-log-file-name-function with the changelog file name if
6085 the current buffer is not associated with any file.
6086 Avoid find-file if the selected window is dedicated.
6087
6088 * diff-mode.el (diff-find-source-location):
6089 Move code from diff-apply-hunk. Return buffer rather than file.
6090 (diff-apply-hunk): Use the new result from diff-find-source-location.
6091 (diff-goto-source): Use the new diff-find-source-location.
6092
60932000-09-20 Dave Love <fx@gnu.org>
6094
6095 * iswitchb.el: Some doc fixes.
6096 (iswitchb-mode-map): Define completely initially. Inherit
6097 minibuffer-local-map.
6098 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6099 fundamental-mode.
6100 (iswitchb-global-map): New variable.
6101 (iswitchb-summaries-to-end): Amalgamate regexps.
6102 (iswitchb-mode): New.
6103 (iswitchb-mode-hook): New variable.
6104 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6105 `extensions'.
6106
61072000-09-20 Gerd Moellmann <gerd@gnu.org>
6108
6109 * ehelp.el (electric-help): New defgroup.
6110 (electric-help-shrink-window): New user-option.
6111 (with-electric-help): Use it.
6112
6113 * window.el (shrink-window-if-larger-than-buffer): If face
6114 `mode-line' has a :box, and we're on a graphical frame, add 1
6115 to the needed window height.
6116
6117 * frame.el (frame-notice-user-settings): Add a last parameter nil
6118 to a call to `append', because the last list passed to `append' is
6119 not copied, and so subsequent calls to assq-delete-all will modify
6120 default-frame-alist.
6121
6122 * startup.el (fancy-splash-image): Change :type.
6123 (fancy-splash-head): Use an XBM image if appropriate.
6124 (command-line-1): Show splash screens in more cases.
6125
6126 * startup.el (fancy-splash-text): Don't quote faces.
6127
6128 * dired.el (dired-font-lock-keywords): Undo last change.
6129 (dired-readin): Bind indent-tabs-mode to nil.
6130
6131 * startup.el (fancy-splash-head): If frame's background mode
6132 is `dark', change the black background of the image to gray.
6133 (fancy-splash-screens): Display startup echo area message.
6134 (display-startup-echo-area-message): New function.
6135
61362000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6137
6138 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6139
6140 * info.el (info-header-node): Tweak for color ttys.
6141
6142 * faces.el (face-valid-attribute-values): Make sure directories we
6143 search for stipples both exist and are readable before trying to
6144 search them.
6145
6146 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6147 in the dry-run case.
6148
6149 * jka-compr.el (with-auto-compression-mode): New macro.
6150
6151 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6152 (custom-group-tag-face, custom-variable-tag-face): Use relative
6153 :height and inherit from `variable-pitch' face instead of
6154 hardwiring :family.
6155 * hi-lock.el (hi-black-hb): Likewise.
6156
6157 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6158 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6159 toolbar-add-item, if image doesn't have a mask add a `:mask
6160 heuristic'.
6161
61622000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6163
6164 * diff-mode.el: Docstring fixes.
6165 (diff-header-face, diff-comment-face): New faces.
6166 (diff-font-lock-keywords): Highlight a bit differently.
6167 (diff-find-source-location): Don't return SPAN any more.
6168 (diff-hunk-text): Don't bother erasing the temp buffer.
6169 (diff-find-text): Drop argument LINE.
6170 (diff-apply-hunk): Update calls to diff-find-text.
6171 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6172
6173 * calendar/calendar.el: Docstring fixes.
6174 (calendar-make-alist): Don't quote lambda.
6175 (calendar-star-date): Use make-local-variable.
6176
61772000-09-19 Dave Love <fx@gnu.org>
6178
6179 * toolbar/tool-bar.el: Renamed from toolbar.el.
6180 Change `toolbar' to `tool-bar' generally in symbols.
6181 Make some items invisible in `special' major modes.
6182 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6183 Add arg PROPS.
6184
6185 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6186 Add :version here.
6187 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6188
61892000-09-19 Gerd Moellmann <gerd@gnu.org>
6190
6191 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6192
6193 * files.el (find-file-suppress-same-file-warnings): New user-option.
6194 (find-file-noselect): Use it.
6195
6196 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6197 (fancy-splash-screen): Defgroup.
6198
6199 * add-log.el (change-log-font-lock-keywords): Match names
6200 more exactly for the case that font-lock-constant-face is
6201 underlined.
6202
62032000-09-19 Richard M. Stallman <rms@gnu.org>
6204
6205 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6206
62072000-09-19 Andre Spiegel <spiegel@gnu.org>
6208
6209 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6210
62112000-09-19 Gerd Moellmann <gerd@gnu.org>
6212
6213 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6214 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6215 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6216 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6217 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6218 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6219 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6220 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6221 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6222 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6223 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6224 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6225
6226 * startup.el (fancy-splash-text): New variable.
6227 (fancy-splash-delay, fancy-splash-image): New user-options.
6228 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6229 (fancy-splash-screens): New functions.
6230 (command-line-1): If display has a `display' frame parameter, has
6231 colors, and we have XPM support, show more fancy splash screens.
6232
62332000-09-19 Dave Love <fx@gnu.org>
6234
6235 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6236 with null `help'. Use modern backquote syntax.
6237
62382000-09-19 Gerd Moellmann <gerd@gnu.org>
6239
6240 * font-lock.el (font-lock-mode): Change message telling the user
6241 that ``the buffer is too big''.
6242
6243 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6244 for instance for the case that tab-width is 2.
6245
62462000-09-18 Gerd Moellmann <gerd@gnu.org>
6247
6248 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6249 toolbar-add-item, if image doesn't have a mask add a `:mask
6250 heuristic'.
6251
62522000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6253
6254 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6255 and return a cons if it's non-nil.
6256 (diff-apply-hunk): Try to jump to the line in the source text
6257 corresponding to the position of point in the in the hunk.
6258
6259 * info.el (Info-title-3-face, Info-title-2-face)
6260 (Info-title-1-face): Use face inheritance and relative sizes
6261 instead of hard-wiring things.
6262
6263 * faces.el (secondary-selection): Make dark-background variant sane.
6264
62652000-09-16 Andrew Innes <andrewi@gnu.org>
6266
6267 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6268 read-only, since they aren't under VC now.
6269
62702000-09-17 Dave Love <fx@gnu.org>
6271
6272 * tmm.el: Replace mapcar with mapc in several places.
6273
6274 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6275 ad-unadvise.
6276
6277 * international/latin1-disp.el: New file.
6278
6279 * calendar/cal-move.el (scroll-calendar-left)
6280 (scroll-calendar-right): Make arg optional (for active mode line).
6281
6282 * calendar/calendar.el (calendar-mode-line-format): Make fields
6283 mouse-sensitive.
6284 (calendar-read-date, calendar-read-date, calendar-window-list):
6285 Unquote lambda.
6286 (calendar-month-name): Use aref, not sref.
6287
6288 * view.el (minor-mode-alist): Propertize the string.
6289
6290 * international/characters.el (standard-case-table): Add entries
6291 for Greek.
6292
62932000-09-18 Miles Bader <miles@gnu.org>
6294
6295 * info.el (info-node, info-xref): Add dark-background variants.
6296
6297 * faces.el (header-line): Change defaults to be less confusing
6298 when mixed with mode-lines.
6299
6300 * info.el (Info-fontify-node): Make a few cleanups.
6301 Add extra `help-echo' and `local-map' props to node xrefs.
6302 Use header-specific faces for node-names & xrefs.
6303 (Info-use-header-line): New variable.
6304 (info-header-xref, info-header-node): New faces.
6305 (Info-setup-header-line): New function.
6306 (Info-select-node): Call Info-setup-header-line when enabled.
6307 (Info-extract-pointer): Work even if the header line is hidden.
6308 (Info-header-line): New variable.
6309
63102000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6311
6312 * vms-patch.el (print-region-function): Don't quote lambda.
6313
6314 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6315
6316 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6317 (lm-get-header-re): Allow spaces between the header and the colon.
6318 (lm-header): Allow $ in non-RCS headers.
6319 (lm-header-multiline): Put the strings back into order.
6320 Stop at an empty line. Don't require two space chars if the
6321 line is clearly not another header line.
6322
6323 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6324 (popup-menu-popup): Remove.
6325
63262000-09-15 Gerd Moellmann <gerd@gnu.org>
6327
6328 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6329 specification if or if not tool-bar item contains an `:enabled'
6330 property.
6331
6332 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6333 current buffer has no file name.
6334
63352000-09-15 Dave Love <fx@gnu.org>
6336
6337 * strokes.el: Sync with maintainer's current version with changes
6338 for Emacs, but avoid runtime cl and levents.
6339 (toplevel): Change autoloads and compilation requires.
6340 (strokes-version, strokes-bug-address, strokes-lift): Values
6341 changed.
6342 (strokes-xpm-header, strokes-insinuated): New variable.
6343 (strokes): Add :link.
6344 (strokes-mode): Customized.
6345 (strokes-while-inhibiting-garbage-collector): New macro.
6346 (strokes-remassoc): Avoid remove-if.
6347 (strokes-fix-button2-command): Don't use ad-do-it.
6348 (strokes-insinuate): New function.
6349 (strokes-button-press-event-p, strokes-button-release-event-p):
6350 New functions, used instead of non-`strokes-' versions..
6351 (strokes-mouse-event-p): Rewritten.
6352 (strokes-event-closest-point): Avoid event-point.
6353 (strokes-get-grid-position): Avoid cdadr, caadr
6354 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6355 functions.
6356 (strokes-help): Use with-output-to-temp-buffer.
6357 (strokes-window-configuration-changed-p): New function.
6358 (strokes-update-window-configuration): Use buffer-live-p,
6359 strokes-window-configuration-changed-p.
6360 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6361 (strokes-char-face): New face.
6362 (strokes-char-table, strokes-base64-chars): New variable.
6363 (strokes-xpm-for-stroke, strokes-list-strokes)
6364 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6365 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6366 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6367 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6368 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6369 functions.
6370
63712000-09-15 Gerd Moellmann <gerd@gnu.org>
6372
6373 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6374
6375 * image.el (create-image): Doc fix.
6376
6377 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6378 instead of `:heuristic-mask t'.
6379
63802000-09-14 Andrew Innes <andrewi@gnu.org>
6381
6382 * makefile.w32-in: Revert to Unix line endings.
6383
63842000-09-14 Andrew Innes <andrewi@gnu.org>
6385
6386 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6387 when installing.
6388
6389 * makefile.nt (DONTCOMPILE): Fix typo.
6390
6391 * shell.el (shell-write-history-on-exit): New function.
6392 (shell-dumb-shell-regexp): New custom variable.
6393 (shell-mode): Make shell-write-history-on-exit the process
6394 sentinel if shell name matches shell-dumb-shell-regexp.
6395
6396 * w32-fns.el: Comment out before-init-hook function which resets
6397 source-directory based; this breaks bootstrap.
6398
63992000-09-14 Dave Love <fx@gnu.org>
6400
6401 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6402 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6403 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6404 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6405 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6406 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6407 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6408 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6409 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6410
6411 * toolbar/toolbar.el: New.
6412
6413 * subdirs.el: Add toolbar.
6414
64152000-09-14 Gerd Moellmann <gerd@gnu.org>
6416
6417 * indent.el (indent-for-tab-command): Doc fix.
6418
64192000-09-14 Alex Schroeder <alex@gnu.org>
6420
6421 * ansi-color.el (ansi-colors): Doc change.
6422 (ansi-color-get-face): Simplified regexp.
6423 (ansi-color-faces-vector): Added more faces, doc change.
6424 (ansi-color-names-vector): Doc change.
6425 (ansi-color-regexp): Simplified regexp.
6426 (ansi-color-parameter-regexp): New regexp.
6427 (ansi-color-filter-apply): Doc change.
6428 (ansi-color-filter-region): Doc change.
6429 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6430 deal with zero length parameters.
6431 (ansi-color-apply-on-region): Doc change.
6432 (ansi-color-map): Doc change.
6433 (ansi-color-map-update): Removed debugging message.
6434 (ansi-color-get-face-1): Added condition-case to trap
6435 args-out-of-range errors.
6436 (ansi-color-get-face): Doc change.
6437 (ansi-color-make-face): Removed.
6438 (ansi-color-for-shell-mode): New option.
6439
64402000-09-13 Kenichi Handa <handa@etl.go.jp>
6441
6442 * international/quail.el (quail-start-translation): Translate KEY
6443 if necessary even if it doesn't have any mapping in the current
6444 input method.
6445 (quail-start-conversion): Likewise.
6446 (quail-help): The output message is improved.
6447
64482000-09-13 Miles Bader <miles@gnu.org>
6449
6450 * comint.el (comint-output-filter): Revert to using
6451 `insert-before-markers'. Add bletcherous hack to undo damage
6452 caused by `insert-before-markers'. Put `front-sticky' property on
6453 overlays created here so that the field code understands how the
6454 overlay works. Use a let when making comint-last-prompt-overlay,
6455 so that the code is easier to read.
6456
64572000-09-13 Dave Love <fx@gnu.org>
6458
6459 * wid-edit.el (widget-default-format-handler): DTRT when
6460 doc-property is a function.
6461
64622000-09-12 Francesco Potorti` <pot@gnu.org>
6463
6464 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6465 filed name if it's not there.
6466
64672000-09-12 Dave Love <fx@gnu.org>
6468
6469 * simple.el (read-mail-command): Doc fix.
6470 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6471
6472 * vc.el (vc-dired-listing-switches): Fix :version.
6473
6474 * vc-hooks.el: Doc fixes.
6475
6476 * subr.el (add-minor-mode): Use toggle-fun arg.
6477
6478 * speedbar.el: Add :version to several defcustoms.
6479
6480 * imenu.el (imenu--truncate-items, imenu--cleanup)
6481 (imenu--generic-function): Avoid mapcar.
6482 (imenu--replace-spaces): Function removed.
6483 (imenu--completion-buffer): Use subst-char-in-string.
6484 (imenu-add-to-menubar): Use keymap inheritance.
6485
64862000-09-12 Miles Bader <miles@gnu.org>
6487
6488 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6489 (diff-mode-map): Bind `diff-test-hunk'.
6490 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6491
64922000-09-11 Gerd Moellmann <gerd@gnu.org>
6493
6494 * bytecomp.el (byte-compile-defvar): Undo last change
6495 because it breaks '(make-variable-buffer-local (defvar ...)'
6496 which is used at least in dired.
6497
64982000-09-12 Kenichi Handa <handa@etl.go.jp>
6499
6500 * international/quail.el (quail-define-package): Docstring
6501 modified.
6502
65032000-09-12 Kenichi Handa <handa@etl.go.jp>
6504
6505 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6506 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6507 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6508 docstring of "chinese-py".
6509
6510 * international/quail.el (quail-translation-docstring): New
6511 variable.
6512 (quail-show-keyboard-layout): Docstring modified.
6513 (quail-select-current): Likewise.
6514 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6515 infinite recursive call.
6516 (quail-help): Check quail-translation-docstring. Format of the
6517 output changed.
6518 (quail-help-insert-keymap-description): Adjusted for the above
6519 change.
6520
65212000-09-11 Gerd Moellmann <gerd@gnu.org>
6522
6523 * bytecomp.el (byte-compile-defvar): Only cons onto
6524 current-load-list in top-level forms. Else this leaks a cons cell
6525 every time a defun is called.
6526
65272000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6528
6529 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6530 Now understands non-unified diffs. Some functionality moved into
6531 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6532 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6533 modify anything. Only reposition point in the patched file if the
6534 patch succeeds. Only pop up another window if POPUP is true.
6535 Emit a message describing what happened if successful, and at what
6536 line-offset. Automatically detect reversed hunks and do something
6537 appropriate.
6538 (diff-hunk-text, diff-find-text): New functions.
6539 (diff-filter-lines): Function removed.
6540 (diff-test-hunk): New function.
6541 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6542
65432000-09-10 Dave Love <fx@gnu.org>
6544
6545 * textmodes/tildify.el: Minor doc/commentary fixes.
6546 (tildify) <defgroup>: Add :version.
6547
6548 * faces.el (face-x-resources): Make custom type more specific.
6549 (frame-background-mode): Use mapc.
6550 (region) <defcustom>: Add :version.
6551
65522000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6553
6554 * vc-sccs.el (vc-sccs-register):
6555 * vc-rcs.el (vc-rcs-register):
6556 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6557 * vc.el (vc-register): Clear file's properties.
6558
65592000-09-08 Gerd Moellmann <gerd@gnu.org>
6560
6561 * faces.el (face-spec-set): Only face-spec-reset-face when
6562 ATTRS is non-nil.
6563
65642000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6565
6566 * help.el (help-insert-xref-button): Fix a typo in doc string.
6567
65682000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6569
6570 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6571 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6572 methods.
6573
6574 * menu-bar.el (read-mail-item-name): New function.
6575 (menu-bar-tools-menu): Use it to compute and display the package
6576 used to read email.
6577 (menu-bar-tools-menu): Fix typo in GUD's help string.
6578
65792000-09-07 Dave Love <fx@gnu.org>
6580
6581 * diff-mode.el (diff-mouse-goto-source): New function.
6582
6583 * vc-sccs.el: Doc fixes.
6584 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6585
6586 * vc-rcs.el: Doc fixes.
6587 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6588 (vc-rcs-checkout-switches, vc-rcs-header)
6589 (vc-rcs-master-templates): Add or change :version.
6590
6591 * vc-cvs.el: Doc fixes.
6592 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6593 (vc-cvs-stay-local): Add :version.
6594
6595 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6596
65972000-09-07 Kenichi Handa <handa@etl.go.jp>
6598
6599 * international/quail.el (quail-help): Fix previous change.
6600
66012000-09-07 Gerd Moellmann <gerd@gnu.org>
6602
6603 * faces.el (color-values): Doc fix.
6604
6605 * faces.el (frame-set-background-mode): Use frame-parameter
6606 instead of frame-parameters.
6607
6608 * frame.el (filtered-frame-list): Reduce consing.
6609 (frames-on-display-list): Call frame-parameter instead of
6610 frame-parameters.
6611
66122000-09-07 Kenichi Handa <handa@etl.go.jp>
6613
6614 * language/devan-util.el (devanagari-to-indian-region): In the
6615 loop, change the following char, not preceding char.
6616
66172000-09-07 Gerd Moellmann <gerd@gnu.org>
6618
6619 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6620 instead of frame-parameters.
6621
6622 * faces.el (set-face-attribute): Simplify by calling
6623 internal-set-lisp-face-attribute with FRAME being 0.
6624
6625 * vc.el: Remove `Id' version control keyword.
6626
66272000-09-07 Kenichi Handa <handa@etl.go.jp>
6628
6629 * help.el (help-make-xrefs): Adjusted for the change of
6630 help-xref-mule-regexp.
6631 (help-insert-xref-button): New function.
6632
6633 * international/mule-cmds.el (help-xref-mule-regexp-template):
6634 Include the pattern for character set.
6635 (leim): New group.
6636
6637 * international/quail.el: Don't require face.
6638 (quail): New group.
6639 (quail-other-command): Dummy command to make quail-help work better.
6640 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6641 (quail-keyboard-layout-substitution): New variable.
6642 (quail-update-keyboard-layout): New function.
6643 (quail-keyboard-layout-type): New customizable variable.
6644 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6645 (quail-keyboard-translate): Pay attention to
6646 quail-keyboard-layout-substitution.
6647 (quail-insert-kbd-layout): New function.
6648 (quail-show-keyboard-layout): New function.
6649 (quail-get-translation): If the definition is a vector of length
6650 1, and the element is a string of length 1, return the character
6651 in that string.
6652 (quail-update-current-translations): Fix the case of
6653 relative-index out of range.
6654 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6655 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6656 Show key sequences for all available characters.
6657 (quail-help-insert-keymap-description): Don't show such verbose
6658 key bindings as quail-self-insert-command.
6659
6660 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6661 Format changed, and each element now have extra documentations.
6662 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6663 Adjusted for the change of quail-cxterm-package-ext-info.
6664
66652000-09-06 Gerd Moellmann <gerd@gnu.org>
6666
6667 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6668 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6669 during bootstrap.
6670
66712000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6672
6673 * vc.el: (toplevel): Don't require `dired' at run-time.
6674 (vc-dired-resynch-file): Remove autoload cookie.
6675
66762000-09-05 Andre Spiegel <spiegel@gnu.org>
6677
6678 * vc.el: Made several backend functions optional.
6679 (vc-default-responsible-p): New function.
6680 (vc-merge): Use RET for first version to trigger merge-news, not
6681 prefix arg.
6682 (vc-annotate): Handle backends that do not support annotation.
6683 (vc-default-merge-news): Removed. The existence of a merge-news
6684 implementation is now checked on caller sites.
6685
6686 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6687 case.
6688
6689 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6690 special case that has been removed from the default in vc-hooks.el.
6691
66922000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6693
6694 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6695
66962000-09-05 Andre Spiegel <spiegel@gnu.org>
6697
6698 * vc-hooks.el: Require vc during compilation.
6699 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6700 macro `with-vc-properties' in vc.el.
6701 (vc-file-getprop): Doc fix.
6702 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6703
6704 * vc.el: Require dired-aux during compilation.
6705 (vc-name-assoc-file): Moved to vc-sccs.el.
6706 (with-vc-properties): New macro.
6707 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6708 vc-finish-steal): Use it.
6709 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6710 to the backend-specific function is now supposed to do the checkout,
6711 too.
6712 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6713
6714 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6715 set file properties; that gets done in the generic code now.
6716
6717 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6718 Changed parameter list, added code from vc.el that does the
6719 checkout, possibly with a double-take.
6720
6721 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6722 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6723 the above under the new name.
6724 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6725 parameter list, added checkout command.
6726 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6727 properties; that gets done in the generic code now.
6728
67292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6730
6731 * vc.el: Docstring fixes (courtesy of checkdoc).
6732
67332000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6734
6735 * vc.el (vc-checkout-writable-buffer-hook)
6736 (vc-checkout-writable-buffer): Remove.
6737 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6738 (vc-log-mode): Make it into a clean derived major mode.
6739 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6740 vc-log-mode if log-edit is not available.
6741 (vc-dired-mode-map): Don't set-keymap-parent yet.
6742 (vc-dired-mode): Do set-keymap-parent here.
6743 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6744
67452000-09-05 Gerd Moellmann <gerd@gnu.org>
6746
6747 * faces.el (set-face-attribute, face-spec-reset-face)
6748 (face-spec-set): Avoid consing by removing calls to `apply'.
6749
6750 * frame.el (frame-parameter): Move to C code.
6751
67522000-09-05 Dave Love <fx@gnu.org>
6753
6754 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6755 insert-before-markers-and-inherit. Now checked systematically!
6756
67572000-09-05 Alex Schroeder <alex@gnu.org>
6758
6759 * sql.el (sql-postgres): Use sql-postgres-options.
6760 (sql-postgres-options): New variable.
6761
67622000-09-05 Alex Schroeder <alex@gnu.org>
6763
6764 * sql.el (sql-mode-menu): Work around missing variable mark-active
6765 in XEmacs.
6766 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6767 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6768 compatibility.
6769
67702000-09-04 Gerd Moellmann <gerd@gnu.org>
6771
6772 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6773
6774 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6775
6776 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6777
67782000-09-04 Andre Spiegel <spiegel@gnu.org>
6779
6780 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6781 don't support anything else under SCCS yet.
6782
6783 * vc-hooks.el: Minor doc fixes.
6784
67852000-09-04 Andre Spiegel <spiegel@gnu.org>
6786
6787 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6788 not necessary. If verbose in state `needs-patch', do the same as
6789 under `up-to-date'. When NOT verbose and `needs-patch', check out
6790 latest version instead of `merge-news'.
6791 (vc-next-action-dired): Don't mess with default-directory here; it
6792 breaks other parts of dired. It is the job of the
6793 backend-specific functions to adjust it temporarily if they need it.
6794 (vc-next-action): Remove a special CVS case.
6795 (vc-clear-headers): New optional arg FILE.
6796 (vc-checkin, vc-checkout): Set properties vc-state and
6797 vc-checkout-time properly.
6798 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6799 (vc-print-log): Use new backend function `show-log-entry'.
6800 (vc-cancel-version): Do the checks in a different order. Added a
6801 FIXME concerning RCS-only code.
6802
6803 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6804 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6805
6806 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6807
6808 * vc-hooks.el (vc-default-mode-line-string): Show state
6809 `needs-patch' as a `-' too.
6810
68112000-09-04 Andre Spiegel <spiegel@gnu.org>
6812
6813 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6814 (vc-default-could-register): New function.
6815 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6816 (vc-resynch-buffer): Call vc-dired-resynch-file.
6817 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6818 vc-resynch-buffer instead of vc-resynch-window.
6819 (vc-next-action-dired): Don't redisplay here, that gets done as a
6820 result of the individual file operations.
6821 (vc-retrieve-snapshot): Corrected prompt order.
6822
6823 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6824
6825 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6826 as well.
6827 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6828 hostname regexps. Updated all callers.
6829 (vc-cvs-responsible-p): Handle directories as well.
6830 (vc-cvs-could-register): New function.
6831 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6832 properties up-to-date.
6833
6834 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6835 user whether to create one.
6836
68372000-09-04 Andre Spiegel <spiegel@gnu.org>
6838
6839 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6840 check out a non-existing file.
6841
6842 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6843 workfile does not exist.
6844
6845 * vc.el (vc-version-diff): Use `require' to check for existence of
6846 diff-mode.
6847
68482000-09-04 Andre Spiegel <spiegel@gnu.org>
6849
6850 * vc-cvs.el (vc-cvs-registered): Use new function
6851 vc-cvs-parse-entry to do the actual work.
6852
68532000-09-04 Andre Spiegel <spiegel@gnu.org>
6854
6855 * vc-hooks.el (vc-find-backend-function): If function doesn't
6856 exist, return nil instead of error.
6857 (vc-call-backend): Doc fix.
6858
6859 * vc.el (vc-do-command): Doc fix.
6860 (vc-finish-logentry): When checking in from vc-dired, choose the
6861 right backend for logentry check.
6862 (vc-dired-mode-map): Inherit from dired-mode-map.
6863 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6864 simplified.
6865 (vc-dired-state-info): Removed, updated caller.
6866 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6867 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6868 (vc-dired-listing-switches): New variable.
6869 (vc-directory): Use it, instead of dired-listing-switches.
6870
6871 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6872 (vc-cvs-dir-state): New function.
6873 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6874 (vc-cvs-parse-entry): New function, also to be used in
6875 vc-cvs-registered.
6876
68772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6878
6879 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6880 *or* single-window-frames.
6881
68822000-09-04 Andre Spiegel <spiegel@gnu.org>
6883
6884 * vc.el (vc-update-changelog): Split into generic part and default
6885 implementation. Doc string adapted.
6886 (vc-default-update-changelog): New function. Call the `rcs2log'
6887 script in exec-directory, to fix a long-standing nuisance.
6888
6889 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6890 simply signals an error.
6891
68922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6893
6894 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6895 control-flow more clear and to avoid running `cvs' twice.
6896
6897 * vc.el (vc-next-action-on-file): Doc fix.
6898 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6899 (vc-print-log): Eval `file' before constructing the continuation.
6900
69012000-09-04 Andre Spiegel <spiegel@gnu.org>
6902
6903 * vc.el (vc-next-action-on-file): Corrected several messages.
6904 (vc-merge): Add prefix arg `merge-news'; handle it.
6905
6906 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6907 is not reached. It is.
6908 (vc-cvs-merge): Set state to 'edited after merge.
6909 (vc-cvs-merge-news): Set workfile version to nil if not known.
6910 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6911
6912 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6913 via stdout. (Merge from main line.)
6914
69152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6916
6917 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6918 detection.
6919
69202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6921
6922 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6923 against kill-all-local-variables.
6924 (vc-log-edit): Don't save vc-parent-buffer any more.
6925 (vc-last-comment-match): Initialize to an empty string.
6926 (vc-post-command-functions): New hook.
6927 (vc-do-command): Run it.
6928 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6929 (vc-finish-logentry): Only add the comment to the ring if it's
6930 different from the last comment entered.
6931 (vc-new-comment-index): New function.
6932 (vc-previous-comment): Use it. Make the minibuffer message
6933 slightly less terse.
6934 (vc-comment-search-reverse): Make it work forward as well. Don't
6935 set vc-comment-ring-index if no match is found. Use
6936 vc-new-comment-index.
6937 (vc-comment-search-forward): Use vc-comment-search-reverse.
6938 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6939 define-derived-mode will do it for us. Bind `v' to a keymap that
6940 inherits from vc-prefix-map so that we can bind `vt' without
6941 binding C-x v t.
6942 (vc-retrieve-snapshot): Parenthesis typo.
6943
6944 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6945 to 1. Make sure to switch to *vc* before looking for an error
6946 message. Use vc-parse-buffer.
6947
69482000-09-04 Andre Spiegel <spiegel@gnu.org>
6949
6950 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6951 and NAME.
6952 (vc-retrieve-snapshot): Split into two parts.
6953 (vc-default-retrieve-snapshot): New function.
6954
6955 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6956 (vc-cvs-retrieve-snapshot): New function (untested).
6957 (vc-cvs-stay-local): Default to t.
6958 (vc-cvs-remote-p): New function and property.
6959 (vc-cvs-state): Stay local only if the above is t.
6960 (vc-handle-cvs): Removed.
6961 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6962 done via vc-handled-backends now.
6963 (vc-cvs-header): Escape Id.
6964
69652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6966
6967 * vc.el (vc-do-command): Remove unused commands.
6968 (vc-version-diff): Make sure default-directory ends with a slash.
6969 Move the window commands into a vc-exec-after.
6970 (vc-print-log): Move more of the code into the `vc-exec-after'.
6971
69722000-09-04 Andre Spiegel <spiegel@gnu.org>
6973
6974 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6975 (vc-print-log): Search current revision from beginning of buffer.
6976 (vc-revert-buffer): Clear echo area after the diff is finished.
6977 (vc-prefix-map): Removed definition of "t" for terse display in vc
6978 dired.
6979 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6980 definition of "vt" for terse display.
6981 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6982
69832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6984
6985 * vc.el (vc-exec-after): Avoid caddr.
6986
69872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6988
6989 * vc.el (vc-exec-after): New function.
6990 (vc-do-command): Use it to add a termination message for async
6991 procs.
6992 (vc-checkout): Try to handle a missing-backend situation.
6993 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6994 of a directory with a backend using async diffs.
6995 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6996 present.
6997
6998 * vc-sccs.el (vc-sccs-state-heuristic): Use
6999 file-ownership-preserved-p.
7000
7001 * vc-rcs.el (vc-rcs-state-heuristic): Use
7002 file-ownership-preserved-p.
7003 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7004
70052000-09-04 Andre Spiegel <spiegel@gnu.org>
7006
7007 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7008 vc-do-command.
7009
7010 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7011 when there are no changes.
7012
70132000-09-04 Andre Spiegel <spiegel@gnu.org>
7014
7015 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7016
7017 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7018
70192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7020
7021 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7022
7023 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7024 the `fset' outside of the defvar so that it works even if
7025 vc-prefix-map was already defined.
7026 (vc-setup-buffer): New function, split out of vc-do-command.
7027 (vc-do-command): Allow BUFFER to be t to mean `just use the
7028 current buffer without any fuss'.
7029 (vc-version-diff): Change the `diff' backend operation to just put
7030 the diff in the current buffer without erasing it. Always use
7031 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7032 shrink-window-if-larger-than-buffer.
7033 (vc-print-log): Change the `print-log' backend operation to just
7034 put the log in the current buffer without erasing it. Protect
7035 shrink-window-if-larger-than-buffer.
7036 (vc-update-change-log): Fix setd typo.
7037
7038 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7039 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7040
7041 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7042 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7043 CMP.
7044
7045 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7046 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7047 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7048
70492000-09-04 Andre Spiegel <spiegel@gnu.org>
7050
7051 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7052 not possible, use vc-BACKEND-workfile-unchanged-p.
7053 (vc-default-workfile-unchanged-p): New function. Delegates to a
7054 full vc-BACKEND-diff.
7055
7056 * vc-hooks.el (vc-simple-command): Removed.
7057
7058 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7059 instead of vc-simple-command.
7060 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7061 avoid doing a diff when opening a file.
7062 (vc-rcs-state): Added check for unlocked-changes.
7063 (vc-rcs-header): Escape Id.
7064 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7065 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7066 version.
7067
7068 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7069 (vc-sccs-diff): Remove optional arg CMP.
7070 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7071 SCCS-specific function.
7072
7073 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7074 vc-simple-command.
7075
70762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7077
7078 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7079 (with-vc-file, vc-merge): Use vc-editable-p.
7080 (vc-do-command): Remove unused var vc-file and fix the
7081 doubly-defined `status' var. Add a user message when starting an
7082 async command.
7083 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7084 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7085 Use with-current-buffer.
7086 (vc-buffer-sync): Use unless.
7087 (vc-next-action-on-file): If the file is 'edited by read-only,
7088 make it read-write instead of trying to commit.
7089 (vc-version-diff, vc-update-change-log): Use `setq
7090 default-directory' rather than `cd'.
7091 (vc-log-edit): Don't forget to set default-directory in the
7092 buffer.
7093
7094 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7095 (vc-sccs-state-heuristic): Use file-writable-p instead of
7096 comparing userids.
7097 (vc-sccs-checkout): Use `unless'.
7098
7099 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7100 of comparing userids.
7101 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7102 Simplify the logic by eliminating unreachable code.
7103 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7104 just do a recursive call if we need to retry.
7105 (vc-rcs-checkout): Handle the case where rcs is missing by making
7106 the buffer read-write if requested and re-signalling the error.
7107
7108 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7109
71102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7111
7112 * vc-hooks.el (vc-handled-backends): Docstring change.
7113 (vc-ignore-vc-files): Mark obsolete.
7114 (vc-registered): Check vc-ignore-vc-files.
7115 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7116 vc-ignore-vc-files.
7117
7118 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7119
71202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7121
7122 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7123 files since ange-ftp already has vc-registered return nil.
7124
7125 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7126 (vc-sccs-workfile-version): Use with-temp-buffer and new
7127 vc-parse-buffer and don't bother setting the property.
7128 (vc-sccs-add-triple): Use with-current-buffer and
7129 find-file-noselect.
7130 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7131
7132 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7133 derives from the old vc-parse-buffer but uses the revision number
7134 rather than the date (much easier to compare robustly).
7135 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7136 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7137 locking-user more directly. Check strict locking and set
7138 checkout-model appropriately.
7139 (vc-rcs-parse-locks): Remove.
7140 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7141 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7142 (vc-rcs-system-release): Use with-current-buffer and
7143 vc-parse-buffer.
7144 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7145
7146 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7147 (vc-simple-command): Docstring fix.
7148 (vc-registered): Align the way the file-handler is called with the
7149 way the function itself works.
7150 (vc-file-owner): Remove.
7151
7152 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7153 extraction of fields and call to file-attributes because of a
7154 temporary bug in rcp.el.
7155 (vc-cvs-fetch-status): Use with-current-buffer.
7156
71572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7158
7159 * vc.el (vc-do-command): Use file-relative-name.
7160 (vc-responsible-backend): Use vc-backend if possible.
7161 (vc-create-snapshot): Improve the `interactive' spec. Add support
7162 for branches and dispatch to backend-specific `create-snapshot'.
7163 (vc-default-create-snapshot): New function, containing the bulk of
7164 the old vc-create-snapshot.
7165 (vc-retrieve-snapshot): Improve the interactive spec.
7166
7167 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7168 (vc-backend-hook-functions): Remove.
7169 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7170 (vc-backend): Reintroduce the test for `file = nil' now that I
7171 know why it was there (and added a comment to better remember).
7172
7173 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7174 code from vc-sccs-hooks.el.
7175 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7176 'vc anymore.
7177 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7178 and file-directory-p instead of file-exists-p.
7179 (vc-sccs-check-headers): Simplify the regexp.
7180
7181 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7182 from vc-rcs-hooks.el. Don't require 'vc anymore.
7183 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7184 file-directory-p instead of file-exists-p.
7185
7186 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7187 from vc-cvs-hooks.el.
7188 (proto vc-cvs-registered): Require 'vc-cvs instead of
7189 'vc-cvs-hooks. Don't require 'vc anymore.
7190 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7191 file-directory-p instead of file-exists-p.
7192 (vc-cvs-create-snapshot): New function, replacing
7193 vc-cvs-assign-name.
7194 (vc-cvs-assign-name): Remove.
7195
71962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7197
7198 * vc-cvs.el (vc-cvs-header): New var.
7199
7200 * vc-rcs.el (vc-rcs-exists): Remove.
7201 (vc-rcs-header): New var.
7202
7203 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7204 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7205 (vc-sccs-header): New var.
7206
7207 * vc.el (vc-do-command): Get rid of the `last' argument.
7208 (vc-header-alist): Remove, replaced by vc-X-header.
7209 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7210 (vc-dired-hook): Use expand-file-name instead of concat.
7211 (vc-directory): Use file-name-as-directory.
7212 (vc-snapshot-precondition, vc-create-snapshot)
7213 (vc-retrieve-snapshot): Allow the command to operate on any
7214 directory.
7215
7216 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7217 just removing the 'WORKFILE argument or by removing the 'MASTER
7218 argument and replacing `file' with (vc-name file).
7219
72202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7221
7222 * vc.el: Update Copyright and add a crude list of backend funs.
7223 (vc-writable-p): New function.
7224 (with-vc-file): Use vc-writable-p.
7225 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7226 (vc-register): Avoid vc-name.
7227 (vc-locking-user): Remove.
7228 (vc-steal-lock): Make the `owner' arg non-optional.
7229 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7230 vc-checkout-model.
7231 (vc-default-dired-state-info): Use vc-state instead of
7232 vc-locking-user and return special strings for special states.
7233 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7234 and get rid of one of the special CVS cases.
7235 (vc-cancel-version): prettify error message with \\[...].
7236 (vc-rename-master): New function.
7237 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7238 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7239 the CVS special case generic.
7240 (vc-default-record-rename): Remove.
7241 (vc-file-tree-walk-internal): Only call FUNC for files that are
7242 under control of some VC backend and replace `concat' with
7243 expand-file-name.
7244 (vc-file-tree-walk): Update docstring.
7245 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7246 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7247
7248 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7249 vc-sccs-record-rename. Use `find-file-noselect' rather than
7250 `find-file' and call `vc-rename-master' to do the actual move.
7251 (vc-sccs-diff): Remove unused `backend' variable.
7252
7253 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7254 to delay loading of vc-sccs until it is really used.
7255 (vc-sccs-master-templates): Preload.
7256 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7257 (vc-sccs-project-dir): Remove (merged into
7258 vc-sccs-search-project-dir).
7259 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7260 rather than `concat', make sure it is preloaded and don't bother
7261 to check that the file actually exists.
7262 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7263 `locks' argument (use buffer's content instead) and eliminate n^2
7264 behavior.
7265
7266 * vc-rcs.el: Update Copyright.
7267 (vc-rcs-rename-file): New function.
7268 (vc-rcs-diff): Remove unused `backend' variable.
7269
7270 * vc-hooks.el: Update Copyright.
7271 (vc-backend): Don't accept a nil argument any more.
7272 (vc-up-to-date-p): Turn into a defsubst.
7273 (vc-possible-master): New function.
7274 (vc-check-master-templates): Use `vc-possible-master' and allow
7275 funs in vc-X-master-templates to return a non-existent file.
7276
7277 * vc-cvs.el: Update Copyright.
7278 (vc-cvs-diff): Remove unused `backend' variable.
7279 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7280
7281 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7282
72832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7284
7285 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7286 since it can be called from vc-rcs.el.
7287 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7288
72892000-09-04 Andre Spiegel <spiegel@gnu.org>
7290
7291 * vc.el (vc-version-diff): Expand file name read from the
7292 minibuffer. Handle the case when a previous version number can't
7293 be guessed. Give suitable messages when there were no differences
7294 found.
7295 (vc-clear-headers): Call backend-specific implementation, if one
7296 exists.
7297 (vc-cancel-version): Made error checks generic. When done, clear
7298 headers generically, too.
7299
7300 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7301 from vc-clear-headers in vc.el.
7302
7303 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7304 correctly.
7305 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7306 optional. Handle the case when it's not there.
7307
73082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7311
73122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7313
7314 * vc-hooks.el (vc-loadup): Remove.
7315 (vc-find-backend-function): Use `require'. Also, handle the case
7316 where vc-BACKEND-hooks.el doesn't exist.
7317 (vc-call-backend): Cleanup.
7318
73192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7320
7321 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7322 vc-rcs-grab-templates)
7323 (vc-rcs-registered): Remove. The default function works as well.
7324 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7325 vc-sccs-grab-templates)
7326 (vc-sccs-registered): Remove. The default function works as well.
7327
7328 * vc.el (vc-version-diff): Left out a vc- in call to
7329 vc-call-backend.
7330 (vc-default-dired-state-info, vc-default-record-rename)
7331 (vc-default-merge-news): Update for the new backend argument.
7332
7333 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7334 using the default function.
7335 (vc-call-backend): If calling the default function, pass it the
7336 backend as first argument. Update the docstring accordingly.
7337 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7338 for the new backend argument.
7339 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7340 (vc-find-backend-function): Use the new name.
7341 (vc-default-registered): New function.
7342
73432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7344
7345 * vc.el (vc-merge): Use vc-find-backend-function.
7346
7347 * vc-hooks.el (vc-backend-functions): Remove.
7348 (vc-loadup): Don't setup 'vc-functions.
7349 (vc-find-backend-function): New function.
7350 (vc-call-backend): Use above fun and populate 'vc-functions
7351 lazily.
7352 (vc-backend-defines): Remove.
7353
73542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7355
7356 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7357 Call vc-call-backend without the leading vc-.
7358 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7359 (vc-check-headers): Call vc-call-backend without the leading vc-.
7360 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7361 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7362 Call vc-call-backend without the leading vc-.
7363
7364 * vc-cvs.el (tail): Provide vc-cvs.
7365 * vc-sccs.el (tail): Provide vc-sccs.
7366 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7367
7368 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7369 (vc-make-backend-function, vc-call): Pass names without leading
7370 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7371 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7372 (vc-call-backend): Always try to load vc-X-hooks.
7373 (vc-registered): Remove vc- in call to vc-call-backend.
7374
73752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7376
7377 * vc.el (vc-process-filter): New function.
7378 (vc-do-command): Setup `vc-process-filter' for the async process.
7379 (vc-maybe-resolve-conflicts): New function to reduce
7380 code-duplication. Additionally, it puts the buffer in
7381 `smerge-mode' if applicable.
7382 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7383 calling `merge-news'.
7384 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7385 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7386 interfacing to log-edit.el.
7387 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7388 log-edit is available.
7389 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7390
73912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7392
7393 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7394 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7395 defvar and the initialization.
7396 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7397
7398 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7399 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7400
7401 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7402
74032000-09-04 Andre Spiegel <spiegel@gnu.org>
7404
7405 * vc.el (vc-file-clear-masterprops): Removed.
7406 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7407 (vc-version-diff): Use buffer-size without argument.
7408 (vc-register): Heed vc-initial-comment.
7409
7410 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7411 default branch.
7412
7413 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7414 file name and workfile version.
7415 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7416
7417 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7418 vc-file-clear-masterprops.
7419
7420 * vc-sccs.el (vc-sccs-checkout): Removed call to
7421 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7422 rather than user login name.
7423
7424
74252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7426
7427 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7428 `want-differences-if-changed' and simplify.
7429 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7430 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7431 output (which is invalid for async vc-diff) to decide whether to
7432 do the revert silently or not.
7433
74342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7435
7436 * vc-hooks.el (vc-loadup): Load files quietly.
7437 (vc-call-backend): Oops, brain fart.
7438
74392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7440
7441 * vc-cvs.el (vc-cvs-state): Typo.
7442 (vc-cvs-merge-news): Return the status code rather than the error msg.
7443
74442000-09-04 Andre Spiegel <spiegel@gnu.org>
7445
7446 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7447 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7448 vc-state or vc-up-to-date-p.
7449 (vc-merge): Use vc-backend-defines to check whether merging is
7450 possible. Set state to 'edited after successful merge.
7451
7452 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7453 return that name. Redocumented.
7454
74552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7456
7457 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7458 new `vc-state' semantics.
7459 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7460 'vc-locking-user to the current user.
7461 (vc-merge): Inline vc-backend-merge. Comment out code that I
7462 don't understand and hence can't adapt to the new `vc-state' and
7463 `vc-locking-user' semantics.
7464 (vc-backend-merge): Remove.
7465
7466 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7467 rather than 'vc-locking-user.
7468
7469 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7470
7471 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7472 (vc-state): Don't use 'reserved any more. Just use the same
7473 convention as the one used for vc-<backend>-state where the
7474 locking user (as a string) is returned.
7475 (vc-locking-user): Update, based on the above convention. The
7476 'vc-locking-user property has disappeared.
7477 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7478
7479 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7480 with a heuristic one.
7481 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7482 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7483 error. That allows us to get to 'needs-merge even in the
7484 stay-local case. There's still no way to detect 'needs-patch in
7485 such a setup (or to force an update for that matter).
7486 (vc-cvs-logentry-check): Remove, the default works as well.
7487
74882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7489
7490 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7491
7492 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7493 major-mode in which the buffer might have been put earlier. Use
7494 `remove' and `when'. Allow `okstatus' to be `async' and use
7495 `start-process' in this case.
7496 (vc-version-diff): Handle the case where the diff looks empty
7497 because of the use of an async process.
7498
74992000-09-04 Andre Spiegel <spiegel@gnu.org>
7500
7501 * vc.el (vc-next-action-on-file): Removed optional parameter
7502 `simple'. Recompute state unconditionally.
7503 (vc-default-toggle-read-only): Removed.
7504
7505 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7506 (vc-toggle-read-only): Undid prev change.
7507
7508 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7509 vc-cvs-simple-toggle. Redocumented.
7510 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7511 (vc-cvs-toggle-read-only): Removed.
7512
75132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7514
7515 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7516 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7517 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7518 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7519 still is. So maybe it should be removed.
7520 (vc-head-version, vc-find-binary): Remove.
7521 (vc-recompute-state): Move from vc-hooks.el.
7522 (vc-next-action-on-file): Add a `simple' argument to allow
7523 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7524 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7525 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7526 (vc-dired-mode-map): Properly defvar it.
7527 (vc-print-log): Call log-view-mode if available.
7528 (small-temporary-file-directory): defvar instead of use boundp.
7529 (vc-merge-news): Moved to vc-cvs.el.
7530 (vc-default-merge-news): New function.
7531
7532 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7533 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7534 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7535 unknown `vc-latest-version' function. It should probably refer to
7536 vc-workfile-version or somesuch, but it's very unclear to me and I
7537 don't have SCCS to test things.
7538
7539 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7540 (vc-sccs-state-heuristic): Fix typo.
7541 (vc-sccs-workfile-unchanged-p): Add missing argument.
7542
7543 * vc-rcs.el: Require vc and vc-rcs-hooks.
7544 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7545 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7546 (vc-release-greater-or-equal-p): Move from vc.
7547 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7548 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7549 (vc-rcs-checkout): Add a missing `new-version' argument in the
7550 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7551
7552 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7553 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7554 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7555 than the apparently unbound `workfile-version'.
7556
7557 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7558 (vc-file-prop-obarray): Use `make-vector'.
7559 (vc-backend-functions): Add new hookable functions
7560 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7561 (vc-loadup): If neither backend nor default functions exist, use
7562 the backend function rather than nil.
7563 (vc-call-backend): If the function if not bound yet, try to load
7564 the non-hook file to see if it provides it.
7565 (vc-call): New macro plus use it wherever possible.
7566 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7567 nor `vc-find-binary' since it's only called from
7568 vc-mistrust-permission which is only used once the backend is known.
7569 (vc-checkout-model): Fix parenthesis.
7570 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7571
7572 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7573 (vc-cvs-release, vc-cvs-system-release): Remove.
7574 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7575 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7576 status symbols.
7577 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7578 (vc-cvs-toggle-read-only): First cut at a function to allow a
7579 cvs-status-free vc-toggle-read-only.
7580 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7581 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7582 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7583 (vc-cvs-checkout): Modify access rights directly if the user
7584 requested not to use `cvs edit'. And refresh the mode line.
7585
7586 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7587 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7588
75892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7590
7591 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7592 workfile' that got lost when the code was extracted from vc.el.
7593 And merged the tail with the rest of the code (not possible in the
7594 old vc.el where the tail was shared among all backends). And
7595 explicitly set the state to 'edited if `writable' is set.
7596
7597 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7598 (vc-cvs-state): Be careful to return the value from
7599 vc-cvs-parse-state.
7600 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7601 property but return it instead. Also be careful to handle a nil
7602 or "" `rev' when workfile is non-nil (it was handled properly when
7603 workfile was nil).
7604
7605 * vc.el: Removed those pesky unnecessary `(function' quotes.
7606 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7607 directly in the defvar.
7608 (vc-do-command): Bind inhibit-read-only so as to properly handle
7609 the case where the destination buffer has been made read-only.
7610 (vc-diff): Delegate to vc-version-diff in all cases.
7611 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7612 (vc-annotate-mode-variables): Removed (code moved partly to
7613 defvars and partly to vc-annotate-add-menu).
7614 (vc-annotate-mode): Turned into a derived-mode.
7615 (vc-annotate-add-menu): Moved in code in
7616 vc-annotate-mode-variables.
7617 (vc-update-change-log): Use make-temp-file if available.
7618
76192000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7620
7621 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7622 `vc-checkout-model' updated to `vc-cvs-update-model'.
7623
76242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7625
7626 * vc.el (vc-next-action-on-file): Added handling of state
7627 `unlocked-changes'.
7628 (vc-checkout-carefully): Is now practically obsolete, unless the
7629 above is too slow to be enabled unconditionally.
7630 (vc-update-change-log): Fixed typo.
7631
7632 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7633
7634 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7635 Now handles state `unlocked-changes'.
7636 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7637
7638 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7639
7640 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7641 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7642 `unlocked-changes'.
7643 (vc-rcs-workfile-unchanged-p): Renamed from
7644 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7645 function yet, but supposed to become one soon.
7646
7647 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7648 `vc-steal-lock'.
7649 (vc-call-backend): Changed error message.
7650 (vc-state): Added description of state `unlocked-changes'.
7651
76522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7653
7654 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7655 always return t in CVS-controlled directories.
7656
7657 * vc.el (vc-responsible-backend): New function.
7658 (vc-register): Largely rewritten.
7659 (vc-admin): Removed (implementation moved into vc-register).
7660 (vc-checkin): Redocumented.
7661 (vc-finish-logentry): If no backend defined yet (because we are in
7662 the process of registering), use the responsible backend.
7663
7664 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7665 Updated function lists.
7666 (vc-call-backend): Fixed typo.
7667
7668 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7669 New functions.
7670 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7671 Removed query option. Redocumented.
7672
76732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7674
7675 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7676
7677 * vc.el: Updated callers of `vc-checkout-required' to use
7678 `vc-checkout-model'.
7679
76802000-09-04 Martin Lorentzson <martinl@gnu.org>
7681
7682 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7683 stuff updated to reference this function instead of the old
7684 `vc-backend-release-p'.
7685
76862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7687
7688 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7689 vc-checkout-model. Return appropriate values. Updated callers.
7690
76912000-09-04 Martin Lorentzson <martinl@gnu.org>
7692
7693 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7694 (vc-backend-revert): Function moved into `vc-revert';
7695 `vc-next-action' must be updated to accomodate this change.
7696 (vc-backend-steal): Function moved into `vc-finish-steal'.
7697 (vc-backend-logentry-check): Function moved into
7698 `vc-finish-logentry'.
7699 (vc-backend-printlog): Function moved into `vc-print-log'.
7700 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7701 (vc-backend-assign-name): Function moved into
7702 `vc-create-snapshot'.
7703
77042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7705
7706 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7707 Rename to vc-checkout-model. Return appropriate values.
7708 Update callers.
7709
7710 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7711 to vc-checkout-model.
7712 (vc-checkout-required): Rename to vc-checkout-model.
7713 Re-implement and re-comment.
7714 (vc-after-save): Use vc-checkout-model.
7715
77162000-09-04 Martin Lorentzson <martinl@gnu.org>
7717
7718 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7719 Update to use the vc-BACKEND-diff functions instead.
7720 `vc-diff' is now working.
7721
7722 * vc-rcs.el (vc-rcs-logentry-check): New function.
7723
7724 * vc-cvs.el (vc-cvs-logentry-check): New function.
7725
7726 * vc-sccs.el (vc-sccs-diff): Function changed name from
7727 `vc-backend-diff'. This makes `vc-diff' work.
7728
7729 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7730 of functions possibly implemented in a vc-BACKEND library.
7731 (vc-checkout-required): Fix bug that caused an error to be
7732 signaled during `vc-after-save'.
7733
7734 * vc.el: Fix typo.
7735 This checkin is made with our new VC code base for the very first time.
7736 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7737
7738 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7739 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7740
7741 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7742 updated to `vc-uses-locking'.
7743 (vc-checkout-required): Call to backend function.
7744 `vc-checkout-required' updated to `vc-uses-locking' instead.
7745
7746 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7747 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7748
7749 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7750 to match the split into various backends.
7751 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7752 (vc-retrieve-snapshot): Bug fix.
7753
77542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7755
7756 * vc-sccs.el (vc-sccs-release): Doc fix.
7757
77582000-09-04 Martin Lorentzson <martinl@gnu.org>
7759
7760 * vc.el (vc-next-action-on-file): Bug found and fixed.
7761 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7762 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7763
7764 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7765 (vc-rcs-checkout): Name space cleaned up. No more revision number
7766 crunching function names that are not prefixed with vc-rcs.
7767 (vc-rcs-checkout-model): Function added. References to
7768 `vc-checkout-model' replaced.
7769
77702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7771
7772 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7773 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7774 still need to be split, and implemented for RCS).
7775
77762000-09-04 Martin Lorentzson <martinl@gnu.org>
7777
7778 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7779
7780 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7781 required by the vc.el file.
7782
7783 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7784 required by the vc.el file.
7785 (vc-rcs-exists): Function added.
7786
7787 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7788 required by the vc.el file.
7789
7790 * vc.el (vc-admin): Updated to handle selection of appropriate
7791 backend. Current implementation is crufty and need re-thinking.
7792
7793 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7794
77952000-09-04 Martin Lorentzson <martinl@gnu.org>
7796
7797 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7798 beginning of annotate buffers correctly.
7799
7800 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7801 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7802 functionality updated quite a lot to support multiple backends.
7803 Variables `vc-annotate-mode', `vc-annotate-buffers',
7804 `vc-annotate-backend' added.
7805
7806 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7807 `vc-annotate-difference' added to supported backend functions.
7808
78092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7810
7811 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7812 Use with-temp-file instead of /bin/sh. Merged from mainline
7813
78142000-09-04 Martin Lorentzson <martinl@gnu.org>
7815
7816 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7817
7818 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7819
7820 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7821
78222000-09-04 Martin Lorentzson <martinl@gnu.org>
7823
7824 * vc-hooks.el: vc-state-heuristic added to
7825 vc-backend-hook-functions.
7826
7827 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7828
7829 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7830
7831 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7832 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7833 state to `reserved'.
7834
7835 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7836 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7837
78382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7839
7840 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7841 untouched.
7842
7843 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7844
7845 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7846 if defined. (Merged from main line, slightly adapted.)
7847
7848 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7849 millenium problem (merged from mainline).
7850
78512000-09-04 Martin Lorentzson <martinl@gnu.org>
7852
7853 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7854 part and moved the non-BACKEND stuff to vc.el.
7855
7856 * vc.el: Split the annotate feature into a BACKEND specific part
7857 and moved it from the vc-cvs.el file to this one.
7858
78592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7860
7861 * vc-hooks.el: Implement new state model.
7862 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7863 (vc-locking-user): Simplify. Now only needed if the file is
7864 locked by somebody else.
7865 (vc-lock-from-permissions): Remove. Functionality is in
7866 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7867 (vc-mode-line-string): New name for former vc-status. Adapted.
7868 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7869
7870 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7871 Various simplifications and adaptations all over the place.
7872
7873 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7874 Simplify and adapt the rest.
7875
7876 * vc.el (vc-resynch-window): Add TODO comment: check for
7877 interaction with view mode according to recent RCS change.
7878 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7879
78802000-09-04 Martin Lorentzson <martinl@gnu.org>
7881
7882 * vc.el: Convert the remaining function comments to docstrings.
7883
78842000-09-04 Martin Lorentzson <martinl@gnu.org>
7885
7886 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7887 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7888 (vc-minor-part, vc-previous-version): Functions that operate and
7889 compare revision numbers got proper documentation. Comments added
7890 about their possible removal.
7891
78922000-09-04 Martin Lorentzson <martinl@gnu.org>
7893
7894 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7895 the vc-backend.el files.
7896
7897 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7898
7899 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7900 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7901 (vc-rcs-previous-version): Functions added.
7902
7903 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7904
7905 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7906
79072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7908
7909 * vc-hooks.el (vc-master-templates): Is really obsolete.
7910 Comment out the definition for now. What is the right procedure
7911 to get rid of it?
7912 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7913 rewritten.
7914 (vc-default-registered): Remove.
7915 (vc-check-master-templates): New function; does mostly what the
7916 above did before.
7917 (vc-locking-user): Don't rely on the backend to set the property.
7918
7919 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7920 Rewrite documentation.
7921 (vc-rcs-templates-grabbed): New variable.
7922 (vc-rcs-grab-templates): New function.
7923 (vc-rcs-registered): Rewrite to use above mechanism.
7924
7925 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7926 Rewrite documentation.
7927 (vc-sccs-templates-grabbed): New variable.
7928 (vc-sccs-grab-templates): New function.
7929 (vc-sccs-registered): Rewrite to use above mechanism.
7930 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7931 Don't throw the result, simply return it.
7932
7933 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7934 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7935 (vc-cvs-registered): Does the check itself now. Simplify.
7936
7937 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7938 from main line.
7939
79402000-09-04 Martin Lorentzson <martinl@gnu.org>
7941
7942 * vc-cvs.el (vc-cvs-diff): New function.
7943
7944 * vc-sccs.el (vc-sccs-diff): New function.
7945
7946 * vc-rcs.el (vc-rcs-diff): New function.
7947 (vc-rcs-checkout): Bug (typo) found and fixed.
7948 (vc-rcs-register-switches): New variable.
7949
7950 * vc.el (vc-backend-diff): Function removed and placed in the
7951 backend files.
7952
79532000-09-04 Martin Lorentzson <martinl@gnu.org>
7954
7955 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7956
7957 * vc.el (vc-backend-checkout): Function removed and replaced in
7958 the vc-backend.el files.
7959
7960 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7961
7962 * vc.el (vc-backend-admin): Removed and replaced in the
7963 vc-backend.el files.
7964
7965 * vc.el (Martin): Removed all the annotate functionality since it
7966 is CVS backend specific.
7967
79682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7969
7970 * spec.txt: Added specification of vc-state.
7971
7972 * vc-sccs-hooks.el (vc-sccs-master-properties):
7973 Remove handling of vc-latest-version and
7974 vc-your-latest-version. What used to be vc-latest-version, is now
7975 returned as vc-workfile-version.
7976 (vc-sccs-workfile-version): Adapt.
7977
79782000-09-04 Dave Love <fx@gnu.org>
7979
7980 * vc.el: [Merged from mainline.]
7981 (vc-dired-mode): Make the dired-move-to-filename-regexp
7982 regexp match the date, to avoid treating date as file size.
7983 Add YYYY S option to WESTERN/
7984
79852000-09-04 Dave Love <fx@gnu.org>
7986
7987 * vc.el: Require `compile' when compiling.
7988 (vc-logentry-check-hook): New option.
7989 (vc-steal-lock): Use compose-mail.
7990 (vc-dired-mode-map): Defvar when compiling.
7991 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7992 vc-sccs.el and renamed. Callers changed.
7993 (vc-backend-checkout, vc-backend-logentry-check)
7994 (vc-backend-merge-news): Doc fix.
7995 (vc-default-logentry-check): New function.
7996 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7997 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7998 (vc-backend-merge): Doc fix. Use backend functions.
7999 (vc-check-headers): Use backend functions.
8000
8001 * vc-cvs.el: Require vc when compiling.
8002 (vc-cvs-register-switches): Doc fix.
8003 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8004 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8005 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8006 New functions (code from vc.el).
8007 (vc-annotate-display-default): Fix interactive spec.
8008 (vc-annotate-time-span): Doc fix.
8009
8010 * vc-rcs.el: Require vc when compiling.
8011 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8012 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8013 (vc-rcs-checkin): New functions (code from vc.el).
8014 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8015 Doc fix.
8016 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8017
8018 * vc-sccs.el: Require vc when compiling.
8019 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8020 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8021 (vc-sccs-revert)
8022 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8023 from vc.el).
8024 (vc-sccs-add-triple, vc-sccs-record-rename)
8025 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8026 (vc-sccs-admin): Doc fix.
8027
80282000-09-04 Martin Lorentzson <martinl@gnu.org>
8029
8030 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8031 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8032 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8033 from vc.el.
8034
8035 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8036
8037 * vc-cvs.el: Moved the annotate functionality from vc.el.
8038 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8039
80402000-09-04 Dave Love <fx@gnu.org>
8041
8042 * vc.el (vc-backend-release): Call vc-system-release.
8043
8044 * vc-sccs.el (vc-sccs-system-release):
8045 Renamed from vc-sccs-backend-release.
8046
8047 * vc-rcs.el (vc-rcs-system-release):
8048 Renamed from vc-rcs-backend-release.
8049
8050 * vc-cvs.el (vc-cvs-system-release):
8051 Renamed from vc-cvs-backend-release.
8052
80532000-09-04 Dave Love <fx@gnu.org>
8054
8055 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8056 backend files.
8057 (vc-backend-release): Dispatch to backend functions.
8058 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8059 probably needs attention.]
8060
8061 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8062 (vc-sccs-backend-release): New function.
8063
8064 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8065 (vc-cvs-backend-release): New function.
8066
8067 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8068 Doc fix.
8069 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8070 (vc-default-dired-state-info): New function.
8071 (vc-dired-state-info): Dispatch to backends.
8072 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8073
8074 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8075 from vc.el and renamed.
8076
80772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8078
8079 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8080 (vc-version-other-window, vc-backend-assign-name): Removed
8081 references to vc-latest-version; sometimes changed into
8082 vc-workfile-version.
8083
8084 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8085 vc-rcs-master-workfile-version.
8086 (vc-rcs-workfile-version): Use the above. Don't call
8087 vc-latest-version (that was unreachable code, anyway).
8088 (vc-rcs-fetch-master-properties): Doc fix.
8089
8090 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8091 (vc-backend-hook-functions): Removed them from this list, too.
8092 (vc-fetch-properties): Removed.
8093 (vc-workfile-version): Doc fix.
8094
8095 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8096 (vc-rcs-workfile-version, vc-rcs-locking-user)
8097 (vc-rcs-uses-locking): Use it.
8098
8099 * vc-hooks.el (vc-consult-rcs-headers):
8100 Moved into vc-rcs-hooks.el, under the name
8101 vc-rcs-consult-headers.
8102
8103 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8104 headers.
8105 (vc-cvs-find-master): Use this name only; correct different
8106 versions of the name.
8107
8108 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8109 New functions.
8110 (vc-sccs-locking-user): Use the latter.
8111
8112 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8113 New functions.
8114
8115 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8116 Moved into both
8117 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8118 functions are implementation details of those two backends.
8119
81202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8121
8122 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8123 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8124
8125 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8126 (vc-sccs-parse-locks): SCCS-specific code moved here from
8127 vc-hooks.
8128
8129 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8130 code moved here from vc-hooks.
8131
8132 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8133 into back-end specific parts and removed. Callers not updated
8134 yet; because I guess these callers will disappear into back-end
8135 specific files anyway.
8136
81372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8138
8139 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8140 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8141 `vc-uses-locking'.
8142
8143 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8144 Store yes/no in the property, and return t/nil. Updated all
8145 callers.
8146
8147 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8148 vc-sccs-uses-locking. Don't set property.
8149 (vc-sccs-locking-user): Don't set property.
8150
8151 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8152 vc-cvs-uses-locking. Don't set property here; leave that to
8153 vc-hooks.
8154 (vc-cvs-locking-user): Reflect above change. Streamlined.
8155
8156 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8157 vc-rcs-uses-locking.
8158 (vc-rcs-locking-user): Reflect above change.
8159
81602000-09-04 Dave Love <fx@gnu.org>
8161
8162 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8163
8164 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8165
8166 * vc-hooks.el (vc-checkout-model): Punt to backends.
8167
8168 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8169
8170 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8171
8172 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8173 New functions.
8174
8175 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8176 New functions.
8177
8178 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8179 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8180
8181 * vc-hooks.el (vc-default-locking-user): New function.
8182 (vc-locking-user, vc-workfile-version): Punt to backends.
8183
81842000-09-04 Dave Love <fx@gnu.org>
8185
8186 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8187 (vc-master-workfile-version): Moved from vc-hooks.
8188
8189 * vc-rcs-hooks.el: Fix duplicate code in last change.
8190
8191 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8192 (vc-rcs-master-templates): Improve :type.
8193 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8194 vc-master-workfile-version): Moved from vc-hooks.
8195
8196 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8197 (vc-sccs-master-templates): Improve :type.
8198 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8199
8200 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8201
8202 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8203 (vc-cvs-master-templates): Improve :type. Use
8204 vc-cvs-find-cvs-master.
8205 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8206 from vc-hooks.
8207 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8208
8209 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8210 Moved to vc-cvs-hooks.
8211
8212 * vc-hooks.el: Add doc strings in various places. Simplify the
8213 minor mode setup.
8214 (vc-handled-backends): New user variable.
8215 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8216 simplification.
8217
82182000-09-04 Dave Love <fx@gnu.org>
8219
8220 * vc.el: Some doc fixes for autoloaded and interactive functions.
8221 Fix compilation warnings from ediff stuff.
8222 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8223
8224 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8225
8226 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8227
8228 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8229
82302000-09-04 Dave Love <fx@gnu.org>
8231
8232 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8233 New variable.
8234 (vc-make-backend-function, vc-loadup, vc-call-backend)
8235 (vc-backend-defines): New functions.
8236
8237 * vc-hooks.el: Various doc fixes.
8238 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8239 (vc-match-substring): Function removed. Callers changed to use
8240 match-string.
8241 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8242 Simplify.
8243
82442000-09-04 Dave Love <fx@gnu.org>
8245
8246 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8247 type.
8248 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8249 (vc-sccs-registered): Doc fix.
8250
8251 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8252 (vc-cvs-registered): Doc fix.
8253
8254 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8255 (vc-rcs-registered): Doc fix.
8256
82572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8258
8259 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8260
8261 * vc-hooks.el: vc-registered has been renamed
8262 vc-default-registered. Some functions have been moved to the
8263 backend specific files. they all support the
8264 vc-BACKEND-registered functions.
8265
82662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8267
8268 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8269
8270 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8271
82722000-09-04 Dave Love <fx@gnu.org>
8273
8274 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8275 menu-bar-update-hook.
8276
8277 * help.el (help-manyarg-func-alist): Add
8278 find-operation-coding-system.
8279
8280 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8281
8282 * custom.el (custom-set-variables): Print message about errors in
8283 setting.
8284
82852000-09-03 Andrew Innes <andrewi@gnu.org>
8286
8287 * makefile.w32-in: Change to DOS line endings.
8288
82892000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8290
8291 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8292 minor-mode keymaps, if they don't have one.
8293
82942000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8295
8296 * eshell/esh-module.el (eval-when-compile): Don't lose if
8297 esh-module.el's file name is truncated to DOS 8+3 limits.
8298
82992000-09-01 John Wiegley <johnw@gnu.org>
8300
8301 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8302 predicate, which caused entries in the completion list to be
8303 doubled.
8304
83052000-08-30 John Wiegley <johnw@gnu.org>
8306
8307 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8308 sending to subprocesses. Also, hook pre-command-hook if
8309 `eshell-send-direct-to-subprocesses' is non-nil.
8310 (eshell-send-direct-to-subprocesses): New config variable. If t,
8311 subprocess input is send immediately.
8312 (eshell-toggle-direct-send): New function.
8313 (eshell-self-insert-command): New function.
8314 (eshell-intercept-commands): New function.
8315 (eshell-send-input): If direct subprocess sending is enabled,
8316 don't echo any input to the Eshell buffer. Let the subprocess
8317 handle that. This requires "stty echo" in bash, for example.
8318
83192000-08-28 John Wiegley <johnw@gnu.org>
8320
8321 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8322 completion function for Eshell's implementation of `unset'.
8323
83242000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * info.el (Info-directory-list): Doc fix.
8327
83282000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8329
8330 * filecache.el (file-cache-add-directory-using-find): Don't quote
8331 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8332
83332000-08-31 Kenichi Handa <handa@etl.go.jp>
8334
8335 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8336 coding systems.
8337
83382000-08-30 Andrew Innes <andrewi@gnu.org>
8339
8340 * timer.el (run-with-idle-timer): Undo last change, so that timer
8341 is not activated immediately if Emacs is already idle. Some
8342 existing code relies on this behaviour.
8343
83442000-08-30 Miles Bader <miles@gnu.org>
8345
8346 * frame.el (set-frame-font): Do completion of font-name for
8347 interactive use.
8348
83492000-08-30 Kenichi Handa <handa@etl.go.jp>
8350
8351 * international/quail.el (quail-start-translation): Bind locally
8352 last-command-event, last-command, and this-command.
8353 (quail-start-conversion): Likewise.
8354 (quail-self-insert-command): Fix docstring.
8355
83562000-08-29 Gerd Moellmann <gerd@gnu.org>
8357
8358 * progmodes/executable.el
8359 (executable-make-buffer-file-executable-if-script-p): Check that
8360 buffer contains at least 2 characters.
8361
83622000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8363
8364 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8365
83662000-08-29 Dave Love <fx@gnu.org>
8367
8368 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8369 (diff-mode-shared-map): Bind mouse-2.
8370 (diff-imenu-generic-expression): New variable.
8371 (diff-mode): Use it.
8372
8373 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8374 (mouse-popup-menubar): Add minor mode menus.
8375 (popup-menu): Check for lookup-key returning number.
8376
83772000-08-29 Miles Bader <miles@gnu.org>
8378
8379 * comint.el (comint-send-input): Create overlays using the proper
8380 front/read-advance arguments.
8381
83822000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8383
8384 * ps-print.el: Even/odd pages printing. Doc fix.
8385 (ps-print-version): New version number (6.0).
8386 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8387 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8388 (ps-print-duplex-feature): Variable eliminated.
8389 (ps-even-or-odd-pages): New variable.
8390
8391 * progmodes/ebnf2ps.el: Doc fix.
8392 (ebnf-version): New version (3.3).
8393 (ebnf-user-arrow): Change variable customization to sexp.
8394 (ebnf-user-arrow): Function eliminated.
8395 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8396
83972000-08-29 Kenichi Handa <handa@etl.go.jp>
8398
8399 * help.el (help-xref-mule-regexp): New variable.
8400 (help-make-xrefs): Handle help-xref-mule-regexp.
8401
8402 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8403 variable.
8404 (describe-input-method): Temporarily activate the specfied input
8405 method to display the information.
8406 (describe-language-environment): Hyperlinks to mule related items.
8407
8408 * international/mule-diag.el (charset-multibyte-form-string): New
8409 function.
8410 (list-character-sets-1): Use charset-multibyte-form-string.
8411 (describe-character-set): New function.
8412 (describe-coding-system): Hyperlinks to safe character sets.
8413
8414 * international/quail.el (quail-help): New arg PACKAGE.
8415 Hyperlinks to mule related items.
8416 (quail-help-insert-keymap-description): Use
8417 substitute-command-keys instead of describe-bindings.
8418 (quail-translation-help): Hyperlinks to mule related items.
8419
84202000-08-28 John Wiegley <johnw@gnu.org>
8421
8422 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8423 have a defsubst call itself. Made `eshell-flatten-list' back into
8424 a function again.
8425
8426 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8427 catch, in case re-centering point at bottom messes up the display.
8428 This happens frequently in Emacs 21, due I believe to variable
8429 line heights.
8430
8431 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8432 to call `find-tag-interactive'.
8433
8434 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8435 the list of remember directories.
8436
84372000-08-28 John Wiegley <johnw@gnu.org>
8438
8439 * align.el: Test align-region-separate to see if it's a symbol.
8440
84412000-08-28 John Wiegley <johnw@gnu.org>
8442
8443 * eshell/esh-util.el (eshell-flatten-list): Made this function
8444 into a defsubst form. It gets used very frequently, although
8445 calls don't occur all that often.
8446
8447 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8448 examining it.
8449
8450 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8451 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8452 `eshell-protect'.
8453 (eshell-copy-handles): Created a new macro for duplicating the
8454 current set of open handles. This is needed by the looping
8455 functions.
8456 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8457 is not incorrectly stomped on.
8458
8459 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8460 declaration for pcomplete-use-paring.
8461 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8462 value of eshell-cmpl-use-paring.
8463 * pcomplete.el (pcomplete-use-paring): New config variable, to
8464 indicate whether paring should be used.
8465 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8466 completion alternatives that have already been used.
8467
8468 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8469 bound to C-c C-y, which will repeat the previous N arguments
8470 (based on prefix argument).
8471 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8472
8473 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8474 if there is no *Help* buffer. This is for XEmacs, which renames
8475 its help buffers uniquely. TODO: Find out what the current buffer
8476 name to delete is.
8477
8478 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8479 first entry that correlates to a passwd/group number. Later
8480 entries (used for group/user name aliasing to multiple IDs) are
8481 ignored.
8482
8483 * eshell/em-xtra.el (eshell/expr):
8484 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8485 (eshell-grep, eshell/diff, eshell/locate):
8486 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8487 argument list, before passing it to the system command.
8488
8489 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8490 `find-tag' for use at final position in Eshell buffers (which
8491 otherwise triggers an error on Emacs 21).
8492 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8493 buffer, if it is currently bound to `find-tag'.
8494
8495 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8496 in the list of matched Makefile names.
8497 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8498 directory, prefer its contents to Makefile.
8499
8500 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8501 directory parts (like "cd old new", or "cd =regexp"), are now case
8502 sensitive on non-Windows/DOS platforms.
8503
8504 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8505 types RET after an open delimiter (like "), display a message
8506 indicating that Eshell is waiting for the closing delimiter.
8507
8508 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8509 environment variables.
8510
8511 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8512 gracefully if the user enters incorrect arguments.
8513
8514 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8515 Eshell buffers.
8516
8517 * eshell/esh-var.el (eshell-interpolate-variable):
8518 * eshell/esh-mode.el (eshell-move-argument):
8519 * eshell/em-unix.el (eshell-du-sum-directory):
8520 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8521 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8522 (not (= ...)).
8523
8524 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8525 to ensure the `preserve' flag gets propagated when doing recursive
8526 directory copies.
8527
85282000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8529
8530 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8531 Don't convert \n into \0177 in memory.
8532 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8533 and back again, when reading and writing.
8534
85352000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8536
8537 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8538 testing of `fboundp' on `processp'.
8539
8540 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8541 (eshell/jobs): Don't call process-list if it is not bound.
8542 (eshell-gather-process-output): Support systems where async
8543 subprocesses aren't supported.
8544 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8545 variables.
8546
8547 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8548 eshell-do-eval returns t.
8549 (eshell-do-pipelines-synchronously): New defmacro.
8550 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8551 when async subprocesses aren't supported.
8552 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8553 if async subprocesses aren't supported.
8554 (eshell-resume-command): Don't assume STATUS is a string.
8555
8556 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8557
8558 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8559 (eshell-close-target, eshell-get-target): Use eshell-processp.
8560 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8561 fix.
8562 (eshell-get-target, eshell-create-handles): Doc fix.
8563
85642000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8565
8566 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8567 criterion to include commands that output something, as long as it
8568 leaves both the command and the end-of-buffer visible when the
8569 command has exited.
8570 (eshell-review-quick-commands): Adjust the help doc string
8571 accordingly.
8572
85732000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8574
8575 * locate.el (locate): Cleaned up locate command's interactive prompting
8576 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8577
8578 * filecache.el (file-cache-case-fold-search): New variable
8579 (file-cache-assoc-function): New variable
8580 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8581 Use file-cache-case-fold-search variable
8582 (file-cache-add-file): Use file-cache-assoc-function
8583 (file-cache-delete-file): likewise
8584 (file-cache-directory-name): likewise
8585 (file-cache-debug-read-from-minibuffer): likewise
8586
85872000-08-28 Gerd Moellmann <gerd@gnu.org>
8588
8589 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8590 (abbrev-table-name): New function.
8591 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8592 If non-nil list local abbrev, only.
8593
85942000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8595
8596 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8597 from Gnus support code, and use special article copy buffer
8598 `(gnus-original-article-buffer)' instead. This allows to get rid
8599 of article-hide-headers usage (which breaks in the latest Gnus
8600 version). Thanks to Detlev Zundel.
8601
86022000-08-28 Kenichi Handa <handa@etl.go.jp>
8603
8604 * international/quail.el (quail-use-package): Hide "... loaded"
8605 message.
8606 (quail-start-translation, quail-start-conversion): Likewise.
8607
8608 * international/kkc.el (kkc-region): Hide "... loaded" message.
8609
86102000-08-27 Dave Love <fx@gnu.org>
8611
8612 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8613
86142000-08-27 Miles Bader <miles@gnu.org>
8615
8616 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8617
86182000-08-27 Kenichi Handa <handa@etl.go.jp>
8619
8620 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8621 'ja-dic-cnv), not (require 'skkdic-cnv).
8622
86232000-08-26 Miles Bader <miles@gnu.org>
8624
8625 * faces.el (face-x-resources): Add entry for :inherit.
8626 * cus-face.el (custom-face-attributes): Add support for :inherit
8627 attribute. Add support for relative face heights.
8628 (custom-face-attributes-get): Treat `nil' as being a default value
8629 for :inherit (as well as `unspecified').
8630
8631 * faces.el (set-face-attribute): Update doc string.
8632 (face-attribute-name-alist): Add :inherit.
8633 (face-valid-attribute-values): Handle :inherit.
8634 (face-read-string): Rephrase prompt to be less confusing.
8635 Assume that DEFAULT is a string, since we must return a string.
8636 (face-read-integer): Use `format' to turn DEFAULT into an
8637 acceptable default for face-read-string. Match NEW-VALUE against
8638 the string "unspecified", not the symbol `unspecified', since
8639 that's what face-read-string returns.
8640 (read-face-attribute): Lookup a name for old-value in valid, and
8641 use it as a default if we find one. Treat all values from
8642 face-read-string as strings. If the default is used, don't do any
8643 more processing on the value, just use the old value directly.
8644 (read-face-and-attribute, modify-face): Tweak prompt.
8645 (read-face-name): Don't assume prompt ends with a space.
8646
8647 * faces.el (describe-face): Add support for :inherit attribute.
8648
86492000-08-25 Kenichi Handa <handa@etl.go.jp>
8650
8651 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8652 concat doesn't accept interger.
8653
8654 * international/kkc.el: Remove SKK from Keywords. Require
8655 ja-dic-utl instead of skkdic-utl.
8656
8657 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8658 Provide ja-dic-cnv instead of skkdic-cnv.
8659 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8660 (iso-2022-7bit-short): Add safe-charsets property.
8661 (skkdic-convert-postfix): Search Japanese chou-on character in
8662 addition to Hiragana character.
8663 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8664 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8665 (batch-skkdic-convert): Likewise.
8666
8667 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8668 Provide ja-dic-utl instead of skkdic-utl.
8669 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8670
86712000-08-24 Dave Love <fx@gnu.org>
8672
8673 * disp-table.el (standard-display-default): Make the test of `l'
8674 useful.
8675
8676 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8677 mod sample text.
8678
8679 * international/iso-ascii.el: Make pilcrow convenient string
8680 consistent with section.
8681 (iso-ascii-display): Set up multibyte characters as well as
8682 unibyte.
8683
86842000-08-24 Kenichi Handa <handa@etl.go.jp>
8685
8686 * international/mule-cmds.el (reset-language-environment): Set
8687 default-process-coding-system to '(undecided . iso-latin-1), which
8688 makes process I/O almost consistent with file I/O. Call this
8689 function when mule-cmds.el[c] is loaded.
8690
86912000-08-22 Andrew Innes <andrewi@gnu.org>
8692
8693 * makefile.w32-in: New file.
8694
86952000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8696
8697 * comint.el (comint-output-filter): Compare end of
8698 comint-last-output-overlay with the start of the newly inserted
8699 text, not the end, when deciding whether to extend it.
8700 Set saved-point's insertion type to advance after insertion.
8701
8702 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8703 since this is now done independently of font-lock mode.
8704
87052000-08-21 Gerd Moellmann <gerd@gnu.org>
8706
8707 * server.el (server-kill-new-buffers): New user option.
8708 (server-existing-buffer): New buffer-local variable.
8709 (server-visit-files): When using an existing buffer, set
8710 server-existing-buffer to t.
8711 (server-buffer-done): If server-kill-new-buffers is t, kill the
8712 buffer, unless it was already present before visiting it with
8713 Emacs server.
8714
87152000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8716
8717 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8718 even if the display doesn't support colors: some displays will
8719 support bold/underline faces.
8720
87212000-08-21 Gerd Moellmann <gerd@gnu.org>
8722
8723 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8724
8725 * startup.el (command-line): If user's init file had an error,
8726 add explanatory text to *Messages*.
8727
87282000-08-21 Kenichi Handa <handa@etl.go.jp>
8729
8730 * man.el (Man-getpage-in-background): Decode the process output by
8731 the system locale coding system.
8732
87332000-08-20 Dave Love <fx@gnu.org>
8734
8735 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8736 Don't test x-popup-menu.
8737 (function) <complete-function>: Complete only fbound symbols.
8738 <validate, value>: New.
8739 (variable) <complete-function>: Complete only bound symbols.
8740 (coding-system): Add :base-only, :complete-function, :validate,
8741 :value, :prompt-match.
8742 (widget-coding-system-prompt-value): Use read-coding-system and
8743 act on :base-only.
8744 (editable-field): Add :help-echo.
8745 (widget-push-button-gui, widget-push-button-cache)
8746 (widget-gui-action, widget-editable-list-gui): COmment out, along
8747 with uses.
8748 (widget-at): Make arg optional.
8749 (widget-echo-help): Adjust for current help-echo calling sequence.
8750 (widget-specify-field, widget-specify-button)
8751 (widget-specify-insert, widget-get-sibling, widget-image-find)
8752 (widget-convert, widget-insert, widget-leave-text)
8753 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8754 (widget-setup, widget-field-find, widget-before-change)
8755 (widget-after-change, widget-default-complete)
8756 (widget-default-create, widget-default-delete)
8757 (widget-push-button-value-create, editable-field)
8758 (widget-field-prompt-value, widget-field-validate)
8759 (widget-choice-value-create, widget-choice-action)
8760 (widget-choice-validate, widget-checklist-add-item)
8761 (widget-radio-add-item, widget-radio-chosen)
8762 (widget-radio-value-inline, widget-editable-list-value-create)
8763 (widget-editable-list-entry-create)
8764 (widget-documentation-link-add)
8765 (widget-documentation-string-value-create)
8766 (widget-regexp-validate, widget-file-complete)
8767 (widget-sexp-validate, widget-plist-convert-widget)
8768 (widget-plist-convert-widget, widget-alist-convert-widget)
8769 (widget-alist-convert-widget, widget-color-complete): Simplify,
8770 particularly to avoid bindings which aren't optimized out.
8771
8772 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8773 Doc fix.
8774 (down-list, backward-up-list, up-list, kill-sexp)
8775 (backward-kill-sexp, mark-sexp): Make arg optional.
8776 (lisp-complete-symbol): Add optional arg PREDICATE.
8777
8778 * cus-start.el: Add display-buffer-reuse-frames,
8779 file-coding-system-alist.
8780
87812000-08-20 Gerd Moellmann <gerd@gnu.org>
8782
8783 * startup.el (command-line): Clear realized faces after
8784 modifying TTY color mappings.
8785
87862000-08-20 Miles Bader <miles@gnu.org>
8787
8788 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8789 merely a subset of FACE's attributes.
8790
87912000-08-19 Miles Bader <miles@gnu.org>
8792
8793 * comint.el (comint-output-filter): Save the point with a marker,
8794 not just a buffer position.
8795
8796 * international/mule.el (set-buffer-process-coding-system): Make
8797 interactive prompt less confusing.
8798
87992000-08-19 Gerd Moellmann <gerd@gnu.org>
8800
8801 * hilit-chg.el: General cleanup of doc strings, comments and
8802 code formatting.
8803
88042000-08-19 Miles Bader <miles@gnu.org>
8805
8806 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8807 Compiler macro removed; beginning-of-line is no longer always
8808 equivalent to forward-line, in the presence of fields.
8809
8810 * comint.el (comint-output-filter): Remove ad-hoc saving of
8811 restriction, and just use save-restriction, now that it works
8812 correctly. Don't adjust comint-last-input-start to account for
8813 our insertion; it shouldn't have moved because we don't use
8814 insert-before-markers anymore. Comment out call to
8815 `force-mode-line-update'; why is it here?
8816
8817 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8818 while checking for prompt to delete. Use `forward-line 0'
8819 instead of beginning-of-line.
8820 (gud-filter): Temporarily widen gud comint buffer while
8821 examining output.
8822
88232000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8824
8825 * progmodes/sh-script.el: Big bag of typos.
8826
8827 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8828 check since ispell-process is not bound when ispell is not yet loaded.
8829
88302000-08-18 Dave Love <fx@gnu.org>
8831
8832 * image.el (find-image): Copy `spec' before using plist-put.
8833
88342000-08-18 Gerd Moellmann <gerd@gnu.org>
8835
8836 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8837 `portugues'.
8838
8839 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8840 backward-kill-sexp, analogous to kill-sexp.
8841
8842 * progmodes/icon.el (icon-indent-line)
8843 (icon-is-continuation-line): Handle comments specially.
8844
88452000-08-17 Ken Stevens <k.stevens@ieee.org>
8846
8847 * ispell.el: Set to standard author/maintainer/keyword fields.
8848 Fine tuning to menu map appearance and operation, and added help.
8849 Remove `start' and `end' error messages when compiling.
8850 (ispell-choices-win-default-height): Fixed comment string.
8851 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8852 castellano8 dictionaries.
8853 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8854 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8855 dictionary, added italiano dictionary.
8856 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8857 word character
8858 (ispell-tex-skip-alists): Added psfig support.
8859 (ispell-skip-html): Renamed from ispell-skip-sgml.
8860 (ispell-begin-skip-region-regexp, ispell-skip-region)
8861 (ispell-minor-check): Improved html skipping support to skip across
8862 code, and recognize `&' commands without propper `;' syntax;
8863 (ispell-process-line): Fix alignment error when manually
8864 correcting spelling.
8865 (ispell): Fix comment string.
8866 (ispell-add-per-file-word-list): Always put word list on new line.
8867
88682000-08-17 Gerd Moellmann <gerd@gnu.org>
8869
8870 * format.el (format-encode-run-method): Fix error message to say
8871 `encode' instead of `decode'. Use save-window-excursion around
8872 shell-command-on-region as in format-decode-run-method because
8873 shell-command-on-region can display a buffer with error output.
8874 (format-decode): Don't record undo information for the decoding.
8875 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8876 that number part of the temporary buffer name so that more than
8877 one decoding using a temporary buffer can happen safely.
8878
8879 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8880 of `A-z' in the regexp.
8881
8882 * hilit-chg.el: Fix typos in commentary.
8883
8884 * help.el (view-emacs-news): Rewritten for new naming scheme
8885 for old NEWS files.
8886
8887 * startup.el (command-line): Pop to *Messages* in case an error
8888 is signaled while loading user-init-file.
8889
88902000-08-17 Andreas Schwab <schwab@suse.de>
8891
8892 * files.el (insert-directory): Don't lose original file name,
8893 undoing an undocumented change.
8894
88952000-08-17 Alex Schroeder <alex@gnu.org>
8896
8897 * sql.el (sql-magic-go): Use comint-bol.
8898 (sql-copy-column): Use comint-line-beginning-position.
8899 (comint-line-beginning-position): Define a replacement for
8900 comint-line-beginning-position if it is not fboundp.
8901
89022000-08-17 Alex Schroeder <alex@gnu.org>
8903
8904 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8905 it didn't have any effect anyway.
8906
89072000-08-17 Alex Schroeder <alex@gnu.org>
8908
8909 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8910 --pset and pager=off instead of sending \\o|cat at the beginning
8911 of the session.
8912
89132000-08-17 Miles Bader <miles@gnu.org>
8914
8915 * progmodes/octave-inf.el: Add compatibility definition of
8916 comint-line-beginning-position.
8917
89182000-08-17 Kenichi Handa <handa@etl.go.jp>
8919
8920 * startup.el (normal-top-level): Look in each dir in load-path for
8921 a leim-list.el file too. This assures of loading leim-list.el
8922 that is created at Emacs installation time even if a user have his
8923 own leim-list.el.
8924
89252000-08-17 Miles Bader <miles@gnu.org>
8926
8927 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8928 foreground color to black if the background is dark.
8929
89302000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8931
8932 * loadhist.el (unload-feature): Typo.
8933
8934 * finder.el (finder-compile-keywords):
8935 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8936 to the generated file.
8937
8938 * mail/mh-e.el (mh-make-local-vars):
8939 Replace make-variable-buffer-local with make-local-variable.
8940
8941 * play/landmark.el:
8942 * options.el (Edit-options-{set,toggle,t,nil}):
8943 * mail/mailabbrev.el (mail-abbrevs-mode):
8944 * textmodes/tex-mode.el (tex-expand-files):
8945 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8946
8947 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8948
8949 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8950 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8951 Allow going past the last element.
8952 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8953 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8954 (cvs-mouse-toggle-mark): Don't move point.
8955 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8956
8957 * progmodes/compile.el (grep): Provide a default set of files.
8958 (next-error): Docstring fix.
8959 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8960
8961 * emacs-lisp/easy-mmode.el (define-minor-mode):
8962 Use `symbol-value' to keep the byte-compiler quiet.
8963
8964 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8965 (diff-find-source-location): New fun, extracted from diff-goto-source.
8966 (diff-goto-source): Use it.
8967 (diff-next-complex-hunk, diff-filter-lines): New function.
8968 (diff-apply-hunk): New command.
8969
8970 * smerge-mode.el (smerge-mode-menu): Doc fix.
8971
8972 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8973
89742000-08-16 Dave Love <fx@gnu.org>
8975
8976 * windmove.el (windmove) <defgroup>: Add :version.
8977
8978 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8979 (goto-address-fontify-p, goto-address-highlight-p)
8980 (goto-address-url-face, goto-address-url-mouse-face)
8981 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8982 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8983 (goto-address-fontify, goto-address-at-mouse): Simplify,
8984 (goto-address-at-point): browse-url-url-at-point,
8985 goto-address-find-address-at-point can return nil.
8986 (goto-address-find-address-at-point): Return nil on failure.
8987
8988 * align.el (align) <defgroup>: Add :version.
8989
8990 * calculator.el (calculator): Add :version.
8991 (calculator): Use two lines for calculator window if `modeline'
8992 face is boxed.
8993
8994 * play/5x5.el: Doc fixes.
8995 (5x5) <defgroup>: Add :version.
8996
8997 * play/fortune.el (fortune) <defgroup>: Add :version.
8998 (fortune-append): Fix error message.
8999 (fortune-from-region): Doc fix.
9000
9001 * play/pong.el (pong): Doc fix.
9002
9003 * play/morse.el: Keywords, commentary, autoloads.
9004
90052000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9006
9007 * desktop.el (desktop-save): Don't look at symbol-value of a
9008 member of minor-mode-alist, unless it is boundp.
9009
90102000-08-16 Sam Steingold <sds@gnu.org>
9011
9012 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9013 `while'; use `with-current-buffer' instead of `save-excursion'.
9014 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9015
90162000-08-16 Kenichi Handa <handa@etl.go.jp>
9017
9018 * international/ccl.el (declare-ccl-program): Docstring modified.
9019 (ccl-execute-with-args): Likewise.
9020
90212000-08-16 Miles Bader <miles@gnu.org>
9022
9023 * progmodes/sql.el: Add compatibility definition of
9024 comint-line-beginning-position.
9025
90262000-08-15 Gerd Moellmann <gerd@gnu.org>
9027
9028 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9029 'buffer-menu' property.
9030 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9031 fails.
9032 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9033 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9034 wasn't killed.
9035
9036 * buff-menu.el (list-buffers-noselect): Don't display the
9037 *Buffer List* buffer.
9038
9039 * font-lock.el: Require jit-lock to prevent a very late
9040 `Loading jit-lock' message.
9041
9042 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9043 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9044 mail address.
9045
90462000-08-15 Miles Bader <miles@gnu.org>
9047
9048 * textmodes/ispell.el (ispell-graphic-p): New constant.
9049 (ispell-choices-win-default-height, ispell-help): Use
9050 `ispell-graphic-p' instead of `xemacsp'.
9051
90522000-08-15 Dave Love <fx@gnu.org>
9053
9054 * simple.el: Autoload widget-convert when compiling.
9055 (mail-user-agent): Doc fix.
9056
9057 * help.el (function-called-at-point, variable-at-point): Use
9058 with-syntax-table.
9059 (help-manyarg-func-alist): Add insert-and-inherit.
9060
9061 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9062
9063 * delsel.el (delsel-unload-hook): New function.
9064
9065 * find-file.el: Doc fixes. Move provide to end.
9066 (ff) <defgroup>: Add :link.
9067 (ff-goto-click): Deleted.
9068 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9069 Use mouse-set-point.
9070
9071 * textmodes/tildify.el: Doc fixes.
9072 (tildify) <defgroup>: Add:version.
9073
9074 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9075 (glasses-custom-set): Use set-default, not set.
9076 (minor-mode-alist): Propertize the lighter.
9077 (glasses-mode): Provide optional arg.
9078
9079 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9080 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9081 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9082 option. Provide :type.
9083 (cwarn-configuration): Provide :type.
9084 (cwarn-mode): Doc fix.
9085
9086 * add-log.el (change-log-merge): Doc fix.
9087 (change-log-redate): New command.
9088
9089 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9090 Doze and Dog.
9091 (browse-url): Use dolist, not mapcar.
9092 (browse-url-at-point): Check for null url.
9093 (browse-url-event-buffer, browse-url-event-point): Functions
9094 deleted.
9095 (browse-url-at-mouse, browse-url-netscape): Simplify.
9096
9097 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9098 modes.
9099 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9100 Fix previous change to mapcan.
9101 (msb--init-file-alist, msb--add-separators)
9102 (msb--make-keymap-menu): Simplify.
9103 (msb--choose-file-menu): Use copy-sequence.
9104 (msb-mode-map): Add title to keymap.
9105 (msb-unload-hook): New function.
9106
9107 * bs.el: Fix indentation.
9108 (bs) <defgroup>: Add :links.
9109 (bs-show): Doc fix.
9110 (bs-apply-sort-faces): Don't use window-system.
9111 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9112
91132000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9114
9115 * calendar/timeclock.el (timeclock-file): Run .timelog through
9116 convert-standard-filename.
9117
91182000-08-14 Gerd Moellmann <gerd@gnu.org>
9119
9120 * emacs-lisp/authors.el: New file.
9121
9122 * paren.el (show-paren-priority): New user option.
9123 (show-paren-function): Set overlay priorities to
9124 show-paren-priority.
9125
91262000-08-14 Miles Bader <miles@gnu.org>
9127
9128 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9129 beginning-of-line with inhibit-field-text-motion bound.
9130
91312000-08-14 Gerd Moellmann <gerd@gnu.org>
9132
9133 * calendar/timeclock.el: New file.
9134
91352000-08-14 David Ponce <david@dponce.com>
9136
9137 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9138 `widget-button-click'. so that one can use left mouse button to
9139 click on dialog buttons.
9140
91412000-08-14 Emmanuel Briot <briot@gnat.com>
9142
9143 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9144 identifiers, since XML is case sensitive
9145
91462000-08-12 Miles Bader <miles@gnu.org>
9147
9148 * comint.el (comint-output-filter): Don't bother frobbing
9149 window-start, it doesn't seem to be necessary.
9150
9151 * comint.el (comint-send-string, comint-send-region): Make into
9152 real functions. Snapshot the prompt before sending.
9153
91542000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9155
9156 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9157 technique similar to Info-index, instead of relying on specific
9158 names of relevant Index nodes.
9159 (Info-goto-emacs-command-node): Bind Info-history to nil when
9160 going to the first node found by Info-find-emacs-command-nodes.
9161
91622000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9163
9164 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9165
91662000-08-10 Miles Bader <miles@gnu.org>
9167
9168 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9169
91702000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * info.el (Info-file-list-for-emacs): More elements for the
9173 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9174 and woman manuals.
9175
91762000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9177
9178 * comint.el (comint-send-input): Make the newline boundary overlay
9179 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9180 (comint-output-filter): Use `insert' instead of
9181 `insert-before-markers'. Extend comint-last-output-overlay when
9182 necessary since we can't rely on insert-before-markers to do it.
9183 * gud.el (gud-filter): Use `with-current-buffer' instead of
9184 save-excursion when inserting the output, so that point gets
9185 updated correctly; the old method relied on a rather dodgy
9186 side-effect of comint-output-filter to avoid the effect of
9187 save-excursion.
9188
91892000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9190
9191 * files.el (recover-file): Call insert-directory instead of
9192 invoking `ls' directly.
9193
91942000-08-10 Miles Bader <miles@gnu.org>
9195
9196 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9197 (comint-last-prompt-overlay): New variables.
9198 (comint-output-filter): Implement prompt highlighting.
9199 (comint-snapshot-last-prompt): New function.
9200 (comint-send-input): Snapshot the last prompt.
9201 Use comint-highlight-input-face.
9202 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9203 Use defface instead of defcustom.
9204 (send-invisible, comint-send-eof): Snapshot the last prompt.
9205 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9206 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9207
92082000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9209
9210 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9211 (regexp-opt-group): Use a list of chars for `letters'.
9212 (regexp-opt-charset): `chars' is now a list of chars.
9213 Use a char-table rather than a vector so it works for multibyte chars.
9214
9215 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9216 Set cvs-minor-current-files to the selected fileinfo.
9217 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9218 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9219
92202000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9221
9222 * files.el (insert-directory): Don't call access-file on
9223 directories on DOS and Windows.
9224
92252000-08-09 Kenichi Handa <handa@etl.go.jp>
9226
9227 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9228 longer if necessary.
9229 (ccl-embed-code): Call ccl-embed-data to store CODE in
9230 ccl-program-vector.
9231
92322000-08-09 Miles Bader <miles@gnu.org>
9233
9234 * comint.el (comint-output-filter): Properly handle the case where
9235 the text surrounded by comint-last-output-overlay was deleted.
9236
92372000-08-08 Gerd Moellmann <gerd@gnu.org>
9238
9239 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9240 non-nil.
9241 (Info-file-list-for-emacs): Remove "info" from the list because
9242 that leads to trying to use the documentation from file `info'
9243 in various situations where it isn't appropriate, for instance
9244 C-h C-k C-h i.
9245
9246 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9247 DIR and/or STRING are nil.
9248
9249 * progmodes/compile.el (compilation-setup): Make variable
9250 compilation-error-screen-columns buffer-local, as some comment
9251 in the code suggests it should be.
9252
9253 * files.el (auto-mode-interpreter-regexp): New variable.
9254 (set-auto-mode): Use it.
9255
9256 * indent.el (indent-for-tab-command): Doc fix.
9257
9258 * mouse-sel.el (mouse-sel-mode): Doc fix.
9259
9260 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9261 labels.
9262
9263 * help.el (print-help-return-message): When
9264 display-buffer-reuse-frames is set, let the help window been quit,
9265 instead of deleting it, which might delete a reused frame.
9266
92672000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9268
9269 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9270 rename a directory to a name that differs only by its letter case.
9271
92722000-08-08 Kenichi Handa <handa@etl.go.jp>
9273
9274 * international/quail.el (quail-define-rules): Handle Quail decode
9275 map correctly. Add code for supporting annotations.
9276 (quail-install-decode-map): New function.
9277 (quail-defrule-internal): New optional arguments decode-map and
9278 props.
9279 (quail-advice): New function.
9280
92812000-08-07 Sam Steingold <sds@gnu.org>
9282
9283 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9284 `defconst', `define-condition', `with-slots'.
9285 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9286
92872000-08-03 Miles Bader <miles@gnu.org>
9288
9289 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9290 New variable.
9291 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9292 comint-use-prompt-regexp-instead-of-fields.
9293 (comint-send-input): Add `input' field property to stuff we send to
9294 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9295 (comint-output-filter): Add `output' field property to process
9296 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9297 (comint-replace-by-expanded-history)
9298 (comint-get-old-input-default, comint-show-output)
9299 (comint-backward-matching-input, comint-forward-matching-input)
9300 (comint-next-prompt, comint-previous-prompt): Use field
9301 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9302 (comint-line-beginning-position): New function.
9303 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9304 (comint-replace-by-expanded-history-before-point): Use
9305 comint-line-beginning-position and line-end-position.
9306 (comint-last-output-overlay): New variable.
9307 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9308
9309 * shell.el (shell-prompt-pattern): Doc change.
9310 (shell-backward-command): Use line-beginning-position.
9311
9312 * gud.el (gud-gdb-complete-command): Use
9313 comint-line-beginning-position.
9314
9315 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9316 comint-bol doesn't actually go to the beginning of the line.
9317
9318 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9319 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9320 (try-expand-line-all-buffers): Likewise.
9321
9322 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9323 explicitly matching comint-prompt-regexp.
9324 (sql-copy-column): Use comint-line-beginning-position instead of
9325 explicitly matching comint-prompt-regexp.
9326
9327 * progmodes/octave-inf.el (inferior-octave-complete): Use
9328 comint-line-beginning-position.
9329
9330 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9331
9332 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9333 looking for a prompt, use `forward-line 0' instead of
9334 `beginning-of-line', to avoid getting caught by an input field.
9335
93362000-08-07 Gerd Moellmann <gerd@gnu.org>
9337
9338 * files.el (shell-quote-wildcard-pattern): Make sure to return
9339 PATTERN, in the Unix case.
9340
93412000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9342
9343 * play/zone.el (zone): Discard any pending input before running
9344 the randomly-chosen pgm.
9345
93462000-08-07 Kenichi Handa <handa@etl.go.jp>
9347
9348 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9349 checking the existence of any multibyte characters.
9350
93512000-08-06 Gerd Moellmann <gerd@gnu.org>
9352
9353 * help.el (describe-mode): Test minor-mode symbol for being
9354 bound before testing its value for being nil.
9355
9356 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9357 `first', `second', and `third'.
9358
9359 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9360 (second): Make it an alias for `cadr'.
9361
93622000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9363
9364 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9365 types of display support faces now.
9366
93672000-08-05 Gerd Moellmann <gerd@gnu.org>
9368
9369 * pcvs.el (require): Require `cl' during compilation, only.
9370
9371 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9372 (toplevel): Remove `remq' and `remove' from autoloads.
9373 (cl-fake-autoloads): New variable. If set, arrange for an error
9374 when CL functions etc. are autoloaded.
9375
93762000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9377
9378 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9379
9380 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9381 popped up, but the user clicks outside the menu, return an empty
9382 regexp (that causes unhighlight-regexp to have no effect).
9383
9384 * menu-bar.el (menu-bar-games-menu): Add Zone.
9385
9386 * hi-lock.el (toplevel): Require font-lock.
9387
93882000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9389
9390 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9391 (ebnf-8-bit-chars): New var for bug fix.
9392 (ebnf-string): Bug fix.
9393
93942000-08-03 Sam Steingold <sds@gnu.org>
9395
9396 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9397 instead of `buffer-string'.
9398 (require 'cl): Always, not just when compiling.
9399 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9400 necessary.
9401
94022000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9403
9404 * international/mule-cmds.el (select-safe-coding-system): Make
9405 the message text about selecting a safe coding system more clear.
9406
94072000-08-02 Gerd Moellmann <gerd@gnu.org>
9408
9409 * hi-lock.el: New file.
9410
9411 * play/zone.el: New file.
9412
9413 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9414 value of tab-width in the original buffer. Choose a line number
9415 format that's a multiple of the original buffer's tab width, so
9416 that lines appear right.
9417
9418 * textmodes/ispell.el (ispell): New function, replacing an alias.
9419 Spell-check active region if in transient-mark-mode and mark
9420 is active; otherwise spell-check buffer.
9421
94222000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9423
9424 * ps-mule.el: Fix a customization problem on
9425 ps-mule-font-info-database-default.
9426
94272000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9428
9429 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9430 display-mouse-p instead of window-system.
9431 (ebrowse-member-mode-map): Ditto.
9432
94332000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9434
9435 * progmodes/ebnf2ps.el: Update ps-print functions call.
9436 Indentation fix. Doc fix.
9437 (ebnf-version): New version number (3.2).
9438 (ebnf-format-color, ebnf-begin-job): Code fix.
9439
94402000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9441
9442 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9443 font lock support on window-system.
9444 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9445
9446 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9447 display-color-p, if fboundp, instead of window-system.
9448
94492000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9450
9451 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9452 instead of window-system.
9453
9454 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9455 window-system.
9456 (widget-choice-mouse-down-action): Use display-popup-menus-p
9457 instead of window-system.
9458
9459 * strokes.el (strokes-file): Run the file name through
9460 convert-standard-filename.
9461 (strokes-mode): Call display-mouse-p instead of looking at
9462 window-system. Change the error message accordingly.
9463
9464 * progmodes/cpp.el (toplevel): Support faces on tty's.
9465
9466 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9467 (lm-plot-square, lm-init-display): Don't use window-system.
9468
9469 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9470 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9471
9472 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9473 instead of looking at window-system.
9474
94752000-07-30 Gerd Moellmann <gerd@gnu.org>
9476
9477 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9478 of testing if iswitchb-prepost-hooks is bound, because the
9479 latter will always be true when invoking a recursive minibuffer
9480 from an active Iswitchb buffer.
9481
94822000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9483
9484 * files.el (shell-quote-wildcard-pattern): New function.
9485 (insert-directory): Call it. Only prepend "\" to command on Unix
9486 and GNU/Linux systems.
9487
94882000-07-30 Gerd Moellmann <gerd@gnu.org>
9489
9490 * eshell/esh-groups.el: Change custom :link file names
9491 from `eshell.info' to `eshell'.
9492
94932000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9494
9495 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9496 correctly in recursive ange-ftp listings.
9497
94982000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9499
9500 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9501 ps-header-font-size-internal and
9502 ps-header-title-font-size-internal variables are not set,
9503 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9504 face text property is (foreground-color . COLOR) or
9505 `(background-color . COLOR)', ps-print crashes. Doc fix.
9506 (ps-print-version): New version number (5.2.4).
9507 (ps-plot-region): Code fix.
9508 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9509 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9510 Bug fix 2.
9511
95122000-07-30 Milan Zamazal <pdm@freesoft.cz>
9513
9514 * glasses.el (glasses-make-readable): Fix uncapitalization of
9515 identifiers like `myXMLDocument'.
9516
95172000-07-28 Karl Fogel <kfogel@red-bean.com>
9518
9519 * mail/mail-hist.el (mail-hist-previous-input)
9520 (mail-hist-next-input): Do the obvious code factorization.
9521 (mail-hist-retrieve-and-insert): New func, contains common
9522 code of above two.
9523 If inserting a message body, leave point at top.
9524
95252000-07-28 Sam Steingold <sds@gnu.org>
9526
9527 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9528 Use `<=', not `<' to compare times!
9529 (ange-ftp-ls): Remove.
9530
95312000-07-27 Gerd Moellmann <gerd@gnu.org>
9532
9533 * play/cookie1.el: Add explanation of how to make cookie.el
9534 compatible with strfile(1) to comment.
9535
9536 * subr.el (remove, remq): New functions.
9537
9538 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9539 escape `*' in regexps.
9540 (midnight-find): Reverse order of arguments in the funcall of
9541 TEST.
9542
9543 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9544 and `.class'.
9545
9546 * play/meese.el: Add Commentary section.
9547
95482000-07-27 Alex Schroeder <alex@gnu.org>
9549
9550 * sql.el (sql-ms): Added autoload cookie.
9551 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9552 (sql-oracle): Ditto.
9553 (sql-help): Doc change.
9554
9555 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9556 types and exceptions.
9557
95582000-07-27 Alex Schroeder <alex@gnu.org>
9559
9560 * sql.el (sql-placeholder-history): New variable.
9561 (sql-query-placeholders-and-send): New function that will query
9562 the user and replace placeholders with user input.
9563 (sql-oracle): If running on NT, set comint-input-sender to
9564 sql-query-placeholders-and-send.
9565
9566 (sql-stop): If in the SQLi buffer, insert stop notification, else
9567 present it as a message.
9568
95692000-07-27 Alex Schroeder <alex@gnu.org>
9570
9571 * sql.el (sql-input-ring-separator): Doc change.
9572 (sql-input-ring-file-name): Doc change.
9573 (sql-interactive-mode): Use `sql-input-ring-separator' and
9574 `sql-input-ring-file-name' to set the comint-mode equivalents
9575 without making them local variables.
9576 (sql-stop): Don't bind `sql-input-ring-separator' and
9577 `sql-input-ring-file-name' dynamically to their comint-mode
9578 equivalents.
9579
95802000-07-27 Kenichi Handa <handa@etl.go.jp>
9581
9582 * international/mule.el (register-char-codings): New function.
9583 (make-coding-system): Handle `safe-chars' specification in the arg
9584 PROPERTY.
9585
9586 * international/mule-cmds.el
9587 (find-coding-systems-region-subset-p): This function deleted.
9588 (sort-coding-systems-predicate): New variable.
9589 (sort-coding-systems): New function.
9590 (find-coding-systems-region): Use
9591 find-coding-systems-region-internal.
9592 (find-coding-systems-string): Use find-coding-systems-region.
9593 (find-coding-systems-for-charsets): Check
9594 char-coding-system-table.
9595 (select-safe-coding-system-accept-default-p): New variable.
9596 (select-safe-coding-system): Mostly rewritten. New argument
9597 ACCEPT-DEFAULT-P.
9598 (select-message-coding-system): Call select-safe-coding-system
9599 with ACCEPT-DEFAULT-P arg.
9600 (reset-language-environment): Reset default-sendmail-coding-system
9601 to the default value iso-latin-1.
9602 (set-language-environment): Don't set the obsolete variable
9603 charset-origin-alist.
9604
9605 * international/codepage.el (cp-coding-system-for-codepage-1):
9606 Give `safe-chars' property to make-coding-system.
9607
9608 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9609 calling select-message-coding-system twice.
9610
9611 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9612 instead of `safe-charsets'.
9613 (cyrillic-alternativnyj): Likewise.
9614 (ccl-encode-alternativnyj): Don't check the charset
9615 cyrillic-iso8859-5.
9616
96172000-07-27 Kenichi Handa <handa@etl.go.jp>
9618
9619 * composite.el (compose-chars-after): Preserve match data.
9620
96212000-07-26 Sam Steingold <sds@gnu.org>
9622
9623 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9624 (ange-ftp-real-file-newer-than-file-p): New function.
9625 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9626 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9627
9628 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9629 * midnight.el (midnight-float-time): Ditto.
9630
96312000-07-26 Andreas Schwab <schwab@suse.de>
9632
9633 * files.el (normal-backup-enable-predicate): Correct
9634 interpretation of the return value of compare-strings.
9635
96362000-07-26 Gerd Moellmann <gerd@gnu.org>
9637
9638 * isearch.el (isearch-resume): New function.
9639 (isearch-done): Add something to command-history to resume
9640 the search.
9641 (isearch-yank-line, isearch-yank-word): Use
9642 buffer-substring-no-properties instead of buffer-substring.
9643
9644 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9645 of flyspell-mouse-map.
9646
9647 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9648 duplicate definition.
9649 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9650
9651 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9652 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9653
96542000-07-25 Sam Steingold <sds@gnu.org>
9655
9656 * net/ange-ftp.el: Get modtime over the net.
9657 (ange-ftp-file-modtime): New function.
9658 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9659 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9660 Use it.
9661 (ange-ftp-dot-to-slash): New function.
9662 (ange-ftp-fix-name-for-vms): Use it.
9663
9664 * midnight.el (midnight-buffer-display-time): Use
9665 `with-current-buffer'.
9666
96672000-07-25 Gerd Moellmann <gerd@gnu.org>
9668
9669 * find-dired.el: Update copyright notice.
9670 (find-dired): Offer to kill a running `find'.
9671
9672 * enriched.el (enriched-face-ans): For a `foreground-color'
9673 property, return '(("x-color" COLOR))' so that COLOR will be
9674 output as a parameter of the x-color annotation. Likewise for the
9675 `background-color' property. In the case of normal face
9676 properties, don't return annotations for unspecified foreground
9677 and background face attributes.
9678
96792000-07-25 Kenichi Handa <handa@etl.go.jp>
9680
9681 * language/japan-util.el (japanese-katakana-region): Fix handling
9682 HANKAKU argument.
9683
96842000-07-25 Miles Bader <miles@gnu.org>
9685
9686 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9687 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9688 constrain-to-field.
9689
96902000-07-24 Andrew Innes <andrewi@gnu.org>
9691
9692 * timer.el (timer-activate-when-idle): Add optional parameter
9693 DONT-WAIT. Update docstring.
9694 (run-with-idle-timer): Specify extra parameter to
9695 timer-activate-when-idle, so that timer will be activated
9696 immediately if Emacs is already idle.
9697
9698 * w32-fns.el (w32-using-nt): Fix docstring.
9699
97002000-07-24 Dave Love <fx@gnu.org>
9701
9702 * mouse.el (popup-menu): Set last-command-event.
9703 (mouse-major-mode-menu-prefix): Declare.
9704
97052000-07-24 Gerd Moellmann <gerd@gnu.org>
9706
9707 * textmodes/flyspell.el: Update to author's version 1.5d.
9708
9709 * progmodes/hideshow.el: Update copyright notice.
9710
9711 * vcursor.el: Set maintainer to FSF, since author cannot
9712 be reached.
9713
97142000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9715
9716 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9717 the prompt.
9718
9719 * mouse.el (popup-menu): Run the keymap through indirect-function,
9720 in case it was defined with define-prefix-key. If the menu is a
9721 list of keymaps, look up the binding of user's choice in each one
9722 of the keymaps.
9723 (mouse-popup-menubar): If the global and local menu-bar keymaps
9724 don't have a prompt string, create one and insert it into the
9725 keymap. Don't barf if current-local-map returns nil.
9726
97272000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9728
9729 * dired.el (dired-sort-R-check): Added to allow recursive listing
9730 to be undone.
9731 (dired-sort-other): Use it.
9732
97332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9734
9735 * Release of cc-mode 5.27
9736
97372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9738
9739 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9740 c-beginning-of-statement-1 that caused a bad case of recursion
9741 which could consume a lot of CPU in large classes in languages
9742 that have in-expression classes (i.e. Java and Pike).
9743
9744 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9745 statements before top level constructs (i.e. case 6 is moved
9746 before case 5 and is now case 4) to catch in-expression
9747 classes in top level expressions correctly.
9748
97492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9750
9751 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9752 objc-method-intro. Case 4 removed and case 5I added.
9753
9754 * cc-langs.el (c-append-paragraph-start): New variable used by
9755 c-common-init to get paragraph-start correct.
9756 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9757 initialize paragraph-start to make it correct both with and
9758 without the javadoc special case.
9759
9760 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9761 initialize paragraph-start for javadoc markup.
9762
9763 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9764 change by defaulting this to t. It's motivated by the
9765 confusing behavior that otherwise arise from the style system
9766 when editing both java and non-java files at the same time
9767 (see the comments about style setting in c-common-init).
9768
97692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9770
9771 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9772 similar to the one in c-fill-paragraph to check the fill
9773 prefix from the adaptive fill function for sanity.
9774
97752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9776
9777 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9778 defun block.
9779
97802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9781
9782 * cc-mode.texi Documented the change of cpp-macro.
9783
97842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9785
9786 * cc-align.el (c-lineup-multi-inher): Handle lines with
9787 leading comma nicely. Extended to handle member initializers
9788 too.
9789
9790 * cc-engine.el: (c-beginning-of-inheritance-list,
9791 c-guess-basic-syntax): Fixed recognition of inheritance lists
9792 when the lines begins with a comma.
9793
9794 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9795
9796 * cc-vars.el (c-offsets-alist): Changed default for
9797 member-init-cont to c-lineup-multi-inher since it now handles
9798 member initializers and indents better for leading commas.
9799
98002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9801
9802 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9803 handling that caused class open lines to be recognized as
9804 statement-conts in some cases.
9805
9806 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9807 guessed by the adaptive fill function unless point is on the
9808 first line of a block comment.
9809
9810 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9811 when the buffer ends with a macro continuation char.
9812
9813 * cc-engine.el (c-guess-basic-syntax): Added support for
9814 function definitions as statements in Pike. The first
9815 statement in a lambda block is now labeled defun-block-intro
9816 instead of statement-block-intro.
9817
9818 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9819 so that the class surrounding point is selected, not the one
9820 innermost in the state.
9821
9822 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9823 recognition of switch labels having hanging multiline
9824 statements.
9825
9826 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9827 some code in c-guess-basic-syntax to a separate function.
9828 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9829 recognition of member inits with multiple line arglists.
9830 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9831 member-init-cont when the commas are in funny places.
9832
98332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9834
9835 * cc-defs.el (c-auto-newline): Removed this macro since it's
9836 not used anymore.
9837
9838 * cc-engine.el (c-looking-at-bos): New helper function.
9839 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9840 inexpr and toplevel classes apart in Pike.
9841
9842 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9843 of case 9A.
9844
9845 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9846 constant, since "class" can introduce an in-expression class
9847 in Pike nowadays.
9848
98492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9850
9851 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9852 indentation on cpp-macro lines.
9853
9854 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9855 a syntax modifier like comment-intro, to make it possible to
9856 get syntactic indentation for preprocessor directives. It's
9857 incompatible wrt to lineup functions on cpp-macro, but it has
9858 no observable effect in the 99.9% common case where cpp-macro
9859 is set to -1000.
9860
98612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9862
9863 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9864 member-init-cont when the preceding arglist is several lines.
9865
98662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9867
9868 * cc-styles.el (c-style-alist): The basic offset for the BSD
9869 style corrected to 8.
9870
98712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9872
9873 * cc-styles.el (c-style-alist): Adjusted the indentation of
9874 brace list openers in the gnu style.
9875
98762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9877
9878 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9879
9880 * cc-cmds.el (c-electric-brace, c-electric-slash,
9881 c-electric-star, c-electric-semi&comma, c-electric-colon,
9882 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9883 when c-syntactic-indentation is nil.
9884
9885 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9886 we were left at comments preceding the first statement when
9887 reaching the beginning of the buffer.
9888
9889 * cc-vars.el (c-syntactic-indentation): New variable to turn
9890 off all syntactic indentation.
9891
98922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9893
9894 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9895 between the text and the block comment ender when it hangs,
9896 depending on how many there are before the fill.
9897
98982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9899
9900 * cc-engine.el (c-beginning-of-closest-statement): New helper
9901 function to go back to the closest preceding statement start,
9902 which could be inside a conditional statement.
9903 * cc-engine.el (c-guess-basic-syntax): Use
9904 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9905
9906 * cc-engine.el (c-guess-basic-syntax): Better handling of
9907 arglist-intro, arglist-cont-nonempty and arglist-close when
9908 the arglist is nested inside parens. Cases 7A, 7C and 7F
9909 changed.
9910
9911 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9912 up-to-date with javadoc 1.2.
9913
99142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9915
9916 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9917 multiline Pike type decls.
9918
99192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9920
9921 * cc-cmds.el (c-indent-new-comment-line): Always break
9922 multiline comments in multiline mode, regardless of
9923 comment-multi-line.
9924
99252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9926
9927 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9928 fully::qualified::names in C++ member init lists. Preamble in
9929 case 5D changed.
9930
99312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9932
9933 * cc-langs.el (c-common-init): Handling of obsolete variables
9934 moved to c-initialize-cc-mode. More compatible style override
9935 when using global style variables.
9936 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9937 variables moved here.
9938
9939 * cc-mode.texi: Documented the special behavior of
9940 c-special-indent-hook as a style variable. Don't talk about
9941 doing (c-make-styles-buffer-local t) in a mode hook, since
9942 that's already too late to work right.
9943
9944 * cc-styles.el (c-make-styles-buffer-local): Flag style
9945 variable localness in c-style-variables-are-local-p to make
9946 the compatibility measure in c-common-init work well.
9947
9948 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9949 longer contain set-from-style.
9950 * cc-styles.el (c-initialize-builtin-style): Don't check for
9951 set-from-style on c-special-indent-hook.
9952 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9953 copy-alist is sufficient now.
9954
9955 * cc-styles.el (c-set-style, c-set-style-1,
9956 c-get-style-variables): Fixes to variable initialization so
9957 that duplicate entries in styles have the same effect
9958 regardless of DONT-OVERRIDE.
9959
9960 * cc-styles.el (c-set-style-2): Fixed bug where the
9961 initialization of inheriting styles failed when the
9962 dont-override flag is set.
9963
9964 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9965 on this.
9966
99672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9968
9969 * cc-defs.el (c-forward-comment): Removed the workaround
9970 introduced in 5.38 since it had worse side-effects. If a line
9971 contains the string "//\"", it regarded the // as a comment
9972 start since the \ temporarily doesn't have escape syntax.
9973
99742000-07-17 Emmanuel Briot <briot@act-europe.fr>
9975
9976 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9977 ada-xref.el before ada-prj.el, so that the Project menu is created
9978 when ada-prj tries to add to it.
9979 (ada-activate-keys-for-case): Suppress the characters that are not
9980 part of the Ada syntax. Better compatibility with else-mode
9981 (ada-adjust-case-interactive): When auto-casing is not active,
9982 correctly insert newlines (used to insert only ^M). Prevent the
9983 syntax table from being changed in case of an error
9984 (or '_' becomes part of a word and some commands are confused).
9985 Do nothing if ada-auto-case is nil.
9986 (ada-after-keyword-p): Ignore keywords that are also attributes
9987 (ada-batch-reformat): Update usage comment
9988 (ada-call-from-contextual-menu): New function
9989 (ada-case-read-exceptions): Reinitialize the casing exception list
9990 first to nil first, so that the casing exception file can be
9991 shared.
9992 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9993 files.
9994 (ada-compile-goto-error): Fix regexp used to detect a file:line
9995 anywhere in the error message
9996 (ada-contextual-menu-last-point): New variable
9997 (ada-create-keymap): If the variable delete-key-deletes-forward is
9998 t on XEmacs, it means that DEL should delete one character
9999 forward.
10000 (ada-create-menu): Use :included instead of :visible for XEmacs.
10001 New submenu "Options".
10002 (ada-end-stmt-re): Correctly indent "select ... then abort"
10003 statements.
10004 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10005 even if they don't match ada-fill-comment-prefix Fix handling of
10006 paragraphs on the first or last line of a file.
10007 (ada-format-paramlist): Fix handling of default parameter values.
10008 (ada-get-body-name): New function.
10009 (ada-get-current-indent): Optimized by searchling directly for an
10010 existing generic part or a statement outside of it. Handle
10011 ada-indent-align-comments when indenting comments Replaced some
10012 regexps by testing directly the next character. This results in a
10013 huge speedup on some files. New indentation scheme for renames
10014 statements. Stop looking for the 'while' or 'for' associated with
10015 a 'loop' at the first semicolon encountered. A "return" can also
10016 match an anonymous access subprogram declaration.
10017 (ada-get-indent-noindent): Ignore strings and comments when
10018 looking for the keywords "record" and "private".
10019 (ada-goto-matching-decl-start): When matching "if", make sure we
10020 are not in fact seeing "end if". Ignore "when" statements except
10021 when initial keyword was "begin". Fix handling of nested
10022 procedures. Add a recursive call to this function to skip over
10023 other 'end' statmts. Fix indentation for "when .. => begin"
10024 (ada-in-open-paren-p): Fix indentation for complex boolean
10025 expressions, where 'and then', 'or else' and parenthesis
10026 statements are mixed up.
10027 (ada-in-paramlist-p): Skip comments while searching for the
10028 beginning Fix handling of operator declarations.
10029 (ada-indent-align-comments): New variable
10030 (ada-indent-current): Change the syntax table only in the
10031 protected section, so that we are sure it is restored correctly.
10032 (ada-indent-on-previous-lines): Use ada-use-indent and
10033 ada-with-indent Correctly indent "select ... then"
10034 (ada-indent-region): Slight speedup.
10035 (ada-indent-renames): New variable.
10036 (ada-last-which-function-subprog, ada-last-which-function-line):
10037 New variables
10038 (ada-looking-at-semi-private): Correctly indent the 'private'
10039 keyword when it is the first word in a package declaration.
10040 (ada-loose-case-word): Stop searching if at the end of the buffer.
10041 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10042 even if point is not initially at the end of the word.
10043 (ada-matching-decl-start-re): Add "when".
10044 (ada-mode): Add support for abbrev-mode, outline-mode and
10045 which-func-mode Override the old find-file.el entry in
10046 ff-special-constructs since it is using the obsolete
10047 ada-spec-suffix variable
10048 (ada-no-auto-case): New function
10049 (ada-scan-paramlist): When parsing the argument type, accept
10050 spaces (as in "X 'Class", generated by Rational Rose).
10051 (ada-other-file-name): No longer loads the other file.
10052 (ada-popup-menu): Save and restore the current buffer and cursor
10053 position before and after displaying the menu.
10054 (ada-search-ignore-complex-boolean): New function.
10055 (ada-uncomment-region): Emacs21 already knows how to delete
10056 comments not starting in the first column.
10057 (ada-use-indent): New variable
10058 (ada-which-function): New function.
10059 (ada-with-indent): New variable
10060 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10061 can be batch-compiled from the command line.
10062
10063 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10064 Add to the menu when the file is loaded, not in ada-mode-hook.
10065 Add -toolbar to the default ddd command Switches moved from
10066 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10067 ada-prj-default-comp-opt
10068 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10069 Reference Manual to the menu
10070 (ada-check-current): rewritten as a call to ada-compile-current
10071 (ada-compile): Removed.
10072 (ada-compile-application, ada-compile-current, ada-check-current):
10073 Set the compilation-search-path so that compile.el automatically
10074 finds the sources in src_dir. Automatic scrollong of the
10075 compilation buffer. C-uC-cC-c asks for confirmation before
10076 compiling
10077 (ada-compile-current): New parameter, prj-field
10078 (ada-complete-identifier): Load the .ali file before doing
10079 processing
10080 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10081 conform to gnatmake's behavior.
10082 (ada-find-file-in-dir): New function
10083 (ada-find-references): Set the environment variables for gnatfind
10084 (ada-find-src-file-in-dir): New function.
10085 (ada-first-non-nil): Removed
10086 (ada-gdb-application): Add support for jdb, the java debugger.
10087 (ada-get-ada-file-name): Load the original-file first if not done
10088 yet.
10089 (ada-get-all-references): Handles the new ali syntax (parent types
10090 are found between <>).
10091 (ada-initialize-runtime-library): New function
10092 (ada-mode-hook): Always load a project file when a file is opened,
10093 so that the casing exceptions are correctly read.
10094 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10095 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10096 to open the project file, since the latter does not work with
10097 speedbar Get default values before loading the prj file, or the
10098 default executable file name is wrong. Use the absolute value of
10099 src_dir to initialize ada-search-directories and
10100 compilation-search-path,... Add the standard runtime library to
10101 the search path for find-file.
10102 (ada-prj-default-debugger): Was missing an opening '{'
10103 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10104 variables.
10105 (ada-prj-default-gnatmake-opt): New variable
10106 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10107 buffers, the project file is the default one Save the windows
10108 configuration before displaying the menu.
10109 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10110 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10111 ...) regexp-quote identifiers names to support operators +,
10112 -,... in regexps.
10113 (ada-remote): New function.
10114 (ada-run-application): Erase the output buffer before starting the
10115 run Support remote execution of the application. Use
10116 call-process, or the arguments are incorrectly parsed
10117 (ada-set-default-project-file): Reread the content of the active
10118 project file, not the one from the current buffer When a project
10119 file is set as the default project, all directories are
10120 automatically associated with it.
10121 (ada-set-environment): New function
10122 (ada-treat-cmd-string): New special variable ${current}
10123 (ada-treat-cmd-string): Revised. The substitution is now done for
10124 any ${...} substring
10125 (ada-xref-current): If no body was found, compiles the spec
10126 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10127 compiler to get rid of command line length limitations.
10128 (ada-xref-get-project-field): New function
10129 (ada-xref-project-files): New variable
10130 (ada-xref-runtime-library-specs-path)
10131 (ada-xref-runtime-library-ali-path): New variables
10132 (ada-xref-set-default-prj-values): Default run command now does a
10133 cd to the build directory. New field: main_unit Provide a default
10134 file name even if the current buffer has no prj file.
10135
10136 * ada-prj.el:
10137 Rewritten to show a tabbed-dialog.
10138 (ada-prj-add-ada-menu): Remove the map and name parameters.
10139 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10140 New function
10141 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10142 (ada-prj-load-from-file): New function
10143 (ada-prj-save): Always save fields that depend on the current buffer
10144 (ada-prj-show-value): New function
10145
10146 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10147 Ada mode. This will allow us to display the Ada menu in any buffer
10148 we want (for project items).
10149 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10150 number of spaces in the header.
10151
101522000-07-24 Dave Love <fx@gnu.org>
10153
10154 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10155
101562000-07-23 Noah Friedman <friedman@splode.com>
10157
10158 * type-break.el (type-break): perform autosave.
10159 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10160 (type-break-do-query): Cancel query schedule while performing
10161 actual query, to avoid possibility of a second query being made
10162 while first one is already in progress.
10163 (type-break-time-stamp-format): New variable.
10164 (type-break-time-stamp): New function.
10165 (type-break-time-warning): Use it.
10166 (type-break-keystroke-warning): Use it.
10167 (type-break-noninteractive-query): Use it.
10168
10169 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10170 cookie.
10171 Use add-minor-mode to set minor-mode-alist, if available.
10172 (eldoc-echo-area-use-multiline-p): New user option.
10173 (eldoc-echo-area-multiline-supported-p): New variable.
10174 (eldoc-docstring-format-sym-doc): Use them.
10175 (eldoc-mode): If not using idle timers, append to local post and
10176 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10177 (eldoc-display-message-no-interference-p): Don't interfere with
10178 edebug.
10179 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10180 (eldoc-function-arglist): New function.
10181 (eldoc-function-argstring): Use it.
10182
10183 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10184 auto save directory exists before calling directory-files.
10185
101862000-07-23 Dave Love <fx@gnu.org>
10187
10188 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10189 ^o, ^u.
10190
101912000-07-21 Dave Love <fx@gnu.org>
10192
10193 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10194 now passed to the function. It now works properly.
10195
10196 * smerge-mode.el (smerge-mode-menu): Fill it out.
10197
101982000-07-20 Gerd Moellmann <gerd@gnu.org>
10199
10200 * info-look.el (info-lookup): If *info* is shown in another frame
10201 on the same display, select that frame, instead of switching to
10202 the Info buffer in another window of the selected frame.
10203
10204 * simple.el (universal-argument-map): Bind numeric keypad keys
10205 kp-0 to kp-9 and kp-subtract.
10206 (digit-argument): Handle these keys.
10207
102082000-07-20 Dave Love <fx@gnu.org>
10209
10210 * net/goto-addr.el (goto-address-fontify): Don't bother with
10211 buffer-modified and read-only stuff -- irrelevant with overlays.
10212 Put an extra property on the overlays and use it to clean up in
10213 case goto-address is re-run.
10214
102152000-07-19 Richard M. Stallman <rms@gnu.org>
10216
10217 * timer.el (run-with-idle-timer): Doc fix.
10218
10219 * mail/mail-utils.el (mail-strip-quoted-names):
10220 Handle case where <...> appears inside "...".
10221 Use replace-match to edit the string more simply.
10222 (rmail-dont-reply-to): Cope with an unmatched ".
10223
102242000-07-19 Dave Love <fx@gnu.org>
10225
10226 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10227 implementation.
10228
10229 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10230 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10231 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10232
102332000-07-19 Gerd Moellmann <gerd@gnu.org>
10234
10235 * textmodes/refer.el: Correct maintainer's email address.
10236
10237 * progmodes/hideif.el: Correct author's email address.
10238 Fix typo in comment.
10239
10240 * xml.el: New file.
10241
10242 * mail/mailheader.el: Correct author's mail address.
10243
10244 * gnus/parse-time.el: Correct author's mail address.
10245
102462000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10247
10248 * comint.el (comint-highlight-input, comint-highlight-face):
10249 New user options.
10250 (comint-input-ring-file-name): Change custom type.
10251 (comint-mode-map): Bind mouse-2.
10252 (comint-insert-clicked-input): New function.
10253 (comint-send-input): Handle input highlighting.
10254
102552000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10256
10257 * mouse.el (popup-menu): New function.
10258 (mouse-major-mode-menu): Use it.
10259
102602000-07-18 Dave Love <fx@gnu.org>
10261
10262 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10263 improvements.
10264
102652000-07-18 Gerd Moellmann <gerd@gnu.org>
10266
10267 * faces.el (face-font-selection-order)
10268 (face-font-family-alternatives): Add custom type.
10269
102702000-07-18 Dave Love <fx@gnu.org>
10271
10272 * cus-edit.el (custom-variable-reset-saved)
10273 (custom-variable-reset-standard): Remove unused bindings.
10274
10275 * rect.el (open-rectangle-line): Remove unused let.
10276
10277 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10278
102792000-07-18 Gerd Moellmann <gerd@gnu.org>
10280
10281 * cdl.el: Fix `Maintainer' keyword.
10282
10283 * play/pong.el: Add author's email address.
10284
102852000-07-17 Sam Steingold <sds@gnu.org>
10286
10287 * files.el (insert-directory): Call `split-string' instead of
10288 re-implementing it.
10289
102902000-07-18 Gerd Moellmann <gerd@gnu.org>
10291
10292 * mail/vms-pmail.el: Change maintainer to FSF.
10293
10294 * net/goto-addr.el: Change maintainer to FSF.
10295
10296 * info.el (Info-title-face-alist): Removed.
10297
102982000-07-18 David Ponce <david@dponce.com>
10299
10300 * recentf.el (recentf-open-files): New command that works like
10301 `recentf-open-more-files', but shows the whole list of files (not just
10302 those omitted from the menu). Useful if you don't use a menu-bar!
10303 (recentf-open-more-files) Modified to use `recentf-open-files'.
10304
10305 (recentf-open-files, recentf-open-more-files)
10306 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10307
10308 (recentf-dialog-mode): New mode for dialogs. You can now just type
10309 "q" to cancel the dialogs.
10310
103112000-07-18 David Ponce <david@dponce.com>
10312
10313 * recentf.el: This is a major update of recentf.el. It adds new
10314 features to better organize the recentf menu and "More..." buffer.
10315
10316 Using new provided menu filtering functions you can now organize the
10317 recent files list:
10318
10319 - by major modes
10320 - by directories
10321 - by user defined rules
10322
10323 Finally, with the new `recentf-filter-changer' customizable filter you
10324 can define a ring of filters and dynamically (via the menu) cycle on
10325 each menu organization in the ring (a la msb).
10326
103272000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10328
10329 * eshell/eshell.el (eshell): Replace links to eshell.info with
10330 links to eshell, to avoid problems on systems where the manual is
10331 installed as `eshell'.
10332 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10333 * eshell/em-smart.el (eshell-smart): Ditto.
10334 * eshell/em-banner.el (eshell-banner): Ditto.
10335 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10336
10337 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10338 same-file check in the MS-DOS version (it does support inodes).
10339
10340 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10341
10342 * eshell/eshell.el (eshell-directory-name):
10343 Run default directory name through convert-standard-filename.
10344
103452000-07-18 Kenichi Handa <handa@etl.go.jp>
10346
10347 * international/mule-cmds.el (select-safe-coding-system):
10348 Fix typo in the comment.
10349
10350 * language/european.el (compound-text):
10351 Force katakana-jisx0201 to be designated to G1.
10352
10353 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10354 Don't translate some national variant characters of latin-jisx0201.
10355 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10356
10357 * international/kkc.el (kkc-after-update-conversion-functions):
10358 New variable.
10359 (kkc-update-conversion): Run functions in it at the tail.
10360
103612000-07-16 John Wiegley <johnw@gnu.org>
10362
10363 * lisp/align.el (align-newline-and-indent):
10364 Adding new function. for auto-aligning blocks of code on RET.
10365 (align-region): Fixed badly formatted minibuffer message.
10366
103672000-07-17 Kenichi Handa <handa@etl.go.jp>
10368
10369 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10370 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10371 the conversion list at first if appropriate.
10372 (kkc-next): Don't update kkc-next-count here.
10373 (kkc-prev): Don't update kkc-prev-count here.
10374 (kkc-show-conversion-list-update): Fix setting up of conversion
10375 list message.
10376
103772000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10378
10379 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10380
103812000-07-16 Dave Love <fx@gnu.org>
10382
10383 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10384 function to be more specific.
10385
10386 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10387 non-string help-echo.
10388 (widget-types-convert-widget): Defsubst it.
10389 (widget-echo-help): Try to cope with a help-echo function of two
10390 possible sorts.
10391
103922000-07-15 Jason Rumney <jasonr@gnu.org>
10393
10394 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10395 Declare as obsolete.
10396
10397 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10398
103992000-07-14 Gerd Moellmann <gerd@gnu.org>
10400
10401 * hilit-chg.el: Fix typo.
10402
104032000-07-14 Dave Love <fx@gnu.org>
10404
10405 * info.el (Info-mode-menu): Fix use of :help, :enable.
10406
104072000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10408
10409 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10410
104112000-07-13 Dave Love <fx@gnu.org>
10412
10413 * emacs-lisp/easymenu.el: Doc fixes.
10414 (easy-menu-remove): Defalias to ignore.
10415
10416 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10417 Call throw correctly.
10418
104192000-07-13 Gerd Moellmann <gerd@gnu.org>
10420
10421 * faces.el (frame-background-mode): Doc fix.
10422
10423 * simple.el (eval-expression-print-length): Change custom type to
10424 allow entering nil as value.
10425
104262000-07-13 Dave Love <fx@gnu.org>
10427
10428 * progmodes/fortran.el (fortran-imenu-generic-expression):
10429 Change definition layout.
10430 (fortran-mode-menu): Reinstate customize entries.
10431
10432 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10433 Use :filter, per old XEmacs code.
10434
104352000-07-12 Gerd Moellmann <gerd@gnu.org>
10436
10437 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10438 event when deciding what to send to the terminal.
10439
104402000-07-12 Dave Love <fx@gnu.org>
10441
10442 * cus-start.el: Add optional version as 4th element of specs and
10443 use it for several things new in v21. Remove load-path. Fix type
10444 of line-number-display-limit.
10445
104462000-07-11 Dave Love <fx@gnu.org>
10447
10448 * progmodes/fortran.el: Don't require easymenu.
10449 Use repeat counts in various regexps.
10450 (fortran-mode-syntax-table): Defvar directly.
10451 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10452 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10453 Use defvar, not defconst.
10454 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10455 (fortran-mode): Set fortran-comment-line-start-skip,
10456 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10457 (fortran-comment-indent): Use defsubst.
10458 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10459 Use fortran-comment-indent, not fortran-comment-indent-function.
10460 (fortran-comment-region, fortran-electric-line-number): Simplify.
10461 (fortran-auto-fill): New function.
10462 (fortran-do-auto-fill): Deleted.
10463 (fortran-find-comment-start-skip):
10464 Check for non-null comment-start-skip.
10465 (fortran-auto-fill-mode, fortran-fill-statement):
10466 Use fortran-auto-fill.
10467 (fortran-fill): Use fortran-auto-fill. Check for null
10468 comment-start-skip. Simplify final clause and use end-of-line finally.
10469
10470 * widget.el (widget-plist-member): New alias.
10471
104722000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10473
10474 * eshell/esh-module.el (toplevel): Reference
10475 byte-compile-current-file only if it is bound.
10476
104772000-07-10 Gerd Moellmann <gerd@gnu.org>
10478
10479 * dired.el: Don't require `dired-aux'.
10480
104812000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10482
10483 * dired-aux.el (dired-show-file-type): New function.
10484 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10485 (dired-show-file-type): Add autoload.
10486
104872000-07-10 Kenichi Handa <handa@etl.go.jp>
10488
10489 * international/mule-diag.el (describe-font): Adjusted for the
10490 change of fontset-info.
10491 (print-fontset): Likewise.
10492
104932000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10494
10495 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10496
104972000-07-07 Gerd Moellmann <gerd@gnu.org>
10498
10499 * bindings.el: Bind `[delete]' to delete-char.
10500
10501 * dired.el (dired-find-alternate-file): New function.
10502 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10503 (toplevel): Require dired-aux when compiling.
10504 (dired-buffers): Move defvar within file to avoid compiler warning.
10505
10506 * info.el (Info-last-search): Variable removed.
10507 (Info-search-history): New variable.
10508 (Info-search): New Info-search-history.
10509
10510 * battery.el, info-look.el: Change author's mail address.
10511
105122000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10513
10514 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10515 if rmail-ignored-headers is nil.
10516 (rmail-retry-failure): Bind rmail-ignored-headers and
10517 rmail-displayed-headers to nil.
10518
105192000-07-06 Gerd Moellmann <gerd@gnu.org>
10520
10521 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10522 (print-region-1): Don't hard code `-h' here.
10523
10524 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10525
105262000-07-01 Francesco Potorti` <pot@gnu.org>
10527
10528 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10529 exim can use "your message" instead of "the message".
10530
105312000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10532
10533 * facemenu.el: Docstrings fixes.
10534 (facemenu-get-face): Don't use internal-find-face.
10535 (facemenu-iterate): Rename arg to match the docstring.
10536
10537 * newcomment.el (uncomment-region): Be more careful when skipping
10538 backwards over `=' not to bump into BOBP.
10539
105402000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10541
10542 * ediff-diff.el (ediff-wordify): Use syntax table.
10543 * ediff-init.el (ediff-has-face-support-p): Use
10544 ediff-color-display-p.
10545 (ediff-color-display-p): Use display-color-p, changed to defun
10546 from defsubst.
10547 Got rid of special cases for NeXT and OS/2.
10548 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10549 face.
10550
105512000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10552
10553 * emacs-lisp/lucid.el: Require CL.
10554 (copy-tree, remprop): Remove, it's provided by CL.
10555 (map-keymap): Define in terms of cl-map-keymap.
10556 (extent-property, set-extent-end-glyph): New functions.
10557
10558 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10559
105602000-07-05 Gerd Moellmann <gerd@gnu.org>
10561
10562 * Makefile.in (DONTCOMPILE): Add comment that the name may
10563 not be changed without changing the make-dist script.
10564
10565 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10566 (cl-mapc): Use mapc instead of cl-old-mapc.
10567
105682000-07-05 Andrew Innes <andrewi@gnu.org>
10569
10570 * makefile.nt: Add support for `bootstrap' and related targets.
10571
105722000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10573
10574 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10575 (easy-menu-do-define): Use `menu-item' format.
10576 Handle case where easy-menu-create-menu returns a symbol.
10577 Manually call the potential top-level filter in the function binding.
10578 (easy-menu-filter-return): New arg NAME.
10579 Convert to a keymap if MENU is an XEmacs menu.
10580 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10581 (easy-menu-converted-items-table, easy-menu-convert-item):
10582 New var and fun to memoize easy-menu-convert-item-1.
10583 (easy-menu-do-add-item): Use it.
10584 (easy-menu-create-menu): Use easy-menu-convert-item.
10585 Wrap easy-menu-filter-return around any :filter specification.
10586 Don't convert the menu if a filter was specified.
10587 Tell easy-menu-make-symbol not to check for MENU being an expression.
10588 (easy-menu-make-symbol): New arg NOEXP.
10589
105902000-07-05 Gerd Moellmann <gerd@gnu.org>
10591
10592 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10593 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10594 (eval-defun): If called with prefix arg, instrument code for
10595 Edebug.
10596
10597 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10598 similar to that of eval-defun.
10599
106002000-07-04 Dave Love <fx@gnu.org>
10601
10602 * hl-line.el (hl-line-overlay): Make it permanent-local.
10603
10604 * calendar/todo-mode.el: Replaced with a working version, based on
10605 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10606
106072000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10608
10609 * paths.el (prune-directory-list): New function.
10610 (Info-default-directory-list): Rewritten to more methodically
10611 enumerate a big list of possible info directories (based on the
10612 list used by the standalone info reader).
10613
10614 * info.el (info-initialize): Use prune-directory-list to remove
10615 non-existent directories from Info-directory-list.
10616
10617 * paths.el (Info-default-directory-list): Try a list of possible
10618 info-directories instead of a single one. Add the possible
10619 info directory "/usr/share/info".
10620
10621 * woman.el (woman-man.conf-path): Explicitly include the debian
10622 man-db config file "/etc/manpath.config".
10623 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10624 are present in `manpath.config'.
10625 (woman-manpath): Include "/usr/share/man".
10626
106272000-07-03 Gerd Moellmann <gerd@gnu.org>
10628
10629 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10630
10631 * startup.el (command-line): Initialize blink-cursor based
10632 on window-system.
10633
10634 * frame.el (blink-cursor): Default to nil if not running under
10635 a window-system.
10636
10637 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10638 (face-x-resources): Remove duplicate entry for :font.
10639
10640 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10641 instead of cycling through windows with next-window.
10642
10643 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10644 of cycling through windows with next-window.
10645
10646 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10647 of cycling through windows with next-window.
10648
10649 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10650 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10651 instead of cycling through windows with next-window.
10652
10653 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10654 instead of cycling through windows with next-window.
10655
10656 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10657 of cycling through windows with next-window.
10658
10659 * terminal.el (te-process-output): Use walk-windows instead of
10660 cycling through windows with next-window.
10661
10662 * server.el (server-switch-buffer): Use some-window instead of
10663 cycling through windows with next-window.
10664
10665 * window.el (some-window): New function.
10666 (walk-windows): Remove reference to walk-windows-start.
10667
10668 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10669
106702000-07-03 Richard Stallman <rms@gnu.org>
10671
10672 * window.el (walk-windows): Guarantee termination by keeping a list
10673 of all the windows already handled.
10674
106752000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10676
10677 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10678 window-system.
10679
10680 * man.el (Man-notify-when-ready): Don't use window-system. If
10681 Man-notify-method is newframe, and the display is not
10682 multi-frame, select the frame created for the man page.
10683 (Man-init-defvars): Doc fix.
10684
106852000-06-28 Gerd Moellmann <gerd@gnu.org>
10686
10687 * faces.el (region): Change background color for light background.
10688
10689 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10690 attribute from mode-line face of Ediff control frame.
10691
10692 * replace.el (query-replace-map): Bind `e' like `E'.
10693
106942000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10695
10696 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10697 Change name to "Select All".
10698
10699 * dos-fns.el (convert-standard-filename): Fix last change.
10700
107012000-06-27 Gerd Moellmann <gerd@gnu.org>
10702
10703 * help.el (describe-variable): Don't insert a second `'s' in front
10704 of the string `value is shown below'. Since the syntax-table is
10705 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10706 an existing `'s', so that this won't be deleted.
10707
10708 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10709 * pcmpl-unix.el: New files.
10710
107112000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10712
10713 * wid-edit.el (widget-member): Use the new plist-member.
10714
107152000-06-26 Gerd Moellmann <gerd@gnu.org>
10716
10717 * replace.el (perform-replace): Undo change of 2000-04-04.
10718 Instead, move backward 1 character at the end of the loop when
10719 necessary.
10720
10721 * faces.el (fringe): Change face for different backgrounds.
10722
10723 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10724 patch from John.
10725
10726 * eshell/*.el: Change spelling of the Free Software Foundation.
10727
10728 * eshell/esh-toggle.el: Removed.
10729
10730 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10731
10732 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10733 interactively.
10734
107352000-06-26 Alex Schroeder <alex@gnu.org>
10736
10737 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10738 `define-key'; instead of checking `(emacs-version)' check for
10739 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10740 for `;' and `o' which might be electric.
10741
10742 (sql-electric-stuff): New user option.
10743 (sql-magic-go): New function which uses `sql-electric-stuff'.
10744 (sql-magic-semicolon): New function which uses
10745 `sql-electric-stuff'.
10746
10747 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10748 is not fboundp.
10749
10750 (sql-oracle-options): New variable.
10751 (sql-oracle): Use it.
10752
10753 (sql-imenu-generic-expression): Doc change.
10754 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10755 is used.
10756
10757 (sql-informix): Added command line parameter "-" to force
10758 sql-informix-program to use stdout.
10759
107602000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10761
10762 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10763 (cp864-decode-table): Doc fix.
10764 (cp720-decode-table): New variable, supports the Arabic OEM
10765 codepage used by Windows.
10766 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10767
107682000-06-23 Dave Love <fx@gnu.org>
10769
10770 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10771 (font-lock-fontify-anchored-keywords): Use
10772 line-beginning-position.
10773 (global-font-lock-mode): Use mapc.
10774
107752000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10776
10777 * eshell/esh-module.el: Require CL when compiling.
10778
107792000-06-23 Gerd Moellmann <gerd@gnu.org>
10780
10781 * comint.el (comint-substitute-in-file-name): Call replace-match
10782 with second and third arg t.
10783
10784 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10785 Specify foreground color.
10786
10787 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10788 color.
10789
10790 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10791
10792 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10793 cddr instead of cdddr.
10794
10795 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10796 instead of copy-list.
10797
10798 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10799 of copy-list.
10800
10801 * subdirs.el: Add eshell subdirectory.
10802
10803 * eshell: New subdirectory containing the Eshell package.
10804
10805 * pcomplete.el: New file.
10806
108072000-06-23 Paul Eggert <eggert@twinsun.com>
10808
10809 * mail/mailpost.el (post-mail-send-it): Make sure file has
10810 proper permissions from birth.
10811
10812 * files.el (basic-save-buffer-2): When temporarily setting
10813 file modes, set them to current modes plus 0200, not to 0777.
10814
10815 * emerge.el (emerge-make-temp-file): Make sure file has proper
10816 permissions from birth.
10817
108182000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10819
10820 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10821 backup file name through convert-standard-filename.
10822
10823 * dos-fns.el (convert-standard-filename): Convert leading
10824 directories as well. When long file names are supported, convert
10825 characters that are invalid in Windows file names.
10826
108272000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10828
10829 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10830 ps-print crashes. New feature: page selection for printing. Create
10831 raw-text-unix coding system for XEmacs. Doc fix.
10832 (ps-print-version): New version number (5.2.3).
10833 (ps-plot-region): Bug fix.
10834 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10835 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10836 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10837 funs.
10838 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10839 (ps-last-page): New vars.
10840
108412000-06-21 Gerd Moellmann <gerd@gnu.org>
10842
10843 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10844 empty option string.
10845
108462000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10847
10848 * man.el (man): Doc fix.
10849
108502000-06-21 Kenichi Handa <handa@etl.go.jp>
10851
10852 * international/mule-cmds.el (set-language-info-alist): Docstring
10853 fixed.
10854
108552000-06-20 Gerd Moellmann <gerd@gnu.org>
10856
10857 * version.el (emacs-version): Use ISO date format.
10858
10859 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10860 instead of `M-backspace'.
10861
10862 * simple.el (turn-off-auto-fill): New function.
10863
108642000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10865
10866 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10867 Renamed from with-buffer-prepared-for-font-lock and use
10868 inhibit-modification-hooks rather than setting *-change-functions.
10869 Update all functions to use the new name.
10870 (jit-lock-first-unfontify-pos): New semantics (and doc).
10871 (jit-lock-mode): Make non-interactive.
10872 Don't automatically turn on font-lock.
10873 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10874 Always use jit-lock-after-change.
10875 Remove and restore font-lock-after-change-function.
10876 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10877 (jit-lock-after-unfontify-buffer): Remove.
10878 (jit-lock-stealth-fontify):
10879 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10880 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10881
108822000-06-20 Sam Steingold <sds@gnu.org>
10883
10884 * emacs-lisp/cl-indent.el (toplevel): Indent
10885 `print-unreadable-object' properly. Untabify.
10886
108872000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10888
10889 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10890 Support for bibentry.
10891 (reftex-compile-variables): Fixed problem with end of section-re.
10892
10893 * texmodes/reftex-dcr.el (reftex-view-crossref,
10894 reftex-view-crossref-from-bibtex):
10895 Deal with changed `reftex-find-citation-regexp-format'.
10896 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10897 Replaced `remprop' with `put'.
10898 (reftex-view-crossref, reftex-view-crossref-when-idle):
10899 Support for bibentry.
10900
10901 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10902 New entry for bibentry package.
10903
10904 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10905 Regexp also matches "\nobibliography".
10906
10907 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10908 Call `reftex-ensure-write-access' before doing anything.
10909 (reftex-ensure-write-access): New function.
10910
109112000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10912
10913 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10914
10915 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10916
10917 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10918
10919 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10920
10921
109222000-06-20 Dave Love <fx@gnu.org>
10923
10924 * faces.el (frame-background-mode): Use set-default, not set, in
10925 setter.
10926 (frame-update-faces, frame-update-face-colors): Define with
10927 defalias.
10928
10929 * enriched.el (enriched-decode-foreground)
10930 (enriched-decode-background): Don't use internal-find-face.
10931
10932 * apropos.el: Doc fixes.
10933
10934 * cus-edit.el (customize-changed-options): Check arg.
10935 (customize-version-lessp): Don't require decimal point.
10936
10937 * custom.el (defcustom, defgroup): Doc fix.
10938
10939 * newcomment.el (comment) <defgroup>: Add :version.
10940 (comment-multi-line): Doc fix.
10941
10942 * emulation/mlsupport.el (define-hooked-local-abbrev,
10943 define-hooked-global-abbrev): Fix, using define-abbrev.
10944
109452000-06-19 Gerd Moellmann <gerd@gnu.org>
10946
10947 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10948 the whole buffer.
10949
109502000-06-19 Dave Love <fx@gnu.org>
10951
10952 * menu-bar.el (menu-bar-options-save): New function.
10953 (menu-bar-options-menu): Use it.
10954 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10955 Simplify.
10956
109572000-06-19 Andreas Schwab <schwab@suse.de>
10958
10959 * progmodes/etags.el (tags-query-replace): Put new parameters
10960 START and END at the end, for backward compatibility.
10961
109622000-06-19 Kenichi Handa <handa@etl.go.jp>
10963
10964 * international/codepage.el:
10965 (cp-coding-system-for-codepage-1): Delete special codes for
10966 generating xxx-dos coding system because now a CCL based coding
10967 system can handle EOL conversion by default.
10968
10969 * international/mule.el (make-coding-system): Generate subsidiary
10970 coding systems for EOL handling variants even for a CCL based
10971 coding system.
10972
109732000-06-19 Kenichi Handa <handa@etl.go.jp>
10974
10975 * international/isearch-x.el (isearch-minibuffer-input-method)
10976 (isearch-minibuffer-input-method-function): These variables
10977 deleted.
10978 (isearch-with-input-method): Don't use the above variables.
10979 (isearch-process-search-multibyte-characters): Likewise. Call
10980 read-string with the arg INHERIT-INPUT-METHOD t.
10981
109822000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10983
10984 * font-lock.el (font-lock-after-fontify-buffer)
10985 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10986
10987 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10988 Use consistent make-local-variable style for font-lock-fontified.
10989 (jit-lock-fontify-buffer):
10990 Don't bother checking for font-lock-mode and jit-lock-mode.
10991
10992 * time.el: Remove trailing ^M that prevent CVS-merging.
10993
109942000-06-16 Gerd Moellmann <gerd@gnu.org>
10995
10996 * Makefile.in (distclean): New target.
10997
109982000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10999
11000 * Makefile.in (srcdir): Define for update-subdirs.
11001
110022000-06-16 Gerd Moellmann <gerd@gnu.org>
11003
11004 * find-lisp.el: New file.
11005
110062000-06-16 Andrew Innes <andrewi@gnu.org>
11007
11008 * time.el (display-time-mail-function): New variable, to allow
11009 external packages to indicate when new mail is available.
11010 (display-time-update): Use it.
11011
110122000-06-16 Kenichi Handa <handa@etl.go.jp>
11013
11014 * international/mule.el (mule-version): Change version name to
11015 SAKAKI. AOI has already been used by Meadow.
11016
11017 * international/quail.el (quail-show-guidance-buf): To find the
11018 bottom window (but minibuffer), pay attention to the height of
11019 minibuffer.
11020
110212000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11022
11023 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11024 menu-bar menus. Add help strings. Don't remove the Edit menu
11025 from the menu bar, as the menu bar has enough space now.
11026
11027 * Makefile.in (SHELL): Make sure /bin/sh is used.
11028
11029 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11030 characters, which use series of two ^H characters instead of one.
11031
110322000-06-15 Gerd Moellmann <gerd@gnu.org>
11033
11034 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11035 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11036 functions.
11037 (Info-find-node-2): Try a case-sensitive search first, then
11038 do a case-insensitive search.
11039
11040 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11041 tutorials.
11042
11043 * complete.el (PC-env-vars-alist): New variable.
11044 (PC-complete-as-file-name): New function.
11045 (partial-completion-mode): Initialize PC-env-vars-alist from
11046 process-environment.
11047 (PC-do-completion): Handle completion of env vars.
11048
11049 * info.el (Info-set-mode-line): Show file name in mode line,
11050 use `*Info*' instead of `Info:'.
11051
11052 * startup.el (command-line-1): Change copyright messages to year
11053 2000.
11054
110552000-06-15 Dave Love <fx@gnu.org>
11056
11057 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11058 not local-map.
11059
110602000-06-15 Kenichi Handa <handa@etl.go.jp>
11061
11062 * international/mule.el (set-buffer-file-coding-system): Almost
11063 rewritten to handle `undecided' as no-op.
11064
110652000-06-14 Gerd Moellmann <gerd@gnu.org>
11066
11067 * Makefile.in: New file.
11068
11069 * Makefile: Removed.
11070
11071 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11072 (goto-address-highlight-keymap): Bind C-c RET.
11073
110742000-06-14 Kenichi Handa <handa@etl.go.jp>
11075
11076 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11077 inherits buffer-file-coding-system of the current buffer.
11078
11079 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11080 0. Give correct argument to set-auto-coding-function.
11081 (tar-expunge): For goto-char, use (point-min), not 0.
11082 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11083 (tar-subfile-save-buffer): Likewize.
11084
11085 * international/mule.el
11086 (after-insert-file-set-buffer-file-coding-system): Call
11087 set-buffer-file-coding-system with the arg FORCE t.
11088
110892000-06-13 Gerd Moellmann <gerd@gnu.org>
11090
11091 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11092 nil. Contemporary sendmails issue an X-Authentication-Warning if
11093 the sender is set with `-f'.
11094
110952000-06-13 Dave Love <fx@gnu.org>
11096
11097 * help.el (describe-function-1): Kluge around cases of functions
11098 fset to subrs whose doc doesn't match their symbol-name.
11099
11100 * image.el (insert-image): Default STRING to a space.
11101
11102 * info.el Doc fixes.
11103 (Info-build-node-completions): Match Ref tags.
11104
111052000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11106
11107 * frame.el (display-multi-frame-p, display-multi-font-p): New
11108 defaliases for display-graphic-p.
11109
11110 * hl-line.el: Fixed a typo in commentary.
11111
111122000-06-13 Kenichi Handa <handa@etl.go.jp>
11113
11114 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11115 fixed.
11116
111172000-06-12 Dave Love <fx@gnu.org>
11118
11119 * image.el (insert-image): Save a little consing.
11120
111212000-06-12 Kenichi Handa <handa@etl.go.jp>
11122
11123 * language/tibet-util.el: Convert all tibetan-1-column characters
11124 to the corresponding tibetan characters.
11125 (tibetan-add-components): Delete code for the special treatment of
11126 'a chung.
11127
11128 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11129 change.
11130 (tibetan-vowel-transcription-alist): More rules added.
11131 (tibetan-composite-vowel-alist): New variable.
11132 (tibetan-precomposition-rule-alist): More rules added.
11133
111342000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11135
11136 * startup.el (command-line): Only call menu-bar-mode if interactive.
11137
11138 * thingatpt.el (toplevel symbol-properties):
11139 * textmodes/makeinfo.el (makeinfo-compile):
11140 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11141 * progmodes/hideif.el (hif-compress-define-list)
11142 (hide-ifdef-use-define-alist):
11143 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11144 (ange-ftp-vms-add-file-entry):
11145 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11146 * man.el (Man-build-man-command):
11147 * mail/rnewspost.el (news-reply-header-hook):
11148 * info.el (Info-insert-dir):
11149 * emulation/mlconvert.el (backward-word, forward-word, setq):
11150 * emacs-lisp/gulp.el (gulp-send-requests):
11151 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11152 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11153 (byte-optimize-apply, end of file):
11154 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11155 (ad-make-freeze-definition):
11156 * startup.el (command-line, command-line-1): Don't quote lambdas.
11157
11158 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11159 (cvs-cleanup-removed): New function.
11160 (cvs-cleanup-functions): New var.
11161 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11162 some flexibility in specifying additional entries to auto-cleanup.
11163 (cvs-quickdir): New function.
11164 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11165 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11166 (cvs-mode-find-file): Check that we are on a filename or dirname
11167 when invoked through a mouse-click.
11168 (cvs-full-path): Remove.
11169 (cvs-dired-action): Re-introduced.
11170 (cvs-dired-noselect): Use it.
11171 (vc-post-command-functions): use this new hook if available.
11172
11173 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11174 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11175 (cvs-filename-map, cvs-dirname-map): Remove.
11176 (cvs-default-action): Remove.
11177 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11178 if the arg is really a keymap.
11179 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11180 Don't hardcode the mapping from state (aka type) to face, but check
11181 the var cvs-fi-<type>-face instead.
11182 (cvs-fileinfo-from-entries): New function.
11183
11184 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11185 Docstring fix.
11186 (cvs-find-file-and-jump): Change default to be safer.
11187 (cvs-mode-diff-map): Define it as a function as well.
11188 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11189 Bind mouse-2 in this global map rather than with text-properties.
11190
11191 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11192 file to resolve the ambiguity between C(conflict) and C(need-merge).
11193
111942000-06-12 Kenichi Handa <handa@etl.go.jp>
11195
11196 * international/mule.el (set-buffer-file-coding-system): If
11197 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11198 unconditionally.
11199
112002000-06-12 Dave Love <fx@gnu.org>
11201
11202 * wid-edit.el (widget-specify-button): Really suppress the face if
11203 required.
11204
112052000-06-11 Gerd Moellmann <gerd@gnu.org>
11206
11207 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11208
112092000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11210
11211 * imenu.el (imenu-generic-expression): Docstring fix.
11212
11213 * composite.el (composition-function-table): Move the `put'
11214 below the autoload cookie so we can load the file before loaddefs.
11215
11216 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11217
11218 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11219 Handle easy-mmode-define-global-mode.
11220 For complex macros like define-minor-mode that can generate
11221 several autoload entries, try to autoload entries in the
11222 macroexpanded code.
11223
11224 * emacs-lisp/easy-mmode.el (define-minor-mode):
11225 If KEYMAP is a symbol, just use it.
11226 Use byte-compile-current-file and load-file-name to infer the
11227 proper :require to pass to defcustom.
11228 Wrap the hook var into `progn' so as not to autoload it.
11229 Add a :autoload-end cookie.
11230 Be more careful about the evaluation of KEYMAP.
11231 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11232 (define-derived-mode): Move define-abbrev-table outside of defvar.
11233
112342000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11235
11236 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11237 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11238 (backup-compiled-files): Ignore errors during `tar'.
11239 (bootstrap): Make autoloads before elc files.
11240
112412000-06-10 Kenichi Handa <handa@etl.go.jp>
11242
11243 * international/mule.el (set-buffer-file-coding-system): If one of
11244 undecided-XXX is specified, change only EOL conversion.
11245
11246 * international/mule-conf.el (unix): New alias for the coding
11247 system undecided-unix.
11248
112492000-06-09 Dave Love <fx@gnu.org>
11250
11251 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11252
11253 * progmodes/executable.el: Byte compile dynamic.
11254 (executable-insert): Change custom type.
11255 (executable-find): Add autoload cookie.
11256 (executable-make-buffer-file-executable-if-script-p): New
11257 function. After Noah Friedman.
11258
11259 * files.el (after-save-hook): Customize, with
11260 executable-make-buffer-file-executable-if-script-p as an option.
11261
112622000-06-09 Kenichi Handa <handa@etl.go.jp>
11263
11264 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11265 "tib24p-mule.bdf" for Tibetan.
11266
11267 * composite.el (decompose-composite-char): Declare it as obsolete.
11268
11269 * man.el (Man-fontify-manpage): Pay attention to underline and
11270 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11271
112722000-06-08 Gerd Moellmann <gerd@gnu.org>
11273
11274 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11275 Set maintainer to FSF since author isn't reachable.
11276
112772000-06-08 Dave Love <fx@gnu.org>
11278
11279 * international/mule-cmds.el (select-safe-coding-system): If
11280 DEFAULT-CODING-SYSTEM is not specified, also check the most
11281 preferred coding-system if buffer-file-coding-system is
11282 `undecided'. From Handa.
11283
112842000-06-08 Kenichi Handa <handa@etl.go.jp>
11285
11286 * international/mule.el
11287 (after-insert-file-set-buffer-file-coding-system): If the buffer
11288 size is greater than INSERTED, judget that we are not visiting.
11289
112902000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11291
11292 * whitespace.el (defgroup whitespace): Comment out `:version'.
11293 XEmacs 20.4 has problems defining the group with this present.
11294 We'll have this commented out till get resolve the problem.
11295
112962000-06-07 John Wiegley <johnw@gnu.org>
11297
11298 * align.el (align-dq-string-modes, align-sq-string-modes)
11299 (align-open-comment-modes): Add pyhton-mode.
11300 (align-rules-list): Use get-text-property instead of
11301 text-properties-at.
11302 (align-rules-list): Add python-assignment.
11303 (align-rules-list): Change perl-comma-delimiter to
11304 basic-comma-delimiter. Use if for Perl modes and python-mode.
11305 (align-rules-list): Add python-chain-logic and
11306 basic-line-continuation.
11307
113082000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11309
11310 * apropos.el (apropos-mode-hook): New user variable.
11311 (apropos-mode): Run apropos-mode-hook.
11312
113132000-06-07 David Ponce <david@dponce.com>
11314
11315 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11316 commands. Require `wid-edit' at run-time.
11317
113182000-06-07 David Ponce <david@dponce.com>
11319
11320 * recentf.el: Added some "Commentary".
11321 (recentf-open-more-files, recentf-edit-list): Minor changes to
11322 move the point at the top of the file list. This behaviour is
11323 consistent with the menu one when the list contains a lot of
11324 files.
11325 (recentf-cleanup): Now displays the number of items removed from
11326 the list.
11327 (recentf-relative-filter) New menu filter to show filenames
11328 relative to `default-directory'.
11329
113302000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11331
11332 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11333 with/without giving an error if PostScript printer doesn't have this
11334 kind of page size. Zebra Stripe continues or restarts on next page.
11335 Manual/automatic paper feeding. Switch or not the header.
11336 (ps-print-version): New version number (5.2.2).
11337 (ps-windows-system): Include emx as a Windows system.
11338 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11339 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11340 (ps-background-text): Code fix.
11341 (ps-error-handler-message, ps-user-defined-prologue)
11342 (ps-print-prologue-header, ps-printer-name)
11343 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11344 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11345 (ps-use-face-background): Customization fix.
11346 (ps-n-up-database): Data fix.
11347 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11348 (ps-switch-header): New vars.
11349 (ps-xemacs-color-name, ps-face-foreground-name)
11350 (ps-face-background-name, ps-boolean-constant): New funs.
11351
113522000-06-07 Dave Love <fx@gnu.org>
11353
11354 * allout.el: New version from Manheimer.
11355
113562000-06-07 Kenichi Handa <handa@etl.go.jp>
11357
11358 * textmodes/fill.el (fill-find-break-point): Check the validity of
11359 charset.
11360
113612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11362
11363 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11364 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11365 Call display-color-p and display-mouse-p instead of looking at
11366 window-system.
11367
113682000-06-06 Dave Love <fx@gnu.org>
11369
11370 * image.el (find-image): Doc fix. Return nil if image not found.
11371 (put-image, insert-image): Make STRING arg optional.
11372
113732000-06-06 Kenichi Handa <handa@etl.go.jp>
11374
11375 * language/vietnamese.el: Remove eval-when-compile.
11376 (viet-viscii-nonascii-translation-table): Define it as a
11377 translation table made from viet-viscii-decode-table.
11378 (viet-viscii-encode-table): Define it as a translation table made
11379 from the reverse map of above.
11380 (viet-vscii-nonascii-translation-table): Define it as a
11381 translation table made from viet-vscii-decode-table.
11382 (viet-vscii-encode-table): Define it as a translation table made
11383 from the reverse map of above.
11384 (ccl-decode-viscii): Use translate-character.
11385 (ccl-encode-viscii, ccl-encode-viscii-font)
11386 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11387 Likewize.
11388
11389 * language/cyrillic.el: Remove eval-when-compile.
11390 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11391 translation table made from cyrillic-koi8-r-decode-table.
11392 (cyrillic-koi8-r-encode-table): Define it as a translation table
11393 made from the reverse map of above.
11394 (ccl-decode-koi8): Use translate-character.
11395 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11396 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11397 a translation table made from cyrillic-alternativnyj-decode-table.
11398 (cyrillic-alternativnyj-encode-table): Define it as a translation
11399 table made from the reverse map of above.
11400 (ccl-decode-alternativnyj): Use translate-character.
11401 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11402 Likewize
11403
11404 * international/mule-diag.el (non-iso-charset-alist): Specify
11405 translation table symbol instead of translation table itself.
11406 (list-block-of-chars): CHARSET may be a translation table symbol.
11407
11408 * international/mule.el (make-coding-system): If CODING-SYSTEM
11409 already exists, override it.
11410
11411 * international/fontset.el: Use family `proportional' for Tibetan
11412 fonts.
11413
11414 * international/ccl.el (ccl-compile-translate-character): Don't
11415 check if Rrr has property translation-table.
11416 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11417
114182000-06-05 Gerd Moellmann <gerd@gnu.org>
11419
11420 * info.el: Bind case-fold-search to t when searching in case
11421 a user sets it to nil in a hook.
11422
114232000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11424
11425 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11426 * hl-line.el (hl-line-mode): Use the new :global key argument.
11427
11428 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11429 (tar-clip-time-string): Prepend a space.
11430 (tar-grind-file-mode): Construct a string rather than modifying one.
11431 (tar-header-block-summarize): Fix docstring.
11432 Use `format' rather than an error-prone set of copy-loops.
11433
11434 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11435 (diff-goto-source, diff-unified->context, diff-context->unified)
11436 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11437 understand the format output by the `-p' argument to diff.
11438
11439 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11440 (sh-re-done): Use defconst.
11441 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11442 (sh-help-string-for-variable, sh-guess-basic-offset):
11443 Don't quote lambdas.
11444 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11445 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11446
11447 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11448 (mh-letter-mode): Derive from text-mode.
11449 This implicitly means that it now calls kill-all-local-variables.
11450 Also remove the Emacs-18 compatibility code.
11451
11452 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11453 Make use of symbol-property doc-string-elt.
11454 Use memq rather than a sequence of eq.
11455 (doc-string-elt): Fix the wrong or missing previously unused values.
11456 (autoload-print-form): New function extracted from
11457 generate-file-autoloads to allow recursion when handling progn
11458 so that defvar's and defun's docstrings are properly printed.
11459 (generate-file-autoloads): Use it.
11460
11461 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11462 Use find-file-hooks in the minor-mode function.
11463 Be careful not to loop indefinitely in the post-command-hook function.
11464
114652000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11466
11467 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11468 tty's.
11469 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11470 differences whenever appropriate.
11471 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11472 * viper.el (find-file, find-file-other-window): Get viper to do
11473 wildcards.
11474
114752000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11476
11477 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11478 (jit-lock-fontify-buffer): New function for JIT refontification.
11479 (jit-lock-mode): Fix docstring.
11480 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11481 Remove jit-lock-after-change from the _local_ hook.
11482 (jit-lock-function-1): Fix docstring.
11483
11484 * info.el (Info-on-current-buffer): Initialize info.
11485
11486 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11487
11488 * progmodes/tcl.el (tcl-indent-for-comment):
11489 Ignore comment-indent-hook.
11490
11491 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11492 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11493 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11494 and improve to use the lighter to guess the capitalization.
11495 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11496 Add keyword arguments to specify global-ness or the custom group.
11497 Add local-map and help-echo properties to the lighter.
11498 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11499 (easy-mmode-define-global-mode): New macro.
11500
115012000-06-02 Dave Love <fx@gnu.org>
11502
11503 * wid-edit.el: byte-compile-dynamic since we typically don't use
11504 all the widgets. Don't require cl or widget. Remove
11505 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11506 (widget-read-event): Removed. Callers changed to use read-event.
11507 (widget-button-release-event-p): Renamed from
11508 button-release-event-p.
11509 (widget-field-add-space, widget-field-use-before-change):
11510 Uncustomize.
11511 (widget-specify-field): Use keymap property, not local-map.
11512 (widget-specify-button): Obey :suppress-face.
11513 (widget-specify-insert): Use modern backquote syntax.
11514 (widget-image-directory): Renamed from widget-glyph-directory.
11515 (widget-image-enable): Renamed from widget-glyph-enable.
11516 (widget-image-find): Replaces widget-glyph-find.
11517 (widget-button-pressed-face): Move defvar.
11518 (widget-image-insert): Replaces widget-glyph-insert.
11519 (widget-convert): Use keywordp.
11520 (widget-leave-text, widget-children-value-delete): Use mapc.
11521 (widget-keymap): Remove XEmacs stuff.
11522 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11523 (widget-button-click): Don't set point at the click, but re-centre
11524 if we scroll out of window. Rewritten for images v. glyphs &c.
11525 (widget-tabable-at): Use POS arg, not point.
11526 (widget-beginning-of-line, widget-end-of-line)
11527 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11528 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11529 (widget-default-create): Use widget-image-insert; some rewriting.
11530 (widget-visibility-value-create)
11531 (widget-push-button-value-create, widget-toggle-value-create): Use
11532 widget-image-insert.
11533 (checkbox): Create on and off images dynamically.
11534 (documentation-link): Change :help-echo.
11535 (widget-documentation-link-echo-help): Remove.
11536
115372000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11538
11539 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11540
11541 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11542 (easy-mmode-define-toggle, define-minor-mode): Use it.
11543 (easy-mmode-define-keymap): Docstring fix.
11544 (define-derived-mode): Default PARENT to fundamental-mode.
11545 Add the derived-mode-parent symbol-property.
11546 (easy-mmode-derived-mode-p): New function.
11547
115482000-06-02 Dave Love <fx@gnu.org>
11549
11550 * files.el (convert-standard-filename): Doc fix.
11551 (normal-backup-enable-predicate): New function.
11552 (backup-enable-predicate): Use it to replace the lambda form.
11553
11554 * calendar/todo-mode.el: [This needs more work on the outline
11555 stuff.] Doc fixes.
11556 (todo) <defgroup>: Add :version.
11557 (todo-add-category): Don't use pushnew.
11558 (todo-cmd-raise): Fix typo.
11559 (todo-top-priorities): Change temp buffer name.
11560 (todo-category-alist): Avoid redundant lambda.
11561 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11562 Use outline-next-heading.
11563
11564 * autoarg.el: Rewritten to use define-minor-mode.
11565 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11566 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11567
115682000-06-02 Kenichi Handa <handa@etl.go.jp>
11569
11570 * isearch.el (isearch-other-meta-char): Fix previous change.
11571
115722000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11573
11574 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11575 (log-edit-done): Only add the comment to the ring if it's different
11576 from the last comment entered.
11577
11578 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11579
115802000-06-01 Dave Love <fx@gnu.org>
11581
11582 * hl-line.el: Rewritten using define-minor-mode.
11583
11584 * help.el (describe-function-1): Distinguish special form from
11585 builtin function. Sanity-check presence of arglist for builtins.
11586
115872000-06-01 Kenichi Handa <handa@etl.go.jp>
11588
11589 * international/characters.el: Fix syntax/category setting of
11590 Tibetan characters.
11591
11592 * language/tibet-util.el (tibetan-add-components): Fixes for new
11593 encoding of Tibetan characters.
11594 (tibetan-decompose-precomposition-alist): New variable.
11595 (tibetan-decompose-region): Convert precomposed characters to
11596 non-precomposed characters.
11597 (tibetan-decompose-string): Likewise.
11598 (tibetan-composition-function): Fix args to
11599 thibetan-compose-string.
11600
11601 * language/tibetan.el (tibetan-composable-pattern): More
11602 characters included.
11603 (tibetan-consonant-transcription-alist): Rule for "R" added.
11604 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11605 "+R" added.
11606 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11607
11608 * language/lao-util.el (lao-composition-function): Fix args to
11609 compose-string.
11610
11611 * language/thai-util.el (thai-composition-function): Fix args to
11612 compose-string.
11613
11614 * isearch.el (isearch-update): Set disable-point-adjustment to t
11615 to prevent the point moving to the end of a composition when a
11616 part of a composition is searched.
11617 (isearch-other-meta-char): If the key invoking this command can be
11618 mapped by function-key-map to a printing char, call
11619 isearch-process-search-char directly.
11620
116212000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11622
11623 * emacs-lisp/bytecomp.el:
11624 * frame.el:
11625 * international/mule-cmds.el:
11626 * international/mule-util.el:
11627 * international/mule.el:
11628 * mouse.el:
11629 * subr.el:
11630 * faces.el: Update calls to make-obsolete with a WHEN argument.
11631
11632 * byte-run.el (make-obsolete, make-obsolete-variable):
11633 Add an optional WHEN argument and change the format of the
11634 symbol-property information.
11635 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11636 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11637 new obsolete-symbol-property format and print WHEN if it is provided.
11638
116392000-05-31 Dave Love <fx@gnu.org>
11640
11641 * loadhist.el (loadhist-hook-functions): Remove
11642 before-change-function, after-change-function.
11643 (unload-feature): Deal with symbols which are both bound and
11644 fbound.
11645
11646 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11647 before-change-function, after-change-function.
11648
11649 * simple.el (newline): Don't bind before-change-function,
11650 after-change-function.
11651
116522000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11653
11654 * whitespace.el (whitespace-rescan-timer-time): Update interval
11655 set to 600 seconds (10 minutes) instead of 60 seconds since
11656 a large number of whitespace buffers causes emacs to `freeze'
11657 for a considerable amount of time.
11658
11659 * whitespace.el: Updated email address
11660
116612000-05-31 Dave Love <fx@gnu.org>
11662
11663 * add-log.el (change-log-font-lock-keywords) <function>: Add
11664 pattern for function of change.
11665 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11666 acknowledgements patterns.
11667
116682000-05-31 Kenichi Handa <handa@etl.go.jp>
11669
11670 * isearch.el (isearch-printing-char): If keyboard coding system is
11671 being used, call isearch-process-search-multibyte-characters.
11672
11673 * international/isearch-x.el: Mostly rewritten.
11674
11675 * international/quail.el (quail-start-conversion): Don't include
11676 unhandled events in the returned events, but set them in
11677 unread-command-events. Exit if all inputs are deleted.
11678
116792000-05-30 Jason Rumney <jasonr@gnu.org>
11680
11681 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11682
11683 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11684 Reenable code to create initial fontsets.
11685 Use set-fontset-font in place of put-charset-property.
11686
116872000-05-30 Gerd Moellmann <gerd@gnu.org>
11688
11689 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11690 label, ensure that the first colon isn't followed by another.
11691
11692 * paths.el (Info-default-directory-list): Doc fix.
11693
11694 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11695 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11696 send a query containing USER only, not USER@HOST.
11697
11698 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11699 and rmail-msgend to compute the restriction at the end, instead of
11700 computing it.
11701
117022000-05-29 Gerd Moellmann <gerd@gnu.org>
11703
11704 * dabbrev.el (dabbrev-expand): Don't display messages in the
11705 echo area if the minibuffer window is active.
11706
11707 * jit-lock.el (jit-lock-mode): Add after change function to
11708 local hook.
11709
117102000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11711
11712 * antlr-mode.el: New commands: hide/unhide actions,
11713 upcase/downcase literals.
11714 (antlr-tiny-action-length): New user option.
11715 (antlr-hide-actions): New command. Suggested by
11716 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11717 (antlr-mode-map): New binding [C-c C-v].
11718 (antlr-mode-menu): New entries.
11719 (antlr-downcase-literals): New command.
11720 (antlr-upcase-literals): Ditto.
11721
11722 * antlr-mode.el: Minor changes: indendation, mode-name.
11723 (antlr-indent-line): Indent cpp directive at column 0.
11724 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11725
11726 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11727 (antlr-font-lock-additional-keywords): Workaround for intentional
11728 bug in XEmacs version of font-lock.
11729 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11730 be used by a smarter version of `buffers-menu-grouping-function'.
11731
117322000-05-29 Gerd Moellmann <gerd@gnu.org>
11733
11734 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11735 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11736
117372000-05-29 Kenichi Handa <handa@etl.go.jp>
11738
11739 * international/encoded-kb.el
11740 (encoded-kbd-iso2022-designation-map): Pay attention to that
11741 charset-iso-final-char return -1 for eight-bit-control and
11742 eight-bit-graphic.
11743
117442000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11745
11746 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11747 (speedbar-easymenu-definition-base): Use display-graphic-p where
11748 available, instead of window-system.
11749
117502000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11751
11752 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11753 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11754 coding systems.
11755
117562000-05-26 Dave Love <fx@gnu.org>
11757
11758 * disp-table.el (standard-display-underline): Don't use
11759 internal-find-face.
11760
11761 * mail/reporter.el: Maintainer change. Doc fixes.
11762 (reporter-version): Deleted.
11763
11764 * emacs-lisp/elp.el: Maintainer change.
11765 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11766
117672000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11768
11769 * add-log.el (add-change-log-entry): Merge the current entry with the
11770 previous one if the previous one is empty.
11771
117722000-05-26 Dave Love <fx@gnu.org>
11773
11774 * loadhist.el (unload-feature): Fix interactive spec [from
11775 lijnzaad@ebi.ac.uk].
11776
11777 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11778 subr-arity to check primitives.
11779 (byte-compile-flush-pending, byte-compile-file-form-progn)
11780 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11781 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11782 mapcar.
11783
117842000-05-26 Kenichi Handa <handa@etl.go.jp>
11785
11786 * international/fontset.el: Set family names of non-latin charsets
11787 in default fontset to "*".
11788
11789 * international/mule-diag.el (print-fontset): Combine family part
11790 and registry part of the fontname by "-*-" instead of "-".
11791
11792 * international/mule-cmds.el (encode-coding-char): Make strings
11793 multibyte before calling encode-coding-string.
11794
117952000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11796
11797 * derived.el: Fix keywords.
11798 (define-derived-mode): Only define if needed.
11799
11800 * simple.el (fill-comment, comment-column, comment-start)
11801 (comment-start-skip, comment-end, comment-indent-function)
11802 (block-comment-start, block-comment-end, indent-for-comment)
11803 (set-comment-column, kill-comment, comment-padding, comment-region)
11804 (comment-multi-line, indent-new-comment-line): Remove.
11805
11806 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11807 function names for comment operations.
11808
11809 * newcomment.el: Add abundant autoload cookies.
11810 (comment-style): Don't depend on runtime data at compile-time.
11811 (comment-indent-hook): Remove.
11812 (comment-indent): Check if comment-indent-hook is bound.
11813 (comment-region): Docstring fix.
11814
118152000-05-25 Dave Love <fx@gnu.org>
11816
11817 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11818 byte-code-function-p.
11819
11820 * mail/rmailsum.el: Add provide.
11821
11822 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11823
11824 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11825 defcustom.
11826
118272000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11828
11829 * ediff-diff.el (ediff-exec-process): delete --binary option from
11830 non-buffer ediff jobs.
11831
118322000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11833
11834 * hilit-chg.el (highlight-changes-mode): Ask about color or
11835 grayscale support, not about window-system.
11836
11837 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11838 window-system.
11839 (ffap-highlight): Always default to t.
11840
11841 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11842 display-popup-menus-p instead of looking at window-system.
11843
11844 * disp-table.el (standard-display-g1, standard-display-graphic):
11845 Only refuse to use string glyphs on X and MS-Windows.
11846
11847 * avoid.el: Remove window-system from commentary, suggest to use
11848 display-*-p instead.
11849
11850 * apropos.el (apropos-print): Use display-mouse-p instead of
11851 window-system.
11852
118532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11854
11855 * international/codepage.el (cp-decoding-vector-for-codepage):
11856 Fill up unsupported characters with their own codes. From Kenichi
11857 Handa.
11858
118592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11860
11861 * international/mule-diag.el (describe-char-after): Use
11862 display-graphic-p instead of window-system, so that this function
11863 works on MS-DOS.
11864
118652000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11866
11867 * international/codepage.el (cp-make-coding-systems-for-codepage):
11868 Remove the eight-bit-graphic and eight-bit-control charsets from
11869 the list of charsets which we convert into `?'.
11870
118712000-05-25 Kenichi Handa <handa@etl.go.jp>
11872
11873 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11874 private charsets.
11875 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11876 japanese-jisx0213-2): New charsets.
11877
11878 * international/fontset.el: Setup default fontset for new charsets.
11879
118802000-05-24 Dave Love <fx@gnu.org>
11881
11882 * info.el (Info-find-node-2): Restructure [following "Vadim
11883 S. Solomin" <sovs@uic.nnov.ru>].
11884
11885 * icomplete.el: Fix header for Finder.
11886
118872000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11888
11889 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11890 STAY.
11891
11892 * rmail.el (rmail-automatic-folder-directives): New user variable.
11893 (rmail-show-message): Add call to `rmail-auto-file' during
11894 display.
11895 (rmail-auto-file): New function.
11896
118972000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11898
11899 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11900 account.
11901 (ediff-test-utility,ediff-diff-mandatory-option)
11902 (ediff-reset-diff-options): Utilities for proper initialization of
11903 ediff-diff-options and ediff-diff3-options on Windows.
11904
11905 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11906 variable.
11907
11908 * ediff-mult.el (ediff-filegroup-action): Use
11909 ediff-merge-filename-prefix.
11910
119112000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11912
11913 * viper-ex.el (ex-write): Set selective display to nil.
11914
119152000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11916
11917 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11918 aliases for hebrew-iso-8bit.
11919
119202000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11921
11922 * woman.el: New version from Francis J. Wright
11923 <F.J.Wright@Maths.QMW.ac.uk>.
11924 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11925 names in environment variables regardless of the path separator.
11926 (woman-topic-all-completions-1): Don't call file-name-directory-p
11927 on all files, since woman-file-regexp already filters out any
11928 directories.
11929
119302000-05-24 Kenichi Handa <handa@etl.go.jp>
11931
11932 * international/quail.el (quail-start-translation): Don't change
11933 modified-p of the current buffer.
11934 (quail-start-conversion): Likewise.
11935
11936 * international/kkc.el (kkc-region): Don't change modified-p of
11937 the current buffer.
11938
11939 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11940 conform to RFC1468.
11941 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11942
119432000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11944
11945 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11946 (speedbar-insert-button): Invisible text property fix.
11947 (speedbar-directory-plus): Renamed from speedbar-directory-+
11948 (speedbar-directory-minus): Renamed from speedbar-directory--
11949 (speedbar-page-plus): Renamed from speedbar-file-+
11950 (speedbar-page-minus): Renamed from speedbar-file--
11951 (speedbar-page): Renamed from speedbar-file-
11952 (speedbar-tag): Renamed from speedbar-tag-
11953 (speedbar-tag-plus): Renamed from speedbar-tag-+
11954 (speedbar-tag-minus): Renamed from speedbar-tag--
11955 (speedbar-expand-image-button-alist): Use above renames.
11956
11957 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11958 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11959 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11960 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11961 * sb-pg.xpm: Renamed from sb-file.xpm
11962 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11963 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11964
119652000-05-24 Kenichi Handa <handa@etl.go.jp>
11966
11967 * international/quail.el (quail-show-guidance-buf): Set
11968 current-input-method of the guidance buffer to the name of the
11969 curren input method.
11970
119712000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11972
11973 * progmodes/compile.el (compile-internal): Style typo.
11974
11975 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11976 quote vars and functions in the docstring.
11977
11978 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11979
11980 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11981 Don't quote lambdas.
11982
11983 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11984
119852000-05-23 Gerd Moellmann <gerd@gnu.org>
11986
11987 * startup.el (command-line): Determine source file of compiled
11988 user init file differently. Warn if compiled user init file
11989 is older than its source file.
11990
11991 * ffap.el (ffap-url-regexp): Add `https'.
11992
119932000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11994
11995 * files.el (make-backup-file-name-1): Replace slashes with `!'
11996 rather than `|' (which is not allowed on Windows). Replace the
11997 drive letters with a string "drive_X".
11998
119992000-05-23 Gerd Moellmann <gerd@gnu.org>
12000
12001 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12002
12003 * files.el (interpreter-mode-alist): Add `bash2'.
12004
120052000-05-22 Dave Love <fx@gnu.org>
12006
12007 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12008 mapc.
12009 (feature-file): Avoid calling symbol-name. Doc fix.
12010 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12011 (loadhist-hook-functions): Add mouse-position-function.
12012 (unload-feature): Change uses of mapcar.
12013
12014 * files.el (parse-colon-path): Doc fix.
12015 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12016 (set-auto-mode): Use mapc.
12017
12018 * complete.el (PC-look-for-include-file): Use :alnum: character
12019 class.
12020 (partial-completion-mode): Add autoload cookie.
12021
120222000-05-22 Sam Steingold <sds@gnu.org>
12023
12024 * info.el (Info-fontify-node): Fixed the call to
12025 `add-text-properties' (bug introduced on 2000-05-18).
12026
120272000-05-22 Dave Love <fx@gnu.org>
12028
12029 * bindings.el: Remove debug-ignored-errors set in other files.
12030
12031 * progmodes/etags.el: Add to debug-ignored-errors.
12032 (visit-tags-table-buffer): Clear out buffers holding old tables
12033 when making a new list.
12034 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12035 mapc.
12036
12037 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12038 quote keywords.
12039 (cmpl-string-case-type): Use character classes.
12040
12041 * comint.el:
12042 * textmodes/ispell.el:
12043 * imenu.el:
12044 * mail/mh-e.el:
12045 * progmodes/compile.el: Add to debug-ignored-errors.
12046
12047 * dabbrev.el: Add to debug-ignored-errors.
12048 (dabbrev-completion): Use mapc.
12049
120502000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12051
12052 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12053 (woman-mapcan, woman-parse-man.conf)
12054 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12055 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12056 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12057 path syntax better.
12058 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12059 (woman-manpath): Call woman-parse-man.conf.
12060 (woman-emulation): New defcustom, defaults to nroff.
12061 (woman-font-support): New defconst.
12062 (woman-use-symbol-font): New defcustom.
12063 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12064 "Emulation".
12065 Many functions: Doc fix.
12066
120672000-05-22 Kenichi Handa <handa@etl.go.jp>
12068
12069 * international/quail.el (quail-simple-translation-keymap): Map
12070 128..255 to quail-self-insert-command.
12071 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12072
120732000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12074
12075 * help.el (help-manyarg-func-alist): Typo.
12076
12077 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12078 intervals which makes it heaps simpler.
12079
12080 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12081 the nested comment markers.
12082
12083 * subr.el (remove-hook): Don't turn the hook's value into a list.
12084
120852000-05-21 Dave Love <fx@gnu.org>
12086
12087 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12088 are invalid characters.
12089
12090 * international/mule-util.el (detect-coding-with-priority): Use
12091 mapc. Remove redundant lambda.
12092
12093 * international/mule-diag.el (list-non-iso-charset-chars)
12094 (describe-fontset): Remove redundant lambda.
12095
12096 * emulation/crisp.el (brief-mode): New alias.
12097
12098 * emacs-lisp/ring.el (ring-elements): New function.
12099
12100 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12101 (easy-menu-do-add-item): Use keywordp.
12102
12103 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12104
12105 * replace.el: Doc and error message fixes.
12106 (replace-highlight): Use facep, not internal-find-face.
12107
121082000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12109
12110 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12111
12112 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12113 (log-edit-insert-changelog): Drop `:' as well.
12114
12115 * log-view.el: Fix file description.
12116 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12117 available.
12118 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12119 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12120
12121 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12122 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12123 Print a status message if the toggle is called interactively.
12124 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12125 for global minor modes and use `defcustom' for them.
12126 Use add-minor-mode.
12127 (easy-mmode-define-derived-mode): Remove.
12128 (define-derived-mode): Fancier default docstring.
12129 (easy-mmode-define-navigation): Signal an error rather than (ding).
12130
12131 * newcomment.el (comment-styles): New `box-multi'.
12132 (comment-normalize-vars): Better default for comment-continue to
12133 avoid whitespace-only continuations.
12134 (comment-search-forward): Always move even in the no-syntax case.
12135 (comment-padright): Only obey N if it's only obeyed for padleft.
12136 (comment-make-extra-lines): Better handling of empty continuations.
12137 Use `=' for the filler if comment-start has only one character.
12138 (uncomment-region): Try handling the special `=' filler.
12139 (comment-region): Allow LINES even if MULTI is nil.
12140 (comment-box): Choose box style based on comment-style.
12141
121422000-05-20 Kenichi Handa <handa@etl.go.jp>
12143
12144 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12145 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12146
121472000-05-20 Kenichi HANDA <handa@etl.go.jp>
12148
12149 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12150 and insert, not subst-char-in-region.
12151
12152 * international/mule-diag.el (list-character-sets-1): Handle
12153 charsets eight-bit-control and eight-bit-graphic.
12154 (list-iso-charset-chars): Likewise.
12155 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12156 charactes as is. Use indent-to to align characters.
12157
12158 * international/mule-cmds.el (find-multibyte-characters): Never
12159 exclude charsets eight-bit-control and eight-bit-graphic.
12160
121612000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12162
12163 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12164 Don't quote lambdas.
12165
12166 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12167
121682000-05-19 Gerd Moellmann <gerd@gnu.org>
12169
12170 * gud.el (gud-jdb-directories): Doc fix.
12171
121722000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12173
12174 * newcomment.el: New file.
12175
121762000-05-19 Gerd Moellmann <gerd@gnu.org>
12177
12178 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12179
121802000-05-18 Andreas Schwab <schwab@suse.de>
12181
12182 * dired.el (dired-between-files): Also skip lines beginning with
12183 `used'.
12184
121852000-05-18 Gerd Moellmann <gerd@gnu.org>
12186
12187 * msb.el (msb-menu-cond): Add choice `user'.
12188
121892000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12190
12191 * ps-print.el: Compatibility, customization and doc fix.
12192 (ps-printer-name-option): Replace defconst by defvar.
12193 (ps-postscript-code-directory): XEmacs compatibility.
12194 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12195 fix.
12196 (ps-user-defined-prologue, ps-print-prologue-header)
12197 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12198 compatibility and code fix.
12199 (ps-print-background-image, ps-print-background-text):
12200 Customization fix.
12201 (ps-line-number-start, ps-n-up-on): New vars.
12202
122032000-05-18 Espen Skoglund <esk@ira.uka.de>
12204
12205 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12206 the indent-comment function to just return the appropriate indent.
12207
122082000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12209
12210 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12211 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12212 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12213
122142000-05-18 Dave Love <fx@gnu.org>
12215
12216 * info.el (Info-fontify-node): Add intangible property as well as
12217 invisible.
12218
12219 * calendar/appt.el (appt-make-list): Match all lines of entry.
12220 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12221
122222000-05-18 Kenichi Handa <handa@etl.go.jp>
12223
12224 * international/mule-diag.el (describe-char-after): Call
12225 internal-char-font, not char-font. If internal-char-font returns
12226 nil, display "-- none --".
12227
122282000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12229
12230 * image.el (image-type-available-p): Don't reference image-types
12231 if it isn't bound.
12232
122332000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12234
12235 * autoarg.el (autoarg-mode): Typo in the :set argument.
12236
122372000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12238
12239 * startup.el (command-line-1): Don't signal an error if the
12240 directory for auto-save-list files does not yet exist.
12241
122422000-05-17 Kenichi Handa <handa@etl.go.jp>
12243
12244 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12245
122462000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12247
12248 * subr.el (remove-hook): `setq' hook-value, not `set'.
12249
122502000-05-16 Sam Steingold <sds@gnu.org>
12251
12252 * info.el (debug-ignored-errors): More errors to ignore.
12253
122542000-05-16 Dave Love <fx@gnu.org>
12255
12256 * cus-edit.el: Don't require cl or easymenu.
12257 (custom-variable-prompt): Test standard-value property, not
12258 user-variable-p.
12259
122602000-05-16 Sam Steingold <sds@gnu.org>
12261
12262 * subr.el (add-hook): `setq' hook-value, not `set'.
12263
122642000-05-16 Gerd Moellmann <gerd@gnu.org>
12265
12266 * startup.el (command-line-1): Mention the FAQ in the startup
12267 message.
12268
12269 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12270
12271 * progmodes/compile.el (compilation-parse-errors): Collect
12272 `nomessage' regexps last.
12273
12274 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12275
12276 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12277 to the function name.
12278
122792000-05-15 Dave Love <fx@gnu.org>
12280
12281 * speedbar.el (speedbar-recenter): Typo.
12282 (speedbar-expand-line): Make arg optional.
12283 (speedbar-mode): Avoid a compiler warning.
12284
122852000-05-15 Gerd Moellmann <gerd@gnu.org>
12286
12287 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12288 user-specified option string is empty.
12289
12290 * mouse.el (mouse-yank-at-click): Doc fix.
12291
122922000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12293
12294 * term/internal.el (IT-character-translations): More updates of
12295 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12296 documents.
12297
122982000-05-15 Gerd Moellmann <gerd@gnu.org>
12299
12300 * env.el (getenv): New function, interactively callable.
12301 (setenv, getenv): Remove autoload cookies.
12302
12303 * loadup.el: Load `env'.
12304
12305 * progmodes/f90.el: Change author's mail address.
12306
123072000-05-14 Dave Love <fx@gnu.org>
12308
12309 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12310 goto-addr as an option.
12311
12312 * help.el (help-xref-stack): Doc fix.
12313 (help-xref-following): New variable.
12314 (help-make-xrefs): Use it.
12315 (help-xref-go-back): Use position information from stack element.
12316 (help-follow): Make position in stack element a pair. Use
12317 help-xref-following.
12318
12319 * autoarg.el: New file.
12320
12321 * faces.el: Declare more functions obsolete.
12322
12323 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12324 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12325 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12326 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12327 Remove all the setup-...-environment functions.
12328
123292000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12330
12331 * speedbar.el: Updated the commentary section. xemacs20p now uses
12332 >= when detecting. Require `defimage' safely.
12333 (speedbar-easymenu-definition-base): Add toggle for images.
12334 (speedbar-easymenu-definition-special): Add flush cache & expand.
12335 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12336 (speedbar-reconfigure-keymaps-hook): New variable.
12337 (speedbar-frame-parameters): Updated documentation.
12338 (speedbar-use-imenu-flag): Updated custom tag
12339 (speedbar-dynamic-tags-function-list): New variable.
12340 (speedbar-tag-hierarchy-method): Updated doc & custom.
12341 (speedbar-indentation-width, speedbar-indentation-width) New
12342 variables.
12343 (speedbar-hide-button-brackets-flag): Customizable.
12344 (speedbar-vc-indicator): Doc update.
12345 (speedbar-ignored-path-expressions): Updated default value.
12346 (speedbar-supported-extension-expressions): Updated default value.
12347 (speedbar-syntax-table): Remove {} paren status.
12348 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12349 as "+". Added overlay aliases.
12350 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12351 `force-mode-line-update'.
12352 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12353 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12354 `mouse-set-point'
12355 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12356 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12357 of arbitrary text, and new helper functions.
12358 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12359 filename finder.
12360 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12361 (speedbar-directory-buttons): Update path search/expansion.
12362 (speedbar-make-tag-line): Pay attention to
12363 `speedbar-indentation-width'. Use more care w/ invisible
12364 properties.
12365 (speedbar-change-expand-button-char): Call
12366 `speedbar-insert-image-button-maybe'.
12367 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12368 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12369 (speedbar-trim-words-tag-hierarchy)
12370 (speedbar-simple-group-tag-hierarchy): New functions
12371 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12372 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12373 functions.
12374 (speedbar-mouse-set-point): New function
12375 (speedbar-power-click): Updated documentation.
12376 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12377 of tag prefix text.
12378 (speedbar-expand-line, speedbar-contract-line): Make more robust
12379 to strange text.
12380 (speedbar-expand-line): Takes universal argument to flush the
12381 cache.
12382 (speedbar-flush-expand-line): New function.
12383 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12384 Use new generator insertion method.
12385 (speedbar-fetch-dynamic-tags): New function.
12386 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12387 `speedbar-fetch-dynamic-imenu'.
12388 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12389 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12390 "Revert Buffer" menu items.
12391 (speedbar-buffer-buttons-engine): Be smarter when creating a
12392 filename tag (for expansion purposes.).
12393 (speedbar-highlight-one-tag-line,
12394 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12395 (speedbar-recenter): New functions.
12396 (defimage-speedbar): Image loading abstraction.
12397 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12398 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12399 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12400 (speedbar-tag-type, speedbar-tag-mail): New images.
12401 (speedbar-expand-image-button-alist): New variable.
12402 (speedbar-insert-image-button-maybe): Insert an image over some
12403 buttons.
12404
124052000-05-13 Kenichi Handa <handa@etl.go.jp>
12406
12407 * international/mule-cmds.el (encode-coding-char): An ASCII
12408 character is always encodable.
12409
12410 * international/mule-conf.el: Add more information in descriptions
12411 of character sets.
12412
12413 * international/mule-diag.el (describe-char-after): New function.
12414 (describe-font-internal): Adjusted for the change of font-info.
12415 (describe-font): Likewise.
12416 (print-fontset): Rewritten for the new fontset implementation.
12417 (describe-fontset): Include fontset alias names in completion.
12418 (list-fontsets): Adjusted for the change of print-fontset.
12419
12420 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12421 describe-char-after instead of displaying the detail in the echo
12422 area.
12423 (syntax-code-table): Format changed.
12424 (string-to-syntax): Adjusted for the above change.
12425
124262000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12427
12428 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12429
124302000-05-12 Dave Love <fx@gnu.org>
12431
12432 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12433 dependence. Use line-{beginning,end}-position, not
12434 point-at{b,e}ol. Some doc fixes.
12435 (todo-position): New function. Fix callers of position to use it.
12436 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12437
124382000-05-12 Gerd Moellmann <gerd@gnu.org>
12439
12440 * time.el (display-time-mail-icon): Use `:ascent center'.
12441
12442 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12443 handling FTP security extensions.
12444
124452000-05-11 Dave Love <fx@gnu.org>
12446
12447 * calendar/todo-mode.el: New file.
12448
124492000-05-11 Gerd Moellmann <gerd@gnu.org>
12450
12451 * comint.el (comint-read-input-ring): Move reference to
12452 comint-input-ring-size outside of the save-excursion. It was
12453 causing the default value to be the only one ever seen.
12454
12455 * font-lock.el: Update copyright. Remove Simon Marshall's email
12456 address on request from him.
12457
12458 * subr.el (substitute-key-definition): Add comment describing
12459 the meaning of PREFIX.
12460
124612000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12462
12463 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12464
12465 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12466 (add-minor-mode): Don't make the variable buffer-local and add a
12467 reference to define-minor-mode in the docstring.
12468
12469 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12470 HEADER/FOOTER and fix bug with trailing empty directory.
12471 (cvs-append-to-ignore): Use vc-editable-p if available.
12472 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12473 (vc-do-command): Tweak advice to handle the new VC.
12474
12475 * log-view.el (log-view-goto-rev): New function for the new VC.
12476 (log-view-minor-wrap): Use mark-active.
12477
12478 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12479 (log-edit-changelog-full-paragraphs): New var.
12480 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12481 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12482 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12483 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12484 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12485 Replace the `cvs' prefix with `log-edit'.
12486
12487 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12488
12489 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12490 (diff-font-lock-defaults): Explicitly turn off multiline.
12491 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12492 (diff-ediff-patch): Fix call to ediff-patch-file.
12493 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12494 Handle comments.
12495
12496 * frame.el (automatic-hscrolling): Typo.
12497
12498 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12499
125002000-05-09 Sam Steingold <sds@goems.com>
12501
12502 * apropos.el (apropos-print): use `describe-face' instead of
12503 `customize-face-other-window'.
12504
125052000-05-09 Dave Love <fx@gnu.org>
12506
12507 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12508
12509 * help.el (describe-variable): Have customize button pop the
12510 help-xref stack when invoked.
12511 (help-xref-symbol-regexp): Add `face'.
12512 (help-make-xrefs): Check for quoted face names and adapt regexp
12513 submatch numbers to cope.
12514 (help-xref-interned): Maybe insert face doc too. Separate
12515 sections with a line of hyphens.
12516
12517 * faces.el: Some doc fixes. Declare some functions obsolete.
12518 (describe-face): Add customize button. Return the help
12519 text. Fix prompt.
12520
125212000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12522
12523 * term/internal.el (IT-character-translations): Fix last change.
12524
125252000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12526
12527 * woman.el: New file
12528 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12529
125302000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12531
12532 * term/internal.el (IT-character-translations): Update ASCII
12533 simulations for greek-iso8859-7, add latin-iso8859-14 and
12534 latin-iso8859-15.
12535
12536 * international/mule-cmds.el (set-language-info-alist): Call
12537 define-prefix-command with 3 arguments, to make the map suitable
12538 for a menu.
12539
125402000-05-07 Dave Love <fx@gnu.org>
12541
12542 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12543
125442000-05-05 Dave Love <fx@gnu.org>
12545
12546 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12547 list in doc string. Don't quote keyword symbols.
12548 * emacs-lisp/cl.el: Likewise
12549 * emacs-lisp/cl-seq.el: Likewise
12550
125512000-05-05 Gerd Moellmann <gerd@gnu.org>
12552
12553 * abbrev.el (abbrev-mode): Make ARG optional.
12554
125552000-05-04 Gerd Moellmann <gerd@gnu.org>
12556
12557 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12558
12559 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12560
12561 * subr.el (substitute-key-definition): Clarify documentation.
12562
125632000-05-04 Milan Zamazal <pdm@freesoft.cz>
12564
12565 * glasses.el (glasses-convert-to-unreadable): Use
12566 `glasses-separator' instead of the hard-wired "_".
12567 (glasses-mode): Call `glasses-make-unreadable' only in a single
12568 place.
12569
125702000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12571
12572 * term/internal.el (cjk-codepages-alist): Add associations for
12573 Chinese and Korean codepages. Remove FIXME comment.
12574
125752000-05-03 Dave Love <fx@gnu.org>
12576
12577 * time.el (display-time-mail-face, display-time-use-mail-icon):
12578 New option.
12579 (display-time-mail-icon): New variable.
12580 (display-time-string-forms): Use the above. Fix the local-map.
12581
125822000-05-03 Gerd Moellmann <gerd@gnu.org>
12583
12584 * replace.el (query-replace-map): Add binding for `E'.
12585 (query-replace-help): Extend help text.
12586 (perform-replace): Allow editing the replacement string.
12587
12588 * make-mode.el (makefile-mode-abbrev-table): New variable.
12589 (makefile-mode): Set local abbrev table to
12590 makefile-mode-abbrev-table.
12591 (makefile-font-lock-keywords): Fontify includes and conditionals.
12592
12593 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12594 set TOGGLE's value.
12595
12596 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12597 mail-interactive-insert-alias.
12598 (mail-abbrev-complete-alias): New command.
12599 (mail-mode-map): Bind it to `M-TAB'.
12600
126012000-05-03 Kenichi Handa <handa@etl.go.jp>
12602
12603 * language/lao-util.el (lao-compose-region): New function.
12604
126052000-05-02 Gerd Moellmann <gerd@gnu.org>
12606
12607 * files.el (recover-session): Make directories as necessary
12608 if they don't exist yet.
12609
12610 * calendar/cal-french.el
12611 (french-calendar-multibyte-special-days-array)
12612 (french-calendar-special-days-array): Change French text.
12613 (calendar-french-date-string): Change output.
12614 (calendar-goto-french-date): Likewise.
12615
126162000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12617
12618 * wid-edit.el (widget-default-active): Obey `:always-active'.
12619 (widget-documentation-string-value-create): Set `:always-active'.
12620
126212000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12622
12623 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12624 default prefix to `~/_emacs.d/auto-save.list/_s'.
12625 (normal-top-level): Create the directory for auto-save files, if
12626 it doesn't already exist (in the ms-dos case only).
12627
126282000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12629
12630 * international/mule-cmds.el (set-language-environment): Don't
12631 concat an integer (dos-codepage), use format instead.
12632
126332000-05-02 Dave Love <fx@gnu.org>
12634
12635 * help.el (help-xref-on-pp): Check for constant symbols.
12636
126372000-04-29 Gerd Moellmann <gerd@gnu.org>
12638
12639 * startup.el (normal-top-level): Put a condition-case around
12640 the code loading subdirs.el.
12641
126422000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12643
12644 * ps-print.el: Upside-down and face background color printing,
12645 line number step, doc fix.
12646 (ps-print-version): New version number (5.2).
12647 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12648 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12649 (ps-spool-config): Var fix.
12650 (ps-printer-name-option): Const fix.
12651 (ps-print-upside-down, ps-use-face-background)
12652 (ps-line-number-step): New vars.
12653 (ps-window-system, ps-lp-system): New consts.
12654 (ps-face-background): New fun.
12655
126562000-04-28 Richard Stallman <rms@gnu.org>
12657
12658 * files.el (make-auto-save-file-name):
12659 Apply auto-save-file-name-transforms to visited file name
12660 before generating auto save file name.
12661 (auto-save-file-name-transforms): New variable.
12662
12663 * files.el (backup-enable-predicate):
12664 Correctly test for a file under a temporary directory.
12665
126662000-04-28 Gerd Moellmann <gerd@gnu.org>
12667
12668 * subr.el (add-minor-mode): Rewritten.
12669
126702000-04-28 Kenichi Handa <handa@etl.go.jp>
12671
12672 * mail/sendmail.el (sendmail-send-it): Set
12673 buffer-file-coding-system to the selected coding system for MIME
12674 header.
12675
126762000-04-27 Gerd Moellmann <gerd@gnu.org>
12677
12678 * dired.el (dired-move-to-filename-regexp): Allow format where
12679 YYYY is followed by two spaces.
12680
12681 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12682 in the second character class of the regexp.
12683
12684 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12685 mh-etc, too.
12686
12687 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12688 nil.
12689
12690 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12691
12692 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12693 argument.
12694
126952000-04-27 Sen Nagata <sen@eccosys.com>
12696
12697 * emacs-lisp/crm.el (crm-completion-table): New variable.
12698 (crm-collection-fn, crm-test-completion)
12699 (completing-read-multiple): Use it.
12700
127012000-04-27 Dave Love <fx@gnu.org>
12702
12703 * help.el (locate-library): Use mapc.
12704 (help-manyarg-func-alist): Add call-process-region.
12705
127062000-04-26 Gerd Moellmann <gerd@gnu.org>
12707
12708 * subr.el (add-minor-mode): Make argument MAP optional.
12709
12710 * desktop.el (desktop-save): Save list of minor modes.
12711 (desktop-create-buffer): Restore minor modes.
12712 (desktop-minor-mode-table): New user-option.
12713
12714 * subr.el (add-minor-mode): New function.
12715
12716 * image.el (find-image): New function.
12717 (defimage): Rewritten to find image at load time.
12718
12719 * startup.el (normal-top-level-add-to-load-path): Handle
12720 case that the default directory is not in load-path.
12721
12722 * help.el: Old patch from Stefan Monnier.
12723 (help-xref-on-pp): New function.
12724 (describe-variable): Use it to display xrefs in a symbol's value.
12725
127262000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12727
12728 * cus-edit.el (custom-face): Fix parenthesis.
12729
127302000-04-26 Kenichi Handa <handa@etl.go.jp>
12731
12732 * mail/rmail.el (rmail-expunge): When there are no deleted
12733 messages, do nothing.
12734
127352000-04-26 Dave Love <fx@gnu.org>
12736
12737 * international/mule-cmds.el (locale-translation-file-name):
12738 Defvar to nil.
12739 (set-locale-environment): Set it here (at runtime).
12740
127412000-04-25 Gerd Moellmann <gerd@gnu.org>
12742
12743 * replace.el (perform-replace): Add parameters START and END. Use
12744 them instead of the check for a region in Transient Mark mode.
12745 (query-replace-read-args): Return two more list elements for the
12746 start and end of the region in Transient Mark mode.
12747 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12748 (map-query-replace-regexp, replace-string, replace-regexp): Add
12749 optional last arguments START and END and pass them to
12750 perform-replace.
12751
12752 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12753 form with additional arguments for perform-replace.
12754
12755 * progmodes/etags.el (tags-query-replace): Add parameters START
12756 and END. Construct a form with additional arguments for
12757 perform-replace.
12758
12759 * simple.el (shell-command): Set default directory for "*Shell
12760 Command Output" buffer.
12761
12762 * language/european.el (iso-latin-4): Fix typo.
12763
12764 * emacs-lisp/crm.el: New file.
12765
127662000-04-24 Dave Love <fx@gnu.org>
12767
12768 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12769 (Custom-reset-saved, Custom-reset-standard)
12770 (custom-group-value-create, custom-group-set, custom-group-save)
12771 (custom-group-reset-current, custom-group-reset-saved)
12772 (custom-group-reset-standard): Use mapc.
12773 (custom-buffer-create-internal): Disable undo when creating items.
12774 Use mapc.
12775 (custom-face): Avoid redundant lambda.
12776
127772000-04-24 Gerd Moellmann <gerd@gnu.org>
12778
12779 * startup.el (auto-save-list-file-prefix): Set default to
12780 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12781
127822000-04-24 Sam Steingold <sds@gnu.org>
12783
12784 * time-stamp.el (time-stamp-string-preprocess): Always convert
12785 `field-result' to a string.
12786
127872000-04-24 Gerd Moellmann <gerd@gnu.org>
12788
12789 * frame.el (scrolling): New group.
12790 (automatic-hscrolling): New user-option.
12791
12792 * startup.el (command-line-x-option-alist): Add `-lsp' and
12793 `--line-spacing'.
12794
127952000-04-19 Dave Love <fx@gnu.org>
12796
12797 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12798 (cl-mapc): Rename from mapc. Fix the funcall.
12799
128002000-04-19 Gerd Moellmann <gerd@gnu.org>
12801
12802 * simple.el (clone-indirect-buffer-other-window): New command.
12803 (clone-indirect-buffer): Add optional arg NORECROD.
12804 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12805
12806 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12807
12808 * window.el (count-screen-lines): New function.
12809 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12810 instead of window-buffer-height.
12811
12812 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12813 non-existing variable comint-input-sentinel.
12814 (inferior-lisp-args-to-list): Removed.
12815 (inferior-lisp): Use split-string instead of
12816 inferior-lisp-args-to-list.
12817
12818 * hexl.el (hexl-insert-hex-string): New command.
12819
12820 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12821 instead of concat.
12822
128232000-04-18 Gerd Moellmann <gerd@gnu.org>
12824
12825 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12826 at the start of an existing but empty folder.
12827
128282000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12829
12830 * ps-mule.el: Customization fix, doc fix.
12831 (ps-multibyte-buffer): Customization fix.
12832
128332000-04-17 Richard M. Stallman <rms@gnu.org>
12834
12835 * subr.el (read-passwd): Use read-char-exclusive.
12836
128372000-04-17 Gerd Moellmann <gerd@gnu.org>
12838
12839 * textmodes/texinfo.el (texinfo-insert-@email)
12840 (texinfo-insert-@emph, texinfo-insert-@quotation)
12841 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12842 (texinfo-mode-map): Add key bindings for them.
12843
12844 * files.el (basic-save-buffer-2): Use a template with `$'
12845 instead of `#' for VMS.
12846
12847 * simple.el (clone-indirect-buffer): New function.
12848
128492000-04-16 Stephen Eglen <stephen@gnu.org>
12850
12851 * iswitchb.el (iswitchb-case): New function. If the user input
12852 contains any upper-case characters, the search is made
12853 case-sensitive.
12854
128552000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12856
12857 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12858 comment-end.
12859 (texinfo-font-lock-syntactic-keywords): New var.
12860 (texinfo-font-lock-keywords): Remove comment regexp.
12861 (texinfo-insert-block): New function.
12862 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12863 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12864 and font-lock-defaults. Use regexp-opt for outline-regexp.
12865 (texinfo-environments): New var.
12866 (texinfo-environment-regexp): Use regexp-opt and
12867 texinfo-environments.
12868
12869 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12870 ispell-process is bound since this might be eval'd before ispell
12871 is loaded.
12872 (ispell-message): Use a tiny bit less magic and a bit more hard
12873 data to figure out what kind of sc-cite-regexp to use.
12874
12875 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12876
12877 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12878 (insert-cyclic-diary-entry): Unquote the lambda.
12879
12880 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12881
12882 * files.el (backup-enable-predicate): Unquote the lambda.
12883
12884 * cus-edit.el (custom-face, face): Unquote the lambda.
12885
128862000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12887
12888 * ps-print.el: Check for line-beginning-position definition.
12889
12890 * ps-print.el: Fix counting lines in a region.
12891 (ps-print-version): New version number (5.1.5).
12892 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12893 (ps-printing-region): Fun code fix.
12894
128952000-04-15 Gerd Moellmann <gerd@gnu.org>
12896
12897 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12898 to file-directory-p.
12899
129002000-04-14 Gerd Moellmann <gerd@gnu.org>
12901
12902 * gud.el (gud-jdb-build-source-files-list): Check that directory
12903 exists before calling directory-files.
12904
129052000-04-13 Dave Love <fx@gnu.org>
12906
12907 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12908 syntax.
12909
12910 * emacs-lisp/cl-specs.el: Remove when, unless.
12911
12912 * emacs-lisp/cl-extra.el: Don't quote keywords.
12913 (cl-old-mapc): New variable.
12914 (mapc): Use it.
12915 (cl-map-intervals): Use with-current-buffer. Don't check for
12916 next-property-change.
12917 (cl-map-overlays): Use with-current-buffer.
12918 (cl-expt): Remove.
12919 (copy-tree, remprop): Define unconditionally.
12920
12921 * emacs-lisp/cl-compat.el (keywordp): Remove.
12922
12923 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12924 to use keywordp.
12925 (edebug-spec): Enable keywordp.
12926
12927 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12928 string-lessp.
12929
12930 * cus-start.el: Use keywordp.
12931
129322000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12933
12934 * diary-lib.el (include-other-diary-files): Fix the fix of
12935 2000-02-18 by doing a save-excursion.
12936
129372000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12938
12939 * ps-print.el: Customization fix, doc fix.
12940 (ps-print-version): New version number (5.1.4).
12941 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12942 (ps-print-preprint): Adjust code.
12943 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12944 (ps-print-prologue-header, ps-print-control-characters)
12945 (ps-spool-config): Customization fix.
12946
129472000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12948
12949 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12950 converted to the new menu-item format, names silightly changed,
12951 help strings added.
12952
12953 Support for spelling without async subprocesses:
12954
12955 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12956 (ispell-session-buffer): New variables.
12957 (ispell-start-process, ispell-process-status,
12958 ispell-accept-output, ispell-send-string): New functions, for
12959 Ispell invocation when async subprocesses aren't supported.
12960 (ispell-word, ispell-pdict-save, ispell-command-loop,
12961 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12962 to process-send-string with calls to ispell-send-string, and
12963 accept-process-output with ispell-accept-output.
12964 (ispell-init-process): Call ispell-process-status instead of
12965 process-status with.
12966 (ispell-init-process): Call ispell-start-process. Call
12967 ispell-accept-output and ispell-send-string. Don't call
12968 process-kill-without-query and kill-process if they are unbound.
12969 (ispell-async-processp): New function.
12970
129712000-04-12 Dave Love <fx@gnu.org>
12972
12973 * info.el: Add debug-ignored-errors.
12974 (Info-mode-menu): Add some items.
12975 (Info-directory): Add autoload cookie.
12976
12977 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12978 Modify `truncate-lines'. Make `describe-language-environment'
12979 always visible and add help. Modify `describe-key' help. Invoke
12980 Info-directory from `info'. New entry `emacs-manual'.
12981
129822000-04-10 Gerd Moellmann <gerd@gnu.org>
12983
12984 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12985 propertized-buffer-identification.
12986 (ebrowse-update-member-buffer-mode-line): Likewise.
12987 (ebrowse--mode-strings): Removed.
12988 (ebrowse--mode-line-props): Removed.
12989
12990 * files.el (auto-mode-alist): Add `EBROWSE'.
12991
12992 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12993 space before testing for end of buffer.
12994 (ebrowse-load): Removed.
12995 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12996 (ebrowse-create-tree-buffer): Rewritten.
12997 (ebrowse-tree-mode): Read tree from buffer.
12998
12999 * progmodes/ebrowse-ffh.el: Removed.
13000
130012000-04-10 Kenichi Handa <handa@etl.go.jp>
13002
13003 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13004
130052000-04-10 Gerd Moellmann <gerd@gnu.org>
13006
13007 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13008 at the wrong place.
13009
130102000-04-09 Dave Love <fx@gnu.org>
13011
13012 * files.el (backup-enable-predicate): Use
13013 temporary-file-directory, small-temporary-file-directory.
13014 (make-backup-file-name-function, backup-directory-alist): New
13015 variables.
13016 (make-backup-file-name-1): New function.
13017 (make-backup-file-name): Use it.
13018 (find-backup-file-name): Likewise. Use format for clarity, not
13019 concat.
13020 (file-newest-backup): Use make-backup-file-name.
13021
130222000-04-09 Gerd Moellmann <gerd@gnu.org>
13023
13024 * progmodes/ebrowse-ffh.el: New file.
13025
13026 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13027 to ebrowse-ffh.el.
13028 (ebrowse-load): Add autoload.
13029
13030 * finder.el (finder-commentary): Add autoload cookie.
13031
13032 * mail/rfc2368.el: Correct author's email address.
13033
13034 * progmodes/ebrowse.el: New file.
13035
13036 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13037 item help string.
13038 (easy-menu-do-add-item): Ditto.
13039 (easy-menu-define): Extend doc string.
13040
13041 * jit-lock.el (with-buffer-unmodified): Use
13042 restore-buffer-modified-p.
13043 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13044 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13045 with-buffer-unmodified.
13046
130472000-04-08 Dave Love <fx@gnu.org>
13048
13049 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13050 unless, when.
13051
130522000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13053
13054 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13055 (viper-flash-search-pattern): No operation when using Emacs
13056 doesn't support face.
13057 Use `viper-put-on-search-overlay'.
13058
130592000-04-04 Gerd Moellmann <gerd@gnu.org>
13060
13061 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13062 like C-r.
13063
13064 * progmodes/make-mode.el: Some doc fixes.
13065 (makefile-mode-abbrev-table): New variable.
13066 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13067 (makefile-font-lock-keywords): Fontify includes and conditionals.
13068 (toplevel): Require `dabbrev' and `add-log' when compiling.
13069
13070 * replace.el (perform-replace): Don't move forward one char
13071 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13072 to do that because it leaves point 1 position after the last
13073 replacement, after everything has been replaced.
13074
13075 * jit-lock.el (with-buffer-unmodified): New macro.
13076 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13077 modified state.
13078 (jit-lock-function-1): Extracted from jit-lock-function; not
13079 preserving buffer's modified state.
13080 (jit-lock-function, jit-lock-stealth-fontify): Call
13081 jit-lock-function-1.
13082
13083 * mail/rfc2368.el: Remove supernumerary copyright line.
13084
130852000-04-04 Milan Zamazal <pdm@freesoft.cz>
13086
13087 * glasses.el: Provide facilities for inserting space before left
13088 parentheses and uncapitalization of identifiers.
13089 (glasses-mode): Try to remove old overlays in all cases.
13090
130912000-04-03 Gerd Moellmann <gerd@gnu.org>
13092
13093 * progmodes/compile.el (compile-internal): Display the compilation
13094 buffer in a different frame, if it's already displayed there.
13095
13096 * mail/rfc2368.el: New file.
13097
13098 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13099 header and insert its value as mail body.
13100
13101 * subr.el (member-ignore-case): New function.
13102
13103 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13104 (dabbrev--find-expansion): Ignore buffers matching a regexp
13105 from dabbrev-ignored-regexps.
13106
13107 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13108 to extensions handled by gzip.
13109
131102000-04-03 Richard M. Stallman <rms@gnu.org>
13111
13112 * files.el (insert-directory): List the total free space
13113 along with the used space.
13114
13115 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13116 line is followed by one that matches CITATION-REGEXP, end the
13117 paragraph.
13118
131192000-04-03 Markus Rost <rost@delysid.gnu.org>
13120
13121 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13122 (rmail-make-basic-summary-line): Use that option.
13123
131242000-04-03 Kenichi Handa <handa@etl.go.jp>
13125
13126 * international/mule-cmds.el (encoded-string-description):
13127 Rewritten. Try pretty description for ISO 2022 escape sequences
13128 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13129 for hexadecimal format.
13130
131312000-04-01 Dave Love <fx@gnu.org>
13132
13133 * cpp.el: Change customization group to `c' from `C'.
13134
13135 * vcursor.el (vcursor-move): Use display-color-p.
13136
13137 * international/mule-util.el: Provide mule-utils.
13138 (string-to-sequence): Simplify and speed up.
13139
13140 * international/mule.el (make-coding-system): Purecopy doc-string.
13141
13142 * international/mule-cmds.el: Various menu changes.
13143 (describe-specified-language-support): Handle `Default'.
13144 (set-language-info): Purecopy `info'.
13145
131462000-03-31 Andrew Innes <andrewi@gnu.org>
13147
13148 * vc.el (vc-backend-diff): Return the correct status if we had to
13149 retry the rcsdiff command without the --brief option.
13150
131512000-03-31 Dave Love <fx@gnu.org>
13152
13153 * help.el (help-manyarg-func-alist): Correct several omissions.
13154
13155 * add-log.el: Don't require cl, fortran.
13156 (add-log-current-defun-function): Doc fix.
13157 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13158 fix.
13159 (change-log-version-rcs): Function deleted.
13160 (change-log-version-number-search): Doc fix. Use
13161 vc-workfile-version. Avoid CL dolist.
13162 (add-change-log-entry): Just call add-log-current-defun to get
13163 defun. Simplify somewhat.
13164 (change-log-get-method-definition-1): Likewise.
13165 (add-log-current-defun): Return nil if calling
13166 add-log-current-defun-function does so. Move Fortran stuff to
13167 fortran.el. Return string without properties.
13168
13169 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13170 and :alpha: char classes.
13171
13172 * mail/supercite.el: Defvar curline when compiling.
13173 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13174 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13175 rather than a-zA-Z0-9 to allow non-ASCII characters.
13176
131772000-03-31 Gerd Moellmann <gerd@gnu.org>
13178
13179 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13180
13181 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13182 Re-enable new code.
13183
13184 * lpr.el (print-region-1): Use -d to specify printer name for
13185 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13186
131872000-03-31 Dave Love <fx@gnu.org>
13188
13189 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13190 for function definition in symbol's function value slot first
13191 instead of first consulting byte-compile-function-environment.
13192
131932000-03-31 Kenichi Handa <handa@etl.go.jp>
13194
13195 * language/european.el ("Polish"): New language environment.
13196 (setup-polish-environment): New function.
13197
131982000-03-30 Gerd Moellmann <gerd@gnu.org>
13199
13200 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13201 Disable new code.
13202
13203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13204 trying to `load' the symbol of an autoload instead of the file
13205 recorded in the autoload. Fix error messages.
13206
132072000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13208
13209 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13210 (ps-print-version): New version number (5.1.3).
13211 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13212 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13213 (ps-generate-postscript-with-faces): Code fix.
13214 (ps-color-values): XEmacs compatibility.
13215 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13216 (ps-default-fg, ps-default-bg): Adjust customization.
13217 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13218 (ps-color-scale): Renaming old ps-color-value fun.
13219 (ps-print-headers): Replace ps-print-header group to avoid conflict
13220 with ps-print-header variable.
13221 (ps-print-miscellany): New group.
13222 (ps-format-color, ps-rgb-color): New funs.
13223 (ps-default-foreground): New var.
13224 (ps-printer-name-option): New const.
13225
132262000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13227
13228 * net/net-utils.el:
13229 (network-connection-host, network-connection-service): New variables
13230 (network-connection-mode): New mode, derived from comint-mode
13231 (network-connection-mode-setup): New function, saves host and
13232 service information in local variables.
13233
13234 * lisp/locate.el:
13235 (locate-word-at-point): Added this function
13236 (locate): Default to using locate-word-at-point as input
13237 Run dired-mode-hook
13238
132392000-03-29 Dave Love <fx@gnu.org>
13240
13241 * calendar/appt.el: Doc fixes.
13242 (appt-check): Convert min-to-app to a string before passing to
13243 appt-disp-window-function or concat.
13244 (appt-delete-window): Remove test for frame-root-window.
13245 (appt-select-lowest-window, appt-convert-time): Simplify.
13246
13247 * emacs-lisp/bytecomp.el: Doc fixes.
13248 (byte-compile-file-form-autoload): Update
13249 byte-compile-function-environment.
13250
132512000-03-29 Andreas Schwab <schwab@suse.de>
13252
13253 * emacs-lisp/autoload.el: Also print defsubst doc string
13254 specially.
13255
13256 * dired.el (dired-insert-directory): If dired-free-space-program
13257 failed just delete its output.
13258
132592000-03-29 Dave Love <fx@gnu.org>
13260
13261 * international/iso-cvt.el: Move provide to end. Doc fixes.
13262 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13263 (iso-iso2sgml, iso-sgml2iso): New functions.
13264 (iso-cvt-define-menu): Fix some entries and use backquote for
13265 clarity.
13266
13267 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13268
132692000-03-28 Gerd Moellmann <gerd@gnu.org>
13270
13271 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13272 ISO-DATE. If non-nil, return date in ISO 8601 format.
13273
132742000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13275
13276 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13277 if it ever becomes used.
13278 (log-edit-mode-hook): Default to vc-log-mode-hook.
13279 (log-edit-mode): Fix the docstring.
13280
13281 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13282 the code.
13283
132842000-03-26 Dave Love <fx@gnu.org>
13285
13286 * net/browse-url.el (browse-url): Re-fix case of
13287 browse-url-browser-function being an alist.
13288 (browse-url): Add :link to defgroup.
13289
13290 * files.el: Doc fixes.
13291 (file-truename): Include `[' in wildcard characters.
13292 (automount-dir-prefix): Customize.
13293 (find-file-wildcards): Add :version.
13294 (find-file-noselect): Simplify a mapcar call.
13295
13296 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13297 compatible with inf-lisp version.
13298 (eval-defun-1): Fix custom-declare-variable case.
13299
133002000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13301
13302 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13303
133042000-03-24 Gerd Moellmann <gerd@gnu.org>
13305
13306 * Makefile (COMPILE_FIRST): New macro.
13307 (compile-files): Compile files from COMPILE_FIRST first.
13308
13309 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13310 code.
13311
13312 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13313 matching open parenthesis in column 0 to defun-prompt-regexp
13314 only if open-paren-in-column-0-is-defun-start is set.
13315
13316 * sun-curs.el: Require CL at compile-time only.
13317
13318 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13319 instead of copy-list which is a function from CL.
13320 (msb--choose-menu, msb--mode-menu-cond)
13321 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13322 (msb--init-file-alist): Use mapcar instead of mapcan.
13323 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13324 `(' in column 0 in doc string.
13325 (msb--add-separators): Use mapcar instead of mapcan.
13326
13327 * cus-dep.el: Require CL at compile-time only.
13328
133292000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13330
13331 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13332 (byte-compile-warnings): New warning `noruntime'.
13333 (byte-compile-constants, byte-compile-variables): Fix docstring.
13334 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13335 execute `eval-whenc-compile's body.
13336 (byte-compile-unresolved-functions): Fix docstring.
13337 (byte-compile-eval): New function.
13338 (byte-compile-callargs-warn): Check if the function will be available
13339 at runtime (via property `byte-compile-noruntime').
13340 (byte-compile-print-syms): New function.
13341 (byte-compile-warn-about-unresolved-functions): Also warn about
13342 `noruntime' functions (and use `byte-compile-print-syms').
13343 (byte-compile-file): Capitalize the message.
13344
133452000-03-24 Gerd Moellmann <gerd@gnu.org>
13346
13347 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13348 (rmail-expunge): Ask for confirmation depending on the setting
13349 of rmail-confirm-expunge.
13350
133512000-03-23 Gerd Moellmann <gerd@gnu.org>
13352
13353 * Makefile (bootstrap-clean): If $(emacs) exists, build
13354 loaddefs.el first. A loaddefs.el that's not up-to-date might
13355 cause a bootstrap failure because things don't autoload as
13356 expected.
13357
133582000-03-23 Dave Love <fx@gnu.org>
13359
13360 * net/browse-url.el: Restore previous use of
13361 browse-url-maybe-new-window.
13362
133632000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13364
13365 * ps-print.el: Skip banner page fix.
13366 (ps-print-version): New version number (5.1.2).
13367 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13368
133692000-03-23 Dave Pearson <davep@davep.org>
13370
13371 * net/quickurl.el Changed the type of parameter passed to the
13372 function defined by `quickurl-format-function'. Before only the
13373 text of the URL was passed. Now the whole URL structure is passed
13374 and the function is responsible for extracting the parts it
13375 requires. Changed the default of `quickurl-format-function'
13376 accordingly.
13377 (quickurl-insert): Changed the `funcall' of
13378 `quickurl-format-function' to match the above change.
13379 (quickurl-list-insert): Changed the `url' case so that it makes
13380 use of `quickurl-format-function', previous to this the format was
13381 hard wired.
13382
133832000-03-22 Gerd Moellmann <gerd@gnu.org>
13384
13385 * startup.el: Change some spellings for the X Window System.
13386
133872000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13388
13389 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13390 up the code and the regexp and make sure the cursor is temporarily
13391 moved to the suspicious line while querying the user.
13392
133932000-03-22 Jason Rumney <jasonr@gnu.org>
13394
13395 * w32-fns.el (w32-charset-info-alist): Initialize.
13396
133972000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13398
13399 * ps-print.el: N-up last page fix.
13400 (ps-print-version): New version number (5.1.1).
13401 (ps-end-file, ps-end-job, ps-generate): Code fix.
13402
134032000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13404
13405 * files.el (find-file-run-dired): Update docstring.
13406 (find-directory-functions): New hook.
13407 (find-file-noselect): Run find-directory-functions rather than
13408 calling dired directly.
13409
13410 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13411
13412 * pcvs.el: Add a minimal leading commentary.
13413 (cvs-make-cvs-buffer): Change the header part by removing the startup
13414 message and adding a `Module' entry. Also replace the FOOTER and
13415 HEADER special fileinfos with the new support in ewoc for updating
13416 its own footer and header.
13417 (cvs-update-header): Update to use the header/footer of the ewoc.
13418 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13419 (cvs-is-within-p): New function.
13420 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13421 to only examine some subset of the buffers.
13422
13423 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13424 `format' instead of our own ad-hoc functions.
13425 Remove HEADER and FOOTER cases, now handled in the EWOC.
13426 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13427
13428 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13429 output to avoid scaring the user.
13430 (cvs-parse-table): Catch message for non-up-to-date commits.
13431
13432 * pcvs-defs.el (cvs-startup-message): Remove.
13433 (cvs-global-menu): New autoloaded menu.
13434
13435 * pcvs-util.el (cvs-string-fill): Remove.
13436
13437 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13438 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13439 PP part of it and also make it work for footers and headers.
13440 (ewoc-create): Drop POS and BUFFER arguments.
13441 Use the DLL's dummy node to store the end-of-footer position.
13442 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13443 (ewoc-refresh): Remove unused `header' variable.
13444 (ewoc-(get|set)-hf): New functions.
13445
13446 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13447 log-view-*-(message|file) and use easy-mmode-define-navigation.
13448 (log-view-message-re): Match SCCS format as well.
13449 And match the revision line rather than the dashed separator line.
13450 (log-view-mode): Use the new define-derived-mode.
13451 (log-view-current-tag): Fill in with an actual implementation.
13452
13453 * cvs-status.el (cvs-status-(prev|next)): Rename from
13454 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13455 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13456 to let the output "breathe" a little more (more readable).
13457 (cvs-status-mode): Use the new define-derived-mode.
13458
13459 * smerge-mode.el (smerge-auto-leave): New function and variable.
13460 (smerge-basic-map): Rename from smerge-basic-keymap.
13461 Change the bindings for smerge-diff-*.
13462 (smerge-*-map): Use easy-mmode-defmap.
13463 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13464 (smerge-keep-*): Use smerge-auto-leave.
13465
134662000-03-21 Jason Rumney <jasonr@gnu.org>
13467
13468 * cus-edit.el (custom-button-face): Use 3D look for w32.
13469 (custom-button-pressed-face): Likewise.
13470
134712000-03-21 Gerd Moellmann <gerd@gnu.org>
13472
13473 * progmodes/etags.el (tags-case-fold-search): New user-option.
13474 (tags-loop-eval): New function. Bind case-fold-search around eval
13475 depending on the value of tags-case-fold-search.
13476 (tags-loop-continue): Use tags-loop-eval.
13477 (find-tag-in-order): Bind case-fold-search depending on the value
13478 of tags-case-fold-search.
13479
134802000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13481
13482 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13483 (diff-end-of-hunk): Return the end position for use in
13484 `easy-mmode-define-navigation'.
13485 (diff-recenter): Remove.
13486 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13487 of `easy-mmode-define-navigation'.
13488 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13489 previous renaming) and fix to use new names.
13490 (diff-merge-strings): Use \n as separator: simpler, faster.
13491 (diff-mode): Use `define-derived-mode'.
13492
13493 * derived.el (define-derived-mode): Don't autoload anymore.
13494 Prefer the macro-only version provided by easy-mmode.el.
13495
13496 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13497 `easy-mmode-define-derived-mode'.
13498 Use `combine-run-hooks'.
13499 (easy-mmode-define-navigation): New macro.
13500
13501 * subr.el (combine-run-hooks): New function.
13502
135032000-03-21 Kenichi HANDA <handa@etl.go.jp>
13504
13505 * term/x-win.el: Fontsets related initialization is simplified.
13506
13507 * international/mule-diag.el (describe-font): Don't refer to
13508 global-fontset-alist, instead call font-list.
13509 (describe-fontset, list-fontsets, mule-diag): Likewise.
13510 (print-fontset): Adjusted for the change of fontset
13511 implementation.
13512
13513 * international/fontset.el (x-charset-registries): Variable
13514 removed, instead the corresponding data is stored in the default
13515 fontset.
13516 (register-alternate-fontnames): Function removed.
13517 (resolved-ascii-font): Variable removed.
13518 (x-compose-font-name): Ignore the second argument REDOCE.
13519 (x-complement-fontset-spec): Complement only an ASCII font and
13520 element for those charsets than can use that ASCII font.
13521 (generate-fontset-menu): Don't refer to global-fontset-alist,
13522 instead call fontset-list.
13523 (uninstantiated-fontset-alist): Variable removed.
13524 (x-style-funcs-alist): Likewise.
13525 (fontset-default-styles): Likewise.
13526 (x-modify-font-name): Function removed.
13527 (create-fontset-from-fontset-spec): Ignore the argument
13528 STYLE-VARIANT.
13529 (create-fontset-from-ascii-font): Docsting adjusted for the above
13530 change.
13531 (instantiate-fontset, resolve-fontset-name): Functions removed.
13532 (fontset-list): Now implemented by C code.
13533
13534 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13535 (describe-face): Include `font' attribute in the description.
13536
135372000-03-21 Kenichi Handa <handa@etl.go.jp>
13538
13539 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13540
135412000-03-20 Gerd Moellmann <gerd@gnu.org>
13542
13543 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13544 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13545 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13546
13547 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13548 about behavior of set-buffer-modified-p wrt redisplay.
13549
135502000-03-19 Richard M. Stallman <rms@gnu.org>
13551
13552 * view.el (view-mode-disable): Kill local binding of view-read-only.
13553
135542000-03-18 Gerd Moellmann <gerd@gnu.org>
13555
13556 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13557 is a string, convert it to a syntax cell using string-to-syntax.
13558
13559 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13560 (string-to-syntax): New function.
13561
13562 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13563 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13564 try to use passive ftp mode.
13565
135662000-03-17 Gerd Moellmann <gerd@gnu.org>
13567
13568 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13569
13570 * simple.el (append-to-buffer): Update point of windows after
13571 insertion.
13572
13573 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13574 forward then moving backward. Reindent.
13575
13576 * frame.el (other-frame): Call x-focus-frame only if
13577 focus-follows-mouse is off.
13578
135792000-03-17 Dave Love <fx@gnu.org>
13580
13581 * pcvs-util.el (cvs-strings->string): Rename
13582 replace-regexps-in-string.
13583
135842000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13585
13586 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13587 regexp for labels cannot span several lines.
13588
13589 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13590 `(setq :<key> ':<key>)' to the macro expansion.
13591
135922000-03-16 Dave Love <fx@gnu.org>
13593
13594 * progmodes/f90.el (f90): Put custom group under `languages', not
13595 `fortran'.
13596 (f90-mode-hook): Customize.
13597 (f90-mode): Set add-log-current-defun-function.
13598 (f90-current-defun): New function.
13599
136002000-03-16 Gerd Moellmann <gerd@gnu.org>
13601
13602 * cus-edit.el (custom-variable-tag-face): Handle case that
13603 default face's height is not a number.
13604 (custom-face-tag-face, custom-group-tag-face-1)
13605 (custom-group-tag-face): Ditto.
13606 (custom-group-tag-face-1): Add :group.
13607
13608 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13609
136102000-03-15 Gerd Moellmann <gerd@gnu.org>
13611
13612 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13613 requiring easymenu.
13614
136152000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13616
13617 * ps-print.el: PostScript user-defined prologue, PostScript error
13618 handler, doc fix.
13619 (ps-print-version): New version number (5.1).
13620 (ps-user-defined-prologue, ps-error-handler-message)
13621 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13622 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13623 (ps-insert-string): New function.
13624
136252000-03-15 Kenichi Handa <handa@etl.go.jp>
13626
13627 * international/ccl.el (ccl-compile-expression): Don't generate
13628 invalid self-assignment code.
13629
136302000-03-14 Dave Love <fx@gnu.org>
13631
13632 * subr.el (replace-regexp-in-string): Renamed from
13633 replace-regexps-in-string. Doc fix.
13634
136352000-03-12 Dave Love <fx@gnu.org>
13636
13637 * cus-edit.el: Doc fixes.
13638 (customize-set-variable, customize-save-variable): Rename args for
13639 doc.
13640 (custom-variable-tag-face, custom-face-tag-face)
13641 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13642 style which user identify as hyperlink.
13643 (hook): Don't add undefined functions to the hook.
13644 (debug-ignored-errors): Transfer message from bindings.el.
13645
136462000-03-12 Gerd Moellmann <gerd@gnu.org>
13647
13648 * recentf.el (recentf-keep-non-readable-files-p): Remove
13649 double/nested definition.
13650
136512000-03-12 Dave Love <fx@gnu.org>
13652
13653 * facemenu.el (facemenu-get-face): Use display-color-p.
13654 * enriched.el (enriched-decode-foreground): Likewise.
13655 (enriched-decode-background): Likewise.
13656 * isearch.el (isearch-highlight): Likewise.
13657 * info-look.el (info-lookup): Likewise.
13658 * simple.el (completion-setup-function): Likewise.
13659
13660 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13661 :options.
13662
13663 * bindings.el (mode-line-format): Fix line-number and
13664 column-number items. Add help-echo for the background.
13665 (mode-line-mule-info): Modify help-echo.
13666
13667 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13668
13669 * files.el (load-file): Allow completion to .elc.
13670
13671 * man.el: Doc fixes.
13672 (Man-init-defvars): Use display-color-p to set fontification.
13673
13674 * play/hanoi.el (hanoi-internal): Don't use oddp.
13675
136762000-03-12 Gerd Moellmann <gerd@gnu.org>
13677
13678 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13679
13680 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13681
136822000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13683
13684 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13685 Fix comment.
13686
136872000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13688
13689 * font-lock.el (font-lock-keywords): Fix the doc now that
13690 regexp-opt-depth is unnecessary.
13691 (save-buffer-state): Set an edebug spec.
13692 (font-lock-fontify-anchored-keywords): Properly handle the case when
13693 the matcher goes past the limit.
13694
13695 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13696 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13697
13698 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13699 dll.el and cookie.el (from Elib) with heavy renaming and other
13700 massaging.
13701
13702 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13703 Autoload the functions used.
13704 (easy-mmode-define-syntax): Fix CL typo.
13705 (easy-mmode-define-derived-mode): Improve the docstring generation.
13706
137072000-03-10 Gerd Moellmann <gerd@gnu.org>
13708
13709 * textmodes/texinfo.el (texinfo-version): Variable and function
13710 removed.
13711
137122000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13713
13714 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13715 allow more flexibility.
13716 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13717 fns.
13718 (easy-mmode-defmap, easy-mmode-defsyntax)
13719 (easy-mmode-define-derived-mode): New macros.
13720
137212000-03-09 Didier Verna <didier@xemacs.org>
13722
13723 * rect.el (replace-rectangle): New function.
13724
137252000-03-09 Dave Love <fx@gnu.org>
13726
13727 * progmodes/fortran.el (fortran-comment-line-start): Define as
13728 "C".
13729 (fortran-comment-line-start-skip): Don't match cpp stuff.
13730 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13731 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13732 (fortran-mode): Don't set fortran-comment-line-start-skip,
13733 fortran-comment-line-start here. Set comment-start,
13734 add-log-current-defun.
13735 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13736 (fortran-current-defun): New function.
13737
137382000-03-09 Gerd Moellmann <gerd@gnu.org>
13739
13740 * emacs-lisp/re-builder.el: New file.
13741
13742 * mouse.el (mouse-drag-region): Don't run up-event handler
13743 if hscroll has changed.
13744
13745 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13746 builtin operators, use `font-lock-builtin-face' for Emacs and
13747 `font-lock-preprocessor-face' otherwise.
13748
13749 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13750 `(defun (setf foo)' differently.
13751
137522000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13753
13754 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13755 (regexp-opt): Update comment and adapt the code the new meaning of
13756 the `paren' argument of regex-opt-group for shy-groups.
13757 (regexp-opt-depth): Handle shy groups as well as backslashed
13758 backslashes.
13759 (regexp-opt-group): Turn the leading comment into a docstring.
13760 Allow `paren' to be a string (the string to use to open a group).
13761 Remove open-presuf and close-presuf. Instead of checking for `all
13762 one-char' and then later on check for `several one-char', handle
13763 both cases close together. Also apply a more generic algorithm
13764 for suffixes (the mirror image of the algorithm used for
13765 prefixes). Use shy-groups. Use nreverse rather than reverse.
13766 (regexp-opt-try-suffix): Removed.
13767
13768 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13769 from comint-mode-map, so we can just inherit from it. Also, move
13770 the initialization into the `defvar' since there's no docstring
13771 anyway and it's fairly short.
13772 (inferior-scheme-mode): Define it as derived-mode: the code is
13773 shorter and this way we inherit from comint-mode-map rather than
13774 copying it.
13775
13776 * subr.el (replace-regexps-in-string): Properly handle the case
13777 where we match an empty string.
13778
13779 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13780 when the command has a directory component (such as "./testml").
13781 Also fix a typo in the comment.
13782
137832000-03-08 Gerd Moellmann <gerd@gnu.org>
13784
13785 * Makefile (compile-files): Compile files one by one because
13786 that's the only way to ensure a clean compilation environment for
13787 each individual file.
13788
13789 * frame.el (other-frame): Call x-focus-frame.
13790
137912000-03-07 Dave Love <fx@gnu.org>
13792
13793 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13794 :require to defcustom.
13795
13796 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13797 lists.
13798
13799 * files.el (auto-mode-alist): Add configure.in.
13800
13801 * progmodes/autoconf.el: New file.
13802
138032000-03-07 Gerd Moellmann <gerd@gnu.org>
13804
13805 * mail/mh-e.el: Change maintainer to `none'.
13806
13807 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13808 to remove-hook and add-hook.
13809
138102000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13811
13812 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13813 it as the default.
13814 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13815 (sendmail-send-it): Conditionally add MIME headers specifying the
13816 used character set.
13817
138182000-03-07 Dave Love <fx@gnu.org>
13819
13820 * winner.el: Fix keywords, autoload cookies. Split
13821 eval-when-compile form to avoid compilation failure.
13822
138232000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13824
13825 * international/mule.el: Modify comment about coding system
13826 property `coding-category'.
13827 (make-coding-system): New argument EOL-TYPE. Pay attention to
13828 coding-category property of PROPERTIES.
13829
13830 * international/mule-conf.el (coding-category-utf-8,
13831 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13832 categories. Include them in the argument for set-coding-priority.
13833
13834 * international/mule-cmds.el (reset-language-environment): Include
13835 coding-category-utf-8, coding-category-utf-16-be, and
13836 coding-category-utf-16-le in the argument for set-coding-priority.
13837 (reset-language-environment): Initialize coding-category-utf-8,
13838 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13839
138402000-03-06 Karl Fogel <kfogel@red-bean.com>
13841
13842 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13843 code abstracted out of `bookmark-jump-noselect'. Now tries info
13844 extensions as well as compression extensions.
13845 (bookmark-jump-noselect): Use above new func.
13846
138472000-03-03 Gerd Moellmann <gerd@gnu.org>
13848
13849 * strokes.el: Change maintainer's mail address.
13850
138512000-03-03 Kenichi Handa <handa@etl.go.jp>
13852
13853 * international/mule-diag.el (list-character-sets): Make help-echo
13854 string by substitute-command-keys.
13855 (list-character-sets): Likewise.
13856 (sort-listed-character-sets): Call help-setup-xref.
13857
138582000-03-02 Gerd Moellmann <gerd@gnu.org>
13859
13860 * time.el (display-time-mail-file): Add `none' to the list of
13861 choices.
13862
138632000-03-01 Dave Love <fx@gnu.org>
13864
13865 * help.el (help-xref-go-back): Don't try to set position.
13866
13867 * international/mule-diag.el (list-character-sets): Call
13868 help-setup-xref. Add help-echo to xrefs.
13869 (list-character-sets-1): Add help-echo to xrefs.
13870
138712000-03-02 Gerd Moellmann <gerd@gnu.org>
13872
13873 * frame.el (blink-cursor-mode): Switch cursor on when turning
13874 the mode off.
13875
13876 * add-log.el (add-log-current-defun): Add support for
13877 Autoconf mode.
13878
13879 * mail/rmail.el (rmail-quit-hook): New variable.
13880
138812000-03-01 Dave Love <fx@gnu.org>
13882
13883 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13884
13885 * help.el (help-xref-button): Add help-echo arg.
13886 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13887
13888 * faces.el (list-faces-display): Supply help-echo with
13889 help-make-xrefs.
13890
13891 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13892 nil.
13893
138942000-03-01 Gerd Moellmann <gerd@gnu.org>
13895
13896 * image.el (defimage): Look for image files in load-path.
13897
13898 * frame.el (busy-cursor-delay-seconds): Change type to
13899 `number'.
13900
139012000-03-01 David Ponce <david.ponce@wanadoo.fr>
13902
13903 * recentf.el (recentf): Added version tag to the defgroup of
13904 recentf.
13905
139062000-03-01 David Ponce <david.ponce@wanadoo.fr>
13907
13908 * recentf.el (recentf-cleanup): Changed to remove excluded file
13909 too.
13910 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13911 action to select/unselect a file.
13912 (recentf-edit-list): Code cleanup and improvement.
13913 (recentf-open-more-files-action): `recentf-open-more-files' button
13914 widget action to open a file.
13915 (recentf-open-more-files): No more use standard completion but
13916 widgets.
13917 (recentf-more-collection): Deleted.
13918 (recentf-more-history): Deleted.
13919 (recentf-setup-more-completion): Deleted.
13920
139212000-03-01 David Ponce <david.ponce@wanadoo.fr>
13922
13923 * recentf.el (recentf-mode): No more needs that Emacs is running
13924 under a window-system.
13925
139261999-03-01 David Ponce <david.ponce@wanadoo.fr>
13927
13928 * recentf.el (recentf-edit-list): New command to edit the recent
13929 list which allow the user to remove files.
13930 (recentf-edit-selected-items): New global variable, used by
13931 `recentf-edit-list' to hold the list of files to be removed from
13932 the recent list.
13933 (recentf-make-menu-items): Updated to display a "Edit list..."
13934 menu item. Minor code cleanup.
13935
139361999-03-01 David Ponce <david.ponce@wanadoo.fr>
13937
13938 * recentf.el (recentf-open-more-files): New command to open files
13939 that are not displayed in the menu.
13940 (recentf-more-collection): New global variable holding the set of
13941 permissible completions used by `recentf-open-more-files'.
13942 (recentf-more-history): New global variable holding the history list
13943 used by `recentf-open-more-files' completion.
13944 (recentf-setup-more-completion): New function to setup completion for
13945 `recentf-open-more-files'.
13946 (recentf-make-menu-items): Updated to display a "More..." menu item.
13947
139481999-03-01 David Ponce <david.ponce@wanadoo.fr>
13949
13950 * recentf.el (recentf-menu-action): Doc fixed.
13951
139521999-03-01 David Ponce <david.ponce@wanadoo.fr>
13953
13954 * recentf.el (recentf-menu-filter): Doc updated.
13955 (recentf-update-menu-hook): Allow menu filters to force menu update.
13956 (recentf-make-menu-items): New menu filter handling.
13957 (recentf-make-menu-item): New helper function.
13958 (recentf-menu-elements): New menu handling function.
13959 (recentf-sort-ascending): Updated to new menu filter handling.
13960 (recentf-sort-descending): Updated to new menu filter handling.
13961 (recentf-sort-basenames-ascending): New menu filter function.
13962 (recentf-sort-basenames-descending): New menu filter function.
13963 (recentf-show-basenames): New menu filter function.
13964 (recentf-show-basenames-ascending): New menu filter function.
13965 (recentf-show-basenames-descending): New menu filter function.
13966
139672000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13968
13969 * diary-lib.el (list-diary-entries): Don't try to go forward at
13970 the end of the buffer.
13971
139722000-02-29 Kenichi Handa <handa@etl.go.jp>
13973
13974 * international/mule-diag.el (list-character-sets): Completely
13975 rewritten.
13976 (sort-listed-character-sets): New function.
13977 (list-character-sets-1): Completely rewritten.
13978 (list-character-sets-2): New function.
13979 (non-iso-charset-alist): New variable.
13980 (decode-codepage-char): New function.
13981 (charset-history): New variable.
13982 (read-charset) (list-block-of-chars)
13983 (list-iso-charset-chars)
13984 (list-non-iso-charset-chars)
13985 (list-charset-chars): New functions.
13986 (mule-diag): Call list-character-sets-2, not
13987 list-character-sets-2.
13988 (dump-charsets): Likewise.
13989
139902000-02-29 Gerd Moellmann <gerd@gnu.org>
13991
13992 * dired-x.el (dired-filename-at-point): Add `@' to valid
13993 file name characters.
13994 (dired-filename-at-point): Handle ange-ftp file names.
13995
13996 * frame.el (frame-notice-user-settings): Use assq-delete-all
13997 instead of assoc-delete-all.
13998 (frame-notice-user-settings): Ditto.
13999
14000 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14001 Don't copy alist.
14002
140032000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14004
14005 * calculator.el (calculator-use-menu): New option.
14006 (calculator-initial-bindings): Changed some bindings to work as
14007 macros.
14008 (calculator-forced-input): Removed.
14009 (calculator-restart-other-mode): New variable.
14010 (calculator-mode-map): Set up menu.
14011
140122000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14013
14014 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14015 tags.
14016
140172000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14018
14019 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14020 translate all ESC key sequences.
14021 (viper-goto-mark-subr): restore markers for files for which
14022 they were saved.
14023 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14024 * viper-util.el (viper-set-replace-overlay-glyphs,
14025 viper-set-replace-overlay): always check if the replacement
14026 overlay is live.
14027 * viper.el (viper-vi-state-mode-list): added major modes.
14028 * ediff-wind.el: minor comment changes.
14029 * ediff.el: copyright notice date fix.
14030
140312000-02-27 Jason Rumney <jasonr@gnu.org>
14032
14033 * faces.el (face-font-family-alternatives): Add arial to helv.
14034 (mode-line, header-line, tool-bar): Same default as x for w32.
14035 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14036 face-font-family-alternatives from working.
14037 * term/w32-win.el (mouse-set-font): Do not build fontset from
14038 chosen font.
14039
140402000-02-25 Sam Steingold <sds@goems.com>
14041
14042 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14043 properly.
14044
140452000-02-25 Richard M. Stallman <rms@gnu.org>
14046
14047 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14048
140492000-02-25 Gerd Moellmann <gerd@gnu.org>
14050
14051 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14052 writable.
14053
14054 * frame.el (busy-cursor-delay-seconds): New option.
14055
140562000-02-24 Gerd Moellmann <gerd@gnu.org>
14057
14058 * frame.el (show-cursor-in-non-selected-windows): New option.
14059
140602000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14061
14062 * diary-lib.el (include-other-diary-files): Undo the selective
14063 display in any included file and don't kill it.
14064
140652000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14066
14067 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14068 bar. Menu items converted to (menu-item format, help strings
14069 added.
14070 [downcase, upcase]: Don't enable on MS-DOS.
14071 [symlink, symlinks]: Don't show if make-symbolic-link is not
14072 bound.
14073 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14074
140752000-02-23 Dave Love <fx@gnu.org>
14076
14077 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14078 (backward-kill-word): Revert addition of * to interactive spec --
14079 it's a feature.
14080
14081 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14082 (backward-kill-sentence, kill-sentence): Likewise.
14083
14084 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14085 scratch buffer name.
14086 (gud-format-command): Use int-to-string in ?l case. Simplify
14087 slightly.
14088
14089 * term/w32-win.el (internal-face-interactive): Update prompt for
14090 new read-face-name.
14091
14092 * mail/footnote.el (footnote): Add :version to defgroup.
14093 (footnote-section-tag-regexp): Customize.
14094 (footnote-start-tag, footnote-end-tag): New option.
14095 (footnote-latin-regexp): New variable.
14096 (Footnote-latin): New function.
14097 (footnote-style-alist): Add element for latin style.
14098 (footnote-style): Moved.
14099 (Footnote-goto-footnote): Use eq to test arg.
14100
14101 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14102
14103 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14104 (byte-compile-trueconstp): Include keywords.
14105 (byte-optimize-quote, byte-optimize-lapcode): Use
14106 byte-compile-const-symbol-p.
14107 (byte-optimize-char-before): New optimization.
14108
14109 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14110 (byte-compile-const-symbol-p): New function.
14111 (byte-compile-constp, byte-compile-out-toplevel)
14112 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14113 Use it.
14114
14115 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14116
141172000-02-23 Kenichi Handa <handa@etl.go.jp>
14118
14119 * international/encoded-kb.el: Be sure to update minor-mode-alist
14120 and minor-mode-map-alist.
14121 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14122 codes SS2 and SS3 correctly.
14123 (encoded-kbd-self-insert-ccl): New function.
14124 (encoded-kbd-setup-keymap): New function.
14125 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14126 by calling encoded-kbd-setup-keymap.
14127
14128 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14129 characters.
14130 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14131 locally.
14132
141332000-02-22 Dave Love <fx@gnu.org>
14134
14135 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14136 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14137 defvar.
14138 (lisp-mode-syntax-table): Set up for #|...|# comments.
14139 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14140 classes. Match `defface'.
14141 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14142 (eval-defun-1): Fix for defcustom.
14143 (lisp-indent-region): Doc fix.
14144
14145 * subr.el (when, unless, split-string): Doc fix.
14146 (read-passwd): Move call of clear-this-command-keys to the right
14147 place.
14148 (replace-regexps-in-string): New function.
14149
141502000-02-22 Gerd Moellmann <gerd@gnu.org>
14151
14152 * help.el (describe-variable): Set syntax table to
14153 emacs-lisp-mode-syntax-table when moving forward over the
14154 symbol's name.
14155
141562000-02-22 Dave Love <fx@gnu.org>
14157
14158 * xt-mouse.el: Doc fixes.
14159 (xterm-mouse-position-function): New function, replacing advice of
14160 mouse-position.
14161 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14162
14163 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14164
141652000-02-21 Gerd Moellmann <gerd@gnu.org>
14166
14167 * format.el (format-annotate-single-property-change): Handle
14168 properties.with dotted-list values.
14169 (format-proper-list-p): New function.
14170
14171 * enriched.el (enriched-face-ans): Handle '(foreground-color
14172 . COLOR) and (background-color . COLOR).
14173
141742000-02-20 Dave Love <fx@gnu.org>
14175
14176 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14177 and assignments to it.
14178 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14179 current local map.
14180 (make-flyspell-overlay): Use it.
14181 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14182
14183 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14184 (lm-get-header-re): Defun, not defsubst.
14185 (lm-get-package-name): Defun, not defsubst. Simplify.
14186 (lm-version): Doc fix. Simplify.
14187 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14188 (lm-crack-address, lm-last-modified-date, lm-commentary)
14189 (lm-verify, lm-synopsis): Simplify.
14190 (lm-report-bug): Require emacsbug. Use compose-mail.
14191
141922000-02-20 Gerd Moellmann <gerd@gnu.org>
14193
14194 * dired.el (dired-mode): Call propertized-buffer-identification
14195 to set mode-line-buffer-identification to something having
14196 the right text properties.
14197
14198 * bindings.el (propertized-buffer-identification): New function.
14199
142002000-02-20 Dave Love <fx@gnu.org>
14201
14202 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14203 check for t-mouse too.
14204
14205 * cus-start.el: Make echo-keystrokes `number'.
14206
142072000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14208
14209 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14210 Don't call ring-empty-p unless tags-location-ring is bound.
14211 From Noah Friedman <friedman@splode.com>.
14212
142132000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14214
14215 * progmodes/hideshow.el (hs-flag-region): No longer use
14216 `intangible' overlay property.
14217
14218 (hs-toggle-hiding): New command.
14219 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14220
14221 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14222 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14223 and deactivation.
14224
142252000-02-18 Gerd Moellmann <gerd@gnu.org>
14226
14227 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14228
142292000-02-17 Gerd Moellmann <gerd@gnu.org>
14230
14231 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14232
14233 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14234 of `*' to handle `(* ... *)' comments.
14235
142362000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14237
14238 * faces.el (list-faces-display): Use display-mouse-p instead of
14239 window-system.
14240
14241 * menu-bar.el (global-map): Menu-bar items converted to the new
14242 format (menu-item..., rearranged for better CUA compliance, and
14243 their names changed for better clarity. Help strings added.
14244
14245 * international/mule-cmds.el (mule-menu-keymap)
14246 (describe-language-environment-map, set-coding-system-map)
14247 (setup-language-environment-map): Convert to new (menu-item...
14248 form, add help strings. Change names of menu items for better
14249 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14250 submenu).
14251
142522000-02-17 Gerd Moellmann <gerd@gnu.org>
14253
14254 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14255 within the code.
14256
142572000-02-16 Dave Love <fx@gnu.org>
14258
14259 * faces.el: Don't require custom. Add more specific :groups to
14260 various deffaces.
14261 (set-face-attribute): Purecopy args.
14262 (read-face-name): Default to name at point and use it in prompt.
14263 Remove colon from arg in all callers.
14264 (list-faces-display): Hyperlink to face descriptions and customize
14265 buffers.
14266
142672000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14268
14269 * wid-edit.el (widget-match-inline): An atom never matches a
14270 list.
14271
142722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14273
14274 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14275 at ':' characters by call to split-string.
14276
142772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14278
14279 * textmodes/bibtex.el: Added RCS version identification.
14280
142812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14282
14283 * textmodes/bibtex.el: Some temporary comments removed.
14284 (bibtex-field-name, bibtex-entry-type): Made the relationship
14285 explicit.
14286 (bibtex-field-const): Allow capital letters.
14287 (bibtex-start-of-string): Deleted because unused.
14288
14289 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14290 use the term 'reference' to describe a bibtex entry as a whole.
14291 Further, reference keys are no longer called 'labels'.
14292 (bibtex-keys): Renamed to bibtex-reference-keys.
14293 (bibtex-reformat-previous-labels): Renamed to
14294 bibtex-reformat-previous-reference-keys.
14295 (bibtex-reference-type): Renamed to bibtex-entry-type.
14296 (bibtex-reference-head): Renamed to bibtex-entry-head.
14297 (bibtex-reference-maybe-empty-head): Renamed to
14298 bibtex-entry-maybe-empty-head.
14299 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14300 (bibtex-search-reference): Renamed to bibtex-search-entry.
14301 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14302 bibtex-enclosing-entry-maybe-empty-head.
14303 (bibtex-entry-field-alist, bibtex-entry-head,
14304 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14305 bibtex-map-entries, bibtex-search-entry,
14306 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14307 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14308 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14309 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14310 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14311 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14312 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14313
143142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14315
14316 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14317 comment.
14318 (bibtex-format-field-delimiters): New function, functionality
14319 extracted from bibtex-format-entry.
14320 (bibtex-autokey-get-yearfield-digits): New function, functionality
14321 extracted from bibtex-autokey-get-yearfield.
14322
14323 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14324 entries in order to avoid stack overflow in the regexp matcher if
14325 field contents become large.
14326 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14327 bibtex-field-string-part-not-braced,
14328 bibtex-field-string-part-no-inner-braces,
14329 bibtex-field-string-part-1-inner-brace,
14330 bibtex-field-string-part-2-inner-braces,
14331 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14332 bibtex-field-string-quoted, bibtex-field-string,
14333 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14334 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14335 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14336 as parsing is now performed by the following functions.
14337 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14338 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14339 bibtex-parse-field-string, bibtex-search-forward-field-string,
14340 bibtex-parse-association, bibtex-field-name-for-parsing,
14341 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14342 bibtex-search-forward-field, bibtex-search-backward-field,
14343 bibtex-start-of-field, bibtex-end-of-field,
14344 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14345 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14346 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14347 bibtex-parse-string, bibtex-search-forward-string,
14348 bibtex-search-backward-string, bibtex-start-of-string,
14349 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14350 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14351 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14352 entries. Instead of reporting the results of the parsing by
14353 match-beginning or match-end, these functions return data structures
14354 that hold the corresponding positions.
14355 (bibtex-enclosing-field): Changed to also report field boundaries by
14356 return values rather than by match-beginning or match-end. The
14357 following functions have been adapted to use the new parsing
14358 functions.
14359 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14360 bibtex-enclosing-field, bibtex-format-entry,
14361 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14362 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14363 bibtex-print-help-message, bibtex-end-of-entry,
14364 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14365 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14366 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14367 method for parsing.
14368 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14369 bibtex-map-entries, bibtex-flash-head,
14370 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14371 bibtex-autokey-change, bibtex-autokey-get-namefield,
14372 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14373 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14374 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14375 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14376 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14377 order to make the new binding of case-fold-search immediately
14378 visible.
14379
143802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14381
14382 * textmodes/bibtex.el: Copyright notice is up to date.
14383 Added constant 'bibtex-maintainer-salutation.
14384
14385 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14386 than make-temp-name, use match-string-no-properties and eliminate
14387 a quadratic behavior when building bibtex-strings.
14388
14389 * bibtex.el (bibtex-reference-key): Accept string entries whose
14390 reference key contains upper case letters.
14391
143922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14393
14394 * bibtex.el (bibtex-reference-head): Allow entries to start with
14395 a new line.
14396
143972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14398
14399 * bibtex.el: Hiding of entry bodies is not longer provided by
14400 bibtex.el directly. Instead the hideshow package can be used.
14401 Added a special bibtex entry to hs-special-modes-alist.
14402 (bibtex-hs-forward-sexp): Added for hideshow.el.
14403
144042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14405
14406 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14407 at ':' characters by call to split-string.
14408
144092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14410
14411 * textmodes/bibtex.el: Added RCS version identification.
14412
144132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14414
14415 * textmodes/bibtex.el: Some temporary comments removed.
14416 (bibtex-field-name, bibtex-entry-type): Made the relationship
14417 explicit.
14418 (bibtex-field-const): Allow capital letters.
14419 (bibtex-start-of-string): Deleted because unused.
14420
14421 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14422 use the term 'reference' to describe a bibtex entry as a whole.
14423 Further, reference keys are no longer called 'labels'.
14424 (bibtex-keys): Renamed to bibtex-reference-keys.
14425 (bibtex-reformat-previous-labels): Renamed to
14426 bibtex-reformat-previous-reference-keys.
14427 (bibtex-reference-type): Renamed to bibtex-entry-type.
14428 (bibtex-reference-head): Renamed to bibtex-entry-head.
14429 (bibtex-reference-maybe-empty-head): Renamed to
14430 bibtex-entry-maybe-empty-head.
14431 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14432 (bibtex-search-reference): Renamed to bibtex-search-entry.
14433 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14434 bibtex-enclosing-entry-maybe-empty-head.
14435 (bibtex-entry-field-alist, bibtex-entry-head,
14436 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14437 bibtex-map-entries, bibtex-search-entry,
14438 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14439 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14440 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14441 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14442 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14443 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14444 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14445
144462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14447
14448 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14449 comment.
14450 (bibtex-format-field-delimiters): New function, functionality
14451 extracted from bibtex-format-entry.
14452 (bibtex-autokey-get-yearfield-digits): New function, functionality
14453 extracted from bibtex-autokey-get-yearfield.
14454
14455 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14456 entries in order to avoid stack overflow in the regexp matcher if
14457 field contents become large.
14458 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14459 bibtex-field-string-part-not-braced,
14460 bibtex-field-string-part-no-inner-braces,
14461 bibtex-field-string-part-1-inner-brace,
14462 bibtex-field-string-part-2-inner-braces,
14463 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14464 bibtex-field-string-quoted, bibtex-field-string,
14465 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14466 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14467 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14468 as parsing is now performed by the following functions.
14469 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14470 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14471 bibtex-parse-field-string, bibtex-search-forward-field-string,
14472 bibtex-parse-association, bibtex-field-name-for-parsing,
14473 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14474 bibtex-search-forward-field, bibtex-search-backward-field,
14475 bibtex-start-of-field, bibtex-end-of-field,
14476 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14477 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14478 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14479 bibtex-parse-string, bibtex-search-forward-string,
14480 bibtex-search-backward-string, bibtex-start-of-string,
14481 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14482 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14483 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14484 entries. Instead of reporting the results of the parsing by
14485 match-beginning or match-end, these functions return data structures
14486 that hold the corresponding positions.
14487 (bibtex-enclosing-field): Changed to also report field boundaries by
14488 return values rather than by match-beginning or match-end. The
14489 following functions have been adapted to use the new parsing
14490 functions.
14491 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14492 bibtex-enclosing-field, bibtex-format-entry,
14493 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14494 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14495 bibtex-print-help-message, bibtex-end-of-entry,
14496 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14497 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14498 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14499 method for parsing.
14500 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14501 bibtex-map-entries, bibtex-flash-head,
14502 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14503 bibtex-autokey-change, bibtex-autokey-get-namefield,
14504 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14505 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14506 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14507 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14508 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14509 order to make the new binding of case-fold-search immediately
14510 visible.
14511
145122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14513
14514 * textmodes/bibtex.el: Copyright notice is up to date.
14515 Added constant 'bibtex-maintainer-salutation.
14516
14517 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14518 than make-temp-name, use match-string-no-properties and eliminate
14519 a quadratic behavior when building bibtex-strings.
14520
14521 * bibtex.el (bibtex-reference-key): Accept string entries whose
14522 reference key contains upper case letters.
14523
145242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14525
14526 * bibtex.el (bibtex-reference-head): Allow entries to start with
14527 a new line.
14528
145292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14530
14531 * bibtex.el: Hiding of entry bodies is not longer provided by
14532 bibtex.el directly. Instead the hideshow package can be used.
14533 Added a special bibtex entry to hs-special-modes-alist.
14534 (bibtex-hs-forward-sexp): Added for hideshow.el.
14535
145362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14537
14538 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14539 proceedings entry type (for cross referencing). Thanks to Wagner
14540 Toledo Correa for the suggestion.
14541
14542 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14543
145442000-02-14 Kenichi Handa <handa@etl.go.jp>
14545
14546 * international/characters.el: Setup case table for Vietnamese.
14547
145482000-02-12 Gerd Moellmann <gerd@gnu.org>
14549
14550 * uniquify.el (toplevel): Require CL at compile time.
14551 (uniquify-push): Removed.
14552
14553 * shadowfile.el (shadow-when): Removed.
14554
14555 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14556 (tempo-process-and-insert-string): Use dolist instead of
14557 tempo-dolist.
14558
14559 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14560 regexp for paragraph-start.
14561
14562 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14563 commas as well.
14564
145652000-02-10 Dave Love <fx@gnu.org>
14566
14567 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14568 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14569 Deleted.
14570 (widget-specify-field, widget-specify-button): Don't use
14571 widget-mouse-help as help-echo property.
14572 (default): Use #'ignore for :validate and :mouse-down-action.
14573 (checkbox): Add help-echo.
14574 (widget-sexp-validate): Rewritten to clarify error messages.
14575 (character): Use char-valid-p in :match function.
14576 (widget-color-complete): Use facemenu-color-alist.
14577 (widget-color-action): Use facemenu-read-color.
14578
14579 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14580 set up `caar' &c that we now have.
14581
145822000-02-09 Ray Blaak <blaak@gnu.org>
14583
14584 * delphi.el: Make resourcestring a declaration region, like const
14585 and var.
14586
145872000-02-09 Dave Love <fx@gnu.org>
14588
14589 * bindings.el (mode-line-input-method-map): New variable.
14590 (mode-line-mule-info): Use it; fix last change.
14591 (mode-line-mode-menu): Move definition.
14592 (mode-line-mouse-sensitive-p): Deleted.
14593 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14594 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14595 level.
14596
14597 * startup.el (command-line-1): Don't call
14598 make-mode-line-mouse-sensitive.
14599
146002000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14601
14602 * mail/rmail.el (rmail-retry-failure): Use
14603 rmail-beginning-of-message before rmail-toggle-header, because the
14604 former toggles headers.
14605
146062000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14607
14608 * diff-mode.el (diff-kill-junk): New interactive function.
14609 (diff-reverse-direction): Use delete-and-extract-region.
14610 (diff-post-command-hook): Restrict the area so that the hook also works
14611 outside of any diff hunk. This is necessary for the minor-mode.
14612 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14613 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14614
14615 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14616 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14617 so that it can be used more easily in <foo>-mode-hook. Also make sure
14618 to avoid duplicate entries.
14619 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14620 (font-lock-remove-keywords): Just as was done for `add', allow it to
14621 work even if font-lock-mode is nil. Also make sure we don't modify
14622 any pre-existing list by forcing a copy-sequence. Finally rename
14623 `major-mode' to `mode'.
14624 (font-lock-fontify-syntactic-anchored-keywords)
14625 (font-lock-fontify-anchored-keywords)
14626 (font-lock-fontify-keywords-region): Use line-end-position.
14627 Don't make `font-lock-multiline' local (it's now done in
14628 font-lock-set-defaults).
14629 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14630 move the `font-lock-fontified' creation to inside the `unless'.
14631
146322000-02-06 Andrew Innes <andrewi@gnu.org>
14633
14634 * term/w32-win.el (x-handle-args): Comment out call to message,
14635 which occurs before window system is initialized.
14636
14637 * makefile.nt: Add support for recompiling lisp code.
14638
146392000-02-04 Dave Love <fx@gnu.org>
14640
14641 * bindings.el (mode-line-mule-info): Fix/extend last change.
14642
14643 * completion.el: Replace completion-dolist with dolist.
14644
14645 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14646 dotimes.
14647
146482000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14649
14650 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14651 environment names before they go into the section regexp.
14652
14653 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14654 char class in regexp.
14655
14656 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14657 `case-fold-search' to nil.
14658
14659 * progmodes/idlwave.el (idlwave-template): Respect
14660 `idlwave-abbrev-change-case'.
14661 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14662 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14663 idlwave-while): respect `idlwave-reserved-word-upcase'.
14664 (idlwave-rw-case): New function.
14665 (idlwave-statement-match): Fixed problem with assignment regexp.
14666 (idlwave-font-lock-keywords): Improved regexp for keyword
14667 parameters.
14668 (idlwave-surround): New argument LENGTH to support padding of
14669 operators longer than 1 char.
14670
14671 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14672 idlwave-shell-expression-overlay. Implemented printing of
14673 expressions on higher levels of the calling stack.
14674 (idlwave-shell-display-level-in-calling-stack): Restore stack
14675 level.
14676 (idlwave-retrieve-expression-from-level): New function.
14677 (idlwave-shell-last-calling-stack): Variable removed.
14678 (idlwave-shell-reset): Argument action reversed (`visible' to
14679 `hidden'). Also remove stop-line overlay.
14680 (idlwave-shell-calling-stack-routine): New variable.
14681 (idlwave-shell-parse-stack-and-display): Messages now display
14682 negative level numbers.
14683 (idlwave-shell-mode): Set `modeline-format'.
14684 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14685 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14686 21.
14687 (idlwave-shell-print-expression-function): New option.
14688
14689 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14690 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14691 `tool-bar' instead of `toolbar'.
14692
146932000-02-02 Dave Love <fx@gnu.org>
14694
14695 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14696 emacs-lisp-mode-hook. Don't check for defalias being defined.
14697
14698 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14699 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14700 the new builtins directly.
14701
14702 * whitespace.el (whitespace): Add :version to defgroup.
14703
14704 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14705 Doc fix.
14706
14707 * thingatpt.el (sexp-at-point, symbol-at-point)
14708 (number-at-point, list-at-point): Add autoload cookie.
14709
14710 * recentf.el (recentf): Add :version to defgroup.
14711
14712 * quickurl.el (quickurl): Add :version to defgroup.
14713
14714 * elide-head.el (elide-head): Use point-marker more.
14715
14716 * bs.el (bs): Add :version to defgroup.
14717
14718 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14719
14720 * progmodes/delphi.el (delphi): Add :version to defgroup.
14721
147222000-02-02 Gerd Moellmann <gerd@gnu.org>
14723
14724 * ange-ftp.el (ange-ftp-write-region): Handle case that
14725 succeeding process operation sets a different coding system.
14726
14727 * calculator.el: New file.
14728
147292000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14730
14731 * frame.el (frames-on-display-list, framep-on-display): New
14732 functions.
14733 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14734 (display-selections-p, display-screens, display-pixel-width)
14735 (display-pixel-height, display-mm-width, display-mm-height)
14736 (display-backing-store, display-save-under, display-planes)
14737 (display-color-cells, display-visual-class): New functions.
14738
14739 * term/tty-colors.el (tty-color-gray-shades): New function.
14740
14741 * faces.el (display-color-p): Use framep-on-display.
14742 (display-grayscale-p): New function.
14743
147442000-01-31 Dave Love <fx@gnu.org>
14745
14746 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14747 (create-fontset-from-x-resource): Don't concat integers.
14748
147492000-01-31 Inge Frick <inge@nada.kth.se>
14750
14751 * view.el: Some changes in documentation. Removed some trailing
14752 whitespace. Changed some parameter names to agree with
14753 documentation.
14754 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14755 window is not deleted. Modifies change 1998-04-26.
14756
147572000-01-31 Gerd Moellmann <gerd@gnu.org>
14758
14759 * windmove.el: New file.
14760
14761 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14762 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14763 progmodes/ebnf-yac.el: Update copyright and license info.
14764
14765 * jit-lock.el (jit-lock-function): Widen before calculating end
14766 position.
14767 (jit-lock-stealth-chunk-start): Rewritten.
14768
14769 * info.el (Info-title-face-alist): Removed.
14770 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14771 faces.
14772 (Info-fontify-node): Use these faces.
14773
147742000-01-30 Gerd Moellmann <gerd@gnu.org>
14775
14776 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14777 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14778 `&allow-other-keywords'.
14779
14780 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14781 the list of directories scanned heuristically.
14782
14783 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14784 exist.
14785
147862000-01-30 Jason Rumney <jasonr@gnu.org>
14787
14788 * w32-fns.el: Define w32-tty-standard-colors.
14789
14790 * startup.el (command-line): Use w32-tty-standard-colors when in
14791 w32 console mode.
14792
147932000-01-30 Dave Love <fx@gnu.org>
14794
14795 * jka-compr.el (jka-compr-load): Fix up load-history.
14796
14797 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14798
14799 * emacs-lisp/cl-macs.el: Revert previous change.
14800
148012000-01-29 Dave Love <fx@gnu.org>
14802
14803 * facemenu.el: Purecopy various strings.
14804
14805 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14806 years. Deal with three-digit years.
14807
14808 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14809 defconst, purecopy.
14810 (help-back-label): Purecopy it.
14811
148122000-01-18 Gerd Moellmann <gerd@gnu.org>
14813
14814 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14815 variable. If non-nil, order the buffer list according to the
14816 currently selected frame.
14817 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14818 non-nil, pass the selected frame to function buffer-list.
14819
148202000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14821
14822 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14823
148242000-01-28 Dave Love <fx@gnu.org>
14825
14826 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14827
14828 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14829 Don't use lisp-indent-hook property.
14830 (cl-abs): Remove.
14831
14832 * subr.el: Move out indent and edebug specs for when and unless.
14833
14834 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14835 when, unless.
14836
14837 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14838 unless, when.
14839
148402000-01-28 Gerd Moellmann <gerd@gnu.org>
14841
14842 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14843 `collecting' as synonym for `collect'.
14844
14845 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14846 for the case it contains spaces.
14847
14848 * simple.el (what-cursor-position): Change formatting of
14849 messages.
14850
14851 * frame.el (delete-other-frames): New function.
14852 (toplevel): Bind it to C-x 5 1.
14853
14854 * sort.el (sort-numeric-base): New option.
14855 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14856 interpret it as octal or hexadecimal. Use sort-numeric-base
14857 as default base.
14858
14859 * progmodes/glasses.el: New file.
14860
148612000-01-27 Gerd Moellmann <gerd@gnu.org>
14862
14863 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14864 userids differently.
14865
14866 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14867 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14868 progmodes/ebnf-yac.el: New files.
14869
148702000-01-26 Dave Love <fx@gnu.org>
14871
14872 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14873 on a function with an empty body. [From Eric Ludlam.]
14874
148752000-01-25 Andre Spiegel <spiegel@gnu.org>
14876
14877 * vc.el (vc-version-diff): Make sure file name is expanded.
14878
148792000-01-25 Gerd Moellmann <gerd@gnu.org>
14880
14881 * scroll-bar.el (scroll-bar-timer): Variable removed.
14882 (scroll-bar-toolkit-scroll): Don't use a timer.
14883
148842000-01-25 Kenichi Handa <handa@etl.go.jp>
14885
14886 * language/thai-util.el (thai-composition-function): Delete
14887 superfluous `a'.
14888
148892000-01-24 Dave Love <fx@gnu.org>
14890
14891 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14892 end-of-defun-function.
14893
14894 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14895 &c.
14896
148972000-01-22 Jason Rumney <jasonr@gnu.org>
14898
14899 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14900 conflicts with new face support.
14901
149022000-01-22 Richard M. Stallman <rms@gnu.org>
14903
14904 * replace.el (query-replace): Rename last arg to DELIMITED.
14905 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14906 (query-replace-regexp): Likewise.
14907
149082000-01-20 Richard M. Stallman <rms@gnu.org>
14909
14910 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14911
14912 * emacs-lisp/lisp.el (beginning-of-defun-function):
14913 Variable renamed from beginning-of-defun.
14914 Do not call make-variable-buffer-local.
14915 (beginning-of-defun-raw): Use new variable name; doc fix.
14916 (beginning-of-defun): Doc fix.
14917 (end-of-defun-function): Variable renamed from end-of-defun.
14918 Do not call make-variable-buffer-local.
14919 (end-of-defun): Use new variable name; doc fix.
14920
14921 * subr.el (dolist, dotimes): Copied from cl-macs.el
14922 and made to work.
14923
14924 * mail/undigest.el (rmail-digest-end-regexps):
14925 Variable replaces rmail-digest-end-regexp.
14926 Allows multiple regexps for detecting the end line.
14927 (undigestify-rmail-message): Corresponding changes.
14928
149292000-01-19 Dave Love <fx@gnu.org>
14930
14931 * files.el (user-init-file): Don't declare here -- is primitive.
14932
14933 * startup.el (command-line): Check for compiled user-init-file and
14934 set to uncompiled version if necessary.
14935
149362000-01-18 Gerd Moellmann <gerd@gnu.org>
14937
14938 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14939 (undigestify-rmail-message): Use it.
14940
14941 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14942
149432000-01-17 Gerd Moellmann <gerd@gnu.org>
14944
14945 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14946 of mini-buffer.
14947
149482000-01-14 Gerd Moellmann <gerd@gnu.org>
14949
14950 * emacs-lisp/copyright.el (copyright-update): Removed the
14951 requirement for a trailing space from `copyright-regexp', to
14952 support copyrights with owner specified on a separate line..
14953
14954 * align.el: New file.
14955
14956 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14957
14958 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14959
149602000-01-13 Dave Love <fx@gnu.org>
14961
14962 * ph.el: Removed. (Obsoleted by EUDC.)
14963
149642000-01-13 Gerd Moellmann <gerd@gnu.org>
14965
14966 * net/eudc.el (toplevel): Remove autoloaded code installing
14967 menu with easymenu, because that causes build problems.
14968
14969 * frame.el (frame-notice-user-settings): New variable.
14970 (frame-notice-user-settings): Don't modify frame parameters
14971 if called a second time.
14972
149732000-01-13 Richard M. Stallman <rms@gnu.org>
14974
14975 * frame.el (frame-notice-user-settings):
14976 Notice default-frame-parameters even for non-window frames.
14977
149782000-01-13 Gerd Moellmann <gerd@gnu.org>
14979
14980 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14981 for Emacs.
14982 (eudc-bob-can-display-inline-images): Extend for Emacs.
14983 (eudc-bob-toggle-inline-display): Ditto.
14984 (eudc-bob-display-jpeg): Ditto.
14985
149862000-01-12 Gerd Moellmann <gerd@gnu.org>
14987
14988 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14989 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14990 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14991
14992 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14993 nil)'.
14994
14995 * subdirs.el: Add `net' directory.
14996
14997 * net: New directory.
14998
14999 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15000 eval-last-sexp. Don't bind debug-on-error here.
15001 (eval-last-sexp): New function. Bind debug-on-error if
15002 eval-expression-debug-on-error is non-nil.
15003 (eval-defun-2, eval-defun): Likewise.
15004
15005 * simple.el (eval-expression): Don't bind debug-on-error if
15006 eval-expression-debug-on-error is nil. Detect changed
15007 debug-on-error, and propagate new value to global binding, if
15008 eval-expression-debug-on-error is non-nil,
15009 (eval-expression-debug-on-error): Change doc string.
15010
150112000-01-11 Richard M. Stallman <rms@gnu.org>
15012
15013 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15014
15015 * emacs-lisp/lisp-mode.el (with-syntax-table):
15016 Set up lisp-indent-function property.
15017
15018 * subr.el (with-syntax-table): Moved from simple.el.
15019
15020 * simple.el (with-syntax-table): Moved to subr.el.
15021
150222000-01-11 Gerd Moellmann <gerd@gnu.org>
15023
15024 * tmm.el (tmm-shortcut): Delete region after prompt instead
15025 of erasing buffer.
15026
15027 * textmodes/fill.el (fill-common-string-prefix): New function.
15028 (fill-context-prefix): Use the longest common prefix of first
15029 and second line fill prefix, if there is one.
15030
150312000-01-11 Richard M. Stallman <rms@gnu.org>
15032
15033 * array.el (array-mode): Don't use make-variable-buffer-local.
15034 Use make-local-variable for `truncate-lines'.
15035
150362000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15037
15038 * add-log.el (add-log-current-defun): Handle user-defined
15039 add-log-current-function returning nil,
15040
15041 * add-log.el (add-change-log-entry): Insert version number
15042 if having found a current function
15043
15044 * add-log.el (add-log-current-defun): Call
15045 `add-log-current-defun-function'. Try matches at level 0 and
15046 level 1. Strip whitespace from defun found.
15047
150482000-01-10 John Wiegley <johnw@gnu.org>
15049
15050 * allout.el (isearch-done/outline-provisions): Added `edit'
15051 argument to correspond with the current definition of
15052 `isearch-done'.
15053
150542000-01-10 Dave Love <fx@gnu.org>
15055
15056 * elide-head.el (elide-head): Use point-marker, not point.
15057
150582000-01-10 Gerd Moellmann <gerd@gnu.org>
15059
15060 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15061 before and after the year 2000.
15062
15063 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15064 Add ispell- prefix.
15065
150662000-01-10 Ken Stevens <k.stevens@ieee.org>
15067
15068 * ispell.el: Only define dictionaries in menus when they exist.
15069 (version18p): New variable.
15070 (version20p): New variable.
15071 (xemacsp): New variable.
15072 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15073 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15074 (ispell-dictionary-alist6): Russian command lines no longer accept
15075 run-together words.
15076 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15077 (ispell-dictionary-alist): Add koi8-r to customize definition.
15078 (check-ispell-version): Added documentation string. Returns
15079 library path when called non-interactively.
15080 (ispell-menu-map-needed): Uses new variables.
15081 (ispell-library-path): New variable.
15082 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15083 (ispell-word): Improved documentation string. Test for valid
15084 character mappings. Correctly check typed in word changes that can
15085 result in single words split into multiple words. Returns
15086 replacement word.
15087 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15088 replace in recursive query replace mode. Help message for
15089 recursive edit mode.
15090 (ispell-show-choices): Protect against bad framepop bindings.
15091 (ispell-help): Fix to work with XEmacs.
15092 (ispell-highlight-spelling-error): Use new variables.
15093 (ispell-overlay-window): Fix to work with XEmacs.
15094 (ispell-parse-output): Passed and returns location information
15095 tracking spelling corrections. Doesn't recheck same word on
15096 current line.
15097 (ispell-init-process): Protect against bogus XEmacs variable binding.
15098 Fix call to single argument in sleep-for. Use new variables.
15099 (ispell-region): Passed and returns location information tracking
15100 spelling corrections. Doesn't check same word on current line.
15101 Improved documentation string. Doesn't resend a line already
15102 checked to the ispell process - fixes bug in LaTeX parsing.
15103 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15104 (ispell-skip-region): No longer skips <TT> in SGML.
15105 (ispell-process-line): Tracks location information with spelling
15106 corrections. Added documentation string. Accounts for words
15107 already accepted on this line. Don't allow query-replace on line
15108 starting with math characters. Doesn't resend a line already sent
15109 to ispell process. Fixes alignment error bug.
15110
151112000-01-10 Richard M. Stallman <rms@gnu.org>
15112
15113 * dired-x.el (dired-guess-shell-alist-default):
15114 Suggest xloadimage, which is free, not xv, which isn't.
15115
15116 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15117 Don't ever include the host name or user name in the value.
15118
151192000-01-09 Gerd Moellmann <gerd@gnu.org>
15120
15121 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15122 of a real newline.
15123
151242000-01-09 Stephen Eglen <stephen@gnu.org>
15125
15126 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15127 for .png files.
15128
151292000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15130
15131 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15132
151332000-01-09 Gerd Moellmann <gerd@gnu.org>
15134
15135 * progmodes/cperl-mode.el: Replace ^F with ^L.
15136
15137 * sendmail.el (toplevel): Provide `sendmail' when compiling
15138 before `require'ing rmail and mailalias to prevent infinite
15139 recursion.
15140
151412000-01-08 Dave Love <fx@gnu.org>
15142
15143 * emacs-lisp/backquote.el: Remove inappropriate customization
15144 (allowing custom.el to use backquote).
15145
151462000-01-07 Dave Love <fx@gnu.org>
15147
15148 * add-log.el (add-log-debugging): Deleted.
15149 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15150 file. Remove debugging code.
15151 (change-log-get-method-definition, change-log-name): Add doc.
15152 (change-log-sortable-date-at): New function.
15153 (change-log-merge): New command.
15154
15155 * time.el (display-time-string-forms): Make the Mail string active.
15156 (display-time-update): Provide help-echo for load average.
15157
15158 * bindings.el (make-mode-line-mouse2-map): New function.
15159 (mode-line-modified): Use it and simplify.
15160 (mode-line-mule-info): Provide help-echo info.
15161 (minor-mode-alist): Activate the strings.
15162 (make-mode-line-mouse-sensitive): Simplify for
15163 mode-line-buffer-identification.
15164
151652000-01-07 Gerd Moellmann <gerd@gnu.org>
15166
15167 * play/pong.el: New file.
15168
151692000-01-06 Dave Love <fx@gnu.org>
15170
15171 * array.el: Assorted cleanups for compiler warnings, doc strings,
15172 `array-' prefix for symbols.
15173
151742000-01-05 Dave Love <fx@gnu.org>
15175
15176 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15177 outline-headers-as-kill.
15178 (outline-mode): Define imenu-generic-expression.
15179 (outline-headers-as-kill): New command.
15180
15181 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15182 from paragraph-start.
15183 (paragraph-indent-minor-mode): New command.
15184
15185 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15186 M-C-e, M-C-h, C-j, C-xnd, TAB.
15187 (fortran-mode): Set beginning-of-defun, end-of-defun.
15188 (fortran-column-ruler): Simplify.
15189 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15190 (fortran-with-subprogram-narrowing): Likewise.
15191 (fortran-indent-subprogram): Call mark-defun.
15192 (fortran-check-for-matching-do): Change narrowing.
15193
15194 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15195 (cl-lucid-hash-tag): Delete.
15196 (cl-hash-table-p): Correct test for native table.
15197 (cl-hash-table-count): Use hash-table-count.
15198
15199 * browse-url.el (browse-url): Fix case of
15200 browse-url-browser-function being an alist.
15201
152022000-01-05 Carsten Dominik <cd@gnu.org>
15203
15204 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15205 (reftex-index-phrase-file-extension): New options.
15206
15207 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15208 Use new option `reftex-index-phrase-file-extension'.
15209
15210 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15211 `reftex-parse-file-extension'.
15212
152132000-01-05 Dave Love <fx@gnu.org>
15214
15215 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15216 (beginning-of-defun-raw): Use it.
15217 (end-of-defun): New variable.
15218 (end-of-defun): Use it.
15219 (check-parens): New command.
15220
152212000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15222
15223 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15224 (hs-show-block): Don't use `mapcar' when not accumulating.
15225
15226 Fix buglet in local variables initialization.
15227
152282000-01-05 Andreas Schwab <schwab@suse.de>
15229
15230 * hscroll.el (hscroll): Doc fix.
15231
152322000-01-05 Carsten Dominik <cd@gnu.org>
15233
15234 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15235 idlw-toolbar.
15236
15237 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15238 file idlw-rinfo.el.
15239 (idlwave-customize): load must read file idlw-shell.el.
15240 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15241
152422000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15243
15244 * progmodes/idlw-shell.el: Also provide idlwave-shell
15245 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15246 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15247
15248 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15249 both reftex-dcr and reftex-vcr.
15250
15251 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15252
152532000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15254
15255 * ps-print.el: PostScript code now is in separate files, doc fix.
15256 (ps-print-version): New version number (5.0.3).
15257 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15258 local.
15259 (ps-spool-config): Initialization fix.
15260 (ps-print-prologue-1, ps-print-prologue-2)
15261 (ps-print-duplex-feature): PostScript code moved to separated file.
15262 (ps-background-image): Little code reformating.
15263 (ps-begin-file, ps-begin-job): Fix code.
15264 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15265 (ps-prologue-file): New fun.
15266
152672000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15268
15269 * ps-vars.el: Eliminated.
15270
15271 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15272 `;;;###autoload'.
15273
15274 * ps-print.el: ps-vars eliminated, doc fix.
15275 (ps-print-version): New version number (5.0.2).
15276 (ps-spool-config): Initialization fix.
15277 (ps-print-customize): New fun.
15278
152792000-01-04 Gerd Moellmann <gerd@gnu.org>
15280
15281 * autorevert.el (auto-revert-mode): Return value of
15282 auto-revert-mode.
15283
152842000-01-04 Dave Love <fx@gnu.org>
15285
15286 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15287 menu items.
15288
152892000-01-03 Dave Love <fx@gnu.org>
15290
15291 * elide-head.el (elide-head) [defgroup]: Add :version.
15292
15293 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15294 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15295 `cl-hash-table-p', not `hash-table-p'.
15296 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15297
152982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15299
15300 * faces.el (face-read-integer, read-face-attribute)
15301 (color-defined-p, color-values): unspecified-{f,b}g are now
15302 strings.
15303
153042000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15305
15306 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15307 at comment end, and re-insert them after filling.
15308
153092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15310
15311 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15312 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15313 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15314
153152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15316
15317 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15318 the new name of face-color-supported-p.
15319
15320 * term/w32-win.el (xw-defined-colors): Likewise.
15321
153222000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15323
15324 * simple.el (completion-setup-function): Count completion-size
15325 from minibuffer-prompt-end, not from point-min.
15326
153272000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15328
15329 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15330 Pass the frame to tty-color-* functions.
15331 (display-color-p, frame-set-background-mode): Pass the frame to
15332 tty-display-color-p.
15333
15334 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15335 tty-color-alist.
15336 (tty-color-alist, tty-modify-color-alist): New functions.
15337 (tty-color-define, tty-color-clear, tty-color-approximate)
15338 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15339 an optional parameter FRAME.
15340
153412000-01-01 Gerd Moellmann <gerd@gnu.org>
15342
15343 * image.el (create-image, defimage): Don't assume image data is a
15344 string.
15345
15346 * image.el (defimage): Handle specifications containing :data
15347 instead of :file.
15348 (image-type-from-data): New function.
15349 (image-type-from-file-header): Use it.
15350 (create-image): Add parameter DATA-P.
15351
15352See ChangeLog.8 for earlier changes.
15353
15354;; Local Variables:
15355;; coding: iso-2022-7bit
15356;; End: