Remove no-byte-compile from file local variables
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0bcf87c1
AI
12001-10-04 Andrew Innes <andrewi@gnu.org>
2
3 * faces.el (face-font-registry-alternatives) [windows-nt]: Make
4 gb2312 an alias for gb2312.1980.
5
6c0b2643
GM
62001-10-04 Stefan Monnier <monnier@cs.yale.edu>
7
8 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
9 (uniquify-reverse-components): Remove.
10
11 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12 Make sure the file is readable.
13 (byte-compile-file): Don't compile if `no-byte-compile' is set.
14 (byte-compile-defvar): Update to reflect the change in Fdefvar.
15 (batch-byte-recompile-directory): Pass arg=0.
16
17 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
18 (perl-calculate-indent): Use it.
19 (perl-backward-to-noncomment): Use forward-comment.
20
21 * derived.el (define-derived-mode, derived-mode-make-docstring):
22 Allow `parent' to be nil.
23
24 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
25 Use define-derived-mode.
26 (nroff-mode-map, nroff-mode-syntax-table): Massage.
27
28 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
29
30 * emacs-lisp/lselect.el: Use facep iso find-face.
31
32 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33 Use regexp-opt.
34 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
35 (lisp-font-lock-syntactic-face-function): New function.
36 (lisp-mode-variables): Use it. Make arg optional.
37 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
38 (lisp-mode): Don't pass an arg to lisp-mode-variables.
39 Set comment-start-skip.
40
41 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
42
43 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
44 (ignore-errors): Don't bother using a `err' symbol.
45
46 * emacs-lisp/autoload.el (autoload-ensure-default-file)
47 (autoload-insert-section-header, autoload-before-p)
48 (autoload-remove-section): New functions.
49 (generate-file-autoloads): Use them.
50 (update-file-autoloads): Use them. Return FILE if there's no cookie.
51 Make sure the autoload file is properly formatted when creating it.
52 (update-autoloads-from-directories): Use them as well.
53 Only update autoloads for files whose timestamp has changed.
54 Add a dummy entry to remember the files which had no autoload cookies.
55
56 * timer.el (timer-relative-time): Fix computation for negative `micro'.
57
58 * subr.el (define-key-after): Allow `key' to be longer than 1.
59 (make-local-hook): Make obsolete.
60 (add-hook, remove-hook): Don't use make-local-hook any more.
61 (make-syntax-table): Inherit all chars from s-s-t.
62
632001-10-04 Gerd Moellmann <gerd@gnu.org>
64
65 This is a fix for a report saying that resuming a search with C-s
66 C-s doesn't use the case-fold-search setting of the previous
67 search (C-s ... M-c ... then C-s C-s).
68
69 * isearch.el (isearch-last-case-fold-search): New variable.
70 (isearch-mode): Remember value of isearch-case-fold-search
71 in isearch-last-case-fold-search.
72 (isearch-done): Quote value of isearch-case-fold-search.
73 (isearch-repeat): When resuming a search, restore
74 isearch-case-fold-search from isearch-last-case-fold-search.
75
76 Added to NEWS.
77
78 * startup.el (inhibit-startup-buffer-menu): New user-option.
79 (command-line-1): If inhibit-startup-buffer-menu is set, don't
80 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
81
82 This allows upto 99999 messages in the summary without screwing up
83 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
84
85 * mail/rmailsum.el (rmail-make-summary-line)
86 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
87 (rmail-summary-goto-msg, rmail-summary-goto-msg):
88 Allow 5-digit message ids instead of 4.
89
90 This adds expansion of environment variables in the value
91 specified with M-x setenv. Added to NEWS.
92
93 * env.el (substitute-env-vars): New function.
94 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
95 environment variables in VALUE. Return VALUE.
96
630784a2
SM
972001-10-03 Stefan Monnier <monnier@cs.yale.edu>
98
99 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
100
cf2b0d2c 1012001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
102
103 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 104 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 105
aa01bed1
EZ
1062001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
107
108 * rect.el: Update maintainer's email address.
109
7d685c84
AS
1102001-10-02 Andreas Schwab <schwab@suse.de>
111
112 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
113 and Extended Passive Mode, resp.
114
87671c25
EZ
1152001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
116
117 These changes add support for Calendar-related items in the
118 menu bar on tty's as well:
119
120 * calendar/calendar.el (calendar-mode-map): Require cal-menu
121 unconditionally.
122 (calendar-mode): Set up activate-menubar-hook unconditionally.
123
124 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
125 calls x-popup-menu only if popup menus are supported.
126 (calendar-mouse-insert-hebrew-diary-entry)
127 (calendar-mouse-insert-islamic-diary-entry)
128 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
129 (calendar-mouse-view-other-diary-entries)
130 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
131 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
132 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 133
12c64503
GM
1342001-10-01 Gerd Moellmann <gerd@gnu.org>
135
62bfa682
GM
136 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
137
12c64503
GM
138 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
139
140 * emacs-lisp/rx.el: New file.
141
e0c21266
EZ
1422001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
143
630784a2 144 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 145
03be5931
EZ
1462001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
147
148 * frame.el (select-frame-by-name, other-frame): Doc fix.
149
d0100d57
EZ
1502001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * play/snake.el (snake-score-file): Use temporary-file-directory
153 instead of a literal "/tmp". Suggested by Robert
154 <robert@chezmarshall.freeserve.co.uk>.
155
156 * play/tetris.el (tetris-score-file): Ditto.
157
d94d5b5a
EZ
1582001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
159
160 * apropos.el (apropos-print): Make the directions inserted at the
161 beginning of the *Apropos* buffer more clear.
162
cd653311 1632001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 164
cd653311
MK
165 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
166 Added comments.
630784a2 167
37dbd369
SM
1682001-09-27 Stefan Monnier <monnier@cs.yale.edu>
169
170 * newcomment.el (comment-normalize-vars): Use " \t" rather than
171 "\\s-" when defining comment-end-skip.
172
9240e746
GM
1732001-09-27 Gerd Moellmann <gerd@gnu.org>
174
37dbd369 175 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
176 Call get-buffer-window first second arg `visible'.
177
37dbd369
SM
178 * international/mule-diag.el (list-input-methods-1):
179 Output something that's independent of Emacs' version.
14531065 180
9240e746
GM
181 * tar-mode.el (tar-mode-write-file): Don't signal an error by
182 calling byte-to-position with a nil tar-header-offset.
183
e04233aa
GM
1842001-09-27 Simon Josefsson <jas@extundo.com>
185
186 * mail/sendmail.el (send-mail-function): Doc fix.
187 (mail-do-fcc): Error if header-end is not a marker.
188 (mail-do-fcc): Add a comment.
189 (mail-reply-to): Doc fix.
190 (mail-signature): Make ATPOINT optional.
191 (mail-yank-original): Use cond instead of nestled if.
192
07e91aa3
SM
1932001-09-26 Stefan Monnier <monnier@cs.yale.edu>
194
195 * info.el (Info-on-current-buffer): Default arg to "Top".
196
924b604c
GM
1972001-09-25 Eli Barzilay <eli@barzilay.org>
198
199 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
200 (calculator-displayer-prev, calculator-displayer-next):
201 Renamed from calculator-displayed-{left,right}.
202 (calculator, calculator-standard-displayer)
203 (calculator-num-to-string, calculator-update-display)
924b604c
GM
204 (calculator-copy, calculator-put-value): Bug and display fixes.
205
a1548b10
GM
2062001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
207
208 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
209 (ebnf-version): New version (3.6.1).
210
211 * ebnf-bnf.el: Fix character range regexp. Doc fix.
212 (ebnf-bnf-non-terminal-chars): New internal const.
213 (ebnf-bnf-lex): Fix code.
214
215 * ebnf-iso.el: Fix character range regexp. Doc fix.
216 (ebnf-iso-non-terminal-chars): New internal const.
217 (ebnf-iso-lex): Fix code.
218
219 * ebnf-yac.el: Fix character range regexp. Doc fix.
220 (ebnf-yac-skip-chars): New internal const.
221 (ebnf-yac-skip-code): Fix code.
222
79e954d0
SM
2232001-09-24 Stefan Monnier <monnier@cs.yale.edu>
224
ab750f9c
SM
225 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
226
3911563a
SM
227 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
228 passing it to VC.
229
79e954d0
SM
230 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
231 case where the file is relative.
232
6f3f0db4
GM
2332001-09-24 Gerd Moellmann <gerd@gnu.org>
234
235 * xml.el (xml-parse-attlist): Quotes around attributes must be the
236 same on each side. Make sure we properly handle simple quotes.
237 From Daiki Ueno <ueno@unixuser.org>.
238
e5b31424
EZ
2392001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
240
0678d779
EZ
241 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
242 <jas@extundo.com>.
243
e5b31424
EZ
244 * menu-bar.el (top-level): Minor fixes for text of help-echo in
245 some items of the Options menu.
246
769dd0f1
SM
2472001-09-22 Stefan Monnier <monnier@cs.yale.edu>
248
76829576
SM
249 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
250
d455f4f7
SM
251 * vc-hooks.el (vc-delete-automatic-version-backups):
252 Don't fail if the directory doesn't exist.
253
769dd0f1
SM
254 * diff-mode.el (diff-default-read-only): New var.
255 (diff-mode): Use it.
256
dc414be1
EZ
2572001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
258
769dd0f1
SM
259 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
260 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
261 keymap messes up the menu bar.
262
dc414be1
EZ
263 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
264 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
265
67033712
EZ
2662001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
267
769dd0f1 268 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
269
270 * dired-aux.el (dired-insert-subdir): Pass switches to
271 dired-build-subdir-alist.
272
0c68e5de
GM
2732001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
274
275 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
276 caused %#a and %#b to be mis-formatted.
277
906b3163
EZ
2782001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
279
280 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
281 ccmode, emacs-mime, and eudc manuals.
282
005e3bb6
SS
2832001-09-19 Sam Steingold <sds@gnu.org>
284
285 w32 find cannot be used with `grep-find'.
286 * progmodes/compile.el (find-program): New variable.
287 (grep-compute-defaults): Use it to set `grep-find-command'.
288
7121b85a
GM
2892001-09-19 Gerd Moellmann <gerd@gnu.org>
290
769dd0f1 291 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 292
ae16d111
GM
2932001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
294
295 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
296 programming. Doc fix.
297 (ebnf-version): New version (3.6).
298 (ebnf-eps-begin): Data fix.
299 (ebnf-begin-file): Code fix.
300
301 * ebnf-bnf.el: Doc fix.
302 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
303
304 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
305
55732434
GM
3062001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
307
308 * ps-print.el: Better face mapping for black/white PostScript printers.
309 Check if mark is active when printing a region. Doc fix.
310 (ps-print-version): New version number (6.5.5).
311 (ps-print-color-p): Customization fix.
312 (ps-black-white-faces): New option.
313 (ps-black-white-faces-alist): New internal var.
314 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
315 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
316 (ps-nb-pages-region): Interactive fix.
317 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
318 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
319
740ef824
EZ
3202001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
321
322 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
323 numeric month value, and allow the Kanji character after the it to
324 be missing (happens with ls-lisp's output on Japanese versions of
325 MS-Windows).
326
50529f51
MB
3272001-09-18 Miles Bader <miles@gnu.org>
328
329 * diff-mode.el (diff-mode): Don't make the buffer read-only if
330 it's empty (and thus probably a new patch file about to be edited).
331
d8a973aa
GM
3322001-09-17 Gerd Moellmann <gerd@gnu.org>
333
e18c8b8d
GM
334 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
335 Check for '(' in column 0 of doc string.
336
d8a973aa
GM
337 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
338 of `nth' so that using a vector as bounding-box works.
339 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
340
dfe78cc5
AS
3412001-09-17 Andre Spiegel <spiegel@gnu.org>
342
343 * vc.el (vc-annotate): Use current workfile version explicitly as
344 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
345
1bbdda4d
EZ
3462001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
347
a5f01960
EZ
348 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
349 convert-standard-filename doesn't guarantee that the .el extension
350 is preserved.
351
a007e4e3
EZ
352 * dos-fns.el (convert-standard-filename): Replace invalid
353 characters only after converting dash/underscore to a period.
354 (original-make-auto-save-file-name): New.
8aee7d44
EZ
355 (make-auto-save-file-name): New function, overrides the definition
356 on files.el and calls the original function via
357 original-make-auto-save-file-name.
358
1bbdda4d
EZ
359 * mail/rmail.el (top-level): Require mule-utils when compiling.
360 (rmail-decode-babyl-format): Use detect-coding-with-priority
361 instead of detect-coding-region, to favor detection of emacs-mule
362 encoded Babyl files written by rmailout.el etc. Suggested by
363 Kenichi Handa <handa@etl.go.jp>.
364
ed7d6ba4
EZ
3652001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
366
367 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
368 Use `equal', not `=', since the device number can be a cons cell.
369
551629f9
GM
3702001-09-14 Gerd Moellmann <gerd@gnu.org>
371
372 * simple.el: Comment out change of 2001-09-13.
373
0017a3e0
EZ
3742001-09-13 Milan Zamazal <pdm@zamazal.org>
375
376 * progmodes/compile.el (grep-compute-defaults): Don't set
377 grep-command/grep-find-command when it is already non-nil.
378 (grep-command): Make it a user option.
379 (grep-find-command): Likewise.
380
483e0218 3812001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 382
483e0218
MK
383 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
384 inhibit quit.
005e3bb6 385
15233548
EZ
3862001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
387
388 * files.el (make-auto-save-file-name): If long file names are not
389 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
390 generating an auto-save file name from it.
391
1fb7f872
GM
3922001-09-13 Gerd Moellmann <gerd@gnu.org>
393
005e3bb6 394 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
395 (ps-nb-pages-region): Signal an error if called interactively
396 and the mark is not active.
397
1fb7f872
GM
398 * simple.el (minibuffer-prompt-modification)
399 (minibuffer-prompt-insertion): New functions.
400 (minibuffer-prompt-properties): Use `modification-hooks' and
401 `insert-in-front-hooks'.
402
1dc13f3a
RS
4032001-09-12 Richard M. Stallman <rms@gnu.org>
404
405 * textmodes/outline.el (outline-regexp): Doc fix.
406 Initialize it in the defcustom, the usual way.
407
eaa493df
GM
4082001-09-12 Gerd Moellmann <gerd@gnu.org>
409
1fb7f872 410 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
411 from `ediff-meta-info' properties need not be an overlay.
412 From David Ponce <dponce@voila.fr>.
1fb7f872 413
eaa493df
GM
414 * isearch.el (isearch-intersects-p): Fix end checks.
415
cfcda0ba
EZ
4162001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
417
418 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
419 `t' branch of `cond', since Irix 6.1 and up is a special case of
420 the standard dbx interface.
421
4e1513b5
MB
4222001-09-11 Miles Bader <miles@gnu.org>
423
424 * comint.el (comint-send-input): When waiting for echoed input,
425 don't save the expected end position in `echo-end', so that things
426 work properly even if the buffer is modified elsewhere at the same
427 time [this happens if `comint-truncate-buffer' is used].
428
9a72e4c1
GM
4292001-09-11 Gerd Moellmann <gerd@gnu.org>
430
431 * textmodes/outline.el (outline-mode): Use `^' and a shy group
432 when constructing imenu-generic-expression from outline-regexp.
433
1f9581b6
EZ
4342001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
435
436 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
437 `equal' instead of `=', since they can be cons cells. From Nils
438 Goesche <cartan@cartan.de>.
439
65ee3bf5
AS
4402001-09-10 Andre Spiegel <spiegel@gnu.org>
441
442 * vc.el (vc-annotate): Rewrote doc string.
443
e602e779
EZ
4442001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
445
446 * time-stamp.el: Update Stephen Gildea's email address.
447
42d305db
GM
4482001-09-10 Gerd Moellmann <gerd@gnu.org>
449
450 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
451 enable-multibyte-characters = nil. From Hallvard B Furuseth
452 <h.b.furuseth@usit.uio.no>.
005e3bb6 453
02f34c70 4542001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 455
769dd0f1 456 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 457
769dd0f1 458 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
459 that reads a character and uses the current input method or
460 iso-accents when appropriate.
005e3bb6 461
769dd0f1 462 * viper.el and all others: Corrections to the comment blocks at
02f34c70 463 the top.
005e3bb6 464
cfc697a2
EZ
4652001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
466
467 * info.el (Info-goto-node): Doc fix.
468
fc0eccfc
GM
4692001-09-07 Gerd Moellmann <gerd@gnu.org>
470
471 * isearch.el (isearch-intersects-p): New function.
472 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
473 use isearch-intersects-p, and clean up.
474
ef10876c
EZ
4752001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
476
477 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
478 and "german8", for the new German orthography dictionaries,
479 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
480 the entries, to keep the line length balanced for loaddefs.el.
481
c9e74cd4 4822001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 483
c9e74cd4
GM
484 * comint.el (comint-send-input): Handle comint-process-echoes
485 differently.
486
5421b899
GM
4872001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
488
769dd0f1 489 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 490
70569550
EZ
4912001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
492
769dd0f1 493 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 494
6afad91e 4952001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 496
769dd0f1
SM
497 * server.el (server-switch-buffer):
498 * textmodes/refer.el (refer-find-entry-internal):
499 * term/sup-mouse.el (sup-pos-to-window):
500 * term/bg-mouse.el (bg-window-from-x-y):
501 * emacs-lisp/edebug.el (edebug-window-live-p):
502 Use get-window-with-predicate.
6afad91e
GM
503
504 * window.el (get-window-with-predicate): Renamed from some-window.
505 (some-window): Make it an alias.
506
003550c5
GM
5072001-09-06 Gerd Moellmann <gerd@gnu.org>
508
509 * simple.el (undo): Remove positions from buffer-undo-list up to
510 the next undo boundary only.
511
c49e491a
EZ
5122001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
513
05b24487
EZ
514 * makefile.nt (install): Don't copy sc.el. Reported by Richard
515 Kim <ryk@dspwiz.com>
516
c49e491a
EZ
517 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
518 the message "Creating customization items...done".
519
54f73af3
GM
5202001-09-05 Gerd Moellmann <gerd@gnu.org>
521
522 * font-lock.el (toplevel): Require `jit-lock' only if
523 font-lock-support-mode is set to jit-lock-mode.
524
3762e7d0
EZ
5252001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
526
527 * international/quail.el (quail-use-package, quail-inactivate)
528 (quail-activate): Mention the hooks these functions run in their
529 doc strings.
530
c3b497b3
GM
5312001-09-05 Edward M. Reingold <reingold@iit.edu>
532
533 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
534 of file in header of menu.
535
2d43d823
GM
5362001-09-04 Gerd Moellmann <gerd@gnu.org>
537
2a5becfb
GM
538 * env.el (setenv): Interactively, if VARIABLE has a current value,
539 add that to the front of the history, as the doc string says.
540
8d1fcd00
GM
541 * comint.el (comint-send-input): Change help-echo.
542 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 543
1672462f
GM
544 * bookmark.el (bookmark-write-file): Bind print-length and
545 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
546
646a1759
GM
547 * obsolete/uncompress.el: Moved there from lisp/.
548
c8dd66e1
GM
549 * comint.el (comint-insert-clicked-input): Goto point-max before
550 deleting previous input. From "Dr Francis J. Wright"
551 <F.J.Wright@qmw.ac.uk>.
552
2d43d823
GM
553 * simple.el (backward-word): Doc fix.
554
284b3043
GM
5552001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
556
557 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
558 * uncompress.el, uniquify.el, vc.el, view.el, window.el
559 * w32-fns.el: Add Keywords header.
560
2eef02ab
EZ
5612001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
562
563 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
564 "Text Properties". Suggested by Simon Marshall
565 <Simon.Marshall@midas-kapiti.com>.
566
ae355fa6
AC
5672001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
568
569 * term/mac-win.el (mac-drag-n-drop): Decode file name by
570 consulting the value of file-name-coding-system.
571
2ee1aa00
SM
5722001-09-03 Stefan Monnier <monnier@cs.yale.edu>
573
574 * help.el (describe-function-1): Save precomputed `file-name' rather
575 than recomputing it (incorrectly) with `symbol-file'.
576
cdab3e50
GM
5772001-09-03 Gerd Moellmann <gerd@gnu.org>
578
698ee07c
SM
579 * international/isearch-x.el (isearch-exit-recursive-edit):
580 Take three parameters, since it's used as an after-change-function.
c3b0c268 581
698ee07c 582 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
583 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
584 from doc strings.
585
e3b22517
GM
5862001-09-02 Milan Zamazal <pdm@zamazal.org>
587
698ee07c
SM
588 * progmodes/glasses.el (glasses-convert-to-unreadable):
589 Consider underscores as in `glasses-make-readable'.
e3b22517 590
19bd58e8
EZ
5912001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
592
883310a7
EZ
593 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
594 MS-DOS, since cpp might not be available.
595
698ee07c
SM
596 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
597 Mention "yank" in the help-echo text.
598 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
599
6002001-09-01 Stefan Monnier <monnier@cs.yale.edu>
601
602 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 603
59b7ded8
EZ
6042001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
605
5e11c425
EZ
606 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
607 exists. From Andy Petrusenco <andy@int.spb.ru>.
608
59b7ded8 609 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
610 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
611 <andy@int.spb.ru>.
59b7ded8 612
c9979669
GM
6132001-08-31 Gerd Moellmann <gerd@gnu.org>
614
615 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
616 Instead of running mouse-yank-at-click, see what the event is
617 bound to outside Isearch and run that.
618
79f5f9ec
EZ
6192001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
620
698ee07c
SM
621 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
622 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 623
c0551649
GM
6242001-08-30 Gerd Moellmann <gerd@gnu.org>
625
e8b1643c
GM
626 * simple.el (eval-expression-print-level): Fix last change.
627
f3185924
GM
628 * bindings.el (mode-line-coding-system-map): New variable.
629 (mode-line-mule-info): Give the "%Z" a local-map keymap.
630
92a25631
GM
631 * simple.el (eval-expression-print-level): Change the type
632 of the defcustom to allow nil.
633
9584e63a
GM
634 * emacs-lisp/find-gc.el: Moved here from lisp/.
635
698ee07c
SM
636 * international/quail.el (quail-completion-1):
637 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
638 From Kenichi Handa <handa@etl.go.jp>.
639
c0551649
GM
640 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
641 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
642
ef32aa02
EZ
6432001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
644
645 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
646 aren't supported. This avoids the annoying gray strip drawn by
647 the Windows version instead of the missing tool bar.
648
ff4ec1f7
GM
6492001-08-29 Gerd Moellmann <gerd@gnu.org>
650
53ca4610
GM
651 * menu-bar.el (menu-bar-options-menu): Make option text, messages
652 and tooltips more consistent. From "Marshall, Simon"
653 <Simon.Marshall@midas-kapiti.com>.
654
ff4ec1f7
GM
655 * startup.el (fancy-splash-screens): Temporarily set
656 minor-mode-map-alist to nil while displaying splash screens.
657
6d6c3f84
GM
6582001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
659
660 * buff-menu.el: Add Keywords header.
661 Doc fix (C-x C-b is bound to list-buffers).
662
565132a3
GM
663 * dired-x.el: Add keyword files to get listed in finder.
664 Remove confusing notes about GNU Emacs 19.
665
666 * dired.el, dired-aux.el: Add Keywords header.
667
042e6d91
AS
6682001-08-28 Andre Spiegel <spiegel@gnu.org>
669
670 * vc.el (vc-revert-file): Call the backend even if the FILE's
671 contents can be reverted locally; pass new arg CONTENTS-DONE
672 down to the backend.
673
854bd40a 674 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
675 optional arg CONTENTS-DONE.
676
33818c6c
AI
6772001-08-28 Andrew Innes <andrewi@gnu.org>
678
679 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
680
0f76ca04
EZ
6812001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
682
683 * makefile.nt (install): Copy more *.el files.
684
6b6e2422
GM
6852001-08-28 Gerd Moellmann <gerd@gnu.org>
686
687 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
688 instead of `w' which is already in use.
689
5b52c296
GM
690 * gs.el (gs-load-image): Use sleep-for.
691 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
692
43744cb9
MB
6932001-08-28 Miles Bader <miles@gnu.org>
694
695 * replace.el (query-replace-regexp-eval): Return args from
696 `interactive' form in correct order.
697
4b4ea1dc
EZ
6982001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
699
700 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
701 major modes, don't create panes for modes for which
702 mouse-buffer-menu-alist returns an empty alist.
703
7042001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
705
706 * progmodes/hideshow.el: Update first-line description.
707 Sync comments w/ maintainer version 5.31.
708
709 (hs-isearch-open): Default value now `code'.
710 Fix docstring to use "code blocks" vs "comment blocks",
711 as opposed to "block" vs "comment".
712 (hs-flag-region): Accept `hs-isearch-open' value
713 of `block' as synonymous w/ `code'.
714 (hs-hide-block-at-point): For code blocks, pass `code'
715 to `hs-flag-region' instead of `block'.
716
9ad62cf8
MB
7172001-08-28 Miles Bader <miles@gnu.org>
718
719 * comint.el (comint-next-prompt): Don't loop infinitely if
720 {next,previous}-single-char-property-change returns its input
721 position when the search fails.
722
7232001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
724
725 * comint.el (comint-get-old-input-default): Don't signal an error
726 if point is not on an input field; instead, return the current
727 line (using `comint-bol' to skip any prompt, in case we're not
728 using fields at all).
729
730 * man.el (Man-mode-line-format): Variable removed.
731 (Man-mode): Change `mode-line-buffer-identification' instead of
732 `mode-line-format'.
733
d599a452
GM
7342001-08-27 Gerd Moellmann <gerd@gnu.org>
735
736 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
737 From Simon Josefsson <jas@extundo.com>.
738
299248aa
EZ
7392001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
740
5b02e712
EZ
741 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
742 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
743
89aea802
EZ
744 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
745 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
746
747 * emacs-lisp/lselect.el: Ditto.
748
3452efc2
SM
749 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
750 Remove periods from the end of error message strings.
751 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 752
299248aa
EZ
753 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
754 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
755
756 * net/telnet.el: Ditto.
757
08ead67b
GM
7582001-08-26 Gerd Moellmann <gerd@gnu.org>
759
760 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
761 KEYMAP to the call to define-minor-mode.
762
cf8f0b68
EZ
7632001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
764
765 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
766 Replace some of the undefined characters with emulations of bidi
767 formatting characters and Niqud as per SI 1311-1.
768 (IT-unicode-translations): Ditto.
3452efc2
SM
769 (IT-display-table-setup, IT-setup-unicode-display):
770 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 771
16837afc
GM
7722001-08-24 Simon Josefsson <jas@extundo.com>
773
774 * hl-line.el (hl-line-mode): Don't be a global mode.
775 (global-hl-line-mode): New function.
776
33954c45
GM
7772001-08-24 Gerd Moellmann <gerd@gnu.org>
778
779 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
780 being reset by Ghostscript. Don't kill the gs process.
781 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
782
fa05f6ac
AC
7832001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
784
785 * term/mac-win.el: Require scroll-bar.
786
3452efc2
SM
7872001-08-23 Stefan Monnier <monnier@cs.yale.edu>
788
789 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
790
02aec07b
EZ
7912001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
792
793 * hexl.el (hexl-insert-multibyte-char) New function.
794 (hexl-quoted-insert, hexl-self-insert-command)
795 (hexl-insert-hex-char, hexl-insert-decimal-char)
796 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
797 Fix the doc strings accordingly.
798 (hexl-insert-char): Reject characters whose code is above 255.
799 Doc fix.
800 (hexl-mode-map): Copy the global keymap instead of creating a
801 sparse keymap, and bind all self-inserting characters to
802 hexl-self-insert-command.
803
9bfc65eb
SM
8042001-08-22 Stefan Monnier <monnier@cs.yale.edu>
805
3452efc2
SM
806 * wid-edit.el (text): Re-order docstring correctly.
807
9bfc65eb
SM
808 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
809
810 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
811
32f2f98e
EZ
8122001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
813
814 * simple.el (line-number-mode): Mention the variable
815 line-number-display-limit-width in the doc string.
816
374388c3
GM
8172001-08-22 Gerd Moellmann <gerd@gnu.org>
818
819 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
820 Temporarily select EVENT's window for switching buffers.
821 (mode-line-bury-buffer): New function.
822 (mode-line-buffer-identification-keymap): Use it instead of
823 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 824 events from shining through.
374388c3 825
dde6824c
SM
8262001-08-21 Stefan Monnier <monnier@cs.yale.edu>
827
828 * newcomment.el (comment-beginning): Make sure the comment-start
829 we found isn't a comment-end (in cases where confusion is possible).
830
99bf1e74
MB
8312001-08-22 Miles Bader <miles@gnu.org>
832
833 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
834 before writing it, so that hard-links don't see new version.
835
37618c60
GM
8362001-08-21 Gerd Moellmann <gerd@gnu.org>
837
dde6824c
SM
838 * gs.el (gs-set-ghostview-colors-window-prop):
839 Call x-change-window-property with 3rd arg FRAME.
40e33037 840 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
841 to complete before starting a new one.
842
6ea3db8a
GM
843 * image.el (image-type-regexps): Make sure that the TIFF
844 pattern is only matched at the beginning of a string.
845 From Markus Rost <rost@math.ohio-state.edu>.
846
dde6824c 847 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
848 Oberg <jonas@gnu.org>.
849
1f8437c4
RV
8502001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
851
852 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 853 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
854
855 * whitespace.el (whitespace-write-file-hook): Hook to be called
856 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
857 write will abort on detecting whitespaces.
858 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
859 automatically prior to writing.
860
861 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
862 whitespaces in the error output!
863
dde6824c 864 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
865 `indent-tabs-mode', since the latter notes user preferences on
866 TABs anyway.
867
868 * whitespace.el (whitespace-version): 3.1. All of the above issues
869 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
870
9b96c57d
GM
8712001-08-20 Gerd Moellmann <gerd@gnu.org>
872
8039284a
GM
873 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
874 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
875
9b96c57d
GM
876 * whitespace.el (whitespace-global-mode): Add autoload cookie.
877
1c71c0c3
GM
8782001-08-20 Alex Schroeder <alex@gnu.org>
879
880 * sql.el (sql-db2): Doc change.
881
8822001-08-20 Alex Schroeder <alex@gnu.org>
883
884 * sql.el (sql-postgres): Add the database at the end of the
885 parameters instead of at the beginning.
886 (sql-postgres-options): Doc change.
887
6c7f60a2
GM
8882001-08-17 Gerd Moellmann <gerd@gnu.org>
889
890 * custom.el (defcustom): Doc fix.
891
64ed6f71
GM
8922001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
893
6c7f60a2 894 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
895 returns a valid character.
896
7851eb98
EZ
8972001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
898
899 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
900 original-point for extra CR characters that are added/removed when
901 the buffer is written/read whose EOL type is -dos.
902
b76dfd21
MB
9032001-08-16 Miles Bader <miles@gnu.org>
904
905 * simple.el (line-move): Undo previous change.
1f8437c4
RV
906
907 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
908 property to input-terminating `boundary' overlays to avoid
909 line-move wierdness.
910
e67d1843
GM
9112001-08-16 Gerd Moellmann <gerd@gnu.org>
912
913 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
914 buffer in a save-restriction. Under one test case with Ediff,
915 window-scroll-functions are run with a window start that's
916 temporarily outside of the restriction.
917
21324fae
GM
9182001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
919
dde6824c 920 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
921 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
922 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
923 (texinfo-update-menu-region-beginning)
924 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
925 command, @ifnottex, to regexps, so it is found.
926
0645d241
AI
9272001-08-16 Andrew Innes <andrewi@gnu.org>
928
929 * makefile.nt (DONTCOMPILE): Omit bindings.el.
930 (DONTCOMPILE): Omit sc.el.
931
932 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
933 (DONTCOMPILE): Omit sc.el.
934
ae13fc3c
GM
9352001-08-16 Gerd Moellmann <gerd@gnu.org>
936
937 * replace.el (occur): Bind inhibit-read-only to t.
938
1369261b
MB
9392001-08-16 Miles Bader <miles@gnu.org>
940
dde6824c
SM
941 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
942 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 943
8464af45
GM
9442001-08-15 Gerd Moellmann <gerd@gnu.org>
945
ec69d5ec 946 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 947 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 948
1f8437c4 949 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
950 of a while-loop.
951
93aba6fc 952 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 953
8464af45
GM
954 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
955 Don't include term/.
956
ae13fc3c
GM
957 * mail/sc.el: Moved to obsolete/.
958
8b313639
GM
9592001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
960
961 * ps-print.el: Change error function arguments to follow Emacs
962 message convention. Doc fix.
963 (ps-print-version): New version number (6.5.4).
964 (coding-system-for-write): Change declaration position to avoid
965 XEmacs compilation gripes.
dde6824c
SM
966 (coding-system-for-read, buffer-file-coding-system):
967 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
968
969 * ps-mule.el: Doc fix.
970 (ps-mule-encode-header-string): If STRING is not a string, replace
971 STRING by empty string.
972
5fb125b4
EZ
9732001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
974
975 * frame.el (show-trailing-whitespace): Doc fix.
976
49e49b77
EZ
9772001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
978
979 * desktop.el (desktop-save): Insert the coding: tag before
980 desktop-header.
981
3e6385a4
GM
9822001-08-13 Gerd Moellmann <gerd@gnu.org>
983
0de73d5a
GM
984 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
985 its path from $els.
986
3e6385a4
GM
987 * image.el (image-jpeg-p): Fix call of substring.
988
4a9bf8a4
GM
9892001-08-10 Gerd Moellmann <gerd@gnu.org>
990
242e5463
GM
991 * play/animate.el (animate-string): Doc fix. Use a buffer
992 name with stars in it.
993 (animate-sequence): New function.
994 From Richard Stallman <rms@gnu.org>.
995
030f4537
GM
996 * frame.el (select-frame-set-input-focus): New function
997 extracted from other-frame.
998 (other-frame): Use it.
999 (next-multiframe-window, previous-multiframe-window): Use it.
1000
346f18dc
GM
1001 * isearch.el (isearch-other-meta-char): Don't switch to the
1002 buffer of a window clicked on, when the current buffer is
1003 in Isearch mode.
1004
4a9bf8a4
GM
1005 * image.el (image-jpeg-p): Test for APPn markers in the range
1006 #xe0..#xef.
1007
eaa2319f
GM
10082001-08-09 Gerd Moellmann <gerd@gnu.org>
1009
3638868e
GM
1010 * desktop.el (desktop-save): Don't use concat to form a file
1011 name, use expand-file-name.
1012
6b48d742
GM
1013 * mouse.el (mouse-delete-window): Do nothing if frame has just
1014 one window.
1015
ed771c89
GM
1016 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1017 for the minor mode name.
1018
1019 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1020 minor mode name.
1021
dde6824c
SM
1022 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1023 instead of make-mode-line-mouse2-map.
ed771c89
GM
1024
1025 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1026 the minor mode name.
1027
dde6824c
SM
1028 * emacs-lisp/easy-mmode.el (define-minor-mode):
1029 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1030
dde6824c
SM
1031 * calendar/calendar.el (calendar-mode-line-format):
1032 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1033
a4afe04e
GM
1034 * bindings.el (make-mode-line-mouse-map): Renamed from
1035 make-mode-line-mouse2-map. Take additional arg MOUSE.
1036 (mode-line-modified): Use mouse-3 instead of mouse-2.
1037 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1038 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1039
8e3189f0
GM
1040 * bindings.el (mode-line-format): Specify help-echo for line
1041 number, column number and buffer-percent part of the mode-line.
1042
eaa2319f
GM
1043 * image.el (image-type-regexps): Allow whitespace at the start
1044 of the image data for XPM, XBM and Postscript, which are
1045 text files.
1046 (image-jpeg-p): Correct calculation of next field offset.
1047
e3601cf6
PJ
10482001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1049
1050 * battery.el: Fix typo.
1051
057b57f6
GM
10522001-08-08 Gerd Moellmann <gerd@gnu.org>
1053
8a8ef149
GM
1054 * image.el (image-type-regexps): Allow predicates. Change the way
1055 JPEG images are recognized.
1056 (image-jpeg-p): New function.
1057 (image-type-from-data): Handle predicates in image-type-regexps.
1058
057b57f6
GM
1059 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1060 #:, #x, #o, and similar constructs.
1061
69ebef1d
GM
10622001-08-07 Gerd Moellmann <gerd@gnu.org>
1063
22d01aed
GM
1064 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1065
23f46f6f
GM
1066 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1067 instead of `progn'.
1068
e8421604
GM
1069 * tar-mode.el (tar-extract): Avoid generating a new buffer
1070 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1071
ea2c6478
GM
1072 * textmodes/paragraphs.el (forward-sentence): Avoid building
1073 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1074
dde6824c
SM
1075 * progmodes/executable.el (executable-set-magic):
1076 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1077 inserting it.
1078
1155d483 1079 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1080 derived from the JFIF spec.
1f8437c4 1081
69ebef1d
GM
1082 * image.el (image-type-regexps): Use `\`' instead of `^' in
1083 most regular expressions.
1084
d1d850d6
PJ
10852001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1086
dde6824c 1087 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1088
98a8938c
GM
10892001-08-06 Gerd Moellmann <gerd@gnu.org>
1090
dde6824c
SM
1091 * help.el (describe-function-1): Use find-function-search-for-symbol
1092 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1093
5a397d28
GM
1094 * play/animate.el (animate-birthday-present): Re-insert.
1095
dde6824c
SM
1096 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1097 Handle old-style menu definitions.
98a8938c 1098
7b3220c0
PJ
10992001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1100
6228c05b 1101 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1102 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1103
070c251e 1104 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1105 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1106 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1107
dffb6224
PJ
11082001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1109
1110 * textmodes/tildify.el: Milan Zamazal has new address.
1111
698665d1
GM
11122001-08-03 Gerd Moellmann <gerd@gnu.org>
1113
be48584d
GM
1114 * custom.el (custom-set-variables): Don't test `custom-requests'
1115 properties, check the third element of the options passed to
1116 custom-set-variables instead.
1117
5e1f85e0 1118 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1119 instead of file-exists-p.
5e1f85e0 1120
b0fa1513
GM
1121 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1122 the mode-line face is restored. Fix several bugs.
1123
698665d1
GM
1124 * replace.el (perform-replace): Doc fix.
1125
4a7641d9
FP
11262001-08-02 Francesco Potorti` <pot@gnu.org>
1127
1128 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1129 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1130 (uniquify-fix-item-base, uniquify-fix-item-filename)
1131 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1132 Callers changed.
1133 (uniquify-set-proposed): Changed to work with a vector item.
1134 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1135 the fix list, and a list of strings for the non-file buffer
1136 names. Both changes reduce consing.
1137 (uniquify-rationalize-a-list): Local variable renaming.
1138 (uniquify-rationalize-conflicting-sublist): Use member instead of
1139 assoc.
1140 (uniquify-rename-buffer): Use unless instead of if not.
1141
77389930
GM
11422001-08-02 Gerd Moellmann <gerd@gnu.org>
1143
dde6824c 1144 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1145
cb3f945f
GM
1146 * custom.el (custom-set-variables): Set options with :require
1147 clauses last.
4a7641d9 1148
fbc7f2a6
GM
1149 * custom.el (defcustom): Doc fix.
1150
77389930
GM
1151 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1152
9761cd3a
EZ
11532001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1154
7e03f4c8
EZ
1155 * man.el (man): Mention Man-switches in the doc string.
1156 (Man-switches): Mention -a in the doc string.
1157
dde6824c
SM
1158 * textmodes/ispell.el (ispell-alternate-dictionary):
1159 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1160
9761cd3a
EZ
1161 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1162 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1163 <gildea@stop.mail-abuse.org>.
9761cd3a 1164
cc46bfe7
FP
11652001-08-01 Francesco Potorti` <pot@gnu.org>
1166
fc10ed8c
FP
1167 * uniquify.el: These changes correct a corner case that the old
1168 code managed correctly.
1169 (uniquify-fix-item-proposed): Renamed from
1170 uniquify-fix-item-min-proposed.
1171 (uniquify-set-proposed): New function.
1172 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1173 clarity and speed.
dde6824c
SM
1174 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1175 This is equivalent to what the old code did.
fc10ed8c
FP
1176 (uniquify-rationalize-a-list): Never recompute the proposed
1177 name. Sort the conflicting sublist before rationalising it: this
1178 is equivalent to what the old code did, but one directory element
1179 at a time, and only when necessary.
1180 (uniquify-rationalize-conflicting-sublist): Recompute here the
1181 proposed name.
cc46bfe7 1182
dd388130
GM
11832001-08-01 Gerd Moellmann <gerd@gnu.org>
1184
81b1a79d
GM
1185 * play/animate.el: Add Keywords and Maintainer. Remove a
1186 reference to a removed function.
cc46bfe7 1187
dd388130
GM
1188 * play/animate.el (animate-string): Handle case that the string is
1189 longer than the window is wide.
1190
6b053e39
GM
11912001-07-31 Gerd Moellmann <gerd@gnu.org>
1192
ed86208c
GM
1193 * desktop.el (desktop-save): Bind coding-system-for-write to
1194 `emacs-mule' for write-region.
1195
10e922bd
GM
1196 * delsel.el (delete-selection-pre-hook): Don't set this-command
1197 to `ignore' if the region is empty.
1198
dde6824c
SM
1199 * international/mule.el (set-keyboard-coding-system):
1200 Set keyboard-coding-system.
b23bad0b 1201
6b053e39
GM
1202 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1203 before accessing it.
1204
d004e96a
AS
12052001-07-30 Andreas Schwab <schwab@suse.de>
1206
dde6824c
SM
1207 * menu-bar.el (toggle-highlight-paren-mode):
1208 Use `(show-paren-mode)' as body.
d004e96a 1209
892c8dea
AS
12102001-07-30 Andre Spiegel <spiegel@gnu.org>
1211
1212 * vc.el (vc-checkout-hook): New hook.
1213 (vc-checkout): Run it.
1214
21f79512
EZ
12152001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1216
dde6824c
SM
1217 * progmodes/make-mode.el (makefile-macroassign-regex):
1218 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1219
291e3b68
GM
12202001-07-30 Gerd Moellmann <gerd@gnu.org>
1221
6594ac22
GM
1222 * vc.el (vc-switch-backend): Fix autoload cookie.
1223
291e3b68
GM
1224 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1225 the desktop file.
1226
87449711
GM
12272001-07-30 Simon Josefsson <jas@extundo.com>
1228
1229 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1230 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1231
bf85004b
GM
12322001-07-27 Gerd Moellmann <gerd@gnu.org>
1233
75c5350a
GM
1234 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1235 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1236 (last-sexp-toggle-display, eval-last-sexp-1):
1237 Use last-sexp-setup-props.
75c5350a 1238
cc46bfe7 1239 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1240 New user-options.
1241 (mouse-wheel-change-button): New function.
1242 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1243 (mwheel-scroll): Ditto.
1244
16098288
GM
12452001-07-26 Gerd Moellmann <gerd@gnu.org>
1246
ac49effe
GM
1247 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1248 `...', compare with unabbreviated printed representation instead.
1249 (last-sexp-print): Bind print-length and print-level to nil.
1250
be4a68f9
GM
1251 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1252 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1253
f6e6cdf2
GM
1254 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1255 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1256 <mouse-2> and <RET> in that map to a function printing the
1257 unabbreviated value.
1258
16098288
GM
1259 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1260 is a buffer, put a text property `printed-value' on the printed
1261 representation, with the Lisp object printed as value.
1262
343462ed
EZ
12632001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1264
1265 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1266 Mention the effect of eval-expression-print-length and
1267 eval-expression-print-level in the doc strings. Suggested by
1268 Kevin Gallagher <kevingal@onramp.net>.
1269
e043664a
GM
12702001-07-25 Gerd Moellmann <gerd@gnu.org>
1271
4b09e331
GM
1272 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1273 for buttons > 3.
1274 (xterm-mouse-translate): Handle the case that we don't get a
1275 down-event.
cc46bfe7 1276
dde6824c
SM
1277 * emacs-lisp/find-func.el (find-function-regexp):
1278 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1279 in front of the function name.
1280
17635d50 1281 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1282
3fb01f36
GM
1283 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1284 similar events for which fake prefix keys are generated. It's no
1285 longer necessary since read_key_sequence doesn't modify these
1286 events for internal purposes anymore.
1287
e043664a
GM
1288 * files.el (auto-mode-alist): Use nroff-mode for files ending
1289 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1290
a9f73104
EZ
12912001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1292
1293 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1294 tool-bar-lines parameter, behave as if its value were zero.
1295 (mouse-avoidance-set-pointer-shape): Don't do anything if
1296 x-pointer-shape is not boundp.
1297
c02a76cc
FP
12982001-07-23 Francesco Potorti` <pot@gnu.org>
1299
f0188953 1300 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1301 (uniquify-fix-item-base, uniquify-fix-item-filename)
1302 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1303 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1304 place in the item, but was never used.
c02a76cc 1305 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1306 in the item is now used as cache for the proposed name.
c02a76cc 1307 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1308 newbuffile out of the loop, in the newbuffile-nd local var.
1309 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1310 common case and cache it in the fourth place in the item.
f0188953 1311 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1312 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1313 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1314 the cached proposed name, does much less consing and is quicker.
1315 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1316 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1317 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1318 cached proposed name is possible.
1319 (uniquify-get-proposed-name): Arguments changed, callers changed.
1320 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1321 uniquify-possibly-resolvable flag, which is no more bound locally.
1322 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1323 flag, which does not exist any more.
c02a76cc 1324
31fac3b8
EZ
13252001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1326
be8cf99e
EZ
1327 * term/internal.el (IT-unicode-translations): Fix the appearance of
1328 "6`".
1329
31fac3b8
EZ
1330 * progmodes/compile.el (compile-internal): If EMACS is already
1331 defined in the environment, don't override its value.
1332
73496807
GM
13332001-07-23 Gerd Moellmann <gerd@gnu.org>
1334
9e5a7f2a
GM
1335 * play/fortune.el: Undo change of 2001-07-13.
1336 Fix autoload cookies. Add types to defcustoms.
1337 (fortune) <defgroup>: Add :link.
1338 (fortune-from-region): Use eq, not eql.
1339 From Dave Love <fx@gnu.org>.
c02a76cc 1340
5247262a 1341 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1342
73496807
GM
1343 * play/animate.el: New file.
1344
722a451d
EZ
13452001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1346
dde6824c
SM
1347 * startup.el (normal-top-level-add-subdirs-to-load-path):
1348 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1349 canonicalized names of the directories instead of inode numbers.
1350
4960e757 13512001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1352
4960e757
MK
1353 * ediff-util.el: Copyright years.
1354 (ediff-choose-syntax-table): New function.
1355 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1356 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1357 vc-state is available.
73496807 1358 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1359
4960e757
MK
1360 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1361 with-syntax-table.
73496807
GM
1362 (ediff-coding-system-for-read): From ediff-diff.el
1363 (ediff-coding-system-for-write): New variable.
1364 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1365 overlays.
73496807
GM
1366 (ediff-file-remote-p): Use file-remote-p, if available.
1367 (ediff-listable-file): New function.
1368 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1369
dde6824c
SM
1370 * ediff-mult.el (ediff-meta-insert-file-info1):
1371 Use ediff-listable-file.
c02a76cc 1372
dde6824c
SM
1373 * ediff-ptch.el (ediff-prompt-for-patch-file):
1374 Use ediff-coding-system-for-read.
73496807 1375 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1376
73496807
GM
1377 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1378 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1379
4960e757 1380 * ediff.el: Date of last update, copyright years.
c02a76cc 1381
4960e757 1382 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1383
4960e757
MK
1384 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1385 of Scott Bronson.
1386 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1387 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1388 Deleted functions.
1389 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1390 ex-token-list.
73496807 1391 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1392
dde6824c 1393 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1394 (viper-memq-char): Use viper-int-to-char.
1395 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1396 vc-locking-state.
73496807 1397 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1398
dde6824c
SM
1399 * viper.el (viper-major-mode-modifier-list):
1400 Added inferior-emacs-lisp-mode.
73496807 1401 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1402 heuristics to decide if vi state is appropriate.
73496807
GM
1403 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1404 (viper-non-hook-settings): Don't advise read-key-sequence.
1405 (viper-read-key-sequence): New function that replaces the
4960e757 1406 previously used advice to read-key-sequence.
c02a76cc 1407
73496807
GM
1408 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1409 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1410 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1411 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1412 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1413 Got rid of the negative character hack.
4960e757 1414 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1415 Use viper-read-key-sequence.
1416 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1417 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1418 Don't override existing minibuffer-setup-hook.
4960e757 1419 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1420 Convert registers to char data type.
73496807 1421 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1422
1423 * viper-keym.el: Use viper-exec-key-in-emacs.
1424
05824718
SM
14252001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1426
1427 * server.el (server-visit-files): Fix variable name typo.
1428
6e07c0a5
GM
14292001-07-20 Gerd Moellmann <gerd@gnu.org>
1430
05824718 1431 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1432 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1433
5b6858da
SM
14342001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1435
1436 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1437 return a this-error using the alternative format (a pair of markers).
1438
794d58ba
GM
14392001-07-19 Gerd Moellmann <gerd@gnu.org>
1440
4e2a256b
GM
1441 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1442
794d58ba
GM
1443 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1444 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1445
381194d0
PJ
14462001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1447
1448 * international/iso-transl.el: Fix typo in the header of the file.
1449
1450 * textmodes/picture.el (picture): Doc fix.
1451
1452 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1453 follow coding conventions in generated files.
1454
27009a49
EZ
14552001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1456
5b6858da 1457 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1458 (tool-bar-add-item): Don't call image-related primitives if the
1459 display doesn't support images.
1460
1461 * frame.el (display-images-p): New function.
1462
467f1209
GM
14632001-07-17 Gerd Moellmann <gerd@gnu.org>
1464
1465 * server.el (server-visit-files): Handle the case the specified
1466 column number is <= 0.
1467
14682001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1469
1470 * startup.el (command-line-1): Add support for +LINE:COLUMN
1471 command line argument.
1472
14732000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1474
5b6858da
SM
1475 * server.el (server-process-filter, server-visit-files):
1476 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1477
9781053a
PJ
14782001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1479
1480 * emacs-lisp/easy-mmode.el: Add Keywords header.
1481
1482 * play/pong.el: Author has new address.
1483
1484 * play/landmark.el: Author is no more reachable.
1485
1486 * play/handwrite.el: Author is no more reachable.
1487
5b6858da
SM
14882001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1489
1490 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1491 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1492 Complete bindings for F<1..12> keys.
1493 (global-map): Remove `undo' binding (already in the default).
1494 Replace `t<n>' bindings with `f<n>' bindings.
1495
a38b71b0
SM
14962001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1497
1498 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1499 (tcl-mode): Use tcl-add-log-defun.
1500 (tcl-indent-line): Use tcl-calculate-indent.
1501 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1502 (tcl-indent-exp): Renamed from indent-tcl-exp.
1503 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1504 (tcl-indent-for-comment): Call comment-indent-function properly
1505 and handle the case where it returns nil.
1506
c1d61a7d
GM
15072001-07-16 Gerd Moellmann <gerd@gnu.org>
1508
a38b71b0
SM
1509 * calendar/cal-islam.el (calendar-goto-islamic-date):
1510 Remove autoload cookie.
1511
1512 * calendar/calendar.el (calendar-goto-islamic-date):
1513 Add call to autoload.
c1d61a7d 1514
c59fb719
SM
15152001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1516
1517 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1518 Don't change compile-auto-highlight globally.
1519 Don't bother with `font-lock-defaults' property since XEmacs
1520 also understands the `font-lock-defaults' variable.
1521 Use make-local-variable rather than make-variable-buffer-local.
1522 Don't `defconst' comment-indent-function: keep the default.
1523 Call easy-menu-add unconditionally.
1524 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1525 (ada-create-menu): Use :included for Emacs as well.
1526
1527 * vc.el (vc-do-command): Autoload.
1528
1529 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1530
652a9be9
PJ
15312001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1532
1533 * ps-print.el: Fix Author: header.
1534
c3d6be34
GM
15352001-07-16 Gerd Moellmann <gerd@gnu.org>
1536
4391d40d
GM
1537 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1538 mouse-1 etc., bind them to `ignore'.
1539
c3d6be34
GM
1540 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1541 send-invisible, which is already defined in Comint.
1542 (eshell-watch-for-password-prompt): Use it.
1543
e8af40ee
PJ
15442001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1545
3c3e43ef
PJ
1546 * which-func.el (which-func-mode): Doc fix.
1547
e8af40ee 1548 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1549 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1550 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1551 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1552 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1553 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1554 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1555 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1556 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1557 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1558 * emulation/edt-mapper.el, emulation/edt-pc.el,
1559 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1560 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1561 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1562 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1563 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1564 * international/isearch-x.el, international/iso-cvt.el,
1565 * international/ogonek.el, international/quail.el,
1566 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1567 * language/devanagari.el, language/ethio-util.el,
1568 * language/ethiopic.el, language/european.el, language/indian.el,
1569 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1570 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1571 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1572 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1573 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1574 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1575 * progmodes/autoconf.el, progmodes/cmacexp.el,
1576 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1577 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1578 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1579 * progmodes/ebnf2ps.el, progmodes/executable.el,
1580 * progmodes/fortran.el, progmodes/idlw-shell.el,
1581 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1582 * progmodes/m4-mode.el, progmodes/mantemp.el,
1583 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1584 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1585 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1586 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1587 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1588 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1589 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1590 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1591 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1592 * textmodes/two-column.el, time-stamp.el, timezone.el,
1593 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1594 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1595 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
1596 conventions.
1597
bb24c64f
GM
15982001-07-16 Gerd Moellmann <gerd@gnu.org>
1599
1600 * simple.el (set-variable): Require 'cus-edit' instead of
1601 `wid-edit', so that the Custom widgets get defined.
1602
6a05d05f
PJ
16032001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1604
1605 * allout.el: A fix to follow coding conventions.
1606
1607 * find-lisp.el: A fix to follow coding conventions.
1608
1609 * term/w32-win.el: A fix to follow coding conventions.
1610
1611 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1612
1613 * term/xterm.el: A fix to follow coding conventions.
1614
1615 * term/news.el: A fix to follow coding conventions.
1616
1617 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1618 header line fixed.
1619
1620 * sun-curs.el: Fix Maintainer: header line.
1621
1622 * emacs-lisp/easymenu.el: Address of the author added.
1623
1b85bd12
GM
16242001-07-16 Gerd Moellmann <gerd@gnu.org>
1625
1626 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1627 property.
1628
6e44da43
PJ
16292001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1630
1631 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 1632 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
1633 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1634 Some fixes to follow coding conventions.
6e44da43 1635
6033fc96
GM
16362001-07-16 Gerd Moellmann <gerd@gnu.org>
1637
1638 * which-func.el (which-func-mode): Doc fix.
1639
5d3d1e32
SM
16402001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1641
1642 * net/rcompile.el (remote-compile): Use make-local-variable.
1643
1644 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1645
1646 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1647
1648 * mail/reporter.el (reporter-submit-bug-report):
1649 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1650
55535639
PJ
16512001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1652
3afbc435 1653 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
1654 * calendar/cal-dst.el, calendar/cal-french.el,
1655 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1656 * calendar/cal-iso.el, calendar/cal-julian.el,
1657 * calendar/cal-mayan.el, calendar/cal-persia.el,
1658 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1659 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1660 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1661 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1662 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1663 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1664 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1665 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1666 * progmodes/ada-xref.el, progmodes/cc-align.el,
1667 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1668 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1669 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1670 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1671 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1672 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1673 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1674 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1675 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1676 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1677 conventions in Eshell files with known maintainers.
1678
1679 * emulation/viper.el: A fix to follow coding conventions.
1680
60370d40 1681 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1682 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1683 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1684 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1685 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1686 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1687 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1688 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1689 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1690 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1691 conventions in Eshell files.
1692
1693 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1694 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1695 * emulation/pc-mode.el, emulation/viper-cmd.el,
1696 * emulation/viper-ex.el, emulation/viper-init.el,
1697 * emulation/viper-keym.el, emulation/viper-macs.el,
1698 * emulation/viper-mous.el, emulation/viper-util.el,
1699 * emulation/viper.el, forms-pass.el, international/ccl.el,
1700 * international/characters.el, international/encoded-kb.el,
1701 * international/fontset.el, international/ja-dic-cnv.el,
1702 * international/ja-dic-utl.el, international/kinsoku.el,
1703 * international/kkc.el, international/mule-cmds.el,
1704 * international/mule-diag.el, international/mule-util.el,
1705 * international/mule.el, international/titdic-cnv.el,
1706 * language/china-util.el, language/chinese.el,
1707 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1708 * language/greek.el, language/hebrew.el, language/japan-util.el,
1709 * language/japanese.el, language/korea-util.el, language/korean.el,
1710 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1711 * language/slovak.el, language/thai-util.el, language/thai.el,
1712 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1713 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1714 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1715 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1716 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1717 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1718 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1719 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1720 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1721 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1722 to follow coding conventions in files without maintainer or in files
1723 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1724
1725 * emacs-lisp/elp.el: A fix to follow coding conventions.
1726
715a2ca2 1727 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1728 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1729 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1730 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1731 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1732 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1733 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1734 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1735 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1736 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1737 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1738 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1739 conventions in files from Gnus.
1740
55535639 1741 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1742 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1743 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1744 * echistory.el, electric.el, emacs-lisp/authors.el,
1745 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1746 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1747 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1748 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1749 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1750 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1751 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1752 * international/codepage.el, international/iso-ascii.el,
1753 * international/iso-insert.el, international/iso-transl.el,
1754 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1755 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1756 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1757 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1758 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1759 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1760 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1761 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1762 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1763 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1764 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1765 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1766 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1767 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1768 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1769 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1770 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1771 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1772 * textmodes/tex-mode.el, textmodes/text-mode.el,
1773 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1774 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1775 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1776 files maintained by FSF.
1777
1cd7adc6
PJ
17782001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1779
1780 * arc-mode.el: A fix to follow coding conventions.
1781
1782 * bindings.el: Ditto.
1783
1784 * cdl.el: Ditto.
1785
1786 * comint.el: Ditto.
1787
1788 * cus-start.el: Ditto.
1789
1790 * shell.el: Ditto.
1791
1792 * skeleton.el: Ditto.
1793
07b1b912
SM
17942001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1795
1796 * info.el (Info-build-node-completions):
1797 Make Info-current-file-completions buffer local.
1798
09938b67
GM
17992001-07-13 Gerd Moellmann <gerd@gnu.org>
1800
e0f82ad8 1801 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1802 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1803
07b1b912 1804 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 1805 Add autoload cookie.
aa11456f 1806
09938b67
GM
1807 * play/fortune.el: Add types to defcustoms.
1808
ebea5735
PJ
18092001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1810
09938b67 1811 * language/czech.el: A fix to follow coding conventions.
ebea5735 1812
ec7dc7e1
EZ
18132001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1814
1815 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1816 to the extension list, for antlr-mode. From Christoph Wedler
1817 <Christoph.Wedler@sap.com>.
1818
ec402ad4
SM
18192001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1820
1821 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1822 (vc-dired-mode-map): Fix the madness.
1823
1824 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1825 (vc-prefix-map): Moved back from vc.el.
1826
a777242c
GM
18272001-07-11 Gerd Moellmann <gerd@gnu.org>
1828
07b1b912
SM
1829 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1830 Increase the size of the obarray.
a777242c
GM
1831 (mail-extr-all-top-level-domains): Add more toplevel domains,
1832 add more long names.
1833 From: Per Starback <starback@ling.uu.se>.
1834
874d7995
EZ
18352001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1836
1837 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1838 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1839
1840 * progmodes/ada-mode.el: Ditto.
1841
1842 * progmodes/ada-xref.el: Ditto.
1843
ff524b84
MB
18442001-07-11 Miles Bader <miles@gnu.org>
1845
1846 * finder.el (finder-insert-at-column): Also move to the next line
1847 if exactly at COLUMN.
1848
6b05fae3
GM
18492001-07-10 Gerd Moellmann <gerd@gnu.org>
1850
6ce5615d
GM
1851 * help.el (describe-function-1): When printing FUNCTION's
1852 documentation, don't assume FUNCTION is a symbol.
1853
6b05fae3
GM
1854 * startup.el (normal-top-level): Don't operate on the initial
1855 frame if we failed to create one.
1856
19da29f9
GM
18572001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1858
1859 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1860 itself, i.e. only indent the contents in it.
1861
6f19114e
GM
18622001-07-10 Markus Rost <rost@math.ohio-state.edu>
1863
1864 * mail/rmail.el (rmail-show-message): Show beginning of message in
1865 all windows containing it.
1866
8184a578
EZ
18672001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1868
1869 * term/tty-colors.el: Fix the header line and copyright years.
1870
524ac5b2
GM
18712001-07-09 Gerd Moellmann <gerd@gnu.org>
1872
4033ae9d
GM
1873 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1874 original definition has an interactive form, but is Elp
1875 instrumented, use the interactive form of the function called by
1876 elp-wrapper.
1877
59c2dcf4
GM
1878 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1879 configurations with compare-window-configuration; they aren't
1880 window configurations.
1881
524ac5b2
GM
1882 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1883 from the server for the format we expect. Don't use it if it
c59fb719 1884 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1885
06c66e1c 1886 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1887 From Luis Fernandes <elf@ee.ryerson.ca>.
1888
524ac5b2 18892001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1890
1891 * cc-cmds.el: Extended the kludge to interoperate with the
1892 delsel and pending-del packages wrt to the new function
1893 `c-electric-delete-forward'.
1894
851040a5
SM
18952001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1896
1897 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1898 to delay the call to <mode> for global minor modes.
1899 (easy-mmode-define-navigation): Only recenter if interactive.
1900
6573d87f
GM
19012001-07-06 Gerd Moellmann <gerd@gnu.org>
1902
a25e82a8
GM
1903 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1904 to lisp-indent-line.
1905
6573d87f
GM
1906 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1907 from the server. Call encode-time only when we are sure that we
1908 got a 213 response.
1909
c1a1fd60
GM
19102001-07-06 Simon Josefsson <jas@extundo.com>
1911
1912 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1913 (mail-envelope-from): New user option.
1914 (sendmail-send-it): Use it.
1915
4b81a999
GM
19162001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1917
851040a5
SM
1918 * ps-print.el: Use locale dependant date to print date in header.
1919 Doc fix.
4b81a999
GM
1920 (ps-print-version): New version number (6.5.3).
1921 (ps-right-header, ps-right-footer): Initialization and doc fix.
1922 (ps-time-stamp-locale-default): New fun.
1923
a2cc5c4f
GM
19242001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1925
1926 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1927 field problem with MIME-mode.
1928
1929 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1930
19312001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1932
1933 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1934 MIME-mode.
1935
a9b511e0
EZ
19362001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1937
1938 * bindings.el (mode-line-mule-info): Don't show the tip with
1939 buffer-file-coding-system if that is nil.
1940
0f60e5ff
GM
19412001-07-05 Gerd Moellmann <gerd@gnu.org>
1942
f25cfe53
GM
1943 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1944 instead of kill-line.
1945
5f72adc0
GM
1946 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1947 <Pavel@Janik.cz>.
1948
1949 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1950 <Pavel@Janik.cz>.
0f60e5ff 1951
b5e2c7a7
GM
19522001-07-04 Gerd Moellmann <gerd@gnu.org>
1953
1954 * font-lock.el (c-font-lock-keywords-3): When matching something
1955 like `struct X Y', finish with point after Y.
1956
e5836af8 19572001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1958
e5836af8 1959 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1960 in caller buffer.
e5836af8 1961
f1c53471
EZ
19622001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1963
bf4041b6 1964 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1965 instead of string-match to find the basename of the file.
1966 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1967
851040a5
SM
1968 * net/browse-url.el (browse-url-default-windows-browser):
1969 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1970 (browse-url-browser-function) [ms-dos]: Default to
1971 browse-url-default-windows-browser.
1972
f1c53471
EZ
1973 * help.el (locate-library): Enable code that looks for compressed
1974 libraries if auto-compression-mode is on.
1975
4ce5c223
SM
19762001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1977
1978 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1979
dd441b46
GM
19802001-07-02 Gerd Moellmann <gerd@gnu.org>
1981
4ce5c223 1982 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1983
7a3ee510
EZ
19842001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1985
33e432b1
EZ
1986 * allout.el: Fix the header line, so that finder.el recognizes it.
1987 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1988
4ce5c223
SM
1989 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1990 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1991
3024d920
EZ
19922001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1993
4ce5c223 1994 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 1995
3024d920
EZ
1996 * ps-bdf.el (bdf-directory-list): Use the value relative to
1997 installation-directory for MS-Windows as well.
1998
0c1baae8
RS
19992001-06-29 Richard M. Stallman <rms@gnu.org>
2000
2001 * wid-edit.el (widget-color-sample-face-get):
2002 Return ((foreground-color . COLOR)) instead of constructing a face.
2003
442ebe98
EZ
20042001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2005
2006 * faces.el (region): Change the background color for the
2007 light-background color display to lightgoldenrod2, to make it
2008 visible on some laptops.
2009
6519817e
RS
20102001-06-28 Richard M. Stallman <rms@gnu.org>
2011
2012 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2013 (rmail-msg-restore-non-pruned-header): Likewise.
2014 If point was in the old pruned header, put it at the top.
2015 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2016
6519817e
RS
2017 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2018 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2019
15533ae2
SM
20202001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2021
2022 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2023
19a448e3
KF
20242001-06-28 Karl Fogel <kfogel@red-bean.com>
2025
2026 * saveplace.el: Update maintainer email address.
2027
a17555fd
FP
20282001-06-27 Francesco Potorti` <pot@gnu.org>
2029
15533ae2
SM
2030 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2031 Undo previous change.
a17555fd
FP
2032
20332001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2034
2035 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2036 preliminary quick reordering. Can speed things up dramatically.
2037
555cc9ca
RS
20382001-06-26 Richard M. Stallman <rms@gnu.org>
2039
4d68abe0
RS
2040 * dired.el (dired-get-filename): A file name starting with ~
2041 is not absolute in this context.
2042
555cc9ca
RS
2043 * which-func.el (which-func-maxout): Increase default to 500000.
2044 (which-function-mode): This is now the "real" name of the function.
2045 (which-func-mode): Now an alias.
2046 (which-func-mode-global): Name deleted.
2047
2048 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2049 button-2, when binding hs-mouse-toggle-hiding.
2050
d9bad487
GM
20512001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2052
15533ae2 2053 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2054 (rmail-msg-prune-header): Likewise.
2055 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2056 and `rmail-msg-prune-header'.
2057
da197e75
SM
20582001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2059
2060 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2061 back than LINEBEG.
2062
9501b986
EZ
20632001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2064
2065 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2066 window where they clicked the mouse has a header line, adjust
2067 vertical movement by one.
2068
7aee34d3
GM
20692001-06-25 Milan Zamazal <pdm@zamazal.org>
2070
da197e75
SM
2071 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2072 too when separating a parenthesis.
7aee34d3 2073
b9cc92a4
EZ
20742001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2075
2076 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2077 (bookmark-bmenu-hide-filenames): Add help-echo to
2078 mouse-highlighted text.
2079 (bookmark-bmenu-show-filenames): Remove help-echo property from
2080 the whitespace.
2081
e55c4863
EZ
20822001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2083
da197e75
SM
2084 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2085 From Karl Eichwalder <ke@suse.de>.
e55c4863 2086
4bd41f5a
RS
20872001-06-23 Richard M. Stallman <rms@gnu.org>
2088
2089 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2090
2091 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2092 contents for completing-read.
2093
fdae95d4
RS
20942001-06-22 Richard M. Stallman <rms@gnu.org>
2095
2096 * menu-bar.el (menu-bar-make-toggle): Construct the
2097 function's doc string from HELP, not DOC, and make it accurate by
2098 adding "Toggle whether to " at the front and downcasing the initial.
2099 Change the HELP arg in some calls to make it fit this usage.
2100
2101 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2102 Undo previous change.
2103
5f0e1d42
EZ
21042001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2105
1fd63d9b
EZ
2106 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2107
da197e75 2108 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2109
2ebf8f54
EZ
21102001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2111
7a03d9cd
EZ
2112 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2113
2ebf8f54
EZ
2114 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2115
4de68712
RS
21162001-06-20 Richard M. Stallman <rms@gnu.org>
2117
2118 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2119 broken out from dabbrev--find-expansion. Handle minibuffer
2120 specially here.
2121 (dabbrev--find-expansion): Simplify code in various ways.
2122 Don't treat minibuffers specially.
2123 Call dabbrev--make-friend-buffer-list.
da197e75 2124 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2125 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2126
f84e9763 21272001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2128
f84e9763
JW
2129 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2130 Also, added a comment describing how to greatly speedup Eshell
2131 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2132
f5f3efaa 21332001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2134
da197e75
SM
2135 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2136
f84e9763
JW
21372001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2138
2139 * woman.el (WoMan-highlight-references): Add help-echo to
2140 mouse-highlighted text.
b868ed49 2141
f7ac3e28
SM
21422001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2143
2144 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2145
f6f1beba
GM
21462001-06-18 Gerd Moellmann <gerd@gnu.org>
2147
f7ac3e28
SM
2148 * international/quail.el (quail-start-conversion):
2149 Reset quail-translating to nil.
db8f7303 2150
f6f1beba
GM
2151 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2152 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2153
1a0b9ae6
EZ
21542001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2155
855eca56
EZ
2156 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2157 mouse-highlighted text.
2158
1a0b9ae6
EZ
2159 * dired.el (dired-mark-pop-up): Fix last change.
2160
e75e894b
EZ
21612001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2162
218abc51
EZ
2163 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2164 mouse-highlighted text.
2165
d36ca65d
EZ
2166 * net/quickurl.el (quickurl-url-file): Run through
2167 convert-standard-filename.
2168 (quickurl-list-populate-buffer): Add help-echo to
2169 mouse-highlighted text.
2170 (top-level): Update Dave's URL.
2171
092924fd
EZ
2172 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2173 mouse-highlighted text.
2174
f7ac3e28
SM
2175 * textmodes/page-ext.el (pages-copy-header-and-position):
2176 Add help-echo to mouse-highlighted text.
092924fd
EZ
2177
2178 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2179 mouse-highlighted text.
2180
2181 * replace.el (occur): Add help-echo to mouse-highlighted text.
2182
2183 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2184 mouse-highlighted text.
2185
2186 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2187 mouse-highlighted text.
2188
f7ac3e28
SM
2189 * progmodes/compile.el (compile-reinitialize-errors):
2190 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2191 (compilation-forget-errors): Remove help-echo property as well.
2192
f7ac3e28
SM
2193 * play/landmark.el (lm-plot-square, lm-init-display):
2194 Add help-echo to mouse-highlighted text.
092924fd 2195
f7ac3e28
SM
2196 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2197 Add help-echo to mouse-highlighted text.
092924fd
EZ
2198
2199 * dired.el (dired-insert-set-properties): Add help-echo to
2200 mouse-highlighted text.
f7ac3e28 2201 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2202
2203 * comint.el (comint-send-input): Add help-echo to
2204 mouse-highlighted text.
2205
2206 * buff-menu.el (list-buffers-noselect): Add help-echo to
2207 mouse-highlighted text.
2208
2209 * arc-mode.el (archive-summarize-files): Add help-echo to
2210 mouse-highlighted text.
2211
e75e894b
EZ
2212 * ffap.el (ffap-machine-p): Always return nil if
2213 open-network-stream is not fboundp.
2214
f621ed9d
SM
22152001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2216
2217 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2218 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2219 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2220 incorrectly binding chars between 128 and 256 to it.
2221 (sgml-maybe-name-self): Handle latin-1 chars properly.
2222 (sgml-tags-invisible): Bind buffer-file-name to nil.
2223 Use unwind-protect and restore-buffer-modified-p.
2224 (sgml-point-entered): Use buffer-substring-no-properties.
2225 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2226 (html-mode): Don't force `imenu-sort-function'.
2227
884e8578
EZ
22282001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2229
d5b49f47
EZ
2230 * tar-mode.el: Fix the copyright notice.
2231
ce6b1982
EZ
2232 * font-lock.el (font-lock-comment-face): For tty's with dark
2233 background, use "red1", since "lightred" is not one of the colors
2234 recognized by tty-colors.el.
2235
884e8578
EZ
2236 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2237 create a buffer for extracted file, in case there's more than one
2238 file by that name in an archive, possibly in different
2239 directories. From Kevin Rodgers <kevinr@ihs.com>.
2240
2241 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2242 <alex@gnu.org>.
2243
72190a54
MB
22442001-06-15 Miles Bader <miles@gnu.org>
2245
f621ed9d
SM
2246 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2247 Revert previous change.
72190a54 2248
e4cdc335
RS
22492001-06-14 Richard M. Stallman <rms@gnu.org>
2250
2251 * replace.el (keep-lines-read-args): Return just a regexp.
2252 Provide nil for the region args.
f621ed9d 2253 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2254 Calculate the defaults for the region here, when args are nil.
2255
c8c6b45a
EZ
22562001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2257
2258 * rot13.el (rot13-other-window): Some more doc fix.
2259
f54701d1
EZ
22602001-06-14 Per Starback <starback@ling.uu.se>
2261
2262 * replace.el (case-replace, query-replace-from-history-variable)
2263 (query-replace-to-history-variable, keep-lines-read-args)
2264 (occur-revert-function, query-replace-help): Dox fix.
2265
1604ce98
EZ
22662001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2267
2268 * rot13.el (rot13-other-window): Doc fix.
2269
22058843
MB
22702001-06-14 Miles Bader <miles@gnu.org>
2271
2272 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2273 of " and \ to "." (punctuation).
2274 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2275
e4cdc335
RS
22762001-06-13 Richard M. Stallman <rms@gnu.org>
2277
2278 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2279
2280 * simple.el (shell-command-on-region): Never kill the
2281 *Shell Command Output* buffer.
2282
a62d56ab
SM
22832001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2284
2285 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2286
4a0aa1d9
SM
22872001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2288
2289 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2290 New var, to recognize ${ $' and PODs.
2291 (perl-font-lock-syntactic-face-function): New function.
2292 (perl-mode): Use them.
2293 (perl-continuation-line-p): New function, from perl-calculate-indent.
2294 (perl-calculate-indent): Use it, to properly handle continuation
2295 lines of continuation lines.
2296
b5a9911c
EZ
22972001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2298
2299 * server.el (server-process, server-buffer-clients): Doc fix.
2300 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2301
0f056ec1
JW
23022001-06-09 John Wiegley <johnw@gnu.org>
2303
2304 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2305 test if the last command was Lisp or not.
2306 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2307 B x C".
2308
e5e316b0
EZ
23092001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2310
2311 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2312 general one on compile.el supports drive letters.
7f4350a7
CD
2313
23142001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2315
5a905a7e 2316 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2317 key description.
7f4350a7
CD
2318
2319 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2320
5a905a7e 2321 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2322 (reftex-toc-jump): New command.
2323
2324 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2325 to parse international characters as well.
7f4350a7 2326
5a905a7e 2327 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2328 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2329
5a905a7e
SM
2330 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2331
2332 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2333 TAB to the key separators.
7f4350a7 2334
73419021
EZ
23352001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2336
2337 * international/mule.el (auto-coding-alist): Remove redundant
2338 up-cased versions of the extensions (auto-coding-alist-lookup is
2339 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2340 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2341
cada28bb
EZ
23422001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2343
2344 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2345
4f7666dc
RS
23462001-06-01 Richard M. Stallman <rms@gnu.org>
2347
2348 * help.el (describe-variable): Put value on same line
2349 with preceding text, if it is short enough to look good that way.
2350
70079787
EZ
23512001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2352
2353 * term/internal.el (IT-unicode-translations): New variable.
2354 (IT-setup-unicode-display): New function.
2355
c86f4619
GM
23562001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2357
2358 * ps-print.el: Handle before-string and after-string overlay properties
2359 in ps-print-*-with-faces commands. Doc fix.
2360 (ps-print-version): New version number (6.5.2).
2361 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2362 for XEmacs.
2363 (ps-prefix-quote): Doc fix.
c6d452ad 2364 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2365 (ps-basic-plot-str, ps-plot-string): New funs.
2366
1ea98518
SM
23672001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2368
2369 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2370 and :type spec.
2371
2b1ec973
GM
23722001-05-31 Gerd Moellmann <gerd@gnu.org>
2373
1ea98518
SM
2374 * international/mule-cmds.el (inactivate-input-method):
2375 Set input-method-function to nil.
2b1ec973 2376
94843cc1
GM
2377 * xml.el (xml-parse-tag): The document may contain invalid characters.
2378 From ShengHuo ZHU <zsh@cs.rochester.edu>
2379
9652931f
GM
23802001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2381
2382 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2383 `rmail-summary-line-decoder' if the message does not have
2384 a Subject: field.
9652931f 2385
1ea98518 2386 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2387
1ea98518
SM
2388 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2389 New variable.
9652931f
GM
2390 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2391 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2392 is non-nil.
2393
f7ac3e28
SM
23942001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2395
2396 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2397
b781e739
SS
23982001-05-29 Sam Steingold <sds@gnu.org>
2399
00f51890
SS
2400 * faces.el (face-valid-attribute-values): Bind `valid' directly
2401 instead of using `setq'.
2402
b781e739
SS
2403 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2404 Use `tex-shell-buf'.
2405 (tex-shell-proc): Use `tex-shell-running'.
2406 (tex-shell-buf-no-error): New function.
2407 (tex-send-tex-command): Use it.
2408 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2409 (tex-kill-job): Check the process before calling `quit-process'.
2410
3d0e328b
GM
24112001-05-29 Gerd Moellmann <gerd@gnu.org>
2412
1ea98518
SM
2413 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2414 UTF-8 sequences.
3d0e328b 2415
8bd6307f
GM
24162001-05-28 Miles Bader <miles@gnu.org>
2417
2418 * comint.el (comint-carriage-motion): Renamed from
2419 `comint-cr-magic'. Operate on the buffer instead of the string
2420 (for use as a comint post-output filter, instead of as a
2421 pre-output filter). Handle backspaces too. Add to the
2422 `comint-output-filter-functions' hook instead of
2423 `comint-preoutput-filter-functions'.
2424
89c8dc6c
GM
24252001-05-28 Gerd Moellmann <gerd@gnu.org>
2426
2427 * language/japan-util.el (japanese-hankaku): Prefer the charset
2428 `jisx0201' when the optional argument `ascii-only' is not specified.
2429 (japanese-hankaku-region): Ditto.
2430 From Katsumi Yamaoka <yamaoka@jpl.org>
2431
f25c1b9b
SM
24322001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2433
2434 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2435 (outline-invisible-p): New function.
2436 (hide-leaves): Save excursion.
2437 (hide-other): Stop looping when reaching bobp.
2438
719bb352
EZ
24392001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2440
2441 * cus-edit.el (custom-file): Fix last change.
2442
d686d354
SM
24432001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2444
2445 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2446 same definition in byte-compile-function-environment as `autoload'
2447 would put in `symbol-function'.
2448
2449 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2450 patch to correct the error message as well.
2451
49b1a638
EZ
24522001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2453
71261a01
EZ
2454 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2455 unless ~/.emacs exists.
2456
49b1a638
EZ
2457 * novice.el (enable-command): If user-init-file is nil or does not
2458 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2459
a434b175
SM
24602001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2461
15ca8de7
SM
2462 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2463 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2464 Allow spaces around macro arguments.
2465 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2466 indent-for-tab-command.
2467 (latex-mode-map, plain-tex-mode-map): New keymaps.
2468 Inherit from tex-mode-map.
2469 (tex-common-initialization): Don't setup the keymap any more
2470 since it's now done right by define-derived-mode.
2471 (latex-mode): Set skeleton-end-hook to nil.
2472 (latex-skeleton-end-hook): Remove.
2473 (tex-latex-block, latex-insert-item): Simplify.
2474 (latex-syntax-after): Use following-char rather than char-after.
2475 (tex-discount-args-cmds, tex-count-words): New functions.
2476
2477 * textmodes/tildify.el (tildify-ignored-environments-alist):
2478 Recognize \verb* as well.
2479
2480 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2481 (perl-comment-indent): Simplify to let newcomment.el do its job.
2482 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2483 (perl-mark-function): Cleanup the namespace.
2484 (perl-calculate-indent): Don't be fooled by nested functions.
2485
2486 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2487
a434b175
SM
2488 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2489 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2490
4e7e1f03
AC
24912001-05-25 Andrew Choi <akochoi@i-cable.com>
2492
2493 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2494 actually be `\\'.
2495 (ctlau-b5-converter): Likewise.
2496
2bef0948
AC
24972001-05-24 Andrew Choi <akochoi@i-cable.com>
2498
2499 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2500 Change CTLauB.el to CTLau-b5.el.
2501
d2d1851b
SM
25022001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2503
2504 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2505 rather than beginning-of-line to avoid problems with fields.
2506 (gud-perldb-massage-args): Use unless and push.
2507 (gud-chdir-before-run): New var.
2508 (gud-common-init): Use it.
2509
5e3d4fbc
AC
25102001-05-24 Andrew Choi <akochoi@i-cable.com>
2511
2512 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2513 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2514 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2515 chinese-ctlaub.
d2d1851b
SM
2516 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2517 New functions.
5e3d4fbc 2518
0216c3df
GM
25192001-05-22 Gerd Moellmann <gerd@gnu.org>
2520
f1f65349
GM
2521 * cus-edit.el (custom-comment-show): Remove debug code.
2522
0216c3df
GM
2523 * language/japan-util.el (japanese-symbol-table): Fix handling of
2524 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2525
e8a1ed31
SM
25262001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2527
2528 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2529 Renamed by removing the silly `-flag' suffix.
2530 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2531
7246200c
SM
25322001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2533
2534 * replace.el (keep-lines-read-args): Use `copy-marker'.
2535 (how-many): Save excursion properly.
2536 (occur-mode): Use define-derived-mode.
2537 (perform-replace): Use with-current-buffer.
2538
7e971261
RS
25392001-05-20 Richard M. Stallman <rms@gnu.org>
2540
65569e52
RS
2541 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2542
cc9684e8
RS
2543 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2544
9ca00e71
RS
2545 * info.el (Info-read-subfile): Widen before finding the
2546 desired node in the subfile.
2547
7e971261
RS
2548 * startup.el (command-line-1): When >2 files visited,
2549 leave the last one visible, and make that the selected window.
2550
7c5312b2
GM
25512001-05-20 Gerd Moellmann <gerd@gnu.org>
2552
2553 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2554
310e9a21
EZ
25552001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2556
7246200c
SM
2557 * international/ccl.el (define-ccl-program): Fix a typo.
2558 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2559
2560 * international/mule.el (decode-char): Fix a typo. From Pavel
2561 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2562
2563 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2564 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2565
310e9a21
EZ
2566 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2567 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2568
ef55aa6c
SS
25692001-05-18 Sam Steingold <sds@gnu.org>
2570
7246200c 2571 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
2572 and [RET] to `cvs-mode-find-file'.
2573
c9f3bebe
JW
25742001-05-18 John Wiegley <johnw@gnu.org>
2575
2576 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2577 configuration variable, which determines the initial character
2578 that forces use of an external version of a command. The default
2579 is *, but may be set to \, for example.
2580
2581 * eshell/esh-ext.el (eshell-explicit-command):
2582 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2583
c9f3bebe
JW
2584 * eshell/esh-cmd.el (eshell/which):
2585 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2586
7c5312b2
GM
2587 * eshell/em-cmpl.el (eshell-completion-command-name)
2588 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
2589 instead of ?*.
2590
1c66d9fb
GM
25912001-05-18 Gerd Moellmann <gerd@gnu.org>
2592
a724ed38
GM
2593 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2594 subst-char-in-string.
2595 (ange-ftp-after-parse-ls-hook): New variable.
2596 (ange-ftp-ls): Run that hook.
2597 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2598
0595722b
GM
2599 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2600 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2601 text into *Completions*.
2602
1c66d9fb
GM
2603 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2604 part of which look like email addresses.
2605
c5bdb93d
AI
26062001-05-18 Andrew Innes <andrewi@gnu.org>
2607
7246200c
SM
2608 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2609 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
2610 cmd.exe's handling of FOR loops.
2611 (autoloads): Set find-file-suppress-same-file-warnings to t to
2612 avoid slew of spurious messages.
2613
9a1211f2
GM
26142001-05-18 Simon Josefsson <simon@josefsson.org>
2615
2616 * mail/smtpmail.el (maybe-append-domain): Renamed to
2617 `smtpmail-maybe-append-domain'.
2618 (smtpmail-via-smtp): Use the new name.
2619
29148a3f
GM
2620 * net/browse-url.el (browse-url-browser-function): Add kde.
2621 (browse-url-kde-program, browse-url-kde-args): New variables.
2622 (browse-url-kde): New function.
2623
9ab59a1a
MB
26242001-05-18 Miles Bader <miles@gnu.org>
2625
7246200c
SM
2626 * simple.el (delete-horizontal-space, just-one-space):
2627 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
2628 because it's more efficient for large files.
2629
cebf1b97
GM
26302001-05-17 Gerd Moellmann <gerd@gnu.org>
2631
f90c23ca
GM
2632 * mail/rmail.el (rmail-require-mime-maybe): New function.
2633 (rmail): Use it.
2634 (rmail-mode): Handle the case of finding Rmail files.
2635
cebf1b97
GM
2636 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2637 functions.
2638
df22166e
SM
26392001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2640
2641 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2642 text-property after moving to the beginning of line and regardless
2643 of the value of font-lock-multiline.
2644
2ca0d5f1
GM
26452001-05-17 Gerd Moellmann <gerd@gnu.org>
2646
e85e809a
GM
2647 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2648
2ca0d5f1
GM
2649 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2650 last coding system used before calling set-buffer-modified-p
2651 because that function changes last-coding-system.
2652
4c6a4739
EZ
26532001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2654
2655 * files.el (switch-to-buffer-other-window)
2656 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2657 the doc string.
2658
f08cf35b
GM
26592001-05-17 Gerd Moellmann <gerd@gnu.org>
2660
2661 * language/slovak.el, language/czech.el: New maintainer.
2662
2180ea97
SS
26632001-05-16 Sam Steingold <sds@gnu.org>
2664
f08cf35b 2665 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2666 sub-form of `defgeneric' correctly.
2667
9bae8781
GM
26682001-05-16 Gerd Moellmann <gerd@gnu.org>
2669
a90b3d3c
GM
2670 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2671 of `c'.
2672
1b7818b4 2673 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2674 condition-case, test what outline-level returns instead, to
2675 ease debugging.
1b7818b4 2676
9bae8781
GM
2677 * international/mule.el (auto-coding-regexp-alist): New user-option.
2678 (auto-coding-from-file-contents): New function.
2679 (set-auto-coding): Use it to determine a coding system.
2680
7644c605
GM
26812001-05-15 Gerd Moellmann <gerd@gnu.org>
2682
18a0a39e
GM
2683 * mouse.el (mouse-delete-other-windows): Doc fix.
2684
df22166e
SM
2685 * emacs-lisp/lisp-mode.el (lisp-mode):
2686 Make font-lock-keywords-case-fold-search a buffer-local variable with
2687 make-local-variable before setting it.
7644c605 2688
940cf42e
EZ
26892001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2690
2691 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2692 prefixes.
2693
557f7c34
GM
26942001-05-14 Gerd Moellmann <gerd@gnu.org>
2695
2696 * hexl.el (hexl-current-address): Print a message when called
2697 interactively.
2698
14d9b141
SM
26992001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2700
2701 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2702
2703 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2704
2705 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2706
7bd2d083
GM
27072001-05-11 Gerd Moellmann <gerd@gnu.org>
2708
47e72862
GM
2709 * startup.el (command-line): If parameters have been changed in
2710 the init files which influence font selection, clear the face
2711 cache so that faces get realized with the new parameters.
2712
14d9b141 2713 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2714
0f49941f
SM
27152001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2716
2717 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2718
cbeed4a8
EZ
27192001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2720
2721 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2722 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2723
ff9aa2ca
GM
27242001-05-10 Gerd Moellmann <gerd@gnu.org>
2725
2726 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2727 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2728
b2c99950
JW
27292001-05-09 John Wiegley <johnw@gnu.org>
2730
0f49941f
SM
2731 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2732 Annotated the documentation string to tell users about
3cb27fd7
JW
2733 `eshell-no-numeric-conversions'.
2734
c26f6b27
JW
2735 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2736 conversions if a Lisp function has the property
2737 `eshell-no-numeric-conversions' set to a non-nil value.
2738
2739 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2740 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2741 property `eshell-no-numeric-conversions' on the following
2742 functions (which all deal with filesystem entities, and never Lisp
2743 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2744 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2745 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2746 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2747 eshell/which, eshell/addpath.
2748
27492001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2750
d089e299
JW
2751 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2752 encountered as an argument, don't convert it right away, but tag
2753 the first character of the string with the text properties
2754 `number', which signifies to `eshell-lisp-command' that the
2755 argument should be passed through `string-to-number' if it is
2756 actually used in the call to a Lisp function.
2757
2758 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2759 function, convert any string arguments that have been tagged as
2760 "numbers", by calling string-to-number.
2761
2762 * eshell/esh-util.el (eshell-number-regexp): Now that number
2763 conversions only happen for Lisp function calls, the number regexp
2764 should now match all integer and floating point forms.
2765
2766 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2767 `eshell-continue-process', since they are both nonfunctional at
2768 the moment.
2769 (eshell-proc-initialize): Don't bind keys for
2770 `eshell-stop-process' or `eshell-continue-process'.
2771
0f49941f
SM
2772 * eshell/em-unix.el (eshell-shuffle-files):
2773 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2774
2775 * eshell/em-hist.el (eshell-add-to-history): Reference to
2776 `eshell-history-ring' needed to be `eshell-history-index'.
2777
0f49941f
SM
2778 * calendar/timeclock.el (timeclock-find-discrep):
2779 Initialize `elapsed' to 0.
cb89da0f
JW
2780 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2781 it's still nil.
b2c99950 2782
ff39b9a1
SM
27832001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2784
2785 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2786 (archive-mode): Use capitalize.
2787 (archive-unique-fname): Use make-temp-file.
2788
9e53a675
GM
27892001-05-09 Gerd Moellmann <gerd@gnu.org>
2790
2791 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2792
c8224de6
EZ
27932001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2794
c533a7e2
EZ
2795 * tar-mode.el (tar-extract): Pay attention to the value of
2796 coding-system-for-read, if it is non-nil.
2797
ff39b9a1
SM
2798 * calendar/holidays.el (holidays): Add an autoload cookie.
2799 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2800
1c8c9fb8
JW
28012001-05-08 John Wiegley <johnw@gnu.org>
2802
ff39b9a1
SM
2803 * calendar/timeclock.el (timeclock-workday-remaining):
2804 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2805 (timeclock-workday-elapsed): Don't accept a "relative" argument
2806 for the current day's elapsed time. What could that have meant?
ff39b9a1 2807 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2808 (timeclock-when-to-leave): Changed logic, similarly to what was
2809 done for `timeclock-workday-remaining'.
2810 (timeclock-find-discrep): Removed "today-only" argument, which had
2811 no meaning. Fixed some more math problems. The function now
2812 returns a three member list: (TOTAL-TIME-DISCREPANCY
2813 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2814
5f47fb28
EZ
28152001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2816
2817 * w32-fns.el (convert-standard-filename): Start replacing slashes
2818 from the beginning of the file name, not from where the last
2819 invalid character was. From "Andrew Maguire (SWW)"
2820 <Andrew.Maguire@Smallworld.co.uk>
2821
6da5c7da
GM
28222001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2823
2824 The following changes are to provide infrastructure for handling
2825 MIME messages to rmail. They don't affect the original behaviour
2826 if rmail-enable-mime is nil.
2827
2828 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2829 (rmail-search-mime-message-function)
2830 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2831 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2832 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2833 `rmail-view-buffer' is hidden.
6da5c7da
GM
2834 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2835 call rmai-show-mime-function.
2836 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2837 mode-line-process of rmail-view-buffer.
2838 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2839 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2840 buffer.
ff39b9a1
SM
2841 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2842 set-buffer to the Rmail buffer.
6da5c7da
GM
2843 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2844 rmail-search-mime-header-function.
2845 (rmail-search-message): New function.
2846 (rmail-search): Call rmail-search-message to check if a message
2847 matches REGEXP, lastly update point after calling
2848 rmail-show-message.
ff39b9a1
SM
2849 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2850 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2851 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2852 header region, refer to rmail-msgref-vector while setting the
2853 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2854 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2855 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2856 rmail-insert-mime-forwarded-message-function instead of inserting
2857 forwarded message by itself.
2858
2859 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2860 Rmail buffer.
2861 (rmail-set-label, rmail-next-labeled-message): Likewise.
2862
2863 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2864 set-buffer to the Rmail buffer.
2865 (rmail-output-to-rmail-file): Likewise.
2866 (rmail-output): Likewise.
2867
2868 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2869 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2870 (rmail-new-summary): Be sure to go to the Rmail buffer.
2871 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2872 rmail-view-buffer to nil.
2873 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2874 rmail-view-buffer.
2875 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2876 rmail-buffer.
2877 (rmail-summary-scroll-msg-down): Likewise.
2878 (rmail-summary-beginning-of-message): Likewise.
2879 (rmail-summary-wipe): Likewise.
2880 (rmail-summary-toggle-header): Use save-window-excursion, not
2881 save-excursion. Update point in rmail-view-buffer, not in
2882 rmail-buffer.
2883 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2884 rmail-view-buffer, not rmail-buffer.
2885
5092477a
GM
28862001-05-07 Gerd Moellmann <gerd@gnu.org>
2887
1e9fc92e
GM
2888 * cus-edit.el (custom-file): Signal an error if user-init-file is
2889 nil (running -q).
2890
1d053370
GM
2891 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2892
ff39b9a1
SM
2893 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2894 Add :version.
2895
2896 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2897 New option.
1b62b062
GM
2898 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2899 only if smtpmail-warn-about-unknown-extensions is set.
2900
f851a71c
GM
2901 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2902 instead of rmail-sort-by-keywords.
2903
ff39b9a1 2904 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
2905 rmail-sort-by-keywords.
2906
ff39b9a1
SM
2907 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2908 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
2909 (rmail-summary-mode): Doc fix.
2910
5092477a
GM
2911 * mail/rmail.el (rmail-edit): New Custom group.
2912
2913 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2914 (rmail-edit-mode-hook): New user-option.
2915
05be3833
RS
29162001-05-05 Richard M. Stallman <rms@gnu.org>
2917
2918 * help.el (help-xref-symbol-regexp): Recognize "source of"
2919 and friends, meaning make a link to the source file.
2920 (help-make-xrefs): Handle "source of" and friends
2921 by constructing a link that visits the source file.
2922
2923 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2924
7dfb000f
SM
29252001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2926
5efe6a56
SM
2927 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2928 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2929 Renamed from perl-font-lock-keywords to avoid clashes.
2930 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2931 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2932 Updated correspondingly.
2933
7dfb000f
SM
2934 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2935 Typo `nonexistant' -> `nonexistent'.
2936
88bbb8cb
EZ
29372001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2938
7dfb000f
SM
2939 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2940 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
2941 `c-electric-delete-forward' always deletes forward and
2942 `c-electric-delete' only contains the code necessary for XEmacs to
2943 choose between backward and forward deletion.
7dfb000f 2944
88bbb8cb
EZ
2945 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2946 get the electric behavior on that key too.
2947 (c-fill-paragraph): Fixed bogus direct use of
2948 c-comment-prefix-regexp, which caused an error when it's a list.
2949
a1af8dcf
EZ
29502001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2951
2952 * dired-aux.el (dired-diff): Doc fix.
2953
2954 * dired.el (dired-diff): Likewise.
2955
ddfb4005
EZ
29562001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2957
2958 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2959
b36581fb
SM
29602001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2961
80a00b6a
SM
2962 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2963 if both the buffer and the file are read-only.
2964
b36581fb
SM
2965 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2966 rather than font-lock-string-face.
2967 (sh-get-indent-info): Treat heredocs like strings.
2968
470bbe9b
GM
29692001-05-02 Gerd Moellmann <gerd@gnu.org>
2970
b36581fb
SM
2971 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2972 a newline following `}'.
3356df63
GM
2973 (texinfo-format-email): New function.
2974 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2975 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2976 Add `display'.
3356df63
GM
2977 (texinfo-sort-region): Goto point-min before sorting.
2978 (texinfo-set): Remove leading white space from value.
2979 From yagi@is.titech.ac.jp.
2980
470bbe9b
GM
2981 * replace.el (query-replace-regexp-eval): Doc fix.
2982
a9d2fd1d
SM
29832001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2984
2985 * diff-mode.el (diff-nonexistant-face): New face.
2986 (diff-font-lock-keywords): Use it.
2987
2b3e941a
EZ
29882001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2989
22cd6fd3
EZ
2990 * font-lock.el (font-lock-mode): Doc fix.
2991
2b3e941a
EZ
2992 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2993 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2994
50df7214
GM
29952001-04-30 Gerd Moellmann <gerd@gnu.org>
2996
a9d2fd1d
SM
2997 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2998 backslash at the start of the here-document delimiter.
a9793e45
GM
2999 (sh-font-lock-syntactic-keywords): Likewise.
3000
50df7214
GM
3001 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3002
e2f599e9
EZ
30032001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3004
3005 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3006 (tty-color-translate, tty-color-by-index, tty-color-values)
3007 (tty-color-desc): Doc fix.
3008
dcaf31d3
EZ
30092001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3010
3011 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3012 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3013 Mention dired-dwim-target in the doc string.
dcaf31d3 3014
a6a06429
MB
30152001-04-28 Miles Bader <miles@gnu.org>
3016
3017 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3018 (dabbrev--find-expansion): Use it.
3019 (dabbrev--select-buffers): Don't select ignored buffers.
3020
5a5d9185
GM
30212001-04-27 Gerd Moellmann <gerd@gnu.org>
3022
a9d2fd1d 3023 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3024
c5b82005
RS
30252001-04-26 Richard M. Stallman <rms@gnu.org>
3026
3027 * dabbrev.el: Add doc strings for some functions.
3028 (dabbrev--eliminate-newlines): New variable.
3029 (dabbrev--substitute-expansion): Convert newlines to spaces
3030 if dabbrev--eliminate-newlines is set.
3031 If abbrev and expansion are both all-lower-case,
3032 leave dabbrev--last-case-pattern nil.
3033
7cff9c6f
GM
30342001-04-26 Gerd Moellmann <gerd@gnu.org>
3035
3036 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3037 if necessary, like in rmail-show-message.
3038
efa89c1f
GM
30392001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3040
3041 * ps-print.el: Color specified by number is forced to be float number.
3042 (ps-print-version): New version number (6.5.1.1).
3043 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3044 initialization.
3045 (ps-prefix-quote): New internal var.
3046 (ps-print-quote): New fun.
3047 (ps-setup, ps-output-frame-properties, ps-float-format)
3048 (ps-format-color): Code fix.
a9d2fd1d
SM
3049 (ps-plot-region): Eliminate redundant foreground color text setting.
3050
d3111e5a
EZ
30512001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3052
3053 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3054
a728644c
GM
30552001-04-25 Gerd Moellmann <gerd@gnu.org>
3056
3057 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3058
4ecdf04d
EZ
30592001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3060
4645bb68
EZ
3061 * info.el (Info-additional-directory-list): Doc fix.
3062
4ecdf04d 3063 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3064 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3065 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3066
7cd512f2
SM
30672001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3068
1dc64fca
SM
3069 * progmodes/make-mode.el (makefile-font-lock-keywords):
3070 Rationalize the rules for includes and conditionals and use the
3071 keyword face for them.
3072
7cd512f2
SM
3073 * faces.el (modify-face): Add compatibility for non-interactive use.
3074
ffeb5c1c
JW
30752001-04-24 John Wiegley <johnw@gnu.org>
3076
3077 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3078 fix from last night, since it wasn't finding eshell/cd.
3079
35f901fa
GM
30802001-04-24 Gerd Moellmann <gerd@gnu.org>
3081
3082 * rect.el (string-rectangle): Revert to 20.x behaviour.
3083 (replace-rectangle): Make it an alias for string-rectangle.
3084 (string-insert-rectangle): New function.
3085
c7b1b508
JW
30862001-04-23 John Wiegley <johnw@gnu.org>
3087
3088 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3089 occurring with Emacs 21's diff.el/compile.el interaction layer.
3090
30912001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3092
3093 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3094 case where the function was defined in a file, but not part of an
3095 eshell module.
3096
157975e3
JW
30972001-04-23 John Wiegley <johnw@gnu.org>
3098
3099 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3100 code to work around a redisplay problem I've been having.
3101
3dc630b9
JW
31022001-04-23 John Wiegley <johnw@gnu.org>
3103
3104 * calendar/timeclock.el (timeclock-day-required): If the time
3105 required for a particular day is not set, use `timeclock-workday'.
3106 (timeclock-find-discrep): Added some sample code in a comment.
3107
3108 * eshell/eshell.el (eshell-command): Made a few changes so that
3109 `eshell-command' could be called programmatically.
3110
7cd512f2 3111 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3112
7cd512f2 3113 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3114
3ae14dd9 31152001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3116
3117 * calendar/timeclock.el: Updated copyright.
3118 (timeclock-generate-report): Don't report the daily or two-week
3119 total, if no time has been worked in that period.
3120 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3121 final computational form, which was unnecessary; corrected a
3122 parsing problem when timeclock-relative was nil.
3123
3ae14dd9 31242001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3125
3126 * calendar/timeclock.el (timeclock-modeline-display): Check if
3127 `list-entry' is null.
3128 (timeclock-use-display-time): The first argument to `set-variable'
3129 must be a symbol.
3130
53e1a74c
EZ
31312001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3132
3133 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3134 (calendar-today-marker, calendar-holiday-marker):
3135 Use display-color-p instead of window-system.
53e1a74c
EZ
3136 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3137 instead of window-system.
3138 (calendar-hide-window): Use display-multi-frame-p instead of
3139 window-system.
3140
3141 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3142 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3143 Use display-multi-frame-p instead of window-system.
53e1a74c 3144
23b809c2
GM
31452001-04-23 Gerd Moellmann <gerd@gnu.org>
3146
1d14e80c
GM
3147 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3148
23b809c2
GM
3149 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3150 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3151
b5eeaa1d
GM
31522001-04-23 Alex Schroeder <alex@gnu.org>
3153
3154 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3155 line-end-position a defalias is used for point-at-bol and point-at-eol.
3156
b5eeaa1d
GM
31572001-04-23 Alex Schroeder <alex@gnu.org>
3158
3159 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3160 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3161
ac1470eb
EZ
31622001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3163
3164 * textmodes/paragraphs.el (sentence-end): Doc fix.
3165
624ef9b3
GM
31662001-04-20 Alex Schroeder <alex@gnu.org>
3167
3168 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3169 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3170
31712001-04-20 Alex Schroeder <alex@gnu.org>
3172
3173 * sql.el (sql-db2-program): New option.
3174 (sql-db2-options): New option.
3175 (sql-db2): New function.
3176
31772001-04-20 Alex Schroeder <alex@gnu.org>
3178
3179 * sql.el (sql-mode-menu): Added highlighting entries.
3180 (sql-highlight-oracle-keywords): New function.
3181 (sql-highlight-postgres-keywords): New function.
3182 (sql-highlight-ansi-keywords): New function.
3183
31842001-04-20 Alex Schroeder <alex@gnu.org>
3185
3186 * sql.el (sql-help): Doc change.
3187
9f3703ab
KF
31882001-04-19 Karl Fogel <kfogel@collab.net>
3189
3190 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3191 that inserted file content only to delete it immediately.
3192 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3193 <lektu@uol.com.br> for the patch.
3194
2a83a11d
SM
31952001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3196
3197 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3198
6f4dd4dc
GM
31992001-04-18 Gerd Moellmann <gerd@gnu.org>
3200
0f8d6dc7
GM
3201 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3202 for defmethod.
3203
6f4dd4dc
GM
3204 * comint.el (comint-cr-magic): New function.
3205 (toplevel): Add it to comint-preoutput-filter-functions.
3206
90200fcc
AI
32072001-04-18 Andrew Innes <andrewi@gnu.org>
3208
3209 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3210 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3211 (recompile): Remove stuff to set EMACSLOADPATH.
3212
daa66f34
GM
32132001-04-18 Gerd Moellmann <gerd@gnu.org>
3214
edc5c81d
GM
3215 * language/slovak.el ("Slovak"): Add tutorial entry.
3216
daa66f34
GM
3217 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3218 browse-url-new-window-p.
3219
5d5845dc
EZ
32202001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3221
3222 * info.el (Info-menu-update): When there are no menus and/or no
3223 cross references in the node, make the respective items of the
3224 Info menu-bar menu inactive.
3225
1c8addd0
GM
32262001-04-17 Gerd Moellmann <gerd@gnu.org>
3227
f4f480bd
GM
3228 * indent.el (indent-for-tab-command): Call indent-line-function
3229 with no argument if PREFIX-ARG is non-nil.
3230
1c8addd0
GM
3231 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3232
8f9ab403
EZ
32332001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3234
3235 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3236 an async subprocess if start-process is unavailable. Suggested by
3237 Tim Van Holder <tim.van.holder@pandora.be>.
3238
60322163
EZ
32392001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3240
3241 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3242 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3243
e372bc67
EZ
32442001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3245
3246 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3247 manual.
3248
28037ecf
SM
32492001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3250
3251 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3252 (cvs-menu): Add a few entries.
3253
3254 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3255 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3256 lock file appears to be reachable from Emacs.
3257 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3258 (cvs-mode-find-file): Look for cvs-header-face rather than
3259 cvs-dirname-face (which doesn't exist).
3260 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3261
3262 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3263
5d5e7f53
EZ
32642001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3265
3266 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3267 normal-erase-is-backspace on a tty. Instead, bind some keys such
3268 as [delete] directly, like pc-select.el did before
3269 normal-erase-is-backspace was invented.
3270
118562e1 32712001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3272
3273 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3274
6c9e58c4
JW
32752001-04-11 John Wiegley <johnw@gnu.org>
3276
28037ecf
SM
3277 * eshell/em-ls.el (eshell-ls-insert-directory):
3278 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3279 buffers, if Eshell's ls is being used.
3280
118562e1 32812001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3282
28037ecf
SM
3283 * calendar/timeclock.el (timeclock-completing-read): New function.
3284 (timeclock-ask-for-project, timeclock-ask-for-reason):
3285 Call `timeclock-completing-read'.
978bd3ea
JW
3286
3287 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3288 required where `member' was being used.
3289
118562e1 32902001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3291
28037ecf
SM
3292 * eshell/em-hist.el (eshell-previous-matching-input):
3293 Don't display "History item" if the the minibuffer is active.
978bd3ea 3294
30cb0001
GM
32952001-04-11 Gerd Moellmann <gerd@gnu.org>
3296
3297 * startup.el (command-line): Output a newline after printing
3298 an error from loading the window system's init file.
3299
e38af9bd
EZ
33002001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3301
28037ecf
SM
3302 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3303 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3304 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3305 keywords whose arguments routinely include @@.
3306
bbf63a7b
GM
33072001-04-10 Gerd Moellmann <gerd@gnu.org>
3308
28037ecf
SM
3309 * emacs-lisp/advice.el (ad-make-advised-definition):
3310 Construct advice for subrs differently.
afffeb57 3311
3fe35f35 3312 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3313 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3314
c8d6d636 3315 * simple.el (completion-list-mode-finish): New function.
28037ecf 3316 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3317
2a52f40e 3318 * language/european.el ("Polish"): Change sample text.
28037ecf 3319 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3320
cf8b1bef
GM
3321 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3322 parameter.
3323
bbf63a7b
GM
3324 * faces.el (menu): Doc fix.
3325
719d83ad 33262001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3327
3328 * ps-print.el: Footer implementation. Doc fix.
3329 (ps-print-version): New version number (6.5.1).
3330 (ps-header-frame-alist): New customization var for header frame
3331 properties.
3332 (ps-line-number-color): New customization var for line number color.
3333 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3334 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3335 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3336 (ps-right-footer): New customization vars for footers.
3337 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3338 footers.
3339 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3340 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3341 Code fix.
319acba0
GM
3342 (ps-prologue-file): Indentation fix.
3343 (ps-print-quote): Fun eliminated.
3344 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3345 (ps-output-frame-properties): New fun.
3346 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3347 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3348
e372bc67 33492001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3350
3351 * eshell/eshell.el (eshell-command): Needed a "%s" format
3352 specifier, in case the buffer contains percent characters.
3353
e372bc67 33542001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3355
3356 * calendar/timeclock.el (timeclock-generate-report): Added a
3357 missing insert of the project name.
3358
9f9a5e7a
GM
33592001-04-09 Gerd Moellmann <gerd@gnu.org>
3360
9170e5d4 3361 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3362
865e97c1 3363 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3364 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3365 From: Dave Love <fx@gnu.org>.
3366
cf3885ac 3367 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3368 (server-visit-files): Run server-visit-hook after going to
3369 line 1 so that the hook can set point as it sees fit.
3370
9f9a5e7a
GM
3371 * bindings.el (mode-line-modified): Unify help messages.
3372
51f32106
EZ
33732001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3374
3375 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3376 All callers changed.
3377
e02160a3
EZ
33782001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3379
8e6bb0d0
EZ
3380 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3381 long file names aren't supported, truncate the file names in
3382 quail-misc-package-ext-info to 8+3 before matching them against
3383 FILENAME.
3384
3385 * dos-fns.el (dos-truncate-to-8+3): New function.
3386
ec321d77
EZ
3387 * progmodes/compile.el (grep-compute-defaults): Use null-device
3388 instead of literal /dev/null. Reported by Jens Schmidt
3389 <schmidt@mathematik.uni-kl.de>.
3390
e02160a3
EZ
3391 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3392
cf3885ac
SM
33932001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3394
3395 * textmodes/sgml-mode.el: Add unknown maintainer.
3396 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3397 (html-mode-map): Use set-keymap-parent.
3398
3ffb33bb
DL
33992001-04-06 Dave Love <fx@gnu.org>
3400
3401 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3402 Remove redundant string-to-list.
3403
8f625692
SM
34042001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3405
3406 * composite.el (reference-point-alist): Doc fix.
3407
1087f198
SS
34082001-04-05 Sam Steingold <sds@gnu.org>
3409
8f625692
SM
3410 * font-lock.el (font-lock-keywords-case-fold-search):
3411 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3412 file made font-lock case-insensitive.
3413
a55e4e68
GM
34142001-04-05 Gerd Moellmann <gerd@gnu.org>
3415
0e4892e2
GM
3416 * faces.el (defface menu): Doc fix.
3417
4d664b04
GM
3418 * wid-edit.el (widget-color-sample-face-get): Don't make
3419 faces for undefined colors.
3420
a55e4e68
GM
3421 * version.el (emacs-version): Include LessTif/Motif version info.
3422
f383cd0d
GM
34232001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3424
3425 * ps-mule.el: Eliminate cl package dependence.
3426 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3427 if they aren't defined yet.
3428 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3429 Eliminate cl package dependence.
3430
de28797f
SM
34312001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3432
3433 * progmodes/cc-cmds.el (c-outline-level):
3434 Bind buffer-invisibility-spec. Originally from Dave Love, but
3435 got lost when incorporating version 5.26.
3436
32df8b47
EZ
34372001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3438
de28797f
SM
3439 * emulation/pc-select.el (pc-selection-mode):
3440 Call normal-erase-is-backspace-mode instead of binding
3441 keys individually.
58e4f61d 3442
7f62656b
EZ
3443 * cus-load.el (normal-erase-is-backspace): Use it instead of
3444 delete-key-deletes-forward.
3445
3446 * startup.el (command-line): Use normal-erase-is-backspace and
3447 normal-erase-is-backspace-mode.
3448
3449 * simple.el (normal-erase-is-backspace): Rename from
3450 delete-key-deletes-forward. Doc fix.
3451 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3452 delete-key-deletes-forward-mode. Doc fix.
3453 Run normal-erase-is-backspace-hook.
7f62656b 3454
32df8b47 3455 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3456 ``human-readable'' format produced by GNU `ls'.
3457 (dired-move-to-filename-regexp): Recognize ISO format dates.
3458 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3459
5efa6032
GM
34602001-04-04 Gerd Moellmann <gerd@gnu.org>
3461
3462 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3463 New functions.
de28797f
SM
3464 (lm-verify): Check keywords.
3465 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3466
d757aac1
EL
34672001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3468
3469 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3470 `xemacs' feature instead of for the function `set-extent-property'.
3471
9832760a
SM
34722001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3473
3474 * mail/mh-utils.el (mh-folder-hist): New var.
3475 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3476
d565f6aa
EZ
34772001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3478
3479 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3480 region, position point on the first or last 16-byte group.
3481 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3482 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3483 hexl-beginning-of-line.
3484
24c0fd39
GM
34852001-04-03 Gerd Moellmann <gerd@gnu.org>
3486
5efa6032
GM
3487 * icomplete.el (icomplete-mode): Treat an argument like other
3488 modes do.
3489
b3f6107b
GM
3490 * startup.el (fancy-splash-head): Use splash8.xpm for color
3491 depth 8.
3492
24d451c5
SM
3493 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3494 Add an antry for ``converts''.
476bf681 3495
24d451c5
SM
3496 * language/slovak.el ("Slovak"): Add documentation string.
3497 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3498
450f6970
GM
3499 * language/czech.el ("Czech"): Add documentation string.
3500 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3501
24d451c5
SM
3502 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3503 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3504
35052001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3506
3507 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3508 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3509 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3510 Use `defsubst' rather than a macro to ease debugging.
3511 (mail-extr-last): Remove (use `last' instead).
3512 (mail-extract-address-components): Properly reset the syntax-table
3513 after parsing an address. Use `last' rather than mail-extr-last.
3514 Make sure the end marker stays at the very end.
24c0fd39 3515
2b908342
EZ
35162001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3517
3518 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3519 last change.
3520
acfb077d
GM
35212001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3522
3523 * ps-print.el: Line and paragraph spacing feature. Region to cut
3524 out when printing. Doc fix.
3525 (ps-print-version): New version number (6.5).
24d451c5
SM
3526 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3527 New vars. Line and paragraph spacing feature.
acfb077d
GM
3528 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3529 out when printing.
3530 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3531 (ps-get-font-size, ps-begin-job, ps-continue-line)
3532 (ps-plot-region): Code fix.
3533 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3534 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3535 New internal vars.
acfb077d
GM
3536 (ps-get-size): New fun.
3537 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3538 (ps-next-line): Replace defun by defsubst.
3539 (ps-mule-plot-string): Autoload doc fix.
3540
3541 * ps-bdf.el: XEmacs compatibility. Doc fix.
3542 (installation-directory, coding-system-for-read): Declare vars if
3543 it's not declared yet.
3544 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3545
3546 * ps-mule.el: XEmacs compatibility. Doc fix.
3547 (leading-code-private-22): Declare var if it's not declared yet.
3548 (charset-bytes, charset-dimension, charset-id, charset-width)
3549 (find-charset-region, split-char, char-width, chars-in-region)
3550 (forward-point, decompose-composite-char, encode-coding-string)
3551 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3552 Define funs if not defined yet.
3553 (encode-composition-rule, find-composition): Define funs if not
3554 loaded yet.
3555 (ps-mule-prologue): PostScript code fix.
3556
35572001-04-02 Kenichi Handa <handa@etl.go.jp>
3558
3559 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3560 non-nil, generate font for the header strings.
3561 (ps-mule-prepare-font): Likewise.
3562 (ps-mule-generate-glyphs): Likewise.
3563 (ps-mule-string-encoding): Likewise.
3564 (ps-mule-header-charsets): New variable.
3565 (ps-mule-encode-header-string): New function.
3566 (ps-mule-header-string-charsets): New function.
3567 (ps-mule-begin-job): Check charsets in the header strings. If there
3568 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3569
3570 * ps-print.el (ps-generate-header-line): Encode the header string by
3571 ps-mule-encode-header-string.
3572 (ps-mule-encode-header-string): Declare autoload.
3573
c0eb3c10
GM
35742001-04-02 Gerd Moellmann <gerd@gnu.org>
3575
24d451c5
SM
3576 * frame.el (cursor-in-non-selected-windows):
3577 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 3578
a3d0b0e0
KH
35792001-03-31 Kenichi Handa <handa@etl.go.jp>
3580
3581 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3582 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 3583 (quail-misc-package-ext-info): New variable.
a3d0b0e0 3584 (tsang-quick-converter): New function.
24d451c5
SM
3585 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3586 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
3587 (miscdic-convert, batch-miscdic-convert): New functions.
3588
55f7832c
KH
35892001-03-30 Kenichi Handa <handa@etl.go.jp>
3590
a2217cd8
KH
3591 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3592 eight-bit-control chars.
3593
55f7832c 3594 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 3595 Reduce making temporary vector (suggested by Dave Love).
55f7832c 3596
911a2406
EZ
35972001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3598
3599 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3600 string as well.
3601
1a518f2c
AS
36022001-03-30 Andreas Schwab <schwab@suse.de>
3603
3604 * files.el (backup-directory-alist): Fix typo.
3605
ef080b16
EZ
36062001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3607
3608 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3609 <eggert@twinsun.com>.
3610
e4174a55
DL
36112001-03-30 Dave Love <fx@gnu.org>
3612
3613 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3614
9d5d1075
EZ
36152001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3616
3617 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3618
a27b451e
MB
36192001-03-30 Miles Bader <miles@gnu.org>
3620
3621 * subr.el (interactive-form): Fix paren typo.
3622
aea51abe
EZ
36232001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3624
3625 * emacs-lisp/profile.el: Say that it's obsolete in the header
3626 line, so that finder.el puts that into its data-base.
3627 Suggested by Alex Schroeder <alex@gnu.org>.
3628
249dd409
EZ
36292001-03-29 Paul Eggert <eggert@twinsun.com>
3630
3631 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3632 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3633
1ac1fa96
SM
36342001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3635
3636 * generic.el (generic-mode-set-comments): Use "" rather than nil
3637 for comment-end.
3638
e2b8a830
GM
36392001-03-29 Gerd Moellmann <gerd@gnu.org>
3640
1ac1fa96
SM
3641 * emacs-lisp/advice.el (ad-make-advised-definition):
3642 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
3643
3644 * subr.el (interactive-form): New function.
3645
8b2375e7
AS
36462001-03-29 Andre Spiegel <spiegel@gnu.org>
3647
3648 * vc-sccs.el (vc-sccs-register): Use relative file names.
3649
f827b862
GM
36502001-03-28 Gerd Moellmann <gerd@gnu.org>
3651
e59d0e9d
GM
3652 * bookmark.el (bookmark-get-bookmark): Handle case that
3653 BOOKMARK is not a string.
3654
deb2613a
GM
3655 * image.el (image-type-regexps): Change type for PS files
3656 to `postscript'.
3657
f827b862 3658 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
3659 character entered. From: Stephen Gildea
3660 <gildea@stop.mail-abuse.org>.
f827b862 3661
3c9449d0
KH
36622001-03-27 Kenichi Handa <handa@etl.go.jp>
3663
3664 * international/kkc.el (kkc-save-init-file): Locally bind
3665 print-length to nil.
3666
e6b13c74
GM
36672001-03-26 Gerd Moellmann <gerd@gnu.org>
3668
e120bebf
GM
3669 * textmodes/flyspell.el: Some doc fixes.
3670 (flyspell-maybe-correct-transposition)
3671 (flyspell-maybe-correct-doubling): Use a temporary buffer
3672
3673 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3674
5f6c5771 3675 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3676 (byte-optimize-form-code-walker): Diagnose too few arguments
3677 for `if' and `while'.
3678
2b984c45
KH
36792001-03-26 Kenichi Handa <handa@etl.go.jp>
3680
3681 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3682 Prepend `\' to "\<quail-translation-docstring>".
3683
bf2150fa
GM
36842001-03-26 Gerd Moellmann <gerd@gnu.org>
3685
5f6c5771
SM
3686 * autorevert.el (global-auto-revert-non-file-buffers):
3687 Remove duplicate defcustom.
bf2150fa 3688
a0d59316
MB
36892001-03-26 Miles Bader <miles@gnu.org>
3690
5f6c5771
SM
3691 * international/latin1-disp.el (latin1-char-displayable-p):
3692 Add leading "-" for X font pattern.
a0d59316 3693
9edbff6c
KH
36942001-03-26 Kenichi Handa <handa@etl.go.jp>
3695
5f6c5771
SM
3696 * international/mule-diag.el (describe-coding-system):
3697 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3698 charsets they can encode.
3699
50b57199
EZ
37002001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3701
3702 * help.el (view-lossage): Mention open-dribble-file in the doc
3703 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3704
5b83f9c0
SM
37052001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3706
3707 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3708 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3709
e0ecbf5c
KH
37102001-03-23 Kenichi Handa <handa@etl.go.jp>
3711
5b83f9c0
SM
3712 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3713 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3714 multibyte sequence can work correctly.
3715 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3716 property of the coding system.
3717
1cc218de
SM
37182001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3719
3720 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3721 Fix transcription typo.
3722
a3db02ad
RV
37232001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3724
3725 * whitespace.el: Add buffer local variables to toggle testing of
3726 whitespaces in buffers without affecting the default values.
a3db02ad 3727 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3728 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3729 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3730 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3731
83c9cb8e
SM
37322001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3733
3734 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3735
180d5509
GM
37362001-03-21 Gerd Moellmann <gerd@gnu.org>
3737
eeb5b5c1
GM
3738 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3739 bs-cycle-configuration-name. From Juanma Barranquero
3740 <lektu@uol.com.br>.
3741
170a9e70
GM
3742 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3743 and cc-vars.el.
3744
180d5509
GM
3745 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3746 headers. Always invoke sendmail with option -t.
3747
130c507e
GM
37482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3749
3750 * Release of cc-mode 5.28.
3751
37522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3753
3754 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3755 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3756 It's instead taken care of by the default value for c-default-style.
130c507e 3757
130c507e
GM
37582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3759
3760 * cc-align.el (c-lineup-math): Fix bug where lineup was
3761 triggered by equal signs in string literals.
3762
37632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3764
3765 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3766 limit detection when at the ends of the buffer.
3767
3768 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3769 "for" statement clause in case 7F; a better one is done
3770 earlier in case 7D anyway.
3771
37722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3773
3774 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3775 somewhat more and did a small optimization.
3776
37772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3778
3779 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3780 Use the limit argument only to limit the syntactic context
3781 search, not to limit the actual movement.
3782
3783 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3784 inside multiline strings, just like in comments. Also various
3785 fixes to the paragraph and comment prefix recognition, block
3786 comment ender handling etc.
3787
37882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3789
3790 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3791 the relative position of the point.
3792
3793 * cc-cmds.el (c-electric-continued-statement): New function to
3794 use as abbrev hook to reindent for keywords such as "else"
3795 that continues an earlier statement.
3796
3797 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3798 like classes.
3799
3800 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3801 (pike-mode): Populate the default abbrev tables to reindent for
3802 keywords such as "else" that can continue earlier statements.
3803 Abbrev mode is therefore turned on by default now. (Note that
3804 this doesn't apply to idl-mode, since IDL afaik doesn't have
3805 statements at all.)
3806
38072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3808
3809 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3810 bracelists where the declaration contains template arguments.
3811
38122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3813
83c9cb8e
SM
3814 * cc-cmds.el (c-comment-indent):
3815 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3816 syntactic indentation. Fixes bug with lineup functions that
3817 return vectors.
3818
3819 * cc-engine.el (c-get-syntactic-indentation): Split the
3820 indentation sum calculation from `c-indent-line' to a separate
3821 function.
3822
38232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3824
3825 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3826 Fixed places where it was assumed that preprocessor directives
3827 have to start in column zero.
3828
3829 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3830 template arguments after a class identifier properly.
3831
3832 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3833 lists for `new Foo[]' constructs in Java as expressions and
3834 not top level definition brace lists on the top level, so that
3835 they'll get indented consistently with the same type of
3836 expression in a normal block.
3837
38382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3839
3840 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3841 whether the adaptive filling package fails to keep the comment
3842 prefix is now kludged further to check for filladapt-mode
3843 which doesn't have that problem. This is really icky, but it's
3844 the only way that works with the current misfeatures/bugs in
3845 both adaptive-fill-mode and filladapt-mode.
3846
3847 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3848 around point is recognized more robust.
3849
38502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3851
3852 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3853 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3854 (c-lit-type): Fixed all internal variables used dynamically so
3855 that they are always bound.
3856
3857 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3858 errors:
3859
3860 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3861 the region is fully reindented even when an error occurs.
3862 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3863 whole lot of code that tried to optimize indentation of whole
3864 sexps but in reality accomplishes nothing.
3865
3866 (c-indent-sexp): Use c-indent-region.
3867
3868 (c-parsing-error): Changed this variable to hold the message
3869 for any syntactic error that is discovered.
3870
3871 (c-parse-state): Search backward from point instead of the bod
3872 position when the latter is invalid. This makes CC Mode
3873 recover faster when there are unbalanced close braces.
3874
3875 (c-backward-to-start-of-if): Use c-parsing-error to report
3876 dangling "else" clauses instead of throwing an error, and fall
3877 back to a reasonable position.
3878
83c9cb8e 3879 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3880
83c9cb8e 3881 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3882
38832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3884
3885 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3886 paragraph recognition when moving by sentence in literals.
3887
83c9cb8e
SM
3888 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3889 start regexp for javadoc to recognize javadoc markup in general instead
3890 of a specific set of keywords, to be more future-safe.
130c507e
GM
3891
3892 (c-Pike-pikedoc-paragraph-start)
3893 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3894 pikedoc markup.
3895
83c9cb8e 3896 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3897
83c9cb8e 3898 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
3899
3900 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3901
3902 (c-comment-prefix-regexp): Made it possible to use an
3903 association list on this to specify mode specific regexps.
3904 The default value now use a special regexp in Pike mode to
3905 recognize pikedoc markup.
3906
3907 (c-current-comment-prefix): New variable containing the actual
3908 regexp from c-comment-prefix-regexp for the current buffer.
3909
39102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3911
3912 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3913 lists: We can't look at the syntax, since a brace list can get
3914 recognized as a plain statement-cont.
3915
3916 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3917 special brace list opener broken over two lines got recognized
3918 as a statement on the second line. Case 9A changed.
3919
39202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3921
3922 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3923 adjustment after line is reindented.
3924
39252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3926
3927 * cc-defs.el (c-point): Added optional argument for position
3928 to use instead of the current point.
3929
3930 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3931 the in-expression block symbols when the construct starts at
3932 boi, to avoid the extra level of indentation in that case.
3933 Cases 4, 16A and 17E affected.
3934
39352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3936
3937 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 3938 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
3939
3940 * cc-engine.el (c-indent-line): Use the syntax already bound
3941 to `c-syntactic-context', if there is any.
3942
39432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3944
3945 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3946 wasn't added up correctly when a lineup function returned nil.
3947
39482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3949
3950 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 3951 empty lines were ignored when collecting line comments backwards.
130c507e
GM
3952
39532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3954
3955 * cc-align.el (c-lineup-dont-change): Return an absolute
3956 indentation column to work correctly in the case when several
3957 syntactic elements are processed for the same line.
3958
3959 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3960 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3961 (c-set-offset): Added absolute indentation column settings by
3962 using the vector type.
3963
130c507e
GM
39642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3965
3966 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3967 Implemented two new cleanups `space-before-funcall' and
3968 `compact-empty-funcall'.
3969
130c507e
GM
39702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3971
3972 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3973 helping building regexps.
3974
3975 * cc-engine.el (c-on-identifier): New function for detecting
3976 identifiers. It takes keywords into account.
3977
3978 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3979 lists. `c-keywords' is set to a regexp matching all keywords
3980 in the current language.
3981
39822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3983
3984 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3985 list of characters to skip backwards over at the beginning of
3986 a statement, since it can precede string literals in Pike.
3987
39882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3989
3990 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3991 recognition when standing on the last line in a C++ comment
3992 with nothing but whitespace after the prefix.
3993
3994 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3995 given no limit argument.
3996
39972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3998
3999 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4000 recognition for the `[]= operator symbol in Pike.
4001
40022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4003
4004 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4005 around a bug in `eval-when-compile' in the byte compiler.
4006
4007 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4008 value when count is zero and there's no token start within the limit.
130c507e
GM
4009
4010 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4011 "prefix comments", i.e. comments which are followed by code on
4012 the same line.
4013
4014 * cc-mode-19.el: Fixes so that checks that must be done at
4015 compile time also are done then.
4016
40172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4018
4019 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4020 time and at runtime, and only when it's needed.
4021
40222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4023
4024 Major cleanup for less error prone and more warning free
4025 compilation, including some fixes for bugs due to different
4026 compilation orders. Thanks to Martin Buchholz for providing
4027 the basis for all this.
4028
4029 * cc-bytecomp.el: New file that provides some byte compilation
4030 features: It ensures that files always are loaded from the
4031 current source directory during compilation, and it provides a
4032 set of macros to turn off specific compiler warnings for
4033 specific symbols. (It's not CC Mode specific in any way.)
4034
4035 Fixed a nearly acyclic dependency tree (both runtime and
4036 compile-time) between all files.
4037
4038 * cc-defs.el: Separated all macros before the inline functions,
4039 to ensure correct compilation.
4040
4041 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4042 cc-defs.el to cc-engine.el and made it a function instead.
4043
4044 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4045 about char-after.
4046
4047 * cc-vars.el: Cope even when there isn't a custom package
4048 containing defcustom available.
4049
4050 * cc-make.el: Removed since it's no longer necessary.
4051
4052 README: Updated installation instructions.
4053
40542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4055
4056 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4057 improve the modularity: Moved all mode init stuff from
4058 cc-langs.el to cc-mode.el, including the keymap
4059 initialization; cc-langs now only contains the various
4060 variables for configuring the language syntax.
4061
83c9cb8e
SM
4062 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4063 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4064 dependency analysis suggests they belong there (which also
83c9cb8e 4065 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4066
40672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4068
4069 * cc-cmds.el (c-fn-region-is-active-p): New function that
4070 wraps the corresponding macro, for use in places that aren't
4071 compiled. Thanks to Martin Buchholz for pointing out this.
4072
83c9cb8e 4073 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4074
4075 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4076 add things to the bug report.
4077
40782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4079
4080 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4081 returned prefix could contain a newline when the search for a
4082 good prefix line failed.
4083
40842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4085
4086 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4087 (c-toggle-auto-hungry-state): Made the argument optional, as
4088 the documentation says it is.
4089
40902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4091
4092 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4093 multiline string syntax, #"...", as a cpp macro.
4094
7008ccac
GM
40952001-03-21 Paul Eggert <eggert@twinsun.com>
4096
83c9cb8e
SM
4097 * international/mule-cmds.el (set-locale-environment):
4098 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4099 caller specifies a non-nil locale name.
3c9449d0 4100
c2478129 41012001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4102
4103 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4104 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4105
117e4b0c
GM
41062001-03-20 Gerd Moellmann <gerd@gnu.org>
4107
7194219d
GM
4108 * follow.el (follow-avoid-tail-recenter): Doc fix.
4109
5721ae13
GM
4110 * custom.el (custom-set-variables): Avoid reversing the list
4111 of args needlessly.
4112
7b8bbf72
GM
4113 * startup.el (fancy-splash-head): Don't change the colors of the
4114 XPM image on a dark background.
4115
a91ad7c9
GM
4116 * comint.el (comint-exec-1): Set columns of the terminal to
4117 window-width instead of frame-width.
4118
fa88947e
GM
4119 * info.el (Info-scroll-down): Add missing WINDOW arg for
4120 pos-visible-in-window-p.
4121
1741905c
GM
4122 * ehelp.el (electric-help-mode-hook): Add defcustom.
4123
117e4b0c
GM
4124 * mail/sendmail.el (mail-mode): Activate case-folding in
4125 font-lock-defaults.
4126
e84c695d
SM
41272001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4128
4129 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4130 (completion-ignored-extensions): Remove duplicate ".class".
4131
fc774041
AS
41322001-03-19 Andreas Schwab <schwab@suse.de>
4133
83c9cb8e
SM
4134 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4135 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4136
c2c097cc
GM
41372001-03-19 Gerd Moellmann <gerd@gnu.org>
4138
4139 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4140 methods since there are not prefix input methods.
4141
fbe2e958
KH
41422001-03-19 Kenichi Handa <handa@etl.go.jp>
4143
83c9cb8e
SM
4144 * international/mule-cmds.el (read-input-method-name):
4145 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4146
da47e491
SM
41472001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4148
4149 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4150
4986c2c6 41512001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4152
4986c2c6
MK
4153 * ediff-util.el: Copyright years.
4154 (ediff-choose-syntax-table): New function.
4155 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4156
4986c2c6
MK
4157 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4158 with-syntax-table.
83c9cb8e 4159
4986c2c6 4160 * ediff.el: Date of last update, copyright years.
83c9cb8e 4161
4986c2c6 4162 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4163
4986c2c6
MK
4164 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4165 of Scott Bronson.
4166 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4167 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4168 Deleted functions.
4169 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4170 ex-token-list.
83c9cb8e 4171
4986c2c6 4172 * viper-util.el: Spaces, indentation.
83c9cb8e 4173
4986c2c6 4174 * viper.el: Changed version, modification time.
83c9cb8e 4175
3c799aec 41762001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4177
4178 * calendar/timeclock.el (timeclock-workday-remaining):
4179 Check whether `discrep' is non-null before using it.
3c799aec 4180
ae3ce418
JW
41812001-03-16 John Wiegley <johnw@gnu.org>
4182
4183 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4184 first-time checkins.
4185 (timeclock-log-data): Fixed problem with reading timelog log file.
4186 Resulting data in the "day list" was incorrect.
4187 (timeclock-find-discrep): Check if `timeclock-file' is readable
4188 before opening it.
4189 (timeclock-time-less-p): New function.
4190 (timeclock-day-base): New function.
4191 (timeclock-geometric-mean): New function.
4192 (timeclock-generate-report): Generate a summary report based on
4193 the contents of the log file. This uses `timeclock-log-data', and
4194 is an example of writing a timelog manipulation function.
4195 (timeclock-visit-timelog): A quick command for opening the timelog
4196 file.
4197 (timeclock-log-data): Bound the variable event.
4198
c8d4a9bb
KH
41992001-03-16 Kenichi Handa <handa@etl.go.jp>
4200
83c9cb8e
SM
4201 * international/mule-cmds.el (select-safe-coding-system):
4202 Fix typo: symbol-name -> symbol-value.
11d56c64 4203
c8d4a9bb
KH
4204 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4205 before substitute-in-file-name to handle double slashes in FILE
4206 correctly.
4207
c899e7e6
GM
42082001-03-15 Gerd Moellmann <gerd@gnu.org>
4209
4210 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4211 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4212
819dce0f
GM
42132001-03-14 Gerd Moellmann <gerd@gnu.org>
4214
697617d9
GM
4215 * bindings.el (features): Add `md5' and `overlay' to the list.
4216
819dce0f
GM
4217 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4218 bound before using it. It's not bound when configured without X,
4219 for instance.
4220
e0067a9d
TTN
42212001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4222
4223 * progmodes/hideshow.el: Update copyright.
4224 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4225 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4226
afcdc0a1
GM
42272001-03-13 Gerd Moellmann <gerd@gnu.org>
4228
e0067a9d 4229 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4230 a non-list.
4231
30564c48
EZ
42322001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4233
4234 * startup.el (fancy-splash-tail, command-line-1): Fix the
4235 copyright year.
4236
2b8e24b3
KH
42372001-03-13 Kenichi Handa <handa@etl.go.jp>
4238
4239 * term.el: These changes are based on a patch sent from Yong Lu
4240 <lyongu@yahoo.com>.
4241 (term-set-escape-char): Bind M-x to execute-extended-command in
4242 term-raw-escape-map.
4243 (term-move-columns): Don't try to move to negagive column.
4244 (term-emulate-terminal): Insert a string before deleting a text to
4245 overwrite.
4246
789b6186
GM
42472001-03-12 Gerd Moellmann <gerd@gnu.org>
4248
b0778a31
GM
4249 * play/life.el (life): Rearrange code so that all calls to
4250 life-display-generation are in a catch-form.
4251
04528cda
GM
4252 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4253 file that isn't interesting. In an interesting file, push the old
4254 value of point on the mark ring.
4255
760cefb5
GM
4256 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4257 New function.
4258 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4259 Use it.
4260
83c9cb8e
SM
4261 * emacs-lisp/autoload.el (generate-file-autoloads):
4262 Remove warning about line lengths.
789b6186 4263
a2ffbafe
FP
42642001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4265
4266 * progmodes/etags.el (tags-compression-info-list): New variable.
4267 (find-tag-in-order): Use it to deal with compressed source files.
4268 (tag-file-name-match-p): New function.
4269 (etags-recognize-tags-table): Use it for better match of file names.
4270
5c9d9d92
KH
42712001-03-12 Kenichi Handa <handa@etl.go.jp>
4272
ba3e9b9b
KH
4273 * international/mule-cmds.el (register-input-method): Doc fix.
4274
5c9d9d92
KH
4275 * international/quail.el (quail-translate-key): Fix condition to
4276 check if there's another breaking point in the current key.
4277
40beecee
EZ
42782001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4279
4280 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4281 Babyl header to the newly-created output file, bind
4282 coding-system-for-write to either rmail-file-coding-system or
4283 emacs-mule-unix.
4284
75c6cb7f
SM
42852001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4286
4287 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4288 Fix the name and regexp used for subsubsections.
4289
5ec17636
DL
42902001-03-10 Dave Love <fx@gnu.org>
4291
4292 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4293 and save-buffer if buffer-file-name non-nil. From rms.
4294
6d2e2c02
AS
42952001-03-10 Andre Spiegel <spiegel@gnu.org>
4296
4297 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4298 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4299 to reflect that.
4300 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4301 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4302 variable bindings that might affect the diff command.
4303 (vc-print-log): Don't switch to the *vc* buffer before the
4304 command, so that local variable bindings are preserved.
4305
789b6186 4306 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4307 not the current buffer.
4308 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4309
789b6186 4310 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4311 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4312
b18f5523
SM
43132001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4314
4315 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4316 so ^, $, *, ? and + are interpreted correctly.
4317
3cfd8357
GM
43182001-03-09 Gerd Moellmann <gerd@gnu.org>
4319
c085b77c 4320 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4321 mode-line-key-binding. Handle any event on a string.
4322 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4323
3cfd8357
GM
4324 * comint.el (comint-insert-clicked-input): Use the last key
4325 from this-command-keys to lookup the global key definition.
4326
348f797a
KH
43272001-03-09 Kenichi Handa <handa@etl.go.jp>
4328
3ebf3717
KH
4329 * international/characters.el: Add category `j' for
4330 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4331
348f797a
KH
4332 * international/mule-conf.el (no-conversion): Fix docstring.
4333 (raw-text): Fix docstring.
4334
e1fbabaf
GM
43352001-03-08 Gerd Moellmann <gerd@gnu.org>
4336
96e8e603
GM
4337 * simple.el (choose-completion-string): When not leaving the
4338 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4339 is set.
4340
e1fbabaf
GM
4341 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4342 parameter `(minibuffer . t)'.
4343
f9db8f19
SM
43442001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4347 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4348 (sh-mode): Remove `make-local-variable' for unused var
4349 `font-lock-unfontify-region-function'.
4350
02756877
RS
43512001-03-07 Richard M. Stallman <rms@gnu.org>
4352
132bf46d
RS
4353 * info.el (Info-scroll-down): Fix previous change.
4354
02756877
RS
4355 * mail/rmail.el (rmail-toggle-header): Use a window which
4356 is showing the Rmail buffer, rather than the selected window.
4357
eeb24429
DL
43582001-03-07 Dave Love <fx@gnu.org>
4359
4360 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4361 now, to avoid problems with binding imenu directly to a mouse event.
4362
3bdf2660
GM
43632001-03-07 Gerd Moellmann <gerd@gnu.org>
4364
4365 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4366 second arg t.
4367
43682001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4369
4370 * log-edit.el (log-edit-common-indent): New var.
4371 (log-edit-set-common-indentation): Renamed from
4372 log-edit-delete-common-indentation. Use the new var.
4373 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4374
4375 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4376 (cvs-mode-add-change-log-entry-other-window):
4377 Don't presume change-log-default-name is defined.
4378
4379 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4380
4381 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4382 the "tree" operation as well.
4383
4384 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4385
4386 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4387 to match paragraph-start.
4388
4389 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4390 comment-start-skip and set comment-end-skip as well.
4391 (sgml-comment-indent): Fix for new value of comment-start-skip.
4392 (html-autoview-mode): Don't bother using make-local-hook.
4393
2ad02767
GM
43942001-03-07 Gerd Moellmann <gerd@gnu.org>
4395
189638d5 4396 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4397 variables, otherwise long Custom entries would make them ineffective.
189638d5 4398
2ad02767
GM
4399 * uniquify.el: Set maintainer to FSF.
4400
656f8cae
EZ
44012001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * dired-aux.el (dired-do-shell-command): Doc fix.
4404
c83965c4
SM
44052001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4406
04af43bc
SM
4407 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4408
4409 * which-func.el (which-func-modes): Add cperl-mode.
4410 (which-func-mode-global): Use define-minor-mode.
4411
4412 * info-look.el: Docstring fixes and dead code eliminated.
4413 (cperl-mode): Add support.
4414 (emacs-lisp-mode): List all entries from elisp manual, whether
4415 or not they are currently (f)bound or not. Update regexp.
4416
4417 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4418
c83965c4
SM
4419 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4420 so that C-h m shows the correct information.
4421 Use make-local-variable rather than make-variable-buffer-local.
4422 (cperl-info-buffer, cperl-setup-tmp-buf):
4423 Use make-local-variable rather than make-variable-buffer-local.
4424 (cperl-msb-fix, cperl-get-help-defer):
4425 Check major-mode for `cperl-mode' as well.
4426
4427 * progmodes/cperl-mode.el: Updated to author version 4.23.
4428 (cperl-electric-pod): SYNOPSIS was misspelled.
4429 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4430 (cperl-after-expr-p): Make true after __END__.
4431
f16a7aa5
GM
44322001-03-06 Gerd Moellmann <gerd@gnu.org>
4433
157ae273 4434 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4435 bookmark-completion-ignore-case is t.
157ae273 4436
f16a7aa5
GM
4437 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4438 switch, like xterm, and concat resource strings, with a newline
4439 between them.
4440
abaddb98
EZ
44412001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4442
a2ffbafe 4443 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4444 (cp773-decode-table, cp774-decode-table): New variables.
4445
abaddb98
EZ
4446 * man.el (Man-hyphenated-reference-regexp): New variable.
4447 (Man-build-references-alist): Use it to search for referenced
4448 manpages. If hyphenated is non-nil, record a concatenated word in
4449 Man-refpages-alist only if it matches Man-reference-regexp.
4450 Update word's length when it is concatenated. Reverse the list,
4451 to get the first manpage at the head.
4452 (Man-possibly-hyphenated-word): New function.
4453 (Man-follow-manual-reference): Use it instead of current-word to
4454 find a manpage at point, in a way that accounts for hyphenated
4455 references.
4456
eb3f61dd
GM
44572001-03-06 Alex Schroeder <alex@gnu.org>
4458
4459 * sql.el (sql-interbase): New function.
4460 (sql-interbase-program): New option.
4461 (sql-interbase-options): New option.
4462 And some typos fixed: "customise" to "customize".
4463
fa84f42a
DL
44642001-03-06 Dave Love <fx@gnu.org>
4465
83c9cb8e
SM
4466 * textmodes/flyspell.el (flyspell-region):
4467 Set up flyspell-local-mouse-map.
fa84f42a 4468
fda3411d
RS
44692001-03-05 Richard M. Stallman <rms@gnu.org>
4470
a2ffbafe 4471 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4472 Don't call rmail-beginning-of-message.
4473 Don't discard From: field. Do discard Received: field.
4474 Use unwind-protect to re-prune.
4475 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4476
e972ab1f
KH
44772001-03-06 Kenichi Handa <handa@etl.go.jp>
4478
4479 * international/quail.el (quail-title): Add autoload cookie.
4480
335db3c1
DL
44812001-03-05 Dave Love <fx@gnu.org>
4482
4483 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4484 new defs.
4485
278dd6ac
KH
44862001-03-05 Kenichi Handa <handa@etl.go.jp>
4487
83c9cb8e
SM
4488 * language/ethio-util.el (ethio-toggle-space):
4489 Update current-input-method-title if necessary.
36d5e61d
KH
4490 (ethio-toggle-punctuation): Likewise.
4491
341cd4f0
KH
4492 * international/quail.el (quail-title): Fix for the case that a
4493 title of an input method is specified by a list of the same form
4494 as used in mode-line-format.
4495
83c9cb8e
SM
4496 * international/mule-cmds.el (activate-input-method):
4497 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4498 respect that value.
4499
10ebaeb6
GM
45002001-03-05 Gerd Moellmann <gerd@gnu.org>
4501
4502 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4503
7a65c85c
GM
45042001-03-05 Alex Schroeder <alex@gnu.org>
4505
4506 * sql.el (sql-sybase): Fix typo (was: query user about server two
4507 times instead of server and database).
4508
4509 * sql.el (sql-sybase): Doc change.
4510 (sql-mysql): Doc change.
4511 (sql-postgres): Doc change.
4512
b86644f2
KH
45132001-03-05 Kenichi Handa <handa@etl.go.jp>
4514
83c9cb8e
SM
4515 * international/mule-conf.el (emacs-mule, raw-text):
4516 Docstring modified.
b86644f2 4517
e30bd7b7
EZ
45182001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * term/internal.el: Update copyright notice.
4521
4522 * term/pc-win.el: Update copyright notice.
4523
7e365285
DL
45242001-03-02 Dave Love <fx@gnu.org>
4525
83c9cb8e
SM
4526 * files.el (insert-file-contents-literally):
4527 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4528 not jka-compr-compression-info-list.
7e365285 4529
75ed43a6
SM
45302001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4531
4532 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4533 spaces in default comment-start-skip settings rather than \s-.
4534
53c4b1e6
EZ
45352001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4536
4537 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4538 default-frame-alist as well.
4539
028d739a
DL
45402001-03-01 Dave Love <fx@gnu.org>
4541
4542 * textmodes/reftex.el (defvar): Wrap some defvars in
4543 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4544
4545 * subr.el (event-basic-type): Doc fix.
4546
4547 * international/quail.el: Doc fixes.
4548
4549 * international/utf-8.el: Doc fixes.
4550
4551 * international/mule-cmds.el: Doc fixes.
4552 (leim-list-header): Fix header text.
4553
4554 * international/mule.el (coding-system-category): Doc fix.
4555
4556 * international/ccl.el (ccl-compile): Doc fix.
4557
15d1caef
SM
45582001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4559
4560 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4561 rather than (before|after)-change-functions.
4562
f84ff02c
GM
45632001-03-01 Gerd Moellmann <gerd@gnu.org>
4564
4565 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4566 scroll-left and scroll-right being called interactively so that
4567 they set the window's min_hscroll.
4568
e0c1e774
EZ
45692001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4570
4571 * info.el (info-insert-file-contents-1): Accept an additional
4572 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
4573 `suffix'; otherwise use the complicated MS-DOS code.
4574 All callers changed.
e0c1e774
EZ
4575 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4576 can access long file names, try the long file-name version of
4577 `info-insert-file-contents-1', then the short file-name version.
4578
b8b2ea31 45792001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 4580
af122766
KH
4581 * language/ethio-util.el (setup-ethiopic-environment-internal):
4582 Change bindings of functions keys to conform to "Emacs Lisp Coding
4583 Convention".
4584
4585 * language/ethiopic.el ("Ethiopic"): Add documentation.
4586
b8b2ea31
KH
45872001-02-28 Kenichi Handa <handa@etl.go.jp>
4588
1d64e2ad
KH
4589 * international/utf-8.el (mule-utf-8): Set coding-category
4590 property to coding-category-utf-8.
4591
91cb6e51
RS
45922001-02-27 Richard M. Stallman <rms@gnu.org>
4593
4594 * lpr.el (lpr-page-header-switches, print-region-1):
4595 Undo 2000-07-06 change.
7298f3f7
RS
4596 (lpr-add-switches): Default to t on gnu/linux.
4597
c0cb1027
GM
45982001-02-27 Gerd Moellmann <gerd@gnu.org>
4599
4600 * bs.el (bs-attributes-list): Doc fix.
4601
01459648
GM
46022001-02-26 Gerd Moellmann <gerd@gnu.org>
4603
baebd8a5 4604 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 4605
01459648
GM
4606 * help.el (view-order-manuals): Use goto-address.
4607
4608 * startup.el (command-line-1): Add info about ordering manuals
4609 to the not so fancy splash screens.
4610
f93e614e
AS
46112001-02-26 Andre Spiegel <spiegel@gnu.org>
4612
01459648
GM
4613 * vc.el (vc-default-workfile-unchanged-p)
4614 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 4615
12435002
GM
46162001-02-26 Gerd Moellmann <gerd@gnu.org>
4617
a2ffbafe 4618 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
4619 fontify in the right buffer.
4620
12435002
GM
4621 * allout.el (outline-flag-region): Move macro in front of first
4622 use to avoid a run-time error.
4623
425de386
AI
46242001-02-24 Andrew Innes <andrewi@gnu.org>
4625
4626 * makefile.w32-in: Fix copyright notice.
4627
66c56ed1
KH
46282001-02-24 Kenichi Handa <handa@etl.go.jp>
4629
4c1593ce
KH
4630 * international/utf-8.el (mule-utf-8): Set correct value for
4631 valid-codes property.
4632
66c56ed1
KH
4633 * international/fontset.el (x-complement-fontset-spec): In the
4634 case that we use ASCII font for the other charsets, use only
15d1caef 4635 family and registry part of it.
66c56ed1 4636
119171dd
EZ
46372001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4638
4639 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4640 (shrink-window-if-larger-than-buffer): Doc fix.
4641
932c309e
SM
46422001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4643
4644 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4645 predicate passed to completing-read.
4646
9b760e36
EZ
46472001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4648
4649 * startup.el (command-line): Fix last change.
4650
5c39a60f
JR
46512001-02-23 Jason Rumney <jasonr@gnu.org>
4652
4653 * startup.el (tool-bar-originally-present): New variable.
4654 (command-line): Set it if the tool-bar is switched on at startup.
4655
4656 * frame.el (frame-notice-user-settings): Only adjust frame height
4657 for no tool-bar case if tool-bar was originally switched on.
796ead7e 4658 From E. Jay Berkenbilt.
5c39a60f 4659
cb91b2c7
SM
46602001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4661
39b557e8
SM
4662 * server.el (server-switch-buffer): Only switch window if the
4663 current one is dedicated.
4664
cb91b2c7
SM
4665 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4666 rather than using (match-beginning 0) when searching for break point.
4667
9238a8df
EZ
46682001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4669
4670 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4671 @ follows an accent command such as @'. Support optional braces
4672 in commands that insert accents, like makeinfo does.
4673
3473f362
GM
46742001-02-22 Gerd Moellmann <gerd@gnu.org>
4675
4676 * startup.el (fancy-splash-text): Add a line for ordering
4677 manuals. Reverse order of splash screens shown.
4678 (use-fancy-splash-screens-p): Adapt to the text line added.
4679
4680 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4681 manuals from the FSF.
4682
4683 * help.el (view-order-manuals): New function.
4684 (toplevel): Bind C-h C-m to this function.
4685
76a4de07
SM
46862001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4687
4688 * newcomment.el (comment-forward): Skip the comment-start before
4689 searching for the comment-end.
4690
75b71d85
DL
46912001-02-21 Dave Love <fx@gnu.org>
4692
2f4c9a87
DL
4693 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4694
75b71d85
DL
4695 * international/mule-cmds.el, international/mule.el: Doc fixes.
4696
ffc9ff0c
GM
46972001-02-21 Gerd Moellmann <gerd@gnu.org>
4698
4699 * startup.el (fancy-splash-screens): Use display-hourglass
4700 instead of display-busy-cursor.
4701
4702 * frame.el (display-hourglass): Renamed from busy-cursor.
4703 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4704 (show-cursor-in-non-selected-windows): Doc fix.
4705
f34eb373
DL
47062001-02-20 Dave Love <fx@gnu.org>
4707
4708 * international/utf-8.el: Doc and commentary fixes.
4709
f55e4a7e
EZ
47102001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * ehelp.el (with-electric-help): Doc fix.
4713
fa97adf6
GM
47142001-02-20 Gerd Moellmann <gerd@gnu.org>
4715
4716 * msb.el (msb-mode): Call the update-buffers function explicitly
4717 with a FORCE argument.
4718
4719 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4720 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4721 returns nil.
4722
54ed3bd2
GM
47232001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4724
4725 * ps-print.el: Timestamp package replacement. Some enhancements.
4726 Some XEmacs compatibility. Doc fix.
4727 (ps-print-version): New version number (6.4).
4728 (ps-printer-name): Initialization fix.
4729 (ps-zebra-stripe-follow): Funcionality enhancement.
4730 (ps-prologue-file): Code enhancement.
4731 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4732 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4733 (ps-get-page-dimensions)
54ed3bd2
GM
4734 (ps-generate-header, ps-begin-file, ps-begin-job)
4735 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4736 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4737 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4738 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4739
e8ebf97d
MB
47402001-02-20 Miles Bader <miles@gnu.org>
4741
4742 * image-file.el (image-file-name-extensions): Add "tif".
4743
136b27c5
GM
47442001-02-19 Gerd Moellmann <gerd@gnu.org>
4745
4746 * wid-edit.el (widget-button-click): Save the selected window
4747 around the code handling clicks on buttons.
4748
6ebbcf59
DL
47492001-02-18 Dave Love <fx@gnu.org>
4750
4751 * imenu.el (imenu--generic-function): Use mapc to iterate over
4752 syntax characters.
4753
595ded73
RS
47542001-02-17 Richard M. Stallman <rms@gnu.org>
4755
b9fe3dc8
RS
4756 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4757
595ded73
RS
4758 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4759
f3f053f3
GM
47602001-02-16 Gerd Moellmann <gerd@gnu.org>
4761
4762 * mouse.el (mouse-save-then-kill): If the distance from the new
4763 point to the mark is equal to the distance of point from the new
4764 point, move point instead of the mark.
4765
11570a8f
DL
47662001-02-16 Dave Love <fx@gnu.org>
4767
4768 * textmodes/flyspell.el (flyspell-get-word): Return string without
4769 properties.
4770
fb339cd5
EZ
47712001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4772
4773 * generic.el (generic-find-file-regexp): Doc fix.
4774 (generic-ignore-files-regexp): New defcustom.
4775 (generic-mode-find-file-hook): If the file's name matches the
4776 regexp in `generic-ignore-files-regexp', don't enter
4777 default-generic-mode. Doc fix.
4778
c56b1c1b
GM
47792001-02-16 Gerd Moellmann <gerd@gnu.org>
4780
a2ffbafe 4781 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4782 Add autoload cookies.
4783
a2ffbafe 4784 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4785 of cal-tex-24.
4786
0d140e65
EZ
47872001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4788
81558867
EZ
4789 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4790
0d140e65
EZ
4791 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4792 the character class after the (optional) drive, to support file
4793 names with embedded blanks.
4794
713f7b15
SS
47952001-02-15 Sam Steingold <sds@gnu.org>
4796
4797 * textmodes/tex-mode.el (tex-shell-running):
4798 Check the process buffer too.
4799
9a2a6f73
DL
48002001-02-15 Dave Love <fx@gnu.org>
4801
4802 * battery.el (battery-status-function): Fix doc, :type.
4803
15d1caef 4804 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4805
fe10cef0
GM
48062001-02-15 Gerd Moellmann <gerd@gnu.org>
4807
4808 * subr.el (read-passwd): Clear Lisp memory holding password.
4809
126f5d4d
MB
48102001-02-15 Miles Bader <miles@gnu.org>
4811
4812 * info.el (Info-copy-current-node-name): New function.
4813 (Info-mode-menu): Add it to the menu.
4814
92e98d63
RS
48152001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4816
4817 * international/mule-cmds.el (toggle-input-method): Doc fix.
4818
dd4e0e55
SM
48192001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4820
4821 * replace.el (occur): Stop at end of buffer.
4822
402dbbd1
EZ
48232001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4824
4825 * international/mule-cmds.el (set-input-method): Another doc fix.
4826
e9fcba3d
GM
48272001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4828
4829 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4830
78ad1cd5
MB
48312001-02-13 Miles Bader <miles@gnu.org>
4832
713f7b15 4833 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4834 (set-face-stipple): Treat a value of nil as being `unspecified'.
4835
fce9d9dc
DL
48362001-02-12 Dave Love <d.love@dl.ac.uk>
4837
4838 * international/latin1-disp.el: Doc fixes.
4839 (latin1-display) <defgroup>: Add :link.
4840 (latin1-display) <function>: Set variable latin1-display.
4841
bc406911
EZ
48422001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4843
4844 * international/mule-cmds.el (set-input-method): Doc fix.
4845
68514d48
EL
48462001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4847
4848 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4849 (speedbar-line-file): Return nil if not a file.
4850 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4851
513bea45 48522001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4853
513bea45
MK
4854 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4855 for remote files.
bc406911 4856 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4857 with raw-text.
713f7b15 4858
513bea45 4859 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4860
83c9cb8e
SM
4861 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4862 Better handling of the diff mode.
713f7b15 4863
513bea45 4864 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4865
bc406911 4866 * viper.texi: Fix typos.
713f7b15 4867
521d4010
DL
48682001-02-11 Dave Love <fx@gnu.org>
4869
36fd8e17
DL
4870 * shadowfile.el: Doc fixes.
4871 (shadow) <defgroup>: Add :link.
4872 (shadowfile-unload-hook): New function.
4873 (shadow-initialize): Use defalias, not fset.
4874 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4875 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4876
521d4010
DL
4877 * international/mule.el: Doc and message fixes.
4878
36fd8e17
DL
4879 * international/ccl.el (define-ccl-program): Doc fix.
4880
92395bbe
KH
48812001-02-11 Kenichi Handa <handa@etl.go.jp>
4882
4883 * faces.el (mode-line): Set :line-width property to -1.
4884
103db06c
RS
48852001-02-10 Richard M. Stallman <rms@gnu.org>
4886
08b78974
RS
4887 * complete.el (partial-completion-mode): Doc fix.
4888
103db06c
RS
4889 * simple.el (delete-key-deletes-forward-mode):
4890 Change `let' to `let*' to fix gross bug in last change.
4891
4892 * repeat.el (repeat): Don't let execute-kbd-macro alter
4893 real-last-command.
4894
a6a1ee53
EZ
48952001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4896
4897 * simple.el (eval-expression): Doc fix.
4898
d2f288c6
DL
48992001-02-09 Dave Love <fx@gnu.org>
4900
038f4ae3
DL
4901 * imenu.el (imenu-generic-expression): Doc fix.
4902
83c9cb8e
SM
4903 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4904 From Juanma Barranquero.
038f4ae3 4905
15d1caef 4906 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 4907
9804b846
KH
49082001-02-09 Kenichi Handa <handa@etl.go.jp>
4909
4910 * faces.el (set-face-attribute): Describe the case of a negative
4911 value specified for :line-width.
4912
532f5197
SM
49132001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4914
4915 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 4916 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 4917
1d279666
DL
49182001-02-08 Dave Love <fx@gnu.org>
4919
4681ca3a
DL
4920 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4921 widget-plist-value-type.
4922 (widget-alist-convert-widget): Replace binding of
4923 widget-alist-value-type.
4924
1d279666
DL
4925 * textmodes/paragraphs.el (sentence-end): Doc fix.
4926
83c9cb8e
SM
4927 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4928 Remove `backward-line'.
1d279666 4929
532f5197
SM
4930 * play/pong.el (pong-blank-color, pong-bat-color)
4931 (pong-ball-color, pong-border-color, pong-left-key)
4932 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4933 (pong-pause-key, pong-resume-key, pong-timer-delay):
4934 * mail/mh-comp.el (mh-compose-letter-function):
4935 * eshell/esh-mode.el (eshell-skip-prompt-function):
4936 * emulation/viper-ex.el (ex-unix-type-shell-options):
4937 * recentf.el (recentf-menu-filter):
4938 * ps-print.el (ps-print-region-function):
4939 * lpr.el (print-region-function):
4940 * forms.el (forms-mode-hooks):
4941 * dirtrack.el (dirtrack-directory-change-hook):
4942 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4943 * textmodes/spell.el (spell-filter):
4944 * textmodes/fill.el (adaptive-fill-function):
4945 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4946 * progmodes/etags.el (find-tag-default-function):
4947 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
4948 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4949
6f676109
EZ
49502001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4951
751d3bc4
EZ
4952 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4953 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4954 Meyering <jim@meyering.net>.
4955
6f676109
EZ
4956 * loadup.el: Revert last change.
4957
d3c26cdf
KH
49582001-02-07 Kenichi Handa <handa@etl.go.jp>
4959
83c9cb8e
SM
4960 * international/mule.el (transform-make-coding-system-args):
4961 Make it work also for coding systems not using CCL.
d3c26cdf 4962
44806980
EZ
49632001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4964
9889af08
EZ
4965 * simple.el (previous-matching-history-element)
4966 (next-matching-history-element): Doc fix.
4967
44806980
EZ
4968 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4969 specific part.
4970
1e36ff68
DL
49712001-02-06 Dave Love <fx@gnu.org>
4972
713f7b15 4973 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4974 (add-log-buffer-file-name-function, add-log-file-name-function):
4975 Fix :type.
4976 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4977
c7ca58df
EZ
49782001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4979
fecd556a
EZ
4980 * info.el (info-initialize): Remove the test for system-type when
4981 invocation-directory is non-nil.
4982
c7ca58df
EZ
4983 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4984 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4985
587b5737
AI
49862001-02-06 Andrew Innes <andrewi@gnu.org>
4987
4988 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4989 absolute.
4990
baf7eee4
GM
49912001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4992
4993 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4994 buffers. When hi-lock turned on rather than only checking current
4995 buffer for regexps, all buffers are checked. Moved activation of
4996 font-lock to hi-lock-refontify. When font-lock turned off rather
4997 than removing added highlighting just in current buffer, remove it
4998 in all buffers. Changed edit menu text from "Automatic
4999 Highlighting" to "Regexp Highlighting" Documentation for
5000 highlighting phrases, minor documentation changes.
5001 (hi-lock-set-file-patterns): Execute only if there are new or
5002 existing file patterns.
5003 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5004 unfontify and, if a support mode is active, will not refontify the
5005 whole buffer. If necessary, turn on font lock. (Removed
5006 font-lock-unfontify and font-lock support-mode-specific calls,
5007 such as lazy-lock-fontify-window.)
5008 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5009 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5010 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5011 (hi-lock-face-phrase-buffer): New function. Also added related
5012 menu item and keybinding.
5013 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5014 (hi-lock-process-phrase): New function.
5015 (hi-lock-line-face-buffer): Doc fixes.
5016 (hi-lock-face-buffer): Doc fixes.
5017 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5018
36710aa6
GM
50192001-02-06 Gerd Moellmann <gerd@gnu.org>
5020
5021 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5022 dabbrev-ignored-regexps.
5023
d3f22784
EZ
50242001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5025
5026 * simple.el (kill-line): Doc fix.
5027
5cb3c8d4
DL
50282001-02-05 Dave Love <fx@gnu.org>
5029
5030 * loadup.el: Revert last two changes -- bootstrapping works with
5031 regenerated loaddefs.
5032
e6297e7d
EZ
50332001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5034
1e14b095
EZ
5035 * isearch.el (isearch-forward): Doc fix.
5036
e6297e7d
EZ
5037 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5038 of font-lock-defaults to backward-paragraph.
5039
e16f52ce
GM
50402001-02-05 Gerd Moellmann <gerd@gnu.org>
5041
5042 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5043 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5044
01d19dd7
GM
50452001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5046
5047 * ebnf2ps.el: Eliminate time-stamp functions.
5048 (ebnf-version): New version (3.5).
5049 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5050 format-time-string.
5051
24886813
GM
50522001-02-05 Gerd Moellmann <gerd@gnu.org>
5053
5054 * simple.el (next-line): Goto end-of-line before inserting a newline.
5055
65e70fc4
MB
50562001-02-05 Miles Bader <miles@gnu.org>
5057
5058 * image-file.el (insert-image-file): When visiting an image, also
5059 set `truncate-lines' to t so that any fringe arrow looks correct.
5060
482f06c9
KH
50612001-02-05 Kenichi Handa <handa@etl.go.jp>
5062
5063 * isearch.el (isearch-forward): Add description about input method
5064 in the docsting.
5065
02399da7
SM
50662001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5067
5068 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5069
2c366083
EZ
50702001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5071
5072 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5073 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5074
bdadfce3
GM
50752001-02-02 Gerd Moellmann <gerd@gnu.org>
5076
79fb38c0
GM
5077 * wid-edit.el (widget-button-click): Fix last change.
5078
bdadfce3
GM
5079 * frame.el (frame-notice-user-settings): When resizing the initial
5080 frame because the tool bar is off, also change the frame's top
5081 position if a negative top position was specified.
5082
33155ffb
MB
50832001-02-02 Miles Bader <miles@gnu.org>
5084
5085 * image-file.el (insert-image-file): When visiting an image,
5086 suppress the cursor in the image buffer.
5087
1355ba0c
DL
50882001-02-01 Dave Love <fx@gnu.org>
5089
5090 * progmodes/f90.el (f90-mode): Remove startup message.
5091
fb758d2d 5092 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5093
01acdb05
GM
50942001-02-01 Gerd Moellmann <gerd@gnu.org>
5095
5096 * startup.el (command-line): Fix code determining whether or not
5097 to use delete-key-deletes-forward-mode.
5098
5b1ee316
AS
50992001-02-01 Andre Spiegel <spiegel@gnu.org>
5100
5101 * vc.el (vc-diff-switches): New user option.
5102 (vc-version-diff): Use it.
5103 (vc-diff-switches-list): New macro.
5104
83c9cb8e
SM
5105 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5106 New customization options.
5b1ee316
AS
5107 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5108
5109 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5110
00b1e7a1
GM
51112001-02-01 Gerd Moellmann <gerd@gnu.org>
5112
5113 * msb.el (toplevel): Quote hook symbols.
5114
85827036
KH
51152001-02-01 Kenichi Handa <handa@etl.go.jp>
5116
8e028499 5117 * international/mule.el (make-coding-system): Add description
3c948dde 5118 about recognized properties in the docstring.
8e028499 5119
85827036
KH
5120 * international/mule-conf.el: Remove unused charsets
5121 mac-roman-lower and mac-roman-upper.
5122
7ccf7ab9
GM
51232001-01-31 Gerd Moellmann <gerd@gnu.org>
5124
2441692d
GM
5125 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5126 is in front of the left-margin, if any.
5127
ee5cece0
GM
5128 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5129 like `delete'.
5130
83c9cb8e 5131 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5132
7ccf7ab9
GM
5133 * term/w32-win.el (mouse-set-font): Doc fix.
5134
b4f30ec5 51352001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5136
b4f30ec5
GM
5137 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5138 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5139 on already.
5140
03e0fe6e
GM
51412001-01-31 Markus Rost <rost@math.ohio-state.edu>
5142
5143 * files.el (save-buffer): Don't give message if (buffer-file-name)
5144 returns nil.
713f7b15 5145
8f289acc
EZ
51462001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5147
cb4aae04
EZ
5148 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5149
dbd98b19
EZ
5150 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5151 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5152
8f289acc
EZ
5153 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5154 display problems.
5155
c12553c1
KH
51562001-01-31 Kenichi Handa <handa@etl.go.jp>
5157
c7bf5db9
KH
5158 * international/mule.el (charset-info): Fix docstring.
5159
5160 * international/mule-diag.el (describe-character-set): Check final
5161 char valid before printing it.
c12553c1 5162
14f16b9c
GM
51632001-01-30 Gerd Moellmann <gerd@gnu.org>
5164
efaa080b
GM
5165 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5166
eef93f99
GM
5167 * frame.el (frame-notice-user-settings): Do the tool-bar
5168 stuff only for graphical displays. Fix a braino.
713f7b15 5169
14f16b9c
GM
5170 * frame.el (frame-initialize): Create initial frame visible.
5171 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5172 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5173
5174 * startup.el (command-line): Remove manipulation of frame
5175 height for tool bars.
5176
4ad25e43
EZ
51772001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5178
5179 * lpr.el: Compatibility with XEmacs and doc fixes.
5180 (lpr-windows-system, lpr-lp-system): New vars.
5181 (lpr-printer-switch): New defcustom.
5182 (printer-name, lpr-command): Customization fix.
5183 (print-region-1): Code fix.
5184 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5185 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5186 New functions.
4ad25e43 5187
e8f044a0
GM
51882001-01-29 Gerd Moellmann <gerd@gnu.org>
5189
5190 * msb.el (toplevel): Fix the eval-after-load.
5191
850d5045
GM
51922001-01-29 Dave Love <fx@gnu.org>
5193
762fe76e
DL
5194 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5195
5196 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5197
83c9cb8e 5198 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5199 (tcl-using-emacs-19-23): Consider Emacs 21+.
5200 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5201 (tcl-add-emacs-menu): Supply menu name.
5202 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5203
3a768251
GM
52042001-01-29 Gerd Moellmann <gerd@gnu.org>
5205
5206 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5207
274d02f7
SM
52082001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5209
5210 * pcvs.el (cvs-mark-fis-dead): New function.
5211 (cvs-mode-add): Use it.
5212 (cvs-mode-add-change-log-entry-other-window):
5213 Rebind change-log-default-name to itself rather than to nil.
5214
ed5d446e
SS
52152001-01-29 Sam Steingold <sds@gnu.org>
5216
efaa080b 5217 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5218 `autoload' statements.
5219
e2a80284
EZ
52202001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5221
8e1db7b3
EZ
5222 * files.el (confirm-kill-emacs): Doc fix.
5223
ff2a1c79
EZ
5224 * frame.el (frame-initialize): Doc fix.
5225
e7b0deaf
EZ
5226 * time-stamp.el (time-stamp-string): Doc fix.
5227
83c9cb8e
SM
5228 * woman.el (WoMan-log-1): Make the log buffer writable.
5229 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5230
005913e4
GM
52312001-01-29 Gerd Moellmann <gerd@gnu.org>
5232
5233 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5234 the `make-variable-buffer-local'.
5235
58622cc5
GM
52362001-01-29 Dave Love <fx@gnu.org>
5237
5238 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5239 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5240 Add autoload cookie.
58622cc5
GM
5241 (ansi-color-apply-sequence): Fix typo.
5242
0404d031
GM
52432001-01-29 Gerd Moellmann <gerd@gnu.org>
5244
ed5d446e 5245 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5246 Postscript printing in black and white.
5247
0404d031
GM
5248 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5249 X-Mailman-Version, Precedence, List-Help, List-Post,
5250 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5251 Content-Type, Content-Length.
5252
3b6ed359
DL
52532001-01-29 Dave Love <fx@gnu.org>
5254
ddd16e7a
DL
5255 * elide-head.el (elide-head): Make overlay evaporate.
5256
83c9cb8e 5257 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5258
8005142f
EZ
52592001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5260
5261 * isearch.el (isearch-highlight): Don't punt if the display
5262 doesn't support colors, since isearch faces are defined for
5263 monochrome displays as well.
5264
84728570
SS
52652001-01-27 Sam Steingold <sds@gnu.org>
5266
5267 * shell.el (shell-write-history-on-exit): Make sure that we are in
5268 the shell buffer (M-x tex-file RET inserted the error message into
5269 the TeX buffer).
5270
e26f9ced
EZ
52712001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5272
5273 * simple.el (transient-mark-mode): Doc fix.
5274
dc0274bd
GM
52752001-01-27 Gerd Moellmann <gerd@gnu.org>
5276
83c9cb8e 5277 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5278
c1acacc4
EZ
52792001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5280
f5058b96
EZ
5281 * shell.el (shell-unquote-argument): If the shell is one of the
5282 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5283 quote character.
5284 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5285 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5286
c1acacc4 5287 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5288 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5289
103db06c 52902001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5291
84728570 5292 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5293 Treat a one-capital-letter abbrev as "not all upper case",
5294 so as to force preservation of the expansion's pattern
5295 if the expansion starts with a capital letter.
5296
cfa70244
EZ
52972001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5298
cfee9de7
EZ
5299 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5300 Doc fix.
5301
cfa70244
EZ
5302 * simple.el (transient-mark-mode): Document the fact that many
5303 commands act on the region when mark is active.
5304
17d90d6b
KH
53052001-01-27 Kenichi Handa <handa@etl.go.jp>
5306
5307 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5308 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5309 (quail-show-guidance-buf): Make the multibyteness of current
5310 buffer inherited to Quail guidance buffer.
5311 (quail-help): Make the multibyteness of current buffer inherited
5312 to Quail help buffer.
5313
61076b20
DL
53142001-01-26 Dave Love <fx@gnu.org>
5315
c47e2c68
DL
5316 * time-stamp.el: Doc fixes.
5317
84728570 5318 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5319 (delphi-keyword-face, delphi-other-face): Fix :type.
5320
940f14b4
DL
5321 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5322
5323 * mail/feedmail.el (feedmail): Add :link.
5324 (feedmail-send-it): Doc fix.
5325
5326 * mail/sendmail.el: Doc fixes.
5327 (sendmail-send-it): Fix the non-ASCII regexp and use
5328 rfc2047-encode-string.
5329
61076b20
DL
5330 * dired.el, dired-aux.el: Revert last change.
5331
6c317bd2
GM
53322001-01-26 Gerd Moellmann <gerd@gnu.org>
5333
5334 * makefile.w32-in (DONTCOMPILE): Add various term files.
5335
53362001-01-26 Dave Love <fx@gnu.org>
5337
5338 * Makefile.in (DONTCOMPILE): Add various term files.
5339
1c636b5f
GM
53402001-01-26 Gerd Moellmann <gerd@gnu.org>
5341
af900b23
GM
5342 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5343
15fa6db0 5344 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5345 the echo area is resized to fit the size of the startup message.
15fa6db0 5346
1c636b5f
GM
5347 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5348 part of which is a constant.
5349
9b1adbd5
EZ
53502001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5351
83c9cb8e 5352 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5353
103db06c 53542001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5355
5356 * simple.el (next-line): Don't let `newline' expand abbrevs.
5357 Simplify slightly.
5358 (open-line): Don't let `newline' expand abbrevs.
5359
219227ea
JW
53602001-01-25 John Wiegley <johnw@gnu.org>
5361
5362 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5363 to `repeat' in the :type field.
5364
5365 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5366 allow a choice of regexp or nil.
d2906bf8 5367 (pcomplete-dir-ignore): Same.
219227ea
JW
5368
5369 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5370 a command) to always fail.
5371
ceba0dac
GM
53722001-01-25 Gerd Moellmann <gerd@gnu.org>
5373
5374 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5375 discard the result.
5376 (iswitchb-to-end): Likewise.
5377
9b0630e5
SS
53782001-01-25 Sam Steingold <sds@gnu.org>
5379
5380 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5381 Require vc.
9b0630e5 5382
a2ed9670
SM
53832001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5384
f0c1adab
SM
5385 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5386
a2ed9670
SM
5387 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5388
34ac3367
DL
53892001-01-25 Dave Love <fx@gnu.org>
5390
61076b20
DL
5391 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5392 (describe-coding-system): Tweak the English text.
5393
34ac3367
DL
5394 * loadup.el: Preload international/ccl for utf-8.
5395
4685e6b7
EZ
53962001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5397
5398 * mail/rmail.el (rmail-redecode-body): Doc fix.
5399
0fdb4475
KH
54002001-01-25 Kenichi Handa <handa@etl.go.jp>
5401
83c9cb8e
SM
5402 * international/mule-cmds.el (reset-language-environment):
5403 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5404
83c9cb8e
SM
5405 * international/mule-conf.el (coding-category-utf-8):
5406 Initialize to mule-utf-8.
0fdb4475 5407
9b0630e5 5408 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5409
5410 * international/utf-8.el: New file.
5411
245ed2b1
SM
54122001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5413
5414 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5415
e95b0c08
SS
54162001-01-24 Sam Steingold <sds@gnu.org>
5417
5418 * dired.el (dired-replace-in-string): Removed.
5419 (dired-sort-toggle): Use `replace-regexps-in-string'
5420 instead of `dired-replace-in-string'.
9b0630e5 5421
ceba0dac
GM
5422 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5423 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5424
e95b0c08
SS
5425 * gs.el (gs-replace-in-string): Removed.
5426 (gs-options): Use `replace-regexps-in-string'
5427 instead of `gs-replace-in-string'.
5428
c3902c3e
EZ
54292001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5430
5431 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5432 bug report is mailed to an email list and posted to a news group.
5433
b66b6aeb
GM
54342001-01-24 Gerd Moellmann <gerd@gnu.org>
5435
83c9cb8e
SM
5436 * comint.el (comint-replace-by-expanded-history-before-point):
5437 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5438
b66b6aeb
GM
5439 * startup.el (tool-bar-images-pixel-height): New variable.
5440 (command-line): After loading the user's init file, when
5441 tool-bar-mode is on, increase the frame's size by some lines for
5442 the tool-bar.
5443
5444 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5445
ff890e66
SZ
54462001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5447
5448 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5449 (chinese-big5): MIME:Big5.
5450
04363179
GM
54512001-01-24 Gerd Moellmann <gerd@gnu.org>
5452
e95b0c08 5453 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5454 Handle commands with prefix args.
5455
d56aaa64
GM
54562001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5457
5458 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5459 being a list of numbers.
5460 (diary-mail-entries): Rewritten.
5461
99858627
DL
54622001-01-23 Dave Love <fx@gnu.org>
5463
7aeb1fa9
DL
5464 * international/mule.el (make-coding-system): Fix typo.
5465
83c9cb8e
SM
5466 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5467 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5468
5a43decf
EZ
54692001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5470
5471 * font-lock.el (font-lock-mode): Doc fix.
5472
b0e98867
KH
54732001-01-23 Kenichi Handa <handa@etl.go.jp>
5474
5475 * international/mule.el (make-translation-table): Fix docstring.
5476
9c8acefd
EZ
54772001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5478
fd4976b8
EZ
5479 * mail/rmail.el (rmail-redecode-body): New function.
5480
9c8acefd
EZ
5481 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5482
871e0439
GM
54832001-01-22 Gerd Moellmann <gerd@gnu.org>
5484
21c2bbe0
GM
5485 * isearch.el (isearch-lazy-highlight-case-fold-search)
5486 (isearch-lazy-highlight-regexp): New variables.
5487 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5488 case-fold search or regexp search has been toggled.
5489
5710730c
GM
5490 * wid-edit.el (widget-button-click): Avoid a save-excursion
5491 around running a global binding.
5492
871e0439
GM
5493 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5494 to 0.25.
5495
d0554957
MB
54962001-01-20 Miles Bader <miles@gnu.org>
5497
5498 * cus-edit.el (custom-face-save): Do post-processing on the face's
5499 new value like `custom-face-set' does.
5500
1519f618
EZ
55012001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5502
ccd87890
EZ
5503 * mail/emacsbug.el (report-emacs-bug): Report the value of
5504 LC_CTYPE, not LC_TYPE.
5505
1519f618
EZ
5506 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5507 isearch-toggle-regexp and isearch-edit-string to doc string.
5508
9724173b
GM
55092001-01-19 Gerd Moellmann <gerd@gnu.org>
5510
48bb9196
GM
5511 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5512 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5513
e95b0c08 5514 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5515 font-lock-beginning-of-syntax-function to nil.
5516
dc81f8a2
EZ
55172001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5518
5519 * mail/emacsbug.el (report-emacs-bug): Report values of
5520 locale-coding-system, default-enable-multibyte-characters, and the
5521 environment variables LC_ALL, LC_TYPE, and LANG.
5522
99327974
GM
55232001-01-19 Gerd Moellmann <gerd@gnu.org>
5524
83c9cb8e 5525 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5526
2be6ecc6
GM
5527 * font-lock.el (font-lock-multiline): Default to nil.
5528 (font-lock-default-fontify-region): If font-lock-multiline is
5529 nil, don't check the property `font-lock-multiline'.
5530
99327974
GM
5531 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5532 is nil, don't check the `font-lock-multiline' text property.
5533
2550055a
MK
55342001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5535
0a949811 5536 * viper.el: Call initial-major-mode on startup.
e95b0c08 5537
0a949811 5538 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5539
8501998a 5540 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5541
2550055a 55422001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5543
0a949811 5544 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5545 diff mode, if available.
e95b0c08 5546
0a949811 55472001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5548
8501998a 5549 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5550
2550055a
MK
5551 * ediff-init.el (subst-char-in-string): Define and use it, unless
5552 it's already defined.
e95b0c08 5553
8962e303
GM
55542001-01-18 Gerd Moellmann <gerd@gnu.org>
5555
5556 * tooltip.el (tooltip-hide-delay): New user-option.
5557 (tooltip-show): Use tooltip-hide-delay instead of the default.
5558
6b453381
KH
55592001-01-18 Kenichi Handa <handa@etl.go.jp>
5560
5561 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5562 kill-local-variable doesn't work for enable-multibyte-characters.
5563
9eaf396b
DL
55642001-01-17 Dave Love <fx@gnu.org>
5565
cebd37ce
DL
5566 * ediff-init.el (ediff-before-setup-hook)
5567 (ediff-merge-filename-prefix): Add :version.
5568
9eaf396b
DL
5569 * international/latin1-disp.el: Require disp-table.
5570 (latin1-display): Fix :set.
5571
5572 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5573
f864120f
GM
55742001-01-17 Gerd Moellmann <gerd@gnu.org>
5575
5576 * isearch.el (isearch-lazy-highlight-initial-delay)
5577 (isearch-lazy-highlight-interval): Default to 0.
5578
55792001-01-17 Bob Glickstein <bobg@zanshin.com>
5580
5581 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5582 1 here rather than each time through
5583 isearch-lazy-highlight-new-loop.
5584 (isearch-lazy-highlight-max): Variable deleted.
5585 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5586 isearch-lazy-highlight-max but controls a single invocation of
5587 isearch-lazy-highlight-update.
5588 (isearch-lazy-highlight-wrapped): Variable recreated.
5589 (isearch-lazy-highlight-window-start): New variable.
5590 (isearch-lazy-highlight-cleanup): Restored to behavior of
5591 before 2-Jan.
5592 (isearch-lazy-highlight-remove-overlays): Function deleted;
5593 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5594 behavior removed.
5595 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5596 isearch-lazy-highlight-update in a loop rather than just once.
5597 Test isearch-invalid-regexp here and decide not to start a new
5598 loop, rather than testing it each time through
5599 isearch-lazy-highlight-update.
5600 (isearch-lazy-highlight-search): Function restored.
5601 (isearch-lazy-highlight-update): Get called in a timer loop again,
5602 but this time highlight more than one match each time through.
83c9cb8e
SM
5603 Only highlight matches in the visible part of the window.
5604 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
5605 the edge of the window. Use sit-for to force redisplay and ensure
5606 window-start is credible. "Face suppressing" behavior removed;
5607 overlay priorities should make it unnecessary, right?
5608 (isearch-highlight): Face suppressing behavior removed.
5609 (isearch-dehighlight): Face suppressing behavior removed.
5610 (isearch-set-lazy-highlight-faces-at): Removed.
5611
076ec540
KH
56122001-01-17 Kenichi Handa <handa@etl.go.jp>
5613
5614 * language/european.el ("Latin-1"): Make the format of description
5615 about additional language environments same as that of Latin-2.
5616
92328ec5
DL
56172001-01-16 Dave Love <fx@gnu.org>
5618
39f2174e
DL
5619 * isearch.el (isearch-lazy-highlight): Add :version.
5620
92328ec5
DL
5621 * simple.el (backward-delete-char-untabify-method)
5622 (next-line-add-newlines): Add :version.
5623
f251459d
GM
56242001-01-16 Gerd Moellmann <gerd@gnu.org>
5625
9d4850e5
GM
5626 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5627 Don't bind <delete> otherwise.
5628
5629 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5630 and <delete> via function-key-map.
5631
f251459d
GM
5632 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5633 Subject line only if point is after the `Subject:'.
5634
771ffcf7
KH
56352001-01-16 Kenichi Handa <handa@etl.go.jp>
5636
bda6b481
KH
5637 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5638 japanese-jisx0213-2 in `charset' property of this lang. env.
5639
35793af7
KH
5640 * language/european.el ("Latin-1"): Add description for Dutch and
5641 Spanish lang. env.
5642
771ffcf7
KH
5643 * international/mule.el (decode-char): Fix conditions.
5644 (encode-char): Handle eight-bit-control too.
1c8102ff 5645 (transform-make-coding-system-args): New function.
50c29104
KH
5646 (make-coding-system): Accept XEmacs style arguments for CCL base
5647 coding system.
771ffcf7 5648
e1cf67b6
GM
56492001-01-15 Gerd Moellmann <gerd@gnu.org>
5650
5651 * progmodes/etags.el (find-tag-noselect): Save the value of
5652 tags-file-name before switching buffers, for the case it has a
5653 buffer-local value.
5654
b3287acf
GM
56552001-01-15 Alex Schroeder <alex@gnu.org>
5656
9eaf396b
DL
5657 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5658 From Dave Love <fx@gnu.org>.
b3287acf
GM
5659 (ansi-color-for-comint-mode): Fix :version.
5660
56612001-01-15 Alex Schroeder <alex@gnu.org>
5662
5663 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5664
8d7ff9c8
EZ
56652001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5666
5667 * dired.el (dired-insert-directory): If file-system-info fails,
5668 remove the " free " part, but don't signal an error.
5669
dbe99ae9
SS
56702001-01-12 Sam Steingold <sds@gnu.org>
5671
5672 * bookmark.el (bookmark-maybe-historicize-string):
5673 Use new backquote syntax.
5674
103db06c 56752001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5676
5677 * subr.el (last): Handle a list that doesn't end in nil.
5678
ca2ddd8e
SS
56792001-01-12 Sam Steingold <sds@gnu.org>
5680
5681 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5682 to `backward-delete-char-untabify'.
5683
1751c874
DL
56842001-01-12 Dave Love <fx@gnu.org>
5685
5686 * cus-edit.el (customize-menu-create): Fix the :filter following
5687 easymenu change.
5688
5689 * wid-edit.el (function): Add :match-alternatives.
5690 (widget-color-action): Doc fix.
5691
3cccce8d
GM
56922001-01-12 Gerd Moellmann <gerd@gnu.org>
5693
5694 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5695
18bfd6b5
KH
56962001-01-12 Kenichi Handa <handa@etl.go.jp>
5697
83c9cb8e 5698 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5699
18bfd6b5
KH
5700 * international/ccl.el (define-ccl-program): Fix docstring.
5701
562e00da
DL
57022001-01-11 Dave Love <fx@gnu.org>
5703
14fd0da3
DL
5704 * international/mule-cmds.el (standard-display-european-internal):
5705 Set display table for 2208 as for 160.
5706
5707 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5708
562e00da
DL
5709 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5710 entry for custom-menu-create change.
5711 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5712 don't cons it in the search loop.
5713
5714 * imenu.el (imenu--truncate-items): Revert last change.
5715
6e961dcd
EZ
57162001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 * info.el (Info-setup-header-line): If the node header includes
5719 either Next: or Prev: links, don't show the File: and Node: parts
5720 in the header line.
5721
2c2ff7f2
GM
57222001-01-11 Gerd Moellmann <gerd@gnu.org>
5723
a7ee2d2e
GM
5724 * comint.el (comint-goto-process-mark): Don't print a message
5725 when running in batch mode.
5726
c5348233
GM
5727 * isearch.el (isearch-search): In the condition-case handler for
5728 `error', set isearch-invalid-regexp to the whole error message.
5729
422717d1
GM
5730 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5731 ensure that eval-after-load works for files dumped with Emacs.
5732
5733 * help.el (load-symbol-file-load-history): New function extracted
5734 from function symbol-file.
5735 (symbol-file): Use it.
5736
83c9cb8e 5737 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5738
926861fb
EZ
57392001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5740
5741 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5742 behave as if there were no prefix argument.
5743 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5744 argument were nil.
5745
afa1f52c
RS
57462001-01-11 Richard M. Stallman <rms@gnu.org>
5747
ca2ddd8e 5748 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5749 Don't look for more potential matches once maximum is exceeded.
5750 Use overlays-in to check correctly for overlap with current match.
5751 Ignore empty matches.
5752
47a9f362
MB
57532001-01-11 Miles Bader <miles@gnu.org>
5754
5755 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5756 (ispell-overlay-window, ispell-help, ispell-show-choices)
5757 (ispell-command-loop): Use it instead of `window-height'.
5758
d196f58d
GM
57592001-01-10 Gerd Moellmann <gerd@gnu.org>
5760
cf523f0e
GM
5761 * files.el (confirm-kill-emacs): New user-option.
5762 (save-buffers-kill-emacs): Ask for final confirmation before
5763 killing Emacs.
5764
d196f58d
GM
5765 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5766 to nil.
5767
7c6c3d8e
GM
57682001-01-10 Dave Love <fx@gnu.org>
5769
1f8be15d
DL
5770 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5771
83c9cb8e 5772 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5773
5774 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5775
5776 * calculator.el (calculator-number-digits): Fix :type.
5777
0d5184de
DL
5778 * vc-cvs.el (vc-cvs-header): Fix :type.
5779 * vc-rcs.el (vc-rcs-header): Fix :type.
5780 * vc-sccs.el (vc-sccs-header): Fix :type.
5781
5782 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5783
7c6c3d8e
GM
5784 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5785
8c9f73a2
GM
5786 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5787
457b792c
GM
57882001-01-10 Gerd Moellmann <gerd@gnu.org>
5789
5790 * simple.el (set-variable): Force a thorough redisplay for the
5791 case that the variable has an effect on the display, like
5792 `tab-width' has.
5793
d2622d08
AS
57942001-01-10 Andre Spiegel <spiegel@gnu.org>
5795
5796 * vc.el: Add documentation for backend interface.
5797
ae4b5f4f
KH
57982001-01-10 Kenichi Handa <handa@etl.go.jp>
5799
e0844717
KH
5800 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5801
ae4b5f4f
KH
5802 * international/mule-conf.el (latin-extra-code-table): Set to t
5803 for \223 and \224.
5804
3184082b
KH
58052001-01-09 Kenichi Handa <handa@etl.go.jp>
5806
5807 * international/mule-cmds.el (locale-language-names): Map "es" to
5808 "Spanish" and "nl" to "Dutch".
5809
732b9cdd
GM
58102001-01-09 Gerd Moellmann <gerd@gnu.org>
5811
1dfca644
GM
5812 * bindings.el (global-map): Bind <home> to beginning-of-line,
5813 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5814 C-<end> to end-of-buffer.
5815
732b9cdd
GM
5816 * language/european.el: Add Dutch and Spanish language info
5817 to be able to use the appropriate tutorials.
5818
58192001-01-09 Alex Schroeder <alex@gnu.org>
5820
5821 * ansi-color.el (ansi-color-process-output): Use markers instead
5822 of positions for start and end of region.
5823 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5824 Previously, occasional mistakes happend when fontifying many
5825 chunks of output (eg. ls --color=yes /dev). This happened
5826 whenever an overlay was created up to the end of the region, which
5827 coincided with the process-mark. New text would then be added
5828 within that overlay instead of after it.
5829 (ansi-color-make-extent): Overlays are created with the property
5830 `modification-hooks' set to '(ansi-color-freeze-overlay).
5831 (ansi-color-freeze-overlay): New function. When inserting text at
5832 the end of the overlay, the overlay will resize.
5833
58342000-01-09 Alex Schroeder <alex@gnu.org>
5835
5836 * ansi-color.el (ansi-color-process-output): Doc change.
5837 (ansi-color-unfontify-region): Doc change. No longer installed
5838 automatically in font-lock-unfontify-region-function.
5839 (ansi-color-apply): Doc change.
5840 (ansi-color-apply-on-region): Use extents or overlays instead of
5841 text-properties.
5842 (ansi-color-make-extent): New function.
5843 (ansi-color-set-extent-face): New function.
5844
58452000-01-09 Alex Schroeder <alex@gnu.org>
5846
5847 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5848 both use ansi-color-process-output, now.
5849 (ansi-color-process-output): Doesn't return string anymore. It is
5850 installed in comint-output-filter-functions for both Emacs and
5851 XEmacs, now.
5852 (ansi-color-unfontify-region): Simplified code removing variables
5853 pos and start-ansi.
5854 (ansi-color-apply): Put text-property ansi-color before putting
5855 text-property face because ansi-color-unfontify-region is called
5856 immediately after the call to put-text-property.
5857 (ansi-color-context-region): Doc change.
5858 (ansi-color-filter-region): Simplified code.
5859 (ansi-color-apply-on-region): Changed start to start-marker, using
5860 a marker explicitly. Put text-property ansi-color before putting
5861 text-property face because ansi-color-unfontify-region is called
5862 immediately after the call to put-text-property.
5863
58642000-01-09 Alex Schroeder <alex@gnu.org>
5865
5866 * ansi-color.el (ansi-color-faces-vector): Doc change.
5867 (ansi-color-for-comint-mode): Changed :type property to choice.
5868 (ansi-color-last-context): Removed.
5869 (ansi-color-process-output): Don't use ansi-color-last-context, as
5870 the main functions will store their context now.
5871 (ansi-color-context): Doc change.
5872 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5873 Uses ansi-color-context such that repeated calls will strip
5874 partial escape sequences, too.
5875 (ansi-color-apply): Simplified code. Colorize end of string if
5876 face is not null. Store context in new (FACE STRING) format, such
5877 that repeated calls will strip partial escape sequences, too.
5878 Append faces to face property using ansi-color-apply-sequence such
5879 that cumulative mode actually works.
5880 (ansi-color-context-region): New variable.
5881 (ansi-color-filter-region): Rewrote it based on
5882 ansi-color-apply-on-region. Uses ansi-color-context-region such
5883 that repeated calls will strip partial escape sequences, too.
5884 (ansi-color-apply-on-region): Simplified code. Colorize end of
5885 region if face is not null. Store context in new (FACE POS)
5886 format, such that repeated calls will strip partial escape
5887 sequences, too. Append faces to face property using
83c9cb8e 5888 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5889 (ansi-color-apply-sequence): New function.
5890 (ansi-color-get-face): When the default face is added to the list
5891 of faces, all previous settings are discarded and the list of
5892 faces is set to '(default).
5893
58942000-01-09 Alex Schroeder <alex@gnu.org>
5895
5896 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5897 face, such that ansi-color-apply and ansi-color-apply-on-region
5898 will do the right thing.
5899 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5900 returns nil, set the list of faces back to nil instead of
83c9cb8e 5901 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
5902
59032000-01-09 Alex Schroeder <alex@gnu.org>
5904
5905 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5906 (ansi-color-process): Doc change.
5907 (ansi-color-last-context): New buffer-local variable.
5908 (ansi-color-process-output): New function. It is automatically
5909 added to comint-output-filter-functions if this is XEmacs.
5910 (ansi-color-unfontify-region): New optional parameter for XEmacs
5911 compatibility. Check wether font-lock-syntactic-keywords is
5912 boundp before removing the syntax table text property, as XEmacs
5913 doesn't have it.
5914 (ansi-color-filter-region): Doc change.
5915 (ansi-color-apply-on-region): Doc change.
5916 (ansi-color-make-face): New function. Compatibility layer for
5917 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5918 (ansi-color-make-color-map): Use ansi-color-make-face.
5919 (ansi-color-get-face): Avoid face text property '(nil) as results
5920 in an errow for XEmacs.
5921
59222000-01-09 Alex Schroeder <alex@gnu.org>
5923
83c9cb8e
SM
5924 * ansi-color.el (ansi-color-unfontify-region): New function.
5925 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
5926 ansi-color. When the package is loaded, a lambda expression is
5927 put onto font-lock-mode-hook. This lambda expression will check
5928 font-lock-unfontify-region-function and replace
83c9cb8e 5929 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
5930 (ansi-color-apply): Add text-property ansi-color in addition to
5931 text-property face.
5932 (ansi-color-apply-on-region): Add text-property ansi-color in
5933 addition to text-property face.
5934 (save-buffer-state): Copy of the macro that is also used by
5935 lazy-lock and font-lock.
5936
5937 (ansi-color-for-comint-mode): New option.
5938 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5939 (ansi-color-for-comint-mode-off): Ditto.
5940 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
5941 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5942 decide what to do. This function is added to
5943 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
5944
5945 (ansi-color-for-shell-mode-set): Removed.
5946 (ansi-color-for-shell-mode): Removed.
5947
59482000-01-09 Alex Schroeder <alex@gnu.org>
5949
5950 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5951 the lambda expression from the ansi-color-for-shell-mode :set
5952 property. Additionally, modify shell-mode-hook to enable or
5953 disable font-lock-mode for future shell buffers.
5954 (ansi-color-for-shell-mode): The :set property calls
5955 ansi-color-for-shell-mode-set instead of a lambda expression.
5956
59572000-01-09 Alex Schroeder <alex@gnu.org>
5958
5959 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5960 (ansi-color-context): New variable.
5961 (ansi-color-apply): Save context between calls.
5962
fb55ff10
EZ
59632001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5964
83c9cb8e
SM
5965 * isearch.el (isearch, isearch-lazy-highlight-face):
5966 New definitions for face colors and attributes.
29910493 5967
fb55ff10
EZ
5968 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5969 of display-mouse-p.
5970
134d6265
KH
59712001-01-09 Kenichi Handa <handa@etl.go.jp>
5972
5973 * international/mule.el (make-coding-system): If the coding system
5974 accepts extra latin codes, register such codes as safe for the
5975 coding system.
5976
103db06c 59772001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5978
984c9f75
RS
5979 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5980 don't mention the file name or the date here, because they are
5981 logged at the start of the file.
5982
59832001-01-08 Richard M. Stallman <rms@gnu.org>
5984
78b8eee8
RS
5985 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5986 Change screen-width to frame-width.
5987
1460e5d4
EZ
59882001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5989
5990 * info.el (Info-search): Print the default as part of the prompt.
5991
56f24bc1
AS
59922001-01-08 Andre Spiegel <spiegel@gnu.org>
5993
ca2ddd8e 5994 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
5995 constant implementations in backends.
5996
5997 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5998 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5999
6000 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6001 WRITABLE to EDITABLE.
6002
6003 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6004 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6005 to EDITABLE.
6006
b7812d30
EZ
60072001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6010 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6011
7e56ea04
GM
60122001-01-08 Gerd Moellmann <gerd@gnu.org>
6013
6014 * isearch.el (isearch-old-signal-hook): Removed.
6015 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6016 instead of setting signal-hook-function.
6017 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6018
a758f97d
GM
60192001-01-08 Kevin Gallagher <kevingal@onramp.net>
6020
6021 * emulation/edt.el: Update to version 4.0. Provide support for
6022 EDT scroll margins at top and bottom of the window. Provide an
6023 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6024 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6025 user when file-related buffer modifications exist.
6026 Provide support for running EDT Emulation in XEmacs.
6027 Provide customize access to some user updatable variables.
6028 Add Commentary section to file header.
6029 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6030
6031 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6032 for detecting a keypress that generates an ASCII key sequence.
6033 (Previously, only a keypress that generates a vector was
6034 recognized.) Embed Window Manager name into name of the generated
6035 EDT Emulation initialization file since the initialization file is
6036 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6037
30db89f9
EZ
60382001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6039
4deb3ba9
EZ
6040 * mail/sendmail.el (mail-mode): Doc fix.
6041
30db89f9
EZ
6042 * info.el (Info-goto-emacs-command-node): Doc fix.
6043 (Info-goto-emacs-key-command-node): Doc fix.
6044
c3f2772b
EZ
60452001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6046
8726e79b 6047 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6048 systems without long file-name support.
6049
0dac6924
AI
60502001-01-06 Andrew Innes <andrewi@gnu.org>
6051
6052 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6053
4e6ef391
EZ
60542001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6055
380866a2
EZ
6056 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6057 (isearch-lazy-highlight-update): Doc fix.
6058
148b5960
EZ
6059 * ffap.el (ffap-bindings): Doc fix.
6060
4e6ef391
EZ
6061 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6062
4cb1bcc2
DL
60632001-01-05 Dave Love <fx@gnu.org>
6064
6065 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6066
3828218c
GM
60672001-01-05 Gerd Moellmann <gerd@gnu.org>
6068
83c9cb8e
SM
6069 * mouse-drag.el (mouse-drag-safe-scroll):
6070 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6071
1f4139d5
GM
6072 * isearch.el (isearch-old-signal-hook): New variable.
6073 (isearch-mode): Set signal-hook-function to isearch-done.
6074 (isearch-done): Restore old signal-hook-function.
6075
3828218c
GM
6076 * info.el (Info-fontify-node): Mark one more char as intangible.
6077
3970013f
KH
60782000-01-05 Kenichi Handa <handa@etl.go.jp>
6079
83c9cb8e
SM
6080 * composite.el (compose-last-chars): New argument COMPONENTS.
6081 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6082 COMPONENTS.
6083
6084 * international/quail.el (quail-input-string-to-events): New function.
6085 (quail-input-method): Convert input string to events here.
6086 (quail-start-translation): Return input string, not event list.
6087 (quail-start-conversion): Likewise.
6088
f3b05e99
GM
60892001-01-04 Gerd Moellmann <gerd@gnu.org>
6090
ca2ddd8e 6091 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6092 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6093 and tooltip-add-timeout.
6094 (tooltip-show): Set border color from faces's foreground.
6095 (tooltip-show-help-function): If called with the same help string
6096 as last time, do nothing.
6097 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6098
0f2ac578
GM
6099 * startup.el (fancy-splash-screens): Don't bind show-help-function
6100 to nil.
6101
f3b05e99
GM
6102 * tooltip.el (tooltip-frame-parameters): Remove colors.
6103 (tooltip): New face
6104 (tooltip-set-param): New function.
6105 (tooltip-show): Set up color frame parameters from face `tooltip'.
6106 Display the tooltip text in face `tooltip'.
6107
8416e94a
DL
61082001-01-04 Dave Love <fx@gnu.org>
6109
6110 * whitespace.el (whitespace-global-mode): Fix typo.
6111
6112 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6113
30db89f9
EZ
61142001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6115
83c9cb8e
SM
6116 * help.el (help-for-help): Fix a typo in a doc string.
6117 From kwzh@gnu.org (Karl Heuer).
30db89f9 6118
b847eb8c
DL
61192001-01-03 Dave Love <fx@gnu.org>
6120
6121 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6122 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6123 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6124 (dired-guess-shell-alist-user): Customize.
6125 (dired-x-help-address): Set to bug-gnu-emacs.
6126 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6127 (dired-default-directory): Renamed from default-directory.
6128
6129 * hl-line.el (hl-line): Doc fix.
6130
43c4b570
KF
61312001-01-03 Karl Fogel <kfogel@red-bean.com>
6132
1bf6b1bf 6133 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6134
984c9f75 61352001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6136
6137 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6138 to remove all the current alternative-match highlighting.
6139 If nil, remove only what's outside the current window.
6140 (isearch-lazy-highlight-remove-overlays): Take optional
6141 region within which NOT to remove them.
6142 (isearch-lazy-highlight-new-loop): Greatly simplified.
6143 (isearch-lazy-highlight-update): Find all the other occurrences
6144 visible in the window, in just one call.
6145 (isearch-lazy-highlight-start): Now holds start of region to scan.
6146 (isearch-lazy-highlight-end): Now holds end of region to scan.
6147 (isearch-lazy-highlight-wrapped): Variable deleted.
6148 (isearch-lazy-highlight-search): Function deleted.
6149
13d6a61c
AI
61502000-01-02 Andrew Innes <andrewi@gnu.org>
6151
6152 * w32-fns.el (convert-standard-filename): Do length check on name
6153 before aref.
6154
064866e7
DL
61552001-01-02 Dave Love <fx@gnu.org>
6156
b33e041b
DL
6157 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6158 value.
6159 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6160
6161 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6162
8166ffd5
DL
6163 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6164 read syntax.
6165
064866e7
DL
6166 * calendar/todo-mode.el (todo): Add :link, :version.
6167 (todo-save-top-priorities): Remove autoload cookie.
6168 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6169 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6170
6dde6abc
GM
61712001-01-02 Gerd Moellmann <gerd@gnu.org>
6172
6173 * comint.el (comint-input-history-ignore): New variable.
6174 (comint-read-input-ring): Ignore entries matching
6175 comint-input-history-ignore.
6176
1a8a9daf
GM
61772001-01-02 Eric M. Ludlam <zappo@gnu.org>
6178
6179 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6180 (lm-copyright-mark): New function.
6181 (lm-crack-copyright): New function.
6182 (lm-verify): Check that the file has a copyright.
6183 Check that the file is copyright Free Software Foundation.
6184
9c92eb53
KH
61852000-12-30 Kenichi Handa <handa@etl.go.jp>
6186
6187 * international/mule-diag.el (print-fontset): Indent font name by
6188 24 columns, not 25.
6189
49172314
GM
61902000-12-29 Gerd Moellmann <gerd@gnu.org>
6191
762a68ec
GM
6192 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6193 in Subject line.
6194
49172314 6195 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6196 Use mail-mode-hook instead of mail-setup-hook.
6197 Otherwise continuing an interrupted message with C-u C-x m for
6198 instance, winds up in Mail mode without abbrevs.
49172314 6199
bd7a2e26
GM
62002000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6201
6202 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6203 non-nil. Adding almost all customization variables on ps-setup.
6204 Doc fix.
bd7a2e26
GM
6205 (ps-print-version): New version number (6.3.3).
6206 (ps-end-with-control-d): Initialization fix.
6207 (ps-lines-printed): New var.
6208 (ps-skip-newline): New fun.
6209 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6210 (ps-next-line, ps-continue-line, ps-plot-region)
6211 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6212
2b3f28a4
KH
62132000-12-29 Kenichi Handa <handa@etl.go.jp>
6214
83c9cb8e
SM
6215 * international/fontset.el (x-complement-fontset-spec):
6216 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6217 registered in x-font-name-charset-alist.
6218 (create-fontset-from-fontset-spec): Adjusted for the above change.
6219 The name of fontset alias should be a unresolved ASCII font name.
6220
2ece9174
GM
62212000-12-28 Gerd Moellmann <gerd@gnu.org>
6222
6223 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6224 and delete in isearch-mode-map.
6225
cbe3ad7a
RS
62262000-12-28 Richard M. Stallman <rms@gnu.org>
6227
ca2ddd8e 6228 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6229 Use xpdf instead of acroread.
6230
a816f1c5
KH
62312000-12-28 Kenichi Handa <handa@etl.go.jp>
6232
f086e73c
KH
6233 * textmodes/artist.el (artist-butlast): Deleted.
6234 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6235 artist-butlast.
f086e73c 6236
a816f1c5
KH
6237 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6238
6239 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6240
b202115b
EZ
62412000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6242
6243 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6244
6245 * ls-lisp.el: Better support for the Mac and MS-Windows.
6246 (ls-lisp): New defgroup.
6247 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6248 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6249 (ls-lisp-support-shell-wildcards): New defcustoms.
6250 (ls-lisp-parse-symlink): New function.
6251 (insert-directory): Code to convert switches to a list and set up
6252 the wildcard argument copied from ls-lisp-insert-directory.
6253 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6254 for -C and -R switches.
6255 (ls-lisp-column-format): New function.
ca2ddd8e 6256 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6257 (ls-lisp-format-time): Add doc strings.
6258 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6259 Support ls-lisp-dirs-first.
6260 (ls-lisp-classify, ls-lisp-extension): New functions.
6261 (ls-lisp-format): Optionally support emulation of symlinks.
6262 Support -i, -s, and -G switches.
6263
6061fbf0
GM
62642000-12-27 Gerd Moellmann <gerd@gnu.org>
6265
5e25feee
GM
6266 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6267
6061fbf0
GM
6268 * version.el (emacs-version): Print X scroll bar information.
6269
6270 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6271 instead of x-toolkit-scroll-bars-p.
6272
6273 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6274 of x-toolkit-scroll-bars-p.
6275
25050dab
EZ
62762000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6277
83c9cb8e 6278 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6279 (ffap-bindings): Doc fix, to reflect the above change.
6280
c1786874
KH
62812000-12-27 Kenichi Handa <handa@etl.go.jp>
6282
6283 * term.el (term-char-mode): Define all non-ascii self-inserting
6284 characters to 'term-send-raw in term-raw-map.
6285
7261ece3 62862000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6287
83c9cb8e 6288 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6289
83c9cb8e
SM
6290 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6291 Changed initialization; use add-hook.
6061fbf0 6292 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6293
6061fbf0 6294 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6295
6061fbf0
GM
6296 * ediff.el (ediff-patch-buffer): Bug fix.
6297 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6298
83f40583
SM
62992000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6300
6301 * subr.el (combine-run-hooks): Remove.
6302
6303 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6304 and remove the rogue second spec.
6305
bdd6d4e8
GM
63062000-12-23 Gerd Moellmann <gerd@gnu.org>
6307
6308 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6309
26736ce3
SM
63102000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6311
0e86b6b0
SM
6312 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6313 Use minibuffer menu prompt for the `=' prefix.
6314 (smerge-command-prefix): Change default to C-^.
6eabfb26 6315 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6316
26736ce3
SM
6317 * skeleton.el (skeleton-internal-1): Make sure the first line of
6318 the region is also re-indented.
d21584d6
SM
6319 (skeleton-end-newline): New var.
6320 (skeleton-end-hook): Use it.
26736ce3 6321
95fa4fd7
MB
63222000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6323
6324 * comint.el (comint-password-prompt-regexp): Support CVS.
6325
f060b834
GM
63262000-12-22 Gerd Moellmann <gerd@gnu.org>
6327
83c9cb8e
SM
6328 * simple.el (delete-key-deletes-forward-mode): Simplify.
6329 Also backspace key combinations, depending on
856ff7a7
GM
6330 delete-key-deletes-forward.
6331
6332 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6333
f060b834
GM
6334 * simple.el (delete-key-deletes-forward): Doc fix.
6335
653558a1
GM
63362000-08-22 Emmanuel Briot <briot@gnat.com>
6337
6338 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6339 white spaces are relevant in the XML file.
653558a1
GM
6340 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6341 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6342 of XML files.
653558a1
GM
6343 (xml-parse-tag): Check that the casing is the same in the start
6344 tag and end tag, since XML is case-sensitive. Allows for spaces
6345 in the end tag, after the name of the tag.
6346 (xml-parse-attlist): Allow for the character '-' in the name of
6347 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6348 the properties in the XML tree, since they are not relevant.
653558a1 6349
3ad93d8d
SM
63502000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6351
6352 * generic.el (generic-read-type): Undo last change, inline into
6353 `generic-mode' and then remove.
6354 (generic-mode): Inline generic-read-type.
6355 (define-generic-mode): Push the symbol name rather than the symbol
6356 onto generic-mode-list.
6357
177f4e88
GM
63582000-12-21 Gerd Moellmann <gerd@gnu.org>
6359
8e15274f
GM
6360 * generic.el (generic-read-type): Build an alist for
6361 completing-read as in 20.7.
6362
6363 * play/landmark.el (lm): Use interactive spec `P'.
6364 (toplevel): Don't set debug-on-error.
6365
83c9cb8e 6366 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6367
6ba384dc
GM
63682000-12-21 Dave Pearson <davep@davep.org>
6369
6370 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6371
647a066c
GM
63722000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6373
6374 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6375 ranges like \177-\237, but accepts the character sequence from \177 to
6376 \237. Doc fix.
6377 (ebnf-version): New version (3.4).
6378 (ebnf-setup): Code fix.
6379 (ebnf-range-regexp): New fun.
6380 (ebnf-8-bit-chars): Const fix.
6381
6382 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6383 entry. Doc fix.
6384 (ebnf-bnf-lex): Code fix.
6385 (ebnf-bnf-comment-chars): Const fix.
6386
6387 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6388 entry. Doc fix.
6389 (ebnf-iso-comment-chars): Const fix.
6390
6391 * ebnf-otz.el: Doc fix.
6392
6393 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6394 entry. Doc fix.
6395 (ebnf-yac-skip-code): Code fix.
6396 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6397
bc22fd18
EZ
63982000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6399
6400 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6401 (recover-file): Use it instead of insert-directory.
6402 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6403
587fc3f9
KH
64042000-12-21 Kenichi Handa <handa@etl.go.jp>
6405
83c9cb8e
SM
6406 * international/mule-cmds.el (select-safe-coding-system):
6407 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6408
587fc3f9
KH
6409 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6410
01860fb9
MB
64112000-12-21 Miles Bader <miles@gnu.org>
6412
83c9cb8e 6413 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6414
3f9d67a6
KH
64152000-12-21 Kenichi Handa <handa@etl.go.jp>
6416
9fd1c1f7
KH
6417 * international/mule-diag.el (describe-char-after): Make *Help*
6418 buffer inherit multibyteness of the current buffer.
6419
3f9d67a6
KH
6420 * international/mule.el (make-char): Docstring adjusted for the
6421 change of make-char-internal.
6422
c9669fac
SM
64232000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6424
6425 * international/iso-cvt.el: Docstrings fix.
6426
19594307
DL
64272000-12-20 Dave Love <fx@gnu.org>
6428
6429 * subr.el (eval-after-load): Doc fix.
6430
b1a447b3
KH
64312000-12-20 Kenichi Handa <handa@etl.go.jp>
6432
6433 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6434 for numbers.
6435
09877d5d
MB
64362000-12-20 Miles Bader <miles@gnu.org>
6437
6438 * international/quail.el (quail-help): Resize the help window
6439 again after it has all its contents. Remove unneeded progn.
6440
71d4497a
GM
64412000-12-19 Gerd Moellmann <gerd@gnu.org>
6442
6443 * pcmpl-linux.el: Fix copy/paste error.
6444
741e56a0
AI
64452000-12-19 Andrew Innes <andrewi@gnu.org>
6446
83c9cb8e 6447 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6448
cc24d91c
CD
64492000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6450
ba4c05aa
CD
6451 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6452
6453 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6454
6455 * progmodes/idlw-shell.el: Fixed copyright notice.
6456
6457 * progmodes/idlwave.el: Fixed copyright notice.
6458
71d4497a 6459 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6460 TAB as key separators.
6461
524c8caf
GM
64622000-12-19 Alex Schroeder <alex@gnu.org>
6463
6464 * sql.el (sql-sybase-options): New option.
6465 (sql-sybase): Use it. Add sql-database to the list of parameters
6466 provided for login. The options -w 2048 -n are not used any more.
6467 (sql-postgres-options): Changed default from "--pset" to "-P".
6468 (sql-mysql-options): Doc change.
6469 (sql-stop): Doc change.
6470
b5fa513d
KH
64712000-12-19 Kenichi Handa <handa@etl.go.jp>
6472
6473 * international/quail.el (quail-input-method): Always hide
6474 the guidance buffer on exiting.
6475
91c9e6ce
GM
64762000-12-18 Gerd Moellmann <gerd@gnu.org>
6477
c6da4eb4
GM
6478 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6479 isn't fboundp.
6480
3d2a0e0b
GM
6481 * server.el (server-buffer-done): Bury the buffer before
6482 killing it.
6483
91c9e6ce
GM
6484 * faces.el (face-spec-set): Interpret a nil in specs for
6485 foreground and background colors as `unspecified', for
6486 compatibility with 20.x.
6487
40fa0008
DL
64882000-12-18 Dave Love <fx@gnu.org>
6489
22adbe54
DL
6490 * simple.el (mail-user-agent): Doc fix.
6491 (input-mode-8-bit): Removed.
6492
6493 * international/mule.el (set-keyboard-coding-system): Doc fix.
6494 (keyboard-coding-system): New option.
6495
40fa0008
DL
6496 * mail/sendmail.el (send-mail-function): Customize.
6497
6f4745e2
EZ
64982000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * international/codepage.el (cp866-decode-table): New table.
6501
82b90229
GM
65022000-12-18 Gerd Moellmann <gerd@gnu.org>
6503
6504 * version.el (emacs-version): Remove `%a' from the time format
6505 because the weekday doesn't fit well into each locale.
6506
5a047002
MB
65072000-12-18 Miles Bader <miles@gnu.org>
6508
7f49aa07
MB
6509 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6510
ca2ddd8e 6511 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6512 Check that emacs-major-version is `=' to 20, not `>='.
6513 (artist-replace-chars): Use `make-string' instead of a loop.
6514
22ea2607
EZ
65152000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6516
6517 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6518 (cvs-execute-single-file): Don't change directory.
6519 Patch from Per Cederqvist.
6520
6c825f8e
EZ
65212000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6522
83c9cb8e
SM
6523 * textmodes/ispell.el (check-ispell-version):
6524 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6525 of -vv.
6526
8ff06845
KH
65272000-12-16 Kenichi Handa <handa@etl.go.jp>
6528
af4bb4c8
KH
6529 * international/mule-diag.el (mule-diag): Insert information about
6530 configure options, multibyte awareness, language env.
6531
8ff06845
KH
6532 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6533 regexp to search for candidates.
6534
b24e84ab
EZ
65352000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6536
6537 * info.el (Info-forward-node): If the node has an
6538 Info-header-line, widen the buffer before searching for "next:"
6539 and "up:" pointers, and set the search limit to stay in the
6540 current node.
6541
7981d89f
MB
65422000-12-16 Miles Bader <miles@gnu.org>
6543
6544 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6545
88ee7917
MB
65462000-12-15 Miles Bader <miles@gnu.org>
6547
6548 * comint.el (comint-send-string, comint-send-region): Also accept
6549 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6550 process-send-string/region.
6551
0c28d842
GM
65522000-12-15 Gerd Moellmann <gerd@gnu.org>
6553
4ea7fdca
GM
6554 * isearch.el (isearch-lazy-highlight-max): New user-option.
6555 (isearch-lazy-highlight-update): Don't highlight more than
6556 isearch-lazy-highlight-max matches.
6557
0c28d842
GM
6558 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6559
984c9f75 65602000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6561
8062e53a
GM
6562 * sort.el (sort-columns): Fix error message.
6563
3ffa545b
GM
6564 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6565 `upcase' or `downcase' or nil.
6566 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6567 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6568 (dabbrev--substitute-expansion): New arg record-case-pattern.
6569 If it is non-nil, set dabbrev--last-case-pattern.
6570 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6571
6572 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6573
c2d7f289
MB
65742000-12-15 Miles Bader <miles@gnu.org>
6575
b6348438
MB
6576 * paths.el (Info-default-directory-list): Don't delete
6577 configure-info-directory from the list of standard info
83c9cb8e 6578 directories when appending it to the end -- their order is important.
b6348438 6579
f9056dd9
MB
6580 * faces.el (read-face-attribute): If there's no entry for the
6581 user's input in VALID, just use it as-is (this will often result
6582 in an error, but it may be OK for e.g. colors using hexadecimal
6583 notation, and at least will yield a better error message).
6584
c2d7f289 6585 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 6586 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
6587 Variables removed.
6588 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6589 window is really the right size. Use vertical-motion
6590 rather than forward-line.
6591 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6592 (ispell-command-loop, ispell-show-choices): Use the variable
6593 ispell-choices-win-default-height, rather than the function.
6594 (ispell-choices-win-default-height): Function removed.
6595 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 6596
8f530b95
SM
65972000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6598
6599 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6600
6d435deb
EZ
66012000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6602
83c9cb8e
SM
6603 * paths.el (Info-default-directory-list):
6604 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
6605 put it first in the list; otherwise put it last. Doc string
6606 changed accordingly.
6607
6608 * info.el (Info-directory-list): Change doc string to reflect the
6609 change in Info-default-directory-list.
6610
6d435deb
EZ
6611 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6612 windows-nt as windowed environments, even under -nw.
6613
6614 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6615 if not fboundp. Switch delete-forward mode for the <delete> key
6616 on all PC platforms, even under -nw.
6617
6618 * term/internal.el ([M-delete]): Remap to M-d.
6619
9d7d9263
GM
66202000-12-14 Gerd Moellmann <gerd@gnu.org>
6621
6622 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6623
7cf0153a
EZ
66242000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6625
6626 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6627
5e5b3d41
GM
66282000-12-14 Gerd Moellmann <gerd@gnu.org>
6629
5f368d29
GM
6630 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6631 if appropriate.
6632
6633 * simple.el (delete-key-deletes-forward): New user-option.
6634 (delete-key-deletes-forward-mode): New function.
6635
9d7d9263 6636 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 6637
83c9cb8e
SM
6638 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6639 Test if symbol is bound before getting its value.
5e5b3d41
GM
6640
6641 * tooltip.el (tooltip-show): If an error is signaled in
6642 x-show-tip, display that error, and display the help in the
6643 echo area.
ca2ddd8e 6644
191b83b6
KH
66452000-12-14 Kenichi Handa <handa@etl.go.jp>
6646
83c9cb8e
SM
6647 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6648 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 6649
6192b604
KF
66502000-12-13 Karl Fogel <kfogel@red-bean.com>
6651
6652 * bookmark.el: Provide a generic exit hook, as suggested by
6653 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
6654 (bookmark-exit-hook): New var.
6655 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
6656 old raw lambda form in `kill-emacs-hook', and runs new
6657 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6658 as logically that feature must have been provided if this function
6659 is running.
6660 Removed ;;;###autoload before the `add-hook' call.
6661
5edf6b55
SM
66622000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6663
6664 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6665 (easy-menu-current-active-maps): New function.
6666 (easy-menu-get-map): Use it.
6667 Make a proper menu entry when creating a new keymap.
6668
16b5e8e6
KH
66692000-12-13 Kenichi Handa <handa@etl.go.jp>
6670
d49fc4eb
KH
6671 * international/characters.el: Fix cases and syntaxes for
6672 mule-unicode-0100-24ff.
6673
3b53d876
KH
6674 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6675 that a Japanese character is not appended after day and year.
6676
16b5e8e6
KH
6677 * info.el (Info-suffix-list): Change format for a command that
6678 requires arguments.
6679 (info-insert-file-contents): Adjusted for the above change.
6680
1df1c518
AS
66812000-12-12 Andreas Schwab <schwab@suse.de>
6682
6683 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6684 on the name of the tar buffer. Verify that the existing buffer is
6685 visiting the same subfile.
6686
a7a07b98
DL
66872000-12-12 Dave Love <fx@gnu.org>
6688
6689 * subdirs.el: Add obsolete.
6690
4fdbd809
GM
66912000-12-12 Gerd Moellmann <gerd@gnu.org>
6692
bfdb75ee
GM
6693 * mail/rmailsum.el (rmail-summary-expunge)
6694 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6695 instead of rmail-confirm-expunge.
6696
4fdbd809
GM
6697 * replace.el (perform-replace): Don't use an empty match adjacent
6698 to a non-empty match when computing the next match before the
6699 replacement is performed.
6700
e9a59cad
GM
67012000-12-12 Milan Zamazal <pdm@freesoft.cz>
6702
6703 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6704 definition (patch by Stefan Monnier).
6705 (glasses-mode): Use jit-lock instead of `after-change-functions'
6706 (patch by Stefan Monnier).
6707
c2def7a0
MB
67082000-12-12 Miles Bader <miles@gnu.org>
6709
6710 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6711 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6712
591b63b4
AC
67132000-12-12 Andrew Choi <akochoi@i-cable.com>
6714
6715 * term/mac-win.el: Remove load for ls-lisp.
6716
a924cf63 6717 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6718
5ff4ba3d
MB
67192000-12-12 Miles Bader <miles@gnu.org>
6720
6721 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6722 Respect field end too.
6723 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6724 (newline-and-indent, reindent-then-newline-and-indent):
6725 Use `delete-horizontal-space'.
5ff4ba3d 6726
d0c679bc
SM
67272000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6728
adf9c994
SM
6729 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6730 (so as to obey the field property in the minibuffer).
6731
4b0cd42d
SM
6732 * obsolete/c-mode.el: Moved from lisp/progmodes.
6733 * obsolete/auto-show.el: Moved from lisp.
6734 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6735
89f85863
CD
67362000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6737
6738 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6739 changes to list them here.
89f85863 6740
83c9cb8e
SM
6741 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6742 Too many changes to list them here.
89f85863 6743
83c9cb8e
SM
6744 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6745 Too many changes to list them here.
89f85863
CD
6746
6747 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6748
3e0d35ce
GM
67492000-12-11 Gerd Moellmann <gerd@gnu.org>
6750
83c9cb8e 6751 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6752
ca2ddd8e 6753 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6754 Comment fix.
6755
3e0d35ce
GM
6756 * hscroll.el: Moved to `obsolete' subdir.
6757
ff904dd6
MB
67582000-12-11 Miles Bader <miles@gnu.org>
6759
6760 * window.el (window-text-height): Function removed (now in C).
6761
fb97d87f
SM
67622000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6763
6764 * log-edit.el (log-edit-parent-buffer): New var.
6765 (log-edit): Set it. Add BUFFER argument.
6766 (log-edit-done): Use char-before.
6767 Don't bother checking validity of vc-comment-ring.
6768 Only bury the buffer if log-edit popped it up.
6769
6770 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6771 (cvs-mode-diff-help): Remove.
6772 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6773 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6774
6775 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6776 Remove binding for ? now made unnecessary.
6777
7de77417
CD
67782000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6779
83c9cb8e 6780 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6781 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6782
6783 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6784 when master file is not open.
6785
4efa209f
SM
67862000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6787
6788 * progmodes/ada-stmt.el: Update `maintainer'.
6789
b52758d1 67902000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
6791
6792 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6793 choices to match documentation string.
6794
a12167c5
MB
67952000-12-09 Miles Bader <miles@gnu.org>
6796
2161605d
MB
6797 * minibuf-eldef.el: New file.
6798
a12167c5
MB
6799 * window.el (fit-window-to-buffer): Don't pass last argument to
6800 pos-visible-in-window-p, now that its meaning is inverted.
6801
9ea8de1b
EZ
68022000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6803
6804 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6805 <ceder@lysator.liu.se>.
6806
5002ddbb
SM
68072000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6808
b6114d80
SM
6809 * autoinsert.el (auto-insert-alist): Add missing final \n.
6810
ee8d23ee
SM
6811 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6812 (cvs-menu-map): Remove.
6813 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6814 (cvs-mode-quit): Turn it back into a plain function.
6815
5002ddbb 6816 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6817 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6818
6819 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6820 file where it's more visible.
6821 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6822 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6823 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6824 (texinfo-inside-macro-p): Only catch `scan-error's.
6825 (texinfo-inside-env-p): Make better use of the match info.
6826 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6827 (texinfo-insert-@end): Slight re-organization.
6828 Also remove useless `looking-at' call.
6829
30cd075d
AI
68302000-12-08 Andrew Innes <andrewi@gnu.org>
6831
6832 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6833 accessible in -nw mode.
6834
6835 * term/w32-win.el: Remove stuff about selection timeout, which is
6836 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6837 it is accessible in -nw mode.
6838
01b91009
DL
68392000-12-08 Dave Love <fx@gnu.org>
6840
83c9cb8e
SM
6841 * emacs-lisp/lisp-mode.el (lisp-mode):
6842 Set font-lock-keywords-case-fold-search.
01b91009 6843
842b2a94
GM
68442000-12-08 Gerd Moellmann <gerd@gnu.org>
6845
6846 * textmodes/ispell.el (ispell): Doc fix.
6847
f9d5f611
KH
68482000-12-08 Kenichi Handa <handa@etl.go.jp>
6849
6850 * international/quail.el (quail-insert-decode-map): Check the
6851 frame width of a window displaying the current buffer, not that of
6852 the selected frame.
6853 (quail-help): Make sure that the help buffer has window before
6854 inserting text in it.
6855
e04d21aa
SS
68562000-12-07 Sam Steingold <sds@gnu.org>
6857
6858 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6859 Backquote is used in isearch.el, so autoloading saves nothing.
6860
fc3e23a4
EZ
68612000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6862
83c9cb8e
SM
6863 * startup.el (normal-top-level-add-subdirs-to-load-path):
6864 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6865
fc3e23a4
EZ
6866 * dired.el (dired-insert-directory): If file-system-info is
6867 fboundp, call it instead of invoking dired-free-space-program.
6868
796ecd10
GM
68692000-12-07 Gerd Moellmann <gerd@gnu.org>
6870
0f5f7c3e
GM
6871 * server.el (server-visit-files): Push files on file-name-history.
6872
3764ba49
GM
6873 * progmodes/cc-langs.el: Update copyright.
6874
8e7931da
GM
6875 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6876
ae0d7485 6877 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6878
796ecd10
GM
6879 * bindings.el (mode-line-mode-menu): Reverse the order
6880 of define-keys so that the menu appears in alphabetical order.
6881
ae0d7485
GM
68822000-12-07 Milan Zamazal <pdm@freesoft.cz>
6883
6884 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6885 of the function.
6886
e2849090
DL
68872000-12-07 Dave Love <fx@gnu.org>
6888
6889 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6890
6891 * facemenu.el (facemenu-unlisted-faces): Fix value.
6892
5c7f629c
SM
68932000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6894
6895 * font-lock.el (font-lock-default-fontify-region):
6896 Include the terminating \n (off-by-one error).
6897 (font-lock-set-defaults): Use dolist.
6898
6899 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6900
73481ae3
KH
69012000-12-07 Kenichi Handa <handa@etl.go.jp>
6902
83c9cb8e
SM
6903 * international/mule-cmds.el (describe-language-environment):
6904 Fix for the case that an input method title is not string but a list.
ffbaa122 6905
73481ae3
KH
6906 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6907 of wrong SIZE record.
6908
e2896b22
DL
69092000-12-06 Dave Love <fx@gnu.org>
6910
67292061
DL
6911 * newcomment.el (comment-region, comment-dwim): Doc fix.
6912
6913 * textmodes/texinfo.el: Require tex-mode when compiling.
6914 (texinfo-update-node): Doc fix.
6915 (texinfo-imenu-generic-expression): Add @anchor.
6916 (texinfo-font-lock-keywords): Add @uref.
6917 (texinfo-inside-macro-p): Don't use ignore-errors.
6918 (texinfo-insert-quote): Match more contexts.
6919
e76938e7
DL
6920 * international/mule.el (decode-char, encode-char): Doc fix.
6921 (auto-coding-alist): Customize.
6922
6923 * files.el (load-file): Fix change of 2000-03-12.
6924
e2896b22
DL
6925 * wid-edit.el (widget-text-keymap): Doc fix.
6926
6610f4b2
AI
69272000-12-06 Andrew Innes <andrewi@gnu.org>
6928
6929 * makefile.w32-in (lisp): Set to an absolute directory, namely
6930 $(CURDIR).
6931
9e3366e4
EZ
69322000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6933
6934 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6935 read generated-autoload-file, and set buffer-file-coding-system to
6936 raw-text-unix after reading the file.
6937
83c9cb8e
SM
6938 * international/mule-conf.el (file-coding-system-alist):
6939 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 6940
d94d636f
GM
69412000-12-06 Gerd Moellmann <gerd@gnu.org>
6942
384333ee
GM
6943 * replace.el (occur): Make line-number-width 1 smaller for the
6944 colon following the line number.
6945
83c9cb8e
SM
6946 * startup.el (fancy-splash-text, command-line-1):
6947 Use `File' for the menu name instead of `Files'.
e04d21aa 6948
d4b72d58
GM
6949 * tmm.el: Update copyright.
6950
d94d636f
GM
6951 * cus-start.el: Add entry for even-window-heights.
6952
6e424019
MB
69532000-12-06 Miles Bader <miles@gnu.org>
6954
6955 * faces.el (frame-set-background-mode): Avoid stomping on
6956 locally modified faces.
6957
e6477b58
KH
69582000-12-06 Kenichi Handa <handa@etl.go.jp>
6959
6960 * international/fontset.el: Correct the font registries for
6961 japanese-jisx0213-1 and japanese-jisx0213-2.
6962
21999ab9
GM
69632000-12-05 Gerd Moellmann <gerd@gnu.org>
6964
57d6e381
GM
6965 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6966
21999ab9
GM
6967 * iswitchb.el: Update customization commentary.
6968
7422819c
GM
69692000-12-05 Rob Riepel <riepel@Stanford.EDU>
6970
6971 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6972 (tpu-search-highlight): Fixed comparison of overlay end positions.
6973 (tpu-trim-line-ends): Implemented trimming logic locally.
6974
6975 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6976 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6977
73daff18
KH
69782000-12-05 Kenichi Handa <handa@etl.go.jp>
6979
6980 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6981 to cn-gb.
6982 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6983
6a4cd002
DL
69842000-12-04 Dave Love <fx@gnu.org>
6985
6986 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6987
6452929e
GM
69882000-12-04 Gerd Moellmann <gerd@gnu.org>
6989
e04d21aa 6990 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6991 (rmail-summary-expunge-and-save): Ask for confirmation with
6992 rmail-expunge-confirmed.
6993
6994 * mail/rmail.el (rmail-expunge-confirmed): New function.
6995 (rmail-expunge): Use it.
6996
1790abf4
FP
69972000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6998
0c68ce6f 6999 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7000 (etags-recognize-tags-table, find-tag-in-order):
7001 New functionality: interpret file names as tags.
e04d21aa 7002
7a53d8c8
EZ
70032000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7004
7005 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7006 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7007 the first subnode until the bottom of the current node is visible.
7a53d8c8 7008
caa15ef7
GM
70092000-12-04 Gerd Moellmann <gerd@gnu.org>
7010
7011 * format.el (format-decode): Don't change buffer's undo list.
7012
e225faa7
KH
70132000-12-04 Kenichi Handa <handa@etl.go.jp>
7014
7015 * faces.el (face-font-registry-alternatives): Add entries for CJK
7016 fonts. Doc-string adjusted for the actual usage of this data.
7017
7018 * international/fontset.el: Change the font registries for CJK
7019 fonts in the default fontset. Don't append '*' to registries.
7020
8b262a65
SM
70212000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7022
e04d21aa 7023 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7024 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7025
7026 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7027 (derived-mode-p): New function.
7028 (derived-mode-make-docstring): Add `docstring' argument.
7029 Use it if available and complete it if necessary.
7030
33c4460b
AS
70312000-12-03 Andreas Schwab <schwab@suse.de>
7032
7033 * type-break.el (type-break): Don't make parent of itself.
7034
5c9b3fac
MB
70352000-12-03 Miles Bader <miles@gnu.org>
7036
7037 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7038
27ce741e
SM
70392000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7040
07c16ec4
SM
7041 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7042 (tex-main-file, tex-file): Simplify.
7043 (tex-generate-zap-file-name): Use subst-char-in-string.
7044 (tex-strip-dots): Remove.
7045
c19cc275
SM
7046 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7047
27ce741e
SM
7048 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7049 to check if the match succeeded.
7050
285991dc
GM
70512000-12-02 Gerd Moellmann <gerd@gnu.org>
7052
7053 * startup.el (use-fancy-splash-screens-p): New function.
7054 (command-line-1): Use it to determine whether or not to use
7055 a fancy splash screen.
7056
52dca1b2
AS
70572000-12-02 Andreas Schwab <schwab@suse.de>
7058
7059 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7060
d3e7e7cf
EZ
70612000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7062
2dce2360
EZ
7063 * international/mule.el (make-char): Fix last change.
7064
9768eaa7
EZ
7065 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7066 New defcustoms.
7067 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7068 autoloading tex-mode; instead, do the same manually.
7069 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7070 with numeric argument. Docstring fix.
7071 (toplevel): Require cl when compiling.
e04d21aa 7072
285991dc 7073 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7074
0dd5e255
JR
70752000-12-02 Jason Rumney <jasonr@gnu.org>
7076
7077 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7078 the Emacs Lisp manual)
7079
fbb87147
EZ
70802000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7081
5cbb3e93
EZ
7082 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7083
fbb87147
EZ
7084 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7085 the Emacs Lisp manual).
7086
1636ca09
GM
70872000-12-02 Gerd Moellmann <gerd@gnu.org>
7088
7089 * simple.el (next-line-add-newlines): Change default to nil.
7090
68875f0e
EZ
70912000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7092
83c9cb8e
SM
7093 * files.el (revert-buffer, recover-file):
7094 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7095
fd9ac94c
GM
70962000-12-01 Gerd Moellmann <gerd@gnu.org>
7097
7098 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7099
45450dd5
MB
71002000-12-01 Miles Bader <miles@gnu.org>
7101
7102 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7103
09df8881
KH
71042000-12-01 Kenichi Handa <handa@etl.go.jp>
7105
7106 * international/mule-diag.el (describe-char-after): Fix typo.
7107 (describe-character-set, non-iso-charset-alist): Fix typo.
7108
dea0a87d
MB
71092000-12-01 Miles Bader <miles@gnu.org>
7110
b170205b
MB
7111 * image-file.el (image-file-name-regexp): Automatically add
7112 upper-case variants of each filename extension in
7113 `image-file-name-extensions', since they seem to be common.
7114
e04d21aa 7115 * simple.el (minibuffer-contents)
dea0a87d
MB
7116 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7117 New functions.
7118 * filecache.el (file-cache-directory-name)
7119 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7120
eb04d6cd 71212000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7122
dea0a87d
MB
7123 * filecache.el (file-cache-minibuffer-complete): Don't try to
7124 delete the minibuffer prompt.
7125
a8a1b05d
DL
71262000-11-30 Dave Love <fx@gnu.org>
7127
7128 * cus-start.el: Fix read-buffer-function type.
7129
693c4692
GM
71302000-11-30 Gerd Moellmann <gerd@gnu.org>
7131
7132 * md5.el: Removed. There's a built-in function, now.
7133
2c0b1898
GM
71342000-11-30 Markus Rost <rost@math.ohio-state.edu>
7135
7136 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7137 as dummy 0-th char of rmail-deleted-vector.
7138
63dfcf4b
EZ
71392000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7140
7141 * ps-print.el (ps-end-job): Bind case-fold-search only after
7142 switching to ps-spool-buffer.
7143
71442000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7145
7146 * ps-print.el: Line number font customization. PostScript: Lines and
7147 PageCount are initialized on each page. Doc Fix.
7148 (ps-print-version): New version number (6.3.2).
7149 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7150 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7151 (ps-right-header): Customization fix.
7152 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7153 Fix code.
7154 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7155 New vars.
7156
df3aedcf
GM
71572000-11-30 Gerd Moellmann <gerd@gnu.org>
7158
edfb795e
GM
7159 * bs.el: Fix typos and spelling errors.
7160 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7161 (bs-configuration): Doc fix.
e04d21aa 7162
df3aedcf
GM
7163 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7164
8b8a7f01
GM
71652000-11-30 Rob Riepel <riepel@Stanford.EDU>
7166
7167 * emulation/tpu-edt.el (tpu-version): New version.
7168 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7169 (tpu-original-mode-line): Variable deleted.
7170 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7171 (tpu-set-mode-line): Don't redefine mode-line-format.
7172 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7173 (tpu-update-mode-line): New mark flag logic.
7174 (tpu-get): Use find-file-wildcards.
7175 (tpu-search-highlight): Move overlay less, reset overlay properly.
7176 (tpu-unselect): Deactivate mark.
7177 (tpu-lm-replace): Reset overlay properly.
7178 (tpu-forward-line): Use forward-visible-line.
7179 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7180
83c9cb8e 7181 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7182
c069a9d3
GM
71832000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7184
7185 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7186
b02cd40b
GM
71872000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7188
7189 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7190 and skip whitespace and newlines.
e04d21aa 7191
b7a90344
SM
71922000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7193
7194 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7195
be6bbb55
GM
71962000-11-29 Gerd Moellmann <gerd@gnu.org>
7197
0383ed60
GM
7198 * help.el (describe-function-1): Regexp-quote function name
7199 when used as part of a regexp.
7200
83c9cb8e
SM
7201 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7202 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7203 (tool-bar-add-item): Likewise, and handle unspecified colors.
7204
7205 * enriched.el (enriched-face-ans): Use face-attribute instead
7206 of face-foreground and face-background.
7207
7208 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7209 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7210
7423978d
GM
7211 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7212
ef128c78
GM
7213 * play/5x5.el: Remove version info.
7214
a81fc510
GM
7215 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7216
be6bbb55
GM
7217 * frame.el (blink-cursor-mode): Doc fix.
7218
f9396e03
GM
72192000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7220
7221 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7222 to create Makefile rules.
7223 (antlr-tool-command): New user option.
7224 (antlr-ask-about-save): New user option.
7225 (antlr-makefile-specification): New user option.
7226 (antlr-file-formats-alist): New variable.
7227 (antlr-special-file-formats): New variable.
7228 (antlr-unknown-file-formats): New user option.
7229 (antlr-help-unknown-file-text): New variable.
7230 (antlr-help-rules-intro): New variable.
7231 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7232 (antlr-mode-menu): Add entries.
7233 (antlr-file-dependencies): New function.
7234 (antlr-directory-dependencies): New function.
7235 (antlr-superclasses-glibs): New function.
7236 (antlr-run-tool): New command.
7237 (antlr-makefile-insert-variable): New function.
7238 (antlr-insert-makefile-rules): New function.
7239 (antlr-show-makefile-rules): New command.
7240
7241 * antlr-mode.el: More Emacs/XEmacs stuff.
7242 (antlr-no-action-keywords): New constant with value nil.
7243 (antlr-font-lock-keywords-alist): Use it. Old value would break
7244 syntax highlighting in Emacs-21.0.
7245 (antlr-default-directory): Emacs/XEmacs dependend function.
7246 (antlr-read-shell-command): Ditto.
7247 (antlr-with-displaying-help-buffer): Ditto.
7248
72492000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7250
7251 * antlr-mode.el: imenu, parsing and highlighting changes.
7252 (antlr-imenu-create-index-function): Don't create extra submenus
7253 for definitions in different grammar classes. It is not necessary
7254 for the menu and would make command `imenu' awkward to use.
7255 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7256 header actions and more than one.
7257 (antlr-font-lock-tokendef-face): Changed color.
7258 (antlr-font-lock-tokenref-face): Changed color.
7259 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7260 (antlr-mode-syntax-table): New variable.
7261 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7262 (antlr-with-syntax-table): Don't copy syntax table.
7263
72642000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7265
7266 * antlr-mode.el: Minor changes: language setting.
7267 (antlr-language-alist): The value for file option "language" can
7268 be both an identifier and a string.
7269 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7270 (antlr-language-limit-n-regexp): Change accordingly.
7271
72722000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7273
7274 * antlr-mode.el: Minor changes: tabs, hiding.
7275 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7276 (antlr-action-visibility): Also allow value nil to also hide the
7277 braces. Renamed from `antlr-tiny-action-length'.
7278 Suggested by Jay@aol.com.
7279 (antlr-hide-actions): Change accordingly. Hide line if completely
7280 hidden action is on a line of its own.
e04d21aa 7281
6ad948eb
SM
72822000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7283
7284 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7285
7286 * sort.el (sort-columns): Don't concat strings with numbers.
7287
9c6a4107
DL
72882000-11-29 Dave Love <fx@gnu.org>
7289
7290 * cus-edit.el (face): Fix :format.
7291
7292 * mail/feedmail.el: Require smtpmail when compiling.
7293 (mail-do-fcc): Autoload.
7294 (feedmail) <defgroup>: Fix :link.
7295 (feedmail-nuke-body-in-fcc): Fix :type.
7296 (feedmail-send-it): Add autoload cookie.
7297
053b8d35
SM
72982000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7299
7300 * newcomment.el (comment-indent): Save excursion around call to
7301 comment-indent-function.
7302
242c13e8
MB
73032000-11-29 Miles Bader <miles@gnu.org>
7304
7305 * subr.el (member-ignore-case): Return the tail of the list who's
7306 car matches, like `member', not the matching element itself.
7307
8f4b5f28
KH
73082000-11-29 Kenichi Handa <handa@etl.go.jp>
7309
7310 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7311 should not contain `\n'.
7312
bebe4a2c
GM
73132000-11-28 Gerd Moellmann <gerd@gnu.org>
7314
fd9ac94c 7315 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7316
ba7e40eb
GM
7317 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7318
75ab0c79
GM
7319 * dired-aux.el (dired-do-create-files): Construct default file
7320 name for dired-mark-read-file-name so that when the user enters
7321 just RET, the target file will end up in the target directory.
7322
bebe4a2c
GM
7323 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7324 local-abbrev-table before changing buffers because it might
7325 have a buffer-local binding.
7326
fa6d1ca8
MB
73272000-11-28 Miles Bader <miles@gnu.org>
7328
7329 * simple.el (delete-horizontal-space): Handle fields more generally.
7330
8d2c2642
GM
73312000-11-28 Gerd Moellmann <gerd@gnu.org>
7332
7333 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7334
8b31236d
DL
73352000-11-28 Dave Love <fx@gnu.org>
7336
3cbd02d2
DL
7337 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7338 comment-start-skip locally.
7339
8b31236d
DL
7340 * progmodes/fortran.el (fortran-mode): Don't set
7341 fortran-comment-line-start-skip. Set comment-start to
7342 fortran-comment-line-start.
7343 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7344 (fortran-comment-line-start-skip): Simplify slightly.
7345
ae4bf56d
GM
73462000-11-28 Gerd Moellmann <gerd@gnu.org>
7347
17ef7534
GM
7348 * play/5x5.el: Remove RCS keyword.
7349
fd9ac94c 7350 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7351
665b27a6
GM
73522000-11-28 Milan Zamazal <pdm@freesoft.cz>
7353
83c9cb8e
SM
7354 * textmodes/tildify.el (tildify-string-alist):
7355 Add `plain-tex-mode' here.
665b27a6 7356
fe3c2ae3
GM
73572000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7358
7359 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7360 reference.
7361
d970106b
MB
73622000-11-28 Miles Bader <miles@gnu.org>
7363
36b80a0d
MB
7364 * cus-face.el (custom-face-attributes): Add post-filter function
7365 for :box. Make pre-filter function for :box handle all cases.
7366
d970106b
MB
7367 * wid-edit.el (widget-choose): Make sure pop-up window is large
7368 enough to display all the choices, as there's no way to scroll it.
7369
5a2bae6c
KH
73702000-11-28 Kenichi Handa <handa@etl.go.jp>
7371
7372 * international/mule-conf.el: Make the coding system no-conversion
7373 safe for all characters.
7374
9e836e23
DL
73752000-11-27 Dave Love <fx@gnu.org>
7376
8b31236d
DL
7377 * net/ldap.el (ldap) <defgroup>: Add :version.
7378
9e836e23
DL
7379 * tooltip.el (tooltip-use-echo-area): Doc fix.
7380
7381 * cus-start.el <minibuffer-prompt-properties>: Add version.
7382 <read-buffer-function>: Add.
7383
7384 * apropos.el (apropos-print): Add help-echo to active text.
7385
7386 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7387
4a74d071
GM
73882000-11-27 Gerd Moellmann <gerd@gnu.org>
7389
7390 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7391 type, group and version.
7392
76058c27
EZ
73932000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7394
4a74d071 7395 * select.el (x-get-selection): Docstring fix.
76058c27 7396
fd9ac94c 73972000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7398
fd9ac94c 7399 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7400
49060c51
AI
74012000-11-27 Andrew Innes <andrewi@gnu.org>
7402
7403 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7404
7405 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7406
b2a8e429
MB
74072000-11-27 Miles Bader <miles@gnu.org>
7408
7409 * dired.el (dired-get-filename): Return filename verbatim if
7410 LOCALP is `verbatim'.
7411 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7412 `verbatim' so that we don't inadvertently delete a non-existant
7413 directory name.
7414
5ac0366d
KH
74152000-11-27 Kenichi Handa <handa@etl.go.jp>
7416
7417 * international/characters.el: Specify cases and syntaxes for
7418 mule-unicode-0100-24ff.
7419
67f1cf4c
GM
74202000-11-27 Gerd Moellmann <gerd@gnu.org>
7421
7422 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7423 that foreground and/or background colors of the face `tool-bar'
7424 are unspecified.
7425
46c56972
MB
74262000-11-27 Miles Bader <miles@gnu.org>
7427
e04d21aa 7428 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7429 (widget-field-end): Handle widget field `pseudo-overlays'.
7430 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7431 if it's there instead of in `widget-field-list'.
7432
46c56972 7433 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7434 (help-make-xrefs): Delete extraneous newlines at the end of the
7435 docstring.
46c56972 7436
640a9cdd
JR
74372000-11-25 Jason Rumney <jasonr@gnu.org>
7438
7439 * startup.el (command-line): Call set-locale-environment after
7440 Window System init file is read, as it can result in a call to
7441 redraw-frame.
7442
0b3f96d4
EZ
74432000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7444
7445 * simple.el (shell-command): Mention the effect of the prefix
7446 argument in the doc string.
7447
8da6e2a1
MB
74482000-11-25 Miles Bader <miles@gnu.org>
7449
a658d039
MB
7450 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7451
8da6e2a1 7452 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7453 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7454
d3416cca
JR
74552000-11-24 Jason Rumney <jasonr@gnu.org>
7456
7457 * international/mule-cmds.el (locale-language-names): Add "jp" as
7458 a non-standard alternative for Japanese.
7459
17e37f53
AS
74602000-11-24 Andre Spiegel <spiegel@gnu.org>
7461
7462 * vc-hooks.el: Require 'cl during compilation.
7463
9aa5f148
GM
74642000-11-24 Gerd Moellmann <gerd@gnu.org>
7465
ba193890
GM
7466 * faces.el (face-set-after-frame-default): Let face attributes
7467 specified for new frames override frame parameters.
7468
9aa5f148
GM
7469 * startup.el (command-line): Fix computation of the source file
7470 for user-init-file when user-init-file is a compiled file.
7471
51a1edab
MB
74722000-11-24 Miles Bader <miles@gnu.org>
7473
e04d21aa 7474 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7475 (custom-post-filter-face-spec): New functions.
7476 (custom-face-set, custom-face-value-create): Filter the face spec
7477 before and after customization.
7478 (custom-face-set): If VALUE specifies a null face, pass a
7479 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7480 * cus-face.el (custom-face-attributes): Remove SET and GET
7481 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7482 cases they're needed.
7483
1ed74431
MB
7484 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7485 that it's distinguishable from the :off-glyph on dark-background
7486 displays. Set its background color too.
7487
67ee1125
MB
7488 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7489 so that people can easily turn it off.
7490
7d027816 74912000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7492
7d027816 7493 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7494
9aa5f148 7495 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7496
9aa5f148 7497 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7498
9aa5f148 7499 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7500 redundant skip-small-frames test.
e04d21aa 7501
9aa5f148 7502 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7503 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7504
9aa5f148
GM
7505 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7506 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7507 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7508 New functions.
e04d21aa 7509
9aa5f148 7510 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7511
9aa5f148 7512 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7513
f07fa1b8
KH
75142000-11-24 Kenichi Handa <handa@etl.go.jp>
7515
83c9cb8e
SM
7516 * international/mule-diag.el (list-iso-charset-chars):
7517 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7518 (list-non-iso-charset-chars): Fix the `while' condition.
7519
ba8299ff
SM
75202000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7521
79372165
SM
7522 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7523 if the variable is make-variable-buffer-local.
7524
83c9cb8e
SM
7525 * progmodes/ada-stmt.el (ada-template-map):
7526 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7527 (ada-stmt-mode-hook): New function extracted from old code.
7528 Only change the buffer-local side of skeleton-*.
7529 (ada-mode-hook): Use it.
7530
68a887fa
EZ
75312000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7532
7533 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7534 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7535 we expect to be returned by minibuffer-depth once we prompt the
7536 user in the minibuffer.
7537 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7538 as recorded in iswitchb-minibuf-depth, return non-nil.
7539
3b345582
EZ
75402000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7541
7542 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7543 (hscroll-window-maybe): Docstring fix.
7544
595dead2
DL
75452000-11-23 Dave Love <fx@gnu.org>
7546
7547 * rect.el (string-rectangle): Don't test delete-selection-mode.
7548
1e66b27a
GM
75492000-11-23 Gerd Moellmann <gerd@gnu.org>
7550
02790ce2
GM
7551 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7552 is in the tool bar.
7553
1e66b27a 7554 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7555 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7556
a4caa65d
SM
75572000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7558
7559 * textmodes/outline.el (outline-flag-region):
7560 Don't bind inhibit-read-only since we don't modify the buffer.
7561 (outline-isearch-open-invisible): Don't jump to overlay-start
7562 since we're trying to unhide text around point.
7563 (outline-discard-overlays): Use dolist.
7564
7565 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7566
03e757c1
GM
75672000-11-22 Gerd Moellmann <gerd@gnu.org>
7568
83c9cb8e 7569 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 7570
1598a961
SM
75712000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7572
7573 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7574 Fix ARG regexp to skip quoted braces.
7575 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7576 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7577 are (correctly) handled separately).
7578 Remove `caption' and `footnote' from `citations': they contain text.
7579 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7580 (latex-skeleton-end-hook): New function.
7581 (latex-mode): Use it.
7582 (tex-start-tex-marker): Remove.
7583 (tex-send-tex-command): Don't set tex-start-tex-marker.
7584 (tex-error-parse-syntax-table): New var.
7585 (tex-compilation-parse-errors): Use it.
7586 Ignore tex-start-tex-marker. Don't bother with marker-position.
7587 (tex-validate-buffer): Don't bother with marker-position.
7588
7589 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 7590 (flyspell-generic-progmode-verify): Use it.
1598a961 7591
eaae8106
SS
75922000-11-22 Sam Steingold <sds@gnu.org>
7593
83c9cb8e 7594 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 7595
eaae8106 7596 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 7597 `ada-remove-trailing-spaces'.
eaae8106 7598 (ada-remove-trailing-spaces): Removed.
e04d21aa 7599
eaae8106 7600 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 7601
1598a961
SM
7602 * textmodes/picture.el (picture-clean): Removed.
7603 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 7604
a41d49e9
GM
76052000-11-22 Gerd Moellmann <gerd@gnu.org>
7606
e053c60f
GM
7607 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7608
a41d49e9
GM
7609 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7610 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 7611 do anything special when jit-lock is active.
a41d49e9
GM
7612 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7613
197615f3
DL
76142000-11-22 Dave Love <fx@gnu.org>
7615
ddbfaa9f
DL
7616 * calendar/todo-mode.el (todo-top-priorities): Use
7617 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7618
ddc3c695
DL
7619 * language/chinese.el, language/cyrillic.el:
7620 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7621 * language/hebrew.el, language/indian.el, language/japanese.el:
7622 * language/korean.el, language/lao.el, language/misc-lang.el:
7623 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7624 Use provide.
7625
fb9fa98d
DL
7626 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7627 (custom-variable-set): Improve validation error mesage.
7628
197615f3
DL
7629 * rect.el (string-rectangle): Revert last change.
7630 (string-rectangle-line): New arg DELETE.
7631 (string-rectangle): Check delete-selection-mode.
7632
7633 * emacs-lisp/edebug.el (edebug-version)
7634 (edebug-maintainer-address): Deleted.
7635 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7636 (edebug-read-function): Account for other `'#' read forms.
7637 (edebug-mode-menus): Make some items toggles.
7638 (edebug-outside-unread-command-event, unread-command-event):
7639 Remove these to avoid warnings.
7640
f4117c4d
GM
76412000-11-22 David Ponce <david@dponce.com>
7642
7643 * recentf.el (recentf-menu-items-for-commands)
7644 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 7645 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 7646
f4117c4d
GM
7647 (recentf-build-dir-rules, recentf-dump-variable)
7648 (recentf-edit-list, recentf-open-files-item)
7649 (recentf-open-files): Replaced unnecessary `mapcar' with new
7650 built-in `mapc'.
eaae8106 7651
f8e2f3f2
MB
76522000-11-23 Miles Bader <miles@gnu.org>
7653
7654 * faces.el (menu): Make inverse-video on ttys too.
7655
4c4a541d
SM
76562000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7657
7658 * simple.el (comment-line-break-function): Use the new name
7659 indent-new-comment-line -> comment-indent-new-line.
7660 (clone-indirect-buffer): Don't ignore NORECORD.
7661 (next-completion): Properly handle the case where items are adjacent.
7662
7663 * mouse.el (popup-menu): Stupid typo.
7664
980d836e
GM
76652000-11-22 Gerd Moellmann <gerd@gnu.org>
7666
60e8e0a5
GM
7667 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7668 maintainer, keywords tags.
7669
980d836e
GM
7670 * rect.el (replace-rectangle): Don't call string-rectangle-line
7671 with too many arguments.
7672
e08b2069
AS
76732000-11-22 Andre Spiegel <spiegel@gnu.org>
7674
60e8e0a5 7675 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7676 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7677 vc-locking-user, which no longer exists.
7678
7679 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7680
c6779d8d
DL
76812000-11-22 Dave Love <fx@gnu.org>
7682
7683 * md5.el (md5): Provide.
7684 (md5): Fix error call.
7685
e672fdce
MB
76862000-11-22 Miles Bader <miles@gnu.org>
7687
eaae8106 7688 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7689 (refill-fill-paragraph-at): Remove debugging code.
7690
80e24c04
MB
7691 * calendar/calendar.el (generate-calendar-window): When we don't
7692 call `fit-window-to-buffer', make sure the top line is fully visible.
7693
3a17d6cc
MB
7694 * image-file.el (insert-image-file): Don't make `read-only'
7695 property rear-nonsticky.
7696
ae1a21c6
MB
7697 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7698 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7699 stashing away its original value.
7700 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7701 in the recursive edit.
7702 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7703 (isearch-done): Restore `minibuffer-message-timeout'.
7704
e672fdce
MB
7705 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7706
3ea79df8
SM
77072000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7708
7709 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7710
7711 * find-lisp.el (find-lisp-find-files-internal):
7712 Use dolist, when and file-name-as-directory.
7713
980d836e 7714 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7715 (define-derived-mode, define-minor-mode): Add specs.
7716
7717 * window.el: General comment and spacing fixes.
7718 (save-selected-window): Use backquotes.
7719 (window-safely-shrinkable-p): New function.
7720 (shrink-window-if-larger-than-buffer): Use it.
7721
7722 * subr.el (make-local-hook): Docstring fix.
7723
7724 * shell.el (shell-mode): Use define-derived-mode.
7725
7726 * newcomment.el (comment-indent): Insert comment before calling
7727 comment-indent-function. Don't insert in column 0.
7728 (comment-dwim): Indent before inserting comment.
7729
7730 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7731 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7732 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7733 Use mapc rather than map.
7734
7735 * files.el (find-buffer-visiting): Compare all attributes before
7736 declaring two files identical (rather than just their inode-no).
7737 (auto-mode-alist): Use \' rather than $.
7738
7739 * which-func.el: Update maintainer line.
7740
7741 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7742 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7743 (uniquify-buffer-file-name): Use it.
7744
8f62f2b8
MB
77452000-11-22 Miles Bader <miles@gnu.org>
7746
7747 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7748 * simple.el (minibuffer-avoid-prompt): New function.
7749
fb279a6d
GM
77502000-11-21 Gerd Moellmann <gerd@gnu.org>
7751
7752 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7753
867092e9
MB
77542000-11-21 Miles Bader <miles@gnu.org>
7755
ef860850
MB
7756 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7757 inclusion of `track-mouse'.
7758
867092e9
MB
7759 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7760 (refill-adjust-ignorable-overlay): New function.
7761 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7762 only the paragraph's tail if possible.
7763 Update `refill-ignorable-overlay'.
7764 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7765
7766 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7767 point inside the fill-prefix.
7768
7769 * textmodes/refill.el (refill-post-command-function): Don't reset
7770 refill-doit in the case where a self-insertion command doesn't
7771 case a refill. Use `refill-fill-paragraph-at', getting position
7772 from `refill-doit'.
7773 (refill-after-change-function): Set `refill-doit' to END.
7774 (refill-fill-paragraph-at): New function, mostly from old
7775 refill-fill-paragraph.
7776 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7777 (refill-pre-command-function): New function.
7778 (refill-mode): Add it to `pre-command-hook'.
7779
ff9ab414
GM
77802000-11-20 Gerd Moellmann <gerd@gnu.org>
7781
29a01b72
GM
7782 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7783
ff9ab414
GM
7784 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7785 javadoc tags.
eaae8106 7786
885b211b
AS
77872000-11-20 Andre Spiegel <spiegel@gnu.org>
7788
7789 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7790 vc.el).
7791
eaae8106 7792 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7793 require vc.
eaae8106
SS
7794
7795 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7796 checkouts.
eaae8106 7797
d1838556
DL
77982000-11-20 Dave Love <fx@gnu.org>
7799
7800 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7801
2b69bc11 78022000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7803
2b69bc11
GM
7804 * calculator.el (calculator-paste): Use `if' instead of `and'
7805 and `or'.
7806 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7807
b95b34e5
GM
78082000-11-19 Gerd Moellmann <gerd@gnu.org>
7809
030de92f
GM
7810 * info.el (info-menu-5): Doc fix.
7811
b95b34e5
GM
7812 * textmodes/artist.el: New file.
7813
54970452
AS
78142000-11-19 Andre Spiegel <spiegel@gnu.org>
7815
eaae8106 7816 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7817 and differentiate according to checkout model.
7818 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7819 since this function is only concerned with master state.
7820
83c9cb8e
SM
7821 * vc-hooks.el (vc-workfile-unchanged-p)
7822 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7823
83c9cb8e
SM
7824 * vc.el (vc-workfile-unchanged-p)
7825 (vc-default-workfile-unchanged-p): See above.
54970452 7826
e5a9dabf
MB
78272000-11-19 Miles Bader <miles@gnu.org>
7828
7829 * image-file.el (insert-image-file): Make `intangible' and
7830 `read-only' properties rear-nonsticky too.
7831
24127af0
GM
78322000-11-18 Gerd Moellmann <gerd@gnu.org>
7833
d392e9c5 7834 * ps-print.el: Update copyright notice.
eaae8106 7835
d392e9c5
GM
7836 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7837 (tooltip-show): Use the offsets.
7838
24127af0 7839 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7840 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7841 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7842
2b69bc11 78432000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7844
2b69bc11
GM
7845 * ps-print.el (toplevel): Test for find-coding-system being
7846 fboundp before calling ps-x-find-coding-system.
08ea6f17 7847
66321b2f
SM
78482000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7849
7850 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7851 (vc-version-backup-file): Docstring fix.
7852
046110c6
GM
78532000-11-16 Gerd Moellmann <gerd@gnu.org>
7854
4104194e
GM
7855 * files.el (basic-save-buffer): Don't add a newline if
7856 find-file-literally is non-nil.
7857 (find-file-literally): Extend doc string.
7858
046110c6
GM
7859 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7860 sort(1) with the `-f' argument.
7861
6505c16e
AS
78622000-11-16 Andre Spiegel <spiegel@gnu.org>
7863
fd063975
AS
7864 * vc.el: Updated backend documentation.
7865 (vc-default-check-headers): New function.
7866
3d02dd81 7867 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7868
7869 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7870 up-to-date.
eaae8106 7871 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7872 the minibuffer is not active.
fd063975 7873
eaae8106 7874 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7875 `vc-cvs-use-edit' is on.
eaae8106
SS
7876 (vc-cvs-checkout): When this is used for reverting the workfile,
7877 make a backup of the original contents and revert to that in case
8791d617 7878 of error.
eaae8106 7879 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7880 remote repositories.
eaae8106 7881
6505c16e
AS
7882 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7883 for both version and ratio in the minibuffer.
fd063975 7884
eaae8106 7885 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7886 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7887
a13f0660
KH
78882000-11-16 Kenichi Handa <handa@etl.go.jp>
7889
7890 * international/quail.el (quail-start-translation): Don't call
7891 `message' before reading key sequence.
7892
1389a414
MB
78932000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7894
7895 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7896
9256a532
KH
78972000-11-16 Kenichi Handa <handa@etl.go.jp>
7898
7899 * window.el (fit-window-to-buffer): Be sure to acquire at least
7900 one text line even if the buffer is empty.
7901
0e14fe9f
GM
79022000-11-16 Gerd Moellmann <gerd@gnu.org>
7903
eaae8106 7904 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
7905 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7906 Bind ange-ftp-process-verbose to nil.
0e14fe9f 7907
da645c53
DL
79082000-11-15 Dave Love <fx@gnu.org>
7909
83c9cb8e
SM
7910 * wid-edit.el (widget-specify-field, widget-specify-button):
7911 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
7912 widget-mouse-help.
7913 (widget-mouse-help): New function.
7914 (widget-echo-help): Rewritten for :help-echo functions only taking
7915 a widget arg.
7916
83c9cb8e
SM
7917 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7918 Use display-graphic-p.
b12057b9
DL
7919 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7920 and that JPEG is available.
7921 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7922
da645c53
DL
7923 * international/mule-cmds.el (locale-charset-language-names):
7924 Match @euro.
7925
6d133d1f
GM
79262000-11-15 Gerd Moellmann <gerd@gnu.org>
7927
83c9cb8e
SM
7928 * faces.el (face-set-after-frame-default):
7929 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
7930 default face from X resources.
7931
49ac2ac5
EZ
79322000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7933
7934 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7935 Don't set EMACSLOADPATH.
7936
4fb0a34c
EZ
79372000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7940 texinfo-insert-@url.
7941 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7942 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7943
bb304a7a
SM
79442000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7945
82bc80bf
SM
7946 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7947 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7948 (checkdoc-minor-keymap): Backward compatibility.
7949 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7950 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7951 (checkdoc-this-string-valid-engine): Be a bit more strict
7952 to avoid matching substrings of `...' quoted vars/funs.
7953 (checkdoc-defun-info): Only look for `interactive' if alone.
7954 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7955
e8c87124
SM
7956 * progmodes/compile.el (grep): `tag-default' can be nil.
7957
bb304a7a
SM
7958 * newcomment.el (comment-indent): Paren typo.
7959
8628686a
DL
79602000-11-14 Dave Love <fx@gnu.org>
7961
25c269ef
DL
7962 * calculator.el: New maintainer version.
7963
66321b2f 7964 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7965
8628686a
DL
7966 * cmuscheme.el: Doc fixes.
7967 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7968 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7969
7970 * xscheme.el (scheme-program-name): Don't define here.
7971
7972 * progmodes/scheme.el (scheme-program-name): New variable
7973 (originally in cmuscheme).
7974
88f0a1eb
MB
79752000-11-14 Miles Bader <miles@gnu.org>
7976
7977 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7978 Handle header-lines. Don't loop forever if we can't enlarge the
7979 window anymore. Simplify a bit.
7980
cd9a000c
KH
79812000-11-14 Kenichi Handa <handa@etl.go.jp>
7982
7983 * window.el (fit-window-to-buffer): Don't check
7984 window-text-height. Assure that the last line is fully visible.
7985
83c9cb8e
SM
7986 * international/quail.el (quail-show-guidance-buf):
7987 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7988 buffer.
7989 (quail-update-guidance): Avoid making the guidance buffer shorter.
7990
d3fcda22
SM
79912000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7992
bdbd9606
SM
7993 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7994 rather than `prepend' and add an interesting comment.
7995 (tex-math-face, tex-font-lock-syntactic-face-function):
7996 New face and function to use it.
7997 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7998 than `menu-enable' symbol property.
7999 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8000 (tex-mode): Add some latex-mode commands for auto-selection.
8001 Use tex-font-lock-syntactic-face-function.
8002 (tex-insert-quote): Simplify.
8003 (tex-shell): New mode.
8004 (tex-start-shell): Use it.
8005 (tex-shell-proc, tex-shell-buf): New functions.
8006 (tex-send-command): Use it.
8007 (tex-main-file): Fix the meaning of the new arg REALFILE.
8008 (tex-send-tex-command): New function split from `tex-start-tex'.
8009 Set compilation-last-buffer and compilation-parsing-end.
8010
d3fcda22
SM
8011 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8012 when it follows non-comment text on the line.
8013
8014 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8015 Set font-lock-defaults.
8016 (lisp-mode-shared-map): Init inside the defvar.
8017 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8018 Use define-derived-mode.
8019
bdab1d43
MB
80202000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8021
8022 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8023
936ae731
GM
80242000-11-14 Gerd Moellmann <gerd@gnu.org>
8025
83c9cb8e
SM
8026 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8027 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8028 recursion; see comment there.
8029
1695ca2b
EZ
80302000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8031
8032 * faces.el (face-spec-set-match-display): Revert the change from
8033 2000-10-24. Add a FIXME for after v21.1.
8034
9d348294
MB
80352000-11-13 Miles Bader <miles@gnu.org>
8036
8037 * textmodes/fill.el (skip-line-prefix): New function.
8038 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8039 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8040 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8041 point inside the fill-prefix.
9d348294 8042
b85fa13c
MB
80432000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8044
83c9cb8e
SM
8045 * calendar/calendar.el (generate-calendar-window):
8046 Use `fit-window-to-buffer'.
b85fa13c 8047
a0b47716
SM
80482000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8049
8050 * gud.el (gud-minor-mode): New var.
8051 (gud-symbol, gud-val): New functions.
8052 (gud-find-file): Copy gud-minor-mode to the new buffer.
8053 (gud-menu-map): Include entries for commands that are not always
8054 available, using :enable to (de)activate them.
8055 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8056 (gud-mode-map): New map.
eaae8106 8057 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8058 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8059 Don't set up gud's menu (it's done by the minor-mode).
8060 (gud-minibuffer-local-map): New.
8061 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8062 (gud-query-cmdline): New function.
8063 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8064 (gud-mode): Use define-derived-mode.
8065 Don't set up gud's menu (it's done by the minor-mode).
8066 (gud-chop-words): Remove.
8067 (gud-common-init): Use split-string instead.
8068 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8069
8070 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8071 Add keyword arg :name.
8072
8073 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8074 (diff-count-matches, diff-split-hunk): New functions.
8075 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8076
8077 * pcvs-info.el (cvs-fi-conflict-face): New var.
8078
8079 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8080 Make it into a simple syntax-table, shared among all submodes.
8081 (sh-heredoc-face): Re-introduce.
8082 (sh-font-lock-syntactic-face-function): New function.
8083 (sh-mode): Use it. Also use define-derived-mode.
8084 Remove old bogus setting of indent-region-function.
8085 (sh-set-shell): Don't set the syntax-table any more.
8086 (sh-mode-syntax-table) <defun>: Remove.
8087
f5ed37df
MB
80882000-11-12 Miles Bader <miles@gnu.org>
8089
8090 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8091 message if interactive.
8092
0b074c2f
DL
80932000-11-12 Dave Love <fx@gnu.org>
8094
8095 * mail/feedmail.el: Fix header,
8096 (feedmail) <defgroup>: Add :link.
8097
8098 * view.el: Use local-map property, not keymap on mode-line string.
8099
83c9cb8e
SM
8100 * scroll-all.el (scroll-all-mode): Customize variable.
8101 Add autoload cookie to function.
0b074c2f
DL
8102
8103 * lazy-lock.el: Remove compatibility code.
8104
8105 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8106 (finder-help-echo): New variable.
8107 (finder-mouse-face-on-line): Add help-echo stuff.
8108 (finder-list-keywords, finder-list-matches): Use mapc.
8109
8110 * faces.el (face-font-registry-alternatives): Add :version.
8111
8112 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8113 tags-table-list.
8114
a0b47716 8115 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8116
a0b47716 8117 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8118 (mail-mode): Use [:alnum:] in some regexps.
8119
6d502396
DL
81202000-11-10 Dave Love <fx@gnu.org>
8121
8122 * ediff.el (ediff-regions-internal, ediff-documentation):
8123 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8124 fundamental mode.
8125
8126 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8127 buffer into fundamental mode.
8128 (ediff-set-difference): Use copy-sequence if available.
8129
83c9cb8e
SM
8130 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8131 Check ediff-patch-map non-nil.
6d502396
DL
8132 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8133 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8134 buffer into fundamental mode.
8135
8136 * ediff-merg.el (state-or-merge): Defvar when compiling.
8137
a82fe213
JR
81382000-11-10 Jason Rumney <jasonr@gnu.org>
8139
8140 * w32-fns.el (w32-add-charset-info): New function.
8141 (w32-charset-info-alist): Use it.
8142
52d89894
GM
81432000-11-10 Gerd Moellmann <gerd@gnu.org>
8144
8145 * faces.el (face-font-registry-alternatives): New user-option.
8146
178932de
SM
81472000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8148
d7fa3319
SM
8149 * textmodes/texinfo.el (texinfo-block-default): New var.
8150 (texinfo-insert-block): Use it. Insert a newline if needed.
8151
178932de
SM
8152 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8153 (fill-region-as-paragraph): Use it.
8154
8155 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8156 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8157 Tweak paragraph regexps to allow a leading [ \t]*.
8158 (tex-latex-block): Insert a newline if necessary.
8159 (latex-insert-item): Only insert a newline if necessary.
8160 (tex-guess-main-file): New function.
8161 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8162 Set tex-main-file if TeX-master is provided.
8163 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8164
bd02b8e0
GM
81652000-11-10 Gerd Moellmann <gerd@gnu.org>
8166
8167 * startup.el (command-line): Set the default tooltip-mode
8168 to t for graphical displays which implement x-show-tip.
8169
8170 * tooltip.el (tooltip-mode): Add a comment about startup.el
8171 setting the default value of this user-option.
8172
b29b03eb
SM
81732000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8174
8175 * font-lock.el (font-lock-*-face) <defvar>: Move.
8176 (font-lock-defaults-alist): Mark obsolete.
8177 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8178 (font-lock-mode): Use define-minor-mode.
8179 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8180 (font-lock-turn-off-thing-lock): Be more explicit.
8181 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8182 (font-lock-syntactic-face-function): New var.
8183 (font-lock-fontify-syntactically-region): Use it.
8184 (font-lock-doc-face): New.
8185
8186 * pcvs.el (cvs-enabledp): Ignore errors.
8187 (cvs-commit-filelist): Never query.
8188 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8189 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8190 (cvs-do-removal): Use cvs-partition rather than delete-if.
8191 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8192 cvs-bury-buffer.
8193
8194 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8195 Allow `next' to jump to after the end of the last match.
8196
778fbc46
GM
81972000-11-09 Gerd Moellmann <gerd@gnu.org>
8198
730c746c
GM
8199 * simple.el (byte-compiling-files-p): New function.
8200
8201 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8202 if it is there.
8203
8204 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8205 nil again.
8206
778fbc46
GM
8207 * textmodes/ispell.el (ispell-library-path): Don't call
8208 check-ispell-version when byte-compiling because that starts
8209 an ispell process, and ispell might not be installed.
8210 (toplevel): Don't set up a menu when byte-compiling.
8211
8212 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8213 it, so that a boundp test can be used to determine if we're
8214 currently byte-compiling.
8215
5912c5bb
DL
82162000-11-09 Dave Love <fx@gnu.org>
8217
83c9cb8e 8218 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8219
7bb054a5
GM
82202000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8221
83c9cb8e
SM
8222 * ps-print.el: Patch for variable initialization when spooling.
8223 Doc fix.
7bb054a5
GM
8224 (ps-output-list): Fun eliminated.
8225 (ps-begin-file, ps-begin-job): Code fix.
8226
9db2706e
DL
82272000-11-08 Dave Love <fx@gnu.org>
8228
83c9cb8e 8229 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8230
f7eb32aa
GM
82312000-11-08 Gerd Moellmann <gerd@gnu.org>
8232
8233 * simple.el (shell-command, display-message-or-buffer)
8234 (shell-command-on-region): Mention resize-mini-windows in the doc
8235 string.
8236 (display-message-or-buffer): Take the value of resize-mini-windows
8237 into account.
8238
7b01b08c
GM
82392000-11-07 Gerd Moellmann <gerd@gnu.org>
8240
acad3c0b
GM
8241 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8242
7b01b08c
GM
8243 * dired.el (dired-between-files): Add `^. find' as an alternative
8244 to the regular expression, for find-dired.
8245
6f602bd0
SM
82462000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8247
8248 * textmodes/texnfo-upd.el: Require texinfo.
8249 (defmacro, defgroup): Remove.
8250 (texinfo-section-to-generic-alist): Remove.
8251 Use texinfo-section-list instead (i.e. level is changed string->int).
8252 (texinfo-filter): New function.
8253 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8254 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8255 Use it. And use regexp-opt.
8256 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8257 (texinfo-update-menu-region-beginning)
8258 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8259 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8260 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8261 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8262 (texinfo-sequential-node-update): Remove autoload cookie.
8263
8264 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8265 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8266 (texinfo-chapter-level-regexp): Remove.
8267 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8268
bb216218
DL
82692000-11-06 Dave Love <fx@gnu.org>
8270
6f602bd0 8271 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8272
6f602bd0
SM
8273 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8274 Match defun*.
bb216218 8275
ff8dd5d5
KH
82762000-11-06 Kenichi Handa <handa@etl.go.jp>
8277
8278 * composite.el (composition-function-table): Variable declaration
8279 moved to src/composite.c.
8280 (compose-chars-after): New optional arg object.
8281
e9da51a1
GM
82822000-11-06 Gerd Moellmann <gerd@gnu.org>
8283
e0c12c68
GM
8284 * bindings.el (mode-line-toggle-read-only)
8285 (mode-line-toggle-modified, mode-line-widen)
8286 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8287 (make-mode-line-mouse2-map): Rewritten.
8288 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8289 functions so that C-h k can show something with a doc string.
eaae8106 8290
e9da51a1
GM
8291 * startup.el (fancy-splash-delay): Set to 10 seconds.
8292 (fancy-splash-max-time): New user-option.
8293 (fancy-splash-stop-time): New variable.
8294 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8295 (fancy-splash-screens-1): Throw `stop-splashing' when current
8296 time is greater than fancy-splash-stop-time.
8297
611dbdf0
SM
82982000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8299
4d2806e2
SM
8300 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8301
611dbdf0
SM
8302 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8303 Prompt user for a file rather than raising an error.
8304 (cvs-enabledp): Fix call to cvs-mode-marked.
8305 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8306 (cvs-mode-insert): Use it. Change the init prompt' value.
8307 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8308
8309 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8310 Don't pass default arg to ewoc-locate.
8311 (ewoc-collect): Return result in the right order.
8312
8313 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8314
8315 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8316 (cvs-status-get-tags): Fix regexp.
8317 (cvs-status-trees, cvs-status-cvstrees):
8318 Combine after change hooks and don't sit-for.
4d2806e2
SM
8319 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8320 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8321 Use make-char rather than hard-coded cryptic data.
8322 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8323
8324 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8325
8326 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8327 (cvs-insert-strings): New function.
8328
937b2877
MB
83292000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8330
8331 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8332 `mwheel-scroll-amount'.
8333 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8334 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8335 string-matching against the version string.
8336
c6c97763
KH
83372000-11-06 Kenichi Handa <handa@etl.go.jp>
8338
6eaec747
KH
8339 * language/thai.el ("Thai"): Set a lisp form that produces
8340 composed string in `sample-text' language info.
8341
8342 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8343 composed string in `sample-text' language info.
8344
83c9cb8e
SM
8345 * international/mule-cmds.el (describe-language-environment):
8346 Eval `sample-text' data and insert the result.
6eaec747 8347
c6c97763
KH
8348 * international/mule-conf.el (compound-text): Define this coding
8349 system here. Make x-ctext and ctext aliases of it.
8350
8351 * language/european.el (compound-text, ctext): Moved to
8352 international/mule-conf.el.
8353
d1145f85
AI
83542000-11-05 Andrew Innes <andrewi@gnu.org>
8355
8356 * w32-fns.el (w32-version): New function.
8357
178a6a45
SM
83582000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * progmodes/awk-mode.el: Update copyright.
8361 (awk-mode-abbrev-table): Remove.
8362 (awk-font-lock-keywords): Use regexp-opt.
8363 (awk-mode): Use define-derived-mode.
8364
8365 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8366 when extracting a suffix.
8367
1ba90166
AS
83682000-11-04 Andre Spiegel <spiegel@gnu.org>
8369
8370 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8371 auto-save-mode.
8372
546790cb
JR
83732000-11-04 Jason Rumney <jasonr@gnu.org>
8374
8375 * language/european.el (decode-mac-roman): Test against r1 not r0.
8376
d247e32d
SM
83772000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8378
fbf44f44
SM
8379 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8380 (icon-mode): Define indent-line-function.
8381 (icon-comment-indent): Simplify.
8382 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8383
8384 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8385
8386 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8387 Bind change-log-default-mode to defeat the caching done on it.
8388 Don't bother saving excursion any more.
8389
8390 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8391
8392 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8393 (set-frame-font): Use the new name (and the old for compatibility).
8394
eaae8106
SS
8395 * toolbar/tool-bar.el (tool-bar-mode):
8396 * time.el (display-time-mode):
8397 * recentf.el (recentf-mode):
8398 * paren.el (show-paren-mode):
8399 * mwheel.el (mouse-wheel-mode):
8400 * msb.el (msb-mode):
8401 * jka-compr.el (auto-compression-mode):
8402 * image-file.el (auto-image-file-mode):
8403 * hl-line.el (hl-line-mode):
8404 * delsel.el (delete-selection-mode):
8405 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8406 * complete.el (partial-completion-mode): Drop unneeded positional args.
8407
eaae8106 8408 * info.el (Info-mode):
79372165 8409 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8410
d247e32d
SM
8411 * log-edit.el (log-edit-menu): New menu.
8412
4921558e
MB
84132000-11-03 Miles Bader <miles@gnu.org>
8414
8415 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8416 definition, so that trailing spaces are handled properly.
8417 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8418
1fc02b3c
GM
84192000-11-03 Gerd Moellmann <gerd@gnu.org>
8420
8421 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8422 tab character.
8423 (fancy-splash-screens): Set tab-width to 20.
8424
51d001f7
DL
84252000-11-03 Dave Love <fx@gnu.org>
8426
8427 * comint.el (comint-completion-addsuffix): Fix custom type.
8428
ba22aeff
SM
84292000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8430
8431 * font-lock.el (font-lock-buffers): Remove.
8432 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8433 (font-lock-change-major-mode): Remove.
8434 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8435 (font-lock-default-fontify-region): Extend the multiline
8436 fontification to whole lines.
8437 (font-lock-fontify-anchored-keywords)
8438 (font-lock-fontify-keywords-region): If matching just one
8439 line (with \n) only mark the \n as multiline.
8440
8441 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8442 Correctly handle the case where several :group args are supplied.
8443 Allow :extra-args.
8444 (easy-mmode-define-global-mode): Allow :extra-args.
8445 Correctly handle the case where several :group args are supplied.
8446
9c887ada
MB
84472000-11-02 Miles Bader <miles@gnu.org>
8448
eaae8106 8449 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8450 (holiday-face): Remove dependency on `window-system'.
8451
7f25090d
KR
84522000-11-02 Ken Raeburn <raeburn@gnu.org>
8453
8454 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8455 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8456 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8457
7dd6009c
DL
84582000-11-02 Dave Love <fx@gnu.org>
8459
8460 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8461
94821e4f
EZ
84622000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8463
8464 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8465 punctuation in the warning inserted into the *mail* buffer.
8466
1ac3fc42
GM
84672000-11-02 Gerd Moellmann <gerd@gnu.org>
8468
57731876
GM
8469 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8470 (authors-public-domain-p): New function.
8471 (authors-print): Use it.
8472
975f82c9
GM
8473 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8474
1ac3fc42
GM
8475 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8476
4b3eb10f
GM
84772000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8478
975f82c9 8479 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8480 (ps-print-version): New version number (6.3.1).
8481 (ps-even-or-odd-pages): Customization fix.
8482 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8483 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8484 (ps-page-count): Var replaced by `ps-page-column'.
8485 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8486 (ps-print-sheet-p): New fun.
8487
7da794df
MB
84882000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8489
8490 * tooltip.el (tooltip-gud-tips-setup): New function.
8491 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8492 (tooltip-mode): Call tooltip-gud-tips-setup.
8493 (tooltip-gud-tips): Use `gud-basic-call' instead of
8494 process-send-string, so the prompt gets frobbed appropriately.
8495 Handle nil return value from `tooltip-gud-print-command'.
8496
0e40b809
EL
84972000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8498
8499 * comint.el (comint-add-to-input-history): New function.
8500 (comint-send-input): Use `comint-add-to-input-history'.
8501
50ada0db
MB
85022000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8503
973a3104
MB
8504 * info.el (info-menu-header): New face.
8505 (Info-fontify-menu-headers): New function.
8506 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8507
50ada0db
MB
8508 * info.el (Info-insert-dir): Don't include blank lines at
8509 beginning of additional dir files (one is added automatically).
8510
bff53411
SM
85112000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8512
8513 * emacs-lisp/easy-mmode.el (define-minor-mode):
8514 Revert the latest changes.
8515 Allow the three positional arguments to be skipped and replaced
8516 by keyword arguments.
8517 Add a :toggle argument to determine whether a nil arg means toggle
8518 or means turn-on. The default is unchanged.
8519 Add a call to force-mode-line-update.
8520
6b8a0b2d
DL
85212000-11-01 Dave Love <fx@gnu.org>
8522
83c9cb8e 8523 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8524
5bf99100
MB
85252000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8526
83c9cb8e
SM
8527 * calendar/calendar.el (diary-face, holiday-face):
8528 Add dark-background variants.
5bf99100 8529
a4032611
SS
85302000-10-31 Sam Steingold <sds@gnu.org>
8531
8532 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8533 `tex-main-file' does not have directory in it.
8534
c286608e
SM
85352000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8536
8537 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8538
4836835a
TTN
85392000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8540
8541 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8542 functional change.
8543
26dcb81b
GM
85442000-10-31 Gerd Moellmann <gerd@gnu.org>
8545
8546 * files.el (find-file-noselect): When we expand a wildcard, return
8547 a list of buffers, as we should do according to the doc string.
8548
49fc4500
KR
85492000-10-31 Ken Raeburn <raeburn@gnu.org>
8550
8551 * loadup.el (top level): Adjust load path if program name is
8552 "../src/bootstrap-emacs", in case it's not dumped and thus the
8553 load path adjustment hasn't already been done.
8554
ea0c615d
GM
85552000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8556
83c9cb8e
SM
8557 * ps-print.el: Fix bug on selected pages for printing.
8558 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8559 is on. Try to avoid warning messages when compiling. Doc Fix.
8560 (ps-print-version): New version number (6.3).
8561 (ps-color-device): Use `color-values' to determine if device
8562 supports color.
8563 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8564 (ps-print-page-p): Changed from defsubst to defun.
8565 (ps-page-number): Changed from defmacro to defun.
8566 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8567 printing.
c286608e 8568 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
8569 (ps-end-file, ps-dummy-page): Funs eliminated.
8570 (ps-print-color-scale): Changed default value.
8571 (ps-page-n-up, ps-print-page-p): New internal vars.
8572 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8573 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8574
9e20722f
GM
8575 * delim-col.el: Little programming improvement.
8576 (delimit-columns-str): New macro.
8577 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8578
d7a0fd00
KH
85792000-10-31 Kenichi Handa <handa@etl.go.jp>
8580
c286608e
SM
8581 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8582 Moved to european.el.
d7a0fd00
KH
8583 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8584 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
8585 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8586 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 8587
234be340
DL
85882000-10-30 Dave Love <fx@gnu.org>
8589
8590 * progmodes/cc-menus.el (imenu-generic-expression)
8591 (imenu-progress-message): Only defvar when compiling.
8592
4edc4a39
DL
8593 * emacs-lisp/elp.el (elp-unload-hook): New function.
8594
8595 * loadhist.el (unload-feature): Call elp-restore-function,
8596 checking for symbols; don't use elp-restore-all.
8597 (loadhist-hook-functions): Doc fix.
8598
70c825df
SM
85992000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8600
8601 * log-edit.el (log-edit-confirm): Fix the default.
8602
1d3baf74
GM
86032000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8604
8605 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8606 delimit-columns-format.
8607 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 8608
1ec321a7
MB
86092000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8610
8611 * comint.el (comint-replace-by-expanded-history): Don't use
8612 comint-get-old-input (we're not looking at *old* input).
8613 (comint-get-old-input-default): If using fields, signal an error
8614 when the point is not in an input field.
8615
70737ea9
KH
86162000-10-30 Kenichi Handa <handa@etl.go.jp>
8617
8618 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8619 and mule-unicode-e000-ffff.
8620
fa0cb51d 8621 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
8622 (make-coding-system): Accept a symbol of translation table as a
8623 value of property `safe-chars'.
8624
8625 * international/mule-cmds.el (encode-coding-char): Check property
8626 safe-chars instead of safe-charsets.
8627
8628 * international/fontset.el (fontset-default): Modified for
8629 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8630 (x-font-name-charset-alist): Likewise.
8631 (ccl-encode-unicode-font): New CCL program. Record it in
8632 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8633
70c825df
SM
8634 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8635 New translation tables.
70737ea9
KH
8636 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8637 programs are modified and moved from mac-win.el.
8638 (mac-roman): Definition of this coding system is modified and
8639 moved from mac-win.el.
4836835a 8640
fda2ce24 86412000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8642
1d3baf74 8643 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 8644 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 8645
dd4d3cb6
MB
86462000-10-29 Miles Bader <miles@gnu.org>
8647
8648 * custom.el (custom-add-to-group): Allow multiple entries for a
8649 given value OPTION, as long as their widget types are different.
8650 * cus-edit.el (custom-face-value-create): If face name doesn't end
8651 with "face", add such here (similar to custom group widgets).
8652
8653 * comint.el (comint-highlight-prompt): Add :type.
8654
dace60cf
JW
86552000-10-28 John Wiegley <johnw@gnu.org>
8656
dace60cf
JW
8657 * calendar/timeclock.el (timeclock-log): Doc fix.
8658 (timeclock-last-event): Doc fix.
83c9cb8e 8659 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
8660 (timeclock-find-discrep): Use a temp buffer to read in the
8661 timelog, instead of visiting the file.
8662 (timeclock-log-data): A new function, along with a host of helper
8663 functions, for the purpose of making timelog data accessible to
8664 programmers.
8665
8666 * eshell/esh-mode.el (window-height test): Make certain that
8667 `eshell-stringify-t' is non-nil.
8668 (eshell-password-prompt-regexp): Changed to a much simpler
8669 password regexp.
8670 (eshell-send-input): If `eshell-invoke-directly' returns t,
8671 directly invoke the parsed command using `eval'. This improves
8672 turn-around time on simple commands by a factor of three or
8673 greater, such as cd, ls, pwd, etc. -- which get used very often.
8674 It also conserves thousands of cons cells per call (since
8675 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8676 in the Pacific Cookie Company).
8677
8678 * eshell/esh-test.el (eshell-test): Whitespace fix.
8679
83c9cb8e
SM
8680 * eshell/em-ls.el (eshell-ls-insert-directory):
8681 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8682
8683 * eshell/em-script.el (eshell-script-initialize): Add names to
8684 `eshell-complex-commands, since `source' and `.' are complex.
8685
0467b076
EZ
8686 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8687 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8688 `eshell-copy-handles'.
8689 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8690 bodies.
8691 (eshell-separate-commands): Whitespace fix.
8692 (eshell-complex-commands): Added a new list of names, for
8693 determining whether a given command is as simple as it looks.
8694 (eshell-invoke-directly): New function. Returns t if a command
8695 should be invoked directly (using `eval'), rather than indirectly
8696 using `eshell-do-eval'.
8697 (eshell-do-eval): Whitespace fix.
8698
8699 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8700 which provides an emulation of the DOS shell behavior of assuming
8701 that cp/mv/ln should copy/move/link to the current directory.
8702 (eshell-remove-entries): Added a doc string.
8703 (eshell-shuffle-files): Removed the check for `target' being null.
8704 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8705 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8706 it to do a smarter check of whether a destination was provided.
8707 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8708 (eshell/ln): Enable `:preserve-args', and use
8709 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8710 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8711 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8712 list after flattening it. This makes it possible to cat files
8713 with numerical names.
8714 (eshell-unix-initialize): Added several names to
8715 `eshell-complex-commands.
8716 (eshell-unix-command-complex-p): Return t if a given command name
8717 may result in external processes being invoked.
8718
8719 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8720 variable nil by default, since it slows down glob processing by a
8721 factor of two or more, and increases memory consumption.
8722
8723 * eshell/em-smart.el: Added a note about how memory consumptive
8724 smart display mode can be (at least this is true in Emacs 21).
8725 (eshell-smart-initialize): Whitespace fix.
8726 (eshell-refresh-windows): Use `if' instead of `when'.
8727 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8728 not necessary.
83c9cb8e 8729 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8730
8731 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8732 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8733 Whitespace fix.
8734 (eshell-ls-exclude-hidden): Added this variable in addition to
8735 `eshell-ls-exclude-regexp'. This one prevents files beginning
8736 with . from even being read, which can improve memory consumption
8737 quite a bit.
8738 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8739 read file entries beginning with a dot. In home directories with
8740 lots of hidden files, fully two-thirds of the time spent in ls is
8741 used to read directory entries that are immediately thrown away.
8742 (eshell-ls-initial-args): Added back this configuration variable,
8743 for specifying default initial arguments to every call to ls.
8744 Much faster than using an alias to do the same thing.
8745 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8746 (eshell-ls-dir): Whitespace change.
8747
8748 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8749
83c9cb8e 8750 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8751 (eshell-stringify-t): Added a customization variable, to indicate
8752 whether `t' should be rendered as a string at all. If not, one
8753 can still determine if the result of an expression is true using
8754 "file-exists-p FILE && echo true".
8755 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8756 stringify t!
8757
8758 * eshell/esh-module.el: Whitespace fix.
8759
83c9cb8e
SM
8760 * eshell/em-alias.el (eshell-alias-initialize):
8761 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8762 (eshell-command-aliased-p): New function that returns t if a
8763 command name names an aliased.
8764
657f9cb8 87652000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8766
0467b076 8767 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8768 redrawing the screen when changing cursor color.
0467b076
EZ
8769 (viper-insert-state-pre-command-sentinel)
8770 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8771 (viper-replace-state-post-command-sentinel):
8772 Use viper-preserve-cursor-color.
657f9cb8
MK
8773 Many functions changed to use viper= instead of = when comparing
8774 characters.
0467b076 8775 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8776 working with characters.
0467b076 8777 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8778 Many functions changed to use viper= instead of = when comparing
8779 characters.
0467b076 8780 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8781
0467b076 8782 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8783 Several typos fixed in various docstrings.
0467b076 8784 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8785 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8786 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8787 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8788 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8789 (ediff-get-selected-buffers): New function.
8790 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8791 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8792 Use save-window-excursion.
0467b076 8793 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8794 termination check in while loop.
0467b076 8795 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8796 dired buffer.
0467b076
EZ
8797 (ediff-files,ediff-merge-files,ediff-files3)
8798 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8799
4f490d99
DL
88002000-10-28 Dave Love <fx@gnu.org>
8801
8802 * info.el (Info-fontify-node): Add help-echo for menu items.
8803
45b84006
EZ
88042000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8805
5ebc02b3
EZ
8806 * startup.el (normal-top-level): If the value of $TERM indicates
8807 we are running from xterm or one of its work-alikes, default to a
8808 light background mode.
8809
45b84006
EZ
8810 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8811 * faces.el (tty-handle-reverse-video): New function.
8812 (tty-create-frame-with-faces): Call it.
8813
8814 * frame.el (frame-notice-user-settings): Don't apply
8815 default-frame-alist and initial-frame-alist to MS-DOS frames.
8816 Call tty-handle-reverse-video, frame-set-background-mode, and
8817 face-set-after-frame-default for non-MS-DOS frames.
8818
8819 * startup.el (tty-long-option-alist): New variable.
8820 (tty-handle-args): New function.
8821 (command-line): Call tty-handle-args.
8822
8823 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8824 startup.el now does that for all character-terminal frames.
8825
eab6e8b9
MB
88262000-10-28 Miles Bader <miles@gnu.org>
8827
83c9cb8e
SM
8828 * emacs-lisp/easy-mmode.el (define-minor-mode):
8829 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8830 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8831 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8832 version using `easy-mmode-define-global-mode'.
8833 Add :conditional-turn-on keyword argument.
eab6e8b9 8834
51a29efc
DL
88352000-10-28 Dave Love <fx@gnu.org>
8836
83c9cb8e
SM
8837 * international/latin1-disp.el (latin1-char-displayable-p):
8838 Don't use window-system.
51a29efc 8839
d71d7114
EZ
88402000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8841
8842 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8843 Don't call find-buffer-file-type-coding-system. Instead, just
8844 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8845 if the file is on an untranslated filesystem.
8846 (add-untranslated-filesystem): Use "D" instead of "f" inside
8847 interactive.
8848
1f9cab4b
DL
88492000-10-27 Dave Love <fx@gnu.org>
8850
70c825df 8851 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8852 (refill-mode): Use it.
8853
70c825df
SM
88542000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8855
8856 * international/quail.el (quail-activate): Don't make-local-hook.
8857
7432cf10
AS
88582000-10-27 Andre Spiegel <spiegel@gnu.org>
8859
4836835a 8860 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8861 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8862 (vc-make-version-backup): Don't do it on MS-DOS without long file
8863 names.
4836835a 8864
7432cf10
AS
8865 * vc.el (vc-version-other-window): If an automatic backup of the
8866 desired version exists, rename it instead of copying it.
8867
4836835a
TTN
8868 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8869 after command. If there's an unexpected error, signal it instead
7432cf10 8870 of being silent.
e1483c38 8871 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8872
05ea7ef2
MB
88732000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8874
fd1035aa
MB
8875 * shell.el (shell): Add BUFFER argument.
8876 * comint.el (make-comint-in-buffer): New function.
8877 (make-comint): Use it.
8878
05ea7ef2
MB
8879 * faces.el (face-spec-choose): Change syntax so that the list of
8880 attribute-value pairs is now the cdr of each clause, not the cadr.
8881 Detect old-style entries, and handle them. Use pop.
8882
835a55fe
SM
88832000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8884
f5ab1cdd
SM
8885 * cus-edit.el (custom-mode-map): Use a sparse map.
8886 (custom-mode): Don't bother with make-local-hook.
8887
8888 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8889
835a55fe
SM
8890 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8891
c13b0ec8
GM
88922000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8893
8894 * ps-print.el: Avoid compilation gripes.
8895 (ps-print-version): New version number (6.2.1).
4836835a 8896
e9f63196
DL
88972000-10-26 Dave Love <fx@gnu.org>
8898
0b95284b
DL
8899 * menu-bar.el: Modify some menu item help strings.
8900 (menu-bar-help-menu): Add link to MORE.STUFF.
8901
e9f63196
DL
8902 * cus-edit.el (custom-mode): Add `special' mode-class property.
8903
8904 * wid-browse.el (widget-browse-mode): Likewise.
8905
8906 * wid-edit.el (widget-specify-field): Revert to using local-map
8907 property, not keymap.
8908
e276a14a
MB
89092000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8910
c1545d88
MB
8911 * wid-edit.el (widget-field-end): When checking for a `boundary'
8912 field, do so in the correct buffer.
8913
3c1b77ca
MB
8914 * simple.el (undo): Correctly distinguish between numeric and
8915 non-numeric prefix args in non-transient-mark-mode, as per the doc
8916 string. When in transient-mark-mode, treat all prefix-args as
8917 numeric.
8918
f5ab1cdd
SM
8919 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8920 Position point on match. Handle N == 0 correctly.
22626d9d
MB
8921
8922 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8923 (comint-mode-map): Reverse order of `comint-write-output' and
8924 `comint-append-output-to-file'.
8925 (comint-append-output-to-file): Reinstate this function, for the
8926 benefit of the menu.
8927
d97151cb
SM
89282000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8929
8930 * vc.el (vc-version-other-window): Bind `file'.
8931
ea7d6f5b
GM
89322000-10-25 Gerd Moellmann <gerd@gnu.org>
8933
f5ab1cdd 8934 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
8935
8936 * emacs-lisp/authors.el (batch-update-authors): New function.
8937 (authors-fixed-entries): New defconst.
8938 (authors-add-fixed-entries): New function.
8939 (authors): Call it.: Don't process lispref/.
8940
17c25cea
JR
89412000-10-25 Jason Rumney <jasonr@gnu.org>
8942
8943 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8944 Merge x w32 and mac definitions.
8945
4ecda532
GM
89462000-10-25 Gerd Moellmann <gerd@gnu.org>
8947
8948 * menu-bar.el (menu-bar-options-menu): Add a help string for
8949 `uniquify'.
8950
b52758d1 89512000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 8952
f5ab1cdd
SM
8953 * time-stamp.el (time-stamp-string-preprocess):
8954 Fix a wrong type argument error.
b6735035 8955
f4cbc7a0
MB
89562000-10-25 Miles Bader <miles@gnu.org>
8957
8958 * recentf.el (recentf-mode): Variable removed.
8959 (recentf-mode): Use `define-minor-mode'.
8960
8961 * mwheel.el (mouse-wheel-mode): New global minor mode.
8962 (mwheel-install): Use `mouse-wheel-mode'.
8963
f4b020f6
DL
89642000-10-25 Dave Love <fx@gnu.org>
8965
f5ab1cdd
SM
8966 * progmodes/cperl-mode.el (cperl-mode):
8967 Set normal-auto-fill-function correctly.
072cb6f9 8968
83c9cb8e
SM
8969 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8970 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8971 bindings.
f4b020f6 8972
ebe2a441
MB
89732000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8974
ff4dcd4b
MB
8975 * wid-edit.el (widget-field-at): New function.
8976 (widget-at, widget-field-activate): Use it.
8977 (widget-tabable-at): Use `widget-at'.
8978 (widget-specify-field): If the terminating character of the widget
8979 field (which is read-only) is a newline, put it into a special
8980 `boundary' field so that C-n/C-p act more naturally.
8981 (widget-field-end): Also don't subtract one if a special
8982 `boundary' field has been added after the widget field.
8983
83c9cb8e
SM
8984 * comint.el (comint-output-filter, comint-send-input):
8985 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8986 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8987
ebe2a441
MB
8988 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8989 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8990 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8991
fe50b6ab
GM
89922000-10-24 Gerd Moellmann <gerd@gnu.org>
8993
53df4dda 8994 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
8995 (authors): Set file coding system to iso-2022-7bit.
8996 Add file-local variables to output buffer.
53df4dda 8997
4836835a 8998 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
8999 WARN is nil.
9000
53df4dda
GM
90012000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9002
9003 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9004
9005 * delim-col.el: Now there is a column formatting mechanism.
9006 Modified to customization mechanisms convention. Doc fix.
9007 (columns): New group for delim-col.
9008 (delimit-columns-before, delimit-columns-after)
9009 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9010 (delimit-columns-end): New vars.
9011 (delimit-columns-customize, delimit-columns-format): New funs.
9012 (delimit-columns-region, delimit-columns-rectangle)
9013 (delimit-columns-rectangle-line): Modified to support column
9014 formatting.
4836835a 9015
a9839779
DL
90162000-10-24 Dave Love <fx@gnu.org>
9017
9018 * log-edit.el (log-edit): Add :version and a :group for vc.
9019
df0267b8
GM
90202000-10-24 Gerd Moellmann <gerd@gnu.org>
9021
9acc3873
GM
9022 * files.el (after-find-file): Don't print a message ``New file''
9023 if WARN is nil.
9024
83c9cb8e
SM
9025 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9026 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9027 get duplicate tool-bar entries because we'll see the global ones
9028 on more than one path through keymaps.
9029
1946f901
GM
9030 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9031
df0267b8
GM
9032 * progmodes/cmacexp.el: Change Francesco's email address.
9033
ae3b264b
KH
90342000-10-24 Kenichi Handa <handa@etl.go.jp>
9035
9036 * window.el (fit-window-to-buffer): Adjust point of the window
9037 buffer, not that of the current buffer.
9038
23afac01
EZ
90392000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9040
9041 * progmodes/cmacexp.el: Update the euthor's email address.
9042
22d1a4ed
MB
90432000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9044
9045 * faces.el (face-spec-set-match-display): Add `graphic' display
9046 type (the inverse of `tty'). Use `display-graphic-p' instead of
9047 the window-system variable.
9048
f408aa48
KH
90492000-10-24 Kenichi Handa <handa@etl.go.jp>
9050
83c9cb8e
SM
9051 * international/isearch-x.el (isearch-with-input-method):
9052 Call input-method-function with the first event in
f408aa48
KH
9053 unread-command-events.
9054
94fe8a31
MB
90552000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9056
83c9cb8e 9057 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9058
8f47302e
AC
90592000-10-24 Andrew Choi <akochoi@i-cable.com>
9060
9061 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9062 New charsets.
9063
9064 * term/mac-win.el: Remove definitions of mac-roman-lower and
9065 mac-roman-upper, require dired, and define instead of set
9066 mac-ready-for-drag-n-drop to avoid compilation error.
9067
446c097e
AI
90682000-10-23 Andrew Innes <andrewi@gnu.org>
9069
83c9cb8e
SM
9070 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9071 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9072 expand-file-name after convert-standard-filename to ensure
9073 expected directory separators are used.
9074
379b70e7
EZ
90752000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9076
9077 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9078
85c766e9
DL
90792000-10-23 Dave Love <fx@gnu.org>
9080
b7e03a67
DL
9081 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9082 (tool-bar-add-item): Set foreground and background for XBM icons.
9083
83c9cb8e
SM
9084 * international/latin1-disp.el (latin1-char-displayable-p):
9085 New function (from Handa).
b7e03a67
DL
9086 (latin1-display-check-font): Use it.
9087
0dcf8835 9088 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9089 using :key-sequence, making it much more usable.
9090 Use nconc, not append.
0dcf8835
DL
9091 (imenu--create-keymap-1): Avoid append.
9092
85c766e9 9093 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9094
cb3069bb
MB
90952000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9096
9097 [the following changes fix a bug where `define-minor-mode' didn't
9098 correctly generate :require clauses for defcustoms in compiled files]
9099 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9100 (byte-compile-log-file, byte-compile-log-1): Don't set
9101 `byte-compile-current-file' to nil. Instead set
9102 `byte-compile-last-logged-file' to it. Test whether
9103 byte-compile-current-file equals byte-compile-last-logged-file
9104 instead of whether its nil.
3b6542ba 9105 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9106
6db6243b
SM
91072000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9108
9109 * textmodes/refill.el: Fix var names in doc.
9110 (refill-mode): Don't bother with make-local-hook anymore.
9111
98490598
MB
91122000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9113
e01cd227
MB
9114 * faces.el (face-user-default-spec, face-default-spec): New functions.
9115 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9116 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9117 Use `face-user-default-spec'. Simplify code slightly.
9118
4836835a 9119 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9120 (woman-unknown-face): Add dark-background variants.
9121 (woman-default-faces): Renamed from `woman-colour-faces'.
9122 Set using the stored defaults, rather than using hard-wired colors.
9123 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9124 Just make the foreground `unspecified' rather than "black".
9125 (woman-menu): Rename menu entries accordingly.
9126
98490598
MB
9127 * faces.el (header-line): Make more reasonable on mono/grayscale
9128 displays.
9129
1a578e9b
AC
91302000-10-23 Andrew Choi <akochoi@i-cable.com>
9131
9132 * cus-edit.el (custom-button-face): Use 3D look for mac.
9133 (custom-button-pressed-face): Likewise.
9134
9135 * faces.el (set-face-attributes-from-resources): Handle mac frames
9136 in the same way as x and w32 frames.
9137 (face-valid-attribute-values): Likewise.
9138 (read-face-attribute): Likewise.
9139 (defined-colors): Likewise.
9140 (color-defined-p): Likewise.
9141 (color-values): Likewise.
9142 (display-grayscale-p): Likewise.
9143 (face-set-after-frame-default): Likewise.
9144 (mode-line): Same default face as for x and w32.
9145 (tool-bar): Likewise.
9146
9147 * frame.el: Remove call to frame-notice-user-settings at end of
9148 the file.
9149
83c9cb8e 9150 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9151 as for x, pc, and w32 frame types.
9152
9153 * term/mac-win.el: New file.
9154
aaaf7be7
DL
91552000-10-22 Dave Love <fx@gnu.org>
9156
9157 * textmodes/refill.el: New file.
9158
5392d654
AS
91592000-10-22 Andre Spiegel <spiegel@gnu.org>
9160
4836835a 9161 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9162 MANUAL and REGEXP.
4836835a 9163 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9164 New functions.
9165 (vc-before-save): Use the latter.
9166 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9167 confusion.
9168
4836835a 9169 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9170 expected by vc[-hooks].el.
9171
9172 * vc.el (vc-checkout): Added `-p' suffix in call to
9173 vc-make-version-backups-p; use vc-make-version-backup to actually
9174 make the backup.
9175 (vc-version-other-window, vc-version-backup-file): Handle both
9176 automatic and manual backups.
9177 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9178 of all of them.
9179
1e221c16
MB
91802000-10-22 Miles Bader <miles@gnu.org>
9181
7ff4fda5
MB
9182 * comint.el (comint-highlight-input, comint-highlight-prompt):
9183 Renamed, `-face' at end removed.
9184 (comint-send-input, comint-output-filter): Use renamed faces.
9185
3511cde8
MB
9186 * window.el (fit-window-to-buffer): Change defaulting of
9187 MAX-HEIGHT slightly.
9188
1e221c16
MB
9189 * faces.el (color-values, color-defined-p): Use `member', not
9190 `memq', because it works correctly for strings.
9191 (frame-set-background-mode): Actually, "unspecified-fg" and
9192 "unspecified-bg" *are* strings. Use `member', not `memq', and
9193 `equal', not `eq', when a string value is possible.
9194
b6ef4898
EZ
91952000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9196
9197 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9198
34939e2c
SM
91992000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9200
9201 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9202 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9203 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9204 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9205 (sh-font-lock-syntactic-keywords): Use them.
9206 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9207 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9208 (sh-mode): Don't override font-lock-unfontify-region-function.
9209 Use a copy of sh-font-lock-syntactic-keywords.
9210 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9211 Don't call sh-scan-buffer since font-lock does it on the fly.
9212 (sh-get-indent-info): Use `face' rather than `syntax-table'
9213 text-property to detect here-documents.
9214 Replace sh-special-syntax with sh-st-punc.
9215 (sh-prev-line): Use `face' rather than `syntax-table'
9216 text-property to skip over here-documents.
9217 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9218 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9219 (sh-electric-less, sh-set-here-doc-region)
4836835a 9220 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9221 (sh-scan-buffer, sh-rescan-buffer): Remove.
9222
f3d3c491
AI
92232000-10-21 Andrew Innes <andrewi@gnu.org>
9224
9225 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9226 remote (ange-ftp) file names.
9227
b86c791c
MB
92282000-10-21 Miles Bader <miles@gnu.org>
9229
d9c30bdf
MB
9230 * window.el (fit-window-to-buffer): New function.
9231 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9232 (window-text-height): Don't expect minibuffers to have mode-lines.
9233
d9c30bdf 9234 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9235 * international/quail.el (quail-update-guidance):
9236 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9237
617fee5a
MB
9238 * international/quail.el (quail-show-guidance-buf): Make sure
9239 guidance window really has enough room.
9240 (quail-update-guidance): If quail-guidance-win is already shown,
9241 make sure its height is OK.
9242
b86c791c
MB
9243 * window.el (window-text-height, set-window-text-height):
9244 New functions.
9245 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9246 instead of `window-height' & `mode-line-window-height-fudge'.
9247 (mode-line-window-height-fudge): Add FACE parameter.
9248 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9249 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9250
e34850d1
MB
92512000-10-20 Miles Bader <miles@gnu.org>
9252
9253 * window.el (height-affecting-face-attributes): Use `defconst'.
9254
9255 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9256 New function, conditionally aliased to `mode-line-window-height-fudge'.
9257 (ispell-help): Use it.
9258 (ispell-choices-win-default-height): Don't include mode-line fudge.
9259 (ispell-choices-win-default-height): New function.
9260 (ispell-show-choices, ispell-command-loop): Use function
9261 `ispell-choices-win-default-height' instead of variable.
9262
a8b883c2
MB
92632000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9264
8c6e4a58
MB
9265 * window.el (mode-line-window-height-fudge): New variable.
9266 (height-affecting-face-attributes): New variable.
9267 (mode-line-window-height-fudge): New function.
9268 (shrink-window-if-larger-than-buffer): Use it.
9269 * help.el (resize-temp-buffer-window): Likewise.
9270
a8b883c2
MB
9271 * info.el (Info-fontify-node): Add support for @subsubsection
9272 titles, which use `Info-title-4-face'.
9273 (Info-title-4-face): New face.
9274 (Info-title-3-face): Inherit from Info-title-4-face instead of
9275 variable-pitch.
9276
e64c3a75
JR
92772000-10-19 Jason Rumney <jasonr@gnu.org>
9278
9279 * dired.el (dired-insert-directory): Do not let errors signalled by
9280 attempt to run dired-free-space-program prevent dired from working.
9281
c70fe852
SM
92822000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9283
9284 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9285
877cf6b4
GM
92862000-10-19 Gerd Moellmann <gerd@gnu.org>
9287
5de037e0
GM
9288 * dirtrack.el (dirtrack): Fix call to run-hooks.
9289
6deb9af9
GM
9290 * cmuscheme.el (cmuscheme-program-name): Renamed from
9291 scheme-program-name because xscheme.el contains a defcustom with
9292 the same name. As a consequence, customizing group `cmuscheme'
9293 loaded `xscheme' which redefined run-scheme.
9294 (run-scheme): Use cmuscheme-program-name.
9295
83c9cb8e 9296 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9297
e597d8fb 9298 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9299 anonymous address, and add a website for Befrienders International.
4836835a 9300
3e9cb08f
GM
93012000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9302
c70fe852
SM
9303 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9304 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9305 (ps-print-version): New version number (6.2).
9306 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9307 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9308 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9309 (ps-x-extent-priority, ps-x-extent-start-position)
9310 (ps-x-face-font-instance, ps-x-find-coding-system)
9311 (ps-x-font-instance-properties, ps-x-make-color-instance)
9312 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9313 avoid compilation gripes without defining functions.
9314 (ps-e-find-composition): Alias for function find-composition, to have a
9315 suitable function depending on Emacs version.
9316 (ps-color-device, ps-color-values, ps-face-foreground-name)
9317 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9318 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9319 (ps-print-ensure-fontified): Function definitions surrounded by
9320 `eval-and-compile' to avoid compilation gripes.
9321 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9322 by symbol-value to avoid compilation gripes.
9323 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9324 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9325
d8abcd91
MB
93262000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9327
13ab33c4
MB
9328 * startup.el (normal-top-level): Call `frame-set-background-mode'
9329 after `frame-notice-user-settings' because the latter doesn't call
9330 the former on a tty.
9331
d8abcd91
MB
9332 * faces.el (frame-set-background-mode): `unspecified' &c are
9333 symbols, not strings.
9334
e8bce0a9
EZ
93352000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9336
c70fe852
SM
9337 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9338 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9339
c70fe852
SM
9340 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9341 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9342
773272d8
KH
93432000-10-19 Kenichi Handa <handa@etl.go.jp>
9344
c70fe852 9345 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9346 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9347 for ISO10646-1 fonts.
9348 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9349
772139c0
EZ
93502000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9351
9352 * faces.el (frame-set-background-mode): If a tty frame defines a
9353 background color, use that to compute the background mode, instead
9354 of always defaulting to "dark".
9355
d134a19f
MB
93562000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9357
8bb84cb2
MB
9358 * comint.el (comint-write-output): New function.
9359 (comint-mode-map): Add it to the menu.
e40a778f 9360 Bind `C-c C-s' to comint-write-output.
d134a19f 9361
dada41e1
GM
93622000-10-18 Gerd Moellmann <gerd@gnu.org>
9363
9364 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9365 Use fancy-splash-delay.
9366
9b5360aa
GM
93672000-10-18 Alex Schroeder <alex@gnu.org>
9368
9369 * progmodes/sql.el (sql-sybase-options): New option.
9370 (sql-sybase): Use it. Add sql-database to the list of parameters
9371 provided for login. The options -w 2048 -n are not used any more.
9372
9035a35a
GM
9373 * comint.el (comint-read-input-ring): Bugfix such that the first
9374 and the last entry of the input ring file are not lost.
9375
3556c6dd
GM
93762000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9377
9378 * ps-print.el: Internal variable changes to defcustom,
9379 make-local-hook changes to defvar. Doc fix.
9380 (ps-print-version): New version number (6.1).
9381 (ps-setup, ps-do-despool): Code fix.
9382 (ps-printer-name): Customization fix.
9383 (ps-printer-name-option): Now is a defcustom instead of an
9384 internal variable.
9385 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9386 (ps-print-begin-column-hook): Now are defvar instead of
9387 make-local-hook.
4836835a 9388
4e217e50
MB
93892000-10-18 Miles Bader <miles@gnu.org>
9390
9391 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9392 (comint-kill-output): Changed into an alias for `comint-delete-output',
9393 and made obsolete.
9394 (comint-mode-map): Rename references to comint-kill-output.
9395
34460354
EZ
93962000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9397
9398 * diff-mode.el (diff-header-face, diff-file-header-face)
9399 (diff-changed-face): Add bold and italic attributes to tty faces.
9400 (diff-function-face): New face.
9401 (diff-font-lock-keywords): Use it.
9402
17ea3cdb
MB
94032000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9404
9405 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9406 Remove commented-out call to force-mode-line-update.
9407 (comint-kill-output): Use `forward-line 0' instead of
9408 beginning-of-line to make sure we get past the prompt.
9409
9244f2c7
SM
94102000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9411
9412 * diff-mode.el (diff-header-face, diff-file-header-face):
9413 Add specific setting for dark background.
9414 (diff-context-face): Renamed from diff-comment-face.
9415 Set explicitly rather than inheriting from font-lock-comment-face.
9416
1592c1ef
EZ
94172000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9418
9419 * startup.el (command-line): Move the code which sets the default
9420 TTY colors to before before-init-hook.
9421
f86292a9
GM
94222000-10-17 Gerd Moellmann <gerd@gnu.org>
9423
9424 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9425
f7f2e883
EZ
94262000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9427
e854cc22
EZ
9428 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9429 extensions, for MS-DOS.
9430
f7f2e883
EZ
9431 * diff-mode.el (diff-header-face, diff-file-header-face)
9432 (diff-changed-face): Define tty-specific colors.
9433
c7b4f0f9
GM
94342000-10-17 Gerd Moellmann <gerd@gnu.org>
9435
9436 * startup.el (fancy-splash-text): Realign the text.
9437
12a72271
EZ
94382000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9439
9440 * font-lock.el (font-lock-comment-face): Define a separate default
9441 for dark-background tty's.
9442
61dfccfd
MB
94432000-10-17 Miles Bader <miles@gnu.org>
9444
9445 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9446 being obscured by whizzy mode-lines on graphics displays.
9447
333cd59e
EZ
94482000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9449
9450 * info.el (Info-title-1-face, Info-title-2-face)
9451 (Info-title-3-face): Define colors for tty's.
dada41e1 9452 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9453
dbf1fcc1
EZ
94542000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9455
9456 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9457 reverse from the frame parameters, and don't invert foreground and
9458 background colors.
9459
ac629823
MB
94602000-10-16 Miles Bader <miles@gnu.org>
9461
9462 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9463 string "*Info*". Call propertized-buffer-identification to spruce
9464 up the result.
9465
76eebffc
GM
94662000-10-16 Gerd Moellmann <gerd@gnu.org>
9467
3a6b59d9
GM
9468 * help.el: Provide `help' for the sake of define-minor-mode
9469 which generates defcustoms with requires.
9470
6569c3d3
GM
9471 * jit-lock.el (jit-lock-after-change): If we're in text that
9472 matches a multi-line font-lock pattern, make sure the whole text
9473 will be redisplayed.
9474
c2e0a611
GM
9475 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9476 author's name is unknown.
9477
76eebffc
GM
9478 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9479 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9480 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9481 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9482 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9483 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9484 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9485 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9486 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9487 Add author information.
9488
cf1e7b12
MB
94892000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9490
9491 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9492 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9493 full-color version (using the Gimp) to eliminate dithering artifacts.
9494
5586f3eb
SM
94952000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9496
9497 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9498
9499 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9500
ad64a888
DL
95012000-10-15 Dave Love <fx@gnu.org>
9502
83c9cb8e 9503 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9504
9505 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9506
9507 * whitespace.el: Doc fixes.
9508 (top-level): Don't add hooks here.
9509 (whitespace-running-emacs): Deleted.
9510 (timer): Don't require.
9511 (whitespace): Add back :version conditional on xemacs test.
9512 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9513 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9514 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9515 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9516 Avoid specific xemacs test.
9517 (whitespace-global-mode): New option.
9518 (whitespace-global-mode): New command.
9519 (whitespace-unload-hook): New function.
9520
9521 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9522 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9523 (Info-fontify-node): `Goto' goes to `Go to'.
9524 (Info-fontify-node): Add help-echo to xref links.
9525
1ef49fc6
EZ
95262000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9527
9528 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9529
8b7707e1
SM
95302000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9531
b3b7f42f
SM
9532 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9533 Use plist-get and allow :inherit.
9534
9535 * emacs-lisp/cl-macs.el (cl-do-arglist):
9536 Use plist-get and plist-member instead of memq.
9537
3c7fafc7
SM
9538 * emacs-lisp/ewoc.el (ewoc-location): New function.
9539 (ewoc-enter-after, ewoc-enter-before): Document return value.
9540 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9541 Don't need make-local-hook any more.
9542 (cvs-addto-collection): Return the new tin.
9543 (cvs-mode-insert): Jump to the new line.
9544
8b7707e1
SM
9545 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9546
9547 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9548
9549 * font-lock.el (font-lock-syntactically-fontified): New var.
9550 (font-lock-fontify-syntactic-keywords-region): Use it.
9551 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9552
9553 * diff-mode.el (diff-find-file-name): Fix regexp.
9554
9555 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9556 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9557
9558 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9559 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9560 (sh-mode): Don't make all vars local here.
9561 (sh-kw): Reformat.
9562 (sh-set-shell): Use dolist. Don't set indent-region-function.
9563 (sh-mode-syntax-table): Use pop.
9564 (sh-remember-variable): Use push.
9565 (sh-help-string-for-variable): Use memq.
9566 (sh-safe-backward-sexp): Remove.
9567 (sh-safe-forward-sexp): Add ARG.
9568 (sh-get-indent-info, sh-prev-stmt): Use it.
9569 (sh-prev-line): Simplify by using forward-comment.
9570 (sh-this-is-a-continuation): Simplify.
9571 (sh-learn-buffer-indent): Use dolist.
9572 (sh-do-nothing): Remove.
9573 (sh-set-char-syntax, sh-set-here-doc-region):
9574 Use inhibit-modification-hooks.
9575 (sh-name-style): Use mapcar and push.
9576 (sh-load-style): Use dolist.
9577 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9578 (sh-case, sh-while-getopts): Use propertize directly rather
9579 than sh-electric-rparen.
9580
95812000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9582
9583 * textmodes/tex-mode.el: Require CL when compiling.
9584 (tex-mode-syntax-table): Init immediately.
9585 (tex-mode-map): Bind M-RET to latex-insert-item.
9586 (latex-mode): Set indent-line-function to latex-indent.
9587 (tex-common-initialization): Don't setup the syntax-table any more.
9588 (latex-insert-item): New skeleton.
9589 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 9590 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 9591 (latex-indent, latex-find-indent): New functions.
4836835a 9592 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
9593 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9594 (tex-compilation-parse-errors): Use with-syntax-table.
9595
86b7fcbb
MB
95962000-10-15 Miles Bader <miles@gnu.org>
9597
9598 * font-lock.el (font-lock-comment-face): Change dark-background,
9599 color, non-tty, default to `chocolate1'.
9600
57a24508
JW
96012000-10-13 John Wiegley <johnw@gnu.org>
9602
9603 * eshell/esh-util.el (require): Added a missing `require' form,
9604 needed when compiling (for an ange-ftp macro definition).
9605
40ad3db4
DL
96062000-10-13 Dave Love <fx@gnu.org>
9607
9608 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9609
db460189
GM
96102000-10-13 Gerd Moellmann <gerd@gnu.org>
9611
83c9cb8e 9612 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 9613
4836835a 9614 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
9615 transparent -colors 8).
9616
b52758d1 96172000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
9618
9619 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9620 that breaks with old list format timestamps.
9621 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 9622 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 9623
16908a3f
JW
96242000-10-13 John Wiegley <johnw@gnu.org>
9625
d7103dda
JW
9626 * align.el, pcomplete.el, calendar/timeclock.el,
9627 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9628
dace60cf 9629 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
9630 faulty math, where holiday hours were being computing as seconds.
9631
b6b70cda
JW
96322000-10-13 John Wiegley <johnw@gnu.org>
9633
9634 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
9635 specifying what "other" kinds of buffers should be saved.
9636 This used to be hard-coded.
b6b70cda
JW
9637 (desktop-buffer-misc-functions): A global for specifying how
9638 auxiliary data should be determined for special buffer types.
9639 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9640 instead of hard-coding the special buffer types.
9641 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9642 auxiliary data, instead of hard-coding for Info buffers and dired.
9643 (desktop-buffer-info-misc-data): Aux function for determining Info
9644 buffer auxiliary info.
9645 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9646 (desktop-buffer-info): Changed this function to use the info
9647 gathered above.
9648 (desktop-create-buffer): Be a little more careful about what
9649 `minor-mode' means before calling it. This is important for some
9650 buffer types.
9651
8c6b1d83
JW
96522000-10-13 John Wiegley <johnw@gnu.org>
9653
9654 * eshell/esh-util.el: Added a global form which declares an
9655 autoload for `parse-time-string', if that function is not already
9656 defined, and if parse-time.el is available on the user's system.
9657
9658 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9659 to be aware of ange-ftp user info.
83c9cb8e 9660 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
9661 (eshell-ls-annotate): Use `eshell-file-attributes'.
9662 (eshell-ls-file): Made the user-id printing code a bit smarter.
9663
9664 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9665 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9666 It's manual, but there's no other way to know when the current user
9667 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9668 (fboundp): Bind `ange-cache'.
9669 (eshell-directory-files-and-attributes): Re-organized the logic a
9670 bit to use `eshell-file-attributes' instead of `file-attributes'.
9671 The former is more sensitive to directories that are read via FTP,
9672 and knows how to use ange-ftp to determine full attribute
9673 information, instead of just the name and last modtime.
9674 (eshell-current-ange-uids): Return the current user id when in a
9675 remote directory.
9676 (eshell-parse-ange-ls): Parse a full directory listing that has
9677 been returned by ange-ftp.
9678 (eshell-file-attributes): This beefed up version of
9679 `file-attributes' is only special if the user is currently in a
9680 remote directory, in which case it does a lot of work to find out
9681 what the real attributes of a file are, as they appear on the
9682 remote machine. This makes usage of remote directories (i.e.,
9683 ange-ftp pathnames) much more useful. You can now use Eshell as a
9684 full-fledged FTP client, with much more manipulation ability than
9685 most other clients.
9686
9687 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9688 variable, which means that Eshell's du should always be preferred
9689 in remote directories.
9690 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9691 just `file-attributes'.
9692 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9693 when reading remote directories. This is an Eshell-specific
9694 variable (not part of ange-ftp).
9695 (eshell/ln): Bind `ange-cache'.
9696 (eshell/du): Added some extra logic for determining when to use
9697 Eshell's du (which is slow), and when to use the external version
9698 (which may or may not exist).
9699
83c9cb8e
SM
9700 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9701 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9702 `get-buffer-process', since backgrounded processes don't count in
9703 the context of this function's logic.
9704
9705 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9706 `forward-char', so that null strings are parsed correctly.
9707
87730e84 97082000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9709
83c9cb8e
SM
9710 * eshell/em-pred.el (eshell-pred-file-type)
9711 (eshell-pred-file-links, eshell-pred-file-size):
9712 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9713
9714 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9715 that remote file globbing is more efficient.
9716
9717 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9718 gathering the files and attributes within a directory.
9719
9720 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9721 the command line is a special file (not a regular file, directory
9722 or symlink), always attempt to call the external version of cat.
9723
87730e84 97242000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9725
9726 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9727 Eshell-friendly version of find-tag.
9728
1c7e37a9
MB
97292000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9730
4836835a 9731 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9732 (image-file-name-regexps): Add autoload cookies.
9733
11a7f341
KH
97342000-10-13 Kenichi Handa <handa@etl.go.jp>
9735
9736 * international/mule-cmds.el (select-safe-coding-system): If FROM
9737 is string, show it in *Warning* buffer.
9738
8ddddcb0
EZ
97392000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9740
9741 * startup.el (normal-top-level): Use display-popup-menus-p instead
9742 of window-system.
9743 (command-line): Use display-graphic-p instead of window-system.
9744 (command-line-1): Use display-popup-menus-p and display-mouse-p
9745 instead of window-system.
9746
72200f89
SS
97472000-10-12 Sam Steingold <sds@gnu.org>
9748
9749 * tooltip.el (tooltip-use-echo-area): New user variable.
9750 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9751
8661c643
DL
97522000-10-12 Dave Love <fx@gnu.org>
9753
d0b40dc1
DL
9754 * recentf.el: Maintainer's checkdoc fixes.
9755
83c9cb8e
SM
9756 * startup.el (normal-top-level-add-subdirs-to-load-path):
9757 Use character class, not ASCII when matching file names.
a622451f
DL
9758 (fancy-splash-head): Add trailing slash to URL.
9759 (command-line): Don't require XPM support for toolbar.
9760
8661c643
DL
9761 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9762 (cperl-invalid-face): Revert last change.
9763 (cperl-init-faces): Quote cperl-invalid-face.
9764
ef2ed8ab
KH
97652000-10-12 Kenichi Handa <handa@etl.go.jp>
9766
9767 * startup.el (fancy-splash-text): Remove superfluous quote.
9768
b0da379e
GM
97692000-10-12 Gerd Moellmann <gerd@gnu.org>
9770
dbeb499b
GM
9771 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9772 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9773 (command-line-1): Don't use fancy-splash-pending-command.
9774 (fancy-splash-screens-1): Goto point-min after inserting text.
9775
d861718a
GM
9776 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9777
b0da379e
GM
9778 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9779 instead of shared-lisp-mode-map.
9780
4fb2ad98
MB
97812000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9782
1cb4393e
MB
9783 * faces.el (header-line): Change tty-variant to use underlining.
9784
4fb2ad98
MB
9785 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9786 (isearch-highlight): Restore lazy-isearch face properties at old
9787 position, and suppress them at new position.
9788 (isearch-dehighlight): Restore lazy-isearch face properties.
9789 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9790 over the real isearch overlay, but in that case, don't give it a
9791 face property. Use `push'.
9792
eb991b25
KH
97932000-10-12 Kenichi Handa <handa@etl.go.jp>
9794
9795 * man.el (Man-getpage-in-background): Fix previous change.
9796 Decode the process output only when we are in multibyte mode.
9797
a818c1c0
DL
97982000-10-11 Dave Love <fx@gnu.org>
9799
c990f53a
DL
9800 * info.el (Info-mode-menu): Fix some help.
9801 (info-tool-bar-map): Add entry for Info-last.
9802
a818c1c0
DL
9803 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9804 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9805 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9806 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9807 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9808 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9809 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9810 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9811 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9812 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9813 Reduce colour requirements to 25 overall. (Probably wants
9814 revisiting from the originals to reduce further.)
9815
c1b096cb
EZ
98162000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9817
9818 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9819 buffer-file-coding-system, instead of raw-text.
9820 (dehexlify-buffer): Bind coding-system-for-read to
9821 buffer-file-coding-system, instead of raw-text.
9822
5c8b7eaf
SS
98232000-10-11 Sam Steingold <sds@gnu.org>
9824
83c9cb8e 9825 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9826 `underline' - fixes the bug introduced on 2000-09-21.
9827
2cfbdb7a
DL
98282000-10-11 Dave Love <fx@gnu.org>
9829
83c9cb8e
SM
9830 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9831 Avoid compiler warnings.
2cfbdb7a
DL
9832 (scheme-mode): Doc fix.
9833 (scheme-font-lock-keywords-1): Match `define-syntax'.
9834
98352000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9836
9837 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9838 face specs as well as default ones. Only do anything if the
9839 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9840 (region): Make dark-background `region' face less in-your-face.
4b33f290 9841
690ec649
SS
98422000-10-10 Sam Steingold <sds@gnu.org>
9843
9844 * chistory.el, ielm.el, ledit.el:
9845 * progmodes/inf-lisp.el, progmodes/scheme.el:
9846 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9847
3b95d6bb
SM
98482000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9849
9850 * textmodes/texinfo.el: Update copyright and fix typo.
9851
9852 * desktop.el (desktop-modes-not-to-save): New var.
9853 (desktop-save-buffer-p): Use it.
a30eb617
DL
9854 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9855 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9856
98572000-10-10 Dave Love <fx@gnu.org>
9858
9859 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9860 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9861
9862 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9863 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9864 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9865 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9866 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9867 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9868 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9869 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9870 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9871 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9872 the .xpms; probably need retouching.
9873
98742000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9875
9876 * subr.el (add-to-list): Add optional argument APPEND.
9877 * battery.el (display-battery): Use `add-to-list'.
9878
98792000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9880
83c9cb8e
SM
9881 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9882 properties.
a30eb617
DL
9883 (zone, zone-when-idle, zone-leave-me-alone)
9884 (zone-pgm-whack-chars): Use new symbol properties.
9885
9886 * battery.el (display-battery): Doc spelling fix.
9887
9888 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9889 property.
9890
98912000-10-09 Dave Love <fx@gnu.org>
9892
9893 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9894 has been initialized before calling tool-bar-setup.
9895 (tool-bar-add-item-from-menu): Add autoload cookie.
9896
98972000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9898
9899 * menu-bar.el (send-mail-item-name): New function.
9900 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9901 of mail-user-agent in the menu. Don't display the "Send Mail"
9902 item if mail-user-agent is nil or its value is ignore.
9903 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9904 if read-mail-command is nil or its value is ignore.
9905
9906 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9907
99082000-10-09 Miles Bader <miles@gnu.org>
9909
9910 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9911 Correct image size.
9912 * toolbar/left_arrow.xpm: Correct image size.
9913
9914 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9915 will be done by the definition of `auto-compression-mode' if
9916 necessary. Move code to uninstall existing file-name handler
9917 before definition of `auto-compression-mode'.
9918
9919 * image-file.el (auto-image-file-mode): Move to the end of the
9920 file, because `define-minor-mode' actually calls the mode-function
9921 if the associated variable is non-nil, which requires that all
9922 needed functions be already defined.
9923
9924 * mouse.el (popup-menu): Balance parens.
9925
99262000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9927
9928 * mouse.el (popup-menu): Move the command call outside the loop
9929 so that popup-menu returns whatever the command returns.
9930
9931 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9932 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9933 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9934 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9935
9936 * vc.el (vc-version-diff): diff-switches can be a list.
9937 Use relative filenames for prettier output.
9938
9939 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9940 (vc-post-command-functions): Remove old-VC compatibility code.
9941
9942 * newcomment.el (comment-indent-default): Autoload.
9943
9944 * font-lock.el (font-lock-defaults): Make buffer-local.
9945 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9946 (font-lock-choose-keywords):
9947 Ignore LEVEL unless KEYWORDS is a list of syms.
9948 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9949 Don't wrap regexp-opt things in \(...\) unnecessarily.
9950
9951 * jit-lock.el: Don't require font-lock any more.
9952 (jit-lock-functions): Make buffer-local.
9953 (jit-lock-saved-fontify-buffer-function): Remove.
9954 (jit-lock-mode): Remove autoload cookie.
9955 Remove font-lock specific code.
9956 (jit-lock-unregister): Don't bother handling complex hooks any more.
9957 (jit-lock-refontify): New function.
9958 (jit-lock-fontify-buffer): Use it.
9959 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9960 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9961 Add optional args START and END.
9962 Never call font-lock-fontify-region directly.
9963 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9964
9965 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9966
99672000-10-08 Dave Love <fx@gnu.org>
9968
9969 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9970
9971 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9972
9973 * play/studly.el (studlify-region, studlify-word): Add autoload
9974 cookie.
9975
9976 * play/morse.el (morse-region, unmorse-region): Add autoload
9977 cookie.
9978
9979 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9980 concat.
9981
9982 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9983 insist on symbols starting with word syntax.
9984 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9985 (eval-defun-1): Doc fix.
9986 (indent-sexp): Use nconc to build up indent-stack.
9987
9988 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9989 Gnus with little use.
9990 (mail-setup-hook): Add mail-abbrevs-setup to options.
9991
9992 * recentf.el: Doc fixes.
9993
9994 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9995 Clean up remainder.
9996
9997 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9998 without timezone and (8) with timezone to enforce some whitespace.
9999 Simplify code somewhat.
10000
10001 * options.el (list-options): Doc that you should use customize.
10002
10003 * iswitchb.el (iswitchb-mode): Add :require.
10004
10005 * info.el (Info-goto-node, Info-menu): Doc fix.
10006 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10007 (info-tool-bar-map): New variable.
10008 (Info-mode): Use it.
10009 (Info-edit-map): Define all in defvar.
10010 (speedbar-attached-frame): Avoid compiler warning.
10011
10012 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10013 (global-map): Bind [tool-bar] to a filtered map.
10014 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10015 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10016 Allow PBM icons.
10017 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10018
10019 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10020 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10021 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10022 icons, except up_arrow, which is left-arrow rotated.
10023
10024 * imenu.el (imenu-add-to-menubar): Fix last change.
10025
100262000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10027
10028 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10029 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10030
100312000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10032
10033 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10034 typos in doc strings.
10035
10036 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10037 the doc strings how to customize Font Lock faces.
10038
10039 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10040 computing growth when dragging the header line.
10041
100422000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10043
10044 * simple.el (kill-line): Doc fix.
10045
100462000-10-08 Miles Bader <miles@gnu.org>
10047
10048 * faces.el (secondary-selection): Make foreground visible on tty.
10049
10050 * jka-compr.el (auto-compression-mode): Move to the end of the
10051 file, because `define-minor-mode' actually calls the mode-function
10052 if the associated variable is non-nil, which requires that all
10053 needed functions be already defined.
10054 (with-auto-compression-mode): Add autoload cookie.
10055
100562000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10057
10058 * files.el (find-backup-file-name) [ms-dos]: If support for long
10059 file names is not available, behave as if version-control were set
10060 to never.
10061
100622000-10-07 Dave Love <fx@gnu.org>
10063
10064 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10065 (browse-url-gnome-moz): New function.
10066 (browse-url-browser-function): Use it.
10067 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10068
100692000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10070
10071 * indent.el (tab-always-indent): New var.
10072 (indent-for-tab-command): Use it.
10073
10074 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10075 raise an error. This way it can still default to a sane value.
10076
100772000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10078
10079 * startup.el (fancy-splash-screens): Use local rather than global map.
10080 Don't use `update-menu-bindings' any more.
10081 Get rid of assumptions about keymap representation.
10082
100832000-10-06 Dave Love <fx@gnu.org>
10084
10085 * textmodes/fill.el (sentence-end-double-space)
10086 (sentence-end-without-period): Doc fix.
10087 (adaptive-fill-regexp): Purecopy.
10088 (unjustify-current-line): Use line-end-position.
10089 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10090
10091 * net/eudc-vars.el (eudc): Add :version, :link.
10092
10093 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10094
10095 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10096 Fix for define-minor-mode.
10097 (function-at-point): Alias to function-called-at-point.
10098
10099 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10100
10101 * simple.el (backward-word): Doc fix.
10102
10103 * image-file.el (image-file-name-regexp): image-file-regexps ->
10104 image-file-name-regexps.
10105 (image-file-name-extensions): Add pbm.
10106
101072000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10108
10109 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10110 and add filename to the names so that diff-mode can jump to source.
10111
10112 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10113 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10114 (tex-font-lock-keywords-1): Remove.
10115 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10116 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10117 (font-lock-default-fontify-region):
10118 Expand beg..end correctly when just following a multiline region.
10119 (font-lock-fontify-anchored-keywords):
10120 Include the anchor text as part of the multiline.
10121
101222000-10-06 Gerd Moellmann <gerd@gnu.org>
10123
10124 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10125 latter needs the autoloaded define-minor-mode macro during the
10126 bootstrap.
10127
10128 * startup.el (command-line): For now, activate tool-bar-mode only
10129 if XPM images are supported.
10130
10131 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10132 window by dragging a header-line at the top of the frame; that's
10133 confusing because the header-line doesn't move.
10134 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10135 of treating the event as a list. Some cleanup.
10136
101372000-10-06 Miles Bader <miles@gnu.org>
10138
10139 * simple.el (display-message-or-buffer): New function.
10140 (shell-command-on-region): Use `display-message-or-buffer'.
10141
10142 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10143 docstring parts.
10144
10145 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10146 (smbclient-prompt-regexp): Add usage note to doc string.
10147 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10148 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10149 Use add-hook for adding the comint filter function, and only do so
10150 if it's not already in the global hook list.
10151 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10152 to `make-local-variable'.
10153 (nslookup-font-lock-keywords): Remove prompt entry.
10154 (nslookup): Don't set the process-filter.
10155 (finger): Exit the loop correctly when the regexps list runs out.
10156 (ftp, smbclient, smbclient-list-shares):
10157 Set the real major mode immediately, not after execing.
10158 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10159
10160 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10161
101622000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10163
10164 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10165
10166 * which-func.el (which-func-format): Remove spurious space.
10167 (which-func-mode): Don't make it permanent-local.
10168 (which-func-ff-hook): Allow which-func-maxout to be nil.
10169 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10170 (which-func-mode): Simplify.
10171 Use post-command-idle-hook rather than post-command-hook.
10172 Go through all buffers and update their state.
10173 (which-function): Also try add-log-current-defun-function.
10174
10175 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10176 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10177 Update call to with-vc-properties accordingly.
10178 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10179 (vc-revert-buffer): More careful about window selection and deletion.
10180 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10181
10182 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10183 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10184 (cvs-dired-action): Change the default to quickdir.
10185
10186 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10187 if comment-indent-function returns nil.
10188 (comment-indent-default): New function.
10189 (comment-indent-function): Use it and document the new semantics.
10190
10191 * image-file.el: Docstring fixes.
10192
10193 * help.el (help-xref-on-pp): Use match-string.
10194 (describe-variable): New arg BUFFER.
10195 Store the current buffer in the help-xref-stack.
10196 (temp-buffer-resize-mode): Use define-minor-mode.
10197
10198 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10199 consistently with its docstring.
10200 Set jit-lock-first-unfontify-pos in an idempotent way.
10201 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10202
102032000-10-05 Alex Schroeder <alex@gnu.org>
10204
10205 * sql.el (sql-mysql-options): New variable.
10206 (sql-mysql): Use it.
10207
102082000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10209
10210 * image.el (image): New group.
10211
10212 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10213 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10214
102152000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10216
10217 * net/net-utils.el (nslookup-font-lock-keywords)
10218 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10219 Ignore the value of wqindow-system; always define keywords
10220
102212000-10-05 Kenichi Handa <handa@etl.go.jp>
10222
10223 * startup.el (fancy-splash-screens): Remove the code for
10224 debugging; `(trace-to-stderr "EXITTT\n")'.
10225
102262000-10-05 Miles Bader <miles@gnu.org>
10227
10228 * diff-mode.el (diff-goto-source): Update call to
10229 `diff-hunk-status-msg' to reflect new REV variable.
10230
102312000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10232
10233 * progmodes/icon.el (icon-mode):
10234 Don't gratuitously override the default for comment-column.
10235
10236 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10237
10238 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10239 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10240 (jit-lock-functions): New var.
10241 (jit-lock-function-1): Use it if non-nil.
10242 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10243 Set the `fontified' property before doing the fontification to avoid
10244 repeatedly going through the same error.
10245 Don't turn errors into messages.
10246 (jit-lock-register, jit-lock-unregister): New functions.
10247
10248 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10249 Use with-current-buffer.
10250
10251 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10252 Turn comment into docstring.
10253
10254 * apropos.el (apropos-mode): Use define-derived-mode.
10255
102562000-10-04 Gerd Moellmann <gerd@gnu.org>
10257
10258 * startup.el (fancy-splash-pending-command): New variable.
10259 (fancy-splash-pre-command): New function.
10260 (fancy-splash-screens): Rewritten.
10261 (command-line-1): If fancy-splash-pending-command is set, call it
10262 interactively.
10263
102642000-10-04 Dave Love <fx@gnu.org>
10265
10266 * toolbar/tool-bar.el (tool-bar-setup): New function.
10267 (tool-bar-mode): Use it.
10268
10269 * subr.el (substitute-key-definition): Doc fix.
10270 (play-sound-file): New command.
10271
102722000-10-04 Andre Spiegel <spiegel@gnu.org>
10273
10274 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10275 vc-version-backup-file-name): New functions.
10276
10277 * files.el (basic-save-buffer): Call vc-before-save before saving.
10278
10279 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10280 vc-cvs-stay-local-p.
10281
10282 * vc.el (vc-revert-buffer): Handle empty diff properly.
10283 (vc-version-backup-file): New function.
10284 (vc-checkout): Create a version backup if necessary.
10285 (vc-checkin): If a version backup file exists, delete it.
10286 (vc-version-diff): Diff locally using version backups, if available.
10287 (vc-revert-file): If there's a version backup, revert locally.
10288 (vc-transfer-file): Use version backup for base version, if
10289 available. If not, ask for confirmation whether to get it from the
10290 server. Update mode line before check-in.
10291
102922000-10-04 Dave Love <fx@gnu.org>
10293
10294 * toolbar/tool-bar.el (tool-bar-setup): New function.
10295 (tool-bar-mode): Use it.
10296
102972000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10298
10299 * net/net-utils.el (nslookup-font-lock-keywords)
10300 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10301 Only set if window-system is non-nil
10302 (net-utils-run-program): Returns buffer.
10303 (network-connection-reconnect): Added this function.
10304
10305 * generic.el:
10306 Incorporates extensive cleanup and docfixes by
10307 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10308 Uses cl compile-time macros.
10309 (generic-mode-name, generic-comment-list)
10310 (generic-keywords-list, generic-font-lock-expressions)
10311 (generic-mode-function-list, generic-mode-syntax-table):
10312 Removed variables.
10313 (generic-mode-alist): Renamed to generic-mode-list.
10314 (generic-find-file-regexp): Default changed to "^#".
10315 (generic-read-type): Uses completing read on generic-mode-list.
10316 (generic-mode-sanity-check): removed this function.
10317 (generic-add-to-auto-mode): Removed this function
10318 (generic-mode-internal): Bind mode-specific definitions
10319 into function instead of putting them in alist.
10320 (generic-mode-set-comments): Reworked extensively.
10321 (generic-mode-find-file-hook): Simplified regexp searching
10322 (generic-make-keywords-list): Omit extra pair of parens
10323
10324 * find-lisp.el (find-lisp-find-files-internal):
10325 Make sure directory name ends with "/".
10326
10327 * generic-x.el (apache-conf-generic-mode):
10328 Regexp now allows leading whitespace.
10329 (rc-generic-mode): Added eval-when-compile
10330 around generic-make-keywords-list.
10331 Deleted duplicate regexp
10332 (rul-generic-mode): Added eval-when-compile
10333 around generic-make-keywords-list.
10334 (etc-fstab-generic-mode): New generic mode.
10335 (rul-generic-mode): Removed one eval-when-compile
10336 which caused a max-specpdl-size exceeded error.
10337
103382000-10-04 Miles Bader <miles@gnu.org>
10339
10340 * simple.el (minibuffer-temporary-goal-position): New variable.
10341 (next-history-element): Try to keep the position of point in the
10342 input string constant.
10343
10344 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10345 (dired-do-create-files): If there's only one file, pass it in as
10346 the DEFAULT arg to dired-mark-read-file-name.
10347
103482000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10349
10350 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10351 (diff-goto-source): Be smarter when choosing REVERSE or not.
10352
10353 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10354 (texinfo-mode-menu): Add an explicit shortcut for update all.
10355
103562000-10-03 Andre Spiegel <spiegel@gnu.org>
10357
10358 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10359 factorize backend-specific code cleanly (this was essentially
10360 conceived by Stefan Monnier).
10361 (vc-unregister): Function removed.
10362 (vc-revert-file): New function.
10363 (vc-revert-buffer): Delegate some of the work to it.
10364
10365 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10366 default branch unconditionally.
10367 (vc-rcs-set-default-branch): New function.
10368 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10369 (vc-rcs-checkin): If an appropriate default branch has been set,
10370 force creation of that branch.
10371 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10372 code (as suggested by Stefan Monnier).
10373
103742000-10-02 Gerd Moellmann <gerd@gnu.org>
10375
10376 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10377 highlighting overlay with a different face over the overlay
10378 isearch uses to highlight the current match because that can lead
10379 to bad face combinations.
10380
10381 * loadup.el (toplevel): Load faces before isearch.
10382
10383 * isearch.el (isearch-faces): New custom group.
10384 (isearch): New defface; was already tested for in the code.
10385 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10386 (isearch-highlight): Always use face `isearch'.
10387
103882000-10-02 Dave Love <fx@gnu.org>
10389
10390 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10391 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10392 comparison of opcode with operand.
10393
103942000-10-03 Miles Bader <miles@gnu.org>
10395
10396 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10397 buffer, since the echo area will now grow to accommodate them.
10398
103992000-10-02 Andre Spiegel <spiegel@gnu.org>
10400
10401 * vc-hooks.el (vc-registered): If FILE used to be registered under
10402 a certain backend, try that one first.
10403
10404 * vc.el (vc-responsible-backend): Undo the previous change in the
10405 argument list. Handle multiple backends correctly.
10406 (vc-find-new-backend): Function removed.
10407 (vc-register): Use vc-responsible-backend, as before.
10408 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10409
104102000-10-02 Gerd Moellmann <gerd@gnu.org>
10411
10412 * startup.el (fancy-splash-head): Change message below the
10413 logo.
10414
104152000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10416
10417 * diff-mode.el (diff-goto-source): Emit a status message.
10418 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10419 (diff-test-hunk): Fix doc string.
10420 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10421 (diff-advance-after-apply-hunk): New variable.
10422 (diff-apply-hunk): Don't return a value.
10423
104242000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10425
10426 * vc.el (vc-editable-p): Minor optimization.
10427 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10428 (vc-find-new-backend): New function split from vc-responsible-backend.
10429 (vc-register): Use it.
10430 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10431 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10432 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10433 (vc-clear-headers): Don't use find-file.
10434 (vc-revert-buffer): Use `and' again (must have been a braino).
10435 (vc-switch-backend): Only prompt if requested.
10436 Short circuit if nothing is to be done.
10437 Don't use vc-resynch-buffer which could lose unsaved editing.
10438 (vc-default-receive-file): Update call to vc-unregister.
10439 (with-vc-file, vc-next-action-on-file):
10440 Use vc-backend rather than vc-registered.
10441 (vc-next-action-on-file): Use intern-soft.
10442 Deal with read-only *vc-diff* buffer.
10443 (vc-transfer-file): Docstring fix.
10444
10445 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10446 (vc-rcs-receive-file): Avoid with-vc-properties.
10447 Update call to vc-unregister.
10448 Use constant `RCS' rather than (dynamically bound) var `backend'.
10449
104502000-10-01 Andre Spiegel <spiegel@gnu.org>
10451
10452 * vc.el (vc-next-action-on-file): Update mode line only if file
10453 is visited.
10454 (vc-start-entry): New argument initial-contents. Don't visit the file
10455 if it isn't already visited. Brought documentation up-to-date.
10456 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10457 (vc-checkin): New optional arg initial-contents, which is passed to
10458 vc-start-entry.
10459 (vc-finish-logentry): Make sure to bury log buffer only if there
10460 really is one. Call `vc-resynch-buffer' on log-file, not
10461 buffer-file-name.
10462 (vc-default-comment-history, vc-default-wash-log): New functions.
10463 (vc-index-of): Removed.
10464 (vc-transfer-file): Make do without the above.
10465 (vc-default-receive-file): Call comment-history unconditionally. Pass
10466 the resulting string to vc-checkin, instead of inserting it into the
10467 comment ring.
10468
10469 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10470 unconditionally. Use the comments as initial contents of the log
10471 entry buffer. Document the trick to force branch creation with no
10472 changes.
10473
104742000-10-01 Miles Bader <miles@gnu.org>
10475
10476 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10477 `recenter' with an arg to prevent redrawing the display.
10478
104792000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10480
10481 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10482
10483 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10484
10485 * progmodes/c-mode.el (c-mode):
10486 Don't gratuitously override the default for comment-column.
10487
10488 * textmodes/tex-mode.el (latex-metasection-list): New var.
10489 (latex-imenu-create-index): Use it.
10490 Move the regexp construction outside loops (and use push).
10491 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10492 (tex-font-lock-keywords): Moved from font-lock.el.
10493 (tex-comment-indent): Remove.
10494 (tex-common-initialization): Don't set comment-indent-function.
10495 (latex-block-default): New var.
10496 (tex-latex-block): Use it to provide a default choice.
10497 Add any unknown choice to latex-block-names.
10498 Insert [...] after {...}.
10499 (tex-last-unended-begin): Simplify regexp.
10500 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10501 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10502 (latex-mode): Set forward-sexp-function.
10503
10504 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10505 Add regexp for @ignore ... @end ignore.
10506 (texinfo-heading-face): New face.
10507 (texinfo-font-lock-keywords): Use it.
10508 (texinfo-mode-menu): New menu.
10509 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10510 New functions.
10511 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10512 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10513 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10514 Remove declaration.
10515 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10516
10517 * delsel.el (delete-selection-mode): Use define-minor-mode.
10518
10519 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10520
105212000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10522
10523 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10524
105252000-09-30 Gerd Moellmann <gerd@gnu.org>
10526
10527 * replace.el (keep-lines-read-args): New function.
10528 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10529 read arguments interactively. Add parameters RSTART and REND.
10530 Operate on the active region in Transient Mark mode.
10531
10532 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10533
10534 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10535 (authors-obsolete-files-regexps): New variable.
10536 (authors-add): Don't record changes in obsolete files.
10537
105382000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10539
10540 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10541
10542 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10543 (comment-indent): Make sure there's a space between code and comment.
10544 Shift comments left to avoid going past fill-column.
10545
105462000-09-29 Gerd Moellmann <gerd@gnu.org>
10547
10548 * startup.el (startup-echo-area-message): New function.
10549 (display-startup-echo-area-message): Use it.
10550 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10551 (fancy-splash-default-action): New function.
10552 (fancy-splash-screens-1): New function.
10553 (fancy-splash-head): Put a help-echo and a keymap under the image.
10554
105552000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10556
10557 * diff-mode.el (diff-add-log-file-name): Remove.
10558 (diff-mode): Use add-log-buffer-file-name-function.
10559
10560 * add-log.el (find-change-log): New arg BUFFER-FILE.
10561 (add-log-file-name): Obey add-log-file-name-function.
10562 (add-log-buffer-file-name-function): New var.
10563 (add-change-log-entry): Use it.
10564
105652000-09-29 Miles Bader <miles@gnu.org>
10566
10567 * image-file.el (image-file-name-extensions): New variable.
10568 (image-file-name-regexps): Renamed from `image-file-regexps'.
10569 New default value is nil. Call `auto-image-file-mode'.
10570 (image-file-name-regexp): New function.
10571 (auto-image-file-mode): New minor mode.
10572 (insert-image-file): Don't make conditional on the image-file
10573 handler being enabled.
10574 (image-file-handler): Make the call here conditional instead.
10575 (set-image-file-handler-enabled, enable-image-file-handler)
10576 (disable-image-file-handler): Functions removed.
10577
10578 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10579 string.
10580
105812000-09-29 Gerd Moellmann <gerd@gnu.org>
10582
10583 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10584 it's a function from CL.
10585 (latex-imenu-create-index): Replace eval-when-compile with progn
10586 because latex-section-alist is not bound while compiling.
10587
105882000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10589
10590 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10591 (outline-mode): Use define-derived-mode.
10592
10593 * progmodes/perl-mode.el (perl-mode):
10594 * progmodes/awk-mode.el (awk-mode):
10595 * progmodes/asm-mode.el (asm-mode):
10596 Don't gratuitously override the default for comment-column.
10597
10598 * emacs-lisp/lisp.el (lisp-complete-symbol):
10599 Distinguish the let-binding case from the funcall case.
10600 (forward-sexp-function): New variable.
10601 (forward-sexp): Use it.
10602
10603 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10604 (easy-mmode-defmap): Remove the now useless autoload.
10605
10606 * time.el (display-time-mode): Use define-minor-mode.
10607
10608 * subr.el (add-minor-mode): Don't eval NAME.
10609 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10610 Use if rather than cond.
10611
10612 * simple.el (read-expression-map): Define more properly.
10613 (comment-indent-hook): Remove.
10614 (string-to-syntax): Bug fix.
10615
10616 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10617 (cvs-ediff-diff): Fix typo.
10618 (cvs-revert-if-needed): Don't bother preserving read-only.
10619
10620 * paren.el (show-paren-mode): Use define-minor-mode.
10621
10622 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10623 (toggle-auto-compression): Remove.
10624 (jka-compr-build-file-regexp): Remove useless grouping.
10625
10626 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10627 Avoid user-reserved bindings.
10628 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10629 (diff-header-face): Revert to grey85.
10630
10631 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10632
10633 * complete.el (partial-completion-mode) <defcustom>: Remove.
10634 (partial-completion-mode): Use define-minor-mode.
10635 (PC-do-completion): Understand `completion-auto-help = delay'
10636 to mean to popup the completion buffer only the second time.
10637 (PC-include-file-all-completions, PC-include-file-all-completions)
10638 (PC-include-file-all-completions): Don't quote lambda.
10639
10640 * comint.el (comint-mode-hook): Docstring fix.
10641 (comint-mode): Use define-derived-mode.
10642 (comint-mode-map): Remove obsolete comment.
10643 (make-comint): Minor stylistic change.
10644 (comint-insert-clicked-input): Be more careful to find the overlay.
10645 Use this-command-keys rather than hardcoding mouse-2.
10646
10647 * font-lock.el: Replace confusing (,@ with ,
10648 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10649 Don't use regexp-opt-depth. Spice up the regexp for args.
10650 Don't distinguish between cmds that can take an opt arg or not.
10651 Use `append' and `prepend' rather than `keep'.
10652
10653 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10654 (latex-outline-regexp): New var.
10655 (latex-outline-level): New fun.
10656 (latex-section-alist): New var.
10657 (latex-imenu-create-index): Use it. Use `push' as well.
10658 (tex-shell-map): Initialize it properly.
10659 (tex-mode): Minor stylistic change.
10660 (plain-tex-mode): Use define-derived-mode.
10661 (latex-mode): Use define-derived-mode.
10662 Construct the paragraph regexps in a more readable way.
10663 Set the buffer-local outline-{level,regexp} vars.
10664 (slitex-mode): Derive from latex-mode.
10665 (tex-common-initialization): Don't kill-all-vars anymore.
10666 Add setting for comment-add and font-lock-defaults.
10667 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10668 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10669 (tex-start-tex): New arg DIR (and send a chdir command for it).
10670 Also display the shell buffer and save it in tex-last-buffer-texed.
10671 (tex-region): Use expand-file-name rather than concat.
10672 Remove code made useless by changes in tex-start-tex.
10673 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10674
10675 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10676
106772000-09-28 Dave Love <fx@gnu.org>
10678
10679 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10680
106812000-09-28 Gerd Moellmann <gerd@gnu.org>
10682
10683 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10684 `append'.
10685
106862000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10687
10688 * info.el (Info-extract-pointer): Undo last change.
10689 Instead, fix the position of the `bound' arg to re-search-backward.
10690
106912000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10692
10693 * info.el (Info-extract-pointer):
10694 Widen more carefully, to avoid finding pointers in other nodes.
10695 (Info-index): Use push.
10696
106972000-09-27 Gerd Moellmann <gerd@gnu.org>
10698
10699 * frame.el (set-frame-font): Remove call to obsolete function
10700 frame-update-faces.
10701 (set-foreground-color, set-background-color): Likewise for
10702 frame-update-face-colors.
10703
107042000-09-27 Miles Bader <miles@gnu.org>
10705
10706 * image-file.el: New file.
10707
107082000-09-27 Gerd Moellmann <gerd@gnu.org>
10709
10710 * frame.el (frame-notice-user-settings): Don't call
10711 frame-update-faces, which is a no-op now.
10712
10713 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10714 tool-bar-lines.
10715
107162000-09-27 Dave Love <fx@gnu.org>
10717
10718 * mouse.el: Fix last change.
10719
107202000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10721
10722 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10723
107242000-09-22 Kenichi Handa <handa@etl.go.jp>
10725
10726 * international/quail.el (quail-help): The output message is
10727 improved.
10728
107292000-09-26 Dave Love <fx@gnu.org>
10730
10731 * mouse.el (popup-menu): If POSITION is nil, set it using
10732 mouse-position.
10733
107342000-09-25 Sam Steingold <sds@gnu.org>
10735
10736 * net/browse-url.el (browse-url-file-url): Check for null maps.
10737
107382000-09-26 Gerd Moellmann <gerd@gnu.org>
10739
10740 * frame.el (frame-notice-user-settings): Don't add a
10741 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10742
10743 * frame.el (frame-notice-user-settings):
10744 Make tool-bar-mode and default-frame-alist consistent.
10745
10746 * toolbar/tool-bar.el (tool-bar-help): New function.
10747
107482000-09-25 Gerd Moellmann <gerd@gnu.org>
10749
10750 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10751 current-load-list in top-level forms. Else this leaks a cons cell
10752 every time a defun is called.
10753
10754 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10755
107562000-09-25 Dave Love <fx@gnu.org>
10757
10758 * startup.el (fancy-splash-head): Check XPM is available.
10759
10760 * autoinsert.el (auto-insert): Doc fix.
10761 (auto-insert-alist): Following GNU notices, don't say `copyright
10762 _by_'. Use line-beginning-position.
10763 (auto-insert): Check buffer-file-name is non-nil before use.
10764
107652000-09-25 Gerd Moellmann <gerd@gnu.org>
10766
10767 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10768 starting with `@def' or `@multitable', in addition to ones
10769 specified by the user in auto-fill-inhibit-regexp.
10770
107712000-09-25 Markus Rost <rost@math.ohio-state.edu>
10772
10773 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10774 rmail-dont-reply-to-names matches the empty string.
10775
107762000-09-25 Gerd Moellmann <gerd@gnu.org>
10777
10778 * startup.el (command-line-1, fancy-splash-text): Change the
10779 text to sound more friendly.
10780
107812000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10782
10783 * progmodes/hideshow.el: Update author email address.
10784 Generally, sync w/ maintainer version 5.22.
10785 (hs-hide-all-non-comment-function): New var.
10786 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10787 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10788 (hs-show-region): Delete this command.
10789 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10790
107912000-09-22 Dave Love <fx@gnu.org>
10792
10793 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10794 (hl-line-highlight): Specify buffer when moving overlay.
10795
10796 * progmodes/fortran.el (fortran-mode): Locally set
10797 normal-auto-fill-function.
10798 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10799 (fortran-mode-map): Adjust auto-fill menu entry.
10800
108012000-09-22 Gerd Moellmann <gerd@gnu.org>
10802
10803 * vc-rcs.el (toplevel): Require `vc' when compiling.
10804
10805 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10806
108072000-09-22 Andre Spiegel <spiegel@gnu.org>
10808
10809 * vc.el (vc-switch-backend): Signal an error if the file is not
10810 registered under the new backend.
10811
10812 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10813 without explicit revision number.
10814
108152000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10816
10817 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10818 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10819 (diff-xor): New function.
10820 (diff-find-source-location): Use it. Fix a stupid name clash.
10821 (diff-hunk-status-msg): New function.
10822 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10823 (diff-test-hunk): Use diff-find-source-location.
10824 (diff-goto-source): Favor the `reverse'.
10825 (diff-hunk-text): Properly handle one-sided context diffs.
10826 (diff-apply-hunk): When done, advance to the next hunk.
10827
108282000-09-21 Gerd Moellmann <gerd@gnu.org>
10829
10830 * startup.el (command-line): If frame was created with a non-zero
10831 tool-bar-lines parameter, switch tool-bar-mode on.
10832
10833 * add-log.el (change-log-date-face, change-log-name-face)
10834 (change-log-email-face, change-log-file-face)
10835 (change-log-list-face, change-log-conditionals-face)
10836 (change-log-function-face, change-log-acknowledgement-face):
10837 New faces, inheriting from font-lock faces.
10838 (change-log-font-lock-keywords): Use them.
10839
108402000-09-21 Dave Love <fx@gnu.org>
10841
10842 * progmodes/cperl-mode.el (top-level): Clean up
10843 `eval-when-compile's and assorted defvars.
10844 (cperl-invalid-face): Don't double-quote value. Change custom
10845 type.
10846 (cperl-mode): Set normal-auto-fill-function and don't zap
10847 auto-fill-function.
10848 (cperl-imenu--function-name-regexp-perl): Renamed from
10849 imenu-example--function-name-regexp-perl.
10850 (cperl-imenu--create-perl-index): Renamed from
10851 imenu-example--create-perl-index.
10852 (cperl-xsub-scan): Don't require cl.
10853
10854 * msb.el (msb-mode-map): Use substitute-key-definition.
10855 (msb-mode): Use msb-mode-map.
10856
108572000-09-21 Andre Spiegel <spiegel@gnu.org>
10858
10859 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10860 New functions.
10861 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10862 (vc-switch-backend): New function.
10863 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10864 (vc-register): Fix prompt.
10865 (vc-unregister, vc-default-unregister): New functions.
10866 (vc-version-diff): Handle empty buffer in sentinel.
10867
10868 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10869 (vc-rcs-state-heuristic): Use it to guess the state of files with
10870 non-strict locking.
10871 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10872 been set with -b, but not created yet.
10873 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10874 contents in order to find the state.
10875 (vc-rcs-checkin): Allow creation of branches with no changes.
10876 (vc-rcs-unregister, vc-rcs-receive-file)
10877 (vc-rcs-set-non-strict-locking): New functions.
10878
10879 * vc-hooks.el (vc-name): Force correct computation of the value
10880 in case it is missing.
10881
108822000-09-21 Gerd Moellmann <gerd@gnu.org>
10883
10884 * startup.el (fancy-splash-tail): Use a different foreground
10885 color on a dark frame background.
10886
108872000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10888
10889 * info.el: Use the correct capitalization when making Info-mode
10890 and Info-edit-mode `special' modes.
10891
108922000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10893
10894 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10895 (diff-mode): Add support for add-log.el.
10896 (diff-hunk-text): Use char offsets rather than line offsets.
10897 (diff-find-source-location): Replace LINE with line-offset (nil
10898 if not found) and always set POS to a meaningful position.
10899 Adapt to the new char-offsets.
10900 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10901 Adapt to the new diff-find-source-location.
10902 (diff-goto-source): Adapt to the new diff-find-source-location.
10903
10904 * add-log.el (add-log-file-name): New function (split out of
10905 add-change-log-entry).
10906 (add-change-log-entry): Use it.
10907 Call add-log-file-name-function with the changelog file name if
10908 the current buffer is not associated with any file.
10909 Avoid find-file if the selected window is dedicated.
10910
10911 * diff-mode.el (diff-find-source-location):
10912 Move code from diff-apply-hunk. Return buffer rather than file.
10913 (diff-apply-hunk): Use the new result from diff-find-source-location.
10914 (diff-goto-source): Use the new diff-find-source-location.
10915
109162000-09-20 Dave Love <fx@gnu.org>
10917
10918 * iswitchb.el: Some doc fixes.
10919 (iswitchb-mode-map): Define completely initially. Inherit
10920 minibuffer-local-map.
10921 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10922 fundamental-mode.
10923 (iswitchb-global-map): New variable.
10924 (iswitchb-summaries-to-end): Amalgamate regexps.
10925 (iswitchb-mode): New.
10926 (iswitchb-mode-hook): New variable.
10927 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10928 `extensions'.
10929
109302000-09-20 Gerd Moellmann <gerd@gnu.org>
10931
10932 * ehelp.el (electric-help): New defgroup.
10933 (electric-help-shrink-window): New user-option.
10934 (with-electric-help): Use it.
10935
10936 * window.el (shrink-window-if-larger-than-buffer): If face
10937 `mode-line' has a :box, and we're on a graphical frame, add 1
10938 to the needed window height.
10939
10940 * frame.el (frame-notice-user-settings): Add a last parameter nil
10941 to a call to `append', because the last list passed to `append' is
10942 not copied, and so subsequent calls to assq-delete-all will modify
10943 default-frame-alist.
10944
10945 * startup.el (fancy-splash-image): Change :type.
10946 (fancy-splash-head): Use an XBM image if appropriate.
10947 (command-line-1): Show splash screens in more cases.
10948
10949 * startup.el (fancy-splash-text): Don't quote faces.
10950
10951 * dired.el (dired-font-lock-keywords): Undo last change.
10952 (dired-readin): Bind indent-tabs-mode to nil.
10953
10954 * startup.el (fancy-splash-head): If frame's background mode
10955 is `dark', change the black background of the image to gray.
10956 (fancy-splash-screens): Display startup echo area message.
10957 (display-startup-echo-area-message): New function.
10958
109592000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10960
10961 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10962
10963 * info.el (info-header-node): Tweak for color ttys.
10964
10965 * faces.el (face-valid-attribute-values): Make sure directories we
10966 search for stipples both exist and are readable before trying to
10967 search them.
10968
10969 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10970 in the dry-run case.
10971
10972 * jka-compr.el (with-auto-compression-mode): New macro.
10973
10974 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10975 (custom-group-tag-face, custom-variable-tag-face): Use relative
10976 :height and inherit from `variable-pitch' face instead of
10977 hardwiring :family.
10978 * hi-lock.el (hi-black-hb): Likewise.
10979
10980 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10981 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10982 toolbar-add-item, if image doesn't have a mask add a `:mask
10983 heuristic'.
10984
109852000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10986
10987 * diff-mode.el: Docstring fixes.
10988 (diff-header-face, diff-comment-face): New faces.
10989 (diff-font-lock-keywords): Highlight a bit differently.
10990 (diff-find-source-location): Don't return SPAN any more.
10991 (diff-hunk-text): Don't bother erasing the temp buffer.
10992 (diff-find-text): Drop argument LINE.
10993 (diff-apply-hunk): Update calls to diff-find-text.
10994 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10995
10996 * calendar/calendar.el: Docstring fixes.
10997 (calendar-make-alist): Don't quote lambda.
10998 (calendar-star-date): Use make-local-variable.
10999
110002000-09-19 Dave Love <fx@gnu.org>
11001
11002 * toolbar/tool-bar.el: Renamed from toolbar.el.
11003 Change `toolbar' to `tool-bar' generally in symbols.
11004 Make some items invisible in `special' major modes.
11005 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11006 Add arg PROPS.
11007
11008 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11009 Add :version here.
11010 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11011
110122000-09-19 Gerd Moellmann <gerd@gnu.org>
11013
11014 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11015
11016 * files.el (find-file-suppress-same-file-warnings): New user-option.
11017 (find-file-noselect): Use it.
11018
11019 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11020 (fancy-splash-screen): Defgroup.
11021
11022 * add-log.el (change-log-font-lock-keywords): Match names
11023 more exactly for the case that font-lock-constant-face is
11024 underlined.
11025
110262000-09-19 Richard M. Stallman <rms@gnu.org>
11027
11028 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11029
110302000-09-19 Andre Spiegel <spiegel@gnu.org>
11031
11032 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11033
110342000-09-19 Gerd Moellmann <gerd@gnu.org>
11035
11036 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11037 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11038 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11039 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11040 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11041 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11042 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11043 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11044 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11045 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11046 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11047 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11048
11049 * startup.el (fancy-splash-text): New variable.
11050 (fancy-splash-delay, fancy-splash-image): New user-options.
11051 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11052 (fancy-splash-screens): New functions.
11053 (command-line-1): If display has a `display' frame parameter, has
11054 colors, and we have XPM support, show more fancy splash screens.
11055
110562000-09-19 Dave Love <fx@gnu.org>
11057
11058 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11059 with null `help'. Use modern backquote syntax.
11060
110612000-09-19 Gerd Moellmann <gerd@gnu.org>
11062
11063 * font-lock.el (font-lock-mode): Change message telling the user
11064 that ``the buffer is too big''.
11065
11066 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11067 for instance for the case that tab-width is 2.
11068
110692000-09-18 Gerd Moellmann <gerd@gnu.org>
11070
11071 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11072 toolbar-add-item, if image doesn't have a mask add a `:mask
11073 heuristic'.
11074
110752000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11076
11077 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11078 and return a cons if it's non-nil.
11079 (diff-apply-hunk): Try to jump to the line in the source text
11080 corresponding to the position of point in the in the hunk.
11081
11082 * info.el (Info-title-3-face, Info-title-2-face)
11083 (Info-title-1-face): Use face inheritance and relative sizes
11084 instead of hard-wiring things.
11085
11086 * faces.el (secondary-selection): Make dark-background variant sane.
11087
110882000-09-16 Andrew Innes <andrewi@gnu.org>
11089
11090 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11091 read-only, since they aren't under VC now.
11092
110932000-09-17 Dave Love <fx@gnu.org>
11094
11095 * tmm.el: Replace mapcar with mapc in several places.
11096
11097 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11098 ad-unadvise.
11099
11100 * international/latin1-disp.el: New file.
11101
11102 * calendar/cal-move.el (scroll-calendar-left)
11103 (scroll-calendar-right): Make arg optional (for active mode line).
11104
11105 * calendar/calendar.el (calendar-mode-line-format): Make fields
11106 mouse-sensitive.
11107 (calendar-read-date, calendar-read-date, calendar-window-list):
11108 Unquote lambda.
11109 (calendar-month-name): Use aref, not sref.
11110
11111 * view.el (minor-mode-alist): Propertize the string.
11112
11113 * international/characters.el (standard-case-table): Add entries
11114 for Greek.
11115
111162000-09-18 Miles Bader <miles@gnu.org>
11117
11118 * info.el (info-node, info-xref): Add dark-background variants.
11119
11120 * faces.el (header-line): Change defaults to be less confusing
11121 when mixed with mode-lines.
11122
11123 * info.el (Info-fontify-node): Make a few cleanups.
11124 Add extra `help-echo' and `local-map' props to node xrefs.
11125 Use header-specific faces for node-names & xrefs.
11126 (Info-use-header-line): New variable.
11127 (info-header-xref, info-header-node): New faces.
11128 (Info-setup-header-line): New function.
11129 (Info-select-node): Call Info-setup-header-line when enabled.
11130 (Info-extract-pointer): Work even if the header line is hidden.
11131 (Info-header-line): New variable.
11132
111332000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11134
11135 * vms-patch.el (print-region-function): Don't quote lambda.
11136
11137 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11138
11139 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11140 (lm-get-header-re): Allow spaces between the header and the colon.
11141 (lm-header): Allow $ in non-RCS headers.
11142 (lm-header-multiline): Put the strings back into order.
11143 Stop at an empty line. Don't require two space chars if the
11144 line is clearly not another header line.
11145
11146 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11147 (popup-menu-popup): Remove.
11148
111492000-09-15 Gerd Moellmann <gerd@gnu.org>
11150
11151 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11152 specification if or if not tool-bar item contains an `:enabled'
11153 property.
11154
11155 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11156 current buffer has no file name.
11157
111582000-09-15 Dave Love <fx@gnu.org>
11159
11160 * strokes.el: Sync with maintainer's current version with changes
11161 for Emacs, but avoid runtime cl and levents.
11162 (toplevel): Change autoloads and compilation requires.
11163 (strokes-version, strokes-bug-address, strokes-lift): Values
11164 changed.
11165 (strokes-xpm-header, strokes-insinuated): New variable.
11166 (strokes): Add :link.
11167 (strokes-mode): Customized.
11168 (strokes-while-inhibiting-garbage-collector): New macro.
11169 (strokes-remassoc): Avoid remove-if.
11170 (strokes-fix-button2-command): Don't use ad-do-it.
11171 (strokes-insinuate): New function.
11172 (strokes-button-press-event-p, strokes-button-release-event-p):
11173 New functions, used instead of non-`strokes-' versions..
11174 (strokes-mouse-event-p): Rewritten.
11175 (strokes-event-closest-point): Avoid event-point.
11176 (strokes-get-grid-position): Avoid cdadr, caadr
11177 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11178 functions.
11179 (strokes-help): Use with-output-to-temp-buffer.
11180 (strokes-window-configuration-changed-p): New function.
11181 (strokes-update-window-configuration): Use buffer-live-p,
11182 strokes-window-configuration-changed-p.
11183 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11184 (strokes-char-face): New face.
11185 (strokes-char-table, strokes-base64-chars): New variable.
11186 (strokes-xpm-for-stroke, strokes-list-strokes)
11187 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11188 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11189 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11190 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11191 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11192 functions.
11193
111942000-09-15 Gerd Moellmann <gerd@gnu.org>
11195
11196 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11197
11198 * image.el (create-image): Doc fix.
11199
11200 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11201 instead of `:heuristic-mask t'.
11202
112032000-09-14 Andrew Innes <andrewi@gnu.org>
11204
11205 * makefile.w32-in: Revert to Unix line endings.
11206
112072000-09-14 Andrew Innes <andrewi@gnu.org>
11208
11209 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11210 when installing.
11211
11212 * makefile.nt (DONTCOMPILE): Fix typo.
11213
11214 * shell.el (shell-write-history-on-exit): New function.
11215 (shell-dumb-shell-regexp): New custom variable.
11216 (shell-mode): Make shell-write-history-on-exit the process
11217 sentinel if shell name matches shell-dumb-shell-regexp.
11218
11219 * w32-fns.el: Comment out before-init-hook function which resets
11220 source-directory based; this breaks bootstrap.
11221
112222000-09-14 Dave Love <fx@gnu.org>
11223
11224 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11225 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11226 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11227 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11228 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11229 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11230 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11231 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11232 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11233
11234 * toolbar/toolbar.el: New.
11235
11236 * subdirs.el: Add toolbar.
11237
112382000-09-14 Gerd Moellmann <gerd@gnu.org>
11239
11240 * indent.el (indent-for-tab-command): Doc fix.
11241
112422000-09-14 Alex Schroeder <alex@gnu.org>
11243
11244 * ansi-color.el (ansi-colors): Doc change.
11245 (ansi-color-get-face): Simplified regexp.
11246 (ansi-color-faces-vector): Added more faces, doc change.
11247 (ansi-color-names-vector): Doc change.
11248 (ansi-color-regexp): Simplified regexp.
11249 (ansi-color-parameter-regexp): New regexp.
11250 (ansi-color-filter-apply): Doc change.
11251 (ansi-color-filter-region): Doc change.
11252 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11253 deal with zero length parameters.
11254 (ansi-color-apply-on-region): Doc change.
11255 (ansi-color-map): Doc change.
11256 (ansi-color-map-update): Removed debugging message.
11257 (ansi-color-get-face-1): Added condition-case to trap
11258 args-out-of-range errors.
11259 (ansi-color-get-face): Doc change.
11260 (ansi-color-make-face): Removed.
11261 (ansi-color-for-shell-mode): New option.
11262
112632000-09-13 Kenichi Handa <handa@etl.go.jp>
11264
11265 * international/quail.el (quail-start-translation): Translate KEY
11266 if necessary even if it doesn't have any mapping in the current
11267 input method.
11268 (quail-start-conversion): Likewise.
11269 (quail-help): The output message is improved.
11270
112712000-09-13 Miles Bader <miles@gnu.org>
11272
11273 * comint.el (comint-output-filter): Revert to using
11274 `insert-before-markers'. Add bletcherous hack to undo damage
11275 caused by `insert-before-markers'. Put `front-sticky' property on
11276 overlays created here so that the field code understands how the
11277 overlay works. Use a let when making comint-last-prompt-overlay,
11278 so that the code is easier to read.
11279
112802000-09-13 Dave Love <fx@gnu.org>
11281
11282 * wid-edit.el (widget-default-format-handler): DTRT when
11283 doc-property is a function.
11284
112852000-09-12 Francesco Potorti` <pot@gnu.org>
11286
11287 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11288 filed name if it's not there.
11289
112902000-09-12 Dave Love <fx@gnu.org>
11291
11292 * simple.el (read-mail-command): Doc fix.
11293 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11294
11295 * vc.el (vc-dired-listing-switches): Fix :version.
11296
11297 * vc-hooks.el: Doc fixes.
11298
11299 * subr.el (add-minor-mode): Use toggle-fun arg.
11300
11301 * speedbar.el: Add :version to several defcustoms.
11302
11303 * imenu.el (imenu--truncate-items, imenu--cleanup)
11304 (imenu--generic-function): Avoid mapcar.
11305 (imenu--replace-spaces): Function removed.
11306 (imenu--completion-buffer): Use subst-char-in-string.
11307 (imenu-add-to-menubar): Use keymap inheritance.
11308
113092000-09-12 Miles Bader <miles@gnu.org>
11310
11311 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11312 (diff-mode-map): Bind `diff-test-hunk'.
11313 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11314
113152000-09-11 Gerd Moellmann <gerd@gnu.org>
11316
11317 * bytecomp.el (byte-compile-defvar): Undo last change
11318 because it breaks '(make-variable-buffer-local (defvar ...)'
11319 which is used at least in dired.
11320
113212000-09-12 Kenichi Handa <handa@etl.go.jp>
11322
11323 * international/quail.el (quail-define-package): Docstring
11324 modified.
11325
113262000-09-12 Kenichi Handa <handa@etl.go.jp>
11327
11328 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11329 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11330 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11331 docstring of "chinese-py".
11332
11333 * international/quail.el (quail-translation-docstring): New
11334 variable.
11335 (quail-show-keyboard-layout): Docstring modified.
11336 (quail-select-current): Likewise.
11337 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11338 infinite recursive call.
11339 (quail-help): Check quail-translation-docstring. Format of the
11340 output changed.
11341 (quail-help-insert-keymap-description): Adjusted for the above
11342 change.
11343
113442000-09-11 Gerd Moellmann <gerd@gnu.org>
11345
11346 * bytecomp.el (byte-compile-defvar): Only cons onto
11347 current-load-list in top-level forms. Else this leaks a cons cell
11348 every time a defun is called.
11349
113502000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11351
11352 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11353 Now understands non-unified diffs. Some functionality moved into
11354 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11355 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11356 modify anything. Only reposition point in the patched file if the
11357 patch succeeds. Only pop up another window if POPUP is true.
11358 Emit a message describing what happened if successful, and at what
11359 line-offset. Automatically detect reversed hunks and do something
11360 appropriate.
11361 (diff-hunk-text, diff-find-text): New functions.
11362 (diff-filter-lines): Function removed.
11363 (diff-test-hunk): New function.
11364 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11365
113662000-09-10 Dave Love <fx@gnu.org>
11367
11368 * textmodes/tildify.el: Minor doc/commentary fixes.
11369 (tildify) <defgroup>: Add :version.
11370
11371 * faces.el (face-x-resources): Make custom type more specific.
11372 (frame-background-mode): Use mapc.
11373 (region) <defcustom>: Add :version.
11374
113752000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11376
11377 * vc-sccs.el (vc-sccs-register):
11378 * vc-rcs.el (vc-rcs-register):
11379 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11380 * vc.el (vc-register): Clear file's properties.
11381
113822000-09-08 Gerd Moellmann <gerd@gnu.org>
11383
11384 * faces.el (face-spec-set): Only face-spec-reset-face when
11385 ATTRS is non-nil.
11386
113872000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11388
11389 * help.el (help-insert-xref-button): Fix a typo in doc string.
11390
113912000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11392
11393 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11394 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11395 methods.
11396
11397 * menu-bar.el (read-mail-item-name): New function.
11398 (menu-bar-tools-menu): Use it to compute and display the package
11399 used to read email.
11400 (menu-bar-tools-menu): Fix typo in GUD's help string.
11401
114022000-09-07 Dave Love <fx@gnu.org>
11403
11404 * diff-mode.el (diff-mouse-goto-source): New function.
11405
11406 * vc-sccs.el: Doc fixes.
11407 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11408
11409 * vc-rcs.el: Doc fixes.
11410 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11411 (vc-rcs-checkout-switches, vc-rcs-header)
11412 (vc-rcs-master-templates): Add or change :version.
11413
11414 * vc-cvs.el: Doc fixes.
11415 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11416 (vc-cvs-stay-local): Add :version.
11417
11418 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11419
114202000-09-07 Kenichi Handa <handa@etl.go.jp>
11421
11422 * international/quail.el (quail-help): Fix previous change.
11423
114242000-09-07 Gerd Moellmann <gerd@gnu.org>
11425
11426 * faces.el (color-values): Doc fix.
11427
11428 * faces.el (frame-set-background-mode): Use frame-parameter
11429 instead of frame-parameters.
11430
11431 * frame.el (filtered-frame-list): Reduce consing.
11432 (frames-on-display-list): Call frame-parameter instead of
11433 frame-parameters.
11434
114352000-09-07 Kenichi Handa <handa@etl.go.jp>
11436
11437 * language/devan-util.el (devanagari-to-indian-region): In the
11438 loop, change the following char, not preceding char.
11439
114402000-09-07 Gerd Moellmann <gerd@gnu.org>
11441
11442 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11443 instead of frame-parameters.
11444
11445 * faces.el (set-face-attribute): Simplify by calling
11446 internal-set-lisp-face-attribute with FRAME being 0.
11447
11448 * vc.el: Remove `Id' version control keyword.
11449
114502000-09-07 Kenichi Handa <handa@etl.go.jp>
11451
11452 * help.el (help-make-xrefs): Adjusted for the change of
11453 help-xref-mule-regexp.
11454 (help-insert-xref-button): New function.
11455
11456 * international/mule-cmds.el (help-xref-mule-regexp-template):
11457 Include the pattern for character set.
11458 (leim): New group.
11459
11460 * international/quail.el: Don't require face.
11461 (quail): New group.
11462 (quail-other-command): Dummy command to make quail-help work better.
11463 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11464 (quail-keyboard-layout-substitution): New variable.
11465 (quail-update-keyboard-layout): New function.
11466 (quail-keyboard-layout-type): New customizable variable.
11467 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11468 (quail-keyboard-translate): Pay attention to
11469 quail-keyboard-layout-substitution.
11470 (quail-insert-kbd-layout): New function.
11471 (quail-show-keyboard-layout): New function.
11472 (quail-get-translation): If the definition is a vector of length
11473 1, and the element is a string of length 1, return the character
11474 in that string.
11475 (quail-update-current-translations): Fix the case of
11476 relative-index out of range.
11477 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11478 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11479 Show key sequences for all available characters.
11480 (quail-help-insert-keymap-description): Don't show such verbose
11481 key bindings as quail-self-insert-command.
11482
11483 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11484 Format changed, and each element now have extra documentations.
11485 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11486 Adjusted for the change of quail-cxterm-package-ext-info.
11487
114882000-09-06 Gerd Moellmann <gerd@gnu.org>
11489
11490 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11491 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11492 during bootstrap.
11493
114942000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11495
11496 * vc.el: (toplevel): Don't require `dired' at run-time.
11497 (vc-dired-resynch-file): Remove autoload cookie.
11498
114992000-09-05 Andre Spiegel <spiegel@gnu.org>
11500
11501 * vc.el: Made several backend functions optional.
11502 (vc-default-responsible-p): New function.
11503 (vc-merge): Use RET for first version to trigger merge-news, not
11504 prefix arg.
11505 (vc-annotate): Handle backends that do not support annotation.
11506 (vc-default-merge-news): Removed. The existence of a merge-news
11507 implementation is now checked on caller sites.
11508
11509 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11510 case.
11511
11512 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11513 special case that has been removed from the default in vc-hooks.el.
11514
115152000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11516
11517 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11518
115192000-09-05 Andre Spiegel <spiegel@gnu.org>
11520
11521 * vc-hooks.el: Require vc during compilation.
11522 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11523 macro `with-vc-properties' in vc.el.
11524 (vc-file-getprop): Doc fix.
11525 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11526
11527 * vc.el: Require dired-aux during compilation.
11528 (vc-name-assoc-file): Moved to vc-sccs.el.
11529 (with-vc-properties): New macro.
11530 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11531 vc-finish-steal): Use it.
11532 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11533 to the backend-specific function is now supposed to do the checkout,
11534 too.
11535 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11536
11537 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11538 set file properties; that gets done in the generic code now.
11539
11540 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11541 Changed parameter list, added code from vc.el that does the
11542 checkout, possibly with a double-take.
11543
11544 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11545 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11546 the above under the new name.
11547 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11548 parameter list, added checkout command.
11549 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11550 properties; that gets done in the generic code now.
11551
115522000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11553
11554 * vc.el: Docstring fixes (courtesy of checkdoc).
11555
115562000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11557
11558 * vc.el (vc-checkout-writable-buffer-hook)
11559 (vc-checkout-writable-buffer): Remove.
11560 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11561 (vc-log-mode): Make it into a clean derived major mode.
11562 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11563 vc-log-mode if log-edit is not available.
11564 (vc-dired-mode-map): Don't set-keymap-parent yet.
11565 (vc-dired-mode): Do set-keymap-parent here.
11566 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11567
115682000-09-05 Gerd Moellmann <gerd@gnu.org>
11569
11570 * faces.el (set-face-attribute, face-spec-reset-face)
11571 (face-spec-set): Avoid consing by removing calls to `apply'.
11572
11573 * frame.el (frame-parameter): Move to C code.
11574
115752000-09-05 Dave Love <fx@gnu.org>
11576
11577 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11578 insert-before-markers-and-inherit. Now checked systematically!
11579
115802000-09-05 Alex Schroeder <alex@gnu.org>
11581
11582 * sql.el (sql-postgres): Use sql-postgres-options.
11583 (sql-postgres-options): New variable.
11584
115852000-09-05 Alex Schroeder <alex@gnu.org>
11586
11587 * sql.el (sql-mode-menu): Work around missing variable mark-active
11588 in XEmacs.
11589 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11590 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11591 compatibility.
11592
115932000-09-04 Gerd Moellmann <gerd@gnu.org>
11594
11595 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11596
11597 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11598
11599 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11600
116012000-09-04 Andre Spiegel <spiegel@gnu.org>
11602
11603 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11604 don't support anything else under SCCS yet.
11605
11606 * vc-hooks.el: Minor doc fixes.
11607
116082000-09-04 Andre Spiegel <spiegel@gnu.org>
11609
11610 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11611 not necessary. If verbose in state `needs-patch', do the same as
11612 under `up-to-date'. When NOT verbose and `needs-patch', check out
11613 latest version instead of `merge-news'.
11614 (vc-next-action-dired): Don't mess with default-directory here; it
11615 breaks other parts of dired. It is the job of the
11616 backend-specific functions to adjust it temporarily if they need it.
11617 (vc-next-action): Remove a special CVS case.
11618 (vc-clear-headers): New optional arg FILE.
11619 (vc-checkin, vc-checkout): Set properties vc-state and
11620 vc-checkout-time properly.
11621 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11622 (vc-print-log): Use new backend function `show-log-entry'.
11623 (vc-cancel-version): Do the checks in a different order. Added a
11624 FIXME concerning RCS-only code.
11625
11626 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11627 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11628
11629 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11630
11631 * vc-hooks.el (vc-default-mode-line-string): Show state
11632 `needs-patch' as a `-' too.
11633
116342000-09-04 Andre Spiegel <spiegel@gnu.org>
11635
11636 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11637 (vc-default-could-register): New function.
11638 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11639 (vc-resynch-buffer): Call vc-dired-resynch-file.
11640 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11641 vc-resynch-buffer instead of vc-resynch-window.
11642 (vc-next-action-dired): Don't redisplay here, that gets done as a
11643 result of the individual file operations.
11644 (vc-retrieve-snapshot): Corrected prompt order.
11645
11646 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11647
11648 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11649 as well.
11650 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11651 hostname regexps. Updated all callers.
11652 (vc-cvs-responsible-p): Handle directories as well.
11653 (vc-cvs-could-register): New function.
11654 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11655 properties up-to-date.
11656
11657 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11658 user whether to create one.
11659
116602000-09-04 Andre Spiegel <spiegel@gnu.org>
11661
11662 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11663 check out a non-existing file.
11664
11665 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11666 workfile does not exist.
11667
11668 * vc.el (vc-version-diff): Use `require' to check for existence of
11669 diff-mode.
11670
116712000-09-04 Andre Spiegel <spiegel@gnu.org>
11672
11673 * vc-cvs.el (vc-cvs-registered): Use new function
11674 vc-cvs-parse-entry to do the actual work.
11675
116762000-09-04 Andre Spiegel <spiegel@gnu.org>
11677
11678 * vc-hooks.el (vc-find-backend-function): If function doesn't
11679 exist, return nil instead of error.
11680 (vc-call-backend): Doc fix.
11681
11682 * vc.el (vc-do-command): Doc fix.
11683 (vc-finish-logentry): When checking in from vc-dired, choose the
11684 right backend for logentry check.
11685 (vc-dired-mode-map): Inherit from dired-mode-map.
11686 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11687 simplified.
11688 (vc-dired-state-info): Removed, updated caller.
11689 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11690 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11691 (vc-dired-listing-switches): New variable.
11692 (vc-directory): Use it, instead of dired-listing-switches.
11693
11694 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11695 (vc-cvs-dir-state): New function.
11696 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11697 (vc-cvs-parse-entry): New function, also to be used in
11698 vc-cvs-registered.
11699
117002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11701
11702 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11703 *or* single-window-frames.
11704
117052000-09-04 Andre Spiegel <spiegel@gnu.org>
11706
11707 * vc.el (vc-update-changelog): Split into generic part and default
11708 implementation. Doc string adapted.
11709 (vc-default-update-changelog): New function. Call the `rcs2log'
11710 script in exec-directory, to fix a long-standing nuisance.
11711
11712 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11713 simply signals an error.
11714
117152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11716
11717 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11718 control-flow more clear and to avoid running `cvs' twice.
11719
11720 * vc.el (vc-next-action-on-file): Doc fix.
11721 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11722 (vc-print-log): Eval `file' before constructing the continuation.
11723
117242000-09-04 Andre Spiegel <spiegel@gnu.org>
11725
11726 * vc.el (vc-next-action-on-file): Corrected several messages.
11727 (vc-merge): Add prefix arg `merge-news'; handle it.
11728
11729 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11730 is not reached. It is.
11731 (vc-cvs-merge): Set state to 'edited after merge.
11732 (vc-cvs-merge-news): Set workfile version to nil if not known.
11733 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11734
11735 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11736 via stdout. (Merge from main line.)
11737
117382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11739
11740 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11741 detection.
11742
117432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11744
11745 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11746 against kill-all-local-variables.
11747 (vc-log-edit): Don't save vc-parent-buffer any more.
11748 (vc-last-comment-match): Initialize to an empty string.
11749 (vc-post-command-functions): New hook.
11750 (vc-do-command): Run it.
11751 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11752 (vc-finish-logentry): Only add the comment to the ring if it's
11753 different from the last comment entered.
11754 (vc-new-comment-index): New function.
11755 (vc-previous-comment): Use it. Make the minibuffer message
11756 slightly less terse.
11757 (vc-comment-search-reverse): Make it work forward as well. Don't
11758 set vc-comment-ring-index if no match is found. Use
11759 vc-new-comment-index.
11760 (vc-comment-search-forward): Use vc-comment-search-reverse.
11761 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11762 define-derived-mode will do it for us. Bind `v' to a keymap that
11763 inherits from vc-prefix-map so that we can bind `vt' without
11764 binding C-x v t.
11765 (vc-retrieve-snapshot): Parenthesis typo.
11766
11767 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11768 to 1. Make sure to switch to *vc* before looking for an error
11769 message. Use vc-parse-buffer.
11770
117712000-09-04 Andre Spiegel <spiegel@gnu.org>
11772
11773 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11774 and NAME.
11775 (vc-retrieve-snapshot): Split into two parts.
11776 (vc-default-retrieve-snapshot): New function.
11777
11778 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11779 (vc-cvs-retrieve-snapshot): New function (untested).
11780 (vc-cvs-stay-local): Default to t.
11781 (vc-cvs-remote-p): New function and property.
11782 (vc-cvs-state): Stay local only if the above is t.
11783 (vc-handle-cvs): Removed.
11784 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11785 done via vc-handled-backends now.
11786 (vc-cvs-header): Escape Id.
11787
117882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11789
11790 * vc.el (vc-do-command): Remove unused commands.
11791 (vc-version-diff): Make sure default-directory ends with a slash.
11792 Move the window commands into a vc-exec-after.
11793 (vc-print-log): Move more of the code into the `vc-exec-after'.
11794
117952000-09-04 Andre Spiegel <spiegel@gnu.org>
11796
11797 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11798 (vc-print-log): Search current revision from beginning of buffer.
11799 (vc-revert-buffer): Clear echo area after the diff is finished.
11800 (vc-prefix-map): Removed definition of "t" for terse display in vc
11801 dired.
11802 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11803 definition of "vt" for terse display.
11804 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11805
118062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11807
11808 * vc.el (vc-exec-after): Avoid caddr.
11809
118102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11811
11812 * vc.el (vc-exec-after): New function.
11813 (vc-do-command): Use it to add a termination message for async
11814 procs.
11815 (vc-checkout): Try to handle a missing-backend situation.
11816 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11817 of a directory with a backend using async diffs.
11818 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11819 present.
11820
11821 * vc-sccs.el (vc-sccs-state-heuristic): Use
11822 file-ownership-preserved-p.
11823
11824 * vc-rcs.el (vc-rcs-state-heuristic): Use
11825 file-ownership-preserved-p.
11826 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11827
118282000-09-04 Andre Spiegel <spiegel@gnu.org>
11829
11830 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11831 vc-do-command.
11832
11833 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11834 when there are no changes.
11835
118362000-09-04 Andre Spiegel <spiegel@gnu.org>
11837
11838 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11839
11840 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11841
118422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11843
11844 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11845
11846 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11847 the `fset' outside of the defvar so that it works even if
11848 vc-prefix-map was already defined.
11849 (vc-setup-buffer): New function, split out of vc-do-command.
11850 (vc-do-command): Allow BUFFER to be t to mean `just use the
11851 current buffer without any fuss'.
11852 (vc-version-diff): Change the `diff' backend operation to just put
11853 the diff in the current buffer without erasing it. Always use
11854 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11855 shrink-window-if-larger-than-buffer.
11856 (vc-print-log): Change the `print-log' backend operation to just
11857 put the log in the current buffer without erasing it. Protect
11858 shrink-window-if-larger-than-buffer.
11859 (vc-update-change-log): Fix setd typo.
11860
11861 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11862 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11863
11864 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11865 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11866 CMP.
11867
11868 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11869 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11870 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11871
118722000-09-04 Andre Spiegel <spiegel@gnu.org>
11873
11874 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11875 not possible, use vc-BACKEND-workfile-unchanged-p.
11876 (vc-default-workfile-unchanged-p): New function. Delegates to a
11877 full vc-BACKEND-diff.
11878
11879 * vc-hooks.el (vc-simple-command): Removed.
11880
11881 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11882 instead of vc-simple-command.
11883 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11884 avoid doing a diff when opening a file.
11885 (vc-rcs-state): Added check for unlocked-changes.
11886 (vc-rcs-header): Escape Id.
11887 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11888 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11889 version.
11890
11891 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11892 (vc-sccs-diff): Remove optional arg CMP.
11893 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11894 SCCS-specific function.
11895
11896 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11897 vc-simple-command.
11898
118992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11900
11901 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11902 (with-vc-file, vc-merge): Use vc-editable-p.
11903 (vc-do-command): Remove unused var vc-file and fix the
11904 doubly-defined `status' var. Add a user message when starting an
11905 async command.
11906 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11907 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11908 Use with-current-buffer.
11909 (vc-buffer-sync): Use unless.
11910 (vc-next-action-on-file): If the file is 'edited by read-only,
11911 make it read-write instead of trying to commit.
11912 (vc-version-diff, vc-update-change-log): Use `setq
11913 default-directory' rather than `cd'.
11914 (vc-log-edit): Don't forget to set default-directory in the
11915 buffer.
11916
11917 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11918 (vc-sccs-state-heuristic): Use file-writable-p instead of
11919 comparing userids.
11920 (vc-sccs-checkout): Use `unless'.
11921
11922 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11923 of comparing userids.
11924 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11925 Simplify the logic by eliminating unreachable code.
11926 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11927 just do a recursive call if we need to retry.
11928 (vc-rcs-checkout): Handle the case where rcs is missing by making
11929 the buffer read-write if requested and re-signalling the error.
11930
11931 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11932
119332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11934
11935 * vc-hooks.el (vc-handled-backends): Docstring change.
11936 (vc-ignore-vc-files): Mark obsolete.
11937 (vc-registered): Check vc-ignore-vc-files.
11938 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11939 vc-ignore-vc-files.
11940
11941 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11942
119432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11944
11945 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11946 files since ange-ftp already has vc-registered return nil.
11947
11948 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11949 (vc-sccs-workfile-version): Use with-temp-buffer and new
11950 vc-parse-buffer and don't bother setting the property.
11951 (vc-sccs-add-triple): Use with-current-buffer and
11952 find-file-noselect.
11953 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11954
11955 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11956 derives from the old vc-parse-buffer but uses the revision number
11957 rather than the date (much easier to compare robustly).
11958 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11959 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11960 locking-user more directly. Check strict locking and set
11961 checkout-model appropriately.
11962 (vc-rcs-parse-locks): Remove.
11963 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11964 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11965 (vc-rcs-system-release): Use with-current-buffer and
11966 vc-parse-buffer.
11967 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11968
11969 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11970 (vc-simple-command): Docstring fix.
11971 (vc-registered): Align the way the file-handler is called with the
11972 way the function itself works.
11973 (vc-file-owner): Remove.
11974
11975 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11976 extraction of fields and call to file-attributes because of a
11977 temporary bug in rcp.el.
11978 (vc-cvs-fetch-status): Use with-current-buffer.
11979
119802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11981
11982 * vc.el (vc-do-command): Use file-relative-name.
11983 (vc-responsible-backend): Use vc-backend if possible.
11984 (vc-create-snapshot): Improve the `interactive' spec. Add support
11985 for branches and dispatch to backend-specific `create-snapshot'.
11986 (vc-default-create-snapshot): New function, containing the bulk of
11987 the old vc-create-snapshot.
11988 (vc-retrieve-snapshot): Improve the interactive spec.
11989
11990 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11991 (vc-backend-hook-functions): Remove.
11992 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11993 (vc-backend): Reintroduce the test for `file = nil' now that I
11994 know why it was there (and added a comment to better remember).
11995
11996 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11997 code from vc-sccs-hooks.el.
11998 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11999 'vc anymore.
12000 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12001 and file-directory-p instead of file-exists-p.
12002 (vc-sccs-check-headers): Simplify the regexp.
12003
12004 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12005 from vc-rcs-hooks.el. Don't require 'vc anymore.
12006 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12007 file-directory-p instead of file-exists-p.
12008
12009 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12010 from vc-cvs-hooks.el.
12011 (proto vc-cvs-registered): Require 'vc-cvs instead of
12012 'vc-cvs-hooks. Don't require 'vc anymore.
12013 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12014 file-directory-p instead of file-exists-p.
12015 (vc-cvs-create-snapshot): New function, replacing
12016 vc-cvs-assign-name.
12017 (vc-cvs-assign-name): Remove.
12018
120192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12020
12021 * vc-cvs.el (vc-cvs-header): New var.
12022
12023 * vc-rcs.el (vc-rcs-exists): Remove.
12024 (vc-rcs-header): New var.
12025
12026 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12027 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12028 (vc-sccs-header): New var.
12029
12030 * vc.el (vc-do-command): Get rid of the `last' argument.
12031 (vc-header-alist): Remove, replaced by vc-X-header.
12032 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12033 (vc-dired-hook): Use expand-file-name instead of concat.
12034 (vc-directory): Use file-name-as-directory.
12035 (vc-snapshot-precondition, vc-create-snapshot)
12036 (vc-retrieve-snapshot): Allow the command to operate on any
12037 directory.
12038
12039 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12040 just removing the 'WORKFILE argument or by removing the 'MASTER
12041 argument and replacing `file' with (vc-name file).
12042
120432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12044
12045 * vc.el: Update Copyright and add a crude list of backend funs.
12046 (vc-writable-p): New function.
12047 (with-vc-file): Use vc-writable-p.
12048 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12049 (vc-register): Avoid vc-name.
12050 (vc-locking-user): Remove.
12051 (vc-steal-lock): Make the `owner' arg non-optional.
12052 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12053 vc-checkout-model.
12054 (vc-default-dired-state-info): Use vc-state instead of
12055 vc-locking-user and return special strings for special states.
12056 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12057 and get rid of one of the special CVS cases.
12058 (vc-cancel-version): prettify error message with \\[...].
12059 (vc-rename-master): New function.
12060 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12061 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12062 the CVS special case generic.
12063 (vc-default-record-rename): Remove.
12064 (vc-file-tree-walk-internal): Only call FUNC for files that are
12065 under control of some VC backend and replace `concat' with
12066 expand-file-name.
12067 (vc-file-tree-walk): Update docstring.
12068 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12069 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12070
12071 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12072 vc-sccs-record-rename. Use `find-file-noselect' rather than
12073 `find-file' and call `vc-rename-master' to do the actual move.
12074 (vc-sccs-diff): Remove unused `backend' variable.
12075
12076 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12077 to delay loading of vc-sccs until it is really used.
12078 (vc-sccs-master-templates): Preload.
12079 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12080 (vc-sccs-project-dir): Remove (merged into
12081 vc-sccs-search-project-dir).
12082 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12083 rather than `concat', make sure it is preloaded and don't bother
12084 to check that the file actually exists.
12085 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12086 `locks' argument (use buffer's content instead) and eliminate n^2
12087 behavior.
12088
12089 * vc-rcs.el: Update Copyright.
12090 (vc-rcs-rename-file): New function.
12091 (vc-rcs-diff): Remove unused `backend' variable.
12092
12093 * vc-hooks.el: Update Copyright.
12094 (vc-backend): Don't accept a nil argument any more.
12095 (vc-up-to-date-p): Turn into a defsubst.
12096 (vc-possible-master): New function.
12097 (vc-check-master-templates): Use `vc-possible-master' and allow
12098 funs in vc-X-master-templates to return a non-existent file.
12099
12100 * vc-cvs.el: Update Copyright.
12101 (vc-cvs-diff): Remove unused `backend' variable.
12102 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12103
12104 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12105
121062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12107
12108 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12109 since it can be called from vc-rcs.el.
12110 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12111
121122000-09-04 Andre Spiegel <spiegel@gnu.org>
12113
12114 * vc.el (vc-version-diff): Expand file name read from the
12115 minibuffer. Handle the case when a previous version number can't
12116 be guessed. Give suitable messages when there were no differences
12117 found.
12118 (vc-clear-headers): Call backend-specific implementation, if one
12119 exists.
12120 (vc-cancel-version): Made error checks generic. When done, clear
12121 headers generically, too.
12122
12123 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12124 from vc-clear-headers in vc.el.
12125
12126 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12127 correctly.
12128 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12129 optional. Handle the case when it's not there.
12130
121312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12132
12133 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12134
121352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12136
12137 * vc-hooks.el (vc-loadup): Remove.
12138 (vc-find-backend-function): Use `require'. Also, handle the case
12139 where vc-BACKEND-hooks.el doesn't exist.
12140 (vc-call-backend): Cleanup.
12141
121422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12143
12144 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12145 vc-rcs-grab-templates)
12146 (vc-rcs-registered): Remove. The default function works as well.
12147 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12148 vc-sccs-grab-templates)
12149 (vc-sccs-registered): Remove. The default function works as well.
12150
12151 * vc.el (vc-version-diff): Left out a vc- in call to
12152 vc-call-backend.
12153 (vc-default-dired-state-info, vc-default-record-rename)
12154 (vc-default-merge-news): Update for the new backend argument.
12155
12156 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12157 using the default function.
12158 (vc-call-backend): If calling the default function, pass it the
12159 backend as first argument. Update the docstring accordingly.
12160 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12161 for the new backend argument.
12162 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12163 (vc-find-backend-function): Use the new name.
12164 (vc-default-registered): New function.
12165
121662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12167
12168 * vc.el (vc-merge): Use vc-find-backend-function.
12169
12170 * vc-hooks.el (vc-backend-functions): Remove.
12171 (vc-loadup): Don't setup 'vc-functions.
12172 (vc-find-backend-function): New function.
12173 (vc-call-backend): Use above fun and populate 'vc-functions
12174 lazily.
12175 (vc-backend-defines): Remove.
12176
121772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12178
12179 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12180 Call vc-call-backend without the leading vc-.
12181 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12182 (vc-check-headers): Call vc-call-backend without the leading vc-.
12183 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12184 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12185 Call vc-call-backend without the leading vc-.
12186
12187 * vc-cvs.el (tail): Provide vc-cvs.
12188 * vc-sccs.el (tail): Provide vc-sccs.
12189 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12190
12191 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12192 (vc-make-backend-function, vc-call): Pass names without leading
12193 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12194 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12195 (vc-call-backend): Always try to load vc-X-hooks.
12196 (vc-registered): Remove vc- in call to vc-call-backend.
12197
121982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12199
12200 * vc.el (vc-process-filter): New function.
12201 (vc-do-command): Setup `vc-process-filter' for the async process.
12202 (vc-maybe-resolve-conflicts): New function to reduce
12203 code-duplication. Additionally, it puts the buffer in
12204 `smerge-mode' if applicable.
12205 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12206 calling `merge-news'.
12207 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12208 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12209 interfacing to log-edit.el.
12210 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12211 log-edit is available.
12212 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12213
122142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12215
12216 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12217 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12218 defvar and the initialization.
12219 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12220
12221 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12222 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12223
12224 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12225
122262000-09-04 Andre Spiegel <spiegel@gnu.org>
12227
12228 * vc.el (vc-file-clear-masterprops): Removed.
12229 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12230 (vc-version-diff): Use buffer-size without argument.
12231 (vc-register): Heed vc-initial-comment.
12232
12233 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12234 default branch.
12235
12236 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12237 file name and workfile version.
12238 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12239
12240 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12241 vc-file-clear-masterprops.
12242
12243 * vc-sccs.el (vc-sccs-checkout): Removed call to
12244 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12245 rather than user login name.
12246
12247
122482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12249
12250 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12251 `want-differences-if-changed' and simplify.
12252 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12253 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12254 output (which is invalid for async vc-diff) to decide whether to
12255 do the revert silently or not.
12256
122572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12258
12259 * vc-hooks.el (vc-loadup): Load files quietly.
12260 (vc-call-backend): Oops, brain fart.
12261
122622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12263
12264 * vc-cvs.el (vc-cvs-state): Typo.
12265 (vc-cvs-merge-news): Return the status code rather than the error msg.
12266
122672000-09-04 Andre Spiegel <spiegel@gnu.org>
12268
12269 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12270 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12271 vc-state or vc-up-to-date-p.
12272 (vc-merge): Use vc-backend-defines to check whether merging is
12273 possible. Set state to 'edited after successful merge.
12274
12275 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12276 return that name. Redocumented.
12277
122782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12279
12280 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12281 new `vc-state' semantics.
12282 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12283 'vc-locking-user to the current user.
12284 (vc-merge): Inline vc-backend-merge. Comment out code that I
12285 don't understand and hence can't adapt to the new `vc-state' and
12286 `vc-locking-user' semantics.
12287 (vc-backend-merge): Remove.
12288
12289 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12290 rather than 'vc-locking-user.
12291
12292 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12293
12294 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12295 (vc-state): Don't use 'reserved any more. Just use the same
12296 convention as the one used for vc-<backend>-state where the
12297 locking user (as a string) is returned.
12298 (vc-locking-user): Update, based on the above convention. The
12299 'vc-locking-user property has disappeared.
12300 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12301
12302 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12303 with a heuristic one.
12304 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12305 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12306 error. That allows us to get to 'needs-merge even in the
12307 stay-local case. There's still no way to detect 'needs-patch in
12308 such a setup (or to force an update for that matter).
12309 (vc-cvs-logentry-check): Remove, the default works as well.
12310
123112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12312
12313 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12314
12315 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12316 major-mode in which the buffer might have been put earlier. Use
12317 `remove' and `when'. Allow `okstatus' to be `async' and use
12318 `start-process' in this case.
12319 (vc-version-diff): Handle the case where the diff looks empty
12320 because of the use of an async process.
12321
123222000-09-04 Andre Spiegel <spiegel@gnu.org>
12323
12324 * vc.el (vc-next-action-on-file): Removed optional parameter
12325 `simple'. Recompute state unconditionally.
12326 (vc-default-toggle-read-only): Removed.
12327
12328 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12329 (vc-toggle-read-only): Undid prev change.
12330
12331 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12332 vc-cvs-simple-toggle. Redocumented.
12333 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12334 (vc-cvs-toggle-read-only): Removed.
12335
123362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12337
12338 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12339 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12340 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12341 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12342 still is. So maybe it should be removed.
12343 (vc-head-version, vc-find-binary): Remove.
12344 (vc-recompute-state): Move from vc-hooks.el.
12345 (vc-next-action-on-file): Add a `simple' argument to allow
12346 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12347 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12348 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12349 (vc-dired-mode-map): Properly defvar it.
12350 (vc-print-log): Call log-view-mode if available.
12351 (small-temporary-file-directory): defvar instead of use boundp.
12352 (vc-merge-news): Moved to vc-cvs.el.
12353 (vc-default-merge-news): New function.
12354
12355 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12356 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12357 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12358 unknown `vc-latest-version' function. It should probably refer to
12359 vc-workfile-version or somesuch, but it's very unclear to me and I
12360 don't have SCCS to test things.
12361
12362 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12363 (vc-sccs-state-heuristic): Fix typo.
12364 (vc-sccs-workfile-unchanged-p): Add missing argument.
12365
12366 * vc-rcs.el: Require vc and vc-rcs-hooks.
12367 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12368 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12369 (vc-release-greater-or-equal-p): Move from vc.
12370 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12371 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12372 (vc-rcs-checkout): Add a missing `new-version' argument in the
12373 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12374
12375 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12376 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12377 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12378 than the apparently unbound `workfile-version'.
12379
12380 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12381 (vc-file-prop-obarray): Use `make-vector'.
12382 (vc-backend-functions): Add new hookable functions
12383 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12384 (vc-loadup): If neither backend nor default functions exist, use
12385 the backend function rather than nil.
12386 (vc-call-backend): If the function if not bound yet, try to load
12387 the non-hook file to see if it provides it.
12388 (vc-call): New macro plus use it wherever possible.
12389 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12390 nor `vc-find-binary' since it's only called from
12391 vc-mistrust-permission which is only used once the backend is known.
12392 (vc-checkout-model): Fix parenthesis.
12393 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12394
12395 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12396 (vc-cvs-release, vc-cvs-system-release): Remove.
12397 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12398 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12399 status symbols.
12400 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12401 (vc-cvs-toggle-read-only): First cut at a function to allow a
12402 cvs-status-free vc-toggle-read-only.
12403 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12404 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12405 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12406 (vc-cvs-checkout): Modify access rights directly if the user
12407 requested not to use `cvs edit'. And refresh the mode line.
12408
12409 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12410 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12411
124122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12413
12414 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12415 workfile' that got lost when the code was extracted from vc.el.
12416 And merged the tail with the rest of the code (not possible in the
12417 old vc.el where the tail was shared among all backends). And
12418 explicitly set the state to 'edited if `writable' is set.
12419
12420 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12421 (vc-cvs-state): Be careful to return the value from
12422 vc-cvs-parse-state.
12423 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12424 property but return it instead. Also be careful to handle a nil
12425 or "" `rev' when workfile is non-nil (it was handled properly when
12426 workfile was nil).
12427
12428 * vc.el: Removed those pesky unnecessary `(function' quotes.
12429 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12430 directly in the defvar.
12431 (vc-do-command): Bind inhibit-read-only so as to properly handle
12432 the case where the destination buffer has been made read-only.
12433 (vc-diff): Delegate to vc-version-diff in all cases.
12434 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12435 (vc-annotate-mode-variables): Removed (code moved partly to
12436 defvars and partly to vc-annotate-add-menu).
12437 (vc-annotate-mode): Turned into a derived-mode.
12438 (vc-annotate-add-menu): Moved in code in
12439 vc-annotate-mode-variables.
12440 (vc-update-change-log): Use make-temp-file if available.
12441
124422000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12443
12444 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12445 `vc-checkout-model' updated to `vc-cvs-update-model'.
12446
124472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12448
12449 * vc.el (vc-next-action-on-file): Added handling of state
12450 `unlocked-changes'.
12451 (vc-checkout-carefully): Is now practically obsolete, unless the
12452 above is too slow to be enabled unconditionally.
12453 (vc-update-change-log): Fixed typo.
12454
12455 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12456
12457 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12458 Now handles state `unlocked-changes'.
12459 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12460
12461 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12462
12463 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12464 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12465 `unlocked-changes'.
12466 (vc-rcs-workfile-unchanged-p): Renamed from
12467 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12468 function yet, but supposed to become one soon.
12469
12470 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12471 `vc-steal-lock'.
12472 (vc-call-backend): Changed error message.
12473 (vc-state): Added description of state `unlocked-changes'.
12474
124752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12476
12477 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12478 always return t in CVS-controlled directories.
12479
12480 * vc.el (vc-responsible-backend): New function.
12481 (vc-register): Largely rewritten.
12482 (vc-admin): Removed (implementation moved into vc-register).
12483 (vc-checkin): Redocumented.
12484 (vc-finish-logentry): If no backend defined yet (because we are in
12485 the process of registering), use the responsible backend.
12486
12487 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12488 Updated function lists.
12489 (vc-call-backend): Fixed typo.
12490
12491 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12492 New functions.
12493 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12494 Removed query option. Redocumented.
12495
124962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12497
12498 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12499
12500 * vc.el: Updated callers of `vc-checkout-required' to use
12501 `vc-checkout-model'.
12502
125032000-09-04 Martin Lorentzson <martinl@gnu.org>
12504
12505 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12506 stuff updated to reference this function instead of the old
12507 `vc-backend-release-p'.
12508
125092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12510
12511 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12512 vc-checkout-model. Return appropriate values. Updated callers.
12513
125142000-09-04 Martin Lorentzson <martinl@gnu.org>
12515
12516 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12517 (vc-backend-revert): Function moved into `vc-revert';
12518 `vc-next-action' must be updated to accomodate this change.
12519 (vc-backend-steal): Function moved into `vc-finish-steal'.
12520 (vc-backend-logentry-check): Function moved into
12521 `vc-finish-logentry'.
12522 (vc-backend-printlog): Function moved into `vc-print-log'.
12523 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12524 (vc-backend-assign-name): Function moved into
12525 `vc-create-snapshot'.
12526
125272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12528
12529 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12530 Rename to vc-checkout-model. Return appropriate values.
12531 Update callers.
12532
12533 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12534 to vc-checkout-model.
12535 (vc-checkout-required): Rename to vc-checkout-model.
12536 Re-implement and re-comment.
12537 (vc-after-save): Use vc-checkout-model.
12538
125392000-09-04 Martin Lorentzson <martinl@gnu.org>
12540
12541 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12542 Update to use the vc-BACKEND-diff functions instead.
12543 `vc-diff' is now working.
12544
12545 * vc-rcs.el (vc-rcs-logentry-check): New function.
12546
12547 * vc-cvs.el (vc-cvs-logentry-check): New function.
12548
12549 * vc-sccs.el (vc-sccs-diff): Function changed name from
12550 `vc-backend-diff'. This makes `vc-diff' work.
12551
12552 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12553 of functions possibly implemented in a vc-BACKEND library.
12554 (vc-checkout-required): Fix bug that caused an error to be
12555 signaled during `vc-after-save'.
12556
12557 * vc.el: Fix typo.
12558 This checkin is made with our new VC code base for the very first time.
12559 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12560
12561 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12562 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12563
12564 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12565 updated to `vc-uses-locking'.
12566 (vc-checkout-required): Call to backend function.
12567 `vc-checkout-required' updated to `vc-uses-locking' instead.
12568
12569 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12570 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12571
12572 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12573 to match the split into various backends.
12574 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12575 (vc-retrieve-snapshot): Bug fix.
12576
125772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12578
12579 * vc-sccs.el (vc-sccs-release): Doc fix.
12580
125812000-09-04 Martin Lorentzson <martinl@gnu.org>
12582
12583 * vc.el (vc-next-action-on-file): Bug found and fixed.
12584 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12585 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12586
12587 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12588 (vc-rcs-checkout): Name space cleaned up. No more revision number
12589 crunching function names that are not prefixed with vc-rcs.
12590 (vc-rcs-checkout-model): Function added. References to
12591 `vc-checkout-model' replaced.
12592
125932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12594
12595 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12596 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12597 still need to be split, and implemented for RCS).
12598
125992000-09-04 Martin Lorentzson <martinl@gnu.org>
12600
12601 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12602
12603 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12604 required by the vc.el file.
12605
12606 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12607 required by the vc.el file.
12608 (vc-rcs-exists): Function added.
12609
12610 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12611 required by the vc.el file.
12612
12613 * vc.el (vc-admin): Updated to handle selection of appropriate
12614 backend. Current implementation is crufty and need re-thinking.
12615
12616 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12617
126182000-09-04 Martin Lorentzson <martinl@gnu.org>
12619
12620 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12621 beginning of annotate buffers correctly.
12622
12623 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12624 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12625 functionality updated quite a lot to support multiple backends.
12626 Variables `vc-annotate-mode', `vc-annotate-buffers',
12627 `vc-annotate-backend' added.
12628
12629 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12630 `vc-annotate-difference' added to supported backend functions.
12631
126322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12633
12634 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12635 Use with-temp-file instead of /bin/sh. Merged from mainline
12636
126372000-09-04 Martin Lorentzson <martinl@gnu.org>
12638
12639 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12640
12641 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12642
12643 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12644
126452000-09-04 Martin Lorentzson <martinl@gnu.org>
12646
12647 * vc-hooks.el: vc-state-heuristic added to
12648 vc-backend-hook-functions.
12649
12650 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12651
12652 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12653
12654 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12655 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12656 state to `reserved'.
12657
12658 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12659 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12660
126612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12662
12663 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12664 untouched.
12665
12666 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12667
12668 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12669 if defined. (Merged from main line, slightly adapted.)
12670
12671 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12672 millenium problem (merged from mainline).
12673
126742000-09-04 Martin Lorentzson <martinl@gnu.org>
12675
12676 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12677 part and moved the non-BACKEND stuff to vc.el.
12678
12679 * vc.el: Split the annotate feature into a BACKEND specific part
12680 and moved it from the vc-cvs.el file to this one.
12681
126822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12683
12684 * vc-hooks.el: Implement new state model.
12685 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12686 (vc-locking-user): Simplify. Now only needed if the file is
12687 locked by somebody else.
12688 (vc-lock-from-permissions): Remove. Functionality is in
12689 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12690 (vc-mode-line-string): New name for former vc-status. Adapted.
12691 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12692
12693 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12694 Various simplifications and adaptations all over the place.
12695
12696 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12697 Simplify and adapt the rest.
12698
12699 * vc.el (vc-resynch-window): Add TODO comment: check for
12700 interaction with view mode according to recent RCS change.
12701 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12702
127032000-09-04 Martin Lorentzson <martinl@gnu.org>
12704
12705 * vc.el: Convert the remaining function comments to docstrings.
12706
127072000-09-04 Martin Lorentzson <martinl@gnu.org>
12708
12709 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12710 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12711 (vc-minor-part, vc-previous-version): Functions that operate and
12712 compare revision numbers got proper documentation. Comments added
12713 about their possible removal.
12714
127152000-09-04 Martin Lorentzson <martinl@gnu.org>
12716
12717 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12718 the vc-backend.el files.
12719
12720 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12721
12722 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12723 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12724 (vc-rcs-previous-version): Functions added.
12725
12726 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12727
12728 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12729
127302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12731
12732 * vc-hooks.el (vc-master-templates): Is really obsolete.
12733 Comment out the definition for now. What is the right procedure
12734 to get rid of it?
12735 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12736 rewritten.
12737 (vc-default-registered): Remove.
12738 (vc-check-master-templates): New function; does mostly what the
12739 above did before.
12740 (vc-locking-user): Don't rely on the backend to set the property.
12741
12742 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12743 Rewrite documentation.
12744 (vc-rcs-templates-grabbed): New variable.
12745 (vc-rcs-grab-templates): New function.
12746 (vc-rcs-registered): Rewrite to use above mechanism.
12747
12748 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12749 Rewrite documentation.
12750 (vc-sccs-templates-grabbed): New variable.
12751 (vc-sccs-grab-templates): New function.
12752 (vc-sccs-registered): Rewrite to use above mechanism.
12753 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12754 Don't throw the result, simply return it.
12755
12756 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12757 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12758 (vc-cvs-registered): Does the check itself now. Simplify.
12759
12760 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12761 from main line.
12762
127632000-09-04 Martin Lorentzson <martinl@gnu.org>
12764
12765 * vc-cvs.el (vc-cvs-diff): New function.
12766
12767 * vc-sccs.el (vc-sccs-diff): New function.
12768
12769 * vc-rcs.el (vc-rcs-diff): New function.
12770 (vc-rcs-checkout): Bug (typo) found and fixed.
12771 (vc-rcs-register-switches): New variable.
12772
12773 * vc.el (vc-backend-diff): Function removed and placed in the
12774 backend files.
12775
127762000-09-04 Martin Lorentzson <martinl@gnu.org>
12777
12778 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12779
12780 * vc.el (vc-backend-checkout): Function removed and replaced in
12781 the vc-backend.el files.
12782
12783 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12784
12785 * vc.el (vc-backend-admin): Removed and replaced in the
12786 vc-backend.el files.
12787
12788 * vc.el (Martin): Removed all the annotate functionality since it
12789 is CVS backend specific.
12790
127912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12792
12793 * spec.txt: Added specification of vc-state.
12794
12795 * vc-sccs-hooks.el (vc-sccs-master-properties):
12796 Remove handling of vc-latest-version and
12797 vc-your-latest-version. What used to be vc-latest-version, is now
12798 returned as vc-workfile-version.
12799 (vc-sccs-workfile-version): Adapt.
12800
128012000-09-04 Dave Love <fx@gnu.org>
12802
12803 * vc.el: [Merged from mainline.]
12804 (vc-dired-mode): Make the dired-move-to-filename-regexp
12805 regexp match the date, to avoid treating date as file size.
12806 Add YYYY S option to WESTERN/
12807
128082000-09-04 Dave Love <fx@gnu.org>
12809
12810 * vc.el: Require `compile' when compiling.
12811 (vc-logentry-check-hook): New option.
12812 (vc-steal-lock): Use compose-mail.
12813 (vc-dired-mode-map): Defvar when compiling.
12814 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12815 vc-sccs.el and renamed. Callers changed.
12816 (vc-backend-checkout, vc-backend-logentry-check)
12817 (vc-backend-merge-news): Doc fix.
12818 (vc-default-logentry-check): New function.
12819 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12820 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12821 (vc-backend-merge): Doc fix. Use backend functions.
12822 (vc-check-headers): Use backend functions.
12823
12824 * vc-cvs.el: Require vc when compiling.
12825 (vc-cvs-register-switches): Doc fix.
12826 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12827 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12828 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12829 New functions (code from vc.el).
12830 (vc-annotate-display-default): Fix interactive spec.
12831 (vc-annotate-time-span): Doc fix.
12832
12833 * vc-rcs.el: Require vc when compiling.
12834 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12835 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12836 (vc-rcs-checkin): New functions (code from vc.el).
12837 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12838 Doc fix.
12839 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12840
12841 * vc-sccs.el: Require vc when compiling.
12842 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12843 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12844 (vc-sccs-revert)
12845 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12846 from vc.el).
12847 (vc-sccs-add-triple, vc-sccs-record-rename)
12848 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12849 (vc-sccs-admin): Doc fix.
12850
128512000-09-04 Martin Lorentzson <martinl@gnu.org>
12852
12853 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12854 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12855 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12856 from vc.el.
12857
12858 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12859
12860 * vc-cvs.el: Moved the annotate functionality from vc.el.
12861 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12862
128632000-09-04 Dave Love <fx@gnu.org>
12864
12865 * vc.el (vc-backend-release): Call vc-system-release.
12866
12867 * vc-sccs.el (vc-sccs-system-release):
12868 Renamed from vc-sccs-backend-release.
12869
12870 * vc-rcs.el (vc-rcs-system-release):
12871 Renamed from vc-rcs-backend-release.
12872
12873 * vc-cvs.el (vc-cvs-system-release):
12874 Renamed from vc-cvs-backend-release.
12875
128762000-09-04 Dave Love <fx@gnu.org>
12877
12878 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12879 backend files.
12880 (vc-backend-release): Dispatch to backend functions.
12881 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12882 probably needs attention.]
12883
12884 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12885 (vc-sccs-backend-release): New function.
12886
12887 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12888 (vc-cvs-backend-release): New function.
12889
12890 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12891 Doc fix.
12892 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12893 (vc-default-dired-state-info): New function.
12894 (vc-dired-state-info): Dispatch to backends.
12895 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12896
12897 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12898 from vc.el and renamed.
12899
129002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12901
12902 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12903 (vc-version-other-window, vc-backend-assign-name): Removed
12904 references to vc-latest-version; sometimes changed into
12905 vc-workfile-version.
12906
12907 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12908 vc-rcs-master-workfile-version.
12909 (vc-rcs-workfile-version): Use the above. Don't call
12910 vc-latest-version (that was unreachable code, anyway).
12911 (vc-rcs-fetch-master-properties): Doc fix.
12912
12913 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12914 (vc-backend-hook-functions): Removed them from this list, too.
12915 (vc-fetch-properties): Removed.
12916 (vc-workfile-version): Doc fix.
12917
12918 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12919 (vc-rcs-workfile-version, vc-rcs-locking-user)
12920 (vc-rcs-uses-locking): Use it.
12921
12922 * vc-hooks.el (vc-consult-rcs-headers):
12923 Moved into vc-rcs-hooks.el, under the name
12924 vc-rcs-consult-headers.
12925
12926 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12927 headers.
12928 (vc-cvs-find-master): Use this name only; correct different
12929 versions of the name.
12930
12931 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12932 New functions.
12933 (vc-sccs-locking-user): Use the latter.
12934
12935 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12936 New functions.
12937
12938 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12939 Moved into both
12940 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12941 functions are implementation details of those two backends.
12942
129432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12944
12945 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12946 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12947
12948 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12949 (vc-sccs-parse-locks): SCCS-specific code moved here from
12950 vc-hooks.
12951
12952 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12953 code moved here from vc-hooks.
12954
12955 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12956 into back-end specific parts and removed. Callers not updated
12957 yet; because I guess these callers will disappear into back-end
12958 specific files anyway.
12959
129602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12961
12962 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12963 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12964 `vc-uses-locking'.
12965
12966 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12967 Store yes/no in the property, and return t/nil. Updated all
12968 callers.
12969
12970 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12971 vc-sccs-uses-locking. Don't set property.
12972 (vc-sccs-locking-user): Don't set property.
12973
12974 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12975 vc-cvs-uses-locking. Don't set property here; leave that to
12976 vc-hooks.
12977 (vc-cvs-locking-user): Reflect above change. Streamlined.
12978
12979 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12980 vc-rcs-uses-locking.
12981 (vc-rcs-locking-user): Reflect above change.
12982
129832000-09-04 Dave Love <fx@gnu.org>
12984
12985 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12986
12987 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12988
12989 * vc-hooks.el (vc-checkout-model): Punt to backends.
12990
12991 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12992
12993 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12994
12995 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12996 New functions.
12997
12998 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12999 New functions.
13000
13001 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13002 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13003
13004 * vc-hooks.el (vc-default-locking-user): New function.
13005 (vc-locking-user, vc-workfile-version): Punt to backends.
13006
130072000-09-04 Dave Love <fx@gnu.org>
13008
13009 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13010 (vc-master-workfile-version): Moved from vc-hooks.
13011
13012 * vc-rcs-hooks.el: Fix duplicate code in last change.
13013
13014 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13015 (vc-rcs-master-templates): Improve :type.
13016 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13017 vc-master-workfile-version): Moved from vc-hooks.
13018
13019 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13020 (vc-sccs-master-templates): Improve :type.
13021 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13022
13023 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13024
13025 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13026 (vc-cvs-master-templates): Improve :type. Use
13027 vc-cvs-find-cvs-master.
13028 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13029 from vc-hooks.
13030 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13031
13032 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13033 Moved to vc-cvs-hooks.
13034
13035 * vc-hooks.el: Add doc strings in various places. Simplify the
13036 minor mode setup.
13037 (vc-handled-backends): New user variable.
13038 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13039 simplification.
13040
130412000-09-04 Dave Love <fx@gnu.org>
13042
13043 * vc.el: Some doc fixes for autoloaded and interactive functions.
13044 Fix compilation warnings from ediff stuff.
13045 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13046
13047 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13048
13049 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13050
13051 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13052
130532000-09-04 Dave Love <fx@gnu.org>
13054
13055 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13056 New variable.
13057 (vc-make-backend-function, vc-loadup, vc-call-backend)
13058 (vc-backend-defines): New functions.
13059
13060 * vc-hooks.el: Various doc fixes.
13061 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13062 (vc-match-substring): Function removed. Callers changed to use
13063 match-string.
13064 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13065 Simplify.
13066
130672000-09-04 Dave Love <fx@gnu.org>
13068
13069 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13070 type.
13071 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13072 (vc-sccs-registered): Doc fix.
13073
13074 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13075 (vc-cvs-registered): Doc fix.
13076
13077 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13078 (vc-rcs-registered): Doc fix.
13079
130802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13081
13082 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13083
13084 * vc-hooks.el: vc-registered has been renamed
13085 vc-default-registered. Some functions have been moved to the
13086 backend specific files. they all support the
13087 vc-BACKEND-registered functions.
13088
130892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13090
13091 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13092
13093 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13094
130952000-09-04 Dave Love <fx@gnu.org>
13096
13097 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13098 menu-bar-update-hook.
13099
13100 * help.el (help-manyarg-func-alist): Add
13101 find-operation-coding-system.
13102
13103 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13104
13105 * custom.el (custom-set-variables): Print message about errors in
13106 setting.
13107
131082000-09-03 Andrew Innes <andrewi@gnu.org>
13109
13110 * makefile.w32-in: Change to DOS line endings.
13111
131122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13113
13114 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13115 minor-mode keymaps, if they don't have one.
13116
131172000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13118
13119 * eshell/esh-module.el (eval-when-compile): Don't lose if
13120 esh-module.el's file name is truncated to DOS 8+3 limits.
13121
131222000-09-01 John Wiegley <johnw@gnu.org>
13123
13124 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13125 predicate, which caused entries in the completion list to be
13126 doubled.
13127
131282000-08-30 John Wiegley <johnw@gnu.org>
13129
13130 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13131 sending to subprocesses. Also, hook pre-command-hook if
13132 `eshell-send-direct-to-subprocesses' is non-nil.
13133 (eshell-send-direct-to-subprocesses): New config variable. If t,
13134 subprocess input is send immediately.
13135 (eshell-toggle-direct-send): New function.
13136 (eshell-self-insert-command): New function.
13137 (eshell-intercept-commands): New function.
13138 (eshell-send-input): If direct subprocess sending is enabled,
13139 don't echo any input to the Eshell buffer. Let the subprocess
13140 handle that. This requires "stty echo" in bash, for example.
13141
131422000-08-28 John Wiegley <johnw@gnu.org>
13143
13144 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13145 completion function for Eshell's implementation of `unset'.
13146
131472000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13148
13149 * info.el (Info-directory-list): Doc fix.
13150
131512000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13152
13153 * filecache.el (file-cache-add-directory-using-find): Don't quote
13154 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13155
131562000-08-31 Kenichi Handa <handa@etl.go.jp>
13157
13158 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13159 coding systems.
13160
131612000-08-30 Andrew Innes <andrewi@gnu.org>
13162
13163 * timer.el (run-with-idle-timer): Undo last change, so that timer
13164 is not activated immediately if Emacs is already idle. Some
13165 existing code relies on this behaviour.
13166
131672000-08-30 Miles Bader <miles@gnu.org>
13168
13169 * frame.el (set-frame-font): Do completion of font-name for
13170 interactive use.
13171
131722000-08-30 Kenichi Handa <handa@etl.go.jp>
13173
13174 * international/quail.el (quail-start-translation): Bind locally
13175 last-command-event, last-command, and this-command.
13176 (quail-start-conversion): Likewise.
13177 (quail-self-insert-command): Fix docstring.
13178
131792000-08-29 Gerd Moellmann <gerd@gnu.org>
13180
13181 * progmodes/executable.el
13182 (executable-make-buffer-file-executable-if-script-p): Check that
13183 buffer contains at least 2 characters.
13184
131852000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13186
13187 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13188
131892000-08-29 Dave Love <fx@gnu.org>
13190
13191 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13192 (diff-mode-shared-map): Bind mouse-2.
13193 (diff-imenu-generic-expression): New variable.
13194 (diff-mode): Use it.
13195
13196 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13197 (mouse-popup-menubar): Add minor mode menus.
13198 (popup-menu): Check for lookup-key returning number.
13199
132002000-08-29 Miles Bader <miles@gnu.org>
13201
13202 * comint.el (comint-send-input): Create overlays using the proper
13203 front/read-advance arguments.
13204
132052000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13206
13207 * ps-print.el: Even/odd pages printing. Doc fix.
13208 (ps-print-version): New version number (6.0).
13209 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13210 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13211 (ps-print-duplex-feature): Variable eliminated.
13212 (ps-even-or-odd-pages): New variable.
13213
13214 * progmodes/ebnf2ps.el: Doc fix.
13215 (ebnf-version): New version (3.3).
13216 (ebnf-user-arrow): Change variable customization to sexp.
13217 (ebnf-user-arrow): Function eliminated.
13218 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13219
132202000-08-29 Kenichi Handa <handa@etl.go.jp>
13221
13222 * help.el (help-xref-mule-regexp): New variable.
13223 (help-make-xrefs): Handle help-xref-mule-regexp.
13224
13225 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13226 variable.
13227 (describe-input-method): Temporarily activate the specfied input
13228 method to display the information.
13229 (describe-language-environment): Hyperlinks to mule related items.
13230
13231 * international/mule-diag.el (charset-multibyte-form-string): New
13232 function.
13233 (list-character-sets-1): Use charset-multibyte-form-string.
13234 (describe-character-set): New function.
13235 (describe-coding-system): Hyperlinks to safe character sets.
13236
13237 * international/quail.el (quail-help): New arg PACKAGE.
13238 Hyperlinks to mule related items.
13239 (quail-help-insert-keymap-description): Use
13240 substitute-command-keys instead of describe-bindings.
13241 (quail-translation-help): Hyperlinks to mule related items.
13242
132432000-08-28 John Wiegley <johnw@gnu.org>
13244
13245 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13246 have a defsubst call itself. Made `eshell-flatten-list' back into
13247 a function again.
13248
13249 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13250 catch, in case re-centering point at bottom messes up the display.
13251 This happens frequently in Emacs 21, due I believe to variable
13252 line heights.
13253
13254 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13255 to call `find-tag-interactive'.
13256
13257 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13258 the list of remember directories.
13259
132602000-08-28 John Wiegley <johnw@gnu.org>
13261
13262 * align.el: Test align-region-separate to see if it's a symbol.
13263
132642000-08-28 John Wiegley <johnw@gnu.org>
13265
13266 * eshell/esh-util.el (eshell-flatten-list): Made this function
13267 into a defsubst form. It gets used very frequently, although
13268 calls don't occur all that often.
13269
13270 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13271 examining it.
13272
13273 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13274 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13275 `eshell-protect'.
13276 (eshell-copy-handles): Created a new macro for duplicating the
13277 current set of open handles. This is needed by the looping
13278 functions.
13279 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13280 is not incorrectly stomped on.
13281
13282 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13283 declaration for pcomplete-use-paring.
13284 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13285 value of eshell-cmpl-use-paring.
13286 * pcomplete.el (pcomplete-use-paring): New config variable, to
13287 indicate whether paring should be used.
13288 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13289 completion alternatives that have already been used.
13290
13291 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13292 bound to C-c C-y, which will repeat the previous N arguments
13293 (based on prefix argument).
13294 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13295
13296 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13297 if there is no *Help* buffer. This is for XEmacs, which renames
13298 its help buffers uniquely. TODO: Find out what the current buffer
13299 name to delete is.
13300
13301 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13302 first entry that correlates to a passwd/group number. Later
13303 entries (used for group/user name aliasing to multiple IDs) are
13304 ignored.
13305
13306 * eshell/em-xtra.el (eshell/expr):
13307 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13308 (eshell-grep, eshell/diff, eshell/locate):
13309 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13310 argument list, before passing it to the system command.
13311
13312 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13313 `find-tag' for use at final position in Eshell buffers (which
13314 otherwise triggers an error on Emacs 21).
13315 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13316 buffer, if it is currently bound to `find-tag'.
13317
13318 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13319 in the list of matched Makefile names.
13320 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13321 directory, prefer its contents to Makefile.
13322
13323 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13324 directory parts (like "cd old new", or "cd =regexp"), are now case
13325 sensitive on non-Windows/DOS platforms.
13326
13327 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13328 types RET after an open delimiter (like "), display a message
13329 indicating that Eshell is waiting for the closing delimiter.
13330
13331 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13332 environment variables.
13333
13334 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13335 gracefully if the user enters incorrect arguments.
13336
13337 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13338 Eshell buffers.
13339
13340 * eshell/esh-var.el (eshell-interpolate-variable):
13341 * eshell/esh-mode.el (eshell-move-argument):
13342 * eshell/em-unix.el (eshell-du-sum-directory):
13343 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13344 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13345 (not (= ...)).
13346
13347 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13348 to ensure the `preserve' flag gets propagated when doing recursive
13349 directory copies.
13350
133512000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13352
13353 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13354 Don't convert \n into \0177 in memory.
13355 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13356 and back again, when reading and writing.
13357
133582000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13359
13360 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13361 testing of `fboundp' on `processp'.
13362
13363 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13364 (eshell/jobs): Don't call process-list if it is not bound.
13365 (eshell-gather-process-output): Support systems where async
13366 subprocesses aren't supported.
13367 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13368 variables.
13369
13370 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13371 eshell-do-eval returns t.
13372 (eshell-do-pipelines-synchronously): New defmacro.
13373 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13374 when async subprocesses aren't supported.
13375 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13376 if async subprocesses aren't supported.
13377 (eshell-resume-command): Don't assume STATUS is a string.
13378
13379 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13380
13381 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13382 (eshell-close-target, eshell-get-target): Use eshell-processp.
13383 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13384 fix.
13385 (eshell-get-target, eshell-create-handles): Doc fix.
13386
133872000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13388
13389 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13390 criterion to include commands that output something, as long as it
13391 leaves both the command and the end-of-buffer visible when the
13392 command has exited.
13393 (eshell-review-quick-commands): Adjust the help doc string
13394 accordingly.
13395
133962000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13397
13398 * locate.el (locate): Cleaned up locate command's interactive prompting
13399 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13400
13401 * filecache.el (file-cache-case-fold-search): New variable
13402 (file-cache-assoc-function): New variable
13403 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13404 Use file-cache-case-fold-search variable
13405 (file-cache-add-file): Use file-cache-assoc-function
13406 (file-cache-delete-file): likewise
13407 (file-cache-directory-name): likewise
13408 (file-cache-debug-read-from-minibuffer): likewise
13409
134102000-08-28 Gerd Moellmann <gerd@gnu.org>
13411
13412 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13413 (abbrev-table-name): New function.
13414 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13415 If non-nil list local abbrev, only.
13416
134172000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13418
13419 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13420 from Gnus support code, and use special article copy buffer
13421 `(gnus-original-article-buffer)' instead. This allows to get rid
13422 of article-hide-headers usage (which breaks in the latest Gnus
13423 version). Thanks to Detlev Zundel.
13424
134252000-08-28 Kenichi Handa <handa@etl.go.jp>
13426
13427 * international/quail.el (quail-use-package): Hide "... loaded"
13428 message.
13429 (quail-start-translation, quail-start-conversion): Likewise.
13430
13431 * international/kkc.el (kkc-region): Hide "... loaded" message.
13432
134332000-08-27 Dave Love <fx@gnu.org>
13434
13435 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13436
134372000-08-27 Miles Bader <miles@gnu.org>
13438
13439 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13440
134412000-08-27 Kenichi Handa <handa@etl.go.jp>
13442
13443 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13444 'ja-dic-cnv), not (require 'skkdic-cnv).
13445
134462000-08-26 Miles Bader <miles@gnu.org>
13447
13448 * faces.el (face-x-resources): Add entry for :inherit.
13449 * cus-face.el (custom-face-attributes): Add support for :inherit
13450 attribute. Add support for relative face heights.
13451 (custom-face-attributes-get): Treat `nil' as being a default value
13452 for :inherit (as well as `unspecified').
13453
13454 * faces.el (set-face-attribute): Update doc string.
13455 (face-attribute-name-alist): Add :inherit.
13456 (face-valid-attribute-values): Handle :inherit.
13457 (face-read-string): Rephrase prompt to be less confusing.
13458 Assume that DEFAULT is a string, since we must return a string.
13459 (face-read-integer): Use `format' to turn DEFAULT into an
13460 acceptable default for face-read-string. Match NEW-VALUE against
13461 the string "unspecified", not the symbol `unspecified', since
13462 that's what face-read-string returns.
13463 (read-face-attribute): Lookup a name for old-value in valid, and
13464 use it as a default if we find one. Treat all values from
13465 face-read-string as strings. If the default is used, don't do any
13466 more processing on the value, just use the old value directly.
13467 (read-face-and-attribute, modify-face): Tweak prompt.
13468 (read-face-name): Don't assume prompt ends with a space.
13469
13470 * faces.el (describe-face): Add support for :inherit attribute.
13471
134722000-08-25 Kenichi Handa <handa@etl.go.jp>
13473
13474 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13475 concat doesn't accept interger.
13476
13477 * international/kkc.el: Remove SKK from Keywords. Require
13478 ja-dic-utl instead of skkdic-utl.
13479
13480 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13481 Provide ja-dic-cnv instead of skkdic-cnv.
13482 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13483 (iso-2022-7bit-short): Add safe-charsets property.
13484 (skkdic-convert-postfix): Search Japanese chou-on character in
13485 addition to Hiragana character.
13486 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13487 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13488 (batch-skkdic-convert): Likewise.
13489
13490 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13491 Provide ja-dic-utl instead of skkdic-utl.
13492 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13493
134942000-08-24 Dave Love <fx@gnu.org>
13495
13496 * disp-table.el (standard-display-default): Make the test of `l'
13497 useful.
13498
13499 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13500 mod sample text.
13501
13502 * international/iso-ascii.el: Make pilcrow convenient string
13503 consistent with section.
13504 (iso-ascii-display): Set up multibyte characters as well as
13505 unibyte.
13506
135072000-08-24 Kenichi Handa <handa@etl.go.jp>
13508
13509 * international/mule-cmds.el (reset-language-environment): Set
13510 default-process-coding-system to '(undecided . iso-latin-1), which
13511 makes process I/O almost consistent with file I/O. Call this
13512 function when mule-cmds.el[c] is loaded.
13513
135142000-08-22 Andrew Innes <andrewi@gnu.org>
13515
13516 * makefile.w32-in: New file.
13517
135182000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13519
13520 * comint.el (comint-output-filter): Compare end of
13521 comint-last-output-overlay with the start of the newly inserted
13522 text, not the end, when deciding whether to extend it.
13523 Set saved-point's insertion type to advance after insertion.
13524
13525 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13526 since this is now done independently of font-lock mode.
13527
135282000-08-21 Gerd Moellmann <gerd@gnu.org>
13529
13530 * server.el (server-kill-new-buffers): New user option.
13531 (server-existing-buffer): New buffer-local variable.
13532 (server-visit-files): When using an existing buffer, set
13533 server-existing-buffer to t.
13534 (server-buffer-done): If server-kill-new-buffers is t, kill the
13535 buffer, unless it was already present before visiting it with
13536 Emacs server.
13537
135382000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13539
13540 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13541 even if the display doesn't support colors: some displays will
13542 support bold/underline faces.
13543
135442000-08-21 Gerd Moellmann <gerd@gnu.org>
13545
13546 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13547
13548 * startup.el (command-line): If user's init file had an error,
13549 add explanatory text to *Messages*.
13550
135512000-08-21 Kenichi Handa <handa@etl.go.jp>
13552
13553 * man.el (Man-getpage-in-background): Decode the process output by
13554 the system locale coding system.
13555
135562000-08-20 Dave Love <fx@gnu.org>
13557
13558 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13559 Don't test x-popup-menu.
13560 (function) <complete-function>: Complete only fbound symbols.
13561 <validate, value>: New.
13562 (variable) <complete-function>: Complete only bound symbols.
13563 (coding-system): Add :base-only, :complete-function, :validate,
13564 :value, :prompt-match.
13565 (widget-coding-system-prompt-value): Use read-coding-system and
13566 act on :base-only.
13567 (editable-field): Add :help-echo.
13568 (widget-push-button-gui, widget-push-button-cache)
13569 (widget-gui-action, widget-editable-list-gui): COmment out, along
13570 with uses.
13571 (widget-at): Make arg optional.
13572 (widget-echo-help): Adjust for current help-echo calling sequence.
13573 (widget-specify-field, widget-specify-button)
13574 (widget-specify-insert, widget-get-sibling, widget-image-find)
13575 (widget-convert, widget-insert, widget-leave-text)
13576 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13577 (widget-setup, widget-field-find, widget-before-change)
13578 (widget-after-change, widget-default-complete)
13579 (widget-default-create, widget-default-delete)
13580 (widget-push-button-value-create, editable-field)
13581 (widget-field-prompt-value, widget-field-validate)
13582 (widget-choice-value-create, widget-choice-action)
13583 (widget-choice-validate, widget-checklist-add-item)
13584 (widget-radio-add-item, widget-radio-chosen)
13585 (widget-radio-value-inline, widget-editable-list-value-create)
13586 (widget-editable-list-entry-create)
13587 (widget-documentation-link-add)
13588 (widget-documentation-string-value-create)
13589 (widget-regexp-validate, widget-file-complete)
13590 (widget-sexp-validate, widget-plist-convert-widget)
13591 (widget-plist-convert-widget, widget-alist-convert-widget)
13592 (widget-alist-convert-widget, widget-color-complete): Simplify,
13593 particularly to avoid bindings which aren't optimized out.
13594
13595 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13596 Doc fix.
13597 (down-list, backward-up-list, up-list, kill-sexp)
13598 (backward-kill-sexp, mark-sexp): Make arg optional.
13599 (lisp-complete-symbol): Add optional arg PREDICATE.
13600
13601 * cus-start.el: Add display-buffer-reuse-frames,
13602 file-coding-system-alist.
13603
136042000-08-20 Gerd Moellmann <gerd@gnu.org>
13605
13606 * startup.el (command-line): Clear realized faces after
13607 modifying TTY color mappings.
13608
136092000-08-20 Miles Bader <miles@gnu.org>
13610
13611 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13612 merely a subset of FACE's attributes.
13613
136142000-08-19 Miles Bader <miles@gnu.org>
13615
13616 * comint.el (comint-output-filter): Save the point with a marker,
13617 not just a buffer position.
13618
13619 * international/mule.el (set-buffer-process-coding-system): Make
13620 interactive prompt less confusing.
13621
136222000-08-19 Gerd Moellmann <gerd@gnu.org>
13623
13624 * hilit-chg.el: General cleanup of doc strings, comments and
13625 code formatting.
13626
136272000-08-19 Miles Bader <miles@gnu.org>
13628
13629 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13630 Compiler macro removed; beginning-of-line is no longer always
13631 equivalent to forward-line, in the presence of fields.
13632
13633 * comint.el (comint-output-filter): Remove ad-hoc saving of
13634 restriction, and just use save-restriction, now that it works
13635 correctly. Don't adjust comint-last-input-start to account for
13636 our insertion; it shouldn't have moved because we don't use
13637 insert-before-markers anymore. Comment out call to
13638 `force-mode-line-update'; why is it here?
13639
13640 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13641 while checking for prompt to delete. Use `forward-line 0'
13642 instead of beginning-of-line.
13643 (gud-filter): Temporarily widen gud comint buffer while
13644 examining output.
13645
136462000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13647
13648 * progmodes/sh-script.el: Big bag of typos.
13649
13650 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13651 check since ispell-process is not bound when ispell is not yet loaded.
13652
136532000-08-18 Dave Love <fx@gnu.org>
13654
13655 * image.el (find-image): Copy `spec' before using plist-put.
13656
136572000-08-18 Gerd Moellmann <gerd@gnu.org>
13658
13659 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13660 `portugues'.
13661
13662 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13663 backward-kill-sexp, analogous to kill-sexp.
13664
13665 * progmodes/icon.el (icon-indent-line)
13666 (icon-is-continuation-line): Handle comments specially.
13667
136682000-08-17 Ken Stevens <k.stevens@ieee.org>
13669
13670 * ispell.el: Set to standard author/maintainer/keyword fields.
13671 Fine tuning to menu map appearance and operation, and added help.
13672 Remove `start' and `end' error messages when compiling.
13673 (ispell-choices-win-default-height): Fixed comment string.
13674 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13675 castellano8 dictionaries.
13676 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13677 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13678 dictionary, added italiano dictionary.
13679 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13680 word character
13681 (ispell-tex-skip-alists): Added psfig support.
13682 (ispell-skip-html): Renamed from ispell-skip-sgml.
13683 (ispell-begin-skip-region-regexp, ispell-skip-region)
13684 (ispell-minor-check): Improved html skipping support to skip across
13685 code, and recognize `&' commands without propper `;' syntax;
13686 (ispell-process-line): Fix alignment error when manually
13687 correcting spelling.
13688 (ispell): Fix comment string.
13689 (ispell-add-per-file-word-list): Always put word list on new line.
13690
136912000-08-17 Gerd Moellmann <gerd@gnu.org>
13692
13693 * format.el (format-encode-run-method): Fix error message to say
13694 `encode' instead of `decode'. Use save-window-excursion around
13695 shell-command-on-region as in format-decode-run-method because
13696 shell-command-on-region can display a buffer with error output.
13697 (format-decode): Don't record undo information for the decoding.
13698 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13699 that number part of the temporary buffer name so that more than
13700 one decoding using a temporary buffer can happen safely.
13701
13702 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13703 of `A-z' in the regexp.
13704
13705 * hilit-chg.el: Fix typos in commentary.
13706
13707 * help.el (view-emacs-news): Rewritten for new naming scheme
13708 for old NEWS files.
13709
13710 * startup.el (command-line): Pop to *Messages* in case an error
13711 is signaled while loading user-init-file.
13712
137132000-08-17 Andreas Schwab <schwab@suse.de>
13714
13715 * files.el (insert-directory): Don't lose original file name,
13716 undoing an undocumented change.
13717
137182000-08-17 Alex Schroeder <alex@gnu.org>
13719
13720 * sql.el (sql-magic-go): Use comint-bol.
13721 (sql-copy-column): Use comint-line-beginning-position.
13722 (comint-line-beginning-position): Define a replacement for
13723 comint-line-beginning-position if it is not fboundp.
13724
137252000-08-17 Alex Schroeder <alex@gnu.org>
13726
13727 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13728 it didn't have any effect anyway.
13729
137302000-08-17 Alex Schroeder <alex@gnu.org>
13731
13732 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13733 --pset and pager=off instead of sending \\o|cat at the beginning
13734 of the session.
13735
137362000-08-17 Miles Bader <miles@gnu.org>
13737
13738 * progmodes/octave-inf.el: Add compatibility definition of
13739 comint-line-beginning-position.
13740
137412000-08-17 Kenichi Handa <handa@etl.go.jp>
13742
13743 * startup.el (normal-top-level): Look in each dir in load-path for
13744 a leim-list.el file too. This assures of loading leim-list.el
13745 that is created at Emacs installation time even if a user have his
13746 own leim-list.el.
13747
137482000-08-17 Miles Bader <miles@gnu.org>
13749
13750 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13751 foreground color to black if the background is dark.
13752
137532000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13754
13755 * loadhist.el (unload-feature): Typo.
13756
13757 * finder.el (finder-compile-keywords):
13758 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13759 to the generated file.
13760
13761 * mail/mh-e.el (mh-make-local-vars):
13762 Replace make-variable-buffer-local with make-local-variable.
13763
13764 * play/landmark.el:
13765 * options.el (Edit-options-{set,toggle,t,nil}):
13766 * mail/mailabbrev.el (mail-abbrevs-mode):
13767 * textmodes/tex-mode.el (tex-expand-files):
13768 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13769
13770 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13771
13772 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13773 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13774 Allow going past the last element.
13775 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13776 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13777 (cvs-mouse-toggle-mark): Don't move point.
13778 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13779
13780 * progmodes/compile.el (grep): Provide a default set of files.
13781 (next-error): Docstring fix.
13782 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13783
13784 * emacs-lisp/easy-mmode.el (define-minor-mode):
13785 Use `symbol-value' to keep the byte-compiler quiet.
13786
13787 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13788 (diff-find-source-location): New fun, extracted from diff-goto-source.
13789 (diff-goto-source): Use it.
13790 (diff-next-complex-hunk, diff-filter-lines): New function.
13791 (diff-apply-hunk): New command.
13792
13793 * smerge-mode.el (smerge-mode-menu): Doc fix.
13794
13795 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13796
137972000-08-16 Dave Love <fx@gnu.org>
13798
13799 * windmove.el (windmove) <defgroup>: Add :version.
13800
13801 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13802 (goto-address-fontify-p, goto-address-highlight-p)
13803 (goto-address-url-face, goto-address-url-mouse-face)
13804 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13805 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13806 (goto-address-fontify, goto-address-at-mouse): Simplify,
13807 (goto-address-at-point): browse-url-url-at-point,
13808 goto-address-find-address-at-point can return nil.
13809 (goto-address-find-address-at-point): Return nil on failure.
13810
13811 * align.el (align) <defgroup>: Add :version.
13812
13813 * calculator.el (calculator): Add :version.
13814 (calculator): Use two lines for calculator window if `modeline'
13815 face is boxed.
13816
13817 * play/5x5.el: Doc fixes.
13818 (5x5) <defgroup>: Add :version.
13819
13820 * play/fortune.el (fortune) <defgroup>: Add :version.
13821 (fortune-append): Fix error message.
13822 (fortune-from-region): Doc fix.
13823
13824 * play/pong.el (pong): Doc fix.
13825
13826 * play/morse.el: Keywords, commentary, autoloads.
13827
138282000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13829
13830 * desktop.el (desktop-save): Don't look at symbol-value of a
13831 member of minor-mode-alist, unless it is boundp.
13832
138332000-08-16 Sam Steingold <sds@gnu.org>
13834
13835 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13836 `while'; use `with-current-buffer' instead of `save-excursion'.
13837 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13838
138392000-08-16 Kenichi Handa <handa@etl.go.jp>
13840
13841 * international/ccl.el (declare-ccl-program): Docstring modified.
13842 (ccl-execute-with-args): Likewise.
13843
138442000-08-16 Miles Bader <miles@gnu.org>
13845
13846 * progmodes/sql.el: Add compatibility definition of
13847 comint-line-beginning-position.
13848
138492000-08-15 Gerd Moellmann <gerd@gnu.org>
13850
13851 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13852 'buffer-menu' property.
13853 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13854 fails.
13855 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13856 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13857 wasn't killed.
13858
13859 * buff-menu.el (list-buffers-noselect): Don't display the
13860 *Buffer List* buffer.
13861
13862 * font-lock.el: Require jit-lock to prevent a very late
13863 `Loading jit-lock' message.
13864
13865 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13866 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13867 mail address.
13868
138692000-08-15 Miles Bader <miles@gnu.org>
13870
13871 * textmodes/ispell.el (ispell-graphic-p): New constant.
13872 (ispell-choices-win-default-height, ispell-help): Use
13873 `ispell-graphic-p' instead of `xemacsp'.
13874
138752000-08-15 Dave Love <fx@gnu.org>
13876
13877 * simple.el: Autoload widget-convert when compiling.
13878 (mail-user-agent): Doc fix.
13879
13880 * help.el (function-called-at-point, variable-at-point): Use
13881 with-syntax-table.
13882 (help-manyarg-func-alist): Add insert-and-inherit.
13883
13884 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13885
13886 * delsel.el (delsel-unload-hook): New function.
13887
13888 * find-file.el: Doc fixes. Move provide to end.
13889 (ff) <defgroup>: Add :link.
13890 (ff-goto-click): Deleted.
13891 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13892 Use mouse-set-point.
13893
13894 * textmodes/tildify.el: Doc fixes.
13895 (tildify) <defgroup>: Add:version.
13896
13897 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13898 (glasses-custom-set): Use set-default, not set.
13899 (minor-mode-alist): Propertize the lighter.
13900 (glasses-mode): Provide optional arg.
13901
13902 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13903 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13904 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13905 option. Provide :type.
13906 (cwarn-configuration): Provide :type.
13907 (cwarn-mode): Doc fix.
13908
13909 * add-log.el (change-log-merge): Doc fix.
13910 (change-log-redate): New command.
13911
13912 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13913 Doze and Dog.
13914 (browse-url): Use dolist, not mapcar.
13915 (browse-url-at-point): Check for null url.
13916 (browse-url-event-buffer, browse-url-event-point): Functions
13917 deleted.
13918 (browse-url-at-mouse, browse-url-netscape): Simplify.
13919
13920 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13921 modes.
13922 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13923 Fix previous change to mapcan.
13924 (msb--init-file-alist, msb--add-separators)
13925 (msb--make-keymap-menu): Simplify.
13926 (msb--choose-file-menu): Use copy-sequence.
13927 (msb-mode-map): Add title to keymap.
13928 (msb-unload-hook): New function.
13929
13930 * bs.el: Fix indentation.
13931 (bs) <defgroup>: Add :links.
13932 (bs-show): Doc fix.
13933 (bs-apply-sort-faces): Don't use window-system.
13934 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13935
139362000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13937
13938 * calendar/timeclock.el (timeclock-file): Run .timelog through
13939 convert-standard-filename.
13940
139412000-08-14 Gerd Moellmann <gerd@gnu.org>
13942
13943 * emacs-lisp/authors.el: New file.
13944
13945 * paren.el (show-paren-priority): New user option.
13946 (show-paren-function): Set overlay priorities to
13947 show-paren-priority.
13948
139492000-08-14 Miles Bader <miles@gnu.org>
13950
13951 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13952 beginning-of-line with inhibit-field-text-motion bound.
13953
139542000-08-14 Gerd Moellmann <gerd@gnu.org>
13955
13956 * calendar/timeclock.el: New file.
13957
139582000-08-14 David Ponce <david@dponce.com>
13959
13960 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13961 `widget-button-click'. so that one can use left mouse button to
13962 click on dialog buttons.
13963
139642000-08-14 Emmanuel Briot <briot@gnat.com>
13965
13966 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13967 identifiers, since XML is case sensitive
13968
139692000-08-12 Miles Bader <miles@gnu.org>
13970
13971 * comint.el (comint-output-filter): Don't bother frobbing
13972 window-start, it doesn't seem to be necessary.
13973
13974 * comint.el (comint-send-string, comint-send-region): Make into
13975 real functions. Snapshot the prompt before sending.
13976
139772000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13978
13979 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13980 technique similar to Info-index, instead of relying on specific
13981 names of relevant Index nodes.
13982 (Info-goto-emacs-command-node): Bind Info-history to nil when
13983 going to the first node found by Info-find-emacs-command-nodes.
13984
139852000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13986
13987 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13988
139892000-08-10 Miles Bader <miles@gnu.org>
13990
13991 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13992
139932000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13994
13995 * info.el (Info-file-list-for-emacs): More elements for the
13996 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13997 and woman manuals.
13998
139992000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14000
14001 * comint.el (comint-send-input): Make the newline boundary overlay
14002 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14003 (comint-output-filter): Use `insert' instead of
14004 `insert-before-markers'. Extend comint-last-output-overlay when
14005 necessary since we can't rely on insert-before-markers to do it.
14006 * gud.el (gud-filter): Use `with-current-buffer' instead of
14007 save-excursion when inserting the output, so that point gets
14008 updated correctly; the old method relied on a rather dodgy
14009 side-effect of comint-output-filter to avoid the effect of
14010 save-excursion.
14011
140122000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14013
14014 * files.el (recover-file): Call insert-directory instead of
14015 invoking `ls' directly.
14016
140172000-08-10 Miles Bader <miles@gnu.org>
14018
14019 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14020 (comint-last-prompt-overlay): New variables.
14021 (comint-output-filter): Implement prompt highlighting.
14022 (comint-snapshot-last-prompt): New function.
14023 (comint-send-input): Snapshot the last prompt.
14024 Use comint-highlight-input-face.
14025 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14026 Use defface instead of defcustom.
14027 (send-invisible, comint-send-eof): Snapshot the last prompt.
14028 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14029 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14030
140312000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14032
14033 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14034 (regexp-opt-group): Use a list of chars for `letters'.
14035 (regexp-opt-charset): `chars' is now a list of chars.
14036 Use a char-table rather than a vector so it works for multibyte chars.
14037
14038 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14039 Set cvs-minor-current-files to the selected fileinfo.
14040 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14041 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14042
140432000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14044
14045 * files.el (insert-directory): Don't call access-file on
14046 directories on DOS and Windows.
14047
140482000-08-09 Kenichi Handa <handa@etl.go.jp>
14049
14050 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14051 longer if necessary.
14052 (ccl-embed-code): Call ccl-embed-data to store CODE in
14053 ccl-program-vector.
14054
140552000-08-09 Miles Bader <miles@gnu.org>
14056
14057 * comint.el (comint-output-filter): Properly handle the case where
14058 the text surrounded by comint-last-output-overlay was deleted.
14059
140602000-08-08 Gerd Moellmann <gerd@gnu.org>
14061
14062 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14063 non-nil.
14064 (Info-file-list-for-emacs): Remove "info" from the list because
14065 that leads to trying to use the documentation from file `info'
14066 in various situations where it isn't appropriate, for instance
14067 C-h C-k C-h i.
14068
14069 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14070 DIR and/or STRING are nil.
14071
14072 * progmodes/compile.el (compilation-setup): Make variable
14073 compilation-error-screen-columns buffer-local, as some comment
14074 in the code suggests it should be.
14075
14076 * files.el (auto-mode-interpreter-regexp): New variable.
14077 (set-auto-mode): Use it.
14078
14079 * indent.el (indent-for-tab-command): Doc fix.
14080
14081 * mouse-sel.el (mouse-sel-mode): Doc fix.
14082
14083 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14084 labels.
14085
14086 * help.el (print-help-return-message): When
14087 display-buffer-reuse-frames is set, let the help window been quit,
14088 instead of deleting it, which might delete a reused frame.
14089
140902000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14091
14092 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14093 rename a directory to a name that differs only by its letter case.
14094
140952000-08-08 Kenichi Handa <handa@etl.go.jp>
14096
14097 * international/quail.el (quail-define-rules): Handle Quail decode
14098 map correctly. Add code for supporting annotations.
14099 (quail-install-decode-map): New function.
14100 (quail-defrule-internal): New optional arguments decode-map and
14101 props.
14102 (quail-advice): New function.
14103
141042000-08-07 Sam Steingold <sds@gnu.org>
14105
14106 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14107 `defconst', `define-condition', `with-slots'.
14108 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14109
141102000-08-03 Miles Bader <miles@gnu.org>
14111
14112 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14113 New variable.
14114 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14115 comint-use-prompt-regexp-instead-of-fields.
14116 (comint-send-input): Add `input' field property to stuff we send to
14117 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14118 (comint-output-filter): Add `output' field property to process
14119 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14120 (comint-replace-by-expanded-history)
14121 (comint-get-old-input-default, comint-show-output)
14122 (comint-backward-matching-input, comint-forward-matching-input)
14123 (comint-next-prompt, comint-previous-prompt): Use field
14124 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14125 (comint-line-beginning-position): New function.
14126 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14127 (comint-replace-by-expanded-history-before-point): Use
14128 comint-line-beginning-position and line-end-position.
14129 (comint-last-output-overlay): New variable.
14130 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14131
14132 * shell.el (shell-prompt-pattern): Doc change.
14133 (shell-backward-command): Use line-beginning-position.
14134
14135 * gud.el (gud-gdb-complete-command): Use
14136 comint-line-beginning-position.
14137
14138 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14139 comint-bol doesn't actually go to the beginning of the line.
14140
14141 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14142 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14143 (try-expand-line-all-buffers): Likewise.
14144
14145 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14146 explicitly matching comint-prompt-regexp.
14147 (sql-copy-column): Use comint-line-beginning-position instead of
14148 explicitly matching comint-prompt-regexp.
14149
14150 * progmodes/octave-inf.el (inferior-octave-complete): Use
14151 comint-line-beginning-position.
14152
14153 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14154
14155 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14156 looking for a prompt, use `forward-line 0' instead of
14157 `beginning-of-line', to avoid getting caught by an input field.
14158
141592000-08-07 Gerd Moellmann <gerd@gnu.org>
14160
14161 * files.el (shell-quote-wildcard-pattern): Make sure to return
14162 PATTERN, in the Unix case.
14163
141642000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14165
14166 * play/zone.el (zone): Discard any pending input before running
14167 the randomly-chosen pgm.
14168
141692000-08-07 Kenichi Handa <handa@etl.go.jp>
14170
14171 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14172 checking the existence of any multibyte characters.
14173
141742000-08-06 Gerd Moellmann <gerd@gnu.org>
14175
14176 * help.el (describe-mode): Test minor-mode symbol for being
14177 bound before testing its value for being nil.
14178
14179 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14180 `first', `second', and `third'.
14181
14182 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14183 (second): Make it an alias for `cadr'.
14184
141852000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14186
14187 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14188 types of display support faces now.
14189
141902000-08-05 Gerd Moellmann <gerd@gnu.org>
14191
14192 * pcvs.el (require): Require `cl' during compilation, only.
14193
14194 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14195 (toplevel): Remove `remq' and `remove' from autoloads.
14196 (cl-fake-autoloads): New variable. If set, arrange for an error
14197 when CL functions etc. are autoloaded.
14198
141992000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14200
14201 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14202
14203 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14204 popped up, but the user clicks outside the menu, return an empty
14205 regexp (that causes unhighlight-regexp to have no effect).
14206
14207 * menu-bar.el (menu-bar-games-menu): Add Zone.
14208
14209 * hi-lock.el (toplevel): Require font-lock.
14210
142112000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14212
14213 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14214 (ebnf-8-bit-chars): New var for bug fix.
14215 (ebnf-string): Bug fix.
14216
142172000-08-03 Sam Steingold <sds@gnu.org>
14218
14219 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14220 instead of `buffer-string'.
14221 (require 'cl): Always, not just when compiling.
14222 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14223 necessary.
14224
142252000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14226
14227 * international/mule-cmds.el (select-safe-coding-system): Make
14228 the message text about selecting a safe coding system more clear.
14229
142302000-08-02 Gerd Moellmann <gerd@gnu.org>
14231
14232 * hi-lock.el: New file.
14233
14234 * play/zone.el: New file.
14235
14236 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14237 value of tab-width in the original buffer. Choose a line number
14238 format that's a multiple of the original buffer's tab width, so
14239 that lines appear right.
14240
14241 * textmodes/ispell.el (ispell): New function, replacing an alias.
14242 Spell-check active region if in transient-mark-mode and mark
14243 is active; otherwise spell-check buffer.
14244
142452000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14246
14247 * ps-mule.el: Fix a customization problem on
14248 ps-mule-font-info-database-default.
14249
142502000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14251
14252 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14253 display-mouse-p instead of window-system.
14254 (ebrowse-member-mode-map): Ditto.
14255
142562000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14257
14258 * progmodes/ebnf2ps.el: Update ps-print functions call.
14259 Indentation fix. Doc fix.
14260 (ebnf-version): New version number (3.2).
14261 (ebnf-format-color, ebnf-begin-job): Code fix.
14262
142632000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14264
14265 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14266 font lock support on window-system.
14267 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14268
14269 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14270 display-color-p, if fboundp, instead of window-system.
14271
142722000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14273
14274 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14275 instead of window-system.
14276
14277 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14278 window-system.
14279 (widget-choice-mouse-down-action): Use display-popup-menus-p
14280 instead of window-system.
14281
14282 * strokes.el (strokes-file): Run the file name through
14283 convert-standard-filename.
14284 (strokes-mode): Call display-mouse-p instead of looking at
14285 window-system. Change the error message accordingly.
14286
14287 * progmodes/cpp.el (toplevel): Support faces on tty's.
14288
14289 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14290 (lm-plot-square, lm-init-display): Don't use window-system.
14291
14292 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14293 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14294
14295 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14296 instead of looking at window-system.
14297
142982000-07-30 Gerd Moellmann <gerd@gnu.org>
14299
14300 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14301 of testing if iswitchb-prepost-hooks is bound, because the
14302 latter will always be true when invoking a recursive minibuffer
14303 from an active Iswitchb buffer.
14304
143052000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14306
14307 * files.el (shell-quote-wildcard-pattern): New function.
14308 (insert-directory): Call it. Only prepend "\" to command on Unix
14309 and GNU/Linux systems.
14310
143112000-07-30 Gerd Moellmann <gerd@gnu.org>
14312
14313 * eshell/esh-groups.el: Change custom :link file names
14314 from `eshell.info' to `eshell'.
14315
143162000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14317
14318 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14319 correctly in recursive ange-ftp listings.
14320
143212000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14322
14323 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14324 ps-header-font-size-internal and
14325 ps-header-title-font-size-internal variables are not set,
14326 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14327 face text property is (foreground-color . COLOR) or
14328 `(background-color . COLOR)', ps-print crashes. Doc fix.
14329 (ps-print-version): New version number (5.2.4).
14330 (ps-plot-region): Code fix.
14331 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14332 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14333 Bug fix 2.
14334
143352000-07-30 Milan Zamazal <pdm@freesoft.cz>
14336
14337 * glasses.el (glasses-make-readable): Fix uncapitalization of
14338 identifiers like `myXMLDocument'.
14339
143402000-07-28 Karl Fogel <kfogel@red-bean.com>
14341
14342 * mail/mail-hist.el (mail-hist-previous-input)
14343 (mail-hist-next-input): Do the obvious code factorization.
14344 (mail-hist-retrieve-and-insert): New func, contains common
14345 code of above two.
14346 If inserting a message body, leave point at top.
14347
143482000-07-28 Sam Steingold <sds@gnu.org>
14349
14350 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14351 Use `<=', not `<' to compare times!
14352 (ange-ftp-ls): Remove.
14353
143542000-07-27 Gerd Moellmann <gerd@gnu.org>
14355
14356 * play/cookie1.el: Add explanation of how to make cookie.el
14357 compatible with strfile(1) to comment.
14358
14359 * subr.el (remove, remq): New functions.
14360
14361 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14362 escape `*' in regexps.
14363 (midnight-find): Reverse order of arguments in the funcall of
14364 TEST.
14365
14366 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14367 and `.class'.
14368
14369 * play/meese.el: Add Commentary section.
14370
143712000-07-27 Alex Schroeder <alex@gnu.org>
14372
14373 * sql.el (sql-ms): Added autoload cookie.
14374 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14375 (sql-oracle): Ditto.
14376 (sql-help): Doc change.
14377
14378 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14379 types and exceptions.
14380
143812000-07-27 Alex Schroeder <alex@gnu.org>
14382
14383 * sql.el (sql-placeholder-history): New variable.
14384 (sql-query-placeholders-and-send): New function that will query
14385 the user and replace placeholders with user input.
14386 (sql-oracle): If running on NT, set comint-input-sender to
14387 sql-query-placeholders-and-send.
14388
14389 (sql-stop): If in the SQLi buffer, insert stop notification, else
14390 present it as a message.
14391
143922000-07-27 Alex Schroeder <alex@gnu.org>
14393
14394 * sql.el (sql-input-ring-separator): Doc change.
14395 (sql-input-ring-file-name): Doc change.
14396 (sql-interactive-mode): Use `sql-input-ring-separator' and
14397 `sql-input-ring-file-name' to set the comint-mode equivalents
14398 without making them local variables.
14399 (sql-stop): Don't bind `sql-input-ring-separator' and
14400 `sql-input-ring-file-name' dynamically to their comint-mode
14401 equivalents.
14402
144032000-07-27 Kenichi Handa <handa@etl.go.jp>
14404
14405 * international/mule.el (register-char-codings): New function.
14406 (make-coding-system): Handle `safe-chars' specification in the arg
14407 PROPERTY.
14408
14409 * international/mule-cmds.el
14410 (find-coding-systems-region-subset-p): This function deleted.
14411 (sort-coding-systems-predicate): New variable.
14412 (sort-coding-systems): New function.
14413 (find-coding-systems-region): Use
14414 find-coding-systems-region-internal.
14415 (find-coding-systems-string): Use find-coding-systems-region.
14416 (find-coding-systems-for-charsets): Check
14417 char-coding-system-table.
14418 (select-safe-coding-system-accept-default-p): New variable.
14419 (select-safe-coding-system): Mostly rewritten. New argument
14420 ACCEPT-DEFAULT-P.
14421 (select-message-coding-system): Call select-safe-coding-system
14422 with ACCEPT-DEFAULT-P arg.
14423 (reset-language-environment): Reset default-sendmail-coding-system
14424 to the default value iso-latin-1.
14425 (set-language-environment): Don't set the obsolete variable
14426 charset-origin-alist.
14427
14428 * international/codepage.el (cp-coding-system-for-codepage-1):
14429 Give `safe-chars' property to make-coding-system.
14430
14431 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14432 calling select-message-coding-system twice.
14433
14434 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14435 instead of `safe-charsets'.
14436 (cyrillic-alternativnyj): Likewise.
14437 (ccl-encode-alternativnyj): Don't check the charset
14438 cyrillic-iso8859-5.
14439
144402000-07-27 Kenichi Handa <handa@etl.go.jp>
14441
14442 * composite.el (compose-chars-after): Preserve match data.
14443
144442000-07-26 Sam Steingold <sds@gnu.org>
14445
14446 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14447 (ange-ftp-real-file-newer-than-file-p): New function.
14448 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14449 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14450
14451 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14452 * midnight.el (midnight-float-time): Ditto.
14453
144542000-07-26 Andreas Schwab <schwab@suse.de>
14455
14456 * files.el (normal-backup-enable-predicate): Correct
14457 interpretation of the return value of compare-strings.
14458
144592000-07-26 Gerd Moellmann <gerd@gnu.org>
14460
14461 * isearch.el (isearch-resume): New function.
14462 (isearch-done): Add something to command-history to resume
14463 the search.
14464 (isearch-yank-line, isearch-yank-word): Use
14465 buffer-substring-no-properties instead of buffer-substring.
14466
14467 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14468 of flyspell-mouse-map.
14469
14470 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14471 duplicate definition.
14472 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14473
14474 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14475 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14476
144772000-07-25 Sam Steingold <sds@gnu.org>
14478
14479 * net/ange-ftp.el: Get modtime over the net.
14480 (ange-ftp-file-modtime): New function.
14481 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14482 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14483 Use it.
14484 (ange-ftp-dot-to-slash): New function.
14485 (ange-ftp-fix-name-for-vms): Use it.
14486
14487 * midnight.el (midnight-buffer-display-time): Use
14488 `with-current-buffer'.
14489
144902000-07-25 Gerd Moellmann <gerd@gnu.org>
14491
14492 * find-dired.el: Update copyright notice.
14493 (find-dired): Offer to kill a running `find'.
14494
14495 * enriched.el (enriched-face-ans): For a `foreground-color'
14496 property, return '(("x-color" COLOR))' so that COLOR will be
14497 output as a parameter of the x-color annotation. Likewise for the
14498 `background-color' property. In the case of normal face
14499 properties, don't return annotations for unspecified foreground
14500 and background face attributes.
14501
145022000-07-25 Kenichi Handa <handa@etl.go.jp>
14503
14504 * language/japan-util.el (japanese-katakana-region): Fix handling
14505 HANKAKU argument.
14506
145072000-07-25 Miles Bader <miles@gnu.org>
14508
14509 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14510 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14511 constrain-to-field.
14512
145132000-07-24 Andrew Innes <andrewi@gnu.org>
14514
14515 * timer.el (timer-activate-when-idle): Add optional parameter
14516 DONT-WAIT. Update docstring.
14517 (run-with-idle-timer): Specify extra parameter to
14518 timer-activate-when-idle, so that timer will be activated
14519 immediately if Emacs is already idle.
14520
14521 * w32-fns.el (w32-using-nt): Fix docstring.
14522
145232000-07-24 Dave Love <fx@gnu.org>
14524
14525 * mouse.el (popup-menu): Set last-command-event.
14526 (mouse-major-mode-menu-prefix): Declare.
14527
145282000-07-24 Gerd Moellmann <gerd@gnu.org>
14529
14530 * textmodes/flyspell.el: Update to author's version 1.5d.
14531
14532 * progmodes/hideshow.el: Update copyright notice.
14533
14534 * vcursor.el: Set maintainer to FSF, since author cannot
14535 be reached.
14536
145372000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14538
14539 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14540 the prompt.
14541
14542 * mouse.el (popup-menu): Run the keymap through indirect-function,
14543 in case it was defined with define-prefix-key. If the menu is a
14544 list of keymaps, look up the binding of user's choice in each one
14545 of the keymaps.
14546 (mouse-popup-menubar): If the global and local menu-bar keymaps
14547 don't have a prompt string, create one and insert it into the
14548 keymap. Don't barf if current-local-map returns nil.
14549
145502000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14551
14552 * dired.el (dired-sort-R-check): Added to allow recursive listing
14553 to be undone.
14554 (dired-sort-other): Use it.
14555
145562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14557
14558 * Release of cc-mode 5.27
14559
145602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14561
14562 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14563 c-beginning-of-statement-1 that caused a bad case of recursion
14564 which could consume a lot of CPU in large classes in languages
14565 that have in-expression classes (i.e. Java and Pike).
14566
14567 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14568 statements before top level constructs (i.e. case 6 is moved
14569 before case 5 and is now case 4) to catch in-expression
14570 classes in top level expressions correctly.
14571
145722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14573
14574 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14575 objc-method-intro. Case 4 removed and case 5I added.
14576
14577 * cc-langs.el (c-append-paragraph-start): New variable used by
14578 c-common-init to get paragraph-start correct.
14579 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14580 initialize paragraph-start to make it correct both with and
14581 without the javadoc special case.
14582
14583 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14584 initialize paragraph-start for javadoc markup.
14585
14586 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14587 change by defaulting this to t. It's motivated by the
14588 confusing behavior that otherwise arise from the style system
14589 when editing both java and non-java files at the same time
14590 (see the comments about style setting in c-common-init).
14591
145922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14593
14594 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14595 similar to the one in c-fill-paragraph to check the fill
14596 prefix from the adaptive fill function for sanity.
14597
145982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14599
14600 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14601 defun block.
14602
a30eb617
DL
146032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14604
14605 * cc-align.el (c-lineup-multi-inher): Handle lines with
14606 leading comma nicely. Extended to handle member initializers
14607 too.
14608
14609 * cc-engine.el: (c-beginning-of-inheritance-list,
14610 c-guess-basic-syntax): Fixed recognition of inheritance lists
14611 when the lines begins with a comma.
14612
a30eb617
DL
14613 * cc-vars.el (c-offsets-alist): Changed default for
14614 member-init-cont to c-lineup-multi-inher since it now handles
14615 member initializers and indents better for leading commas.
14616
146172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14618
14619 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14620 handling that caused class open lines to be recognized as
14621 statement-conts in some cases.
14622
14623 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14624 guessed by the adaptive fill function unless point is on the
14625 first line of a block comment.
14626
14627 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14628 when the buffer ends with a macro continuation char.
14629
14630 * cc-engine.el (c-guess-basic-syntax): Added support for
14631 function definitions as statements in Pike. The first
14632 statement in a lambda block is now labeled defun-block-intro
14633 instead of statement-block-intro.
14634
14635 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14636 so that the class surrounding point is selected, not the one
14637 innermost in the state.
14638
14639 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14640 recognition of switch labels having hanging multiline
14641 statements.
14642
14643 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14644 some code in c-guess-basic-syntax to a separate function.
14645 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14646 recognition of member inits with multiple line arglists.
14647 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14648 member-init-cont when the commas are in funny places.
14649
146502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14651
14652 * cc-defs.el (c-auto-newline): Removed this macro since it's
14653 not used anymore.
14654
14655 * cc-engine.el (c-looking-at-bos): New helper function.
14656 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14657 inexpr and toplevel classes apart in Pike.
14658
14659 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14660 of case 9A.
14661
14662 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14663 constant, since "class" can introduce an in-expression class
14664 in Pike nowadays.
14665
146662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14667
14668 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14669 indentation on cpp-macro lines.
14670
14671 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14672 a syntax modifier like comment-intro, to make it possible to
14673 get syntactic indentation for preprocessor directives. It's
14674 incompatible wrt to lineup functions on cpp-macro, but it has
14675 no observable effect in the 99.9% common case where cpp-macro
14676 is set to -1000.
14677
146782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14679
14680 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14681 member-init-cont when the preceding arglist is several lines.
14682
146832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14684
14685 * cc-styles.el (c-style-alist): The basic offset for the BSD
14686 style corrected to 8.
14687
146882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14689
14690 * cc-styles.el (c-style-alist): Adjusted the indentation of
14691 brace list openers in the gnu style.
14692
146932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14694
14695 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14696
14697 * cc-cmds.el (c-electric-brace, c-electric-slash,
14698 c-electric-star, c-electric-semi&comma, c-electric-colon,
14699 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14700 when c-syntactic-indentation is nil.
14701
14702 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14703 we were left at comments preceding the first statement when
14704 reaching the beginning of the buffer.
14705
14706 * cc-vars.el (c-syntactic-indentation): New variable to turn
14707 off all syntactic indentation.
14708
147092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14710
14711 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14712 between the text and the block comment ender when it hangs,
14713 depending on how many there are before the fill.
14714
147152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14716
14717 * cc-engine.el (c-beginning-of-closest-statement): New helper
14718 function to go back to the closest preceding statement start,
14719 which could be inside a conditional statement.
14720 * cc-engine.el (c-guess-basic-syntax): Use
14721 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14722
14723 * cc-engine.el (c-guess-basic-syntax): Better handling of
14724 arglist-intro, arglist-cont-nonempty and arglist-close when
14725 the arglist is nested inside parens. Cases 7A, 7C and 7F
14726 changed.
14727
14728 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14729 up-to-date with javadoc 1.2.
14730
147312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14732
14733 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14734 multiline Pike type decls.
14735
147362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14737
14738 * cc-cmds.el (c-indent-new-comment-line): Always break
14739 multiline comments in multiline mode, regardless of
14740 comment-multi-line.
14741
147422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14743
14744 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14745 fully::qualified::names in C++ member init lists. Preamble in
14746 case 5D changed.
14747
147482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14749
14750 * cc-langs.el (c-common-init): Handling of obsolete variables
14751 moved to c-initialize-cc-mode. More compatible style override
14752 when using global style variables.
14753 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14754 variables moved here.
14755
a30eb617
DL
14756 * cc-styles.el (c-make-styles-buffer-local): Flag style
14757 variable localness in c-style-variables-are-local-p to make
14758 the compatibility measure in c-common-init work well.
14759
14760 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14761 longer contain set-from-style.
14762 * cc-styles.el (c-initialize-builtin-style): Don't check for
14763 set-from-style on c-special-indent-hook.
14764 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14765 copy-alist is sufficient now.
14766
14767 * cc-styles.el (c-set-style, c-set-style-1,
14768 c-get-style-variables): Fixes to variable initialization so
14769 that duplicate entries in styles have the same effect
14770 regardless of DONT-OVERRIDE.
14771
14772 * cc-styles.el (c-set-style-2): Fixed bug where the
14773 initialization of inheriting styles failed when the
14774 dont-override flag is set.
14775
14776 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14777 on this.
14778
147792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14780
14781 * cc-defs.el (c-forward-comment): Removed the workaround
14782 introduced in 5.38 since it had worse side-effects. If a line
14783 contains the string "//\"", it regarded the // as a comment
14784 start since the \ temporarily doesn't have escape syntax.
14785
eb04d6cd 147862000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14787
14788 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14789 ada-xref.el before ada-prj.el, so that the Project menu is created
14790 when ada-prj tries to add to it.
14791 (ada-activate-keys-for-case): Suppress the characters that are not
14792 part of the Ada syntax. Better compatibility with else-mode
14793 (ada-adjust-case-interactive): When auto-casing is not active,
14794 correctly insert newlines (used to insert only ^M). Prevent the
14795 syntax table from being changed in case of an error
14796 (or '_' becomes part of a word and some commands are confused).
14797 Do nothing if ada-auto-case is nil.
14798 (ada-after-keyword-p): Ignore keywords that are also attributes
14799 (ada-batch-reformat): Update usage comment
14800 (ada-call-from-contextual-menu): New function
14801 (ada-case-read-exceptions): Reinitialize the casing exception list
14802 first to nil first, so that the casing exception file can be
14803 shared.
14804 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14805 files.
14806 (ada-compile-goto-error): Fix regexp used to detect a file:line
14807 anywhere in the error message
14808 (ada-contextual-menu-last-point): New variable
14809 (ada-create-keymap): If the variable delete-key-deletes-forward is
14810 t on XEmacs, it means that DEL should delete one character
14811 forward.
14812 (ada-create-menu): Use :included instead of :visible for XEmacs.
14813 New submenu "Options".
14814 (ada-end-stmt-re): Correctly indent "select ... then abort"
14815 statements.
14816 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14817 even if they don't match ada-fill-comment-prefix Fix handling of
14818 paragraphs on the first or last line of a file.
14819 (ada-format-paramlist): Fix handling of default parameter values.
14820 (ada-get-body-name): New function.
14821 (ada-get-current-indent): Optimized by searchling directly for an
14822 existing generic part or a statement outside of it. Handle
14823 ada-indent-align-comments when indenting comments Replaced some
14824 regexps by testing directly the next character. This results in a
14825 huge speedup on some files. New indentation scheme for renames
14826 statements. Stop looking for the 'while' or 'for' associated with
14827 a 'loop' at the first semicolon encountered. A "return" can also
14828 match an anonymous access subprogram declaration.
14829 (ada-get-indent-noindent): Ignore strings and comments when
14830 looking for the keywords "record" and "private".
14831 (ada-goto-matching-decl-start): When matching "if", make sure we
14832 are not in fact seeing "end if". Ignore "when" statements except
14833 when initial keyword was "begin". Fix handling of nested
14834 procedures. Add a recursive call to this function to skip over
14835 other 'end' statmts. Fix indentation for "when .. => begin"
14836 (ada-in-open-paren-p): Fix indentation for complex boolean
14837 expressions, where 'and then', 'or else' and parenthesis
14838 statements are mixed up.
14839 (ada-in-paramlist-p): Skip comments while searching for the
14840 beginning Fix handling of operator declarations.
14841 (ada-indent-align-comments): New variable
14842 (ada-indent-current): Change the syntax table only in the
14843 protected section, so that we are sure it is restored correctly.
14844 (ada-indent-on-previous-lines): Use ada-use-indent and
14845 ada-with-indent Correctly indent "select ... then"
14846 (ada-indent-region): Slight speedup.
14847 (ada-indent-renames): New variable.
14848 (ada-last-which-function-subprog, ada-last-which-function-line):
14849 New variables
14850 (ada-looking-at-semi-private): Correctly indent the 'private'
14851 keyword when it is the first word in a package declaration.
14852 (ada-loose-case-word): Stop searching if at the end of the buffer.
14853 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14854 even if point is not initially at the end of the word.
14855 (ada-matching-decl-start-re): Add "when".
14856 (ada-mode): Add support for abbrev-mode, outline-mode and
14857 which-func-mode Override the old find-file.el entry in
14858 ff-special-constructs since it is using the obsolete
14859 ada-spec-suffix variable
14860 (ada-no-auto-case): New function
14861 (ada-scan-paramlist): When parsing the argument type, accept
14862 spaces (as in "X 'Class", generated by Rational Rose).
14863 (ada-other-file-name): No longer loads the other file.
14864 (ada-popup-menu): Save and restore the current buffer and cursor
14865 position before and after displaying the menu.
14866 (ada-search-ignore-complex-boolean): New function.
14867 (ada-uncomment-region): Emacs21 already knows how to delete
14868 comments not starting in the first column.
14869 (ada-use-indent): New variable
14870 (ada-which-function): New function.
14871 (ada-with-indent): New variable
14872 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14873 can be batch-compiled from the command line.
14874
14875 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14876 Add to the menu when the file is loaded, not in ada-mode-hook.
14877 Add -toolbar to the default ddd command Switches moved from
14878 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14879 ada-prj-default-comp-opt
14880 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14881 Reference Manual to the menu
14882 (ada-check-current): rewritten as a call to ada-compile-current
14883 (ada-compile): Removed.
14884 (ada-compile-application, ada-compile-current, ada-check-current):
14885 Set the compilation-search-path so that compile.el automatically
14886 finds the sources in src_dir. Automatic scrollong of the
14887 compilation buffer. C-uC-cC-c asks for confirmation before
14888 compiling
14889 (ada-compile-current): New parameter, prj-field
14890 (ada-complete-identifier): Load the .ali file before doing
14891 processing
14892 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14893 conform to gnatmake's behavior.
14894 (ada-find-file-in-dir): New function
14895 (ada-find-references): Set the environment variables for gnatfind
14896 (ada-find-src-file-in-dir): New function.
14897 (ada-first-non-nil): Removed
14898 (ada-gdb-application): Add support for jdb, the java debugger.
14899 (ada-get-ada-file-name): Load the original-file first if not done
14900 yet.
14901 (ada-get-all-references): Handles the new ali syntax (parent types
14902 are found between <>).
14903 (ada-initialize-runtime-library): New function
14904 (ada-mode-hook): Always load a project file when a file is opened,
14905 so that the casing exceptions are correctly read.
14906 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14907 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14908 to open the project file, since the latter does not work with
14909 speedbar Get default values before loading the prj file, or the
14910 default executable file name is wrong. Use the absolute value of
14911 src_dir to initialize ada-search-directories and
14912 compilation-search-path,... Add the standard runtime library to
14913 the search path for find-file.
14914 (ada-prj-default-debugger): Was missing an opening '{'
14915 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14916 variables.
14917 (ada-prj-default-gnatmake-opt): New variable
14918 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14919 buffers, the project file is the default one Save the windows
14920 configuration before displaying the menu.
14921 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14922 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14923 ...) regexp-quote identifiers names to support operators +,
14924 -,... in regexps.
14925 (ada-remote): New function.
14926 (ada-run-application): Erase the output buffer before starting the
14927 run Support remote execution of the application. Use
14928 call-process, or the arguments are incorrectly parsed
14929 (ada-set-default-project-file): Reread the content of the active
14930 project file, not the one from the current buffer When a project
14931 file is set as the default project, all directories are
14932 automatically associated with it.
14933 (ada-set-environment): New function
14934 (ada-treat-cmd-string): New special variable ${current}
14935 (ada-treat-cmd-string): Revised. The substitution is now done for
14936 any ${...} substring
14937 (ada-xref-current): If no body was found, compiles the spec
14938 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14939 compiler to get rid of command line length limitations.
14940 (ada-xref-get-project-field): New function
14941 (ada-xref-project-files): New variable
14942 (ada-xref-runtime-library-specs-path)
14943 (ada-xref-runtime-library-ali-path): New variables
14944 (ada-xref-set-default-prj-values): Default run command now does a
14945 cd to the build directory. New field: main_unit Provide a default
14946 file name even if the current buffer has no prj file.
14947
14948 * ada-prj.el:
14949 Rewritten to show a tabbed-dialog.
14950 (ada-prj-add-ada-menu): Remove the map and name parameters.
14951 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14952 New function
14953 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14954 (ada-prj-load-from-file): New function
14955 (ada-prj-save): Always save fields that depend on the current buffer
14956 (ada-prj-show-value): New function
14957
14958 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14959 Ada mode. This will allow us to display the Ada menu in any buffer
14960 we want (for project items).
14961 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14962 number of spaces in the header.
14963
149642000-07-24 Dave Love <fx@gnu.org>
14965
14966 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14967
149682000-07-23 Noah Friedman <friedman@splode.com>
14969
14970 * type-break.el (type-break): perform autosave.
b52758d1 14971 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
14972 (type-break-do-query): Cancel query schedule while performing
14973 actual query, to avoid possibility of a second query being made
14974 while first one is already in progress.
14975 (type-break-time-stamp-format): New variable.
14976 (type-break-time-stamp): New function.
14977 (type-break-time-warning): Use it.
14978 (type-break-keystroke-warning): Use it.
14979 (type-break-noninteractive-query): Use it.
14980
14981 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14982 cookie.
14983 Use add-minor-mode to set minor-mode-alist, if available.
14984 (eldoc-echo-area-use-multiline-p): New user option.
14985 (eldoc-echo-area-multiline-supported-p): New variable.
14986 (eldoc-docstring-format-sym-doc): Use them.
14987 (eldoc-mode): If not using idle timers, append to local post and
14988 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14989 (eldoc-display-message-no-interference-p): Don't interfere with
14990 edebug.
14991 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14992 (eldoc-function-arglist): New function.
14993 (eldoc-function-argstring): Use it.
14994
14995 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14996 auto save directory exists before calling directory-files.
14997
149982000-07-23 Dave Love <fx@gnu.org>
14999
15000 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15001 ^o, ^u.
15002
150032000-07-21 Dave Love <fx@gnu.org>
15004
15005 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15006 now passed to the function. It now works properly.
15007
15008 * smerge-mode.el (smerge-mode-menu): Fill it out.
15009
150102000-07-20 Gerd Moellmann <gerd@gnu.org>
15011
15012 * info-look.el (info-lookup): If *info* is shown in another frame
15013 on the same display, select that frame, instead of switching to
15014 the Info buffer in another window of the selected frame.
15015
15016 * simple.el (universal-argument-map): Bind numeric keypad keys
15017 kp-0 to kp-9 and kp-subtract.
15018 (digit-argument): Handle these keys.
15019
150202000-07-20 Dave Love <fx@gnu.org>
15021
15022 * net/goto-addr.el (goto-address-fontify): Don't bother with
15023 buffer-modified and read-only stuff -- irrelevant with overlays.
15024 Put an extra property on the overlays and use it to clean up in
15025 case goto-address is re-run.
15026
150272000-07-19 Richard M. Stallman <rms@gnu.org>
15028
15029 * timer.el (run-with-idle-timer): Doc fix.
15030
15031 * mail/mail-utils.el (mail-strip-quoted-names):
15032 Handle case where <...> appears inside "...".
15033 Use replace-match to edit the string more simply.
15034 (rmail-dont-reply-to): Cope with an unmatched ".
15035
150362000-07-19 Dave Love <fx@gnu.org>
15037
15038 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15039 implementation.
15040
15041 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15042 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15043 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15044
150452000-07-19 Gerd Moellmann <gerd@gnu.org>
15046
15047 * textmodes/refer.el: Correct maintainer's email address.
15048
15049 * progmodes/hideif.el: Correct author's email address.
15050 Fix typo in comment.
15051
15052 * xml.el: New file.
15053
15054 * mail/mailheader.el: Correct author's mail address.
15055
15056 * gnus/parse-time.el: Correct author's mail address.
15057
150582000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15059
15060 * comint.el (comint-highlight-input, comint-highlight-face):
15061 New user options.
15062 (comint-input-ring-file-name): Change custom type.
15063 (comint-mode-map): Bind mouse-2.
15064 (comint-insert-clicked-input): New function.
15065 (comint-send-input): Handle input highlighting.
15066
150672000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15068
15069 * mouse.el (popup-menu): New function.
15070 (mouse-major-mode-menu): Use it.
15071
150722000-07-18 Dave Love <fx@gnu.org>
15073
15074 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15075 improvements.
15076
150772000-07-18 Gerd Moellmann <gerd@gnu.org>
15078
15079 * faces.el (face-font-selection-order)
15080 (face-font-family-alternatives): Add custom type.
15081
150822000-07-18 Dave Love <fx@gnu.org>
15083
15084 * cus-edit.el (custom-variable-reset-saved)
15085 (custom-variable-reset-standard): Remove unused bindings.
15086
15087 * rect.el (open-rectangle-line): Remove unused let.
15088
15089 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15090
150912000-07-18 Gerd Moellmann <gerd@gnu.org>
15092
15093 * cdl.el: Fix `Maintainer' keyword.
15094
15095 * play/pong.el: Add author's email address.
15096
150972000-07-17 Sam Steingold <sds@gnu.org>
15098
15099 * files.el (insert-directory): Call `split-string' instead of
15100 re-implementing it.
15101
151022000-07-18 Gerd Moellmann <gerd@gnu.org>
15103
15104 * mail/vms-pmail.el: Change maintainer to FSF.
15105
15106 * net/goto-addr.el: Change maintainer to FSF.
15107
15108 * info.el (Info-title-face-alist): Removed.
15109
151102000-07-18 David Ponce <david@dponce.com>
15111
15112 * recentf.el (recentf-open-files): New command that works like
15113 `recentf-open-more-files', but shows the whole list of files (not just
15114 those omitted from the menu). Useful if you don't use a menu-bar!
15115 (recentf-open-more-files) Modified to use `recentf-open-files'.
15116
15117 (recentf-open-files, recentf-open-more-files)
15118 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15119
15120 (recentf-dialog-mode): New mode for dialogs. You can now just type
15121 "q" to cancel the dialogs.
15122
151232000-07-18 David Ponce <david@dponce.com>
15124
15125 * recentf.el: This is a major update of recentf.el. It adds new
15126 features to better organize the recentf menu and "More..." buffer.
15127
15128 Using new provided menu filtering functions you can now organize the
15129 recent files list:
15130
15131 - by major modes
15132 - by directories
15133 - by user defined rules
15134
15135 Finally, with the new `recentf-filter-changer' customizable filter you
15136 can define a ring of filters and dynamically (via the menu) cycle on
15137 each menu organization in the ring (a la msb).
15138
151392000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15140
15141 * eshell/eshell.el (eshell): Replace links to eshell.info with
15142 links to eshell, to avoid problems on systems where the manual is
15143 installed as `eshell'.
15144 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15145 * eshell/em-smart.el (eshell-smart): Ditto.
15146 * eshell/em-banner.el (eshell-banner): Ditto.
15147 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15148
15149 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15150 same-file check in the MS-DOS version (it does support inodes).
15151
15152 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15153
15154 * eshell/eshell.el (eshell-directory-name):
15155 Run default directory name through convert-standard-filename.
15156
151572000-07-18 Kenichi Handa <handa@etl.go.jp>
15158
15159 * international/mule-cmds.el (select-safe-coding-system):
15160 Fix typo in the comment.
15161
15162 * language/european.el (compound-text):
15163 Force katakana-jisx0201 to be designated to G1.
15164
15165 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15166 Don't translate some national variant characters of latin-jisx0201.
15167 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15168
15169 * international/kkc.el (kkc-after-update-conversion-functions):
15170 New variable.
15171 (kkc-update-conversion): Run functions in it at the tail.
15172
151732000-07-16 John Wiegley <johnw@gnu.org>
15174
15175 * lisp/align.el (align-newline-and-indent):
15176 Adding new function. for auto-aligning blocks of code on RET.
15177 (align-region): Fixed badly formatted minibuffer message.
15178
151792000-07-17 Kenichi Handa <handa@etl.go.jp>
15180
15181 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15182 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15183 the conversion list at first if appropriate.
15184 (kkc-next): Don't update kkc-next-count here.
15185 (kkc-prev): Don't update kkc-prev-count here.
15186 (kkc-show-conversion-list-update): Fix setting up of conversion
15187 list message.
15188
151892000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15190
15191 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15192
151932000-07-16 Dave Love <fx@gnu.org>
15194
15195 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15196 function to be more specific.
15197
15198 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15199 non-string help-echo.
15200 (widget-types-convert-widget): Defsubst it.
15201 (widget-echo-help): Try to cope with a help-echo function of two
15202 possible sorts.
15203
152042000-07-15 Jason Rumney <jasonr@gnu.org>
15205
15206 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15207 Declare as obsolete.
15208
15209 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15210
152112000-07-14 Gerd Moellmann <gerd@gnu.org>
15212
15213 * hilit-chg.el: Fix typo.
15214
152152000-07-14 Dave Love <fx@gnu.org>
15216
15217 * info.el (Info-mode-menu): Fix use of :help, :enable.
15218
152192000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15220
15221 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15222
152232000-07-13 Dave Love <fx@gnu.org>
15224
15225 * emacs-lisp/easymenu.el: Doc fixes.
15226 (easy-menu-remove): Defalias to ignore.
15227
15228 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15229 Call throw correctly.
15230
152312000-07-13 Gerd Moellmann <gerd@gnu.org>
15232
15233 * faces.el (frame-background-mode): Doc fix.
15234
15235 * simple.el (eval-expression-print-length): Change custom type to
15236 allow entering nil as value.
15237
152382000-07-13 Dave Love <fx@gnu.org>
15239
15240 * progmodes/fortran.el (fortran-imenu-generic-expression):
15241 Change definition layout.
15242 (fortran-mode-menu): Reinstate customize entries.
15243
15244 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15245 Use :filter, per old XEmacs code.
15246
152472000-07-12 Gerd Moellmann <gerd@gnu.org>
15248
15249 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15250 event when deciding what to send to the terminal.
15251
152522000-07-12 Dave Love <fx@gnu.org>
15253
15254 * cus-start.el: Add optional version as 4th element of specs and
15255 use it for several things new in v21. Remove load-path. Fix type
15256 of line-number-display-limit.
15257
152582000-07-11 Dave Love <fx@gnu.org>
15259
15260 * progmodes/fortran.el: Don't require easymenu.
15261 Use repeat counts in various regexps.
15262 (fortran-mode-syntax-table): Defvar directly.
15263 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15264 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15265 Use defvar, not defconst.
15266 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15267 (fortran-mode): Set fortran-comment-line-start-skip,
15268 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15269 (fortran-comment-indent): Use defsubst.
15270 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15271 Use fortran-comment-indent, not fortran-comment-indent-function.
15272 (fortran-comment-region, fortran-electric-line-number): Simplify.
15273 (fortran-auto-fill): New function.
15274 (fortran-do-auto-fill): Deleted.
15275 (fortran-find-comment-start-skip):
15276 Check for non-null comment-start-skip.
15277 (fortran-auto-fill-mode, fortran-fill-statement):
15278 Use fortran-auto-fill.
15279 (fortran-fill): Use fortran-auto-fill. Check for null
15280 comment-start-skip. Simplify final clause and use end-of-line finally.
15281
15282 * widget.el (widget-plist-member): New alias.
15283
152842000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15285
15286 * eshell/esh-module.el (toplevel): Reference
15287 byte-compile-current-file only if it is bound.
15288
152892000-07-10 Gerd Moellmann <gerd@gnu.org>
15290
15291 * dired.el: Don't require `dired-aux'.
15292
152932000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15294
15295 * dired-aux.el (dired-show-file-type): New function.
15296 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15297 (dired-show-file-type): Add autoload.
15298
152992000-07-10 Kenichi Handa <handa@etl.go.jp>
15300
15301 * international/mule-diag.el (describe-font): Adjusted for the
15302 change of fontset-info.
15303 (print-fontset): Likewise.
15304
153052000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15306
15307 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15308
153092000-07-07 Gerd Moellmann <gerd@gnu.org>
15310
15311 * bindings.el: Bind `[delete]' to delete-char.
15312
15313 * dired.el (dired-find-alternate-file): New function.
15314 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15315 (toplevel): Require dired-aux when compiling.
15316 (dired-buffers): Move defvar within file to avoid compiler warning.
15317
15318 * info.el (Info-last-search): Variable removed.
15319 (Info-search-history): New variable.
15320 (Info-search): New Info-search-history.
15321
15322 * battery.el, info-look.el: Change author's mail address.
15323
153242000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15325
15326 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15327 if rmail-ignored-headers is nil.
15328 (rmail-retry-failure): Bind rmail-ignored-headers and
15329 rmail-displayed-headers to nil.
15330
153312000-07-06 Gerd Moellmann <gerd@gnu.org>
15332
15333 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15334 (print-region-1): Don't hard code `-h' here.
15335
15336 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15337
153382000-07-01 Francesco Potorti` <pot@gnu.org>
15339
15340 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15341 exim can use "your message" instead of "the message".
15342
153432000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15344
15345 * facemenu.el: Docstrings fixes.
15346 (facemenu-get-face): Don't use internal-find-face.
15347 (facemenu-iterate): Rename arg to match the docstring.
15348
15349 * newcomment.el (uncomment-region): Be more careful when skipping
15350 backwards over `=' not to bump into BOBP.
15351
153522000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15353
15354 * ediff-diff.el (ediff-wordify): Use syntax table.
15355 * ediff-init.el (ediff-has-face-support-p): Use
15356 ediff-color-display-p.
15357 (ediff-color-display-p): Use display-color-p, changed to defun
15358 from defsubst.
15359 Got rid of special cases for NeXT and OS/2.
15360 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15361 face.
15362
153632000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15364
15365 * emacs-lisp/lucid.el: Require CL.
15366 (copy-tree, remprop): Remove, it's provided by CL.
15367 (map-keymap): Define in terms of cl-map-keymap.
15368 (extent-property, set-extent-end-glyph): New functions.
15369
15370 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15371
153722000-07-05 Gerd Moellmann <gerd@gnu.org>
15373
15374 * Makefile.in (DONTCOMPILE): Add comment that the name may
15375 not be changed without changing the make-dist script.
15376
15377 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15378 (cl-mapc): Use mapc instead of cl-old-mapc.
15379
153802000-07-05 Andrew Innes <andrewi@gnu.org>
15381
15382 * makefile.nt: Add support for `bootstrap' and related targets.
15383
153842000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15385
15386 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15387 (easy-menu-do-define): Use `menu-item' format.
15388 Handle case where easy-menu-create-menu returns a symbol.
15389 Manually call the potential top-level filter in the function binding.
15390 (easy-menu-filter-return): New arg NAME.
15391 Convert to a keymap if MENU is an XEmacs menu.
15392 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15393 (easy-menu-converted-items-table, easy-menu-convert-item):
15394 New var and fun to memoize easy-menu-convert-item-1.
15395 (easy-menu-do-add-item): Use it.
15396 (easy-menu-create-menu): Use easy-menu-convert-item.
15397 Wrap easy-menu-filter-return around any :filter specification.
15398 Don't convert the menu if a filter was specified.
15399 Tell easy-menu-make-symbol not to check for MENU being an expression.
15400 (easy-menu-make-symbol): New arg NOEXP.
15401
154022000-07-05 Gerd Moellmann <gerd@gnu.org>
15403
15404 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15405 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15406 (eval-defun): If called with prefix arg, instrument code for
15407 Edebug.
15408
15409 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15410 similar to that of eval-defun.
15411
154122000-07-04 Dave Love <fx@gnu.org>
15413
15414 * hl-line.el (hl-line-overlay): Make it permanent-local.
15415
15416 * calendar/todo-mode.el: Replaced with a working version, based on
15417 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15418
154192000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15420
15421 * paths.el (prune-directory-list): New function.
15422 (Info-default-directory-list): Rewritten to more methodically
15423 enumerate a big list of possible info directories (based on the
15424 list used by the standalone info reader).
15425
15426 * info.el (info-initialize): Use prune-directory-list to remove
15427 non-existent directories from Info-directory-list.
15428
15429 * paths.el (Info-default-directory-list): Try a list of possible
15430 info-directories instead of a single one. Add the possible
15431 info directory "/usr/share/info".
15432
15433 * woman.el (woman-man.conf-path): Explicitly include the debian
15434 man-db config file "/etc/manpath.config".
15435 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15436 are present in `manpath.config'.
15437 (woman-manpath): Include "/usr/share/man".
15438
154392000-07-03 Gerd Moellmann <gerd@gnu.org>
15440
15441 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15442
15443 * startup.el (command-line): Initialize blink-cursor based
15444 on window-system.
15445
15446 * frame.el (blink-cursor): Default to nil if not running under
15447 a window-system.
15448
15449 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15450 (face-x-resources): Remove duplicate entry for :font.
15451
15452 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15453 instead of cycling through windows with next-window.
15454
15455 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15456 of cycling through windows with next-window.
15457
15458 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15459 of cycling through windows with next-window.
15460
15461 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15462 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15463 instead of cycling through windows with next-window.
15464
15465 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15466 instead of cycling through windows with next-window.
15467
15468 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15469 of cycling through windows with next-window.
15470
15471 * terminal.el (te-process-output): Use walk-windows instead of
15472 cycling through windows with next-window.
15473
15474 * server.el (server-switch-buffer): Use some-window instead of
15475 cycling through windows with next-window.
15476
15477 * window.el (some-window): New function.
15478 (walk-windows): Remove reference to walk-windows-start.
15479
15480 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15481
154822000-07-03 Richard Stallman <rms@gnu.org>
15483
15484 * window.el (walk-windows): Guarantee termination by keeping a list
15485 of all the windows already handled.
15486
154872000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15488
15489 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15490 window-system.
15491
15492 * man.el (Man-notify-when-ready): Don't use window-system. If
15493 Man-notify-method is newframe, and the display is not
15494 multi-frame, select the frame created for the man page.
15495 (Man-init-defvars): Doc fix.
15496
154972000-06-28 Gerd Moellmann <gerd@gnu.org>
15498
15499 * faces.el (region): Change background color for light background.
15500
15501 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15502 attribute from mode-line face of Ediff control frame.
15503
15504 * replace.el (query-replace-map): Bind `e' like `E'.
15505
155062000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15507
15508 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15509 Change name to "Select All".
15510
15511 * dos-fns.el (convert-standard-filename): Fix last change.
15512
155132000-06-27 Gerd Moellmann <gerd@gnu.org>
15514
15515 * help.el (describe-variable): Don't insert a second `'s' in front
15516 of the string `value is shown below'. Since the syntax-table is
15517 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15518 an existing `'s', so that this won't be deleted.
15519
15520 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15521 * pcmpl-unix.el: New files.
15522
155232000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15524
15525 * wid-edit.el (widget-member): Use the new plist-member.
15526
155272000-06-26 Gerd Moellmann <gerd@gnu.org>
15528
15529 * replace.el (perform-replace): Undo change of 2000-04-04.
15530 Instead, move backward 1 character at the end of the loop when
15531 necessary.
15532
15533 * faces.el (fringe): Change face for different backgrounds.
15534
15535 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15536 patch from John.
15537
15538 * eshell/*.el: Change spelling of the Free Software Foundation.
15539
15540 * eshell/esh-toggle.el: Removed.
15541
15542 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15543
15544 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15545 interactively.
15546
155472000-06-26 Alex Schroeder <alex@gnu.org>
15548
15549 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15550 `define-key'; instead of checking `(emacs-version)' check for
15551 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15552 for `;' and `o' which might be electric.
15553
15554 (sql-electric-stuff): New user option.
15555 (sql-magic-go): New function which uses `sql-electric-stuff'.
15556 (sql-magic-semicolon): New function which uses
15557 `sql-electric-stuff'.
15558
15559 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15560 is not fboundp.
15561
15562 (sql-oracle-options): New variable.
15563 (sql-oracle): Use it.
15564
15565 (sql-imenu-generic-expression): Doc change.
15566 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15567 is used.
15568
15569 (sql-informix): Added command line parameter "-" to force
15570 sql-informix-program to use stdout.
15571
155722000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15573
15574 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15575 (cp864-decode-table): Doc fix.
15576 (cp720-decode-table): New variable, supports the Arabic OEM
15577 codepage used by Windows.
15578 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15579
155802000-06-23 Dave Love <fx@gnu.org>
15581
15582 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15583 (font-lock-fontify-anchored-keywords): Use
15584 line-beginning-position.
15585 (global-font-lock-mode): Use mapc.
15586
155872000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15588
15589 * eshell/esh-module.el: Require CL when compiling.
15590
155912000-06-23 Gerd Moellmann <gerd@gnu.org>
15592
15593 * comint.el (comint-substitute-in-file-name): Call replace-match
15594 with second and third arg t.
15595
15596 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15597 Specify foreground color.
15598
15599 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15600 color.
15601
15602 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15603
15604 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15605 cddr instead of cdddr.
15606
15607 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15608 instead of copy-list.
15609
15610 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15611 of copy-list.
15612
15613 * subdirs.el: Add eshell subdirectory.
15614
15615 * eshell: New subdirectory containing the Eshell package.
15616
15617 * pcomplete.el: New file.
15618
156192000-06-23 Paul Eggert <eggert@twinsun.com>
15620
15621 * mail/mailpost.el (post-mail-send-it): Make sure file has
15622 proper permissions from birth.
15623
15624 * files.el (basic-save-buffer-2): When temporarily setting
15625 file modes, set them to current modes plus 0200, not to 0777.
15626
15627 * emerge.el (emerge-make-temp-file): Make sure file has proper
15628 permissions from birth.
15629
156302000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15631
15632 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15633 backup file name through convert-standard-filename.
15634
15635 * dos-fns.el (convert-standard-filename): Convert leading
15636 directories as well. When long file names are supported, convert
15637 characters that are invalid in Windows file names.
15638
156392000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15640
15641 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15642 ps-print crashes. New feature: page selection for printing. Create
15643 raw-text-unix coding system for XEmacs. Doc fix.
15644 (ps-print-version): New version number (5.2.3).
15645 (ps-plot-region): Bug fix.
15646 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15647 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15648 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15649 funs.
15650 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15651 (ps-last-page): New vars.
15652
156532000-06-21 Gerd Moellmann <gerd@gnu.org>
15654
15655 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15656 empty option string.
15657
156582000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15659
15660 * man.el (man): Doc fix.
15661
156622000-06-21 Kenichi Handa <handa@etl.go.jp>
15663
15664 * international/mule-cmds.el (set-language-info-alist): Docstring
15665 fixed.
15666
156672000-06-20 Gerd Moellmann <gerd@gnu.org>
15668
15669 * version.el (emacs-version): Use ISO date format.
15670
15671 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15672 instead of `M-backspace'.
15673
15674 * simple.el (turn-off-auto-fill): New function.
15675
156762000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15677
15678 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15679 Renamed from with-buffer-prepared-for-font-lock and use
15680 inhibit-modification-hooks rather than setting *-change-functions.
15681 Update all functions to use the new name.
15682 (jit-lock-first-unfontify-pos): New semantics (and doc).
15683 (jit-lock-mode): Make non-interactive.
15684 Don't automatically turn on font-lock.
15685 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15686 Always use jit-lock-after-change.
15687 Remove and restore font-lock-after-change-function.
15688 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15689 (jit-lock-after-unfontify-buffer): Remove.
15690 (jit-lock-stealth-fontify):
15691 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15692 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15693
156942000-06-20 Sam Steingold <sds@gnu.org>
15695
15696 * emacs-lisp/cl-indent.el (toplevel): Indent
15697 `print-unreadable-object' properly. Untabify.
15698
156992000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15700
15701 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15702 Support for bibentry.
15703 (reftex-compile-variables): Fixed problem with end of section-re.
15704
15705 * texmodes/reftex-dcr.el (reftex-view-crossref,
15706 reftex-view-crossref-from-bibtex):
15707 Deal with changed `reftex-find-citation-regexp-format'.
15708 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15709 Replaced `remprop' with `put'.
15710 (reftex-view-crossref, reftex-view-crossref-when-idle):
15711 Support for bibentry.
15712
15713 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15714 New entry for bibentry package.
15715
15716 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15717 Regexp also matches "\nobibliography".
15718
15719 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15720 Call `reftex-ensure-write-access' before doing anything.
15721 (reftex-ensure-write-access): New function.
15722
157232000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15724
15725 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15726
15727 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15728
15729 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15730
15731 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15732
15733
157342000-06-20 Dave Love <fx@gnu.org>
15735
15736 * faces.el (frame-background-mode): Use set-default, not set, in
15737 setter.
15738 (frame-update-faces, frame-update-face-colors): Define with
15739 defalias.
15740
15741 * enriched.el (enriched-decode-foreground)
15742 (enriched-decode-background): Don't use internal-find-face.
15743
15744 * apropos.el: Doc fixes.
15745
15746 * cus-edit.el (customize-changed-options): Check arg.
15747 (customize-version-lessp): Don't require decimal point.
15748
15749 * custom.el (defcustom, defgroup): Doc fix.
15750
15751 * newcomment.el (comment) <defgroup>: Add :version.
15752 (comment-multi-line): Doc fix.
15753
15754 * emulation/mlsupport.el (define-hooked-local-abbrev,
15755 define-hooked-global-abbrev): Fix, using define-abbrev.
15756
157572000-06-19 Gerd Moellmann <gerd@gnu.org>
15758
15759 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15760 the whole buffer.
15761
157622000-06-19 Dave Love <fx@gnu.org>
15763
15764 * menu-bar.el (menu-bar-options-save): New function.
15765 (menu-bar-options-menu): Use it.
15766 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15767 Simplify.
15768
157692000-06-19 Andreas Schwab <schwab@suse.de>
15770
15771 * progmodes/etags.el (tags-query-replace): Put new parameters
15772 START and END at the end, for backward compatibility.
15773
157742000-06-19 Kenichi Handa <handa@etl.go.jp>
15775
15776 * international/codepage.el:
15777 (cp-coding-system-for-codepage-1): Delete special codes for
15778 generating xxx-dos coding system because now a CCL based coding
15779 system can handle EOL conversion by default.
15780
15781 * international/mule.el (make-coding-system): Generate subsidiary
15782 coding systems for EOL handling variants even for a CCL based
15783 coding system.
15784
157852000-06-19 Kenichi Handa <handa@etl.go.jp>
15786
15787 * international/isearch-x.el (isearch-minibuffer-input-method)
15788 (isearch-minibuffer-input-method-function): These variables
15789 deleted.
15790 (isearch-with-input-method): Don't use the above variables.
15791 (isearch-process-search-multibyte-characters): Likewise. Call
15792 read-string with the arg INHERIT-INPUT-METHOD t.
15793
157942000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15795
15796 * font-lock.el (font-lock-after-fontify-buffer)
15797 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15798
15799 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15800 Use consistent make-local-variable style for font-lock-fontified.
15801 (jit-lock-fontify-buffer):
15802 Don't bother checking for font-lock-mode and jit-lock-mode.
15803
15804 * time.el: Remove trailing ^M that prevent CVS-merging.
15805
158062000-06-16 Gerd Moellmann <gerd@gnu.org>
15807
15808 * Makefile.in (distclean): New target.
15809
158102000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15811
15812 * Makefile.in (srcdir): Define for update-subdirs.
15813
158142000-06-16 Gerd Moellmann <gerd@gnu.org>
15815
15816 * find-lisp.el: New file.
15817
158182000-06-16 Andrew Innes <andrewi@gnu.org>
15819
15820 * time.el (display-time-mail-function): New variable, to allow
15821 external packages to indicate when new mail is available.
15822 (display-time-update): Use it.
15823
158242000-06-16 Kenichi Handa <handa@etl.go.jp>
15825
15826 * international/mule.el (mule-version): Change version name to
15827 SAKAKI. AOI has already been used by Meadow.
15828
15829 * international/quail.el (quail-show-guidance-buf): To find the
15830 bottom window (but minibuffer), pay attention to the height of
15831 minibuffer.
15832
158332000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15834
15835 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15836 menu-bar menus. Add help strings. Don't remove the Edit menu
15837 from the menu bar, as the menu bar has enough space now.
15838
15839 * Makefile.in (SHELL): Make sure /bin/sh is used.
15840
15841 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15842 characters, which use series of two ^H characters instead of one.
15843
158442000-06-15 Gerd Moellmann <gerd@gnu.org>
15845
15846 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15847 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15848 functions.
15849 (Info-find-node-2): Try a case-sensitive search first, then
15850 do a case-insensitive search.
15851
15852 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15853 tutorials.
15854
15855 * complete.el (PC-env-vars-alist): New variable.
15856 (PC-complete-as-file-name): New function.
15857 (partial-completion-mode): Initialize PC-env-vars-alist from
15858 process-environment.
15859 (PC-do-completion): Handle completion of env vars.
15860
15861 * info.el (Info-set-mode-line): Show file name in mode line,
15862 use `*Info*' instead of `Info:'.
15863
15864 * startup.el (command-line-1): Change copyright messages to year
15865 2000.
15866
158672000-06-15 Dave Love <fx@gnu.org>
15868
15869 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15870 not local-map.
15871
158722000-06-15 Kenichi Handa <handa@etl.go.jp>
15873
15874 * international/mule.el (set-buffer-file-coding-system): Almost
15875 rewritten to handle `undecided' as no-op.
15876
158772000-06-14 Gerd Moellmann <gerd@gnu.org>
15878
15879 * Makefile.in: New file.
15880
15881 * Makefile: Removed.
15882
15883 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15884 (goto-address-highlight-keymap): Bind C-c RET.
15885
158862000-06-14 Kenichi Handa <handa@etl.go.jp>
15887
15888 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15889 inherits buffer-file-coding-system of the current buffer.
15890
15891 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15892 0. Give correct argument to set-auto-coding-function.
15893 (tar-expunge): For goto-char, use (point-min), not 0.
15894 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15895 (tar-subfile-save-buffer): Likewize.
15896
15897 * international/mule.el
15898 (after-insert-file-set-buffer-file-coding-system): Call
15899 set-buffer-file-coding-system with the arg FORCE t.
15900
159012000-06-13 Gerd Moellmann <gerd@gnu.org>
15902
15903 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15904 nil. Contemporary sendmails issue an X-Authentication-Warning if
15905 the sender is set with `-f'.
15906
159072000-06-13 Dave Love <fx@gnu.org>
15908
15909 * help.el (describe-function-1): Kluge around cases of functions
15910 fset to subrs whose doc doesn't match their symbol-name.
15911
15912 * image.el (insert-image): Default STRING to a space.
15913
15914 * info.el Doc fixes.
15915 (Info-build-node-completions): Match Ref tags.
15916
159172000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15918
15919 * frame.el (display-multi-frame-p, display-multi-font-p): New
15920 defaliases for display-graphic-p.
15921
15922 * hl-line.el: Fixed a typo in commentary.
15923
159242000-06-13 Kenichi Handa <handa@etl.go.jp>
15925
15926 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15927 fixed.
15928
159292000-06-12 Dave Love <fx@gnu.org>
15930
15931 * image.el (insert-image): Save a little consing.
15932
159332000-06-12 Kenichi Handa <handa@etl.go.jp>
15934
15935 * language/tibet-util.el: Convert all tibetan-1-column characters
15936 to the corresponding tibetan characters.
15937 (tibetan-add-components): Delete code for the special treatment of
15938 'a chung.
15939
15940 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15941 change.
15942 (tibetan-vowel-transcription-alist): More rules added.
15943 (tibetan-composite-vowel-alist): New variable.
15944 (tibetan-precomposition-rule-alist): More rules added.
15945
159462000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15947
15948 * startup.el (command-line): Only call menu-bar-mode if interactive.
15949
15950 * thingatpt.el (toplevel symbol-properties):
15951 * textmodes/makeinfo.el (makeinfo-compile):
15952 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15953 * progmodes/hideif.el (hif-compress-define-list)
15954 (hide-ifdef-use-define-alist):
15955 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15956 (ange-ftp-vms-add-file-entry):
15957 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15958 * man.el (Man-build-man-command):
15959 * mail/rnewspost.el (news-reply-header-hook):
15960 * info.el (Info-insert-dir):
15961 * emulation/mlconvert.el (backward-word, forward-word, setq):
15962 * emacs-lisp/gulp.el (gulp-send-requests):
15963 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15964 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15965 (byte-optimize-apply, end of file):
15966 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15967 (ad-make-freeze-definition):
15968 * startup.el (command-line, command-line-1): Don't quote lambdas.
15969
15970 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15971 (cvs-cleanup-removed): New function.
15972 (cvs-cleanup-functions): New var.
15973 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15974 some flexibility in specifying additional entries to auto-cleanup.
15975 (cvs-quickdir): New function.
15976 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15977 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15978 (cvs-mode-find-file): Check that we are on a filename or dirname
15979 when invoked through a mouse-click.
15980 (cvs-full-path): Remove.
15981 (cvs-dired-action): Re-introduced.
15982 (cvs-dired-noselect): Use it.
15983 (vc-post-command-functions): use this new hook if available.
15984
15985 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15986 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15987 (cvs-filename-map, cvs-dirname-map): Remove.
15988 (cvs-default-action): Remove.
15989 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15990 if the arg is really a keymap.
15991 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15992 Don't hardcode the mapping from state (aka type) to face, but check
15993 the var cvs-fi-<type>-face instead.
15994 (cvs-fileinfo-from-entries): New function.
15995
15996 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15997 Docstring fix.
15998 (cvs-find-file-and-jump): Change default to be safer.
15999 (cvs-mode-diff-map): Define it as a function as well.
16000 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16001 Bind mouse-2 in this global map rather than with text-properties.
16002
16003 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16004 file to resolve the ambiguity between C(conflict) and C(need-merge).
16005
160062000-06-12 Kenichi Handa <handa@etl.go.jp>
16007
16008 * international/mule.el (set-buffer-file-coding-system): If
16009 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16010 unconditionally.
16011
160122000-06-12 Dave Love <fx@gnu.org>
16013
16014 * wid-edit.el (widget-specify-button): Really suppress the face if
16015 required.
16016
160172000-06-11 Gerd Moellmann <gerd@gnu.org>
16018
16019 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16020
160212000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16022
16023 * imenu.el (imenu-generic-expression): Docstring fix.
16024
16025 * composite.el (composition-function-table): Move the `put'
16026 below the autoload cookie so we can load the file before loaddefs.
16027
16028 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16029
16030 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16031 Handle easy-mmode-define-global-mode.
16032 For complex macros like define-minor-mode that can generate
16033 several autoload entries, try to autoload entries in the
16034 macroexpanded code.
16035
16036 * emacs-lisp/easy-mmode.el (define-minor-mode):
16037 If KEYMAP is a symbol, just use it.
16038 Use byte-compile-current-file and load-file-name to infer the
16039 proper :require to pass to defcustom.
16040 Wrap the hook var into `progn' so as not to autoload it.
16041 Add a :autoload-end cookie.
16042 Be more careful about the evaluation of KEYMAP.
16043 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16044 (define-derived-mode): Move define-abbrev-table outside of defvar.
16045
160462000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16047
16048 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16049 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16050 (backup-compiled-files): Ignore errors during `tar'.
16051 (bootstrap): Make autoloads before elc files.
16052
160532000-06-10 Kenichi Handa <handa@etl.go.jp>
16054
16055 * international/mule.el (set-buffer-file-coding-system): If one of
16056 undecided-XXX is specified, change only EOL conversion.
16057
16058 * international/mule-conf.el (unix): New alias for the coding
16059 system undecided-unix.
16060
160612000-06-09 Dave Love <fx@gnu.org>
16062
16063 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16064
16065 * progmodes/executable.el: Byte compile dynamic.
16066 (executable-insert): Change custom type.
16067 (executable-find): Add autoload cookie.
16068 (executable-make-buffer-file-executable-if-script-p): New
16069 function. After Noah Friedman.
16070
16071 * files.el (after-save-hook): Customize, with
16072 executable-make-buffer-file-executable-if-script-p as an option.
16073
160742000-06-09 Kenichi Handa <handa@etl.go.jp>
16075
16076 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16077 "tib24p-mule.bdf" for Tibetan.
16078
16079 * composite.el (decompose-composite-char): Declare it as obsolete.
16080
16081 * man.el (Man-fontify-manpage): Pay attention to underline and
16082 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16083
160842000-06-08 Gerd Moellmann <gerd@gnu.org>
16085
16086 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16087 Set maintainer to FSF since author isn't reachable.
16088
160892000-06-08 Dave Love <fx@gnu.org>
16090
16091 * international/mule-cmds.el (select-safe-coding-system): If
16092 DEFAULT-CODING-SYSTEM is not specified, also check the most
16093 preferred coding-system if buffer-file-coding-system is
16094 `undecided'. From Handa.
16095
160962000-06-08 Kenichi Handa <handa@etl.go.jp>
16097
16098 * international/mule.el
16099 (after-insert-file-set-buffer-file-coding-system): If the buffer
16100 size is greater than INSERTED, judget that we are not visiting.
16101
161022000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16103
16104 * whitespace.el (defgroup whitespace): Comment out `:version'.
16105 XEmacs 20.4 has problems defining the group with this present.
16106 We'll have this commented out till get resolve the problem.
16107
161082000-06-07 John Wiegley <johnw@gnu.org>
16109
16110 * align.el (align-dq-string-modes, align-sq-string-modes)
16111 (align-open-comment-modes): Add pyhton-mode.
16112 (align-rules-list): Use get-text-property instead of
16113 text-properties-at.
16114 (align-rules-list): Add python-assignment.
16115 (align-rules-list): Change perl-comma-delimiter to
16116 basic-comma-delimiter. Use if for Perl modes and python-mode.
16117 (align-rules-list): Add python-chain-logic and
16118 basic-line-continuation.
16119
161202000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16121
16122 * apropos.el (apropos-mode-hook): New user variable.
16123 (apropos-mode): Run apropos-mode-hook.
16124
161252000-06-07 David Ponce <david@dponce.com>
16126
16127 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16128 commands. Require `wid-edit' at run-time.
16129
161302000-06-07 David Ponce <david@dponce.com>
16131
16132 * recentf.el: Added some "Commentary".
16133 (recentf-open-more-files, recentf-edit-list): Minor changes to
16134 move the point at the top of the file list. This behaviour is
16135 consistent with the menu one when the list contains a lot of
16136 files.
16137 (recentf-cleanup): Now displays the number of items removed from
16138 the list.
16139 (recentf-relative-filter) New menu filter to show filenames
16140 relative to `default-directory'.
16141
161422000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16143
16144 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16145 with/without giving an error if PostScript printer doesn't have this
16146 kind of page size. Zebra Stripe continues or restarts on next page.
16147 Manual/automatic paper feeding. Switch or not the header.
16148 (ps-print-version): New version number (5.2.2).
16149 (ps-windows-system): Include emx as a Windows system.
16150 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16151 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16152 (ps-background-text): Code fix.
16153 (ps-error-handler-message, ps-user-defined-prologue)
16154 (ps-print-prologue-header, ps-printer-name)
16155 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16156 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16157 (ps-use-face-background): Customization fix.
16158 (ps-n-up-database): Data fix.
16159 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16160 (ps-switch-header): New vars.
16161 (ps-xemacs-color-name, ps-face-foreground-name)
16162 (ps-face-background-name, ps-boolean-constant): New funs.
16163
161642000-06-07 Dave Love <fx@gnu.org>
16165
16166 * allout.el: New version from Manheimer.
16167
161682000-06-07 Kenichi Handa <handa@etl.go.jp>
16169
16170 * textmodes/fill.el (fill-find-break-point): Check the validity of
16171 charset.
16172
161732000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16174
16175 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16176 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16177 Call display-color-p and display-mouse-p instead of looking at
16178 window-system.
16179
161802000-06-06 Dave Love <fx@gnu.org>
16181
16182 * image.el (find-image): Doc fix. Return nil if image not found.
16183 (put-image, insert-image): Make STRING arg optional.
16184
161852000-06-06 Kenichi Handa <handa@etl.go.jp>
16186
16187 * language/vietnamese.el: Remove eval-when-compile.
16188 (viet-viscii-nonascii-translation-table): Define it as a
16189 translation table made from viet-viscii-decode-table.
16190 (viet-viscii-encode-table): Define it as a translation table made
16191 from the reverse map of above.
16192 (viet-vscii-nonascii-translation-table): Define it as a
16193 translation table made from viet-vscii-decode-table.
16194 (viet-vscii-encode-table): Define it as a translation table made
16195 from the reverse map of above.
16196 (ccl-decode-viscii): Use translate-character.
16197 (ccl-encode-viscii, ccl-encode-viscii-font)
16198 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16199 Likewize.
16200
16201 * language/cyrillic.el: Remove eval-when-compile.
16202 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16203 translation table made from cyrillic-koi8-r-decode-table.
16204 (cyrillic-koi8-r-encode-table): Define it as a translation table
16205 made from the reverse map of above.
16206 (ccl-decode-koi8): Use translate-character.
16207 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16208 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16209 a translation table made from cyrillic-alternativnyj-decode-table.
16210 (cyrillic-alternativnyj-encode-table): Define it as a translation
16211 table made from the reverse map of above.
16212 (ccl-decode-alternativnyj): Use translate-character.
16213 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16214 Likewize
16215
16216 * international/mule-diag.el (non-iso-charset-alist): Specify
16217 translation table symbol instead of translation table itself.
16218 (list-block-of-chars): CHARSET may be a translation table symbol.
16219
16220 * international/mule.el (make-coding-system): If CODING-SYSTEM
16221 already exists, override it.
16222
16223 * international/fontset.el: Use family `proportional' for Tibetan
16224 fonts.
16225
16226 * international/ccl.el (ccl-compile-translate-character): Don't
16227 check if Rrr has property translation-table.
16228 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16229
162302000-06-05 Gerd Moellmann <gerd@gnu.org>
16231
16232 * info.el: Bind case-fold-search to t when searching in case
16233 a user sets it to nil in a hook.
16234
162352000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16236
16237 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16238 * hl-line.el (hl-line-mode): Use the new :global key argument.
16239
16240 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16241 (tar-clip-time-string): Prepend a space.
16242 (tar-grind-file-mode): Construct a string rather than modifying one.
16243 (tar-header-block-summarize): Fix docstring.
16244 Use `format' rather than an error-prone set of copy-loops.
16245
16246 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16247 (diff-goto-source, diff-unified->context, diff-context->unified)
16248 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16249 understand the format output by the `-p' argument to diff.
16250
16251 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16252 (sh-re-done): Use defconst.
16253 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16254 (sh-help-string-for-variable, sh-guess-basic-offset):
16255 Don't quote lambdas.
16256 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16257 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16258
16259 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16260 (mh-letter-mode): Derive from text-mode.
16261 This implicitly means that it now calls kill-all-local-variables.
16262 Also remove the Emacs-18 compatibility code.
16263
16264 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16265 Make use of symbol-property doc-string-elt.
16266 Use memq rather than a sequence of eq.
16267 (doc-string-elt): Fix the wrong or missing previously unused values.
16268 (autoload-print-form): New function extracted from
16269 generate-file-autoloads to allow recursion when handling progn
16270 so that defvar's and defun's docstrings are properly printed.
16271 (generate-file-autoloads): Use it.
16272
16273 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16274 Use find-file-hooks in the minor-mode function.
16275 Be careful not to loop indefinitely in the post-command-hook function.
16276
162772000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16278
16279 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16280 tty's.
16281 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16282 differences whenever appropriate.
16283 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16284 * viper.el (find-file, find-file-other-window): Get viper to do
16285 wildcards.
16286
162872000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16288
16289 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16290 (jit-lock-fontify-buffer): New function for JIT refontification.
16291 (jit-lock-mode): Fix docstring.
16292 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16293 Remove jit-lock-after-change from the _local_ hook.
16294 (jit-lock-function-1): Fix docstring.
16295
16296 * info.el (Info-on-current-buffer): Initialize info.
16297
16298 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16299
16300 * progmodes/tcl.el (tcl-indent-for-comment):
16301 Ignore comment-indent-hook.
16302
16303 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16304 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16305 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16306 and improve to use the lighter to guess the capitalization.
16307 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16308 Add keyword arguments to specify global-ness or the custom group.
16309 Add local-map and help-echo properties to the lighter.
16310 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16311 (easy-mmode-define-global-mode): New macro.
16312
163132000-06-02 Dave Love <fx@gnu.org>
16314
16315 * wid-edit.el: byte-compile-dynamic since we typically don't use
16316 all the widgets. Don't require cl or widget. Remove
16317 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16318 (widget-read-event): Removed. Callers changed to use read-event.
16319 (widget-button-release-event-p): Renamed from
16320 button-release-event-p.
16321 (widget-field-add-space, widget-field-use-before-change):
16322 Uncustomize.
16323 (widget-specify-field): Use keymap property, not local-map.
16324 (widget-specify-button): Obey :suppress-face.
16325 (widget-specify-insert): Use modern backquote syntax.
16326 (widget-image-directory): Renamed from widget-glyph-directory.
16327 (widget-image-enable): Renamed from widget-glyph-enable.
16328 (widget-image-find): Replaces widget-glyph-find.
16329 (widget-button-pressed-face): Move defvar.
16330 (widget-image-insert): Replaces widget-glyph-insert.
16331 (widget-convert): Use keywordp.
16332 (widget-leave-text, widget-children-value-delete): Use mapc.
16333 (widget-keymap): Remove XEmacs stuff.
16334 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16335 (widget-button-click): Don't set point at the click, but re-centre
16336 if we scroll out of window. Rewritten for images v. glyphs &c.
16337 (widget-tabable-at): Use POS arg, not point.
16338 (widget-beginning-of-line, widget-end-of-line)
16339 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16340 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16341 (widget-default-create): Use widget-image-insert; some rewriting.
16342 (widget-visibility-value-create)
16343 (widget-push-button-value-create, widget-toggle-value-create): Use
16344 widget-image-insert.
16345 (checkbox): Create on and off images dynamically.
16346 (documentation-link): Change :help-echo.
16347 (widget-documentation-link-echo-help): Remove.
16348
163492000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16350
16351 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16352
16353 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16354 (easy-mmode-define-toggle, define-minor-mode): Use it.
16355 (easy-mmode-define-keymap): Docstring fix.
16356 (define-derived-mode): Default PARENT to fundamental-mode.
16357 Add the derived-mode-parent symbol-property.
16358 (easy-mmode-derived-mode-p): New function.
16359
163602000-06-02 Dave Love <fx@gnu.org>
16361
16362 * files.el (convert-standard-filename): Doc fix.
16363 (normal-backup-enable-predicate): New function.
16364 (backup-enable-predicate): Use it to replace the lambda form.
16365
16366 * calendar/todo-mode.el: [This needs more work on the outline
16367 stuff.] Doc fixes.
16368 (todo) <defgroup>: Add :version.
16369 (todo-add-category): Don't use pushnew.
16370 (todo-cmd-raise): Fix typo.
16371 (todo-top-priorities): Change temp buffer name.
16372 (todo-category-alist): Avoid redundant lambda.
16373 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16374 Use outline-next-heading.
16375
16376 * autoarg.el: Rewritten to use define-minor-mode.
16377 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16378 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16379
163802000-06-02 Kenichi Handa <handa@etl.go.jp>
16381
16382 * isearch.el (isearch-other-meta-char): Fix previous change.
16383
163842000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16385
16386 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16387 (log-edit-done): Only add the comment to the ring if it's different
16388 from the last comment entered.
16389
16390 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16391
163922000-06-01 Dave Love <fx@gnu.org>
16393
16394 * hl-line.el: Rewritten using define-minor-mode.
16395
16396 * help.el (describe-function-1): Distinguish special form from
16397 builtin function. Sanity-check presence of arglist for builtins.
16398
163992000-06-01 Kenichi Handa <handa@etl.go.jp>
16400
16401 * international/characters.el: Fix syntax/category setting of
16402 Tibetan characters.
16403
16404 * language/tibet-util.el (tibetan-add-components): Fixes for new
16405 encoding of Tibetan characters.
16406 (tibetan-decompose-precomposition-alist): New variable.
16407 (tibetan-decompose-region): Convert precomposed characters to
16408 non-precomposed characters.
16409 (tibetan-decompose-string): Likewise.
16410 (tibetan-composition-function): Fix args to
16411 thibetan-compose-string.
16412
16413 * language/tibetan.el (tibetan-composable-pattern): More
16414 characters included.
16415 (tibetan-consonant-transcription-alist): Rule for "R" added.
16416 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16417 "+R" added.
16418 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16419
16420 * language/lao-util.el (lao-composition-function): Fix args to
16421 compose-string.
16422
16423 * language/thai-util.el (thai-composition-function): Fix args to
16424 compose-string.
16425
16426 * isearch.el (isearch-update): Set disable-point-adjustment to t
16427 to prevent the point moving to the end of a composition when a
16428 part of a composition is searched.
16429 (isearch-other-meta-char): If the key invoking this command can be
16430 mapped by function-key-map to a printing char, call
16431 isearch-process-search-char directly.
16432
164332000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16434
16435 * emacs-lisp/bytecomp.el:
16436 * frame.el:
16437 * international/mule-cmds.el:
16438 * international/mule-util.el:
16439 * international/mule.el:
16440 * mouse.el:
16441 * subr.el:
16442 * faces.el: Update calls to make-obsolete with a WHEN argument.
16443
16444 * byte-run.el (make-obsolete, make-obsolete-variable):
16445 Add an optional WHEN argument and change the format of the
16446 symbol-property information.
16447 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16448 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16449 new obsolete-symbol-property format and print WHEN if it is provided.
16450
164512000-05-31 Dave Love <fx@gnu.org>
16452
16453 * loadhist.el (loadhist-hook-functions): Remove
16454 before-change-function, after-change-function.
16455 (unload-feature): Deal with symbols which are both bound and
16456 fbound.
16457
16458 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16459 before-change-function, after-change-function.
16460
16461 * simple.el (newline): Don't bind before-change-function,
16462 after-change-function.
16463
164642000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16465
16466 * whitespace.el (whitespace-rescan-timer-time): Update interval
16467 set to 600 seconds (10 minutes) instead of 60 seconds since
16468 a large number of whitespace buffers causes emacs to `freeze'
16469 for a considerable amount of time.
16470
16471 * whitespace.el: Updated email address
16472
164732000-05-31 Dave Love <fx@gnu.org>
16474
16475 * add-log.el (change-log-font-lock-keywords) <function>: Add
16476 pattern for function of change.
16477 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16478 acknowledgements patterns.
16479
164802000-05-31 Kenichi Handa <handa@etl.go.jp>
16481
16482 * isearch.el (isearch-printing-char): If keyboard coding system is
16483 being used, call isearch-process-search-multibyte-characters.
16484
16485 * international/isearch-x.el: Mostly rewritten.
16486
16487 * international/quail.el (quail-start-conversion): Don't include
16488 unhandled events in the returned events, but set them in
16489 unread-command-events. Exit if all inputs are deleted.
16490
164912000-05-30 Jason Rumney <jasonr@gnu.org>
16492
16493 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16494
16495 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16496 Reenable code to create initial fontsets.
16497 Use set-fontset-font in place of put-charset-property.
16498
164992000-05-30 Gerd Moellmann <gerd@gnu.org>
16500
16501 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16502 label, ensure that the first colon isn't followed by another.
16503
16504 * paths.el (Info-default-directory-list): Doc fix.
16505
16506 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16507 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16508 send a query containing USER only, not USER@HOST.
16509
16510 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16511 and rmail-msgend to compute the restriction at the end, instead of
16512 computing it.
16513
165142000-05-29 Gerd Moellmann <gerd@gnu.org>
16515
16516 * dabbrev.el (dabbrev-expand): Don't display messages in the
16517 echo area if the minibuffer window is active.
16518
16519 * jit-lock.el (jit-lock-mode): Add after change function to
16520 local hook.
16521
165222000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16523
16524 * antlr-mode.el: New commands: hide/unhide actions,
16525 upcase/downcase literals.
16526 (antlr-tiny-action-length): New user option.
16527 (antlr-hide-actions): New command. Suggested by
16528 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16529 (antlr-mode-map): New binding [C-c C-v].
16530 (antlr-mode-menu): New entries.
16531 (antlr-downcase-literals): New command.
16532 (antlr-upcase-literals): Ditto.
16533
16534 * antlr-mode.el: Minor changes: indendation, mode-name.
16535 (antlr-indent-line): Indent cpp directive at column 0.
16536 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16537
16538 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16539 (antlr-font-lock-additional-keywords): Workaround for intentional
16540 bug in XEmacs version of font-lock.
16541 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16542 be used by a smarter version of `buffers-menu-grouping-function'.
16543
165442000-05-29 Gerd Moellmann <gerd@gnu.org>
16545
16546 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16547 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16548
165492000-05-29 Kenichi Handa <handa@etl.go.jp>
16550
16551 * international/encoded-kb.el
16552 (encoded-kbd-iso2022-designation-map): Pay attention to that
16553 charset-iso-final-char return -1 for eight-bit-control and
16554 eight-bit-graphic.
16555
165562000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16557
16558 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16559 (speedbar-easymenu-definition-base): Use display-graphic-p where
16560 available, instead of window-system.
16561
165622000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16563
16564 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16565 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16566 coding systems.
16567
165682000-05-26 Dave Love <fx@gnu.org>
16569
16570 * disp-table.el (standard-display-underline): Don't use
16571 internal-find-face.
16572
16573 * mail/reporter.el: Maintainer change. Doc fixes.
16574 (reporter-version): Deleted.
16575
16576 * emacs-lisp/elp.el: Maintainer change.
16577 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16578
165792000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16580
16581 * add-log.el (add-change-log-entry): Merge the current entry with the
16582 previous one if the previous one is empty.
16583
165842000-05-26 Dave Love <fx@gnu.org>
16585
16586 * loadhist.el (unload-feature): Fix interactive spec [from
16587 lijnzaad@ebi.ac.uk].
16588
16589 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16590 subr-arity to check primitives.
16591 (byte-compile-flush-pending, byte-compile-file-form-progn)
16592 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16593 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16594 mapcar.
16595
165962000-05-26 Kenichi Handa <handa@etl.go.jp>
16597
16598 * international/fontset.el: Set family names of non-latin charsets
16599 in default fontset to "*".
16600
16601 * international/mule-diag.el (print-fontset): Combine family part
16602 and registry part of the fontname by "-*-" instead of "-".
16603
16604 * international/mule-cmds.el (encode-coding-char): Make strings
16605 multibyte before calling encode-coding-string.
16606
166072000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16608
16609 * derived.el: Fix keywords.
16610 (define-derived-mode): Only define if needed.
16611
16612 * simple.el (fill-comment, comment-column, comment-start)
16613 (comment-start-skip, comment-end, comment-indent-function)
16614 (block-comment-start, block-comment-end, indent-for-comment)
16615 (set-comment-column, kill-comment, comment-padding, comment-region)
16616 (comment-multi-line, indent-new-comment-line): Remove.
16617
16618 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16619 function names for comment operations.
16620
16621 * newcomment.el: Add abundant autoload cookies.
16622 (comment-style): Don't depend on runtime data at compile-time.
16623 (comment-indent-hook): Remove.
16624 (comment-indent): Check if comment-indent-hook is bound.
16625 (comment-region): Docstring fix.
16626
166272000-05-25 Dave Love <fx@gnu.org>
16628
16629 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16630 byte-code-function-p.
16631
16632 * mail/rmailsum.el: Add provide.
16633
16634 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16635
16636 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16637 defcustom.
16638
166392000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16640
16641 * ediff-diff.el (ediff-exec-process): delete --binary option from
16642 non-buffer ediff jobs.
16643
166442000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16645
16646 * hilit-chg.el (highlight-changes-mode): Ask about color or
16647 grayscale support, not about window-system.
16648
16649 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16650 window-system.
16651 (ffap-highlight): Always default to t.
16652
16653 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16654 display-popup-menus-p instead of looking at window-system.
16655
16656 * disp-table.el (standard-display-g1, standard-display-graphic):
16657 Only refuse to use string glyphs on X and MS-Windows.
16658
16659 * avoid.el: Remove window-system from commentary, suggest to use
16660 display-*-p instead.
16661
16662 * apropos.el (apropos-print): Use display-mouse-p instead of
16663 window-system.
16664
166652000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16666
16667 * international/codepage.el (cp-decoding-vector-for-codepage):
16668 Fill up unsupported characters with their own codes. From Kenichi
16669 Handa.
16670
166712000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16672
16673 * international/mule-diag.el (describe-char-after): Use
16674 display-graphic-p instead of window-system, so that this function
16675 works on MS-DOS.
16676
166772000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16678
16679 * international/codepage.el (cp-make-coding-systems-for-codepage):
16680 Remove the eight-bit-graphic and eight-bit-control charsets from
16681 the list of charsets which we convert into `?'.
16682
166832000-05-25 Kenichi Handa <handa@etl.go.jp>
16684
16685 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16686 private charsets.
16687 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16688 japanese-jisx0213-2): New charsets.
16689
16690 * international/fontset.el: Setup default fontset for new charsets.
16691
166922000-05-24 Dave Love <fx@gnu.org>
16693
16694 * info.el (Info-find-node-2): Restructure [following "Vadim
16695 S. Solomin" <sovs@uic.nnov.ru>].
16696
16697 * icomplete.el: Fix header for Finder.
16698
166992000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16700
16701 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16702 STAY.
16703
16704 * rmail.el (rmail-automatic-folder-directives): New user variable.
16705 (rmail-show-message): Add call to `rmail-auto-file' during
16706 display.
16707 (rmail-auto-file): New function.
16708
167092000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16710
16711 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16712 account.
16713 (ediff-test-utility,ediff-diff-mandatory-option)
16714 (ediff-reset-diff-options): Utilities for proper initialization of
16715 ediff-diff-options and ediff-diff3-options on Windows.
16716
16717 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16718 variable.
16719
16720 * ediff-mult.el (ediff-filegroup-action): Use
16721 ediff-merge-filename-prefix.
16722
167232000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16724
16725 * viper-ex.el (ex-write): Set selective display to nil.
16726
167272000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16728
16729 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16730 aliases for hebrew-iso-8bit.
16731
167322000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16733
16734 * woman.el: New version from Francis J. Wright
16735 <F.J.Wright@Maths.QMW.ac.uk>.
16736 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16737 names in environment variables regardless of the path separator.
16738 (woman-topic-all-completions-1): Don't call file-name-directory-p
16739 on all files, since woman-file-regexp already filters out any
16740 directories.
16741
167422000-05-24 Kenichi Handa <handa@etl.go.jp>
16743
16744 * international/quail.el (quail-start-translation): Don't change
16745 modified-p of the current buffer.
16746 (quail-start-conversion): Likewise.
16747
16748 * international/kkc.el (kkc-region): Don't change modified-p of
16749 the current buffer.
16750
16751 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16752 conform to RFC1468.
16753 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16754
167552000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16756
16757 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16758 (speedbar-insert-button): Invisible text property fix.
16759 (speedbar-directory-plus): Renamed from speedbar-directory-+
16760 (speedbar-directory-minus): Renamed from speedbar-directory--
16761 (speedbar-page-plus): Renamed from speedbar-file-+
16762 (speedbar-page-minus): Renamed from speedbar-file--
16763 (speedbar-page): Renamed from speedbar-file-
16764 (speedbar-tag): Renamed from speedbar-tag-
16765 (speedbar-tag-plus): Renamed from speedbar-tag-+
16766 (speedbar-tag-minus): Renamed from speedbar-tag--
16767 (speedbar-expand-image-button-alist): Use above renames.
16768
16769 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16770 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16771 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16772 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16773 * sb-pg.xpm: Renamed from sb-file.xpm
16774 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16775 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16776
167772000-05-24 Kenichi Handa <handa@etl.go.jp>
16778
16779 * international/quail.el (quail-show-guidance-buf): Set
16780 current-input-method of the guidance buffer to the name of the
16781 curren input method.
16782
167832000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16784
16785 * progmodes/compile.el (compile-internal): Style typo.
16786
16787 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16788 quote vars and functions in the docstring.
16789
16790 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16791
16792 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16793 Don't quote lambdas.
16794
16795 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16796
167972000-05-23 Gerd Moellmann <gerd@gnu.org>
16798
16799 * startup.el (command-line): Determine source file of compiled
16800 user init file differently. Warn if compiled user init file
16801 is older than its source file.
16802
16803 * ffap.el (ffap-url-regexp): Add `https'.
16804
168052000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16806
16807 * files.el (make-backup-file-name-1): Replace slashes with `!'
16808 rather than `|' (which is not allowed on Windows). Replace the
16809 drive letters with a string "drive_X".
16810
168112000-05-23 Gerd Moellmann <gerd@gnu.org>
16812
16813 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16814
16815 * files.el (interpreter-mode-alist): Add `bash2'.
16816
168172000-05-22 Dave Love <fx@gnu.org>
16818
16819 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16820 mapc.
16821 (feature-file): Avoid calling symbol-name. Doc fix.
16822 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16823 (loadhist-hook-functions): Add mouse-position-function.
16824 (unload-feature): Change uses of mapcar.
16825
16826 * files.el (parse-colon-path): Doc fix.
16827 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16828 (set-auto-mode): Use mapc.
16829
16830 * complete.el (PC-look-for-include-file): Use :alnum: character
16831 class.
16832 (partial-completion-mode): Add autoload cookie.
16833
168342000-05-22 Sam Steingold <sds@gnu.org>
16835
16836 * info.el (Info-fontify-node): Fixed the call to
16837 `add-text-properties' (bug introduced on 2000-05-18).
16838
168392000-05-22 Dave Love <fx@gnu.org>
16840
16841 * bindings.el: Remove debug-ignored-errors set in other files.
16842
16843 * progmodes/etags.el: Add to debug-ignored-errors.
16844 (visit-tags-table-buffer): Clear out buffers holding old tables
16845 when making a new list.
16846 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16847 mapc.
16848
16849 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16850 quote keywords.
16851 (cmpl-string-case-type): Use character classes.
16852
16853 * comint.el:
16854 * textmodes/ispell.el:
16855 * imenu.el:
16856 * mail/mh-e.el:
16857 * progmodes/compile.el: Add to debug-ignored-errors.
16858
16859 * dabbrev.el: Add to debug-ignored-errors.
16860 (dabbrev-completion): Use mapc.
16861
168622000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16863
16864 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16865 (woman-mapcan, woman-parse-man.conf)
16866 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16867 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16868 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16869 path syntax better.
16870 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16871 (woman-manpath): Call woman-parse-man.conf.
16872 (woman-emulation): New defcustom, defaults to nroff.
16873 (woman-font-support): New defconst.
16874 (woman-use-symbol-font): New defcustom.
16875 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16876 "Emulation".
16877 Many functions: Doc fix.
16878
168792000-05-22 Kenichi Handa <handa@etl.go.jp>
16880
16881 * international/quail.el (quail-simple-translation-keymap): Map
16882 128..255 to quail-self-insert-command.
16883 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16884
168852000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16886
16887 * help.el (help-manyarg-func-alist): Typo.
16888
16889 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16890 intervals which makes it heaps simpler.
16891
16892 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16893 the nested comment markers.
16894
16895 * subr.el (remove-hook): Don't turn the hook's value into a list.
16896
168972000-05-21 Dave Love <fx@gnu.org>
16898
16899 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16900 are invalid characters.
16901
16902 * international/mule-util.el (detect-coding-with-priority): Use
16903 mapc. Remove redundant lambda.
16904
16905 * international/mule-diag.el (list-non-iso-charset-chars)
16906 (describe-fontset): Remove redundant lambda.
16907
16908 * emulation/crisp.el (brief-mode): New alias.
16909
16910 * emacs-lisp/ring.el (ring-elements): New function.
16911
16912 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16913 (easy-menu-do-add-item): Use keywordp.
16914
16915 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16916
16917 * replace.el: Doc and error message fixes.
16918 (replace-highlight): Use facep, not internal-find-face.
16919
169202000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16921
16922 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16923
16924 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16925 (log-edit-insert-changelog): Drop `:' as well.
16926
16927 * log-view.el: Fix file description.
16928 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16929 available.
16930 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16931 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16932
16933 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16934 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16935 Print a status message if the toggle is called interactively.
16936 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16937 for global minor modes and use `defcustom' for them.
16938 Use add-minor-mode.
16939 (easy-mmode-define-derived-mode): Remove.
16940 (define-derived-mode): Fancier default docstring.
16941 (easy-mmode-define-navigation): Signal an error rather than (ding).
16942
16943 * newcomment.el (comment-styles): New `box-multi'.
16944 (comment-normalize-vars): Better default for comment-continue to
16945 avoid whitespace-only continuations.
16946 (comment-search-forward): Always move even in the no-syntax case.
16947 (comment-padright): Only obey N if it's only obeyed for padleft.
16948 (comment-make-extra-lines): Better handling of empty continuations.
16949 Use `=' for the filler if comment-start has only one character.
16950 (uncomment-region): Try handling the special `=' filler.
16951 (comment-region): Allow LINES even if MULTI is nil.
16952 (comment-box): Choose box style based on comment-style.
16953
169542000-05-20 Kenichi Handa <handa@etl.go.jp>
16955
16956 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16957 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16958
169592000-05-20 Kenichi HANDA <handa@etl.go.jp>
16960
16961 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16962 and insert, not subst-char-in-region.
16963
16964 * international/mule-diag.el (list-character-sets-1): Handle
16965 charsets eight-bit-control and eight-bit-graphic.
16966 (list-iso-charset-chars): Likewise.
16967 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16968 charactes as is. Use indent-to to align characters.
16969
16970 * international/mule-cmds.el (find-multibyte-characters): Never
16971 exclude charsets eight-bit-control and eight-bit-graphic.
16972
169732000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16974
16975 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16976 Don't quote lambdas.
16977
16978 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16979
169802000-05-19 Gerd Moellmann <gerd@gnu.org>
16981
16982 * gud.el (gud-jdb-directories): Doc fix.
16983
169842000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16985
16986 * newcomment.el: New file.
16987
169882000-05-19 Gerd Moellmann <gerd@gnu.org>
16989
16990 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16991
169922000-05-18 Andreas Schwab <schwab@suse.de>
16993
16994 * dired.el (dired-between-files): Also skip lines beginning with
16995 `used'.
16996
169972000-05-18 Gerd Moellmann <gerd@gnu.org>
16998
16999 * msb.el (msb-menu-cond): Add choice `user'.
17000
170012000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17002
17003 * ps-print.el: Compatibility, customization and doc fix.
17004 (ps-printer-name-option): Replace defconst by defvar.
17005 (ps-postscript-code-directory): XEmacs compatibility.
17006 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17007 fix.
17008 (ps-user-defined-prologue, ps-print-prologue-header)
17009 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17010 compatibility and code fix.
17011 (ps-print-background-image, ps-print-background-text):
17012 Customization fix.
17013 (ps-line-number-start, ps-n-up-on): New vars.
17014
170152000-05-18 Espen Skoglund <esk@ira.uka.de>
17016
17017 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17018 the indent-comment function to just return the appropriate indent.
17019
170202000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17021
17022 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17023 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17024 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17025
170262000-05-18 Dave Love <fx@gnu.org>
17027
17028 * info.el (Info-fontify-node): Add intangible property as well as
17029 invisible.
17030
17031 * calendar/appt.el (appt-make-list): Match all lines of entry.
17032 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17033
170342000-05-18 Kenichi Handa <handa@etl.go.jp>
17035
17036 * international/mule-diag.el (describe-char-after): Call
17037 internal-char-font, not char-font. If internal-char-font returns
17038 nil, display "-- none --".
17039
170402000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17041
17042 * image.el (image-type-available-p): Don't reference image-types
17043 if it isn't bound.
17044
170452000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17046
17047 * autoarg.el (autoarg-mode): Typo in the :set argument.
17048
170492000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17050
17051 * startup.el (command-line-1): Don't signal an error if the
17052 directory for auto-save-list files does not yet exist.
17053
170542000-05-17 Kenichi Handa <handa@etl.go.jp>
17055
17056 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17057
170582000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17059
17060 * subr.el (remove-hook): `setq' hook-value, not `set'.
17061
170622000-05-16 Sam Steingold <sds@gnu.org>
17063
17064 * info.el (debug-ignored-errors): More errors to ignore.
17065
170662000-05-16 Dave Love <fx@gnu.org>
17067
17068 * cus-edit.el: Don't require cl or easymenu.
17069 (custom-variable-prompt): Test standard-value property, not
17070 user-variable-p.
17071
170722000-05-16 Sam Steingold <sds@gnu.org>
17073
17074 * subr.el (add-hook): `setq' hook-value, not `set'.
17075
170762000-05-16 Gerd Moellmann <gerd@gnu.org>
17077
17078 * startup.el (command-line-1): Mention the FAQ in the startup
17079 message.
17080
17081 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17082
17083 * progmodes/compile.el (compilation-parse-errors): Collect
17084 `nomessage' regexps last.
17085
17086 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17087
17088 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17089 to the function name.
17090
170912000-05-15 Dave Love <fx@gnu.org>
17092
17093 * speedbar.el (speedbar-recenter): Typo.
17094 (speedbar-expand-line): Make arg optional.
17095 (speedbar-mode): Avoid a compiler warning.
17096
170972000-05-15 Gerd Moellmann <gerd@gnu.org>
17098
17099 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17100 user-specified option string is empty.
17101
17102 * mouse.el (mouse-yank-at-click): Doc fix.
17103
171042000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17105
17106 * term/internal.el (IT-character-translations): More updates of
17107 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17108 documents.
17109
171102000-05-15 Gerd Moellmann <gerd@gnu.org>
17111
17112 * env.el (getenv): New function, interactively callable.
17113 (setenv, getenv): Remove autoload cookies.
17114
17115 * loadup.el: Load `env'.
17116
17117 * progmodes/f90.el: Change author's mail address.
17118
171192000-05-14 Dave Love <fx@gnu.org>
17120
17121 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17122 goto-addr as an option.
17123
17124 * help.el (help-xref-stack): Doc fix.
17125 (help-xref-following): New variable.
17126 (help-make-xrefs): Use it.
17127 (help-xref-go-back): Use position information from stack element.
17128 (help-follow): Make position in stack element a pair. Use
17129 help-xref-following.
17130
17131 * autoarg.el: New file.
17132
17133 * faces.el: Declare more functions obsolete.
17134
17135 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17136 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17137 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17138 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17139 Remove all the setup-...-environment functions.
17140
171412000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17142
17143 * speedbar.el: Updated the commentary section. xemacs20p now uses
17144 >= when detecting. Require `defimage' safely.
17145 (speedbar-easymenu-definition-base): Add toggle for images.
17146 (speedbar-easymenu-definition-special): Add flush cache & expand.
17147 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17148 (speedbar-reconfigure-keymaps-hook): New variable.
17149 (speedbar-frame-parameters): Updated documentation.
17150 (speedbar-use-imenu-flag): Updated custom tag
17151 (speedbar-dynamic-tags-function-list): New variable.
17152 (speedbar-tag-hierarchy-method): Updated doc & custom.
17153 (speedbar-indentation-width, speedbar-indentation-width) New
17154 variables.
17155 (speedbar-hide-button-brackets-flag): Customizable.
17156 (speedbar-vc-indicator): Doc update.
17157 (speedbar-ignored-path-expressions): Updated default value.
17158 (speedbar-supported-extension-expressions): Updated default value.
17159 (speedbar-syntax-table): Remove {} paren status.
17160 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17161 as "+". Added overlay aliases.
17162 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17163 `force-mode-line-update'.
17164 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17165 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17166 `mouse-set-point'
17167 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17168 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17169 of arbitrary text, and new helper functions.
17170 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17171 filename finder.
17172 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17173 (speedbar-directory-buttons): Update path search/expansion.
17174 (speedbar-make-tag-line): Pay attention to
17175 `speedbar-indentation-width'. Use more care w/ invisible
17176 properties.
17177 (speedbar-change-expand-button-char): Call
17178 `speedbar-insert-image-button-maybe'.
17179 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17180 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17181 (speedbar-trim-words-tag-hierarchy)
17182 (speedbar-simple-group-tag-hierarchy): New functions
17183 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17184 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17185 functions.
17186 (speedbar-mouse-set-point): New function
17187 (speedbar-power-click): Updated documentation.
17188 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17189 of tag prefix text.
17190 (speedbar-expand-line, speedbar-contract-line): Make more robust
17191 to strange text.
17192 (speedbar-expand-line): Takes universal argument to flush the
17193 cache.
17194 (speedbar-flush-expand-line): New function.
17195 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17196 Use new generator insertion method.
17197 (speedbar-fetch-dynamic-tags): New function.
17198 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17199 `speedbar-fetch-dynamic-imenu'.
17200 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17201 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17202 "Revert Buffer" menu items.
17203 (speedbar-buffer-buttons-engine): Be smarter when creating a
17204 filename tag (for expansion purposes.).
17205 (speedbar-highlight-one-tag-line,
17206 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17207 (speedbar-recenter): New functions.
17208 (defimage-speedbar): Image loading abstraction.
17209 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17210 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17211 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17212 (speedbar-tag-type, speedbar-tag-mail): New images.
17213 (speedbar-expand-image-button-alist): New variable.
17214 (speedbar-insert-image-button-maybe): Insert an image over some
17215 buttons.
17216
172172000-05-13 Kenichi Handa <handa@etl.go.jp>
17218
17219 * international/mule-cmds.el (encode-coding-char): An ASCII
17220 character is always encodable.
17221
17222 * international/mule-conf.el: Add more information in descriptions
17223 of character sets.
17224
17225 * international/mule-diag.el (describe-char-after): New function.
17226 (describe-font-internal): Adjusted for the change of font-info.
17227 (describe-font): Likewise.
17228 (print-fontset): Rewritten for the new fontset implementation.
17229 (describe-fontset): Include fontset alias names in completion.
17230 (list-fontsets): Adjusted for the change of print-fontset.
17231
17232 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17233 describe-char-after instead of displaying the detail in the echo
17234 area.
17235 (syntax-code-table): Format changed.
17236 (string-to-syntax): Adjusted for the above change.
17237
172382000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17239
17240 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17241
172422000-05-12 Dave Love <fx@gnu.org>
17243
17244 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17245 dependence. Use line-{beginning,end}-position, not
17246 point-at{b,e}ol. Some doc fixes.
17247 (todo-position): New function. Fix callers of position to use it.
17248 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17249
172502000-05-12 Gerd Moellmann <gerd@gnu.org>
17251
17252 * time.el (display-time-mail-icon): Use `:ascent center'.
17253
17254 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17255 handling FTP security extensions.
17256
172572000-05-11 Dave Love <fx@gnu.org>
17258
17259 * calendar/todo-mode.el: New file.
17260
172612000-05-11 Gerd Moellmann <gerd@gnu.org>
17262
17263 * comint.el (comint-read-input-ring): Move reference to
17264 comint-input-ring-size outside of the save-excursion. It was
17265 causing the default value to be the only one ever seen.
17266
17267 * font-lock.el: Update copyright. Remove Simon Marshall's email
17268 address on request from him.
17269
17270 * subr.el (substitute-key-definition): Add comment describing
17271 the meaning of PREFIX.
17272
172732000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17274
17275 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17276
17277 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17278 (add-minor-mode): Don't make the variable buffer-local and add a
17279 reference to define-minor-mode in the docstring.
17280
17281 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17282 HEADER/FOOTER and fix bug with trailing empty directory.
17283 (cvs-append-to-ignore): Use vc-editable-p if available.
17284 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17285 (vc-do-command): Tweak advice to handle the new VC.
17286
17287 * log-view.el (log-view-goto-rev): New function for the new VC.
17288 (log-view-minor-wrap): Use mark-active.
17289
17290 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17291 (log-edit-changelog-full-paragraphs): New var.
17292 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17293 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17294 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17295 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17296 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17297 Replace the `cvs' prefix with `log-edit'.
17298
17299 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17300
17301 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17302 (diff-font-lock-defaults): Explicitly turn off multiline.
17303 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17304 (diff-ediff-patch): Fix call to ediff-patch-file.
17305 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17306 Handle comments.
17307
17308 * frame.el (automatic-hscrolling): Typo.
17309
17310 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17311
173122000-05-09 Sam Steingold <sds@goems.com>
17313
17314 * apropos.el (apropos-print): use `describe-face' instead of
17315 `customize-face-other-window'.
17316
173172000-05-09 Dave Love <fx@gnu.org>
17318
17319 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17320
17321 * help.el (describe-variable): Have customize button pop the
17322 help-xref stack when invoked.
17323 (help-xref-symbol-regexp): Add `face'.
17324 (help-make-xrefs): Check for quoted face names and adapt regexp
17325 submatch numbers to cope.
17326 (help-xref-interned): Maybe insert face doc too. Separate
17327 sections with a line of hyphens.
17328
17329 * faces.el: Some doc fixes. Declare some functions obsolete.
17330 (describe-face): Add customize button. Return the help
17331 text. Fix prompt.
17332
173332000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17334
17335 * term/internal.el (IT-character-translations): Fix last change.
17336
173372000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17338
17339 * woman.el: New file
17340 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17341
173422000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17343
17344 * term/internal.el (IT-character-translations): Update ASCII
17345 simulations for greek-iso8859-7, add latin-iso8859-14 and
17346 latin-iso8859-15.
17347
17348 * international/mule-cmds.el (set-language-info-alist): Call
17349 define-prefix-command with 3 arguments, to make the map suitable
17350 for a menu.
17351
173522000-05-07 Dave Love <fx@gnu.org>
17353
17354 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17355
173562000-05-05 Dave Love <fx@gnu.org>
17357
17358 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17359 list in doc string. Don't quote keyword symbols.
17360 * emacs-lisp/cl.el: Likewise
17361 * emacs-lisp/cl-seq.el: Likewise
17362
173632000-05-05 Gerd Moellmann <gerd@gnu.org>
17364
17365 * abbrev.el (abbrev-mode): Make ARG optional.
17366
173672000-05-04 Gerd Moellmann <gerd@gnu.org>
17368
17369 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17370
17371 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17372
17373 * subr.el (substitute-key-definition): Clarify documentation.
17374
173752000-05-04 Milan Zamazal <pdm@freesoft.cz>
17376
17377 * glasses.el (glasses-convert-to-unreadable): Use
17378 `glasses-separator' instead of the hard-wired "_".
17379 (glasses-mode): Call `glasses-make-unreadable' only in a single
17380 place.
17381
173822000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17383
17384 * term/internal.el (cjk-codepages-alist): Add associations for
17385 Chinese and Korean codepages. Remove FIXME comment.
17386
173872000-05-03 Dave Love <fx@gnu.org>
17388
17389 * time.el (display-time-mail-face, display-time-use-mail-icon):
17390 New option.
17391 (display-time-mail-icon): New variable.
17392 (display-time-string-forms): Use the above. Fix the local-map.
17393
173942000-05-03 Gerd Moellmann <gerd@gnu.org>
17395
17396 * replace.el (query-replace-map): Add binding for `E'.
17397 (query-replace-help): Extend help text.
17398 (perform-replace): Allow editing the replacement string.
17399
17400 * make-mode.el (makefile-mode-abbrev-table): New variable.
17401 (makefile-mode): Set local abbrev table to
17402 makefile-mode-abbrev-table.
17403 (makefile-font-lock-keywords): Fontify includes and conditionals.
17404
17405 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17406 set TOGGLE's value.
17407
17408 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17409 mail-interactive-insert-alias.
17410 (mail-abbrev-complete-alias): New command.
17411 (mail-mode-map): Bind it to `M-TAB'.
17412
174132000-05-03 Kenichi Handa <handa@etl.go.jp>
17414
17415 * language/lao-util.el (lao-compose-region): New function.
17416
174172000-05-02 Gerd Moellmann <gerd@gnu.org>
17418
17419 * files.el (recover-session): Make directories as necessary
17420 if they don't exist yet.
17421
17422 * calendar/cal-french.el
17423 (french-calendar-multibyte-special-days-array)
17424 (french-calendar-special-days-array): Change French text.
17425 (calendar-french-date-string): Change output.
17426 (calendar-goto-french-date): Likewise.
17427
174282000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17429
17430 * wid-edit.el (widget-default-active): Obey `:always-active'.
17431 (widget-documentation-string-value-create): Set `:always-active'.
17432
174332000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17434
17435 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17436 default prefix to `~/_emacs.d/auto-save.list/_s'.
17437 (normal-top-level): Create the directory for auto-save files, if
17438 it doesn't already exist (in the ms-dos case only).
17439
174402000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17441
17442 * international/mule-cmds.el (set-language-environment): Don't
17443 concat an integer (dos-codepage), use format instead.
17444
174452000-05-02 Dave Love <fx@gnu.org>
17446
17447 * help.el (help-xref-on-pp): Check for constant symbols.
17448
174492000-04-29 Gerd Moellmann <gerd@gnu.org>
17450
17451 * startup.el (normal-top-level): Put a condition-case around
17452 the code loading subdirs.el.
17453
174542000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17455
17456 * ps-print.el: Upside-down and face background color printing,
17457 line number step, doc fix.
17458 (ps-print-version): New version number (5.2).
17459 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17460 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17461 (ps-spool-config): Var fix.
17462 (ps-printer-name-option): Const fix.
17463 (ps-print-upside-down, ps-use-face-background)
17464 (ps-line-number-step): New vars.
17465 (ps-window-system, ps-lp-system): New consts.
17466 (ps-face-background): New fun.
17467
174682000-04-28 Richard Stallman <rms@gnu.org>
17469
17470 * files.el (make-auto-save-file-name):
17471 Apply auto-save-file-name-transforms to visited file name
17472 before generating auto save file name.
17473 (auto-save-file-name-transforms): New variable.
17474
17475 * files.el (backup-enable-predicate):
17476 Correctly test for a file under a temporary directory.
17477
174782000-04-28 Gerd Moellmann <gerd@gnu.org>
17479
17480 * subr.el (add-minor-mode): Rewritten.
17481
174822000-04-28 Kenichi Handa <handa@etl.go.jp>
17483
17484 * mail/sendmail.el (sendmail-send-it): Set
17485 buffer-file-coding-system to the selected coding system for MIME
17486 header.
17487
174882000-04-27 Gerd Moellmann <gerd@gnu.org>
17489
17490 * dired.el (dired-move-to-filename-regexp): Allow format where
17491 YYYY is followed by two spaces.
17492
17493 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17494 in the second character class of the regexp.
17495
17496 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17497 mh-etc, too.
17498
17499 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17500 nil.
17501
17502 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17503
17504 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17505 argument.
17506
175072000-04-27 Sen Nagata <sen@eccosys.com>
17508
17509 * emacs-lisp/crm.el (crm-completion-table): New variable.
17510 (crm-collection-fn, crm-test-completion)
17511 (completing-read-multiple): Use it.
17512
175132000-04-27 Dave Love <fx@gnu.org>
17514
17515 * help.el (locate-library): Use mapc.
17516 (help-manyarg-func-alist): Add call-process-region.
17517
175182000-04-26 Gerd Moellmann <gerd@gnu.org>
17519
17520 * subr.el (add-minor-mode): Make argument MAP optional.
17521
17522 * desktop.el (desktop-save): Save list of minor modes.
17523 (desktop-create-buffer): Restore minor modes.
17524 (desktop-minor-mode-table): New user-option.
17525
17526 * subr.el (add-minor-mode): New function.
17527
17528 * image.el (find-image): New function.
17529 (defimage): Rewritten to find image at load time.
17530
17531 * startup.el (normal-top-level-add-to-load-path): Handle
17532 case that the default directory is not in load-path.
17533
17534 * help.el: Old patch from Stefan Monnier.
17535 (help-xref-on-pp): New function.
17536 (describe-variable): Use it to display xrefs in a symbol's value.
17537
175382000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17539
17540 * cus-edit.el (custom-face): Fix parenthesis.
17541
175422000-04-26 Kenichi Handa <handa@etl.go.jp>
17543
17544 * mail/rmail.el (rmail-expunge): When there are no deleted
17545 messages, do nothing.
17546
175472000-04-26 Dave Love <fx@gnu.org>
17548
17549 * international/mule-cmds.el (locale-translation-file-name):
17550 Defvar to nil.
17551 (set-locale-environment): Set it here (at runtime).
17552
175532000-04-25 Gerd Moellmann <gerd@gnu.org>
17554
17555 * replace.el (perform-replace): Add parameters START and END. Use
17556 them instead of the check for a region in Transient Mark mode.
17557 (query-replace-read-args): Return two more list elements for the
17558 start and end of the region in Transient Mark mode.
17559 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17560 (map-query-replace-regexp, replace-string, replace-regexp): Add
17561 optional last arguments START and END and pass them to
17562 perform-replace.
17563
17564 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17565 form with additional arguments for perform-replace.
17566
17567 * progmodes/etags.el (tags-query-replace): Add parameters START
17568 and END. Construct a form with additional arguments for
17569 perform-replace.
17570
17571 * simple.el (shell-command): Set default directory for "*Shell
17572 Command Output" buffer.
17573
17574 * language/european.el (iso-latin-4): Fix typo.
17575
17576 * emacs-lisp/crm.el: New file.
17577
175782000-04-24 Dave Love <fx@gnu.org>
17579
17580 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17581 (Custom-reset-saved, Custom-reset-standard)
17582 (custom-group-value-create, custom-group-set, custom-group-save)
17583 (custom-group-reset-current, custom-group-reset-saved)
17584 (custom-group-reset-standard): Use mapc.
17585 (custom-buffer-create-internal): Disable undo when creating items.
17586 Use mapc.
17587 (custom-face): Avoid redundant lambda.
17588
175892000-04-24 Gerd Moellmann <gerd@gnu.org>
17590
17591 * startup.el (auto-save-list-file-prefix): Set default to
17592 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17593
175942000-04-24 Sam Steingold <sds@gnu.org>
17595
17596 * time-stamp.el (time-stamp-string-preprocess): Always convert
17597 `field-result' to a string.
17598
175992000-04-24 Gerd Moellmann <gerd@gnu.org>
17600
17601 * frame.el (scrolling): New group.
17602 (automatic-hscrolling): New user-option.
17603
17604 * startup.el (command-line-x-option-alist): Add `-lsp' and
17605 `--line-spacing'.
17606
176072000-04-19 Dave Love <fx@gnu.org>
17608
17609 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17610 (cl-mapc): Rename from mapc. Fix the funcall.
17611
176122000-04-19 Gerd Moellmann <gerd@gnu.org>
17613
17614 * simple.el (clone-indirect-buffer-other-window): New command.
17615 (clone-indirect-buffer): Add optional arg NORECROD.
17616 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17617
17618 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17619
17620 * window.el (count-screen-lines): New function.
17621 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17622 instead of window-buffer-height.
17623
17624 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17625 non-existing variable comint-input-sentinel.
17626 (inferior-lisp-args-to-list): Removed.
17627 (inferior-lisp): Use split-string instead of
17628 inferior-lisp-args-to-list.
17629
17630 * hexl.el (hexl-insert-hex-string): New command.
17631
17632 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17633 instead of concat.
17634
176352000-04-18 Gerd Moellmann <gerd@gnu.org>
17636
17637 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17638 at the start of an existing but empty folder.
17639
176402000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17641
17642 * ps-mule.el: Customization fix, doc fix.
17643 (ps-multibyte-buffer): Customization fix.
17644
176452000-04-17 Richard M. Stallman <rms@gnu.org>
17646
17647 * subr.el (read-passwd): Use read-char-exclusive.
17648
176492000-04-17 Gerd Moellmann <gerd@gnu.org>
17650
17651 * textmodes/texinfo.el (texinfo-insert-@email)
17652 (texinfo-insert-@emph, texinfo-insert-@quotation)
17653 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17654 (texinfo-mode-map): Add key bindings for them.
17655
17656 * files.el (basic-save-buffer-2): Use a template with `$'
17657 instead of `#' for VMS.
17658
17659 * simple.el (clone-indirect-buffer): New function.
17660
176612000-04-16 Stephen Eglen <stephen@gnu.org>
17662
17663 * iswitchb.el (iswitchb-case): New function. If the user input
17664 contains any upper-case characters, the search is made
17665 case-sensitive.
17666
176672000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17668
17669 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17670 comment-end.
17671 (texinfo-font-lock-syntactic-keywords): New var.
17672 (texinfo-font-lock-keywords): Remove comment regexp.
17673 (texinfo-insert-block): New function.
17674 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17675 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17676 and font-lock-defaults. Use regexp-opt for outline-regexp.
17677 (texinfo-environments): New var.
17678 (texinfo-environment-regexp): Use regexp-opt and
17679 texinfo-environments.
17680
17681 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17682 ispell-process is bound since this might be eval'd before ispell
17683 is loaded.
17684 (ispell-message): Use a tiny bit less magic and a bit more hard
17685 data to figure out what kind of sc-cite-regexp to use.
17686
17687 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17688
17689 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17690 (insert-cyclic-diary-entry): Unquote the lambda.
17691
17692 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17693
17694 * files.el (backup-enable-predicate): Unquote the lambda.
17695
17696 * cus-edit.el (custom-face, face): Unquote the lambda.
17697
176982000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17699
17700 * ps-print.el: Check for line-beginning-position definition.
17701
17702 * ps-print.el: Fix counting lines in a region.
17703 (ps-print-version): New version number (5.1.5).
17704 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17705 (ps-printing-region): Fun code fix.
17706
177072000-04-15 Gerd Moellmann <gerd@gnu.org>
17708
17709 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17710 to file-directory-p.
17711
177122000-04-14 Gerd Moellmann <gerd@gnu.org>
17713
17714 * gud.el (gud-jdb-build-source-files-list): Check that directory
17715 exists before calling directory-files.
17716
177172000-04-13 Dave Love <fx@gnu.org>
17718
17719 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17720 syntax.
17721
17722 * emacs-lisp/cl-specs.el: Remove when, unless.
17723
17724 * emacs-lisp/cl-extra.el: Don't quote keywords.
17725 (cl-old-mapc): New variable.
17726 (mapc): Use it.
17727 (cl-map-intervals): Use with-current-buffer. Don't check for
17728 next-property-change.
17729 (cl-map-overlays): Use with-current-buffer.
17730 (cl-expt): Remove.
17731 (copy-tree, remprop): Define unconditionally.
17732
17733 * emacs-lisp/cl-compat.el (keywordp): Remove.
17734
17735 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17736 to use keywordp.
17737 (edebug-spec): Enable keywordp.
17738
17739 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17740 string-lessp.
17741
17742 * cus-start.el: Use keywordp.
17743
177442000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17745
17746 * diary-lib.el (include-other-diary-files): Fix the fix of
17747 2000-02-18 by doing a save-excursion.
17748
177492000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17750
17751 * ps-print.el: Customization fix, doc fix.
17752 (ps-print-version): New version number (5.1.4).
17753 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17754 (ps-print-preprint): Adjust code.
17755 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17756 (ps-print-prologue-header, ps-print-control-characters)
17757 (ps-spool-config): Customization fix.
17758
177592000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17760
17761 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17762 converted to the new menu-item format, names silightly changed,
17763 help strings added.
17764
17765 Support for spelling without async subprocesses:
17766
17767 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17768 (ispell-session-buffer): New variables.
17769 (ispell-start-process, ispell-process-status,
17770 ispell-accept-output, ispell-send-string): New functions, for
17771 Ispell invocation when async subprocesses aren't supported.
17772 (ispell-word, ispell-pdict-save, ispell-command-loop,
17773 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17774 to process-send-string with calls to ispell-send-string, and
17775 accept-process-output with ispell-accept-output.
17776 (ispell-init-process): Call ispell-process-status instead of
17777 process-status with.
17778 (ispell-init-process): Call ispell-start-process. Call
17779 ispell-accept-output and ispell-send-string. Don't call
17780 process-kill-without-query and kill-process if they are unbound.
17781 (ispell-async-processp): New function.
17782
177832000-04-12 Dave Love <fx@gnu.org>
17784
17785 * info.el: Add debug-ignored-errors.
17786 (Info-mode-menu): Add some items.
17787 (Info-directory): Add autoload cookie.
17788
17789 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17790 Modify `truncate-lines'. Make `describe-language-environment'
17791 always visible and add help. Modify `describe-key' help. Invoke
17792 Info-directory from `info'. New entry `emacs-manual'.
17793
177942000-04-10 Gerd Moellmann <gerd@gnu.org>
17795
b291c86c
SM
17796 * progmodes/ebrowse.el (ebrowse-tree-mode):
17797 Use propertized-buffer-identification.
a30eb617
DL
17798 (ebrowse-update-member-buffer-mode-line): Likewise.
17799 (ebrowse--mode-strings): Removed.
17800 (ebrowse--mode-line-props): Removed.
17801
17802 * files.el (auto-mode-alist): Add `EBROWSE'.
17803
17804 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17805 space before testing for end of buffer.
17806 (ebrowse-load): Removed.
17807 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17808 (ebrowse-create-tree-buffer): Rewritten.
17809 (ebrowse-tree-mode): Read tree from buffer.
17810
17811 * progmodes/ebrowse-ffh.el: Removed.
17812
178132000-04-10 Kenichi Handa <handa@etl.go.jp>
17814
17815 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17816
178172000-04-10 Gerd Moellmann <gerd@gnu.org>
17818
17819 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17820 at the wrong place.
17821
178222000-04-09 Dave Love <fx@gnu.org>
17823
b291c86c
SM
17824 * files.el (backup-enable-predicate):
17825 Use temporary-file-directory, small-temporary-file-directory.
17826 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17827 (make-backup-file-name-1): New function.
17828 (make-backup-file-name): Use it.
b291c86c 17829 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17830 (file-newest-backup): Use make-backup-file-name.
17831
178322000-04-09 Gerd Moellmann <gerd@gnu.org>
17833
17834 * progmodes/ebrowse-ffh.el: New file.
17835
86f6474c
SM
17836 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17837 Moved to ebrowse-ffh.el.
a30eb617
DL
17838 (ebrowse-load): Add autoload.
17839
17840 * finder.el (finder-commentary): Add autoload cookie.
17841
17842 * mail/rfc2368.el: Correct author's email address.
17843
17844 * progmodes/ebrowse.el: New file.
17845
17846 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17847 item help string.
17848 (easy-menu-do-add-item): Ditto.
17849 (easy-menu-define): Extend doc string.
17850
86f6474c 17851 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17852 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17853 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17854 with-buffer-unmodified.
17855
178562000-04-08 Dave Love <fx@gnu.org>
17857
17858 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17859 unless, when.
17860
178612000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17862
17863 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17864 (viper-flash-search-pattern): No operation when using Emacs
17865 doesn't support face.
17866 Use `viper-put-on-search-overlay'.
17867
178682000-04-04 Gerd Moellmann <gerd@gnu.org>
17869
17870 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17871 like C-r.
17872
17873 * progmodes/make-mode.el: Some doc fixes.
17874 (makefile-mode-abbrev-table): New variable.
17875 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17876 (makefile-font-lock-keywords): Fontify includes and conditionals.
17877 (toplevel): Require `dabbrev' and `add-log' when compiling.
17878
17879 * replace.el (perform-replace): Don't move forward one char
17880 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17881 to do that because it leaves point 1 position after the last
17882 replacement, after everything has been replaced.
17883
17884 * jit-lock.el (with-buffer-unmodified): New macro.
17885 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17886 modified state.
17887 (jit-lock-function-1): Extracted from jit-lock-function; not
17888 preserving buffer's modified state.
86f6474c
SM
17889 (jit-lock-function, jit-lock-stealth-fontify):
17890 Call jit-lock-function-1.
a30eb617
DL
17891
17892 * mail/rfc2368.el: Remove supernumerary copyright line.
17893
178942000-04-04 Milan Zamazal <pdm@freesoft.cz>
17895
17896 * glasses.el: Provide facilities for inserting space before left
17897 parentheses and uncapitalization of identifiers.
17898 (glasses-mode): Try to remove old overlays in all cases.
17899
179002000-04-03 Gerd Moellmann <gerd@gnu.org>
17901
17902 * progmodes/compile.el (compile-internal): Display the compilation
17903 buffer in a different frame, if it's already displayed there.
17904
17905 * mail/rfc2368.el: New file.
17906
17907 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17908 header and insert its value as mail body.
17909
17910 * subr.el (member-ignore-case): New function.
17911
17912 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17913 (dabbrev--find-expansion): Ignore buffers matching a regexp
17914 from dabbrev-ignored-regexps.
17915
17916 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17917 to extensions handled by gzip.
17918
179192000-04-03 Richard M. Stallman <rms@gnu.org>
17920
17921 * files.el (insert-directory): List the total free space
17922 along with the used space.
17923
17924 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17925 line is followed by one that matches CITATION-REGEXP, end the
17926 paragraph.
17927
179282000-04-03 Markus Rost <rost@delysid.gnu.org>
17929
17930 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17931 (rmail-make-basic-summary-line): Use that option.
17932
179332000-04-03 Kenichi Handa <handa@etl.go.jp>
17934
17935 * international/mule-cmds.el (encoded-string-description):
17936 Rewritten. Try pretty description for ISO 2022 escape sequences
17937 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17938 for hexadecimal format.
17939
179402000-04-01 Dave Love <fx@gnu.org>
17941
17942 * cpp.el: Change customization group to `c' from `C'.
17943
17944 * vcursor.el (vcursor-move): Use display-color-p.
17945
17946 * international/mule-util.el: Provide mule-utils.
17947 (string-to-sequence): Simplify and speed up.
17948
17949 * international/mule.el (make-coding-system): Purecopy doc-string.
17950
17951 * international/mule-cmds.el: Various menu changes.
17952 (describe-specified-language-support): Handle `Default'.
17953 (set-language-info): Purecopy `info'.
17954
179552000-03-31 Andrew Innes <andrewi@gnu.org>
17956
17957 * vc.el (vc-backend-diff): Return the correct status if we had to
17958 retry the rcsdiff command without the --brief option.
17959
179602000-03-31 Dave Love <fx@gnu.org>
17961
17962 * help.el (help-manyarg-func-alist): Correct several omissions.
17963
17964 * add-log.el: Don't require cl, fortran.
17965 (add-log-current-defun-function): Doc fix.
86f6474c 17966 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17967 (change-log-version-rcs): Function deleted.
86f6474c
SM
17968 (change-log-version-number-search): Doc fix.
17969 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17970 (add-change-log-entry): Just call add-log-current-defun to get
17971 defun. Simplify somewhat.
17972 (change-log-get-method-definition-1): Likewise.
17973 (add-log-current-defun): Return nil if calling
17974 add-log-current-defun-function does so. Move Fortran stuff to
17975 fortran.el. Return string without properties.
17976
17977 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17978 and :alpha: char classes.
17979
17980 * mail/supercite.el: Defvar curline when compiling.
17981 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17982 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17983 rather than a-zA-Z0-9 to allow non-ASCII characters.
17984
179852000-03-31 Gerd Moellmann <gerd@gnu.org>
17986
17987 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17988
17989 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17990 Re-enable new code.
17991
17992 * lpr.el (print-region-1): Use -d to specify printer name for
17993 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17994
179952000-03-31 Dave Love <fx@gnu.org>
17996
86f6474c
SM
17997 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17998 Look for function definition in symbol's function value slot first
a30eb617
DL
17999 instead of first consulting byte-compile-function-environment.
18000
180012000-03-31 Kenichi Handa <handa@etl.go.jp>
18002
18003 * language/european.el ("Polish"): New language environment.
18004 (setup-polish-environment): New function.
18005
180062000-03-30 Gerd Moellmann <gerd@gnu.org>
18007
18008 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18009 Disable new code.
18010
18011 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18012 trying to `load' the symbol of an autoload instead of the file
18013 recorded in the autoload. Fix error messages.
18014
180152000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18016
18017 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18018 (ps-print-version): New version number (5.1.3).
18019 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18020 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18021 (ps-generate-postscript-with-faces): Code fix.
18022 (ps-color-values): XEmacs compatibility.
18023 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18024 (ps-default-fg, ps-default-bg): Adjust customization.
18025 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18026 (ps-color-scale): Renaming old ps-color-value fun.
18027 (ps-print-headers): Replace ps-print-header group to avoid conflict
18028 with ps-print-header variable.
18029 (ps-print-miscellany): New group.
18030 (ps-format-color, ps-rgb-color): New funs.
18031 (ps-default-foreground): New var.
18032 (ps-printer-name-option): New const.
18033
180342000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18035
18036 * net/net-utils.el:
18037 (network-connection-host, network-connection-service): New variables
18038 (network-connection-mode): New mode, derived from comint-mode
18039 (network-connection-mode-setup): New function, saves host and
18040 service information in local variables.
18041
18042 * lisp/locate.el:
18043 (locate-word-at-point): Added this function
18044 (locate): Default to using locate-word-at-point as input
18045 Run dired-mode-hook
18046
180472000-03-29 Dave Love <fx@gnu.org>
18048
18049 * calendar/appt.el: Doc fixes.
18050 (appt-check): Convert min-to-app to a string before passing to
18051 appt-disp-window-function or concat.
18052 (appt-delete-window): Remove test for frame-root-window.
18053 (appt-select-lowest-window, appt-convert-time): Simplify.
18054
18055 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18056 (byte-compile-file-form-autoload):
18057 Update byte-compile-function-environment.
a30eb617
DL
18058
180592000-03-29 Andreas Schwab <schwab@suse.de>
18060
86f6474c 18061 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18062
18063 * dired.el (dired-insert-directory): If dired-free-space-program
18064 failed just delete its output.
18065
180662000-03-29 Dave Love <fx@gnu.org>
18067
18068 * international/iso-cvt.el: Move provide to end. Doc fixes.
18069 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18070 (iso-iso2sgml, iso-sgml2iso): New functions.
18071 (iso-cvt-define-menu): Fix some entries and use backquote for
18072 clarity.
18073
18074 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18075
180762000-03-28 Gerd Moellmann <gerd@gnu.org>
18077
18078 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18079 ISO-DATE. If non-nil, return date in ISO 8601 format.
18080
180812000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18082
18083 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18084 if it ever becomes used.
18085 (log-edit-mode-hook): Default to vc-log-mode-hook.
18086 (log-edit-mode): Fix the docstring.
18087
18088 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18089 the code.
18090
180912000-03-26 Dave Love <fx@gnu.org>
18092
18093 * net/browse-url.el (browse-url): Re-fix case of
18094 browse-url-browser-function being an alist.
18095 (browse-url): Add :link to defgroup.
18096
18097 * files.el: Doc fixes.
18098 (file-truename): Include `[' in wildcard characters.
18099 (automount-dir-prefix): Customize.
18100 (find-file-wildcards): Add :version.
18101 (find-file-noselect): Simplify a mapcar call.
18102
18103 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18104 compatible with inf-lisp version.
18105 (eval-defun-1): Fix custom-declare-variable case.
18106
181072000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18108
18109 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18110
181112000-03-24 Gerd Moellmann <gerd@gnu.org>
18112
18113 * Makefile (COMPILE_FIRST): New macro.
18114 (compile-files): Compile files from COMPILE_FIRST first.
18115
86f6474c 18116 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18117
18118 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18119 matching open parenthesis in column 0 to defun-prompt-regexp
18120 only if open-paren-in-column-0-is-defun-start is set.
18121
18122 * sun-curs.el: Require CL at compile-time only.
18123
18124 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18125 instead of copy-list which is a function from CL.
18126 (msb--choose-menu, msb--mode-menu-cond)
18127 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18128 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18129 (msb--aggregate-alist): Use mapcar instead of mapcan.
18130 Fix `(' in column 0 in doc string.
a30eb617
DL
18131 (msb--add-separators): Use mapcar instead of mapcan.
18132
18133 * cus-dep.el: Require CL at compile-time only.
18134
181352000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18136
18137 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18138 (byte-compile-warnings): New warning `noruntime'.
18139 (byte-compile-constants, byte-compile-variables): Fix docstring.
18140 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18141 execute `eval-whenc-compile's body.
18142 (byte-compile-unresolved-functions): Fix docstring.
18143 (byte-compile-eval): New function.
18144 (byte-compile-callargs-warn): Check if the function will be available
18145 at runtime (via property `byte-compile-noruntime').
18146 (byte-compile-print-syms): New function.
18147 (byte-compile-warn-about-unresolved-functions): Also warn about
18148 `noruntime' functions (and use `byte-compile-print-syms').
18149 (byte-compile-file): Capitalize the message.
18150
181512000-03-24 Gerd Moellmann <gerd@gnu.org>
18152
18153 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18154 (rmail-expunge): Ask for confirmation depending on the setting
18155 of rmail-confirm-expunge.
18156
181572000-03-23 Gerd Moellmann <gerd@gnu.org>
18158
18159 * Makefile (bootstrap-clean): If $(emacs) exists, build
18160 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18161 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18162
181632000-03-23 Dave Love <fx@gnu.org>
18164
18165 * net/browse-url.el: Restore previous use of
18166 browse-url-maybe-new-window.
18167
181682000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18169
18170 * ps-print.el: Skip banner page fix.
18171 (ps-print-version): New version number (5.1.2).
18172 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18173
181742000-03-23 Dave Pearson <davep@davep.org>
18175
18176 * net/quickurl.el Changed the type of parameter passed to the
18177 function defined by `quickurl-format-function'. Before only the
18178 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18179 and the function is responsible for extracting the parts it requires.
18180 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18181 (quickurl-insert): Changed the `funcall' of
18182 `quickurl-format-function' to match the above change.
18183 (quickurl-list-insert): Changed the `url' case so that it makes
18184 use of `quickurl-format-function', previous to this the format was
18185 hard wired.
18186
181872000-03-22 Gerd Moellmann <gerd@gnu.org>
18188
18189 * startup.el: Change some spellings for the X Window System.
18190
181912000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18192
86f6474c
SM
18193 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18194 Clean up the code and the regexp and make sure the cursor is
18195 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18196
181972000-03-22 Jason Rumney <jasonr@gnu.org>
18198
18199 * w32-fns.el (w32-charset-info-alist): Initialize.
18200
182012000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18202
18203 * ps-print.el: N-up last page fix.
18204 (ps-print-version): New version number (5.1.1).
18205 (ps-end-file, ps-end-job, ps-generate): Code fix.
18206
182072000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18208
18209 * files.el (find-file-run-dired): Update docstring.
18210 (find-directory-functions): New hook.
18211 (find-file-noselect): Run find-directory-functions rather than
18212 calling dired directly.
18213
18214 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18215
18216 * pcvs.el: Add a minimal leading commentary.
18217 (cvs-make-cvs-buffer): Change the header part by removing the startup
18218 message and adding a `Module' entry. Also replace the FOOTER and
18219 HEADER special fileinfos with the new support in ewoc for updating
18220 its own footer and header.
18221 (cvs-update-header): Update to use the header/footer of the ewoc.
18222 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18223 (cvs-is-within-p): New function.
18224 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18225 to only examine some subset of the buffers.
18226
18227 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18228 `format' instead of our own ad-hoc functions.
18229 Remove HEADER and FOOTER cases, now handled in the EWOC.
18230 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18231
18232 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18233 output to avoid scaring the user.
18234 (cvs-parse-table): Catch message for non-up-to-date commits.
18235
18236 * pcvs-defs.el (cvs-startup-message): Remove.
18237 (cvs-global-menu): New autoloaded menu.
18238
18239 * pcvs-util.el (cvs-string-fill): Remove.
18240
18241 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18242 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18243 PP part of it and also make it work for footers and headers.
18244 (ewoc-create): Drop POS and BUFFER arguments.
18245 Use the DLL's dummy node to store the end-of-footer position.
18246 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18247 (ewoc-refresh): Remove unused `header' variable.
18248 (ewoc-(get|set)-hf): New functions.
18249
18250 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18251 log-view-*-(message|file) and use easy-mmode-define-navigation.
18252 (log-view-message-re): Match SCCS format as well.
18253 And match the revision line rather than the dashed separator line.
18254 (log-view-mode): Use the new define-derived-mode.
18255 (log-view-current-tag): Fill in with an actual implementation.
18256
18257 * cvs-status.el (cvs-status-(prev|next)): Rename from
18258 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18259 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18260 to let the output "breathe" a little more (more readable).
18261 (cvs-status-mode): Use the new define-derived-mode.
18262
18263 * smerge-mode.el (smerge-auto-leave): New function and variable.
18264 (smerge-basic-map): Rename from smerge-basic-keymap.
18265 Change the bindings for smerge-diff-*.
18266 (smerge-*-map): Use easy-mmode-defmap.
18267 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18268 (smerge-keep-*): Use smerge-auto-leave.
18269
182702000-03-21 Jason Rumney <jasonr@gnu.org>
18271
18272 * cus-edit.el (custom-button-face): Use 3D look for w32.
18273 (custom-button-pressed-face): Likewise.
18274
182752000-03-21 Gerd Moellmann <gerd@gnu.org>
18276
18277 * progmodes/etags.el (tags-case-fold-search): New user-option.
18278 (tags-loop-eval): New function. Bind case-fold-search around eval
18279 depending on the value of tags-case-fold-search.
18280 (tags-loop-continue): Use tags-loop-eval.
18281 (find-tag-in-order): Bind case-fold-search depending on the value
18282 of tags-case-fold-search.
18283
182842000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18285
86f6474c 18286 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18287 (diff-end-of-hunk): Return the end position for use in
18288 `easy-mmode-define-navigation'.
18289 (diff-recenter): Remove.
18290 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18291 of `easy-mmode-define-navigation'.
18292 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18293 previous renaming) and fix to use new names.
18294 (diff-merge-strings): Use \n as separator: simpler, faster.
18295 (diff-mode): Use `define-derived-mode'.
18296
18297 * derived.el (define-derived-mode): Don't autoload anymore.
18298 Prefer the macro-only version provided by easy-mmode.el.
18299
18300 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18301 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18302 (easy-mmode-define-navigation): New macro.
18303
18304 * subr.el (combine-run-hooks): New function.
18305
183062000-03-21 Kenichi HANDA <handa@etl.go.jp>
18307
18308 * term/x-win.el: Fontsets related initialization is simplified.
18309
18310 * international/mule-diag.el (describe-font): Don't refer to
18311 global-fontset-alist, instead call font-list.
18312 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18313 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18314
86f6474c
SM
18315 * international/fontset.el (x-charset-registries): Variable removed,
18316 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18317 (register-alternate-fontnames): Function removed.
18318 (resolved-ascii-font): Variable removed.
18319 (x-compose-font-name): Ignore the second argument REDOCE.
18320 (x-complement-fontset-spec): Complement only an ASCII font and
18321 element for those charsets than can use that ASCII font.
18322 (generate-fontset-menu): Don't refer to global-fontset-alist,
18323 instead call fontset-list.
18324 (uninstantiated-fontset-alist): Variable removed.
18325 (x-style-funcs-alist): Likewise.
18326 (fontset-default-styles): Likewise.
18327 (x-modify-font-name): Function removed.
86f6474c 18328 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18329 (create-fontset-from-ascii-font): Docsting adjusted for the above
18330 change.
18331 (instantiate-fontset, resolve-fontset-name): Functions removed.
18332 (fontset-list): Now implemented by C code.
18333
18334 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18335 (describe-face): Include `font' attribute in the description.
18336
183372000-03-21 Kenichi Handa <handa@etl.go.jp>
18338
18339 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18340
183412000-03-20 Gerd Moellmann <gerd@gnu.org>
18342
18343 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18344 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18345 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18346
18347 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18348 about behavior of set-buffer-modified-p wrt redisplay.
18349
183502000-03-19 Richard M. Stallman <rms@gnu.org>
18351
18352 * view.el (view-mode-disable): Kill local binding of view-read-only.
18353
183542000-03-18 Gerd Moellmann <gerd@gnu.org>
18355
86f6474c 18356 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18357 is a string, convert it to a syntax cell using string-to-syntax.
18358
18359 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18360 (string-to-syntax): New function.
18361
18362 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18363 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18364 try to use passive ftp mode.
18365
183662000-03-17 Gerd Moellmann <gerd@gnu.org>
18367
18368 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18369
18370 * simple.el (append-to-buffer): Update point of windows after
18371 insertion.
18372
18373 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18374 forward then moving backward. Reindent.
18375
18376 * frame.el (other-frame): Call x-focus-frame only if
18377 focus-follows-mouse is off.
18378
183792000-03-17 Dave Love <fx@gnu.org>
18380
86f6474c 18381 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18382
183832000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18384
18385 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18386 regexp for labels cannot span several lines.
18387
18388 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18389 `(setq :<key> ':<key>)' to the macro expansion.
18390
183912000-03-16 Dave Love <fx@gnu.org>
18392
18393 * progmodes/f90.el (f90): Put custom group under `languages', not
18394 `fortran'.
18395 (f90-mode-hook): Customize.
18396 (f90-mode): Set add-log-current-defun-function.
18397 (f90-current-defun): New function.
18398
183992000-03-16 Gerd Moellmann <gerd@gnu.org>
18400
18401 * cus-edit.el (custom-variable-tag-face): Handle case that
18402 default face's height is not a number.
18403 (custom-face-tag-face, custom-group-tag-face-1)
18404 (custom-group-tag-face): Ditto.
18405 (custom-group-tag-face-1): Add :group.
18406
18407 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18408
184092000-03-15 Gerd Moellmann <gerd@gnu.org>
18410
18411 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18412 requiring easymenu.
18413
184142000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18415
18416 * ps-print.el: PostScript user-defined prologue, PostScript error
18417 handler, doc fix.
18418 (ps-print-version): New version number (5.1).
18419 (ps-user-defined-prologue, ps-error-handler-message)
18420 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18421 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18422 (ps-insert-string): New function.
18423
184242000-03-15 Kenichi Handa <handa@etl.go.jp>
18425
18426 * international/ccl.el (ccl-compile-expression): Don't generate
18427 invalid self-assignment code.
18428
184292000-03-14 Dave Love <fx@gnu.org>
18430
18431 * subr.el (replace-regexp-in-string): Renamed from
18432 replace-regexps-in-string. Doc fix.
18433
184342000-03-12 Dave Love <fx@gnu.org>
18435
18436 * cus-edit.el: Doc fixes.
86f6474c 18437 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18438 (custom-variable-tag-face, custom-face-tag-face)
18439 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18440 style which user identify as hyperlink.
18441 (hook): Don't add undefined functions to the hook.
18442 (debug-ignored-errors): Transfer message from bindings.el.
18443
184442000-03-12 Gerd Moellmann <gerd@gnu.org>
18445
86f6474c
SM
18446 * recentf.el (recentf-keep-non-readable-files-p):
18447 Remove double/nested definition.
a30eb617
DL
18448
184492000-03-12 Dave Love <fx@gnu.org>
18450
18451 * facemenu.el (facemenu-get-face): Use display-color-p.
18452 * enriched.el (enriched-decode-foreground): Likewise.
18453 (enriched-decode-background): Likewise.
18454 * isearch.el (isearch-highlight): Likewise.
18455 * info-look.el (info-lookup): Likewise.
18456 * simple.el (completion-setup-function): Likewise.
18457
18458 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18459 :options.
18460
18461 * bindings.el (mode-line-format): Fix line-number and
18462 column-number items. Add help-echo for the background.
18463 (mode-line-mule-info): Modify help-echo.
18464
18465 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18466
18467 * files.el (load-file): Allow completion to .elc.
18468
18469 * man.el: Doc fixes.
18470 (Man-init-defvars): Use display-color-p to set fontification.
18471
18472 * play/hanoi.el (hanoi-internal): Don't use oddp.
18473
184742000-03-12 Gerd Moellmann <gerd@gnu.org>
18475
18476 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18477
18478 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18479
184802000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18481
18482 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18483 Fix comment.
18484
184852000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18486
18487 * font-lock.el (font-lock-keywords): Fix the doc now that
18488 regexp-opt-depth is unnecessary.
18489 (save-buffer-state): Set an edebug spec.
18490 (font-lock-fontify-anchored-keywords): Properly handle the case when
18491 the matcher goes past the limit.
18492
18493 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18494 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18495
18496 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18497 dll.el and cookie.el (from Elib) with heavy renaming and other
18498 massaging.
18499
18500 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18501 Autoload the functions used.
18502 (easy-mmode-define-syntax): Fix CL typo.
18503 (easy-mmode-define-derived-mode): Improve the docstring generation.
18504
185052000-03-10 Gerd Moellmann <gerd@gnu.org>
18506
18507 * textmodes/texinfo.el (texinfo-version): Variable and function
18508 removed.
18509
185102000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18511
18512 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18513 allow more flexibility.
ff39b9a1 18514 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18515 (easy-mmode-defmap, easy-mmode-defsyntax)
18516 (easy-mmode-define-derived-mode): New macros.
18517
185182000-03-09 Didier Verna <didier@xemacs.org>
18519
18520 * rect.el (replace-rectangle): New function.
18521
185222000-03-09 Dave Love <fx@gnu.org>
18523
ff39b9a1 18524 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18525 (fortran-comment-line-start-skip): Don't match cpp stuff.
18526 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18527 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18528 (fortran-mode): Don't set fortran-comment-line-start-skip,
18529 fortran-comment-line-start here. Set comment-start,
18530 add-log-current-defun.
18531 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18532 (fortran-current-defun): New function.
18533
185342000-03-09 Gerd Moellmann <gerd@gnu.org>
18535
18536 * emacs-lisp/re-builder.el: New file.
18537
18538 * mouse.el (mouse-drag-region): Don't run up-event handler
18539 if hscroll has changed.
18540
18541 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18542 builtin operators, use `font-lock-builtin-face' for Emacs and
18543 `font-lock-preprocessor-face' otherwise.
18544
18545 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18546 `(defun (setf foo)' differently.
18547
185482000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18549
18550 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18551 (regexp-opt): Update comment and adapt the code the new meaning of
18552 the `paren' argument of regex-opt-group for shy-groups.
18553 (regexp-opt-depth): Handle shy groups as well as backslashed
18554 backslashes.
18555 (regexp-opt-group): Turn the leading comment into a docstring.
18556 Allow `paren' to be a string (the string to use to open a group).
18557 Remove open-presuf and close-presuf. Instead of checking for `all
18558 one-char' and then later on check for `several one-char', handle
18559 both cases close together. Also apply a more generic algorithm
18560 for suffixes (the mirror image of the algorithm used for
18561 prefixes). Use shy-groups. Use nreverse rather than reverse.
18562 (regexp-opt-try-suffix): Removed.
18563
18564 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18565 from comint-mode-map, so we can just inherit from it. Also, move
18566 the initialization into the `defvar' since there's no docstring
18567 anyway and it's fairly short.
18568 (inferior-scheme-mode): Define it as derived-mode: the code is
18569 shorter and this way we inherit from comint-mode-map rather than
18570 copying it.
18571
18572 * subr.el (replace-regexps-in-string): Properly handle the case
18573 where we match an empty string.
18574
18575 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18576 when the command has a directory component (such as "./testml").
18577 Also fix a typo in the comment.
18578
185792000-03-08 Gerd Moellmann <gerd@gnu.org>
18580
18581 * Makefile (compile-files): Compile files one by one because
18582 that's the only way to ensure a clean compilation environment for
18583 each individual file.
18584
18585 * frame.el (other-frame): Call x-focus-frame.
18586
185872000-03-07 Dave Love <fx@gnu.org>
18588
18589 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18590 :require to defcustom.
18591
ff39b9a1 18592 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
18593
18594 * files.el (auto-mode-alist): Add configure.in.
18595
18596 * progmodes/autoconf.el: New file.
18597
185982000-03-07 Gerd Moellmann <gerd@gnu.org>
18599
18600 * mail/mh-e.el: Change maintainer to `none'.
18601
18602 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18603 to remove-hook and add-hook.
18604
186052000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18606
18607 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18608 it as the default.
18609 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18610 (sendmail-send-it): Conditionally add MIME headers specifying the
18611 used character set.
18612
186132000-03-07 Dave Love <fx@gnu.org>
18614
ff39b9a1
SM
18615 * winner.el: Fix keywords, autoload cookies.
18616 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
18617
186182000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18619
18620 * international/mule.el: Modify comment about coding system
18621 property `coding-category'.
18622 (make-coding-system): New argument EOL-TYPE. Pay attention to
18623 coding-category property of PROPERTIES.
18624
ff39b9a1
SM
18625 * international/mule-conf.el (coding-category-utf-8)
18626 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
18627 categories. Include them in the argument for set-coding-priority.
18628
ff39b9a1
SM
18629 * international/mule-cmds.el (reset-language-environment):
18630 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
18631 coding-category-utf-16-le in the argument for set-coding-priority.
18632 (reset-language-environment): Initialize coding-category-utf-8,
18633 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18634
186352000-03-06 Karl Fogel <kfogel@red-bean.com>
18636
18637 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18638 code abstracted out of `bookmark-jump-noselect'. Now tries info
18639 extensions as well as compression extensions.
18640 (bookmark-jump-noselect): Use above new func.
18641
186422000-03-03 Gerd Moellmann <gerd@gnu.org>
18643
18644 * strokes.el: Change maintainer's mail address.
18645
186462000-03-03 Kenichi Handa <handa@etl.go.jp>
18647
18648 * international/mule-diag.el (list-character-sets): Make help-echo
18649 string by substitute-command-keys.
18650 (list-character-sets): Likewise.
18651 (sort-listed-character-sets): Call help-setup-xref.
18652
186532000-03-02 Gerd Moellmann <gerd@gnu.org>
18654
ff39b9a1 18655 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
18656
186572000-03-01 Dave Love <fx@gnu.org>
18658
18659 * help.el (help-xref-go-back): Don't try to set position.
18660
ff39b9a1
SM
18661 * international/mule-diag.el (list-character-sets):
18662 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18663 (list-character-sets-1): Add help-echo to xrefs.
18664
186652000-03-02 Gerd Moellmann <gerd@gnu.org>
18666
18667 * frame.el (blink-cursor-mode): Switch cursor on when turning
18668 the mode off.
18669
18670 * add-log.el (add-log-current-defun): Add support for
18671 Autoconf mode.
18672
18673 * mail/rmail.el (rmail-quit-hook): New variable.
18674
186752000-03-01 Dave Love <fx@gnu.org>
18676
18677 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18678
18679 * help.el (help-xref-button): Add help-echo arg.
18680 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18681
ff39b9a1 18682 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18683
ff39b9a1 18684 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18685
186862000-03-01 Gerd Moellmann <gerd@gnu.org>
18687
18688 * image.el (defimage): Look for image files in load-path.
18689
ff39b9a1 18690 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18691
186922000-03-01 David Ponce <david.ponce@wanadoo.fr>
18693
ff39b9a1 18694 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18695
186962000-03-01 David Ponce <david.ponce@wanadoo.fr>
18697
ff39b9a1 18698 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18699 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18700 action to select/unselect a file.
18701 (recentf-edit-list): Code cleanup and improvement.
18702 (recentf-open-more-files-action): `recentf-open-more-files' button
18703 widget action to open a file.
ff39b9a1 18704 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18705 (recentf-more-collection): Deleted.
18706 (recentf-more-history): Deleted.
18707 (recentf-setup-more-completion): Deleted.
18708
187092000-03-01 David Ponce <david.ponce@wanadoo.fr>
18710
18711 * recentf.el (recentf-mode): No more needs that Emacs is running
18712 under a window-system.
18713
ff39b9a1 187142000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18715
18716 * recentf.el (recentf-edit-list): New command to edit the recent
18717 list which allow the user to remove files.
18718 (recentf-edit-selected-items): New global variable, used by
18719 `recentf-edit-list' to hold the list of files to be removed from
18720 the recent list.
18721 (recentf-make-menu-items): Updated to display a "Edit list..."
18722 menu item. Minor code cleanup.
18723
ff39b9a1 187242000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18725
18726 * recentf.el (recentf-open-more-files): New command to open files
18727 that are not displayed in the menu.
18728 (recentf-more-collection): New global variable holding the set of
18729 permissible completions used by `recentf-open-more-files'.
18730 (recentf-more-history): New global variable holding the history list
18731 used by `recentf-open-more-files' completion.
18732 (recentf-setup-more-completion): New function to setup completion for
18733 `recentf-open-more-files'.
18734 (recentf-make-menu-items): Updated to display a "More..." menu item.
18735
ff39b9a1 187362000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18737
18738 * recentf.el (recentf-menu-action): Doc fixed.
18739
ff39b9a1 187402000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18741
18742 * recentf.el (recentf-menu-filter): Doc updated.
18743 (recentf-update-menu-hook): Allow menu filters to force menu update.
18744 (recentf-make-menu-items): New menu filter handling.
18745 (recentf-make-menu-item): New helper function.
18746 (recentf-menu-elements): New menu handling function.
18747 (recentf-sort-ascending): Updated to new menu filter handling.
18748 (recentf-sort-descending): Updated to new menu filter handling.
18749 (recentf-sort-basenames-ascending): New menu filter function.
18750 (recentf-sort-basenames-descending): New menu filter function.
18751 (recentf-show-basenames): New menu filter function.
18752 (recentf-show-basenames-ascending): New menu filter function.
18753 (recentf-show-basenames-descending): New menu filter function.
18754
187552000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18756
18757 * diary-lib.el (list-diary-entries): Don't try to go forward at
18758 the end of the buffer.
18759
187602000-02-29 Kenichi Handa <handa@etl.go.jp>
18761
ff39b9a1
SM
18762 * international/mule-diag.el (list-character-sets):
18763 Completely rewritten.
a30eb617
DL
18764 (sort-listed-character-sets): New function.
18765 (list-character-sets-1): Completely rewritten.
18766 (list-character-sets-2): New function.
18767 (non-iso-charset-alist): New variable.
18768 (decode-codepage-char): New function.
18769 (charset-history): New variable.
18770 (read-charset) (list-block-of-chars)
18771 (list-iso-charset-chars)
18772 (list-non-iso-charset-chars)
18773 (list-charset-chars): New functions.
86f6474c 18774 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18775 (dump-charsets): Likewise.
18776
187772000-02-29 Gerd Moellmann <gerd@gnu.org>
18778
18779 * dired-x.el (dired-filename-at-point): Add `@' to valid
18780 file name characters.
18781 (dired-filename-at-point): Handle ange-ftp file names.
18782
18783 * frame.el (frame-notice-user-settings): Use assq-delete-all
18784 instead of assoc-delete-all.
18785 (frame-notice-user-settings): Ditto.
18786
18787 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18788 Don't copy alist.
18789
187902000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18791
18792 * calculator.el (calculator-use-menu): New option.
86f6474c 18793 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18794 (calculator-forced-input): Removed.
18795 (calculator-restart-other-mode): New variable.
18796 (calculator-mode-map): Set up menu.
18797
187982000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18799
86f6474c 18800 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18801
188022000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18803
86f6474c 18804 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18805 translate all ESC key sequences.
86f6474c 18806 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18807 they were saved.
86f6474c
SM
18808 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18809 * viper-util.el (viper-set-replace-overlay-glyphs)
18810 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18811 overlay is live.
86f6474c
SM
18812 * viper.el (viper-vi-state-mode-list): Add major modes.
18813 * ediff-wind.el: Minor comment changes.
18814 * ediff.el: Copyright notice date fix.
a30eb617
DL
18815
188162000-02-27 Jason Rumney <jasonr@gnu.org>
18817
18818 * faces.el (face-font-family-alternatives): Add arial to helv.
18819 (mode-line, header-line, tool-bar): Same default as x for w32.
18820 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18821 face-font-family-alternatives from working.
18822 * term/w32-win.el (mouse-set-font): Do not build fontset from
18823 chosen font.
18824
188252000-02-25 Sam Steingold <sds@goems.com>
18826
18827 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18828 properly.
18829
188302000-02-25 Richard M. Stallman <rms@gnu.org>
18831
18832 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18833
188342000-02-25 Gerd Moellmann <gerd@gnu.org>
18835
86f6474c 18836 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18837
18838 * frame.el (busy-cursor-delay-seconds): New option.
18839
188402000-02-24 Gerd Moellmann <gerd@gnu.org>
18841
18842 * frame.el (show-cursor-in-non-selected-windows): New option.
18843
188442000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18845
18846 * diary-lib.el (include-other-diary-files): Undo the selective
18847 display in any included file and don't kill it.
18848
188492000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18850
86f6474c
SM
18851 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18852 Menu items converted to (menu-item format, help strings added.
a30eb617 18853 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18854 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18855 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18856
188572000-02-23 Dave Love <fx@gnu.org>
18858
18859 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18860 (backward-kill-word): Revert addition of * to interactive spec --
18861 it's a feature.
18862
18863 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18864 (backward-kill-sentence, kill-sentence): Likewise.
18865
18866 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18867 scratch buffer name.
86f6474c 18868 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18869
18870 * term/w32-win.el (internal-face-interactive): Update prompt for
18871 new read-face-name.
18872
18873 * mail/footnote.el (footnote): Add :version to defgroup.
18874 (footnote-section-tag-regexp): Customize.
18875 (footnote-start-tag, footnote-end-tag): New option.
18876 (footnote-latin-regexp): New variable.
18877 (Footnote-latin): New function.
18878 (footnote-style-alist): Add element for latin style.
18879 (footnote-style): Moved.
18880 (Footnote-goto-footnote): Use eq to test arg.
18881
18882 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18883
18884 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18885 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18886 (byte-optimize-quote, byte-optimize-lapcode):
18887 Use byte-compile-const-symbol-p.
a30eb617
DL
18888 (byte-optimize-char-before): New optimization.
18889
18890 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18891 (byte-compile-const-symbol-p): New function.
18892 (byte-compile-constp, byte-compile-out-toplevel)
18893 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18894 Use it.
18895
18896 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18897
188982000-02-23 Kenichi Handa <handa@etl.go.jp>
18899
18900 * international/encoded-kb.el: Be sure to update minor-mode-alist
18901 and minor-mode-map-alist.
18902 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18903 codes SS2 and SS3 correctly.
18904 (encoded-kbd-self-insert-ccl): New function.
18905 (encoded-kbd-setup-keymap): New function.
18906 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18907 by calling encoded-kbd-setup-keymap.
18908
86f6474c
SM
18909 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18910 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
18911
189122000-02-22 Dave Love <fx@gnu.org>
18913
18914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 18915 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
18916 (lisp-mode-syntax-table): Set up for #|...|# comments.
18917 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18918 classes. Match `defface'.
18919 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18920 (eval-defun-1): Fix for defcustom.
18921 (lisp-indent-region): Doc fix.
18922
18923 * subr.el (when, unless, split-string): Doc fix.
86f6474c 18924 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
18925 (replace-regexps-in-string): New function.
18926
189272000-02-22 Gerd Moellmann <gerd@gnu.org>
18928
18929 * help.el (describe-variable): Set syntax table to
18930 emacs-lisp-mode-syntax-table when moving forward over the
18931 symbol's name.
18932
189332000-02-22 Dave Love <fx@gnu.org>
18934
18935 * xt-mouse.el: Doc fixes.
18936 (xterm-mouse-position-function): New function, replacing advice of
18937 mouse-position.
18938 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18939
18940 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18941
189422000-02-21 Gerd Moellmann <gerd@gnu.org>
18943
86f6474c
SM
18944 * format.el (format-annotate-single-property-change):
18945 Handle properties.with dotted-list values.
a30eb617
DL
18946 (format-proper-list-p): New function.
18947
18948 * enriched.el (enriched-face-ans): Handle '(foreground-color
18949 . COLOR) and (background-color . COLOR).
18950
189512000-02-20 Dave Love <fx@gnu.org>
18952
18953 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18954 and assignments to it.
18955 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18956 current local map.
18957 (make-flyspell-overlay): Use it.
18958 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18959
18960 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18961 (lm-get-header-re): Defun, not defsubst.
18962 (lm-get-package-name): Defun, not defsubst. Simplify.
18963 (lm-version): Doc fix. Simplify.
18964 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18965 (lm-crack-address, lm-last-modified-date, lm-commentary)
18966 (lm-verify, lm-synopsis): Simplify.
18967 (lm-report-bug): Require emacsbug. Use compose-mail.
18968
189692000-02-20 Gerd Moellmann <gerd@gnu.org>
18970
18971 * dired.el (dired-mode): Call propertized-buffer-identification
18972 to set mode-line-buffer-identification to something having
18973 the right text properties.
18974
18975 * bindings.el (propertized-buffer-identification): New function.
18976
189772000-02-20 Dave Love <fx@gnu.org>
18978
18979 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18980 check for t-mouse too.
18981
18982 * cus-start.el: Make echo-keystrokes `number'.
18983
189842000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18985
18986 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18987 Don't call ring-empty-p unless tags-location-ring is bound.
18988 From Noah Friedman <friedman@splode.com>.
18989
189902000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18991
18992 * progmodes/hideshow.el (hs-flag-region): No longer use
18993 `intangible' overlay property.
18994
18995 (hs-toggle-hiding): New command.
18996 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18997
18998 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18999 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19000 and deactivation.
19001
190022000-02-18 Gerd Moellmann <gerd@gnu.org>
19003
19004 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19005
190062000-02-17 Gerd Moellmann <gerd@gnu.org>
19007
19008 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19009
19010 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19011 of `*' to handle `(* ... *)' comments.
19012
190132000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19014
19015 * faces.el (list-faces-display): Use display-mouse-p instead of
19016 window-system.
19017
19018 * menu-bar.el (global-map): Menu-bar items converted to the new
19019 format (menu-item..., rearranged for better CUA compliance, and
19020 their names changed for better clarity. Help strings added.
19021
19022 * international/mule-cmds.el (mule-menu-keymap)
19023 (describe-language-environment-map, set-coding-system-map)
19024 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19025 form, add help strings. Change names of menu items for better clarity.
19026 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19027
190282000-02-17 Gerd Moellmann <gerd@gnu.org>
19029
19030 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19031 within the code.
19032
190332000-02-16 Dave Love <fx@gnu.org>
19034
19035 * faces.el: Don't require custom. Add more specific :groups to
19036 various deffaces.
19037 (set-face-attribute): Purecopy args.
19038 (read-face-name): Default to name at point and use it in prompt.
19039 Remove colon from arg in all callers.
19040 (list-faces-display): Hyperlink to face descriptions and customize
19041 buffers.
19042
190432000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19044
86f6474c 19045 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19046
190472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19048
19049 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19050 at ':' characters by call to split-string.
19051
190522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19053
19054 * textmodes/bibtex.el: Added RCS version identification.
19055
190562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19057
19058 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19059 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19060 (bibtex-field-const): Allow capital letters.
19061 (bibtex-start-of-string): Deleted because unused.
19062
19063 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19064 use the term 'reference' to describe a bibtex entry as a whole.
19065 Further, reference keys are no longer called 'labels'.
19066 (bibtex-keys): Renamed to bibtex-reference-keys.
19067 (bibtex-reformat-previous-labels): Renamed to
19068 bibtex-reformat-previous-reference-keys.
19069 (bibtex-reference-type): Renamed to bibtex-entry-type.
19070 (bibtex-reference-head): Renamed to bibtex-entry-head.
19071 (bibtex-reference-maybe-empty-head): Renamed to
19072 bibtex-entry-maybe-empty-head.
19073 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19074 (bibtex-search-reference): Renamed to bibtex-search-entry.
19075 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19076 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19077 (bibtex-entry-field-alist, bibtex-entry-head)
19078 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19079 (bibtex-map-entries, bibtex-search-entry)
19080 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19081 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19082 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19083 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19084 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19085 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19086 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19087
190882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19089
19090 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19091 comment.
19092 (bibtex-format-field-delimiters): New function, functionality
19093 extracted from bibtex-format-entry.
19094 (bibtex-autokey-get-yearfield-digits): New function, functionality
19095 extracted from bibtex-autokey-get-yearfield.
19096
19097 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19098 entries in order to avoid stack overflow in the regexp matcher if
19099 field contents become large.
86f6474c
SM
19100 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19101 (bibtex-field-string-part-not-braced)
19102 (bibtex-field-string-part-no-inner-braces)
19103 (bibtex-field-string-part-1-inner-brace)
19104 (bibtex-field-string-part-2-inner-braces)
19105 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19106 (bibtex-field-string-quoted, bibtex-field-string)
19107 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19108 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19109 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19110 Deleted as parsing is now performed by the following functions.
19111 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19112 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19113 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19114 (bibtex-parse-association, bibtex-field-name-for-parsing)
19115 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19116 (bibtex-search-forward-field, bibtex-search-backward-field)
19117 (bibtex-start-of-field, bibtex-end-of-field)
19118 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19119 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19120 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19121 (bibtex-parse-string, bibtex-search-forward-string)
19122 (bibtex-search-backward-string, bibtex-start-of-string)
19123 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19124 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19125 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19126 entries. Instead of reporting the results of the parsing by
19127 match-beginning or match-end, these functions return data structures
19128 that hold the corresponding positions.
19129 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19130 return values rather than by match-beginning or match-end.
19131 The following functions have been adapted to use the new
19132 parsing functions.
19133 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19134 (bibtex-enclosing-field, bibtex-format-entry)
19135 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19136 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19137 (bibtex-print-help-message, bibtex-end-of-entry)
19138 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19139 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19140 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19141 Use the new method for parsing.
19142 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19143 (bibtex-map-entries, bibtex-flash-head)
19144 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19145 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19146 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19147 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19148 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19149 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19150 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19151 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19152
191532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19154
19155 * textmodes/bibtex.el: Copyright notice is up to date.
19156 Added constant 'bibtex-maintainer-salutation.
19157
86f6474c 19158 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19159 than make-temp-name, use match-string-no-properties and eliminate
19160 a quadratic behavior when building bibtex-strings.
19161
19162 * bibtex.el (bibtex-reference-key): Accept string entries whose
19163 reference key contains upper case letters.
19164
191652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19166
19167 * bibtex.el (bibtex-reference-head): Allow entries to start with
19168 a new line.
19169
191702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19171
19172 * bibtex.el: Hiding of entry bodies is not longer provided by
19173 bibtex.el directly. Instead the hideshow package can be used.
19174 Added a special bibtex entry to hs-special-modes-alist.
19175 (bibtex-hs-forward-sexp): Added for hideshow.el.
19176
191772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19178
19179 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19180 proceedings entry type (for cross referencing). Thanks to Wagner
19181 Toledo Correa for the suggestion.
19182
19183 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19184
191852000-02-14 Kenichi Handa <handa@etl.go.jp>
19186
19187 * international/characters.el: Setup case table for Vietnamese.
19188
191892000-02-12 Gerd Moellmann <gerd@gnu.org>
19190
19191 * uniquify.el (toplevel): Require CL at compile time.
19192 (uniquify-push): Removed.
19193
19194 * shadowfile.el (shadow-when): Removed.
19195
19196 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19197 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19198
19199 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19200 regexp for paragraph-start.
19201
19202 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19203 commas as well.
19204
192052000-02-10 Dave Love <fx@gnu.org>
19206
19207 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19208 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19209 Deleted.
19210 (widget-specify-field, widget-specify-button): Don't use
19211 widget-mouse-help as help-echo property.
19212 (default): Use #'ignore for :validate and :mouse-down-action.
19213 (checkbox): Add help-echo.
19214 (widget-sexp-validate): Rewritten to clarify error messages.
19215 (character): Use char-valid-p in :match function.
19216 (widget-color-complete): Use facemenu-color-alist.
19217 (widget-color-action): Use facemenu-read-color.
19218
19219 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19220 set up `caar' &c that we now have.
19221
192222000-02-09 Ray Blaak <blaak@gnu.org>
19223
19224 * delphi.el: Make resourcestring a declaration region, like const
19225 and var.
19226
192272000-02-09 Dave Love <fx@gnu.org>
19228
19229 * bindings.el (mode-line-input-method-map): New variable.
19230 (mode-line-mule-info): Use it; fix last change.
19231 (mode-line-mode-menu): Move definition.
19232 (mode-line-mouse-sensitive-p): Deleted.
19233 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19234 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19235
19236 * startup.el (command-line-1): Don't call
19237 make-mode-line-mouse-sensitive.
19238
192392000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19240
86f6474c
SM
19241 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19242 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19243
192442000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19245
19246 * diff-mode.el (diff-kill-junk): New interactive function.
19247 (diff-reverse-direction): Use delete-and-extract-region.
19248 (diff-post-command-hook): Restrict the area so that the hook also works
19249 outside of any diff hunk. This is necessary for the minor-mode.
19250 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19251 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19252
19253 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19254 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19255 so that it can be used more easily in <foo>-mode-hook. Also make sure
19256 to avoid duplicate entries.
19257 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19258 (font-lock-remove-keywords): Just as was done for `add', allow it to
19259 work even if font-lock-mode is nil. Also make sure we don't modify
19260 any pre-existing list by forcing a copy-sequence. Finally rename
19261 `major-mode' to `mode'.
19262 (font-lock-fontify-syntactic-anchored-keywords)
19263 (font-lock-fontify-anchored-keywords)
19264 (font-lock-fontify-keywords-region): Use line-end-position.
19265 Don't make `font-lock-multiline' local (it's now done in
19266 font-lock-set-defaults).
86f6474c
SM
19267 (font-lock-set-defaults): Make `font-lock-multiline' local.
19268 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19269
192702000-02-06 Andrew Innes <andrewi@gnu.org>
19271
19272 * term/w32-win.el (x-handle-args): Comment out call to message,
19273 which occurs before window system is initialized.
19274
19275 * makefile.nt: Add support for recompiling lisp code.
19276
192772000-02-04 Dave Love <fx@gnu.org>
19278
19279 * bindings.el (mode-line-mule-info): Fix/extend last change.
19280
19281 * completion.el: Replace completion-dolist with dolist.
19282
86f6474c 19283 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19284
192852000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19286
86f6474c 19287 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19288 environment names before they go into the section regexp.
19289
86f6474c 19290 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19291 char class in regexp.
19292
86f6474c
SM
19293 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19294 Bind `case-fold-search' to nil.
a30eb617 19295
86f6474c
SM
19296 * progmodes/idlwave.el (idlwave-template):
19297 Respect `idlwave-abbrev-change-case'.
19298 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19299 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19300 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19301 (idlwave-rw-case): New function.
19302 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19303 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19304 (idlwave-surround): New argument LENGTH to support padding of
19305 operators longer than 1 char.
19306
19307 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19308 idlwave-shell-expression-overlay. Implemented printing of
19309 expressions on higher levels of the calling stack.
86f6474c 19310 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19311 (idlwave-retrieve-expression-from-level): New function.
19312 (idlwave-shell-last-calling-stack): Variable removed.
19313 (idlwave-shell-reset): Argument action reversed (`visible' to
19314 `hidden'). Also remove stop-line overlay.
19315 (idlwave-shell-calling-stack-routine): New variable.
19316 (idlwave-shell-parse-stack-and-display): Messages now display
19317 negative level numbers.
19318 (idlwave-shell-mode): Set `modeline-format'.
19319 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19320 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19321 (idlwave-shell-print-expression-function): New option.
19322
86f6474c
SM
19323 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19324 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19325 `tool-bar' instead of `toolbar'.
19326
193272000-02-02 Dave Love <fx@gnu.org>
19328
19329 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19330 emacs-lisp-mode-hook. Don't check for defalias being defined.
19331
19332 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19333 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19334 Use the new builtins directly.
a30eb617
DL
19335
19336 * whitespace.el (whitespace): Add :version to defgroup.
19337
19338 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19339 Doc fix.
19340
19341 * thingatpt.el (sexp-at-point, symbol-at-point)
19342 (number-at-point, list-at-point): Add autoload cookie.
19343
19344 * recentf.el (recentf): Add :version to defgroup.
19345
19346 * quickurl.el (quickurl): Add :version to defgroup.
19347
19348 * elide-head.el (elide-head): Use point-marker more.
19349
19350 * bs.el (bs): Add :version to defgroup.
19351
19352 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19353
19354 * progmodes/delphi.el (delphi): Add :version to defgroup.
19355
193562000-02-02 Gerd Moellmann <gerd@gnu.org>
19357
19358 * ange-ftp.el (ange-ftp-write-region): Handle case that
19359 succeeding process operation sets a different coding system.
19360
19361 * calculator.el: New file.
19362
193632000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19364
86f6474c 19365 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19366 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19367 (display-selections-p, display-screens, display-pixel-width)
19368 (display-pixel-height, display-mm-width, display-mm-height)
19369 (display-backing-store, display-save-under, display-planes)
19370 (display-color-cells, display-visual-class): New functions.
19371
19372 * term/tty-colors.el (tty-color-gray-shades): New function.
19373
19374 * faces.el (display-color-p): Use framep-on-display.
19375 (display-grayscale-p): New function.
19376
193772000-01-31 Dave Love <fx@gnu.org>
19378
19379 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19380 (create-fontset-from-x-resource): Don't concat integers.
19381
193822000-01-31 Inge Frick <inge@nada.kth.se>
19383
19384 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19385 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19386 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19387 window is not deleted. Modifies change 1998-04-26.
19388
193892000-01-31 Gerd Moellmann <gerd@gnu.org>
19390
19391 * windmove.el: New file.
19392
19393 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19394 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19395 progmodes/ebnf-yac.el: Update copyright and license info.
19396
86f6474c
SM
19397 * jit-lock.el (jit-lock-function): Widen before calculating
19398 end position.
a30eb617
DL
19399 (jit-lock-stealth-chunk-start): Rewritten.
19400
19401 * info.el (Info-title-face-alist): Removed.
86f6474c 19402 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19403 (Info-fontify-node): Use these faces.
19404
194052000-01-30 Gerd Moellmann <gerd@gnu.org>
19406
19407 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19408 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19409 `&allow-other-keywords'.
19410
19411 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19412 the list of directories scanned heuristically.
19413
86f6474c 19414 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19415
194162000-01-30 Jason Rumney <jasonr@gnu.org>
19417
19418 * w32-fns.el: Define w32-tty-standard-colors.
19419
19420 * startup.el (command-line): Use w32-tty-standard-colors when in
19421 w32 console mode.
19422
194232000-01-30 Dave Love <fx@gnu.org>
19424
19425 * jka-compr.el (jka-compr-load): Fix up load-history.
19426
19427 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19428
19429 * emacs-lisp/cl-macs.el: Revert previous change.
19430
194312000-01-29 Dave Love <fx@gnu.org>
19432
19433 * facemenu.el: Purecopy various strings.
19434
19435 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19436 years. Deal with three-digit years.
19437
86f6474c
SM
19438 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19439 Use defconst, purecopy.
a30eb617
DL
19440 (help-back-label): Purecopy it.
19441
194422000-01-18 Gerd Moellmann <gerd@gnu.org>
19443
19444 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19445 variable. If non-nil, order the buffer list according to the
19446 currently selected frame.
19447 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19448 non-nil, pass the selected frame to function buffer-list.
19449
194502000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19451
19452 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19453
194542000-01-28 Dave Love <fx@gnu.org>
19455
19456 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19457
19458 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19459 Don't use lisp-indent-hook property.
19460 (cl-abs): Remove.
19461
19462 * subr.el: Move out indent and edebug specs for when and unless.
19463
19464 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19465 when, unless.
19466
19467 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19468 unless, when.
19469
194702000-01-28 Gerd Moellmann <gerd@gnu.org>
19471
19472 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19473 `collecting' as synonym for `collect'.
19474
19475 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19476 for the case it contains spaces.
19477
86f6474c 19478 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19479
19480 * frame.el (delete-other-frames): New function.
19481 (toplevel): Bind it to C-x 5 1.
19482
19483 * sort.el (sort-numeric-base): New option.
19484 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19485 interpret it as octal or hexadecimal. Use sort-numeric-base
19486 as default base.
19487
19488 * progmodes/glasses.el: New file.
19489
194902000-01-27 Gerd Moellmann <gerd@gnu.org>
19491
19492 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19493 userids differently.
19494
19495 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19496 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19497 progmodes/ebnf-yac.el: New files.
19498
194992000-01-26 Dave Love <fx@gnu.org>
19500
19501 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19502 on a function with an empty body. [From Eric Ludlam.]
19503
195042000-01-25 Andre Spiegel <spiegel@gnu.org>
19505
19506 * vc.el (vc-version-diff): Make sure file name is expanded.
19507
195082000-01-25 Gerd Moellmann <gerd@gnu.org>
19509
19510 * scroll-bar.el (scroll-bar-timer): Variable removed.
19511 (scroll-bar-toolkit-scroll): Don't use a timer.
19512
195132000-01-25 Kenichi Handa <handa@etl.go.jp>
19514
86f6474c
SM
19515 * language/thai-util.el (thai-composition-function):
19516 Delete superfluous `a'.
a30eb617
DL
19517
195182000-01-24 Dave Love <fx@gnu.org>
19519
19520 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19521 end-of-defun-function.
19522
86f6474c 19523 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19524
195252000-01-22 Jason Rumney <jasonr@gnu.org>
19526
19527 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19528 conflicts with new face support.
19529
195302000-01-22 Richard M. Stallman <rms@gnu.org>
19531
19532 * replace.el (query-replace): Rename last arg to DELIMITED.
19533 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19534 (query-replace-regexp): Likewise.
19535
195362000-01-20 Richard M. Stallman <rms@gnu.org>
19537
19538 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19539
19540 * emacs-lisp/lisp.el (beginning-of-defun-function):
19541 Variable renamed from beginning-of-defun.
19542 Do not call make-variable-buffer-local.
19543 (beginning-of-defun-raw): Use new variable name; doc fix.
19544 (beginning-of-defun): Doc fix.
19545 (end-of-defun-function): Variable renamed from end-of-defun.
19546 Do not call make-variable-buffer-local.
19547 (end-of-defun): Use new variable name; doc fix.
19548
19549 * subr.el (dolist, dotimes): Copied from cl-macs.el
19550 and made to work.
19551
19552 * mail/undigest.el (rmail-digest-end-regexps):
19553 Variable replaces rmail-digest-end-regexp.
19554 Allows multiple regexps for detecting the end line.
19555 (undigestify-rmail-message): Corresponding changes.
19556
195572000-01-19 Dave Love <fx@gnu.org>
19558
19559 * files.el (user-init-file): Don't declare here -- is primitive.
19560
19561 * startup.el (command-line): Check for compiled user-init-file and
19562 set to uncompiled version if necessary.
19563
195642000-01-18 Gerd Moellmann <gerd@gnu.org>
19565
19566 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19567 (undigestify-rmail-message): Use it.
19568
19569 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19570
195712000-01-17 Gerd Moellmann <gerd@gnu.org>
19572
19573 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19574 of mini-buffer.
19575
195762000-01-14 Gerd Moellmann <gerd@gnu.org>
19577
19578 * emacs-lisp/copyright.el (copyright-update): Removed the
19579 requirement for a trailing space from `copyright-regexp', to
19580 support copyrights with owner specified on a separate line..
19581
19582 * align.el: New file.
19583
19584 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19585
19586 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19587
195882000-01-13 Dave Love <fx@gnu.org>
19589
19590 * ph.el: Removed. (Obsoleted by EUDC.)
19591
195922000-01-13 Gerd Moellmann <gerd@gnu.org>
19593
19594 * net/eudc.el (toplevel): Remove autoloaded code installing
19595 menu with easymenu, because that causes build problems.
19596
19597 * frame.el (frame-notice-user-settings): New variable.
19598 (frame-notice-user-settings): Don't modify frame parameters
19599 if called a second time.
19600
196012000-01-13 Richard M. Stallman <rms@gnu.org>
19602
19603 * frame.el (frame-notice-user-settings):
19604 Notice default-frame-parameters even for non-window frames.
19605
196062000-01-13 Gerd Moellmann <gerd@gnu.org>
19607
19608 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19609 for Emacs.
19610 (eudc-bob-can-display-inline-images): Extend for Emacs.
19611 (eudc-bob-toggle-inline-display): Ditto.
19612 (eudc-bob-display-jpeg): Ditto.
19613
196142000-01-12 Gerd Moellmann <gerd@gnu.org>
19615
19616 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19617 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19618 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19619
86f6474c
SM
19620 * add-log.el (add-change-log-entry): Fix error trying an
19621 `(insert nil)'.
a30eb617
DL
19622
19623 * subdirs.el: Add `net' directory.
19624
19625 * net: New directory.
19626
19627 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19628 eval-last-sexp. Don't bind debug-on-error here.
19629 (eval-last-sexp): New function. Bind debug-on-error if
19630 eval-expression-debug-on-error is non-nil.
19631 (eval-defun-2, eval-defun): Likewise.
19632
19633 * simple.el (eval-expression): Don't bind debug-on-error if
19634 eval-expression-debug-on-error is nil. Detect changed
19635 debug-on-error, and propagate new value to global binding, if
19636 eval-expression-debug-on-error is non-nil,
19637 (eval-expression-debug-on-error): Change doc string.
19638
196392000-01-11 Richard M. Stallman <rms@gnu.org>
19640
19641 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19642
19643 * emacs-lisp/lisp-mode.el (with-syntax-table):
19644 Set up lisp-indent-function property.
19645
19646 * subr.el (with-syntax-table): Moved from simple.el.
19647
19648 * simple.el (with-syntax-table): Moved to subr.el.
19649
196502000-01-11 Gerd Moellmann <gerd@gnu.org>
19651
19652 * tmm.el (tmm-shortcut): Delete region after prompt instead
19653 of erasing buffer.
19654
19655 * textmodes/fill.el (fill-common-string-prefix): New function.
19656 (fill-context-prefix): Use the longest common prefix of first
19657 and second line fill prefix, if there is one.
19658
196592000-01-11 Richard M. Stallman <rms@gnu.org>
19660
19661 * array.el (array-mode): Don't use make-variable-buffer-local.
19662 Use make-local-variable for `truncate-lines'.
19663
196642000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19665
19666 * add-log.el (add-log-current-defun): Handle user-defined
19667 add-log-current-function returning nil,
19668
19669 * add-log.el (add-change-log-entry): Insert version number
19670 if having found a current function
19671
86f6474c
SM
19672 * add-log.el (add-log-current-defun):
19673 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19674 level 1. Strip whitespace from defun found.
19675
196762000-01-10 John Wiegley <johnw@gnu.org>
19677
19678 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19679 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19680
196812000-01-10 Dave Love <fx@gnu.org>
19682
19683 * elide-head.el (elide-head): Use point-marker, not point.
19684
196852000-01-10 Gerd Moellmann <gerd@gnu.org>
19686
19687 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19688 before and after the year 2000.
19689
19690 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19691 Add ispell- prefix.
19692
196932000-01-10 Ken Stevens <k.stevens@ieee.org>
19694
19695 * ispell.el: Only define dictionaries in menus when they exist.
19696 (version18p): New variable.
19697 (version20p): New variable.
19698 (xemacsp): New variable.
19699 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19700 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19701 (ispell-dictionary-alist6): Russian command lines no longer accept
19702 run-together words.
19703 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19704 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19705 (check-ispell-version): Added documentation string. Return library
19706 path when called non-interactively.
a30eb617
DL
19707 (ispell-menu-map-needed): Uses new variables.
19708 (ispell-library-path): New variable.
19709 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19710 (ispell-word): Improved documentation string. Test for valid
19711 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19712 result in single words split into multiple words.
19713 Return replacement word.
a30eb617
DL
19714 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19715 replace in recursive query replace mode. Help message for
19716 recursive edit mode.
19717 (ispell-show-choices): Protect against bad framepop bindings.
19718 (ispell-help): Fix to work with XEmacs.
19719 (ispell-highlight-spelling-error): Use new variables.
19720 (ispell-overlay-window): Fix to work with XEmacs.
19721 (ispell-parse-output): Passed and returns location information
19722 tracking spelling corrections. Doesn't recheck same word on
19723 current line.
19724 (ispell-init-process): Protect against bogus XEmacs variable binding.
19725 Fix call to single argument in sleep-for. Use new variables.
19726 (ispell-region): Passed and returns location information tracking
19727 spelling corrections. Doesn't check same word on current line.
19728 Improved documentation string. Doesn't resend a line already
19729 checked to the ispell process - fixes bug in LaTeX parsing.
19730 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19731 (ispell-skip-region): No longer skips <TT> in SGML.
19732 (ispell-process-line): Tracks location information with spelling
19733 corrections. Added documentation string. Accounts for words
19734 already accepted on this line. Don't allow query-replace on line
19735 starting with math characters. Doesn't resend a line already sent
19736 to ispell process. Fixes alignment error bug.
19737
197382000-01-10 Richard M. Stallman <rms@gnu.org>
19739
19740 * dired-x.el (dired-guess-shell-alist-default):
19741 Suggest xloadimage, which is free, not xv, which isn't.
19742
19743 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19744 Don't ever include the host name or user name in the value.
19745
197462000-01-09 Gerd Moellmann <gerd@gnu.org>
19747
19748 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19749 of a real newline.
19750
197512000-01-09 Stephen Eglen <stephen@gnu.org>
19752
19753 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19754 for .png files.
19755
197562000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19757
19758 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19759
197602000-01-09 Gerd Moellmann <gerd@gnu.org>
19761
19762 * progmodes/cperl-mode.el: Replace ^F with ^L.
19763
86f6474c
SM
19764 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19765 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19766
197672000-01-08 Dave Love <fx@gnu.org>
19768
19769 * emacs-lisp/backquote.el: Remove inappropriate customization
19770 (allowing custom.el to use backquote).
19771
197722000-01-07 Dave Love <fx@gnu.org>
19773
19774 * add-log.el (add-log-debugging): Deleted.
19775 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19776 file. Remove debugging code.
19777 (change-log-get-method-definition, change-log-name): Add doc.
19778 (change-log-sortable-date-at): New function.
19779 (change-log-merge): New command.
19780
19781 * time.el (display-time-string-forms): Make the Mail string active.
19782 (display-time-update): Provide help-echo for load average.
19783
19784 * bindings.el (make-mode-line-mouse2-map): New function.
19785 (mode-line-modified): Use it and simplify.
19786 (mode-line-mule-info): Provide help-echo info.
19787 (minor-mode-alist): Activate the strings.
19788 (make-mode-line-mouse-sensitive): Simplify for
19789 mode-line-buffer-identification.
19790
197912000-01-07 Gerd Moellmann <gerd@gnu.org>
19792
19793 * play/pong.el: New file.
19794
197952000-01-06 Dave Love <fx@gnu.org>
19796
19797 * array.el: Assorted cleanups for compiler warnings, doc strings,
19798 `array-' prefix for symbols.
19799
198002000-01-05 Dave Love <fx@gnu.org>
19801
86f6474c
SM
19802 * textmodes/outline.el (outline-mode-menu-bar-map):
19803 Add outline-headers-as-kill.
a30eb617
DL
19804 (outline-mode): Define imenu-generic-expression.
19805 (outline-headers-as-kill): New command.
19806
19807 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19808 from paragraph-start.
19809 (paragraph-indent-minor-mode): New command.
19810
19811 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19812 M-C-e, M-C-h, C-j, C-xnd, TAB.
19813 (fortran-mode): Set beginning-of-defun, end-of-defun.
19814 (fortran-column-ruler): Simplify.
19815 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19816 (fortran-with-subprogram-narrowing): Likewise.
19817 (fortran-indent-subprogram): Call mark-defun.
19818 (fortran-check-for-matching-do): Change narrowing.
19819
19820 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19821 (cl-lucid-hash-tag): Delete.
19822 (cl-hash-table-p): Correct test for native table.
19823 (cl-hash-table-count): Use hash-table-count.
19824
19825 * browse-url.el (browse-url): Fix case of
19826 browse-url-browser-function being an alist.
19827
198282000-01-05 Carsten Dominik <cd@gnu.org>
19829
19830 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19831 (reftex-index-phrase-file-extension): New options.
19832
19833 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19834 Use new option `reftex-index-phrase-file-extension'.
19835
19836 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19837 `reftex-parse-file-extension'.
19838
198392000-01-05 Dave Love <fx@gnu.org>
19840
19841 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19842 (beginning-of-defun-raw): Use it.
19843 (end-of-defun): New variable.
19844 (end-of-defun): Use it.
19845 (check-parens): New command.
19846
198472000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19848
19849 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19850 (hs-show-block): Don't use `mapcar' when not accumulating.
19851
19852 Fix buglet in local variables initialization.
19853
198542000-01-05 Andreas Schwab <schwab@suse.de>
19855
19856 * hscroll.el (hscroll): Doc fix.
19857
198582000-01-05 Carsten Dominik <cd@gnu.org>
19859
86f6474c
SM
19860 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19861 Require idlw-toolbar.
a30eb617 19862
86f6474c 19863 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19864 file idlw-rinfo.el.
86f6474c
SM
19865 (idlwave-customize): Load must read file idlw-shell.el.
19866 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19867
198682000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19869
19870 * progmodes/idlw-shell.el: Also provide idlwave-shell
19871 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19872 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19873
86f6474c 19874 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19875 both reftex-dcr and reftex-vcr.
19876
19877 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19878
198792000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19880
19881 * ps-print.el: PostScript code now is in separate files, doc fix.
19882 (ps-print-version): New version number (5.0.3).
19883 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19884 local.
19885 (ps-spool-config): Initialization fix.
19886 (ps-print-prologue-1, ps-print-prologue-2)
19887 (ps-print-duplex-feature): PostScript code moved to separated file.
19888 (ps-background-image): Little code reformating.
19889 (ps-begin-file, ps-begin-job): Fix code.
19890 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19891 (ps-prologue-file): New fun.
19892
198932000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19894
19895 * ps-vars.el: Eliminated.
19896
19897 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19898 `;;;###autoload'.
19899
19900 * ps-print.el: ps-vars eliminated, doc fix.
19901 (ps-print-version): New version number (5.0.2).
19902 (ps-spool-config): Initialization fix.
19903 (ps-print-customize): New fun.
19904
199052000-01-04 Gerd Moellmann <gerd@gnu.org>
19906
86f6474c 19907 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
19908
199092000-01-04 Dave Love <fx@gnu.org>
19910
19911 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19912 menu items.
19913
199142000-01-03 Dave Love <fx@gnu.org>
19915
19916 * elide-head.el (elide-head) [defgroup]: Add :version.
19917
19918 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
19919 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19920 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
19921 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19922
199232000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19924
19925 * faces.el (face-read-integer, read-face-attribute)
86f6474c 19926 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
19927
199282000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19929
19930 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19931 at comment end, and re-insert them after filling.
19932
199332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19934
19935 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19936 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19937 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19938
199392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19940
19941 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19942 the new name of face-color-supported-p.
19943
19944 * term/w32-win.el (xw-defined-colors): Likewise.
19945
199462000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19947
19948 * simple.el (completion-setup-function): Count completion-size
19949 from minibuffer-prompt-end, not from point-min.
19950
199512000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19952
19953 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19954 Pass the frame to tty-color-* functions.
19955 (display-color-p, frame-set-background-mode): Pass the frame to
19956 tty-display-color-p.
19957
19958 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19959 tty-color-alist.
19960 (tty-color-alist, tty-modify-color-alist): New functions.
19961 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19962 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19963 optional parameter FRAME.
a30eb617
DL
19964
199652000-01-01 Gerd Moellmann <gerd@gnu.org>
19966
86f6474c
SM
19967 * image.el (create-image, defimage): Don't assume image data is
19968 a string.
a30eb617
DL
19969
19970 * image.el (defimage): Handle specifications containing :data
19971 instead of :file.
19972 (image-type-from-data): New function.
19973 (image-type-from-file-header): Use it.
19974 (create-image): Add parameter DATA-P.
19975
19976See ChangeLog.8 for earlier changes.
19977
19978;; Local Variables:
19979;; coding: iso-2022-7bit
19980;; End: