(define-setf-expander): Make it an
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c89e4bc5
GM
12001-10-05 Gerd Moellmann <gerd@gnu.org>
2
3 * bindings.el: Remove no-byte-compile from file local variables
4 to enable bootstrapping.
5
0bcf87c1
AI
62001-10-04 Andrew Innes <andrewi@gnu.org>
7
8 * faces.el (face-font-registry-alternatives) [windows-nt]: Make
9 gb2312 an alias for gb2312.1980.
10
6c0b2643
GM
112001-10-04 Stefan Monnier <monnier@cs.yale.edu>
12
13 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
14 (uniquify-reverse-components): Remove.
15
16 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17 Make sure the file is readable.
18 (byte-compile-file): Don't compile if `no-byte-compile' is set.
19 (byte-compile-defvar): Update to reflect the change in Fdefvar.
20 (batch-byte-recompile-directory): Pass arg=0.
21
22 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
23 (perl-calculate-indent): Use it.
24 (perl-backward-to-noncomment): Use forward-comment.
25
26 * derived.el (define-derived-mode, derived-mode-make-docstring):
27 Allow `parent' to be nil.
28
29 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
30 Use define-derived-mode.
31 (nroff-mode-map, nroff-mode-syntax-table): Massage.
32
33 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
34
35 * emacs-lisp/lselect.el: Use facep iso find-face.
36
37 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
38 Use regexp-opt.
39 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
40 (lisp-font-lock-syntactic-face-function): New function.
41 (lisp-mode-variables): Use it. Make arg optional.
42 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
43 (lisp-mode): Don't pass an arg to lisp-mode-variables.
44 Set comment-start-skip.
45
46 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
47
48 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
49 (ignore-errors): Don't bother using a `err' symbol.
50
51 * emacs-lisp/autoload.el (autoload-ensure-default-file)
52 (autoload-insert-section-header, autoload-before-p)
53 (autoload-remove-section): New functions.
54 (generate-file-autoloads): Use them.
55 (update-file-autoloads): Use them. Return FILE if there's no cookie.
56 Make sure the autoload file is properly formatted when creating it.
57 (update-autoloads-from-directories): Use them as well.
58 Only update autoloads for files whose timestamp has changed.
59 Add a dummy entry to remember the files which had no autoload cookies.
60
61 * timer.el (timer-relative-time): Fix computation for negative `micro'.
62
63 * subr.el (define-key-after): Allow `key' to be longer than 1.
64 (make-local-hook): Make obsolete.
65 (add-hook, remove-hook): Don't use make-local-hook any more.
66 (make-syntax-table): Inherit all chars from s-s-t.
67
682001-10-04 Gerd Moellmann <gerd@gnu.org>
69
70 This is a fix for a report saying that resuming a search with C-s
71 C-s doesn't use the case-fold-search setting of the previous
72 search (C-s ... M-c ... then C-s C-s).
73
74 * isearch.el (isearch-last-case-fold-search): New variable.
75 (isearch-mode): Remember value of isearch-case-fold-search
76 in isearch-last-case-fold-search.
77 (isearch-done): Quote value of isearch-case-fold-search.
78 (isearch-repeat): When resuming a search, restore
79 isearch-case-fold-search from isearch-last-case-fold-search.
80
81 Added to NEWS.
82
83 * startup.el (inhibit-startup-buffer-menu): New user-option.
84 (command-line-1): If inhibit-startup-buffer-menu is set, don't
85 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
86
87 This allows upto 99999 messages in the summary without screwing up
88 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
89
90 * mail/rmailsum.el (rmail-make-summary-line)
91 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
92 (rmail-summary-goto-msg, rmail-summary-goto-msg):
93 Allow 5-digit message ids instead of 4.
94
95 This adds expansion of environment variables in the value
96 specified with M-x setenv. Added to NEWS.
97
98 * env.el (substitute-env-vars): New function.
99 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
100 environment variables in VALUE. Return VALUE.
101
630784a2
SM
1022001-10-03 Stefan Monnier <monnier@cs.yale.edu>
103
104 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
105
cf2b0d2c 1062001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
107
108 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 109 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 110
aa01bed1
EZ
1112001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
112
113 * rect.el: Update maintainer's email address.
114
7d685c84
AS
1152001-10-02 Andreas Schwab <schwab@suse.de>
116
117 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
118 and Extended Passive Mode, resp.
119
87671c25
EZ
1202001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
121
122 These changes add support for Calendar-related items in the
123 menu bar on tty's as well:
124
125 * calendar/calendar.el (calendar-mode-map): Require cal-menu
126 unconditionally.
127 (calendar-mode): Set up activate-menubar-hook unconditionally.
128
129 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
130 calls x-popup-menu only if popup menus are supported.
131 (calendar-mouse-insert-hebrew-diary-entry)
132 (calendar-mouse-insert-islamic-diary-entry)
133 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
134 (calendar-mouse-view-other-diary-entries)
135 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
136 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
137 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 138
12c64503
GM
1392001-10-01 Gerd Moellmann <gerd@gnu.org>
140
62bfa682
GM
141 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
142
12c64503
GM
143 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
144
145 * emacs-lisp/rx.el: New file.
146
e0c21266
EZ
1472001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
148
630784a2 149 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 150
03be5931
EZ
1512001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
152
153 * frame.el (select-frame-by-name, other-frame): Doc fix.
154
d0100d57
EZ
1552001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
156
157 * play/snake.el (snake-score-file): Use temporary-file-directory
158 instead of a literal "/tmp". Suggested by Robert
159 <robert@chezmarshall.freeserve.co.uk>.
160
161 * play/tetris.el (tetris-score-file): Ditto.
162
d94d5b5a
EZ
1632001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * apropos.el (apropos-print): Make the directions inserted at the
166 beginning of the *Apropos* buffer more clear.
167
cd653311 1682001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 169
cd653311
MK
170 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
171 Added comments.
630784a2 172
37dbd369
SM
1732001-09-27 Stefan Monnier <monnier@cs.yale.edu>
174
175 * newcomment.el (comment-normalize-vars): Use " \t" rather than
176 "\\s-" when defining comment-end-skip.
177
9240e746
GM
1782001-09-27 Gerd Moellmann <gerd@gnu.org>
179
37dbd369 180 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
181 Call get-buffer-window first second arg `visible'.
182
37dbd369
SM
183 * international/mule-diag.el (list-input-methods-1):
184 Output something that's independent of Emacs' version.
14531065 185
9240e746
GM
186 * tar-mode.el (tar-mode-write-file): Don't signal an error by
187 calling byte-to-position with a nil tar-header-offset.
188
e04233aa
GM
1892001-09-27 Simon Josefsson <jas@extundo.com>
190
191 * mail/sendmail.el (send-mail-function): Doc fix.
192 (mail-do-fcc): Error if header-end is not a marker.
193 (mail-do-fcc): Add a comment.
194 (mail-reply-to): Doc fix.
195 (mail-signature): Make ATPOINT optional.
196 (mail-yank-original): Use cond instead of nestled if.
197
07e91aa3
SM
1982001-09-26 Stefan Monnier <monnier@cs.yale.edu>
199
200 * info.el (Info-on-current-buffer): Default arg to "Top".
201
924b604c
GM
2022001-09-25 Eli Barzilay <eli@barzilay.org>
203
204 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
205 (calculator-displayer-prev, calculator-displayer-next):
206 Renamed from calculator-displayed-{left,right}.
207 (calculator, calculator-standard-displayer)
208 (calculator-num-to-string, calculator-update-display)
924b604c
GM
209 (calculator-copy, calculator-put-value): Bug and display fixes.
210
a1548b10
GM
2112001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
212
213 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
214 (ebnf-version): New version (3.6.1).
215
216 * ebnf-bnf.el: Fix character range regexp. Doc fix.
217 (ebnf-bnf-non-terminal-chars): New internal const.
218 (ebnf-bnf-lex): Fix code.
219
220 * ebnf-iso.el: Fix character range regexp. Doc fix.
221 (ebnf-iso-non-terminal-chars): New internal const.
222 (ebnf-iso-lex): Fix code.
223
224 * ebnf-yac.el: Fix character range regexp. Doc fix.
225 (ebnf-yac-skip-chars): New internal const.
226 (ebnf-yac-skip-code): Fix code.
227
79e954d0
SM
2282001-09-24 Stefan Monnier <monnier@cs.yale.edu>
229
ab750f9c
SM
230 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
231
3911563a
SM
232 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
233 passing it to VC.
234
79e954d0
SM
235 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
236 case where the file is relative.
237
6f3f0db4
GM
2382001-09-24 Gerd Moellmann <gerd@gnu.org>
239
240 * xml.el (xml-parse-attlist): Quotes around attributes must be the
241 same on each side. Make sure we properly handle simple quotes.
242 From Daiki Ueno <ueno@unixuser.org>.
243
e5b31424
EZ
2442001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
245
0678d779
EZ
246 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
247 <jas@extundo.com>.
248
e5b31424
EZ
249 * menu-bar.el (top-level): Minor fixes for text of help-echo in
250 some items of the Options menu.
251
769dd0f1
SM
2522001-09-22 Stefan Monnier <monnier@cs.yale.edu>
253
76829576
SM
254 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
255
d455f4f7
SM
256 * vc-hooks.el (vc-delete-automatic-version-backups):
257 Don't fail if the directory doesn't exist.
258
769dd0f1
SM
259 * diff-mode.el (diff-default-read-only): New var.
260 (diff-mode): Use it.
261
dc414be1
EZ
2622001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
263
769dd0f1
SM
264 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
265 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
266 keymap messes up the menu bar.
267
dc414be1
EZ
268 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
269 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
270
67033712
EZ
2712001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
272
769dd0f1 273 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
274
275 * dired-aux.el (dired-insert-subdir): Pass switches to
276 dired-build-subdir-alist.
277
0c68e5de
GM
2782001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
279
280 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
281 caused %#a and %#b to be mis-formatted.
282
906b3163
EZ
2832001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
284
285 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
286 ccmode, emacs-mime, and eudc manuals.
287
005e3bb6
SS
2882001-09-19 Sam Steingold <sds@gnu.org>
289
290 w32 find cannot be used with `grep-find'.
291 * progmodes/compile.el (find-program): New variable.
292 (grep-compute-defaults): Use it to set `grep-find-command'.
293
7121b85a
GM
2942001-09-19 Gerd Moellmann <gerd@gnu.org>
295
769dd0f1 296 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 297
ae16d111
GM
2982001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
299
300 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
301 programming. Doc fix.
302 (ebnf-version): New version (3.6).
303 (ebnf-eps-begin): Data fix.
304 (ebnf-begin-file): Code fix.
305
306 * ebnf-bnf.el: Doc fix.
307 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
308
309 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
310
55732434
GM
3112001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
312
313 * ps-print.el: Better face mapping for black/white PostScript printers.
314 Check if mark is active when printing a region. Doc fix.
315 (ps-print-version): New version number (6.5.5).
316 (ps-print-color-p): Customization fix.
317 (ps-black-white-faces): New option.
318 (ps-black-white-faces-alist): New internal var.
319 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
320 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
321 (ps-nb-pages-region): Interactive fix.
322 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
323 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
324
740ef824
EZ
3252001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
326
327 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
328 numeric month value, and allow the Kanji character after the it to
329 be missing (happens with ls-lisp's output on Japanese versions of
330 MS-Windows).
331
50529f51
MB
3322001-09-18 Miles Bader <miles@gnu.org>
333
334 * diff-mode.el (diff-mode): Don't make the buffer read-only if
335 it's empty (and thus probably a new patch file about to be edited).
336
d8a973aa
GM
3372001-09-17 Gerd Moellmann <gerd@gnu.org>
338
e18c8b8d
GM
339 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
340 Check for '(' in column 0 of doc string.
341
d8a973aa
GM
342 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
343 of `nth' so that using a vector as bounding-box works.
344 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
345
dfe78cc5
AS
3462001-09-17 Andre Spiegel <spiegel@gnu.org>
347
348 * vc.el (vc-annotate): Use current workfile version explicitly as
349 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
350
1bbdda4d
EZ
3512001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
352
a5f01960
EZ
353 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
354 convert-standard-filename doesn't guarantee that the .el extension
355 is preserved.
356
a007e4e3
EZ
357 * dos-fns.el (convert-standard-filename): Replace invalid
358 characters only after converting dash/underscore to a period.
359 (original-make-auto-save-file-name): New.
8aee7d44
EZ
360 (make-auto-save-file-name): New function, overrides the definition
361 on files.el and calls the original function via
362 original-make-auto-save-file-name.
363
1bbdda4d
EZ
364 * mail/rmail.el (top-level): Require mule-utils when compiling.
365 (rmail-decode-babyl-format): Use detect-coding-with-priority
366 instead of detect-coding-region, to favor detection of emacs-mule
367 encoded Babyl files written by rmailout.el etc. Suggested by
368 Kenichi Handa <handa@etl.go.jp>.
369
ed7d6ba4
EZ
3702001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
371
372 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
373 Use `equal', not `=', since the device number can be a cons cell.
374
551629f9
GM
3752001-09-14 Gerd Moellmann <gerd@gnu.org>
376
377 * simple.el: Comment out change of 2001-09-13.
378
0017a3e0
EZ
3792001-09-13 Milan Zamazal <pdm@zamazal.org>
380
381 * progmodes/compile.el (grep-compute-defaults): Don't set
382 grep-command/grep-find-command when it is already non-nil.
383 (grep-command): Make it a user option.
384 (grep-find-command): Likewise.
385
483e0218 3862001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 387
483e0218
MK
388 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
389 inhibit quit.
005e3bb6 390
15233548
EZ
3912001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * files.el (make-auto-save-file-name): If long file names are not
394 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
395 generating an auto-save file name from it.
396
1fb7f872
GM
3972001-09-13 Gerd Moellmann <gerd@gnu.org>
398
005e3bb6 399 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
400 (ps-nb-pages-region): Signal an error if called interactively
401 and the mark is not active.
402
1fb7f872
GM
403 * simple.el (minibuffer-prompt-modification)
404 (minibuffer-prompt-insertion): New functions.
405 (minibuffer-prompt-properties): Use `modification-hooks' and
406 `insert-in-front-hooks'.
407
1dc13f3a
RS
4082001-09-12 Richard M. Stallman <rms@gnu.org>
409
410 * textmodes/outline.el (outline-regexp): Doc fix.
411 Initialize it in the defcustom, the usual way.
412
eaa493df
GM
4132001-09-12 Gerd Moellmann <gerd@gnu.org>
414
1fb7f872 415 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
416 from `ediff-meta-info' properties need not be an overlay.
417 From David Ponce <dponce@voila.fr>.
1fb7f872 418
eaa493df
GM
419 * isearch.el (isearch-intersects-p): Fix end checks.
420
cfcda0ba
EZ
4212001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
422
423 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
424 `t' branch of `cond', since Irix 6.1 and up is a special case of
425 the standard dbx interface.
426
4e1513b5
MB
4272001-09-11 Miles Bader <miles@gnu.org>
428
429 * comint.el (comint-send-input): When waiting for echoed input,
430 don't save the expected end position in `echo-end', so that things
431 work properly even if the buffer is modified elsewhere at the same
432 time [this happens if `comint-truncate-buffer' is used].
433
9a72e4c1
GM
4342001-09-11 Gerd Moellmann <gerd@gnu.org>
435
436 * textmodes/outline.el (outline-mode): Use `^' and a shy group
437 when constructing imenu-generic-expression from outline-regexp.
438
1f9581b6
EZ
4392001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
442 `equal' instead of `=', since they can be cons cells. From Nils
443 Goesche <cartan@cartan.de>.
444
65ee3bf5
AS
4452001-09-10 Andre Spiegel <spiegel@gnu.org>
446
447 * vc.el (vc-annotate): Rewrote doc string.
448
e602e779
EZ
4492001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
450
451 * time-stamp.el: Update Stephen Gildea's email address.
452
42d305db
GM
4532001-09-10 Gerd Moellmann <gerd@gnu.org>
454
455 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
456 enable-multibyte-characters = nil. From Hallvard B Furuseth
457 <h.b.furuseth@usit.uio.no>.
005e3bb6 458
02f34c70 4592001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 460
769dd0f1 461 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 462
769dd0f1 463 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
464 that reads a character and uses the current input method or
465 iso-accents when appropriate.
005e3bb6 466
769dd0f1 467 * viper.el and all others: Corrections to the comment blocks at
02f34c70 468 the top.
005e3bb6 469
cfc697a2
EZ
4702001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
471
472 * info.el (Info-goto-node): Doc fix.
473
fc0eccfc
GM
4742001-09-07 Gerd Moellmann <gerd@gnu.org>
475
476 * isearch.el (isearch-intersects-p): New function.
477 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
478 use isearch-intersects-p, and clean up.
479
ef10876c
EZ
4802001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
481
482 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
483 and "german8", for the new German orthography dictionaries,
484 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
485 the entries, to keep the line length balanced for loaddefs.el.
486
c9e74cd4 4872001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 488
c9e74cd4
GM
489 * comint.el (comint-send-input): Handle comint-process-echoes
490 differently.
491
5421b899
GM
4922001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
493
769dd0f1 494 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 495
70569550
EZ
4962001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
497
769dd0f1 498 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 499
6afad91e 5002001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 501
769dd0f1
SM
502 * server.el (server-switch-buffer):
503 * textmodes/refer.el (refer-find-entry-internal):
504 * term/sup-mouse.el (sup-pos-to-window):
505 * term/bg-mouse.el (bg-window-from-x-y):
506 * emacs-lisp/edebug.el (edebug-window-live-p):
507 Use get-window-with-predicate.
6afad91e
GM
508
509 * window.el (get-window-with-predicate): Renamed from some-window.
510 (some-window): Make it an alias.
511
003550c5
GM
5122001-09-06 Gerd Moellmann <gerd@gnu.org>
513
514 * simple.el (undo): Remove positions from buffer-undo-list up to
515 the next undo boundary only.
516
c49e491a
EZ
5172001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
518
05b24487
EZ
519 * makefile.nt (install): Don't copy sc.el. Reported by Richard
520 Kim <ryk@dspwiz.com>
521
c49e491a
EZ
522 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
523 the message "Creating customization items...done".
524
54f73af3
GM
5252001-09-05 Gerd Moellmann <gerd@gnu.org>
526
527 * font-lock.el (toplevel): Require `jit-lock' only if
528 font-lock-support-mode is set to jit-lock-mode.
529
3762e7d0
EZ
5302001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
531
532 * international/quail.el (quail-use-package, quail-inactivate)
533 (quail-activate): Mention the hooks these functions run in their
534 doc strings.
535
c3b497b3
GM
5362001-09-05 Edward M. Reingold <reingold@iit.edu>
537
538 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
539 of file in header of menu.
540
2d43d823
GM
5412001-09-04 Gerd Moellmann <gerd@gnu.org>
542
2a5becfb
GM
543 * env.el (setenv): Interactively, if VARIABLE has a current value,
544 add that to the front of the history, as the doc string says.
545
8d1fcd00
GM
546 * comint.el (comint-send-input): Change help-echo.
547 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 548
1672462f
GM
549 * bookmark.el (bookmark-write-file): Bind print-length and
550 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
551
646a1759
GM
552 * obsolete/uncompress.el: Moved there from lisp/.
553
c8dd66e1
GM
554 * comint.el (comint-insert-clicked-input): Goto point-max before
555 deleting previous input. From "Dr Francis J. Wright"
556 <F.J.Wright@qmw.ac.uk>.
557
2d43d823
GM
558 * simple.el (backward-word): Doc fix.
559
284b3043
GM
5602001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
561
562 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
563 * uncompress.el, uniquify.el, vc.el, view.el, window.el
564 * w32-fns.el: Add Keywords header.
565
2eef02ab
EZ
5662001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
567
568 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
569 "Text Properties". Suggested by Simon Marshall
570 <Simon.Marshall@midas-kapiti.com>.
571
ae355fa6
AC
5722001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
573
574 * term/mac-win.el (mac-drag-n-drop): Decode file name by
575 consulting the value of file-name-coding-system.
576
2ee1aa00
SM
5772001-09-03 Stefan Monnier <monnier@cs.yale.edu>
578
579 * help.el (describe-function-1): Save precomputed `file-name' rather
580 than recomputing it (incorrectly) with `symbol-file'.
581
cdab3e50
GM
5822001-09-03 Gerd Moellmann <gerd@gnu.org>
583
698ee07c
SM
584 * international/isearch-x.el (isearch-exit-recursive-edit):
585 Take three parameters, since it's used as an after-change-function.
c3b0c268 586
698ee07c 587 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
588 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
589 from doc strings.
590
e3b22517
GM
5912001-09-02 Milan Zamazal <pdm@zamazal.org>
592
698ee07c
SM
593 * progmodes/glasses.el (glasses-convert-to-unreadable):
594 Consider underscores as in `glasses-make-readable'.
e3b22517 595
19bd58e8
EZ
5962001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
597
883310a7
EZ
598 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
599 MS-DOS, since cpp might not be available.
600
698ee07c
SM
601 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
602 Mention "yank" in the help-echo text.
603 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
604
6052001-09-01 Stefan Monnier <monnier@cs.yale.edu>
606
607 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 608
59b7ded8
EZ
6092001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
610
5e11c425
EZ
611 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
612 exists. From Andy Petrusenco <andy@int.spb.ru>.
613
59b7ded8 614 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
615 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
616 <andy@int.spb.ru>.
59b7ded8 617
c9979669
GM
6182001-08-31 Gerd Moellmann <gerd@gnu.org>
619
620 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
621 Instead of running mouse-yank-at-click, see what the event is
622 bound to outside Isearch and run that.
623
79f5f9ec
EZ
6242001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
625
698ee07c
SM
626 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
627 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 628
c0551649
GM
6292001-08-30 Gerd Moellmann <gerd@gnu.org>
630
e8b1643c
GM
631 * simple.el (eval-expression-print-level): Fix last change.
632
f3185924
GM
633 * bindings.el (mode-line-coding-system-map): New variable.
634 (mode-line-mule-info): Give the "%Z" a local-map keymap.
635
92a25631
GM
636 * simple.el (eval-expression-print-level): Change the type
637 of the defcustom to allow nil.
638
9584e63a
GM
639 * emacs-lisp/find-gc.el: Moved here from lisp/.
640
698ee07c
SM
641 * international/quail.el (quail-completion-1):
642 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
643 From Kenichi Handa <handa@etl.go.jp>.
644
c0551649
GM
645 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
646 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
647
ef32aa02
EZ
6482001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
649
650 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
651 aren't supported. This avoids the annoying gray strip drawn by
652 the Windows version instead of the missing tool bar.
653
ff4ec1f7
GM
6542001-08-29 Gerd Moellmann <gerd@gnu.org>
655
53ca4610
GM
656 * menu-bar.el (menu-bar-options-menu): Make option text, messages
657 and tooltips more consistent. From "Marshall, Simon"
658 <Simon.Marshall@midas-kapiti.com>.
659
ff4ec1f7
GM
660 * startup.el (fancy-splash-screens): Temporarily set
661 minor-mode-map-alist to nil while displaying splash screens.
662
6d6c3f84
GM
6632001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
664
665 * buff-menu.el: Add Keywords header.
666 Doc fix (C-x C-b is bound to list-buffers).
667
565132a3
GM
668 * dired-x.el: Add keyword files to get listed in finder.
669 Remove confusing notes about GNU Emacs 19.
670
671 * dired.el, dired-aux.el: Add Keywords header.
672
042e6d91
AS
6732001-08-28 Andre Spiegel <spiegel@gnu.org>
674
675 * vc.el (vc-revert-file): Call the backend even if the FILE's
676 contents can be reverted locally; pass new arg CONTENTS-DONE
677 down to the backend.
678
854bd40a 679 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
680 optional arg CONTENTS-DONE.
681
33818c6c
AI
6822001-08-28 Andrew Innes <andrewi@gnu.org>
683
684 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
685
0f76ca04
EZ
6862001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
687
688 * makefile.nt (install): Copy more *.el files.
689
6b6e2422
GM
6902001-08-28 Gerd Moellmann <gerd@gnu.org>
691
692 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
693 instead of `w' which is already in use.
694
5b52c296
GM
695 * gs.el (gs-load-image): Use sleep-for.
696 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
697
43744cb9
MB
6982001-08-28 Miles Bader <miles@gnu.org>
699
700 * replace.el (query-replace-regexp-eval): Return args from
701 `interactive' form in correct order.
702
4b4ea1dc
EZ
7032001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
704
705 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
706 major modes, don't create panes for modes for which
707 mouse-buffer-menu-alist returns an empty alist.
708
7092001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
710
711 * progmodes/hideshow.el: Update first-line description.
712 Sync comments w/ maintainer version 5.31.
713
714 (hs-isearch-open): Default value now `code'.
715 Fix docstring to use "code blocks" vs "comment blocks",
716 as opposed to "block" vs "comment".
717 (hs-flag-region): Accept `hs-isearch-open' value
718 of `block' as synonymous w/ `code'.
719 (hs-hide-block-at-point): For code blocks, pass `code'
720 to `hs-flag-region' instead of `block'.
721
9ad62cf8
MB
7222001-08-28 Miles Bader <miles@gnu.org>
723
724 * comint.el (comint-next-prompt): Don't loop infinitely if
725 {next,previous}-single-char-property-change returns its input
726 position when the search fails.
727
7282001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
729
730 * comint.el (comint-get-old-input-default): Don't signal an error
731 if point is not on an input field; instead, return the current
732 line (using `comint-bol' to skip any prompt, in case we're not
733 using fields at all).
734
735 * man.el (Man-mode-line-format): Variable removed.
736 (Man-mode): Change `mode-line-buffer-identification' instead of
737 `mode-line-format'.
738
d599a452
GM
7392001-08-27 Gerd Moellmann <gerd@gnu.org>
740
741 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
742 From Simon Josefsson <jas@extundo.com>.
743
299248aa
EZ
7442001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
745
5b02e712
EZ
746 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
747 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
748
89aea802
EZ
749 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
750 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
751
752 * emacs-lisp/lselect.el: Ditto.
753
3452efc2
SM
754 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
755 Remove periods from the end of error message strings.
756 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 757
299248aa
EZ
758 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
759 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
760
761 * net/telnet.el: Ditto.
762
08ead67b
GM
7632001-08-26 Gerd Moellmann <gerd@gnu.org>
764
765 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
766 KEYMAP to the call to define-minor-mode.
767
cf8f0b68
EZ
7682001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
769
770 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
771 Replace some of the undefined characters with emulations of bidi
772 formatting characters and Niqud as per SI 1311-1.
773 (IT-unicode-translations): Ditto.
3452efc2
SM
774 (IT-display-table-setup, IT-setup-unicode-display):
775 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 776
16837afc
GM
7772001-08-24 Simon Josefsson <jas@extundo.com>
778
779 * hl-line.el (hl-line-mode): Don't be a global mode.
780 (global-hl-line-mode): New function.
781
33954c45
GM
7822001-08-24 Gerd Moellmann <gerd@gnu.org>
783
784 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
785 being reset by Ghostscript. Don't kill the gs process.
786 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
787
fa05f6ac
AC
7882001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
789
790 * term/mac-win.el: Require scroll-bar.
791
3452efc2
SM
7922001-08-23 Stefan Monnier <monnier@cs.yale.edu>
793
794 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
795
02aec07b
EZ
7962001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
797
798 * hexl.el (hexl-insert-multibyte-char) New function.
799 (hexl-quoted-insert, hexl-self-insert-command)
800 (hexl-insert-hex-char, hexl-insert-decimal-char)
801 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
802 Fix the doc strings accordingly.
803 (hexl-insert-char): Reject characters whose code is above 255.
804 Doc fix.
805 (hexl-mode-map): Copy the global keymap instead of creating a
806 sparse keymap, and bind all self-inserting characters to
807 hexl-self-insert-command.
808
9bfc65eb
SM
8092001-08-22 Stefan Monnier <monnier@cs.yale.edu>
810
3452efc2
SM
811 * wid-edit.el (text): Re-order docstring correctly.
812
9bfc65eb
SM
813 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
814
815 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
816
32f2f98e
EZ
8172001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
818
819 * simple.el (line-number-mode): Mention the variable
820 line-number-display-limit-width in the doc string.
821
374388c3
GM
8222001-08-22 Gerd Moellmann <gerd@gnu.org>
823
824 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
825 Temporarily select EVENT's window for switching buffers.
826 (mode-line-bury-buffer): New function.
827 (mode-line-buffer-identification-keymap): Use it instead of
828 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 829 events from shining through.
374388c3 830
dde6824c
SM
8312001-08-21 Stefan Monnier <monnier@cs.yale.edu>
832
833 * newcomment.el (comment-beginning): Make sure the comment-start
834 we found isn't a comment-end (in cases where confusion is possible).
835
99bf1e74
MB
8362001-08-22 Miles Bader <miles@gnu.org>
837
838 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
839 before writing it, so that hard-links don't see new version.
840
37618c60
GM
8412001-08-21 Gerd Moellmann <gerd@gnu.org>
842
dde6824c
SM
843 * gs.el (gs-set-ghostview-colors-window-prop):
844 Call x-change-window-property with 3rd arg FRAME.
40e33037 845 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
846 to complete before starting a new one.
847
6ea3db8a
GM
848 * image.el (image-type-regexps): Make sure that the TIFF
849 pattern is only matched at the beginning of a string.
850 From Markus Rost <rost@math.ohio-state.edu>.
851
dde6824c 852 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
853 Oberg <jonas@gnu.org>.
854
1f8437c4
RV
8552001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
856
857 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 858 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
859
860 * whitespace.el (whitespace-write-file-hook): Hook to be called
861 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
862 write will abort on detecting whitespaces.
863 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
864 automatically prior to writing.
865
866 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
867 whitespaces in the error output!
868
dde6824c 869 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
870 `indent-tabs-mode', since the latter notes user preferences on
871 TABs anyway.
872
873 * whitespace.el (whitespace-version): 3.1. All of the above issues
874 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
875
9b96c57d
GM
8762001-08-20 Gerd Moellmann <gerd@gnu.org>
877
8039284a
GM
878 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
879 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
880
9b96c57d
GM
881 * whitespace.el (whitespace-global-mode): Add autoload cookie.
882
1c71c0c3
GM
8832001-08-20 Alex Schroeder <alex@gnu.org>
884
885 * sql.el (sql-db2): Doc change.
886
8872001-08-20 Alex Schroeder <alex@gnu.org>
888
889 * sql.el (sql-postgres): Add the database at the end of the
890 parameters instead of at the beginning.
891 (sql-postgres-options): Doc change.
892
6c7f60a2
GM
8932001-08-17 Gerd Moellmann <gerd@gnu.org>
894
895 * custom.el (defcustom): Doc fix.
896
64ed6f71
GM
8972001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
898
6c7f60a2 899 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
900 returns a valid character.
901
7851eb98
EZ
9022001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
903
904 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
905 original-point for extra CR characters that are added/removed when
906 the buffer is written/read whose EOL type is -dos.
907
b76dfd21
MB
9082001-08-16 Miles Bader <miles@gnu.org>
909
910 * simple.el (line-move): Undo previous change.
1f8437c4
RV
911
912 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
913 property to input-terminating `boundary' overlays to avoid
914 line-move wierdness.
915
e67d1843
GM
9162001-08-16 Gerd Moellmann <gerd@gnu.org>
917
918 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
919 buffer in a save-restriction. Under one test case with Ediff,
920 window-scroll-functions are run with a window start that's
921 temporarily outside of the restriction.
922
21324fae
GM
9232001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
924
dde6824c 925 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
926 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
927 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
928 (texinfo-update-menu-region-beginning)
929 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
930 command, @ifnottex, to regexps, so it is found.
931
0645d241
AI
9322001-08-16 Andrew Innes <andrewi@gnu.org>
933
934 * makefile.nt (DONTCOMPILE): Omit bindings.el.
935 (DONTCOMPILE): Omit sc.el.
936
937 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
938 (DONTCOMPILE): Omit sc.el.
939
ae13fc3c
GM
9402001-08-16 Gerd Moellmann <gerd@gnu.org>
941
942 * replace.el (occur): Bind inhibit-read-only to t.
943
1369261b
MB
9442001-08-16 Miles Bader <miles@gnu.org>
945
dde6824c
SM
946 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
947 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 948
8464af45
GM
9492001-08-15 Gerd Moellmann <gerd@gnu.org>
950
ec69d5ec 951 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 952 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 953
1f8437c4 954 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
955 of a while-loop.
956
93aba6fc 957 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 958
8464af45
GM
959 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
960 Don't include term/.
961
ae13fc3c
GM
962 * mail/sc.el: Moved to obsolete/.
963
8b313639
GM
9642001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
965
966 * ps-print.el: Change error function arguments to follow Emacs
967 message convention. Doc fix.
968 (ps-print-version): New version number (6.5.4).
969 (coding-system-for-write): Change declaration position to avoid
970 XEmacs compilation gripes.
dde6824c
SM
971 (coding-system-for-read, buffer-file-coding-system):
972 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
973
974 * ps-mule.el: Doc fix.
975 (ps-mule-encode-header-string): If STRING is not a string, replace
976 STRING by empty string.
977
5fb125b4
EZ
9782001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
979
980 * frame.el (show-trailing-whitespace): Doc fix.
981
49e49b77
EZ
9822001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * desktop.el (desktop-save): Insert the coding: tag before
985 desktop-header.
986
3e6385a4
GM
9872001-08-13 Gerd Moellmann <gerd@gnu.org>
988
0de73d5a
GM
989 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
990 its path from $els.
991
3e6385a4
GM
992 * image.el (image-jpeg-p): Fix call of substring.
993
4a9bf8a4
GM
9942001-08-10 Gerd Moellmann <gerd@gnu.org>
995
242e5463
GM
996 * play/animate.el (animate-string): Doc fix. Use a buffer
997 name with stars in it.
998 (animate-sequence): New function.
999 From Richard Stallman <rms@gnu.org>.
1000
030f4537
GM
1001 * frame.el (select-frame-set-input-focus): New function
1002 extracted from other-frame.
1003 (other-frame): Use it.
1004 (next-multiframe-window, previous-multiframe-window): Use it.
1005
346f18dc
GM
1006 * isearch.el (isearch-other-meta-char): Don't switch to the
1007 buffer of a window clicked on, when the current buffer is
1008 in Isearch mode.
1009
4a9bf8a4
GM
1010 * image.el (image-jpeg-p): Test for APPn markers in the range
1011 #xe0..#xef.
1012
eaa2319f
GM
10132001-08-09 Gerd Moellmann <gerd@gnu.org>
1014
3638868e
GM
1015 * desktop.el (desktop-save): Don't use concat to form a file
1016 name, use expand-file-name.
1017
6b48d742
GM
1018 * mouse.el (mouse-delete-window): Do nothing if frame has just
1019 one window.
1020
ed771c89
GM
1021 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1022 for the minor mode name.
1023
1024 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1025 minor mode name.
1026
dde6824c
SM
1027 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1028 instead of make-mode-line-mouse2-map.
ed771c89
GM
1029
1030 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1031 the minor mode name.
1032
dde6824c
SM
1033 * emacs-lisp/easy-mmode.el (define-minor-mode):
1034 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1035
dde6824c
SM
1036 * calendar/calendar.el (calendar-mode-line-format):
1037 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1038
a4afe04e
GM
1039 * bindings.el (make-mode-line-mouse-map): Renamed from
1040 make-mode-line-mouse2-map. Take additional arg MOUSE.
1041 (mode-line-modified): Use mouse-3 instead of mouse-2.
1042 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1043 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1044
8e3189f0
GM
1045 * bindings.el (mode-line-format): Specify help-echo for line
1046 number, column number and buffer-percent part of the mode-line.
1047
eaa2319f
GM
1048 * image.el (image-type-regexps): Allow whitespace at the start
1049 of the image data for XPM, XBM and Postscript, which are
1050 text files.
1051 (image-jpeg-p): Correct calculation of next field offset.
1052
e3601cf6
PJ
10532001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1054
1055 * battery.el: Fix typo.
1056
057b57f6
GM
10572001-08-08 Gerd Moellmann <gerd@gnu.org>
1058
8a8ef149
GM
1059 * image.el (image-type-regexps): Allow predicates. Change the way
1060 JPEG images are recognized.
1061 (image-jpeg-p): New function.
1062 (image-type-from-data): Handle predicates in image-type-regexps.
1063
057b57f6
GM
1064 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1065 #:, #x, #o, and similar constructs.
1066
69ebef1d
GM
10672001-08-07 Gerd Moellmann <gerd@gnu.org>
1068
22d01aed
GM
1069 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1070
23f46f6f
GM
1071 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1072 instead of `progn'.
1073
e8421604
GM
1074 * tar-mode.el (tar-extract): Avoid generating a new buffer
1075 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1076
ea2c6478
GM
1077 * textmodes/paragraphs.el (forward-sentence): Avoid building
1078 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1079
dde6824c
SM
1080 * progmodes/executable.el (executable-set-magic):
1081 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1082 inserting it.
1083
1155d483 1084 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1085 derived from the JFIF spec.
1f8437c4 1086
69ebef1d
GM
1087 * image.el (image-type-regexps): Use `\`' instead of `^' in
1088 most regular expressions.
1089
d1d850d6
PJ
10902001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1091
dde6824c 1092 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1093
98a8938c
GM
10942001-08-06 Gerd Moellmann <gerd@gnu.org>
1095
dde6824c
SM
1096 * help.el (describe-function-1): Use find-function-search-for-symbol
1097 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1098
5a397d28
GM
1099 * play/animate.el (animate-birthday-present): Re-insert.
1100
dde6824c
SM
1101 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1102 Handle old-style menu definitions.
98a8938c 1103
7b3220c0
PJ
11042001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1105
6228c05b 1106 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1107 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1108
070c251e 1109 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1110 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1111 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1112
dffb6224
PJ
11132001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1114
1115 * textmodes/tildify.el: Milan Zamazal has new address.
1116
698665d1
GM
11172001-08-03 Gerd Moellmann <gerd@gnu.org>
1118
be48584d
GM
1119 * custom.el (custom-set-variables): Don't test `custom-requests'
1120 properties, check the third element of the options passed to
1121 custom-set-variables instead.
1122
5e1f85e0 1123 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1124 instead of file-exists-p.
5e1f85e0 1125
b0fa1513
GM
1126 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1127 the mode-line face is restored. Fix several bugs.
1128
698665d1
GM
1129 * replace.el (perform-replace): Doc fix.
1130
4a7641d9
FP
11312001-08-02 Francesco Potorti` <pot@gnu.org>
1132
1133 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1134 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1135 (uniquify-fix-item-base, uniquify-fix-item-filename)
1136 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1137 Callers changed.
1138 (uniquify-set-proposed): Changed to work with a vector item.
1139 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1140 the fix list, and a list of strings for the non-file buffer
1141 names. Both changes reduce consing.
1142 (uniquify-rationalize-a-list): Local variable renaming.
1143 (uniquify-rationalize-conflicting-sublist): Use member instead of
1144 assoc.
1145 (uniquify-rename-buffer): Use unless instead of if not.
1146
77389930
GM
11472001-08-02 Gerd Moellmann <gerd@gnu.org>
1148
dde6824c 1149 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1150
cb3f945f
GM
1151 * custom.el (custom-set-variables): Set options with :require
1152 clauses last.
4a7641d9 1153
fbc7f2a6
GM
1154 * custom.el (defcustom): Doc fix.
1155
77389930
GM
1156 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1157
9761cd3a
EZ
11582001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1159
7e03f4c8
EZ
1160 * man.el (man): Mention Man-switches in the doc string.
1161 (Man-switches): Mention -a in the doc string.
1162
dde6824c
SM
1163 * textmodes/ispell.el (ispell-alternate-dictionary):
1164 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1165
9761cd3a
EZ
1166 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1167 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1168 <gildea@stop.mail-abuse.org>.
9761cd3a 1169
cc46bfe7
FP
11702001-08-01 Francesco Potorti` <pot@gnu.org>
1171
fc10ed8c
FP
1172 * uniquify.el: These changes correct a corner case that the old
1173 code managed correctly.
1174 (uniquify-fix-item-proposed): Renamed from
1175 uniquify-fix-item-min-proposed.
1176 (uniquify-set-proposed): New function.
1177 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1178 clarity and speed.
dde6824c
SM
1179 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1180 This is equivalent to what the old code did.
fc10ed8c
FP
1181 (uniquify-rationalize-a-list): Never recompute the proposed
1182 name. Sort the conflicting sublist before rationalising it: this
1183 is equivalent to what the old code did, but one directory element
1184 at a time, and only when necessary.
1185 (uniquify-rationalize-conflicting-sublist): Recompute here the
1186 proposed name.
cc46bfe7 1187
dd388130
GM
11882001-08-01 Gerd Moellmann <gerd@gnu.org>
1189
81b1a79d
GM
1190 * play/animate.el: Add Keywords and Maintainer. Remove a
1191 reference to a removed function.
cc46bfe7 1192
dd388130
GM
1193 * play/animate.el (animate-string): Handle case that the string is
1194 longer than the window is wide.
1195
6b053e39
GM
11962001-07-31 Gerd Moellmann <gerd@gnu.org>
1197
ed86208c
GM
1198 * desktop.el (desktop-save): Bind coding-system-for-write to
1199 `emacs-mule' for write-region.
1200
10e922bd
GM
1201 * delsel.el (delete-selection-pre-hook): Don't set this-command
1202 to `ignore' if the region is empty.
1203
dde6824c
SM
1204 * international/mule.el (set-keyboard-coding-system):
1205 Set keyboard-coding-system.
b23bad0b 1206
6b053e39
GM
1207 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1208 before accessing it.
1209
d004e96a
AS
12102001-07-30 Andreas Schwab <schwab@suse.de>
1211
dde6824c
SM
1212 * menu-bar.el (toggle-highlight-paren-mode):
1213 Use `(show-paren-mode)' as body.
d004e96a 1214
892c8dea
AS
12152001-07-30 Andre Spiegel <spiegel@gnu.org>
1216
1217 * vc.el (vc-checkout-hook): New hook.
1218 (vc-checkout): Run it.
1219
21f79512
EZ
12202001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1221
dde6824c
SM
1222 * progmodes/make-mode.el (makefile-macroassign-regex):
1223 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1224
291e3b68
GM
12252001-07-30 Gerd Moellmann <gerd@gnu.org>
1226
6594ac22
GM
1227 * vc.el (vc-switch-backend): Fix autoload cookie.
1228
291e3b68
GM
1229 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1230 the desktop file.
1231
87449711
GM
12322001-07-30 Simon Josefsson <jas@extundo.com>
1233
1234 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1235 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1236
bf85004b
GM
12372001-07-27 Gerd Moellmann <gerd@gnu.org>
1238
75c5350a
GM
1239 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1240 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1241 (last-sexp-toggle-display, eval-last-sexp-1):
1242 Use last-sexp-setup-props.
75c5350a 1243
cc46bfe7 1244 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1245 New user-options.
1246 (mouse-wheel-change-button): New function.
1247 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1248 (mwheel-scroll): Ditto.
1249
16098288
GM
12502001-07-26 Gerd Moellmann <gerd@gnu.org>
1251
ac49effe
GM
1252 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1253 `...', compare with unabbreviated printed representation instead.
1254 (last-sexp-print): Bind print-length and print-level to nil.
1255
be4a68f9
GM
1256 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1257 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1258
f6e6cdf2
GM
1259 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1260 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1261 <mouse-2> and <RET> in that map to a function printing the
1262 unabbreviated value.
1263
16098288
GM
1264 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1265 is a buffer, put a text property `printed-value' on the printed
1266 representation, with the Lisp object printed as value.
1267
343462ed
EZ
12682001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1269
1270 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1271 Mention the effect of eval-expression-print-length and
1272 eval-expression-print-level in the doc strings. Suggested by
1273 Kevin Gallagher <kevingal@onramp.net>.
1274
e043664a
GM
12752001-07-25 Gerd Moellmann <gerd@gnu.org>
1276
4b09e331
GM
1277 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1278 for buttons > 3.
1279 (xterm-mouse-translate): Handle the case that we don't get a
1280 down-event.
cc46bfe7 1281
dde6824c
SM
1282 * emacs-lisp/find-func.el (find-function-regexp):
1283 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1284 in front of the function name.
1285
17635d50 1286 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1287
3fb01f36
GM
1288 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1289 similar events for which fake prefix keys are generated. It's no
1290 longer necessary since read_key_sequence doesn't modify these
1291 events for internal purposes anymore.
1292
e043664a
GM
1293 * files.el (auto-mode-alist): Use nroff-mode for files ending
1294 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1295
a9f73104
EZ
12962001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1299 tool-bar-lines parameter, behave as if its value were zero.
1300 (mouse-avoidance-set-pointer-shape): Don't do anything if
1301 x-pointer-shape is not boundp.
1302
c02a76cc
FP
13032001-07-23 Francesco Potorti` <pot@gnu.org>
1304
f0188953 1305 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1306 (uniquify-fix-item-base, uniquify-fix-item-filename)
1307 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1308 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1309 place in the item, but was never used.
c02a76cc 1310 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1311 in the item is now used as cache for the proposed name.
c02a76cc 1312 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1313 newbuffile out of the loop, in the newbuffile-nd local var.
1314 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1315 common case and cache it in the fourth place in the item.
f0188953 1316 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1317 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1318 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1319 the cached proposed name, does much less consing and is quicker.
1320 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1321 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1322 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1323 cached proposed name is possible.
1324 (uniquify-get-proposed-name): Arguments changed, callers changed.
1325 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1326 uniquify-possibly-resolvable flag, which is no more bound locally.
1327 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1328 flag, which does not exist any more.
c02a76cc 1329
31fac3b8
EZ
13302001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1331
be8cf99e
EZ
1332 * term/internal.el (IT-unicode-translations): Fix the appearance of
1333 "6`".
1334
31fac3b8
EZ
1335 * progmodes/compile.el (compile-internal): If EMACS is already
1336 defined in the environment, don't override its value.
1337
73496807
GM
13382001-07-23 Gerd Moellmann <gerd@gnu.org>
1339
9e5a7f2a
GM
1340 * play/fortune.el: Undo change of 2001-07-13.
1341 Fix autoload cookies. Add types to defcustoms.
1342 (fortune) <defgroup>: Add :link.
1343 (fortune-from-region): Use eq, not eql.
1344 From Dave Love <fx@gnu.org>.
c02a76cc 1345
5247262a 1346 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1347
73496807
GM
1348 * play/animate.el: New file.
1349
722a451d
EZ
13502001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1351
dde6824c
SM
1352 * startup.el (normal-top-level-add-subdirs-to-load-path):
1353 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1354 canonicalized names of the directories instead of inode numbers.
1355
4960e757 13562001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1357
4960e757
MK
1358 * ediff-util.el: Copyright years.
1359 (ediff-choose-syntax-table): New function.
1360 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1361 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1362 vc-state is available.
73496807 1363 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1364
4960e757
MK
1365 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1366 with-syntax-table.
73496807
GM
1367 (ediff-coding-system-for-read): From ediff-diff.el
1368 (ediff-coding-system-for-write): New variable.
1369 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1370 overlays.
73496807
GM
1371 (ediff-file-remote-p): Use file-remote-p, if available.
1372 (ediff-listable-file): New function.
1373 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1374
dde6824c
SM
1375 * ediff-mult.el (ediff-meta-insert-file-info1):
1376 Use ediff-listable-file.
c02a76cc 1377
dde6824c
SM
1378 * ediff-ptch.el (ediff-prompt-for-patch-file):
1379 Use ediff-coding-system-for-read.
73496807 1380 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1381
73496807
GM
1382 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1383 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1384
4960e757 1385 * ediff.el: Date of last update, copyright years.
c02a76cc 1386
4960e757 1387 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1388
4960e757
MK
1389 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1390 of Scott Bronson.
1391 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1392 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1393 Deleted functions.
1394 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1395 ex-token-list.
73496807 1396 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1397
dde6824c 1398 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1399 (viper-memq-char): Use viper-int-to-char.
1400 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1401 vc-locking-state.
73496807 1402 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1403
dde6824c
SM
1404 * viper.el (viper-major-mode-modifier-list):
1405 Added inferior-emacs-lisp-mode.
73496807 1406 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1407 heuristics to decide if vi state is appropriate.
73496807
GM
1408 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1409 (viper-non-hook-settings): Don't advise read-key-sequence.
1410 (viper-read-key-sequence): New function that replaces the
4960e757 1411 previously used advice to read-key-sequence.
c02a76cc 1412
73496807
GM
1413 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1414 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1415 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1416 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1417 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1418 Got rid of the negative character hack.
4960e757 1419 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1420 Use viper-read-key-sequence.
1421 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1422 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1423 Don't override existing minibuffer-setup-hook.
4960e757 1424 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1425 Convert registers to char data type.
73496807 1426 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1427
1428 * viper-keym.el: Use viper-exec-key-in-emacs.
1429
05824718
SM
14302001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1431
1432 * server.el (server-visit-files): Fix variable name typo.
1433
6e07c0a5
GM
14342001-07-20 Gerd Moellmann <gerd@gnu.org>
1435
05824718 1436 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1437 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1438
5b6858da
SM
14392001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1440
1441 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1442 return a this-error using the alternative format (a pair of markers).
1443
794d58ba
GM
14442001-07-19 Gerd Moellmann <gerd@gnu.org>
1445
4e2a256b
GM
1446 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1447
794d58ba
GM
1448 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1449 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1450
381194d0
PJ
14512001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1452
1453 * international/iso-transl.el: Fix typo in the header of the file.
1454
1455 * textmodes/picture.el (picture): Doc fix.
1456
1457 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1458 follow coding conventions in generated files.
1459
27009a49
EZ
14602001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1461
5b6858da 1462 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1463 (tool-bar-add-item): Don't call image-related primitives if the
1464 display doesn't support images.
1465
1466 * frame.el (display-images-p): New function.
1467
467f1209
GM
14682001-07-17 Gerd Moellmann <gerd@gnu.org>
1469
1470 * server.el (server-visit-files): Handle the case the specified
1471 column number is <= 0.
1472
14732001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1474
1475 * startup.el (command-line-1): Add support for +LINE:COLUMN
1476 command line argument.
1477
14782000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1479
5b6858da
SM
1480 * server.el (server-process-filter, server-visit-files):
1481 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1482
9781053a
PJ
14832001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1484
1485 * emacs-lisp/easy-mmode.el: Add Keywords header.
1486
1487 * play/pong.el: Author has new address.
1488
1489 * play/landmark.el: Author is no more reachable.
1490
1491 * play/handwrite.el: Author is no more reachable.
1492
5b6858da
SM
14932001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1494
1495 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1496 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1497 Complete bindings for F<1..12> keys.
1498 (global-map): Remove `undo' binding (already in the default).
1499 Replace `t<n>' bindings with `f<n>' bindings.
1500
a38b71b0
SM
15012001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1502
1503 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1504 (tcl-mode): Use tcl-add-log-defun.
1505 (tcl-indent-line): Use tcl-calculate-indent.
1506 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1507 (tcl-indent-exp): Renamed from indent-tcl-exp.
1508 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1509 (tcl-indent-for-comment): Call comment-indent-function properly
1510 and handle the case where it returns nil.
1511
c1d61a7d
GM
15122001-07-16 Gerd Moellmann <gerd@gnu.org>
1513
a38b71b0
SM
1514 * calendar/cal-islam.el (calendar-goto-islamic-date):
1515 Remove autoload cookie.
1516
1517 * calendar/calendar.el (calendar-goto-islamic-date):
1518 Add call to autoload.
c1d61a7d 1519
c59fb719
SM
15202001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1521
1522 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1523 Don't change compile-auto-highlight globally.
1524 Don't bother with `font-lock-defaults' property since XEmacs
1525 also understands the `font-lock-defaults' variable.
1526 Use make-local-variable rather than make-variable-buffer-local.
1527 Don't `defconst' comment-indent-function: keep the default.
1528 Call easy-menu-add unconditionally.
1529 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1530 (ada-create-menu): Use :included for Emacs as well.
1531
1532 * vc.el (vc-do-command): Autoload.
1533
1534 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1535
652a9be9
PJ
15362001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1537
1538 * ps-print.el: Fix Author: header.
1539
c3d6be34
GM
15402001-07-16 Gerd Moellmann <gerd@gnu.org>
1541
4391d40d
GM
1542 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1543 mouse-1 etc., bind them to `ignore'.
1544
c3d6be34
GM
1545 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1546 send-invisible, which is already defined in Comint.
1547 (eshell-watch-for-password-prompt): Use it.
1548
e8af40ee
PJ
15492001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1550
3c3e43ef
PJ
1551 * which-func.el (which-func-mode): Doc fix.
1552
e8af40ee 1553 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1554 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1555 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1556 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1557 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1558 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1559 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1560 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1561 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1562 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1563 * emulation/edt-mapper.el, emulation/edt-pc.el,
1564 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1565 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1566 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1567 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1568 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1569 * international/isearch-x.el, international/iso-cvt.el,
1570 * international/ogonek.el, international/quail.el,
1571 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1572 * language/devanagari.el, language/ethio-util.el,
1573 * language/ethiopic.el, language/european.el, language/indian.el,
1574 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1575 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1576 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1577 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1578 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1579 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1580 * progmodes/autoconf.el, progmodes/cmacexp.el,
1581 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1582 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1583 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1584 * progmodes/ebnf2ps.el, progmodes/executable.el,
1585 * progmodes/fortran.el, progmodes/idlw-shell.el,
1586 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1587 * progmodes/m4-mode.el, progmodes/mantemp.el,
1588 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1589 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1590 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1591 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1592 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1593 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1594 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1595 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1596 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1597 * textmodes/two-column.el, time-stamp.el, timezone.el,
1598 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1599 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1600 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
1601 conventions.
1602
bb24c64f
GM
16032001-07-16 Gerd Moellmann <gerd@gnu.org>
1604
1605 * simple.el (set-variable): Require 'cus-edit' instead of
1606 `wid-edit', so that the Custom widgets get defined.
1607
6a05d05f
PJ
16082001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1609
1610 * allout.el: A fix to follow coding conventions.
1611
1612 * find-lisp.el: A fix to follow coding conventions.
1613
1614 * term/w32-win.el: A fix to follow coding conventions.
1615
1616 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1617
1618 * term/xterm.el: A fix to follow coding conventions.
1619
1620 * term/news.el: A fix to follow coding conventions.
1621
1622 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1623 header line fixed.
1624
1625 * sun-curs.el: Fix Maintainer: header line.
1626
1627 * emacs-lisp/easymenu.el: Address of the author added.
1628
1b85bd12
GM
16292001-07-16 Gerd Moellmann <gerd@gnu.org>
1630
1631 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1632 property.
1633
6e44da43
PJ
16342001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1635
1636 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 1637 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
1638 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1639 Some fixes to follow coding conventions.
6e44da43 1640
6033fc96
GM
16412001-07-16 Gerd Moellmann <gerd@gnu.org>
1642
1643 * which-func.el (which-func-mode): Doc fix.
1644
5d3d1e32
SM
16452001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1646
1647 * net/rcompile.el (remote-compile): Use make-local-variable.
1648
1649 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1650
1651 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1652
1653 * mail/reporter.el (reporter-submit-bug-report):
1654 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1655
55535639
PJ
16562001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1657
3afbc435 1658 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
1659 * calendar/cal-dst.el, calendar/cal-french.el,
1660 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1661 * calendar/cal-iso.el, calendar/cal-julian.el,
1662 * calendar/cal-mayan.el, calendar/cal-persia.el,
1663 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1664 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1665 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1666 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1667 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1668 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1669 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1670 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1671 * progmodes/ada-xref.el, progmodes/cc-align.el,
1672 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1673 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1674 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1675 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1676 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1677 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1678 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1679 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1680 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1681 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1682 conventions in Eshell files with known maintainers.
1683
1684 * emulation/viper.el: A fix to follow coding conventions.
1685
60370d40 1686 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1687 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1688 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1689 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1690 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1691 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1692 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1693 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1694 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1695 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1696 conventions in Eshell files.
1697
1698 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1699 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1700 * emulation/pc-mode.el, emulation/viper-cmd.el,
1701 * emulation/viper-ex.el, emulation/viper-init.el,
1702 * emulation/viper-keym.el, emulation/viper-macs.el,
1703 * emulation/viper-mous.el, emulation/viper-util.el,
1704 * emulation/viper.el, forms-pass.el, international/ccl.el,
1705 * international/characters.el, international/encoded-kb.el,
1706 * international/fontset.el, international/ja-dic-cnv.el,
1707 * international/ja-dic-utl.el, international/kinsoku.el,
1708 * international/kkc.el, international/mule-cmds.el,
1709 * international/mule-diag.el, international/mule-util.el,
1710 * international/mule.el, international/titdic-cnv.el,
1711 * language/china-util.el, language/chinese.el,
1712 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1713 * language/greek.el, language/hebrew.el, language/japan-util.el,
1714 * language/japanese.el, language/korea-util.el, language/korean.el,
1715 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1716 * language/slovak.el, language/thai-util.el, language/thai.el,
1717 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1718 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1719 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1720 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1721 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1722 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1723 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1724 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1725 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1726 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1727 to follow coding conventions in files without maintainer or in files
1728 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1729
1730 * emacs-lisp/elp.el: A fix to follow coding conventions.
1731
715a2ca2 1732 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1733 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1734 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1735 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1736 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1737 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1738 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1739 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1740 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1741 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1742 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1743 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1744 conventions in files from Gnus.
1745
55535639 1746 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1747 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1748 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1749 * echistory.el, electric.el, emacs-lisp/authors.el,
1750 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1751 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1752 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1753 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1754 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1755 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1756 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1757 * international/codepage.el, international/iso-ascii.el,
1758 * international/iso-insert.el, international/iso-transl.el,
1759 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1760 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1761 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1762 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1763 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1764 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1765 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1766 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1767 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1768 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1769 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1770 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1771 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1772 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1773 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1774 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1775 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1776 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1777 * textmodes/tex-mode.el, textmodes/text-mode.el,
1778 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1779 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1780 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1781 files maintained by FSF.
1782
1cd7adc6
PJ
17832001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1784
1785 * arc-mode.el: A fix to follow coding conventions.
1786
1787 * bindings.el: Ditto.
1788
1789 * cdl.el: Ditto.
1790
1791 * comint.el: Ditto.
1792
1793 * cus-start.el: Ditto.
1794
1795 * shell.el: Ditto.
1796
1797 * skeleton.el: Ditto.
1798
07b1b912
SM
17992001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1800
1801 * info.el (Info-build-node-completions):
1802 Make Info-current-file-completions buffer local.
1803
09938b67
GM
18042001-07-13 Gerd Moellmann <gerd@gnu.org>
1805
e0f82ad8 1806 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1807 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1808
07b1b912 1809 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 1810 Add autoload cookie.
aa11456f 1811
09938b67
GM
1812 * play/fortune.el: Add types to defcustoms.
1813
ebea5735
PJ
18142001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1815
09938b67 1816 * language/czech.el: A fix to follow coding conventions.
ebea5735 1817
ec7dc7e1
EZ
18182001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1819
1820 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1821 to the extension list, for antlr-mode. From Christoph Wedler
1822 <Christoph.Wedler@sap.com>.
1823
ec402ad4
SM
18242001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1825
1826 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1827 (vc-dired-mode-map): Fix the madness.
1828
1829 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1830 (vc-prefix-map): Moved back from vc.el.
1831
a777242c
GM
18322001-07-11 Gerd Moellmann <gerd@gnu.org>
1833
07b1b912
SM
1834 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1835 Increase the size of the obarray.
a777242c
GM
1836 (mail-extr-all-top-level-domains): Add more toplevel domains,
1837 add more long names.
1838 From: Per Starback <starback@ling.uu.se>.
1839
874d7995
EZ
18402001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1841
1842 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1843 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1844
1845 * progmodes/ada-mode.el: Ditto.
1846
1847 * progmodes/ada-xref.el: Ditto.
1848
ff524b84
MB
18492001-07-11 Miles Bader <miles@gnu.org>
1850
1851 * finder.el (finder-insert-at-column): Also move to the next line
1852 if exactly at COLUMN.
1853
6b05fae3
GM
18542001-07-10 Gerd Moellmann <gerd@gnu.org>
1855
6ce5615d
GM
1856 * help.el (describe-function-1): When printing FUNCTION's
1857 documentation, don't assume FUNCTION is a symbol.
1858
6b05fae3
GM
1859 * startup.el (normal-top-level): Don't operate on the initial
1860 frame if we failed to create one.
1861
19da29f9
GM
18622001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1863
1864 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1865 itself, i.e. only indent the contents in it.
1866
6f19114e
GM
18672001-07-10 Markus Rost <rost@math.ohio-state.edu>
1868
1869 * mail/rmail.el (rmail-show-message): Show beginning of message in
1870 all windows containing it.
1871
8184a578
EZ
18722001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1873
1874 * term/tty-colors.el: Fix the header line and copyright years.
1875
524ac5b2
GM
18762001-07-09 Gerd Moellmann <gerd@gnu.org>
1877
4033ae9d
GM
1878 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1879 original definition has an interactive form, but is Elp
1880 instrumented, use the interactive form of the function called by
1881 elp-wrapper.
1882
59c2dcf4
GM
1883 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1884 configurations with compare-window-configuration; they aren't
1885 window configurations.
1886
524ac5b2
GM
1887 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1888 from the server for the format we expect. Don't use it if it
c59fb719 1889 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1890
06c66e1c 1891 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1892 From Luis Fernandes <elf@ee.ryerson.ca>.
1893
524ac5b2 18942001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1895
1896 * cc-cmds.el: Extended the kludge to interoperate with the
1897 delsel and pending-del packages wrt to the new function
1898 `c-electric-delete-forward'.
1899
851040a5
SM
19002001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1901
1902 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1903 to delay the call to <mode> for global minor modes.
1904 (easy-mmode-define-navigation): Only recenter if interactive.
1905
6573d87f
GM
19062001-07-06 Gerd Moellmann <gerd@gnu.org>
1907
a25e82a8
GM
1908 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1909 to lisp-indent-line.
1910
6573d87f
GM
1911 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1912 from the server. Call encode-time only when we are sure that we
1913 got a 213 response.
1914
c1a1fd60
GM
19152001-07-06 Simon Josefsson <jas@extundo.com>
1916
1917 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1918 (mail-envelope-from): New user option.
1919 (sendmail-send-it): Use it.
1920
4b81a999
GM
19212001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1922
851040a5
SM
1923 * ps-print.el: Use locale dependant date to print date in header.
1924 Doc fix.
4b81a999
GM
1925 (ps-print-version): New version number (6.5.3).
1926 (ps-right-header, ps-right-footer): Initialization and doc fix.
1927 (ps-time-stamp-locale-default): New fun.
1928
a2cc5c4f
GM
19292001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1930
1931 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1932 field problem with MIME-mode.
1933
1934 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1935
19362001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1937
1938 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1939 MIME-mode.
1940
a9b511e0
EZ
19412001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1942
1943 * bindings.el (mode-line-mule-info): Don't show the tip with
1944 buffer-file-coding-system if that is nil.
1945
0f60e5ff
GM
19462001-07-05 Gerd Moellmann <gerd@gnu.org>
1947
f25cfe53
GM
1948 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1949 instead of kill-line.
1950
5f72adc0
GM
1951 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1952 <Pavel@Janik.cz>.
1953
1954 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1955 <Pavel@Janik.cz>.
0f60e5ff 1956
b5e2c7a7
GM
19572001-07-04 Gerd Moellmann <gerd@gnu.org>
1958
1959 * font-lock.el (c-font-lock-keywords-3): When matching something
1960 like `struct X Y', finish with point after Y.
1961
e5836af8 19622001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1963
e5836af8 1964 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1965 in caller buffer.
e5836af8 1966
f1c53471
EZ
19672001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1968
bf4041b6 1969 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1970 instead of string-match to find the basename of the file.
1971 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1972
851040a5
SM
1973 * net/browse-url.el (browse-url-default-windows-browser):
1974 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1975 (browse-url-browser-function) [ms-dos]: Default to
1976 browse-url-default-windows-browser.
1977
f1c53471
EZ
1978 * help.el (locate-library): Enable code that looks for compressed
1979 libraries if auto-compression-mode is on.
1980
4ce5c223
SM
19812001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1982
1983 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1984
dd441b46
GM
19852001-07-02 Gerd Moellmann <gerd@gnu.org>
1986
4ce5c223 1987 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1988
7a3ee510
EZ
19892001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1990
33e432b1
EZ
1991 * allout.el: Fix the header line, so that finder.el recognizes it.
1992 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1993
4ce5c223
SM
1994 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1995 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1996
3024d920
EZ
19972001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1998
4ce5c223 1999 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2000
3024d920
EZ
2001 * ps-bdf.el (bdf-directory-list): Use the value relative to
2002 installation-directory for MS-Windows as well.
2003
0c1baae8
RS
20042001-06-29 Richard M. Stallman <rms@gnu.org>
2005
2006 * wid-edit.el (widget-color-sample-face-get):
2007 Return ((foreground-color . COLOR)) instead of constructing a face.
2008
442ebe98
EZ
20092001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2010
2011 * faces.el (region): Change the background color for the
2012 light-background color display to lightgoldenrod2, to make it
2013 visible on some laptops.
2014
6519817e
RS
20152001-06-28 Richard M. Stallman <rms@gnu.org>
2016
2017 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2018 (rmail-msg-restore-non-pruned-header): Likewise.
2019 If point was in the old pruned header, put it at the top.
2020 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2021
6519817e
RS
2022 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2023 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2024
15533ae2
SM
20252001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2026
2027 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2028
19a448e3
KF
20292001-06-28 Karl Fogel <kfogel@red-bean.com>
2030
2031 * saveplace.el: Update maintainer email address.
2032
a17555fd
FP
20332001-06-27 Francesco Potorti` <pot@gnu.org>
2034
15533ae2
SM
2035 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2036 Undo previous change.
a17555fd
FP
2037
20382001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2039
2040 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2041 preliminary quick reordering. Can speed things up dramatically.
2042
555cc9ca
RS
20432001-06-26 Richard M. Stallman <rms@gnu.org>
2044
4d68abe0
RS
2045 * dired.el (dired-get-filename): A file name starting with ~
2046 is not absolute in this context.
2047
555cc9ca
RS
2048 * which-func.el (which-func-maxout): Increase default to 500000.
2049 (which-function-mode): This is now the "real" name of the function.
2050 (which-func-mode): Now an alias.
2051 (which-func-mode-global): Name deleted.
2052
2053 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2054 button-2, when binding hs-mouse-toggle-hiding.
2055
d9bad487
GM
20562001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2057
15533ae2 2058 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2059 (rmail-msg-prune-header): Likewise.
2060 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2061 and `rmail-msg-prune-header'.
2062
da197e75
SM
20632001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2064
2065 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2066 back than LINEBEG.
2067
9501b986
EZ
20682001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2069
2070 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2071 window where they clicked the mouse has a header line, adjust
2072 vertical movement by one.
2073
7aee34d3
GM
20742001-06-25 Milan Zamazal <pdm@zamazal.org>
2075
da197e75
SM
2076 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2077 too when separating a parenthesis.
7aee34d3 2078
b9cc92a4
EZ
20792001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2080
2081 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2082 (bookmark-bmenu-hide-filenames): Add help-echo to
2083 mouse-highlighted text.
2084 (bookmark-bmenu-show-filenames): Remove help-echo property from
2085 the whitespace.
2086
e55c4863
EZ
20872001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2088
da197e75
SM
2089 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2090 From Karl Eichwalder <ke@suse.de>.
e55c4863 2091
4bd41f5a
RS
20922001-06-23 Richard M. Stallman <rms@gnu.org>
2093
2094 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2095
2096 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2097 contents for completing-read.
2098
fdae95d4
RS
20992001-06-22 Richard M. Stallman <rms@gnu.org>
2100
2101 * menu-bar.el (menu-bar-make-toggle): Construct the
2102 function's doc string from HELP, not DOC, and make it accurate by
2103 adding "Toggle whether to " at the front and downcasing the initial.
2104 Change the HELP arg in some calls to make it fit this usage.
2105
2106 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2107 Undo previous change.
2108
5f0e1d42
EZ
21092001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2110
1fd63d9b
EZ
2111 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2112
da197e75 2113 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2114
2ebf8f54
EZ
21152001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2116
7a03d9cd
EZ
2117 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2118
2ebf8f54
EZ
2119 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2120
4de68712
RS
21212001-06-20 Richard M. Stallman <rms@gnu.org>
2122
2123 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2124 broken out from dabbrev--find-expansion. Handle minibuffer
2125 specially here.
2126 (dabbrev--find-expansion): Simplify code in various ways.
2127 Don't treat minibuffers specially.
2128 Call dabbrev--make-friend-buffer-list.
da197e75 2129 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2130 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2131
f84e9763 21322001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2133
f84e9763
JW
2134 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2135 Also, added a comment describing how to greatly speedup Eshell
2136 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2137
f5f3efaa 21382001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2139
da197e75
SM
2140 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2141
f84e9763
JW
21422001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2143
2144 * woman.el (WoMan-highlight-references): Add help-echo to
2145 mouse-highlighted text.
b868ed49 2146
f7ac3e28
SM
21472001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2150
f6f1beba
GM
21512001-06-18 Gerd Moellmann <gerd@gnu.org>
2152
f7ac3e28
SM
2153 * international/quail.el (quail-start-conversion):
2154 Reset quail-translating to nil.
db8f7303 2155
f6f1beba
GM
2156 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2157 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2158
1a0b9ae6
EZ
21592001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2160
855eca56
EZ
2161 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2162 mouse-highlighted text.
2163
1a0b9ae6
EZ
2164 * dired.el (dired-mark-pop-up): Fix last change.
2165
e75e894b
EZ
21662001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2167
218abc51
EZ
2168 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2169 mouse-highlighted text.
2170
d36ca65d
EZ
2171 * net/quickurl.el (quickurl-url-file): Run through
2172 convert-standard-filename.
2173 (quickurl-list-populate-buffer): Add help-echo to
2174 mouse-highlighted text.
2175 (top-level): Update Dave's URL.
2176
092924fd
EZ
2177 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2178 mouse-highlighted text.
2179
f7ac3e28
SM
2180 * textmodes/page-ext.el (pages-copy-header-and-position):
2181 Add help-echo to mouse-highlighted text.
092924fd
EZ
2182
2183 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2184 mouse-highlighted text.
2185
2186 * replace.el (occur): Add help-echo to mouse-highlighted text.
2187
2188 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2189 mouse-highlighted text.
2190
2191 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2192 mouse-highlighted text.
2193
f7ac3e28
SM
2194 * progmodes/compile.el (compile-reinitialize-errors):
2195 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2196 (compilation-forget-errors): Remove help-echo property as well.
2197
f7ac3e28
SM
2198 * play/landmark.el (lm-plot-square, lm-init-display):
2199 Add help-echo to mouse-highlighted text.
092924fd 2200
f7ac3e28
SM
2201 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2202 Add help-echo to mouse-highlighted text.
092924fd
EZ
2203
2204 * dired.el (dired-insert-set-properties): Add help-echo to
2205 mouse-highlighted text.
f7ac3e28 2206 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2207
2208 * comint.el (comint-send-input): Add help-echo to
2209 mouse-highlighted text.
2210
2211 * buff-menu.el (list-buffers-noselect): Add help-echo to
2212 mouse-highlighted text.
2213
2214 * arc-mode.el (archive-summarize-files): Add help-echo to
2215 mouse-highlighted text.
2216
e75e894b
EZ
2217 * ffap.el (ffap-machine-p): Always return nil if
2218 open-network-stream is not fboundp.
2219
f621ed9d
SM
22202001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2221
2222 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2223 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2224 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2225 incorrectly binding chars between 128 and 256 to it.
2226 (sgml-maybe-name-self): Handle latin-1 chars properly.
2227 (sgml-tags-invisible): Bind buffer-file-name to nil.
2228 Use unwind-protect and restore-buffer-modified-p.
2229 (sgml-point-entered): Use buffer-substring-no-properties.
2230 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2231 (html-mode): Don't force `imenu-sort-function'.
2232
884e8578
EZ
22332001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2234
d5b49f47
EZ
2235 * tar-mode.el: Fix the copyright notice.
2236
ce6b1982
EZ
2237 * font-lock.el (font-lock-comment-face): For tty's with dark
2238 background, use "red1", since "lightred" is not one of the colors
2239 recognized by tty-colors.el.
2240
884e8578
EZ
2241 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2242 create a buffer for extracted file, in case there's more than one
2243 file by that name in an archive, possibly in different
2244 directories. From Kevin Rodgers <kevinr@ihs.com>.
2245
2246 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2247 <alex@gnu.org>.
2248
72190a54
MB
22492001-06-15 Miles Bader <miles@gnu.org>
2250
f621ed9d
SM
2251 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2252 Revert previous change.
72190a54 2253
e4cdc335
RS
22542001-06-14 Richard M. Stallman <rms@gnu.org>
2255
2256 * replace.el (keep-lines-read-args): Return just a regexp.
2257 Provide nil for the region args.
f621ed9d 2258 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2259 Calculate the defaults for the region here, when args are nil.
2260
c8c6b45a
EZ
22612001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2262
2263 * rot13.el (rot13-other-window): Some more doc fix.
2264
f54701d1
EZ
22652001-06-14 Per Starback <starback@ling.uu.se>
2266
2267 * replace.el (case-replace, query-replace-from-history-variable)
2268 (query-replace-to-history-variable, keep-lines-read-args)
2269 (occur-revert-function, query-replace-help): Dox fix.
2270
1604ce98
EZ
22712001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2272
2273 * rot13.el (rot13-other-window): Doc fix.
2274
22058843
MB
22752001-06-14 Miles Bader <miles@gnu.org>
2276
2277 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2278 of " and \ to "." (punctuation).
2279 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2280
e4cdc335
RS
22812001-06-13 Richard M. Stallman <rms@gnu.org>
2282
2283 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2284
2285 * simple.el (shell-command-on-region): Never kill the
2286 *Shell Command Output* buffer.
2287
a62d56ab
SM
22882001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2289
2290 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2291
4a0aa1d9
SM
22922001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2293
2294 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2295 New var, to recognize ${ $' and PODs.
2296 (perl-font-lock-syntactic-face-function): New function.
2297 (perl-mode): Use them.
2298 (perl-continuation-line-p): New function, from perl-calculate-indent.
2299 (perl-calculate-indent): Use it, to properly handle continuation
2300 lines of continuation lines.
2301
b5a9911c
EZ
23022001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2303
2304 * server.el (server-process, server-buffer-clients): Doc fix.
2305 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2306
0f056ec1
JW
23072001-06-09 John Wiegley <johnw@gnu.org>
2308
2309 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2310 test if the last command was Lisp or not.
2311 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2312 B x C".
2313
e5e316b0
EZ
23142001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2315
2316 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2317 general one on compile.el supports drive letters.
7f4350a7
CD
2318
23192001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2320
5a905a7e 2321 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2322 key description.
7f4350a7
CD
2323
2324 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2325
5a905a7e 2326 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2327 (reftex-toc-jump): New command.
2328
2329 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2330 to parse international characters as well.
7f4350a7 2331
5a905a7e 2332 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2333 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2334
5a905a7e
SM
2335 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2336
2337 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2338 TAB to the key separators.
7f4350a7 2339
73419021
EZ
23402001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2341
2342 * international/mule.el (auto-coding-alist): Remove redundant
2343 up-cased versions of the extensions (auto-coding-alist-lookup is
2344 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2345 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2346
cada28bb
EZ
23472001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2348
2349 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2350
4f7666dc
RS
23512001-06-01 Richard M. Stallman <rms@gnu.org>
2352
2353 * help.el (describe-variable): Put value on same line
2354 with preceding text, if it is short enough to look good that way.
2355
70079787
EZ
23562001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2357
2358 * term/internal.el (IT-unicode-translations): New variable.
2359 (IT-setup-unicode-display): New function.
2360
c86f4619
GM
23612001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2362
2363 * ps-print.el: Handle before-string and after-string overlay properties
2364 in ps-print-*-with-faces commands. Doc fix.
2365 (ps-print-version): New version number (6.5.2).
2366 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2367 for XEmacs.
2368 (ps-prefix-quote): Doc fix.
c6d452ad 2369 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2370 (ps-basic-plot-str, ps-plot-string): New funs.
2371
1ea98518
SM
23722001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2373
2374 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2375 and :type spec.
2376
2b1ec973
GM
23772001-05-31 Gerd Moellmann <gerd@gnu.org>
2378
1ea98518
SM
2379 * international/mule-cmds.el (inactivate-input-method):
2380 Set input-method-function to nil.
2b1ec973 2381
94843cc1
GM
2382 * xml.el (xml-parse-tag): The document may contain invalid characters.
2383 From ShengHuo ZHU <zsh@cs.rochester.edu>
2384
9652931f
GM
23852001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2386
2387 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2388 `rmail-summary-line-decoder' if the message does not have
2389 a Subject: field.
9652931f 2390
1ea98518 2391 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2392
1ea98518
SM
2393 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2394 New variable.
9652931f
GM
2395 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2396 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2397 is non-nil.
2398
f7ac3e28
SM
23992001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2400
2401 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2402
b781e739
SS
24032001-05-29 Sam Steingold <sds@gnu.org>
2404
00f51890
SS
2405 * faces.el (face-valid-attribute-values): Bind `valid' directly
2406 instead of using `setq'.
2407
b781e739
SS
2408 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2409 Use `tex-shell-buf'.
2410 (tex-shell-proc): Use `tex-shell-running'.
2411 (tex-shell-buf-no-error): New function.
2412 (tex-send-tex-command): Use it.
2413 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2414 (tex-kill-job): Check the process before calling `quit-process'.
2415
3d0e328b
GM
24162001-05-29 Gerd Moellmann <gerd@gnu.org>
2417
1ea98518
SM
2418 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2419 UTF-8 sequences.
3d0e328b 2420
8bd6307f
GM
24212001-05-28 Miles Bader <miles@gnu.org>
2422
2423 * comint.el (comint-carriage-motion): Renamed from
2424 `comint-cr-magic'. Operate on the buffer instead of the string
2425 (for use as a comint post-output filter, instead of as a
2426 pre-output filter). Handle backspaces too. Add to the
2427 `comint-output-filter-functions' hook instead of
2428 `comint-preoutput-filter-functions'.
2429
89c8dc6c
GM
24302001-05-28 Gerd Moellmann <gerd@gnu.org>
2431
2432 * language/japan-util.el (japanese-hankaku): Prefer the charset
2433 `jisx0201' when the optional argument `ascii-only' is not specified.
2434 (japanese-hankaku-region): Ditto.
2435 From Katsumi Yamaoka <yamaoka@jpl.org>
2436
f25c1b9b
SM
24372001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2438
2439 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2440 (outline-invisible-p): New function.
2441 (hide-leaves): Save excursion.
2442 (hide-other): Stop looping when reaching bobp.
2443
719bb352
EZ
24442001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * cus-edit.el (custom-file): Fix last change.
2447
d686d354
SM
24482001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2449
2450 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2451 same definition in byte-compile-function-environment as `autoload'
2452 would put in `symbol-function'.
2453
2454 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2455 patch to correct the error message as well.
2456
49b1a638
EZ
24572001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2458
71261a01
EZ
2459 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2460 unless ~/.emacs exists.
2461
49b1a638
EZ
2462 * novice.el (enable-command): If user-init-file is nil or does not
2463 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2464
a434b175
SM
24652001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2466
15ca8de7
SM
2467 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2468 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2469 Allow spaces around macro arguments.
2470 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2471 indent-for-tab-command.
2472 (latex-mode-map, plain-tex-mode-map): New keymaps.
2473 Inherit from tex-mode-map.
2474 (tex-common-initialization): Don't setup the keymap any more
2475 since it's now done right by define-derived-mode.
2476 (latex-mode): Set skeleton-end-hook to nil.
2477 (latex-skeleton-end-hook): Remove.
2478 (tex-latex-block, latex-insert-item): Simplify.
2479 (latex-syntax-after): Use following-char rather than char-after.
2480 (tex-discount-args-cmds, tex-count-words): New functions.
2481
2482 * textmodes/tildify.el (tildify-ignored-environments-alist):
2483 Recognize \verb* as well.
2484
2485 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2486 (perl-comment-indent): Simplify to let newcomment.el do its job.
2487 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2488 (perl-mark-function): Cleanup the namespace.
2489 (perl-calculate-indent): Don't be fooled by nested functions.
2490
2491 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2492
a434b175
SM
2493 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2494 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2495
4e7e1f03
AC
24962001-05-25 Andrew Choi <akochoi@i-cable.com>
2497
2498 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2499 actually be `\\'.
2500 (ctlau-b5-converter): Likewise.
2501
2bef0948
AC
25022001-05-24 Andrew Choi <akochoi@i-cable.com>
2503
2504 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2505 Change CTLauB.el to CTLau-b5.el.
2506
d2d1851b
SM
25072001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2508
2509 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2510 rather than beginning-of-line to avoid problems with fields.
2511 (gud-perldb-massage-args): Use unless and push.
2512 (gud-chdir-before-run): New var.
2513 (gud-common-init): Use it.
2514
5e3d4fbc
AC
25152001-05-24 Andrew Choi <akochoi@i-cable.com>
2516
2517 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2518 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2519 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2520 chinese-ctlaub.
d2d1851b
SM
2521 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2522 New functions.
5e3d4fbc 2523
0216c3df
GM
25242001-05-22 Gerd Moellmann <gerd@gnu.org>
2525
f1f65349
GM
2526 * cus-edit.el (custom-comment-show): Remove debug code.
2527
0216c3df
GM
2528 * language/japan-util.el (japanese-symbol-table): Fix handling of
2529 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2530
e8a1ed31
SM
25312001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2532
2533 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2534 Renamed by removing the silly `-flag' suffix.
2535 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2536
7246200c
SM
25372001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2538
2539 * replace.el (keep-lines-read-args): Use `copy-marker'.
2540 (how-many): Save excursion properly.
2541 (occur-mode): Use define-derived-mode.
2542 (perform-replace): Use with-current-buffer.
2543
7e971261
RS
25442001-05-20 Richard M. Stallman <rms@gnu.org>
2545
65569e52
RS
2546 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2547
cc9684e8
RS
2548 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2549
9ca00e71
RS
2550 * info.el (Info-read-subfile): Widen before finding the
2551 desired node in the subfile.
2552
7e971261
RS
2553 * startup.el (command-line-1): When >2 files visited,
2554 leave the last one visible, and make that the selected window.
2555
7c5312b2
GM
25562001-05-20 Gerd Moellmann <gerd@gnu.org>
2557
2558 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2559
310e9a21
EZ
25602001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2561
7246200c
SM
2562 * international/ccl.el (define-ccl-program): Fix a typo.
2563 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2564
2565 * international/mule.el (decode-char): Fix a typo. From Pavel
2566 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2567
2568 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2569 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2570
310e9a21
EZ
2571 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2572 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2573
ef55aa6c
SS
25742001-05-18 Sam Steingold <sds@gnu.org>
2575
7246200c 2576 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
2577 and [RET] to `cvs-mode-find-file'.
2578
c9f3bebe
JW
25792001-05-18 John Wiegley <johnw@gnu.org>
2580
2581 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2582 configuration variable, which determines the initial character
2583 that forces use of an external version of a command. The default
2584 is *, but may be set to \, for example.
2585
2586 * eshell/esh-ext.el (eshell-explicit-command):
2587 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2588
c9f3bebe
JW
2589 * eshell/esh-cmd.el (eshell/which):
2590 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2591
7c5312b2
GM
2592 * eshell/em-cmpl.el (eshell-completion-command-name)
2593 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
2594 instead of ?*.
2595
1c66d9fb
GM
25962001-05-18 Gerd Moellmann <gerd@gnu.org>
2597
a724ed38
GM
2598 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2599 subst-char-in-string.
2600 (ange-ftp-after-parse-ls-hook): New variable.
2601 (ange-ftp-ls): Run that hook.
2602 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2603
0595722b
GM
2604 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2605 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2606 text into *Completions*.
2607
1c66d9fb
GM
2608 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2609 part of which look like email addresses.
2610
c5bdb93d
AI
26112001-05-18 Andrew Innes <andrewi@gnu.org>
2612
7246200c
SM
2613 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2614 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
2615 cmd.exe's handling of FOR loops.
2616 (autoloads): Set find-file-suppress-same-file-warnings to t to
2617 avoid slew of spurious messages.
2618
9a1211f2
GM
26192001-05-18 Simon Josefsson <simon@josefsson.org>
2620
2621 * mail/smtpmail.el (maybe-append-domain): Renamed to
2622 `smtpmail-maybe-append-domain'.
2623 (smtpmail-via-smtp): Use the new name.
2624
29148a3f
GM
2625 * net/browse-url.el (browse-url-browser-function): Add kde.
2626 (browse-url-kde-program, browse-url-kde-args): New variables.
2627 (browse-url-kde): New function.
2628
9ab59a1a
MB
26292001-05-18 Miles Bader <miles@gnu.org>
2630
7246200c
SM
2631 * simple.el (delete-horizontal-space, just-one-space):
2632 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
2633 because it's more efficient for large files.
2634
cebf1b97
GM
26352001-05-17 Gerd Moellmann <gerd@gnu.org>
2636
f90c23ca
GM
2637 * mail/rmail.el (rmail-require-mime-maybe): New function.
2638 (rmail): Use it.
2639 (rmail-mode): Handle the case of finding Rmail files.
2640
cebf1b97
GM
2641 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2642 functions.
2643
df22166e
SM
26442001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2645
2646 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2647 text-property after moving to the beginning of line and regardless
2648 of the value of font-lock-multiline.
2649
2ca0d5f1
GM
26502001-05-17 Gerd Moellmann <gerd@gnu.org>
2651
e85e809a
GM
2652 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2653
2ca0d5f1
GM
2654 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2655 last coding system used before calling set-buffer-modified-p
2656 because that function changes last-coding-system.
2657
4c6a4739
EZ
26582001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2659
2660 * files.el (switch-to-buffer-other-window)
2661 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2662 the doc string.
2663
f08cf35b
GM
26642001-05-17 Gerd Moellmann <gerd@gnu.org>
2665
2666 * language/slovak.el, language/czech.el: New maintainer.
2667
2180ea97
SS
26682001-05-16 Sam Steingold <sds@gnu.org>
2669
f08cf35b 2670 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2671 sub-form of `defgeneric' correctly.
2672
9bae8781
GM
26732001-05-16 Gerd Moellmann <gerd@gnu.org>
2674
a90b3d3c
GM
2675 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2676 of `c'.
2677
1b7818b4 2678 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2679 condition-case, test what outline-level returns instead, to
2680 ease debugging.
1b7818b4 2681
9bae8781
GM
2682 * international/mule.el (auto-coding-regexp-alist): New user-option.
2683 (auto-coding-from-file-contents): New function.
2684 (set-auto-coding): Use it to determine a coding system.
2685
7644c605
GM
26862001-05-15 Gerd Moellmann <gerd@gnu.org>
2687
18a0a39e
GM
2688 * mouse.el (mouse-delete-other-windows): Doc fix.
2689
df22166e
SM
2690 * emacs-lisp/lisp-mode.el (lisp-mode):
2691 Make font-lock-keywords-case-fold-search a buffer-local variable with
2692 make-local-variable before setting it.
7644c605 2693
940cf42e
EZ
26942001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2695
2696 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2697 prefixes.
2698
557f7c34
GM
26992001-05-14 Gerd Moellmann <gerd@gnu.org>
2700
2701 * hexl.el (hexl-current-address): Print a message when called
2702 interactively.
2703
14d9b141
SM
27042001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2705
2706 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2707
2708 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2709
2710 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2711
7bd2d083
GM
27122001-05-11 Gerd Moellmann <gerd@gnu.org>
2713
47e72862
GM
2714 * startup.el (command-line): If parameters have been changed in
2715 the init files which influence font selection, clear the face
2716 cache so that faces get realized with the new parameters.
2717
14d9b141 2718 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2719
0f49941f
SM
27202001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2721
2722 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2723
cbeed4a8
EZ
27242001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2725
2726 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2727 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2728
ff9aa2ca
GM
27292001-05-10 Gerd Moellmann <gerd@gnu.org>
2730
2731 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2732 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2733
b2c99950
JW
27342001-05-09 John Wiegley <johnw@gnu.org>
2735
0f49941f
SM
2736 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2737 Annotated the documentation string to tell users about
3cb27fd7
JW
2738 `eshell-no-numeric-conversions'.
2739
c26f6b27
JW
2740 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2741 conversions if a Lisp function has the property
2742 `eshell-no-numeric-conversions' set to a non-nil value.
2743
2744 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2745 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2746 property `eshell-no-numeric-conversions' on the following
2747 functions (which all deal with filesystem entities, and never Lisp
2748 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2749 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2750 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2751 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2752 eshell/which, eshell/addpath.
2753
27542001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2755
d089e299
JW
2756 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2757 encountered as an argument, don't convert it right away, but tag
2758 the first character of the string with the text properties
2759 `number', which signifies to `eshell-lisp-command' that the
2760 argument should be passed through `string-to-number' if it is
2761 actually used in the call to a Lisp function.
2762
2763 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2764 function, convert any string arguments that have been tagged as
2765 "numbers", by calling string-to-number.
2766
2767 * eshell/esh-util.el (eshell-number-regexp): Now that number
2768 conversions only happen for Lisp function calls, the number regexp
2769 should now match all integer and floating point forms.
2770
2771 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2772 `eshell-continue-process', since they are both nonfunctional at
2773 the moment.
2774 (eshell-proc-initialize): Don't bind keys for
2775 `eshell-stop-process' or `eshell-continue-process'.
2776
0f49941f
SM
2777 * eshell/em-unix.el (eshell-shuffle-files):
2778 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2779
2780 * eshell/em-hist.el (eshell-add-to-history): Reference to
2781 `eshell-history-ring' needed to be `eshell-history-index'.
2782
0f49941f
SM
2783 * calendar/timeclock.el (timeclock-find-discrep):
2784 Initialize `elapsed' to 0.
cb89da0f
JW
2785 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2786 it's still nil.
b2c99950 2787
ff39b9a1
SM
27882001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2791 (archive-mode): Use capitalize.
2792 (archive-unique-fname): Use make-temp-file.
2793
9e53a675
GM
27942001-05-09 Gerd Moellmann <gerd@gnu.org>
2795
2796 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2797
c8224de6
EZ
27982001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2799
c533a7e2
EZ
2800 * tar-mode.el (tar-extract): Pay attention to the value of
2801 coding-system-for-read, if it is non-nil.
2802
ff39b9a1
SM
2803 * calendar/holidays.el (holidays): Add an autoload cookie.
2804 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2805
1c8c9fb8
JW
28062001-05-08 John Wiegley <johnw@gnu.org>
2807
ff39b9a1
SM
2808 * calendar/timeclock.el (timeclock-workday-remaining):
2809 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2810 (timeclock-workday-elapsed): Don't accept a "relative" argument
2811 for the current day's elapsed time. What could that have meant?
ff39b9a1 2812 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2813 (timeclock-when-to-leave): Changed logic, similarly to what was
2814 done for `timeclock-workday-remaining'.
2815 (timeclock-find-discrep): Removed "today-only" argument, which had
2816 no meaning. Fixed some more math problems. The function now
2817 returns a three member list: (TOTAL-TIME-DISCREPANCY
2818 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2819
5f47fb28
EZ
28202001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2821
2822 * w32-fns.el (convert-standard-filename): Start replacing slashes
2823 from the beginning of the file name, not from where the last
2824 invalid character was. From "Andrew Maguire (SWW)"
2825 <Andrew.Maguire@Smallworld.co.uk>
2826
6da5c7da
GM
28272001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2828
2829 The following changes are to provide infrastructure for handling
2830 MIME messages to rmail. They don't affect the original behaviour
2831 if rmail-enable-mime is nil.
2832
2833 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2834 (rmail-search-mime-message-function)
2835 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2836 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2837 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2838 `rmail-view-buffer' is hidden.
6da5c7da
GM
2839 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2840 call rmai-show-mime-function.
2841 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2842 mode-line-process of rmail-view-buffer.
2843 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2844 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2845 buffer.
ff39b9a1
SM
2846 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2847 set-buffer to the Rmail buffer.
6da5c7da
GM
2848 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2849 rmail-search-mime-header-function.
2850 (rmail-search-message): New function.
2851 (rmail-search): Call rmail-search-message to check if a message
2852 matches REGEXP, lastly update point after calling
2853 rmail-show-message.
ff39b9a1
SM
2854 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2855 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2856 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2857 header region, refer to rmail-msgref-vector while setting the
2858 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2859 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2860 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2861 rmail-insert-mime-forwarded-message-function instead of inserting
2862 forwarded message by itself.
2863
2864 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2865 Rmail buffer.
2866 (rmail-set-label, rmail-next-labeled-message): Likewise.
2867
2868 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2869 set-buffer to the Rmail buffer.
2870 (rmail-output-to-rmail-file): Likewise.
2871 (rmail-output): Likewise.
2872
2873 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2874 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2875 (rmail-new-summary): Be sure to go to the Rmail buffer.
2876 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2877 rmail-view-buffer to nil.
2878 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2879 rmail-view-buffer.
2880 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2881 rmail-buffer.
2882 (rmail-summary-scroll-msg-down): Likewise.
2883 (rmail-summary-beginning-of-message): Likewise.
2884 (rmail-summary-wipe): Likewise.
2885 (rmail-summary-toggle-header): Use save-window-excursion, not
2886 save-excursion. Update point in rmail-view-buffer, not in
2887 rmail-buffer.
2888 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2889 rmail-view-buffer, not rmail-buffer.
2890
5092477a
GM
28912001-05-07 Gerd Moellmann <gerd@gnu.org>
2892
1e9fc92e
GM
2893 * cus-edit.el (custom-file): Signal an error if user-init-file is
2894 nil (running -q).
2895
1d053370
GM
2896 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2897
ff39b9a1
SM
2898 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2899 Add :version.
2900
2901 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2902 New option.
1b62b062
GM
2903 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2904 only if smtpmail-warn-about-unknown-extensions is set.
2905
f851a71c
GM
2906 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2907 instead of rmail-sort-by-keywords.
2908
ff39b9a1 2909 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
2910 rmail-sort-by-keywords.
2911
ff39b9a1
SM
2912 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2913 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
2914 (rmail-summary-mode): Doc fix.
2915
5092477a
GM
2916 * mail/rmail.el (rmail-edit): New Custom group.
2917
2918 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2919 (rmail-edit-mode-hook): New user-option.
2920
05be3833
RS
29212001-05-05 Richard M. Stallman <rms@gnu.org>
2922
2923 * help.el (help-xref-symbol-regexp): Recognize "source of"
2924 and friends, meaning make a link to the source file.
2925 (help-make-xrefs): Handle "source of" and friends
2926 by constructing a link that visits the source file.
2927
2928 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2929
7dfb000f
SM
29302001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2931
5efe6a56
SM
2932 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2933 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2934 Renamed from perl-font-lock-keywords to avoid clashes.
2935 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2936 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2937 Updated correspondingly.
2938
7dfb000f
SM
2939 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2940 Typo `nonexistant' -> `nonexistent'.
2941
88bbb8cb
EZ
29422001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2943
7dfb000f
SM
2944 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2945 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
2946 `c-electric-delete-forward' always deletes forward and
2947 `c-electric-delete' only contains the code necessary for XEmacs to
2948 choose between backward and forward deletion.
7dfb000f 2949
88bbb8cb
EZ
2950 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2951 get the electric behavior on that key too.
2952 (c-fill-paragraph): Fixed bogus direct use of
2953 c-comment-prefix-regexp, which caused an error when it's a list.
2954
a1af8dcf
EZ
29552001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * dired-aux.el (dired-diff): Doc fix.
2958
2959 * dired.el (dired-diff): Likewise.
2960
ddfb4005
EZ
29612001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2962
2963 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2964
b36581fb
SM
29652001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2966
80a00b6a
SM
2967 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2968 if both the buffer and the file are read-only.
2969
b36581fb
SM
2970 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2971 rather than font-lock-string-face.
2972 (sh-get-indent-info): Treat heredocs like strings.
2973
470bbe9b
GM
29742001-05-02 Gerd Moellmann <gerd@gnu.org>
2975
b36581fb
SM
2976 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2977 a newline following `}'.
3356df63
GM
2978 (texinfo-format-email): New function.
2979 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2980 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2981 Add `display'.
3356df63
GM
2982 (texinfo-sort-region): Goto point-min before sorting.
2983 (texinfo-set): Remove leading white space from value.
2984 From yagi@is.titech.ac.jp.
2985
470bbe9b
GM
2986 * replace.el (query-replace-regexp-eval): Doc fix.
2987
a9d2fd1d
SM
29882001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2989
2990 * diff-mode.el (diff-nonexistant-face): New face.
2991 (diff-font-lock-keywords): Use it.
2992
2b3e941a
EZ
29932001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2994
22cd6fd3
EZ
2995 * font-lock.el (font-lock-mode): Doc fix.
2996
2b3e941a
EZ
2997 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2998 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2999
50df7214
GM
30002001-04-30 Gerd Moellmann <gerd@gnu.org>
3001
a9d2fd1d
SM
3002 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3003 backslash at the start of the here-document delimiter.
a9793e45
GM
3004 (sh-font-lock-syntactic-keywords): Likewise.
3005
50df7214
GM
3006 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3007
e2f599e9
EZ
30082001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3009
3010 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3011 (tty-color-translate, tty-color-by-index, tty-color-values)
3012 (tty-color-desc): Doc fix.
3013
dcaf31d3
EZ
30142001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3015
3016 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3017 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3018 Mention dired-dwim-target in the doc string.
dcaf31d3 3019
a6a06429
MB
30202001-04-28 Miles Bader <miles@gnu.org>
3021
3022 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3023 (dabbrev--find-expansion): Use it.
3024 (dabbrev--select-buffers): Don't select ignored buffers.
3025
5a5d9185
GM
30262001-04-27 Gerd Moellmann <gerd@gnu.org>
3027
a9d2fd1d 3028 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3029
c5b82005
RS
30302001-04-26 Richard M. Stallman <rms@gnu.org>
3031
3032 * dabbrev.el: Add doc strings for some functions.
3033 (dabbrev--eliminate-newlines): New variable.
3034 (dabbrev--substitute-expansion): Convert newlines to spaces
3035 if dabbrev--eliminate-newlines is set.
3036 If abbrev and expansion are both all-lower-case,
3037 leave dabbrev--last-case-pattern nil.
3038
7cff9c6f
GM
30392001-04-26 Gerd Moellmann <gerd@gnu.org>
3040
3041 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3042 if necessary, like in rmail-show-message.
3043
efa89c1f
GM
30442001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3045
3046 * ps-print.el: Color specified by number is forced to be float number.
3047 (ps-print-version): New version number (6.5.1.1).
3048 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3049 initialization.
3050 (ps-prefix-quote): New internal var.
3051 (ps-print-quote): New fun.
3052 (ps-setup, ps-output-frame-properties, ps-float-format)
3053 (ps-format-color): Code fix.
a9d2fd1d
SM
3054 (ps-plot-region): Eliminate redundant foreground color text setting.
3055
d3111e5a
EZ
30562001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3057
3058 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3059
a728644c
GM
30602001-04-25 Gerd Moellmann <gerd@gnu.org>
3061
3062 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3063
4ecdf04d
EZ
30642001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3065
4645bb68
EZ
3066 * info.el (Info-additional-directory-list): Doc fix.
3067
4ecdf04d 3068 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3069 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3070 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3071
7cd512f2
SM
30722001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3073
1dc64fca
SM
3074 * progmodes/make-mode.el (makefile-font-lock-keywords):
3075 Rationalize the rules for includes and conditionals and use the
3076 keyword face for them.
3077
7cd512f2
SM
3078 * faces.el (modify-face): Add compatibility for non-interactive use.
3079
ffeb5c1c
JW
30802001-04-24 John Wiegley <johnw@gnu.org>
3081
3082 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3083 fix from last night, since it wasn't finding eshell/cd.
3084
35f901fa
GM
30852001-04-24 Gerd Moellmann <gerd@gnu.org>
3086
3087 * rect.el (string-rectangle): Revert to 20.x behaviour.
3088 (replace-rectangle): Make it an alias for string-rectangle.
3089 (string-insert-rectangle): New function.
3090
c7b1b508
JW
30912001-04-23 John Wiegley <johnw@gnu.org>
3092
3093 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3094 occurring with Emacs 21's diff.el/compile.el interaction layer.
3095
30962001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3097
3098 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3099 case where the function was defined in a file, but not part of an
3100 eshell module.
3101
157975e3
JW
31022001-04-23 John Wiegley <johnw@gnu.org>
3103
3104 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3105 code to work around a redisplay problem I've been having.
3106
3dc630b9
JW
31072001-04-23 John Wiegley <johnw@gnu.org>
3108
3109 * calendar/timeclock.el (timeclock-day-required): If the time
3110 required for a particular day is not set, use `timeclock-workday'.
3111 (timeclock-find-discrep): Added some sample code in a comment.
3112
3113 * eshell/eshell.el (eshell-command): Made a few changes so that
3114 `eshell-command' could be called programmatically.
3115
7cd512f2 3116 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3117
7cd512f2 3118 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3119
3ae14dd9 31202001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3121
3122 * calendar/timeclock.el: Updated copyright.
3123 (timeclock-generate-report): Don't report the daily or two-week
3124 total, if no time has been worked in that period.
3125 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3126 final computational form, which was unnecessary; corrected a
3127 parsing problem when timeclock-relative was nil.
3128
3ae14dd9 31292001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3130
3131 * calendar/timeclock.el (timeclock-modeline-display): Check if
3132 `list-entry' is null.
3133 (timeclock-use-display-time): The first argument to `set-variable'
3134 must be a symbol.
3135
53e1a74c
EZ
31362001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3137
3138 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3139 (calendar-today-marker, calendar-holiday-marker):
3140 Use display-color-p instead of window-system.
53e1a74c
EZ
3141 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3142 instead of window-system.
3143 (calendar-hide-window): Use display-multi-frame-p instead of
3144 window-system.
3145
3146 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3147 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3148 Use display-multi-frame-p instead of window-system.
53e1a74c 3149
23b809c2
GM
31502001-04-23 Gerd Moellmann <gerd@gnu.org>
3151
1d14e80c
GM
3152 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3153
23b809c2
GM
3154 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3155 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3156
b5eeaa1d
GM
31572001-04-23 Alex Schroeder <alex@gnu.org>
3158
3159 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3160 line-end-position a defalias is used for point-at-bol and point-at-eol.
3161
b5eeaa1d
GM
31622001-04-23 Alex Schroeder <alex@gnu.org>
3163
3164 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3165 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3166
ac1470eb
EZ
31672001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3168
3169 * textmodes/paragraphs.el (sentence-end): Doc fix.
3170
624ef9b3
GM
31712001-04-20 Alex Schroeder <alex@gnu.org>
3172
3173 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3174 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3175
31762001-04-20 Alex Schroeder <alex@gnu.org>
3177
3178 * sql.el (sql-db2-program): New option.
3179 (sql-db2-options): New option.
3180 (sql-db2): New function.
3181
31822001-04-20 Alex Schroeder <alex@gnu.org>
3183
3184 * sql.el (sql-mode-menu): Added highlighting entries.
3185 (sql-highlight-oracle-keywords): New function.
3186 (sql-highlight-postgres-keywords): New function.
3187 (sql-highlight-ansi-keywords): New function.
3188
31892001-04-20 Alex Schroeder <alex@gnu.org>
3190
3191 * sql.el (sql-help): Doc change.
3192
9f3703ab
KF
31932001-04-19 Karl Fogel <kfogel@collab.net>
3194
3195 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3196 that inserted file content only to delete it immediately.
3197 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3198 <lektu@uol.com.br> for the patch.
3199
2a83a11d
SM
32002001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3203
6f4dd4dc
GM
32042001-04-18 Gerd Moellmann <gerd@gnu.org>
3205
0f8d6dc7
GM
3206 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3207 for defmethod.
3208
6f4dd4dc
GM
3209 * comint.el (comint-cr-magic): New function.
3210 (toplevel): Add it to comint-preoutput-filter-functions.
3211
90200fcc
AI
32122001-04-18 Andrew Innes <andrewi@gnu.org>
3213
3214 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3215 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3216 (recompile): Remove stuff to set EMACSLOADPATH.
3217
daa66f34
GM
32182001-04-18 Gerd Moellmann <gerd@gnu.org>
3219
edc5c81d
GM
3220 * language/slovak.el ("Slovak"): Add tutorial entry.
3221
daa66f34
GM
3222 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3223 browse-url-new-window-p.
3224
5d5845dc
EZ
32252001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3226
3227 * info.el (Info-menu-update): When there are no menus and/or no
3228 cross references in the node, make the respective items of the
3229 Info menu-bar menu inactive.
3230
1c8addd0
GM
32312001-04-17 Gerd Moellmann <gerd@gnu.org>
3232
f4f480bd
GM
3233 * indent.el (indent-for-tab-command): Call indent-line-function
3234 with no argument if PREFIX-ARG is non-nil.
3235
1c8addd0
GM
3236 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3237
8f9ab403
EZ
32382001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3239
3240 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3241 an async subprocess if start-process is unavailable. Suggested by
3242 Tim Van Holder <tim.van.holder@pandora.be>.
3243
60322163
EZ
32442001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3245
3246 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3247 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3248
e372bc67
EZ
32492001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3250
3251 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3252 manual.
3253
28037ecf
SM
32542001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3255
3256 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3257 (cvs-menu): Add a few entries.
3258
3259 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3260 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3261 lock file appears to be reachable from Emacs.
3262 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3263 (cvs-mode-find-file): Look for cvs-header-face rather than
3264 cvs-dirname-face (which doesn't exist).
3265 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3266
3267 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3268
5d5e7f53
EZ
32692001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3270
3271 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3272 normal-erase-is-backspace on a tty. Instead, bind some keys such
3273 as [delete] directly, like pc-select.el did before
3274 normal-erase-is-backspace was invented.
3275
118562e1 32762001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3277
3278 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3279
6c9e58c4
JW
32802001-04-11 John Wiegley <johnw@gnu.org>
3281
28037ecf
SM
3282 * eshell/em-ls.el (eshell-ls-insert-directory):
3283 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3284 buffers, if Eshell's ls is being used.
3285
118562e1 32862001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3287
28037ecf
SM
3288 * calendar/timeclock.el (timeclock-completing-read): New function.
3289 (timeclock-ask-for-project, timeclock-ask-for-reason):
3290 Call `timeclock-completing-read'.
978bd3ea
JW
3291
3292 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3293 required where `member' was being used.
3294
118562e1 32952001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3296
28037ecf
SM
3297 * eshell/em-hist.el (eshell-previous-matching-input):
3298 Don't display "History item" if the the minibuffer is active.
978bd3ea 3299
30cb0001
GM
33002001-04-11 Gerd Moellmann <gerd@gnu.org>
3301
3302 * startup.el (command-line): Output a newline after printing
3303 an error from loading the window system's init file.
3304
e38af9bd
EZ
33052001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3306
28037ecf
SM
3307 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3308 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3309 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3310 keywords whose arguments routinely include @@.
3311
bbf63a7b
GM
33122001-04-10 Gerd Moellmann <gerd@gnu.org>
3313
28037ecf
SM
3314 * emacs-lisp/advice.el (ad-make-advised-definition):
3315 Construct advice for subrs differently.
afffeb57 3316
3fe35f35 3317 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3318 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3319
c8d6d636 3320 * simple.el (completion-list-mode-finish): New function.
28037ecf 3321 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3322
2a52f40e 3323 * language/european.el ("Polish"): Change sample text.
28037ecf 3324 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3325
cf8b1bef
GM
3326 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3327 parameter.
3328
bbf63a7b
GM
3329 * faces.el (menu): Doc fix.
3330
719d83ad 33312001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3332
3333 * ps-print.el: Footer implementation. Doc fix.
3334 (ps-print-version): New version number (6.5.1).
3335 (ps-header-frame-alist): New customization var for header frame
3336 properties.
3337 (ps-line-number-color): New customization var for line number color.
3338 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3339 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3340 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3341 (ps-right-footer): New customization vars for footers.
3342 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3343 footers.
3344 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3345 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3346 Code fix.
319acba0
GM
3347 (ps-prologue-file): Indentation fix.
3348 (ps-print-quote): Fun eliminated.
3349 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3350 (ps-output-frame-properties): New fun.
3351 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3352 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3353
e372bc67 33542001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3355
3356 * eshell/eshell.el (eshell-command): Needed a "%s" format
3357 specifier, in case the buffer contains percent characters.
3358
e372bc67 33592001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3360
3361 * calendar/timeclock.el (timeclock-generate-report): Added a
3362 missing insert of the project name.
3363
9f9a5e7a
GM
33642001-04-09 Gerd Moellmann <gerd@gnu.org>
3365
9170e5d4 3366 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3367
865e97c1 3368 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3369 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3370 From: Dave Love <fx@gnu.org>.
3371
cf3885ac 3372 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3373 (server-visit-files): Run server-visit-hook after going to
3374 line 1 so that the hook can set point as it sees fit.
3375
9f9a5e7a
GM
3376 * bindings.el (mode-line-modified): Unify help messages.
3377
51f32106
EZ
33782001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3379
3380 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3381 All callers changed.
3382
e02160a3
EZ
33832001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3384
8e6bb0d0
EZ
3385 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3386 long file names aren't supported, truncate the file names in
3387 quail-misc-package-ext-info to 8+3 before matching them against
3388 FILENAME.
3389
3390 * dos-fns.el (dos-truncate-to-8+3): New function.
3391
ec321d77
EZ
3392 * progmodes/compile.el (grep-compute-defaults): Use null-device
3393 instead of literal /dev/null. Reported by Jens Schmidt
3394 <schmidt@mathematik.uni-kl.de>.
3395
e02160a3
EZ
3396 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3397
cf3885ac
SM
33982001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3399
3400 * textmodes/sgml-mode.el: Add unknown maintainer.
3401 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3402 (html-mode-map): Use set-keymap-parent.
3403
3ffb33bb
DL
34042001-04-06 Dave Love <fx@gnu.org>
3405
3406 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3407 Remove redundant string-to-list.
3408
8f625692
SM
34092001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3410
3411 * composite.el (reference-point-alist): Doc fix.
3412
1087f198
SS
34132001-04-05 Sam Steingold <sds@gnu.org>
3414
8f625692
SM
3415 * font-lock.el (font-lock-keywords-case-fold-search):
3416 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3417 file made font-lock case-insensitive.
3418
a55e4e68
GM
34192001-04-05 Gerd Moellmann <gerd@gnu.org>
3420
0e4892e2
GM
3421 * faces.el (defface menu): Doc fix.
3422
4d664b04
GM
3423 * wid-edit.el (widget-color-sample-face-get): Don't make
3424 faces for undefined colors.
3425
a55e4e68
GM
3426 * version.el (emacs-version): Include LessTif/Motif version info.
3427
f383cd0d
GM
34282001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3429
3430 * ps-mule.el: Eliminate cl package dependence.
3431 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3432 if they aren't defined yet.
3433 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3434 Eliminate cl package dependence.
3435
de28797f
SM
34362001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3437
3438 * progmodes/cc-cmds.el (c-outline-level):
3439 Bind buffer-invisibility-spec. Originally from Dave Love, but
3440 got lost when incorporating version 5.26.
3441
32df8b47
EZ
34422001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3443
de28797f
SM
3444 * emulation/pc-select.el (pc-selection-mode):
3445 Call normal-erase-is-backspace-mode instead of binding
3446 keys individually.
58e4f61d 3447
7f62656b
EZ
3448 * cus-load.el (normal-erase-is-backspace): Use it instead of
3449 delete-key-deletes-forward.
3450
3451 * startup.el (command-line): Use normal-erase-is-backspace and
3452 normal-erase-is-backspace-mode.
3453
3454 * simple.el (normal-erase-is-backspace): Rename from
3455 delete-key-deletes-forward. Doc fix.
3456 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3457 delete-key-deletes-forward-mode. Doc fix.
3458 Run normal-erase-is-backspace-hook.
7f62656b 3459
32df8b47 3460 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3461 ``human-readable'' format produced by GNU `ls'.
3462 (dired-move-to-filename-regexp): Recognize ISO format dates.
3463 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3464
5efa6032
GM
34652001-04-04 Gerd Moellmann <gerd@gnu.org>
3466
3467 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3468 New functions.
de28797f
SM
3469 (lm-verify): Check keywords.
3470 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3471
d757aac1
EL
34722001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3473
3474 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3475 `xemacs' feature instead of for the function `set-extent-property'.
3476
9832760a
SM
34772001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * mail/mh-utils.el (mh-folder-hist): New var.
3480 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3481
d565f6aa
EZ
34822001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3483
3484 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3485 region, position point on the first or last 16-byte group.
3486 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3487 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3488 hexl-beginning-of-line.
3489
24c0fd39
GM
34902001-04-03 Gerd Moellmann <gerd@gnu.org>
3491
5efa6032
GM
3492 * icomplete.el (icomplete-mode): Treat an argument like other
3493 modes do.
3494
b3f6107b
GM
3495 * startup.el (fancy-splash-head): Use splash8.xpm for color
3496 depth 8.
3497
24d451c5
SM
3498 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3499 Add an antry for ``converts''.
476bf681 3500
24d451c5
SM
3501 * language/slovak.el ("Slovak"): Add documentation string.
3502 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3503
450f6970
GM
3504 * language/czech.el ("Czech"): Add documentation string.
3505 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3506
24d451c5
SM
3507 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3508 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3509
35102001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3511
3512 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3513 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3514 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3515 Use `defsubst' rather than a macro to ease debugging.
3516 (mail-extr-last): Remove (use `last' instead).
3517 (mail-extract-address-components): Properly reset the syntax-table
3518 after parsing an address. Use `last' rather than mail-extr-last.
3519 Make sure the end marker stays at the very end.
24c0fd39 3520
2b908342
EZ
35212001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3522
3523 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3524 last change.
3525
acfb077d
GM
35262001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3527
3528 * ps-print.el: Line and paragraph spacing feature. Region to cut
3529 out when printing. Doc fix.
3530 (ps-print-version): New version number (6.5).
24d451c5
SM
3531 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3532 New vars. Line and paragraph spacing feature.
acfb077d
GM
3533 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3534 out when printing.
3535 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3536 (ps-get-font-size, ps-begin-job, ps-continue-line)
3537 (ps-plot-region): Code fix.
3538 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3539 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3540 New internal vars.
acfb077d
GM
3541 (ps-get-size): New fun.
3542 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3543 (ps-next-line): Replace defun by defsubst.
3544 (ps-mule-plot-string): Autoload doc fix.
3545
3546 * ps-bdf.el: XEmacs compatibility. Doc fix.
3547 (installation-directory, coding-system-for-read): Declare vars if
3548 it's not declared yet.
3549 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3550
3551 * ps-mule.el: XEmacs compatibility. Doc fix.
3552 (leading-code-private-22): Declare var if it's not declared yet.
3553 (charset-bytes, charset-dimension, charset-id, charset-width)
3554 (find-charset-region, split-char, char-width, chars-in-region)
3555 (forward-point, decompose-composite-char, encode-coding-string)
3556 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3557 Define funs if not defined yet.
3558 (encode-composition-rule, find-composition): Define funs if not
3559 loaded yet.
3560 (ps-mule-prologue): PostScript code fix.
3561
35622001-04-02 Kenichi Handa <handa@etl.go.jp>
3563
3564 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3565 non-nil, generate font for the header strings.
3566 (ps-mule-prepare-font): Likewise.
3567 (ps-mule-generate-glyphs): Likewise.
3568 (ps-mule-string-encoding): Likewise.
3569 (ps-mule-header-charsets): New variable.
3570 (ps-mule-encode-header-string): New function.
3571 (ps-mule-header-string-charsets): New function.
3572 (ps-mule-begin-job): Check charsets in the header strings. If there
3573 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3574
3575 * ps-print.el (ps-generate-header-line): Encode the header string by
3576 ps-mule-encode-header-string.
3577 (ps-mule-encode-header-string): Declare autoload.
3578
c0eb3c10
GM
35792001-04-02 Gerd Moellmann <gerd@gnu.org>
3580
24d451c5
SM
3581 * frame.el (cursor-in-non-selected-windows):
3582 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 3583
a3d0b0e0
KH
35842001-03-31 Kenichi Handa <handa@etl.go.jp>
3585
3586 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3587 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 3588 (quail-misc-package-ext-info): New variable.
a3d0b0e0 3589 (tsang-quick-converter): New function.
24d451c5
SM
3590 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3591 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
3592 (miscdic-convert, batch-miscdic-convert): New functions.
3593
55f7832c
KH
35942001-03-30 Kenichi Handa <handa@etl.go.jp>
3595
a2217cd8
KH
3596 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3597 eight-bit-control chars.
3598
55f7832c 3599 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 3600 Reduce making temporary vector (suggested by Dave Love).
55f7832c 3601
911a2406
EZ
36022001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3603
3604 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3605 string as well.
3606
1a518f2c
AS
36072001-03-30 Andreas Schwab <schwab@suse.de>
3608
3609 * files.el (backup-directory-alist): Fix typo.
3610
ef080b16
EZ
36112001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3612
3613 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3614 <eggert@twinsun.com>.
3615
e4174a55
DL
36162001-03-30 Dave Love <fx@gnu.org>
3617
3618 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3619
9d5d1075
EZ
36202001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3621
3622 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3623
a27b451e
MB
36242001-03-30 Miles Bader <miles@gnu.org>
3625
3626 * subr.el (interactive-form): Fix paren typo.
3627
aea51abe
EZ
36282001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3629
3630 * emacs-lisp/profile.el: Say that it's obsolete in the header
3631 line, so that finder.el puts that into its data-base.
3632 Suggested by Alex Schroeder <alex@gnu.org>.
3633
249dd409
EZ
36342001-03-29 Paul Eggert <eggert@twinsun.com>
3635
3636 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3637 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3638
1ac1fa96
SM
36392001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3640
3641 * generic.el (generic-mode-set-comments): Use "" rather than nil
3642 for comment-end.
3643
e2b8a830
GM
36442001-03-29 Gerd Moellmann <gerd@gnu.org>
3645
1ac1fa96
SM
3646 * emacs-lisp/advice.el (ad-make-advised-definition):
3647 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
3648
3649 * subr.el (interactive-form): New function.
3650
8b2375e7
AS
36512001-03-29 Andre Spiegel <spiegel@gnu.org>
3652
3653 * vc-sccs.el (vc-sccs-register): Use relative file names.
3654
f827b862
GM
36552001-03-28 Gerd Moellmann <gerd@gnu.org>
3656
e59d0e9d
GM
3657 * bookmark.el (bookmark-get-bookmark): Handle case that
3658 BOOKMARK is not a string.
3659
deb2613a
GM
3660 * image.el (image-type-regexps): Change type for PS files
3661 to `postscript'.
3662
f827b862 3663 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
3664 character entered. From: Stephen Gildea
3665 <gildea@stop.mail-abuse.org>.
f827b862 3666
3c9449d0
KH
36672001-03-27 Kenichi Handa <handa@etl.go.jp>
3668
3669 * international/kkc.el (kkc-save-init-file): Locally bind
3670 print-length to nil.
3671
e6b13c74
GM
36722001-03-26 Gerd Moellmann <gerd@gnu.org>
3673
e120bebf
GM
3674 * textmodes/flyspell.el: Some doc fixes.
3675 (flyspell-maybe-correct-transposition)
3676 (flyspell-maybe-correct-doubling): Use a temporary buffer
3677
3678 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3679
5f6c5771 3680 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3681 (byte-optimize-form-code-walker): Diagnose too few arguments
3682 for `if' and `while'.
3683
2b984c45
KH
36842001-03-26 Kenichi Handa <handa@etl.go.jp>
3685
3686 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3687 Prepend `\' to "\<quail-translation-docstring>".
3688
bf2150fa
GM
36892001-03-26 Gerd Moellmann <gerd@gnu.org>
3690
5f6c5771
SM
3691 * autorevert.el (global-auto-revert-non-file-buffers):
3692 Remove duplicate defcustom.
bf2150fa 3693
a0d59316
MB
36942001-03-26 Miles Bader <miles@gnu.org>
3695
5f6c5771
SM
3696 * international/latin1-disp.el (latin1-char-displayable-p):
3697 Add leading "-" for X font pattern.
a0d59316 3698
9edbff6c
KH
36992001-03-26 Kenichi Handa <handa@etl.go.jp>
3700
5f6c5771
SM
3701 * international/mule-diag.el (describe-coding-system):
3702 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3703 charsets they can encode.
3704
50b57199
EZ
37052001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3706
3707 * help.el (view-lossage): Mention open-dribble-file in the doc
3708 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3709
5b83f9c0
SM
37102001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3711
3712 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3713 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3714
e0ecbf5c
KH
37152001-03-23 Kenichi Handa <handa@etl.go.jp>
3716
5b83f9c0
SM
3717 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3718 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3719 multibyte sequence can work correctly.
3720 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3721 property of the coding system.
3722
1cc218de
SM
37232001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3724
3725 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3726 Fix transcription typo.
3727
a3db02ad
RV
37282001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3729
3730 * whitespace.el: Add buffer local variables to toggle testing of
3731 whitespaces in buffers without affecting the default values.
a3db02ad 3732 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3733 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3734 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3735 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3736
83c9cb8e
SM
37372001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3738
3739 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3740
180d5509
GM
37412001-03-21 Gerd Moellmann <gerd@gnu.org>
3742
eeb5b5c1
GM
3743 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3744 bs-cycle-configuration-name. From Juanma Barranquero
3745 <lektu@uol.com.br>.
3746
170a9e70
GM
3747 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3748 and cc-vars.el.
3749
180d5509
GM
3750 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3751 headers. Always invoke sendmail with option -t.
3752
130c507e
GM
37532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3754
3755 * Release of cc-mode 5.28.
3756
37572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3758
3759 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3760 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3761 It's instead taken care of by the default value for c-default-style.
130c507e 3762
130c507e
GM
37632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3764
3765 * cc-align.el (c-lineup-math): Fix bug where lineup was
3766 triggered by equal signs in string literals.
3767
37682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3769
3770 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3771 limit detection when at the ends of the buffer.
3772
3773 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3774 "for" statement clause in case 7F; a better one is done
3775 earlier in case 7D anyway.
3776
37772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3778
3779 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3780 somewhat more and did a small optimization.
3781
37822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3783
3784 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3785 Use the limit argument only to limit the syntactic context
3786 search, not to limit the actual movement.
3787
3788 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3789 inside multiline strings, just like in comments. Also various
3790 fixes to the paragraph and comment prefix recognition, block
3791 comment ender handling etc.
3792
37932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3794
3795 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3796 the relative position of the point.
3797
3798 * cc-cmds.el (c-electric-continued-statement): New function to
3799 use as abbrev hook to reindent for keywords such as "else"
3800 that continues an earlier statement.
3801
3802 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3803 like classes.
3804
3805 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3806 (pike-mode): Populate the default abbrev tables to reindent for
3807 keywords such as "else" that can continue earlier statements.
3808 Abbrev mode is therefore turned on by default now. (Note that
3809 this doesn't apply to idl-mode, since IDL afaik doesn't have
3810 statements at all.)
3811
38122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3813
3814 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3815 bracelists where the declaration contains template arguments.
3816
38172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3818
83c9cb8e
SM
3819 * cc-cmds.el (c-comment-indent):
3820 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3821 syntactic indentation. Fixes bug with lineup functions that
3822 return vectors.
3823
3824 * cc-engine.el (c-get-syntactic-indentation): Split the
3825 indentation sum calculation from `c-indent-line' to a separate
3826 function.
3827
38282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3829
3830 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3831 Fixed places where it was assumed that preprocessor directives
3832 have to start in column zero.
3833
3834 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3835 template arguments after a class identifier properly.
3836
3837 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3838 lists for `new Foo[]' constructs in Java as expressions and
3839 not top level definition brace lists on the top level, so that
3840 they'll get indented consistently with the same type of
3841 expression in a normal block.
3842
38432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3844
3845 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3846 whether the adaptive filling package fails to keep the comment
3847 prefix is now kludged further to check for filladapt-mode
3848 which doesn't have that problem. This is really icky, but it's
3849 the only way that works with the current misfeatures/bugs in
3850 both adaptive-fill-mode and filladapt-mode.
3851
3852 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3853 around point is recognized more robust.
3854
38552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3856
3857 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3858 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3859 (c-lit-type): Fixed all internal variables used dynamically so
3860 that they are always bound.
3861
3862 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3863 errors:
3864
3865 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3866 the region is fully reindented even when an error occurs.
3867 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3868 whole lot of code that tried to optimize indentation of whole
3869 sexps but in reality accomplishes nothing.
3870
3871 (c-indent-sexp): Use c-indent-region.
3872
3873 (c-parsing-error): Changed this variable to hold the message
3874 for any syntactic error that is discovered.
3875
3876 (c-parse-state): Search backward from point instead of the bod
3877 position when the latter is invalid. This makes CC Mode
3878 recover faster when there are unbalanced close braces.
3879
3880 (c-backward-to-start-of-if): Use c-parsing-error to report
3881 dangling "else" clauses instead of throwing an error, and fall
3882 back to a reasonable position.
3883
83c9cb8e 3884 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3885
83c9cb8e 3886 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3887
38882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3889
3890 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3891 paragraph recognition when moving by sentence in literals.
3892
83c9cb8e
SM
3893 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3894 start regexp for javadoc to recognize javadoc markup in general instead
3895 of a specific set of keywords, to be more future-safe.
130c507e
GM
3896
3897 (c-Pike-pikedoc-paragraph-start)
3898 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3899 pikedoc markup.
3900
83c9cb8e 3901 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3902
83c9cb8e 3903 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
3904
3905 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3906
3907 (c-comment-prefix-regexp): Made it possible to use an
3908 association list on this to specify mode specific regexps.
3909 The default value now use a special regexp in Pike mode to
3910 recognize pikedoc markup.
3911
3912 (c-current-comment-prefix): New variable containing the actual
3913 regexp from c-comment-prefix-regexp for the current buffer.
3914
39152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3916
3917 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3918 lists: We can't look at the syntax, since a brace list can get
3919 recognized as a plain statement-cont.
3920
3921 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3922 special brace list opener broken over two lines got recognized
3923 as a statement on the second line. Case 9A changed.
3924
39252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3926
3927 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3928 adjustment after line is reindented.
3929
39302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3931
3932 * cc-defs.el (c-point): Added optional argument for position
3933 to use instead of the current point.
3934
3935 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3936 the in-expression block symbols when the construct starts at
3937 boi, to avoid the extra level of indentation in that case.
3938 Cases 4, 16A and 17E affected.
3939
39402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3941
3942 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 3943 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
3944
3945 * cc-engine.el (c-indent-line): Use the syntax already bound
3946 to `c-syntactic-context', if there is any.
3947
39482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3949
3950 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3951 wasn't added up correctly when a lineup function returned nil.
3952
39532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3954
3955 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 3956 empty lines were ignored when collecting line comments backwards.
130c507e
GM
3957
39582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3959
3960 * cc-align.el (c-lineup-dont-change): Return an absolute
3961 indentation column to work correctly in the case when several
3962 syntactic elements are processed for the same line.
3963
3964 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3965 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3966 (c-set-offset): Added absolute indentation column settings by
3967 using the vector type.
3968
130c507e
GM
39692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3970
3971 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3972 Implemented two new cleanups `space-before-funcall' and
3973 `compact-empty-funcall'.
3974
130c507e
GM
39752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3976
3977 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3978 helping building regexps.
3979
3980 * cc-engine.el (c-on-identifier): New function for detecting
3981 identifiers. It takes keywords into account.
3982
3983 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3984 lists. `c-keywords' is set to a regexp matching all keywords
3985 in the current language.
3986
39872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3988
3989 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3990 list of characters to skip backwards over at the beginning of
3991 a statement, since it can precede string literals in Pike.
3992
39932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3994
3995 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3996 recognition when standing on the last line in a C++ comment
3997 with nothing but whitespace after the prefix.
3998
3999 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4000 given no limit argument.
4001
40022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4003
4004 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4005 recognition for the `[]= operator symbol in Pike.
4006
40072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4008
4009 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4010 around a bug in `eval-when-compile' in the byte compiler.
4011
4012 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4013 value when count is zero and there's no token start within the limit.
130c507e
GM
4014
4015 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4016 "prefix comments", i.e. comments which are followed by code on
4017 the same line.
4018
4019 * cc-mode-19.el: Fixes so that checks that must be done at
4020 compile time also are done then.
4021
40222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4023
4024 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4025 time and at runtime, and only when it's needed.
4026
40272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4028
4029 Major cleanup for less error prone and more warning free
4030 compilation, including some fixes for bugs due to different
4031 compilation orders. Thanks to Martin Buchholz for providing
4032 the basis for all this.
4033
4034 * cc-bytecomp.el: New file that provides some byte compilation
4035 features: It ensures that files always are loaded from the
4036 current source directory during compilation, and it provides a
4037 set of macros to turn off specific compiler warnings for
4038 specific symbols. (It's not CC Mode specific in any way.)
4039
4040 Fixed a nearly acyclic dependency tree (both runtime and
4041 compile-time) between all files.
4042
4043 * cc-defs.el: Separated all macros before the inline functions,
4044 to ensure correct compilation.
4045
4046 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4047 cc-defs.el to cc-engine.el and made it a function instead.
4048
4049 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4050 about char-after.
4051
4052 * cc-vars.el: Cope even when there isn't a custom package
4053 containing defcustom available.
4054
4055 * cc-make.el: Removed since it's no longer necessary.
4056
4057 README: Updated installation instructions.
4058
40592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4060
4061 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4062 improve the modularity: Moved all mode init stuff from
4063 cc-langs.el to cc-mode.el, including the keymap
4064 initialization; cc-langs now only contains the various
4065 variables for configuring the language syntax.
4066
83c9cb8e
SM
4067 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4068 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4069 dependency analysis suggests they belong there (which also
83c9cb8e 4070 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4071
40722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4073
4074 * cc-cmds.el (c-fn-region-is-active-p): New function that
4075 wraps the corresponding macro, for use in places that aren't
4076 compiled. Thanks to Martin Buchholz for pointing out this.
4077
83c9cb8e 4078 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4079
4080 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4081 add things to the bug report.
4082
40832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4084
4085 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4086 returned prefix could contain a newline when the search for a
4087 good prefix line failed.
4088
40892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4090
4091 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4092 (c-toggle-auto-hungry-state): Made the argument optional, as
4093 the documentation says it is.
4094
40952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4096
4097 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4098 multiline string syntax, #"...", as a cpp macro.
4099
7008ccac
GM
41002001-03-21 Paul Eggert <eggert@twinsun.com>
4101
83c9cb8e
SM
4102 * international/mule-cmds.el (set-locale-environment):
4103 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4104 caller specifies a non-nil locale name.
3c9449d0 4105
c2478129 41062001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4107
4108 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4109 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4110
117e4b0c
GM
41112001-03-20 Gerd Moellmann <gerd@gnu.org>
4112
7194219d
GM
4113 * follow.el (follow-avoid-tail-recenter): Doc fix.
4114
5721ae13
GM
4115 * custom.el (custom-set-variables): Avoid reversing the list
4116 of args needlessly.
4117
7b8bbf72
GM
4118 * startup.el (fancy-splash-head): Don't change the colors of the
4119 XPM image on a dark background.
4120
a91ad7c9
GM
4121 * comint.el (comint-exec-1): Set columns of the terminal to
4122 window-width instead of frame-width.
4123
fa88947e
GM
4124 * info.el (Info-scroll-down): Add missing WINDOW arg for
4125 pos-visible-in-window-p.
4126
1741905c
GM
4127 * ehelp.el (electric-help-mode-hook): Add defcustom.
4128
117e4b0c
GM
4129 * mail/sendmail.el (mail-mode): Activate case-folding in
4130 font-lock-defaults.
4131
e84c695d
SM
41322001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4133
4134 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4135 (completion-ignored-extensions): Remove duplicate ".class".
4136
fc774041
AS
41372001-03-19 Andreas Schwab <schwab@suse.de>
4138
83c9cb8e
SM
4139 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4140 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4141
c2c097cc
GM
41422001-03-19 Gerd Moellmann <gerd@gnu.org>
4143
4144 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4145 methods since there are not prefix input methods.
4146
fbe2e958
KH
41472001-03-19 Kenichi Handa <handa@etl.go.jp>
4148
83c9cb8e
SM
4149 * international/mule-cmds.el (read-input-method-name):
4150 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4151
da47e491
SM
41522001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4153
4154 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4155
4986c2c6 41562001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4157
4986c2c6
MK
4158 * ediff-util.el: Copyright years.
4159 (ediff-choose-syntax-table): New function.
4160 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4161
4986c2c6
MK
4162 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4163 with-syntax-table.
83c9cb8e 4164
4986c2c6 4165 * ediff.el: Date of last update, copyright years.
83c9cb8e 4166
4986c2c6 4167 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4168
4986c2c6
MK
4169 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4170 of Scott Bronson.
4171 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4172 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4173 Deleted functions.
4174 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4175 ex-token-list.
83c9cb8e 4176
4986c2c6 4177 * viper-util.el: Spaces, indentation.
83c9cb8e 4178
4986c2c6 4179 * viper.el: Changed version, modification time.
83c9cb8e 4180
3c799aec 41812001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4182
4183 * calendar/timeclock.el (timeclock-workday-remaining):
4184 Check whether `discrep' is non-null before using it.
3c799aec 4185
ae3ce418
JW
41862001-03-16 John Wiegley <johnw@gnu.org>
4187
4188 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4189 first-time checkins.
4190 (timeclock-log-data): Fixed problem with reading timelog log file.
4191 Resulting data in the "day list" was incorrect.
4192 (timeclock-find-discrep): Check if `timeclock-file' is readable
4193 before opening it.
4194 (timeclock-time-less-p): New function.
4195 (timeclock-day-base): New function.
4196 (timeclock-geometric-mean): New function.
4197 (timeclock-generate-report): Generate a summary report based on
4198 the contents of the log file. This uses `timeclock-log-data', and
4199 is an example of writing a timelog manipulation function.
4200 (timeclock-visit-timelog): A quick command for opening the timelog
4201 file.
4202 (timeclock-log-data): Bound the variable event.
4203
c8d4a9bb
KH
42042001-03-16 Kenichi Handa <handa@etl.go.jp>
4205
83c9cb8e
SM
4206 * international/mule-cmds.el (select-safe-coding-system):
4207 Fix typo: symbol-name -> symbol-value.
11d56c64 4208
c8d4a9bb
KH
4209 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4210 before substitute-in-file-name to handle double slashes in FILE
4211 correctly.
4212
c899e7e6
GM
42132001-03-15 Gerd Moellmann <gerd@gnu.org>
4214
4215 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4216 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4217
819dce0f
GM
42182001-03-14 Gerd Moellmann <gerd@gnu.org>
4219
697617d9
GM
4220 * bindings.el (features): Add `md5' and `overlay' to the list.
4221
819dce0f
GM
4222 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4223 bound before using it. It's not bound when configured without X,
4224 for instance.
4225
e0067a9d
TTN
42262001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4227
4228 * progmodes/hideshow.el: Update copyright.
4229 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4230 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4231
afcdc0a1
GM
42322001-03-13 Gerd Moellmann <gerd@gnu.org>
4233
e0067a9d 4234 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4235 a non-list.
4236
30564c48
EZ
42372001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4238
4239 * startup.el (fancy-splash-tail, command-line-1): Fix the
4240 copyright year.
4241
2b8e24b3
KH
42422001-03-13 Kenichi Handa <handa@etl.go.jp>
4243
4244 * term.el: These changes are based on a patch sent from Yong Lu
4245 <lyongu@yahoo.com>.
4246 (term-set-escape-char): Bind M-x to execute-extended-command in
4247 term-raw-escape-map.
4248 (term-move-columns): Don't try to move to negagive column.
4249 (term-emulate-terminal): Insert a string before deleting a text to
4250 overwrite.
4251
789b6186
GM
42522001-03-12 Gerd Moellmann <gerd@gnu.org>
4253
b0778a31
GM
4254 * play/life.el (life): Rearrange code so that all calls to
4255 life-display-generation are in a catch-form.
4256
04528cda
GM
4257 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4258 file that isn't interesting. In an interesting file, push the old
4259 value of point on the mark ring.
4260
760cefb5
GM
4261 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4262 New function.
4263 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4264 Use it.
4265
83c9cb8e
SM
4266 * emacs-lisp/autoload.el (generate-file-autoloads):
4267 Remove warning about line lengths.
789b6186 4268
a2ffbafe
FP
42692001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4270
4271 * progmodes/etags.el (tags-compression-info-list): New variable.
4272 (find-tag-in-order): Use it to deal with compressed source files.
4273 (tag-file-name-match-p): New function.
4274 (etags-recognize-tags-table): Use it for better match of file names.
4275
5c9d9d92
KH
42762001-03-12 Kenichi Handa <handa@etl.go.jp>
4277
ba3e9b9b
KH
4278 * international/mule-cmds.el (register-input-method): Doc fix.
4279
5c9d9d92
KH
4280 * international/quail.el (quail-translate-key): Fix condition to
4281 check if there's another breaking point in the current key.
4282
40beecee
EZ
42832001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4284
4285 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4286 Babyl header to the newly-created output file, bind
4287 coding-system-for-write to either rmail-file-coding-system or
4288 emacs-mule-unix.
4289
75c6cb7f
SM
42902001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4291
4292 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4293 Fix the name and regexp used for subsubsections.
4294
5ec17636
DL
42952001-03-10 Dave Love <fx@gnu.org>
4296
4297 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4298 and save-buffer if buffer-file-name non-nil. From rms.
4299
6d2e2c02
AS
43002001-03-10 Andre Spiegel <spiegel@gnu.org>
4301
4302 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4303 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4304 to reflect that.
4305 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4306 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4307 variable bindings that might affect the diff command.
4308 (vc-print-log): Don't switch to the *vc* buffer before the
4309 command, so that local variable bindings are preserved.
4310
789b6186 4311 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4312 not the current buffer.
4313 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4314
789b6186 4315 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4316 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4317
b18f5523
SM
43182001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4319
4320 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4321 so ^, $, *, ? and + are interpreted correctly.
4322
3cfd8357
GM
43232001-03-09 Gerd Moellmann <gerd@gnu.org>
4324
c085b77c 4325 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4326 mode-line-key-binding. Handle any event on a string.
4327 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4328
3cfd8357
GM
4329 * comint.el (comint-insert-clicked-input): Use the last key
4330 from this-command-keys to lookup the global key definition.
4331
348f797a
KH
43322001-03-09 Kenichi Handa <handa@etl.go.jp>
4333
3ebf3717
KH
4334 * international/characters.el: Add category `j' for
4335 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4336
348f797a
KH
4337 * international/mule-conf.el (no-conversion): Fix docstring.
4338 (raw-text): Fix docstring.
4339
e1fbabaf
GM
43402001-03-08 Gerd Moellmann <gerd@gnu.org>
4341
96e8e603
GM
4342 * simple.el (choose-completion-string): When not leaving the
4343 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4344 is set.
4345
e1fbabaf
GM
4346 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4347 parameter `(minibuffer . t)'.
4348
f9db8f19
SM
43492001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4350
4351 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4352 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4353 (sh-mode): Remove `make-local-variable' for unused var
4354 `font-lock-unfontify-region-function'.
4355
02756877
RS
43562001-03-07 Richard M. Stallman <rms@gnu.org>
4357
132bf46d
RS
4358 * info.el (Info-scroll-down): Fix previous change.
4359
02756877
RS
4360 * mail/rmail.el (rmail-toggle-header): Use a window which
4361 is showing the Rmail buffer, rather than the selected window.
4362
eeb24429
DL
43632001-03-07 Dave Love <fx@gnu.org>
4364
4365 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4366 now, to avoid problems with binding imenu directly to a mouse event.
4367
3bdf2660
GM
43682001-03-07 Gerd Moellmann <gerd@gnu.org>
4369
4370 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4371 second arg t.
4372
43732001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4374
4375 * log-edit.el (log-edit-common-indent): New var.
4376 (log-edit-set-common-indentation): Renamed from
4377 log-edit-delete-common-indentation. Use the new var.
4378 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4379
4380 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4381 (cvs-mode-add-change-log-entry-other-window):
4382 Don't presume change-log-default-name is defined.
4383
4384 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4385
4386 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4387 the "tree" operation as well.
4388
4389 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4390
4391 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4392 to match paragraph-start.
4393
4394 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4395 comment-start-skip and set comment-end-skip as well.
4396 (sgml-comment-indent): Fix for new value of comment-start-skip.
4397 (html-autoview-mode): Don't bother using make-local-hook.
4398
2ad02767
GM
43992001-03-07 Gerd Moellmann <gerd@gnu.org>
4400
189638d5 4401 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4402 variables, otherwise long Custom entries would make them ineffective.
189638d5 4403
2ad02767
GM
4404 * uniquify.el: Set maintainer to FSF.
4405
656f8cae
EZ
44062001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4407
4408 * dired-aux.el (dired-do-shell-command): Doc fix.
4409
c83965c4
SM
44102001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4411
04af43bc
SM
4412 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4413
4414 * which-func.el (which-func-modes): Add cperl-mode.
4415 (which-func-mode-global): Use define-minor-mode.
4416
4417 * info-look.el: Docstring fixes and dead code eliminated.
4418 (cperl-mode): Add support.
4419 (emacs-lisp-mode): List all entries from elisp manual, whether
4420 or not they are currently (f)bound or not. Update regexp.
4421
4422 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4423
c83965c4
SM
4424 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4425 so that C-h m shows the correct information.
4426 Use make-local-variable rather than make-variable-buffer-local.
4427 (cperl-info-buffer, cperl-setup-tmp-buf):
4428 Use make-local-variable rather than make-variable-buffer-local.
4429 (cperl-msb-fix, cperl-get-help-defer):
4430 Check major-mode for `cperl-mode' as well.
4431
4432 * progmodes/cperl-mode.el: Updated to author version 4.23.
4433 (cperl-electric-pod): SYNOPSIS was misspelled.
4434 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4435 (cperl-after-expr-p): Make true after __END__.
4436
f16a7aa5
GM
44372001-03-06 Gerd Moellmann <gerd@gnu.org>
4438
157ae273 4439 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4440 bookmark-completion-ignore-case is t.
157ae273 4441
f16a7aa5
GM
4442 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4443 switch, like xterm, and concat resource strings, with a newline
4444 between them.
4445
abaddb98
EZ
44462001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4447
a2ffbafe 4448 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4449 (cp773-decode-table, cp774-decode-table): New variables.
4450
abaddb98
EZ
4451 * man.el (Man-hyphenated-reference-regexp): New variable.
4452 (Man-build-references-alist): Use it to search for referenced
4453 manpages. If hyphenated is non-nil, record a concatenated word in
4454 Man-refpages-alist only if it matches Man-reference-regexp.
4455 Update word's length when it is concatenated. Reverse the list,
4456 to get the first manpage at the head.
4457 (Man-possibly-hyphenated-word): New function.
4458 (Man-follow-manual-reference): Use it instead of current-word to
4459 find a manpage at point, in a way that accounts for hyphenated
4460 references.
4461
eb3f61dd
GM
44622001-03-06 Alex Schroeder <alex@gnu.org>
4463
4464 * sql.el (sql-interbase): New function.
4465 (sql-interbase-program): New option.
4466 (sql-interbase-options): New option.
4467 And some typos fixed: "customise" to "customize".
4468
fa84f42a
DL
44692001-03-06 Dave Love <fx@gnu.org>
4470
83c9cb8e
SM
4471 * textmodes/flyspell.el (flyspell-region):
4472 Set up flyspell-local-mouse-map.
fa84f42a 4473
fda3411d
RS
44742001-03-05 Richard M. Stallman <rms@gnu.org>
4475
a2ffbafe 4476 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4477 Don't call rmail-beginning-of-message.
4478 Don't discard From: field. Do discard Received: field.
4479 Use unwind-protect to re-prune.
4480 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4481
e972ab1f
KH
44822001-03-06 Kenichi Handa <handa@etl.go.jp>
4483
4484 * international/quail.el (quail-title): Add autoload cookie.
4485
335db3c1
DL
44862001-03-05 Dave Love <fx@gnu.org>
4487
4488 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4489 new defs.
4490
278dd6ac
KH
44912001-03-05 Kenichi Handa <handa@etl.go.jp>
4492
83c9cb8e
SM
4493 * language/ethio-util.el (ethio-toggle-space):
4494 Update current-input-method-title if necessary.
36d5e61d
KH
4495 (ethio-toggle-punctuation): Likewise.
4496
341cd4f0
KH
4497 * international/quail.el (quail-title): Fix for the case that a
4498 title of an input method is specified by a list of the same form
4499 as used in mode-line-format.
4500
83c9cb8e
SM
4501 * international/mule-cmds.el (activate-input-method):
4502 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4503 respect that value.
4504
10ebaeb6
GM
45052001-03-05 Gerd Moellmann <gerd@gnu.org>
4506
4507 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4508
7a65c85c
GM
45092001-03-05 Alex Schroeder <alex@gnu.org>
4510
4511 * sql.el (sql-sybase): Fix typo (was: query user about server two
4512 times instead of server and database).
4513
4514 * sql.el (sql-sybase): Doc change.
4515 (sql-mysql): Doc change.
4516 (sql-postgres): Doc change.
4517
b86644f2
KH
45182001-03-05 Kenichi Handa <handa@etl.go.jp>
4519
83c9cb8e
SM
4520 * international/mule-conf.el (emacs-mule, raw-text):
4521 Docstring modified.
b86644f2 4522
e30bd7b7
EZ
45232001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4524
4525 * term/internal.el: Update copyright notice.
4526
4527 * term/pc-win.el: Update copyright notice.
4528
7e365285
DL
45292001-03-02 Dave Love <fx@gnu.org>
4530
83c9cb8e
SM
4531 * files.el (insert-file-contents-literally):
4532 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4533 not jka-compr-compression-info-list.
7e365285 4534
75ed43a6
SM
45352001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4536
4537 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4538 spaces in default comment-start-skip settings rather than \s-.
4539
53c4b1e6
EZ
45402001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4541
4542 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4543 default-frame-alist as well.
4544
028d739a
DL
45452001-03-01 Dave Love <fx@gnu.org>
4546
4547 * textmodes/reftex.el (defvar): Wrap some defvars in
4548 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4549
4550 * subr.el (event-basic-type): Doc fix.
4551
4552 * international/quail.el: Doc fixes.
4553
4554 * international/utf-8.el: Doc fixes.
4555
4556 * international/mule-cmds.el: Doc fixes.
4557 (leim-list-header): Fix header text.
4558
4559 * international/mule.el (coding-system-category): Doc fix.
4560
4561 * international/ccl.el (ccl-compile): Doc fix.
4562
15d1caef
SM
45632001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4564
4565 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4566 rather than (before|after)-change-functions.
4567
f84ff02c
GM
45682001-03-01 Gerd Moellmann <gerd@gnu.org>
4569
4570 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4571 scroll-left and scroll-right being called interactively so that
4572 they set the window's min_hscroll.
4573
e0c1e774
EZ
45742001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4575
4576 * info.el (info-insert-file-contents-1): Accept an additional
4577 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
4578 `suffix'; otherwise use the complicated MS-DOS code.
4579 All callers changed.
e0c1e774
EZ
4580 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4581 can access long file names, try the long file-name version of
4582 `info-insert-file-contents-1', then the short file-name version.
4583
b8b2ea31 45842001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 4585
af122766
KH
4586 * language/ethio-util.el (setup-ethiopic-environment-internal):
4587 Change bindings of functions keys to conform to "Emacs Lisp Coding
4588 Convention".
4589
4590 * language/ethiopic.el ("Ethiopic"): Add documentation.
4591
b8b2ea31
KH
45922001-02-28 Kenichi Handa <handa@etl.go.jp>
4593
1d64e2ad
KH
4594 * international/utf-8.el (mule-utf-8): Set coding-category
4595 property to coding-category-utf-8.
4596
91cb6e51
RS
45972001-02-27 Richard M. Stallman <rms@gnu.org>
4598
4599 * lpr.el (lpr-page-header-switches, print-region-1):
4600 Undo 2000-07-06 change.
7298f3f7
RS
4601 (lpr-add-switches): Default to t on gnu/linux.
4602
c0cb1027
GM
46032001-02-27 Gerd Moellmann <gerd@gnu.org>
4604
4605 * bs.el (bs-attributes-list): Doc fix.
4606
01459648
GM
46072001-02-26 Gerd Moellmann <gerd@gnu.org>
4608
baebd8a5 4609 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 4610
01459648
GM
4611 * help.el (view-order-manuals): Use goto-address.
4612
4613 * startup.el (command-line-1): Add info about ordering manuals
4614 to the not so fancy splash screens.
4615
f93e614e
AS
46162001-02-26 Andre Spiegel <spiegel@gnu.org>
4617
01459648
GM
4618 * vc.el (vc-default-workfile-unchanged-p)
4619 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 4620
12435002
GM
46212001-02-26 Gerd Moellmann <gerd@gnu.org>
4622
a2ffbafe 4623 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
4624 fontify in the right buffer.
4625
12435002
GM
4626 * allout.el (outline-flag-region): Move macro in front of first
4627 use to avoid a run-time error.
4628
425de386
AI
46292001-02-24 Andrew Innes <andrewi@gnu.org>
4630
4631 * makefile.w32-in: Fix copyright notice.
4632
66c56ed1
KH
46332001-02-24 Kenichi Handa <handa@etl.go.jp>
4634
4c1593ce
KH
4635 * international/utf-8.el (mule-utf-8): Set correct value for
4636 valid-codes property.
4637
66c56ed1
KH
4638 * international/fontset.el (x-complement-fontset-spec): In the
4639 case that we use ASCII font for the other charsets, use only
15d1caef 4640 family and registry part of it.
66c56ed1 4641
119171dd
EZ
46422001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4643
4644 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4645 (shrink-window-if-larger-than-buffer): Doc fix.
4646
932c309e
SM
46472001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4648
4649 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4650 predicate passed to completing-read.
4651
9b760e36
EZ
46522001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4653
4654 * startup.el (command-line): Fix last change.
4655
5c39a60f
JR
46562001-02-23 Jason Rumney <jasonr@gnu.org>
4657
4658 * startup.el (tool-bar-originally-present): New variable.
4659 (command-line): Set it if the tool-bar is switched on at startup.
4660
4661 * frame.el (frame-notice-user-settings): Only adjust frame height
4662 for no tool-bar case if tool-bar was originally switched on.
796ead7e 4663 From E. Jay Berkenbilt.
5c39a60f 4664
cb91b2c7
SM
46652001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4666
39b557e8
SM
4667 * server.el (server-switch-buffer): Only switch window if the
4668 current one is dedicated.
4669
cb91b2c7
SM
4670 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4671 rather than using (match-beginning 0) when searching for break point.
4672
9238a8df
EZ
46732001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4674
4675 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4676 @ follows an accent command such as @'. Support optional braces
4677 in commands that insert accents, like makeinfo does.
4678
3473f362
GM
46792001-02-22 Gerd Moellmann <gerd@gnu.org>
4680
4681 * startup.el (fancy-splash-text): Add a line for ordering
4682 manuals. Reverse order of splash screens shown.
4683 (use-fancy-splash-screens-p): Adapt to the text line added.
4684
4685 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4686 manuals from the FSF.
4687
4688 * help.el (view-order-manuals): New function.
4689 (toplevel): Bind C-h C-m to this function.
4690
76a4de07
SM
46912001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4692
4693 * newcomment.el (comment-forward): Skip the comment-start before
4694 searching for the comment-end.
4695
75b71d85
DL
46962001-02-21 Dave Love <fx@gnu.org>
4697
2f4c9a87
DL
4698 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4699
75b71d85
DL
4700 * international/mule-cmds.el, international/mule.el: Doc fixes.
4701
ffc9ff0c
GM
47022001-02-21 Gerd Moellmann <gerd@gnu.org>
4703
4704 * startup.el (fancy-splash-screens): Use display-hourglass
4705 instead of display-busy-cursor.
4706
4707 * frame.el (display-hourglass): Renamed from busy-cursor.
4708 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4709 (show-cursor-in-non-selected-windows): Doc fix.
4710
f34eb373
DL
47112001-02-20 Dave Love <fx@gnu.org>
4712
4713 * international/utf-8.el: Doc and commentary fixes.
4714
f55e4a7e
EZ
47152001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4716
4717 * ehelp.el (with-electric-help): Doc fix.
4718
fa97adf6
GM
47192001-02-20 Gerd Moellmann <gerd@gnu.org>
4720
4721 * msb.el (msb-mode): Call the update-buffers function explicitly
4722 with a FORCE argument.
4723
4724 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4725 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4726 returns nil.
4727
54ed3bd2
GM
47282001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4729
4730 * ps-print.el: Timestamp package replacement. Some enhancements.
4731 Some XEmacs compatibility. Doc fix.
4732 (ps-print-version): New version number (6.4).
4733 (ps-printer-name): Initialization fix.
4734 (ps-zebra-stripe-follow): Funcionality enhancement.
4735 (ps-prologue-file): Code enhancement.
4736 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4737 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4738 (ps-get-page-dimensions)
54ed3bd2
GM
4739 (ps-generate-header, ps-begin-file, ps-begin-job)
4740 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4741 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4742 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4743 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4744
e8ebf97d
MB
47452001-02-20 Miles Bader <miles@gnu.org>
4746
4747 * image-file.el (image-file-name-extensions): Add "tif".
4748
136b27c5
GM
47492001-02-19 Gerd Moellmann <gerd@gnu.org>
4750
4751 * wid-edit.el (widget-button-click): Save the selected window
4752 around the code handling clicks on buttons.
4753
6ebbcf59
DL
47542001-02-18 Dave Love <fx@gnu.org>
4755
4756 * imenu.el (imenu--generic-function): Use mapc to iterate over
4757 syntax characters.
4758
595ded73
RS
47592001-02-17 Richard M. Stallman <rms@gnu.org>
4760
b9fe3dc8
RS
4761 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4762
595ded73
RS
4763 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4764
f3f053f3
GM
47652001-02-16 Gerd Moellmann <gerd@gnu.org>
4766
4767 * mouse.el (mouse-save-then-kill): If the distance from the new
4768 point to the mark is equal to the distance of point from the new
4769 point, move point instead of the mark.
4770
11570a8f
DL
47712001-02-16 Dave Love <fx@gnu.org>
4772
4773 * textmodes/flyspell.el (flyspell-get-word): Return string without
4774 properties.
4775
fb339cd5
EZ
47762001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4777
4778 * generic.el (generic-find-file-regexp): Doc fix.
4779 (generic-ignore-files-regexp): New defcustom.
4780 (generic-mode-find-file-hook): If the file's name matches the
4781 regexp in `generic-ignore-files-regexp', don't enter
4782 default-generic-mode. Doc fix.
4783
c56b1c1b
GM
47842001-02-16 Gerd Moellmann <gerd@gnu.org>
4785
a2ffbafe 4786 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4787 Add autoload cookies.
4788
a2ffbafe 4789 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4790 of cal-tex-24.
4791
0d140e65
EZ
47922001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4793
81558867
EZ
4794 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4795
0d140e65
EZ
4796 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4797 the character class after the (optional) drive, to support file
4798 names with embedded blanks.
4799
713f7b15
SS
48002001-02-15 Sam Steingold <sds@gnu.org>
4801
4802 * textmodes/tex-mode.el (tex-shell-running):
4803 Check the process buffer too.
4804
9a2a6f73
DL
48052001-02-15 Dave Love <fx@gnu.org>
4806
4807 * battery.el (battery-status-function): Fix doc, :type.
4808
15d1caef 4809 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4810
fe10cef0
GM
48112001-02-15 Gerd Moellmann <gerd@gnu.org>
4812
4813 * subr.el (read-passwd): Clear Lisp memory holding password.
4814
126f5d4d
MB
48152001-02-15 Miles Bader <miles@gnu.org>
4816
4817 * info.el (Info-copy-current-node-name): New function.
4818 (Info-mode-menu): Add it to the menu.
4819
92e98d63
RS
48202001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4821
4822 * international/mule-cmds.el (toggle-input-method): Doc fix.
4823
dd4e0e55
SM
48242001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4825
4826 * replace.el (occur): Stop at end of buffer.
4827
402dbbd1
EZ
48282001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4829
4830 * international/mule-cmds.el (set-input-method): Another doc fix.
4831
e9fcba3d
GM
48322001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4833
4834 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4835
78ad1cd5
MB
48362001-02-13 Miles Bader <miles@gnu.org>
4837
713f7b15 4838 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4839 (set-face-stipple): Treat a value of nil as being `unspecified'.
4840
fce9d9dc
DL
48412001-02-12 Dave Love <d.love@dl.ac.uk>
4842
4843 * international/latin1-disp.el: Doc fixes.
4844 (latin1-display) <defgroup>: Add :link.
4845 (latin1-display) <function>: Set variable latin1-display.
4846
bc406911
EZ
48472001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4848
4849 * international/mule-cmds.el (set-input-method): Doc fix.
4850
68514d48
EL
48512001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4852
4853 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4854 (speedbar-line-file): Return nil if not a file.
4855 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4856
513bea45 48572001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4858
513bea45
MK
4859 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4860 for remote files.
bc406911 4861 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4862 with raw-text.
713f7b15 4863
513bea45 4864 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4865
83c9cb8e
SM
4866 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4867 Better handling of the diff mode.
713f7b15 4868
513bea45 4869 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4870
bc406911 4871 * viper.texi: Fix typos.
713f7b15 4872
521d4010
DL
48732001-02-11 Dave Love <fx@gnu.org>
4874
36fd8e17
DL
4875 * shadowfile.el: Doc fixes.
4876 (shadow) <defgroup>: Add :link.
4877 (shadowfile-unload-hook): New function.
4878 (shadow-initialize): Use defalias, not fset.
4879 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4880 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4881
521d4010
DL
4882 * international/mule.el: Doc and message fixes.
4883
36fd8e17
DL
4884 * international/ccl.el (define-ccl-program): Doc fix.
4885
92395bbe
KH
48862001-02-11 Kenichi Handa <handa@etl.go.jp>
4887
4888 * faces.el (mode-line): Set :line-width property to -1.
4889
103db06c
RS
48902001-02-10 Richard M. Stallman <rms@gnu.org>
4891
08b78974
RS
4892 * complete.el (partial-completion-mode): Doc fix.
4893
103db06c
RS
4894 * simple.el (delete-key-deletes-forward-mode):
4895 Change `let' to `let*' to fix gross bug in last change.
4896
4897 * repeat.el (repeat): Don't let execute-kbd-macro alter
4898 real-last-command.
4899
a6a1ee53
EZ
49002001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4901
4902 * simple.el (eval-expression): Doc fix.
4903
d2f288c6
DL
49042001-02-09 Dave Love <fx@gnu.org>
4905
038f4ae3
DL
4906 * imenu.el (imenu-generic-expression): Doc fix.
4907
83c9cb8e
SM
4908 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4909 From Juanma Barranquero.
038f4ae3 4910
15d1caef 4911 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 4912
9804b846
KH
49132001-02-09 Kenichi Handa <handa@etl.go.jp>
4914
4915 * faces.el (set-face-attribute): Describe the case of a negative
4916 value specified for :line-width.
4917
532f5197
SM
49182001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4919
4920 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 4921 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 4922
1d279666
DL
49232001-02-08 Dave Love <fx@gnu.org>
4924
4681ca3a
DL
4925 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4926 widget-plist-value-type.
4927 (widget-alist-convert-widget): Replace binding of
4928 widget-alist-value-type.
4929
1d279666
DL
4930 * textmodes/paragraphs.el (sentence-end): Doc fix.
4931
83c9cb8e
SM
4932 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4933 Remove `backward-line'.
1d279666 4934
532f5197
SM
4935 * play/pong.el (pong-blank-color, pong-bat-color)
4936 (pong-ball-color, pong-border-color, pong-left-key)
4937 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4938 (pong-pause-key, pong-resume-key, pong-timer-delay):
4939 * mail/mh-comp.el (mh-compose-letter-function):
4940 * eshell/esh-mode.el (eshell-skip-prompt-function):
4941 * emulation/viper-ex.el (ex-unix-type-shell-options):
4942 * recentf.el (recentf-menu-filter):
4943 * ps-print.el (ps-print-region-function):
4944 * lpr.el (print-region-function):
4945 * forms.el (forms-mode-hooks):
4946 * dirtrack.el (dirtrack-directory-change-hook):
4947 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4948 * textmodes/spell.el (spell-filter):
4949 * textmodes/fill.el (adaptive-fill-function):
4950 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4951 * progmodes/etags.el (find-tag-default-function):
4952 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
4953 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4954
6f676109
EZ
49552001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4956
751d3bc4
EZ
4957 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4958 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4959 Meyering <jim@meyering.net>.
4960
6f676109
EZ
4961 * loadup.el: Revert last change.
4962
d3c26cdf
KH
49632001-02-07 Kenichi Handa <handa@etl.go.jp>
4964
83c9cb8e
SM
4965 * international/mule.el (transform-make-coding-system-args):
4966 Make it work also for coding systems not using CCL.
d3c26cdf 4967
44806980
EZ
49682001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4969
9889af08
EZ
4970 * simple.el (previous-matching-history-element)
4971 (next-matching-history-element): Doc fix.
4972
44806980
EZ
4973 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4974 specific part.
4975
1e36ff68
DL
49762001-02-06 Dave Love <fx@gnu.org>
4977
713f7b15 4978 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4979 (add-log-buffer-file-name-function, add-log-file-name-function):
4980 Fix :type.
4981 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4982
c7ca58df
EZ
49832001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4984
fecd556a
EZ
4985 * info.el (info-initialize): Remove the test for system-type when
4986 invocation-directory is non-nil.
4987
c7ca58df
EZ
4988 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4989 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4990
587b5737
AI
49912001-02-06 Andrew Innes <andrewi@gnu.org>
4992
4993 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4994 absolute.
4995
baf7eee4
GM
49962001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4997
4998 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4999 buffers. When hi-lock turned on rather than only checking current
5000 buffer for regexps, all buffers are checked. Moved activation of
5001 font-lock to hi-lock-refontify. When font-lock turned off rather
5002 than removing added highlighting just in current buffer, remove it
5003 in all buffers. Changed edit menu text from "Automatic
5004 Highlighting" to "Regexp Highlighting" Documentation for
5005 highlighting phrases, minor documentation changes.
5006 (hi-lock-set-file-patterns): Execute only if there are new or
5007 existing file patterns.
5008 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5009 unfontify and, if a support mode is active, will not refontify the
5010 whole buffer. If necessary, turn on font lock. (Removed
5011 font-lock-unfontify and font-lock support-mode-specific calls,
5012 such as lazy-lock-fontify-window.)
5013 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5014 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5015 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5016 (hi-lock-face-phrase-buffer): New function. Also added related
5017 menu item and keybinding.
5018 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5019 (hi-lock-process-phrase): New function.
5020 (hi-lock-line-face-buffer): Doc fixes.
5021 (hi-lock-face-buffer): Doc fixes.
5022 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5023
36710aa6
GM
50242001-02-06 Gerd Moellmann <gerd@gnu.org>
5025
5026 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5027 dabbrev-ignored-regexps.
5028
d3f22784
EZ
50292001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5030
5031 * simple.el (kill-line): Doc fix.
5032
5cb3c8d4
DL
50332001-02-05 Dave Love <fx@gnu.org>
5034
5035 * loadup.el: Revert last two changes -- bootstrapping works with
5036 regenerated loaddefs.
5037
e6297e7d
EZ
50382001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5039
1e14b095
EZ
5040 * isearch.el (isearch-forward): Doc fix.
5041
e6297e7d
EZ
5042 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5043 of font-lock-defaults to backward-paragraph.
5044
e16f52ce
GM
50452001-02-05 Gerd Moellmann <gerd@gnu.org>
5046
5047 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5048 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5049
01d19dd7
GM
50502001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5051
5052 * ebnf2ps.el: Eliminate time-stamp functions.
5053 (ebnf-version): New version (3.5).
5054 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5055 format-time-string.
5056
24886813
GM
50572001-02-05 Gerd Moellmann <gerd@gnu.org>
5058
5059 * simple.el (next-line): Goto end-of-line before inserting a newline.
5060
65e70fc4
MB
50612001-02-05 Miles Bader <miles@gnu.org>
5062
5063 * image-file.el (insert-image-file): When visiting an image, also
5064 set `truncate-lines' to t so that any fringe arrow looks correct.
5065
482f06c9
KH
50662001-02-05 Kenichi Handa <handa@etl.go.jp>
5067
5068 * isearch.el (isearch-forward): Add description about input method
5069 in the docsting.
5070
02399da7
SM
50712001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5072
5073 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5074
2c366083
EZ
50752001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5076
5077 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5078 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5079
bdadfce3
GM
50802001-02-02 Gerd Moellmann <gerd@gnu.org>
5081
79fb38c0
GM
5082 * wid-edit.el (widget-button-click): Fix last change.
5083
bdadfce3
GM
5084 * frame.el (frame-notice-user-settings): When resizing the initial
5085 frame because the tool bar is off, also change the frame's top
5086 position if a negative top position was specified.
5087
33155ffb
MB
50882001-02-02 Miles Bader <miles@gnu.org>
5089
5090 * image-file.el (insert-image-file): When visiting an image,
5091 suppress the cursor in the image buffer.
5092
1355ba0c
DL
50932001-02-01 Dave Love <fx@gnu.org>
5094
5095 * progmodes/f90.el (f90-mode): Remove startup message.
5096
fb758d2d 5097 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5098
01acdb05
GM
50992001-02-01 Gerd Moellmann <gerd@gnu.org>
5100
5101 * startup.el (command-line): Fix code determining whether or not
5102 to use delete-key-deletes-forward-mode.
5103
5b1ee316
AS
51042001-02-01 Andre Spiegel <spiegel@gnu.org>
5105
5106 * vc.el (vc-diff-switches): New user option.
5107 (vc-version-diff): Use it.
5108 (vc-diff-switches-list): New macro.
5109
83c9cb8e
SM
5110 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5111 New customization options.
5b1ee316
AS
5112 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5113
5114 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5115
00b1e7a1
GM
51162001-02-01 Gerd Moellmann <gerd@gnu.org>
5117
5118 * msb.el (toplevel): Quote hook symbols.
5119
85827036
KH
51202001-02-01 Kenichi Handa <handa@etl.go.jp>
5121
8e028499 5122 * international/mule.el (make-coding-system): Add description
3c948dde 5123 about recognized properties in the docstring.
8e028499 5124
85827036
KH
5125 * international/mule-conf.el: Remove unused charsets
5126 mac-roman-lower and mac-roman-upper.
5127
7ccf7ab9
GM
51282001-01-31 Gerd Moellmann <gerd@gnu.org>
5129
2441692d
GM
5130 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5131 is in front of the left-margin, if any.
5132
ee5cece0
GM
5133 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5134 like `delete'.
5135
83c9cb8e 5136 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5137
7ccf7ab9
GM
5138 * term/w32-win.el (mouse-set-font): Doc fix.
5139
b4f30ec5 51402001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5141
b4f30ec5
GM
5142 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5143 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5144 on already.
5145
03e0fe6e
GM
51462001-01-31 Markus Rost <rost@math.ohio-state.edu>
5147
5148 * files.el (save-buffer): Don't give message if (buffer-file-name)
5149 returns nil.
713f7b15 5150
8f289acc
EZ
51512001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5152
cb4aae04
EZ
5153 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5154
dbd98b19
EZ
5155 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5156 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5157
8f289acc
EZ
5158 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5159 display problems.
5160
c12553c1
KH
51612001-01-31 Kenichi Handa <handa@etl.go.jp>
5162
c7bf5db9
KH
5163 * international/mule.el (charset-info): Fix docstring.
5164
5165 * international/mule-diag.el (describe-character-set): Check final
5166 char valid before printing it.
c12553c1 5167
14f16b9c
GM
51682001-01-30 Gerd Moellmann <gerd@gnu.org>
5169
efaa080b
GM
5170 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5171
eef93f99
GM
5172 * frame.el (frame-notice-user-settings): Do the tool-bar
5173 stuff only for graphical displays. Fix a braino.
713f7b15 5174
14f16b9c
GM
5175 * frame.el (frame-initialize): Create initial frame visible.
5176 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5177 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5178
5179 * startup.el (command-line): Remove manipulation of frame
5180 height for tool bars.
5181
4ad25e43
EZ
51822001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5183
5184 * lpr.el: Compatibility with XEmacs and doc fixes.
5185 (lpr-windows-system, lpr-lp-system): New vars.
5186 (lpr-printer-switch): New defcustom.
5187 (printer-name, lpr-command): Customization fix.
5188 (print-region-1): Code fix.
5189 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5190 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5191 New functions.
4ad25e43 5192
e8f044a0
GM
51932001-01-29 Gerd Moellmann <gerd@gnu.org>
5194
5195 * msb.el (toplevel): Fix the eval-after-load.
5196
850d5045
GM
51972001-01-29 Dave Love <fx@gnu.org>
5198
762fe76e
DL
5199 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5200
5201 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5202
83c9cb8e 5203 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5204 (tcl-using-emacs-19-23): Consider Emacs 21+.
5205 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5206 (tcl-add-emacs-menu): Supply menu name.
5207 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5208
3a768251
GM
52092001-01-29 Gerd Moellmann <gerd@gnu.org>
5210
5211 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5212
274d02f7
SM
52132001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5214
5215 * pcvs.el (cvs-mark-fis-dead): New function.
5216 (cvs-mode-add): Use it.
5217 (cvs-mode-add-change-log-entry-other-window):
5218 Rebind change-log-default-name to itself rather than to nil.
5219
ed5d446e
SS
52202001-01-29 Sam Steingold <sds@gnu.org>
5221
efaa080b 5222 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5223 `autoload' statements.
5224
e2a80284
EZ
52252001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5226
8e1db7b3
EZ
5227 * files.el (confirm-kill-emacs): Doc fix.
5228
ff2a1c79
EZ
5229 * frame.el (frame-initialize): Doc fix.
5230
e7b0deaf
EZ
5231 * time-stamp.el (time-stamp-string): Doc fix.
5232
83c9cb8e
SM
5233 * woman.el (WoMan-log-1): Make the log buffer writable.
5234 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5235
005913e4
GM
52362001-01-29 Gerd Moellmann <gerd@gnu.org>
5237
5238 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5239 the `make-variable-buffer-local'.
5240
58622cc5
GM
52412001-01-29 Dave Love <fx@gnu.org>
5242
5243 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5244 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5245 Add autoload cookie.
58622cc5
GM
5246 (ansi-color-apply-sequence): Fix typo.
5247
0404d031
GM
52482001-01-29 Gerd Moellmann <gerd@gnu.org>
5249
ed5d446e 5250 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5251 Postscript printing in black and white.
5252
0404d031
GM
5253 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5254 X-Mailman-Version, Precedence, List-Help, List-Post,
5255 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5256 Content-Type, Content-Length.
5257
3b6ed359
DL
52582001-01-29 Dave Love <fx@gnu.org>
5259
ddd16e7a
DL
5260 * elide-head.el (elide-head): Make overlay evaporate.
5261
83c9cb8e 5262 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5263
8005142f
EZ
52642001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5265
5266 * isearch.el (isearch-highlight): Don't punt if the display
5267 doesn't support colors, since isearch faces are defined for
5268 monochrome displays as well.
5269
84728570
SS
52702001-01-27 Sam Steingold <sds@gnu.org>
5271
5272 * shell.el (shell-write-history-on-exit): Make sure that we are in
5273 the shell buffer (M-x tex-file RET inserted the error message into
5274 the TeX buffer).
5275
e26f9ced
EZ
52762001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5277
5278 * simple.el (transient-mark-mode): Doc fix.
5279
dc0274bd
GM
52802001-01-27 Gerd Moellmann <gerd@gnu.org>
5281
83c9cb8e 5282 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5283
c1acacc4
EZ
52842001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5285
f5058b96
EZ
5286 * shell.el (shell-unquote-argument): If the shell is one of the
5287 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5288 quote character.
5289 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5290 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5291
c1acacc4 5292 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5293 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5294
103db06c 52952001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5296
84728570 5297 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5298 Treat a one-capital-letter abbrev as "not all upper case",
5299 so as to force preservation of the expansion's pattern
5300 if the expansion starts with a capital letter.
5301
cfa70244
EZ
53022001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5303
cfee9de7
EZ
5304 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5305 Doc fix.
5306
cfa70244
EZ
5307 * simple.el (transient-mark-mode): Document the fact that many
5308 commands act on the region when mark is active.
5309
17d90d6b
KH
53102001-01-27 Kenichi Handa <handa@etl.go.jp>
5311
5312 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5313 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5314 (quail-show-guidance-buf): Make the multibyteness of current
5315 buffer inherited to Quail guidance buffer.
5316 (quail-help): Make the multibyteness of current buffer inherited
5317 to Quail help buffer.
5318
61076b20
DL
53192001-01-26 Dave Love <fx@gnu.org>
5320
c47e2c68
DL
5321 * time-stamp.el: Doc fixes.
5322
84728570 5323 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5324 (delphi-keyword-face, delphi-other-face): Fix :type.
5325
940f14b4
DL
5326 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5327
5328 * mail/feedmail.el (feedmail): Add :link.
5329 (feedmail-send-it): Doc fix.
5330
5331 * mail/sendmail.el: Doc fixes.
5332 (sendmail-send-it): Fix the non-ASCII regexp and use
5333 rfc2047-encode-string.
5334
61076b20
DL
5335 * dired.el, dired-aux.el: Revert last change.
5336
6c317bd2
GM
53372001-01-26 Gerd Moellmann <gerd@gnu.org>
5338
5339 * makefile.w32-in (DONTCOMPILE): Add various term files.
5340
53412001-01-26 Dave Love <fx@gnu.org>
5342
5343 * Makefile.in (DONTCOMPILE): Add various term files.
5344
1c636b5f
GM
53452001-01-26 Gerd Moellmann <gerd@gnu.org>
5346
af900b23
GM
5347 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5348
15fa6db0 5349 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5350 the echo area is resized to fit the size of the startup message.
15fa6db0 5351
1c636b5f
GM
5352 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5353 part of which is a constant.
5354
9b1adbd5
EZ
53552001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5356
83c9cb8e 5357 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5358
103db06c 53592001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5360
5361 * simple.el (next-line): Don't let `newline' expand abbrevs.
5362 Simplify slightly.
5363 (open-line): Don't let `newline' expand abbrevs.
5364
219227ea
JW
53652001-01-25 John Wiegley <johnw@gnu.org>
5366
5367 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5368 to `repeat' in the :type field.
5369
5370 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5371 allow a choice of regexp or nil.
d2906bf8 5372 (pcomplete-dir-ignore): Same.
219227ea
JW
5373
5374 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5375 a command) to always fail.
5376
ceba0dac
GM
53772001-01-25 Gerd Moellmann <gerd@gnu.org>
5378
5379 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5380 discard the result.
5381 (iswitchb-to-end): Likewise.
5382
9b0630e5
SS
53832001-01-25 Sam Steingold <sds@gnu.org>
5384
5385 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5386 Require vc.
9b0630e5 5387
a2ed9670
SM
53882001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5389
f0c1adab
SM
5390 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5391
a2ed9670
SM
5392 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5393
34ac3367
DL
53942001-01-25 Dave Love <fx@gnu.org>
5395
61076b20
DL
5396 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5397 (describe-coding-system): Tweak the English text.
5398
34ac3367
DL
5399 * loadup.el: Preload international/ccl for utf-8.
5400
4685e6b7
EZ
54012001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5402
5403 * mail/rmail.el (rmail-redecode-body): Doc fix.
5404
0fdb4475
KH
54052001-01-25 Kenichi Handa <handa@etl.go.jp>
5406
83c9cb8e
SM
5407 * international/mule-cmds.el (reset-language-environment):
5408 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5409
83c9cb8e
SM
5410 * international/mule-conf.el (coding-category-utf-8):
5411 Initialize to mule-utf-8.
0fdb4475 5412
9b0630e5 5413 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5414
5415 * international/utf-8.el: New file.
5416
245ed2b1
SM
54172001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5418
5419 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5420
e95b0c08
SS
54212001-01-24 Sam Steingold <sds@gnu.org>
5422
5423 * dired.el (dired-replace-in-string): Removed.
5424 (dired-sort-toggle): Use `replace-regexps-in-string'
5425 instead of `dired-replace-in-string'.
9b0630e5 5426
ceba0dac
GM
5427 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5428 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5429
e95b0c08
SS
5430 * gs.el (gs-replace-in-string): Removed.
5431 (gs-options): Use `replace-regexps-in-string'
5432 instead of `gs-replace-in-string'.
5433
c3902c3e
EZ
54342001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5435
5436 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5437 bug report is mailed to an email list and posted to a news group.
5438
b66b6aeb
GM
54392001-01-24 Gerd Moellmann <gerd@gnu.org>
5440
83c9cb8e
SM
5441 * comint.el (comint-replace-by-expanded-history-before-point):
5442 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5443
b66b6aeb
GM
5444 * startup.el (tool-bar-images-pixel-height): New variable.
5445 (command-line): After loading the user's init file, when
5446 tool-bar-mode is on, increase the frame's size by some lines for
5447 the tool-bar.
5448
5449 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5450
ff890e66
SZ
54512001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5452
5453 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5454 (chinese-big5): MIME:Big5.
5455
04363179
GM
54562001-01-24 Gerd Moellmann <gerd@gnu.org>
5457
e95b0c08 5458 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5459 Handle commands with prefix args.
5460
d56aaa64
GM
54612001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5462
5463 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5464 being a list of numbers.
5465 (diary-mail-entries): Rewritten.
5466
99858627
DL
54672001-01-23 Dave Love <fx@gnu.org>
5468
7aeb1fa9
DL
5469 * international/mule.el (make-coding-system): Fix typo.
5470
83c9cb8e
SM
5471 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5472 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5473
5a43decf
EZ
54742001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5475
5476 * font-lock.el (font-lock-mode): Doc fix.
5477
b0e98867
KH
54782001-01-23 Kenichi Handa <handa@etl.go.jp>
5479
5480 * international/mule.el (make-translation-table): Fix docstring.
5481
9c8acefd
EZ
54822001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5483
fd4976b8
EZ
5484 * mail/rmail.el (rmail-redecode-body): New function.
5485
9c8acefd
EZ
5486 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5487
871e0439
GM
54882001-01-22 Gerd Moellmann <gerd@gnu.org>
5489
21c2bbe0
GM
5490 * isearch.el (isearch-lazy-highlight-case-fold-search)
5491 (isearch-lazy-highlight-regexp): New variables.
5492 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5493 case-fold search or regexp search has been toggled.
5494
5710730c
GM
5495 * wid-edit.el (widget-button-click): Avoid a save-excursion
5496 around running a global binding.
5497
871e0439
GM
5498 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5499 to 0.25.
5500
d0554957
MB
55012001-01-20 Miles Bader <miles@gnu.org>
5502
5503 * cus-edit.el (custom-face-save): Do post-processing on the face's
5504 new value like `custom-face-set' does.
5505
1519f618
EZ
55062001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5507
ccd87890
EZ
5508 * mail/emacsbug.el (report-emacs-bug): Report the value of
5509 LC_CTYPE, not LC_TYPE.
5510
1519f618
EZ
5511 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5512 isearch-toggle-regexp and isearch-edit-string to doc string.
5513
9724173b
GM
55142001-01-19 Gerd Moellmann <gerd@gnu.org>
5515
48bb9196
GM
5516 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5517 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5518
e95b0c08 5519 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5520 font-lock-beginning-of-syntax-function to nil.
5521
dc81f8a2
EZ
55222001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5523
5524 * mail/emacsbug.el (report-emacs-bug): Report values of
5525 locale-coding-system, default-enable-multibyte-characters, and the
5526 environment variables LC_ALL, LC_TYPE, and LANG.
5527
99327974
GM
55282001-01-19 Gerd Moellmann <gerd@gnu.org>
5529
83c9cb8e 5530 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5531
2be6ecc6
GM
5532 * font-lock.el (font-lock-multiline): Default to nil.
5533 (font-lock-default-fontify-region): If font-lock-multiline is
5534 nil, don't check the property `font-lock-multiline'.
5535
99327974
GM
5536 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5537 is nil, don't check the `font-lock-multiline' text property.
5538
2550055a
MK
55392001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5540
0a949811 5541 * viper.el: Call initial-major-mode on startup.
e95b0c08 5542
0a949811 5543 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5544
8501998a 5545 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5546
2550055a 55472001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5548
0a949811 5549 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5550 diff mode, if available.
e95b0c08 5551
0a949811 55522001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5553
8501998a 5554 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5555
2550055a
MK
5556 * ediff-init.el (subst-char-in-string): Define and use it, unless
5557 it's already defined.
e95b0c08 5558
8962e303
GM
55592001-01-18 Gerd Moellmann <gerd@gnu.org>
5560
5561 * tooltip.el (tooltip-hide-delay): New user-option.
5562 (tooltip-show): Use tooltip-hide-delay instead of the default.
5563
6b453381
KH
55642001-01-18 Kenichi Handa <handa@etl.go.jp>
5565
5566 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5567 kill-local-variable doesn't work for enable-multibyte-characters.
5568
9eaf396b
DL
55692001-01-17 Dave Love <fx@gnu.org>
5570
cebd37ce
DL
5571 * ediff-init.el (ediff-before-setup-hook)
5572 (ediff-merge-filename-prefix): Add :version.
5573
9eaf396b
DL
5574 * international/latin1-disp.el: Require disp-table.
5575 (latin1-display): Fix :set.
5576
5577 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5578
f864120f
GM
55792001-01-17 Gerd Moellmann <gerd@gnu.org>
5580
5581 * isearch.el (isearch-lazy-highlight-initial-delay)
5582 (isearch-lazy-highlight-interval): Default to 0.
5583
55842001-01-17 Bob Glickstein <bobg@zanshin.com>
5585
5586 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5587 1 here rather than each time through
5588 isearch-lazy-highlight-new-loop.
5589 (isearch-lazy-highlight-max): Variable deleted.
5590 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5591 isearch-lazy-highlight-max but controls a single invocation of
5592 isearch-lazy-highlight-update.
5593 (isearch-lazy-highlight-wrapped): Variable recreated.
5594 (isearch-lazy-highlight-window-start): New variable.
5595 (isearch-lazy-highlight-cleanup): Restored to behavior of
5596 before 2-Jan.
5597 (isearch-lazy-highlight-remove-overlays): Function deleted;
5598 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5599 behavior removed.
5600 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5601 isearch-lazy-highlight-update in a loop rather than just once.
5602 Test isearch-invalid-regexp here and decide not to start a new
5603 loop, rather than testing it each time through
5604 isearch-lazy-highlight-update.
5605 (isearch-lazy-highlight-search): Function restored.
5606 (isearch-lazy-highlight-update): Get called in a timer loop again,
5607 but this time highlight more than one match each time through.
83c9cb8e
SM
5608 Only highlight matches in the visible part of the window.
5609 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
5610 the edge of the window. Use sit-for to force redisplay and ensure
5611 window-start is credible. "Face suppressing" behavior removed;
5612 overlay priorities should make it unnecessary, right?
5613 (isearch-highlight): Face suppressing behavior removed.
5614 (isearch-dehighlight): Face suppressing behavior removed.
5615 (isearch-set-lazy-highlight-faces-at): Removed.
5616
076ec540
KH
56172001-01-17 Kenichi Handa <handa@etl.go.jp>
5618
5619 * language/european.el ("Latin-1"): Make the format of description
5620 about additional language environments same as that of Latin-2.
5621
92328ec5
DL
56222001-01-16 Dave Love <fx@gnu.org>
5623
39f2174e
DL
5624 * isearch.el (isearch-lazy-highlight): Add :version.
5625
92328ec5
DL
5626 * simple.el (backward-delete-char-untabify-method)
5627 (next-line-add-newlines): Add :version.
5628
f251459d
GM
56292001-01-16 Gerd Moellmann <gerd@gnu.org>
5630
9d4850e5
GM
5631 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5632 Don't bind <delete> otherwise.
5633
5634 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5635 and <delete> via function-key-map.
5636
f251459d
GM
5637 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5638 Subject line only if point is after the `Subject:'.
5639
771ffcf7
KH
56402001-01-16 Kenichi Handa <handa@etl.go.jp>
5641
bda6b481
KH
5642 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5643 japanese-jisx0213-2 in `charset' property of this lang. env.
5644
35793af7
KH
5645 * language/european.el ("Latin-1"): Add description for Dutch and
5646 Spanish lang. env.
5647
771ffcf7
KH
5648 * international/mule.el (decode-char): Fix conditions.
5649 (encode-char): Handle eight-bit-control too.
1c8102ff 5650 (transform-make-coding-system-args): New function.
50c29104
KH
5651 (make-coding-system): Accept XEmacs style arguments for CCL base
5652 coding system.
771ffcf7 5653
e1cf67b6
GM
56542001-01-15 Gerd Moellmann <gerd@gnu.org>
5655
5656 * progmodes/etags.el (find-tag-noselect): Save the value of
5657 tags-file-name before switching buffers, for the case it has a
5658 buffer-local value.
5659
b3287acf
GM
56602001-01-15 Alex Schroeder <alex@gnu.org>
5661
9eaf396b
DL
5662 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5663 From Dave Love <fx@gnu.org>.
b3287acf
GM
5664 (ansi-color-for-comint-mode): Fix :version.
5665
56662001-01-15 Alex Schroeder <alex@gnu.org>
5667
5668 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5669
8d7ff9c8
EZ
56702001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5671
5672 * dired.el (dired-insert-directory): If file-system-info fails,
5673 remove the " free " part, but don't signal an error.
5674
dbe99ae9
SS
56752001-01-12 Sam Steingold <sds@gnu.org>
5676
5677 * bookmark.el (bookmark-maybe-historicize-string):
5678 Use new backquote syntax.
5679
103db06c 56802001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5681
5682 * subr.el (last): Handle a list that doesn't end in nil.
5683
ca2ddd8e
SS
56842001-01-12 Sam Steingold <sds@gnu.org>
5685
5686 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5687 to `backward-delete-char-untabify'.
5688
1751c874
DL
56892001-01-12 Dave Love <fx@gnu.org>
5690
5691 * cus-edit.el (customize-menu-create): Fix the :filter following
5692 easymenu change.
5693
5694 * wid-edit.el (function): Add :match-alternatives.
5695 (widget-color-action): Doc fix.
5696
3cccce8d
GM
56972001-01-12 Gerd Moellmann <gerd@gnu.org>
5698
5699 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5700
18bfd6b5
KH
57012001-01-12 Kenichi Handa <handa@etl.go.jp>
5702
83c9cb8e 5703 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5704
18bfd6b5
KH
5705 * international/ccl.el (define-ccl-program): Fix docstring.
5706
562e00da
DL
57072001-01-11 Dave Love <fx@gnu.org>
5708
14fd0da3
DL
5709 * international/mule-cmds.el (standard-display-european-internal):
5710 Set display table for 2208 as for 160.
5711
5712 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5713
562e00da
DL
5714 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5715 entry for custom-menu-create change.
5716 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5717 don't cons it in the search loop.
5718
5719 * imenu.el (imenu--truncate-items): Revert last change.
5720
6e961dcd
EZ
57212001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5722
5723 * info.el (Info-setup-header-line): If the node header includes
5724 either Next: or Prev: links, don't show the File: and Node: parts
5725 in the header line.
5726
2c2ff7f2
GM
57272001-01-11 Gerd Moellmann <gerd@gnu.org>
5728
a7ee2d2e
GM
5729 * comint.el (comint-goto-process-mark): Don't print a message
5730 when running in batch mode.
5731
c5348233
GM
5732 * isearch.el (isearch-search): In the condition-case handler for
5733 `error', set isearch-invalid-regexp to the whole error message.
5734
422717d1
GM
5735 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5736 ensure that eval-after-load works for files dumped with Emacs.
5737
5738 * help.el (load-symbol-file-load-history): New function extracted
5739 from function symbol-file.
5740 (symbol-file): Use it.
5741
83c9cb8e 5742 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5743
926861fb
EZ
57442001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5745
5746 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5747 behave as if there were no prefix argument.
5748 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5749 argument were nil.
5750
afa1f52c
RS
57512001-01-11 Richard M. Stallman <rms@gnu.org>
5752
ca2ddd8e 5753 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5754 Don't look for more potential matches once maximum is exceeded.
5755 Use overlays-in to check correctly for overlap with current match.
5756 Ignore empty matches.
5757
47a9f362
MB
57582001-01-11 Miles Bader <miles@gnu.org>
5759
5760 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5761 (ispell-overlay-window, ispell-help, ispell-show-choices)
5762 (ispell-command-loop): Use it instead of `window-height'.
5763
d196f58d
GM
57642001-01-10 Gerd Moellmann <gerd@gnu.org>
5765
cf523f0e
GM
5766 * files.el (confirm-kill-emacs): New user-option.
5767 (save-buffers-kill-emacs): Ask for final confirmation before
5768 killing Emacs.
5769
d196f58d
GM
5770 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5771 to nil.
5772
7c6c3d8e
GM
57732001-01-10 Dave Love <fx@gnu.org>
5774
1f8be15d
DL
5775 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5776
83c9cb8e 5777 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5778
5779 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5780
5781 * calculator.el (calculator-number-digits): Fix :type.
5782
0d5184de
DL
5783 * vc-cvs.el (vc-cvs-header): Fix :type.
5784 * vc-rcs.el (vc-rcs-header): Fix :type.
5785 * vc-sccs.el (vc-sccs-header): Fix :type.
5786
5787 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5788
7c6c3d8e
GM
5789 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5790
8c9f73a2
GM
5791 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5792
457b792c
GM
57932001-01-10 Gerd Moellmann <gerd@gnu.org>
5794
5795 * simple.el (set-variable): Force a thorough redisplay for the
5796 case that the variable has an effect on the display, like
5797 `tab-width' has.
5798
d2622d08
AS
57992001-01-10 Andre Spiegel <spiegel@gnu.org>
5800
5801 * vc.el: Add documentation for backend interface.
5802
ae4b5f4f
KH
58032001-01-10 Kenichi Handa <handa@etl.go.jp>
5804
e0844717
KH
5805 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5806
ae4b5f4f
KH
5807 * international/mule-conf.el (latin-extra-code-table): Set to t
5808 for \223 and \224.
5809
3184082b
KH
58102001-01-09 Kenichi Handa <handa@etl.go.jp>
5811
5812 * international/mule-cmds.el (locale-language-names): Map "es" to
5813 "Spanish" and "nl" to "Dutch".
5814
732b9cdd
GM
58152001-01-09 Gerd Moellmann <gerd@gnu.org>
5816
1dfca644
GM
5817 * bindings.el (global-map): Bind <home> to beginning-of-line,
5818 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5819 C-<end> to end-of-buffer.
5820
732b9cdd
GM
5821 * language/european.el: Add Dutch and Spanish language info
5822 to be able to use the appropriate tutorials.
5823
58242001-01-09 Alex Schroeder <alex@gnu.org>
5825
5826 * ansi-color.el (ansi-color-process-output): Use markers instead
5827 of positions for start and end of region.
5828 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5829 Previously, occasional mistakes happend when fontifying many
5830 chunks of output (eg. ls --color=yes /dev). This happened
5831 whenever an overlay was created up to the end of the region, which
5832 coincided with the process-mark. New text would then be added
5833 within that overlay instead of after it.
5834 (ansi-color-make-extent): Overlays are created with the property
5835 `modification-hooks' set to '(ansi-color-freeze-overlay).
5836 (ansi-color-freeze-overlay): New function. When inserting text at
5837 the end of the overlay, the overlay will resize.
5838
58392000-01-09 Alex Schroeder <alex@gnu.org>
5840
5841 * ansi-color.el (ansi-color-process-output): Doc change.
5842 (ansi-color-unfontify-region): Doc change. No longer installed
5843 automatically in font-lock-unfontify-region-function.
5844 (ansi-color-apply): Doc change.
5845 (ansi-color-apply-on-region): Use extents or overlays instead of
5846 text-properties.
5847 (ansi-color-make-extent): New function.
5848 (ansi-color-set-extent-face): New function.
5849
58502000-01-09 Alex Schroeder <alex@gnu.org>
5851
5852 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5853 both use ansi-color-process-output, now.
5854 (ansi-color-process-output): Doesn't return string anymore. It is
5855 installed in comint-output-filter-functions for both Emacs and
5856 XEmacs, now.
5857 (ansi-color-unfontify-region): Simplified code removing variables
5858 pos and start-ansi.
5859 (ansi-color-apply): Put text-property ansi-color before putting
5860 text-property face because ansi-color-unfontify-region is called
5861 immediately after the call to put-text-property.
5862 (ansi-color-context-region): Doc change.
5863 (ansi-color-filter-region): Simplified code.
5864 (ansi-color-apply-on-region): Changed start to start-marker, using
5865 a marker explicitly. Put text-property ansi-color before putting
5866 text-property face because ansi-color-unfontify-region is called
5867 immediately after the call to put-text-property.
5868
58692000-01-09 Alex Schroeder <alex@gnu.org>
5870
5871 * ansi-color.el (ansi-color-faces-vector): Doc change.
5872 (ansi-color-for-comint-mode): Changed :type property to choice.
5873 (ansi-color-last-context): Removed.
5874 (ansi-color-process-output): Don't use ansi-color-last-context, as
5875 the main functions will store their context now.
5876 (ansi-color-context): Doc change.
5877 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5878 Uses ansi-color-context such that repeated calls will strip
5879 partial escape sequences, too.
5880 (ansi-color-apply): Simplified code. Colorize end of string if
5881 face is not null. Store context in new (FACE STRING) format, such
5882 that repeated calls will strip partial escape sequences, too.
5883 Append faces to face property using ansi-color-apply-sequence such
5884 that cumulative mode actually works.
5885 (ansi-color-context-region): New variable.
5886 (ansi-color-filter-region): Rewrote it based on
5887 ansi-color-apply-on-region. Uses ansi-color-context-region such
5888 that repeated calls will strip partial escape sequences, too.
5889 (ansi-color-apply-on-region): Simplified code. Colorize end of
5890 region if face is not null. Store context in new (FACE POS)
5891 format, such that repeated calls will strip partial escape
5892 sequences, too. Append faces to face property using
83c9cb8e 5893 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5894 (ansi-color-apply-sequence): New function.
5895 (ansi-color-get-face): When the default face is added to the list
5896 of faces, all previous settings are discarded and the list of
5897 faces is set to '(default).
5898
58992000-01-09 Alex Schroeder <alex@gnu.org>
5900
5901 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5902 face, such that ansi-color-apply and ansi-color-apply-on-region
5903 will do the right thing.
5904 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5905 returns nil, set the list of faces back to nil instead of
83c9cb8e 5906 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
5907
59082000-01-09 Alex Schroeder <alex@gnu.org>
5909
5910 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5911 (ansi-color-process): Doc change.
5912 (ansi-color-last-context): New buffer-local variable.
5913 (ansi-color-process-output): New function. It is automatically
5914 added to comint-output-filter-functions if this is XEmacs.
5915 (ansi-color-unfontify-region): New optional parameter for XEmacs
5916 compatibility. Check wether font-lock-syntactic-keywords is
5917 boundp before removing the syntax table text property, as XEmacs
5918 doesn't have it.
5919 (ansi-color-filter-region): Doc change.
5920 (ansi-color-apply-on-region): Doc change.
5921 (ansi-color-make-face): New function. Compatibility layer for
5922 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5923 (ansi-color-make-color-map): Use ansi-color-make-face.
5924 (ansi-color-get-face): Avoid face text property '(nil) as results
5925 in an errow for XEmacs.
5926
59272000-01-09 Alex Schroeder <alex@gnu.org>
5928
83c9cb8e
SM
5929 * ansi-color.el (ansi-color-unfontify-region): New function.
5930 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
5931 ansi-color. When the package is loaded, a lambda expression is
5932 put onto font-lock-mode-hook. This lambda expression will check
5933 font-lock-unfontify-region-function and replace
83c9cb8e 5934 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
5935 (ansi-color-apply): Add text-property ansi-color in addition to
5936 text-property face.
5937 (ansi-color-apply-on-region): Add text-property ansi-color in
5938 addition to text-property face.
5939 (save-buffer-state): Copy of the macro that is also used by
5940 lazy-lock and font-lock.
5941
5942 (ansi-color-for-comint-mode): New option.
5943 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5944 (ansi-color-for-comint-mode-off): Ditto.
5945 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
5946 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5947 decide what to do. This function is added to
5948 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
5949
5950 (ansi-color-for-shell-mode-set): Removed.
5951 (ansi-color-for-shell-mode): Removed.
5952
59532000-01-09 Alex Schroeder <alex@gnu.org>
5954
5955 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5956 the lambda expression from the ansi-color-for-shell-mode :set
5957 property. Additionally, modify shell-mode-hook to enable or
5958 disable font-lock-mode for future shell buffers.
5959 (ansi-color-for-shell-mode): The :set property calls
5960 ansi-color-for-shell-mode-set instead of a lambda expression.
5961
59622000-01-09 Alex Schroeder <alex@gnu.org>
5963
5964 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5965 (ansi-color-context): New variable.
5966 (ansi-color-apply): Save context between calls.
5967
fb55ff10
EZ
59682001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5969
83c9cb8e
SM
5970 * isearch.el (isearch, isearch-lazy-highlight-face):
5971 New definitions for face colors and attributes.
29910493 5972
fb55ff10
EZ
5973 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5974 of display-mouse-p.
5975
134d6265
KH
59762001-01-09 Kenichi Handa <handa@etl.go.jp>
5977
5978 * international/mule.el (make-coding-system): If the coding system
5979 accepts extra latin codes, register such codes as safe for the
5980 coding system.
5981
103db06c 59822001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5983
984c9f75
RS
5984 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5985 don't mention the file name or the date here, because they are
5986 logged at the start of the file.
5987
59882001-01-08 Richard M. Stallman <rms@gnu.org>
5989
78b8eee8
RS
5990 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5991 Change screen-width to frame-width.
5992
1460e5d4
EZ
59932001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5994
5995 * info.el (Info-search): Print the default as part of the prompt.
5996
56f24bc1
AS
59972001-01-08 Andre Spiegel <spiegel@gnu.org>
5998
ca2ddd8e 5999 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6000 constant implementations in backends.
6001
6002 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6003 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6004
6005 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6006 WRITABLE to EDITABLE.
6007
6008 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6009 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6010 to EDITABLE.
6011
b7812d30
EZ
60122001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6013
6014 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6015 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6016
7e56ea04
GM
60172001-01-08 Gerd Moellmann <gerd@gnu.org>
6018
6019 * isearch.el (isearch-old-signal-hook): Removed.
6020 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6021 instead of setting signal-hook-function.
6022 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6023
a758f97d
GM
60242001-01-08 Kevin Gallagher <kevingal@onramp.net>
6025
6026 * emulation/edt.el: Update to version 4.0. Provide support for
6027 EDT scroll margins at top and bottom of the window. Provide an
6028 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6029 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6030 user when file-related buffer modifications exist.
6031 Provide support for running EDT Emulation in XEmacs.
6032 Provide customize access to some user updatable variables.
6033 Add Commentary section to file header.
6034 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6035
6036 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6037 for detecting a keypress that generates an ASCII key sequence.
6038 (Previously, only a keypress that generates a vector was
6039 recognized.) Embed Window Manager name into name of the generated
6040 EDT Emulation initialization file since the initialization file is
6041 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6042
30db89f9
EZ
60432001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6044
4deb3ba9
EZ
6045 * mail/sendmail.el (mail-mode): Doc fix.
6046
30db89f9
EZ
6047 * info.el (Info-goto-emacs-command-node): Doc fix.
6048 (Info-goto-emacs-key-command-node): Doc fix.
6049
c3f2772b
EZ
60502001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6051
8726e79b 6052 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6053 systems without long file-name support.
6054
0dac6924
AI
60552001-01-06 Andrew Innes <andrewi@gnu.org>
6056
6057 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6058
4e6ef391
EZ
60592001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6060
380866a2
EZ
6061 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6062 (isearch-lazy-highlight-update): Doc fix.
6063
148b5960
EZ
6064 * ffap.el (ffap-bindings): Doc fix.
6065
4e6ef391
EZ
6066 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6067
4cb1bcc2
DL
60682001-01-05 Dave Love <fx@gnu.org>
6069
6070 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6071
3828218c
GM
60722001-01-05 Gerd Moellmann <gerd@gnu.org>
6073
83c9cb8e
SM
6074 * mouse-drag.el (mouse-drag-safe-scroll):
6075 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6076
1f4139d5
GM
6077 * isearch.el (isearch-old-signal-hook): New variable.
6078 (isearch-mode): Set signal-hook-function to isearch-done.
6079 (isearch-done): Restore old signal-hook-function.
6080
3828218c
GM
6081 * info.el (Info-fontify-node): Mark one more char as intangible.
6082
3970013f
KH
60832000-01-05 Kenichi Handa <handa@etl.go.jp>
6084
83c9cb8e
SM
6085 * composite.el (compose-last-chars): New argument COMPONENTS.
6086 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6087 COMPONENTS.
6088
6089 * international/quail.el (quail-input-string-to-events): New function.
6090 (quail-input-method): Convert input string to events here.
6091 (quail-start-translation): Return input string, not event list.
6092 (quail-start-conversion): Likewise.
6093
f3b05e99
GM
60942001-01-04 Gerd Moellmann <gerd@gnu.org>
6095
ca2ddd8e 6096 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6097 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6098 and tooltip-add-timeout.
6099 (tooltip-show): Set border color from faces's foreground.
6100 (tooltip-show-help-function): If called with the same help string
6101 as last time, do nothing.
6102 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6103
0f2ac578
GM
6104 * startup.el (fancy-splash-screens): Don't bind show-help-function
6105 to nil.
6106
f3b05e99
GM
6107 * tooltip.el (tooltip-frame-parameters): Remove colors.
6108 (tooltip): New face
6109 (tooltip-set-param): New function.
6110 (tooltip-show): Set up color frame parameters from face `tooltip'.
6111 Display the tooltip text in face `tooltip'.
6112
8416e94a
DL
61132001-01-04 Dave Love <fx@gnu.org>
6114
6115 * whitespace.el (whitespace-global-mode): Fix typo.
6116
6117 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6118
30db89f9
EZ
61192001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6120
83c9cb8e
SM
6121 * help.el (help-for-help): Fix a typo in a doc string.
6122 From kwzh@gnu.org (Karl Heuer).
30db89f9 6123
b847eb8c
DL
61242001-01-03 Dave Love <fx@gnu.org>
6125
6126 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6127 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6128 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6129 (dired-guess-shell-alist-user): Customize.
6130 (dired-x-help-address): Set to bug-gnu-emacs.
6131 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6132 (dired-default-directory): Renamed from default-directory.
6133
6134 * hl-line.el (hl-line): Doc fix.
6135
43c4b570
KF
61362001-01-03 Karl Fogel <kfogel@red-bean.com>
6137
1bf6b1bf 6138 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6139
984c9f75 61402001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6141
6142 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6143 to remove all the current alternative-match highlighting.
6144 If nil, remove only what's outside the current window.
6145 (isearch-lazy-highlight-remove-overlays): Take optional
6146 region within which NOT to remove them.
6147 (isearch-lazy-highlight-new-loop): Greatly simplified.
6148 (isearch-lazy-highlight-update): Find all the other occurrences
6149 visible in the window, in just one call.
6150 (isearch-lazy-highlight-start): Now holds start of region to scan.
6151 (isearch-lazy-highlight-end): Now holds end of region to scan.
6152 (isearch-lazy-highlight-wrapped): Variable deleted.
6153 (isearch-lazy-highlight-search): Function deleted.
6154
13d6a61c
AI
61552000-01-02 Andrew Innes <andrewi@gnu.org>
6156
6157 * w32-fns.el (convert-standard-filename): Do length check on name
6158 before aref.
6159
064866e7
DL
61602001-01-02 Dave Love <fx@gnu.org>
6161
b33e041b
DL
6162 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6163 value.
6164 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6165
6166 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6167
8166ffd5
DL
6168 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6169 read syntax.
6170
064866e7
DL
6171 * calendar/todo-mode.el (todo): Add :link, :version.
6172 (todo-save-top-priorities): Remove autoload cookie.
6173 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6174 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6175
6dde6abc
GM
61762001-01-02 Gerd Moellmann <gerd@gnu.org>
6177
6178 * comint.el (comint-input-history-ignore): New variable.
6179 (comint-read-input-ring): Ignore entries matching
6180 comint-input-history-ignore.
6181
1a8a9daf
GM
61822001-01-02 Eric M. Ludlam <zappo@gnu.org>
6183
6184 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6185 (lm-copyright-mark): New function.
6186 (lm-crack-copyright): New function.
6187 (lm-verify): Check that the file has a copyright.
6188 Check that the file is copyright Free Software Foundation.
6189
9c92eb53
KH
61902000-12-30 Kenichi Handa <handa@etl.go.jp>
6191
6192 * international/mule-diag.el (print-fontset): Indent font name by
6193 24 columns, not 25.
6194
49172314
GM
61952000-12-29 Gerd Moellmann <gerd@gnu.org>
6196
762a68ec
GM
6197 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6198 in Subject line.
6199
49172314 6200 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6201 Use mail-mode-hook instead of mail-setup-hook.
6202 Otherwise continuing an interrupted message with C-u C-x m for
6203 instance, winds up in Mail mode without abbrevs.
49172314 6204
bd7a2e26
GM
62052000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6206
6207 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6208 non-nil. Adding almost all customization variables on ps-setup.
6209 Doc fix.
bd7a2e26
GM
6210 (ps-print-version): New version number (6.3.3).
6211 (ps-end-with-control-d): Initialization fix.
6212 (ps-lines-printed): New var.
6213 (ps-skip-newline): New fun.
6214 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6215 (ps-next-line, ps-continue-line, ps-plot-region)
6216 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6217
2b3f28a4
KH
62182000-12-29 Kenichi Handa <handa@etl.go.jp>
6219
83c9cb8e
SM
6220 * international/fontset.el (x-complement-fontset-spec):
6221 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6222 registered in x-font-name-charset-alist.
6223 (create-fontset-from-fontset-spec): Adjusted for the above change.
6224 The name of fontset alias should be a unresolved ASCII font name.
6225
2ece9174
GM
62262000-12-28 Gerd Moellmann <gerd@gnu.org>
6227
6228 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6229 and delete in isearch-mode-map.
6230
cbe3ad7a
RS
62312000-12-28 Richard M. Stallman <rms@gnu.org>
6232
ca2ddd8e 6233 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6234 Use xpdf instead of acroread.
6235
a816f1c5
KH
62362000-12-28 Kenichi Handa <handa@etl.go.jp>
6237
f086e73c
KH
6238 * textmodes/artist.el (artist-butlast): Deleted.
6239 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6240 artist-butlast.
f086e73c 6241
a816f1c5
KH
6242 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6243
6244 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6245
b202115b
EZ
62462000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6247
6248 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6249
6250 * ls-lisp.el: Better support for the Mac and MS-Windows.
6251 (ls-lisp): New defgroup.
6252 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6253 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6254 (ls-lisp-support-shell-wildcards): New defcustoms.
6255 (ls-lisp-parse-symlink): New function.
6256 (insert-directory): Code to convert switches to a list and set up
6257 the wildcard argument copied from ls-lisp-insert-directory.
6258 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6259 for -C and -R switches.
6260 (ls-lisp-column-format): New function.
ca2ddd8e 6261 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6262 (ls-lisp-format-time): Add doc strings.
6263 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6264 Support ls-lisp-dirs-first.
6265 (ls-lisp-classify, ls-lisp-extension): New functions.
6266 (ls-lisp-format): Optionally support emulation of symlinks.
6267 Support -i, -s, and -G switches.
6268
6061fbf0
GM
62692000-12-27 Gerd Moellmann <gerd@gnu.org>
6270
5e25feee
GM
6271 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6272
6061fbf0
GM
6273 * version.el (emacs-version): Print X scroll bar information.
6274
6275 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6276 instead of x-toolkit-scroll-bars-p.
6277
6278 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6279 of x-toolkit-scroll-bars-p.
6280
25050dab
EZ
62812000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6282
83c9cb8e 6283 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6284 (ffap-bindings): Doc fix, to reflect the above change.
6285
c1786874
KH
62862000-12-27 Kenichi Handa <handa@etl.go.jp>
6287
6288 * term.el (term-char-mode): Define all non-ascii self-inserting
6289 characters to 'term-send-raw in term-raw-map.
6290
7261ece3 62912000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6292
83c9cb8e 6293 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6294
83c9cb8e
SM
6295 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6296 Changed initialization; use add-hook.
6061fbf0 6297 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6298
6061fbf0 6299 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6300
6061fbf0
GM
6301 * ediff.el (ediff-patch-buffer): Bug fix.
6302 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6303
83f40583
SM
63042000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6305
6306 * subr.el (combine-run-hooks): Remove.
6307
6308 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6309 and remove the rogue second spec.
6310
bdd6d4e8
GM
63112000-12-23 Gerd Moellmann <gerd@gnu.org>
6312
6313 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6314
26736ce3
SM
63152000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6316
0e86b6b0
SM
6317 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6318 Use minibuffer menu prompt for the `=' prefix.
6319 (smerge-command-prefix): Change default to C-^.
6eabfb26 6320 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6321
26736ce3
SM
6322 * skeleton.el (skeleton-internal-1): Make sure the first line of
6323 the region is also re-indented.
d21584d6
SM
6324 (skeleton-end-newline): New var.
6325 (skeleton-end-hook): Use it.
26736ce3 6326
95fa4fd7
MB
63272000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6328
6329 * comint.el (comint-password-prompt-regexp): Support CVS.
6330
f060b834
GM
63312000-12-22 Gerd Moellmann <gerd@gnu.org>
6332
83c9cb8e
SM
6333 * simple.el (delete-key-deletes-forward-mode): Simplify.
6334 Also backspace key combinations, depending on
856ff7a7
GM
6335 delete-key-deletes-forward.
6336
6337 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6338
f060b834
GM
6339 * simple.el (delete-key-deletes-forward): Doc fix.
6340
653558a1
GM
63412000-08-22 Emmanuel Briot <briot@gnat.com>
6342
6343 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6344 white spaces are relevant in the XML file.
653558a1
GM
6345 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6346 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6347 of XML files.
653558a1
GM
6348 (xml-parse-tag): Check that the casing is the same in the start
6349 tag and end tag, since XML is case-sensitive. Allows for spaces
6350 in the end tag, after the name of the tag.
6351 (xml-parse-attlist): Allow for the character '-' in the name of
6352 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6353 the properties in the XML tree, since they are not relevant.
653558a1 6354
3ad93d8d
SM
63552000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6356
6357 * generic.el (generic-read-type): Undo last change, inline into
6358 `generic-mode' and then remove.
6359 (generic-mode): Inline generic-read-type.
6360 (define-generic-mode): Push the symbol name rather than the symbol
6361 onto generic-mode-list.
6362
177f4e88
GM
63632000-12-21 Gerd Moellmann <gerd@gnu.org>
6364
8e15274f
GM
6365 * generic.el (generic-read-type): Build an alist for
6366 completing-read as in 20.7.
6367
6368 * play/landmark.el (lm): Use interactive spec `P'.
6369 (toplevel): Don't set debug-on-error.
6370
83c9cb8e 6371 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6372
6ba384dc
GM
63732000-12-21 Dave Pearson <davep@davep.org>
6374
6375 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6376
647a066c
GM
63772000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6378
6379 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6380 ranges like \177-\237, but accepts the character sequence from \177 to
6381 \237. Doc fix.
6382 (ebnf-version): New version (3.4).
6383 (ebnf-setup): Code fix.
6384 (ebnf-range-regexp): New fun.
6385 (ebnf-8-bit-chars): Const fix.
6386
6387 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6388 entry. Doc fix.
6389 (ebnf-bnf-lex): Code fix.
6390 (ebnf-bnf-comment-chars): Const fix.
6391
6392 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6393 entry. Doc fix.
6394 (ebnf-iso-comment-chars): Const fix.
6395
6396 * ebnf-otz.el: Doc fix.
6397
6398 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6399 entry. Doc fix.
6400 (ebnf-yac-skip-code): Code fix.
6401 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6402
bc22fd18
EZ
64032000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6404
6405 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6406 (recover-file): Use it instead of insert-directory.
6407 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6408
587fc3f9
KH
64092000-12-21 Kenichi Handa <handa@etl.go.jp>
6410
83c9cb8e
SM
6411 * international/mule-cmds.el (select-safe-coding-system):
6412 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6413
587fc3f9
KH
6414 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6415
01860fb9
MB
64162000-12-21 Miles Bader <miles@gnu.org>
6417
83c9cb8e 6418 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6419
3f9d67a6
KH
64202000-12-21 Kenichi Handa <handa@etl.go.jp>
6421
9fd1c1f7
KH
6422 * international/mule-diag.el (describe-char-after): Make *Help*
6423 buffer inherit multibyteness of the current buffer.
6424
3f9d67a6
KH
6425 * international/mule.el (make-char): Docstring adjusted for the
6426 change of make-char-internal.
6427
c9669fac
SM
64282000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * international/iso-cvt.el: Docstrings fix.
6431
19594307
DL
64322000-12-20 Dave Love <fx@gnu.org>
6433
6434 * subr.el (eval-after-load): Doc fix.
6435
b1a447b3
KH
64362000-12-20 Kenichi Handa <handa@etl.go.jp>
6437
6438 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6439 for numbers.
6440
09877d5d
MB
64412000-12-20 Miles Bader <miles@gnu.org>
6442
6443 * international/quail.el (quail-help): Resize the help window
6444 again after it has all its contents. Remove unneeded progn.
6445
71d4497a
GM
64462000-12-19 Gerd Moellmann <gerd@gnu.org>
6447
6448 * pcmpl-linux.el: Fix copy/paste error.
6449
741e56a0
AI
64502000-12-19 Andrew Innes <andrewi@gnu.org>
6451
83c9cb8e 6452 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6453
cc24d91c
CD
64542000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6455
ba4c05aa
CD
6456 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6457
6458 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6459
6460 * progmodes/idlw-shell.el: Fixed copyright notice.
6461
6462 * progmodes/idlwave.el: Fixed copyright notice.
6463
71d4497a 6464 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6465 TAB as key separators.
6466
524c8caf
GM
64672000-12-19 Alex Schroeder <alex@gnu.org>
6468
6469 * sql.el (sql-sybase-options): New option.
6470 (sql-sybase): Use it. Add sql-database to the list of parameters
6471 provided for login. The options -w 2048 -n are not used any more.
6472 (sql-postgres-options): Changed default from "--pset" to "-P".
6473 (sql-mysql-options): Doc change.
6474 (sql-stop): Doc change.
6475
b5fa513d
KH
64762000-12-19 Kenichi Handa <handa@etl.go.jp>
6477
6478 * international/quail.el (quail-input-method): Always hide
6479 the guidance buffer on exiting.
6480
91c9e6ce
GM
64812000-12-18 Gerd Moellmann <gerd@gnu.org>
6482
c6da4eb4
GM
6483 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6484 isn't fboundp.
6485
3d2a0e0b
GM
6486 * server.el (server-buffer-done): Bury the buffer before
6487 killing it.
6488
91c9e6ce
GM
6489 * faces.el (face-spec-set): Interpret a nil in specs for
6490 foreground and background colors as `unspecified', for
6491 compatibility with 20.x.
6492
40fa0008
DL
64932000-12-18 Dave Love <fx@gnu.org>
6494
22adbe54
DL
6495 * simple.el (mail-user-agent): Doc fix.
6496 (input-mode-8-bit): Removed.
6497
6498 * international/mule.el (set-keyboard-coding-system): Doc fix.
6499 (keyboard-coding-system): New option.
6500
40fa0008
DL
6501 * mail/sendmail.el (send-mail-function): Customize.
6502
6f4745e2
EZ
65032000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6504
6505 * international/codepage.el (cp866-decode-table): New table.
6506
82b90229
GM
65072000-12-18 Gerd Moellmann <gerd@gnu.org>
6508
6509 * version.el (emacs-version): Remove `%a' from the time format
6510 because the weekday doesn't fit well into each locale.
6511
5a047002
MB
65122000-12-18 Miles Bader <miles@gnu.org>
6513
7f49aa07
MB
6514 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6515
ca2ddd8e 6516 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6517 Check that emacs-major-version is `=' to 20, not `>='.
6518 (artist-replace-chars): Use `make-string' instead of a loop.
6519
22ea2607
EZ
65202000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6521
6522 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6523 (cvs-execute-single-file): Don't change directory.
6524 Patch from Per Cederqvist.
6525
6c825f8e
EZ
65262000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6527
83c9cb8e
SM
6528 * textmodes/ispell.el (check-ispell-version):
6529 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6530 of -vv.
6531
8ff06845
KH
65322000-12-16 Kenichi Handa <handa@etl.go.jp>
6533
af4bb4c8
KH
6534 * international/mule-diag.el (mule-diag): Insert information about
6535 configure options, multibyte awareness, language env.
6536
8ff06845
KH
6537 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6538 regexp to search for candidates.
6539
b24e84ab
EZ
65402000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6541
6542 * info.el (Info-forward-node): If the node has an
6543 Info-header-line, widen the buffer before searching for "next:"
6544 and "up:" pointers, and set the search limit to stay in the
6545 current node.
6546
7981d89f
MB
65472000-12-16 Miles Bader <miles@gnu.org>
6548
6549 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6550
88ee7917
MB
65512000-12-15 Miles Bader <miles@gnu.org>
6552
6553 * comint.el (comint-send-string, comint-send-region): Also accept
6554 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6555 process-send-string/region.
6556
0c28d842
GM
65572000-12-15 Gerd Moellmann <gerd@gnu.org>
6558
4ea7fdca
GM
6559 * isearch.el (isearch-lazy-highlight-max): New user-option.
6560 (isearch-lazy-highlight-update): Don't highlight more than
6561 isearch-lazy-highlight-max matches.
6562
0c28d842
GM
6563 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6564
984c9f75 65652000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6566
8062e53a
GM
6567 * sort.el (sort-columns): Fix error message.
6568
3ffa545b
GM
6569 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6570 `upcase' or `downcase' or nil.
6571 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6572 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6573 (dabbrev--substitute-expansion): New arg record-case-pattern.
6574 If it is non-nil, set dabbrev--last-case-pattern.
6575 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6576
6577 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6578
c2d7f289
MB
65792000-12-15 Miles Bader <miles@gnu.org>
6580
b6348438
MB
6581 * paths.el (Info-default-directory-list): Don't delete
6582 configure-info-directory from the list of standard info
83c9cb8e 6583 directories when appending it to the end -- their order is important.
b6348438 6584
f9056dd9
MB
6585 * faces.el (read-face-attribute): If there's no entry for the
6586 user's input in VALID, just use it as-is (this will often result
6587 in an error, but it may be OK for e.g. colors using hexadecimal
6588 notation, and at least will yield a better error message).
6589
c2d7f289 6590 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 6591 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
6592 Variables removed.
6593 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6594 window is really the right size. Use vertical-motion
6595 rather than forward-line.
6596 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6597 (ispell-command-loop, ispell-show-choices): Use the variable
6598 ispell-choices-win-default-height, rather than the function.
6599 (ispell-choices-win-default-height): Function removed.
6600 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 6601
8f530b95
SM
66022000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6603
6604 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6605
6d435deb
EZ
66062000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6607
83c9cb8e
SM
6608 * paths.el (Info-default-directory-list):
6609 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
6610 put it first in the list; otherwise put it last. Doc string
6611 changed accordingly.
6612
6613 * info.el (Info-directory-list): Change doc string to reflect the
6614 change in Info-default-directory-list.
6615
6d435deb
EZ
6616 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6617 windows-nt as windowed environments, even under -nw.
6618
6619 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6620 if not fboundp. Switch delete-forward mode for the <delete> key
6621 on all PC platforms, even under -nw.
6622
6623 * term/internal.el ([M-delete]): Remap to M-d.
6624
9d7d9263
GM
66252000-12-14 Gerd Moellmann <gerd@gnu.org>
6626
6627 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6628
7cf0153a
EZ
66292000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6630
6631 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6632
5e5b3d41
GM
66332000-12-14 Gerd Moellmann <gerd@gnu.org>
6634
5f368d29
GM
6635 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6636 if appropriate.
6637
6638 * simple.el (delete-key-deletes-forward): New user-option.
6639 (delete-key-deletes-forward-mode): New function.
6640
9d7d9263 6641 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 6642
83c9cb8e
SM
6643 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6644 Test if symbol is bound before getting its value.
5e5b3d41
GM
6645
6646 * tooltip.el (tooltip-show): If an error is signaled in
6647 x-show-tip, display that error, and display the help in the
6648 echo area.
ca2ddd8e 6649
191b83b6
KH
66502000-12-14 Kenichi Handa <handa@etl.go.jp>
6651
83c9cb8e
SM
6652 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6653 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 6654
6192b604
KF
66552000-12-13 Karl Fogel <kfogel@red-bean.com>
6656
6657 * bookmark.el: Provide a generic exit hook, as suggested by
6658 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
6659 (bookmark-exit-hook): New var.
6660 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
6661 old raw lambda form in `kill-emacs-hook', and runs new
6662 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6663 as logically that feature must have been provided if this function
6664 is running.
6665 Removed ;;;###autoload before the `add-hook' call.
6666
5edf6b55
SM
66672000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6668
6669 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6670 (easy-menu-current-active-maps): New function.
6671 (easy-menu-get-map): Use it.
6672 Make a proper menu entry when creating a new keymap.
6673
16b5e8e6
KH
66742000-12-13 Kenichi Handa <handa@etl.go.jp>
6675
d49fc4eb
KH
6676 * international/characters.el: Fix cases and syntaxes for
6677 mule-unicode-0100-24ff.
6678
3b53d876
KH
6679 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6680 that a Japanese character is not appended after day and year.
6681
16b5e8e6
KH
6682 * info.el (Info-suffix-list): Change format for a command that
6683 requires arguments.
6684 (info-insert-file-contents): Adjusted for the above change.
6685
1df1c518
AS
66862000-12-12 Andreas Schwab <schwab@suse.de>
6687
6688 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6689 on the name of the tar buffer. Verify that the existing buffer is
6690 visiting the same subfile.
6691
a7a07b98
DL
66922000-12-12 Dave Love <fx@gnu.org>
6693
6694 * subdirs.el: Add obsolete.
6695
4fdbd809
GM
66962000-12-12 Gerd Moellmann <gerd@gnu.org>
6697
bfdb75ee
GM
6698 * mail/rmailsum.el (rmail-summary-expunge)
6699 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6700 instead of rmail-confirm-expunge.
6701
4fdbd809
GM
6702 * replace.el (perform-replace): Don't use an empty match adjacent
6703 to a non-empty match when computing the next match before the
6704 replacement is performed.
6705
e9a59cad
GM
67062000-12-12 Milan Zamazal <pdm@freesoft.cz>
6707
6708 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6709 definition (patch by Stefan Monnier).
6710 (glasses-mode): Use jit-lock instead of `after-change-functions'
6711 (patch by Stefan Monnier).
6712
c2def7a0
MB
67132000-12-12 Miles Bader <miles@gnu.org>
6714
6715 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6716 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6717
591b63b4
AC
67182000-12-12 Andrew Choi <akochoi@i-cable.com>
6719
6720 * term/mac-win.el: Remove load for ls-lisp.
6721
a924cf63 6722 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6723
5ff4ba3d
MB
67242000-12-12 Miles Bader <miles@gnu.org>
6725
6726 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6727 Respect field end too.
6728 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6729 (newline-and-indent, reindent-then-newline-and-indent):
6730 Use `delete-horizontal-space'.
5ff4ba3d 6731
d0c679bc
SM
67322000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6733
adf9c994
SM
6734 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6735 (so as to obey the field property in the minibuffer).
6736
4b0cd42d
SM
6737 * obsolete/c-mode.el: Moved from lisp/progmodes.
6738 * obsolete/auto-show.el: Moved from lisp.
6739 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6740
89f85863
CD
67412000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6742
6743 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6744 changes to list them here.
89f85863 6745
83c9cb8e
SM
6746 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6747 Too many changes to list them here.
89f85863 6748
83c9cb8e
SM
6749 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6750 Too many changes to list them here.
89f85863
CD
6751
6752 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6753
3e0d35ce
GM
67542000-12-11 Gerd Moellmann <gerd@gnu.org>
6755
83c9cb8e 6756 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6757
ca2ddd8e 6758 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6759 Comment fix.
6760
3e0d35ce
GM
6761 * hscroll.el: Moved to `obsolete' subdir.
6762
ff904dd6
MB
67632000-12-11 Miles Bader <miles@gnu.org>
6764
6765 * window.el (window-text-height): Function removed (now in C).
6766
fb97d87f
SM
67672000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6768
6769 * log-edit.el (log-edit-parent-buffer): New var.
6770 (log-edit): Set it. Add BUFFER argument.
6771 (log-edit-done): Use char-before.
6772 Don't bother checking validity of vc-comment-ring.
6773 Only bury the buffer if log-edit popped it up.
6774
6775 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6776 (cvs-mode-diff-help): Remove.
6777 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6778 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6779
6780 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6781 Remove binding for ? now made unnecessary.
6782
7de77417
CD
67832000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6784
83c9cb8e 6785 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6786 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6787
6788 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6789 when master file is not open.
6790
4efa209f
SM
67912000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6792
6793 * progmodes/ada-stmt.el: Update `maintainer'.
6794
b52758d1 67952000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
6796
6797 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6798 choices to match documentation string.
6799
a12167c5
MB
68002000-12-09 Miles Bader <miles@gnu.org>
6801
2161605d
MB
6802 * minibuf-eldef.el: New file.
6803
a12167c5
MB
6804 * window.el (fit-window-to-buffer): Don't pass last argument to
6805 pos-visible-in-window-p, now that its meaning is inverted.
6806
9ea8de1b
EZ
68072000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6808
6809 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6810 <ceder@lysator.liu.se>.
6811
5002ddbb
SM
68122000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6813
b6114d80
SM
6814 * autoinsert.el (auto-insert-alist): Add missing final \n.
6815
ee8d23ee
SM
6816 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6817 (cvs-menu-map): Remove.
6818 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6819 (cvs-mode-quit): Turn it back into a plain function.
6820
5002ddbb 6821 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6822 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6823
6824 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6825 file where it's more visible.
6826 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6827 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6828 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6829 (texinfo-inside-macro-p): Only catch `scan-error's.
6830 (texinfo-inside-env-p): Make better use of the match info.
6831 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6832 (texinfo-insert-@end): Slight re-organization.
6833 Also remove useless `looking-at' call.
6834
30cd075d
AI
68352000-12-08 Andrew Innes <andrewi@gnu.org>
6836
6837 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6838 accessible in -nw mode.
6839
6840 * term/w32-win.el: Remove stuff about selection timeout, which is
6841 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6842 it is accessible in -nw mode.
6843
01b91009
DL
68442000-12-08 Dave Love <fx@gnu.org>
6845
83c9cb8e
SM
6846 * emacs-lisp/lisp-mode.el (lisp-mode):
6847 Set font-lock-keywords-case-fold-search.
01b91009 6848
842b2a94
GM
68492000-12-08 Gerd Moellmann <gerd@gnu.org>
6850
6851 * textmodes/ispell.el (ispell): Doc fix.
6852
f9d5f611
KH
68532000-12-08 Kenichi Handa <handa@etl.go.jp>
6854
6855 * international/quail.el (quail-insert-decode-map): Check the
6856 frame width of a window displaying the current buffer, not that of
6857 the selected frame.
6858 (quail-help): Make sure that the help buffer has window before
6859 inserting text in it.
6860
e04d21aa
SS
68612000-12-07 Sam Steingold <sds@gnu.org>
6862
6863 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6864 Backquote is used in isearch.el, so autoloading saves nothing.
6865
fc3e23a4
EZ
68662000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6867
83c9cb8e
SM
6868 * startup.el (normal-top-level-add-subdirs-to-load-path):
6869 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6870
fc3e23a4
EZ
6871 * dired.el (dired-insert-directory): If file-system-info is
6872 fboundp, call it instead of invoking dired-free-space-program.
6873
796ecd10
GM
68742000-12-07 Gerd Moellmann <gerd@gnu.org>
6875
0f5f7c3e
GM
6876 * server.el (server-visit-files): Push files on file-name-history.
6877
3764ba49
GM
6878 * progmodes/cc-langs.el: Update copyright.
6879
8e7931da
GM
6880 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6881
ae0d7485 6882 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6883
796ecd10
GM
6884 * bindings.el (mode-line-mode-menu): Reverse the order
6885 of define-keys so that the menu appears in alphabetical order.
6886
ae0d7485
GM
68872000-12-07 Milan Zamazal <pdm@freesoft.cz>
6888
6889 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6890 of the function.
6891
e2849090
DL
68922000-12-07 Dave Love <fx@gnu.org>
6893
6894 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6895
6896 * facemenu.el (facemenu-unlisted-faces): Fix value.
6897
5c7f629c
SM
68982000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6899
6900 * font-lock.el (font-lock-default-fontify-region):
6901 Include the terminating \n (off-by-one error).
6902 (font-lock-set-defaults): Use dolist.
6903
6904 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6905
73481ae3
KH
69062000-12-07 Kenichi Handa <handa@etl.go.jp>
6907
83c9cb8e
SM
6908 * international/mule-cmds.el (describe-language-environment):
6909 Fix for the case that an input method title is not string but a list.
ffbaa122 6910
73481ae3
KH
6911 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6912 of wrong SIZE record.
6913
e2896b22
DL
69142000-12-06 Dave Love <fx@gnu.org>
6915
67292061
DL
6916 * newcomment.el (comment-region, comment-dwim): Doc fix.
6917
6918 * textmodes/texinfo.el: Require tex-mode when compiling.
6919 (texinfo-update-node): Doc fix.
6920 (texinfo-imenu-generic-expression): Add @anchor.
6921 (texinfo-font-lock-keywords): Add @uref.
6922 (texinfo-inside-macro-p): Don't use ignore-errors.
6923 (texinfo-insert-quote): Match more contexts.
6924
e76938e7
DL
6925 * international/mule.el (decode-char, encode-char): Doc fix.
6926 (auto-coding-alist): Customize.
6927
6928 * files.el (load-file): Fix change of 2000-03-12.
6929
e2896b22
DL
6930 * wid-edit.el (widget-text-keymap): Doc fix.
6931
6610f4b2
AI
69322000-12-06 Andrew Innes <andrewi@gnu.org>
6933
6934 * makefile.w32-in (lisp): Set to an absolute directory, namely
6935 $(CURDIR).
6936
9e3366e4
EZ
69372000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6938
6939 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6940 read generated-autoload-file, and set buffer-file-coding-system to
6941 raw-text-unix after reading the file.
6942
83c9cb8e
SM
6943 * international/mule-conf.el (file-coding-system-alist):
6944 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 6945
d94d636f
GM
69462000-12-06 Gerd Moellmann <gerd@gnu.org>
6947
384333ee
GM
6948 * replace.el (occur): Make line-number-width 1 smaller for the
6949 colon following the line number.
6950
83c9cb8e
SM
6951 * startup.el (fancy-splash-text, command-line-1):
6952 Use `File' for the menu name instead of `Files'.
e04d21aa 6953
d4b72d58
GM
6954 * tmm.el: Update copyright.
6955
d94d636f
GM
6956 * cus-start.el: Add entry for even-window-heights.
6957
6e424019
MB
69582000-12-06 Miles Bader <miles@gnu.org>
6959
6960 * faces.el (frame-set-background-mode): Avoid stomping on
6961 locally modified faces.
6962
e6477b58
KH
69632000-12-06 Kenichi Handa <handa@etl.go.jp>
6964
6965 * international/fontset.el: Correct the font registries for
6966 japanese-jisx0213-1 and japanese-jisx0213-2.
6967
21999ab9
GM
69682000-12-05 Gerd Moellmann <gerd@gnu.org>
6969
57d6e381
GM
6970 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6971
21999ab9
GM
6972 * iswitchb.el: Update customization commentary.
6973
7422819c
GM
69742000-12-05 Rob Riepel <riepel@Stanford.EDU>
6975
6976 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6977 (tpu-search-highlight): Fixed comparison of overlay end positions.
6978 (tpu-trim-line-ends): Implemented trimming logic locally.
6979
6980 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6981 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6982
73daff18
KH
69832000-12-05 Kenichi Handa <handa@etl.go.jp>
6984
6985 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6986 to cn-gb.
6987 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6988
6a4cd002
DL
69892000-12-04 Dave Love <fx@gnu.org>
6990
6991 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6992
6452929e
GM
69932000-12-04 Gerd Moellmann <gerd@gnu.org>
6994
e04d21aa 6995 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6996 (rmail-summary-expunge-and-save): Ask for confirmation with
6997 rmail-expunge-confirmed.
6998
6999 * mail/rmail.el (rmail-expunge-confirmed): New function.
7000 (rmail-expunge): Use it.
7001
1790abf4
FP
70022000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7003
0c68ce6f 7004 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7005 (etags-recognize-tags-table, find-tag-in-order):
7006 New functionality: interpret file names as tags.
e04d21aa 7007
7a53d8c8
EZ
70082000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7009
7010 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7011 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7012 the first subnode until the bottom of the current node is visible.
7a53d8c8 7013
caa15ef7
GM
70142000-12-04 Gerd Moellmann <gerd@gnu.org>
7015
7016 * format.el (format-decode): Don't change buffer's undo list.
7017
e225faa7
KH
70182000-12-04 Kenichi Handa <handa@etl.go.jp>
7019
7020 * faces.el (face-font-registry-alternatives): Add entries for CJK
7021 fonts. Doc-string adjusted for the actual usage of this data.
7022
7023 * international/fontset.el: Change the font registries for CJK
7024 fonts in the default fontset. Don't append '*' to registries.
7025
8b262a65
SM
70262000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7027
e04d21aa 7028 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7029 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7030
7031 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7032 (derived-mode-p): New function.
7033 (derived-mode-make-docstring): Add `docstring' argument.
7034 Use it if available and complete it if necessary.
7035
33c4460b
AS
70362000-12-03 Andreas Schwab <schwab@suse.de>
7037
7038 * type-break.el (type-break): Don't make parent of itself.
7039
5c9b3fac
MB
70402000-12-03 Miles Bader <miles@gnu.org>
7041
7042 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7043
27ce741e
SM
70442000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7045
07c16ec4
SM
7046 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7047 (tex-main-file, tex-file): Simplify.
7048 (tex-generate-zap-file-name): Use subst-char-in-string.
7049 (tex-strip-dots): Remove.
7050
c19cc275
SM
7051 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7052
27ce741e
SM
7053 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7054 to check if the match succeeded.
7055
285991dc
GM
70562000-12-02 Gerd Moellmann <gerd@gnu.org>
7057
7058 * startup.el (use-fancy-splash-screens-p): New function.
7059 (command-line-1): Use it to determine whether or not to use
7060 a fancy splash screen.
7061
52dca1b2
AS
70622000-12-02 Andreas Schwab <schwab@suse.de>
7063
7064 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7065
d3e7e7cf
EZ
70662000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7067
2dce2360
EZ
7068 * international/mule.el (make-char): Fix last change.
7069
9768eaa7
EZ
7070 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7071 New defcustoms.
7072 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7073 autoloading tex-mode; instead, do the same manually.
7074 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7075 with numeric argument. Docstring fix.
7076 (toplevel): Require cl when compiling.
e04d21aa 7077
285991dc 7078 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7079
0dd5e255
JR
70802000-12-02 Jason Rumney <jasonr@gnu.org>
7081
7082 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7083 the Emacs Lisp manual)
7084
fbb87147
EZ
70852000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7086
5cbb3e93
EZ
7087 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7088
fbb87147
EZ
7089 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7090 the Emacs Lisp manual).
7091
1636ca09
GM
70922000-12-02 Gerd Moellmann <gerd@gnu.org>
7093
7094 * simple.el (next-line-add-newlines): Change default to nil.
7095
68875f0e
EZ
70962000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7097
83c9cb8e
SM
7098 * files.el (revert-buffer, recover-file):
7099 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7100
fd9ac94c
GM
71012000-12-01 Gerd Moellmann <gerd@gnu.org>
7102
7103 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7104
45450dd5
MB
71052000-12-01 Miles Bader <miles@gnu.org>
7106
7107 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7108
09df8881
KH
71092000-12-01 Kenichi Handa <handa@etl.go.jp>
7110
7111 * international/mule-diag.el (describe-char-after): Fix typo.
7112 (describe-character-set, non-iso-charset-alist): Fix typo.
7113
dea0a87d
MB
71142000-12-01 Miles Bader <miles@gnu.org>
7115
b170205b
MB
7116 * image-file.el (image-file-name-regexp): Automatically add
7117 upper-case variants of each filename extension in
7118 `image-file-name-extensions', since they seem to be common.
7119
e04d21aa 7120 * simple.el (minibuffer-contents)
dea0a87d
MB
7121 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7122 New functions.
7123 * filecache.el (file-cache-directory-name)
7124 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7125
eb04d6cd 71262000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7127
dea0a87d
MB
7128 * filecache.el (file-cache-minibuffer-complete): Don't try to
7129 delete the minibuffer prompt.
7130
a8a1b05d
DL
71312000-11-30 Dave Love <fx@gnu.org>
7132
7133 * cus-start.el: Fix read-buffer-function type.
7134
693c4692
GM
71352000-11-30 Gerd Moellmann <gerd@gnu.org>
7136
7137 * md5.el: Removed. There's a built-in function, now.
7138
2c0b1898
GM
71392000-11-30 Markus Rost <rost@math.ohio-state.edu>
7140
7141 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7142 as dummy 0-th char of rmail-deleted-vector.
7143
63dfcf4b
EZ
71442000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7145
7146 * ps-print.el (ps-end-job): Bind case-fold-search only after
7147 switching to ps-spool-buffer.
7148
71492000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7150
7151 * ps-print.el: Line number font customization. PostScript: Lines and
7152 PageCount are initialized on each page. Doc Fix.
7153 (ps-print-version): New version number (6.3.2).
7154 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7155 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7156 (ps-right-header): Customization fix.
7157 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7158 Fix code.
7159 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7160 New vars.
7161
df3aedcf
GM
71622000-11-30 Gerd Moellmann <gerd@gnu.org>
7163
edfb795e
GM
7164 * bs.el: Fix typos and spelling errors.
7165 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7166 (bs-configuration): Doc fix.
e04d21aa 7167
df3aedcf
GM
7168 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7169
8b8a7f01
GM
71702000-11-30 Rob Riepel <riepel@Stanford.EDU>
7171
7172 * emulation/tpu-edt.el (tpu-version): New version.
7173 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7174 (tpu-original-mode-line): Variable deleted.
7175 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7176 (tpu-set-mode-line): Don't redefine mode-line-format.
7177 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7178 (tpu-update-mode-line): New mark flag logic.
7179 (tpu-get): Use find-file-wildcards.
7180 (tpu-search-highlight): Move overlay less, reset overlay properly.
7181 (tpu-unselect): Deactivate mark.
7182 (tpu-lm-replace): Reset overlay properly.
7183 (tpu-forward-line): Use forward-visible-line.
7184 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7185
83c9cb8e 7186 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7187
c069a9d3
GM
71882000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7189
7190 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7191
b02cd40b
GM
71922000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7193
7194 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7195 and skip whitespace and newlines.
e04d21aa 7196
b7a90344
SM
71972000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7198
7199 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7200
be6bbb55
GM
72012000-11-29 Gerd Moellmann <gerd@gnu.org>
7202
0383ed60
GM
7203 * help.el (describe-function-1): Regexp-quote function name
7204 when used as part of a regexp.
7205
83c9cb8e
SM
7206 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7207 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7208 (tool-bar-add-item): Likewise, and handle unspecified colors.
7209
7210 * enriched.el (enriched-face-ans): Use face-attribute instead
7211 of face-foreground and face-background.
7212
7213 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7214 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7215
7423978d
GM
7216 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7217
ef128c78
GM
7218 * play/5x5.el: Remove version info.
7219
a81fc510
GM
7220 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7221
be6bbb55
GM
7222 * frame.el (blink-cursor-mode): Doc fix.
7223
f9396e03
GM
72242000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7225
7226 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7227 to create Makefile rules.
7228 (antlr-tool-command): New user option.
7229 (antlr-ask-about-save): New user option.
7230 (antlr-makefile-specification): New user option.
7231 (antlr-file-formats-alist): New variable.
7232 (antlr-special-file-formats): New variable.
7233 (antlr-unknown-file-formats): New user option.
7234 (antlr-help-unknown-file-text): New variable.
7235 (antlr-help-rules-intro): New variable.
7236 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7237 (antlr-mode-menu): Add entries.
7238 (antlr-file-dependencies): New function.
7239 (antlr-directory-dependencies): New function.
7240 (antlr-superclasses-glibs): New function.
7241 (antlr-run-tool): New command.
7242 (antlr-makefile-insert-variable): New function.
7243 (antlr-insert-makefile-rules): New function.
7244 (antlr-show-makefile-rules): New command.
7245
7246 * antlr-mode.el: More Emacs/XEmacs stuff.
7247 (antlr-no-action-keywords): New constant with value nil.
7248 (antlr-font-lock-keywords-alist): Use it. Old value would break
7249 syntax highlighting in Emacs-21.0.
7250 (antlr-default-directory): Emacs/XEmacs dependend function.
7251 (antlr-read-shell-command): Ditto.
7252 (antlr-with-displaying-help-buffer): Ditto.
7253
72542000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7255
7256 * antlr-mode.el: imenu, parsing and highlighting changes.
7257 (antlr-imenu-create-index-function): Don't create extra submenus
7258 for definitions in different grammar classes. It is not necessary
7259 for the menu and would make command `imenu' awkward to use.
7260 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7261 header actions and more than one.
7262 (antlr-font-lock-tokendef-face): Changed color.
7263 (antlr-font-lock-tokenref-face): Changed color.
7264 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7265 (antlr-mode-syntax-table): New variable.
7266 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7267 (antlr-with-syntax-table): Don't copy syntax table.
7268
72692000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7270
7271 * antlr-mode.el: Minor changes: language setting.
7272 (antlr-language-alist): The value for file option "language" can
7273 be both an identifier and a string.
7274 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7275 (antlr-language-limit-n-regexp): Change accordingly.
7276
72772000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7278
7279 * antlr-mode.el: Minor changes: tabs, hiding.
7280 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7281 (antlr-action-visibility): Also allow value nil to also hide the
7282 braces. Renamed from `antlr-tiny-action-length'.
7283 Suggested by Jay@aol.com.
7284 (antlr-hide-actions): Change accordingly. Hide line if completely
7285 hidden action is on a line of its own.
e04d21aa 7286
6ad948eb
SM
72872000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7288
7289 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7290
7291 * sort.el (sort-columns): Don't concat strings with numbers.
7292
9c6a4107
DL
72932000-11-29 Dave Love <fx@gnu.org>
7294
7295 * cus-edit.el (face): Fix :format.
7296
7297 * mail/feedmail.el: Require smtpmail when compiling.
7298 (mail-do-fcc): Autoload.
7299 (feedmail) <defgroup>: Fix :link.
7300 (feedmail-nuke-body-in-fcc): Fix :type.
7301 (feedmail-send-it): Add autoload cookie.
7302
053b8d35
SM
73032000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * newcomment.el (comment-indent): Save excursion around call to
7306 comment-indent-function.
7307
242c13e8
MB
73082000-11-29 Miles Bader <miles@gnu.org>
7309
7310 * subr.el (member-ignore-case): Return the tail of the list who's
7311 car matches, like `member', not the matching element itself.
7312
8f4b5f28
KH
73132000-11-29 Kenichi Handa <handa@etl.go.jp>
7314
7315 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7316 should not contain `\n'.
7317
bebe4a2c
GM
73182000-11-28 Gerd Moellmann <gerd@gnu.org>
7319
fd9ac94c 7320 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7321
ba7e40eb
GM
7322 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7323
75ab0c79
GM
7324 * dired-aux.el (dired-do-create-files): Construct default file
7325 name for dired-mark-read-file-name so that when the user enters
7326 just RET, the target file will end up in the target directory.
7327
bebe4a2c
GM
7328 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7329 local-abbrev-table before changing buffers because it might
7330 have a buffer-local binding.
7331
fa6d1ca8
MB
73322000-11-28 Miles Bader <miles@gnu.org>
7333
7334 * simple.el (delete-horizontal-space): Handle fields more generally.
7335
8d2c2642
GM
73362000-11-28 Gerd Moellmann <gerd@gnu.org>
7337
7338 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7339
8b31236d
DL
73402000-11-28 Dave Love <fx@gnu.org>
7341
3cbd02d2
DL
7342 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7343 comment-start-skip locally.
7344
8b31236d
DL
7345 * progmodes/fortran.el (fortran-mode): Don't set
7346 fortran-comment-line-start-skip. Set comment-start to
7347 fortran-comment-line-start.
7348 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7349 (fortran-comment-line-start-skip): Simplify slightly.
7350
ae4bf56d
GM
73512000-11-28 Gerd Moellmann <gerd@gnu.org>
7352
17ef7534
GM
7353 * play/5x5.el: Remove RCS keyword.
7354
fd9ac94c 7355 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7356
665b27a6
GM
73572000-11-28 Milan Zamazal <pdm@freesoft.cz>
7358
83c9cb8e
SM
7359 * textmodes/tildify.el (tildify-string-alist):
7360 Add `plain-tex-mode' here.
665b27a6 7361
fe3c2ae3
GM
73622000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7363
7364 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7365 reference.
7366
d970106b
MB
73672000-11-28 Miles Bader <miles@gnu.org>
7368
36b80a0d
MB
7369 * cus-face.el (custom-face-attributes): Add post-filter function
7370 for :box. Make pre-filter function for :box handle all cases.
7371
d970106b
MB
7372 * wid-edit.el (widget-choose): Make sure pop-up window is large
7373 enough to display all the choices, as there's no way to scroll it.
7374
5a2bae6c
KH
73752000-11-28 Kenichi Handa <handa@etl.go.jp>
7376
7377 * international/mule-conf.el: Make the coding system no-conversion
7378 safe for all characters.
7379
9e836e23
DL
73802000-11-27 Dave Love <fx@gnu.org>
7381
8b31236d
DL
7382 * net/ldap.el (ldap) <defgroup>: Add :version.
7383
9e836e23
DL
7384 * tooltip.el (tooltip-use-echo-area): Doc fix.
7385
7386 * cus-start.el <minibuffer-prompt-properties>: Add version.
7387 <read-buffer-function>: Add.
7388
7389 * apropos.el (apropos-print): Add help-echo to active text.
7390
7391 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7392
4a74d071
GM
73932000-11-27 Gerd Moellmann <gerd@gnu.org>
7394
7395 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7396 type, group and version.
7397
76058c27
EZ
73982000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7399
4a74d071 7400 * select.el (x-get-selection): Docstring fix.
76058c27 7401
fd9ac94c 74022000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7403
fd9ac94c 7404 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7405
49060c51
AI
74062000-11-27 Andrew Innes <andrewi@gnu.org>
7407
7408 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7409
7410 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7411
b2a8e429
MB
74122000-11-27 Miles Bader <miles@gnu.org>
7413
7414 * dired.el (dired-get-filename): Return filename verbatim if
7415 LOCALP is `verbatim'.
7416 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7417 `verbatim' so that we don't inadvertently delete a non-existant
7418 directory name.
7419
5ac0366d
KH
74202000-11-27 Kenichi Handa <handa@etl.go.jp>
7421
7422 * international/characters.el: Specify cases and syntaxes for
7423 mule-unicode-0100-24ff.
7424
67f1cf4c
GM
74252000-11-27 Gerd Moellmann <gerd@gnu.org>
7426
7427 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7428 that foreground and/or background colors of the face `tool-bar'
7429 are unspecified.
7430
46c56972
MB
74312000-11-27 Miles Bader <miles@gnu.org>
7432
e04d21aa 7433 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7434 (widget-field-end): Handle widget field `pseudo-overlays'.
7435 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7436 if it's there instead of in `widget-field-list'.
7437
46c56972 7438 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7439 (help-make-xrefs): Delete extraneous newlines at the end of the
7440 docstring.
46c56972 7441
640a9cdd
JR
74422000-11-25 Jason Rumney <jasonr@gnu.org>
7443
7444 * startup.el (command-line): Call set-locale-environment after
7445 Window System init file is read, as it can result in a call to
7446 redraw-frame.
7447
0b3f96d4
EZ
74482000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7449
7450 * simple.el (shell-command): Mention the effect of the prefix
7451 argument in the doc string.
7452
8da6e2a1
MB
74532000-11-25 Miles Bader <miles@gnu.org>
7454
a658d039
MB
7455 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7456
8da6e2a1 7457 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7458 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7459
d3416cca
JR
74602000-11-24 Jason Rumney <jasonr@gnu.org>
7461
7462 * international/mule-cmds.el (locale-language-names): Add "jp" as
7463 a non-standard alternative for Japanese.
7464
17e37f53
AS
74652000-11-24 Andre Spiegel <spiegel@gnu.org>
7466
7467 * vc-hooks.el: Require 'cl during compilation.
7468
9aa5f148
GM
74692000-11-24 Gerd Moellmann <gerd@gnu.org>
7470
ba193890
GM
7471 * faces.el (face-set-after-frame-default): Let face attributes
7472 specified for new frames override frame parameters.
7473
9aa5f148
GM
7474 * startup.el (command-line): Fix computation of the source file
7475 for user-init-file when user-init-file is a compiled file.
7476
51a1edab
MB
74772000-11-24 Miles Bader <miles@gnu.org>
7478
e04d21aa 7479 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7480 (custom-post-filter-face-spec): New functions.
7481 (custom-face-set, custom-face-value-create): Filter the face spec
7482 before and after customization.
7483 (custom-face-set): If VALUE specifies a null face, pass a
7484 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7485 * cus-face.el (custom-face-attributes): Remove SET and GET
7486 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7487 cases they're needed.
7488
1ed74431
MB
7489 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7490 that it's distinguishable from the :off-glyph on dark-background
7491 displays. Set its background color too.
7492
67ee1125
MB
7493 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7494 so that people can easily turn it off.
7495
7d027816 74962000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7497
7d027816 7498 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7499
9aa5f148 7500 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7501
9aa5f148 7502 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7503
9aa5f148 7504 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7505 redundant skip-small-frames test.
e04d21aa 7506
9aa5f148 7507 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7508 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7509
9aa5f148
GM
7510 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7511 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7512 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7513 New functions.
e04d21aa 7514
9aa5f148 7515 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7516
9aa5f148 7517 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7518
f07fa1b8
KH
75192000-11-24 Kenichi Handa <handa@etl.go.jp>
7520
83c9cb8e
SM
7521 * international/mule-diag.el (list-iso-charset-chars):
7522 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7523 (list-non-iso-charset-chars): Fix the `while' condition.
7524
ba8299ff
SM
75252000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7526
79372165
SM
7527 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7528 if the variable is make-variable-buffer-local.
7529
83c9cb8e
SM
7530 * progmodes/ada-stmt.el (ada-template-map):
7531 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7532 (ada-stmt-mode-hook): New function extracted from old code.
7533 Only change the buffer-local side of skeleton-*.
7534 (ada-mode-hook): Use it.
7535
68a887fa
EZ
75362000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7537
7538 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7539 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7540 we expect to be returned by minibuffer-depth once we prompt the
7541 user in the minibuffer.
7542 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7543 as recorded in iswitchb-minibuf-depth, return non-nil.
7544
3b345582
EZ
75452000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7546
7547 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7548 (hscroll-window-maybe): Docstring fix.
7549
595dead2
DL
75502000-11-23 Dave Love <fx@gnu.org>
7551
7552 * rect.el (string-rectangle): Don't test delete-selection-mode.
7553
1e66b27a
GM
75542000-11-23 Gerd Moellmann <gerd@gnu.org>
7555
02790ce2
GM
7556 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7557 is in the tool bar.
7558
1e66b27a 7559 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7560 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7561
a4caa65d
SM
75622000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7563
7564 * textmodes/outline.el (outline-flag-region):
7565 Don't bind inhibit-read-only since we don't modify the buffer.
7566 (outline-isearch-open-invisible): Don't jump to overlay-start
7567 since we're trying to unhide text around point.
7568 (outline-discard-overlays): Use dolist.
7569
7570 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7571
03e757c1
GM
75722000-11-22 Gerd Moellmann <gerd@gnu.org>
7573
83c9cb8e 7574 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 7575
1598a961
SM
75762000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7577
7578 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7579 Fix ARG regexp to skip quoted braces.
7580 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7581 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7582 are (correctly) handled separately).
7583 Remove `caption' and `footnote' from `citations': they contain text.
7584 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7585 (latex-skeleton-end-hook): New function.
7586 (latex-mode): Use it.
7587 (tex-start-tex-marker): Remove.
7588 (tex-send-tex-command): Don't set tex-start-tex-marker.
7589 (tex-error-parse-syntax-table): New var.
7590 (tex-compilation-parse-errors): Use it.
7591 Ignore tex-start-tex-marker. Don't bother with marker-position.
7592 (tex-validate-buffer): Don't bother with marker-position.
7593
7594 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 7595 (flyspell-generic-progmode-verify): Use it.
1598a961 7596
eaae8106
SS
75972000-11-22 Sam Steingold <sds@gnu.org>
7598
83c9cb8e 7599 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 7600
eaae8106 7601 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 7602 `ada-remove-trailing-spaces'.
eaae8106 7603 (ada-remove-trailing-spaces): Removed.
e04d21aa 7604
eaae8106 7605 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 7606
1598a961
SM
7607 * textmodes/picture.el (picture-clean): Removed.
7608 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 7609
a41d49e9
GM
76102000-11-22 Gerd Moellmann <gerd@gnu.org>
7611
e053c60f
GM
7612 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7613
a41d49e9
GM
7614 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7615 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 7616 do anything special when jit-lock is active.
a41d49e9
GM
7617 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7618
197615f3
DL
76192000-11-22 Dave Love <fx@gnu.org>
7620
ddbfaa9f
DL
7621 * calendar/todo-mode.el (todo-top-priorities): Use
7622 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7623
ddc3c695
DL
7624 * language/chinese.el, language/cyrillic.el:
7625 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7626 * language/hebrew.el, language/indian.el, language/japanese.el:
7627 * language/korean.el, language/lao.el, language/misc-lang.el:
7628 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7629 Use provide.
7630
fb9fa98d
DL
7631 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7632 (custom-variable-set): Improve validation error mesage.
7633
197615f3
DL
7634 * rect.el (string-rectangle): Revert last change.
7635 (string-rectangle-line): New arg DELETE.
7636 (string-rectangle): Check delete-selection-mode.
7637
7638 * emacs-lisp/edebug.el (edebug-version)
7639 (edebug-maintainer-address): Deleted.
7640 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7641 (edebug-read-function): Account for other `'#' read forms.
7642 (edebug-mode-menus): Make some items toggles.
7643 (edebug-outside-unread-command-event, unread-command-event):
7644 Remove these to avoid warnings.
7645
f4117c4d
GM
76462000-11-22 David Ponce <david@dponce.com>
7647
7648 * recentf.el (recentf-menu-items-for-commands)
7649 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 7650 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 7651
f4117c4d
GM
7652 (recentf-build-dir-rules, recentf-dump-variable)
7653 (recentf-edit-list, recentf-open-files-item)
7654 (recentf-open-files): Replaced unnecessary `mapcar' with new
7655 built-in `mapc'.
eaae8106 7656
f8e2f3f2
MB
76572000-11-23 Miles Bader <miles@gnu.org>
7658
7659 * faces.el (menu): Make inverse-video on ttys too.
7660
4c4a541d
SM
76612000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7662
7663 * simple.el (comment-line-break-function): Use the new name
7664 indent-new-comment-line -> comment-indent-new-line.
7665 (clone-indirect-buffer): Don't ignore NORECORD.
7666 (next-completion): Properly handle the case where items are adjacent.
7667
7668 * mouse.el (popup-menu): Stupid typo.
7669
980d836e
GM
76702000-11-22 Gerd Moellmann <gerd@gnu.org>
7671
60e8e0a5
GM
7672 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7673 maintainer, keywords tags.
7674
980d836e
GM
7675 * rect.el (replace-rectangle): Don't call string-rectangle-line
7676 with too many arguments.
7677
e08b2069
AS
76782000-11-22 Andre Spiegel <spiegel@gnu.org>
7679
60e8e0a5 7680 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7681 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7682 vc-locking-user, which no longer exists.
7683
7684 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7685
c6779d8d
DL
76862000-11-22 Dave Love <fx@gnu.org>
7687
7688 * md5.el (md5): Provide.
7689 (md5): Fix error call.
7690
e672fdce
MB
76912000-11-22 Miles Bader <miles@gnu.org>
7692
eaae8106 7693 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7694 (refill-fill-paragraph-at): Remove debugging code.
7695
80e24c04
MB
7696 * calendar/calendar.el (generate-calendar-window): When we don't
7697 call `fit-window-to-buffer', make sure the top line is fully visible.
7698
3a17d6cc
MB
7699 * image-file.el (insert-image-file): Don't make `read-only'
7700 property rear-nonsticky.
7701
ae1a21c6
MB
7702 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7703 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7704 stashing away its original value.
7705 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7706 in the recursive edit.
7707 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7708 (isearch-done): Restore `minibuffer-message-timeout'.
7709
e672fdce
MB
7710 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7711
3ea79df8
SM
77122000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7713
7714 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7715
7716 * find-lisp.el (find-lisp-find-files-internal):
7717 Use dolist, when and file-name-as-directory.
7718
980d836e 7719 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7720 (define-derived-mode, define-minor-mode): Add specs.
7721
7722 * window.el: General comment and spacing fixes.
7723 (save-selected-window): Use backquotes.
7724 (window-safely-shrinkable-p): New function.
7725 (shrink-window-if-larger-than-buffer): Use it.
7726
7727 * subr.el (make-local-hook): Docstring fix.
7728
7729 * shell.el (shell-mode): Use define-derived-mode.
7730
7731 * newcomment.el (comment-indent): Insert comment before calling
7732 comment-indent-function. Don't insert in column 0.
7733 (comment-dwim): Indent before inserting comment.
7734
7735 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7736 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7737 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7738 Use mapc rather than map.
7739
7740 * files.el (find-buffer-visiting): Compare all attributes before
7741 declaring two files identical (rather than just their inode-no).
7742 (auto-mode-alist): Use \' rather than $.
7743
7744 * which-func.el: Update maintainer line.
7745
7746 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7747 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7748 (uniquify-buffer-file-name): Use it.
7749
8f62f2b8
MB
77502000-11-22 Miles Bader <miles@gnu.org>
7751
7752 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7753 * simple.el (minibuffer-avoid-prompt): New function.
7754
fb279a6d
GM
77552000-11-21 Gerd Moellmann <gerd@gnu.org>
7756
7757 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7758
867092e9
MB
77592000-11-21 Miles Bader <miles@gnu.org>
7760
ef860850
MB
7761 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7762 inclusion of `track-mouse'.
7763
867092e9
MB
7764 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7765 (refill-adjust-ignorable-overlay): New function.
7766 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7767 only the paragraph's tail if possible.
7768 Update `refill-ignorable-overlay'.
7769 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7770
7771 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7772 point inside the fill-prefix.
7773
7774 * textmodes/refill.el (refill-post-command-function): Don't reset
7775 refill-doit in the case where a self-insertion command doesn't
7776 case a refill. Use `refill-fill-paragraph-at', getting position
7777 from `refill-doit'.
7778 (refill-after-change-function): Set `refill-doit' to END.
7779 (refill-fill-paragraph-at): New function, mostly from old
7780 refill-fill-paragraph.
7781 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7782 (refill-pre-command-function): New function.
7783 (refill-mode): Add it to `pre-command-hook'.
7784
ff9ab414
GM
77852000-11-20 Gerd Moellmann <gerd@gnu.org>
7786
29a01b72
GM
7787 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7788
ff9ab414
GM
7789 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7790 javadoc tags.
eaae8106 7791
885b211b
AS
77922000-11-20 Andre Spiegel <spiegel@gnu.org>
7793
7794 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7795 vc.el).
7796
eaae8106 7797 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7798 require vc.
eaae8106
SS
7799
7800 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7801 checkouts.
eaae8106 7802
d1838556
DL
78032000-11-20 Dave Love <fx@gnu.org>
7804
7805 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7806
2b69bc11 78072000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7808
2b69bc11
GM
7809 * calculator.el (calculator-paste): Use `if' instead of `and'
7810 and `or'.
7811 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7812
b95b34e5
GM
78132000-11-19 Gerd Moellmann <gerd@gnu.org>
7814
030de92f
GM
7815 * info.el (info-menu-5): Doc fix.
7816
b95b34e5
GM
7817 * textmodes/artist.el: New file.
7818
54970452
AS
78192000-11-19 Andre Spiegel <spiegel@gnu.org>
7820
eaae8106 7821 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7822 and differentiate according to checkout model.
7823 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7824 since this function is only concerned with master state.
7825
83c9cb8e
SM
7826 * vc-hooks.el (vc-workfile-unchanged-p)
7827 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7828
83c9cb8e
SM
7829 * vc.el (vc-workfile-unchanged-p)
7830 (vc-default-workfile-unchanged-p): See above.
54970452 7831
e5a9dabf
MB
78322000-11-19 Miles Bader <miles@gnu.org>
7833
7834 * image-file.el (insert-image-file): Make `intangible' and
7835 `read-only' properties rear-nonsticky too.
7836
24127af0
GM
78372000-11-18 Gerd Moellmann <gerd@gnu.org>
7838
d392e9c5 7839 * ps-print.el: Update copyright notice.
eaae8106 7840
d392e9c5
GM
7841 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7842 (tooltip-show): Use the offsets.
7843
24127af0 7844 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7845 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7846 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7847
2b69bc11 78482000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7849
2b69bc11
GM
7850 * ps-print.el (toplevel): Test for find-coding-system being
7851 fboundp before calling ps-x-find-coding-system.
08ea6f17 7852
66321b2f
SM
78532000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7854
7855 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7856 (vc-version-backup-file): Docstring fix.
7857
046110c6
GM
78582000-11-16 Gerd Moellmann <gerd@gnu.org>
7859
4104194e
GM
7860 * files.el (basic-save-buffer): Don't add a newline if
7861 find-file-literally is non-nil.
7862 (find-file-literally): Extend doc string.
7863
046110c6
GM
7864 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7865 sort(1) with the `-f' argument.
7866
6505c16e
AS
78672000-11-16 Andre Spiegel <spiegel@gnu.org>
7868
fd063975
AS
7869 * vc.el: Updated backend documentation.
7870 (vc-default-check-headers): New function.
7871
3d02dd81 7872 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7873
7874 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7875 up-to-date.
eaae8106 7876 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7877 the minibuffer is not active.
fd063975 7878
eaae8106 7879 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7880 `vc-cvs-use-edit' is on.
eaae8106
SS
7881 (vc-cvs-checkout): When this is used for reverting the workfile,
7882 make a backup of the original contents and revert to that in case
8791d617 7883 of error.
eaae8106 7884 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7885 remote repositories.
eaae8106 7886
6505c16e
AS
7887 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7888 for both version and ratio in the minibuffer.
fd063975 7889
eaae8106 7890 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7891 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7892
a13f0660
KH
78932000-11-16 Kenichi Handa <handa@etl.go.jp>
7894
7895 * international/quail.el (quail-start-translation): Don't call
7896 `message' before reading key sequence.
7897
1389a414
MB
78982000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7899
7900 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7901
9256a532
KH
79022000-11-16 Kenichi Handa <handa@etl.go.jp>
7903
7904 * window.el (fit-window-to-buffer): Be sure to acquire at least
7905 one text line even if the buffer is empty.
7906
0e14fe9f
GM
79072000-11-16 Gerd Moellmann <gerd@gnu.org>
7908
eaae8106 7909 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
7910 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7911 Bind ange-ftp-process-verbose to nil.
0e14fe9f 7912
da645c53
DL
79132000-11-15 Dave Love <fx@gnu.org>
7914
83c9cb8e
SM
7915 * wid-edit.el (widget-specify-field, widget-specify-button):
7916 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
7917 widget-mouse-help.
7918 (widget-mouse-help): New function.
7919 (widget-echo-help): Rewritten for :help-echo functions only taking
7920 a widget arg.
7921
83c9cb8e
SM
7922 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7923 Use display-graphic-p.
b12057b9
DL
7924 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7925 and that JPEG is available.
7926 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7927
da645c53
DL
7928 * international/mule-cmds.el (locale-charset-language-names):
7929 Match @euro.
7930
6d133d1f
GM
79312000-11-15 Gerd Moellmann <gerd@gnu.org>
7932
83c9cb8e
SM
7933 * faces.el (face-set-after-frame-default):
7934 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
7935 default face from X resources.
7936
49ac2ac5
EZ
79372000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7940 Don't set EMACSLOADPATH.
7941
4fb0a34c
EZ
79422000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7943
7944 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7945 texinfo-insert-@url.
7946 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7947 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7948
bb304a7a
SM
79492000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7950
82bc80bf
SM
7951 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7952 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7953 (checkdoc-minor-keymap): Backward compatibility.
7954 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7955 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7956 (checkdoc-this-string-valid-engine): Be a bit more strict
7957 to avoid matching substrings of `...' quoted vars/funs.
7958 (checkdoc-defun-info): Only look for `interactive' if alone.
7959 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7960
e8c87124
SM
7961 * progmodes/compile.el (grep): `tag-default' can be nil.
7962
bb304a7a
SM
7963 * newcomment.el (comment-indent): Paren typo.
7964
8628686a
DL
79652000-11-14 Dave Love <fx@gnu.org>
7966
25c269ef
DL
7967 * calculator.el: New maintainer version.
7968
66321b2f 7969 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7970
8628686a
DL
7971 * cmuscheme.el: Doc fixes.
7972 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7973 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7974
7975 * xscheme.el (scheme-program-name): Don't define here.
7976
7977 * progmodes/scheme.el (scheme-program-name): New variable
7978 (originally in cmuscheme).
7979
88f0a1eb
MB
79802000-11-14 Miles Bader <miles@gnu.org>
7981
7982 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7983 Handle header-lines. Don't loop forever if we can't enlarge the
7984 window anymore. Simplify a bit.
7985
cd9a000c
KH
79862000-11-14 Kenichi Handa <handa@etl.go.jp>
7987
7988 * window.el (fit-window-to-buffer): Don't check
7989 window-text-height. Assure that the last line is fully visible.
7990
83c9cb8e
SM
7991 * international/quail.el (quail-show-guidance-buf):
7992 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7993 buffer.
7994 (quail-update-guidance): Avoid making the guidance buffer shorter.
7995
d3fcda22
SM
79962000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7997
bdbd9606
SM
7998 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7999 rather than `prepend' and add an interesting comment.
8000 (tex-math-face, tex-font-lock-syntactic-face-function):
8001 New face and function to use it.
8002 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8003 than `menu-enable' symbol property.
8004 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8005 (tex-mode): Add some latex-mode commands for auto-selection.
8006 Use tex-font-lock-syntactic-face-function.
8007 (tex-insert-quote): Simplify.
8008 (tex-shell): New mode.
8009 (tex-start-shell): Use it.
8010 (tex-shell-proc, tex-shell-buf): New functions.
8011 (tex-send-command): Use it.
8012 (tex-main-file): Fix the meaning of the new arg REALFILE.
8013 (tex-send-tex-command): New function split from `tex-start-tex'.
8014 Set compilation-last-buffer and compilation-parsing-end.
8015
d3fcda22
SM
8016 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8017 when it follows non-comment text on the line.
8018
8019 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8020 Set font-lock-defaults.
8021 (lisp-mode-shared-map): Init inside the defvar.
8022 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8023 Use define-derived-mode.
8024
bdab1d43
MB
80252000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8026
8027 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8028
936ae731
GM
80292000-11-14 Gerd Moellmann <gerd@gnu.org>
8030
83c9cb8e
SM
8031 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8032 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8033 recursion; see comment there.
8034
1695ca2b
EZ
80352000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8036
8037 * faces.el (face-spec-set-match-display): Revert the change from
8038 2000-10-24. Add a FIXME for after v21.1.
8039
9d348294
MB
80402000-11-13 Miles Bader <miles@gnu.org>
8041
8042 * textmodes/fill.el (skip-line-prefix): New function.
8043 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8044 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8045 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8046 point inside the fill-prefix.
9d348294 8047
b85fa13c
MB
80482000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8049
83c9cb8e
SM
8050 * calendar/calendar.el (generate-calendar-window):
8051 Use `fit-window-to-buffer'.
b85fa13c 8052
a0b47716
SM
80532000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * gud.el (gud-minor-mode): New var.
8056 (gud-symbol, gud-val): New functions.
8057 (gud-find-file): Copy gud-minor-mode to the new buffer.
8058 (gud-menu-map): Include entries for commands that are not always
8059 available, using :enable to (de)activate them.
8060 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8061 (gud-mode-map): New map.
eaae8106 8062 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8063 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8064 Don't set up gud's menu (it's done by the minor-mode).
8065 (gud-minibuffer-local-map): New.
8066 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8067 (gud-query-cmdline): New function.
8068 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8069 (gud-mode): Use define-derived-mode.
8070 Don't set up gud's menu (it's done by the minor-mode).
8071 (gud-chop-words): Remove.
8072 (gud-common-init): Use split-string instead.
8073 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8074
8075 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8076 Add keyword arg :name.
8077
8078 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8079 (diff-count-matches, diff-split-hunk): New functions.
8080 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8081
8082 * pcvs-info.el (cvs-fi-conflict-face): New var.
8083
8084 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8085 Make it into a simple syntax-table, shared among all submodes.
8086 (sh-heredoc-face): Re-introduce.
8087 (sh-font-lock-syntactic-face-function): New function.
8088 (sh-mode): Use it. Also use define-derived-mode.
8089 Remove old bogus setting of indent-region-function.
8090 (sh-set-shell): Don't set the syntax-table any more.
8091 (sh-mode-syntax-table) <defun>: Remove.
8092
f5ed37df
MB
80932000-11-12 Miles Bader <miles@gnu.org>
8094
8095 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8096 message if interactive.
8097
0b074c2f
DL
80982000-11-12 Dave Love <fx@gnu.org>
8099
8100 * mail/feedmail.el: Fix header,
8101 (feedmail) <defgroup>: Add :link.
8102
8103 * view.el: Use local-map property, not keymap on mode-line string.
8104
83c9cb8e
SM
8105 * scroll-all.el (scroll-all-mode): Customize variable.
8106 Add autoload cookie to function.
0b074c2f
DL
8107
8108 * lazy-lock.el: Remove compatibility code.
8109
8110 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8111 (finder-help-echo): New variable.
8112 (finder-mouse-face-on-line): Add help-echo stuff.
8113 (finder-list-keywords, finder-list-matches): Use mapc.
8114
8115 * faces.el (face-font-registry-alternatives): Add :version.
8116
8117 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8118 tags-table-list.
8119
a0b47716 8120 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8121
a0b47716 8122 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8123 (mail-mode): Use [:alnum:] in some regexps.
8124
6d502396
DL
81252000-11-10 Dave Love <fx@gnu.org>
8126
8127 * ediff.el (ediff-regions-internal, ediff-documentation):
8128 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8129 fundamental mode.
8130
8131 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8132 buffer into fundamental mode.
8133 (ediff-set-difference): Use copy-sequence if available.
8134
83c9cb8e
SM
8135 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8136 Check ediff-patch-map non-nil.
6d502396
DL
8137 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8138 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8139 buffer into fundamental mode.
8140
8141 * ediff-merg.el (state-or-merge): Defvar when compiling.
8142
a82fe213
JR
81432000-11-10 Jason Rumney <jasonr@gnu.org>
8144
8145 * w32-fns.el (w32-add-charset-info): New function.
8146 (w32-charset-info-alist): Use it.
8147
52d89894
GM
81482000-11-10 Gerd Moellmann <gerd@gnu.org>
8149
8150 * faces.el (face-font-registry-alternatives): New user-option.
8151
178932de
SM
81522000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8153
d7fa3319
SM
8154 * textmodes/texinfo.el (texinfo-block-default): New var.
8155 (texinfo-insert-block): Use it. Insert a newline if needed.
8156
178932de
SM
8157 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8158 (fill-region-as-paragraph): Use it.
8159
8160 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8161 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8162 Tweak paragraph regexps to allow a leading [ \t]*.
8163 (tex-latex-block): Insert a newline if necessary.
8164 (latex-insert-item): Only insert a newline if necessary.
8165 (tex-guess-main-file): New function.
8166 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8167 Set tex-main-file if TeX-master is provided.
8168 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8169
bd02b8e0
GM
81702000-11-10 Gerd Moellmann <gerd@gnu.org>
8171
8172 * startup.el (command-line): Set the default tooltip-mode
8173 to t for graphical displays which implement x-show-tip.
8174
8175 * tooltip.el (tooltip-mode): Add a comment about startup.el
8176 setting the default value of this user-option.
8177
b29b03eb
SM
81782000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8179
8180 * font-lock.el (font-lock-*-face) <defvar>: Move.
8181 (font-lock-defaults-alist): Mark obsolete.
8182 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8183 (font-lock-mode): Use define-minor-mode.
8184 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8185 (font-lock-turn-off-thing-lock): Be more explicit.
8186 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8187 (font-lock-syntactic-face-function): New var.
8188 (font-lock-fontify-syntactically-region): Use it.
8189 (font-lock-doc-face): New.
8190
8191 * pcvs.el (cvs-enabledp): Ignore errors.
8192 (cvs-commit-filelist): Never query.
8193 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8194 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8195 (cvs-do-removal): Use cvs-partition rather than delete-if.
8196 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8197 cvs-bury-buffer.
8198
8199 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8200 Allow `next' to jump to after the end of the last match.
8201
778fbc46
GM
82022000-11-09 Gerd Moellmann <gerd@gnu.org>
8203
730c746c
GM
8204 * simple.el (byte-compiling-files-p): New function.
8205
8206 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8207 if it is there.
8208
8209 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8210 nil again.
8211
778fbc46
GM
8212 * textmodes/ispell.el (ispell-library-path): Don't call
8213 check-ispell-version when byte-compiling because that starts
8214 an ispell process, and ispell might not be installed.
8215 (toplevel): Don't set up a menu when byte-compiling.
8216
8217 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8218 it, so that a boundp test can be used to determine if we're
8219 currently byte-compiling.
8220
5912c5bb
DL
82212000-11-09 Dave Love <fx@gnu.org>
8222
83c9cb8e 8223 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8224
7bb054a5
GM
82252000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8226
83c9cb8e
SM
8227 * ps-print.el: Patch for variable initialization when spooling.
8228 Doc fix.
7bb054a5
GM
8229 (ps-output-list): Fun eliminated.
8230 (ps-begin-file, ps-begin-job): Code fix.
8231
9db2706e
DL
82322000-11-08 Dave Love <fx@gnu.org>
8233
83c9cb8e 8234 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8235
f7eb32aa
GM
82362000-11-08 Gerd Moellmann <gerd@gnu.org>
8237
8238 * simple.el (shell-command, display-message-or-buffer)
8239 (shell-command-on-region): Mention resize-mini-windows in the doc
8240 string.
8241 (display-message-or-buffer): Take the value of resize-mini-windows
8242 into account.
8243
7b01b08c
GM
82442000-11-07 Gerd Moellmann <gerd@gnu.org>
8245
acad3c0b
GM
8246 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8247
7b01b08c
GM
8248 * dired.el (dired-between-files): Add `^. find' as an alternative
8249 to the regular expression, for find-dired.
8250
6f602bd0
SM
82512000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8252
8253 * textmodes/texnfo-upd.el: Require texinfo.
8254 (defmacro, defgroup): Remove.
8255 (texinfo-section-to-generic-alist): Remove.
8256 Use texinfo-section-list instead (i.e. level is changed string->int).
8257 (texinfo-filter): New function.
8258 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8259 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8260 Use it. And use regexp-opt.
8261 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8262 (texinfo-update-menu-region-beginning)
8263 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8264 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8265 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8266 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8267 (texinfo-sequential-node-update): Remove autoload cookie.
8268
8269 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8270 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8271 (texinfo-chapter-level-regexp): Remove.
8272 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8273
bb216218
DL
82742000-11-06 Dave Love <fx@gnu.org>
8275
6f602bd0 8276 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8277
6f602bd0
SM
8278 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8279 Match defun*.
bb216218 8280
ff8dd5d5
KH
82812000-11-06 Kenichi Handa <handa@etl.go.jp>
8282
8283 * composite.el (composition-function-table): Variable declaration
8284 moved to src/composite.c.
8285 (compose-chars-after): New optional arg object.
8286
e9da51a1
GM
82872000-11-06 Gerd Moellmann <gerd@gnu.org>
8288
e0c12c68
GM
8289 * bindings.el (mode-line-toggle-read-only)
8290 (mode-line-toggle-modified, mode-line-widen)
8291 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8292 (make-mode-line-mouse2-map): Rewritten.
8293 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8294 functions so that C-h k can show something with a doc string.
eaae8106 8295
e9da51a1
GM
8296 * startup.el (fancy-splash-delay): Set to 10 seconds.
8297 (fancy-splash-max-time): New user-option.
8298 (fancy-splash-stop-time): New variable.
8299 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8300 (fancy-splash-screens-1): Throw `stop-splashing' when current
8301 time is greater than fancy-splash-stop-time.
8302
611dbdf0
SM
83032000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8304
4d2806e2
SM
8305 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8306
611dbdf0
SM
8307 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8308 Prompt user for a file rather than raising an error.
8309 (cvs-enabledp): Fix call to cvs-mode-marked.
8310 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8311 (cvs-mode-insert): Use it. Change the init prompt' value.
8312 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8313
8314 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8315 Don't pass default arg to ewoc-locate.
8316 (ewoc-collect): Return result in the right order.
8317
8318 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8319
8320 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8321 (cvs-status-get-tags): Fix regexp.
8322 (cvs-status-trees, cvs-status-cvstrees):
8323 Combine after change hooks and don't sit-for.
4d2806e2
SM
8324 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8325 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8326 Use make-char rather than hard-coded cryptic data.
8327 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8328
8329 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8330
8331 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8332 (cvs-insert-strings): New function.
8333
937b2877
MB
83342000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8335
8336 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8337 `mwheel-scroll-amount'.
8338 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8339 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8340 string-matching against the version string.
8341
c6c97763
KH
83422000-11-06 Kenichi Handa <handa@etl.go.jp>
8343
6eaec747
KH
8344 * language/thai.el ("Thai"): Set a lisp form that produces
8345 composed string in `sample-text' language info.
8346
8347 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8348 composed string in `sample-text' language info.
8349
83c9cb8e
SM
8350 * international/mule-cmds.el (describe-language-environment):
8351 Eval `sample-text' data and insert the result.
6eaec747 8352
c6c97763
KH
8353 * international/mule-conf.el (compound-text): Define this coding
8354 system here. Make x-ctext and ctext aliases of it.
8355
8356 * language/european.el (compound-text, ctext): Moved to
8357 international/mule-conf.el.
8358
d1145f85
AI
83592000-11-05 Andrew Innes <andrewi@gnu.org>
8360
8361 * w32-fns.el (w32-version): New function.
8362
178a6a45
SM
83632000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * progmodes/awk-mode.el: Update copyright.
8366 (awk-mode-abbrev-table): Remove.
8367 (awk-font-lock-keywords): Use regexp-opt.
8368 (awk-mode): Use define-derived-mode.
8369
8370 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8371 when extracting a suffix.
8372
1ba90166
AS
83732000-11-04 Andre Spiegel <spiegel@gnu.org>
8374
8375 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8376 auto-save-mode.
8377
546790cb
JR
83782000-11-04 Jason Rumney <jasonr@gnu.org>
8379
8380 * language/european.el (decode-mac-roman): Test against r1 not r0.
8381
d247e32d
SM
83822000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8383
fbf44f44
SM
8384 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8385 (icon-mode): Define indent-line-function.
8386 (icon-comment-indent): Simplify.
8387 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8388
8389 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8390
8391 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8392 Bind change-log-default-mode to defeat the caching done on it.
8393 Don't bother saving excursion any more.
8394
8395 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8396
8397 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8398 (set-frame-font): Use the new name (and the old for compatibility).
8399
eaae8106
SS
8400 * toolbar/tool-bar.el (tool-bar-mode):
8401 * time.el (display-time-mode):
8402 * recentf.el (recentf-mode):
8403 * paren.el (show-paren-mode):
8404 * mwheel.el (mouse-wheel-mode):
8405 * msb.el (msb-mode):
8406 * jka-compr.el (auto-compression-mode):
8407 * image-file.el (auto-image-file-mode):
8408 * hl-line.el (hl-line-mode):
8409 * delsel.el (delete-selection-mode):
8410 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8411 * complete.el (partial-completion-mode): Drop unneeded positional args.
8412
eaae8106 8413 * info.el (Info-mode):
79372165 8414 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8415
d247e32d
SM
8416 * log-edit.el (log-edit-menu): New menu.
8417
4921558e
MB
84182000-11-03 Miles Bader <miles@gnu.org>
8419
8420 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8421 definition, so that trailing spaces are handled properly.
8422 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8423
1fc02b3c
GM
84242000-11-03 Gerd Moellmann <gerd@gnu.org>
8425
8426 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8427 tab character.
8428 (fancy-splash-screens): Set tab-width to 20.
8429
51d001f7
DL
84302000-11-03 Dave Love <fx@gnu.org>
8431
8432 * comint.el (comint-completion-addsuffix): Fix custom type.
8433
ba22aeff
SM
84342000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8435
8436 * font-lock.el (font-lock-buffers): Remove.
8437 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8438 (font-lock-change-major-mode): Remove.
8439 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8440 (font-lock-default-fontify-region): Extend the multiline
8441 fontification to whole lines.
8442 (font-lock-fontify-anchored-keywords)
8443 (font-lock-fontify-keywords-region): If matching just one
8444 line (with \n) only mark the \n as multiline.
8445
8446 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8447 Correctly handle the case where several :group args are supplied.
8448 Allow :extra-args.
8449 (easy-mmode-define-global-mode): Allow :extra-args.
8450 Correctly handle the case where several :group args are supplied.
8451
9c887ada
MB
84522000-11-02 Miles Bader <miles@gnu.org>
8453
eaae8106 8454 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8455 (holiday-face): Remove dependency on `window-system'.
8456
7f25090d
KR
84572000-11-02 Ken Raeburn <raeburn@gnu.org>
8458
8459 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8460 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8461 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8462
7dd6009c
DL
84632000-11-02 Dave Love <fx@gnu.org>
8464
8465 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8466
94821e4f
EZ
84672000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8468
8469 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8470 punctuation in the warning inserted into the *mail* buffer.
8471
1ac3fc42
GM
84722000-11-02 Gerd Moellmann <gerd@gnu.org>
8473
57731876
GM
8474 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8475 (authors-public-domain-p): New function.
8476 (authors-print): Use it.
8477
975f82c9
GM
8478 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8479
1ac3fc42
GM
8480 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8481
4b3eb10f
GM
84822000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8483
975f82c9 8484 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8485 (ps-print-version): New version number (6.3.1).
8486 (ps-even-or-odd-pages): Customization fix.
8487 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8488 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8489 (ps-page-count): Var replaced by `ps-page-column'.
8490 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8491 (ps-print-sheet-p): New fun.
8492
7da794df
MB
84932000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8494
8495 * tooltip.el (tooltip-gud-tips-setup): New function.
8496 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8497 (tooltip-mode): Call tooltip-gud-tips-setup.
8498 (tooltip-gud-tips): Use `gud-basic-call' instead of
8499 process-send-string, so the prompt gets frobbed appropriately.
8500 Handle nil return value from `tooltip-gud-print-command'.
8501
0e40b809
EL
85022000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8503
8504 * comint.el (comint-add-to-input-history): New function.
8505 (comint-send-input): Use `comint-add-to-input-history'.
8506
50ada0db
MB
85072000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8508
973a3104
MB
8509 * info.el (info-menu-header): New face.
8510 (Info-fontify-menu-headers): New function.
8511 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8512
50ada0db
MB
8513 * info.el (Info-insert-dir): Don't include blank lines at
8514 beginning of additional dir files (one is added automatically).
8515
bff53411
SM
85162000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8517
8518 * emacs-lisp/easy-mmode.el (define-minor-mode):
8519 Revert the latest changes.
8520 Allow the three positional arguments to be skipped and replaced
8521 by keyword arguments.
8522 Add a :toggle argument to determine whether a nil arg means toggle
8523 or means turn-on. The default is unchanged.
8524 Add a call to force-mode-line-update.
8525
6b8a0b2d
DL
85262000-11-01 Dave Love <fx@gnu.org>
8527
83c9cb8e 8528 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8529
5bf99100
MB
85302000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8531
83c9cb8e
SM
8532 * calendar/calendar.el (diary-face, holiday-face):
8533 Add dark-background variants.
5bf99100 8534
a4032611
SS
85352000-10-31 Sam Steingold <sds@gnu.org>
8536
8537 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8538 `tex-main-file' does not have directory in it.
8539
c286608e
SM
85402000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8541
8542 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8543
4836835a
TTN
85442000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8545
8546 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8547 functional change.
8548
26dcb81b
GM
85492000-10-31 Gerd Moellmann <gerd@gnu.org>
8550
8551 * files.el (find-file-noselect): When we expand a wildcard, return
8552 a list of buffers, as we should do according to the doc string.
8553
49fc4500
KR
85542000-10-31 Ken Raeburn <raeburn@gnu.org>
8555
8556 * loadup.el (top level): Adjust load path if program name is
8557 "../src/bootstrap-emacs", in case it's not dumped and thus the
8558 load path adjustment hasn't already been done.
8559
ea0c615d
GM
85602000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8561
83c9cb8e
SM
8562 * ps-print.el: Fix bug on selected pages for printing.
8563 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8564 is on. Try to avoid warning messages when compiling. Doc Fix.
8565 (ps-print-version): New version number (6.3).
8566 (ps-color-device): Use `color-values' to determine if device
8567 supports color.
8568 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8569 (ps-print-page-p): Changed from defsubst to defun.
8570 (ps-page-number): Changed from defmacro to defun.
8571 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8572 printing.
c286608e 8573 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
8574 (ps-end-file, ps-dummy-page): Funs eliminated.
8575 (ps-print-color-scale): Changed default value.
8576 (ps-page-n-up, ps-print-page-p): New internal vars.
8577 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8578 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8579
9e20722f
GM
8580 * delim-col.el: Little programming improvement.
8581 (delimit-columns-str): New macro.
8582 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8583
d7a0fd00
KH
85842000-10-31 Kenichi Handa <handa@etl.go.jp>
8585
c286608e
SM
8586 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8587 Moved to european.el.
d7a0fd00
KH
8588 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8589 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
8590 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8591 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 8592
234be340
DL
85932000-10-30 Dave Love <fx@gnu.org>
8594
8595 * progmodes/cc-menus.el (imenu-generic-expression)
8596 (imenu-progress-message): Only defvar when compiling.
8597
4edc4a39
DL
8598 * emacs-lisp/elp.el (elp-unload-hook): New function.
8599
8600 * loadhist.el (unload-feature): Call elp-restore-function,
8601 checking for symbols; don't use elp-restore-all.
8602 (loadhist-hook-functions): Doc fix.
8603
70c825df
SM
86042000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8605
8606 * log-edit.el (log-edit-confirm): Fix the default.
8607
1d3baf74
GM
86082000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8609
8610 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8611 delimit-columns-format.
8612 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 8613
1ec321a7
MB
86142000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8615
8616 * comint.el (comint-replace-by-expanded-history): Don't use
8617 comint-get-old-input (we're not looking at *old* input).
8618 (comint-get-old-input-default): If using fields, signal an error
8619 when the point is not in an input field.
8620
70737ea9
KH
86212000-10-30 Kenichi Handa <handa@etl.go.jp>
8622
8623 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8624 and mule-unicode-e000-ffff.
8625
fa0cb51d 8626 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
8627 (make-coding-system): Accept a symbol of translation table as a
8628 value of property `safe-chars'.
8629
8630 * international/mule-cmds.el (encode-coding-char): Check property
8631 safe-chars instead of safe-charsets.
8632
8633 * international/fontset.el (fontset-default): Modified for
8634 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8635 (x-font-name-charset-alist): Likewise.
8636 (ccl-encode-unicode-font): New CCL program. Record it in
8637 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8638
70c825df
SM
8639 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8640 New translation tables.
70737ea9
KH
8641 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8642 programs are modified and moved from mac-win.el.
8643 (mac-roman): Definition of this coding system is modified and
8644 moved from mac-win.el.
4836835a 8645
fda2ce24 86462000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8647
1d3baf74 8648 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 8649 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 8650
dd4d3cb6
MB
86512000-10-29 Miles Bader <miles@gnu.org>
8652
8653 * custom.el (custom-add-to-group): Allow multiple entries for a
8654 given value OPTION, as long as their widget types are different.
8655 * cus-edit.el (custom-face-value-create): If face name doesn't end
8656 with "face", add such here (similar to custom group widgets).
8657
8658 * comint.el (comint-highlight-prompt): Add :type.
8659
dace60cf
JW
86602000-10-28 John Wiegley <johnw@gnu.org>
8661
dace60cf
JW
8662 * calendar/timeclock.el (timeclock-log): Doc fix.
8663 (timeclock-last-event): Doc fix.
83c9cb8e 8664 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
8665 (timeclock-find-discrep): Use a temp buffer to read in the
8666 timelog, instead of visiting the file.
8667 (timeclock-log-data): A new function, along with a host of helper
8668 functions, for the purpose of making timelog data accessible to
8669 programmers.
8670
8671 * eshell/esh-mode.el (window-height test): Make certain that
8672 `eshell-stringify-t' is non-nil.
8673 (eshell-password-prompt-regexp): Changed to a much simpler
8674 password regexp.
8675 (eshell-send-input): If `eshell-invoke-directly' returns t,
8676 directly invoke the parsed command using `eval'. This improves
8677 turn-around time on simple commands by a factor of three or
8678 greater, such as cd, ls, pwd, etc. -- which get used very often.
8679 It also conserves thousands of cons cells per call (since
8680 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8681 in the Pacific Cookie Company).
8682
8683 * eshell/esh-test.el (eshell-test): Whitespace fix.
8684
83c9cb8e
SM
8685 * eshell/em-ls.el (eshell-ls-insert-directory):
8686 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8687
8688 * eshell/em-script.el (eshell-script-initialize): Add names to
8689 `eshell-complex-commands, since `source' and `.' are complex.
8690
0467b076
EZ
8691 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8692 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8693 `eshell-copy-handles'.
8694 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8695 bodies.
8696 (eshell-separate-commands): Whitespace fix.
8697 (eshell-complex-commands): Added a new list of names, for
8698 determining whether a given command is as simple as it looks.
8699 (eshell-invoke-directly): New function. Returns t if a command
8700 should be invoked directly (using `eval'), rather than indirectly
8701 using `eshell-do-eval'.
8702 (eshell-do-eval): Whitespace fix.
8703
8704 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8705 which provides an emulation of the DOS shell behavior of assuming
8706 that cp/mv/ln should copy/move/link to the current directory.
8707 (eshell-remove-entries): Added a doc string.
8708 (eshell-shuffle-files): Removed the check for `target' being null.
8709 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8710 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8711 it to do a smarter check of whether a destination was provided.
8712 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8713 (eshell/ln): Enable `:preserve-args', and use
8714 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8715 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8716 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8717 list after flattening it. This makes it possible to cat files
8718 with numerical names.
8719 (eshell-unix-initialize): Added several names to
8720 `eshell-complex-commands.
8721 (eshell-unix-command-complex-p): Return t if a given command name
8722 may result in external processes being invoked.
8723
8724 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8725 variable nil by default, since it slows down glob processing by a
8726 factor of two or more, and increases memory consumption.
8727
8728 * eshell/em-smart.el: Added a note about how memory consumptive
8729 smart display mode can be (at least this is true in Emacs 21).
8730 (eshell-smart-initialize): Whitespace fix.
8731 (eshell-refresh-windows): Use `if' instead of `when'.
8732 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8733 not necessary.
83c9cb8e 8734 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8735
8736 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8737 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8738 Whitespace fix.
8739 (eshell-ls-exclude-hidden): Added this variable in addition to
8740 `eshell-ls-exclude-regexp'. This one prevents files beginning
8741 with . from even being read, which can improve memory consumption
8742 quite a bit.
8743 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8744 read file entries beginning with a dot. In home directories with
8745 lots of hidden files, fully two-thirds of the time spent in ls is
8746 used to read directory entries that are immediately thrown away.
8747 (eshell-ls-initial-args): Added back this configuration variable,
8748 for specifying default initial arguments to every call to ls.
8749 Much faster than using an alias to do the same thing.
8750 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8751 (eshell-ls-dir): Whitespace change.
8752
8753 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8754
83c9cb8e 8755 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8756 (eshell-stringify-t): Added a customization variable, to indicate
8757 whether `t' should be rendered as a string at all. If not, one
8758 can still determine if the result of an expression is true using
8759 "file-exists-p FILE && echo true".
8760 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8761 stringify t!
8762
8763 * eshell/esh-module.el: Whitespace fix.
8764
83c9cb8e
SM
8765 * eshell/em-alias.el (eshell-alias-initialize):
8766 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8767 (eshell-command-aliased-p): New function that returns t if a
8768 command name names an aliased.
8769
657f9cb8 87702000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8771
0467b076 8772 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8773 redrawing the screen when changing cursor color.
0467b076
EZ
8774 (viper-insert-state-pre-command-sentinel)
8775 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8776 (viper-replace-state-post-command-sentinel):
8777 Use viper-preserve-cursor-color.
657f9cb8
MK
8778 Many functions changed to use viper= instead of = when comparing
8779 characters.
0467b076 8780 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8781 working with characters.
0467b076 8782 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8783 Many functions changed to use viper= instead of = when comparing
8784 characters.
0467b076 8785 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8786
0467b076 8787 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8788 Several typos fixed in various docstrings.
0467b076 8789 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8790 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8791 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8792 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8793 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8794 (ediff-get-selected-buffers): New function.
8795 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8796 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8797 Use save-window-excursion.
0467b076 8798 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8799 termination check in while loop.
0467b076 8800 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8801 dired buffer.
0467b076
EZ
8802 (ediff-files,ediff-merge-files,ediff-files3)
8803 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8804
4f490d99
DL
88052000-10-28 Dave Love <fx@gnu.org>
8806
8807 * info.el (Info-fontify-node): Add help-echo for menu items.
8808
45b84006
EZ
88092000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8810
5ebc02b3
EZ
8811 * startup.el (normal-top-level): If the value of $TERM indicates
8812 we are running from xterm or one of its work-alikes, default to a
8813 light background mode.
8814
45b84006
EZ
8815 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8816 * faces.el (tty-handle-reverse-video): New function.
8817 (tty-create-frame-with-faces): Call it.
8818
8819 * frame.el (frame-notice-user-settings): Don't apply
8820 default-frame-alist and initial-frame-alist to MS-DOS frames.
8821 Call tty-handle-reverse-video, frame-set-background-mode, and
8822 face-set-after-frame-default for non-MS-DOS frames.
8823
8824 * startup.el (tty-long-option-alist): New variable.
8825 (tty-handle-args): New function.
8826 (command-line): Call tty-handle-args.
8827
8828 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8829 startup.el now does that for all character-terminal frames.
8830
eab6e8b9
MB
88312000-10-28 Miles Bader <miles@gnu.org>
8832
83c9cb8e
SM
8833 * emacs-lisp/easy-mmode.el (define-minor-mode):
8834 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8835 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8836 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8837 version using `easy-mmode-define-global-mode'.
8838 Add :conditional-turn-on keyword argument.
eab6e8b9 8839
51a29efc
DL
88402000-10-28 Dave Love <fx@gnu.org>
8841
83c9cb8e
SM
8842 * international/latin1-disp.el (latin1-char-displayable-p):
8843 Don't use window-system.
51a29efc 8844
d71d7114
EZ
88452000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8846
8847 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8848 Don't call find-buffer-file-type-coding-system. Instead, just
8849 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8850 if the file is on an untranslated filesystem.
8851 (add-untranslated-filesystem): Use "D" instead of "f" inside
8852 interactive.
8853
1f9cab4b
DL
88542000-10-27 Dave Love <fx@gnu.org>
8855
70c825df 8856 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8857 (refill-mode): Use it.
8858
70c825df
SM
88592000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8860
8861 * international/quail.el (quail-activate): Don't make-local-hook.
8862
7432cf10
AS
88632000-10-27 Andre Spiegel <spiegel@gnu.org>
8864
4836835a 8865 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8866 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8867 (vc-make-version-backup): Don't do it on MS-DOS without long file
8868 names.
4836835a 8869
7432cf10
AS
8870 * vc.el (vc-version-other-window): If an automatic backup of the
8871 desired version exists, rename it instead of copying it.
8872
4836835a
TTN
8873 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8874 after command. If there's an unexpected error, signal it instead
7432cf10 8875 of being silent.
e1483c38 8876 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8877
05ea7ef2
MB
88782000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8879
fd1035aa
MB
8880 * shell.el (shell): Add BUFFER argument.
8881 * comint.el (make-comint-in-buffer): New function.
8882 (make-comint): Use it.
8883
05ea7ef2
MB
8884 * faces.el (face-spec-choose): Change syntax so that the list of
8885 attribute-value pairs is now the cdr of each clause, not the cadr.
8886 Detect old-style entries, and handle them. Use pop.
8887
835a55fe
SM
88882000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8889
f5ab1cdd
SM
8890 * cus-edit.el (custom-mode-map): Use a sparse map.
8891 (custom-mode): Don't bother with make-local-hook.
8892
8893 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8894
835a55fe
SM
8895 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8896
c13b0ec8
GM
88972000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8898
8899 * ps-print.el: Avoid compilation gripes.
8900 (ps-print-version): New version number (6.2.1).
4836835a 8901
e9f63196
DL
89022000-10-26 Dave Love <fx@gnu.org>
8903
0b95284b
DL
8904 * menu-bar.el: Modify some menu item help strings.
8905 (menu-bar-help-menu): Add link to MORE.STUFF.
8906
e9f63196
DL
8907 * cus-edit.el (custom-mode): Add `special' mode-class property.
8908
8909 * wid-browse.el (widget-browse-mode): Likewise.
8910
8911 * wid-edit.el (widget-specify-field): Revert to using local-map
8912 property, not keymap.
8913
e276a14a
MB
89142000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8915
c1545d88
MB
8916 * wid-edit.el (widget-field-end): When checking for a `boundary'
8917 field, do so in the correct buffer.
8918
3c1b77ca
MB
8919 * simple.el (undo): Correctly distinguish between numeric and
8920 non-numeric prefix args in non-transient-mark-mode, as per the doc
8921 string. When in transient-mark-mode, treat all prefix-args as
8922 numeric.
8923
f5ab1cdd
SM
8924 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8925 Position point on match. Handle N == 0 correctly.
22626d9d
MB
8926
8927 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8928 (comint-mode-map): Reverse order of `comint-write-output' and
8929 `comint-append-output-to-file'.
8930 (comint-append-output-to-file): Reinstate this function, for the
8931 benefit of the menu.
8932
d97151cb
SM
89332000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8934
8935 * vc.el (vc-version-other-window): Bind `file'.
8936
ea7d6f5b
GM
89372000-10-25 Gerd Moellmann <gerd@gnu.org>
8938
f5ab1cdd 8939 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
8940
8941 * emacs-lisp/authors.el (batch-update-authors): New function.
8942 (authors-fixed-entries): New defconst.
8943 (authors-add-fixed-entries): New function.
8944 (authors): Call it.: Don't process lispref/.
8945
17c25cea
JR
89462000-10-25 Jason Rumney <jasonr@gnu.org>
8947
8948 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8949 Merge x w32 and mac definitions.
8950
4ecda532
GM
89512000-10-25 Gerd Moellmann <gerd@gnu.org>
8952
8953 * menu-bar.el (menu-bar-options-menu): Add a help string for
8954 `uniquify'.
8955
b52758d1 89562000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 8957
f5ab1cdd
SM
8958 * time-stamp.el (time-stamp-string-preprocess):
8959 Fix a wrong type argument error.
b6735035 8960
f4cbc7a0
MB
89612000-10-25 Miles Bader <miles@gnu.org>
8962
8963 * recentf.el (recentf-mode): Variable removed.
8964 (recentf-mode): Use `define-minor-mode'.
8965
8966 * mwheel.el (mouse-wheel-mode): New global minor mode.
8967 (mwheel-install): Use `mouse-wheel-mode'.
8968
f4b020f6
DL
89692000-10-25 Dave Love <fx@gnu.org>
8970
f5ab1cdd
SM
8971 * progmodes/cperl-mode.el (cperl-mode):
8972 Set normal-auto-fill-function correctly.
072cb6f9 8973
83c9cb8e
SM
8974 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8975 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8976 bindings.
f4b020f6 8977
ebe2a441
MB
89782000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8979
ff4dcd4b
MB
8980 * wid-edit.el (widget-field-at): New function.
8981 (widget-at, widget-field-activate): Use it.
8982 (widget-tabable-at): Use `widget-at'.
8983 (widget-specify-field): If the terminating character of the widget
8984 field (which is read-only) is a newline, put it into a special
8985 `boundary' field so that C-n/C-p act more naturally.
8986 (widget-field-end): Also don't subtract one if a special
8987 `boundary' field has been added after the widget field.
8988
83c9cb8e
SM
8989 * comint.el (comint-output-filter, comint-send-input):
8990 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8991 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8992
ebe2a441
MB
8993 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8994 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8995 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8996
fe50b6ab
GM
89972000-10-24 Gerd Moellmann <gerd@gnu.org>
8998
53df4dda 8999 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9000 (authors): Set file coding system to iso-2022-7bit.
9001 Add file-local variables to output buffer.
53df4dda 9002
4836835a 9003 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9004 WARN is nil.
9005
53df4dda
GM
90062000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9007
9008 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9009
9010 * delim-col.el: Now there is a column formatting mechanism.
9011 Modified to customization mechanisms convention. Doc fix.
9012 (columns): New group for delim-col.
9013 (delimit-columns-before, delimit-columns-after)
9014 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9015 (delimit-columns-end): New vars.
9016 (delimit-columns-customize, delimit-columns-format): New funs.
9017 (delimit-columns-region, delimit-columns-rectangle)
9018 (delimit-columns-rectangle-line): Modified to support column
9019 formatting.
4836835a 9020
a9839779
DL
90212000-10-24 Dave Love <fx@gnu.org>
9022
9023 * log-edit.el (log-edit): Add :version and a :group for vc.
9024
df0267b8
GM
90252000-10-24 Gerd Moellmann <gerd@gnu.org>
9026
9acc3873
GM
9027 * files.el (after-find-file): Don't print a message ``New file''
9028 if WARN is nil.
9029
83c9cb8e
SM
9030 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9031 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9032 get duplicate tool-bar entries because we'll see the global ones
9033 on more than one path through keymaps.
9034
1946f901
GM
9035 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9036
df0267b8
GM
9037 * progmodes/cmacexp.el: Change Francesco's email address.
9038
ae3b264b
KH
90392000-10-24 Kenichi Handa <handa@etl.go.jp>
9040
9041 * window.el (fit-window-to-buffer): Adjust point of the window
9042 buffer, not that of the current buffer.
9043
23afac01
EZ
90442000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9045
9046 * progmodes/cmacexp.el: Update the euthor's email address.
9047
22d1a4ed
MB
90482000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9049
9050 * faces.el (face-spec-set-match-display): Add `graphic' display
9051 type (the inverse of `tty'). Use `display-graphic-p' instead of
9052 the window-system variable.
9053
f408aa48
KH
90542000-10-24 Kenichi Handa <handa@etl.go.jp>
9055
83c9cb8e
SM
9056 * international/isearch-x.el (isearch-with-input-method):
9057 Call input-method-function with the first event in
f408aa48
KH
9058 unread-command-events.
9059
94fe8a31
MB
90602000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9061
83c9cb8e 9062 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9063
8f47302e
AC
90642000-10-24 Andrew Choi <akochoi@i-cable.com>
9065
9066 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9067 New charsets.
9068
9069 * term/mac-win.el: Remove definitions of mac-roman-lower and
9070 mac-roman-upper, require dired, and define instead of set
9071 mac-ready-for-drag-n-drop to avoid compilation error.
9072
446c097e
AI
90732000-10-23 Andrew Innes <andrewi@gnu.org>
9074
83c9cb8e
SM
9075 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9076 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9077 expand-file-name after convert-standard-filename to ensure
9078 expected directory separators are used.
9079
379b70e7
EZ
90802000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9081
9082 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9083
85c766e9
DL
90842000-10-23 Dave Love <fx@gnu.org>
9085
b7e03a67
DL
9086 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9087 (tool-bar-add-item): Set foreground and background for XBM icons.
9088
83c9cb8e
SM
9089 * international/latin1-disp.el (latin1-char-displayable-p):
9090 New function (from Handa).
b7e03a67
DL
9091 (latin1-display-check-font): Use it.
9092
0dcf8835 9093 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9094 using :key-sequence, making it much more usable.
9095 Use nconc, not append.
0dcf8835
DL
9096 (imenu--create-keymap-1): Avoid append.
9097
85c766e9 9098 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9099
cb3069bb
MB
91002000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9101
9102 [the following changes fix a bug where `define-minor-mode' didn't
9103 correctly generate :require clauses for defcustoms in compiled files]
9104 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9105 (byte-compile-log-file, byte-compile-log-1): Don't set
9106 `byte-compile-current-file' to nil. Instead set
9107 `byte-compile-last-logged-file' to it. Test whether
9108 byte-compile-current-file equals byte-compile-last-logged-file
9109 instead of whether its nil.
3b6542ba 9110 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9111
6db6243b
SM
91122000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9113
9114 * textmodes/refill.el: Fix var names in doc.
9115 (refill-mode): Don't bother with make-local-hook anymore.
9116
98490598
MB
91172000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9118
e01cd227
MB
9119 * faces.el (face-user-default-spec, face-default-spec): New functions.
9120 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9121 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9122 Use `face-user-default-spec'. Simplify code slightly.
9123
4836835a 9124 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9125 (woman-unknown-face): Add dark-background variants.
9126 (woman-default-faces): Renamed from `woman-colour-faces'.
9127 Set using the stored defaults, rather than using hard-wired colors.
9128 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9129 Just make the foreground `unspecified' rather than "black".
9130 (woman-menu): Rename menu entries accordingly.
9131
98490598
MB
9132 * faces.el (header-line): Make more reasonable on mono/grayscale
9133 displays.
9134
1a578e9b
AC
91352000-10-23 Andrew Choi <akochoi@i-cable.com>
9136
9137 * cus-edit.el (custom-button-face): Use 3D look for mac.
9138 (custom-button-pressed-face): Likewise.
9139
9140 * faces.el (set-face-attributes-from-resources): Handle mac frames
9141 in the same way as x and w32 frames.
9142 (face-valid-attribute-values): Likewise.
9143 (read-face-attribute): Likewise.
9144 (defined-colors): Likewise.
9145 (color-defined-p): Likewise.
9146 (color-values): Likewise.
9147 (display-grayscale-p): Likewise.
9148 (face-set-after-frame-default): Likewise.
9149 (mode-line): Same default face as for x and w32.
9150 (tool-bar): Likewise.
9151
9152 * frame.el: Remove call to frame-notice-user-settings at end of
9153 the file.
9154
83c9cb8e 9155 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9156 as for x, pc, and w32 frame types.
9157
9158 * term/mac-win.el: New file.
9159
aaaf7be7
DL
91602000-10-22 Dave Love <fx@gnu.org>
9161
9162 * textmodes/refill.el: New file.
9163
5392d654
AS
91642000-10-22 Andre Spiegel <spiegel@gnu.org>
9165
4836835a 9166 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9167 MANUAL and REGEXP.
4836835a 9168 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9169 New functions.
9170 (vc-before-save): Use the latter.
9171 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9172 confusion.
9173
4836835a 9174 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9175 expected by vc[-hooks].el.
9176
9177 * vc.el (vc-checkout): Added `-p' suffix in call to
9178 vc-make-version-backups-p; use vc-make-version-backup to actually
9179 make the backup.
9180 (vc-version-other-window, vc-version-backup-file): Handle both
9181 automatic and manual backups.
9182 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9183 of all of them.
9184
1e221c16
MB
91852000-10-22 Miles Bader <miles@gnu.org>
9186
7ff4fda5
MB
9187 * comint.el (comint-highlight-input, comint-highlight-prompt):
9188 Renamed, `-face' at end removed.
9189 (comint-send-input, comint-output-filter): Use renamed faces.
9190
3511cde8
MB
9191 * window.el (fit-window-to-buffer): Change defaulting of
9192 MAX-HEIGHT slightly.
9193
1e221c16
MB
9194 * faces.el (color-values, color-defined-p): Use `member', not
9195 `memq', because it works correctly for strings.
9196 (frame-set-background-mode): Actually, "unspecified-fg" and
9197 "unspecified-bg" *are* strings. Use `member', not `memq', and
9198 `equal', not `eq', when a string value is possible.
9199
b6ef4898
EZ
92002000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9201
9202 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9203
34939e2c
SM
92042000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9205
9206 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9207 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9208 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9209 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9210 (sh-font-lock-syntactic-keywords): Use them.
9211 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9212 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9213 (sh-mode): Don't override font-lock-unfontify-region-function.
9214 Use a copy of sh-font-lock-syntactic-keywords.
9215 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9216 Don't call sh-scan-buffer since font-lock does it on the fly.
9217 (sh-get-indent-info): Use `face' rather than `syntax-table'
9218 text-property to detect here-documents.
9219 Replace sh-special-syntax with sh-st-punc.
9220 (sh-prev-line): Use `face' rather than `syntax-table'
9221 text-property to skip over here-documents.
9222 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9223 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9224 (sh-electric-less, sh-set-here-doc-region)
4836835a 9225 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9226 (sh-scan-buffer, sh-rescan-buffer): Remove.
9227
f3d3c491
AI
92282000-10-21 Andrew Innes <andrewi@gnu.org>
9229
9230 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9231 remote (ange-ftp) file names.
9232
b86c791c
MB
92332000-10-21 Miles Bader <miles@gnu.org>
9234
d9c30bdf
MB
9235 * window.el (fit-window-to-buffer): New function.
9236 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9237 (window-text-height): Don't expect minibuffers to have mode-lines.
9238
d9c30bdf 9239 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9240 * international/quail.el (quail-update-guidance):
9241 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9242
617fee5a
MB
9243 * international/quail.el (quail-show-guidance-buf): Make sure
9244 guidance window really has enough room.
9245 (quail-update-guidance): If quail-guidance-win is already shown,
9246 make sure its height is OK.
9247
b86c791c
MB
9248 * window.el (window-text-height, set-window-text-height):
9249 New functions.
9250 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9251 instead of `window-height' & `mode-line-window-height-fudge'.
9252 (mode-line-window-height-fudge): Add FACE parameter.
9253 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9254 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9255
e34850d1
MB
92562000-10-20 Miles Bader <miles@gnu.org>
9257
9258 * window.el (height-affecting-face-attributes): Use `defconst'.
9259
9260 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9261 New function, conditionally aliased to `mode-line-window-height-fudge'.
9262 (ispell-help): Use it.
9263 (ispell-choices-win-default-height): Don't include mode-line fudge.
9264 (ispell-choices-win-default-height): New function.
9265 (ispell-show-choices, ispell-command-loop): Use function
9266 `ispell-choices-win-default-height' instead of variable.
9267
a8b883c2
MB
92682000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9269
8c6e4a58
MB
9270 * window.el (mode-line-window-height-fudge): New variable.
9271 (height-affecting-face-attributes): New variable.
9272 (mode-line-window-height-fudge): New function.
9273 (shrink-window-if-larger-than-buffer): Use it.
9274 * help.el (resize-temp-buffer-window): Likewise.
9275
a8b883c2
MB
9276 * info.el (Info-fontify-node): Add support for @subsubsection
9277 titles, which use `Info-title-4-face'.
9278 (Info-title-4-face): New face.
9279 (Info-title-3-face): Inherit from Info-title-4-face instead of
9280 variable-pitch.
9281
e64c3a75
JR
92822000-10-19 Jason Rumney <jasonr@gnu.org>
9283
9284 * dired.el (dired-insert-directory): Do not let errors signalled by
9285 attempt to run dired-free-space-program prevent dired from working.
9286
c70fe852
SM
92872000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9288
9289 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9290
877cf6b4
GM
92912000-10-19 Gerd Moellmann <gerd@gnu.org>
9292
5de037e0
GM
9293 * dirtrack.el (dirtrack): Fix call to run-hooks.
9294
6deb9af9
GM
9295 * cmuscheme.el (cmuscheme-program-name): Renamed from
9296 scheme-program-name because xscheme.el contains a defcustom with
9297 the same name. As a consequence, customizing group `cmuscheme'
9298 loaded `xscheme' which redefined run-scheme.
9299 (run-scheme): Use cmuscheme-program-name.
9300
83c9cb8e 9301 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9302
e597d8fb 9303 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9304 anonymous address, and add a website for Befrienders International.
4836835a 9305
3e9cb08f
GM
93062000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9307
c70fe852
SM
9308 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9309 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9310 (ps-print-version): New version number (6.2).
9311 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9312 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9313 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9314 (ps-x-extent-priority, ps-x-extent-start-position)
9315 (ps-x-face-font-instance, ps-x-find-coding-system)
9316 (ps-x-font-instance-properties, ps-x-make-color-instance)
9317 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9318 avoid compilation gripes without defining functions.
9319 (ps-e-find-composition): Alias for function find-composition, to have a
9320 suitable function depending on Emacs version.
9321 (ps-color-device, ps-color-values, ps-face-foreground-name)
9322 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9323 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9324 (ps-print-ensure-fontified): Function definitions surrounded by
9325 `eval-and-compile' to avoid compilation gripes.
9326 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9327 by symbol-value to avoid compilation gripes.
9328 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9329 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9330
d8abcd91
MB
93312000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9332
13ab33c4
MB
9333 * startup.el (normal-top-level): Call `frame-set-background-mode'
9334 after `frame-notice-user-settings' because the latter doesn't call
9335 the former on a tty.
9336
d8abcd91
MB
9337 * faces.el (frame-set-background-mode): `unspecified' &c are
9338 symbols, not strings.
9339
e8bce0a9
EZ
93402000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9341
c70fe852
SM
9342 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9343 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9344
c70fe852
SM
9345 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9346 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9347
773272d8
KH
93482000-10-19 Kenichi Handa <handa@etl.go.jp>
9349
c70fe852 9350 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9351 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9352 for ISO10646-1 fonts.
9353 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9354
772139c0
EZ
93552000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9356
9357 * faces.el (frame-set-background-mode): If a tty frame defines a
9358 background color, use that to compute the background mode, instead
9359 of always defaulting to "dark".
9360
d134a19f
MB
93612000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9362
8bb84cb2
MB
9363 * comint.el (comint-write-output): New function.
9364 (comint-mode-map): Add it to the menu.
e40a778f 9365 Bind `C-c C-s' to comint-write-output.
d134a19f 9366
dada41e1
GM
93672000-10-18 Gerd Moellmann <gerd@gnu.org>
9368
9369 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9370 Use fancy-splash-delay.
9371
9b5360aa
GM
93722000-10-18 Alex Schroeder <alex@gnu.org>
9373
9374 * progmodes/sql.el (sql-sybase-options): New option.
9375 (sql-sybase): Use it. Add sql-database to the list of parameters
9376 provided for login. The options -w 2048 -n are not used any more.
9377
9035a35a
GM
9378 * comint.el (comint-read-input-ring): Bugfix such that the first
9379 and the last entry of the input ring file are not lost.
9380
3556c6dd
GM
93812000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9382
9383 * ps-print.el: Internal variable changes to defcustom,
9384 make-local-hook changes to defvar. Doc fix.
9385 (ps-print-version): New version number (6.1).
9386 (ps-setup, ps-do-despool): Code fix.
9387 (ps-printer-name): Customization fix.
9388 (ps-printer-name-option): Now is a defcustom instead of an
9389 internal variable.
9390 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9391 (ps-print-begin-column-hook): Now are defvar instead of
9392 make-local-hook.
4836835a 9393
4e217e50
MB
93942000-10-18 Miles Bader <miles@gnu.org>
9395
9396 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9397 (comint-kill-output): Changed into an alias for `comint-delete-output',
9398 and made obsolete.
9399 (comint-mode-map): Rename references to comint-kill-output.
9400
34460354
EZ
94012000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9402
9403 * diff-mode.el (diff-header-face, diff-file-header-face)
9404 (diff-changed-face): Add bold and italic attributes to tty faces.
9405 (diff-function-face): New face.
9406 (diff-font-lock-keywords): Use it.
9407
17ea3cdb
MB
94082000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9409
9410 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9411 Remove commented-out call to force-mode-line-update.
9412 (comint-kill-output): Use `forward-line 0' instead of
9413 beginning-of-line to make sure we get past the prompt.
9414
9244f2c7
SM
94152000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9416
9417 * diff-mode.el (diff-header-face, diff-file-header-face):
9418 Add specific setting for dark background.
9419 (diff-context-face): Renamed from diff-comment-face.
9420 Set explicitly rather than inheriting from font-lock-comment-face.
9421
1592c1ef
EZ
94222000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9423
9424 * startup.el (command-line): Move the code which sets the default
9425 TTY colors to before before-init-hook.
9426
f86292a9
GM
94272000-10-17 Gerd Moellmann <gerd@gnu.org>
9428
9429 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9430
f7f2e883
EZ
94312000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9432
e854cc22
EZ
9433 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9434 extensions, for MS-DOS.
9435
f7f2e883
EZ
9436 * diff-mode.el (diff-header-face, diff-file-header-face)
9437 (diff-changed-face): Define tty-specific colors.
9438
c7b4f0f9
GM
94392000-10-17 Gerd Moellmann <gerd@gnu.org>
9440
9441 * startup.el (fancy-splash-text): Realign the text.
9442
12a72271
EZ
94432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9444
9445 * font-lock.el (font-lock-comment-face): Define a separate default
9446 for dark-background tty's.
9447
61dfccfd
MB
94482000-10-17 Miles Bader <miles@gnu.org>
9449
9450 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9451 being obscured by whizzy mode-lines on graphics displays.
9452
333cd59e
EZ
94532000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9454
9455 * info.el (Info-title-1-face, Info-title-2-face)
9456 (Info-title-3-face): Define colors for tty's.
dada41e1 9457 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9458
dbf1fcc1
EZ
94592000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9460
9461 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9462 reverse from the frame parameters, and don't invert foreground and
9463 background colors.
9464
ac629823
MB
94652000-10-16 Miles Bader <miles@gnu.org>
9466
9467 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9468 string "*Info*". Call propertized-buffer-identification to spruce
9469 up the result.
9470
76eebffc
GM
94712000-10-16 Gerd Moellmann <gerd@gnu.org>
9472
3a6b59d9
GM
9473 * help.el: Provide `help' for the sake of define-minor-mode
9474 which generates defcustoms with requires.
9475
6569c3d3
GM
9476 * jit-lock.el (jit-lock-after-change): If we're in text that
9477 matches a multi-line font-lock pattern, make sure the whole text
9478 will be redisplayed.
9479
c2e0a611
GM
9480 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9481 author's name is unknown.
9482
76eebffc
GM
9483 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9484 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9485 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9486 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9487 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9488 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9489 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9490 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9491 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9492 Add author information.
9493
cf1e7b12
MB
94942000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9495
9496 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9497 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9498 full-color version (using the Gimp) to eliminate dithering artifacts.
9499
5586f3eb
SM
95002000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9501
9502 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9503
9504 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9505
ad64a888
DL
95062000-10-15 Dave Love <fx@gnu.org>
9507
83c9cb8e 9508 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9509
9510 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9511
9512 * whitespace.el: Doc fixes.
9513 (top-level): Don't add hooks here.
9514 (whitespace-running-emacs): Deleted.
9515 (timer): Don't require.
9516 (whitespace): Add back :version conditional on xemacs test.
9517 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9518 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9519 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9520 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9521 Avoid specific xemacs test.
9522 (whitespace-global-mode): New option.
9523 (whitespace-global-mode): New command.
9524 (whitespace-unload-hook): New function.
9525
9526 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9527 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9528 (Info-fontify-node): `Goto' goes to `Go to'.
9529 (Info-fontify-node): Add help-echo to xref links.
9530
1ef49fc6
EZ
95312000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9532
9533 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9534
8b7707e1
SM
95352000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9536
b3b7f42f
SM
9537 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9538 Use plist-get and allow :inherit.
9539
9540 * emacs-lisp/cl-macs.el (cl-do-arglist):
9541 Use plist-get and plist-member instead of memq.
9542
3c7fafc7
SM
9543 * emacs-lisp/ewoc.el (ewoc-location): New function.
9544 (ewoc-enter-after, ewoc-enter-before): Document return value.
9545 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9546 Don't need make-local-hook any more.
9547 (cvs-addto-collection): Return the new tin.
9548 (cvs-mode-insert): Jump to the new line.
9549
8b7707e1
SM
9550 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9551
9552 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9553
9554 * font-lock.el (font-lock-syntactically-fontified): New var.
9555 (font-lock-fontify-syntactic-keywords-region): Use it.
9556 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9557
9558 * diff-mode.el (diff-find-file-name): Fix regexp.
9559
9560 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9561 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9562
9563 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9564 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9565 (sh-mode): Don't make all vars local here.
9566 (sh-kw): Reformat.
9567 (sh-set-shell): Use dolist. Don't set indent-region-function.
9568 (sh-mode-syntax-table): Use pop.
9569 (sh-remember-variable): Use push.
9570 (sh-help-string-for-variable): Use memq.
9571 (sh-safe-backward-sexp): Remove.
9572 (sh-safe-forward-sexp): Add ARG.
9573 (sh-get-indent-info, sh-prev-stmt): Use it.
9574 (sh-prev-line): Simplify by using forward-comment.
9575 (sh-this-is-a-continuation): Simplify.
9576 (sh-learn-buffer-indent): Use dolist.
9577 (sh-do-nothing): Remove.
9578 (sh-set-char-syntax, sh-set-here-doc-region):
9579 Use inhibit-modification-hooks.
9580 (sh-name-style): Use mapcar and push.
9581 (sh-load-style): Use dolist.
9582 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9583 (sh-case, sh-while-getopts): Use propertize directly rather
9584 than sh-electric-rparen.
9585
95862000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9587
9588 * textmodes/tex-mode.el: Require CL when compiling.
9589 (tex-mode-syntax-table): Init immediately.
9590 (tex-mode-map): Bind M-RET to latex-insert-item.
9591 (latex-mode): Set indent-line-function to latex-indent.
9592 (tex-common-initialization): Don't setup the syntax-table any more.
9593 (latex-insert-item): New skeleton.
9594 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 9595 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 9596 (latex-indent, latex-find-indent): New functions.
4836835a 9597 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
9598 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9599 (tex-compilation-parse-errors): Use with-syntax-table.
9600
86b7fcbb
MB
96012000-10-15 Miles Bader <miles@gnu.org>
9602
9603 * font-lock.el (font-lock-comment-face): Change dark-background,
9604 color, non-tty, default to `chocolate1'.
9605
57a24508
JW
96062000-10-13 John Wiegley <johnw@gnu.org>
9607
9608 * eshell/esh-util.el (require): Added a missing `require' form,
9609 needed when compiling (for an ange-ftp macro definition).
9610
40ad3db4
DL
96112000-10-13 Dave Love <fx@gnu.org>
9612
9613 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9614
db460189
GM
96152000-10-13 Gerd Moellmann <gerd@gnu.org>
9616
83c9cb8e 9617 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 9618
4836835a 9619 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
9620 transparent -colors 8).
9621
b52758d1 96222000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
9623
9624 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9625 that breaks with old list format timestamps.
9626 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 9627 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 9628
16908a3f
JW
96292000-10-13 John Wiegley <johnw@gnu.org>
9630
d7103dda
JW
9631 * align.el, pcomplete.el, calendar/timeclock.el,
9632 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9633
dace60cf 9634 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
9635 faulty math, where holiday hours were being computing as seconds.
9636
b6b70cda
JW
96372000-10-13 John Wiegley <johnw@gnu.org>
9638
9639 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
9640 specifying what "other" kinds of buffers should be saved.
9641 This used to be hard-coded.
b6b70cda
JW
9642 (desktop-buffer-misc-functions): A global for specifying how
9643 auxiliary data should be determined for special buffer types.
9644 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9645 instead of hard-coding the special buffer types.
9646 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9647 auxiliary data, instead of hard-coding for Info buffers and dired.
9648 (desktop-buffer-info-misc-data): Aux function for determining Info
9649 buffer auxiliary info.
9650 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9651 (desktop-buffer-info): Changed this function to use the info
9652 gathered above.
9653 (desktop-create-buffer): Be a little more careful about what
9654 `minor-mode' means before calling it. This is important for some
9655 buffer types.
9656
8c6b1d83
JW
96572000-10-13 John Wiegley <johnw@gnu.org>
9658
9659 * eshell/esh-util.el: Added a global form which declares an
9660 autoload for `parse-time-string', if that function is not already
9661 defined, and if parse-time.el is available on the user's system.
9662
9663 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9664 to be aware of ange-ftp user info.
83c9cb8e 9665 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
9666 (eshell-ls-annotate): Use `eshell-file-attributes'.
9667 (eshell-ls-file): Made the user-id printing code a bit smarter.
9668
9669 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9670 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9671 It's manual, but there's no other way to know when the current user
9672 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9673 (fboundp): Bind `ange-cache'.
9674 (eshell-directory-files-and-attributes): Re-organized the logic a
9675 bit to use `eshell-file-attributes' instead of `file-attributes'.
9676 The former is more sensitive to directories that are read via FTP,
9677 and knows how to use ange-ftp to determine full attribute
9678 information, instead of just the name and last modtime.
9679 (eshell-current-ange-uids): Return the current user id when in a
9680 remote directory.
9681 (eshell-parse-ange-ls): Parse a full directory listing that has
9682 been returned by ange-ftp.
9683 (eshell-file-attributes): This beefed up version of
9684 `file-attributes' is only special if the user is currently in a
9685 remote directory, in which case it does a lot of work to find out
9686 what the real attributes of a file are, as they appear on the
9687 remote machine. This makes usage of remote directories (i.e.,
9688 ange-ftp pathnames) much more useful. You can now use Eshell as a
9689 full-fledged FTP client, with much more manipulation ability than
9690 most other clients.
9691
9692 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9693 variable, which means that Eshell's du should always be preferred
9694 in remote directories.
9695 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9696 just `file-attributes'.
9697 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9698 when reading remote directories. This is an Eshell-specific
9699 variable (not part of ange-ftp).
9700 (eshell/ln): Bind `ange-cache'.
9701 (eshell/du): Added some extra logic for determining when to use
9702 Eshell's du (which is slow), and when to use the external version
9703 (which may or may not exist).
9704
83c9cb8e
SM
9705 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9706 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9707 `get-buffer-process', since backgrounded processes don't count in
9708 the context of this function's logic.
9709
9710 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9711 `forward-char', so that null strings are parsed correctly.
9712
87730e84 97132000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9714
83c9cb8e
SM
9715 * eshell/em-pred.el (eshell-pred-file-type)
9716 (eshell-pred-file-links, eshell-pred-file-size):
9717 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9718
9719 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9720 that remote file globbing is more efficient.
9721
9722 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9723 gathering the files and attributes within a directory.
9724
9725 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9726 the command line is a special file (not a regular file, directory
9727 or symlink), always attempt to call the external version of cat.
9728
87730e84 97292000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9730
9731 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9732 Eshell-friendly version of find-tag.
9733
1c7e37a9
MB
97342000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9735
4836835a 9736 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9737 (image-file-name-regexps): Add autoload cookies.
9738
11a7f341
KH
97392000-10-13 Kenichi Handa <handa@etl.go.jp>
9740
9741 * international/mule-cmds.el (select-safe-coding-system): If FROM
9742 is string, show it in *Warning* buffer.
9743
8ddddcb0
EZ
97442000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9745
9746 * startup.el (normal-top-level): Use display-popup-menus-p instead
9747 of window-system.
9748 (command-line): Use display-graphic-p instead of window-system.
9749 (command-line-1): Use display-popup-menus-p and display-mouse-p
9750 instead of window-system.
9751
72200f89
SS
97522000-10-12 Sam Steingold <sds@gnu.org>
9753
9754 * tooltip.el (tooltip-use-echo-area): New user variable.
9755 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9756
8661c643
DL
97572000-10-12 Dave Love <fx@gnu.org>
9758
d0b40dc1
DL
9759 * recentf.el: Maintainer's checkdoc fixes.
9760
83c9cb8e
SM
9761 * startup.el (normal-top-level-add-subdirs-to-load-path):
9762 Use character class, not ASCII when matching file names.
a622451f
DL
9763 (fancy-splash-head): Add trailing slash to URL.
9764 (command-line): Don't require XPM support for toolbar.
9765
8661c643
DL
9766 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9767 (cperl-invalid-face): Revert last change.
9768 (cperl-init-faces): Quote cperl-invalid-face.
9769
ef2ed8ab
KH
97702000-10-12 Kenichi Handa <handa@etl.go.jp>
9771
9772 * startup.el (fancy-splash-text): Remove superfluous quote.
9773
b0da379e
GM
97742000-10-12 Gerd Moellmann <gerd@gnu.org>
9775
dbeb499b
GM
9776 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9777 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9778 (command-line-1): Don't use fancy-splash-pending-command.
9779 (fancy-splash-screens-1): Goto point-min after inserting text.
9780
d861718a
GM
9781 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9782
b0da379e
GM
9783 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9784 instead of shared-lisp-mode-map.
9785
4fb2ad98
MB
97862000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9787
1cb4393e
MB
9788 * faces.el (header-line): Change tty-variant to use underlining.
9789
4fb2ad98
MB
9790 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9791 (isearch-highlight): Restore lazy-isearch face properties at old
9792 position, and suppress them at new position.
9793 (isearch-dehighlight): Restore lazy-isearch face properties.
9794 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9795 over the real isearch overlay, but in that case, don't give it a
9796 face property. Use `push'.
9797
eb991b25
KH
97982000-10-12 Kenichi Handa <handa@etl.go.jp>
9799
9800 * man.el (Man-getpage-in-background): Fix previous change.
9801 Decode the process output only when we are in multibyte mode.
9802
a818c1c0
DL
98032000-10-11 Dave Love <fx@gnu.org>
9804
c990f53a
DL
9805 * info.el (Info-mode-menu): Fix some help.
9806 (info-tool-bar-map): Add entry for Info-last.
9807
a818c1c0
DL
9808 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9809 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9810 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9811 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9812 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9813 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9814 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9815 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9816 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9817 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9818 Reduce colour requirements to 25 overall. (Probably wants
9819 revisiting from the originals to reduce further.)
9820
c1b096cb
EZ
98212000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9822
9823 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9824 buffer-file-coding-system, instead of raw-text.
9825 (dehexlify-buffer): Bind coding-system-for-read to
9826 buffer-file-coding-system, instead of raw-text.
9827
5c8b7eaf
SS
98282000-10-11 Sam Steingold <sds@gnu.org>
9829
83c9cb8e 9830 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9831 `underline' - fixes the bug introduced on 2000-09-21.
9832
2cfbdb7a
DL
98332000-10-11 Dave Love <fx@gnu.org>
9834
83c9cb8e
SM
9835 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9836 Avoid compiler warnings.
2cfbdb7a
DL
9837 (scheme-mode): Doc fix.
9838 (scheme-font-lock-keywords-1): Match `define-syntax'.
9839
98402000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9841
9842 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9843 face specs as well as default ones. Only do anything if the
9844 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9845 (region): Make dark-background `region' face less in-your-face.
4b33f290 9846
690ec649
SS
98472000-10-10 Sam Steingold <sds@gnu.org>
9848
9849 * chistory.el, ielm.el, ledit.el:
9850 * progmodes/inf-lisp.el, progmodes/scheme.el:
9851 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9852
3b95d6bb
SM
98532000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9854
9855 * textmodes/texinfo.el: Update copyright and fix typo.
9856
9857 * desktop.el (desktop-modes-not-to-save): New var.
9858 (desktop-save-buffer-p): Use it.
a30eb617
DL
9859 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9860 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9861
98622000-10-10 Dave Love <fx@gnu.org>
9863
9864 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9865 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9866
9867 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9868 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9869 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9870 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9871 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9872 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9873 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9874 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9875 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9876 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9877 the .xpms; probably need retouching.
9878
98792000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9880
9881 * subr.el (add-to-list): Add optional argument APPEND.
9882 * battery.el (display-battery): Use `add-to-list'.
9883
98842000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9885
83c9cb8e
SM
9886 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9887 properties.
a30eb617
DL
9888 (zone, zone-when-idle, zone-leave-me-alone)
9889 (zone-pgm-whack-chars): Use new symbol properties.
9890
9891 * battery.el (display-battery): Doc spelling fix.
9892
9893 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9894 property.
9895
98962000-10-09 Dave Love <fx@gnu.org>
9897
9898 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9899 has been initialized before calling tool-bar-setup.
9900 (tool-bar-add-item-from-menu): Add autoload cookie.
9901
99022000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9903
9904 * menu-bar.el (send-mail-item-name): New function.
9905 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9906 of mail-user-agent in the menu. Don't display the "Send Mail"
9907 item if mail-user-agent is nil or its value is ignore.
9908 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9909 if read-mail-command is nil or its value is ignore.
9910
9911 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9912
99132000-10-09 Miles Bader <miles@gnu.org>
9914
9915 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9916 Correct image size.
9917 * toolbar/left_arrow.xpm: Correct image size.
9918
9919 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9920 will be done by the definition of `auto-compression-mode' if
9921 necessary. Move code to uninstall existing file-name handler
9922 before definition of `auto-compression-mode'.
9923
9924 * image-file.el (auto-image-file-mode): Move to the end of the
9925 file, because `define-minor-mode' actually calls the mode-function
9926 if the associated variable is non-nil, which requires that all
9927 needed functions be already defined.
9928
9929 * mouse.el (popup-menu): Balance parens.
9930
99312000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9932
9933 * mouse.el (popup-menu): Move the command call outside the loop
9934 so that popup-menu returns whatever the command returns.
9935
9936 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9937 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9938 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9939 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9940
9941 * vc.el (vc-version-diff): diff-switches can be a list.
9942 Use relative filenames for prettier output.
9943
9944 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9945 (vc-post-command-functions): Remove old-VC compatibility code.
9946
9947 * newcomment.el (comment-indent-default): Autoload.
9948
9949 * font-lock.el (font-lock-defaults): Make buffer-local.
9950 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9951 (font-lock-choose-keywords):
9952 Ignore LEVEL unless KEYWORDS is a list of syms.
9953 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9954 Don't wrap regexp-opt things in \(...\) unnecessarily.
9955
9956 * jit-lock.el: Don't require font-lock any more.
9957 (jit-lock-functions): Make buffer-local.
9958 (jit-lock-saved-fontify-buffer-function): Remove.
9959 (jit-lock-mode): Remove autoload cookie.
9960 Remove font-lock specific code.
9961 (jit-lock-unregister): Don't bother handling complex hooks any more.
9962 (jit-lock-refontify): New function.
9963 (jit-lock-fontify-buffer): Use it.
9964 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9965 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9966 Add optional args START and END.
9967 Never call font-lock-fontify-region directly.
9968 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9969
9970 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9971
99722000-10-08 Dave Love <fx@gnu.org>
9973
9974 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9975
9976 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9977
9978 * play/studly.el (studlify-region, studlify-word): Add autoload
9979 cookie.
9980
9981 * play/morse.el (morse-region, unmorse-region): Add autoload
9982 cookie.
9983
9984 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9985 concat.
9986
9987 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9988 insist on symbols starting with word syntax.
9989 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9990 (eval-defun-1): Doc fix.
9991 (indent-sexp): Use nconc to build up indent-stack.
9992
9993 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9994 Gnus with little use.
9995 (mail-setup-hook): Add mail-abbrevs-setup to options.
9996
9997 * recentf.el: Doc fixes.
9998
9999 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10000 Clean up remainder.
10001
10002 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10003 without timezone and (8) with timezone to enforce some whitespace.
10004 Simplify code somewhat.
10005
10006 * options.el (list-options): Doc that you should use customize.
10007
10008 * iswitchb.el (iswitchb-mode): Add :require.
10009
10010 * info.el (Info-goto-node, Info-menu): Doc fix.
10011 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10012 (info-tool-bar-map): New variable.
10013 (Info-mode): Use it.
10014 (Info-edit-map): Define all in defvar.
10015 (speedbar-attached-frame): Avoid compiler warning.
10016
10017 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10018 (global-map): Bind [tool-bar] to a filtered map.
10019 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10020 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10021 Allow PBM icons.
10022 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10023
10024 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10025 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10026 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10027 icons, except up_arrow, which is left-arrow rotated.
10028
10029 * imenu.el (imenu-add-to-menubar): Fix last change.
10030
100312000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10032
10033 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10034 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10035
100362000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10037
10038 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10039 typos in doc strings.
10040
10041 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10042 the doc strings how to customize Font Lock faces.
10043
10044 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10045 computing growth when dragging the header line.
10046
100472000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10048
10049 * simple.el (kill-line): Doc fix.
10050
100512000-10-08 Miles Bader <miles@gnu.org>
10052
10053 * faces.el (secondary-selection): Make foreground visible on tty.
10054
10055 * jka-compr.el (auto-compression-mode): Move to the end of the
10056 file, because `define-minor-mode' actually calls the mode-function
10057 if the associated variable is non-nil, which requires that all
10058 needed functions be already defined.
10059 (with-auto-compression-mode): Add autoload cookie.
10060
100612000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10062
10063 * files.el (find-backup-file-name) [ms-dos]: If support for long
10064 file names is not available, behave as if version-control were set
10065 to never.
10066
100672000-10-07 Dave Love <fx@gnu.org>
10068
10069 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10070 (browse-url-gnome-moz): New function.
10071 (browse-url-browser-function): Use it.
10072 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10073
100742000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10075
10076 * indent.el (tab-always-indent): New var.
10077 (indent-for-tab-command): Use it.
10078
10079 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10080 raise an error. This way it can still default to a sane value.
10081
100822000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10083
10084 * startup.el (fancy-splash-screens): Use local rather than global map.
10085 Don't use `update-menu-bindings' any more.
10086 Get rid of assumptions about keymap representation.
10087
100882000-10-06 Dave Love <fx@gnu.org>
10089
10090 * textmodes/fill.el (sentence-end-double-space)
10091 (sentence-end-without-period): Doc fix.
10092 (adaptive-fill-regexp): Purecopy.
10093 (unjustify-current-line): Use line-end-position.
10094 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10095
10096 * net/eudc-vars.el (eudc): Add :version, :link.
10097
10098 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10099
10100 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10101 Fix for define-minor-mode.
10102 (function-at-point): Alias to function-called-at-point.
10103
10104 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10105
10106 * simple.el (backward-word): Doc fix.
10107
10108 * image-file.el (image-file-name-regexp): image-file-regexps ->
10109 image-file-name-regexps.
10110 (image-file-name-extensions): Add pbm.
10111
101122000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10113
10114 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10115 and add filename to the names so that diff-mode can jump to source.
10116
10117 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10118 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10119 (tex-font-lock-keywords-1): Remove.
10120 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10121 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10122 (font-lock-default-fontify-region):
10123 Expand beg..end correctly when just following a multiline region.
10124 (font-lock-fontify-anchored-keywords):
10125 Include the anchor text as part of the multiline.
10126
101272000-10-06 Gerd Moellmann <gerd@gnu.org>
10128
10129 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10130 latter needs the autoloaded define-minor-mode macro during the
10131 bootstrap.
10132
10133 * startup.el (command-line): For now, activate tool-bar-mode only
10134 if XPM images are supported.
10135
10136 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10137 window by dragging a header-line at the top of the frame; that's
10138 confusing because the header-line doesn't move.
10139 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10140 of treating the event as a list. Some cleanup.
10141
101422000-10-06 Miles Bader <miles@gnu.org>
10143
10144 * simple.el (display-message-or-buffer): New function.
10145 (shell-command-on-region): Use `display-message-or-buffer'.
10146
10147 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10148 docstring parts.
10149
10150 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10151 (smbclient-prompt-regexp): Add usage note to doc string.
10152 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10153 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10154 Use add-hook for adding the comint filter function, and only do so
10155 if it's not already in the global hook list.
10156 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10157 to `make-local-variable'.
10158 (nslookup-font-lock-keywords): Remove prompt entry.
10159 (nslookup): Don't set the process-filter.
10160 (finger): Exit the loop correctly when the regexps list runs out.
10161 (ftp, smbclient, smbclient-list-shares):
10162 Set the real major mode immediately, not after execing.
10163 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10164
10165 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10166
101672000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10168
10169 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10170
10171 * which-func.el (which-func-format): Remove spurious space.
10172 (which-func-mode): Don't make it permanent-local.
10173 (which-func-ff-hook): Allow which-func-maxout to be nil.
10174 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10175 (which-func-mode): Simplify.
10176 Use post-command-idle-hook rather than post-command-hook.
10177 Go through all buffers and update their state.
10178 (which-function): Also try add-log-current-defun-function.
10179
10180 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10181 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10182 Update call to with-vc-properties accordingly.
10183 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10184 (vc-revert-buffer): More careful about window selection and deletion.
10185 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10186
10187 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10188 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10189 (cvs-dired-action): Change the default to quickdir.
10190
10191 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10192 if comment-indent-function returns nil.
10193 (comment-indent-default): New function.
10194 (comment-indent-function): Use it and document the new semantics.
10195
10196 * image-file.el: Docstring fixes.
10197
10198 * help.el (help-xref-on-pp): Use match-string.
10199 (describe-variable): New arg BUFFER.
10200 Store the current buffer in the help-xref-stack.
10201 (temp-buffer-resize-mode): Use define-minor-mode.
10202
10203 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10204 consistently with its docstring.
10205 Set jit-lock-first-unfontify-pos in an idempotent way.
10206 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10207
102082000-10-05 Alex Schroeder <alex@gnu.org>
10209
10210 * sql.el (sql-mysql-options): New variable.
10211 (sql-mysql): Use it.
10212
102132000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10214
10215 * image.el (image): New group.
10216
10217 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10218 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10219
102202000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10221
10222 * net/net-utils.el (nslookup-font-lock-keywords)
10223 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10224 Ignore the value of wqindow-system; always define keywords
10225
102262000-10-05 Kenichi Handa <handa@etl.go.jp>
10227
10228 * startup.el (fancy-splash-screens): Remove the code for
10229 debugging; `(trace-to-stderr "EXITTT\n")'.
10230
102312000-10-05 Miles Bader <miles@gnu.org>
10232
10233 * diff-mode.el (diff-goto-source): Update call to
10234 `diff-hunk-status-msg' to reflect new REV variable.
10235
102362000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10237
10238 * progmodes/icon.el (icon-mode):
10239 Don't gratuitously override the default for comment-column.
10240
10241 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10242
10243 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10244 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10245 (jit-lock-functions): New var.
10246 (jit-lock-function-1): Use it if non-nil.
10247 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10248 Set the `fontified' property before doing the fontification to avoid
10249 repeatedly going through the same error.
10250 Don't turn errors into messages.
10251 (jit-lock-register, jit-lock-unregister): New functions.
10252
10253 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10254 Use with-current-buffer.
10255
10256 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10257 Turn comment into docstring.
10258
10259 * apropos.el (apropos-mode): Use define-derived-mode.
10260
102612000-10-04 Gerd Moellmann <gerd@gnu.org>
10262
10263 * startup.el (fancy-splash-pending-command): New variable.
10264 (fancy-splash-pre-command): New function.
10265 (fancy-splash-screens): Rewritten.
10266 (command-line-1): If fancy-splash-pending-command is set, call it
10267 interactively.
10268
102692000-10-04 Dave Love <fx@gnu.org>
10270
10271 * toolbar/tool-bar.el (tool-bar-setup): New function.
10272 (tool-bar-mode): Use it.
10273
10274 * subr.el (substitute-key-definition): Doc fix.
10275 (play-sound-file): New command.
10276
102772000-10-04 Andre Spiegel <spiegel@gnu.org>
10278
10279 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10280 vc-version-backup-file-name): New functions.
10281
10282 * files.el (basic-save-buffer): Call vc-before-save before saving.
10283
10284 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10285 vc-cvs-stay-local-p.
10286
10287 * vc.el (vc-revert-buffer): Handle empty diff properly.
10288 (vc-version-backup-file): New function.
10289 (vc-checkout): Create a version backup if necessary.
10290 (vc-checkin): If a version backup file exists, delete it.
10291 (vc-version-diff): Diff locally using version backups, if available.
10292 (vc-revert-file): If there's a version backup, revert locally.
10293 (vc-transfer-file): Use version backup for base version, if
10294 available. If not, ask for confirmation whether to get it from the
10295 server. Update mode line before check-in.
10296
102972000-10-04 Dave Love <fx@gnu.org>
10298
10299 * toolbar/tool-bar.el (tool-bar-setup): New function.
10300 (tool-bar-mode): Use it.
10301
103022000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10303
10304 * net/net-utils.el (nslookup-font-lock-keywords)
10305 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10306 Only set if window-system is non-nil
10307 (net-utils-run-program): Returns buffer.
10308 (network-connection-reconnect): Added this function.
10309
10310 * generic.el:
10311 Incorporates extensive cleanup and docfixes by
10312 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10313 Uses cl compile-time macros.
10314 (generic-mode-name, generic-comment-list)
10315 (generic-keywords-list, generic-font-lock-expressions)
10316 (generic-mode-function-list, generic-mode-syntax-table):
10317 Removed variables.
10318 (generic-mode-alist): Renamed to generic-mode-list.
10319 (generic-find-file-regexp): Default changed to "^#".
10320 (generic-read-type): Uses completing read on generic-mode-list.
10321 (generic-mode-sanity-check): removed this function.
10322 (generic-add-to-auto-mode): Removed this function
10323 (generic-mode-internal): Bind mode-specific definitions
10324 into function instead of putting them in alist.
10325 (generic-mode-set-comments): Reworked extensively.
10326 (generic-mode-find-file-hook): Simplified regexp searching
10327 (generic-make-keywords-list): Omit extra pair of parens
10328
10329 * find-lisp.el (find-lisp-find-files-internal):
10330 Make sure directory name ends with "/".
10331
10332 * generic-x.el (apache-conf-generic-mode):
10333 Regexp now allows leading whitespace.
10334 (rc-generic-mode): Added eval-when-compile
10335 around generic-make-keywords-list.
10336 Deleted duplicate regexp
10337 (rul-generic-mode): Added eval-when-compile
10338 around generic-make-keywords-list.
10339 (etc-fstab-generic-mode): New generic mode.
10340 (rul-generic-mode): Removed one eval-when-compile
10341 which caused a max-specpdl-size exceeded error.
10342
103432000-10-04 Miles Bader <miles@gnu.org>
10344
10345 * simple.el (minibuffer-temporary-goal-position): New variable.
10346 (next-history-element): Try to keep the position of point in the
10347 input string constant.
10348
10349 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10350 (dired-do-create-files): If there's only one file, pass it in as
10351 the DEFAULT arg to dired-mark-read-file-name.
10352
103532000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10354
10355 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10356 (diff-goto-source): Be smarter when choosing REVERSE or not.
10357
10358 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10359 (texinfo-mode-menu): Add an explicit shortcut for update all.
10360
103612000-10-03 Andre Spiegel <spiegel@gnu.org>
10362
10363 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10364 factorize backend-specific code cleanly (this was essentially
10365 conceived by Stefan Monnier).
10366 (vc-unregister): Function removed.
10367 (vc-revert-file): New function.
10368 (vc-revert-buffer): Delegate some of the work to it.
10369
10370 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10371 default branch unconditionally.
10372 (vc-rcs-set-default-branch): New function.
10373 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10374 (vc-rcs-checkin): If an appropriate default branch has been set,
10375 force creation of that branch.
10376 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10377 code (as suggested by Stefan Monnier).
10378
103792000-10-02 Gerd Moellmann <gerd@gnu.org>
10380
10381 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10382 highlighting overlay with a different face over the overlay
10383 isearch uses to highlight the current match because that can lead
10384 to bad face combinations.
10385
10386 * loadup.el (toplevel): Load faces before isearch.
10387
10388 * isearch.el (isearch-faces): New custom group.
10389 (isearch): New defface; was already tested for in the code.
10390 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10391 (isearch-highlight): Always use face `isearch'.
10392
103932000-10-02 Dave Love <fx@gnu.org>
10394
10395 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10396 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10397 comparison of opcode with operand.
10398
103992000-10-03 Miles Bader <miles@gnu.org>
10400
10401 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10402 buffer, since the echo area will now grow to accommodate them.
10403
104042000-10-02 Andre Spiegel <spiegel@gnu.org>
10405
10406 * vc-hooks.el (vc-registered): If FILE used to be registered under
10407 a certain backend, try that one first.
10408
10409 * vc.el (vc-responsible-backend): Undo the previous change in the
10410 argument list. Handle multiple backends correctly.
10411 (vc-find-new-backend): Function removed.
10412 (vc-register): Use vc-responsible-backend, as before.
10413 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10414
104152000-10-02 Gerd Moellmann <gerd@gnu.org>
10416
10417 * startup.el (fancy-splash-head): Change message below the
10418 logo.
10419
104202000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10421
10422 * diff-mode.el (diff-goto-source): Emit a status message.
10423 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10424 (diff-test-hunk): Fix doc string.
10425 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10426 (diff-advance-after-apply-hunk): New variable.
10427 (diff-apply-hunk): Don't return a value.
10428
104292000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10430
10431 * vc.el (vc-editable-p): Minor optimization.
10432 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10433 (vc-find-new-backend): New function split from vc-responsible-backend.
10434 (vc-register): Use it.
10435 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10436 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10437 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10438 (vc-clear-headers): Don't use find-file.
10439 (vc-revert-buffer): Use `and' again (must have been a braino).
10440 (vc-switch-backend): Only prompt if requested.
10441 Short circuit if nothing is to be done.
10442 Don't use vc-resynch-buffer which could lose unsaved editing.
10443 (vc-default-receive-file): Update call to vc-unregister.
10444 (with-vc-file, vc-next-action-on-file):
10445 Use vc-backend rather than vc-registered.
10446 (vc-next-action-on-file): Use intern-soft.
10447 Deal with read-only *vc-diff* buffer.
10448 (vc-transfer-file): Docstring fix.
10449
10450 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10451 (vc-rcs-receive-file): Avoid with-vc-properties.
10452 Update call to vc-unregister.
10453 Use constant `RCS' rather than (dynamically bound) var `backend'.
10454
104552000-10-01 Andre Spiegel <spiegel@gnu.org>
10456
10457 * vc.el (vc-next-action-on-file): Update mode line only if file
10458 is visited.
10459 (vc-start-entry): New argument initial-contents. Don't visit the file
10460 if it isn't already visited. Brought documentation up-to-date.
10461 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10462 (vc-checkin): New optional arg initial-contents, which is passed to
10463 vc-start-entry.
10464 (vc-finish-logentry): Make sure to bury log buffer only if there
10465 really is one. Call `vc-resynch-buffer' on log-file, not
10466 buffer-file-name.
10467 (vc-default-comment-history, vc-default-wash-log): New functions.
10468 (vc-index-of): Removed.
10469 (vc-transfer-file): Make do without the above.
10470 (vc-default-receive-file): Call comment-history unconditionally. Pass
10471 the resulting string to vc-checkin, instead of inserting it into the
10472 comment ring.
10473
10474 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10475 unconditionally. Use the comments as initial contents of the log
10476 entry buffer. Document the trick to force branch creation with no
10477 changes.
10478
104792000-10-01 Miles Bader <miles@gnu.org>
10480
10481 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10482 `recenter' with an arg to prevent redrawing the display.
10483
104842000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10485
10486 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10487
10488 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10489
10490 * progmodes/c-mode.el (c-mode):
10491 Don't gratuitously override the default for comment-column.
10492
10493 * textmodes/tex-mode.el (latex-metasection-list): New var.
10494 (latex-imenu-create-index): Use it.
10495 Move the regexp construction outside loops (and use push).
10496 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10497 (tex-font-lock-keywords): Moved from font-lock.el.
10498 (tex-comment-indent): Remove.
10499 (tex-common-initialization): Don't set comment-indent-function.
10500 (latex-block-default): New var.
10501 (tex-latex-block): Use it to provide a default choice.
10502 Add any unknown choice to latex-block-names.
10503 Insert [...] after {...}.
10504 (tex-last-unended-begin): Simplify regexp.
10505 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10506 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10507 (latex-mode): Set forward-sexp-function.
10508
10509 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10510 Add regexp for @ignore ... @end ignore.
10511 (texinfo-heading-face): New face.
10512 (texinfo-font-lock-keywords): Use it.
10513 (texinfo-mode-menu): New menu.
10514 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10515 New functions.
10516 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10517 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10518 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10519 Remove declaration.
10520 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10521
10522 * delsel.el (delete-selection-mode): Use define-minor-mode.
10523
10524 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10525
105262000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10527
10528 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10529
105302000-09-30 Gerd Moellmann <gerd@gnu.org>
10531
10532 * replace.el (keep-lines-read-args): New function.
10533 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10534 read arguments interactively. Add parameters RSTART and REND.
10535 Operate on the active region in Transient Mark mode.
10536
10537 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10538
10539 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10540 (authors-obsolete-files-regexps): New variable.
10541 (authors-add): Don't record changes in obsolete files.
10542
105432000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10544
10545 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10546
10547 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10548 (comment-indent): Make sure there's a space between code and comment.
10549 Shift comments left to avoid going past fill-column.
10550
105512000-09-29 Gerd Moellmann <gerd@gnu.org>
10552
10553 * startup.el (startup-echo-area-message): New function.
10554 (display-startup-echo-area-message): Use it.
10555 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10556 (fancy-splash-default-action): New function.
10557 (fancy-splash-screens-1): New function.
10558 (fancy-splash-head): Put a help-echo and a keymap under the image.
10559
105602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10561
10562 * diff-mode.el (diff-add-log-file-name): Remove.
10563 (diff-mode): Use add-log-buffer-file-name-function.
10564
10565 * add-log.el (find-change-log): New arg BUFFER-FILE.
10566 (add-log-file-name): Obey add-log-file-name-function.
10567 (add-log-buffer-file-name-function): New var.
10568 (add-change-log-entry): Use it.
10569
105702000-09-29 Miles Bader <miles@gnu.org>
10571
10572 * image-file.el (image-file-name-extensions): New variable.
10573 (image-file-name-regexps): Renamed from `image-file-regexps'.
10574 New default value is nil. Call `auto-image-file-mode'.
10575 (image-file-name-regexp): New function.
10576 (auto-image-file-mode): New minor mode.
10577 (insert-image-file): Don't make conditional on the image-file
10578 handler being enabled.
10579 (image-file-handler): Make the call here conditional instead.
10580 (set-image-file-handler-enabled, enable-image-file-handler)
10581 (disable-image-file-handler): Functions removed.
10582
10583 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10584 string.
10585
105862000-09-29 Gerd Moellmann <gerd@gnu.org>
10587
10588 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10589 it's a function from CL.
10590 (latex-imenu-create-index): Replace eval-when-compile with progn
10591 because latex-section-alist is not bound while compiling.
10592
105932000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10594
10595 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10596 (outline-mode): Use define-derived-mode.
10597
10598 * progmodes/perl-mode.el (perl-mode):
10599 * progmodes/awk-mode.el (awk-mode):
10600 * progmodes/asm-mode.el (asm-mode):
10601 Don't gratuitously override the default for comment-column.
10602
10603 * emacs-lisp/lisp.el (lisp-complete-symbol):
10604 Distinguish the let-binding case from the funcall case.
10605 (forward-sexp-function): New variable.
10606 (forward-sexp): Use it.
10607
10608 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10609 (easy-mmode-defmap): Remove the now useless autoload.
10610
10611 * time.el (display-time-mode): Use define-minor-mode.
10612
10613 * subr.el (add-minor-mode): Don't eval NAME.
10614 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10615 Use if rather than cond.
10616
10617 * simple.el (read-expression-map): Define more properly.
10618 (comment-indent-hook): Remove.
10619 (string-to-syntax): Bug fix.
10620
10621 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10622 (cvs-ediff-diff): Fix typo.
10623 (cvs-revert-if-needed): Don't bother preserving read-only.
10624
10625 * paren.el (show-paren-mode): Use define-minor-mode.
10626
10627 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10628 (toggle-auto-compression): Remove.
10629 (jka-compr-build-file-regexp): Remove useless grouping.
10630
10631 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10632 Avoid user-reserved bindings.
10633 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10634 (diff-header-face): Revert to grey85.
10635
10636 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10637
10638 * complete.el (partial-completion-mode) <defcustom>: Remove.
10639 (partial-completion-mode): Use define-minor-mode.
10640 (PC-do-completion): Understand `completion-auto-help = delay'
10641 to mean to popup the completion buffer only the second time.
10642 (PC-include-file-all-completions, PC-include-file-all-completions)
10643 (PC-include-file-all-completions): Don't quote lambda.
10644
10645 * comint.el (comint-mode-hook): Docstring fix.
10646 (comint-mode): Use define-derived-mode.
10647 (comint-mode-map): Remove obsolete comment.
10648 (make-comint): Minor stylistic change.
10649 (comint-insert-clicked-input): Be more careful to find the overlay.
10650 Use this-command-keys rather than hardcoding mouse-2.
10651
10652 * font-lock.el: Replace confusing (,@ with ,
10653 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10654 Don't use regexp-opt-depth. Spice up the regexp for args.
10655 Don't distinguish between cmds that can take an opt arg or not.
10656 Use `append' and `prepend' rather than `keep'.
10657
10658 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10659 (latex-outline-regexp): New var.
10660 (latex-outline-level): New fun.
10661 (latex-section-alist): New var.
10662 (latex-imenu-create-index): Use it. Use `push' as well.
10663 (tex-shell-map): Initialize it properly.
10664 (tex-mode): Minor stylistic change.
10665 (plain-tex-mode): Use define-derived-mode.
10666 (latex-mode): Use define-derived-mode.
10667 Construct the paragraph regexps in a more readable way.
10668 Set the buffer-local outline-{level,regexp} vars.
10669 (slitex-mode): Derive from latex-mode.
10670 (tex-common-initialization): Don't kill-all-vars anymore.
10671 Add setting for comment-add and font-lock-defaults.
10672 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10673 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10674 (tex-start-tex): New arg DIR (and send a chdir command for it).
10675 Also display the shell buffer and save it in tex-last-buffer-texed.
10676 (tex-region): Use expand-file-name rather than concat.
10677 Remove code made useless by changes in tex-start-tex.
10678 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10679
10680 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10681
106822000-09-28 Dave Love <fx@gnu.org>
10683
10684 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10685
106862000-09-28 Gerd Moellmann <gerd@gnu.org>
10687
10688 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10689 `append'.
10690
106912000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10692
10693 * info.el (Info-extract-pointer): Undo last change.
10694 Instead, fix the position of the `bound' arg to re-search-backward.
10695
106962000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10697
10698 * info.el (Info-extract-pointer):
10699 Widen more carefully, to avoid finding pointers in other nodes.
10700 (Info-index): Use push.
10701
107022000-09-27 Gerd Moellmann <gerd@gnu.org>
10703
10704 * frame.el (set-frame-font): Remove call to obsolete function
10705 frame-update-faces.
10706 (set-foreground-color, set-background-color): Likewise for
10707 frame-update-face-colors.
10708
107092000-09-27 Miles Bader <miles@gnu.org>
10710
10711 * image-file.el: New file.
10712
107132000-09-27 Gerd Moellmann <gerd@gnu.org>
10714
10715 * frame.el (frame-notice-user-settings): Don't call
10716 frame-update-faces, which is a no-op now.
10717
10718 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10719 tool-bar-lines.
10720
107212000-09-27 Dave Love <fx@gnu.org>
10722
10723 * mouse.el: Fix last change.
10724
107252000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10726
10727 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10728
107292000-09-22 Kenichi Handa <handa@etl.go.jp>
10730
10731 * international/quail.el (quail-help): The output message is
10732 improved.
10733
107342000-09-26 Dave Love <fx@gnu.org>
10735
10736 * mouse.el (popup-menu): If POSITION is nil, set it using
10737 mouse-position.
10738
107392000-09-25 Sam Steingold <sds@gnu.org>
10740
10741 * net/browse-url.el (browse-url-file-url): Check for null maps.
10742
107432000-09-26 Gerd Moellmann <gerd@gnu.org>
10744
10745 * frame.el (frame-notice-user-settings): Don't add a
10746 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10747
10748 * frame.el (frame-notice-user-settings):
10749 Make tool-bar-mode and default-frame-alist consistent.
10750
10751 * toolbar/tool-bar.el (tool-bar-help): New function.
10752
107532000-09-25 Gerd Moellmann <gerd@gnu.org>
10754
10755 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10756 current-load-list in top-level forms. Else this leaks a cons cell
10757 every time a defun is called.
10758
10759 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10760
107612000-09-25 Dave Love <fx@gnu.org>
10762
10763 * startup.el (fancy-splash-head): Check XPM is available.
10764
10765 * autoinsert.el (auto-insert): Doc fix.
10766 (auto-insert-alist): Following GNU notices, don't say `copyright
10767 _by_'. Use line-beginning-position.
10768 (auto-insert): Check buffer-file-name is non-nil before use.
10769
107702000-09-25 Gerd Moellmann <gerd@gnu.org>
10771
10772 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10773 starting with `@def' or `@multitable', in addition to ones
10774 specified by the user in auto-fill-inhibit-regexp.
10775
107762000-09-25 Markus Rost <rost@math.ohio-state.edu>
10777
10778 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10779 rmail-dont-reply-to-names matches the empty string.
10780
107812000-09-25 Gerd Moellmann <gerd@gnu.org>
10782
10783 * startup.el (command-line-1, fancy-splash-text): Change the
10784 text to sound more friendly.
10785
107862000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10787
10788 * progmodes/hideshow.el: Update author email address.
10789 Generally, sync w/ maintainer version 5.22.
10790 (hs-hide-all-non-comment-function): New var.
10791 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10792 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10793 (hs-show-region): Delete this command.
10794 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10795
107962000-09-22 Dave Love <fx@gnu.org>
10797
10798 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10799 (hl-line-highlight): Specify buffer when moving overlay.
10800
10801 * progmodes/fortran.el (fortran-mode): Locally set
10802 normal-auto-fill-function.
10803 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10804 (fortran-mode-map): Adjust auto-fill menu entry.
10805
108062000-09-22 Gerd Moellmann <gerd@gnu.org>
10807
10808 * vc-rcs.el (toplevel): Require `vc' when compiling.
10809
10810 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10811
108122000-09-22 Andre Spiegel <spiegel@gnu.org>
10813
10814 * vc.el (vc-switch-backend): Signal an error if the file is not
10815 registered under the new backend.
10816
10817 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10818 without explicit revision number.
10819
108202000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10821
10822 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10823 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10824 (diff-xor): New function.
10825 (diff-find-source-location): Use it. Fix a stupid name clash.
10826 (diff-hunk-status-msg): New function.
10827 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10828 (diff-test-hunk): Use diff-find-source-location.
10829 (diff-goto-source): Favor the `reverse'.
10830 (diff-hunk-text): Properly handle one-sided context diffs.
10831 (diff-apply-hunk): When done, advance to the next hunk.
10832
108332000-09-21 Gerd Moellmann <gerd@gnu.org>
10834
10835 * startup.el (command-line): If frame was created with a non-zero
10836 tool-bar-lines parameter, switch tool-bar-mode on.
10837
10838 * add-log.el (change-log-date-face, change-log-name-face)
10839 (change-log-email-face, change-log-file-face)
10840 (change-log-list-face, change-log-conditionals-face)
10841 (change-log-function-face, change-log-acknowledgement-face):
10842 New faces, inheriting from font-lock faces.
10843 (change-log-font-lock-keywords): Use them.
10844
108452000-09-21 Dave Love <fx@gnu.org>
10846
10847 * progmodes/cperl-mode.el (top-level): Clean up
10848 `eval-when-compile's and assorted defvars.
10849 (cperl-invalid-face): Don't double-quote value. Change custom
10850 type.
10851 (cperl-mode): Set normal-auto-fill-function and don't zap
10852 auto-fill-function.
10853 (cperl-imenu--function-name-regexp-perl): Renamed from
10854 imenu-example--function-name-regexp-perl.
10855 (cperl-imenu--create-perl-index): Renamed from
10856 imenu-example--create-perl-index.
10857 (cperl-xsub-scan): Don't require cl.
10858
10859 * msb.el (msb-mode-map): Use substitute-key-definition.
10860 (msb-mode): Use msb-mode-map.
10861
108622000-09-21 Andre Spiegel <spiegel@gnu.org>
10863
10864 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10865 New functions.
10866 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10867 (vc-switch-backend): New function.
10868 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10869 (vc-register): Fix prompt.
10870 (vc-unregister, vc-default-unregister): New functions.
10871 (vc-version-diff): Handle empty buffer in sentinel.
10872
10873 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10874 (vc-rcs-state-heuristic): Use it to guess the state of files with
10875 non-strict locking.
10876 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10877 been set with -b, but not created yet.
10878 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10879 contents in order to find the state.
10880 (vc-rcs-checkin): Allow creation of branches with no changes.
10881 (vc-rcs-unregister, vc-rcs-receive-file)
10882 (vc-rcs-set-non-strict-locking): New functions.
10883
10884 * vc-hooks.el (vc-name): Force correct computation of the value
10885 in case it is missing.
10886
108872000-09-21 Gerd Moellmann <gerd@gnu.org>
10888
10889 * startup.el (fancy-splash-tail): Use a different foreground
10890 color on a dark frame background.
10891
108922000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10893
10894 * info.el: Use the correct capitalization when making Info-mode
10895 and Info-edit-mode `special' modes.
10896
108972000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10898
10899 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10900 (diff-mode): Add support for add-log.el.
10901 (diff-hunk-text): Use char offsets rather than line offsets.
10902 (diff-find-source-location): Replace LINE with line-offset (nil
10903 if not found) and always set POS to a meaningful position.
10904 Adapt to the new char-offsets.
10905 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10906 Adapt to the new diff-find-source-location.
10907 (diff-goto-source): Adapt to the new diff-find-source-location.
10908
10909 * add-log.el (add-log-file-name): New function (split out of
10910 add-change-log-entry).
10911 (add-change-log-entry): Use it.
10912 Call add-log-file-name-function with the changelog file name if
10913 the current buffer is not associated with any file.
10914 Avoid find-file if the selected window is dedicated.
10915
10916 * diff-mode.el (diff-find-source-location):
10917 Move code from diff-apply-hunk. Return buffer rather than file.
10918 (diff-apply-hunk): Use the new result from diff-find-source-location.
10919 (diff-goto-source): Use the new diff-find-source-location.
10920
109212000-09-20 Dave Love <fx@gnu.org>
10922
10923 * iswitchb.el: Some doc fixes.
10924 (iswitchb-mode-map): Define completely initially. Inherit
10925 minibuffer-local-map.
10926 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10927 fundamental-mode.
10928 (iswitchb-global-map): New variable.
10929 (iswitchb-summaries-to-end): Amalgamate regexps.
10930 (iswitchb-mode): New.
10931 (iswitchb-mode-hook): New variable.
10932 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10933 `extensions'.
10934
109352000-09-20 Gerd Moellmann <gerd@gnu.org>
10936
10937 * ehelp.el (electric-help): New defgroup.
10938 (electric-help-shrink-window): New user-option.
10939 (with-electric-help): Use it.
10940
10941 * window.el (shrink-window-if-larger-than-buffer): If face
10942 `mode-line' has a :box, and we're on a graphical frame, add 1
10943 to the needed window height.
10944
10945 * frame.el (frame-notice-user-settings): Add a last parameter nil
10946 to a call to `append', because the last list passed to `append' is
10947 not copied, and so subsequent calls to assq-delete-all will modify
10948 default-frame-alist.
10949
10950 * startup.el (fancy-splash-image): Change :type.
10951 (fancy-splash-head): Use an XBM image if appropriate.
10952 (command-line-1): Show splash screens in more cases.
10953
10954 * startup.el (fancy-splash-text): Don't quote faces.
10955
10956 * dired.el (dired-font-lock-keywords): Undo last change.
10957 (dired-readin): Bind indent-tabs-mode to nil.
10958
10959 * startup.el (fancy-splash-head): If frame's background mode
10960 is `dark', change the black background of the image to gray.
10961 (fancy-splash-screens): Display startup echo area message.
10962 (display-startup-echo-area-message): New function.
10963
109642000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10965
10966 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10967
10968 * info.el (info-header-node): Tweak for color ttys.
10969
10970 * faces.el (face-valid-attribute-values): Make sure directories we
10971 search for stipples both exist and are readable before trying to
10972 search them.
10973
10974 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10975 in the dry-run case.
10976
10977 * jka-compr.el (with-auto-compression-mode): New macro.
10978
10979 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10980 (custom-group-tag-face, custom-variable-tag-face): Use relative
10981 :height and inherit from `variable-pitch' face instead of
10982 hardwiring :family.
10983 * hi-lock.el (hi-black-hb): Likewise.
10984
10985 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10986 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10987 toolbar-add-item, if image doesn't have a mask add a `:mask
10988 heuristic'.
10989
109902000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10991
10992 * diff-mode.el: Docstring fixes.
10993 (diff-header-face, diff-comment-face): New faces.
10994 (diff-font-lock-keywords): Highlight a bit differently.
10995 (diff-find-source-location): Don't return SPAN any more.
10996 (diff-hunk-text): Don't bother erasing the temp buffer.
10997 (diff-find-text): Drop argument LINE.
10998 (diff-apply-hunk): Update calls to diff-find-text.
10999 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11000
11001 * calendar/calendar.el: Docstring fixes.
11002 (calendar-make-alist): Don't quote lambda.
11003 (calendar-star-date): Use make-local-variable.
11004
110052000-09-19 Dave Love <fx@gnu.org>
11006
11007 * toolbar/tool-bar.el: Renamed from toolbar.el.
11008 Change `toolbar' to `tool-bar' generally in symbols.
11009 Make some items invisible in `special' major modes.
11010 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11011 Add arg PROPS.
11012
11013 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11014 Add :version here.
11015 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11016
110172000-09-19 Gerd Moellmann <gerd@gnu.org>
11018
11019 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11020
11021 * files.el (find-file-suppress-same-file-warnings): New user-option.
11022 (find-file-noselect): Use it.
11023
11024 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11025 (fancy-splash-screen): Defgroup.
11026
11027 * add-log.el (change-log-font-lock-keywords): Match names
11028 more exactly for the case that font-lock-constant-face is
11029 underlined.
11030
110312000-09-19 Richard M. Stallman <rms@gnu.org>
11032
11033 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11034
110352000-09-19 Andre Spiegel <spiegel@gnu.org>
11036
11037 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11038
110392000-09-19 Gerd Moellmann <gerd@gnu.org>
11040
11041 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11042 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11043 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11044 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11045 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11046 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11047 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11048 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11049 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11050 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11051 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11052 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11053
11054 * startup.el (fancy-splash-text): New variable.
11055 (fancy-splash-delay, fancy-splash-image): New user-options.
11056 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11057 (fancy-splash-screens): New functions.
11058 (command-line-1): If display has a `display' frame parameter, has
11059 colors, and we have XPM support, show more fancy splash screens.
11060
110612000-09-19 Dave Love <fx@gnu.org>
11062
11063 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11064 with null `help'. Use modern backquote syntax.
11065
110662000-09-19 Gerd Moellmann <gerd@gnu.org>
11067
11068 * font-lock.el (font-lock-mode): Change message telling the user
11069 that ``the buffer is too big''.
11070
11071 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11072 for instance for the case that tab-width is 2.
11073
110742000-09-18 Gerd Moellmann <gerd@gnu.org>
11075
11076 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11077 toolbar-add-item, if image doesn't have a mask add a `:mask
11078 heuristic'.
11079
110802000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11081
11082 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11083 and return a cons if it's non-nil.
11084 (diff-apply-hunk): Try to jump to the line in the source text
11085 corresponding to the position of point in the in the hunk.
11086
11087 * info.el (Info-title-3-face, Info-title-2-face)
11088 (Info-title-1-face): Use face inheritance and relative sizes
11089 instead of hard-wiring things.
11090
11091 * faces.el (secondary-selection): Make dark-background variant sane.
11092
110932000-09-16 Andrew Innes <andrewi@gnu.org>
11094
11095 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11096 read-only, since they aren't under VC now.
11097
110982000-09-17 Dave Love <fx@gnu.org>
11099
11100 * tmm.el: Replace mapcar with mapc in several places.
11101
11102 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11103 ad-unadvise.
11104
11105 * international/latin1-disp.el: New file.
11106
11107 * calendar/cal-move.el (scroll-calendar-left)
11108 (scroll-calendar-right): Make arg optional (for active mode line).
11109
11110 * calendar/calendar.el (calendar-mode-line-format): Make fields
11111 mouse-sensitive.
11112 (calendar-read-date, calendar-read-date, calendar-window-list):
11113 Unquote lambda.
11114 (calendar-month-name): Use aref, not sref.
11115
11116 * view.el (minor-mode-alist): Propertize the string.
11117
11118 * international/characters.el (standard-case-table): Add entries
11119 for Greek.
11120
111212000-09-18 Miles Bader <miles@gnu.org>
11122
11123 * info.el (info-node, info-xref): Add dark-background variants.
11124
11125 * faces.el (header-line): Change defaults to be less confusing
11126 when mixed with mode-lines.
11127
11128 * info.el (Info-fontify-node): Make a few cleanups.
11129 Add extra `help-echo' and `local-map' props to node xrefs.
11130 Use header-specific faces for node-names & xrefs.
11131 (Info-use-header-line): New variable.
11132 (info-header-xref, info-header-node): New faces.
11133 (Info-setup-header-line): New function.
11134 (Info-select-node): Call Info-setup-header-line when enabled.
11135 (Info-extract-pointer): Work even if the header line is hidden.
11136 (Info-header-line): New variable.
11137
111382000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11139
11140 * vms-patch.el (print-region-function): Don't quote lambda.
11141
11142 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11143
11144 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11145 (lm-get-header-re): Allow spaces between the header and the colon.
11146 (lm-header): Allow $ in non-RCS headers.
11147 (lm-header-multiline): Put the strings back into order.
11148 Stop at an empty line. Don't require two space chars if the
11149 line is clearly not another header line.
11150
11151 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11152 (popup-menu-popup): Remove.
11153
111542000-09-15 Gerd Moellmann <gerd@gnu.org>
11155
11156 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11157 specification if or if not tool-bar item contains an `:enabled'
11158 property.
11159
11160 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11161 current buffer has no file name.
11162
111632000-09-15 Dave Love <fx@gnu.org>
11164
11165 * strokes.el: Sync with maintainer's current version with changes
11166 for Emacs, but avoid runtime cl and levents.
11167 (toplevel): Change autoloads and compilation requires.
11168 (strokes-version, strokes-bug-address, strokes-lift): Values
11169 changed.
11170 (strokes-xpm-header, strokes-insinuated): New variable.
11171 (strokes): Add :link.
11172 (strokes-mode): Customized.
11173 (strokes-while-inhibiting-garbage-collector): New macro.
11174 (strokes-remassoc): Avoid remove-if.
11175 (strokes-fix-button2-command): Don't use ad-do-it.
11176 (strokes-insinuate): New function.
11177 (strokes-button-press-event-p, strokes-button-release-event-p):
11178 New functions, used instead of non-`strokes-' versions..
11179 (strokes-mouse-event-p): Rewritten.
11180 (strokes-event-closest-point): Avoid event-point.
11181 (strokes-get-grid-position): Avoid cdadr, caadr
11182 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11183 functions.
11184 (strokes-help): Use with-output-to-temp-buffer.
11185 (strokes-window-configuration-changed-p): New function.
11186 (strokes-update-window-configuration): Use buffer-live-p,
11187 strokes-window-configuration-changed-p.
11188 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11189 (strokes-char-face): New face.
11190 (strokes-char-table, strokes-base64-chars): New variable.
11191 (strokes-xpm-for-stroke, strokes-list-strokes)
11192 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11193 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11194 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11195 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11196 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11197 functions.
11198
111992000-09-15 Gerd Moellmann <gerd@gnu.org>
11200
11201 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11202
11203 * image.el (create-image): Doc fix.
11204
11205 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11206 instead of `:heuristic-mask t'.
11207
112082000-09-14 Andrew Innes <andrewi@gnu.org>
11209
11210 * makefile.w32-in: Revert to Unix line endings.
11211
112122000-09-14 Andrew Innes <andrewi@gnu.org>
11213
11214 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11215 when installing.
11216
11217 * makefile.nt (DONTCOMPILE): Fix typo.
11218
11219 * shell.el (shell-write-history-on-exit): New function.
11220 (shell-dumb-shell-regexp): New custom variable.
11221 (shell-mode): Make shell-write-history-on-exit the process
11222 sentinel if shell name matches shell-dumb-shell-regexp.
11223
11224 * w32-fns.el: Comment out before-init-hook function which resets
11225 source-directory based; this breaks bootstrap.
11226
112272000-09-14 Dave Love <fx@gnu.org>
11228
11229 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11230 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11231 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11232 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11233 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11234 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11235 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11236 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11237 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11238
11239 * toolbar/toolbar.el: New.
11240
11241 * subdirs.el: Add toolbar.
11242
112432000-09-14 Gerd Moellmann <gerd@gnu.org>
11244
11245 * indent.el (indent-for-tab-command): Doc fix.
11246
112472000-09-14 Alex Schroeder <alex@gnu.org>
11248
11249 * ansi-color.el (ansi-colors): Doc change.
11250 (ansi-color-get-face): Simplified regexp.
11251 (ansi-color-faces-vector): Added more faces, doc change.
11252 (ansi-color-names-vector): Doc change.
11253 (ansi-color-regexp): Simplified regexp.
11254 (ansi-color-parameter-regexp): New regexp.
11255 (ansi-color-filter-apply): Doc change.
11256 (ansi-color-filter-region): Doc change.
11257 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11258 deal with zero length parameters.
11259 (ansi-color-apply-on-region): Doc change.
11260 (ansi-color-map): Doc change.
11261 (ansi-color-map-update): Removed debugging message.
11262 (ansi-color-get-face-1): Added condition-case to trap
11263 args-out-of-range errors.
11264 (ansi-color-get-face): Doc change.
11265 (ansi-color-make-face): Removed.
11266 (ansi-color-for-shell-mode): New option.
11267
112682000-09-13 Kenichi Handa <handa@etl.go.jp>
11269
11270 * international/quail.el (quail-start-translation): Translate KEY
11271 if necessary even if it doesn't have any mapping in the current
11272 input method.
11273 (quail-start-conversion): Likewise.
11274 (quail-help): The output message is improved.
11275
112762000-09-13 Miles Bader <miles@gnu.org>
11277
11278 * comint.el (comint-output-filter): Revert to using
11279 `insert-before-markers'. Add bletcherous hack to undo damage
11280 caused by `insert-before-markers'. Put `front-sticky' property on
11281 overlays created here so that the field code understands how the
11282 overlay works. Use a let when making comint-last-prompt-overlay,
11283 so that the code is easier to read.
11284
112852000-09-13 Dave Love <fx@gnu.org>
11286
11287 * wid-edit.el (widget-default-format-handler): DTRT when
11288 doc-property is a function.
11289
112902000-09-12 Francesco Potorti` <pot@gnu.org>
11291
11292 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11293 filed name if it's not there.
11294
112952000-09-12 Dave Love <fx@gnu.org>
11296
11297 * simple.el (read-mail-command): Doc fix.
11298 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11299
11300 * vc.el (vc-dired-listing-switches): Fix :version.
11301
11302 * vc-hooks.el: Doc fixes.
11303
11304 * subr.el (add-minor-mode): Use toggle-fun arg.
11305
11306 * speedbar.el: Add :version to several defcustoms.
11307
11308 * imenu.el (imenu--truncate-items, imenu--cleanup)
11309 (imenu--generic-function): Avoid mapcar.
11310 (imenu--replace-spaces): Function removed.
11311 (imenu--completion-buffer): Use subst-char-in-string.
11312 (imenu-add-to-menubar): Use keymap inheritance.
11313
113142000-09-12 Miles Bader <miles@gnu.org>
11315
11316 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11317 (diff-mode-map): Bind `diff-test-hunk'.
11318 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11319
113202000-09-11 Gerd Moellmann <gerd@gnu.org>
11321
11322 * bytecomp.el (byte-compile-defvar): Undo last change
11323 because it breaks '(make-variable-buffer-local (defvar ...)'
11324 which is used at least in dired.
11325
113262000-09-12 Kenichi Handa <handa@etl.go.jp>
11327
11328 * international/quail.el (quail-define-package): Docstring
11329 modified.
11330
113312000-09-12 Kenichi Handa <handa@etl.go.jp>
11332
11333 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11334 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11335 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11336 docstring of "chinese-py".
11337
11338 * international/quail.el (quail-translation-docstring): New
11339 variable.
11340 (quail-show-keyboard-layout): Docstring modified.
11341 (quail-select-current): Likewise.
11342 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11343 infinite recursive call.
11344 (quail-help): Check quail-translation-docstring. Format of the
11345 output changed.
11346 (quail-help-insert-keymap-description): Adjusted for the above
11347 change.
11348
113492000-09-11 Gerd Moellmann <gerd@gnu.org>
11350
11351 * bytecomp.el (byte-compile-defvar): Only cons onto
11352 current-load-list in top-level forms. Else this leaks a cons cell
11353 every time a defun is called.
11354
113552000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11356
11357 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11358 Now understands non-unified diffs. Some functionality moved into
11359 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11360 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11361 modify anything. Only reposition point in the patched file if the
11362 patch succeeds. Only pop up another window if POPUP is true.
11363 Emit a message describing what happened if successful, and at what
11364 line-offset. Automatically detect reversed hunks and do something
11365 appropriate.
11366 (diff-hunk-text, diff-find-text): New functions.
11367 (diff-filter-lines): Function removed.
11368 (diff-test-hunk): New function.
11369 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11370
113712000-09-10 Dave Love <fx@gnu.org>
11372
11373 * textmodes/tildify.el: Minor doc/commentary fixes.
11374 (tildify) <defgroup>: Add :version.
11375
11376 * faces.el (face-x-resources): Make custom type more specific.
11377 (frame-background-mode): Use mapc.
11378 (region) <defcustom>: Add :version.
11379
113802000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11381
11382 * vc-sccs.el (vc-sccs-register):
11383 * vc-rcs.el (vc-rcs-register):
11384 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11385 * vc.el (vc-register): Clear file's properties.
11386
113872000-09-08 Gerd Moellmann <gerd@gnu.org>
11388
11389 * faces.el (face-spec-set): Only face-spec-reset-face when
11390 ATTRS is non-nil.
11391
113922000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11393
11394 * help.el (help-insert-xref-button): Fix a typo in doc string.
11395
113962000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11397
11398 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11399 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11400 methods.
11401
11402 * menu-bar.el (read-mail-item-name): New function.
11403 (menu-bar-tools-menu): Use it to compute and display the package
11404 used to read email.
11405 (menu-bar-tools-menu): Fix typo in GUD's help string.
11406
114072000-09-07 Dave Love <fx@gnu.org>
11408
11409 * diff-mode.el (diff-mouse-goto-source): New function.
11410
11411 * vc-sccs.el: Doc fixes.
11412 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11413
11414 * vc-rcs.el: Doc fixes.
11415 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11416 (vc-rcs-checkout-switches, vc-rcs-header)
11417 (vc-rcs-master-templates): Add or change :version.
11418
11419 * vc-cvs.el: Doc fixes.
11420 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11421 (vc-cvs-stay-local): Add :version.
11422
11423 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11424
114252000-09-07 Kenichi Handa <handa@etl.go.jp>
11426
11427 * international/quail.el (quail-help): Fix previous change.
11428
114292000-09-07 Gerd Moellmann <gerd@gnu.org>
11430
11431 * faces.el (color-values): Doc fix.
11432
11433 * faces.el (frame-set-background-mode): Use frame-parameter
11434 instead of frame-parameters.
11435
11436 * frame.el (filtered-frame-list): Reduce consing.
11437 (frames-on-display-list): Call frame-parameter instead of
11438 frame-parameters.
11439
114402000-09-07 Kenichi Handa <handa@etl.go.jp>
11441
11442 * language/devan-util.el (devanagari-to-indian-region): In the
11443 loop, change the following char, not preceding char.
11444
114452000-09-07 Gerd Moellmann <gerd@gnu.org>
11446
11447 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11448 instead of frame-parameters.
11449
11450 * faces.el (set-face-attribute): Simplify by calling
11451 internal-set-lisp-face-attribute with FRAME being 0.
11452
11453 * vc.el: Remove `Id' version control keyword.
11454
114552000-09-07 Kenichi Handa <handa@etl.go.jp>
11456
11457 * help.el (help-make-xrefs): Adjusted for the change of
11458 help-xref-mule-regexp.
11459 (help-insert-xref-button): New function.
11460
11461 * international/mule-cmds.el (help-xref-mule-regexp-template):
11462 Include the pattern for character set.
11463 (leim): New group.
11464
11465 * international/quail.el: Don't require face.
11466 (quail): New group.
11467 (quail-other-command): Dummy command to make quail-help work better.
11468 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11469 (quail-keyboard-layout-substitution): New variable.
11470 (quail-update-keyboard-layout): New function.
11471 (quail-keyboard-layout-type): New customizable variable.
11472 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11473 (quail-keyboard-translate): Pay attention to
11474 quail-keyboard-layout-substitution.
11475 (quail-insert-kbd-layout): New function.
11476 (quail-show-keyboard-layout): New function.
11477 (quail-get-translation): If the definition is a vector of length
11478 1, and the element is a string of length 1, return the character
11479 in that string.
11480 (quail-update-current-translations): Fix the case of
11481 relative-index out of range.
11482 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11483 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11484 Show key sequences for all available characters.
11485 (quail-help-insert-keymap-description): Don't show such verbose
11486 key bindings as quail-self-insert-command.
11487
11488 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11489 Format changed, and each element now have extra documentations.
11490 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11491 Adjusted for the change of quail-cxterm-package-ext-info.
11492
114932000-09-06 Gerd Moellmann <gerd@gnu.org>
11494
11495 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11496 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11497 during bootstrap.
11498
114992000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11500
11501 * vc.el: (toplevel): Don't require `dired' at run-time.
11502 (vc-dired-resynch-file): Remove autoload cookie.
11503
115042000-09-05 Andre Spiegel <spiegel@gnu.org>
11505
11506 * vc.el: Made several backend functions optional.
11507 (vc-default-responsible-p): New function.
11508 (vc-merge): Use RET for first version to trigger merge-news, not
11509 prefix arg.
11510 (vc-annotate): Handle backends that do not support annotation.
11511 (vc-default-merge-news): Removed. The existence of a merge-news
11512 implementation is now checked on caller sites.
11513
11514 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11515 case.
11516
11517 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11518 special case that has been removed from the default in vc-hooks.el.
11519
115202000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11521
11522 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11523
115242000-09-05 Andre Spiegel <spiegel@gnu.org>
11525
11526 * vc-hooks.el: Require vc during compilation.
11527 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11528 macro `with-vc-properties' in vc.el.
11529 (vc-file-getprop): Doc fix.
11530 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11531
11532 * vc.el: Require dired-aux during compilation.
11533 (vc-name-assoc-file): Moved to vc-sccs.el.
11534 (with-vc-properties): New macro.
11535 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11536 vc-finish-steal): Use it.
11537 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11538 to the backend-specific function is now supposed to do the checkout,
11539 too.
11540 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11541
11542 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11543 set file properties; that gets done in the generic code now.
11544
11545 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11546 Changed parameter list, added code from vc.el that does the
11547 checkout, possibly with a double-take.
11548
11549 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11550 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11551 the above under the new name.
11552 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11553 parameter list, added checkout command.
11554 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11555 properties; that gets done in the generic code now.
11556
115572000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11558
11559 * vc.el: Docstring fixes (courtesy of checkdoc).
11560
115612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11562
11563 * vc.el (vc-checkout-writable-buffer-hook)
11564 (vc-checkout-writable-buffer): Remove.
11565 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11566 (vc-log-mode): Make it into a clean derived major mode.
11567 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11568 vc-log-mode if log-edit is not available.
11569 (vc-dired-mode-map): Don't set-keymap-parent yet.
11570 (vc-dired-mode): Do set-keymap-parent here.
11571 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11572
115732000-09-05 Gerd Moellmann <gerd@gnu.org>
11574
11575 * faces.el (set-face-attribute, face-spec-reset-face)
11576 (face-spec-set): Avoid consing by removing calls to `apply'.
11577
11578 * frame.el (frame-parameter): Move to C code.
11579
115802000-09-05 Dave Love <fx@gnu.org>
11581
11582 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11583 insert-before-markers-and-inherit. Now checked systematically!
11584
115852000-09-05 Alex Schroeder <alex@gnu.org>
11586
11587 * sql.el (sql-postgres): Use sql-postgres-options.
11588 (sql-postgres-options): New variable.
11589
115902000-09-05 Alex Schroeder <alex@gnu.org>
11591
11592 * sql.el (sql-mode-menu): Work around missing variable mark-active
11593 in XEmacs.
11594 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11595 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11596 compatibility.
11597
115982000-09-04 Gerd Moellmann <gerd@gnu.org>
11599
11600 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11601
11602 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11603
11604 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11605
116062000-09-04 Andre Spiegel <spiegel@gnu.org>
11607
11608 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11609 don't support anything else under SCCS yet.
11610
11611 * vc-hooks.el: Minor doc fixes.
11612
116132000-09-04 Andre Spiegel <spiegel@gnu.org>
11614
11615 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11616 not necessary. If verbose in state `needs-patch', do the same as
11617 under `up-to-date'. When NOT verbose and `needs-patch', check out
11618 latest version instead of `merge-news'.
11619 (vc-next-action-dired): Don't mess with default-directory here; it
11620 breaks other parts of dired. It is the job of the
11621 backend-specific functions to adjust it temporarily if they need it.
11622 (vc-next-action): Remove a special CVS case.
11623 (vc-clear-headers): New optional arg FILE.
11624 (vc-checkin, vc-checkout): Set properties vc-state and
11625 vc-checkout-time properly.
11626 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11627 (vc-print-log): Use new backend function `show-log-entry'.
11628 (vc-cancel-version): Do the checks in a different order. Added a
11629 FIXME concerning RCS-only code.
11630
11631 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11632 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11633
11634 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11635
11636 * vc-hooks.el (vc-default-mode-line-string): Show state
11637 `needs-patch' as a `-' too.
11638
116392000-09-04 Andre Spiegel <spiegel@gnu.org>
11640
11641 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11642 (vc-default-could-register): New function.
11643 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11644 (vc-resynch-buffer): Call vc-dired-resynch-file.
11645 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11646 vc-resynch-buffer instead of vc-resynch-window.
11647 (vc-next-action-dired): Don't redisplay here, that gets done as a
11648 result of the individual file operations.
11649 (vc-retrieve-snapshot): Corrected prompt order.
11650
11651 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11652
11653 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11654 as well.
11655 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11656 hostname regexps. Updated all callers.
11657 (vc-cvs-responsible-p): Handle directories as well.
11658 (vc-cvs-could-register): New function.
11659 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11660 properties up-to-date.
11661
11662 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11663 user whether to create one.
11664
116652000-09-04 Andre Spiegel <spiegel@gnu.org>
11666
11667 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11668 check out a non-existing file.
11669
11670 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11671 workfile does not exist.
11672
11673 * vc.el (vc-version-diff): Use `require' to check for existence of
11674 diff-mode.
11675
116762000-09-04 Andre Spiegel <spiegel@gnu.org>
11677
11678 * vc-cvs.el (vc-cvs-registered): Use new function
11679 vc-cvs-parse-entry to do the actual work.
11680
116812000-09-04 Andre Spiegel <spiegel@gnu.org>
11682
11683 * vc-hooks.el (vc-find-backend-function): If function doesn't
11684 exist, return nil instead of error.
11685 (vc-call-backend): Doc fix.
11686
11687 * vc.el (vc-do-command): Doc fix.
11688 (vc-finish-logentry): When checking in from vc-dired, choose the
11689 right backend for logentry check.
11690 (vc-dired-mode-map): Inherit from dired-mode-map.
11691 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11692 simplified.
11693 (vc-dired-state-info): Removed, updated caller.
11694 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11695 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11696 (vc-dired-listing-switches): New variable.
11697 (vc-directory): Use it, instead of dired-listing-switches.
11698
11699 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11700 (vc-cvs-dir-state): New function.
11701 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11702 (vc-cvs-parse-entry): New function, also to be used in
11703 vc-cvs-registered.
11704
117052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11708 *or* single-window-frames.
11709
117102000-09-04 Andre Spiegel <spiegel@gnu.org>
11711
11712 * vc.el (vc-update-changelog): Split into generic part and default
11713 implementation. Doc string adapted.
11714 (vc-default-update-changelog): New function. Call the `rcs2log'
11715 script in exec-directory, to fix a long-standing nuisance.
11716
11717 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11718 simply signals an error.
11719
117202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11721
11722 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11723 control-flow more clear and to avoid running `cvs' twice.
11724
11725 * vc.el (vc-next-action-on-file): Doc fix.
11726 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11727 (vc-print-log): Eval `file' before constructing the continuation.
11728
117292000-09-04 Andre Spiegel <spiegel@gnu.org>
11730
11731 * vc.el (vc-next-action-on-file): Corrected several messages.
11732 (vc-merge): Add prefix arg `merge-news'; handle it.
11733
11734 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11735 is not reached. It is.
11736 (vc-cvs-merge): Set state to 'edited after merge.
11737 (vc-cvs-merge-news): Set workfile version to nil if not known.
11738 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11739
11740 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11741 via stdout. (Merge from main line.)
11742
117432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11744
11745 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11746 detection.
11747
117482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11749
11750 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11751 against kill-all-local-variables.
11752 (vc-log-edit): Don't save vc-parent-buffer any more.
11753 (vc-last-comment-match): Initialize to an empty string.
11754 (vc-post-command-functions): New hook.
11755 (vc-do-command): Run it.
11756 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11757 (vc-finish-logentry): Only add the comment to the ring if it's
11758 different from the last comment entered.
11759 (vc-new-comment-index): New function.
11760 (vc-previous-comment): Use it. Make the minibuffer message
11761 slightly less terse.
11762 (vc-comment-search-reverse): Make it work forward as well. Don't
11763 set vc-comment-ring-index if no match is found. Use
11764 vc-new-comment-index.
11765 (vc-comment-search-forward): Use vc-comment-search-reverse.
11766 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11767 define-derived-mode will do it for us. Bind `v' to a keymap that
11768 inherits from vc-prefix-map so that we can bind `vt' without
11769 binding C-x v t.
11770 (vc-retrieve-snapshot): Parenthesis typo.
11771
11772 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11773 to 1. Make sure to switch to *vc* before looking for an error
11774 message. Use vc-parse-buffer.
11775
117762000-09-04 Andre Spiegel <spiegel@gnu.org>
11777
11778 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11779 and NAME.
11780 (vc-retrieve-snapshot): Split into two parts.
11781 (vc-default-retrieve-snapshot): New function.
11782
11783 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11784 (vc-cvs-retrieve-snapshot): New function (untested).
11785 (vc-cvs-stay-local): Default to t.
11786 (vc-cvs-remote-p): New function and property.
11787 (vc-cvs-state): Stay local only if the above is t.
11788 (vc-handle-cvs): Removed.
11789 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11790 done via vc-handled-backends now.
11791 (vc-cvs-header): Escape Id.
11792
117932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11794
11795 * vc.el (vc-do-command): Remove unused commands.
11796 (vc-version-diff): Make sure default-directory ends with a slash.
11797 Move the window commands into a vc-exec-after.
11798 (vc-print-log): Move more of the code into the `vc-exec-after'.
11799
118002000-09-04 Andre Spiegel <spiegel@gnu.org>
11801
11802 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11803 (vc-print-log): Search current revision from beginning of buffer.
11804 (vc-revert-buffer): Clear echo area after the diff is finished.
11805 (vc-prefix-map): Removed definition of "t" for terse display in vc
11806 dired.
11807 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11808 definition of "vt" for terse display.
11809 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11810
118112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11812
11813 * vc.el (vc-exec-after): Avoid caddr.
11814
118152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11816
11817 * vc.el (vc-exec-after): New function.
11818 (vc-do-command): Use it to add a termination message for async
11819 procs.
11820 (vc-checkout): Try to handle a missing-backend situation.
11821 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11822 of a directory with a backend using async diffs.
11823 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11824 present.
11825
11826 * vc-sccs.el (vc-sccs-state-heuristic): Use
11827 file-ownership-preserved-p.
11828
11829 * vc-rcs.el (vc-rcs-state-heuristic): Use
11830 file-ownership-preserved-p.
11831 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11832
118332000-09-04 Andre Spiegel <spiegel@gnu.org>
11834
11835 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11836 vc-do-command.
11837
11838 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11839 when there are no changes.
11840
118412000-09-04 Andre Spiegel <spiegel@gnu.org>
11842
11843 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11844
11845 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11846
118472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11848
11849 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11850
11851 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11852 the `fset' outside of the defvar so that it works even if
11853 vc-prefix-map was already defined.
11854 (vc-setup-buffer): New function, split out of vc-do-command.
11855 (vc-do-command): Allow BUFFER to be t to mean `just use the
11856 current buffer without any fuss'.
11857 (vc-version-diff): Change the `diff' backend operation to just put
11858 the diff in the current buffer without erasing it. Always use
11859 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11860 shrink-window-if-larger-than-buffer.
11861 (vc-print-log): Change the `print-log' backend operation to just
11862 put the log in the current buffer without erasing it. Protect
11863 shrink-window-if-larger-than-buffer.
11864 (vc-update-change-log): Fix setd typo.
11865
11866 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11867 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11868
11869 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11870 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11871 CMP.
11872
11873 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11874 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11875 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11876
118772000-09-04 Andre Spiegel <spiegel@gnu.org>
11878
11879 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11880 not possible, use vc-BACKEND-workfile-unchanged-p.
11881 (vc-default-workfile-unchanged-p): New function. Delegates to a
11882 full vc-BACKEND-diff.
11883
11884 * vc-hooks.el (vc-simple-command): Removed.
11885
11886 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11887 instead of vc-simple-command.
11888 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11889 avoid doing a diff when opening a file.
11890 (vc-rcs-state): Added check for unlocked-changes.
11891 (vc-rcs-header): Escape Id.
11892 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11893 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11894 version.
11895
11896 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11897 (vc-sccs-diff): Remove optional arg CMP.
11898 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11899 SCCS-specific function.
11900
11901 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11902 vc-simple-command.
11903
119042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11905
11906 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11907 (with-vc-file, vc-merge): Use vc-editable-p.
11908 (vc-do-command): Remove unused var vc-file and fix the
11909 doubly-defined `status' var. Add a user message when starting an
11910 async command.
11911 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11912 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11913 Use with-current-buffer.
11914 (vc-buffer-sync): Use unless.
11915 (vc-next-action-on-file): If the file is 'edited by read-only,
11916 make it read-write instead of trying to commit.
11917 (vc-version-diff, vc-update-change-log): Use `setq
11918 default-directory' rather than `cd'.
11919 (vc-log-edit): Don't forget to set default-directory in the
11920 buffer.
11921
11922 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11923 (vc-sccs-state-heuristic): Use file-writable-p instead of
11924 comparing userids.
11925 (vc-sccs-checkout): Use `unless'.
11926
11927 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11928 of comparing userids.
11929 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11930 Simplify the logic by eliminating unreachable code.
11931 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11932 just do a recursive call if we need to retry.
11933 (vc-rcs-checkout): Handle the case where rcs is missing by making
11934 the buffer read-write if requested and re-signalling the error.
11935
11936 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11937
119382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11939
11940 * vc-hooks.el (vc-handled-backends): Docstring change.
11941 (vc-ignore-vc-files): Mark obsolete.
11942 (vc-registered): Check vc-ignore-vc-files.
11943 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11944 vc-ignore-vc-files.
11945
11946 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11947
119482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11949
11950 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11951 files since ange-ftp already has vc-registered return nil.
11952
11953 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11954 (vc-sccs-workfile-version): Use with-temp-buffer and new
11955 vc-parse-buffer and don't bother setting the property.
11956 (vc-sccs-add-triple): Use with-current-buffer and
11957 find-file-noselect.
11958 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11959
11960 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11961 derives from the old vc-parse-buffer but uses the revision number
11962 rather than the date (much easier to compare robustly).
11963 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11964 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11965 locking-user more directly. Check strict locking and set
11966 checkout-model appropriately.
11967 (vc-rcs-parse-locks): Remove.
11968 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11969 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11970 (vc-rcs-system-release): Use with-current-buffer and
11971 vc-parse-buffer.
11972 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11973
11974 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11975 (vc-simple-command): Docstring fix.
11976 (vc-registered): Align the way the file-handler is called with the
11977 way the function itself works.
11978 (vc-file-owner): Remove.
11979
11980 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11981 extraction of fields and call to file-attributes because of a
11982 temporary bug in rcp.el.
11983 (vc-cvs-fetch-status): Use with-current-buffer.
11984
119852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * vc.el (vc-do-command): Use file-relative-name.
11988 (vc-responsible-backend): Use vc-backend if possible.
11989 (vc-create-snapshot): Improve the `interactive' spec. Add support
11990 for branches and dispatch to backend-specific `create-snapshot'.
11991 (vc-default-create-snapshot): New function, containing the bulk of
11992 the old vc-create-snapshot.
11993 (vc-retrieve-snapshot): Improve the interactive spec.
11994
11995 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11996 (vc-backend-hook-functions): Remove.
11997 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11998 (vc-backend): Reintroduce the test for `file = nil' now that I
11999 know why it was there (and added a comment to better remember).
12000
12001 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12002 code from vc-sccs-hooks.el.
12003 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12004 'vc anymore.
12005 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12006 and file-directory-p instead of file-exists-p.
12007 (vc-sccs-check-headers): Simplify the regexp.
12008
12009 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12010 from vc-rcs-hooks.el. Don't require 'vc anymore.
12011 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12012 file-directory-p instead of file-exists-p.
12013
12014 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12015 from vc-cvs-hooks.el.
12016 (proto vc-cvs-registered): Require 'vc-cvs instead of
12017 'vc-cvs-hooks. Don't require 'vc anymore.
12018 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12019 file-directory-p instead of file-exists-p.
12020 (vc-cvs-create-snapshot): New function, replacing
12021 vc-cvs-assign-name.
12022 (vc-cvs-assign-name): Remove.
12023
120242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12025
12026 * vc-cvs.el (vc-cvs-header): New var.
12027
12028 * vc-rcs.el (vc-rcs-exists): Remove.
12029 (vc-rcs-header): New var.
12030
12031 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12032 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12033 (vc-sccs-header): New var.
12034
12035 * vc.el (vc-do-command): Get rid of the `last' argument.
12036 (vc-header-alist): Remove, replaced by vc-X-header.
12037 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12038 (vc-dired-hook): Use expand-file-name instead of concat.
12039 (vc-directory): Use file-name-as-directory.
12040 (vc-snapshot-precondition, vc-create-snapshot)
12041 (vc-retrieve-snapshot): Allow the command to operate on any
12042 directory.
12043
12044 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12045 just removing the 'WORKFILE argument or by removing the 'MASTER
12046 argument and replacing `file' with (vc-name file).
12047
120482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12049
12050 * vc.el: Update Copyright and add a crude list of backend funs.
12051 (vc-writable-p): New function.
12052 (with-vc-file): Use vc-writable-p.
12053 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12054 (vc-register): Avoid vc-name.
12055 (vc-locking-user): Remove.
12056 (vc-steal-lock): Make the `owner' arg non-optional.
12057 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12058 vc-checkout-model.
12059 (vc-default-dired-state-info): Use vc-state instead of
12060 vc-locking-user and return special strings for special states.
12061 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12062 and get rid of one of the special CVS cases.
12063 (vc-cancel-version): prettify error message with \\[...].
12064 (vc-rename-master): New function.
12065 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12066 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12067 the CVS special case generic.
12068 (vc-default-record-rename): Remove.
12069 (vc-file-tree-walk-internal): Only call FUNC for files that are
12070 under control of some VC backend and replace `concat' with
12071 expand-file-name.
12072 (vc-file-tree-walk): Update docstring.
12073 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12074 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12075
12076 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12077 vc-sccs-record-rename. Use `find-file-noselect' rather than
12078 `find-file' and call `vc-rename-master' to do the actual move.
12079 (vc-sccs-diff): Remove unused `backend' variable.
12080
12081 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12082 to delay loading of vc-sccs until it is really used.
12083 (vc-sccs-master-templates): Preload.
12084 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12085 (vc-sccs-project-dir): Remove (merged into
12086 vc-sccs-search-project-dir).
12087 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12088 rather than `concat', make sure it is preloaded and don't bother
12089 to check that the file actually exists.
12090 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12091 `locks' argument (use buffer's content instead) and eliminate n^2
12092 behavior.
12093
12094 * vc-rcs.el: Update Copyright.
12095 (vc-rcs-rename-file): New function.
12096 (vc-rcs-diff): Remove unused `backend' variable.
12097
12098 * vc-hooks.el: Update Copyright.
12099 (vc-backend): Don't accept a nil argument any more.
12100 (vc-up-to-date-p): Turn into a defsubst.
12101 (vc-possible-master): New function.
12102 (vc-check-master-templates): Use `vc-possible-master' and allow
12103 funs in vc-X-master-templates to return a non-existent file.
12104
12105 * vc-cvs.el: Update Copyright.
12106 (vc-cvs-diff): Remove unused `backend' variable.
12107 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12108
12109 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12110
121112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12112
12113 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12114 since it can be called from vc-rcs.el.
12115 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12116
121172000-09-04 Andre Spiegel <spiegel@gnu.org>
12118
12119 * vc.el (vc-version-diff): Expand file name read from the
12120 minibuffer. Handle the case when a previous version number can't
12121 be guessed. Give suitable messages when there were no differences
12122 found.
12123 (vc-clear-headers): Call backend-specific implementation, if one
12124 exists.
12125 (vc-cancel-version): Made error checks generic. When done, clear
12126 headers generically, too.
12127
12128 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12129 from vc-clear-headers in vc.el.
12130
12131 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12132 correctly.
12133 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12134 optional. Handle the case when it's not there.
12135
121362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12137
12138 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12139
121402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12141
12142 * vc-hooks.el (vc-loadup): Remove.
12143 (vc-find-backend-function): Use `require'. Also, handle the case
12144 where vc-BACKEND-hooks.el doesn't exist.
12145 (vc-call-backend): Cleanup.
12146
121472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12148
12149 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12150 vc-rcs-grab-templates)
12151 (vc-rcs-registered): Remove. The default function works as well.
12152 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12153 vc-sccs-grab-templates)
12154 (vc-sccs-registered): Remove. The default function works as well.
12155
12156 * vc.el (vc-version-diff): Left out a vc- in call to
12157 vc-call-backend.
12158 (vc-default-dired-state-info, vc-default-record-rename)
12159 (vc-default-merge-news): Update for the new backend argument.
12160
12161 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12162 using the default function.
12163 (vc-call-backend): If calling the default function, pass it the
12164 backend as first argument. Update the docstring accordingly.
12165 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12166 for the new backend argument.
12167 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12168 (vc-find-backend-function): Use the new name.
12169 (vc-default-registered): New function.
12170
121712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12172
12173 * vc.el (vc-merge): Use vc-find-backend-function.
12174
12175 * vc-hooks.el (vc-backend-functions): Remove.
12176 (vc-loadup): Don't setup 'vc-functions.
12177 (vc-find-backend-function): New function.
12178 (vc-call-backend): Use above fun and populate 'vc-functions
12179 lazily.
12180 (vc-backend-defines): Remove.
12181
121822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12183
12184 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12185 Call vc-call-backend without the leading vc-.
12186 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12187 (vc-check-headers): Call vc-call-backend without the leading vc-.
12188 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12189 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12190 Call vc-call-backend without the leading vc-.
12191
12192 * vc-cvs.el (tail): Provide vc-cvs.
12193 * vc-sccs.el (tail): Provide vc-sccs.
12194 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12195
12196 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12197 (vc-make-backend-function, vc-call): Pass names without leading
12198 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12199 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12200 (vc-call-backend): Always try to load vc-X-hooks.
12201 (vc-registered): Remove vc- in call to vc-call-backend.
12202
122032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12204
12205 * vc.el (vc-process-filter): New function.
12206 (vc-do-command): Setup `vc-process-filter' for the async process.
12207 (vc-maybe-resolve-conflicts): New function to reduce
12208 code-duplication. Additionally, it puts the buffer in
12209 `smerge-mode' if applicable.
12210 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12211 calling `merge-news'.
12212 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12213 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12214 interfacing to log-edit.el.
12215 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12216 log-edit is available.
12217 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12218
122192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12220
12221 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12222 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12223 defvar and the initialization.
12224 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12225
12226 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12227 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12228
12229 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12230
122312000-09-04 Andre Spiegel <spiegel@gnu.org>
12232
12233 * vc.el (vc-file-clear-masterprops): Removed.
12234 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12235 (vc-version-diff): Use buffer-size without argument.
12236 (vc-register): Heed vc-initial-comment.
12237
12238 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12239 default branch.
12240
12241 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12242 file name and workfile version.
12243 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12244
12245 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12246 vc-file-clear-masterprops.
12247
12248 * vc-sccs.el (vc-sccs-checkout): Removed call to
12249 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12250 rather than user login name.
12251
12252
122532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12254
12255 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12256 `want-differences-if-changed' and simplify.
12257 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12258 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12259 output (which is invalid for async vc-diff) to decide whether to
12260 do the revert silently or not.
12261
122622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12263
12264 * vc-hooks.el (vc-loadup): Load files quietly.
12265 (vc-call-backend): Oops, brain fart.
12266
122672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12268
12269 * vc-cvs.el (vc-cvs-state): Typo.
12270 (vc-cvs-merge-news): Return the status code rather than the error msg.
12271
122722000-09-04 Andre Spiegel <spiegel@gnu.org>
12273
12274 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12275 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12276 vc-state or vc-up-to-date-p.
12277 (vc-merge): Use vc-backend-defines to check whether merging is
12278 possible. Set state to 'edited after successful merge.
12279
12280 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12281 return that name. Redocumented.
12282
122832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12284
12285 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12286 new `vc-state' semantics.
12287 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12288 'vc-locking-user to the current user.
12289 (vc-merge): Inline vc-backend-merge. Comment out code that I
12290 don't understand and hence can't adapt to the new `vc-state' and
12291 `vc-locking-user' semantics.
12292 (vc-backend-merge): Remove.
12293
12294 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12295 rather than 'vc-locking-user.
12296
12297 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12298
12299 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12300 (vc-state): Don't use 'reserved any more. Just use the same
12301 convention as the one used for vc-<backend>-state where the
12302 locking user (as a string) is returned.
12303 (vc-locking-user): Update, based on the above convention. The
12304 'vc-locking-user property has disappeared.
12305 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12306
12307 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12308 with a heuristic one.
12309 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12310 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12311 error. That allows us to get to 'needs-merge even in the
12312 stay-local case. There's still no way to detect 'needs-patch in
12313 such a setup (or to force an update for that matter).
12314 (vc-cvs-logentry-check): Remove, the default works as well.
12315
123162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12317
12318 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12319
12320 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12321 major-mode in which the buffer might have been put earlier. Use
12322 `remove' and `when'. Allow `okstatus' to be `async' and use
12323 `start-process' in this case.
12324 (vc-version-diff): Handle the case where the diff looks empty
12325 because of the use of an async process.
12326
123272000-09-04 Andre Spiegel <spiegel@gnu.org>
12328
12329 * vc.el (vc-next-action-on-file): Removed optional parameter
12330 `simple'. Recompute state unconditionally.
12331 (vc-default-toggle-read-only): Removed.
12332
12333 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12334 (vc-toggle-read-only): Undid prev change.
12335
12336 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12337 vc-cvs-simple-toggle. Redocumented.
12338 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12339 (vc-cvs-toggle-read-only): Removed.
12340
123412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12342
12343 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12344 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12345 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12346 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12347 still is. So maybe it should be removed.
12348 (vc-head-version, vc-find-binary): Remove.
12349 (vc-recompute-state): Move from vc-hooks.el.
12350 (vc-next-action-on-file): Add a `simple' argument to allow
12351 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12352 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12353 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12354 (vc-dired-mode-map): Properly defvar it.
12355 (vc-print-log): Call log-view-mode if available.
12356 (small-temporary-file-directory): defvar instead of use boundp.
12357 (vc-merge-news): Moved to vc-cvs.el.
12358 (vc-default-merge-news): New function.
12359
12360 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12361 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12362 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12363 unknown `vc-latest-version' function. It should probably refer to
12364 vc-workfile-version or somesuch, but it's very unclear to me and I
12365 don't have SCCS to test things.
12366
12367 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12368 (vc-sccs-state-heuristic): Fix typo.
12369 (vc-sccs-workfile-unchanged-p): Add missing argument.
12370
12371 * vc-rcs.el: Require vc and vc-rcs-hooks.
12372 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12373 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12374 (vc-release-greater-or-equal-p): Move from vc.
12375 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12376 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12377 (vc-rcs-checkout): Add a missing `new-version' argument in the
12378 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12379
12380 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12381 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12382 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12383 than the apparently unbound `workfile-version'.
12384
12385 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12386 (vc-file-prop-obarray): Use `make-vector'.
12387 (vc-backend-functions): Add new hookable functions
12388 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12389 (vc-loadup): If neither backend nor default functions exist, use
12390 the backend function rather than nil.
12391 (vc-call-backend): If the function if not bound yet, try to load
12392 the non-hook file to see if it provides it.
12393 (vc-call): New macro plus use it wherever possible.
12394 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12395 nor `vc-find-binary' since it's only called from
12396 vc-mistrust-permission which is only used once the backend is known.
12397 (vc-checkout-model): Fix parenthesis.
12398 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12399
12400 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12401 (vc-cvs-release, vc-cvs-system-release): Remove.
12402 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12403 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12404 status symbols.
12405 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12406 (vc-cvs-toggle-read-only): First cut at a function to allow a
12407 cvs-status-free vc-toggle-read-only.
12408 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12409 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12410 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12411 (vc-cvs-checkout): Modify access rights directly if the user
12412 requested not to use `cvs edit'. And refresh the mode line.
12413
12414 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12415 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12416
124172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12418
12419 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12420 workfile' that got lost when the code was extracted from vc.el.
12421 And merged the tail with the rest of the code (not possible in the
12422 old vc.el where the tail was shared among all backends). And
12423 explicitly set the state to 'edited if `writable' is set.
12424
12425 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12426 (vc-cvs-state): Be careful to return the value from
12427 vc-cvs-parse-state.
12428 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12429 property but return it instead. Also be careful to handle a nil
12430 or "" `rev' when workfile is non-nil (it was handled properly when
12431 workfile was nil).
12432
12433 * vc.el: Removed those pesky unnecessary `(function' quotes.
12434 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12435 directly in the defvar.
12436 (vc-do-command): Bind inhibit-read-only so as to properly handle
12437 the case where the destination buffer has been made read-only.
12438 (vc-diff): Delegate to vc-version-diff in all cases.
12439 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12440 (vc-annotate-mode-variables): Removed (code moved partly to
12441 defvars and partly to vc-annotate-add-menu).
12442 (vc-annotate-mode): Turned into a derived-mode.
12443 (vc-annotate-add-menu): Moved in code in
12444 vc-annotate-mode-variables.
12445 (vc-update-change-log): Use make-temp-file if available.
12446
124472000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12448
12449 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12450 `vc-checkout-model' updated to `vc-cvs-update-model'.
12451
124522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12453
12454 * vc.el (vc-next-action-on-file): Added handling of state
12455 `unlocked-changes'.
12456 (vc-checkout-carefully): Is now practically obsolete, unless the
12457 above is too slow to be enabled unconditionally.
12458 (vc-update-change-log): Fixed typo.
12459
12460 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12461
12462 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12463 Now handles state `unlocked-changes'.
12464 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12465
12466 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12467
12468 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12469 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12470 `unlocked-changes'.
12471 (vc-rcs-workfile-unchanged-p): Renamed from
12472 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12473 function yet, but supposed to become one soon.
12474
12475 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12476 `vc-steal-lock'.
12477 (vc-call-backend): Changed error message.
12478 (vc-state): Added description of state `unlocked-changes'.
12479
124802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12481
12482 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12483 always return t in CVS-controlled directories.
12484
12485 * vc.el (vc-responsible-backend): New function.
12486 (vc-register): Largely rewritten.
12487 (vc-admin): Removed (implementation moved into vc-register).
12488 (vc-checkin): Redocumented.
12489 (vc-finish-logentry): If no backend defined yet (because we are in
12490 the process of registering), use the responsible backend.
12491
12492 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12493 Updated function lists.
12494 (vc-call-backend): Fixed typo.
12495
12496 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12497 New functions.
12498 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12499 Removed query option. Redocumented.
12500
125012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12502
12503 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12504
12505 * vc.el: Updated callers of `vc-checkout-required' to use
12506 `vc-checkout-model'.
12507
125082000-09-04 Martin Lorentzson <martinl@gnu.org>
12509
12510 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12511 stuff updated to reference this function instead of the old
12512 `vc-backend-release-p'.
12513
125142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12515
12516 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12517 vc-checkout-model. Return appropriate values. Updated callers.
12518
125192000-09-04 Martin Lorentzson <martinl@gnu.org>
12520
12521 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12522 (vc-backend-revert): Function moved into `vc-revert';
12523 `vc-next-action' must be updated to accomodate this change.
12524 (vc-backend-steal): Function moved into `vc-finish-steal'.
12525 (vc-backend-logentry-check): Function moved into
12526 `vc-finish-logentry'.
12527 (vc-backend-printlog): Function moved into `vc-print-log'.
12528 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12529 (vc-backend-assign-name): Function moved into
12530 `vc-create-snapshot'.
12531
125322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12533
12534 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12535 Rename to vc-checkout-model. Return appropriate values.
12536 Update callers.
12537
12538 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12539 to vc-checkout-model.
12540 (vc-checkout-required): Rename to vc-checkout-model.
12541 Re-implement and re-comment.
12542 (vc-after-save): Use vc-checkout-model.
12543
125442000-09-04 Martin Lorentzson <martinl@gnu.org>
12545
12546 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12547 Update to use the vc-BACKEND-diff functions instead.
12548 `vc-diff' is now working.
12549
12550 * vc-rcs.el (vc-rcs-logentry-check): New function.
12551
12552 * vc-cvs.el (vc-cvs-logentry-check): New function.
12553
12554 * vc-sccs.el (vc-sccs-diff): Function changed name from
12555 `vc-backend-diff'. This makes `vc-diff' work.
12556
12557 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12558 of functions possibly implemented in a vc-BACKEND library.
12559 (vc-checkout-required): Fix bug that caused an error to be
12560 signaled during `vc-after-save'.
12561
12562 * vc.el: Fix typo.
12563 This checkin is made with our new VC code base for the very first time.
12564 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12565
12566 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12567 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12568
12569 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12570 updated to `vc-uses-locking'.
12571 (vc-checkout-required): Call to backend function.
12572 `vc-checkout-required' updated to `vc-uses-locking' instead.
12573
12574 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12575 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12576
12577 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12578 to match the split into various backends.
12579 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12580 (vc-retrieve-snapshot): Bug fix.
12581
125822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12583
12584 * vc-sccs.el (vc-sccs-release): Doc fix.
12585
125862000-09-04 Martin Lorentzson <martinl@gnu.org>
12587
12588 * vc.el (vc-next-action-on-file): Bug found and fixed.
12589 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12590 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12591
12592 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12593 (vc-rcs-checkout): Name space cleaned up. No more revision number
12594 crunching function names that are not prefixed with vc-rcs.
12595 (vc-rcs-checkout-model): Function added. References to
12596 `vc-checkout-model' replaced.
12597
125982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12599
12600 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12601 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12602 still need to be split, and implemented for RCS).
12603
126042000-09-04 Martin Lorentzson <martinl@gnu.org>
12605
12606 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12607
12608 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12609 required by the vc.el file.
12610
12611 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12612 required by the vc.el file.
12613 (vc-rcs-exists): Function added.
12614
12615 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12616 required by the vc.el file.
12617
12618 * vc.el (vc-admin): Updated to handle selection of appropriate
12619 backend. Current implementation is crufty and need re-thinking.
12620
12621 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12622
126232000-09-04 Martin Lorentzson <martinl@gnu.org>
12624
12625 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12626 beginning of annotate buffers correctly.
12627
12628 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12629 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12630 functionality updated quite a lot to support multiple backends.
12631 Variables `vc-annotate-mode', `vc-annotate-buffers',
12632 `vc-annotate-backend' added.
12633
12634 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12635 `vc-annotate-difference' added to supported backend functions.
12636
126372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12638
12639 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12640 Use with-temp-file instead of /bin/sh. Merged from mainline
12641
126422000-09-04 Martin Lorentzson <martinl@gnu.org>
12643
12644 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12645
12646 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12647
12648 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12649
126502000-09-04 Martin Lorentzson <martinl@gnu.org>
12651
12652 * vc-hooks.el: vc-state-heuristic added to
12653 vc-backend-hook-functions.
12654
12655 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12656
12657 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12658
12659 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12660 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12661 state to `reserved'.
12662
12663 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12664 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12665
126662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12667
12668 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12669 untouched.
12670
12671 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12672
12673 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12674 if defined. (Merged from main line, slightly adapted.)
12675
12676 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12677 millenium problem (merged from mainline).
12678
126792000-09-04 Martin Lorentzson <martinl@gnu.org>
12680
12681 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12682 part and moved the non-BACKEND stuff to vc.el.
12683
12684 * vc.el: Split the annotate feature into a BACKEND specific part
12685 and moved it from the vc-cvs.el file to this one.
12686
126872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12688
12689 * vc-hooks.el: Implement new state model.
12690 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12691 (vc-locking-user): Simplify. Now only needed if the file is
12692 locked by somebody else.
12693 (vc-lock-from-permissions): Remove. Functionality is in
12694 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12695 (vc-mode-line-string): New name for former vc-status. Adapted.
12696 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12697
12698 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12699 Various simplifications and adaptations all over the place.
12700
12701 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12702 Simplify and adapt the rest.
12703
12704 * vc.el (vc-resynch-window): Add TODO comment: check for
12705 interaction with view mode according to recent RCS change.
12706 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12707
127082000-09-04 Martin Lorentzson <martinl@gnu.org>
12709
12710 * vc.el: Convert the remaining function comments to docstrings.
12711
127122000-09-04 Martin Lorentzson <martinl@gnu.org>
12713
12714 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12715 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12716 (vc-minor-part, vc-previous-version): Functions that operate and
12717 compare revision numbers got proper documentation. Comments added
12718 about their possible removal.
12719
127202000-09-04 Martin Lorentzson <martinl@gnu.org>
12721
12722 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12723 the vc-backend.el files.
12724
12725 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12726
12727 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12728 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12729 (vc-rcs-previous-version): Functions added.
12730
12731 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12732
12733 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12734
127352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12736
12737 * vc-hooks.el (vc-master-templates): Is really obsolete.
12738 Comment out the definition for now. What is the right procedure
12739 to get rid of it?
12740 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12741 rewritten.
12742 (vc-default-registered): Remove.
12743 (vc-check-master-templates): New function; does mostly what the
12744 above did before.
12745 (vc-locking-user): Don't rely on the backend to set the property.
12746
12747 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12748 Rewrite documentation.
12749 (vc-rcs-templates-grabbed): New variable.
12750 (vc-rcs-grab-templates): New function.
12751 (vc-rcs-registered): Rewrite to use above mechanism.
12752
12753 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12754 Rewrite documentation.
12755 (vc-sccs-templates-grabbed): New variable.
12756 (vc-sccs-grab-templates): New function.
12757 (vc-sccs-registered): Rewrite to use above mechanism.
12758 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12759 Don't throw the result, simply return it.
12760
12761 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12762 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12763 (vc-cvs-registered): Does the check itself now. Simplify.
12764
12765 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12766 from main line.
12767
127682000-09-04 Martin Lorentzson <martinl@gnu.org>
12769
12770 * vc-cvs.el (vc-cvs-diff): New function.
12771
12772 * vc-sccs.el (vc-sccs-diff): New function.
12773
12774 * vc-rcs.el (vc-rcs-diff): New function.
12775 (vc-rcs-checkout): Bug (typo) found and fixed.
12776 (vc-rcs-register-switches): New variable.
12777
12778 * vc.el (vc-backend-diff): Function removed and placed in the
12779 backend files.
12780
127812000-09-04 Martin Lorentzson <martinl@gnu.org>
12782
12783 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12784
12785 * vc.el (vc-backend-checkout): Function removed and replaced in
12786 the vc-backend.el files.
12787
12788 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12789
12790 * vc.el (vc-backend-admin): Removed and replaced in the
12791 vc-backend.el files.
12792
12793 * vc.el (Martin): Removed all the annotate functionality since it
12794 is CVS backend specific.
12795
127962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12797
12798 * spec.txt: Added specification of vc-state.
12799
12800 * vc-sccs-hooks.el (vc-sccs-master-properties):
12801 Remove handling of vc-latest-version and
12802 vc-your-latest-version. What used to be vc-latest-version, is now
12803 returned as vc-workfile-version.
12804 (vc-sccs-workfile-version): Adapt.
12805
128062000-09-04 Dave Love <fx@gnu.org>
12807
12808 * vc.el: [Merged from mainline.]
12809 (vc-dired-mode): Make the dired-move-to-filename-regexp
12810 regexp match the date, to avoid treating date as file size.
12811 Add YYYY S option to WESTERN/
12812
128132000-09-04 Dave Love <fx@gnu.org>
12814
12815 * vc.el: Require `compile' when compiling.
12816 (vc-logentry-check-hook): New option.
12817 (vc-steal-lock): Use compose-mail.
12818 (vc-dired-mode-map): Defvar when compiling.
12819 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12820 vc-sccs.el and renamed. Callers changed.
12821 (vc-backend-checkout, vc-backend-logentry-check)
12822 (vc-backend-merge-news): Doc fix.
12823 (vc-default-logentry-check): New function.
12824 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12825 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12826 (vc-backend-merge): Doc fix. Use backend functions.
12827 (vc-check-headers): Use backend functions.
12828
12829 * vc-cvs.el: Require vc when compiling.
12830 (vc-cvs-register-switches): Doc fix.
12831 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12832 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12833 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12834 New functions (code from vc.el).
12835 (vc-annotate-display-default): Fix interactive spec.
12836 (vc-annotate-time-span): Doc fix.
12837
12838 * vc-rcs.el: Require vc when compiling.
12839 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12840 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12841 (vc-rcs-checkin): New functions (code from vc.el).
12842 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12843 Doc fix.
12844 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12845
12846 * vc-sccs.el: Require vc when compiling.
12847 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12848 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12849 (vc-sccs-revert)
12850 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12851 from vc.el).
12852 (vc-sccs-add-triple, vc-sccs-record-rename)
12853 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12854 (vc-sccs-admin): Doc fix.
12855
128562000-09-04 Martin Lorentzson <martinl@gnu.org>
12857
12858 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12859 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12860 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12861 from vc.el.
12862
12863 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12864
12865 * vc-cvs.el: Moved the annotate functionality from vc.el.
12866 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12867
128682000-09-04 Dave Love <fx@gnu.org>
12869
12870 * vc.el (vc-backend-release): Call vc-system-release.
12871
12872 * vc-sccs.el (vc-sccs-system-release):
12873 Renamed from vc-sccs-backend-release.
12874
12875 * vc-rcs.el (vc-rcs-system-release):
12876 Renamed from vc-rcs-backend-release.
12877
12878 * vc-cvs.el (vc-cvs-system-release):
12879 Renamed from vc-cvs-backend-release.
12880
128812000-09-04 Dave Love <fx@gnu.org>
12882
12883 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12884 backend files.
12885 (vc-backend-release): Dispatch to backend functions.
12886 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12887 probably needs attention.]
12888
12889 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12890 (vc-sccs-backend-release): New function.
12891
12892 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12893 (vc-cvs-backend-release): New function.
12894
12895 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12896 Doc fix.
12897 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12898 (vc-default-dired-state-info): New function.
12899 (vc-dired-state-info): Dispatch to backends.
12900 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12901
12902 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12903 from vc.el and renamed.
12904
129052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12906
12907 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12908 (vc-version-other-window, vc-backend-assign-name): Removed
12909 references to vc-latest-version; sometimes changed into
12910 vc-workfile-version.
12911
12912 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12913 vc-rcs-master-workfile-version.
12914 (vc-rcs-workfile-version): Use the above. Don't call
12915 vc-latest-version (that was unreachable code, anyway).
12916 (vc-rcs-fetch-master-properties): Doc fix.
12917
12918 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12919 (vc-backend-hook-functions): Removed them from this list, too.
12920 (vc-fetch-properties): Removed.
12921 (vc-workfile-version): Doc fix.
12922
12923 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12924 (vc-rcs-workfile-version, vc-rcs-locking-user)
12925 (vc-rcs-uses-locking): Use it.
12926
12927 * vc-hooks.el (vc-consult-rcs-headers):
12928 Moved into vc-rcs-hooks.el, under the name
12929 vc-rcs-consult-headers.
12930
12931 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12932 headers.
12933 (vc-cvs-find-master): Use this name only; correct different
12934 versions of the name.
12935
12936 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12937 New functions.
12938 (vc-sccs-locking-user): Use the latter.
12939
12940 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12941 New functions.
12942
12943 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12944 Moved into both
12945 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12946 functions are implementation details of those two backends.
12947
129482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12949
12950 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12951 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12952
12953 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12954 (vc-sccs-parse-locks): SCCS-specific code moved here from
12955 vc-hooks.
12956
12957 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12958 code moved here from vc-hooks.
12959
12960 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12961 into back-end specific parts and removed. Callers not updated
12962 yet; because I guess these callers will disappear into back-end
12963 specific files anyway.
12964
129652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12966
12967 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12968 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12969 `vc-uses-locking'.
12970
12971 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12972 Store yes/no in the property, and return t/nil. Updated all
12973 callers.
12974
12975 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12976 vc-sccs-uses-locking. Don't set property.
12977 (vc-sccs-locking-user): Don't set property.
12978
12979 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12980 vc-cvs-uses-locking. Don't set property here; leave that to
12981 vc-hooks.
12982 (vc-cvs-locking-user): Reflect above change. Streamlined.
12983
12984 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12985 vc-rcs-uses-locking.
12986 (vc-rcs-locking-user): Reflect above change.
12987
129882000-09-04 Dave Love <fx@gnu.org>
12989
12990 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12991
12992 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12993
12994 * vc-hooks.el (vc-checkout-model): Punt to backends.
12995
12996 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12997
12998 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12999
13000 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13001 New functions.
13002
13003 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13004 New functions.
13005
13006 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13007 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13008
13009 * vc-hooks.el (vc-default-locking-user): New function.
13010 (vc-locking-user, vc-workfile-version): Punt to backends.
13011
130122000-09-04 Dave Love <fx@gnu.org>
13013
13014 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13015 (vc-master-workfile-version): Moved from vc-hooks.
13016
13017 * vc-rcs-hooks.el: Fix duplicate code in last change.
13018
13019 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13020 (vc-rcs-master-templates): Improve :type.
13021 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13022 vc-master-workfile-version): Moved from vc-hooks.
13023
13024 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13025 (vc-sccs-master-templates): Improve :type.
13026 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13027
13028 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13029
13030 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13031 (vc-cvs-master-templates): Improve :type. Use
13032 vc-cvs-find-cvs-master.
13033 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13034 from vc-hooks.
13035 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13036
13037 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13038 Moved to vc-cvs-hooks.
13039
13040 * vc-hooks.el: Add doc strings in various places. Simplify the
13041 minor mode setup.
13042 (vc-handled-backends): New user variable.
13043 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13044 simplification.
13045
130462000-09-04 Dave Love <fx@gnu.org>
13047
13048 * vc.el: Some doc fixes for autoloaded and interactive functions.
13049 Fix compilation warnings from ediff stuff.
13050 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13051
13052 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13053
13054 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13055
13056 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13057
130582000-09-04 Dave Love <fx@gnu.org>
13059
13060 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13061 New variable.
13062 (vc-make-backend-function, vc-loadup, vc-call-backend)
13063 (vc-backend-defines): New functions.
13064
13065 * vc-hooks.el: Various doc fixes.
13066 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13067 (vc-match-substring): Function removed. Callers changed to use
13068 match-string.
13069 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13070 Simplify.
13071
130722000-09-04 Dave Love <fx@gnu.org>
13073
13074 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13075 type.
13076 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13077 (vc-sccs-registered): Doc fix.
13078
13079 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13080 (vc-cvs-registered): Doc fix.
13081
13082 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13083 (vc-rcs-registered): Doc fix.
13084
130852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13086
13087 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13088
13089 * vc-hooks.el: vc-registered has been renamed
13090 vc-default-registered. Some functions have been moved to the
13091 backend specific files. they all support the
13092 vc-BACKEND-registered functions.
13093
130942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13095
13096 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13097
13098 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13099
131002000-09-04 Dave Love <fx@gnu.org>
13101
13102 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13103 menu-bar-update-hook.
13104
13105 * help.el (help-manyarg-func-alist): Add
13106 find-operation-coding-system.
13107
13108 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13109
13110 * custom.el (custom-set-variables): Print message about errors in
13111 setting.
13112
131132000-09-03 Andrew Innes <andrewi@gnu.org>
13114
13115 * makefile.w32-in: Change to DOS line endings.
13116
131172000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13118
13119 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13120 minor-mode keymaps, if they don't have one.
13121
131222000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13123
13124 * eshell/esh-module.el (eval-when-compile): Don't lose if
13125 esh-module.el's file name is truncated to DOS 8+3 limits.
13126
131272000-09-01 John Wiegley <johnw@gnu.org>
13128
13129 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13130 predicate, which caused entries in the completion list to be
13131 doubled.
13132
131332000-08-30 John Wiegley <johnw@gnu.org>
13134
13135 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13136 sending to subprocesses. Also, hook pre-command-hook if
13137 `eshell-send-direct-to-subprocesses' is non-nil.
13138 (eshell-send-direct-to-subprocesses): New config variable. If t,
13139 subprocess input is send immediately.
13140 (eshell-toggle-direct-send): New function.
13141 (eshell-self-insert-command): New function.
13142 (eshell-intercept-commands): New function.
13143 (eshell-send-input): If direct subprocess sending is enabled,
13144 don't echo any input to the Eshell buffer. Let the subprocess
13145 handle that. This requires "stty echo" in bash, for example.
13146
131472000-08-28 John Wiegley <johnw@gnu.org>
13148
13149 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13150 completion function for Eshell's implementation of `unset'.
13151
131522000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13153
13154 * info.el (Info-directory-list): Doc fix.
13155
131562000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13157
13158 * filecache.el (file-cache-add-directory-using-find): Don't quote
13159 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13160
131612000-08-31 Kenichi Handa <handa@etl.go.jp>
13162
13163 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13164 coding systems.
13165
131662000-08-30 Andrew Innes <andrewi@gnu.org>
13167
13168 * timer.el (run-with-idle-timer): Undo last change, so that timer
13169 is not activated immediately if Emacs is already idle. Some
13170 existing code relies on this behaviour.
13171
131722000-08-30 Miles Bader <miles@gnu.org>
13173
13174 * frame.el (set-frame-font): Do completion of font-name for
13175 interactive use.
13176
131772000-08-30 Kenichi Handa <handa@etl.go.jp>
13178
13179 * international/quail.el (quail-start-translation): Bind locally
13180 last-command-event, last-command, and this-command.
13181 (quail-start-conversion): Likewise.
13182 (quail-self-insert-command): Fix docstring.
13183
131842000-08-29 Gerd Moellmann <gerd@gnu.org>
13185
13186 * progmodes/executable.el
13187 (executable-make-buffer-file-executable-if-script-p): Check that
13188 buffer contains at least 2 characters.
13189
131902000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13191
13192 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13193
131942000-08-29 Dave Love <fx@gnu.org>
13195
13196 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13197 (diff-mode-shared-map): Bind mouse-2.
13198 (diff-imenu-generic-expression): New variable.
13199 (diff-mode): Use it.
13200
13201 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13202 (mouse-popup-menubar): Add minor mode menus.
13203 (popup-menu): Check for lookup-key returning number.
13204
132052000-08-29 Miles Bader <miles@gnu.org>
13206
13207 * comint.el (comint-send-input): Create overlays using the proper
13208 front/read-advance arguments.
13209
132102000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13211
13212 * ps-print.el: Even/odd pages printing. Doc fix.
13213 (ps-print-version): New version number (6.0).
13214 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13215 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13216 (ps-print-duplex-feature): Variable eliminated.
13217 (ps-even-or-odd-pages): New variable.
13218
13219 * progmodes/ebnf2ps.el: Doc fix.
13220 (ebnf-version): New version (3.3).
13221 (ebnf-user-arrow): Change variable customization to sexp.
13222 (ebnf-user-arrow): Function eliminated.
13223 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13224
132252000-08-29 Kenichi Handa <handa@etl.go.jp>
13226
13227 * help.el (help-xref-mule-regexp): New variable.
13228 (help-make-xrefs): Handle help-xref-mule-regexp.
13229
13230 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13231 variable.
13232 (describe-input-method): Temporarily activate the specfied input
13233 method to display the information.
13234 (describe-language-environment): Hyperlinks to mule related items.
13235
13236 * international/mule-diag.el (charset-multibyte-form-string): New
13237 function.
13238 (list-character-sets-1): Use charset-multibyte-form-string.
13239 (describe-character-set): New function.
13240 (describe-coding-system): Hyperlinks to safe character sets.
13241
13242 * international/quail.el (quail-help): New arg PACKAGE.
13243 Hyperlinks to mule related items.
13244 (quail-help-insert-keymap-description): Use
13245 substitute-command-keys instead of describe-bindings.
13246 (quail-translation-help): Hyperlinks to mule related items.
13247
132482000-08-28 John Wiegley <johnw@gnu.org>
13249
13250 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13251 have a defsubst call itself. Made `eshell-flatten-list' back into
13252 a function again.
13253
13254 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13255 catch, in case re-centering point at bottom messes up the display.
13256 This happens frequently in Emacs 21, due I believe to variable
13257 line heights.
13258
13259 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13260 to call `find-tag-interactive'.
13261
13262 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13263 the list of remember directories.
13264
132652000-08-28 John Wiegley <johnw@gnu.org>
13266
13267 * align.el: Test align-region-separate to see if it's a symbol.
13268
132692000-08-28 John Wiegley <johnw@gnu.org>
13270
13271 * eshell/esh-util.el (eshell-flatten-list): Made this function
13272 into a defsubst form. It gets used very frequently, although
13273 calls don't occur all that often.
13274
13275 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13276 examining it.
13277
13278 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13279 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13280 `eshell-protect'.
13281 (eshell-copy-handles): Created a new macro for duplicating the
13282 current set of open handles. This is needed by the looping
13283 functions.
13284 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13285 is not incorrectly stomped on.
13286
13287 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13288 declaration for pcomplete-use-paring.
13289 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13290 value of eshell-cmpl-use-paring.
13291 * pcomplete.el (pcomplete-use-paring): New config variable, to
13292 indicate whether paring should be used.
13293 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13294 completion alternatives that have already been used.
13295
13296 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13297 bound to C-c C-y, which will repeat the previous N arguments
13298 (based on prefix argument).
13299 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13300
13301 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13302 if there is no *Help* buffer. This is for XEmacs, which renames
13303 its help buffers uniquely. TODO: Find out what the current buffer
13304 name to delete is.
13305
13306 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13307 first entry that correlates to a passwd/group number. Later
13308 entries (used for group/user name aliasing to multiple IDs) are
13309 ignored.
13310
13311 * eshell/em-xtra.el (eshell/expr):
13312 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13313 (eshell-grep, eshell/diff, eshell/locate):
13314 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13315 argument list, before passing it to the system command.
13316
13317 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13318 `find-tag' for use at final position in Eshell buffers (which
13319 otherwise triggers an error on Emacs 21).
13320 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13321 buffer, if it is currently bound to `find-tag'.
13322
13323 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13324 in the list of matched Makefile names.
13325 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13326 directory, prefer its contents to Makefile.
13327
13328 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13329 directory parts (like "cd old new", or "cd =regexp"), are now case
13330 sensitive on non-Windows/DOS platforms.
13331
13332 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13333 types RET after an open delimiter (like "), display a message
13334 indicating that Eshell is waiting for the closing delimiter.
13335
13336 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13337 environment variables.
13338
13339 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13340 gracefully if the user enters incorrect arguments.
13341
13342 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13343 Eshell buffers.
13344
13345 * eshell/esh-var.el (eshell-interpolate-variable):
13346 * eshell/esh-mode.el (eshell-move-argument):
13347 * eshell/em-unix.el (eshell-du-sum-directory):
13348 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13349 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13350 (not (= ...)).
13351
13352 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13353 to ensure the `preserve' flag gets propagated when doing recursive
13354 directory copies.
13355
133562000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13357
13358 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13359 Don't convert \n into \0177 in memory.
13360 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13361 and back again, when reading and writing.
13362
133632000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13364
13365 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13366 testing of `fboundp' on `processp'.
13367
13368 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13369 (eshell/jobs): Don't call process-list if it is not bound.
13370 (eshell-gather-process-output): Support systems where async
13371 subprocesses aren't supported.
13372 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13373 variables.
13374
13375 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13376 eshell-do-eval returns t.
13377 (eshell-do-pipelines-synchronously): New defmacro.
13378 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13379 when async subprocesses aren't supported.
13380 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13381 if async subprocesses aren't supported.
13382 (eshell-resume-command): Don't assume STATUS is a string.
13383
13384 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13385
13386 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13387 (eshell-close-target, eshell-get-target): Use eshell-processp.
13388 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13389 fix.
13390 (eshell-get-target, eshell-create-handles): Doc fix.
13391
133922000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13393
13394 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13395 criterion to include commands that output something, as long as it
13396 leaves both the command and the end-of-buffer visible when the
13397 command has exited.
13398 (eshell-review-quick-commands): Adjust the help doc string
13399 accordingly.
13400
134012000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13402
13403 * locate.el (locate): Cleaned up locate command's interactive prompting
13404 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13405
13406 * filecache.el (file-cache-case-fold-search): New variable
13407 (file-cache-assoc-function): New variable
13408 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13409 Use file-cache-case-fold-search variable
13410 (file-cache-add-file): Use file-cache-assoc-function
13411 (file-cache-delete-file): likewise
13412 (file-cache-directory-name): likewise
13413 (file-cache-debug-read-from-minibuffer): likewise
13414
134152000-08-28 Gerd Moellmann <gerd@gnu.org>
13416
13417 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13418 (abbrev-table-name): New function.
13419 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13420 If non-nil list local abbrev, only.
13421
134222000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13423
13424 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13425 from Gnus support code, and use special article copy buffer
13426 `(gnus-original-article-buffer)' instead. This allows to get rid
13427 of article-hide-headers usage (which breaks in the latest Gnus
13428 version). Thanks to Detlev Zundel.
13429
134302000-08-28 Kenichi Handa <handa@etl.go.jp>
13431
13432 * international/quail.el (quail-use-package): Hide "... loaded"
13433 message.
13434 (quail-start-translation, quail-start-conversion): Likewise.
13435
13436 * international/kkc.el (kkc-region): Hide "... loaded" message.
13437
134382000-08-27 Dave Love <fx@gnu.org>
13439
13440 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13441
134422000-08-27 Miles Bader <miles@gnu.org>
13443
13444 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13445
134462000-08-27 Kenichi Handa <handa@etl.go.jp>
13447
13448 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13449 'ja-dic-cnv), not (require 'skkdic-cnv).
13450
134512000-08-26 Miles Bader <miles@gnu.org>
13452
13453 * faces.el (face-x-resources): Add entry for :inherit.
13454 * cus-face.el (custom-face-attributes): Add support for :inherit
13455 attribute. Add support for relative face heights.
13456 (custom-face-attributes-get): Treat `nil' as being a default value
13457 for :inherit (as well as `unspecified').
13458
13459 * faces.el (set-face-attribute): Update doc string.
13460 (face-attribute-name-alist): Add :inherit.
13461 (face-valid-attribute-values): Handle :inherit.
13462 (face-read-string): Rephrase prompt to be less confusing.
13463 Assume that DEFAULT is a string, since we must return a string.
13464 (face-read-integer): Use `format' to turn DEFAULT into an
13465 acceptable default for face-read-string. Match NEW-VALUE against
13466 the string "unspecified", not the symbol `unspecified', since
13467 that's what face-read-string returns.
13468 (read-face-attribute): Lookup a name for old-value in valid, and
13469 use it as a default if we find one. Treat all values from
13470 face-read-string as strings. If the default is used, don't do any
13471 more processing on the value, just use the old value directly.
13472 (read-face-and-attribute, modify-face): Tweak prompt.
13473 (read-face-name): Don't assume prompt ends with a space.
13474
13475 * faces.el (describe-face): Add support for :inherit attribute.
13476
134772000-08-25 Kenichi Handa <handa@etl.go.jp>
13478
13479 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13480 concat doesn't accept interger.
13481
13482 * international/kkc.el: Remove SKK from Keywords. Require
13483 ja-dic-utl instead of skkdic-utl.
13484
13485 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13486 Provide ja-dic-cnv instead of skkdic-cnv.
13487 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13488 (iso-2022-7bit-short): Add safe-charsets property.
13489 (skkdic-convert-postfix): Search Japanese chou-on character in
13490 addition to Hiragana character.
13491 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13492 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13493 (batch-skkdic-convert): Likewise.
13494
13495 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13496 Provide ja-dic-utl instead of skkdic-utl.
13497 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13498
134992000-08-24 Dave Love <fx@gnu.org>
13500
13501 * disp-table.el (standard-display-default): Make the test of `l'
13502 useful.
13503
13504 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13505 mod sample text.
13506
13507 * international/iso-ascii.el: Make pilcrow convenient string
13508 consistent with section.
13509 (iso-ascii-display): Set up multibyte characters as well as
13510 unibyte.
13511
135122000-08-24 Kenichi Handa <handa@etl.go.jp>
13513
13514 * international/mule-cmds.el (reset-language-environment): Set
13515 default-process-coding-system to '(undecided . iso-latin-1), which
13516 makes process I/O almost consistent with file I/O. Call this
13517 function when mule-cmds.el[c] is loaded.
13518
135192000-08-22 Andrew Innes <andrewi@gnu.org>
13520
13521 * makefile.w32-in: New file.
13522
135232000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13524
13525 * comint.el (comint-output-filter): Compare end of
13526 comint-last-output-overlay with the start of the newly inserted
13527 text, not the end, when deciding whether to extend it.
13528 Set saved-point's insertion type to advance after insertion.
13529
13530 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13531 since this is now done independently of font-lock mode.
13532
135332000-08-21 Gerd Moellmann <gerd@gnu.org>
13534
13535 * server.el (server-kill-new-buffers): New user option.
13536 (server-existing-buffer): New buffer-local variable.
13537 (server-visit-files): When using an existing buffer, set
13538 server-existing-buffer to t.
13539 (server-buffer-done): If server-kill-new-buffers is t, kill the
13540 buffer, unless it was already present before visiting it with
13541 Emacs server.
13542
135432000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13544
13545 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13546 even if the display doesn't support colors: some displays will
13547 support bold/underline faces.
13548
135492000-08-21 Gerd Moellmann <gerd@gnu.org>
13550
13551 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13552
13553 * startup.el (command-line): If user's init file had an error,
13554 add explanatory text to *Messages*.
13555
135562000-08-21 Kenichi Handa <handa@etl.go.jp>
13557
13558 * man.el (Man-getpage-in-background): Decode the process output by
13559 the system locale coding system.
13560
135612000-08-20 Dave Love <fx@gnu.org>
13562
13563 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13564 Don't test x-popup-menu.
13565 (function) <complete-function>: Complete only fbound symbols.
13566 <validate, value>: New.
13567 (variable) <complete-function>: Complete only bound symbols.
13568 (coding-system): Add :base-only, :complete-function, :validate,
13569 :value, :prompt-match.
13570 (widget-coding-system-prompt-value): Use read-coding-system and
13571 act on :base-only.
13572 (editable-field): Add :help-echo.
13573 (widget-push-button-gui, widget-push-button-cache)
13574 (widget-gui-action, widget-editable-list-gui): COmment out, along
13575 with uses.
13576 (widget-at): Make arg optional.
13577 (widget-echo-help): Adjust for current help-echo calling sequence.
13578 (widget-specify-field, widget-specify-button)
13579 (widget-specify-insert, widget-get-sibling, widget-image-find)
13580 (widget-convert, widget-insert, widget-leave-text)
13581 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13582 (widget-setup, widget-field-find, widget-before-change)
13583 (widget-after-change, widget-default-complete)
13584 (widget-default-create, widget-default-delete)
13585 (widget-push-button-value-create, editable-field)
13586 (widget-field-prompt-value, widget-field-validate)
13587 (widget-choice-value-create, widget-choice-action)
13588 (widget-choice-validate, widget-checklist-add-item)
13589 (widget-radio-add-item, widget-radio-chosen)
13590 (widget-radio-value-inline, widget-editable-list-value-create)
13591 (widget-editable-list-entry-create)
13592 (widget-documentation-link-add)
13593 (widget-documentation-string-value-create)
13594 (widget-regexp-validate, widget-file-complete)
13595 (widget-sexp-validate, widget-plist-convert-widget)
13596 (widget-plist-convert-widget, widget-alist-convert-widget)
13597 (widget-alist-convert-widget, widget-color-complete): Simplify,
13598 particularly to avoid bindings which aren't optimized out.
13599
13600 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13601 Doc fix.
13602 (down-list, backward-up-list, up-list, kill-sexp)
13603 (backward-kill-sexp, mark-sexp): Make arg optional.
13604 (lisp-complete-symbol): Add optional arg PREDICATE.
13605
13606 * cus-start.el: Add display-buffer-reuse-frames,
13607 file-coding-system-alist.
13608
136092000-08-20 Gerd Moellmann <gerd@gnu.org>
13610
13611 * startup.el (command-line): Clear realized faces after
13612 modifying TTY color mappings.
13613
136142000-08-20 Miles Bader <miles@gnu.org>
13615
13616 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13617 merely a subset of FACE's attributes.
13618
136192000-08-19 Miles Bader <miles@gnu.org>
13620
13621 * comint.el (comint-output-filter): Save the point with a marker,
13622 not just a buffer position.
13623
13624 * international/mule.el (set-buffer-process-coding-system): Make
13625 interactive prompt less confusing.
13626
136272000-08-19 Gerd Moellmann <gerd@gnu.org>
13628
13629 * hilit-chg.el: General cleanup of doc strings, comments and
13630 code formatting.
13631
136322000-08-19 Miles Bader <miles@gnu.org>
13633
13634 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13635 Compiler macro removed; beginning-of-line is no longer always
13636 equivalent to forward-line, in the presence of fields.
13637
13638 * comint.el (comint-output-filter): Remove ad-hoc saving of
13639 restriction, and just use save-restriction, now that it works
13640 correctly. Don't adjust comint-last-input-start to account for
13641 our insertion; it shouldn't have moved because we don't use
13642 insert-before-markers anymore. Comment out call to
13643 `force-mode-line-update'; why is it here?
13644
13645 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13646 while checking for prompt to delete. Use `forward-line 0'
13647 instead of beginning-of-line.
13648 (gud-filter): Temporarily widen gud comint buffer while
13649 examining output.
13650
136512000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13652
13653 * progmodes/sh-script.el: Big bag of typos.
13654
13655 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13656 check since ispell-process is not bound when ispell is not yet loaded.
13657
136582000-08-18 Dave Love <fx@gnu.org>
13659
13660 * image.el (find-image): Copy `spec' before using plist-put.
13661
136622000-08-18 Gerd Moellmann <gerd@gnu.org>
13663
13664 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13665 `portugues'.
13666
13667 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13668 backward-kill-sexp, analogous to kill-sexp.
13669
13670 * progmodes/icon.el (icon-indent-line)
13671 (icon-is-continuation-line): Handle comments specially.
13672
136732000-08-17 Ken Stevens <k.stevens@ieee.org>
13674
13675 * ispell.el: Set to standard author/maintainer/keyword fields.
13676 Fine tuning to menu map appearance and operation, and added help.
13677 Remove `start' and `end' error messages when compiling.
13678 (ispell-choices-win-default-height): Fixed comment string.
13679 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13680 castellano8 dictionaries.
13681 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13682 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13683 dictionary, added italiano dictionary.
13684 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13685 word character
13686 (ispell-tex-skip-alists): Added psfig support.
13687 (ispell-skip-html): Renamed from ispell-skip-sgml.
13688 (ispell-begin-skip-region-regexp, ispell-skip-region)
13689 (ispell-minor-check): Improved html skipping support to skip across
13690 code, and recognize `&' commands without propper `;' syntax;
13691 (ispell-process-line): Fix alignment error when manually
13692 correcting spelling.
13693 (ispell): Fix comment string.
13694 (ispell-add-per-file-word-list): Always put word list on new line.
13695
136962000-08-17 Gerd Moellmann <gerd@gnu.org>
13697
13698 * format.el (format-encode-run-method): Fix error message to say
13699 `encode' instead of `decode'. Use save-window-excursion around
13700 shell-command-on-region as in format-decode-run-method because
13701 shell-command-on-region can display a buffer with error output.
13702 (format-decode): Don't record undo information for the decoding.
13703 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13704 that number part of the temporary buffer name so that more than
13705 one decoding using a temporary buffer can happen safely.
13706
13707 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13708 of `A-z' in the regexp.
13709
13710 * hilit-chg.el: Fix typos in commentary.
13711
13712 * help.el (view-emacs-news): Rewritten for new naming scheme
13713 for old NEWS files.
13714
13715 * startup.el (command-line): Pop to *Messages* in case an error
13716 is signaled while loading user-init-file.
13717
137182000-08-17 Andreas Schwab <schwab@suse.de>
13719
13720 * files.el (insert-directory): Don't lose original file name,
13721 undoing an undocumented change.
13722
137232000-08-17 Alex Schroeder <alex@gnu.org>
13724
13725 * sql.el (sql-magic-go): Use comint-bol.
13726 (sql-copy-column): Use comint-line-beginning-position.
13727 (comint-line-beginning-position): Define a replacement for
13728 comint-line-beginning-position if it is not fboundp.
13729
137302000-08-17 Alex Schroeder <alex@gnu.org>
13731
13732 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13733 it didn't have any effect anyway.
13734
137352000-08-17 Alex Schroeder <alex@gnu.org>
13736
13737 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13738 --pset and pager=off instead of sending \\o|cat at the beginning
13739 of the session.
13740
137412000-08-17 Miles Bader <miles@gnu.org>
13742
13743 * progmodes/octave-inf.el: Add compatibility definition of
13744 comint-line-beginning-position.
13745
137462000-08-17 Kenichi Handa <handa@etl.go.jp>
13747
13748 * startup.el (normal-top-level): Look in each dir in load-path for
13749 a leim-list.el file too. This assures of loading leim-list.el
13750 that is created at Emacs installation time even if a user have his
13751 own leim-list.el.
13752
137532000-08-17 Miles Bader <miles@gnu.org>
13754
13755 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13756 foreground color to black if the background is dark.
13757
137582000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13759
13760 * loadhist.el (unload-feature): Typo.
13761
13762 * finder.el (finder-compile-keywords):
13763 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13764 to the generated file.
13765
13766 * mail/mh-e.el (mh-make-local-vars):
13767 Replace make-variable-buffer-local with make-local-variable.
13768
13769 * play/landmark.el:
13770 * options.el (Edit-options-{set,toggle,t,nil}):
13771 * mail/mailabbrev.el (mail-abbrevs-mode):
13772 * textmodes/tex-mode.el (tex-expand-files):
13773 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13774
13775 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13776
13777 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13778 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13779 Allow going past the last element.
13780 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13781 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13782 (cvs-mouse-toggle-mark): Don't move point.
13783 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13784
13785 * progmodes/compile.el (grep): Provide a default set of files.
13786 (next-error): Docstring fix.
13787 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13788
13789 * emacs-lisp/easy-mmode.el (define-minor-mode):
13790 Use `symbol-value' to keep the byte-compiler quiet.
13791
13792 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13793 (diff-find-source-location): New fun, extracted from diff-goto-source.
13794 (diff-goto-source): Use it.
13795 (diff-next-complex-hunk, diff-filter-lines): New function.
13796 (diff-apply-hunk): New command.
13797
13798 * smerge-mode.el (smerge-mode-menu): Doc fix.
13799
13800 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13801
138022000-08-16 Dave Love <fx@gnu.org>
13803
13804 * windmove.el (windmove) <defgroup>: Add :version.
13805
13806 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13807 (goto-address-fontify-p, goto-address-highlight-p)
13808 (goto-address-url-face, goto-address-url-mouse-face)
13809 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13810 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13811 (goto-address-fontify, goto-address-at-mouse): Simplify,
13812 (goto-address-at-point): browse-url-url-at-point,
13813 goto-address-find-address-at-point can return nil.
13814 (goto-address-find-address-at-point): Return nil on failure.
13815
13816 * align.el (align) <defgroup>: Add :version.
13817
13818 * calculator.el (calculator): Add :version.
13819 (calculator): Use two lines for calculator window if `modeline'
13820 face is boxed.
13821
13822 * play/5x5.el: Doc fixes.
13823 (5x5) <defgroup>: Add :version.
13824
13825 * play/fortune.el (fortune) <defgroup>: Add :version.
13826 (fortune-append): Fix error message.
13827 (fortune-from-region): Doc fix.
13828
13829 * play/pong.el (pong): Doc fix.
13830
13831 * play/morse.el: Keywords, commentary, autoloads.
13832
138332000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13834
13835 * desktop.el (desktop-save): Don't look at symbol-value of a
13836 member of minor-mode-alist, unless it is boundp.
13837
138382000-08-16 Sam Steingold <sds@gnu.org>
13839
13840 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13841 `while'; use `with-current-buffer' instead of `save-excursion'.
13842 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13843
138442000-08-16 Kenichi Handa <handa@etl.go.jp>
13845
13846 * international/ccl.el (declare-ccl-program): Docstring modified.
13847 (ccl-execute-with-args): Likewise.
13848
138492000-08-16 Miles Bader <miles@gnu.org>
13850
13851 * progmodes/sql.el: Add compatibility definition of
13852 comint-line-beginning-position.
13853
138542000-08-15 Gerd Moellmann <gerd@gnu.org>
13855
13856 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13857 'buffer-menu' property.
13858 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13859 fails.
13860 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13861 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13862 wasn't killed.
13863
13864 * buff-menu.el (list-buffers-noselect): Don't display the
13865 *Buffer List* buffer.
13866
13867 * font-lock.el: Require jit-lock to prevent a very late
13868 `Loading jit-lock' message.
13869
13870 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13871 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13872 mail address.
13873
138742000-08-15 Miles Bader <miles@gnu.org>
13875
13876 * textmodes/ispell.el (ispell-graphic-p): New constant.
13877 (ispell-choices-win-default-height, ispell-help): Use
13878 `ispell-graphic-p' instead of `xemacsp'.
13879
138802000-08-15 Dave Love <fx@gnu.org>
13881
13882 * simple.el: Autoload widget-convert when compiling.
13883 (mail-user-agent): Doc fix.
13884
13885 * help.el (function-called-at-point, variable-at-point): Use
13886 with-syntax-table.
13887 (help-manyarg-func-alist): Add insert-and-inherit.
13888
13889 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13890
13891 * delsel.el (delsel-unload-hook): New function.
13892
13893 * find-file.el: Doc fixes. Move provide to end.
13894 (ff) <defgroup>: Add :link.
13895 (ff-goto-click): Deleted.
13896 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13897 Use mouse-set-point.
13898
13899 * textmodes/tildify.el: Doc fixes.
13900 (tildify) <defgroup>: Add:version.
13901
13902 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13903 (glasses-custom-set): Use set-default, not set.
13904 (minor-mode-alist): Propertize the lighter.
13905 (glasses-mode): Provide optional arg.
13906
13907 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13908 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13909 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13910 option. Provide :type.
13911 (cwarn-configuration): Provide :type.
13912 (cwarn-mode): Doc fix.
13913
13914 * add-log.el (change-log-merge): Doc fix.
13915 (change-log-redate): New command.
13916
13917 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13918 Doze and Dog.
13919 (browse-url): Use dolist, not mapcar.
13920 (browse-url-at-point): Check for null url.
13921 (browse-url-event-buffer, browse-url-event-point): Functions
13922 deleted.
13923 (browse-url-at-mouse, browse-url-netscape): Simplify.
13924
13925 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13926 modes.
13927 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13928 Fix previous change to mapcan.
13929 (msb--init-file-alist, msb--add-separators)
13930 (msb--make-keymap-menu): Simplify.
13931 (msb--choose-file-menu): Use copy-sequence.
13932 (msb-mode-map): Add title to keymap.
13933 (msb-unload-hook): New function.
13934
13935 * bs.el: Fix indentation.
13936 (bs) <defgroup>: Add :links.
13937 (bs-show): Doc fix.
13938 (bs-apply-sort-faces): Don't use window-system.
13939 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13940
139412000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13942
13943 * calendar/timeclock.el (timeclock-file): Run .timelog through
13944 convert-standard-filename.
13945
139462000-08-14 Gerd Moellmann <gerd@gnu.org>
13947
13948 * emacs-lisp/authors.el: New file.
13949
13950 * paren.el (show-paren-priority): New user option.
13951 (show-paren-function): Set overlay priorities to
13952 show-paren-priority.
13953
139542000-08-14 Miles Bader <miles@gnu.org>
13955
13956 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13957 beginning-of-line with inhibit-field-text-motion bound.
13958
139592000-08-14 Gerd Moellmann <gerd@gnu.org>
13960
13961 * calendar/timeclock.el: New file.
13962
139632000-08-14 David Ponce <david@dponce.com>
13964
13965 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13966 `widget-button-click'. so that one can use left mouse button to
13967 click on dialog buttons.
13968
139692000-08-14 Emmanuel Briot <briot@gnat.com>
13970
13971 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13972 identifiers, since XML is case sensitive
13973
139742000-08-12 Miles Bader <miles@gnu.org>
13975
13976 * comint.el (comint-output-filter): Don't bother frobbing
13977 window-start, it doesn't seem to be necessary.
13978
13979 * comint.el (comint-send-string, comint-send-region): Make into
13980 real functions. Snapshot the prompt before sending.
13981
139822000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13983
13984 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13985 technique similar to Info-index, instead of relying on specific
13986 names of relevant Index nodes.
13987 (Info-goto-emacs-command-node): Bind Info-history to nil when
13988 going to the first node found by Info-find-emacs-command-nodes.
13989
139902000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13991
13992 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13993
139942000-08-10 Miles Bader <miles@gnu.org>
13995
13996 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13997
139982000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13999
14000 * info.el (Info-file-list-for-emacs): More elements for the
14001 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14002 and woman manuals.
14003
140042000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14005
14006 * comint.el (comint-send-input): Make the newline boundary overlay
14007 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14008 (comint-output-filter): Use `insert' instead of
14009 `insert-before-markers'. Extend comint-last-output-overlay when
14010 necessary since we can't rely on insert-before-markers to do it.
14011 * gud.el (gud-filter): Use `with-current-buffer' instead of
14012 save-excursion when inserting the output, so that point gets
14013 updated correctly; the old method relied on a rather dodgy
14014 side-effect of comint-output-filter to avoid the effect of
14015 save-excursion.
14016
140172000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14018
14019 * files.el (recover-file): Call insert-directory instead of
14020 invoking `ls' directly.
14021
140222000-08-10 Miles Bader <miles@gnu.org>
14023
14024 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14025 (comint-last-prompt-overlay): New variables.
14026 (comint-output-filter): Implement prompt highlighting.
14027 (comint-snapshot-last-prompt): New function.
14028 (comint-send-input): Snapshot the last prompt.
14029 Use comint-highlight-input-face.
14030 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14031 Use defface instead of defcustom.
14032 (send-invisible, comint-send-eof): Snapshot the last prompt.
14033 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14034 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14035
140362000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14037
14038 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14039 (regexp-opt-group): Use a list of chars for `letters'.
14040 (regexp-opt-charset): `chars' is now a list of chars.
14041 Use a char-table rather than a vector so it works for multibyte chars.
14042
14043 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14044 Set cvs-minor-current-files to the selected fileinfo.
14045 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14046 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14047
140482000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14049
14050 * files.el (insert-directory): Don't call access-file on
14051 directories on DOS and Windows.
14052
140532000-08-09 Kenichi Handa <handa@etl.go.jp>
14054
14055 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14056 longer if necessary.
14057 (ccl-embed-code): Call ccl-embed-data to store CODE in
14058 ccl-program-vector.
14059
140602000-08-09 Miles Bader <miles@gnu.org>
14061
14062 * comint.el (comint-output-filter): Properly handle the case where
14063 the text surrounded by comint-last-output-overlay was deleted.
14064
140652000-08-08 Gerd Moellmann <gerd@gnu.org>
14066
14067 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14068 non-nil.
14069 (Info-file-list-for-emacs): Remove "info" from the list because
14070 that leads to trying to use the documentation from file `info'
14071 in various situations where it isn't appropriate, for instance
14072 C-h C-k C-h i.
14073
14074 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14075 DIR and/or STRING are nil.
14076
14077 * progmodes/compile.el (compilation-setup): Make variable
14078 compilation-error-screen-columns buffer-local, as some comment
14079 in the code suggests it should be.
14080
14081 * files.el (auto-mode-interpreter-regexp): New variable.
14082 (set-auto-mode): Use it.
14083
14084 * indent.el (indent-for-tab-command): Doc fix.
14085
14086 * mouse-sel.el (mouse-sel-mode): Doc fix.
14087
14088 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14089 labels.
14090
14091 * help.el (print-help-return-message): When
14092 display-buffer-reuse-frames is set, let the help window been quit,
14093 instead of deleting it, which might delete a reused frame.
14094
140952000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14096
14097 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14098 rename a directory to a name that differs only by its letter case.
14099
141002000-08-08 Kenichi Handa <handa@etl.go.jp>
14101
14102 * international/quail.el (quail-define-rules): Handle Quail decode
14103 map correctly. Add code for supporting annotations.
14104 (quail-install-decode-map): New function.
14105 (quail-defrule-internal): New optional arguments decode-map and
14106 props.
14107 (quail-advice): New function.
14108
141092000-08-07 Sam Steingold <sds@gnu.org>
14110
14111 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14112 `defconst', `define-condition', `with-slots'.
14113 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14114
141152000-08-03 Miles Bader <miles@gnu.org>
14116
14117 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14118 New variable.
14119 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14120 comint-use-prompt-regexp-instead-of-fields.
14121 (comint-send-input): Add `input' field property to stuff we send to
14122 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14123 (comint-output-filter): Add `output' field property to process
14124 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14125 (comint-replace-by-expanded-history)
14126 (comint-get-old-input-default, comint-show-output)
14127 (comint-backward-matching-input, comint-forward-matching-input)
14128 (comint-next-prompt, comint-previous-prompt): Use field
14129 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14130 (comint-line-beginning-position): New function.
14131 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14132 (comint-replace-by-expanded-history-before-point): Use
14133 comint-line-beginning-position and line-end-position.
14134 (comint-last-output-overlay): New variable.
14135 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14136
14137 * shell.el (shell-prompt-pattern): Doc change.
14138 (shell-backward-command): Use line-beginning-position.
14139
14140 * gud.el (gud-gdb-complete-command): Use
14141 comint-line-beginning-position.
14142
14143 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14144 comint-bol doesn't actually go to the beginning of the line.
14145
14146 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14147 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14148 (try-expand-line-all-buffers): Likewise.
14149
14150 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14151 explicitly matching comint-prompt-regexp.
14152 (sql-copy-column): Use comint-line-beginning-position instead of
14153 explicitly matching comint-prompt-regexp.
14154
14155 * progmodes/octave-inf.el (inferior-octave-complete): Use
14156 comint-line-beginning-position.
14157
14158 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14159
14160 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14161 looking for a prompt, use `forward-line 0' instead of
14162 `beginning-of-line', to avoid getting caught by an input field.
14163
141642000-08-07 Gerd Moellmann <gerd@gnu.org>
14165
14166 * files.el (shell-quote-wildcard-pattern): Make sure to return
14167 PATTERN, in the Unix case.
14168
141692000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14170
14171 * play/zone.el (zone): Discard any pending input before running
14172 the randomly-chosen pgm.
14173
141742000-08-07 Kenichi Handa <handa@etl.go.jp>
14175
14176 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14177 checking the existence of any multibyte characters.
14178
141792000-08-06 Gerd Moellmann <gerd@gnu.org>
14180
14181 * help.el (describe-mode): Test minor-mode symbol for being
14182 bound before testing its value for being nil.
14183
14184 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14185 `first', `second', and `third'.
14186
14187 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14188 (second): Make it an alias for `cadr'.
14189
141902000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14191
14192 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14193 types of display support faces now.
14194
141952000-08-05 Gerd Moellmann <gerd@gnu.org>
14196
14197 * pcvs.el (require): Require `cl' during compilation, only.
14198
14199 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14200 (toplevel): Remove `remq' and `remove' from autoloads.
14201 (cl-fake-autoloads): New variable. If set, arrange for an error
14202 when CL functions etc. are autoloaded.
14203
142042000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14205
14206 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14207
14208 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14209 popped up, but the user clicks outside the menu, return an empty
14210 regexp (that causes unhighlight-regexp to have no effect).
14211
14212 * menu-bar.el (menu-bar-games-menu): Add Zone.
14213
14214 * hi-lock.el (toplevel): Require font-lock.
14215
142162000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14217
14218 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14219 (ebnf-8-bit-chars): New var for bug fix.
14220 (ebnf-string): Bug fix.
14221
142222000-08-03 Sam Steingold <sds@gnu.org>
14223
14224 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14225 instead of `buffer-string'.
14226 (require 'cl): Always, not just when compiling.
14227 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14228 necessary.
14229
142302000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14231
14232 * international/mule-cmds.el (select-safe-coding-system): Make
14233 the message text about selecting a safe coding system more clear.
14234
142352000-08-02 Gerd Moellmann <gerd@gnu.org>
14236
14237 * hi-lock.el: New file.
14238
14239 * play/zone.el: New file.
14240
14241 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14242 value of tab-width in the original buffer. Choose a line number
14243 format that's a multiple of the original buffer's tab width, so
14244 that lines appear right.
14245
14246 * textmodes/ispell.el (ispell): New function, replacing an alias.
14247 Spell-check active region if in transient-mark-mode and mark
14248 is active; otherwise spell-check buffer.
14249
142502000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14251
14252 * ps-mule.el: Fix a customization problem on
14253 ps-mule-font-info-database-default.
14254
142552000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14256
14257 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14258 display-mouse-p instead of window-system.
14259 (ebrowse-member-mode-map): Ditto.
14260
142612000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14262
14263 * progmodes/ebnf2ps.el: Update ps-print functions call.
14264 Indentation fix. Doc fix.
14265 (ebnf-version): New version number (3.2).
14266 (ebnf-format-color, ebnf-begin-job): Code fix.
14267
142682000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14269
14270 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14271 font lock support on window-system.
14272 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14273
14274 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14275 display-color-p, if fboundp, instead of window-system.
14276
142772000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14278
14279 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14280 instead of window-system.
14281
14282 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14283 window-system.
14284 (widget-choice-mouse-down-action): Use display-popup-menus-p
14285 instead of window-system.
14286
14287 * strokes.el (strokes-file): Run the file name through
14288 convert-standard-filename.
14289 (strokes-mode): Call display-mouse-p instead of looking at
14290 window-system. Change the error message accordingly.
14291
14292 * progmodes/cpp.el (toplevel): Support faces on tty's.
14293
14294 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14295 (lm-plot-square, lm-init-display): Don't use window-system.
14296
14297 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14298 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14299
14300 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14301 instead of looking at window-system.
14302
143032000-07-30 Gerd Moellmann <gerd@gnu.org>
14304
14305 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14306 of testing if iswitchb-prepost-hooks is bound, because the
14307 latter will always be true when invoking a recursive minibuffer
14308 from an active Iswitchb buffer.
14309
143102000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14311
14312 * files.el (shell-quote-wildcard-pattern): New function.
14313 (insert-directory): Call it. Only prepend "\" to command on Unix
14314 and GNU/Linux systems.
14315
143162000-07-30 Gerd Moellmann <gerd@gnu.org>
14317
14318 * eshell/esh-groups.el: Change custom :link file names
14319 from `eshell.info' to `eshell'.
14320
143212000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14322
14323 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14324 correctly in recursive ange-ftp listings.
14325
143262000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14327
14328 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14329 ps-header-font-size-internal and
14330 ps-header-title-font-size-internal variables are not set,
14331 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14332 face text property is (foreground-color . COLOR) or
14333 `(background-color . COLOR)', ps-print crashes. Doc fix.
14334 (ps-print-version): New version number (5.2.4).
14335 (ps-plot-region): Code fix.
14336 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14337 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14338 Bug fix 2.
14339
143402000-07-30 Milan Zamazal <pdm@freesoft.cz>
14341
14342 * glasses.el (glasses-make-readable): Fix uncapitalization of
14343 identifiers like `myXMLDocument'.
14344
143452000-07-28 Karl Fogel <kfogel@red-bean.com>
14346
14347 * mail/mail-hist.el (mail-hist-previous-input)
14348 (mail-hist-next-input): Do the obvious code factorization.
14349 (mail-hist-retrieve-and-insert): New func, contains common
14350 code of above two.
14351 If inserting a message body, leave point at top.
14352
143532000-07-28 Sam Steingold <sds@gnu.org>
14354
14355 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14356 Use `<=', not `<' to compare times!
14357 (ange-ftp-ls): Remove.
14358
143592000-07-27 Gerd Moellmann <gerd@gnu.org>
14360
14361 * play/cookie1.el: Add explanation of how to make cookie.el
14362 compatible with strfile(1) to comment.
14363
14364 * subr.el (remove, remq): New functions.
14365
14366 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14367 escape `*' in regexps.
14368 (midnight-find): Reverse order of arguments in the funcall of
14369 TEST.
14370
14371 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14372 and `.class'.
14373
14374 * play/meese.el: Add Commentary section.
14375
143762000-07-27 Alex Schroeder <alex@gnu.org>
14377
14378 * sql.el (sql-ms): Added autoload cookie.
14379 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14380 (sql-oracle): Ditto.
14381 (sql-help): Doc change.
14382
14383 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14384 types and exceptions.
14385
143862000-07-27 Alex Schroeder <alex@gnu.org>
14387
14388 * sql.el (sql-placeholder-history): New variable.
14389 (sql-query-placeholders-and-send): New function that will query
14390 the user and replace placeholders with user input.
14391 (sql-oracle): If running on NT, set comint-input-sender to
14392 sql-query-placeholders-and-send.
14393
14394 (sql-stop): If in the SQLi buffer, insert stop notification, else
14395 present it as a message.
14396
143972000-07-27 Alex Schroeder <alex@gnu.org>
14398
14399 * sql.el (sql-input-ring-separator): Doc change.
14400 (sql-input-ring-file-name): Doc change.
14401 (sql-interactive-mode): Use `sql-input-ring-separator' and
14402 `sql-input-ring-file-name' to set the comint-mode equivalents
14403 without making them local variables.
14404 (sql-stop): Don't bind `sql-input-ring-separator' and
14405 `sql-input-ring-file-name' dynamically to their comint-mode
14406 equivalents.
14407
144082000-07-27 Kenichi Handa <handa@etl.go.jp>
14409
14410 * international/mule.el (register-char-codings): New function.
14411 (make-coding-system): Handle `safe-chars' specification in the arg
14412 PROPERTY.
14413
14414 * international/mule-cmds.el
14415 (find-coding-systems-region-subset-p): This function deleted.
14416 (sort-coding-systems-predicate): New variable.
14417 (sort-coding-systems): New function.
14418 (find-coding-systems-region): Use
14419 find-coding-systems-region-internal.
14420 (find-coding-systems-string): Use find-coding-systems-region.
14421 (find-coding-systems-for-charsets): Check
14422 char-coding-system-table.
14423 (select-safe-coding-system-accept-default-p): New variable.
14424 (select-safe-coding-system): Mostly rewritten. New argument
14425 ACCEPT-DEFAULT-P.
14426 (select-message-coding-system): Call select-safe-coding-system
14427 with ACCEPT-DEFAULT-P arg.
14428 (reset-language-environment): Reset default-sendmail-coding-system
14429 to the default value iso-latin-1.
14430 (set-language-environment): Don't set the obsolete variable
14431 charset-origin-alist.
14432
14433 * international/codepage.el (cp-coding-system-for-codepage-1):
14434 Give `safe-chars' property to make-coding-system.
14435
14436 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14437 calling select-message-coding-system twice.
14438
14439 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14440 instead of `safe-charsets'.
14441 (cyrillic-alternativnyj): Likewise.
14442 (ccl-encode-alternativnyj): Don't check the charset
14443 cyrillic-iso8859-5.
14444
144452000-07-27 Kenichi Handa <handa@etl.go.jp>
14446
14447 * composite.el (compose-chars-after): Preserve match data.
14448
144492000-07-26 Sam Steingold <sds@gnu.org>
14450
14451 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14452 (ange-ftp-real-file-newer-than-file-p): New function.
14453 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14454 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14455
14456 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14457 * midnight.el (midnight-float-time): Ditto.
14458
144592000-07-26 Andreas Schwab <schwab@suse.de>
14460
14461 * files.el (normal-backup-enable-predicate): Correct
14462 interpretation of the return value of compare-strings.
14463
144642000-07-26 Gerd Moellmann <gerd@gnu.org>
14465
14466 * isearch.el (isearch-resume): New function.
14467 (isearch-done): Add something to command-history to resume
14468 the search.
14469 (isearch-yank-line, isearch-yank-word): Use
14470 buffer-substring-no-properties instead of buffer-substring.
14471
14472 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14473 of flyspell-mouse-map.
14474
14475 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14476 duplicate definition.
14477 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14478
14479 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14480 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14481
144822000-07-25 Sam Steingold <sds@gnu.org>
14483
14484 * net/ange-ftp.el: Get modtime over the net.
14485 (ange-ftp-file-modtime): New function.
14486 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14487 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14488 Use it.
14489 (ange-ftp-dot-to-slash): New function.
14490 (ange-ftp-fix-name-for-vms): Use it.
14491
14492 * midnight.el (midnight-buffer-display-time): Use
14493 `with-current-buffer'.
14494
144952000-07-25 Gerd Moellmann <gerd@gnu.org>
14496
14497 * find-dired.el: Update copyright notice.
14498 (find-dired): Offer to kill a running `find'.
14499
14500 * enriched.el (enriched-face-ans): For a `foreground-color'
14501 property, return '(("x-color" COLOR))' so that COLOR will be
14502 output as a parameter of the x-color annotation. Likewise for the
14503 `background-color' property. In the case of normal face
14504 properties, don't return annotations for unspecified foreground
14505 and background face attributes.
14506
145072000-07-25 Kenichi Handa <handa@etl.go.jp>
14508
14509 * language/japan-util.el (japanese-katakana-region): Fix handling
14510 HANKAKU argument.
14511
145122000-07-25 Miles Bader <miles@gnu.org>
14513
14514 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14515 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14516 constrain-to-field.
14517
145182000-07-24 Andrew Innes <andrewi@gnu.org>
14519
14520 * timer.el (timer-activate-when-idle): Add optional parameter
14521 DONT-WAIT. Update docstring.
14522 (run-with-idle-timer): Specify extra parameter to
14523 timer-activate-when-idle, so that timer will be activated
14524 immediately if Emacs is already idle.
14525
14526 * w32-fns.el (w32-using-nt): Fix docstring.
14527
145282000-07-24 Dave Love <fx@gnu.org>
14529
14530 * mouse.el (popup-menu): Set last-command-event.
14531 (mouse-major-mode-menu-prefix): Declare.
14532
145332000-07-24 Gerd Moellmann <gerd@gnu.org>
14534
14535 * textmodes/flyspell.el: Update to author's version 1.5d.
14536
14537 * progmodes/hideshow.el: Update copyright notice.
14538
14539 * vcursor.el: Set maintainer to FSF, since author cannot
14540 be reached.
14541
145422000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14543
14544 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14545 the prompt.
14546
14547 * mouse.el (popup-menu): Run the keymap through indirect-function,
14548 in case it was defined with define-prefix-key. If the menu is a
14549 list of keymaps, look up the binding of user's choice in each one
14550 of the keymaps.
14551 (mouse-popup-menubar): If the global and local menu-bar keymaps
14552 don't have a prompt string, create one and insert it into the
14553 keymap. Don't barf if current-local-map returns nil.
14554
145552000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14556
14557 * dired.el (dired-sort-R-check): Added to allow recursive listing
14558 to be undone.
14559 (dired-sort-other): Use it.
14560
145612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14562
14563 * Release of cc-mode 5.27
14564
145652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14566
14567 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14568 c-beginning-of-statement-1 that caused a bad case of recursion
14569 which could consume a lot of CPU in large classes in languages
14570 that have in-expression classes (i.e. Java and Pike).
14571
14572 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14573 statements before top level constructs (i.e. case 6 is moved
14574 before case 5 and is now case 4) to catch in-expression
14575 classes in top level expressions correctly.
14576
145772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14578
14579 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14580 objc-method-intro. Case 4 removed and case 5I added.
14581
14582 * cc-langs.el (c-append-paragraph-start): New variable used by
14583 c-common-init to get paragraph-start correct.
14584 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14585 initialize paragraph-start to make it correct both with and
14586 without the javadoc special case.
14587
14588 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14589 initialize paragraph-start for javadoc markup.
14590
14591 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14592 change by defaulting this to t. It's motivated by the
14593 confusing behavior that otherwise arise from the style system
14594 when editing both java and non-java files at the same time
14595 (see the comments about style setting in c-common-init).
14596
145972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14598
14599 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14600 similar to the one in c-fill-paragraph to check the fill
14601 prefix from the adaptive fill function for sanity.
14602
146032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14604
14605 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14606 defun block.
14607
a30eb617
DL
146082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14609
14610 * cc-align.el (c-lineup-multi-inher): Handle lines with
14611 leading comma nicely. Extended to handle member initializers
14612 too.
14613
14614 * cc-engine.el: (c-beginning-of-inheritance-list,
14615 c-guess-basic-syntax): Fixed recognition of inheritance lists
14616 when the lines begins with a comma.
14617
a30eb617
DL
14618 * cc-vars.el (c-offsets-alist): Changed default for
14619 member-init-cont to c-lineup-multi-inher since it now handles
14620 member initializers and indents better for leading commas.
14621
146222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14623
14624 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14625 handling that caused class open lines to be recognized as
14626 statement-conts in some cases.
14627
14628 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14629 guessed by the adaptive fill function unless point is on the
14630 first line of a block comment.
14631
14632 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14633 when the buffer ends with a macro continuation char.
14634
14635 * cc-engine.el (c-guess-basic-syntax): Added support for
14636 function definitions as statements in Pike. The first
14637 statement in a lambda block is now labeled defun-block-intro
14638 instead of statement-block-intro.
14639
14640 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14641 so that the class surrounding point is selected, not the one
14642 innermost in the state.
14643
14644 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14645 recognition of switch labels having hanging multiline
14646 statements.
14647
14648 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14649 some code in c-guess-basic-syntax to a separate function.
14650 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14651 recognition of member inits with multiple line arglists.
14652 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14653 member-init-cont when the commas are in funny places.
14654
146552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14656
14657 * cc-defs.el (c-auto-newline): Removed this macro since it's
14658 not used anymore.
14659
14660 * cc-engine.el (c-looking-at-bos): New helper function.
14661 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14662 inexpr and toplevel classes apart in Pike.
14663
14664 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14665 of case 9A.
14666
14667 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14668 constant, since "class" can introduce an in-expression class
14669 in Pike nowadays.
14670
146712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14672
14673 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14674 indentation on cpp-macro lines.
14675
14676 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14677 a syntax modifier like comment-intro, to make it possible to
14678 get syntactic indentation for preprocessor directives. It's
14679 incompatible wrt to lineup functions on cpp-macro, but it has
14680 no observable effect in the 99.9% common case where cpp-macro
14681 is set to -1000.
14682
146832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14684
14685 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14686 member-init-cont when the preceding arglist is several lines.
14687
146882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14689
14690 * cc-styles.el (c-style-alist): The basic offset for the BSD
14691 style corrected to 8.
14692
146932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14694
14695 * cc-styles.el (c-style-alist): Adjusted the indentation of
14696 brace list openers in the gnu style.
14697
146982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14699
14700 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14701
14702 * cc-cmds.el (c-electric-brace, c-electric-slash,
14703 c-electric-star, c-electric-semi&comma, c-electric-colon,
14704 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14705 when c-syntactic-indentation is nil.
14706
14707 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14708 we were left at comments preceding the first statement when
14709 reaching the beginning of the buffer.
14710
14711 * cc-vars.el (c-syntactic-indentation): New variable to turn
14712 off all syntactic indentation.
14713
147142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14715
14716 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14717 between the text and the block comment ender when it hangs,
14718 depending on how many there are before the fill.
14719
147202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14721
14722 * cc-engine.el (c-beginning-of-closest-statement): New helper
14723 function to go back to the closest preceding statement start,
14724 which could be inside a conditional statement.
14725 * cc-engine.el (c-guess-basic-syntax): Use
14726 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14727
14728 * cc-engine.el (c-guess-basic-syntax): Better handling of
14729 arglist-intro, arglist-cont-nonempty and arglist-close when
14730 the arglist is nested inside parens. Cases 7A, 7C and 7F
14731 changed.
14732
14733 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14734 up-to-date with javadoc 1.2.
14735
147362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14737
14738 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14739 multiline Pike type decls.
14740
147412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14742
14743 * cc-cmds.el (c-indent-new-comment-line): Always break
14744 multiline comments in multiline mode, regardless of
14745 comment-multi-line.
14746
147472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14748
14749 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14750 fully::qualified::names in C++ member init lists. Preamble in
14751 case 5D changed.
14752
147532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14754
14755 * cc-langs.el (c-common-init): Handling of obsolete variables
14756 moved to c-initialize-cc-mode. More compatible style override
14757 when using global style variables.
14758 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14759 variables moved here.
14760
a30eb617
DL
14761 * cc-styles.el (c-make-styles-buffer-local): Flag style
14762 variable localness in c-style-variables-are-local-p to make
14763 the compatibility measure in c-common-init work well.
14764
14765 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14766 longer contain set-from-style.
14767 * cc-styles.el (c-initialize-builtin-style): Don't check for
14768 set-from-style on c-special-indent-hook.
14769 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14770 copy-alist is sufficient now.
14771
14772 * cc-styles.el (c-set-style, c-set-style-1,
14773 c-get-style-variables): Fixes to variable initialization so
14774 that duplicate entries in styles have the same effect
14775 regardless of DONT-OVERRIDE.
14776
14777 * cc-styles.el (c-set-style-2): Fixed bug where the
14778 initialization of inheriting styles failed when the
14779 dont-override flag is set.
14780
14781 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14782 on this.
14783
147842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14785
14786 * cc-defs.el (c-forward-comment): Removed the workaround
14787 introduced in 5.38 since it had worse side-effects. If a line
14788 contains the string "//\"", it regarded the // as a comment
14789 start since the \ temporarily doesn't have escape syntax.
14790
eb04d6cd 147912000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14792
14793 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14794 ada-xref.el before ada-prj.el, so that the Project menu is created
14795 when ada-prj tries to add to it.
14796 (ada-activate-keys-for-case): Suppress the characters that are not
14797 part of the Ada syntax. Better compatibility with else-mode
14798 (ada-adjust-case-interactive): When auto-casing is not active,
14799 correctly insert newlines (used to insert only ^M). Prevent the
14800 syntax table from being changed in case of an error
14801 (or '_' becomes part of a word and some commands are confused).
14802 Do nothing if ada-auto-case is nil.
14803 (ada-after-keyword-p): Ignore keywords that are also attributes
14804 (ada-batch-reformat): Update usage comment
14805 (ada-call-from-contextual-menu): New function
14806 (ada-case-read-exceptions): Reinitialize the casing exception list
14807 first to nil first, so that the casing exception file can be
14808 shared.
14809 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14810 files.
14811 (ada-compile-goto-error): Fix regexp used to detect a file:line
14812 anywhere in the error message
14813 (ada-contextual-menu-last-point): New variable
14814 (ada-create-keymap): If the variable delete-key-deletes-forward is
14815 t on XEmacs, it means that DEL should delete one character
14816 forward.
14817 (ada-create-menu): Use :included instead of :visible for XEmacs.
14818 New submenu "Options".
14819 (ada-end-stmt-re): Correctly indent "select ... then abort"
14820 statements.
14821 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14822 even if they don't match ada-fill-comment-prefix Fix handling of
14823 paragraphs on the first or last line of a file.
14824 (ada-format-paramlist): Fix handling of default parameter values.
14825 (ada-get-body-name): New function.
14826 (ada-get-current-indent): Optimized by searchling directly for an
14827 existing generic part or a statement outside of it. Handle
14828 ada-indent-align-comments when indenting comments Replaced some
14829 regexps by testing directly the next character. This results in a
14830 huge speedup on some files. New indentation scheme for renames
14831 statements. Stop looking for the 'while' or 'for' associated with
14832 a 'loop' at the first semicolon encountered. A "return" can also
14833 match an anonymous access subprogram declaration.
14834 (ada-get-indent-noindent): Ignore strings and comments when
14835 looking for the keywords "record" and "private".
14836 (ada-goto-matching-decl-start): When matching "if", make sure we
14837 are not in fact seeing "end if". Ignore "when" statements except
14838 when initial keyword was "begin". Fix handling of nested
14839 procedures. Add a recursive call to this function to skip over
14840 other 'end' statmts. Fix indentation for "when .. => begin"
14841 (ada-in-open-paren-p): Fix indentation for complex boolean
14842 expressions, where 'and then', 'or else' and parenthesis
14843 statements are mixed up.
14844 (ada-in-paramlist-p): Skip comments while searching for the
14845 beginning Fix handling of operator declarations.
14846 (ada-indent-align-comments): New variable
14847 (ada-indent-current): Change the syntax table only in the
14848 protected section, so that we are sure it is restored correctly.
14849 (ada-indent-on-previous-lines): Use ada-use-indent and
14850 ada-with-indent Correctly indent "select ... then"
14851 (ada-indent-region): Slight speedup.
14852 (ada-indent-renames): New variable.
14853 (ada-last-which-function-subprog, ada-last-which-function-line):
14854 New variables
14855 (ada-looking-at-semi-private): Correctly indent the 'private'
14856 keyword when it is the first word in a package declaration.
14857 (ada-loose-case-word): Stop searching if at the end of the buffer.
14858 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14859 even if point is not initially at the end of the word.
14860 (ada-matching-decl-start-re): Add "when".
14861 (ada-mode): Add support for abbrev-mode, outline-mode and
14862 which-func-mode Override the old find-file.el entry in
14863 ff-special-constructs since it is using the obsolete
14864 ada-spec-suffix variable
14865 (ada-no-auto-case): New function
14866 (ada-scan-paramlist): When parsing the argument type, accept
14867 spaces (as in "X 'Class", generated by Rational Rose).
14868 (ada-other-file-name): No longer loads the other file.
14869 (ada-popup-menu): Save and restore the current buffer and cursor
14870 position before and after displaying the menu.
14871 (ada-search-ignore-complex-boolean): New function.
14872 (ada-uncomment-region): Emacs21 already knows how to delete
14873 comments not starting in the first column.
14874 (ada-use-indent): New variable
14875 (ada-which-function): New function.
14876 (ada-with-indent): New variable
14877 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14878 can be batch-compiled from the command line.
14879
14880 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14881 Add to the menu when the file is loaded, not in ada-mode-hook.
14882 Add -toolbar to the default ddd command Switches moved from
14883 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14884 ada-prj-default-comp-opt
14885 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14886 Reference Manual to the menu
14887 (ada-check-current): rewritten as a call to ada-compile-current
14888 (ada-compile): Removed.
14889 (ada-compile-application, ada-compile-current, ada-check-current):
14890 Set the compilation-search-path so that compile.el automatically
14891 finds the sources in src_dir. Automatic scrollong of the
14892 compilation buffer. C-uC-cC-c asks for confirmation before
14893 compiling
14894 (ada-compile-current): New parameter, prj-field
14895 (ada-complete-identifier): Load the .ali file before doing
14896 processing
14897 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14898 conform to gnatmake's behavior.
14899 (ada-find-file-in-dir): New function
14900 (ada-find-references): Set the environment variables for gnatfind
14901 (ada-find-src-file-in-dir): New function.
14902 (ada-first-non-nil): Removed
14903 (ada-gdb-application): Add support for jdb, the java debugger.
14904 (ada-get-ada-file-name): Load the original-file first if not done
14905 yet.
14906 (ada-get-all-references): Handles the new ali syntax (parent types
14907 are found between <>).
14908 (ada-initialize-runtime-library): New function
14909 (ada-mode-hook): Always load a project file when a file is opened,
14910 so that the casing exceptions are correctly read.
14911 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14912 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14913 to open the project file, since the latter does not work with
14914 speedbar Get default values before loading the prj file, or the
14915 default executable file name is wrong. Use the absolute value of
14916 src_dir to initialize ada-search-directories and
14917 compilation-search-path,... Add the standard runtime library to
14918 the search path for find-file.
14919 (ada-prj-default-debugger): Was missing an opening '{'
14920 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14921 variables.
14922 (ada-prj-default-gnatmake-opt): New variable
14923 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14924 buffers, the project file is the default one Save the windows
14925 configuration before displaying the menu.
14926 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14927 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14928 ...) regexp-quote identifiers names to support operators +,
14929 -,... in regexps.
14930 (ada-remote): New function.
14931 (ada-run-application): Erase the output buffer before starting the
14932 run Support remote execution of the application. Use
14933 call-process, or the arguments are incorrectly parsed
14934 (ada-set-default-project-file): Reread the content of the active
14935 project file, not the one from the current buffer When a project
14936 file is set as the default project, all directories are
14937 automatically associated with it.
14938 (ada-set-environment): New function
14939 (ada-treat-cmd-string): New special variable ${current}
14940 (ada-treat-cmd-string): Revised. The substitution is now done for
14941 any ${...} substring
14942 (ada-xref-current): If no body was found, compiles the spec
14943 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14944 compiler to get rid of command line length limitations.
14945 (ada-xref-get-project-field): New function
14946 (ada-xref-project-files): New variable
14947 (ada-xref-runtime-library-specs-path)
14948 (ada-xref-runtime-library-ali-path): New variables
14949 (ada-xref-set-default-prj-values): Default run command now does a
14950 cd to the build directory. New field: main_unit Provide a default
14951 file name even if the current buffer has no prj file.
14952
14953 * ada-prj.el:
14954 Rewritten to show a tabbed-dialog.
14955 (ada-prj-add-ada-menu): Remove the map and name parameters.
14956 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14957 New function
14958 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14959 (ada-prj-load-from-file): New function
14960 (ada-prj-save): Always save fields that depend on the current buffer
14961 (ada-prj-show-value): New function
14962
14963 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14964 Ada mode. This will allow us to display the Ada menu in any buffer
14965 we want (for project items).
14966 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14967 number of spaces in the header.
14968
149692000-07-24 Dave Love <fx@gnu.org>
14970
14971 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14972
149732000-07-23 Noah Friedman <friedman@splode.com>
14974
14975 * type-break.el (type-break): perform autosave.
b52758d1 14976 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
14977 (type-break-do-query): Cancel query schedule while performing
14978 actual query, to avoid possibility of a second query being made
14979 while first one is already in progress.
14980 (type-break-time-stamp-format): New variable.
14981 (type-break-time-stamp): New function.
14982 (type-break-time-warning): Use it.
14983 (type-break-keystroke-warning): Use it.
14984 (type-break-noninteractive-query): Use it.
14985
14986 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14987 cookie.
14988 Use add-minor-mode to set minor-mode-alist, if available.
14989 (eldoc-echo-area-use-multiline-p): New user option.
14990 (eldoc-echo-area-multiline-supported-p): New variable.
14991 (eldoc-docstring-format-sym-doc): Use them.
14992 (eldoc-mode): If not using idle timers, append to local post and
14993 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14994 (eldoc-display-message-no-interference-p): Don't interfere with
14995 edebug.
14996 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14997 (eldoc-function-arglist): New function.
14998 (eldoc-function-argstring): Use it.
14999
15000 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15001 auto save directory exists before calling directory-files.
15002
150032000-07-23 Dave Love <fx@gnu.org>
15004
15005 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15006 ^o, ^u.
15007
150082000-07-21 Dave Love <fx@gnu.org>
15009
15010 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15011 now passed to the function. It now works properly.
15012
15013 * smerge-mode.el (smerge-mode-menu): Fill it out.
15014
150152000-07-20 Gerd Moellmann <gerd@gnu.org>
15016
15017 * info-look.el (info-lookup): If *info* is shown in another frame
15018 on the same display, select that frame, instead of switching to
15019 the Info buffer in another window of the selected frame.
15020
15021 * simple.el (universal-argument-map): Bind numeric keypad keys
15022 kp-0 to kp-9 and kp-subtract.
15023 (digit-argument): Handle these keys.
15024
150252000-07-20 Dave Love <fx@gnu.org>
15026
15027 * net/goto-addr.el (goto-address-fontify): Don't bother with
15028 buffer-modified and read-only stuff -- irrelevant with overlays.
15029 Put an extra property on the overlays and use it to clean up in
15030 case goto-address is re-run.
15031
150322000-07-19 Richard M. Stallman <rms@gnu.org>
15033
15034 * timer.el (run-with-idle-timer): Doc fix.
15035
15036 * mail/mail-utils.el (mail-strip-quoted-names):
15037 Handle case where <...> appears inside "...".
15038 Use replace-match to edit the string more simply.
15039 (rmail-dont-reply-to): Cope with an unmatched ".
15040
150412000-07-19 Dave Love <fx@gnu.org>
15042
15043 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15044 implementation.
15045
15046 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15047 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15048 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15049
150502000-07-19 Gerd Moellmann <gerd@gnu.org>
15051
15052 * textmodes/refer.el: Correct maintainer's email address.
15053
15054 * progmodes/hideif.el: Correct author's email address.
15055 Fix typo in comment.
15056
15057 * xml.el: New file.
15058
15059 * mail/mailheader.el: Correct author's mail address.
15060
15061 * gnus/parse-time.el: Correct author's mail address.
15062
150632000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15064
15065 * comint.el (comint-highlight-input, comint-highlight-face):
15066 New user options.
15067 (comint-input-ring-file-name): Change custom type.
15068 (comint-mode-map): Bind mouse-2.
15069 (comint-insert-clicked-input): New function.
15070 (comint-send-input): Handle input highlighting.
15071
150722000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15073
15074 * mouse.el (popup-menu): New function.
15075 (mouse-major-mode-menu): Use it.
15076
150772000-07-18 Dave Love <fx@gnu.org>
15078
15079 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15080 improvements.
15081
150822000-07-18 Gerd Moellmann <gerd@gnu.org>
15083
15084 * faces.el (face-font-selection-order)
15085 (face-font-family-alternatives): Add custom type.
15086
150872000-07-18 Dave Love <fx@gnu.org>
15088
15089 * cus-edit.el (custom-variable-reset-saved)
15090 (custom-variable-reset-standard): Remove unused bindings.
15091
15092 * rect.el (open-rectangle-line): Remove unused let.
15093
15094 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15095
150962000-07-18 Gerd Moellmann <gerd@gnu.org>
15097
15098 * cdl.el: Fix `Maintainer' keyword.
15099
15100 * play/pong.el: Add author's email address.
15101
151022000-07-17 Sam Steingold <sds@gnu.org>
15103
15104 * files.el (insert-directory): Call `split-string' instead of
15105 re-implementing it.
15106
151072000-07-18 Gerd Moellmann <gerd@gnu.org>
15108
15109 * mail/vms-pmail.el: Change maintainer to FSF.
15110
15111 * net/goto-addr.el: Change maintainer to FSF.
15112
15113 * info.el (Info-title-face-alist): Removed.
15114
151152000-07-18 David Ponce <david@dponce.com>
15116
15117 * recentf.el (recentf-open-files): New command that works like
15118 `recentf-open-more-files', but shows the whole list of files (not just
15119 those omitted from the menu). Useful if you don't use a menu-bar!
15120 (recentf-open-more-files) Modified to use `recentf-open-files'.
15121
15122 (recentf-open-files, recentf-open-more-files)
15123 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15124
15125 (recentf-dialog-mode): New mode for dialogs. You can now just type
15126 "q" to cancel the dialogs.
15127
151282000-07-18 David Ponce <david@dponce.com>
15129
15130 * recentf.el: This is a major update of recentf.el. It adds new
15131 features to better organize the recentf menu and "More..." buffer.
15132
15133 Using new provided menu filtering functions you can now organize the
15134 recent files list:
15135
15136 - by major modes
15137 - by directories
15138 - by user defined rules
15139
15140 Finally, with the new `recentf-filter-changer' customizable filter you
15141 can define a ring of filters and dynamically (via the menu) cycle on
15142 each menu organization in the ring (a la msb).
15143
151442000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15145
15146 * eshell/eshell.el (eshell): Replace links to eshell.info with
15147 links to eshell, to avoid problems on systems where the manual is
15148 installed as `eshell'.
15149 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15150 * eshell/em-smart.el (eshell-smart): Ditto.
15151 * eshell/em-banner.el (eshell-banner): Ditto.
15152 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15153
15154 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15155 same-file check in the MS-DOS version (it does support inodes).
15156
15157 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15158
15159 * eshell/eshell.el (eshell-directory-name):
15160 Run default directory name through convert-standard-filename.
15161
151622000-07-18 Kenichi Handa <handa@etl.go.jp>
15163
15164 * international/mule-cmds.el (select-safe-coding-system):
15165 Fix typo in the comment.
15166
15167 * language/european.el (compound-text):
15168 Force katakana-jisx0201 to be designated to G1.
15169
15170 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15171 Don't translate some national variant characters of latin-jisx0201.
15172 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15173
15174 * international/kkc.el (kkc-after-update-conversion-functions):
15175 New variable.
15176 (kkc-update-conversion): Run functions in it at the tail.
15177
151782000-07-16 John Wiegley <johnw@gnu.org>
15179
15180 * lisp/align.el (align-newline-and-indent):
15181 Adding new function. for auto-aligning blocks of code on RET.
15182 (align-region): Fixed badly formatted minibuffer message.
15183
151842000-07-17 Kenichi Handa <handa@etl.go.jp>
15185
15186 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15187 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15188 the conversion list at first if appropriate.
15189 (kkc-next): Don't update kkc-next-count here.
15190 (kkc-prev): Don't update kkc-prev-count here.
15191 (kkc-show-conversion-list-update): Fix setting up of conversion
15192 list message.
15193
151942000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15195
15196 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15197
151982000-07-16 Dave Love <fx@gnu.org>
15199
15200 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15201 function to be more specific.
15202
15203 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15204 non-string help-echo.
15205 (widget-types-convert-widget): Defsubst it.
15206 (widget-echo-help): Try to cope with a help-echo function of two
15207 possible sorts.
15208
152092000-07-15 Jason Rumney <jasonr@gnu.org>
15210
15211 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15212 Declare as obsolete.
15213
15214 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15215
152162000-07-14 Gerd Moellmann <gerd@gnu.org>
15217
15218 * hilit-chg.el: Fix typo.
15219
152202000-07-14 Dave Love <fx@gnu.org>
15221
15222 * info.el (Info-mode-menu): Fix use of :help, :enable.
15223
152242000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15225
15226 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15227
152282000-07-13 Dave Love <fx@gnu.org>
15229
15230 * emacs-lisp/easymenu.el: Doc fixes.
15231 (easy-menu-remove): Defalias to ignore.
15232
15233 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15234 Call throw correctly.
15235
152362000-07-13 Gerd Moellmann <gerd@gnu.org>
15237
15238 * faces.el (frame-background-mode): Doc fix.
15239
15240 * simple.el (eval-expression-print-length): Change custom type to
15241 allow entering nil as value.
15242
152432000-07-13 Dave Love <fx@gnu.org>
15244
15245 * progmodes/fortran.el (fortran-imenu-generic-expression):
15246 Change definition layout.
15247 (fortran-mode-menu): Reinstate customize entries.
15248
15249 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15250 Use :filter, per old XEmacs code.
15251
152522000-07-12 Gerd Moellmann <gerd@gnu.org>
15253
15254 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15255 event when deciding what to send to the terminal.
15256
152572000-07-12 Dave Love <fx@gnu.org>
15258
15259 * cus-start.el: Add optional version as 4th element of specs and
15260 use it for several things new in v21. Remove load-path. Fix type
15261 of line-number-display-limit.
15262
152632000-07-11 Dave Love <fx@gnu.org>
15264
15265 * progmodes/fortran.el: Don't require easymenu.
15266 Use repeat counts in various regexps.
15267 (fortran-mode-syntax-table): Defvar directly.
15268 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15269 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15270 Use defvar, not defconst.
15271 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15272 (fortran-mode): Set fortran-comment-line-start-skip,
15273 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15274 (fortran-comment-indent): Use defsubst.
15275 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15276 Use fortran-comment-indent, not fortran-comment-indent-function.
15277 (fortran-comment-region, fortran-electric-line-number): Simplify.
15278 (fortran-auto-fill): New function.
15279 (fortran-do-auto-fill): Deleted.
15280 (fortran-find-comment-start-skip):
15281 Check for non-null comment-start-skip.
15282 (fortran-auto-fill-mode, fortran-fill-statement):
15283 Use fortran-auto-fill.
15284 (fortran-fill): Use fortran-auto-fill. Check for null
15285 comment-start-skip. Simplify final clause and use end-of-line finally.
15286
15287 * widget.el (widget-plist-member): New alias.
15288
152892000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15290
15291 * eshell/esh-module.el (toplevel): Reference
15292 byte-compile-current-file only if it is bound.
15293
152942000-07-10 Gerd Moellmann <gerd@gnu.org>
15295
15296 * dired.el: Don't require `dired-aux'.
15297
152982000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15299
15300 * dired-aux.el (dired-show-file-type): New function.
15301 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15302 (dired-show-file-type): Add autoload.
15303
153042000-07-10 Kenichi Handa <handa@etl.go.jp>
15305
15306 * international/mule-diag.el (describe-font): Adjusted for the
15307 change of fontset-info.
15308 (print-fontset): Likewise.
15309
153102000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15311
15312 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15313
153142000-07-07 Gerd Moellmann <gerd@gnu.org>
15315
15316 * bindings.el: Bind `[delete]' to delete-char.
15317
15318 * dired.el (dired-find-alternate-file): New function.
15319 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15320 (toplevel): Require dired-aux when compiling.
15321 (dired-buffers): Move defvar within file to avoid compiler warning.
15322
15323 * info.el (Info-last-search): Variable removed.
15324 (Info-search-history): New variable.
15325 (Info-search): New Info-search-history.
15326
15327 * battery.el, info-look.el: Change author's mail address.
15328
153292000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15330
15331 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15332 if rmail-ignored-headers is nil.
15333 (rmail-retry-failure): Bind rmail-ignored-headers and
15334 rmail-displayed-headers to nil.
15335
153362000-07-06 Gerd Moellmann <gerd@gnu.org>
15337
15338 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15339 (print-region-1): Don't hard code `-h' here.
15340
15341 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15342
153432000-07-01 Francesco Potorti` <pot@gnu.org>
15344
15345 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15346 exim can use "your message" instead of "the message".
15347
153482000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15349
15350 * facemenu.el: Docstrings fixes.
15351 (facemenu-get-face): Don't use internal-find-face.
15352 (facemenu-iterate): Rename arg to match the docstring.
15353
15354 * newcomment.el (uncomment-region): Be more careful when skipping
15355 backwards over `=' not to bump into BOBP.
15356
153572000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15358
15359 * ediff-diff.el (ediff-wordify): Use syntax table.
15360 * ediff-init.el (ediff-has-face-support-p): Use
15361 ediff-color-display-p.
15362 (ediff-color-display-p): Use display-color-p, changed to defun
15363 from defsubst.
15364 Got rid of special cases for NeXT and OS/2.
15365 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15366 face.
15367
153682000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15369
15370 * emacs-lisp/lucid.el: Require CL.
15371 (copy-tree, remprop): Remove, it's provided by CL.
15372 (map-keymap): Define in terms of cl-map-keymap.
15373 (extent-property, set-extent-end-glyph): New functions.
15374
15375 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15376
153772000-07-05 Gerd Moellmann <gerd@gnu.org>
15378
15379 * Makefile.in (DONTCOMPILE): Add comment that the name may
15380 not be changed without changing the make-dist script.
15381
15382 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15383 (cl-mapc): Use mapc instead of cl-old-mapc.
15384
153852000-07-05 Andrew Innes <andrewi@gnu.org>
15386
15387 * makefile.nt: Add support for `bootstrap' and related targets.
15388
153892000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15390
15391 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15392 (easy-menu-do-define): Use `menu-item' format.
15393 Handle case where easy-menu-create-menu returns a symbol.
15394 Manually call the potential top-level filter in the function binding.
15395 (easy-menu-filter-return): New arg NAME.
15396 Convert to a keymap if MENU is an XEmacs menu.
15397 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15398 (easy-menu-converted-items-table, easy-menu-convert-item):
15399 New var and fun to memoize easy-menu-convert-item-1.
15400 (easy-menu-do-add-item): Use it.
15401 (easy-menu-create-menu): Use easy-menu-convert-item.
15402 Wrap easy-menu-filter-return around any :filter specification.
15403 Don't convert the menu if a filter was specified.
15404 Tell easy-menu-make-symbol not to check for MENU being an expression.
15405 (easy-menu-make-symbol): New arg NOEXP.
15406
154072000-07-05 Gerd Moellmann <gerd@gnu.org>
15408
15409 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15410 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15411 (eval-defun): If called with prefix arg, instrument code for
15412 Edebug.
15413
15414 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15415 similar to that of eval-defun.
15416
154172000-07-04 Dave Love <fx@gnu.org>
15418
15419 * hl-line.el (hl-line-overlay): Make it permanent-local.
15420
15421 * calendar/todo-mode.el: Replaced with a working version, based on
15422 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15423
154242000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15425
15426 * paths.el (prune-directory-list): New function.
15427 (Info-default-directory-list): Rewritten to more methodically
15428 enumerate a big list of possible info directories (based on the
15429 list used by the standalone info reader).
15430
15431 * info.el (info-initialize): Use prune-directory-list to remove
15432 non-existent directories from Info-directory-list.
15433
15434 * paths.el (Info-default-directory-list): Try a list of possible
15435 info-directories instead of a single one. Add the possible
15436 info directory "/usr/share/info".
15437
15438 * woman.el (woman-man.conf-path): Explicitly include the debian
15439 man-db config file "/etc/manpath.config".
15440 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15441 are present in `manpath.config'.
15442 (woman-manpath): Include "/usr/share/man".
15443
154442000-07-03 Gerd Moellmann <gerd@gnu.org>
15445
15446 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15447
15448 * startup.el (command-line): Initialize blink-cursor based
15449 on window-system.
15450
15451 * frame.el (blink-cursor): Default to nil if not running under
15452 a window-system.
15453
15454 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15455 (face-x-resources): Remove duplicate entry for :font.
15456
15457 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15458 instead of cycling through windows with next-window.
15459
15460 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15461 of cycling through windows with next-window.
15462
15463 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15464 of cycling through windows with next-window.
15465
15466 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15467 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15468 instead of cycling through windows with next-window.
15469
15470 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15471 instead of cycling through windows with next-window.
15472
15473 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15474 of cycling through windows with next-window.
15475
15476 * terminal.el (te-process-output): Use walk-windows instead of
15477 cycling through windows with next-window.
15478
15479 * server.el (server-switch-buffer): Use some-window instead of
15480 cycling through windows with next-window.
15481
15482 * window.el (some-window): New function.
15483 (walk-windows): Remove reference to walk-windows-start.
15484
15485 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15486
154872000-07-03 Richard Stallman <rms@gnu.org>
15488
15489 * window.el (walk-windows): Guarantee termination by keeping a list
15490 of all the windows already handled.
15491
154922000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15493
15494 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15495 window-system.
15496
15497 * man.el (Man-notify-when-ready): Don't use window-system. If
15498 Man-notify-method is newframe, and the display is not
15499 multi-frame, select the frame created for the man page.
15500 (Man-init-defvars): Doc fix.
15501
155022000-06-28 Gerd Moellmann <gerd@gnu.org>
15503
15504 * faces.el (region): Change background color for light background.
15505
15506 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15507 attribute from mode-line face of Ediff control frame.
15508
15509 * replace.el (query-replace-map): Bind `e' like `E'.
15510
155112000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15512
15513 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15514 Change name to "Select All".
15515
15516 * dos-fns.el (convert-standard-filename): Fix last change.
15517
155182000-06-27 Gerd Moellmann <gerd@gnu.org>
15519
15520 * help.el (describe-variable): Don't insert a second `'s' in front
15521 of the string `value is shown below'. Since the syntax-table is
15522 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15523 an existing `'s', so that this won't be deleted.
15524
15525 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15526 * pcmpl-unix.el: New files.
15527
155282000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15529
15530 * wid-edit.el (widget-member): Use the new plist-member.
15531
155322000-06-26 Gerd Moellmann <gerd@gnu.org>
15533
15534 * replace.el (perform-replace): Undo change of 2000-04-04.
15535 Instead, move backward 1 character at the end of the loop when
15536 necessary.
15537
15538 * faces.el (fringe): Change face for different backgrounds.
15539
15540 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15541 patch from John.
15542
15543 * eshell/*.el: Change spelling of the Free Software Foundation.
15544
15545 * eshell/esh-toggle.el: Removed.
15546
15547 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15548
15549 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15550 interactively.
15551
155522000-06-26 Alex Schroeder <alex@gnu.org>
15553
15554 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15555 `define-key'; instead of checking `(emacs-version)' check for
15556 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15557 for `;' and `o' which might be electric.
15558
15559 (sql-electric-stuff): New user option.
15560 (sql-magic-go): New function which uses `sql-electric-stuff'.
15561 (sql-magic-semicolon): New function which uses
15562 `sql-electric-stuff'.
15563
15564 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15565 is not fboundp.
15566
15567 (sql-oracle-options): New variable.
15568 (sql-oracle): Use it.
15569
15570 (sql-imenu-generic-expression): Doc change.
15571 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15572 is used.
15573
15574 (sql-informix): Added command line parameter "-" to force
15575 sql-informix-program to use stdout.
15576
155772000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15578
15579 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15580 (cp864-decode-table): Doc fix.
15581 (cp720-decode-table): New variable, supports the Arabic OEM
15582 codepage used by Windows.
15583 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15584
155852000-06-23 Dave Love <fx@gnu.org>
15586
15587 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15588 (font-lock-fontify-anchored-keywords): Use
15589 line-beginning-position.
15590 (global-font-lock-mode): Use mapc.
15591
155922000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15593
15594 * eshell/esh-module.el: Require CL when compiling.
15595
155962000-06-23 Gerd Moellmann <gerd@gnu.org>
15597
15598 * comint.el (comint-substitute-in-file-name): Call replace-match
15599 with second and third arg t.
15600
15601 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15602 Specify foreground color.
15603
15604 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15605 color.
15606
15607 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15608
15609 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15610 cddr instead of cdddr.
15611
15612 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15613 instead of copy-list.
15614
15615 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15616 of copy-list.
15617
15618 * subdirs.el: Add eshell subdirectory.
15619
15620 * eshell: New subdirectory containing the Eshell package.
15621
15622 * pcomplete.el: New file.
15623
156242000-06-23 Paul Eggert <eggert@twinsun.com>
15625
15626 * mail/mailpost.el (post-mail-send-it): Make sure file has
15627 proper permissions from birth.
15628
15629 * files.el (basic-save-buffer-2): When temporarily setting
15630 file modes, set them to current modes plus 0200, not to 0777.
15631
15632 * emerge.el (emerge-make-temp-file): Make sure file has proper
15633 permissions from birth.
15634
156352000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15636
15637 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15638 backup file name through convert-standard-filename.
15639
15640 * dos-fns.el (convert-standard-filename): Convert leading
15641 directories as well. When long file names are supported, convert
15642 characters that are invalid in Windows file names.
15643
156442000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15645
15646 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15647 ps-print crashes. New feature: page selection for printing. Create
15648 raw-text-unix coding system for XEmacs. Doc fix.
15649 (ps-print-version): New version number (5.2.3).
15650 (ps-plot-region): Bug fix.
15651 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15652 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15653 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15654 funs.
15655 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15656 (ps-last-page): New vars.
15657
156582000-06-21 Gerd Moellmann <gerd@gnu.org>
15659
15660 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15661 empty option string.
15662
156632000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15664
15665 * man.el (man): Doc fix.
15666
156672000-06-21 Kenichi Handa <handa@etl.go.jp>
15668
15669 * international/mule-cmds.el (set-language-info-alist): Docstring
15670 fixed.
15671
156722000-06-20 Gerd Moellmann <gerd@gnu.org>
15673
15674 * version.el (emacs-version): Use ISO date format.
15675
15676 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15677 instead of `M-backspace'.
15678
15679 * simple.el (turn-off-auto-fill): New function.
15680
156812000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15682
15683 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15684 Renamed from with-buffer-prepared-for-font-lock and use
15685 inhibit-modification-hooks rather than setting *-change-functions.
15686 Update all functions to use the new name.
15687 (jit-lock-first-unfontify-pos): New semantics (and doc).
15688 (jit-lock-mode): Make non-interactive.
15689 Don't automatically turn on font-lock.
15690 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15691 Always use jit-lock-after-change.
15692 Remove and restore font-lock-after-change-function.
15693 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15694 (jit-lock-after-unfontify-buffer): Remove.
15695 (jit-lock-stealth-fontify):
15696 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15697 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15698
156992000-06-20 Sam Steingold <sds@gnu.org>
15700
15701 * emacs-lisp/cl-indent.el (toplevel): Indent
15702 `print-unreadable-object' properly. Untabify.
15703
157042000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15705
15706 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15707 Support for bibentry.
15708 (reftex-compile-variables): Fixed problem with end of section-re.
15709
15710 * texmodes/reftex-dcr.el (reftex-view-crossref,
15711 reftex-view-crossref-from-bibtex):
15712 Deal with changed `reftex-find-citation-regexp-format'.
15713 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15714 Replaced `remprop' with `put'.
15715 (reftex-view-crossref, reftex-view-crossref-when-idle):
15716 Support for bibentry.
15717
15718 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15719 New entry for bibentry package.
15720
15721 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15722 Regexp also matches "\nobibliography".
15723
15724 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15725 Call `reftex-ensure-write-access' before doing anything.
15726 (reftex-ensure-write-access): New function.
15727
157282000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15729
15730 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15731
15732 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15733
15734 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15735
15736 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15737
15738
157392000-06-20 Dave Love <fx@gnu.org>
15740
15741 * faces.el (frame-background-mode): Use set-default, not set, in
15742 setter.
15743 (frame-update-faces, frame-update-face-colors): Define with
15744 defalias.
15745
15746 * enriched.el (enriched-decode-foreground)
15747 (enriched-decode-background): Don't use internal-find-face.
15748
15749 * apropos.el: Doc fixes.
15750
15751 * cus-edit.el (customize-changed-options): Check arg.
15752 (customize-version-lessp): Don't require decimal point.
15753
15754 * custom.el (defcustom, defgroup): Doc fix.
15755
15756 * newcomment.el (comment) <defgroup>: Add :version.
15757 (comment-multi-line): Doc fix.
15758
15759 * emulation/mlsupport.el (define-hooked-local-abbrev,
15760 define-hooked-global-abbrev): Fix, using define-abbrev.
15761
157622000-06-19 Gerd Moellmann <gerd@gnu.org>
15763
15764 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15765 the whole buffer.
15766
157672000-06-19 Dave Love <fx@gnu.org>
15768
15769 * menu-bar.el (menu-bar-options-save): New function.
15770 (menu-bar-options-menu): Use it.
15771 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15772 Simplify.
15773
157742000-06-19 Andreas Schwab <schwab@suse.de>
15775
15776 * progmodes/etags.el (tags-query-replace): Put new parameters
15777 START and END at the end, for backward compatibility.
15778
157792000-06-19 Kenichi Handa <handa@etl.go.jp>
15780
15781 * international/codepage.el:
15782 (cp-coding-system-for-codepage-1): Delete special codes for
15783 generating xxx-dos coding system because now a CCL based coding
15784 system can handle EOL conversion by default.
15785
15786 * international/mule.el (make-coding-system): Generate subsidiary
15787 coding systems for EOL handling variants even for a CCL based
15788 coding system.
15789
157902000-06-19 Kenichi Handa <handa@etl.go.jp>
15791
15792 * international/isearch-x.el (isearch-minibuffer-input-method)
15793 (isearch-minibuffer-input-method-function): These variables
15794 deleted.
15795 (isearch-with-input-method): Don't use the above variables.
15796 (isearch-process-search-multibyte-characters): Likewise. Call
15797 read-string with the arg INHERIT-INPUT-METHOD t.
15798
157992000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15800
15801 * font-lock.el (font-lock-after-fontify-buffer)
15802 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15803
15804 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15805 Use consistent make-local-variable style for font-lock-fontified.
15806 (jit-lock-fontify-buffer):
15807 Don't bother checking for font-lock-mode and jit-lock-mode.
15808
15809 * time.el: Remove trailing ^M that prevent CVS-merging.
15810
158112000-06-16 Gerd Moellmann <gerd@gnu.org>
15812
15813 * Makefile.in (distclean): New target.
15814
158152000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15816
15817 * Makefile.in (srcdir): Define for update-subdirs.
15818
158192000-06-16 Gerd Moellmann <gerd@gnu.org>
15820
15821 * find-lisp.el: New file.
15822
158232000-06-16 Andrew Innes <andrewi@gnu.org>
15824
15825 * time.el (display-time-mail-function): New variable, to allow
15826 external packages to indicate when new mail is available.
15827 (display-time-update): Use it.
15828
158292000-06-16 Kenichi Handa <handa@etl.go.jp>
15830
15831 * international/mule.el (mule-version): Change version name to
15832 SAKAKI. AOI has already been used by Meadow.
15833
15834 * international/quail.el (quail-show-guidance-buf): To find the
15835 bottom window (but minibuffer), pay attention to the height of
15836 minibuffer.
15837
158382000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15839
15840 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15841 menu-bar menus. Add help strings. Don't remove the Edit menu
15842 from the menu bar, as the menu bar has enough space now.
15843
15844 * Makefile.in (SHELL): Make sure /bin/sh is used.
15845
15846 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15847 characters, which use series of two ^H characters instead of one.
15848
158492000-06-15 Gerd Moellmann <gerd@gnu.org>
15850
15851 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15852 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15853 functions.
15854 (Info-find-node-2): Try a case-sensitive search first, then
15855 do a case-insensitive search.
15856
15857 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15858 tutorials.
15859
15860 * complete.el (PC-env-vars-alist): New variable.
15861 (PC-complete-as-file-name): New function.
15862 (partial-completion-mode): Initialize PC-env-vars-alist from
15863 process-environment.
15864 (PC-do-completion): Handle completion of env vars.
15865
15866 * info.el (Info-set-mode-line): Show file name in mode line,
15867 use `*Info*' instead of `Info:'.
15868
15869 * startup.el (command-line-1): Change copyright messages to year
15870 2000.
15871
158722000-06-15 Dave Love <fx@gnu.org>
15873
15874 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15875 not local-map.
15876
158772000-06-15 Kenichi Handa <handa@etl.go.jp>
15878
15879 * international/mule.el (set-buffer-file-coding-system): Almost
15880 rewritten to handle `undecided' as no-op.
15881
158822000-06-14 Gerd Moellmann <gerd@gnu.org>
15883
15884 * Makefile.in: New file.
15885
15886 * Makefile: Removed.
15887
15888 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15889 (goto-address-highlight-keymap): Bind C-c RET.
15890
158912000-06-14 Kenichi Handa <handa@etl.go.jp>
15892
15893 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15894 inherits buffer-file-coding-system of the current buffer.
15895
15896 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15897 0. Give correct argument to set-auto-coding-function.
15898 (tar-expunge): For goto-char, use (point-min), not 0.
15899 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15900 (tar-subfile-save-buffer): Likewize.
15901
15902 * international/mule.el
15903 (after-insert-file-set-buffer-file-coding-system): Call
15904 set-buffer-file-coding-system with the arg FORCE t.
15905
159062000-06-13 Gerd Moellmann <gerd@gnu.org>
15907
15908 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15909 nil. Contemporary sendmails issue an X-Authentication-Warning if
15910 the sender is set with `-f'.
15911
159122000-06-13 Dave Love <fx@gnu.org>
15913
15914 * help.el (describe-function-1): Kluge around cases of functions
15915 fset to subrs whose doc doesn't match their symbol-name.
15916
15917 * image.el (insert-image): Default STRING to a space.
15918
15919 * info.el Doc fixes.
15920 (Info-build-node-completions): Match Ref tags.
15921
159222000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15923
15924 * frame.el (display-multi-frame-p, display-multi-font-p): New
15925 defaliases for display-graphic-p.
15926
15927 * hl-line.el: Fixed a typo in commentary.
15928
159292000-06-13 Kenichi Handa <handa@etl.go.jp>
15930
15931 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15932 fixed.
15933
159342000-06-12 Dave Love <fx@gnu.org>
15935
15936 * image.el (insert-image): Save a little consing.
15937
159382000-06-12 Kenichi Handa <handa@etl.go.jp>
15939
15940 * language/tibet-util.el: Convert all tibetan-1-column characters
15941 to the corresponding tibetan characters.
15942 (tibetan-add-components): Delete code for the special treatment of
15943 'a chung.
15944
15945 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15946 change.
15947 (tibetan-vowel-transcription-alist): More rules added.
15948 (tibetan-composite-vowel-alist): New variable.
15949 (tibetan-precomposition-rule-alist): More rules added.
15950
159512000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15952
15953 * startup.el (command-line): Only call menu-bar-mode if interactive.
15954
15955 * thingatpt.el (toplevel symbol-properties):
15956 * textmodes/makeinfo.el (makeinfo-compile):
15957 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15958 * progmodes/hideif.el (hif-compress-define-list)
15959 (hide-ifdef-use-define-alist):
15960 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15961 (ange-ftp-vms-add-file-entry):
15962 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15963 * man.el (Man-build-man-command):
15964 * mail/rnewspost.el (news-reply-header-hook):
15965 * info.el (Info-insert-dir):
15966 * emulation/mlconvert.el (backward-word, forward-word, setq):
15967 * emacs-lisp/gulp.el (gulp-send-requests):
15968 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15969 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15970 (byte-optimize-apply, end of file):
15971 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15972 (ad-make-freeze-definition):
15973 * startup.el (command-line, command-line-1): Don't quote lambdas.
15974
15975 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15976 (cvs-cleanup-removed): New function.
15977 (cvs-cleanup-functions): New var.
15978 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15979 some flexibility in specifying additional entries to auto-cleanup.
15980 (cvs-quickdir): New function.
15981 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15982 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15983 (cvs-mode-find-file): Check that we are on a filename or dirname
15984 when invoked through a mouse-click.
15985 (cvs-full-path): Remove.
15986 (cvs-dired-action): Re-introduced.
15987 (cvs-dired-noselect): Use it.
15988 (vc-post-command-functions): use this new hook if available.
15989
15990 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15991 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15992 (cvs-filename-map, cvs-dirname-map): Remove.
15993 (cvs-default-action): Remove.
15994 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15995 if the arg is really a keymap.
15996 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15997 Don't hardcode the mapping from state (aka type) to face, but check
15998 the var cvs-fi-<type>-face instead.
15999 (cvs-fileinfo-from-entries): New function.
16000
16001 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16002 Docstring fix.
16003 (cvs-find-file-and-jump): Change default to be safer.
16004 (cvs-mode-diff-map): Define it as a function as well.
16005 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16006 Bind mouse-2 in this global map rather than with text-properties.
16007
16008 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16009 file to resolve the ambiguity between C(conflict) and C(need-merge).
16010
160112000-06-12 Kenichi Handa <handa@etl.go.jp>
16012
16013 * international/mule.el (set-buffer-file-coding-system): If
16014 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16015 unconditionally.
16016
160172000-06-12 Dave Love <fx@gnu.org>
16018
16019 * wid-edit.el (widget-specify-button): Really suppress the face if
16020 required.
16021
160222000-06-11 Gerd Moellmann <gerd@gnu.org>
16023
16024 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16025
160262000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16027
16028 * imenu.el (imenu-generic-expression): Docstring fix.
16029
16030 * composite.el (composition-function-table): Move the `put'
16031 below the autoload cookie so we can load the file before loaddefs.
16032
16033 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16034
16035 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16036 Handle easy-mmode-define-global-mode.
16037 For complex macros like define-minor-mode that can generate
16038 several autoload entries, try to autoload entries in the
16039 macroexpanded code.
16040
16041 * emacs-lisp/easy-mmode.el (define-minor-mode):
16042 If KEYMAP is a symbol, just use it.
16043 Use byte-compile-current-file and load-file-name to infer the
16044 proper :require to pass to defcustom.
16045 Wrap the hook var into `progn' so as not to autoload it.
16046 Add a :autoload-end cookie.
16047 Be more careful about the evaluation of KEYMAP.
16048 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16049 (define-derived-mode): Move define-abbrev-table outside of defvar.
16050
160512000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16052
16053 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16054 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16055 (backup-compiled-files): Ignore errors during `tar'.
16056 (bootstrap): Make autoloads before elc files.
16057
160582000-06-10 Kenichi Handa <handa@etl.go.jp>
16059
16060 * international/mule.el (set-buffer-file-coding-system): If one of
16061 undecided-XXX is specified, change only EOL conversion.
16062
16063 * international/mule-conf.el (unix): New alias for the coding
16064 system undecided-unix.
16065
160662000-06-09 Dave Love <fx@gnu.org>
16067
16068 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16069
16070 * progmodes/executable.el: Byte compile dynamic.
16071 (executable-insert): Change custom type.
16072 (executable-find): Add autoload cookie.
16073 (executable-make-buffer-file-executable-if-script-p): New
16074 function. After Noah Friedman.
16075
16076 * files.el (after-save-hook): Customize, with
16077 executable-make-buffer-file-executable-if-script-p as an option.
16078
160792000-06-09 Kenichi Handa <handa@etl.go.jp>
16080
16081 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16082 "tib24p-mule.bdf" for Tibetan.
16083
16084 * composite.el (decompose-composite-char): Declare it as obsolete.
16085
16086 * man.el (Man-fontify-manpage): Pay attention to underline and
16087 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16088
160892000-06-08 Gerd Moellmann <gerd@gnu.org>
16090
16091 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16092 Set maintainer to FSF since author isn't reachable.
16093
160942000-06-08 Dave Love <fx@gnu.org>
16095
16096 * international/mule-cmds.el (select-safe-coding-system): If
16097 DEFAULT-CODING-SYSTEM is not specified, also check the most
16098 preferred coding-system if buffer-file-coding-system is
16099 `undecided'. From Handa.
16100
161012000-06-08 Kenichi Handa <handa@etl.go.jp>
16102
16103 * international/mule.el
16104 (after-insert-file-set-buffer-file-coding-system): If the buffer
16105 size is greater than INSERTED, judget that we are not visiting.
16106
161072000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16108
16109 * whitespace.el (defgroup whitespace): Comment out `:version'.
16110 XEmacs 20.4 has problems defining the group with this present.
16111 We'll have this commented out till get resolve the problem.
16112
161132000-06-07 John Wiegley <johnw@gnu.org>
16114
16115 * align.el (align-dq-string-modes, align-sq-string-modes)
16116 (align-open-comment-modes): Add pyhton-mode.
16117 (align-rules-list): Use get-text-property instead of
16118 text-properties-at.
16119 (align-rules-list): Add python-assignment.
16120 (align-rules-list): Change perl-comma-delimiter to
16121 basic-comma-delimiter. Use if for Perl modes and python-mode.
16122 (align-rules-list): Add python-chain-logic and
16123 basic-line-continuation.
16124
161252000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16126
16127 * apropos.el (apropos-mode-hook): New user variable.
16128 (apropos-mode): Run apropos-mode-hook.
16129
161302000-06-07 David Ponce <david@dponce.com>
16131
16132 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16133 commands. Require `wid-edit' at run-time.
16134
161352000-06-07 David Ponce <david@dponce.com>
16136
16137 * recentf.el: Added some "Commentary".
16138 (recentf-open-more-files, recentf-edit-list): Minor changes to
16139 move the point at the top of the file list. This behaviour is
16140 consistent with the menu one when the list contains a lot of
16141 files.
16142 (recentf-cleanup): Now displays the number of items removed from
16143 the list.
16144 (recentf-relative-filter) New menu filter to show filenames
16145 relative to `default-directory'.
16146
161472000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16148
16149 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16150 with/without giving an error if PostScript printer doesn't have this
16151 kind of page size. Zebra Stripe continues or restarts on next page.
16152 Manual/automatic paper feeding. Switch or not the header.
16153 (ps-print-version): New version number (5.2.2).
16154 (ps-windows-system): Include emx as a Windows system.
16155 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16156 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16157 (ps-background-text): Code fix.
16158 (ps-error-handler-message, ps-user-defined-prologue)
16159 (ps-print-prologue-header, ps-printer-name)
16160 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16161 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16162 (ps-use-face-background): Customization fix.
16163 (ps-n-up-database): Data fix.
16164 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16165 (ps-switch-header): New vars.
16166 (ps-xemacs-color-name, ps-face-foreground-name)
16167 (ps-face-background-name, ps-boolean-constant): New funs.
16168
161692000-06-07 Dave Love <fx@gnu.org>
16170
16171 * allout.el: New version from Manheimer.
16172
161732000-06-07 Kenichi Handa <handa@etl.go.jp>
16174
16175 * textmodes/fill.el (fill-find-break-point): Check the validity of
16176 charset.
16177
161782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16179
16180 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16181 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16182 Call display-color-p and display-mouse-p instead of looking at
16183 window-system.
16184
161852000-06-06 Dave Love <fx@gnu.org>
16186
16187 * image.el (find-image): Doc fix. Return nil if image not found.
16188 (put-image, insert-image): Make STRING arg optional.
16189
161902000-06-06 Kenichi Handa <handa@etl.go.jp>
16191
16192 * language/vietnamese.el: Remove eval-when-compile.
16193 (viet-viscii-nonascii-translation-table): Define it as a
16194 translation table made from viet-viscii-decode-table.
16195 (viet-viscii-encode-table): Define it as a translation table made
16196 from the reverse map of above.
16197 (viet-vscii-nonascii-translation-table): Define it as a
16198 translation table made from viet-vscii-decode-table.
16199 (viet-vscii-encode-table): Define it as a translation table made
16200 from the reverse map of above.
16201 (ccl-decode-viscii): Use translate-character.
16202 (ccl-encode-viscii, ccl-encode-viscii-font)
16203 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16204 Likewize.
16205
16206 * language/cyrillic.el: Remove eval-when-compile.
16207 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16208 translation table made from cyrillic-koi8-r-decode-table.
16209 (cyrillic-koi8-r-encode-table): Define it as a translation table
16210 made from the reverse map of above.
16211 (ccl-decode-koi8): Use translate-character.
16212 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16213 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16214 a translation table made from cyrillic-alternativnyj-decode-table.
16215 (cyrillic-alternativnyj-encode-table): Define it as a translation
16216 table made from the reverse map of above.
16217 (ccl-decode-alternativnyj): Use translate-character.
16218 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16219 Likewize
16220
16221 * international/mule-diag.el (non-iso-charset-alist): Specify
16222 translation table symbol instead of translation table itself.
16223 (list-block-of-chars): CHARSET may be a translation table symbol.
16224
16225 * international/mule.el (make-coding-system): If CODING-SYSTEM
16226 already exists, override it.
16227
16228 * international/fontset.el: Use family `proportional' for Tibetan
16229 fonts.
16230
16231 * international/ccl.el (ccl-compile-translate-character): Don't
16232 check if Rrr has property translation-table.
16233 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16234
162352000-06-05 Gerd Moellmann <gerd@gnu.org>
16236
16237 * info.el: Bind case-fold-search to t when searching in case
16238 a user sets it to nil in a hook.
16239
162402000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16241
16242 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16243 * hl-line.el (hl-line-mode): Use the new :global key argument.
16244
16245 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16246 (tar-clip-time-string): Prepend a space.
16247 (tar-grind-file-mode): Construct a string rather than modifying one.
16248 (tar-header-block-summarize): Fix docstring.
16249 Use `format' rather than an error-prone set of copy-loops.
16250
16251 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16252 (diff-goto-source, diff-unified->context, diff-context->unified)
16253 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16254 understand the format output by the `-p' argument to diff.
16255
16256 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16257 (sh-re-done): Use defconst.
16258 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16259 (sh-help-string-for-variable, sh-guess-basic-offset):
16260 Don't quote lambdas.
16261 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16262 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16263
16264 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16265 (mh-letter-mode): Derive from text-mode.
16266 This implicitly means that it now calls kill-all-local-variables.
16267 Also remove the Emacs-18 compatibility code.
16268
16269 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16270 Make use of symbol-property doc-string-elt.
16271 Use memq rather than a sequence of eq.
16272 (doc-string-elt): Fix the wrong or missing previously unused values.
16273 (autoload-print-form): New function extracted from
16274 generate-file-autoloads to allow recursion when handling progn
16275 so that defvar's and defun's docstrings are properly printed.
16276 (generate-file-autoloads): Use it.
16277
16278 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16279 Use find-file-hooks in the minor-mode function.
16280 Be careful not to loop indefinitely in the post-command-hook function.
16281
162822000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16283
16284 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16285 tty's.
16286 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16287 differences whenever appropriate.
16288 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16289 * viper.el (find-file, find-file-other-window): Get viper to do
16290 wildcards.
16291
162922000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16293
16294 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16295 (jit-lock-fontify-buffer): New function for JIT refontification.
16296 (jit-lock-mode): Fix docstring.
16297 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16298 Remove jit-lock-after-change from the _local_ hook.
16299 (jit-lock-function-1): Fix docstring.
16300
16301 * info.el (Info-on-current-buffer): Initialize info.
16302
16303 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16304
16305 * progmodes/tcl.el (tcl-indent-for-comment):
16306 Ignore comment-indent-hook.
16307
16308 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16309 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16310 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16311 and improve to use the lighter to guess the capitalization.
16312 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16313 Add keyword arguments to specify global-ness or the custom group.
16314 Add local-map and help-echo properties to the lighter.
16315 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16316 (easy-mmode-define-global-mode): New macro.
16317
163182000-06-02 Dave Love <fx@gnu.org>
16319
16320 * wid-edit.el: byte-compile-dynamic since we typically don't use
16321 all the widgets. Don't require cl or widget. Remove
16322 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16323 (widget-read-event): Removed. Callers changed to use read-event.
16324 (widget-button-release-event-p): Renamed from
16325 button-release-event-p.
16326 (widget-field-add-space, widget-field-use-before-change):
16327 Uncustomize.
16328 (widget-specify-field): Use keymap property, not local-map.
16329 (widget-specify-button): Obey :suppress-face.
16330 (widget-specify-insert): Use modern backquote syntax.
16331 (widget-image-directory): Renamed from widget-glyph-directory.
16332 (widget-image-enable): Renamed from widget-glyph-enable.
16333 (widget-image-find): Replaces widget-glyph-find.
16334 (widget-button-pressed-face): Move defvar.
16335 (widget-image-insert): Replaces widget-glyph-insert.
16336 (widget-convert): Use keywordp.
16337 (widget-leave-text, widget-children-value-delete): Use mapc.
16338 (widget-keymap): Remove XEmacs stuff.
16339 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16340 (widget-button-click): Don't set point at the click, but re-centre
16341 if we scroll out of window. Rewritten for images v. glyphs &c.
16342 (widget-tabable-at): Use POS arg, not point.
16343 (widget-beginning-of-line, widget-end-of-line)
16344 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16345 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16346 (widget-default-create): Use widget-image-insert; some rewriting.
16347 (widget-visibility-value-create)
16348 (widget-push-button-value-create, widget-toggle-value-create): Use
16349 widget-image-insert.
16350 (checkbox): Create on and off images dynamically.
16351 (documentation-link): Change :help-echo.
16352 (widget-documentation-link-echo-help): Remove.
16353
163542000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16355
16356 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16357
16358 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16359 (easy-mmode-define-toggle, define-minor-mode): Use it.
16360 (easy-mmode-define-keymap): Docstring fix.
16361 (define-derived-mode): Default PARENT to fundamental-mode.
16362 Add the derived-mode-parent symbol-property.
16363 (easy-mmode-derived-mode-p): New function.
16364
163652000-06-02 Dave Love <fx@gnu.org>
16366
16367 * files.el (convert-standard-filename): Doc fix.
16368 (normal-backup-enable-predicate): New function.
16369 (backup-enable-predicate): Use it to replace the lambda form.
16370
16371 * calendar/todo-mode.el: [This needs more work on the outline
16372 stuff.] Doc fixes.
16373 (todo) <defgroup>: Add :version.
16374 (todo-add-category): Don't use pushnew.
16375 (todo-cmd-raise): Fix typo.
16376 (todo-top-priorities): Change temp buffer name.
16377 (todo-category-alist): Avoid redundant lambda.
16378 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16379 Use outline-next-heading.
16380
16381 * autoarg.el: Rewritten to use define-minor-mode.
16382 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16383 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16384
163852000-06-02 Kenichi Handa <handa@etl.go.jp>
16386
16387 * isearch.el (isearch-other-meta-char): Fix previous change.
16388
163892000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16390
16391 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16392 (log-edit-done): Only add the comment to the ring if it's different
16393 from the last comment entered.
16394
16395 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16396
163972000-06-01 Dave Love <fx@gnu.org>
16398
16399 * hl-line.el: Rewritten using define-minor-mode.
16400
16401 * help.el (describe-function-1): Distinguish special form from
16402 builtin function. Sanity-check presence of arglist for builtins.
16403
164042000-06-01 Kenichi Handa <handa@etl.go.jp>
16405
16406 * international/characters.el: Fix syntax/category setting of
16407 Tibetan characters.
16408
16409 * language/tibet-util.el (tibetan-add-components): Fixes for new
16410 encoding of Tibetan characters.
16411 (tibetan-decompose-precomposition-alist): New variable.
16412 (tibetan-decompose-region): Convert precomposed characters to
16413 non-precomposed characters.
16414 (tibetan-decompose-string): Likewise.
16415 (tibetan-composition-function): Fix args to
16416 thibetan-compose-string.
16417
16418 * language/tibetan.el (tibetan-composable-pattern): More
16419 characters included.
16420 (tibetan-consonant-transcription-alist): Rule for "R" added.
16421 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16422 "+R" added.
16423 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16424
16425 * language/lao-util.el (lao-composition-function): Fix args to
16426 compose-string.
16427
16428 * language/thai-util.el (thai-composition-function): Fix args to
16429 compose-string.
16430
16431 * isearch.el (isearch-update): Set disable-point-adjustment to t
16432 to prevent the point moving to the end of a composition when a
16433 part of a composition is searched.
16434 (isearch-other-meta-char): If the key invoking this command can be
16435 mapped by function-key-map to a printing char, call
16436 isearch-process-search-char directly.
16437
164382000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16439
16440 * emacs-lisp/bytecomp.el:
16441 * frame.el:
16442 * international/mule-cmds.el:
16443 * international/mule-util.el:
16444 * international/mule.el:
16445 * mouse.el:
16446 * subr.el:
16447 * faces.el: Update calls to make-obsolete with a WHEN argument.
16448
16449 * byte-run.el (make-obsolete, make-obsolete-variable):
16450 Add an optional WHEN argument and change the format of the
16451 symbol-property information.
16452 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16453 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16454 new obsolete-symbol-property format and print WHEN if it is provided.
16455
164562000-05-31 Dave Love <fx@gnu.org>
16457
16458 * loadhist.el (loadhist-hook-functions): Remove
16459 before-change-function, after-change-function.
16460 (unload-feature): Deal with symbols which are both bound and
16461 fbound.
16462
16463 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16464 before-change-function, after-change-function.
16465
16466 * simple.el (newline): Don't bind before-change-function,
16467 after-change-function.
16468
164692000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16470
16471 * whitespace.el (whitespace-rescan-timer-time): Update interval
16472 set to 600 seconds (10 minutes) instead of 60 seconds since
16473 a large number of whitespace buffers causes emacs to `freeze'
16474 for a considerable amount of time.
16475
16476 * whitespace.el: Updated email address
16477
164782000-05-31 Dave Love <fx@gnu.org>
16479
16480 * add-log.el (change-log-font-lock-keywords) <function>: Add
16481 pattern for function of change.
16482 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16483 acknowledgements patterns.
16484
164852000-05-31 Kenichi Handa <handa@etl.go.jp>
16486
16487 * isearch.el (isearch-printing-char): If keyboard coding system is
16488 being used, call isearch-process-search-multibyte-characters.
16489
16490 * international/isearch-x.el: Mostly rewritten.
16491
16492 * international/quail.el (quail-start-conversion): Don't include
16493 unhandled events in the returned events, but set them in
16494 unread-command-events. Exit if all inputs are deleted.
16495
164962000-05-30 Jason Rumney <jasonr@gnu.org>
16497
16498 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16499
16500 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16501 Reenable code to create initial fontsets.
16502 Use set-fontset-font in place of put-charset-property.
16503
165042000-05-30 Gerd Moellmann <gerd@gnu.org>
16505
16506 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16507 label, ensure that the first colon isn't followed by another.
16508
16509 * paths.el (Info-default-directory-list): Doc fix.
16510
16511 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16512 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16513 send a query containing USER only, not USER@HOST.
16514
16515 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16516 and rmail-msgend to compute the restriction at the end, instead of
16517 computing it.
16518
165192000-05-29 Gerd Moellmann <gerd@gnu.org>
16520
16521 * dabbrev.el (dabbrev-expand): Don't display messages in the
16522 echo area if the minibuffer window is active.
16523
16524 * jit-lock.el (jit-lock-mode): Add after change function to
16525 local hook.
16526
165272000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16528
16529 * antlr-mode.el: New commands: hide/unhide actions,
16530 upcase/downcase literals.
16531 (antlr-tiny-action-length): New user option.
16532 (antlr-hide-actions): New command. Suggested by
16533 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16534 (antlr-mode-map): New binding [C-c C-v].
16535 (antlr-mode-menu): New entries.
16536 (antlr-downcase-literals): New command.
16537 (antlr-upcase-literals): Ditto.
16538
16539 * antlr-mode.el: Minor changes: indendation, mode-name.
16540 (antlr-indent-line): Indent cpp directive at column 0.
16541 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16542
16543 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16544 (antlr-font-lock-additional-keywords): Workaround for intentional
16545 bug in XEmacs version of font-lock.
16546 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16547 be used by a smarter version of `buffers-menu-grouping-function'.
16548
165492000-05-29 Gerd Moellmann <gerd@gnu.org>
16550
16551 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16552 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16553
165542000-05-29 Kenichi Handa <handa@etl.go.jp>
16555
16556 * international/encoded-kb.el
16557 (encoded-kbd-iso2022-designation-map): Pay attention to that
16558 charset-iso-final-char return -1 for eight-bit-control and
16559 eight-bit-graphic.
16560
165612000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16562
16563 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16564 (speedbar-easymenu-definition-base): Use display-graphic-p where
16565 available, instead of window-system.
16566
165672000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16568
16569 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16570 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16571 coding systems.
16572
165732000-05-26 Dave Love <fx@gnu.org>
16574
16575 * disp-table.el (standard-display-underline): Don't use
16576 internal-find-face.
16577
16578 * mail/reporter.el: Maintainer change. Doc fixes.
16579 (reporter-version): Deleted.
16580
16581 * emacs-lisp/elp.el: Maintainer change.
16582 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16583
165842000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16585
16586 * add-log.el (add-change-log-entry): Merge the current entry with the
16587 previous one if the previous one is empty.
16588
165892000-05-26 Dave Love <fx@gnu.org>
16590
16591 * loadhist.el (unload-feature): Fix interactive spec [from
16592 lijnzaad@ebi.ac.uk].
16593
16594 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16595 subr-arity to check primitives.
16596 (byte-compile-flush-pending, byte-compile-file-form-progn)
16597 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16598 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16599 mapcar.
16600
166012000-05-26 Kenichi Handa <handa@etl.go.jp>
16602
16603 * international/fontset.el: Set family names of non-latin charsets
16604 in default fontset to "*".
16605
16606 * international/mule-diag.el (print-fontset): Combine family part
16607 and registry part of the fontname by "-*-" instead of "-".
16608
16609 * international/mule-cmds.el (encode-coding-char): Make strings
16610 multibyte before calling encode-coding-string.
16611
166122000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16613
16614 * derived.el: Fix keywords.
16615 (define-derived-mode): Only define if needed.
16616
16617 * simple.el (fill-comment, comment-column, comment-start)
16618 (comment-start-skip, comment-end, comment-indent-function)
16619 (block-comment-start, block-comment-end, indent-for-comment)
16620 (set-comment-column, kill-comment, comment-padding, comment-region)
16621 (comment-multi-line, indent-new-comment-line): Remove.
16622
16623 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16624 function names for comment operations.
16625
16626 * newcomment.el: Add abundant autoload cookies.
16627 (comment-style): Don't depend on runtime data at compile-time.
16628 (comment-indent-hook): Remove.
16629 (comment-indent): Check if comment-indent-hook is bound.
16630 (comment-region): Docstring fix.
16631
166322000-05-25 Dave Love <fx@gnu.org>
16633
16634 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16635 byte-code-function-p.
16636
16637 * mail/rmailsum.el: Add provide.
16638
16639 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16640
16641 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16642 defcustom.
16643
166442000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16645
16646 * ediff-diff.el (ediff-exec-process): delete --binary option from
16647 non-buffer ediff jobs.
16648
166492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16650
16651 * hilit-chg.el (highlight-changes-mode): Ask about color or
16652 grayscale support, not about window-system.
16653
16654 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16655 window-system.
16656 (ffap-highlight): Always default to t.
16657
16658 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16659 display-popup-menus-p instead of looking at window-system.
16660
16661 * disp-table.el (standard-display-g1, standard-display-graphic):
16662 Only refuse to use string glyphs on X and MS-Windows.
16663
16664 * avoid.el: Remove window-system from commentary, suggest to use
16665 display-*-p instead.
16666
16667 * apropos.el (apropos-print): Use display-mouse-p instead of
16668 window-system.
16669
166702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16671
16672 * international/codepage.el (cp-decoding-vector-for-codepage):
16673 Fill up unsupported characters with their own codes. From Kenichi
16674 Handa.
16675
166762000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16677
16678 * international/mule-diag.el (describe-char-after): Use
16679 display-graphic-p instead of window-system, so that this function
16680 works on MS-DOS.
16681
166822000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16683
16684 * international/codepage.el (cp-make-coding-systems-for-codepage):
16685 Remove the eight-bit-graphic and eight-bit-control charsets from
16686 the list of charsets which we convert into `?'.
16687
166882000-05-25 Kenichi Handa <handa@etl.go.jp>
16689
16690 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16691 private charsets.
16692 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16693 japanese-jisx0213-2): New charsets.
16694
16695 * international/fontset.el: Setup default fontset for new charsets.
16696
166972000-05-24 Dave Love <fx@gnu.org>
16698
16699 * info.el (Info-find-node-2): Restructure [following "Vadim
16700 S. Solomin" <sovs@uic.nnov.ru>].
16701
16702 * icomplete.el: Fix header for Finder.
16703
167042000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16705
16706 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16707 STAY.
16708
16709 * rmail.el (rmail-automatic-folder-directives): New user variable.
16710 (rmail-show-message): Add call to `rmail-auto-file' during
16711 display.
16712 (rmail-auto-file): New function.
16713
167142000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16715
16716 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16717 account.
16718 (ediff-test-utility,ediff-diff-mandatory-option)
16719 (ediff-reset-diff-options): Utilities for proper initialization of
16720 ediff-diff-options and ediff-diff3-options on Windows.
16721
16722 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16723 variable.
16724
16725 * ediff-mult.el (ediff-filegroup-action): Use
16726 ediff-merge-filename-prefix.
16727
167282000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16729
16730 * viper-ex.el (ex-write): Set selective display to nil.
16731
167322000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16733
16734 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16735 aliases for hebrew-iso-8bit.
16736
167372000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16738
16739 * woman.el: New version from Francis J. Wright
16740 <F.J.Wright@Maths.QMW.ac.uk>.
16741 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16742 names in environment variables regardless of the path separator.
16743 (woman-topic-all-completions-1): Don't call file-name-directory-p
16744 on all files, since woman-file-regexp already filters out any
16745 directories.
16746
167472000-05-24 Kenichi Handa <handa@etl.go.jp>
16748
16749 * international/quail.el (quail-start-translation): Don't change
16750 modified-p of the current buffer.
16751 (quail-start-conversion): Likewise.
16752
16753 * international/kkc.el (kkc-region): Don't change modified-p of
16754 the current buffer.
16755
16756 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16757 conform to RFC1468.
16758 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16759
167602000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16761
16762 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16763 (speedbar-insert-button): Invisible text property fix.
16764 (speedbar-directory-plus): Renamed from speedbar-directory-+
16765 (speedbar-directory-minus): Renamed from speedbar-directory--
16766 (speedbar-page-plus): Renamed from speedbar-file-+
16767 (speedbar-page-minus): Renamed from speedbar-file--
16768 (speedbar-page): Renamed from speedbar-file-
16769 (speedbar-tag): Renamed from speedbar-tag-
16770 (speedbar-tag-plus): Renamed from speedbar-tag-+
16771 (speedbar-tag-minus): Renamed from speedbar-tag--
16772 (speedbar-expand-image-button-alist): Use above renames.
16773
16774 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16775 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16776 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16777 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16778 * sb-pg.xpm: Renamed from sb-file.xpm
16779 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16780 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16781
167822000-05-24 Kenichi Handa <handa@etl.go.jp>
16783
16784 * international/quail.el (quail-show-guidance-buf): Set
16785 current-input-method of the guidance buffer to the name of the
16786 curren input method.
16787
167882000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16789
16790 * progmodes/compile.el (compile-internal): Style typo.
16791
16792 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16793 quote vars and functions in the docstring.
16794
16795 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16796
16797 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16798 Don't quote lambdas.
16799
16800 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16801
168022000-05-23 Gerd Moellmann <gerd@gnu.org>
16803
16804 * startup.el (command-line): Determine source file of compiled
16805 user init file differently. Warn if compiled user init file
16806 is older than its source file.
16807
16808 * ffap.el (ffap-url-regexp): Add `https'.
16809
168102000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16811
16812 * files.el (make-backup-file-name-1): Replace slashes with `!'
16813 rather than `|' (which is not allowed on Windows). Replace the
16814 drive letters with a string "drive_X".
16815
168162000-05-23 Gerd Moellmann <gerd@gnu.org>
16817
16818 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16819
16820 * files.el (interpreter-mode-alist): Add `bash2'.
16821
168222000-05-22 Dave Love <fx@gnu.org>
16823
16824 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16825 mapc.
16826 (feature-file): Avoid calling symbol-name. Doc fix.
16827 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16828 (loadhist-hook-functions): Add mouse-position-function.
16829 (unload-feature): Change uses of mapcar.
16830
16831 * files.el (parse-colon-path): Doc fix.
16832 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16833 (set-auto-mode): Use mapc.
16834
16835 * complete.el (PC-look-for-include-file): Use :alnum: character
16836 class.
16837 (partial-completion-mode): Add autoload cookie.
16838
168392000-05-22 Sam Steingold <sds@gnu.org>
16840
16841 * info.el (Info-fontify-node): Fixed the call to
16842 `add-text-properties' (bug introduced on 2000-05-18).
16843
168442000-05-22 Dave Love <fx@gnu.org>
16845
16846 * bindings.el: Remove debug-ignored-errors set in other files.
16847
16848 * progmodes/etags.el: Add to debug-ignored-errors.
16849 (visit-tags-table-buffer): Clear out buffers holding old tables
16850 when making a new list.
16851 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16852 mapc.
16853
16854 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16855 quote keywords.
16856 (cmpl-string-case-type): Use character classes.
16857
16858 * comint.el:
16859 * textmodes/ispell.el:
16860 * imenu.el:
16861 * mail/mh-e.el:
16862 * progmodes/compile.el: Add to debug-ignored-errors.
16863
16864 * dabbrev.el: Add to debug-ignored-errors.
16865 (dabbrev-completion): Use mapc.
16866
168672000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16868
16869 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16870 (woman-mapcan, woman-parse-man.conf)
16871 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16872 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16873 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16874 path syntax better.
16875 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16876 (woman-manpath): Call woman-parse-man.conf.
16877 (woman-emulation): New defcustom, defaults to nroff.
16878 (woman-font-support): New defconst.
16879 (woman-use-symbol-font): New defcustom.
16880 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16881 "Emulation".
16882 Many functions: Doc fix.
16883
168842000-05-22 Kenichi Handa <handa@etl.go.jp>
16885
16886 * international/quail.el (quail-simple-translation-keymap): Map
16887 128..255 to quail-self-insert-command.
16888 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16889
168902000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16891
16892 * help.el (help-manyarg-func-alist): Typo.
16893
16894 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16895 intervals which makes it heaps simpler.
16896
16897 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16898 the nested comment markers.
16899
16900 * subr.el (remove-hook): Don't turn the hook's value into a list.
16901
169022000-05-21 Dave Love <fx@gnu.org>
16903
16904 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16905 are invalid characters.
16906
16907 * international/mule-util.el (detect-coding-with-priority): Use
16908 mapc. Remove redundant lambda.
16909
16910 * international/mule-diag.el (list-non-iso-charset-chars)
16911 (describe-fontset): Remove redundant lambda.
16912
16913 * emulation/crisp.el (brief-mode): New alias.
16914
16915 * emacs-lisp/ring.el (ring-elements): New function.
16916
16917 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16918 (easy-menu-do-add-item): Use keywordp.
16919
16920 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16921
16922 * replace.el: Doc and error message fixes.
16923 (replace-highlight): Use facep, not internal-find-face.
16924
169252000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16926
16927 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16928
16929 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16930 (log-edit-insert-changelog): Drop `:' as well.
16931
16932 * log-view.el: Fix file description.
16933 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16934 available.
16935 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16936 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16937
16938 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16939 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16940 Print a status message if the toggle is called interactively.
16941 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16942 for global minor modes and use `defcustom' for them.
16943 Use add-minor-mode.
16944 (easy-mmode-define-derived-mode): Remove.
16945 (define-derived-mode): Fancier default docstring.
16946 (easy-mmode-define-navigation): Signal an error rather than (ding).
16947
16948 * newcomment.el (comment-styles): New `box-multi'.
16949 (comment-normalize-vars): Better default for comment-continue to
16950 avoid whitespace-only continuations.
16951 (comment-search-forward): Always move even in the no-syntax case.
16952 (comment-padright): Only obey N if it's only obeyed for padleft.
16953 (comment-make-extra-lines): Better handling of empty continuations.
16954 Use `=' for the filler if comment-start has only one character.
16955 (uncomment-region): Try handling the special `=' filler.
16956 (comment-region): Allow LINES even if MULTI is nil.
16957 (comment-box): Choose box style based on comment-style.
16958
169592000-05-20 Kenichi Handa <handa@etl.go.jp>
16960
16961 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16962 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16963
169642000-05-20 Kenichi HANDA <handa@etl.go.jp>
16965
16966 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16967 and insert, not subst-char-in-region.
16968
16969 * international/mule-diag.el (list-character-sets-1): Handle
16970 charsets eight-bit-control and eight-bit-graphic.
16971 (list-iso-charset-chars): Likewise.
16972 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16973 charactes as is. Use indent-to to align characters.
16974
16975 * international/mule-cmds.el (find-multibyte-characters): Never
16976 exclude charsets eight-bit-control and eight-bit-graphic.
16977
169782000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16979
16980 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16981 Don't quote lambdas.
16982
16983 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16984
169852000-05-19 Gerd Moellmann <gerd@gnu.org>
16986
16987 * gud.el (gud-jdb-directories): Doc fix.
16988
169892000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16990
16991 * newcomment.el: New file.
16992
169932000-05-19 Gerd Moellmann <gerd@gnu.org>
16994
16995 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16996
169972000-05-18 Andreas Schwab <schwab@suse.de>
16998
16999 * dired.el (dired-between-files): Also skip lines beginning with
17000 `used'.
17001
170022000-05-18 Gerd Moellmann <gerd@gnu.org>
17003
17004 * msb.el (msb-menu-cond): Add choice `user'.
17005
170062000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17007
17008 * ps-print.el: Compatibility, customization and doc fix.
17009 (ps-printer-name-option): Replace defconst by defvar.
17010 (ps-postscript-code-directory): XEmacs compatibility.
17011 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17012 fix.
17013 (ps-user-defined-prologue, ps-print-prologue-header)
17014 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17015 compatibility and code fix.
17016 (ps-print-background-image, ps-print-background-text):
17017 Customization fix.
17018 (ps-line-number-start, ps-n-up-on): New vars.
17019
170202000-05-18 Espen Skoglund <esk@ira.uka.de>
17021
17022 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17023 the indent-comment function to just return the appropriate indent.
17024
170252000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17026
17027 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17028 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17029 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17030
170312000-05-18 Dave Love <fx@gnu.org>
17032
17033 * info.el (Info-fontify-node): Add intangible property as well as
17034 invisible.
17035
17036 * calendar/appt.el (appt-make-list): Match all lines of entry.
17037 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17038
170392000-05-18 Kenichi Handa <handa@etl.go.jp>
17040
17041 * international/mule-diag.el (describe-char-after): Call
17042 internal-char-font, not char-font. If internal-char-font returns
17043 nil, display "-- none --".
17044
170452000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17046
17047 * image.el (image-type-available-p): Don't reference image-types
17048 if it isn't bound.
17049
170502000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17051
17052 * autoarg.el (autoarg-mode): Typo in the :set argument.
17053
170542000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17055
17056 * startup.el (command-line-1): Don't signal an error if the
17057 directory for auto-save-list files does not yet exist.
17058
170592000-05-17 Kenichi Handa <handa@etl.go.jp>
17060
17061 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17062
170632000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17064
17065 * subr.el (remove-hook): `setq' hook-value, not `set'.
17066
170672000-05-16 Sam Steingold <sds@gnu.org>
17068
17069 * info.el (debug-ignored-errors): More errors to ignore.
17070
170712000-05-16 Dave Love <fx@gnu.org>
17072
17073 * cus-edit.el: Don't require cl or easymenu.
17074 (custom-variable-prompt): Test standard-value property, not
17075 user-variable-p.
17076
170772000-05-16 Sam Steingold <sds@gnu.org>
17078
17079 * subr.el (add-hook): `setq' hook-value, not `set'.
17080
170812000-05-16 Gerd Moellmann <gerd@gnu.org>
17082
17083 * startup.el (command-line-1): Mention the FAQ in the startup
17084 message.
17085
17086 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17087
17088 * progmodes/compile.el (compilation-parse-errors): Collect
17089 `nomessage' regexps last.
17090
17091 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17092
17093 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17094 to the function name.
17095
170962000-05-15 Dave Love <fx@gnu.org>
17097
17098 * speedbar.el (speedbar-recenter): Typo.
17099 (speedbar-expand-line): Make arg optional.
17100 (speedbar-mode): Avoid a compiler warning.
17101
171022000-05-15 Gerd Moellmann <gerd@gnu.org>
17103
17104 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17105 user-specified option string is empty.
17106
17107 * mouse.el (mouse-yank-at-click): Doc fix.
17108
171092000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17110
17111 * term/internal.el (IT-character-translations): More updates of
17112 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17113 documents.
17114
171152000-05-15 Gerd Moellmann <gerd@gnu.org>
17116
17117 * env.el (getenv): New function, interactively callable.
17118 (setenv, getenv): Remove autoload cookies.
17119
17120 * loadup.el: Load `env'.
17121
17122 * progmodes/f90.el: Change author's mail address.
17123
171242000-05-14 Dave Love <fx@gnu.org>
17125
17126 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17127 goto-addr as an option.
17128
17129 * help.el (help-xref-stack): Doc fix.
17130 (help-xref-following): New variable.
17131 (help-make-xrefs): Use it.
17132 (help-xref-go-back): Use position information from stack element.
17133 (help-follow): Make position in stack element a pair. Use
17134 help-xref-following.
17135
17136 * autoarg.el: New file.
17137
17138 * faces.el: Declare more functions obsolete.
17139
17140 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17141 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17142 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17143 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17144 Remove all the setup-...-environment functions.
17145
171462000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17147
17148 * speedbar.el: Updated the commentary section. xemacs20p now uses
17149 >= when detecting. Require `defimage' safely.
17150 (speedbar-easymenu-definition-base): Add toggle for images.
17151 (speedbar-easymenu-definition-special): Add flush cache & expand.
17152 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17153 (speedbar-reconfigure-keymaps-hook): New variable.
17154 (speedbar-frame-parameters): Updated documentation.
17155 (speedbar-use-imenu-flag): Updated custom tag
17156 (speedbar-dynamic-tags-function-list): New variable.
17157 (speedbar-tag-hierarchy-method): Updated doc & custom.
17158 (speedbar-indentation-width, speedbar-indentation-width) New
17159 variables.
17160 (speedbar-hide-button-brackets-flag): Customizable.
17161 (speedbar-vc-indicator): Doc update.
17162 (speedbar-ignored-path-expressions): Updated default value.
17163 (speedbar-supported-extension-expressions): Updated default value.
17164 (speedbar-syntax-table): Remove {} paren status.
17165 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17166 as "+". Added overlay aliases.
17167 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17168 `force-mode-line-update'.
17169 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17170 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17171 `mouse-set-point'
17172 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17173 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17174 of arbitrary text, and new helper functions.
17175 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17176 filename finder.
17177 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17178 (speedbar-directory-buttons): Update path search/expansion.
17179 (speedbar-make-tag-line): Pay attention to
17180 `speedbar-indentation-width'. Use more care w/ invisible
17181 properties.
17182 (speedbar-change-expand-button-char): Call
17183 `speedbar-insert-image-button-maybe'.
17184 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17185 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17186 (speedbar-trim-words-tag-hierarchy)
17187 (speedbar-simple-group-tag-hierarchy): New functions
17188 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17189 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17190 functions.
17191 (speedbar-mouse-set-point): New function
17192 (speedbar-power-click): Updated documentation.
17193 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17194 of tag prefix text.
17195 (speedbar-expand-line, speedbar-contract-line): Make more robust
17196 to strange text.
17197 (speedbar-expand-line): Takes universal argument to flush the
17198 cache.
17199 (speedbar-flush-expand-line): New function.
17200 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17201 Use new generator insertion method.
17202 (speedbar-fetch-dynamic-tags): New function.
17203 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17204 `speedbar-fetch-dynamic-imenu'.
17205 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17206 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17207 "Revert Buffer" menu items.
17208 (speedbar-buffer-buttons-engine): Be smarter when creating a
17209 filename tag (for expansion purposes.).
17210 (speedbar-highlight-one-tag-line,
17211 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17212 (speedbar-recenter): New functions.
17213 (defimage-speedbar): Image loading abstraction.
17214 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17215 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17216 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17217 (speedbar-tag-type, speedbar-tag-mail): New images.
17218 (speedbar-expand-image-button-alist): New variable.
17219 (speedbar-insert-image-button-maybe): Insert an image over some
17220 buttons.
17221
172222000-05-13 Kenichi Handa <handa@etl.go.jp>
17223
17224 * international/mule-cmds.el (encode-coding-char): An ASCII
17225 character is always encodable.
17226
17227 * international/mule-conf.el: Add more information in descriptions
17228 of character sets.
17229
17230 * international/mule-diag.el (describe-char-after): New function.
17231 (describe-font-internal): Adjusted for the change of font-info.
17232 (describe-font): Likewise.
17233 (print-fontset): Rewritten for the new fontset implementation.
17234 (describe-fontset): Include fontset alias names in completion.
17235 (list-fontsets): Adjusted for the change of print-fontset.
17236
17237 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17238 describe-char-after instead of displaying the detail in the echo
17239 area.
17240 (syntax-code-table): Format changed.
17241 (string-to-syntax): Adjusted for the above change.
17242
172432000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17244
17245 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17246
172472000-05-12 Dave Love <fx@gnu.org>
17248
17249 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17250 dependence. Use line-{beginning,end}-position, not
17251 point-at{b,e}ol. Some doc fixes.
17252 (todo-position): New function. Fix callers of position to use it.
17253 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17254
172552000-05-12 Gerd Moellmann <gerd@gnu.org>
17256
17257 * time.el (display-time-mail-icon): Use `:ascent center'.
17258
17259 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17260 handling FTP security extensions.
17261
172622000-05-11 Dave Love <fx@gnu.org>
17263
17264 * calendar/todo-mode.el: New file.
17265
172662000-05-11 Gerd Moellmann <gerd@gnu.org>
17267
17268 * comint.el (comint-read-input-ring): Move reference to
17269 comint-input-ring-size outside of the save-excursion. It was
17270 causing the default value to be the only one ever seen.
17271
17272 * font-lock.el: Update copyright. Remove Simon Marshall's email
17273 address on request from him.
17274
17275 * subr.el (substitute-key-definition): Add comment describing
17276 the meaning of PREFIX.
17277
172782000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17279
17280 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17281
17282 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17283 (add-minor-mode): Don't make the variable buffer-local and add a
17284 reference to define-minor-mode in the docstring.
17285
17286 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17287 HEADER/FOOTER and fix bug with trailing empty directory.
17288 (cvs-append-to-ignore): Use vc-editable-p if available.
17289 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17290 (vc-do-command): Tweak advice to handle the new VC.
17291
17292 * log-view.el (log-view-goto-rev): New function for the new VC.
17293 (log-view-minor-wrap): Use mark-active.
17294
17295 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17296 (log-edit-changelog-full-paragraphs): New var.
17297 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17298 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17299 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17300 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17301 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17302 Replace the `cvs' prefix with `log-edit'.
17303
17304 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17305
17306 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17307 (diff-font-lock-defaults): Explicitly turn off multiline.
17308 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17309 (diff-ediff-patch): Fix call to ediff-patch-file.
17310 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17311 Handle comments.
17312
17313 * frame.el (automatic-hscrolling): Typo.
17314
17315 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17316
173172000-05-09 Sam Steingold <sds@goems.com>
17318
17319 * apropos.el (apropos-print): use `describe-face' instead of
17320 `customize-face-other-window'.
17321
173222000-05-09 Dave Love <fx@gnu.org>
17323
17324 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17325
17326 * help.el (describe-variable): Have customize button pop the
17327 help-xref stack when invoked.
17328 (help-xref-symbol-regexp): Add `face'.
17329 (help-make-xrefs): Check for quoted face names and adapt regexp
17330 submatch numbers to cope.
17331 (help-xref-interned): Maybe insert face doc too. Separate
17332 sections with a line of hyphens.
17333
17334 * faces.el: Some doc fixes. Declare some functions obsolete.
17335 (describe-face): Add customize button. Return the help
17336 text. Fix prompt.
17337
173382000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17339
17340 * term/internal.el (IT-character-translations): Fix last change.
17341
173422000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17343
17344 * woman.el: New file
17345 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17346
173472000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17348
17349 * term/internal.el (IT-character-translations): Update ASCII
17350 simulations for greek-iso8859-7, add latin-iso8859-14 and
17351 latin-iso8859-15.
17352
17353 * international/mule-cmds.el (set-language-info-alist): Call
17354 define-prefix-command with 3 arguments, to make the map suitable
17355 for a menu.
17356
173572000-05-07 Dave Love <fx@gnu.org>
17358
17359 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17360
173612000-05-05 Dave Love <fx@gnu.org>
17362
17363 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17364 list in doc string. Don't quote keyword symbols.
17365 * emacs-lisp/cl.el: Likewise
17366 * emacs-lisp/cl-seq.el: Likewise
17367
173682000-05-05 Gerd Moellmann <gerd@gnu.org>
17369
17370 * abbrev.el (abbrev-mode): Make ARG optional.
17371
173722000-05-04 Gerd Moellmann <gerd@gnu.org>
17373
17374 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17375
17376 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17377
17378 * subr.el (substitute-key-definition): Clarify documentation.
17379
173802000-05-04 Milan Zamazal <pdm@freesoft.cz>
17381
17382 * glasses.el (glasses-convert-to-unreadable): Use
17383 `glasses-separator' instead of the hard-wired "_".
17384 (glasses-mode): Call `glasses-make-unreadable' only in a single
17385 place.
17386
173872000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17388
17389 * term/internal.el (cjk-codepages-alist): Add associations for
17390 Chinese and Korean codepages. Remove FIXME comment.
17391
173922000-05-03 Dave Love <fx@gnu.org>
17393
17394 * time.el (display-time-mail-face, display-time-use-mail-icon):
17395 New option.
17396 (display-time-mail-icon): New variable.
17397 (display-time-string-forms): Use the above. Fix the local-map.
17398
173992000-05-03 Gerd Moellmann <gerd@gnu.org>
17400
17401 * replace.el (query-replace-map): Add binding for `E'.
17402 (query-replace-help): Extend help text.
17403 (perform-replace): Allow editing the replacement string.
17404
17405 * make-mode.el (makefile-mode-abbrev-table): New variable.
17406 (makefile-mode): Set local abbrev table to
17407 makefile-mode-abbrev-table.
17408 (makefile-font-lock-keywords): Fontify includes and conditionals.
17409
17410 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17411 set TOGGLE's value.
17412
17413 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17414 mail-interactive-insert-alias.
17415 (mail-abbrev-complete-alias): New command.
17416 (mail-mode-map): Bind it to `M-TAB'.
17417
174182000-05-03 Kenichi Handa <handa@etl.go.jp>
17419
17420 * language/lao-util.el (lao-compose-region): New function.
17421
174222000-05-02 Gerd Moellmann <gerd@gnu.org>
17423
17424 * files.el (recover-session): Make directories as necessary
17425 if they don't exist yet.
17426
17427 * calendar/cal-french.el
17428 (french-calendar-multibyte-special-days-array)
17429 (french-calendar-special-days-array): Change French text.
17430 (calendar-french-date-string): Change output.
17431 (calendar-goto-french-date): Likewise.
17432
174332000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17434
17435 * wid-edit.el (widget-default-active): Obey `:always-active'.
17436 (widget-documentation-string-value-create): Set `:always-active'.
17437
174382000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17439
17440 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17441 default prefix to `~/_emacs.d/auto-save.list/_s'.
17442 (normal-top-level): Create the directory for auto-save files, if
17443 it doesn't already exist (in the ms-dos case only).
17444
174452000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17446
17447 * international/mule-cmds.el (set-language-environment): Don't
17448 concat an integer (dos-codepage), use format instead.
17449
174502000-05-02 Dave Love <fx@gnu.org>
17451
17452 * help.el (help-xref-on-pp): Check for constant symbols.
17453
174542000-04-29 Gerd Moellmann <gerd@gnu.org>
17455
17456 * startup.el (normal-top-level): Put a condition-case around
17457 the code loading subdirs.el.
17458
174592000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17460
17461 * ps-print.el: Upside-down and face background color printing,
17462 line number step, doc fix.
17463 (ps-print-version): New version number (5.2).
17464 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17465 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17466 (ps-spool-config): Var fix.
17467 (ps-printer-name-option): Const fix.
17468 (ps-print-upside-down, ps-use-face-background)
17469 (ps-line-number-step): New vars.
17470 (ps-window-system, ps-lp-system): New consts.
17471 (ps-face-background): New fun.
17472
174732000-04-28 Richard Stallman <rms@gnu.org>
17474
17475 * files.el (make-auto-save-file-name):
17476 Apply auto-save-file-name-transforms to visited file name
17477 before generating auto save file name.
17478 (auto-save-file-name-transforms): New variable.
17479
17480 * files.el (backup-enable-predicate):
17481 Correctly test for a file under a temporary directory.
17482
174832000-04-28 Gerd Moellmann <gerd@gnu.org>
17484
17485 * subr.el (add-minor-mode): Rewritten.
17486
174872000-04-28 Kenichi Handa <handa@etl.go.jp>
17488
17489 * mail/sendmail.el (sendmail-send-it): Set
17490 buffer-file-coding-system to the selected coding system for MIME
17491 header.
17492
174932000-04-27 Gerd Moellmann <gerd@gnu.org>
17494
17495 * dired.el (dired-move-to-filename-regexp): Allow format where
17496 YYYY is followed by two spaces.
17497
17498 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17499 in the second character class of the regexp.
17500
17501 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17502 mh-etc, too.
17503
17504 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17505 nil.
17506
17507 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17508
17509 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17510 argument.
17511
175122000-04-27 Sen Nagata <sen@eccosys.com>
17513
17514 * emacs-lisp/crm.el (crm-completion-table): New variable.
17515 (crm-collection-fn, crm-test-completion)
17516 (completing-read-multiple): Use it.
17517
175182000-04-27 Dave Love <fx@gnu.org>
17519
17520 * help.el (locate-library): Use mapc.
17521 (help-manyarg-func-alist): Add call-process-region.
17522
175232000-04-26 Gerd Moellmann <gerd@gnu.org>
17524
17525 * subr.el (add-minor-mode): Make argument MAP optional.
17526
17527 * desktop.el (desktop-save): Save list of minor modes.
17528 (desktop-create-buffer): Restore minor modes.
17529 (desktop-minor-mode-table): New user-option.
17530
17531 * subr.el (add-minor-mode): New function.
17532
17533 * image.el (find-image): New function.
17534 (defimage): Rewritten to find image at load time.
17535
17536 * startup.el (normal-top-level-add-to-load-path): Handle
17537 case that the default directory is not in load-path.
17538
17539 * help.el: Old patch from Stefan Monnier.
17540 (help-xref-on-pp): New function.
17541 (describe-variable): Use it to display xrefs in a symbol's value.
17542
175432000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17544
17545 * cus-edit.el (custom-face): Fix parenthesis.
17546
175472000-04-26 Kenichi Handa <handa@etl.go.jp>
17548
17549 * mail/rmail.el (rmail-expunge): When there are no deleted
17550 messages, do nothing.
17551
175522000-04-26 Dave Love <fx@gnu.org>
17553
17554 * international/mule-cmds.el (locale-translation-file-name):
17555 Defvar to nil.
17556 (set-locale-environment): Set it here (at runtime).
17557
175582000-04-25 Gerd Moellmann <gerd@gnu.org>
17559
17560 * replace.el (perform-replace): Add parameters START and END. Use
17561 them instead of the check for a region in Transient Mark mode.
17562 (query-replace-read-args): Return two more list elements for the
17563 start and end of the region in Transient Mark mode.
17564 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17565 (map-query-replace-regexp, replace-string, replace-regexp): Add
17566 optional last arguments START and END and pass them to
17567 perform-replace.
17568
17569 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17570 form with additional arguments for perform-replace.
17571
17572 * progmodes/etags.el (tags-query-replace): Add parameters START
17573 and END. Construct a form with additional arguments for
17574 perform-replace.
17575
17576 * simple.el (shell-command): Set default directory for "*Shell
17577 Command Output" buffer.
17578
17579 * language/european.el (iso-latin-4): Fix typo.
17580
17581 * emacs-lisp/crm.el: New file.
17582
175832000-04-24 Dave Love <fx@gnu.org>
17584
17585 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17586 (Custom-reset-saved, Custom-reset-standard)
17587 (custom-group-value-create, custom-group-set, custom-group-save)
17588 (custom-group-reset-current, custom-group-reset-saved)
17589 (custom-group-reset-standard): Use mapc.
17590 (custom-buffer-create-internal): Disable undo when creating items.
17591 Use mapc.
17592 (custom-face): Avoid redundant lambda.
17593
175942000-04-24 Gerd Moellmann <gerd@gnu.org>
17595
17596 * startup.el (auto-save-list-file-prefix): Set default to
17597 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17598
175992000-04-24 Sam Steingold <sds@gnu.org>
17600
17601 * time-stamp.el (time-stamp-string-preprocess): Always convert
17602 `field-result' to a string.
17603
176042000-04-24 Gerd Moellmann <gerd@gnu.org>
17605
17606 * frame.el (scrolling): New group.
17607 (automatic-hscrolling): New user-option.
17608
17609 * startup.el (command-line-x-option-alist): Add `-lsp' and
17610 `--line-spacing'.
17611
176122000-04-19 Dave Love <fx@gnu.org>
17613
17614 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17615 (cl-mapc): Rename from mapc. Fix the funcall.
17616
176172000-04-19 Gerd Moellmann <gerd@gnu.org>
17618
17619 * simple.el (clone-indirect-buffer-other-window): New command.
17620 (clone-indirect-buffer): Add optional arg NORECROD.
17621 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17622
17623 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17624
17625 * window.el (count-screen-lines): New function.
17626 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17627 instead of window-buffer-height.
17628
17629 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17630 non-existing variable comint-input-sentinel.
17631 (inferior-lisp-args-to-list): Removed.
17632 (inferior-lisp): Use split-string instead of
17633 inferior-lisp-args-to-list.
17634
17635 * hexl.el (hexl-insert-hex-string): New command.
17636
17637 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17638 instead of concat.
17639
176402000-04-18 Gerd Moellmann <gerd@gnu.org>
17641
17642 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17643 at the start of an existing but empty folder.
17644
176452000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17646
17647 * ps-mule.el: Customization fix, doc fix.
17648 (ps-multibyte-buffer): Customization fix.
17649
176502000-04-17 Richard M. Stallman <rms@gnu.org>
17651
17652 * subr.el (read-passwd): Use read-char-exclusive.
17653
176542000-04-17 Gerd Moellmann <gerd@gnu.org>
17655
17656 * textmodes/texinfo.el (texinfo-insert-@email)
17657 (texinfo-insert-@emph, texinfo-insert-@quotation)
17658 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17659 (texinfo-mode-map): Add key bindings for them.
17660
17661 * files.el (basic-save-buffer-2): Use a template with `$'
17662 instead of `#' for VMS.
17663
17664 * simple.el (clone-indirect-buffer): New function.
17665
176662000-04-16 Stephen Eglen <stephen@gnu.org>
17667
17668 * iswitchb.el (iswitchb-case): New function. If the user input
17669 contains any upper-case characters, the search is made
17670 case-sensitive.
17671
176722000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17673
17674 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17675 comment-end.
17676 (texinfo-font-lock-syntactic-keywords): New var.
17677 (texinfo-font-lock-keywords): Remove comment regexp.
17678 (texinfo-insert-block): New function.
17679 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17680 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17681 and font-lock-defaults. Use regexp-opt for outline-regexp.
17682 (texinfo-environments): New var.
17683 (texinfo-environment-regexp): Use regexp-opt and
17684 texinfo-environments.
17685
17686 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17687 ispell-process is bound since this might be eval'd before ispell
17688 is loaded.
17689 (ispell-message): Use a tiny bit less magic and a bit more hard
17690 data to figure out what kind of sc-cite-regexp to use.
17691
17692 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17693
17694 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17695 (insert-cyclic-diary-entry): Unquote the lambda.
17696
17697 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17698
17699 * files.el (backup-enable-predicate): Unquote the lambda.
17700
17701 * cus-edit.el (custom-face, face): Unquote the lambda.
17702
177032000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17704
17705 * ps-print.el: Check for line-beginning-position definition.
17706
17707 * ps-print.el: Fix counting lines in a region.
17708 (ps-print-version): New version number (5.1.5).
17709 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17710 (ps-printing-region): Fun code fix.
17711
177122000-04-15 Gerd Moellmann <gerd@gnu.org>
17713
17714 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17715 to file-directory-p.
17716
177172000-04-14 Gerd Moellmann <gerd@gnu.org>
17718
17719 * gud.el (gud-jdb-build-source-files-list): Check that directory
17720 exists before calling directory-files.
17721
177222000-04-13 Dave Love <fx@gnu.org>
17723
17724 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17725 syntax.
17726
17727 * emacs-lisp/cl-specs.el: Remove when, unless.
17728
17729 * emacs-lisp/cl-extra.el: Don't quote keywords.
17730 (cl-old-mapc): New variable.
17731 (mapc): Use it.
17732 (cl-map-intervals): Use with-current-buffer. Don't check for
17733 next-property-change.
17734 (cl-map-overlays): Use with-current-buffer.
17735 (cl-expt): Remove.
17736 (copy-tree, remprop): Define unconditionally.
17737
17738 * emacs-lisp/cl-compat.el (keywordp): Remove.
17739
17740 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17741 to use keywordp.
17742 (edebug-spec): Enable keywordp.
17743
17744 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17745 string-lessp.
17746
17747 * cus-start.el: Use keywordp.
17748
177492000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17750
17751 * diary-lib.el (include-other-diary-files): Fix the fix of
17752 2000-02-18 by doing a save-excursion.
17753
177542000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17755
17756 * ps-print.el: Customization fix, doc fix.
17757 (ps-print-version): New version number (5.1.4).
17758 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17759 (ps-print-preprint): Adjust code.
17760 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17761 (ps-print-prologue-header, ps-print-control-characters)
17762 (ps-spool-config): Customization fix.
17763
177642000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17765
17766 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17767 converted to the new menu-item format, names silightly changed,
17768 help strings added.
17769
17770 Support for spelling without async subprocesses:
17771
17772 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17773 (ispell-session-buffer): New variables.
17774 (ispell-start-process, ispell-process-status,
17775 ispell-accept-output, ispell-send-string): New functions, for
17776 Ispell invocation when async subprocesses aren't supported.
17777 (ispell-word, ispell-pdict-save, ispell-command-loop,
17778 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17779 to process-send-string with calls to ispell-send-string, and
17780 accept-process-output with ispell-accept-output.
17781 (ispell-init-process): Call ispell-process-status instead of
17782 process-status with.
17783 (ispell-init-process): Call ispell-start-process. Call
17784 ispell-accept-output and ispell-send-string. Don't call
17785 process-kill-without-query and kill-process if they are unbound.
17786 (ispell-async-processp): New function.
17787
177882000-04-12 Dave Love <fx@gnu.org>
17789
17790 * info.el: Add debug-ignored-errors.
17791 (Info-mode-menu): Add some items.
17792 (Info-directory): Add autoload cookie.
17793
17794 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17795 Modify `truncate-lines'. Make `describe-language-environment'
17796 always visible and add help. Modify `describe-key' help. Invoke
17797 Info-directory from `info'. New entry `emacs-manual'.
17798
177992000-04-10 Gerd Moellmann <gerd@gnu.org>
17800
b291c86c
SM
17801 * progmodes/ebrowse.el (ebrowse-tree-mode):
17802 Use propertized-buffer-identification.
a30eb617
DL
17803 (ebrowse-update-member-buffer-mode-line): Likewise.
17804 (ebrowse--mode-strings): Removed.
17805 (ebrowse--mode-line-props): Removed.
17806
17807 * files.el (auto-mode-alist): Add `EBROWSE'.
17808
17809 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17810 space before testing for end of buffer.
17811 (ebrowse-load): Removed.
17812 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17813 (ebrowse-create-tree-buffer): Rewritten.
17814 (ebrowse-tree-mode): Read tree from buffer.
17815
17816 * progmodes/ebrowse-ffh.el: Removed.
17817
178182000-04-10 Kenichi Handa <handa@etl.go.jp>
17819
17820 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17821
178222000-04-10 Gerd Moellmann <gerd@gnu.org>
17823
17824 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17825 at the wrong place.
17826
178272000-04-09 Dave Love <fx@gnu.org>
17828
b291c86c
SM
17829 * files.el (backup-enable-predicate):
17830 Use temporary-file-directory, small-temporary-file-directory.
17831 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17832 (make-backup-file-name-1): New function.
17833 (make-backup-file-name): Use it.
b291c86c 17834 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17835 (file-newest-backup): Use make-backup-file-name.
17836
178372000-04-09 Gerd Moellmann <gerd@gnu.org>
17838
17839 * progmodes/ebrowse-ffh.el: New file.
17840
86f6474c
SM
17841 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17842 Moved to ebrowse-ffh.el.
a30eb617
DL
17843 (ebrowse-load): Add autoload.
17844
17845 * finder.el (finder-commentary): Add autoload cookie.
17846
17847 * mail/rfc2368.el: Correct author's email address.
17848
17849 * progmodes/ebrowse.el: New file.
17850
17851 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17852 item help string.
17853 (easy-menu-do-add-item): Ditto.
17854 (easy-menu-define): Extend doc string.
17855
86f6474c 17856 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17857 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17858 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17859 with-buffer-unmodified.
17860
178612000-04-08 Dave Love <fx@gnu.org>
17862
17863 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17864 unless, when.
17865
178662000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17867
17868 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17869 (viper-flash-search-pattern): No operation when using Emacs
17870 doesn't support face.
17871 Use `viper-put-on-search-overlay'.
17872
178732000-04-04 Gerd Moellmann <gerd@gnu.org>
17874
17875 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17876 like C-r.
17877
17878 * progmodes/make-mode.el: Some doc fixes.
17879 (makefile-mode-abbrev-table): New variable.
17880 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17881 (makefile-font-lock-keywords): Fontify includes and conditionals.
17882 (toplevel): Require `dabbrev' and `add-log' when compiling.
17883
17884 * replace.el (perform-replace): Don't move forward one char
17885 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17886 to do that because it leaves point 1 position after the last
17887 replacement, after everything has been replaced.
17888
17889 * jit-lock.el (with-buffer-unmodified): New macro.
17890 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17891 modified state.
17892 (jit-lock-function-1): Extracted from jit-lock-function; not
17893 preserving buffer's modified state.
86f6474c
SM
17894 (jit-lock-function, jit-lock-stealth-fontify):
17895 Call jit-lock-function-1.
a30eb617
DL
17896
17897 * mail/rfc2368.el: Remove supernumerary copyright line.
17898
178992000-04-04 Milan Zamazal <pdm@freesoft.cz>
17900
17901 * glasses.el: Provide facilities for inserting space before left
17902 parentheses and uncapitalization of identifiers.
17903 (glasses-mode): Try to remove old overlays in all cases.
17904
179052000-04-03 Gerd Moellmann <gerd@gnu.org>
17906
17907 * progmodes/compile.el (compile-internal): Display the compilation
17908 buffer in a different frame, if it's already displayed there.
17909
17910 * mail/rfc2368.el: New file.
17911
17912 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17913 header and insert its value as mail body.
17914
17915 * subr.el (member-ignore-case): New function.
17916
17917 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17918 (dabbrev--find-expansion): Ignore buffers matching a regexp
17919 from dabbrev-ignored-regexps.
17920
17921 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17922 to extensions handled by gzip.
17923
179242000-04-03 Richard M. Stallman <rms@gnu.org>
17925
17926 * files.el (insert-directory): List the total free space
17927 along with the used space.
17928
17929 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17930 line is followed by one that matches CITATION-REGEXP, end the
17931 paragraph.
17932
179332000-04-03 Markus Rost <rost@delysid.gnu.org>
17934
17935 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17936 (rmail-make-basic-summary-line): Use that option.
17937
179382000-04-03 Kenichi Handa <handa@etl.go.jp>
17939
17940 * international/mule-cmds.el (encoded-string-description):
17941 Rewritten. Try pretty description for ISO 2022 escape sequences
17942 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17943 for hexadecimal format.
17944
179452000-04-01 Dave Love <fx@gnu.org>
17946
17947 * cpp.el: Change customization group to `c' from `C'.
17948
17949 * vcursor.el (vcursor-move): Use display-color-p.
17950
17951 * international/mule-util.el: Provide mule-utils.
17952 (string-to-sequence): Simplify and speed up.
17953
17954 * international/mule.el (make-coding-system): Purecopy doc-string.
17955
17956 * international/mule-cmds.el: Various menu changes.
17957 (describe-specified-language-support): Handle `Default'.
17958 (set-language-info): Purecopy `info'.
17959
179602000-03-31 Andrew Innes <andrewi@gnu.org>
17961
17962 * vc.el (vc-backend-diff): Return the correct status if we had to
17963 retry the rcsdiff command without the --brief option.
17964
179652000-03-31 Dave Love <fx@gnu.org>
17966
17967 * help.el (help-manyarg-func-alist): Correct several omissions.
17968
17969 * add-log.el: Don't require cl, fortran.
17970 (add-log-current-defun-function): Doc fix.
86f6474c 17971 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17972 (change-log-version-rcs): Function deleted.
86f6474c
SM
17973 (change-log-version-number-search): Doc fix.
17974 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17975 (add-change-log-entry): Just call add-log-current-defun to get
17976 defun. Simplify somewhat.
17977 (change-log-get-method-definition-1): Likewise.
17978 (add-log-current-defun): Return nil if calling
17979 add-log-current-defun-function does so. Move Fortran stuff to
17980 fortran.el. Return string without properties.
17981
17982 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17983 and :alpha: char classes.
17984
17985 * mail/supercite.el: Defvar curline when compiling.
17986 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17987 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17988 rather than a-zA-Z0-9 to allow non-ASCII characters.
17989
179902000-03-31 Gerd Moellmann <gerd@gnu.org>
17991
17992 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17993
17994 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17995 Re-enable new code.
17996
17997 * lpr.el (print-region-1): Use -d to specify printer name for
17998 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17999
180002000-03-31 Dave Love <fx@gnu.org>
18001
86f6474c
SM
18002 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18003 Look for function definition in symbol's function value slot first
a30eb617
DL
18004 instead of first consulting byte-compile-function-environment.
18005
180062000-03-31 Kenichi Handa <handa@etl.go.jp>
18007
18008 * language/european.el ("Polish"): New language environment.
18009 (setup-polish-environment): New function.
18010
180112000-03-30 Gerd Moellmann <gerd@gnu.org>
18012
18013 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18014 Disable new code.
18015
18016 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18017 trying to `load' the symbol of an autoload instead of the file
18018 recorded in the autoload. Fix error messages.
18019
180202000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18021
18022 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18023 (ps-print-version): New version number (5.1.3).
18024 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18025 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18026 (ps-generate-postscript-with-faces): Code fix.
18027 (ps-color-values): XEmacs compatibility.
18028 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18029 (ps-default-fg, ps-default-bg): Adjust customization.
18030 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18031 (ps-color-scale): Renaming old ps-color-value fun.
18032 (ps-print-headers): Replace ps-print-header group to avoid conflict
18033 with ps-print-header variable.
18034 (ps-print-miscellany): New group.
18035 (ps-format-color, ps-rgb-color): New funs.
18036 (ps-default-foreground): New var.
18037 (ps-printer-name-option): New const.
18038
180392000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18040
18041 * net/net-utils.el:
18042 (network-connection-host, network-connection-service): New variables
18043 (network-connection-mode): New mode, derived from comint-mode
18044 (network-connection-mode-setup): New function, saves host and
18045 service information in local variables.
18046
18047 * lisp/locate.el:
18048 (locate-word-at-point): Added this function
18049 (locate): Default to using locate-word-at-point as input
18050 Run dired-mode-hook
18051
180522000-03-29 Dave Love <fx@gnu.org>
18053
18054 * calendar/appt.el: Doc fixes.
18055 (appt-check): Convert min-to-app to a string before passing to
18056 appt-disp-window-function or concat.
18057 (appt-delete-window): Remove test for frame-root-window.
18058 (appt-select-lowest-window, appt-convert-time): Simplify.
18059
18060 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18061 (byte-compile-file-form-autoload):
18062 Update byte-compile-function-environment.
a30eb617
DL
18063
180642000-03-29 Andreas Schwab <schwab@suse.de>
18065
86f6474c 18066 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18067
18068 * dired.el (dired-insert-directory): If dired-free-space-program
18069 failed just delete its output.
18070
180712000-03-29 Dave Love <fx@gnu.org>
18072
18073 * international/iso-cvt.el: Move provide to end. Doc fixes.
18074 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18075 (iso-iso2sgml, iso-sgml2iso): New functions.
18076 (iso-cvt-define-menu): Fix some entries and use backquote for
18077 clarity.
18078
18079 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18080
180812000-03-28 Gerd Moellmann <gerd@gnu.org>
18082
18083 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18084 ISO-DATE. If non-nil, return date in ISO 8601 format.
18085
180862000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18087
18088 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18089 if it ever becomes used.
18090 (log-edit-mode-hook): Default to vc-log-mode-hook.
18091 (log-edit-mode): Fix the docstring.
18092
18093 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18094 the code.
18095
180962000-03-26 Dave Love <fx@gnu.org>
18097
18098 * net/browse-url.el (browse-url): Re-fix case of
18099 browse-url-browser-function being an alist.
18100 (browse-url): Add :link to defgroup.
18101
18102 * files.el: Doc fixes.
18103 (file-truename): Include `[' in wildcard characters.
18104 (automount-dir-prefix): Customize.
18105 (find-file-wildcards): Add :version.
18106 (find-file-noselect): Simplify a mapcar call.
18107
18108 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18109 compatible with inf-lisp version.
18110 (eval-defun-1): Fix custom-declare-variable case.
18111
181122000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18113
18114 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18115
181162000-03-24 Gerd Moellmann <gerd@gnu.org>
18117
18118 * Makefile (COMPILE_FIRST): New macro.
18119 (compile-files): Compile files from COMPILE_FIRST first.
18120
86f6474c 18121 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18122
18123 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18124 matching open parenthesis in column 0 to defun-prompt-regexp
18125 only if open-paren-in-column-0-is-defun-start is set.
18126
18127 * sun-curs.el: Require CL at compile-time only.
18128
18129 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18130 instead of copy-list which is a function from CL.
18131 (msb--choose-menu, msb--mode-menu-cond)
18132 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18133 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18134 (msb--aggregate-alist): Use mapcar instead of mapcan.
18135 Fix `(' in column 0 in doc string.
a30eb617
DL
18136 (msb--add-separators): Use mapcar instead of mapcan.
18137
18138 * cus-dep.el: Require CL at compile-time only.
18139
181402000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18141
18142 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18143 (byte-compile-warnings): New warning `noruntime'.
18144 (byte-compile-constants, byte-compile-variables): Fix docstring.
18145 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18146 execute `eval-whenc-compile's body.
18147 (byte-compile-unresolved-functions): Fix docstring.
18148 (byte-compile-eval): New function.
18149 (byte-compile-callargs-warn): Check if the function will be available
18150 at runtime (via property `byte-compile-noruntime').
18151 (byte-compile-print-syms): New function.
18152 (byte-compile-warn-about-unresolved-functions): Also warn about
18153 `noruntime' functions (and use `byte-compile-print-syms').
18154 (byte-compile-file): Capitalize the message.
18155
181562000-03-24 Gerd Moellmann <gerd@gnu.org>
18157
18158 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18159 (rmail-expunge): Ask for confirmation depending on the setting
18160 of rmail-confirm-expunge.
18161
181622000-03-23 Gerd Moellmann <gerd@gnu.org>
18163
18164 * Makefile (bootstrap-clean): If $(emacs) exists, build
18165 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18166 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18167
181682000-03-23 Dave Love <fx@gnu.org>
18169
18170 * net/browse-url.el: Restore previous use of
18171 browse-url-maybe-new-window.
18172
181732000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18174
18175 * ps-print.el: Skip banner page fix.
18176 (ps-print-version): New version number (5.1.2).
18177 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18178
181792000-03-23 Dave Pearson <davep@davep.org>
18180
18181 * net/quickurl.el Changed the type of parameter passed to the
18182 function defined by `quickurl-format-function'. Before only the
18183 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18184 and the function is responsible for extracting the parts it requires.
18185 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18186 (quickurl-insert): Changed the `funcall' of
18187 `quickurl-format-function' to match the above change.
18188 (quickurl-list-insert): Changed the `url' case so that it makes
18189 use of `quickurl-format-function', previous to this the format was
18190 hard wired.
18191
181922000-03-22 Gerd Moellmann <gerd@gnu.org>
18193
18194 * startup.el: Change some spellings for the X Window System.
18195
181962000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18197
86f6474c
SM
18198 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18199 Clean up the code and the regexp and make sure the cursor is
18200 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18201
182022000-03-22 Jason Rumney <jasonr@gnu.org>
18203
18204 * w32-fns.el (w32-charset-info-alist): Initialize.
18205
182062000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18207
18208 * ps-print.el: N-up last page fix.
18209 (ps-print-version): New version number (5.1.1).
18210 (ps-end-file, ps-end-job, ps-generate): Code fix.
18211
182122000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18213
18214 * files.el (find-file-run-dired): Update docstring.
18215 (find-directory-functions): New hook.
18216 (find-file-noselect): Run find-directory-functions rather than
18217 calling dired directly.
18218
18219 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18220
18221 * pcvs.el: Add a minimal leading commentary.
18222 (cvs-make-cvs-buffer): Change the header part by removing the startup
18223 message and adding a `Module' entry. Also replace the FOOTER and
18224 HEADER special fileinfos with the new support in ewoc for updating
18225 its own footer and header.
18226 (cvs-update-header): Update to use the header/footer of the ewoc.
18227 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18228 (cvs-is-within-p): New function.
18229 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18230 to only examine some subset of the buffers.
18231
18232 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18233 `format' instead of our own ad-hoc functions.
18234 Remove HEADER and FOOTER cases, now handled in the EWOC.
18235 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18236
18237 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18238 output to avoid scaring the user.
18239 (cvs-parse-table): Catch message for non-up-to-date commits.
18240
18241 * pcvs-defs.el (cvs-startup-message): Remove.
18242 (cvs-global-menu): New autoloaded menu.
18243
18244 * pcvs-util.el (cvs-string-fill): Remove.
18245
18246 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18247 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18248 PP part of it and also make it work for footers and headers.
18249 (ewoc-create): Drop POS and BUFFER arguments.
18250 Use the DLL's dummy node to store the end-of-footer position.
18251 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18252 (ewoc-refresh): Remove unused `header' variable.
18253 (ewoc-(get|set)-hf): New functions.
18254
18255 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18256 log-view-*-(message|file) and use easy-mmode-define-navigation.
18257 (log-view-message-re): Match SCCS format as well.
18258 And match the revision line rather than the dashed separator line.
18259 (log-view-mode): Use the new define-derived-mode.
18260 (log-view-current-tag): Fill in with an actual implementation.
18261
18262 * cvs-status.el (cvs-status-(prev|next)): Rename from
18263 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18264 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18265 to let the output "breathe" a little more (more readable).
18266 (cvs-status-mode): Use the new define-derived-mode.
18267
18268 * smerge-mode.el (smerge-auto-leave): New function and variable.
18269 (smerge-basic-map): Rename from smerge-basic-keymap.
18270 Change the bindings for smerge-diff-*.
18271 (smerge-*-map): Use easy-mmode-defmap.
18272 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18273 (smerge-keep-*): Use smerge-auto-leave.
18274
182752000-03-21 Jason Rumney <jasonr@gnu.org>
18276
18277 * cus-edit.el (custom-button-face): Use 3D look for w32.
18278 (custom-button-pressed-face): Likewise.
18279
182802000-03-21 Gerd Moellmann <gerd@gnu.org>
18281
18282 * progmodes/etags.el (tags-case-fold-search): New user-option.
18283 (tags-loop-eval): New function. Bind case-fold-search around eval
18284 depending on the value of tags-case-fold-search.
18285 (tags-loop-continue): Use tags-loop-eval.
18286 (find-tag-in-order): Bind case-fold-search depending on the value
18287 of tags-case-fold-search.
18288
182892000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18290
86f6474c 18291 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18292 (diff-end-of-hunk): Return the end position for use in
18293 `easy-mmode-define-navigation'.
18294 (diff-recenter): Remove.
18295 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18296 of `easy-mmode-define-navigation'.
18297 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18298 previous renaming) and fix to use new names.
18299 (diff-merge-strings): Use \n as separator: simpler, faster.
18300 (diff-mode): Use `define-derived-mode'.
18301
18302 * derived.el (define-derived-mode): Don't autoload anymore.
18303 Prefer the macro-only version provided by easy-mmode.el.
18304
18305 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18306 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18307 (easy-mmode-define-navigation): New macro.
18308
18309 * subr.el (combine-run-hooks): New function.
18310
183112000-03-21 Kenichi HANDA <handa@etl.go.jp>
18312
18313 * term/x-win.el: Fontsets related initialization is simplified.
18314
18315 * international/mule-diag.el (describe-font): Don't refer to
18316 global-fontset-alist, instead call font-list.
18317 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18318 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18319
86f6474c
SM
18320 * international/fontset.el (x-charset-registries): Variable removed,
18321 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18322 (register-alternate-fontnames): Function removed.
18323 (resolved-ascii-font): Variable removed.
18324 (x-compose-font-name): Ignore the second argument REDOCE.
18325 (x-complement-fontset-spec): Complement only an ASCII font and
18326 element for those charsets than can use that ASCII font.
18327 (generate-fontset-menu): Don't refer to global-fontset-alist,
18328 instead call fontset-list.
18329 (uninstantiated-fontset-alist): Variable removed.
18330 (x-style-funcs-alist): Likewise.
18331 (fontset-default-styles): Likewise.
18332 (x-modify-font-name): Function removed.
86f6474c 18333 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18334 (create-fontset-from-ascii-font): Docsting adjusted for the above
18335 change.
18336 (instantiate-fontset, resolve-fontset-name): Functions removed.
18337 (fontset-list): Now implemented by C code.
18338
18339 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18340 (describe-face): Include `font' attribute in the description.
18341
183422000-03-21 Kenichi Handa <handa@etl.go.jp>
18343
18344 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18345
183462000-03-20 Gerd Moellmann <gerd@gnu.org>
18347
18348 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18349 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18350 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18351
18352 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18353 about behavior of set-buffer-modified-p wrt redisplay.
18354
183552000-03-19 Richard M. Stallman <rms@gnu.org>
18356
18357 * view.el (view-mode-disable): Kill local binding of view-read-only.
18358
183592000-03-18 Gerd Moellmann <gerd@gnu.org>
18360
86f6474c 18361 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18362 is a string, convert it to a syntax cell using string-to-syntax.
18363
18364 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18365 (string-to-syntax): New function.
18366
18367 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18368 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18369 try to use passive ftp mode.
18370
183712000-03-17 Gerd Moellmann <gerd@gnu.org>
18372
18373 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18374
18375 * simple.el (append-to-buffer): Update point of windows after
18376 insertion.
18377
18378 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18379 forward then moving backward. Reindent.
18380
18381 * frame.el (other-frame): Call x-focus-frame only if
18382 focus-follows-mouse is off.
18383
183842000-03-17 Dave Love <fx@gnu.org>
18385
86f6474c 18386 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18387
183882000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18389
18390 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18391 regexp for labels cannot span several lines.
18392
18393 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18394 `(setq :<key> ':<key>)' to the macro expansion.
18395
183962000-03-16 Dave Love <fx@gnu.org>
18397
18398 * progmodes/f90.el (f90): Put custom group under `languages', not
18399 `fortran'.
18400 (f90-mode-hook): Customize.
18401 (f90-mode): Set add-log-current-defun-function.
18402 (f90-current-defun): New function.
18403
184042000-03-16 Gerd Moellmann <gerd@gnu.org>
18405
18406 * cus-edit.el (custom-variable-tag-face): Handle case that
18407 default face's height is not a number.
18408 (custom-face-tag-face, custom-group-tag-face-1)
18409 (custom-group-tag-face): Ditto.
18410 (custom-group-tag-face-1): Add :group.
18411
18412 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18413
184142000-03-15 Gerd Moellmann <gerd@gnu.org>
18415
18416 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18417 requiring easymenu.
18418
184192000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18420
18421 * ps-print.el: PostScript user-defined prologue, PostScript error
18422 handler, doc fix.
18423 (ps-print-version): New version number (5.1).
18424 (ps-user-defined-prologue, ps-error-handler-message)
18425 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18426 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18427 (ps-insert-string): New function.
18428
184292000-03-15 Kenichi Handa <handa@etl.go.jp>
18430
18431 * international/ccl.el (ccl-compile-expression): Don't generate
18432 invalid self-assignment code.
18433
184342000-03-14 Dave Love <fx@gnu.org>
18435
18436 * subr.el (replace-regexp-in-string): Renamed from
18437 replace-regexps-in-string. Doc fix.
18438
184392000-03-12 Dave Love <fx@gnu.org>
18440
18441 * cus-edit.el: Doc fixes.
86f6474c 18442 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18443 (custom-variable-tag-face, custom-face-tag-face)
18444 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18445 style which user identify as hyperlink.
18446 (hook): Don't add undefined functions to the hook.
18447 (debug-ignored-errors): Transfer message from bindings.el.
18448
184492000-03-12 Gerd Moellmann <gerd@gnu.org>
18450
86f6474c
SM
18451 * recentf.el (recentf-keep-non-readable-files-p):
18452 Remove double/nested definition.
a30eb617
DL
18453
184542000-03-12 Dave Love <fx@gnu.org>
18455
18456 * facemenu.el (facemenu-get-face): Use display-color-p.
18457 * enriched.el (enriched-decode-foreground): Likewise.
18458 (enriched-decode-background): Likewise.
18459 * isearch.el (isearch-highlight): Likewise.
18460 * info-look.el (info-lookup): Likewise.
18461 * simple.el (completion-setup-function): Likewise.
18462
18463 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18464 :options.
18465
18466 * bindings.el (mode-line-format): Fix line-number and
18467 column-number items. Add help-echo for the background.
18468 (mode-line-mule-info): Modify help-echo.
18469
18470 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18471
18472 * files.el (load-file): Allow completion to .elc.
18473
18474 * man.el: Doc fixes.
18475 (Man-init-defvars): Use display-color-p to set fontification.
18476
18477 * play/hanoi.el (hanoi-internal): Don't use oddp.
18478
184792000-03-12 Gerd Moellmann <gerd@gnu.org>
18480
18481 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18482
18483 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18484
184852000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18486
18487 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18488 Fix comment.
18489
184902000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18491
18492 * font-lock.el (font-lock-keywords): Fix the doc now that
18493 regexp-opt-depth is unnecessary.
18494 (save-buffer-state): Set an edebug spec.
18495 (font-lock-fontify-anchored-keywords): Properly handle the case when
18496 the matcher goes past the limit.
18497
18498 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18499 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18500
18501 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18502 dll.el and cookie.el (from Elib) with heavy renaming and other
18503 massaging.
18504
18505 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18506 Autoload the functions used.
18507 (easy-mmode-define-syntax): Fix CL typo.
18508 (easy-mmode-define-derived-mode): Improve the docstring generation.
18509
185102000-03-10 Gerd Moellmann <gerd@gnu.org>
18511
18512 * textmodes/texinfo.el (texinfo-version): Variable and function
18513 removed.
18514
185152000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18516
18517 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18518 allow more flexibility.
ff39b9a1 18519 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18520 (easy-mmode-defmap, easy-mmode-defsyntax)
18521 (easy-mmode-define-derived-mode): New macros.
18522
185232000-03-09 Didier Verna <didier@xemacs.org>
18524
18525 * rect.el (replace-rectangle): New function.
18526
185272000-03-09 Dave Love <fx@gnu.org>
18528
ff39b9a1 18529 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18530 (fortran-comment-line-start-skip): Don't match cpp stuff.
18531 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18532 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18533 (fortran-mode): Don't set fortran-comment-line-start-skip,
18534 fortran-comment-line-start here. Set comment-start,
18535 add-log-current-defun.
18536 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18537 (fortran-current-defun): New function.
18538
185392000-03-09 Gerd Moellmann <gerd@gnu.org>
18540
18541 * emacs-lisp/re-builder.el: New file.
18542
18543 * mouse.el (mouse-drag-region): Don't run up-event handler
18544 if hscroll has changed.
18545
18546 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18547 builtin operators, use `font-lock-builtin-face' for Emacs and
18548 `font-lock-preprocessor-face' otherwise.
18549
18550 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18551 `(defun (setf foo)' differently.
18552
185532000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18554
18555 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18556 (regexp-opt): Update comment and adapt the code the new meaning of
18557 the `paren' argument of regex-opt-group for shy-groups.
18558 (regexp-opt-depth): Handle shy groups as well as backslashed
18559 backslashes.
18560 (regexp-opt-group): Turn the leading comment into a docstring.
18561 Allow `paren' to be a string (the string to use to open a group).
18562 Remove open-presuf and close-presuf. Instead of checking for `all
18563 one-char' and then later on check for `several one-char', handle
18564 both cases close together. Also apply a more generic algorithm
18565 for suffixes (the mirror image of the algorithm used for
18566 prefixes). Use shy-groups. Use nreverse rather than reverse.
18567 (regexp-opt-try-suffix): Removed.
18568
18569 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18570 from comint-mode-map, so we can just inherit from it. Also, move
18571 the initialization into the `defvar' since there's no docstring
18572 anyway and it's fairly short.
18573 (inferior-scheme-mode): Define it as derived-mode: the code is
18574 shorter and this way we inherit from comint-mode-map rather than
18575 copying it.
18576
18577 * subr.el (replace-regexps-in-string): Properly handle the case
18578 where we match an empty string.
18579
18580 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18581 when the command has a directory component (such as "./testml").
18582 Also fix a typo in the comment.
18583
185842000-03-08 Gerd Moellmann <gerd@gnu.org>
18585
18586 * Makefile (compile-files): Compile files one by one because
18587 that's the only way to ensure a clean compilation environment for
18588 each individual file.
18589
18590 * frame.el (other-frame): Call x-focus-frame.
18591
185922000-03-07 Dave Love <fx@gnu.org>
18593
18594 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18595 :require to defcustom.
18596
ff39b9a1 18597 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
18598
18599 * files.el (auto-mode-alist): Add configure.in.
18600
18601 * progmodes/autoconf.el: New file.
18602
186032000-03-07 Gerd Moellmann <gerd@gnu.org>
18604
18605 * mail/mh-e.el: Change maintainer to `none'.
18606
18607 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18608 to remove-hook and add-hook.
18609
186102000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18611
18612 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18613 it as the default.
18614 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18615 (sendmail-send-it): Conditionally add MIME headers specifying the
18616 used character set.
18617
186182000-03-07 Dave Love <fx@gnu.org>
18619
ff39b9a1
SM
18620 * winner.el: Fix keywords, autoload cookies.
18621 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
18622
186232000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18624
18625 * international/mule.el: Modify comment about coding system
18626 property `coding-category'.
18627 (make-coding-system): New argument EOL-TYPE. Pay attention to
18628 coding-category property of PROPERTIES.
18629
ff39b9a1
SM
18630 * international/mule-conf.el (coding-category-utf-8)
18631 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
18632 categories. Include them in the argument for set-coding-priority.
18633
ff39b9a1
SM
18634 * international/mule-cmds.el (reset-language-environment):
18635 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
18636 coding-category-utf-16-le in the argument for set-coding-priority.
18637 (reset-language-environment): Initialize coding-category-utf-8,
18638 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18639
186402000-03-06 Karl Fogel <kfogel@red-bean.com>
18641
18642 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18643 code abstracted out of `bookmark-jump-noselect'. Now tries info
18644 extensions as well as compression extensions.
18645 (bookmark-jump-noselect): Use above new func.
18646
186472000-03-03 Gerd Moellmann <gerd@gnu.org>
18648
18649 * strokes.el: Change maintainer's mail address.
18650
186512000-03-03 Kenichi Handa <handa@etl.go.jp>
18652
18653 * international/mule-diag.el (list-character-sets): Make help-echo
18654 string by substitute-command-keys.
18655 (list-character-sets): Likewise.
18656 (sort-listed-character-sets): Call help-setup-xref.
18657
186582000-03-02 Gerd Moellmann <gerd@gnu.org>
18659
ff39b9a1 18660 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
18661
186622000-03-01 Dave Love <fx@gnu.org>
18663
18664 * help.el (help-xref-go-back): Don't try to set position.
18665
ff39b9a1
SM
18666 * international/mule-diag.el (list-character-sets):
18667 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18668 (list-character-sets-1): Add help-echo to xrefs.
18669
186702000-03-02 Gerd Moellmann <gerd@gnu.org>
18671
18672 * frame.el (blink-cursor-mode): Switch cursor on when turning
18673 the mode off.
18674
18675 * add-log.el (add-log-current-defun): Add support for
18676 Autoconf mode.
18677
18678 * mail/rmail.el (rmail-quit-hook): New variable.
18679
186802000-03-01 Dave Love <fx@gnu.org>
18681
18682 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18683
18684 * help.el (help-xref-button): Add help-echo arg.
18685 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18686
ff39b9a1 18687 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18688
ff39b9a1 18689 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18690
186912000-03-01 Gerd Moellmann <gerd@gnu.org>
18692
18693 * image.el (defimage): Look for image files in load-path.
18694
ff39b9a1 18695 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18696
186972000-03-01 David Ponce <david.ponce@wanadoo.fr>
18698
ff39b9a1 18699 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18700
187012000-03-01 David Ponce <david.ponce@wanadoo.fr>
18702
ff39b9a1 18703 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18704 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18705 action to select/unselect a file.
18706 (recentf-edit-list): Code cleanup and improvement.
18707 (recentf-open-more-files-action): `recentf-open-more-files' button
18708 widget action to open a file.
ff39b9a1 18709 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18710 (recentf-more-collection): Deleted.
18711 (recentf-more-history): Deleted.
18712 (recentf-setup-more-completion): Deleted.
18713
187142000-03-01 David Ponce <david.ponce@wanadoo.fr>
18715
18716 * recentf.el (recentf-mode): No more needs that Emacs is running
18717 under a window-system.
18718
ff39b9a1 187192000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18720
18721 * recentf.el (recentf-edit-list): New command to edit the recent
18722 list which allow the user to remove files.
18723 (recentf-edit-selected-items): New global variable, used by
18724 `recentf-edit-list' to hold the list of files to be removed from
18725 the recent list.
18726 (recentf-make-menu-items): Updated to display a "Edit list..."
18727 menu item. Minor code cleanup.
18728
ff39b9a1 187292000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18730
18731 * recentf.el (recentf-open-more-files): New command to open files
18732 that are not displayed in the menu.
18733 (recentf-more-collection): New global variable holding the set of
18734 permissible completions used by `recentf-open-more-files'.
18735 (recentf-more-history): New global variable holding the history list
18736 used by `recentf-open-more-files' completion.
18737 (recentf-setup-more-completion): New function to setup completion for
18738 `recentf-open-more-files'.
18739 (recentf-make-menu-items): Updated to display a "More..." menu item.
18740
ff39b9a1 187412000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18742
18743 * recentf.el (recentf-menu-action): Doc fixed.
18744
ff39b9a1 187452000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18746
18747 * recentf.el (recentf-menu-filter): Doc updated.
18748 (recentf-update-menu-hook): Allow menu filters to force menu update.
18749 (recentf-make-menu-items): New menu filter handling.
18750 (recentf-make-menu-item): New helper function.
18751 (recentf-menu-elements): New menu handling function.
18752 (recentf-sort-ascending): Updated to new menu filter handling.
18753 (recentf-sort-descending): Updated to new menu filter handling.
18754 (recentf-sort-basenames-ascending): New menu filter function.
18755 (recentf-sort-basenames-descending): New menu filter function.
18756 (recentf-show-basenames): New menu filter function.
18757 (recentf-show-basenames-ascending): New menu filter function.
18758 (recentf-show-basenames-descending): New menu filter function.
18759
187602000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18761
18762 * diary-lib.el (list-diary-entries): Don't try to go forward at
18763 the end of the buffer.
18764
187652000-02-29 Kenichi Handa <handa@etl.go.jp>
18766
ff39b9a1
SM
18767 * international/mule-diag.el (list-character-sets):
18768 Completely rewritten.
a30eb617
DL
18769 (sort-listed-character-sets): New function.
18770 (list-character-sets-1): Completely rewritten.
18771 (list-character-sets-2): New function.
18772 (non-iso-charset-alist): New variable.
18773 (decode-codepage-char): New function.
18774 (charset-history): New variable.
18775 (read-charset) (list-block-of-chars)
18776 (list-iso-charset-chars)
18777 (list-non-iso-charset-chars)
18778 (list-charset-chars): New functions.
86f6474c 18779 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18780 (dump-charsets): Likewise.
18781
187822000-02-29 Gerd Moellmann <gerd@gnu.org>
18783
18784 * dired-x.el (dired-filename-at-point): Add `@' to valid
18785 file name characters.
18786 (dired-filename-at-point): Handle ange-ftp file names.
18787
18788 * frame.el (frame-notice-user-settings): Use assq-delete-all
18789 instead of assoc-delete-all.
18790 (frame-notice-user-settings): Ditto.
18791
18792 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18793 Don't copy alist.
18794
187952000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18796
18797 * calculator.el (calculator-use-menu): New option.
86f6474c 18798 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18799 (calculator-forced-input): Removed.
18800 (calculator-restart-other-mode): New variable.
18801 (calculator-mode-map): Set up menu.
18802
188032000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18804
86f6474c 18805 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18806
188072000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18808
86f6474c 18809 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18810 translate all ESC key sequences.
86f6474c 18811 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18812 they were saved.
86f6474c
SM
18813 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18814 * viper-util.el (viper-set-replace-overlay-glyphs)
18815 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18816 overlay is live.
86f6474c
SM
18817 * viper.el (viper-vi-state-mode-list): Add major modes.
18818 * ediff-wind.el: Minor comment changes.
18819 * ediff.el: Copyright notice date fix.
a30eb617
DL
18820
188212000-02-27 Jason Rumney <jasonr@gnu.org>
18822
18823 * faces.el (face-font-family-alternatives): Add arial to helv.
18824 (mode-line, header-line, tool-bar): Same default as x for w32.
18825 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18826 face-font-family-alternatives from working.
18827 * term/w32-win.el (mouse-set-font): Do not build fontset from
18828 chosen font.
18829
188302000-02-25 Sam Steingold <sds@goems.com>
18831
18832 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18833 properly.
18834
188352000-02-25 Richard M. Stallman <rms@gnu.org>
18836
18837 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18838
188392000-02-25 Gerd Moellmann <gerd@gnu.org>
18840
86f6474c 18841 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18842
18843 * frame.el (busy-cursor-delay-seconds): New option.
18844
188452000-02-24 Gerd Moellmann <gerd@gnu.org>
18846
18847 * frame.el (show-cursor-in-non-selected-windows): New option.
18848
188492000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18850
18851 * diary-lib.el (include-other-diary-files): Undo the selective
18852 display in any included file and don't kill it.
18853
188542000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18855
86f6474c
SM
18856 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18857 Menu items converted to (menu-item format, help strings added.
a30eb617 18858 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18859 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18860 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18861
188622000-02-23 Dave Love <fx@gnu.org>
18863
18864 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18865 (backward-kill-word): Revert addition of * to interactive spec --
18866 it's a feature.
18867
18868 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18869 (backward-kill-sentence, kill-sentence): Likewise.
18870
18871 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18872 scratch buffer name.
86f6474c 18873 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18874
18875 * term/w32-win.el (internal-face-interactive): Update prompt for
18876 new read-face-name.
18877
18878 * mail/footnote.el (footnote): Add :version to defgroup.
18879 (footnote-section-tag-regexp): Customize.
18880 (footnote-start-tag, footnote-end-tag): New option.
18881 (footnote-latin-regexp): New variable.
18882 (Footnote-latin): New function.
18883 (footnote-style-alist): Add element for latin style.
18884 (footnote-style): Moved.
18885 (Footnote-goto-footnote): Use eq to test arg.
18886
18887 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18888
18889 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18890 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18891 (byte-optimize-quote, byte-optimize-lapcode):
18892 Use byte-compile-const-symbol-p.
a30eb617
DL
18893 (byte-optimize-char-before): New optimization.
18894
18895 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18896 (byte-compile-const-symbol-p): New function.
18897 (byte-compile-constp, byte-compile-out-toplevel)
18898 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18899 Use it.
18900
18901 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18902
189032000-02-23 Kenichi Handa <handa@etl.go.jp>
18904
18905 * international/encoded-kb.el: Be sure to update minor-mode-alist
18906 and minor-mode-map-alist.
18907 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18908 codes SS2 and SS3 correctly.
18909 (encoded-kbd-self-insert-ccl): New function.
18910 (encoded-kbd-setup-keymap): New function.
18911 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18912 by calling encoded-kbd-setup-keymap.
18913
86f6474c
SM
18914 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18915 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
18916
189172000-02-22 Dave Love <fx@gnu.org>
18918
18919 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 18920 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
18921 (lisp-mode-syntax-table): Set up for #|...|# comments.
18922 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18923 classes. Match `defface'.
18924 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18925 (eval-defun-1): Fix for defcustom.
18926 (lisp-indent-region): Doc fix.
18927
18928 * subr.el (when, unless, split-string): Doc fix.
86f6474c 18929 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
18930 (replace-regexps-in-string): New function.
18931
189322000-02-22 Gerd Moellmann <gerd@gnu.org>
18933
18934 * help.el (describe-variable): Set syntax table to
18935 emacs-lisp-mode-syntax-table when moving forward over the
18936 symbol's name.
18937
189382000-02-22 Dave Love <fx@gnu.org>
18939
18940 * xt-mouse.el: Doc fixes.
18941 (xterm-mouse-position-function): New function, replacing advice of
18942 mouse-position.
18943 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18944
18945 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18946
189472000-02-21 Gerd Moellmann <gerd@gnu.org>
18948
86f6474c
SM
18949 * format.el (format-annotate-single-property-change):
18950 Handle properties.with dotted-list values.
a30eb617
DL
18951 (format-proper-list-p): New function.
18952
18953 * enriched.el (enriched-face-ans): Handle '(foreground-color
18954 . COLOR) and (background-color . COLOR).
18955
189562000-02-20 Dave Love <fx@gnu.org>
18957
18958 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18959 and assignments to it.
18960 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18961 current local map.
18962 (make-flyspell-overlay): Use it.
18963 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18964
18965 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18966 (lm-get-header-re): Defun, not defsubst.
18967 (lm-get-package-name): Defun, not defsubst. Simplify.
18968 (lm-version): Doc fix. Simplify.
18969 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18970 (lm-crack-address, lm-last-modified-date, lm-commentary)
18971 (lm-verify, lm-synopsis): Simplify.
18972 (lm-report-bug): Require emacsbug. Use compose-mail.
18973
189742000-02-20 Gerd Moellmann <gerd@gnu.org>
18975
18976 * dired.el (dired-mode): Call propertized-buffer-identification
18977 to set mode-line-buffer-identification to something having
18978 the right text properties.
18979
18980 * bindings.el (propertized-buffer-identification): New function.
18981
189822000-02-20 Dave Love <fx@gnu.org>
18983
18984 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18985 check for t-mouse too.
18986
18987 * cus-start.el: Make echo-keystrokes `number'.
18988
189892000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18990
18991 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18992 Don't call ring-empty-p unless tags-location-ring is bound.
18993 From Noah Friedman <friedman@splode.com>.
18994
189952000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18996
18997 * progmodes/hideshow.el (hs-flag-region): No longer use
18998 `intangible' overlay property.
18999
19000 (hs-toggle-hiding): New command.
19001 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19002
19003 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19004 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19005 and deactivation.
19006
190072000-02-18 Gerd Moellmann <gerd@gnu.org>
19008
19009 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19010
190112000-02-17 Gerd Moellmann <gerd@gnu.org>
19012
19013 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19014
19015 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19016 of `*' to handle `(* ... *)' comments.
19017
190182000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19019
19020 * faces.el (list-faces-display): Use display-mouse-p instead of
19021 window-system.
19022
19023 * menu-bar.el (global-map): Menu-bar items converted to the new
19024 format (menu-item..., rearranged for better CUA compliance, and
19025 their names changed for better clarity. Help strings added.
19026
19027 * international/mule-cmds.el (mule-menu-keymap)
19028 (describe-language-environment-map, set-coding-system-map)
19029 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19030 form, add help strings. Change names of menu items for better clarity.
19031 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19032
190332000-02-17 Gerd Moellmann <gerd@gnu.org>
19034
19035 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19036 within the code.
19037
190382000-02-16 Dave Love <fx@gnu.org>
19039
19040 * faces.el: Don't require custom. Add more specific :groups to
19041 various deffaces.
19042 (set-face-attribute): Purecopy args.
19043 (read-face-name): Default to name at point and use it in prompt.
19044 Remove colon from arg in all callers.
19045 (list-faces-display): Hyperlink to face descriptions and customize
19046 buffers.
19047
190482000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19049
86f6474c 19050 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19051
190522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19053
19054 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19055 at ':' characters by call to split-string.
19056
190572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19058
19059 * textmodes/bibtex.el: Added RCS version identification.
19060
190612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19062
19063 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19064 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19065 (bibtex-field-const): Allow capital letters.
19066 (bibtex-start-of-string): Deleted because unused.
19067
19068 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19069 use the term 'reference' to describe a bibtex entry as a whole.
19070 Further, reference keys are no longer called 'labels'.
19071 (bibtex-keys): Renamed to bibtex-reference-keys.
19072 (bibtex-reformat-previous-labels): Renamed to
19073 bibtex-reformat-previous-reference-keys.
19074 (bibtex-reference-type): Renamed to bibtex-entry-type.
19075 (bibtex-reference-head): Renamed to bibtex-entry-head.
19076 (bibtex-reference-maybe-empty-head): Renamed to
19077 bibtex-entry-maybe-empty-head.
19078 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19079 (bibtex-search-reference): Renamed to bibtex-search-entry.
19080 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19081 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19082 (bibtex-entry-field-alist, bibtex-entry-head)
19083 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19084 (bibtex-map-entries, bibtex-search-entry)
19085 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19086 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19087 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19088 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19089 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19090 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19091 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19092
190932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19094
19095 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19096 comment.
19097 (bibtex-format-field-delimiters): New function, functionality
19098 extracted from bibtex-format-entry.
19099 (bibtex-autokey-get-yearfield-digits): New function, functionality
19100 extracted from bibtex-autokey-get-yearfield.
19101
19102 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19103 entries in order to avoid stack overflow in the regexp matcher if
19104 field contents become large.
86f6474c
SM
19105 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19106 (bibtex-field-string-part-not-braced)
19107 (bibtex-field-string-part-no-inner-braces)
19108 (bibtex-field-string-part-1-inner-brace)
19109 (bibtex-field-string-part-2-inner-braces)
19110 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19111 (bibtex-field-string-quoted, bibtex-field-string)
19112 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19113 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19114 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19115 Deleted as parsing is now performed by the following functions.
19116 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19117 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19118 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19119 (bibtex-parse-association, bibtex-field-name-for-parsing)
19120 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19121 (bibtex-search-forward-field, bibtex-search-backward-field)
19122 (bibtex-start-of-field, bibtex-end-of-field)
19123 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19124 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19125 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19126 (bibtex-parse-string, bibtex-search-forward-string)
19127 (bibtex-search-backward-string, bibtex-start-of-string)
19128 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19129 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19130 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19131 entries. Instead of reporting the results of the parsing by
19132 match-beginning or match-end, these functions return data structures
19133 that hold the corresponding positions.
19134 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19135 return values rather than by match-beginning or match-end.
19136 The following functions have been adapted to use the new
19137 parsing functions.
19138 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19139 (bibtex-enclosing-field, bibtex-format-entry)
19140 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19141 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19142 (bibtex-print-help-message, bibtex-end-of-entry)
19143 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19144 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19145 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19146 Use the new method for parsing.
19147 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19148 (bibtex-map-entries, bibtex-flash-head)
19149 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19150 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19151 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19152 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19153 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19154 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19155 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19156 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19157
191582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19159
19160 * textmodes/bibtex.el: Copyright notice is up to date.
19161 Added constant 'bibtex-maintainer-salutation.
19162
86f6474c 19163 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19164 than make-temp-name, use match-string-no-properties and eliminate
19165 a quadratic behavior when building bibtex-strings.
19166
19167 * bibtex.el (bibtex-reference-key): Accept string entries whose
19168 reference key contains upper case letters.
19169
191702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19171
19172 * bibtex.el (bibtex-reference-head): Allow entries to start with
19173 a new line.
19174
191752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19176
19177 * bibtex.el: Hiding of entry bodies is not longer provided by
19178 bibtex.el directly. Instead the hideshow package can be used.
19179 Added a special bibtex entry to hs-special-modes-alist.
19180 (bibtex-hs-forward-sexp): Added for hideshow.el.
19181
191822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19183
19184 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19185 proceedings entry type (for cross referencing). Thanks to Wagner
19186 Toledo Correa for the suggestion.
19187
19188 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19189
191902000-02-14 Kenichi Handa <handa@etl.go.jp>
19191
19192 * international/characters.el: Setup case table for Vietnamese.
19193
191942000-02-12 Gerd Moellmann <gerd@gnu.org>
19195
19196 * uniquify.el (toplevel): Require CL at compile time.
19197 (uniquify-push): Removed.
19198
19199 * shadowfile.el (shadow-when): Removed.
19200
19201 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19202 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19203
19204 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19205 regexp for paragraph-start.
19206
19207 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19208 commas as well.
19209
192102000-02-10 Dave Love <fx@gnu.org>
19211
19212 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19213 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19214 Deleted.
19215 (widget-specify-field, widget-specify-button): Don't use
19216 widget-mouse-help as help-echo property.
19217 (default): Use #'ignore for :validate and :mouse-down-action.
19218 (checkbox): Add help-echo.
19219 (widget-sexp-validate): Rewritten to clarify error messages.
19220 (character): Use char-valid-p in :match function.
19221 (widget-color-complete): Use facemenu-color-alist.
19222 (widget-color-action): Use facemenu-read-color.
19223
19224 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19225 set up `caar' &c that we now have.
19226
192272000-02-09 Ray Blaak <blaak@gnu.org>
19228
19229 * delphi.el: Make resourcestring a declaration region, like const
19230 and var.
19231
192322000-02-09 Dave Love <fx@gnu.org>
19233
19234 * bindings.el (mode-line-input-method-map): New variable.
19235 (mode-line-mule-info): Use it; fix last change.
19236 (mode-line-mode-menu): Move definition.
19237 (mode-line-mouse-sensitive-p): Deleted.
19238 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19239 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19240
19241 * startup.el (command-line-1): Don't call
19242 make-mode-line-mouse-sensitive.
19243
192442000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19245
86f6474c
SM
19246 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19247 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19248
192492000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19250
19251 * diff-mode.el (diff-kill-junk): New interactive function.
19252 (diff-reverse-direction): Use delete-and-extract-region.
19253 (diff-post-command-hook): Restrict the area so that the hook also works
19254 outside of any diff hunk. This is necessary for the minor-mode.
19255 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19256 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19257
19258 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19259 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19260 so that it can be used more easily in <foo>-mode-hook. Also make sure
19261 to avoid duplicate entries.
19262 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19263 (font-lock-remove-keywords): Just as was done for `add', allow it to
19264 work even if font-lock-mode is nil. Also make sure we don't modify
19265 any pre-existing list by forcing a copy-sequence. Finally rename
19266 `major-mode' to `mode'.
19267 (font-lock-fontify-syntactic-anchored-keywords)
19268 (font-lock-fontify-anchored-keywords)
19269 (font-lock-fontify-keywords-region): Use line-end-position.
19270 Don't make `font-lock-multiline' local (it's now done in
19271 font-lock-set-defaults).
86f6474c
SM
19272 (font-lock-set-defaults): Make `font-lock-multiline' local.
19273 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19274
192752000-02-06 Andrew Innes <andrewi@gnu.org>
19276
19277 * term/w32-win.el (x-handle-args): Comment out call to message,
19278 which occurs before window system is initialized.
19279
19280 * makefile.nt: Add support for recompiling lisp code.
19281
192822000-02-04 Dave Love <fx@gnu.org>
19283
19284 * bindings.el (mode-line-mule-info): Fix/extend last change.
19285
19286 * completion.el: Replace completion-dolist with dolist.
19287
86f6474c 19288 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19289
192902000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19291
86f6474c 19292 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19293 environment names before they go into the section regexp.
19294
86f6474c 19295 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19296 char class in regexp.
19297
86f6474c
SM
19298 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19299 Bind `case-fold-search' to nil.
a30eb617 19300
86f6474c
SM
19301 * progmodes/idlwave.el (idlwave-template):
19302 Respect `idlwave-abbrev-change-case'.
19303 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19304 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19305 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19306 (idlwave-rw-case): New function.
19307 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19308 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19309 (idlwave-surround): New argument LENGTH to support padding of
19310 operators longer than 1 char.
19311
19312 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19313 idlwave-shell-expression-overlay. Implemented printing of
19314 expressions on higher levels of the calling stack.
86f6474c 19315 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19316 (idlwave-retrieve-expression-from-level): New function.
19317 (idlwave-shell-last-calling-stack): Variable removed.
19318 (idlwave-shell-reset): Argument action reversed (`visible' to
19319 `hidden'). Also remove stop-line overlay.
19320 (idlwave-shell-calling-stack-routine): New variable.
19321 (idlwave-shell-parse-stack-and-display): Messages now display
19322 negative level numbers.
19323 (idlwave-shell-mode): Set `modeline-format'.
19324 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19325 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19326 (idlwave-shell-print-expression-function): New option.
19327
86f6474c
SM
19328 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19329 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19330 `tool-bar' instead of `toolbar'.
19331
193322000-02-02 Dave Love <fx@gnu.org>
19333
19334 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19335 emacs-lisp-mode-hook. Don't check for defalias being defined.
19336
19337 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19338 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19339 Use the new builtins directly.
a30eb617
DL
19340
19341 * whitespace.el (whitespace): Add :version to defgroup.
19342
19343 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19344 Doc fix.
19345
19346 * thingatpt.el (sexp-at-point, symbol-at-point)
19347 (number-at-point, list-at-point): Add autoload cookie.
19348
19349 * recentf.el (recentf): Add :version to defgroup.
19350
19351 * quickurl.el (quickurl): Add :version to defgroup.
19352
19353 * elide-head.el (elide-head): Use point-marker more.
19354
19355 * bs.el (bs): Add :version to defgroup.
19356
19357 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19358
19359 * progmodes/delphi.el (delphi): Add :version to defgroup.
19360
193612000-02-02 Gerd Moellmann <gerd@gnu.org>
19362
19363 * ange-ftp.el (ange-ftp-write-region): Handle case that
19364 succeeding process operation sets a different coding system.
19365
19366 * calculator.el: New file.
19367
193682000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19369
86f6474c 19370 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19371 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19372 (display-selections-p, display-screens, display-pixel-width)
19373 (display-pixel-height, display-mm-width, display-mm-height)
19374 (display-backing-store, display-save-under, display-planes)
19375 (display-color-cells, display-visual-class): New functions.
19376
19377 * term/tty-colors.el (tty-color-gray-shades): New function.
19378
19379 * faces.el (display-color-p): Use framep-on-display.
19380 (display-grayscale-p): New function.
19381
193822000-01-31 Dave Love <fx@gnu.org>
19383
19384 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19385 (create-fontset-from-x-resource): Don't concat integers.
19386
193872000-01-31 Inge Frick <inge@nada.kth.se>
19388
19389 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19390 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19391 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19392 window is not deleted. Modifies change 1998-04-26.
19393
193942000-01-31 Gerd Moellmann <gerd@gnu.org>
19395
19396 * windmove.el: New file.
19397
19398 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19399 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19400 progmodes/ebnf-yac.el: Update copyright and license info.
19401
86f6474c
SM
19402 * jit-lock.el (jit-lock-function): Widen before calculating
19403 end position.
a30eb617
DL
19404 (jit-lock-stealth-chunk-start): Rewritten.
19405
19406 * info.el (Info-title-face-alist): Removed.
86f6474c 19407 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19408 (Info-fontify-node): Use these faces.
19409
194102000-01-30 Gerd Moellmann <gerd@gnu.org>
19411
19412 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19413 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19414 `&allow-other-keywords'.
19415
19416 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19417 the list of directories scanned heuristically.
19418
86f6474c 19419 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19420
194212000-01-30 Jason Rumney <jasonr@gnu.org>
19422
19423 * w32-fns.el: Define w32-tty-standard-colors.
19424
19425 * startup.el (command-line): Use w32-tty-standard-colors when in
19426 w32 console mode.
19427
194282000-01-30 Dave Love <fx@gnu.org>
19429
19430 * jka-compr.el (jka-compr-load): Fix up load-history.
19431
19432 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19433
19434 * emacs-lisp/cl-macs.el: Revert previous change.
19435
194362000-01-29 Dave Love <fx@gnu.org>
19437
19438 * facemenu.el: Purecopy various strings.
19439
19440 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19441 years. Deal with three-digit years.
19442
86f6474c
SM
19443 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19444 Use defconst, purecopy.
a30eb617
DL
19445 (help-back-label): Purecopy it.
19446
194472000-01-18 Gerd Moellmann <gerd@gnu.org>
19448
19449 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19450 variable. If non-nil, order the buffer list according to the
19451 currently selected frame.
19452 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19453 non-nil, pass the selected frame to function buffer-list.
19454
194552000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19456
19457 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19458
194592000-01-28 Dave Love <fx@gnu.org>
19460
19461 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19462
19463 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19464 Don't use lisp-indent-hook property.
19465 (cl-abs): Remove.
19466
19467 * subr.el: Move out indent and edebug specs for when and unless.
19468
19469 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19470 when, unless.
19471
19472 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19473 unless, when.
19474
194752000-01-28 Gerd Moellmann <gerd@gnu.org>
19476
19477 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19478 `collecting' as synonym for `collect'.
19479
19480 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19481 for the case it contains spaces.
19482
86f6474c 19483 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19484
19485 * frame.el (delete-other-frames): New function.
19486 (toplevel): Bind it to C-x 5 1.
19487
19488 * sort.el (sort-numeric-base): New option.
19489 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19490 interpret it as octal or hexadecimal. Use sort-numeric-base
19491 as default base.
19492
19493 * progmodes/glasses.el: New file.
19494
194952000-01-27 Gerd Moellmann <gerd@gnu.org>
19496
19497 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19498 userids differently.
19499
19500 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19501 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19502 progmodes/ebnf-yac.el: New files.
19503
195042000-01-26 Dave Love <fx@gnu.org>
19505
19506 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19507 on a function with an empty body. [From Eric Ludlam.]
19508
195092000-01-25 Andre Spiegel <spiegel@gnu.org>
19510
19511 * vc.el (vc-version-diff): Make sure file name is expanded.
19512
195132000-01-25 Gerd Moellmann <gerd@gnu.org>
19514
19515 * scroll-bar.el (scroll-bar-timer): Variable removed.
19516 (scroll-bar-toolkit-scroll): Don't use a timer.
19517
195182000-01-25 Kenichi Handa <handa@etl.go.jp>
19519
86f6474c
SM
19520 * language/thai-util.el (thai-composition-function):
19521 Delete superfluous `a'.
a30eb617
DL
19522
195232000-01-24 Dave Love <fx@gnu.org>
19524
19525 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19526 end-of-defun-function.
19527
86f6474c 19528 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19529
195302000-01-22 Jason Rumney <jasonr@gnu.org>
19531
19532 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19533 conflicts with new face support.
19534
195352000-01-22 Richard M. Stallman <rms@gnu.org>
19536
19537 * replace.el (query-replace): Rename last arg to DELIMITED.
19538 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19539 (query-replace-regexp): Likewise.
19540
195412000-01-20 Richard M. Stallman <rms@gnu.org>
19542
19543 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19544
19545 * emacs-lisp/lisp.el (beginning-of-defun-function):
19546 Variable renamed from beginning-of-defun.
19547 Do not call make-variable-buffer-local.
19548 (beginning-of-defun-raw): Use new variable name; doc fix.
19549 (beginning-of-defun): Doc fix.
19550 (end-of-defun-function): Variable renamed from end-of-defun.
19551 Do not call make-variable-buffer-local.
19552 (end-of-defun): Use new variable name; doc fix.
19553
19554 * subr.el (dolist, dotimes): Copied from cl-macs.el
19555 and made to work.
19556
19557 * mail/undigest.el (rmail-digest-end-regexps):
19558 Variable replaces rmail-digest-end-regexp.
19559 Allows multiple regexps for detecting the end line.
19560 (undigestify-rmail-message): Corresponding changes.
19561
195622000-01-19 Dave Love <fx@gnu.org>
19563
19564 * files.el (user-init-file): Don't declare here -- is primitive.
19565
19566 * startup.el (command-line): Check for compiled user-init-file and
19567 set to uncompiled version if necessary.
19568
195692000-01-18 Gerd Moellmann <gerd@gnu.org>
19570
19571 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19572 (undigestify-rmail-message): Use it.
19573
19574 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19575
195762000-01-17 Gerd Moellmann <gerd@gnu.org>
19577
19578 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19579 of mini-buffer.
19580
195812000-01-14 Gerd Moellmann <gerd@gnu.org>
19582
19583 * emacs-lisp/copyright.el (copyright-update): Removed the
19584 requirement for a trailing space from `copyright-regexp', to
19585 support copyrights with owner specified on a separate line..
19586
19587 * align.el: New file.
19588
19589 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19590
19591 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19592
195932000-01-13 Dave Love <fx@gnu.org>
19594
19595 * ph.el: Removed. (Obsoleted by EUDC.)
19596
195972000-01-13 Gerd Moellmann <gerd@gnu.org>
19598
19599 * net/eudc.el (toplevel): Remove autoloaded code installing
19600 menu with easymenu, because that causes build problems.
19601
19602 * frame.el (frame-notice-user-settings): New variable.
19603 (frame-notice-user-settings): Don't modify frame parameters
19604 if called a second time.
19605
196062000-01-13 Richard M. Stallman <rms@gnu.org>
19607
19608 * frame.el (frame-notice-user-settings):
19609 Notice default-frame-parameters even for non-window frames.
19610
196112000-01-13 Gerd Moellmann <gerd@gnu.org>
19612
19613 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19614 for Emacs.
19615 (eudc-bob-can-display-inline-images): Extend for Emacs.
19616 (eudc-bob-toggle-inline-display): Ditto.
19617 (eudc-bob-display-jpeg): Ditto.
19618
196192000-01-12 Gerd Moellmann <gerd@gnu.org>
19620
19621 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19622 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19623 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19624
86f6474c
SM
19625 * add-log.el (add-change-log-entry): Fix error trying an
19626 `(insert nil)'.
a30eb617
DL
19627
19628 * subdirs.el: Add `net' directory.
19629
19630 * net: New directory.
19631
19632 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19633 eval-last-sexp. Don't bind debug-on-error here.
19634 (eval-last-sexp): New function. Bind debug-on-error if
19635 eval-expression-debug-on-error is non-nil.
19636 (eval-defun-2, eval-defun): Likewise.
19637
19638 * simple.el (eval-expression): Don't bind debug-on-error if
19639 eval-expression-debug-on-error is nil. Detect changed
19640 debug-on-error, and propagate new value to global binding, if
19641 eval-expression-debug-on-error is non-nil,
19642 (eval-expression-debug-on-error): Change doc string.
19643
196442000-01-11 Richard M. Stallman <rms@gnu.org>
19645
19646 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19647
19648 * emacs-lisp/lisp-mode.el (with-syntax-table):
19649 Set up lisp-indent-function property.
19650
19651 * subr.el (with-syntax-table): Moved from simple.el.
19652
19653 * simple.el (with-syntax-table): Moved to subr.el.
19654
196552000-01-11 Gerd Moellmann <gerd@gnu.org>
19656
19657 * tmm.el (tmm-shortcut): Delete region after prompt instead
19658 of erasing buffer.
19659
19660 * textmodes/fill.el (fill-common-string-prefix): New function.
19661 (fill-context-prefix): Use the longest common prefix of first
19662 and second line fill prefix, if there is one.
19663
196642000-01-11 Richard M. Stallman <rms@gnu.org>
19665
19666 * array.el (array-mode): Don't use make-variable-buffer-local.
19667 Use make-local-variable for `truncate-lines'.
19668
196692000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19670
19671 * add-log.el (add-log-current-defun): Handle user-defined
19672 add-log-current-function returning nil,
19673
19674 * add-log.el (add-change-log-entry): Insert version number
19675 if having found a current function
19676
86f6474c
SM
19677 * add-log.el (add-log-current-defun):
19678 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19679 level 1. Strip whitespace from defun found.
19680
196812000-01-10 John Wiegley <johnw@gnu.org>
19682
19683 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19684 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19685
196862000-01-10 Dave Love <fx@gnu.org>
19687
19688 * elide-head.el (elide-head): Use point-marker, not point.
19689
196902000-01-10 Gerd Moellmann <gerd@gnu.org>
19691
19692 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19693 before and after the year 2000.
19694
19695 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19696 Add ispell- prefix.
19697
196982000-01-10 Ken Stevens <k.stevens@ieee.org>
19699
19700 * ispell.el: Only define dictionaries in menus when they exist.
19701 (version18p): New variable.
19702 (version20p): New variable.
19703 (xemacsp): New variable.
19704 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19705 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19706 (ispell-dictionary-alist6): Russian command lines no longer accept
19707 run-together words.
19708 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19709 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19710 (check-ispell-version): Added documentation string. Return library
19711 path when called non-interactively.
a30eb617
DL
19712 (ispell-menu-map-needed): Uses new variables.
19713 (ispell-library-path): New variable.
19714 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19715 (ispell-word): Improved documentation string. Test for valid
19716 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19717 result in single words split into multiple words.
19718 Return replacement word.
a30eb617
DL
19719 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19720 replace in recursive query replace mode. Help message for
19721 recursive edit mode.
19722 (ispell-show-choices): Protect against bad framepop bindings.
19723 (ispell-help): Fix to work with XEmacs.
19724 (ispell-highlight-spelling-error): Use new variables.
19725 (ispell-overlay-window): Fix to work with XEmacs.
19726 (ispell-parse-output): Passed and returns location information
19727 tracking spelling corrections. Doesn't recheck same word on
19728 current line.
19729 (ispell-init-process): Protect against bogus XEmacs variable binding.
19730 Fix call to single argument in sleep-for. Use new variables.
19731 (ispell-region): Passed and returns location information tracking
19732 spelling corrections. Doesn't check same word on current line.
19733 Improved documentation string. Doesn't resend a line already
19734 checked to the ispell process - fixes bug in LaTeX parsing.
19735 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19736 (ispell-skip-region): No longer skips <TT> in SGML.
19737 (ispell-process-line): Tracks location information with spelling
19738 corrections. Added documentation string. Accounts for words
19739 already accepted on this line. Don't allow query-replace on line
19740 starting with math characters. Doesn't resend a line already sent
19741 to ispell process. Fixes alignment error bug.
19742
197432000-01-10 Richard M. Stallman <rms@gnu.org>
19744
19745 * dired-x.el (dired-guess-shell-alist-default):
19746 Suggest xloadimage, which is free, not xv, which isn't.
19747
19748 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19749 Don't ever include the host name or user name in the value.
19750
197512000-01-09 Gerd Moellmann <gerd@gnu.org>
19752
19753 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19754 of a real newline.
19755
197562000-01-09 Stephen Eglen <stephen@gnu.org>
19757
19758 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19759 for .png files.
19760
197612000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19762
19763 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19764
197652000-01-09 Gerd Moellmann <gerd@gnu.org>
19766
19767 * progmodes/cperl-mode.el: Replace ^F with ^L.
19768
86f6474c
SM
19769 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19770 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19771
197722000-01-08 Dave Love <fx@gnu.org>
19773
19774 * emacs-lisp/backquote.el: Remove inappropriate customization
19775 (allowing custom.el to use backquote).
19776
197772000-01-07 Dave Love <fx@gnu.org>
19778
19779 * add-log.el (add-log-debugging): Deleted.
19780 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19781 file. Remove debugging code.
19782 (change-log-get-method-definition, change-log-name): Add doc.
19783 (change-log-sortable-date-at): New function.
19784 (change-log-merge): New command.
19785
19786 * time.el (display-time-string-forms): Make the Mail string active.
19787 (display-time-update): Provide help-echo for load average.
19788
19789 * bindings.el (make-mode-line-mouse2-map): New function.
19790 (mode-line-modified): Use it and simplify.
19791 (mode-line-mule-info): Provide help-echo info.
19792 (minor-mode-alist): Activate the strings.
19793 (make-mode-line-mouse-sensitive): Simplify for
19794 mode-line-buffer-identification.
19795
197962000-01-07 Gerd Moellmann <gerd@gnu.org>
19797
19798 * play/pong.el: New file.
19799
198002000-01-06 Dave Love <fx@gnu.org>
19801
19802 * array.el: Assorted cleanups for compiler warnings, doc strings,
19803 `array-' prefix for symbols.
19804
198052000-01-05 Dave Love <fx@gnu.org>
19806
86f6474c
SM
19807 * textmodes/outline.el (outline-mode-menu-bar-map):
19808 Add outline-headers-as-kill.
a30eb617
DL
19809 (outline-mode): Define imenu-generic-expression.
19810 (outline-headers-as-kill): New command.
19811
19812 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19813 from paragraph-start.
19814 (paragraph-indent-minor-mode): New command.
19815
19816 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19817 M-C-e, M-C-h, C-j, C-xnd, TAB.
19818 (fortran-mode): Set beginning-of-defun, end-of-defun.
19819 (fortran-column-ruler): Simplify.
19820 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19821 (fortran-with-subprogram-narrowing): Likewise.
19822 (fortran-indent-subprogram): Call mark-defun.
19823 (fortran-check-for-matching-do): Change narrowing.
19824
19825 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19826 (cl-lucid-hash-tag): Delete.
19827 (cl-hash-table-p): Correct test for native table.
19828 (cl-hash-table-count): Use hash-table-count.
19829
19830 * browse-url.el (browse-url): Fix case of
19831 browse-url-browser-function being an alist.
19832
198332000-01-05 Carsten Dominik <cd@gnu.org>
19834
19835 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19836 (reftex-index-phrase-file-extension): New options.
19837
19838 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19839 Use new option `reftex-index-phrase-file-extension'.
19840
19841 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19842 `reftex-parse-file-extension'.
19843
198442000-01-05 Dave Love <fx@gnu.org>
19845
19846 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19847 (beginning-of-defun-raw): Use it.
19848 (end-of-defun): New variable.
19849 (end-of-defun): Use it.
19850 (check-parens): New command.
19851
198522000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19853
19854 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19855 (hs-show-block): Don't use `mapcar' when not accumulating.
19856
19857 Fix buglet in local variables initialization.
19858
198592000-01-05 Andreas Schwab <schwab@suse.de>
19860
19861 * hscroll.el (hscroll): Doc fix.
19862
198632000-01-05 Carsten Dominik <cd@gnu.org>
19864
86f6474c
SM
19865 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19866 Require idlw-toolbar.
a30eb617 19867
86f6474c 19868 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19869 file idlw-rinfo.el.
86f6474c
SM
19870 (idlwave-customize): Load must read file idlw-shell.el.
19871 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19872
198732000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19874
19875 * progmodes/idlw-shell.el: Also provide idlwave-shell
19876 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19877 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19878
86f6474c 19879 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19880 both reftex-dcr and reftex-vcr.
19881
19882 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19883
198842000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19885
19886 * ps-print.el: PostScript code now is in separate files, doc fix.
19887 (ps-print-version): New version number (5.0.3).
19888 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19889 local.
19890 (ps-spool-config): Initialization fix.
19891 (ps-print-prologue-1, ps-print-prologue-2)
19892 (ps-print-duplex-feature): PostScript code moved to separated file.
19893 (ps-background-image): Little code reformating.
19894 (ps-begin-file, ps-begin-job): Fix code.
19895 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19896 (ps-prologue-file): New fun.
19897
198982000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19899
19900 * ps-vars.el: Eliminated.
19901
19902 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19903 `;;;###autoload'.
19904
19905 * ps-print.el: ps-vars eliminated, doc fix.
19906 (ps-print-version): New version number (5.0.2).
19907 (ps-spool-config): Initialization fix.
19908 (ps-print-customize): New fun.
19909
199102000-01-04 Gerd Moellmann <gerd@gnu.org>
19911
86f6474c 19912 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
19913
199142000-01-04 Dave Love <fx@gnu.org>
19915
19916 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19917 menu items.
19918
199192000-01-03 Dave Love <fx@gnu.org>
19920
19921 * elide-head.el (elide-head) [defgroup]: Add :version.
19922
19923 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
19924 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19925 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
19926 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19927
199282000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19929
19930 * faces.el (face-read-integer, read-face-attribute)
86f6474c 19931 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
19932
199332000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19934
19935 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19936 at comment end, and re-insert them after filling.
19937
199382000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19939
19940 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19941 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19942 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19943
199442000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19945
19946 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19947 the new name of face-color-supported-p.
19948
19949 * term/w32-win.el (xw-defined-colors): Likewise.
19950
199512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19952
19953 * simple.el (completion-setup-function): Count completion-size
19954 from minibuffer-prompt-end, not from point-min.
19955
199562000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19957
19958 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19959 Pass the frame to tty-color-* functions.
19960 (display-color-p, frame-set-background-mode): Pass the frame to
19961 tty-display-color-p.
19962
19963 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19964 tty-color-alist.
19965 (tty-color-alist, tty-modify-color-alist): New functions.
19966 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19967 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19968 optional parameter FRAME.
a30eb617
DL
19969
199702000-01-01 Gerd Moellmann <gerd@gnu.org>
19971
86f6474c
SM
19972 * image.el (create-image, defimage): Don't assume image data is
19973 a string.
a30eb617
DL
19974
19975 * image.el (defimage): Handle specifications containing :data
19976 instead of :file.
19977 (image-type-from-data): New function.
19978 (image-type-from-file-header): Use it.
19979 (create-image): Add parameter DATA-P.
19980
19981See ChangeLog.8 for earlier changes.
19982
19983;; Local Variables:
19984;; coding: iso-2022-7bit
19985;; End: